.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#faf5f5;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); }#PQhtsRXcQIClJarr28JJcPxFxb2AunlI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(165,72,112,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; }#PQhtsRXcQIClJarr28JJcPxFxb2AunlI > .row .container { background-color: transparent; background-image: none; }#PQhtsRXcQIClJarr28JJcPxFxb2AunlI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQhtsRXcQIClJarr28JJcPxFxb2AunlI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQhtsRXcQIClJarr28JJcPxFxb2AunlI > .row .container > .video-iframe-container { display: none; }#PQhtsRXcQIClJarr28JJcPxFxb2AunlI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQhtsRXcQIClJarr28JJcPxFxb2AunlI > .row > .video-iframe-container { display: none; }#PQhtsRXcQIClJarr28JJcPxFxb2AunlI > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQhtsRXcQIClJarr28JJcPxFxb2AunlI > .row .container { border-width: 0; border-radius: 0; }#PQhtsRXcQIClJarr28JJcPxFxb2AunlI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PQhtsRXcQIClJarr28JJcPxFxb2AunlI > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#y24CRrFOeKDhJ9G5ktAZcByfFSyU0aeH { color:#000000;display:block;width:10.1875rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.6242187023163rem;left:0rem;height:1.381225rem;display:block; }
#bSWBwG5Tl2QgbPd4XulLNEWlRTgsoTi9 { color:#000000;display:block;width:5rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.5rem;left:10.1875rem;height:1.381225rem;display:block; }
#zPGAwJDWcKVHgNR5fVi7b479n1aiKGCq { color:#000000;display:block;width:6.24805rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.5rem;left:22.25rem;height:1.381225rem;display:block; }
#NgCn2DtK8TlRf8FFoM7prkuA2boLcmSl { color:#000000;display:block;width:7.5rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.4967448711395rem;left:35.4375rem;height:1.381225rem;display:block; }
#wrebtbhXsDWoElE8w9Hs9oV3kySvhPQa { color:#000000;display:block;width:4.125rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:1.5rem;left:15.8125rem;height:1.3808625rem;display:block; }
#LwwMhWT8V9wz0KMgcMfC0JznF3OGhl33 { color:#ffffff;display:block;width:5rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:1.4967448711395rem;left:29.186199188233rem;height:1.381225rem;display:block; }
#rfd5EP8L8mMPN8J9RcBbLX9kqhImHm1N { position:relative;display:block; }#rfd5EP8L8mMPN8J9RcBbLX9kqhImHm1N { background-color: transparent; background-image: none; }#rfd5EP8L8mMPN8J9RcBbLX9kqhImHm1N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rfd5EP8L8mMPN8J9RcBbLX9kqhImHm1N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rfd5EP8L8mMPN8J9RcBbLX9kqhImHm1N > .row .container > .video-iframe-container { display: none; }#rfd5EP8L8mMPN8J9RcBbLX9kqhImHm1N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rfd5EP8L8mMPN8J9RcBbLX9kqhImHm1N > .row > .video-iframe-container { display: none; }#rfd5EP8L8mMPN8J9RcBbLX9kqhImHm1N > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rfd5EP8L8mMPN8J9RcBbLX9kqhImHm1N { border-width: 0; border-radius: 0; }#rfd5EP8L8mMPN8J9RcBbLX9kqhImHm1N > .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; }#rfd5EP8L8mMPN8J9RcBbLX9kqhImHm1N > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faf5f5;background-image:none;font-size:0.875rem;font-family:arial;height:4.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; }#ocNgCWvcThe70Kc2T06wfgCv0UTb6AtA { background-color:#f2ddd4;background-image:url("https://images.assets-landingi.com/uc/e5ae3e86-df1f-478b-bae2-b06918e498b7/Zdjeciegownenastronezapisufale.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:auto;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; }#ocNgCWvcThe70Kc2T06wfgCv0UTb6AtA.adaptive-delivery-prevent-bg, #ocNgCWvcThe70Kc2T06wfgCv0UTb6AtA.lazyload, #ocNgCWvcThe70Kc2T06wfgCv0UTb6AtA.lazyloading { background-image: none; }#ocNgCWvcThe70Kc2T06wfgCv0UTb6AtA > .row .container { background-color: transparent; background-image: none; }#ocNgCWvcThe70Kc2T06wfgCv0UTb6AtA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocNgCWvcThe70Kc2T06wfgCv0UTb6AtA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocNgCWvcThe70Kc2T06wfgCv0UTb6AtA > .row .container > .video-iframe-container { display: none; }#ocNgCWvcThe70Kc2T06wfgCv0UTb6AtA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocNgCWvcThe70Kc2T06wfgCv0UTb6AtA > .row > .video-iframe-container { display: none; }#ocNgCWvcThe70Kc2T06wfgCv0UTb6AtA > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocNgCWvcThe70Kc2T06wfgCv0UTb6AtA > .row .container { border-width: 0; border-radius: 0; }#ocNgCWvcThe70Kc2T06wfgCv0UTb6AtA > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ocNgCWvcThe70Kc2T06wfgCv0UTb6AtA > .row .container { font-size:0.875rem;font-family:arial;height:50.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#aELktVTGw114FzKWwmdABvFXFIdSQCTr { position:absolute;display:block;z-index:15009;background-color:#7a3855;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.123698125rem;width:25.059875rem;top:26.9375rem;left:47.12370300293rem;display:block; }
#FNpS3LrEZfKbWHeZVQnT1Jk9R4LEnNhx { color:#72686c;display:block;width:25.05925rem;position:absolute;font-family:"josefin sans";font-size:3.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:21.416667938233rem;left:47.125rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iRD1VVBi4TvKbZZQRs0PJchG759cCvZT { color:#ba7191;display:block;width:29.8125rem;position:absolute;font-family:"josefin sans";font-size:3.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:17.354167938233rem;left:44.310546875rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rWEGOz4XQmNa3Urd3LVIfwddgy6Ss6ka { border-bottom:0;border-left:0;border-right:0;border-top:0;height:15.3125rem;width:31.0625rem;position:absolute;display:block;z-index:15013;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:2.0416669845581rem;left:43.10417175293rem;overflow:hidden;display:block; }
#x9sUt7VMHg4TPa1vULfF403E46WLMkmO { color:#72686c;display:block;width:28.875rem;position:absolute;font-family:"josefin sans";font-size:2.625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:35.375rem;left:45.21549987793rem;height:3.412475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b2O7feNdzD08oV2XmF9SSIoUbWaerhuM { 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; }
#AZTf33o0sUFLnXMN6elsaTpV2IntENAv { position:absolute;display:block;z-index:15012;height:4.9375rem;width:8.875rem;top:2.0416669845581rem;left:0rem;display:block; }
#vFxiHTswwATKSOr6JIFMhTaQ2tTw9fND { color:#72686c;display:block;width:25.059875rem;position:absolute;font-family:"josefin sans";font-size:3.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:29.3125rem;left:47.122398376465rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UIoqNFx7QhUsCblievNzNKK3REx1cQ9x { position:absolute;display:block;z-index:15017;background-color:#7a3855;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:16.0625rem;width:64.1875rem;top:42.250001907349rem;left:6.6875rem;display:block; }
#T1zAWF7OlPwsQ6DFBKbs1pToMokmveZT { color:#ffffff;display:block;width:57.1875rem;position:absolute;font-family:"josefin sans";font-size:3rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:44.500001907349rem;left:10.1875rem;height:11.6992125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w7mpTm1icFmpql0XFSiBt2lTGNumZNTr { 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:15.625rem;width:16.125rem;top:34.750000953674rem;left:0rem;overflow:hidden;display:block; }
#MrzBGCwO9vZvsbN4FmPgu8GilfMPoXbE { color:#000000;display:block;width:25.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.875rem;top:22rem;left:22.4375rem;display:none; }
#n3CNNI5LrkeSRWw6aVz1DWw8H4bpRkN1 { color:#ffffff;display:block;width:57.1875rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:59.90625rem;left:10.652778625488rem;height:13rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#S1lr4aodvointcQXAKUaQozuKHDCZ16i { color:#ffffff;display:block;width:57.1875rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:61.531251907349rem;left:10.652778625488rem;height:9.75rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#cchbDDh5dT9U2lGxwSTdGRHwl1NXm5ix { 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:12.875rem;width:16.125rem;top:2.908854125rem;left:59.760206327473rem;overflow:hidden;display:none; }
#Tk53Nn0qeiMDD8NnhCPtGChwWkKgQn8G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image: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; }#Tk53Nn0qeiMDD8NnhCPtGChwWkKgQn8G > .row .container { background-color: transparent; background-image: none; }#Tk53Nn0qeiMDD8NnhCPtGChwWkKgQn8G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tk53Nn0qeiMDD8NnhCPtGChwWkKgQn8G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tk53Nn0qeiMDD8NnhCPtGChwWkKgQn8G > .row .container > .video-iframe-container { display: none; }#Tk53Nn0qeiMDD8NnhCPtGChwWkKgQn8G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tk53Nn0qeiMDD8NnhCPtGChwWkKgQn8G > .row > .video-iframe-container { display: none; }#Tk53Nn0qeiMDD8NnhCPtGChwWkKgQn8G > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tk53Nn0qeiMDD8NnhCPtGChwWkKgQn8G > .row .container { border-width: 0; border-radius: 0; }#Tk53Nn0qeiMDD8NnhCPtGChwWkKgQn8G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tk53Nn0qeiMDD8NnhCPtGChwWkKgQn8G > .row .container { font-size:0.875rem;font-family:arial;height:41.3125rem;width:75rem;position:relative;display:block; }#hu1IrPiNKFcTQXua0ATTCOElxSNy66de { color:#a54870;display:block;width:47.25rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:13.6171875rem;left:13.875rem;height:24.375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#WsROM2AgVUCyhVeqeWRkpIotmNABzKGT { color:#a54870;display:block;width:47.25rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:12.7421875rem;left:13.875rem;height:24.375rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#nES8IzA4qIF7P9P8PzXknT5S9nbQ1TeW { 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:12.875rem;width:16.125rem;top:2.908854125rem;left:59.760206327473rem;overflow:hidden;display:block; }
#zTb2TU5tNusCKqMc6bXTAPSn5LlQ5ymQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2eb2be;background-image: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; }#zTb2TU5tNusCKqMc6bXTAPSn5LlQ5ymQ > .row .container { background-color: transparent; background-image: none; }#zTb2TU5tNusCKqMc6bXTAPSn5LlQ5ymQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTb2TU5tNusCKqMc6bXTAPSn5LlQ5ymQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTb2TU5tNusCKqMc6bXTAPSn5LlQ5ymQ > .row .container > .video-iframe-container { display: none; }#zTb2TU5tNusCKqMc6bXTAPSn5LlQ5ymQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTb2TU5tNusCKqMc6bXTAPSn5LlQ5ymQ > .row > .video-iframe-container { display: none; }#zTb2TU5tNusCKqMc6bXTAPSn5LlQ5ymQ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTb2TU5tNusCKqMc6bXTAPSn5LlQ5ymQ > .row .container { border-width: 0; border-radius: 0; }#zTb2TU5tNusCKqMc6bXTAPSn5LlQ5ymQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zTb2TU5tNusCKqMc6bXTAPSn5LlQ5ymQ > .row .container { font-size:0.875rem;font-family:arial;height:46.25rem;width:75rem;position:relative;display:block; }#aDqmGaRX54SxwFTxRNd7JRAnMEdqJne5 { position:absolute;display:block;z-index:15000;height:31.625rem;width:56.25rem;top:7.3114013671875rem;left:9.9603271484375rem;display:block; }
#AvFZoC9sBXOnBaJMDJp7rySuFik1JCft { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/77d77ca9-ec49-4e8c-a5cf-88be63dec19a/ToSALO.png");background-position:top left !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; }#AvFZoC9sBXOnBaJMDJp7rySuFik1JCft.adaptive-delivery-prevent-bg, #AvFZoC9sBXOnBaJMDJp7rySuFik1JCft.lazyload, #AvFZoC9sBXOnBaJMDJp7rySuFik1JCft.lazyloading { background-image: none; }#AvFZoC9sBXOnBaJMDJp7rySuFik1JCft > .row .container { background-color: transparent; background-image: none; }#AvFZoC9sBXOnBaJMDJp7rySuFik1JCft::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(122,56,85,0.5); }#AvFZoC9sBXOnBaJMDJp7rySuFik1JCft > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AvFZoC9sBXOnBaJMDJp7rySuFik1JCft > .row .container > .video-iframe-container { display: none; }#AvFZoC9sBXOnBaJMDJp7rySuFik1JCft > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(122,56,85,0.5); }#AvFZoC9sBXOnBaJMDJp7rySuFik1JCft > .row > .video-iframe-container { display: none; }#AvFZoC9sBXOnBaJMDJp7rySuFik1JCft > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AvFZoC9sBXOnBaJMDJp7rySuFik1JCft > .row .container { border-width: 0; border-radius: 0; }#AvFZoC9sBXOnBaJMDJp7rySuFik1JCft::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; }#AvFZoC9sBXOnBaJMDJp7rySuFik1JCft > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AvFZoC9sBXOnBaJMDJp7rySuFik1JCft > .row .container { font-size:0.875rem;font-family:arial;height:43.3125rem;width:75rem;position:relative;display:block; }#c3ve6MJ8lUpFGcFpScot8s9Ei47NNy3B { color:#000000;display:block;width:17.1875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:23.5625rem;left:5.8125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sswe7uD1Scs62fbdcs0hUQp3bGv2rwhE { color:#000000;display:block;width:21.0625rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:23.5625rem;left:26.96875rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sTUysvCTk4A3vpimZvCJu2WgNJ658Xlm { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:23.5625rem;left:52.1875rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qhAmvGQwMe2sVqaO76EgZebXk3bFDqGt { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:4.0625rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:33.592449188233rem;left:19.5625rem;display:block; }
#ZXiyR8OIzui4HzZSDFdouDRWB1VrRrox { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zEXU1feGaXUpfueQu2BSe10BVzquW88z { 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:2.5rem;width:2.5rem;top:19.625rem;left:13.25rem;overflow:hidden;display:block; }
#IAhOqlZMPC1WUUKlEqOLcpWU6Rv30NFS { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;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:19.625rem;left:59.875rem;overflow:hidden;display:block; }
#P5ZHt4xAI90WK3o8vUobRxRcbXROKtXZ { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:19.625rem;left:36.34375rem;overflow:hidden;display:block; }
#cOZT9orCH9i1OJm3WPaf3D9TkXbD4Sa2 { color:#000000;display:block;width:50.375rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:7.5rem;left:12.3125rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LOxxP9rRGSZsIDXbnBvn8wIKufCU9TuM { color:#f2a51e;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:3rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:11.9375rem;left:0rem;height:3.8999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kPD1MxlkHZeItTOqwXGC8D1wgPhslR0B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image: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; }#kPD1MxlkHZeItTOqwXGC8D1wgPhslR0B > .row .container { background-color: transparent; background-image: none; }#kPD1MxlkHZeItTOqwXGC8D1wgPhslR0B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kPD1MxlkHZeItTOqwXGC8D1wgPhslR0B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kPD1MxlkHZeItTOqwXGC8D1wgPhslR0B > .row .container > .video-iframe-container { display: none; }#kPD1MxlkHZeItTOqwXGC8D1wgPhslR0B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kPD1MxlkHZeItTOqwXGC8D1wgPhslR0B > .row > .video-iframe-container { display: none; }#kPD1MxlkHZeItTOqwXGC8D1wgPhslR0B > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kPD1MxlkHZeItTOqwXGC8D1wgPhslR0B > .row .container { border-width: 0; border-radius: 0; }#kPD1MxlkHZeItTOqwXGC8D1wgPhslR0B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kPD1MxlkHZeItTOqwXGC8D1wgPhslR0B > .row .container { font-size:0.875rem;font-family:arial;height:83.4375rem;width:75rem;position:relative;display:block; }#UrTFbTsylltM6EHLuKbMKRh5AhBtO92T { color:#ba7191;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:54.875rem;left:0rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XguFlMMyoI1bWKKVWEbCcGFmN4Sxin8L { color:#091e5a;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:76.81249809265rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ia4IInkVTKLrCXoT0T0N86EiuoJ2WMmh { color:#a54870;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:3.7490234375rem;left:0rem;height:10.96875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CJsBsTnRRMNtMy6RIq3BkML7A6COsn1y { 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:37.125rem;width:57.125rem;top:15.333984375rem;left:8.936279296875rem;overflow:hidden;display:block; }
#XWJpITgAsFh8S5psieW4SrmFKH3ZfFwl { position:absolute;display:block;z-index:15008;background-color:#7b3955;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.25rem;width:47.625rem;top:73.3125rem;left:13.6875rem;display:block; }
#glDLNG7o7T0hLrRgUUCy96UfMPmqwJ5r { color:#2649a9;display:block;width:35.6875rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:80.43749809265rem;left:19.65625rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mTTppUVQXy3ze0ZFa622Oo3vB42nWPT4 { color:#ba7191;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:63.249998569488rem;left:0rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WxlTWnMNTivTZZ9wi0BfF8BP1T1eos0T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2ddd4;background-image: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; }#WxlTWnMNTivTZZ9wi0BfF8BP1T1eos0T > .row .container { background-color: transparent; background-image: none; }#WxlTWnMNTivTZZ9wi0BfF8BP1T1eos0T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WxlTWnMNTivTZZ9wi0BfF8BP1T1eos0T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WxlTWnMNTivTZZ9wi0BfF8BP1T1eos0T > .row .container > .video-iframe-container { display: none; }#WxlTWnMNTivTZZ9wi0BfF8BP1T1eos0T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WxlTWnMNTivTZZ9wi0BfF8BP1T1eos0T > .row > .video-iframe-container { display: none; }#WxlTWnMNTivTZZ9wi0BfF8BP1T1eos0T > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WxlTWnMNTivTZZ9wi0BfF8BP1T1eos0T > .row .container { border-width: 0; border-radius: 0; }#WxlTWnMNTivTZZ9wi0BfF8BP1T1eos0T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WxlTWnMNTivTZZ9wi0BfF8BP1T1eos0T > .row .container { font-size:0.875rem;font-family:arial;height:96.375rem;width:75rem;position:relative;display:block; }#fdhpxeKGsro1UokCIcb0yl8VLCzh2glk { color:#091e5a;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:10.875rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d6bLmeLtOZhQEH1XLbTxUtDB7WByXbXN { color:#2649a9;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:15.8125rem;left:0rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mwnBpTKKrqKpzzFx28pgpBXU2TFnbipV { color:#7a3855;display:block;width:25rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:22.124755859375rem;left:10.625rem;height:5.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; }
#gcd0b9BNKurahmtI5DMxnOzze30AUxp9 { color:#2649a9;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:65.811767578125rem;left:0rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#viVkQtHvsOrBO8VtnHoqbLQRpCuOCJix { color:#7a3855;display:block;width:19.125rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:76.624755859375rem;left:10.625rem;height:3.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; }
#kw0fEzXETqTyyX9qTrXrX7dh2ZtZQTCe { color:#000000;display:block;width:37.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:18.875rem;top:10.25rem;left:5.625rem;display:none; }
#X2RSUzubmXo3TGblboIF6zZKruuHBTwK { 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.25rem;width:3.125rem;top:12.748958587646rem;left:0rem;overflow:hidden;display:none; }
#pEvgdr1cct46DR9QGsTIMcx5tVZanJ4G { 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:22.125rem;left:7.1875rem;overflow:hidden;display:block; }
#e4xQiSvTQ4Do4iNsWPI5TDU57Tf5nxeh { color:#72686c;display:block;width:68.75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15015;line-height:02;letter-spacing:0;top:11.83203125rem;left:4.0625rem;height:24.8rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#btP6cuLceKcUO7BXCIOW0Q6qJOcd9EX9 { color:#7a3855;display:block;width:25rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:36.8115234375rem;left:42.5rem;height:5.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; }
#PX58OxU91CazuxA31amum0Q1qMI1Txnz { color:#7a3855;display:block;width:25rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:22.124633789062rem;left:42.5rem;height:5.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; }
#Fru1siD86TIkkLTIg5Qh3iR58GxlIs7V { color:#7a3855;display:block;width:25rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:30.101318359375rem;left:10.625rem;height:2rem;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; }
#sufVoTuVVF9vC2mTCUy9wdoTy0k6KHs8 { color:#7a3855;display:block;width:25rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:30.101318359375rem;left:42.5rem;height:3.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; }
#wS39X4EnsIGTW7xUGgBBeESfVlylsh93 { color:#7a3855;display:block;width:25rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:36.8115234375rem;left:10.625rem;height:5.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; }
#rs7W2STogdM9Ue43pxTpH7e4eq38w5fd { 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:22.124755859375rem;left:39.0625rem;overflow:hidden;display:block; }
#q1vp2g9zStCHJyZaUeJtcT9lsOHRkog4 { 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:30.101318359375rem;left:7.1875rem;overflow:hidden;display:block; }
#gwmJPxH8x848pEzbB3znNpUSRfWsLv38 { 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:30.265502929688rem;left:39.0625rem;overflow:hidden;display:block; }
#vJbkk94NkOvGiEDu8anC7O28ThsmpFTD { 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:36.8115234375rem;left:7.1875rem;overflow:hidden;display:block; }
#b2R7p1EBwR3T4sKcaBX5EqNDtxElyD7y { 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:36.8115234375rem;left:39.0625rem;overflow:hidden;display:block; }
#bf7ssX2nqmKa0d4VTSsmQoFaaFnzvCRs { color:#7a3855;display:block;width:26.625rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:76.624755859375rem;left:42.5rem;height:3.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; }
#tJ4LEBPmIsWSE5EvWeyy5IR4TIPtc9Cb { color:#7a3855;display:block;width:25rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:83.726196289062rem;left:10.625rem;height:7rem;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; }
#FSTg00wJlH5Kpo2Km7a8LFBdohsNZTO1 { color:#7a3855;display:block;width:25rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:83.726196289062rem;left:42.5rem;height:3.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; }
#Q6S2zJGxm1zoU4KfplyoiOFZIDxK01Kx { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:76.624755859375rem;left:7.1875rem;overflow:hidden;display:block; }
#sDSAEUyLfAdCHXM7Tk6wU2GB8vXXnVDL { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:83.726196289062rem;left:7.1875rem;overflow:hidden;display:block; }
#lFNahVhycMmv9XKQoIyTIxwBdLqaxHB1 { 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:2.5rem;width:2.5rem;top:76.624755859375rem;left:39.0625rem;overflow:hidden;display:block; }
#vrKMTLalqh4fbhS4Ei2lekhHiOEbne6V { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;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:83.726196289062rem;left:39.0625rem;overflow:hidden;display:block; }
#EGkNOKrwQGuhF8avE7teRgZpBLCW0Vvh { color:#7a3855;display:block;width:25rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:45.2490234375rem;left:10.625rem;height:7rem;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; }
#pvFa5nEyG5sWfWNXvkWe5rv6KCINoWFR { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:45.2490234375rem;left:7.1875rem;overflow:hidden;display:block; }
#GpcKABtBv6hq2hwRuW6k5qpDgOTIF2xv { color:#7a3855;display:block;width:25rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:45.249633789062rem;left:42.5rem;height:7rem;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; }
#vvfOm7uH98saqAfTRa9be3LqSrlcTCaO { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;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:45.249633789062rem;left:39.0625rem;overflow:hidden;display:block; }
#L4CtQuF7npR0yirI2eLtUU6tTrNdnvM6 { color:#7a3855;display:block;width:54.375rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:56.187133789062rem;left:10.3125rem;height:1.75rem;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; }
#RuzDbTWKio55vdHU9mTyxXRnTIta8Kt5 { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:55.811767578125rem;left:7.1875rem;overflow:hidden;display:block; }
#UTMVe70yMAuICNpwfLAuMUxGGtWaJ3D9 { position:relative;display:block; }#UTMVe70yMAuICNpwfLAuMUxGGtWaJ3D9 { background-color: transparent; background-image: none; }#UTMVe70yMAuICNpwfLAuMUxGGtWaJ3D9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTMVe70yMAuICNpwfLAuMUxGGtWaJ3D9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTMVe70yMAuICNpwfLAuMUxGGtWaJ3D9 > .row .container > .video-iframe-container { display: none; }#UTMVe70yMAuICNpwfLAuMUxGGtWaJ3D9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTMVe70yMAuICNpwfLAuMUxGGtWaJ3D9 > .row > .video-iframe-container { display: none; }#UTMVe70yMAuICNpwfLAuMUxGGtWaJ3D9 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTMVe70yMAuICNpwfLAuMUxGGtWaJ3D9 { border-width: 0; border-radius: 0; }#UTMVe70yMAuICNpwfLAuMUxGGtWaJ3D9 > .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; }#UTMVe70yMAuICNpwfLAuMUxGGtWaJ3D9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faf5f5;background-image:none;font-size:0.875rem;font-family:arial;height:29.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; }#D3iaBDANIizzfnQLUK9Dip23zhofnI89 { color:#7a3855;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:3rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:7.5rem;left:0rem;height:7.7998125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#egqZ64kfELCKOLGPRTfvLvEh2lHBCVJR { color:#7a3855;display:block;width:56.4375rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:16.979167461395rem;left:7.1875rem;height:8.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RGh8f1io2IXxBQT0GIFAEed2VOOyTCig { 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:10.375rem;width:10.375rem;top:23.354167938233rem;left:27.25rem;overflow:hidden;display:block; }
#HmEdtB69UQposhKZrSB6LlSHS66s25XE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image: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; }#HmEdtB69UQposhKZrSB6LlSHS66s25XE > .row .container { background-color: transparent; background-image: none; }#HmEdtB69UQposhKZrSB6LlSHS66s25XE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmEdtB69UQposhKZrSB6LlSHS66s25XE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmEdtB69UQposhKZrSB6LlSHS66s25XE > .row .container > .video-iframe-container { display: none; }#HmEdtB69UQposhKZrSB6LlSHS66s25XE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmEdtB69UQposhKZrSB6LlSHS66s25XE > .row > .video-iframe-container { display: none; }#HmEdtB69UQposhKZrSB6LlSHS66s25XE > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmEdtB69UQposhKZrSB6LlSHS66s25XE > .row .container { border-width: 0; border-radius: 0; }#HmEdtB69UQposhKZrSB6LlSHS66s25XE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HmEdtB69UQposhKZrSB6LlSHS66s25XE > .row .container { font-size:0.875rem;font-family:arial;height:61.6875rem;width:75rem;position:relative;display:block; }#ermeMXIuWSWX4tuMtJTsGLFWy4RPpsKX { color:#2649a9;display:block;width:16.8125rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:5.875rem;left:39.9375rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DU8KvOwyvwKwTvK5DwdKRLBUbphBTL0t { color:#2649a9;display:block;width:31.25rem;position:absolute;font-family:"josefin sans";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; }
#aMS6a2KwwHHnq47t96gJguZtLyghTQia { color:#2649a9;display:block;width:32.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:18.0625rem;left:39.9375rem;height:6.4739375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#aMS6a2KwwHHnq47t96gJguZtLyghTQia li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aMS6a2KwwHHnq47t96gJguZtLyghTQia li:before{  }
#VnodNCGPuwiTIIsZTWxq2vllZX9L5HuD { color:#2649a9;display:block;width:29.8125rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:12.375rem;left:39.9375rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nxWAFdIfpETeS1kSkefzRuwObnzO9Sbg { color:#2649a9;display:block;width:25.9375rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:29.25rem;left:39.9375rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gCayt4OD7CIlXtNMXOCqh7CbODXtfP9o { color:#72686c;display:block;width:24.9375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:35rem;left:39.9375rem;height:5.01220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#gCayt4OD7CIlXtNMXOCqh7CbODXtfP9o li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gCayt4OD7CIlXtNMXOCqh7CbODXtfP9o li:before{  }
#TAQ4lmPUkgTNlkhy4w5WCUmEqzLkTZI9 { 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.875rem;width:21.375rem;top:3.4375rem;left:11rem;overflow:hidden;display:block; }
#gyBNzzqy4wXTbh7hvcu8fLoB0n62sTDR { position:absolute;display:block;z-index:15033;background-color:#ba7191;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:31rem;width:23.0625rem;top:24rem;left:10.187255859375rem;display:block; }
#SpkFCcE1OQdplxlTRbm38Om6yKWbv53f { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:25.8125rem;left:17rem;overflow:hidden;display:block; }
#HwKt9kZ2kLP3afO5VSgiQxZShg9PQSBu { color:#ffffff;display:block;width:16.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:37.3125rem;left:13.5rem;height:7.3111875rem;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; }
#t6y547Xo2ZE4DZtoHZxXTl6qwPACyJkA { color:#f2ddd4;display:block;width:16.437rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:46.81201171875rem;left:13.467041015625rem;height:4.38720625rem;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; }
#TCnr2mCyqm3K9b2W6u1USyB38ffWLX6k { color:#fd4336;display:block;width:12.4995rem;position:absolute;font-family:"josefin sans";font-size:1rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:3.32373046875rem;left:0rem;height:1.29980625rem;display:block; }
#xF8VphnWUhaIc547Mi63ivCEUgKrkEvA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ca4be11b-e19c-4059-b2f8-886f9267fab8/Projektbeznazwy44.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:block; }#xF8VphnWUhaIc547Mi63ivCEUgKrkEvA.adaptive-delivery-prevent-bg, #xF8VphnWUhaIc547Mi63ivCEUgKrkEvA.lazyload, #xF8VphnWUhaIc547Mi63ivCEUgKrkEvA.lazyloading { background-image: none; }#xF8VphnWUhaIc547Mi63ivCEUgKrkEvA > .row .container { background-color: transparent; background-image: none; }#xF8VphnWUhaIc547Mi63ivCEUgKrkEvA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(122,56,85,0.95); }#xF8VphnWUhaIc547Mi63ivCEUgKrkEvA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xF8VphnWUhaIc547Mi63ivCEUgKrkEvA > .row .container > .video-iframe-container { display: none; }#xF8VphnWUhaIc547Mi63ivCEUgKrkEvA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(122,56,85,0.95); }#xF8VphnWUhaIc547Mi63ivCEUgKrkEvA > .row > .video-iframe-container { display: none; }#xF8VphnWUhaIc547Mi63ivCEUgKrkEvA > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xF8VphnWUhaIc547Mi63ivCEUgKrkEvA > .row .container { border-width: 0; border-radius: 0; }#xF8VphnWUhaIc547Mi63ivCEUgKrkEvA::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; }#xF8VphnWUhaIc547Mi63ivCEUgKrkEvA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xF8VphnWUhaIc547Mi63ivCEUgKrkEvA > .row .container { font-size:0.875rem;font-family:arial;height:44.1875rem;width:75rem;position:relative;display:block; }#sr3yCI11g6LqwyhoWmP9s8MZBF11MPqD { background-color:#f2a51e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40.625rem;height:4rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:31.125rem;left:17.6875rem;display:block; }
#DtzvwgtVlqUk9hq5ciMXCoo7oU4qpa27 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#szhERMgc6iOTXOKtHyq5CBKEvJPXcUpe { color:#ffffff;display:block;width:56.4375rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:8.8125rem;left:9.125rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#drEmitGrcCns81XHfPDNDdGixvolDTBU { color:#fefefe;display:block;width:56.4375rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:15.9375rem;left:9.75rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WPP7szJD5AP95Mk9hFsrGK8oKNf2DTHs { color:#fefefe;display:block;width:56.4375rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:23.0625rem;left:9.125rem;height:6.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xhg1xaPvom9rRKwEXRn1ylaFTzTDZPei { 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:8.0625rem;width:8.0625rem;top:26rem;left:10.8125rem;overflow:hidden;display:block; }
#iNl4aRqn81U0hkssdH500kTVNkFRDT4t { box-sizing:content-box;height:34.9375rem;width:57.0625rem;position:absolute;display:block;z-index:15015;background-color:#7a3855;background-image:none;top:4.625rem;left:8.8125rem;display:none; }
#GTJLRwx5ag6JLVqUOMUGT7g3wEmMEKxX { 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:27.1875rem;width:68.875rem;display:none; }
#g0bOu00DiPiZJR4TznXd6OxTeTheVLxp { 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; }
#y4f8uBDsJJBUHIT3MoZAIsSdha2ue3Go { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image: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; }#y4f8uBDsJJBUHIT3MoZAIsSdha2ue3Go > .row .container { background-color: transparent; background-image: none; }#y4f8uBDsJJBUHIT3MoZAIsSdha2ue3Go::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y4f8uBDsJJBUHIT3MoZAIsSdha2ue3Go > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y4f8uBDsJJBUHIT3MoZAIsSdha2ue3Go > .row .container > .video-iframe-container { display: none; }#y4f8uBDsJJBUHIT3MoZAIsSdha2ue3Go > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y4f8uBDsJJBUHIT3MoZAIsSdha2ue3Go > .row > .video-iframe-container { display: none; }#y4f8uBDsJJBUHIT3MoZAIsSdha2ue3Go > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y4f8uBDsJJBUHIT3MoZAIsSdha2ue3Go > .row .container { border-width: 0; border-radius: 0; }#y4f8uBDsJJBUHIT3MoZAIsSdha2ue3Go > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y4f8uBDsJJBUHIT3MoZAIsSdha2ue3Go > .row .container { font-size:0.875rem;font-family:arial;height:54.75rem;width:75rem;position:relative;display:block; }#dS8IEamPrndWpJv8sU2hG96Mwbcr7M0M { color:#2649a9;display:block;width:16.8125rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:5rem;left:7.1875rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OLT79DyHsMO3ZOzfgkpBB57wyU9b3SyT { color:#2649a9;display:block;width:31.25rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:7.4375rem;left:7.1875rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T7aL3T1GlxHKV0cZosuqb6oMPel9Xg6g { color:#2649a9;display:block;width:32.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:15.1875rem;left:7.1875rem;height:5.01220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#T7aL3T1GlxHKV0cZosuqb6oMPel9Xg6g li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#T7aL3T1GlxHKV0cZosuqb6oMPel9Xg6g li:before{  }
#Ws4WbEgDIw6dxCJuWOU4GOFaI2zgrhtH { color:#2649a9;display:block;width:29.8125rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:9.5rem;left:7.1875rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fUObmOBUmkAgO0N74qlN5v4xloPFp6K6 { color:#2649a9;display:block;width:25.9375rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:28.375rem;left:7.1875rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ax4tGgE86mMtyUxVyKsTrBS66BTGCJ49 { color:#72686c;display:block;width:24.9375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:34.125rem;left:7.1875rem;height:7.9361875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#ax4tGgE86mMtyUxVyKsTrBS66BTGCJ49 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ax4tGgE86mMtyUxVyKsTrBS66BTGCJ49 li:before{  }
#hiTsurDqK7lhHnwfUC8TaJNBMkJZ14wD { 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.875rem;width:21.375rem;top:2.375027179718rem;left:46.34375rem;overflow:hidden;display:block; }
#wIGlwk2c5CoAS9rVfOhEKRV5AKqn3eCB { position:absolute;display:block;z-index:15033;background-color:#ba7191;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:30.625rem;width:23.0625rem;top:22.9375rem;left:45.5rem;display:block; }
#odGf8W1DR9O0CJzOLXn7yzZaBmv0ShpG { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:24.75rem;left:52.3125rem;overflow:hidden;display:block; }
#z8MdxW80DEJvsvqLWzxqts8lCcUWyHc9 { color:#ffffff;display:block;width:16.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:36.25rem;left:48.8125rem;height:7.3111875rem;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; }
#z3PrLL8hM9Bdg9RaNbM916kRmSWIrvql { color:#f2ddd4;display:block;width:16.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:45.812520980835rem;left:48.78125rem;height:4.38720625rem;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; }
#CloDMGvP37Qqd0cTp2bdwQ75dHAQMvsv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image: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; }#CloDMGvP37Qqd0cTp2bdwQ75dHAQMvsv > .row .container { background-color: transparent; background-image: none; }#CloDMGvP37Qqd0cTp2bdwQ75dHAQMvsv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CloDMGvP37Qqd0cTp2bdwQ75dHAQMvsv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CloDMGvP37Qqd0cTp2bdwQ75dHAQMvsv > .row .container > .video-iframe-container { display: none; }#CloDMGvP37Qqd0cTp2bdwQ75dHAQMvsv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CloDMGvP37Qqd0cTp2bdwQ75dHAQMvsv > .row > .video-iframe-container { display: none; }#CloDMGvP37Qqd0cTp2bdwQ75dHAQMvsv > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CloDMGvP37Qqd0cTp2bdwQ75dHAQMvsv > .row .container { border-width: 0; border-radius: 0; }#CloDMGvP37Qqd0cTp2bdwQ75dHAQMvsv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CloDMGvP37Qqd0cTp2bdwQ75dHAQMvsv > .row .container { font-size:0.875rem;font-family:arial;height:56.625rem;width:75rem;position:relative;display:block; }#Egk7nEDP49Prko3mfBDTzxSae1hfpu5q { color:#2649a9;display:block;width:16.8125rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:6.1875rem;left:40rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CU7Aw63e4edX6Tyh2dMSIXbyBoOBKlFG { color:#2649a9;display:block;width:25.5rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:8.625rem;left:40rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XTxKdiiifMiVXTtN0sWs7goBQGnGVCxV { color:#2649a9;display:block;width:32.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:18.5625rem;left:40rem;height:5.01220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#XTxKdiiifMiVXTtN0sWs7goBQGnGVCxV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XTxKdiiifMiVXTtN0sWs7goBQGnGVCxV li:before{  }
#IcDUzsaQgfLecCT5LMNPweH2icTFaliK { color:#2649a9;display:block;width:29.8125rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:12.6875rem;left:40rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PITK5Ege78v2nFWW43R0u9Ewtc9CaGHi { color:#2649a9;display:block;width:25.9375rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:29.625rem;left:40rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IeK5u8K5JhMwsr3SdPoHLDtmGPZCAkHS { color:#72686c;display:block;width:24.0625rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:35.124755859375rem;left:39.999755859375rem;height:2.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#IeK5u8K5JhMwsr3SdPoHLDtmGPZCAkHS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IeK5u8K5JhMwsr3SdPoHLDtmGPZCAkHS li:before{  }
#Nn2mBFPmLheOcLiMTta5Q60hyTNlMcDm { 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.875rem;width:21.375rem;top:3.375rem;left:11.0625rem;overflow:hidden;display:block; }
#ZAbOruzNw8itN83TthLMuT37ihTgovNl { position:absolute;display:block;z-index:15033;background-color:#ba7191;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:29.5rem;width:23.0625rem;top:23.9375rem;left:10.25rem;display:block; }
#xRecgSHlfz2lUAbnlVwEeMhBmsEvL1T3 { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:25.75rem;left:17.0625rem;overflow:hidden;display:block; }
#sReF7tgT23SIqmNBZz1p2QkfapvyuS5k { color:#ffffff;display:block;width:16.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:37.25rem;left:13.5625rem;height:4.38720625rem;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; }
#E3wzK9dn5rmrFPmtMcwuJWwmLbV5lhVv { color:#f2ddd4;display:block;width:16.437rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:43.874267578125rem;left:13.530029296875rem;height:5.84895625rem;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; }
#lTMQVMSrgWXHpSm7qbPkc6JTy0A8hJ12 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image: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; }#lTMQVMSrgWXHpSm7qbPkc6JTy0A8hJ12 > .row .container { background-color: transparent; background-image: none; }#lTMQVMSrgWXHpSm7qbPkc6JTy0A8hJ12::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTMQVMSrgWXHpSm7qbPkc6JTy0A8hJ12 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTMQVMSrgWXHpSm7qbPkc6JTy0A8hJ12 > .row .container > .video-iframe-container { display: none; }#lTMQVMSrgWXHpSm7qbPkc6JTy0A8hJ12 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTMQVMSrgWXHpSm7qbPkc6JTy0A8hJ12 > .row > .video-iframe-container { display: none; }#lTMQVMSrgWXHpSm7qbPkc6JTy0A8hJ12 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTMQVMSrgWXHpSm7qbPkc6JTy0A8hJ12 > .row .container { border-width: 0; border-radius: 0; }#lTMQVMSrgWXHpSm7qbPkc6JTy0A8hJ12 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lTMQVMSrgWXHpSm7qbPkc6JTy0A8hJ12 > .row .container { font-size:0.875rem;font-family:arial;height:54.75rem;width:75rem;position:relative;display:block; }#nq8pTi53HRg2pt6Duvg8kUF8aT677Bkq { color:#2649a9;display:block;width:16.8125rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:5rem;left:7.1875rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xefQeCR8VmKqrirNJnxPUHlmSPsOZ4Zm { color:#2649a9;display:block;width:31.25rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:7.4375rem;left:7.1875rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bVeyan0Qcnx1H1gz8WeoIqODO7LW7Xq7 { color:#2649a9;display:block;width:32.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:17.1875rem;left:7.1875rem;height:5.01220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#bVeyan0Qcnx1H1gz8WeoIqODO7LW7Xq7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bVeyan0Qcnx1H1gz8WeoIqODO7LW7Xq7 li:before{  }
#GmRu5sc8uhCttm0gkATZZiyC2A3ncbxk { color:#2649a9;display:block;width:29.8125rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:11.5rem;left:7.1875rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PTIL7QvT0MDrapc8uNfRMvgu9lCbkbDA { 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.875rem;width:21.375rem;top:2.3750138282776rem;left:46.34375rem;overflow:hidden;display:block; }
#mAFXCbu8e9xTpiwalxNqJm2QJqBfqcw1 { position:absolute;display:block;z-index:15033;background-color:#ba7191;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:30.625rem;width:23.0625rem;top:22.9375rem;left:45.5rem;display:block; }
#EFGArCeNcfA92I9XKTaxAHCBIzfdlV2E { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:24.75rem;left:52.3125rem;overflow:hidden;display:block; }
#iWqgw5EPlZPyFTn5qlrZOM3FT6Vt6TNi { color:#ffffff;display:block;width:16.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:36.25rem;left:48.8125rem;height:5.84895625rem;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; }
#TwcxBATXWna1iKsymffdukpZdGc13Chs { color:#f2ddd4;display:block;width:16.437rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:44.312255859375rem;left:48.810791015625rem;height:5.84895625rem;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; }
#gkZNAlDcKN7Lh2NwSfWoZ5wskShfqvbS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image: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; }#gkZNAlDcKN7Lh2NwSfWoZ5wskShfqvbS > .row .container { background-color: transparent; background-image: none; }#gkZNAlDcKN7Lh2NwSfWoZ5wskShfqvbS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gkZNAlDcKN7Lh2NwSfWoZ5wskShfqvbS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gkZNAlDcKN7Lh2NwSfWoZ5wskShfqvbS > .row .container > .video-iframe-container { display: none; }#gkZNAlDcKN7Lh2NwSfWoZ5wskShfqvbS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gkZNAlDcKN7Lh2NwSfWoZ5wskShfqvbS > .row > .video-iframe-container { display: none; }#gkZNAlDcKN7Lh2NwSfWoZ5wskShfqvbS > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gkZNAlDcKN7Lh2NwSfWoZ5wskShfqvbS > .row .container { border-width: 0; border-radius: 0; }#gkZNAlDcKN7Lh2NwSfWoZ5wskShfqvbS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gkZNAlDcKN7Lh2NwSfWoZ5wskShfqvbS > .row .container { font-size:0.875rem;font-family:arial;height:54.5625rem;width:75rem;position:relative;display:block; }#rxhXxkGA7aNQGVyty6bum3NcGgcofMIW { color:#2649a9;display:block;width:16.8125rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:5.9375rem;left:39.875rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uNIIS7mwQ8mVdu0TMl5JtBZqZCAPWiab { color:#2649a9;display:block;width:31.25rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:8.375rem;left:39.875rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XDIIyDLvTxksFJTcMJrXEs6ENqpTagFl { color:#2649a9;display:block;width:32.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:16.125rem;left:39.875rem;height:5.01220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#XDIIyDLvTxksFJTcMJrXEs6ENqpTagFl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XDIIyDLvTxksFJTcMJrXEs6ENqpTagFl li:before{  }
#UJJzp2uLw8mGS2K8VZMkXC7xssygC1ag { color:#2649a9;display:block;width:29.8125rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:10.4375rem;left:39.875rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ngSp1lfmy0T9y9QIT4F5Bt8TApJtUUNS { 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.875rem;width:21.375rem;top:3.5rem;left:10.9375rem;overflow:hidden;display:block; }
#vr2NywkcgG60AnxbEJ9Z7eciqdCfbtBg { position:absolute;display:block;z-index:15033;background-color:#ba7191;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:29.1875rem;width:23.0625rem;top:24.0625rem;left:10.125rem;display:block; }
#iJtsor53WHhJkf1u3cni0dlvRaVqEv1M { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:25.875rem;left:16.9375rem;overflow:hidden;display:block; }
#vXU1zGhBW4Q53TQW8XF8gyHTwnz5tH1O { color:#ffffff;display:block;width:16.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:37.375rem;left:13.4375rem;height:7.3111875rem;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; }
#KQM8guJmV4ngBUkCZQIdduuOgfbPZ7AA { color:#f2ddd4;display:block;width:16.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:47.875rem;left:13.4375rem;height:2.92480625rem;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; }
#sVpzXa95312tRSSkTprcRSfEAGT7UDWU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image: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; }#sVpzXa95312tRSSkTprcRSfEAGT7UDWU > .row .container { background-color: transparent; background-image: none; }#sVpzXa95312tRSSkTprcRSfEAGT7UDWU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVpzXa95312tRSSkTprcRSfEAGT7UDWU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVpzXa95312tRSSkTprcRSfEAGT7UDWU > .row .container > .video-iframe-container { display: none; }#sVpzXa95312tRSSkTprcRSfEAGT7UDWU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVpzXa95312tRSSkTprcRSfEAGT7UDWU > .row > .video-iframe-container { display: none; }#sVpzXa95312tRSSkTprcRSfEAGT7UDWU > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVpzXa95312tRSSkTprcRSfEAGT7UDWU > .row .container { border-width: 0; border-radius: 0; }#sVpzXa95312tRSSkTprcRSfEAGT7UDWU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sVpzXa95312tRSSkTprcRSfEAGT7UDWU > .row .container { font-size:0.875rem;font-family:arial;height:57.875rem;width:75rem;position:relative;display:block; }#ueJcLAzpr7lKLO90FnK6mIWxtd2Xr4a8 { color:#2649a9;display:block;width:16.8125rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:5rem;left:7.1875rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Res45JOOIKw3vvuWfM8nGEGARKfTTVSH { color:#2649a9;display:block;width:19.3125rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:7.4375rem;left:7.1875rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mkKAfRiklWk1GtZr5ir3sNJdtT8xLQ88 { color:#2649a9;display:block;width:32.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:17.1875rem;left:7.1875rem;height:5.01220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#mkKAfRiklWk1GtZr5ir3sNJdtT8xLQ88 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mkKAfRiklWk1GtZr5ir3sNJdtT8xLQ88 li:before{  }
#BMuCG8caApB7byFIVqIBr0UcaOu7IovI { color:#2649a9;display:block;width:29.8125rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:11.5rem;left:7.1875rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UmoKWVGTTzNwvmqxaiMD5bTu5FxT80Z4 { color:#2649a9;display:block;width:25.9375rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:28.375rem;left:7.1875rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JUDpJyPictGXOfWLgOwbuhHFy5rNfngH { color:#72686c;display:block;width:24.9375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:34.125rem;left:7.1875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#JUDpJyPictGXOfWLgOwbuhHFy5rNfngH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JUDpJyPictGXOfWLgOwbuhHFy5rNfngH li:before{  }
#aDO35vtes1RZZV90lAxop96RwUqIh29e { 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.875rem;width:21.375rem;top:2.2499732971191rem;left:46.34375rem;overflow:hidden;display:block; }
#nLifwdCCAAXaVw6vaXuR8kU324pcNoph { position:absolute;display:block;z-index:15033;background-color:#ba7191;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.625rem;width:23.0625rem;top:22.937255859375rem;left:45.49951171875rem;display:block; }
#sH5uXWwfL0JDfTT8e1TbTnwKRHMK9Wvb { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:24.75rem;left:52.3125rem;overflow:hidden;display:block; }
#Nrf82qofr97UXFanbwL7PGlIA9EcFOZf { color:#ffffff;display:block;width:16.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:36.25rem;left:48.8125rem;height:5.84895625rem;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; }
#xpWyMhHgDK6Pg0M1499XDd6t9o43z1H2 { color:#f2ddd4;display:block;width:16.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:45.812520980835rem;left:48.78125rem;height:5.84895625rem;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; }
#bZsqlwBX5UbX0OTJPkz6WcfTgqbh5lLB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image: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; }#bZsqlwBX5UbX0OTJPkz6WcfTgqbh5lLB > .row .container { background-color: transparent; background-image: none; }#bZsqlwBX5UbX0OTJPkz6WcfTgqbh5lLB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bZsqlwBX5UbX0OTJPkz6WcfTgqbh5lLB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bZsqlwBX5UbX0OTJPkz6WcfTgqbh5lLB > .row .container > .video-iframe-container { display: none; }#bZsqlwBX5UbX0OTJPkz6WcfTgqbh5lLB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bZsqlwBX5UbX0OTJPkz6WcfTgqbh5lLB > .row > .video-iframe-container { display: none; }#bZsqlwBX5UbX0OTJPkz6WcfTgqbh5lLB > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bZsqlwBX5UbX0OTJPkz6WcfTgqbh5lLB > .row .container { border-width: 0; border-radius: 0; }#bZsqlwBX5UbX0OTJPkz6WcfTgqbh5lLB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bZsqlwBX5UbX0OTJPkz6WcfTgqbh5lLB > .row .container { font-size:0.875rem;font-family:arial;height:58.875rem;width:75rem;position:relative;display:block; }#N5FNLMKLXPyGTtOaQRLCksukJiV3E0k3 { color:#2649a9;display:block;width:16.8125rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:5.5rem;left:40.125rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zsQpzi2pULw68uzLCcvO7ZTFtasO64kQ { color:#2649a9;display:block;width:24.3125rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:7.9375rem;left:40.125rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bMbFkuwf4Cgl5OOquSPC0cW79N2sJ2ET { color:#2649a9;display:block;width:32.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:15.6875rem;left:40.125rem;height:6.4739375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#bMbFkuwf4Cgl5OOquSPC0cW79N2sJ2ET li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bMbFkuwf4Cgl5OOquSPC0cW79N2sJ2ET li:before{  }
#fUGoM2EfTmGRDDXevtGTHXaMWfvILX9t { color:#2649a9;display:block;width:29.8125rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:10rem;left:40.125rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XMIv3kB7vQEP2s09Es3mhayWNGx8HXCd { color:#2649a9;display:block;width:25.9375rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:28.875rem;left:40.125rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QD1TQ2vtTJHMw4uBBhtHseNUhnK63ebA { color:#72686c;display:block;width:30.5625rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:34.625rem;left:40.125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#QD1TQ2vtTJHMw4uBBhtHseNUhnK63ebA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QD1TQ2vtTJHMw4uBBhtHseNUhnK63ebA li:before{  }
#IEJU0TB4F4CPFMQGFkQUEXo5TQoOn1Z5 { 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.875rem;width:21.375rem;top:3.0625rem;left:11.1875rem;overflow:hidden;display:block; }
#GCNUASX7AGF2r1k5zbAA1Mm6TffqROTl { position:absolute;display:block;z-index:15033;background-color:#ba7191;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:23.625rem;left:10.374755859375rem;display:block; }
#rSbTWtuhHiJE7XPgTqzhFukCWVzc6hrQ { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:25.4375rem;left:17.1875rem;overflow:hidden;display:block; }
#F2BbdeG8lVnMrp4206U1o5smvN1GXUSh { color:#ffffff;display:block;width:16.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:36.9375rem;left:13.6875rem;height:5.84895625rem;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; }
#LomKIATwe9D6v2Gd1sfNqfZV8hL8N44B { color:#f2ddd4;display:block;width:16.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:45.625rem;left:13.65625rem;height:5.84895625rem;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; }
#PZ2W6tESbpiB1nGIq9hdVWZQwy1aPVNc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image: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; }#PZ2W6tESbpiB1nGIq9hdVWZQwy1aPVNc > .row .container { background-color: transparent; background-image: none; }#PZ2W6tESbpiB1nGIq9hdVWZQwy1aPVNc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PZ2W6tESbpiB1nGIq9hdVWZQwy1aPVNc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PZ2W6tESbpiB1nGIq9hdVWZQwy1aPVNc > .row .container > .video-iframe-container { display: none; }#PZ2W6tESbpiB1nGIq9hdVWZQwy1aPVNc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PZ2W6tESbpiB1nGIq9hdVWZQwy1aPVNc > .row > .video-iframe-container { display: none; }#PZ2W6tESbpiB1nGIq9hdVWZQwy1aPVNc > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PZ2W6tESbpiB1nGIq9hdVWZQwy1aPVNc > .row .container { border-width: 0; border-radius: 0; }#PZ2W6tESbpiB1nGIq9hdVWZQwy1aPVNc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PZ2W6tESbpiB1nGIq9hdVWZQwy1aPVNc > .row .container { font-size:0.875rem;font-family:arial;height:63.75rem;width:75rem;position:relative;display:block; }#Ol7QWC7EWefEHDmFcgZuk5p44TlRfFWU { color:#2649a9;display:block;width:16.8125rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:5rem;left:7.1875rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mUaeJSsdHDwa7IGDAH1JaOvxKMR7O6zN { color:#2649a9;display:block;width:27.0625rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:7.4375rem;left:7.1875rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oHT7sJHahpQZfXSFRoWigllTAVPo0Pdi { color:#2649a9;display:block;width:32.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:15.1875rem;left:7.1875rem;height:5.01220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#oHT7sJHahpQZfXSFRoWigllTAVPo0Pdi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#oHT7sJHahpQZfXSFRoWigllTAVPo0Pdi li:before{  }
#lRSxAa6FFf21sdqhis1nGQzhQkvyowym { color:#2649a9;display:block;width:29.8125rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:9.5rem;left:7.1875rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#La6XTT9RdFdbiqkNVEZa5UpaVaqez9cb { color:#2649a9;display:block;width:25.9375rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:28.375rem;left:7.1875rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DiQffuV7w49irnVNVhyVkbTkXayyMFMc { color:#72686c;display:block;width:27.625rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:34.125rem;left:7.1875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#DiQffuV7w49irnVNVhyVkbTkXayyMFMc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DiQffuV7w49irnVNVhyVkbTkXayyMFMc li:before{  }
#KgcX5prSeGMnPkT8zRx4Ttgb0TBpmNvm { 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.875rem;width:21.375rem;top:2.3750429153442rem;left:46.34375rem;overflow:hidden;display:block; }
#c2SzRB2STP9nfVeKTKvFAxtoTLmxaTCl { position:absolute;display:block;z-index:15033;background-color:#ba7191;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.5rem;width:23.0625rem;top:22.937255859375rem;left:45.49951171875rem;display:block; }
#zqoSsS17XzcLwlzhTf7B8Z6nF2pOovMl { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:24.75rem;left:52.3125rem;overflow:hidden;display:block; }
#OrkF5NlaqUUITon31SpR5lWrmr1hxi9V { color:#ffffff;display:block;width:16.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:36.25rem;left:48.8125rem;height:7.3111875rem;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; }
#TBEH88TDV3Pi24eXVUGqrtQWAZpT9A0i { color:#f2ddd4;display:block;width:16.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:45.812520980835rem;left:48.78125rem;height:8.7734375rem;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; }
#Uql4NpJl2yBRp5poTG3FlPGGPbDsXWT1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image: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; }#Uql4NpJl2yBRp5poTG3FlPGGPbDsXWT1 > .row .container { background-color: transparent; background-image: none; }#Uql4NpJl2yBRp5poTG3FlPGGPbDsXWT1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uql4NpJl2yBRp5poTG3FlPGGPbDsXWT1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uql4NpJl2yBRp5poTG3FlPGGPbDsXWT1 > .row .container > .video-iframe-container { display: none; }#Uql4NpJl2yBRp5poTG3FlPGGPbDsXWT1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uql4NpJl2yBRp5poTG3FlPGGPbDsXWT1 > .row > .video-iframe-container { display: none; }#Uql4NpJl2yBRp5poTG3FlPGGPbDsXWT1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uql4NpJl2yBRp5poTG3FlPGGPbDsXWT1 > .row .container { border-width: 0; border-radius: 0; }#Uql4NpJl2yBRp5poTG3FlPGGPbDsXWT1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Uql4NpJl2yBRp5poTG3FlPGGPbDsXWT1 > .row .container { font-size:0.875rem;font-family:arial;height:59.25rem;width:75rem;position:relative;display:block; }#E66EVZ24gycIvPrP7O964QReSZsix2nN { color:#2649a9;display:block;width:16.8125rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:5.625rem;left:39.8125rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mIrSFDC1WU3vHSUPSpTFNGzRtt0Wkst4 { color:#2649a9;display:block;width:24.3125rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:8.0625rem;left:39.8125rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JDeIHWoNtNedRf0b4To3LtGT3x07CPMy { color:#2649a9;display:block;width:32.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:15.8125rem;left:39.8125rem;height:5.01220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#JDeIHWoNtNedRf0b4To3LtGT3x07CPMy li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JDeIHWoNtNedRf0b4To3LtGT3x07CPMy li:before{  }
#pzmPNZZ5k81PJmJHLhyS6L7HDpnU6df0 { color:#2649a9;display:block;width:29.8125rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:10.125rem;left:39.8125rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KcPEJZdmm0lHBuQ5Puvm4U3ng6DRskVh { 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.875rem;width:21.375rem;top:3.1875rem;left:10.875rem;overflow:hidden;display:block; }
#s9UXIxG0aq6mlc9QaulmkaaCFbaP1uq3 { position:absolute;display:block;z-index:15033;background-color:#ba7191;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:23.74951171875rem;left:10.06201171875rem;display:block; }
#t1W7y0bs3JuOPO8u8bJUxnlWPpCB4maT { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:25.5625rem;left:16.875rem;overflow:hidden;display:block; }
#BFewiNIRnatAHCvcTEP4oKPHpcdrg4aF { color:#ffffff;display:block;width:16.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:37.0625rem;left:13.375rem;height:7.3111875rem;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; }
#EkfTJW3dGgIqu6mTzD7y3k04vBcvIaCo { color:#f2ddd4;display:block;width:16.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:46.625rem;left:13.375rem;height:5.84895625rem;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; }
#sJ3vqZPk8n5nPf1hgGbuHtLqn6vWz1WI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image: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; }#sJ3vqZPk8n5nPf1hgGbuHtLqn6vWz1WI > .row .container { background-color: transparent; background-image: none; }#sJ3vqZPk8n5nPf1hgGbuHtLqn6vWz1WI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJ3vqZPk8n5nPf1hgGbuHtLqn6vWz1WI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJ3vqZPk8n5nPf1hgGbuHtLqn6vWz1WI > .row .container > .video-iframe-container { display: none; }#sJ3vqZPk8n5nPf1hgGbuHtLqn6vWz1WI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJ3vqZPk8n5nPf1hgGbuHtLqn6vWz1WI > .row > .video-iframe-container { display: none; }#sJ3vqZPk8n5nPf1hgGbuHtLqn6vWz1WI > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJ3vqZPk8n5nPf1hgGbuHtLqn6vWz1WI > .row .container { border-width: 0; border-radius: 0; }#sJ3vqZPk8n5nPf1hgGbuHtLqn6vWz1WI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sJ3vqZPk8n5nPf1hgGbuHtLqn6vWz1WI > .row .container { font-size:0.875rem;font-family:arial;height:54.75rem;width:75rem;position:relative;display:block; }#CH2FTofSVAzbROrsyyi8TwSKmKDrxix6 { color:#2649a9;display:block;width:16.8125rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:5rem;left:7.1875rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cD9gchFKJJi3WXfGe5BMNUcAbKMgFdUD { color:#2649a9;display:block;width:32.1875rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:7.4375rem;left:7.1875rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T2CDSmwRZrOTQ2MNg0HRBrBVQdWqGSDF { color:#2649a9;display:block;width:32.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:17.1875rem;left:7.1875rem;height:6.4739375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#T2CDSmwRZrOTQ2MNg0HRBrBVQdWqGSDF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#T2CDSmwRZrOTQ2MNg0HRBrBVQdWqGSDF li:before{  }
#TVUZrR7aiTaca4G05uWlemQBbLxTwBV7 { color:#2649a9;display:block;width:29.8125rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:11.5rem;left:7.1875rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rB5NK6TUGT9C2omeAzWcsRtiTkJiTTf2 { color:#2649a9;display:block;width:25.9375rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:28.375rem;left:7.1875rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lprTG0XFRbFSbwJsOSiK6ec8IX4SXL4a { color:#72686c;display:block;width:27.625rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:34.125rem;left:7.1875rem;height:11.1731875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#lprTG0XFRbFSbwJsOSiK6ec8IX4SXL4a li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lprTG0XFRbFSbwJsOSiK6ec8IX4SXL4a li:before{  }
#c1kkt6XZafqISq8MeHqfkFVXmzmRDCIv { 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.875rem;width:21.375rem;top:2.3750429153442rem;left:46.34375rem;overflow:hidden;display:block; }
#VrWJVCnIE7WsWm733U76PV8EVl055V28 { position:absolute;display:block;z-index:15033;background-color:#ba7191;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:30.625rem;width:23.0625rem;top:22.9375rem;left:45.5rem;display:block; }
#ZX2HNTBcTdfutlgpEcg1WcQ6RuvNkQF9 { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:24.75rem;left:52.3125rem;overflow:hidden;display:block; }
#XRw2it7xS9kAeNZQPAOoclgOQgISRs1y { color:#ffffff;display:block;width:16.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:36.25rem;left:48.8125rem;height:7.3111875rem;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; }
#yifUtwtJPAD3qHw1NHPJxGCPuN3klqDl { color:#f2ddd4;display:block;width:16.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:45.812520980835rem;left:48.78125rem;height:4.38720625rem;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; }
#ENFMaOemtTGMx9z7v8h40TRfB0ZEWrxA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image: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; }#ENFMaOemtTGMx9z7v8h40TRfB0ZEWrxA > .row .container { background-color: transparent; background-image: none; }#ENFMaOemtTGMx9z7v8h40TRfB0ZEWrxA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ENFMaOemtTGMx9z7v8h40TRfB0ZEWrxA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ENFMaOemtTGMx9z7v8h40TRfB0ZEWrxA > .row .container > .video-iframe-container { display: none; }#ENFMaOemtTGMx9z7v8h40TRfB0ZEWrxA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ENFMaOemtTGMx9z7v8h40TRfB0ZEWrxA > .row > .video-iframe-container { display: none; }#ENFMaOemtTGMx9z7v8h40TRfB0ZEWrxA > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ENFMaOemtTGMx9z7v8h40TRfB0ZEWrxA > .row .container { border-width: 0; border-radius: 0; }#ENFMaOemtTGMx9z7v8h40TRfB0ZEWrxA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ENFMaOemtTGMx9z7v8h40TRfB0ZEWrxA > .row .container { font-size:0.875rem;font-family:arial;height:59.625rem;width:75rem;position:relative;display:block; }#OGSKpgZsENuaEv3yZT6bAuoI3d0N5cc9 { color:#2649a9;display:block;width:16.8125rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:5rem;left:40.0625rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rADDshS0JBfvI1vzrLOUwaLBt0QWma1P { color:#2649a9;display:block;width:24.3125rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:7.4375rem;left:40.0625rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eBbIKZvHD9mh2Tl4LKClzlS9yGSSONAt { color:#2649a9;display:block;width:32.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:15.1875rem;left:40.0625rem;height:7.9361875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#eBbIKZvHD9mh2Tl4LKClzlS9yGSSONAt li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#eBbIKZvHD9mh2Tl4LKClzlS9yGSSONAt li:before{  }
#hVH76f0aRTdlJgqLQiOqPOAmBt5rcXxT { color:#2649a9;display:block;width:29.8125rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:9.5rem;left:40.0625rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wRt9eXKVteGTVtBvTO1K2mtTRL4dn4m0 { color:#2649a9;display:block;width:25.9375rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:28.375rem;left:40.0625rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ES0hoqq8HFpciyQNGCwJqi4GKWuzTbpZ { color:#72686c;display:block;width:30.5625rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:34.125rem;left:40.0625rem;height:5.01220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#ES0hoqq8HFpciyQNGCwJqi4GKWuzTbpZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ES0hoqq8HFpciyQNGCwJqi4GKWuzTbpZ li:before{  }
#lkFSmVhHASddMRisH16OHgwDXpcCmJ0L { 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.875rem;width:21.375rem;top:2.5625rem;left:11.125rem;overflow:hidden;display:block; }
#w2eVh2vuiGgk2l87JqDCVDKFRv561lE9 { position:absolute;display:block;z-index:15033;background-color:#ba7191;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.0625rem;width:23.0625rem;top:23.124755859375rem;left:10.3125rem;display:block; }
#LP8FynAsbRfsiH56zf0KVX8IR2uLPPp0 { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:24.9375rem;left:17.125rem;overflow:hidden;display:block; }
#T6i3gTtoaT1sy1yFvI8vFKydTDhi9EkZ { color:#ffffff;display:block;width:16.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:36.4375rem;left:13.625rem;height:5.84895625rem;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; }
#oEJCLgmc4vRsg93cgNAfFJtgZ8dt8ATG { color:#f2ddd4;display:block;width:16.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:46rem;left:13.625rem;height:5.84895625rem;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; }
#NkMJQpOwR64aRE4tpBFHzLSGzagz5Dlf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image: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; }#NkMJQpOwR64aRE4tpBFHzLSGzagz5Dlf > .row .container { background-color: transparent; background-image: none; }#NkMJQpOwR64aRE4tpBFHzLSGzagz5Dlf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NkMJQpOwR64aRE4tpBFHzLSGzagz5Dlf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NkMJQpOwR64aRE4tpBFHzLSGzagz5Dlf > .row .container > .video-iframe-container { display: none; }#NkMJQpOwR64aRE4tpBFHzLSGzagz5Dlf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NkMJQpOwR64aRE4tpBFHzLSGzagz5Dlf > .row > .video-iframe-container { display: none; }#NkMJQpOwR64aRE4tpBFHzLSGzagz5Dlf > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NkMJQpOwR64aRE4tpBFHzLSGzagz5Dlf > .row .container { border-width: 0; border-radius: 0; }#NkMJQpOwR64aRE4tpBFHzLSGzagz5Dlf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NkMJQpOwR64aRE4tpBFHzLSGzagz5Dlf > .row .container { font-size:0.875rem;font-family:arial;height:54.75rem;width:75rem;position:relative;display:block; }#uADqJVNql4PWBt4WT5D4ZBJT5lxXCOwg { color:#2649a9;display:block;width:16.8125rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:5rem;left:7.1875rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zwbMPZExyDoucoWvgNfCwMPnkD6T2QhA { color:#2649a9;display:block;width:32.1875rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:7.4375rem;left:7.1875rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PHevrvfTxtzPCsOoUrAFhkSIe44qafsk { color:#2649a9;display:block;width:32.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:17.1875rem;left:7.1875rem;height:5.01220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#PHevrvfTxtzPCsOoUrAFhkSIe44qafsk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PHevrvfTxtzPCsOoUrAFhkSIe44qafsk li:before{  }
#bLhT6UJbeHr84XNhFoTnwGmSzIHF0WWh { color:#2649a9;display:block;width:29.8125rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:11.5rem;left:7.1875rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OUBIcoBxcK0sFyTrpFTPPnPNVVyxiLlw { color:#2649a9;display:block;width:25.9375rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:28.375rem;left:7.1875rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#O9JD9DeEJOBAaLpinVn0dq31ly5wThtt { color:#72686c;display:block;width:27.625rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:34.125rem;left:7.1875rem;height:3.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#O9JD9DeEJOBAaLpinVn0dq31ly5wThtt li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#O9JD9DeEJOBAaLpinVn0dq31ly5wThtt li:before{  }
#uNOi9twZsTV67k4pCkQhlzTLTmPF5ZcD { 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.875rem;width:21.375rem;top:2.3750429153442rem;left:46.34375rem;overflow:hidden;display:block; }
#dZ5bvVaQ7M41CvycVvks5nvClXUZbD32 { position:absolute;display:block;z-index:15037;background-color:#ba7191;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:30.625rem;width:23.0625rem;top:20.4375rem;left:45.5rem;display:block; }
#hLJyuM1USC6TMhfVPFMeJTGJnUwCVf43 { color:#ffffff;display:block;width:16.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:34.125000715256rem;left:48.812501907349rem;height:8.7734375rem;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; }
#nc8UumA0OyyEMk4tqtATPd9WTTogDThc { 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.200000286103rem;left:52.343751907349rem;overflow:hidden;display:block; }
#vPDeUKRBF0LQZAmKs6kAIDeZfR2FtaVF { color:#f2ddd4;display:block;width:16.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:44.312499761581rem;left:48.812501907349rem;height:4.38720625rem;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; }
#UsZIg6e4eDOt68pV6oKOBZf9kzWqhe2L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image: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; }#UsZIg6e4eDOt68pV6oKOBZf9kzWqhe2L > .row .container { background-color: transparent; background-image: none; }#UsZIg6e4eDOt68pV6oKOBZf9kzWqhe2L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UsZIg6e4eDOt68pV6oKOBZf9kzWqhe2L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UsZIg6e4eDOt68pV6oKOBZf9kzWqhe2L > .row .container > .video-iframe-container { display: none; }#UsZIg6e4eDOt68pV6oKOBZf9kzWqhe2L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UsZIg6e4eDOt68pV6oKOBZf9kzWqhe2L > .row > .video-iframe-container { display: none; }#UsZIg6e4eDOt68pV6oKOBZf9kzWqhe2L > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UsZIg6e4eDOt68pV6oKOBZf9kzWqhe2L > .row .container { border-width: 0; border-radius: 0; }#UsZIg6e4eDOt68pV6oKOBZf9kzWqhe2L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UsZIg6e4eDOt68pV6oKOBZf9kzWqhe2L > .row .container { font-size:0.875rem;font-family:arial;height:58.0625rem;width:75rem;position:relative;display:block; }#VaNTn6Hyy2coWWowGUFsR2tllvzxuky9 { color:#2649a9;display:block;width:16.8125rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:4.875rem;left:39.6875rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NsiI69H1JPW6LObCG1ZFfhfFVdQZL0CI { color:#2649a9;display:block;width:20.9375rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:7.3125rem;left:39.6875rem;height:6.09375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dBQuzOGQFp1RTnyJvdqwcFNfpm9hhcsk { color:#2649a9;display:block;width:32.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:19.0625rem;left:39.6875rem;height:7.9361875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#dBQuzOGQFp1RTnyJvdqwcFNfpm9hhcsk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dBQuzOGQFp1RTnyJvdqwcFNfpm9hhcsk li:before{  }
#hC49gCtLfJmJgKcsEWT5zkROhW4wmsOg { color:#2649a9;display:block;width:29.8125rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:13.375rem;left:39.6875rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AkTxGW145fuLOTUoeOCLfQ6npBuRH84T { color:#2649a9;display:block;width:25.9375rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:29rem;left:39.6875rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v6A7zyayfAiKNPwv0VesAT9mnZib8Mke { color:#72686c;display:block;width:30.5625rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:35.5625rem;left:39.6875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#v6A7zyayfAiKNPwv0VesAT9mnZib8Mke li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#v6A7zyayfAiKNPwv0VesAT9mnZib8Mke li:before{  }
#Tz3Kd96MksZd0lVQIIEEEHhVywH3h52L { 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.875rem;width:21.375rem;top:2.4375rem;left:10.75rem;overflow:hidden;display:block; }
#nkJMqMr59fGSfWiIa1ti5VdiTDdD7Eqy { position:absolute;display:block;z-index:15033;background-color:#ba7191;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.125rem;width:23.0625rem;top:22.99951171875rem;left:9.9375rem;display:block; }
#h0vRCSy9ADDEsxQG8VOkWxXZZ9WzCcmu { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:24.8125rem;left:16.75rem;overflow:hidden;display:block; }
#pwcvpkg3ozWqsNkKnRBqEOh1dpnSdIQK { color:#ffffff;display:block;width:16.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:36.3125rem;left:13.25rem;height:8.7734375rem;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; }
#gvRHNpGMeIZirBrxDqSeglt6zLZD1N8p { color:#f2ddd4;display:block;width:16.437rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:47.4990234375rem;left:13.21728515625rem;height:4.38720625rem;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; }
#fkdVELRrJ8xHHp6HKD37cxmk0agQzdFd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image: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; }#fkdVELRrJ8xHHp6HKD37cxmk0agQzdFd > .row .container { background-color: transparent; background-image: none; }#fkdVELRrJ8xHHp6HKD37cxmk0agQzdFd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fkdVELRrJ8xHHp6HKD37cxmk0agQzdFd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fkdVELRrJ8xHHp6HKD37cxmk0agQzdFd > .row .container > .video-iframe-container { display: none; }#fkdVELRrJ8xHHp6HKD37cxmk0agQzdFd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fkdVELRrJ8xHHp6HKD37cxmk0agQzdFd > .row > .video-iframe-container { display: none; }#fkdVELRrJ8xHHp6HKD37cxmk0agQzdFd > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fkdVELRrJ8xHHp6HKD37cxmk0agQzdFd > .row .container { border-width: 0; border-radius: 0; }#fkdVELRrJ8xHHp6HKD37cxmk0agQzdFd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fkdVELRrJ8xHHp6HKD37cxmk0agQzdFd > .row .container { font-size:0.875rem;font-family:arial;height:62.0625rem;width:75rem;position:relative;display:block; }#BwtWDLbWSq3yZ1N5L7gqFFKchDrP5XmX { color:#2649a9;display:block;width:16.8125rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:5rem;left:7.1875rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PqIfV4JxCwtwKFDtpzQh6USHllEeNvna { color:#2649a9;display:block;width:32.1875rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:7.4375rem;left:7.1875rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E1OI8bFredF7x1T0Ba2EcfAFHisU2PQv { color:#2649a9;display:block;width:32.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:17.1875rem;left:7.1875rem;height:7.9361875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#E1OI8bFredF7x1T0Ba2EcfAFHisU2PQv li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#E1OI8bFredF7x1T0Ba2EcfAFHisU2PQv li:before{  }
#Vk2euhaQnlKAiKSn4uT3P5V9ES4PB8GP { color:#2649a9;display:block;width:29.8125rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:11.5rem;left:7.1875rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZevRWZZdex9cw0tP3kt7kNi4wTV9wRD0 { color:#2649a9;display:block;width:25.9375rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:28.375rem;left:7.1875rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UoTJ79udV0pI7i0xiKp7CHtv6LNpGHcq { color:#72686c;display:block;width:27.625rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:34.125rem;left:7.1875rem;height:6.4739375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#UoTJ79udV0pI7i0xiKp7CHtv6LNpGHcq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UoTJ79udV0pI7i0xiKp7CHtv6LNpGHcq li:before{  }
#OV7wbkxUHnyzTTKi2aZ4I9NDJhnDPGQg { 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.875rem;width:21.375rem;top:2.3750429153442rem;left:46.34375rem;overflow:hidden;display:block; }
#Op9tIraTymN14kxTUJB46XVs9h88w8Et { position:absolute;display:block;z-index:15033;background-color:#ba7191;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.1875rem;width:23.0625rem;top:22.937255859375rem;left:45.49951171875rem;display:block; }
#UtXVoUOA4Woqkz4QzDUGLGU3uAPtVIvW { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:24.75rem;left:52.3125rem;overflow:hidden;display:block; }
#XavulTRbi53CJrUmOsWlkIx7JzgxWOMH { color:#ffffff;display:block;width:16.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:36.25rem;left:48.8125rem;height:4.38720625rem;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; }
#uXo3951MbXwSvWeuZvnEWO9ED1zVC5rc { color:#f2ddd4;display:block;width:16.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:45.812520980835rem;left:48.78125rem;height:8.7734375rem;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; }
#CbL7bemMKisEOST5xfPDlZc0tGz6R8tJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image: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; }#CbL7bemMKisEOST5xfPDlZc0tGz6R8tJ > .row .container { background-color: transparent; background-image: none; }#CbL7bemMKisEOST5xfPDlZc0tGz6R8tJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CbL7bemMKisEOST5xfPDlZc0tGz6R8tJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CbL7bemMKisEOST5xfPDlZc0tGz6R8tJ > .row .container > .video-iframe-container { display: none; }#CbL7bemMKisEOST5xfPDlZc0tGz6R8tJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CbL7bemMKisEOST5xfPDlZc0tGz6R8tJ > .row > .video-iframe-container { display: none; }#CbL7bemMKisEOST5xfPDlZc0tGz6R8tJ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CbL7bemMKisEOST5xfPDlZc0tGz6R8tJ > .row .container { border-width: 0; border-radius: 0; }#CbL7bemMKisEOST5xfPDlZc0tGz6R8tJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CbL7bemMKisEOST5xfPDlZc0tGz6R8tJ > .row .container { font-size:0.875rem;font-family:arial;height:53.875rem;width:75rem;position:relative;display:block; }#bdZouVZTQDbGKvI9MQhUBs6BwQaAdT9v { color:#2649a9;display:block;width:16.8125rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:5.0625rem;left:39.6875rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nuZbs8EXKim04CkKfIdOOUeZKwvuWIwa { color:#2649a9;display:block;width:28.5625rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:7.5rem;left:39.6875rem;height:6.09375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#O06QhMVF3289fZ5IfxC1gQcqLb7MzApm { color:#2649a9;display:block;width:32.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:19.25rem;left:39.6875rem;height:5.01220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#O06QhMVF3289fZ5IfxC1gQcqLb7MzApm li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#O06QhMVF3289fZ5IfxC1gQcqLb7MzApm li:before{  }
#movhEVFzRJxqxrOBo0c9Dr3zR0xERpt2 { color:#2649a9;display:block;width:29.8125rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:13.5625rem;left:39.6875rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#moPKtnnJkqOp0a3kHWgbU5pClSwLEb1p { color:#2649a9;display:block;width:25.9375rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:27.625rem;left:39.6875rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T2vEqZHuDwXNT8ooLtl47egtol7tSFCT { color:#72686c;display:block;width:30.5625rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:34.1875rem;left:39.6875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#T2vEqZHuDwXNT8ooLtl47egtol7tSFCT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#T2vEqZHuDwXNT8ooLtl47egtol7tSFCT li:before{  }
#M1S9Bq61J2ZfbFNDx84TLN5UAm5GRuKf { 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.875rem;width:21.375rem;top:2.625rem;left:10.75rem;overflow:hidden;display:block; }
#UcsZw2CuqBKVCiOHCJ4zyaovpiclNwVZ { position:absolute;display:block;z-index:15037;background-color:#ba7191;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:29.1875rem;width:23.0625rem;top:21.0625rem;left:9.9375rem;display:block; }
#loZpmNztXFw6MXxikLBfyFpOwbWayCwO { color:#f2ddd4;display:block;width:16.4366875rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:44.25rem;left:13.1875rem;height:2.924475rem;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; }
#gkcyGPqt1PKwNQS12d86u6PxAAcGcUv9 { color:#ffffff;display:block;width:16.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:33.875rem;left:13.1875rem;height:5.84895625rem;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; }
#xEy4BzNZ7T5CA9HOXT43McOmsJM3JJdb { 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.375rem;left:16.75rem;overflow:hidden;display:block; }
#l5XZiAfdLu2TBHGllkd5Q4aht30NyMqy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image: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; }#l5XZiAfdLu2TBHGllkd5Q4aht30NyMqy > .row .container { background-color: transparent; background-image: none; }#l5XZiAfdLu2TBHGllkd5Q4aht30NyMqy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5XZiAfdLu2TBHGllkd5Q4aht30NyMqy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5XZiAfdLu2TBHGllkd5Q4aht30NyMqy > .row .container > .video-iframe-container { display: none; }#l5XZiAfdLu2TBHGllkd5Q4aht30NyMqy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5XZiAfdLu2TBHGllkd5Q4aht30NyMqy > .row > .video-iframe-container { display: none; }#l5XZiAfdLu2TBHGllkd5Q4aht30NyMqy > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5XZiAfdLu2TBHGllkd5Q4aht30NyMqy > .row .container { border-width: 0; border-radius: 0; }#l5XZiAfdLu2TBHGllkd5Q4aht30NyMqy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l5XZiAfdLu2TBHGllkd5Q4aht30NyMqy > .row .container { font-size:0.875rem;font-family:arial;height:54.75rem;width:75rem;position:relative;display:block; }#zgXhfqnTE85dIT7PP1T3uJ0ggrOOSepi { color:#2649a9;display:block;width:16.8125rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:5rem;left:7.1875rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eEaxFydQb5dtUn4xVZSJnaazTPksqXq0 { color:#2649a9;display:block;width:32.1875rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:7.4375rem;left:7.1875rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sW68yDsDbHsKIpm1tvV5wMZea7ro1C3Q { color:#2649a9;display:block;width:29.375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:17.18701171875rem;left:7.187255859375rem;height:7.9361875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#sW68yDsDbHsKIpm1tvV5wMZea7ro1C3Q li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sW68yDsDbHsKIpm1tvV5wMZea7ro1C3Q li:before{  }
#ZJdQzIN7cDsRUEimXtkksJJfTpWONB0t { color:#2649a9;display:block;width:29.8125rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:11.5rem;left:7.1875rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DTlvqy8gARphriIydeGmXy5RdQ2hL7Ha { color:#2649a9;display:block;width:25.9375rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:28.375rem;left:7.1875rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rLICBoFfQ9nGkbR9NQTG3x7kAd6JHoo2 { color:#72686c;display:block;width:27.625rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:34.125rem;left:7.1875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#rLICBoFfQ9nGkbR9NQTG3x7kAd6JHoo2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rLICBoFfQ9nGkbR9NQTG3x7kAd6JHoo2 li:before{  }
#SGnfoJIAxtuinJIkeeOSDTfmeBWKRARe { 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.875rem;width:21.375rem;top:2.3750429153442rem;left:46.34375rem;overflow:hidden;display:block; }
#erVeMtTDv0SE4EJadtbzTTlHq05UgI6R { position:absolute;display:block;z-index:15033;background-color:#ba7191;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:30.625rem;width:23.0625rem;top:22.9375rem;left:45.5rem;display:block; }
#nILAclyMztqcadUSIi4auOTJGlN5zb97 { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:24.75rem;left:52.3125rem;overflow:hidden;display:block; }
#kDlOJiJKpABEgPJ5T8XxhCLeHdXrIVFk { color:#ffffff;display:block;width:16.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:36.25rem;left:48.8125rem;height:4.38720625rem;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; }
#nc4PIUArv7R1zTicGH1IkEPckl0Hn1ZT { color:#f2ddd4;display:block;width:16.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:45.812520980835rem;left:48.78125rem;height:4.38720625rem;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; }
#fNOKnDsbw9uxbJqRrpwJ1mCQpgR8V1oT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image: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; }#fNOKnDsbw9uxbJqRrpwJ1mCQpgR8V1oT > .row .container { background-color: transparent; background-image: none; }#fNOKnDsbw9uxbJqRrpwJ1mCQpgR8V1oT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fNOKnDsbw9uxbJqRrpwJ1mCQpgR8V1oT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fNOKnDsbw9uxbJqRrpwJ1mCQpgR8V1oT > .row .container > .video-iframe-container { display: none; }#fNOKnDsbw9uxbJqRrpwJ1mCQpgR8V1oT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fNOKnDsbw9uxbJqRrpwJ1mCQpgR8V1oT > .row > .video-iframe-container { display: none; }#fNOKnDsbw9uxbJqRrpwJ1mCQpgR8V1oT > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fNOKnDsbw9uxbJqRrpwJ1mCQpgR8V1oT > .row .container { border-width: 0; border-radius: 0; }#fNOKnDsbw9uxbJqRrpwJ1mCQpgR8V1oT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fNOKnDsbw9uxbJqRrpwJ1mCQpgR8V1oT > .row .container { font-size:0.875rem;font-family:arial;height:54.375rem;width:75rem;position:relative;display:block; }#W6nlNpebkurFboZ0zAcC6Xe1brs7K8E2 { color:#2649a9;display:block;width:16.8125rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:5.0625rem;left:40.0625rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pVtpaTDIFmqVkJ0hIHDg8zSK48pH4dBW { color:#2649a9;display:block;width:28.5625rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:7.5rem;left:40.0625rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C5HJN65h59Mzo6zOnQnEdh6Q0SQBtkhi { color:#2649a9;display:block;width:32.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:18.25rem;left:40.0625rem;height:6.4739375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#C5HJN65h59Mzo6zOnQnEdh6Q0SQBtkhi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#C5HJN65h59Mzo6zOnQnEdh6Q0SQBtkhi li:before{  }
#ToMV3qmhIy4wb06k9xH8EZHb09crFaux { color:#2649a9;display:block;width:29.8125rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:12.5625rem;left:40.0625rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kWGOGXS5Rr8nRyvBlzThNZBAUf2p08Be { color:#2649a9;display:block;width:25.9375rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:27.625rem;left:40.0625rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iMhrwcLB9cbKiWZDJdwRcunAUFTUy8GA { color:#72686c;display:block;width:30.5625rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:34.1875rem;left:40.0625rem;height:7.9361875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#iMhrwcLB9cbKiWZDJdwRcunAUFTUy8GA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#iMhrwcLB9cbKiWZDJdwRcunAUFTUy8GA li:before{  }
#bA3s4X4yVLMVG9D5QcxVBFnazx3dzeqv { 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.875rem;width:21.375rem;top:2.625rem;left:11.125rem;overflow:hidden;display:block; }
#qUiN3hn1i2QzcwQLJI5tlyG7mDty6lIn { position:absolute;display:block;z-index:15041;background-color:#ba7191;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:29.1875rem;width:23.0625rem;top:21.9375rem;left:10.3125rem;display:block; }
#W8x6Vxs2yTiFoP4uOp6KerXNOLf4oRoM { color:#f2ddd4;display:block;width:16.4359375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:44.5625rem;left:13.594532012939rem;height:1.4624rem;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; }
#oW71Fk3gKCSGeAgv0vODqRbTRIXL0ZiU { color:#ffffff;display:block;width:15.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:37.937475204468rem;left:13.59375rem;height:4.38720625rem;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; }
#iSskyUPnbMy7AK1bVTakc6hTA7gaErnJ { 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.724975585938rem;left:17.125rem;overflow:hidden;display:block; }
#HqMvUOLaV1Ew88L5RPTzLyOcM1Ooprr9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image: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; }#HqMvUOLaV1Ew88L5RPTzLyOcM1Ooprr9 > .row .container { background-color: transparent; background-image: none; }#HqMvUOLaV1Ew88L5RPTzLyOcM1Ooprr9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HqMvUOLaV1Ew88L5RPTzLyOcM1Ooprr9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HqMvUOLaV1Ew88L5RPTzLyOcM1Ooprr9 > .row .container > .video-iframe-container { display: none; }#HqMvUOLaV1Ew88L5RPTzLyOcM1Ooprr9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HqMvUOLaV1Ew88L5RPTzLyOcM1Ooprr9 > .row > .video-iframe-container { display: none; }#HqMvUOLaV1Ew88L5RPTzLyOcM1Ooprr9 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HqMvUOLaV1Ew88L5RPTzLyOcM1Ooprr9 > .row .container { border-width: 0; border-radius: 0; }#HqMvUOLaV1Ew88L5RPTzLyOcM1Ooprr9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HqMvUOLaV1Ew88L5RPTzLyOcM1Ooprr9 > .row .container { font-size:0.875rem;font-family:arial;height:54.75rem;width:75rem;position:relative;display:block; }#ur1DR9KLCGDbt8L2cfTeFTvOykdinOJB { color:#2649a9;display:block;width:16.8125rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:5rem;left:7.1875rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H3NADbV3Wd9XANQbAdKvb6diIbK3V0sA { color:#2649a9;display:block;width:32.1875rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:7.4375rem;left:7.1875rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ODnpneANRQRv7lJadsf4GUh9QbIwzXA3 { color:#2649a9;display:block;width:32.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:15.1875rem;left:7.1875rem;height:5.01220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#ODnpneANRQRv7lJadsf4GUh9QbIwzXA3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ODnpneANRQRv7lJadsf4GUh9QbIwzXA3 li:before{  }
#piCOZeLbqsDIhymrSlUwp7cKfu8ClzGx { color:#2649a9;display:block;width:29.8125rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:9.5rem;left:7.1875rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LIT5B9unGhgfn8SuOrG62TWKX5o02lqy { color:#2649a9;display:block;width:25.9375rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:28.375rem;left:7.1875rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BnA4r3JLTXHF3vzbcSmUSys8GDSHpOhy { color:#72686c;display:block;width:27.625rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:34.125rem;left:7.1875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#BnA4r3JLTXHF3vzbcSmUSys8GDSHpOhy li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BnA4r3JLTXHF3vzbcSmUSys8GDSHpOhy li:before{  }
#Rk8iBqnWIBKuG6ZSLlnxNpopdaCvTnJn { 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.875rem;width:21.375rem;top:2.3750429153442rem;left:46.34375rem;overflow:hidden;display:block; }
#rurQwn93y6eTtNqONeDhpDKWiqZVairR { position:absolute;display:block;z-index:15033;background-color:#ba7191;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:30.625rem;width:23.0625rem;top:22.9375rem;left:45.5rem;display:block; }
#G4gTMxTqcIPLMP0IQNfl1muzy2yTQOGW { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:24.75rem;left:52.3125rem;overflow:hidden;display:block; }
#b3gLvBnDGQ5ZWaZe586PgNMfOa7sL91A { color:#ffffff;display:block;width:16.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:36.25rem;left:48.8125rem;height:5.84895625rem;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; }
#I0kM4EEQ76byaL12h3IJLCncZFogrnPL { color:#f2ddd4;display:block;width:16.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:45.812520980835rem;left:48.78125rem;height:4.38720625rem;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; }
#oWouZ5dy3NK6k0yP0oh41gtkeqqqZXR3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image: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; }#oWouZ5dy3NK6k0yP0oh41gtkeqqqZXR3 > .row .container { background-color: transparent; background-image: none; }#oWouZ5dy3NK6k0yP0oh41gtkeqqqZXR3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oWouZ5dy3NK6k0yP0oh41gtkeqqqZXR3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oWouZ5dy3NK6k0yP0oh41gtkeqqqZXR3 > .row .container > .video-iframe-container { display: none; }#oWouZ5dy3NK6k0yP0oh41gtkeqqqZXR3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oWouZ5dy3NK6k0yP0oh41gtkeqqqZXR3 > .row > .video-iframe-container { display: none; }#oWouZ5dy3NK6k0yP0oh41gtkeqqqZXR3 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oWouZ5dy3NK6k0yP0oh41gtkeqqqZXR3 > .row .container { border-width: 0; border-radius: 0; }#oWouZ5dy3NK6k0yP0oh41gtkeqqqZXR3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oWouZ5dy3NK6k0yP0oh41gtkeqqqZXR3 > .row .container { font-size:0.875rem;font-family:arial;height:60.0625rem;width:75rem;position:relative;display:block; }#Ji1e63Cge4PFJ3aVQNhNCPRCQw5riIdP { color:#2649a9;display:block;width:16.8125rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:5.0625rem;left:40.0625rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rVuQwqu8zBUvZR4stoyvKWtrFKmi3zND { color:#2649a9;display:block;width:28.5625rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:7.5rem;left:40.0625rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mc1k9TlPT4hAm3rWE9VeZbLxXQP0K13o { color:#2649a9;display:block;width:32.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:18.25rem;left:40.0625rem;height:6.4739375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#mc1k9TlPT4hAm3rWE9VeZbLxXQP0K13o li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mc1k9TlPT4hAm3rWE9VeZbLxXQP0K13o li:before{  }
#yd7e7eykoTdPAgguMSFPAxvxgomTR7lK { color:#2649a9;display:block;width:29.8125rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:12.5625rem;left:40.0625rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#t6NnO48JfdWlvpI2e1lMrHK7sCJZFGSd { color:#2649a9;display:block;width:25.9375rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:27.625rem;left:40.0625rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Al6b7VpciRpmiLw8FrwwoI9Hsew5NwtO { color:#72686c;display:block;width:30.5625rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:34.1875rem;left:40.0625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#Al6b7VpciRpmiLw8FrwwoI9Hsew5NwtO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Al6b7VpciRpmiLw8FrwwoI9Hsew5NwtO li:before{  }
#ck9HOGXzhhzLIQEFCEK1Fn8mJOyQ3gTd { 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.8125rem;width:21.25rem;top:2.625rem;left:11.125rem;overflow:hidden;display:block; }
#IM3rRqeUsT7yAXJzf9i1IcuAcaWZD6zS { position:absolute;display:block;z-index:15033;background-color:#ba7191;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:23.18701171875rem;left:10.3125rem;display:block; }
#pJg511FenKT8heWsqFvRVRJOtvgX2PyX { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:25rem;left:17.125rem;overflow:hidden;display:block; }
#elAWLlLIrPr8pXUxxlhDTbd9Bi1PrSgK { color:#ffffff;display:block;width:16.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:36.5rem;left:13.625rem;height:4.38720625rem;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; }
#TnRlNWaAfBQ3CDx4IdKU0LIXotKhNRB1 { color:#f2ddd4;display:block;width:16.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:46.0625rem;left:13.625rem;height:5.84895625rem;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; }
#MXJRHJTOEhAtVETlb3GiUhRGh6urlUtC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image: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; }#MXJRHJTOEhAtVETlb3GiUhRGh6urlUtC > .row .container { background-color: transparent; background-image: none; }#MXJRHJTOEhAtVETlb3GiUhRGh6urlUtC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MXJRHJTOEhAtVETlb3GiUhRGh6urlUtC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MXJRHJTOEhAtVETlb3GiUhRGh6urlUtC > .row .container > .video-iframe-container { display: none; }#MXJRHJTOEhAtVETlb3GiUhRGh6urlUtC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MXJRHJTOEhAtVETlb3GiUhRGh6urlUtC > .row > .video-iframe-container { display: none; }#MXJRHJTOEhAtVETlb3GiUhRGh6urlUtC > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MXJRHJTOEhAtVETlb3GiUhRGh6urlUtC > .row .container { border-width: 0; border-radius: 0; }#MXJRHJTOEhAtVETlb3GiUhRGh6urlUtC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MXJRHJTOEhAtVETlb3GiUhRGh6urlUtC > .row .container { font-size:0.875rem;font-family:arial;height:54.75rem;width:75rem;position:relative;display:block; }#hZnIJU3FxynlwFtIuDToFsc2eAT6DidL { color:#2649a9;display:block;width:16.8125rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:5rem;left:7.1875rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BPZmPLWB7LrXdvxpHFI7bmSOWiZeDgI7 { color:#2649a9;display:block;width:32.1875rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:7.4375rem;left:7.1875rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FtyTNH927JEbyiw8MgbsOb0pScrNl2ez { color:#2649a9;display:block;width:32.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:17.1875rem;left:7.1875rem;height:5.01220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#FtyTNH927JEbyiw8MgbsOb0pScrNl2ez li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FtyTNH927JEbyiw8MgbsOb0pScrNl2ez li:before{  }
#Qk4VwnvaPdLoB6cJ35wX8GMbFVQAvEul { color:#2649a9;display:block;width:29.8125rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:11.5rem;left:7.1875rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qRRrqpoeuTssNmZZCvlsi8Kg5dmxCVga { color:#2649a9;display:block;width:25.9375rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:28.375rem;left:7.1875rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J6XLFdmxm1nbZIkMiT2n1QG6cgpq80Bp { color:#72686c;display:block;width:27.625rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:34.125rem;left:7.1875rem;height:5.01220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#J6XLFdmxm1nbZIkMiT2n1QG6cgpq80Bp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#J6XLFdmxm1nbZIkMiT2n1QG6cgpq80Bp li:before{  }
#tli86JhDD0c5XG6ug8WTEk3FIbVcsMch { 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.8125rem;width:21.25rem;top:2.3750429153442rem;left:46.34375rem;overflow:hidden;display:block; }
#W7WDTZ7htrv6y5AoCr92s5LQWL0raaDQ { position:absolute;display:block;z-index:15033;background-color:#ba7191;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:30.625rem;width:23.0625rem;top:22.9375rem;left:45.5rem;display:block; }
#suPDDMeFnyafkNT8hIH3eeMQcc9JJ6qo { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:24.75rem;left:52.3125rem;overflow:hidden;display:block; }
#lVDbi1se9JTrF70VpdgzJTMu883kqXOC { color:#ffffff;display:block;width:16.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:36.25rem;left:48.8125rem;height:5.84895625rem;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; }
#rHSU3O0F7xAMbMfigAcNL2gZP45TtegG { color:#f2ddd4;display:block;width:16.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:45.812520980835rem;left:48.78125rem;height:1.4624rem;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; }
#mxLV2s4iyAiMLpDR9gCF4C5aoJ1SfZWe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image: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; }#mxLV2s4iyAiMLpDR9gCF4C5aoJ1SfZWe > .row .container { background-color: transparent; background-image: none; }#mxLV2s4iyAiMLpDR9gCF4C5aoJ1SfZWe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mxLV2s4iyAiMLpDR9gCF4C5aoJ1SfZWe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mxLV2s4iyAiMLpDR9gCF4C5aoJ1SfZWe > .row .container > .video-iframe-container { display: none; }#mxLV2s4iyAiMLpDR9gCF4C5aoJ1SfZWe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mxLV2s4iyAiMLpDR9gCF4C5aoJ1SfZWe > .row > .video-iframe-container { display: none; }#mxLV2s4iyAiMLpDR9gCF4C5aoJ1SfZWe > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mxLV2s4iyAiMLpDR9gCF4C5aoJ1SfZWe > .row .container { border-width: 0; border-radius: 0; }#mxLV2s4iyAiMLpDR9gCF4C5aoJ1SfZWe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mxLV2s4iyAiMLpDR9gCF4C5aoJ1SfZWe > .row .container { font-size:0.875rem;font-family:arial;height:54.9375rem;width:75rem;position:relative;display:block; }#BnaFHLwbWadI2uNlzuNL7FzJZTdy7NiF { color:#2649a9;display:block;width:16.8125rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:5.0625rem;left:40.0625rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DLEqZ0pM3z4rTo8lcWeV1WESo3zOGwTb { color:#2649a9;display:block;width:28.5625rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:7.5rem;left:40.0625rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Z58qAZbtlgZctsTQr3oQqsUVRwGh0rOV { color:#2649a9;display:block;width:32.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:18.25rem;left:40.0625rem;height:5.01220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#Z58qAZbtlgZctsTQr3oQqsUVRwGh0rOV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Z58qAZbtlgZctsTQr3oQqsUVRwGh0rOV li:before{  }
#KTK77aSur62p0KXR5Ngta9Dbo232ag9v { color:#2649a9;display:block;width:29.8125rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:12.5625rem;left:40.0625rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#R8812Vg4AmtCTFoiUfm5XBQwk93DfnBv { color:#2649a9;display:block;width:25.9375rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:25.75rem;left:40.0625rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DkUegR07QFtzoTs6r9X5WvXL0yTQW7rB { color:#72686c;display:block;width:30.5625rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:32.3125rem;left:40.0625rem;height:13.2604375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#DkUegR07QFtzoTs6r9X5WvXL0yTQW7rB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DkUegR07QFtzoTs6r9X5WvXL0yTQW7rB li:before{  }
#UVeh8LVIVKJqGMb7r1ZPJShN4XHKgEb6 { 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.8125rem;width:21.25rem;top:2.625rem;left:11.125rem;overflow:hidden;display:block; }
#T9dFhkJf70h0izl9aZpyZQXGqd9hxwz7 { position:absolute;display:block;z-index:15045;background-color:#ba7191;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:20.4375rem;left:10.25rem;display:block; }
#AQ1aT7n4nhdBden4Enz0si31rxSlsU7E { color:#f2ddd4;display:block;width:16.4359375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15048;line-height:1.3;letter-spacing:0;top:43.562500953674rem;left:13.532032012939rem;height:4.38720625rem;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; }
#cEcOZuI3DyHruPha6LhrXlZZ71Q0TpbG { color:#ffffff;display:block;width:14.25rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;top:34.625000953674rem;left:14.03125rem;height:7.3111875rem;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; }
#B4W4WPWSM4Dm5A1Spdk4hkVpq86idSRL { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;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.500000476837rem;left:17.0625rem;overflow:hidden;display:block; }
#MX5Gl13dv2EIc97aXHa8h63r2unwX6Z8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image: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; }#MX5Gl13dv2EIc97aXHa8h63r2unwX6Z8 > .row .container { background-color: transparent; background-image: none; }#MX5Gl13dv2EIc97aXHa8h63r2unwX6Z8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MX5Gl13dv2EIc97aXHa8h63r2unwX6Z8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MX5Gl13dv2EIc97aXHa8h63r2unwX6Z8 > .row .container > .video-iframe-container { display: none; }#MX5Gl13dv2EIc97aXHa8h63r2unwX6Z8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MX5Gl13dv2EIc97aXHa8h63r2unwX6Z8 > .row > .video-iframe-container { display: none; }#MX5Gl13dv2EIc97aXHa8h63r2unwX6Z8 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MX5Gl13dv2EIc97aXHa8h63r2unwX6Z8 > .row .container { border-width: 0; border-radius: 0; }#MX5Gl13dv2EIc97aXHa8h63r2unwX6Z8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MX5Gl13dv2EIc97aXHa8h63r2unwX6Z8 > .row .container { font-size:0.875rem;font-family:arial;height:57.5rem;width:75rem;position:relative;display:block; }#JT2wBwMaU5vy4JuVbWg78yT609sqizwt { color:#2649a9;display:block;width:16.8125rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:5rem;left:7.1875rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NSAtWbWEo8O2LUU2n1zcuIX6GeqnOuAk { color:#2649a9;display:block;width:32.1875rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:7.4375rem;left:7.1875rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hTUebwlXWF1DIGz2frTRJ91FbMTe8rRC { color:#2649a9;display:block;width:31.75rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:15.1875rem;left:7.187255859375rem;height:6.4739375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#hTUebwlXWF1DIGz2frTRJ91FbMTe8rRC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hTUebwlXWF1DIGz2frTRJ91FbMTe8rRC li:before{  }
#qC3xmMnRGQXFHEttnLBpW6z4oChaZFhI { color:#2649a9;display:block;width:29.8125rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:9.5rem;left:7.1875rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c2cytbMnXNHvFX8g3HD7NAlI9ovhFSb6 { color:#2649a9;display:block;width:25.9375rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:23.5rem;left:7.1875rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zrNsoTlNIw52f9DZP35eg2i8O1LvQtT7 { color:#72686c;display:block;width:23.5rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:29.25rem;left:7.1875rem;height:9.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#zrNsoTlNIw52f9DZP35eg2i8O1LvQtT7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zrNsoTlNIw52f9DZP35eg2i8O1LvQtT7 li:before{  }
#esX0fAhNRPiR4KXMh5Wu0FpE66oG5Ay5 { 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.8125rem;width:21.25rem;top:2.3750429153442rem;left:46.34375rem;overflow:hidden;display:block; }
#tyqVPiuet1e1D2QylPpnXGtHoGRpTCpc { position:absolute;display:block;z-index:15037;background-color:#ba7191;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:30.625rem;width:23.0625rem;top:19.375rem;left:45.4375rem;display:block; }
#CsNAUIkfMWwP1l1l0CIzDml2OLybQtgI { 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:20.84375rem;left:52.281251907349rem;overflow:hidden;display:block; }
#vD67M0pgNsUwGXAvH7NUnri0QKzHvwH3 { color:#ffffff;display:block;width:15.8125rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:33.375000953674rem;left:48.750001907349rem;height:5.84895625rem;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; }
#xSJGKTHQWqUxhs4LoBiqZMR9yhRhPTTm { color:#f2ddd4;display:block;width:16.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:42.124929428101rem;left:48.750001907349rem;height:4.38720625rem;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; }
#I6P0GLH5GrV5SwOn3QXsc0dIEnNiQxhq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2ddd4;background-image: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; }#I6P0GLH5GrV5SwOn3QXsc0dIEnNiQxhq > .row .container { background-color: transparent; background-image: none; }#I6P0GLH5GrV5SwOn3QXsc0dIEnNiQxhq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I6P0GLH5GrV5SwOn3QXsc0dIEnNiQxhq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I6P0GLH5GrV5SwOn3QXsc0dIEnNiQxhq > .row .container > .video-iframe-container { display: none; }#I6P0GLH5GrV5SwOn3QXsc0dIEnNiQxhq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I6P0GLH5GrV5SwOn3QXsc0dIEnNiQxhq > .row > .video-iframe-container { display: none; }#I6P0GLH5GrV5SwOn3QXsc0dIEnNiQxhq > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I6P0GLH5GrV5SwOn3QXsc0dIEnNiQxhq > .row .container { border-width: 0; border-radius: 0; }#I6P0GLH5GrV5SwOn3QXsc0dIEnNiQxhq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I6P0GLH5GrV5SwOn3QXsc0dIEnNiQxhq > .row .container { font-size:0.875rem;font-family:arial;height:65.3125rem;width:75rem;position:relative;display:block; }#xCHqUGCEpF2bpl173wG1WP4TFH6BClot { color:#7a3855;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:3rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:7.5rem;left:0rem;height:3.8999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VTthlhlmETDJ2i7l4P1TRgkcKVc8T0MO { 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:36.0625rem;width:55.4375rem;top:21.3125rem;left:22.1875rem;overflow:hidden;display:block; }
#wUxVvQeqJ78EiWkXZc5aOrWhUdcSC1aZ { color:#091e5a;display:block;width:42.6875rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:28.875rem;left:1.1875rem;height:10.15625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kZ5fiGEDb2oR40PBFII1tXEll4N2Zw7A { color:#ba7191;display:block;width:26.9375rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:41.125rem;left:1.1875rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wr74TVHpMSzI7bg3psckRq84oFDTRJc3 { display:block;width:25.0625rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:11.3984375rem;left:24.96875rem;height:2.8125rem;color:#7a3855;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KfGDGGo944h9UTsQzRC9kopUIVXscott { color:#091e5a;display:block;width:42.6875rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:17.6875rem;left:6.6875rem;height:10.15625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#T7M64aBbfRvqA15AVdw1daL4urToXDVw { color:#fd4336;display:block;width:30.8125rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:47rem;left:1.1875rem;height:13.16015rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OP1V5Qm7oxFlvHoFEfXlumhEXA7oQX6n { color:#091e5a;display:block;width:57.6875rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:300;z-index:15026;line-height:1.5;letter-spacing:0;top:15.666015625rem;left:9.75rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rX5eJvhgUoTnW8pkKE4LSIIDK2FVHmlh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/fa029c37-7ab7-423c-a2e0-09331e0c5791/AgniLiveBackground.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; }#rX5eJvhgUoTnW8pkKE4LSIIDK2FVHmlh.adaptive-delivery-prevent-bg, #rX5eJvhgUoTnW8pkKE4LSIIDK2FVHmlh.lazyload, #rX5eJvhgUoTnW8pkKE4LSIIDK2FVHmlh.lazyloading { background-image: none; }#rX5eJvhgUoTnW8pkKE4LSIIDK2FVHmlh > .row .container { border-width: 0; border-radius: 0; }#rX5eJvhgUoTnW8pkKE4LSIIDK2FVHmlh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rX5eJvhgUoTnW8pkKE4LSIIDK2FVHmlh > .row .container { font-size:0.875rem;font-family:arial;height:72.5rem;width:75rem;position:relative;display:none; }#rdVJwA5isy2L47KXZcZ07pTZ9oEWy36m { display:block;width:30.1875rem;position:absolute;font-family:"josefin sans";font-size:3rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:68rem;left:22.40625rem;height:4.5rem;color:#7a3855;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CTiuBbpkPNT1BcJfgL9VdW3enDCdP98G { position:absolute;display:block;z-index:15007;background-color:#f2ddd4;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:71.3125rem;width:63.9375rem;top:54.6640625rem;left:5.53125rem;display:block; }
#iWx5aT6pmE5LRT1OSGhRHhG9FGXxSrqR { display:block;width:44.6875rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:30.572998046875rem;left:2.25rem;height:2.75rem;color:#a54870;font-style:normal;text-align:left;text-align-last:left;display:none; }
#OVDaC0duwTziAMg6rSb7KGbAD08DRZpD { 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:19.18725rem;width:29.625rem;top:47.8095703125rem;left:22.6875rem;overflow:hidden;display:block; }
#ITioGdbeKkf19OkClrJ3vvfyoEoT2Rt0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7a3855;background-image: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; }#ITioGdbeKkf19OkClrJ3vvfyoEoT2Rt0 > .row .container { border-width: 0; border-radius: 0; }#ITioGdbeKkf19OkClrJ3vvfyoEoT2Rt0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ITioGdbeKkf19OkClrJ3vvfyoEoT2Rt0 > .row .container { font-size:0.875rem;font-family:arial;height:65.5625rem;width:75rem;position:relative;display:none; }#QfkbRbQcE3K7Fobh074TZpWIpvTNaS2y { color:#091e5a;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:12.249919891358rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Kw2RoV62lF4mVrCSTTIMIABik8hDEsKk { color:#ba7191;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:29.0625rem;left:0rem;height:6.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wk8d7F6aszbXXMFUhKi6z5BxCZ9I3R8M { color:#fd4336;display:block;width:49.9375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:39.688306808472rem;left:12.53125rem;height:7.3111875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rcFKL0Su0mEutTKnpFcfLdylKZz6ITlc { 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.25rem;width:3.125rem;top:12.748958587646rem;left:0rem;overflow:hidden;display:none; }
#W5mXPWRg2ElOon87oRFaJrS20nCwqIFT { color:#091e5a;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:16.9375rem;left:0rem;height:10.15625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OeZgMPPHdcFAqgpbMtdFRUifTx89QTWJ { color:#091e5a;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:90.1875rem;left:0rem;height:10rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#IghDckoUvF0uLAxOpm7JdCbnDCFJEEFT { 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:22.625rem;width:14.75rem;top:40.31050491333rem;left:0rem;overflow:hidden;display:block; }
#OgPJfx5uvSQhSu6VtvfzuxZzweTFbmbM { display:block;width:25.0625rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:0rem;left:24.96875rem;height:2.8125rem;color:#7a3855;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HK2ua26ogkpT89nUqguqZSndQc2EStMs { display:block;width:44.6875rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:5.6996536254883rem;left:15.15625rem;height:2.4375rem;color:#ba7191;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qT5D7ebfk83gdRqp7Td682G9wNBDlT2I { position:absolute;display:block;z-index:15007;background-color:#ffffff;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:3.75rem;width:41.4375rem;top:5.0434036254883rem;left:16.78125rem;display:block; }
#BinEg5XzwZ32hHPel5UGIT9q3UuJh6Cd { position:absolute;display:block;z-index:15007;background-color:#f2ddd4;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:102.9375rem;width:63.9375rem;top:53.728271484375rem;left:5.53125rem;display:none; }
#peIKZP6SsCJ20mZgRPzuTUfpe5J5n2iK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image:url("https://images.assets-landingi.com/uc/dbcb70a2-ff01-47ff-b746-eff872ac501b/ToSALO1.png");background-position:top left !important;background-repeat:repeat-x !important;background-attachment:fixed;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; }#peIKZP6SsCJ20mZgRPzuTUfpe5J5n2iK.adaptive-delivery-prevent-bg, #peIKZP6SsCJ20mZgRPzuTUfpe5J5n2iK.lazyload, #peIKZP6SsCJ20mZgRPzuTUfpe5J5n2iK.lazyloading { background-image: none; }#peIKZP6SsCJ20mZgRPzuTUfpe5J5n2iK > .row .container { background-color: transparent; background-image: none; }#peIKZP6SsCJ20mZgRPzuTUfpe5J5n2iK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#peIKZP6SsCJ20mZgRPzuTUfpe5J5n2iK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#peIKZP6SsCJ20mZgRPzuTUfpe5J5n2iK > .row .container > .video-iframe-container { display: none; }#peIKZP6SsCJ20mZgRPzuTUfpe5J5n2iK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#peIKZP6SsCJ20mZgRPzuTUfpe5J5n2iK > .row > .video-iframe-container { display: none; }#peIKZP6SsCJ20mZgRPzuTUfpe5J5n2iK > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#peIKZP6SsCJ20mZgRPzuTUfpe5J5n2iK > .row .container { border-width: 0; border-radius: 0; }#peIKZP6SsCJ20mZgRPzuTUfpe5J5n2iK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#peIKZP6SsCJ20mZgRPzuTUfpe5J5n2iK > .row .container { font-size:0.875rem;font-family:arial;height:24.0625rem;width:75rem;position:relative;display:block; }#vh9qCT3Gsn7fxzsqJ05VZznmH3tcqr3h { color:#7a3855;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:6.0937042236328rem;left:0rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ua0JkXHz4Gflmo7zsZMvxb2XI37JCnSF { color:#a54870;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:2.025rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#uGs8J5NX9O2fnACQCIXFdBPanHMUE0HN { color:#7a3855;display:block;width:56.4375rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:14.228517532349rem;left:9.28125rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ANHLdM7dLo3bePzbnFihW6eT1NgTCGMU { color:#7a3855;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:6.0937042236328rem;left:0rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#GR7mfXqHpLTpqMMiDnAzzzAb1CTnUG3X { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2a51e;background-image: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; }#GR7mfXqHpLTpqMMiDnAzzzAb1CTnUG3X > .row .container { background-color: transparent; background-image: none; }#GR7mfXqHpLTpqMMiDnAzzzAb1CTnUG3X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GR7mfXqHpLTpqMMiDnAzzzAb1CTnUG3X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GR7mfXqHpLTpqMMiDnAzzzAb1CTnUG3X > .row .container > .video-iframe-container { display: none; }#GR7mfXqHpLTpqMMiDnAzzzAb1CTnUG3X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GR7mfXqHpLTpqMMiDnAzzzAb1CTnUG3X > .row > .video-iframe-container { display: none; }#GR7mfXqHpLTpqMMiDnAzzzAb1CTnUG3X > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GR7mfXqHpLTpqMMiDnAzzzAb1CTnUG3X > .row .container { border-width: 0; border-radius: 0; }#GR7mfXqHpLTpqMMiDnAzzzAb1CTnUG3X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GR7mfXqHpLTpqMMiDnAzzzAb1CTnUG3X > .row .container { font-size:0.875rem;font-family:arial;height:46.25rem;width:75rem;position:relative;display:block; }#Rk6JnNLWnaZWQ3gGOpoRBhk3T0eiLwHc { position:absolute;display:block;z-index:15000;height:31.625rem;width:56.25rem;top:7.3114013671875rem;left:9.9603271484375rem;display:block; }
#k8BD8kMg61JzOPar1T7Ie1X1tq8n7G8N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2a51e;background-image:url("https://images.assets-landingi.com/uc/dbcb70a2-ff01-47ff-b746-eff872ac501b/ToSALO1.png");background-position:top left !important;background-repeat:repeat-x !important;background-attachment:fixed;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; }#k8BD8kMg61JzOPar1T7Ie1X1tq8n7G8N.adaptive-delivery-prevent-bg, #k8BD8kMg61JzOPar1T7Ie1X1tq8n7G8N.lazyload, #k8BD8kMg61JzOPar1T7Ie1X1tq8n7G8N.lazyloading { background-image: none; }#k8BD8kMg61JzOPar1T7Ie1X1tq8n7G8N > .row .container { background-color: transparent; background-image: none; }#k8BD8kMg61JzOPar1T7Ie1X1tq8n7G8N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k8BD8kMg61JzOPar1T7Ie1X1tq8n7G8N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k8BD8kMg61JzOPar1T7Ie1X1tq8n7G8N > .row .container > .video-iframe-container { display: none; }#k8BD8kMg61JzOPar1T7Ie1X1tq8n7G8N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k8BD8kMg61JzOPar1T7Ie1X1tq8n7G8N > .row > .video-iframe-container { display: none; }#k8BD8kMg61JzOPar1T7Ie1X1tq8n7G8N > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k8BD8kMg61JzOPar1T7Ie1X1tq8n7G8N > .row .container { border-width: 0; border-radius: 0; }#k8BD8kMg61JzOPar1T7Ie1X1tq8n7G8N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k8BD8kMg61JzOPar1T7Ie1X1tq8n7G8N > .row .container { font-size:0.875rem;font-family:arial;height:14.1875rem;width:75rem;position:relative;display:block; }#bT9fQ4ZOfDWhwlSewIIpPVhPeKZUpqgT { color:#7a3855;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O4rwZNBgfl3A40FIUJOUQR5yCZQDHevf { color:#a54870;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:2.025rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#BsQmp47n0xRe8LzXQsN085V1enLoV4aa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2a51e;background-image:url("https://images.assets-landingi.com/uc/ed579fc6-ba06-4fdc-b4ac-729afc28bf14/KolazPodlasie2510x1220.png");background-position:bottom 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:block; }#BsQmp47n0xRe8LzXQsN085V1enLoV4aa.adaptive-delivery-prevent-bg, #BsQmp47n0xRe8LzXQsN085V1enLoV4aa.lazyload, #BsQmp47n0xRe8LzXQsN085V1enLoV4aa.lazyloading { background-image: none; }#BsQmp47n0xRe8LzXQsN085V1enLoV4aa > .row .container { background-color: transparent; background-image: none; }#BsQmp47n0xRe8LzXQsN085V1enLoV4aa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BsQmp47n0xRe8LzXQsN085V1enLoV4aa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BsQmp47n0xRe8LzXQsN085V1enLoV4aa > .row .container > .video-iframe-container { display: none; }#BsQmp47n0xRe8LzXQsN085V1enLoV4aa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BsQmp47n0xRe8LzXQsN085V1enLoV4aa > .row > .video-iframe-container { display: none; }#BsQmp47n0xRe8LzXQsN085V1enLoV4aa > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BsQmp47n0xRe8LzXQsN085V1enLoV4aa > .row .container { border-width: 0; border-radius: 0; }#BsQmp47n0xRe8LzXQsN085V1enLoV4aa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BsQmp47n0xRe8LzXQsN085V1enLoV4aa > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#SBUouO0iakAhE6TcAt6BAgN71JUcLuPx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2a51e;background-image:url("https://images.assets-landingi.com/uc/dbcb70a2-ff01-47ff-b746-eff872ac501b/ToSALO1.png");background-position:top left !important;background-repeat:repeat-x !important;background-attachment:fixed;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; }#SBUouO0iakAhE6TcAt6BAgN71JUcLuPx.adaptive-delivery-prevent-bg, #SBUouO0iakAhE6TcAt6BAgN71JUcLuPx.lazyload, #SBUouO0iakAhE6TcAt6BAgN71JUcLuPx.lazyloading { background-image: none; }#SBUouO0iakAhE6TcAt6BAgN71JUcLuPx > .row .container { background-color: transparent; background-image: none; }#SBUouO0iakAhE6TcAt6BAgN71JUcLuPx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SBUouO0iakAhE6TcAt6BAgN71JUcLuPx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SBUouO0iakAhE6TcAt6BAgN71JUcLuPx > .row .container > .video-iframe-container { display: none; }#SBUouO0iakAhE6TcAt6BAgN71JUcLuPx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SBUouO0iakAhE6TcAt6BAgN71JUcLuPx > .row > .video-iframe-container { display: none; }#SBUouO0iakAhE6TcAt6BAgN71JUcLuPx > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SBUouO0iakAhE6TcAt6BAgN71JUcLuPx > .row .container { border-width: 0; border-radius: 0; }#SBUouO0iakAhE6TcAt6BAgN71JUcLuPx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SBUouO0iakAhE6TcAt6BAgN71JUcLuPx > .row .container { font-size:0.875rem;font-family:arial;height:20.5rem;width:75rem;position:relative;display:block; }#sTnPNbDiExS3UiB0wrN7qZP7u1NpMHkC { color:#7a3855;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qGWyiMlKCoSimrJQPmoAqVDWkXm8CvZ1 { color:#a54870;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:2.025rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#H6iKHVdrtxRrnAKziqrJ6z66oa1V1yST { background-color:#30b1be;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:4.0625rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:12.478515625rem;left:18.75rem;display:block; }
#u4HySTUJmAHdLABvmxQABPX6ZIuVufls { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vu4VCJJ7QQihHTJ0AJydTKCc2QoSbp2M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8ecec;background-image: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; }#vu4VCJJ7QQihHTJ0AJydTKCc2QoSbp2M > .row .container { background-color: transparent; background-image: none; }#vu4VCJJ7QQihHTJ0AJydTKCc2QoSbp2M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vu4VCJJ7QQihHTJ0AJydTKCc2QoSbp2M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vu4VCJJ7QQihHTJ0AJydTKCc2QoSbp2M > .row .container > .video-iframe-container { display: none; }#vu4VCJJ7QQihHTJ0AJydTKCc2QoSbp2M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vu4VCJJ7QQihHTJ0AJydTKCc2QoSbp2M > .row > .video-iframe-container { display: none; }#vu4VCJJ7QQihHTJ0AJydTKCc2QoSbp2M > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vu4VCJJ7QQihHTJ0AJydTKCc2QoSbp2M > .row .container { border-width: 0; border-radius: 0; }#vu4VCJJ7QQihHTJ0AJydTKCc2QoSbp2M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vu4VCJJ7QQihHTJ0AJydTKCc2QoSbp2M > .row .container { font-size:0.875rem;font-family:arial;height:34.0625rem;width:75rem;position:relative;display:block; }#bZgLPdN80uBJuy7CLTdTHS0fRM6JoVkg { 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 #f2a51e;border-left:0.125rem solid #f2a51e;border-right:0.125rem solid #f2a51e;border-bottom:0.125rem solid #f2a51e;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.4375rem;width:63.0625rem;top:4.8125rem;left:8.4375rem;display:block; }
#Kb3bNXl6755PXpl4ogu4kWMVFAC0GTwQ { 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:8.75rem;left:0rem;overflow:hidden;display:block; }
#nLiosXn58KdNW68VGiAQfDWoReT2XRkd { color:#7a3855;display:block;width:47.625rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:7.25rem;left:19.6875rem;height:14.21875rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#z5tftNyVq9ZWlpaNTApbvHJZ6TrQ19EG { color:#2649a9;display:block;width:54.5rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:21.4375rem;left:19.875rem;height:6.09375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RIkFN3gurJKCZQ7Vs95a8WPB3rg0fwkk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8ecec;background-image: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; }#RIkFN3gurJKCZQ7Vs95a8WPB3rg0fwkk > .row .container { background-color: transparent; background-image: none; }#RIkFN3gurJKCZQ7Vs95a8WPB3rg0fwkk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RIkFN3gurJKCZQ7Vs95a8WPB3rg0fwkk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RIkFN3gurJKCZQ7Vs95a8WPB3rg0fwkk > .row .container > .video-iframe-container { display: none; }#RIkFN3gurJKCZQ7Vs95a8WPB3rg0fwkk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RIkFN3gurJKCZQ7Vs95a8WPB3rg0fwkk > .row > .video-iframe-container { display: none; }#RIkFN3gurJKCZQ7Vs95a8WPB3rg0fwkk > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RIkFN3gurJKCZQ7Vs95a8WPB3rg0fwkk > .row .container { border-width: 0; border-radius: 0; }#RIkFN3gurJKCZQ7Vs95a8WPB3rg0fwkk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RIkFN3gurJKCZQ7Vs95a8WPB3rg0fwkk > .row .container { font-size:0.875rem;font-family:arial;height:34.0625rem;width:75rem;position:relative;display:block; }#TEXObOQmlIQ19RnKQgTZA2JmBw1T3skU { 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 #f2a51e;border-left:0.125rem solid #f2a51e;border-right:0.125rem solid #f2a51e;border-bottom:0.125rem solid #f2a51e;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.4375rem;width:63.0625rem;top:4.8125rem;left:8.4375rem;display:block; }
#McsRRB2GkuMshMIlNRAuE5egDOD61VCh { color:#7a3855;display:block;width:47.625rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:8.74826335907rem;left:19.875rem;height:12.1875rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#LGl7pp8o7chhzZysiAyimwVTz2FxUBK9 { color:#2649a9;display:block;width:54.5rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:21.4375rem;left:19.875rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#B0I6ODtEvoPFzx3Oii7Ql8FaHhCNxBQ1 { 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:15.625rem;width:15.625rem;top:8.7985963821413rem;left:0rem;overflow:hidden;display:block; }
#kQ693qkzcHwK3h9JQ0V0CH50qppE2aCy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8ecec;background-image: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; }#kQ693qkzcHwK3h9JQ0V0CH50qppE2aCy > .row .container { background-color: transparent; background-image: none; }#kQ693qkzcHwK3h9JQ0V0CH50qppE2aCy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQ693qkzcHwK3h9JQ0V0CH50qppE2aCy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQ693qkzcHwK3h9JQ0V0CH50qppE2aCy > .row .container > .video-iframe-container { display: none; }#kQ693qkzcHwK3h9JQ0V0CH50qppE2aCy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQ693qkzcHwK3h9JQ0V0CH50qppE2aCy > .row > .video-iframe-container { display: none; }#kQ693qkzcHwK3h9JQ0V0CH50qppE2aCy > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQ693qkzcHwK3h9JQ0V0CH50qppE2aCy > .row .container { border-width: 0; border-radius: 0; }#kQ693qkzcHwK3h9JQ0V0CH50qppE2aCy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kQ693qkzcHwK3h9JQ0V0CH50qppE2aCy > .row .container { font-size:0.875rem;font-family:arial;height:38.5625rem;width:75rem;position:relative;display:block; }#ym1hdVGm6HL44pq6nHU1Kf4zVWbvrqam { 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 #f2a51e;border-left:0.125rem solid #f2a51e;border-right:0.125rem solid #f2a51e;border-bottom:0.125rem solid #f2a51e;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.375rem;width:63.125rem;top:4.8125rem;left:8.4375rem;display:block; }
#f6IXJZ7TxI2PFwOfOco1619gZL7UbQDM { color:#7a3855;display:block;width:47.625rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:8.74826335907rem;left:19.875rem;height:18.28125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#mdq9Sw3BpyNdR6FPTSBsMNpMdM1neiwk { color:#2649a9;display:block;width:54.5rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:27.028645992279rem;left:19.875rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uGVvz833p40Z7PsTm4IsoHRC2o3Tq7Qp { 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:16.6875rem;width:16.6875rem;top:10.937513351441rem;left:0rem;overflow:hidden;display:block; }
#TR1n3gBuIOOLC8tFsM3ipF6JeNK6CmoB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8ecec;background-image: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; }#TR1n3gBuIOOLC8tFsM3ipF6JeNK6CmoB > .row .container { background-color: transparent; background-image: none; }#TR1n3gBuIOOLC8tFsM3ipF6JeNK6CmoB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TR1n3gBuIOOLC8tFsM3ipF6JeNK6CmoB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TR1n3gBuIOOLC8tFsM3ipF6JeNK6CmoB > .row .container > .video-iframe-container { display: none; }#TR1n3gBuIOOLC8tFsM3ipF6JeNK6CmoB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TR1n3gBuIOOLC8tFsM3ipF6JeNK6CmoB > .row > .video-iframe-container { display: none; }#TR1n3gBuIOOLC8tFsM3ipF6JeNK6CmoB > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TR1n3gBuIOOLC8tFsM3ipF6JeNK6CmoB > .row .container { border-width: 0; border-radius: 0; }#TR1n3gBuIOOLC8tFsM3ipF6JeNK6CmoB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TR1n3gBuIOOLC8tFsM3ipF6JeNK6CmoB > .row .container { font-size:0.875rem;font-family:arial;height:34.0625rem;width:75rem;position:relative;display:block; }#TVBTKr4Vuv76uvGc2ysLHWIttcA62mdl { 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 #f2a51e;border-left:0.125rem solid #f2a51e;border-right:0.125rem solid #f2a51e;border-bottom:0.125rem solid #f2a51e;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.4375rem;width:63.0625rem;top:4.8125rem;left:8.4375rem;display:block; }
#EvowC6gwPenKkHyU8780TsMAeR0Q1d8x { color:#7a3855;display:block;width:47.625rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:11.336814880371rem;left:19.875rem;height:10.15625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#E2wlHUKcyPboURqPfkWgw7cdhqQRqLRz { color:#2649a9;display:block;width:54.5rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:21.4375rem;left:19.875rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EDWeGMf89r8HmPLkw5wknXRPCe9AyaNZ { 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:16.6875rem;width:16.6875rem;top:8.6875rem;left:0rem;overflow:hidden;display:block; }
#HxmStd2UuO5Ws20kbexAFo1VZwd3EDA9 { color:#7a3855;display:block;width:47.625rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:11.336814880371rem;left:19.875rem;height:10.15625rem;font-style:italic;text-align:left;text-align-last:left;display:none; }
#JTDxnVPOkp35HF6CZulBpkwTOXMaSRxo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8ecec;background-image: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; }#JTDxnVPOkp35HF6CZulBpkwTOXMaSRxo > .row .container { background-color: transparent; background-image: none; }#JTDxnVPOkp35HF6CZulBpkwTOXMaSRxo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTDxnVPOkp35HF6CZulBpkwTOXMaSRxo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTDxnVPOkp35HF6CZulBpkwTOXMaSRxo > .row .container > .video-iframe-container { display: none; }#JTDxnVPOkp35HF6CZulBpkwTOXMaSRxo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTDxnVPOkp35HF6CZulBpkwTOXMaSRxo > .row > .video-iframe-container { display: none; }#JTDxnVPOkp35HF6CZulBpkwTOXMaSRxo > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTDxnVPOkp35HF6CZulBpkwTOXMaSRxo > .row .container { border-width: 0; border-radius: 0; }#JTDxnVPOkp35HF6CZulBpkwTOXMaSRxo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JTDxnVPOkp35HF6CZulBpkwTOXMaSRxo > .row .container { font-size:0.875rem;font-family:arial;height:34.0625rem;width:75rem;position:relative;display:block; }#PweC0Liecf3HqCKUTkMBD1cmKlL5E695 { 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 #f2a51e;border-left:0.125rem solid #f2a51e;border-right:0.125rem solid #f2a51e;border-bottom:0.125rem solid #f2a51e;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.4375rem;width:63.0625rem;top:4.8125rem;left:8.4375rem;display:block; }
#GuQdQ5nnJ0ZNdWExUMGHPXUV02XvZC8M { color:#7a3855;display:block;width:47.625rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:7.2742767333988rem;left:19.875rem;height:14.21875rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#g346pBJkcPHXvFgTgEh1IGpVCKDHSndx { color:#2649a9;display:block;width:54.5rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:21.4375rem;left:19.875rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pexXDDrsNOXs89Sptwt32zwGth32TBJ8 { 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:16.6875rem;width:16.6875rem;top:8.6874732971194rem;left:0rem;overflow:hidden;display:block; }
#r8i2qvqAt10N07UzthnBR09h3bJ0NSUI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image: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; }#r8i2qvqAt10N07UzthnBR09h3bJ0NSUI > .row .container { background-color: transparent; background-image: none; }#r8i2qvqAt10N07UzthnBR09h3bJ0NSUI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r8i2qvqAt10N07UzthnBR09h3bJ0NSUI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r8i2qvqAt10N07UzthnBR09h3bJ0NSUI > .row .container > .video-iframe-container { display: none; }#r8i2qvqAt10N07UzthnBR09h3bJ0NSUI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r8i2qvqAt10N07UzthnBR09h3bJ0NSUI > .row > .video-iframe-container { display: none; }#r8i2qvqAt10N07UzthnBR09h3bJ0NSUI > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r8i2qvqAt10N07UzthnBR09h3bJ0NSUI > .row .container { border-width: 0; border-radius: 0; }#r8i2qvqAt10N07UzthnBR09h3bJ0NSUI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r8i2qvqAt10N07UzthnBR09h3bJ0NSUI > .row .container { font-size:0.875rem;font-family:arial;height:14.3125rem;width:75rem;position:relative;display:block; }#TfEyxMgtlWw52dJodz21eZJA1iXxusRF { color:#091e5a;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:3rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:5.4739580154419rem;left:0rem;height:7.7998125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#urvoC0QMm5gcHhsCwacGugJBTyJLuJfJ { 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; }
#lIZm7DtsI5PC2sfa0DPKN30tcGZmH7AE { position:relative;display:block; }#lIZm7DtsI5PC2sfa0DPKN30tcGZmH7AE { background-color: transparent; background-image: none; }#lIZm7DtsI5PC2sfa0DPKN30tcGZmH7AE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lIZm7DtsI5PC2sfa0DPKN30tcGZmH7AE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lIZm7DtsI5PC2sfa0DPKN30tcGZmH7AE > .row .container > .video-iframe-container { display: none; }#lIZm7DtsI5PC2sfa0DPKN30tcGZmH7AE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lIZm7DtsI5PC2sfa0DPKN30tcGZmH7AE > .row > .video-iframe-container { display: none; }#lIZm7DtsI5PC2sfa0DPKN30tcGZmH7AE > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lIZm7DtsI5PC2sfa0DPKN30tcGZmH7AE { border-width: 0; border-radius: 0; }#lIZm7DtsI5PC2sfa0DPKN30tcGZmH7AE > .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; }#lIZm7DtsI5PC2sfa0DPKN30tcGZmH7AE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faf5f5;background-image:none;font-size:0.875rem;font-family:arial;height:85.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; }#OJoNhhapIbOrfauoTcgdB0PSkWS7Wtia { color:#2649a9;display:block;width:15.3125rem;position:absolute;font-family:"josefin sans";font-size:1.1875rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:25.235026359558rem;left:0.80013084411619rem;height:55.21875rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#WO5QaBcJOI0IwvetOQFuEGC4h9nqZnHF { position:absolute;display:block;z-index:15008;background-color:#ffffff;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:74.375rem;width:17.25rem;top:8.3125rem;left:19.28125rem;display:block; }
#QnC2NxT4SdTkHByqZERmlxvFdocfxJ6f { position:absolute;display:block;z-index:15009;background-color:#ffffff;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:74.375rem;width:17.25rem;top:8.3125rem;left:38.4375rem;display:block; }
#FHlslXrMnuMndEZ5qpHmoft2sfaTMsfg { position:absolute;display:block;z-index:15010;background-color:#ffffff;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:74.375rem;width:17.25rem;top:8.3125rem;left:57.75rem;display:block; }
#PFcpkN4E1J6iSCLFbHXUrrha32RkiI21 { color:#2649a9;display:block;width:15.8125rem;position:absolute;font-family:"josefin sans";font-size:1.1875rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:25.234376907349rem;left:20rem;height:43.221375rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#kfa5PB46BBsFQoT45S3S8tTpaUudJv03 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.4375rem;width:12.4375rem;top:2.25rem;left:21.6875rem;overflow:hidden;display:block; }
#mbz1Qza4ceTxWnP8hyyk6x5VezASJckQ { 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:12.4375rem;width:12.4375rem;top:2.228515625rem;left:60.15625rem;overflow:hidden;display:block; }
#XFGfITGP2zEDTy9kUxziOXU2mbKU9Id6 { color:#2649a9;display:block;width:15.875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:41.104156494141rem;left:58.4375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AKUQ0wXbZvXBxdE3ux0FLPkFHFSq50lp { 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:12.4375rem;width:12.4375rem;top:2.3125rem;left:40.84375rem;overflow:hidden;display:block; }
#mpdyoW9qfPAsOnUPTqUaIKQKGT3XMT91 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:16.0625rem;left:3.4375rem; }
#XphrvRrM6Wof4skOLBtWSRE76MkS0ZHM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:16.0625rem;left:5.4375rem; }
#UNslaNH25szkMhL35qXI8yrpkkLwoUUW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:16.0625rem;left:7.4375rem; }
#zOJGCK1pCMbo5cD59hXgPsLEhTs7qouv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:16.0625rem;left:9.5625rem; }
#mVrqFGLNckcUT6PFt7bfmStatIuHdNTf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:16.0625rem;left:11.5625rem; }
#I5fcz2H7IB7DZkLtUgXS7PQX1JZviDwu { color:#2649a9;display:block;width:15.875rem;position:absolute;font-family:"josefin sans";font-size:1.1875rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:20.228515625rem;left:0.57096481323242rem;height:3.0872375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tmgcM1DFtMcyrcJAT33PTvPfob3PTRfi { position:absolute;display:block;z-index:15006;background-color:#ffffff;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:74.375rem;width:17.25rem;top:8.3125rem;left:0rem;display:block; }
#IQWlETxbiUgzmsq9EtgBvK6tmnBmF4Us { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:16.0625rem;left:31rem; }
#UKgAnDAzygFqRJlNmi237rAXCpc3k5iN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:16.0625rem;left:29rem; }
#cqHo6NlT3LE9gdCLrzKW1X2MIcVpQpl9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:16.0625rem;left:24.875rem; }
#Wcqa3NT5nsyldsPOZPTH6DRDwTwcH1g6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:16.0625rem;left:26.875rem; }
#BdoGypKfomQ5hcLE7uRBO4WhuB6emzSD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:16.0625rem;left:22.875rem; }
#TNoOhBl13LVUP7DCodDaTJHWAFVJ8ykJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:16.0625rem;left:50.125rem; }
#ic1xc98DnPTEraQy5mEwCne93PS3xWXm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:16.0625rem;left:48.125rem; }
#UbfJ9Ty6F1SfTUBJxptV7J7Ca8zk8Rgq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:16.0625rem;left:44rem; }
#Qdvh6LgA4XPMvuT2GJCiIIpATaRIGHdp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:16.0625rem;left:46rem; }
#S0xhJORkBkU2c7NhZdVGJcktTOwdoPR9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:16.0625rem;left:42rem; }
#Viw4yUPDkstSVJDRnT0nTyT73EIE5bh3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:16.0625rem;left:69.4375rem; }
#moqypTRP53h6yz1lPHmhGfLPCTvUZfwy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:16.0625rem;left:67.4375rem; }
#PL8OQeLk7MqmT5TwA9RG1oOQduoZTUwk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:16.0625rem;left:63.3125rem; }
#LhM4KaH0scUdtrHrKpB7BySQumweAxU3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:16.0625rem;left:65.3125rem; }
#rn3Gz6OL0UsUKpAD4odsuMNG8Xhve4Qs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:16.0625rem;left:61.3125rem; }
#nXPSqpASNf0nXyLBtBn50h02UsKDAsrv { color:#2649a9;display:block;width:15.875rem;position:absolute;font-family:"josefin sans";font-size:1.1875rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:20.25rem;left:19.96875rem;height:3.0872375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CXTWTP9oSffWg87wIsP2mhqn32AokdAW { color:#2649a9;display:block;width:15.875rem;position:absolute;font-family:"josefin sans";font-size:1.1875rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:20.25rem;left:39.125rem;height:3.0872375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PmFvGrXSLux9sCuiUS7wlVB8nROWGxRd { color:#2649a9;display:block;width:15.8125rem;position:absolute;font-family:"josefin sans";font-size:1.1875rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:25.235026359558rem;left:39.15625rem;height:38.5905rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#gD8UTyvQeOea43RyrTPTvPEhWlczePKI { color:#2649a9;display:block;width:15.875rem;position:absolute;font-family:"josefin sans";font-size:1.1875rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:20.227865815162rem;left:58.4375rem;height:3.0872375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WscTqhIMixbs94ko6FwSwufCKS64XVoX { color:#2649a9;display:block;width:15.8125rem;position:absolute;font-family:"josefin sans";font-size:1.1875rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:25.235026359558rem;left:58.46875rem;height:47.85225rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#vaTmmQOmVbhAXuKdIlMo8TDdO8ANDmJ0 { 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:12.4375rem;width:12.4375rem;top:2.25rem;left:2.2897148132324rem;overflow:hidden;display:block; }
#KRg1CNgZC6i9oe0B76A1nxPW2zs0PMFc { position:relative;display:block; }#KRg1CNgZC6i9oe0B76A1nxPW2zs0PMFc { background-color: transparent; background-image: none; }#KRg1CNgZC6i9oe0B76A1nxPW2zs0PMFc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRg1CNgZC6i9oe0B76A1nxPW2zs0PMFc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRg1CNgZC6i9oe0B76A1nxPW2zs0PMFc > .row .container > .video-iframe-container { display: none; }#KRg1CNgZC6i9oe0B76A1nxPW2zs0PMFc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRg1CNgZC6i9oe0B76A1nxPW2zs0PMFc > .row > .video-iframe-container { display: none; }#KRg1CNgZC6i9oe0B76A1nxPW2zs0PMFc > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRg1CNgZC6i9oe0B76A1nxPW2zs0PMFc { border-width: 0; border-radius: 0; }#KRg1CNgZC6i9oe0B76A1nxPW2zs0PMFc > .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; }#KRg1CNgZC6i9oe0B76A1nxPW2zs0PMFc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faf5f5;background-image:none;font-size:0.875rem;font-family:arial;height:56.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; }#qlCX51VrEthNbTaaq9UVR5CGrCa6fIE3 { color:#2649a9;display:block;width:33.875rem;position:absolute;font-family:"josefin sans";font-size:1.1875rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:23.354166507721rem;left:1.125rem;height:26.71875rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#tO6UQcWGshDwsEGcn3h9oCAcIGhnTDl6 { position:absolute;display:block;z-index:15008;background-color:#ffffff;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:44rem;width:36.375rem;top:8.125rem;left:38.5rem;display:block; }
#PXvHLXe5B2PJNa5pwrhIXAv0aq836Wbc { color:#2649a9;display:block;width:34rem;position:absolute;font-family:"josefin sans";font-size:1.1875rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:23.354166507721rem;left:39.6875rem;height:20.0670625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#TvOyF5AH7LtHDSwoQPSlorN6dmQ0hoM8 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.375rem;width:12.375rem;top:2.0625rem;left:50.46875rem;overflow:hidden;display:block; }
#tPRaq5zxiPsKUU4M0SWKtvsExrOHyGp6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:15.875rem;left:13.25rem; }
#HXtf7CPWLXAVhJp3K8nPETpokPKXxXf4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:15.875rem;left:15.25rem; }
#DpUGB68icbFwO7QKnKmazVJVMboTRWwQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:15.875rem;left:17.25rem; }
#JQAGxE6S3N69EtkM857UPuoRSMrHnlNl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:15.875rem;left:19.375rem; }
#BDd7vv7hGeZU3yb4dkA69CQ7XRNt8OT7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:15.875rem;left:21.375rem; }
#nAImx2T8LPbvtQ9Xv7nVGBSu6BciTlmT { color:#2649a9;display:block;width:34.3125rem;position:absolute;font-family:"josefin sans";font-size:1.1875rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:20.0625rem;left:1.125rem;height:1.54361875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qd129RkQewNEFpMuXDB0116U1soULGyn { position:absolute;display:block;z-index:15006;background-color:#ffffff;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:44rem;width:36.375rem;top:8.25rem;left:0.125rem;display:block; }
#CK122KUiZwyUCKCvphJA3QqQeCGKMDzw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:15.875rem;left:59.75rem; }
#kq8sqOML0DsWSHHOL6UA8JTiwWT7y6pN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:15.875rem;left:57.75rem; }
#bd8k6WPmRGqGlSmZU2sTA9J2EEdyAQFs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:15.875rem;left:53.625rem; }
#zAB0JwCPknw0oXOe4JIT2Uo1VKybKW0a { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:15.875rem;left:55.625rem; }
#p7T7sLqJ2thg5wbfzibElyqUTlw2bbH6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:15.875rem;left:51.625rem; }
#d5LPe5kSCDrhUTVSkWHQa9FTuLKRmbcq { color:#2649a9;display:block;width:34.625rem;position:absolute;font-family:"josefin sans";font-size:1.1875rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:20.25rem;left:39.6875rem;height:1.54361875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SpUHp8AFlxyF8uCPuKiFFukf0PMaTql6 { 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:12.4375rem;width:12.4375rem;top:2.0625rem;left:12.09375rem;overflow:hidden;display:block; }
#XeaLAs0vrtss41Z9MSqHOyg4hHJiQTi7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image:url("https://images.assets-landingi.com/uc/a69fff73-0462-441f-bcd0-564d274a10c7/Colorblockbackground.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; }#XeaLAs0vrtss41Z9MSqHOyg4hHJiQTi7.adaptive-delivery-prevent-bg, #XeaLAs0vrtss41Z9MSqHOyg4hHJiQTi7.lazyload, #XeaLAs0vrtss41Z9MSqHOyg4hHJiQTi7.lazyloading { background-image: none; }#XeaLAs0vrtss41Z9MSqHOyg4hHJiQTi7 > .row .container { background-color: transparent; background-image: none; }#XeaLAs0vrtss41Z9MSqHOyg4hHJiQTi7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XeaLAs0vrtss41Z9MSqHOyg4hHJiQTi7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XeaLAs0vrtss41Z9MSqHOyg4hHJiQTi7 > .row .container > .video-iframe-container { display: none; }#XeaLAs0vrtss41Z9MSqHOyg4hHJiQTi7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XeaLAs0vrtss41Z9MSqHOyg4hHJiQTi7 > .row > .video-iframe-container { display: none; }#XeaLAs0vrtss41Z9MSqHOyg4hHJiQTi7 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XeaLAs0vrtss41Z9MSqHOyg4hHJiQTi7 > .row .container { border-width: 0; border-radius: 0; }#XeaLAs0vrtss41Z9MSqHOyg4hHJiQTi7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XeaLAs0vrtss41Z9MSqHOyg4hHJiQTi7 > .row .container { font-size:0.875rem;font-family:arial;height:36.9375rem;width:75rem;position:relative;display:block; }#uWf23r0sEa274334W97y8EIckQxccyei { color:#2649a9;display:block;width:40.6875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:7.47802734375rem;left:30.875rem;height:20.625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#MVh9Zsu8bkwczpgWTUmke4y9D6nCfUvA { 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:16.875rem;width:16.875rem;top:7.5rem;left:10.208335876465rem;overflow:hidden;display:block; }
#HeAlw9Hte7zhv8zWdRcyo8i7GbGeGMMQ { color:#2649a9;display:block;width:27.875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:28.10205078125rem;left:30.875rem;height:6.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LiVZJkXLHGSfwliGJp2sZWc32r2Hg8H0 { position:relative;display:block; }#LiVZJkXLHGSfwliGJp2sZWc32r2Hg8H0 { background-color: transparent; background-image: none; }#LiVZJkXLHGSfwliGJp2sZWc32r2Hg8H0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LiVZJkXLHGSfwliGJp2sZWc32r2Hg8H0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LiVZJkXLHGSfwliGJp2sZWc32r2Hg8H0 > .row .container > .video-iframe-container { display: none; }#LiVZJkXLHGSfwliGJp2sZWc32r2Hg8H0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LiVZJkXLHGSfwliGJp2sZWc32r2Hg8H0 > .row > .video-iframe-container { display: none; }#LiVZJkXLHGSfwliGJp2sZWc32r2Hg8H0 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LiVZJkXLHGSfwliGJp2sZWc32r2Hg8H0 { border-width: 0; border-radius: 0; }#LiVZJkXLHGSfwliGJp2sZWc32r2Hg8H0 > .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; }#LiVZJkXLHGSfwliGJp2sZWc32r2Hg8H0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faf5f5;background-image:none;font-size:0.875rem;font-family:arial;height:15.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; }#DihyBl3OqP75k6BDJ3wqgB7q85FKhFVe { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:4.0625rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:5.625rem;left:18.75rem;display:block; }
#FNWHMFPAsClfqSLgp9cg6Kw8TBq9r5vS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#poaAT8oEhDuOK2WuKnwU8QPQKNk3gHOW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7a3855;background-image:url("https://images.assets-landingi.com/uc/27628fcf-36b1-4346-8d21-396d2fde970b/_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; }#poaAT8oEhDuOK2WuKnwU8QPQKNk3gHOW.adaptive-delivery-prevent-bg, #poaAT8oEhDuOK2WuKnwU8QPQKNk3gHOW.lazyload, #poaAT8oEhDuOK2WuKnwU8QPQKNk3gHOW.lazyloading { background-image: none; }#poaAT8oEhDuOK2WuKnwU8QPQKNk3gHOW > .row .container { background-color: transparent; background-image: none; }#poaAT8oEhDuOK2WuKnwU8QPQKNk3gHOW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#poaAT8oEhDuOK2WuKnwU8QPQKNk3gHOW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#poaAT8oEhDuOK2WuKnwU8QPQKNk3gHOW > .row .container > .video-iframe-container { display: none; }#poaAT8oEhDuOK2WuKnwU8QPQKNk3gHOW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#poaAT8oEhDuOK2WuKnwU8QPQKNk3gHOW > .row > .video-iframe-container { display: none; }#poaAT8oEhDuOK2WuKnwU8QPQKNk3gHOW > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#poaAT8oEhDuOK2WuKnwU8QPQKNk3gHOW > .row .container { border-width: 0; border-radius: 0; }#poaAT8oEhDuOK2WuKnwU8QPQKNk3gHOW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#poaAT8oEhDuOK2WuKnwU8QPQKNk3gHOW > .row .container { font-size:0.875rem;font-family:arial;height:53.0625rem;width:75rem;position:relative;display:block; }#vczaNfRkZ5fS5xzIffRO9wDXcSVM0Ari { 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; }
#qIqHZGM2pWBawUztG6GPTlMxHP4hixxT { display:block;width:32.187rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:5.625rem;left:37.875rem;height:2.8125rem;color:#ffffff;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pMvyTiNK2SicPZLmWk2w7h7bteXv4qBr { 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; }
#fE8G8kaVn5gnCIWG4GLW8N2TJHZFEkoC { 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; }
#pE5KEkLEVIi6idEXgq1suWHWVkwoWEGT { 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; }
#bcFq2oby4dVWhdkAlZguKPiILUxlaNRG { 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; }
#M6cRqe9yc4ciLTonq357Rxmag8NHt63w { display:block;width:38.875rem;position:absolute;font-family:"josefin sans";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; }
#zbrAEN7VhlTQsUkOo6bgXOTxxdelkCrV { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:31.25rem;display:none; }
#sAwKFP1znWebTuCenEasM96HEsJKvxba { display:block;width:35.0625rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.8;letter-spacing:0;top:16.16552734375rem;left:37.875rem;height:29.25rem;color:#ffffff;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BNFQ2ykDaEWl6hXQ7AttokFeiCKki5IX { display:block;width:30.6875rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:9rem;left:37.875rem;height:5.625rem;color:#ffffff;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TkNzJQfTdhuRPpUOTeHrC38pO7U2Pb8F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7a3855;background-image:url("https://images.assets-landingi.com/uc/5469fdcb-0b75-4279-b460-31c392be2fb7/Wykorzystanenalandingu12webinarowbio.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; }#TkNzJQfTdhuRPpUOTeHrC38pO7U2Pb8F.adaptive-delivery-prevent-bg, #TkNzJQfTdhuRPpUOTeHrC38pO7U2Pb8F.lazyload, #TkNzJQfTdhuRPpUOTeHrC38pO7U2Pb8F.lazyloading { background-image: none; }#TkNzJQfTdhuRPpUOTeHrC38pO7U2Pb8F > .row .container { background-color: transparent; background-image: none; }#TkNzJQfTdhuRPpUOTeHrC38pO7U2Pb8F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TkNzJQfTdhuRPpUOTeHrC38pO7U2Pb8F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TkNzJQfTdhuRPpUOTeHrC38pO7U2Pb8F > .row .container > .video-iframe-container { display: none; }#TkNzJQfTdhuRPpUOTeHrC38pO7U2Pb8F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TkNzJQfTdhuRPpUOTeHrC38pO7U2Pb8F > .row > .video-iframe-container { display: none; }#TkNzJQfTdhuRPpUOTeHrC38pO7U2Pb8F > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TkNzJQfTdhuRPpUOTeHrC38pO7U2Pb8F > .row .container { border-width: 0; border-radius: 0; }#TkNzJQfTdhuRPpUOTeHrC38pO7U2Pb8F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TkNzJQfTdhuRPpUOTeHrC38pO7U2Pb8F > .row .container { font-size:0.875rem;font-family:arial;height:59.375rem;width:75rem;position:relative;display:block; }#vtNCtFldQAFGRV2kqTHoqGpi1RXp8BWN { display:block;width:35.9375rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.8;letter-spacing:0;top:21.311279296875rem;left:36.936199188233rem;height:20.25rem;color:#7a3855;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bKDA59udhDVSAL6N0BoeEQCONVLRqWVR { 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; }
#szDtPaAHQ67l5TUrEWWNDnqqwbJV9QBW { display:block;width:32.187rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:17.249267578125rem;left:36.936767578125rem;height:2.8125rem;color:#ffffff;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mP8EQyULGnmouTZKRml4uEtteHxHtcT4 { 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; }
#EpcZ6dD7lybGW5gufwC9ByWb2X3Nx0aH { 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; }
#aq8qxyBFfAUFvpZgRkshxIi1SxEA6CHx { 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; }
#UFw1gneG6aA4eBWbx0f6K5pisaDLaT0M { 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; }
#D4HHGv303yR7U4Iqyy3ygltS2rKVdPB2 { display:block;width:38.875rem;position:absolute;font-family:"josefin sans";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; }
#Es1LhCnT0Un3EOlJrcK7444mb9U3iCZI { position:absolute;display:block;z-index:15017;background-color:#f4ce83;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.060546875rem;width:3.75rem;top:31.16748046875rem;left:90.390625rem;display:none; }
#TI7wvI27mCxssl5EZol13zD0QJ8nJ1ty { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:31.25rem;display:none; }
#v4TRQaiOU9T3wPasrXkt5y180tAbMFMx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebe9e9;background-image: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; }#v4TRQaiOU9T3wPasrXkt5y180tAbMFMx > .row .container { background-color: transparent; background-image: none; }#v4TRQaiOU9T3wPasrXkt5y180tAbMFMx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v4TRQaiOU9T3wPasrXkt5y180tAbMFMx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v4TRQaiOU9T3wPasrXkt5y180tAbMFMx > .row .container > .video-iframe-container { display: none; }#v4TRQaiOU9T3wPasrXkt5y180tAbMFMx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v4TRQaiOU9T3wPasrXkt5y180tAbMFMx > .row > .video-iframe-container { display: none; }#v4TRQaiOU9T3wPasrXkt5y180tAbMFMx > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v4TRQaiOU9T3wPasrXkt5y180tAbMFMx > .row .container { border-width: 0; border-radius: 0; }#v4TRQaiOU9T3wPasrXkt5y180tAbMFMx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v4TRQaiOU9T3wPasrXkt5y180tAbMFMx > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;position:relative;display:block; }#DExHvlpZTks4S6hh60BShpXvTuNoulG9 { color:#7a3855;display:block;width:17.5rem;position:absolute;font-family:"josefin sans";font-size:3rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:5.0625rem;left:2.4375rem;height:3.8999rem;font-style:normal;display:block; }
#k3qcNiA9lFce7o6PLHf44LsAGp8ESbJO { 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; }
#kCBOy3Cb4Gs98MlGCqMh5P94bq7Ham3I { 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; }
#hlehIxTAhD7cazb2qS8P8m7Ta8PGzEvb { 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; }
#zyoxWXrFqeSB8L2qZU25q3T1LGemMDg5 { 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:19.875rem;overflow:hidden;display:block; }
#ra5HvI85h7yfvsqttxGbnntOMeIz1h2m { 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; }
#TzIpR8ZReMUkFQN0ImmUUqJSlV91TqmT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f4f4;background-image: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; }#TzIpR8ZReMUkFQN0ImmUUqJSlV91TqmT > .row .container { background-color: transparent; background-image: none; }#TzIpR8ZReMUkFQN0ImmUUqJSlV91TqmT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzIpR8ZReMUkFQN0ImmUUqJSlV91TqmT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzIpR8ZReMUkFQN0ImmUUqJSlV91TqmT > .row .container > .video-iframe-container { display: none; }#TzIpR8ZReMUkFQN0ImmUUqJSlV91TqmT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzIpR8ZReMUkFQN0ImmUUqJSlV91TqmT > .row > .video-iframe-container { display: none; }#TzIpR8ZReMUkFQN0ImmUUqJSlV91TqmT > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzIpR8ZReMUkFQN0ImmUUqJSlV91TqmT > .row .container { border-width: 0; border-radius: 0; }#TzIpR8ZReMUkFQN0ImmUUqJSlV91TqmT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TzIpR8ZReMUkFQN0ImmUUqJSlV91TqmT > .row .container { font-size:0.875rem;font-family:arial;height:15.75rem;width:75rem;position:relative;display:block; }#q8ZBS8xkFrRFeSEgld2y39oLVaL0IGTt { color:#091e5a;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:3rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:5.625rem;left:0rem;height:7.7998125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vgM7hNTVc9idZshuLVk4anATSeZSfg9i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7a3855;background-image: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; }#vgM7hNTVc9idZshuLVk4anATSeZSfg9i > .row .container { background-color: transparent; background-image: none; }#vgM7hNTVc9idZshuLVk4anATSeZSfg9i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vgM7hNTVc9idZshuLVk4anATSeZSfg9i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vgM7hNTVc9idZshuLVk4anATSeZSfg9i > .row .container > .video-iframe-container { display: none; }#vgM7hNTVc9idZshuLVk4anATSeZSfg9i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vgM7hNTVc9idZshuLVk4anATSeZSfg9i > .row > .video-iframe-container { display: none; }#vgM7hNTVc9idZshuLVk4anATSeZSfg9i > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vgM7hNTVc9idZshuLVk4anATSeZSfg9i > .row .container { border-width: 0; border-radius: 0; }#vgM7hNTVc9idZshuLVk4anATSeZSfg9i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vgM7hNTVc9idZshuLVk4anATSeZSfg9i > .row .container { font-size:0.875rem;font-family:arial;height:1.875rem;width:75rem;position:relative;display:block; }#JfJnIHNLKFlt1VFIzMIOmXUSmnCTlDTK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f4f4;background-image: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; }#JfJnIHNLKFlt1VFIzMIOmXUSmnCTlDTK > .row .container { background-color: transparent; background-image: none; }#JfJnIHNLKFlt1VFIzMIOmXUSmnCTlDTK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JfJnIHNLKFlt1VFIzMIOmXUSmnCTlDTK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JfJnIHNLKFlt1VFIzMIOmXUSmnCTlDTK > .row .container > .video-iframe-container { display: none; }#JfJnIHNLKFlt1VFIzMIOmXUSmnCTlDTK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JfJnIHNLKFlt1VFIzMIOmXUSmnCTlDTK > .row > .video-iframe-container { display: none; }#JfJnIHNLKFlt1VFIzMIOmXUSmnCTlDTK > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JfJnIHNLKFlt1VFIzMIOmXUSmnCTlDTK > .row .container { border-width: 0; border-radius: 0; }#JfJnIHNLKFlt1VFIzMIOmXUSmnCTlDTK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JfJnIHNLKFlt1VFIzMIOmXUSmnCTlDTK > .row .container { font-size:0.875rem;font-family:arial;height:26.8125rem;width:75rem;position:relative;display:block; }#e6LcclXDqZHBNESF0UKWg62vpUk7kW7A { color:#000000;display:block;width:27.125rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:10.155354857445rem;left:45.8125rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lCCHZoDbMcIL94XrvHXl7BbvvmV5pnk4 { 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:6.25rem;width:6.25rem;top:11.1875rem;left:34.1875rem;overflow:hidden;display:block; }
#T9MX5ywMle1sGTs3fEOi9G6irXe1hULM { color:#212727;display:block;width:27.125rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:13.654514312744rem;left:45.8125rem;height:6.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yh6NZkccdmJ95pb4tfmkXRCc4UZusluF { box-sizing:content-box;height:26.8125rem;width:48.5625rem;position:absolute;display:block;z-index:15014;background-color:#f39c12;background-image:none;top:0rem;left:-11.5rem;display:block; }
#ezw7VhgtdMwNXNuIzzDhFwnxV9nts6kv { 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:25.3125rem;width:39.0625rem;top:18.748046875rem;left:-4.6875rem;overflow:hidden;display:none; }
#Oq6L6bmCg2wVNpABDwQig7TkpkzSIoWN { 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:23.9375rem;width:36.875rem;top:1.4375rem;left:0rem;overflow:hidden;display:block; }
#hzeCzxOzycmR3GxwaR25zHSwtd4p5IrU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7a3855;background-image: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; }#hzeCzxOzycmR3GxwaR25zHSwtd4p5IrU > .row .container { background-color: transparent; background-image: none; }#hzeCzxOzycmR3GxwaR25zHSwtd4p5IrU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hzeCzxOzycmR3GxwaR25zHSwtd4p5IrU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hzeCzxOzycmR3GxwaR25zHSwtd4p5IrU > .row .container > .video-iframe-container { display: none; }#hzeCzxOzycmR3GxwaR25zHSwtd4p5IrU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hzeCzxOzycmR3GxwaR25zHSwtd4p5IrU > .row > .video-iframe-container { display: none; }#hzeCzxOzycmR3GxwaR25zHSwtd4p5IrU > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hzeCzxOzycmR3GxwaR25zHSwtd4p5IrU > .row .container { border-width: 0; border-radius: 0; }#hzeCzxOzycmR3GxwaR25zHSwtd4p5IrU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hzeCzxOzycmR3GxwaR25zHSwtd4p5IrU > .row .container { font-size:0.875rem;font-family:arial;height:1.875rem;width:75rem;position:relative;display:block; }#Ble9vQbmIfvF1MLZ7dRT09p7k6yT08Zr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f4f4;background-image: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; }#Ble9vQbmIfvF1MLZ7dRT09p7k6yT08Zr > .row .container { background-color: transparent; background-image: none; }#Ble9vQbmIfvF1MLZ7dRT09p7k6yT08Zr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ble9vQbmIfvF1MLZ7dRT09p7k6yT08Zr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ble9vQbmIfvF1MLZ7dRT09p7k6yT08Zr > .row .container > .video-iframe-container { display: none; }#Ble9vQbmIfvF1MLZ7dRT09p7k6yT08Zr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ble9vQbmIfvF1MLZ7dRT09p7k6yT08Zr > .row > .video-iframe-container { display: none; }#Ble9vQbmIfvF1MLZ7dRT09p7k6yT08Zr > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ble9vQbmIfvF1MLZ7dRT09p7k6yT08Zr > .row .container { border-width: 0; border-radius: 0; }#Ble9vQbmIfvF1MLZ7dRT09p7k6yT08Zr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ble9vQbmIfvF1MLZ7dRT09p7k6yT08Zr > .row .container { font-size:0.875rem;font-family:arial;height:28.625rem;width:75rem;position:relative;display:block; }#VnJQOXTCDRrrqdP45kSJGrmflInGupLU { color:#000000;display:block;width:27.125rem;position:absolute;font-family:"josefin sans";font-size:1.5rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:11.186632156372rem;left:6.4305553436281rem;height:1.950075rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CuIHnkG4KtOhSgpRP0d1sHzb1Cy9VGfv { 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:6.25rem;width:6.25rem;top:11.187500476837rem;left:38.6875rem;overflow:hidden;display:block; }
#oSHSdyLxs4CQReblZGbkis2hpdSrA7rT { color:#000000;display:block;width:24.9375rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:15.373262405396rem;left:6.4305553436281rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#owKO2Ngqf4nM1ncrV0JCoWt3FQQxRmQV { 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:28.625rem;width:48.5rem;top:0rem;left:41.625rem;overflow:hidden;display:block; }
#x1CJKH3wW5r9HPJ2zUpSNCMWcDXTozul { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7a3855;background-image: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; }#x1CJKH3wW5r9HPJ2zUpSNCMWcDXTozul > .row .container { background-color: transparent; background-image: none; }#x1CJKH3wW5r9HPJ2zUpSNCMWcDXTozul::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x1CJKH3wW5r9HPJ2zUpSNCMWcDXTozul > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x1CJKH3wW5r9HPJ2zUpSNCMWcDXTozul > .row .container > .video-iframe-container { display: none; }#x1CJKH3wW5r9HPJ2zUpSNCMWcDXTozul > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x1CJKH3wW5r9HPJ2zUpSNCMWcDXTozul > .row > .video-iframe-container { display: none; }#x1CJKH3wW5r9HPJ2zUpSNCMWcDXTozul > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x1CJKH3wW5r9HPJ2zUpSNCMWcDXTozul > .row .container { border-width: 0; border-radius: 0; }#x1CJKH3wW5r9HPJ2zUpSNCMWcDXTozul > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x1CJKH3wW5r9HPJ2zUpSNCMWcDXTozul > .row .container { font-size:0.875rem;font-family:arial;height:1.875rem;width:75rem;position:relative;display:block; }#O4uKKGHcSaTS9cVQ58CyhKxsrJPwyVaB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f4f4;background-image: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; }#O4uKKGHcSaTS9cVQ58CyhKxsrJPwyVaB > .row .container { background-color: transparent; background-image: none; }#O4uKKGHcSaTS9cVQ58CyhKxsrJPwyVaB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O4uKKGHcSaTS9cVQ58CyhKxsrJPwyVaB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O4uKKGHcSaTS9cVQ58CyhKxsrJPwyVaB > .row .container > .video-iframe-container { display: none; }#O4uKKGHcSaTS9cVQ58CyhKxsrJPwyVaB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O4uKKGHcSaTS9cVQ58CyhKxsrJPwyVaB > .row > .video-iframe-container { display: none; }#O4uKKGHcSaTS9cVQ58CyhKxsrJPwyVaB > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O4uKKGHcSaTS9cVQ58CyhKxsrJPwyVaB > .row .container { border-width: 0; border-radius: 0; }#O4uKKGHcSaTS9cVQ58CyhKxsrJPwyVaB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O4uKKGHcSaTS9cVQ58CyhKxsrJPwyVaB > .row .container { font-size:0.875rem;font-family:arial;height:28.5rem;width:75rem;position:relative;display:block; }#KJaIZ3X8ieNJcTco50vorTf6VKGtmS8a { color:#000000;display:block;width:27.125rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:10.155354857445rem;left:45.8125rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RGHtbUzx2md17yivr775JlkrpOrKB0Mm { 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:28.5rem;width:47.875rem;top:0rem;left:-11.340051788356rem;overflow:hidden;display:block; }
#GwFrrleWWbfhnXQClXmdkZnTgBFW8Pd5 { color:#212727;display:block;width:27.125rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:15.591907501221rem;left:45.8125rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pS90N6uinHvJreoIyruhDJv5pAxE2kHX { 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:6.25rem;width:6.25rem;top:12.45920085907rem;left:34rem;overflow:hidden;display:block; }
#Q8HigCPeUE04gD0GfdT9WaXzkIlEIreP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7a3855;background-image: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; }#Q8HigCPeUE04gD0GfdT9WaXzkIlEIreP > .row .container { background-color: transparent; background-image: none; }#Q8HigCPeUE04gD0GfdT9WaXzkIlEIreP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8HigCPeUE04gD0GfdT9WaXzkIlEIreP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8HigCPeUE04gD0GfdT9WaXzkIlEIreP > .row .container > .video-iframe-container { display: none; }#Q8HigCPeUE04gD0GfdT9WaXzkIlEIreP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8HigCPeUE04gD0GfdT9WaXzkIlEIreP > .row > .video-iframe-container { display: none; }#Q8HigCPeUE04gD0GfdT9WaXzkIlEIreP > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8HigCPeUE04gD0GfdT9WaXzkIlEIreP > .row .container { border-width: 0; border-radius: 0; }#Q8HigCPeUE04gD0GfdT9WaXzkIlEIreP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q8HigCPeUE04gD0GfdT9WaXzkIlEIreP > .row .container { font-size:0.875rem;font-family:arial;height:1.875rem;width:75rem;position:relative;display:block; }#AO9pQGoHxupdywP3BQE0AfJd9vVg4dhc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f4f4;background-image: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; }#AO9pQGoHxupdywP3BQE0AfJd9vVg4dhc > .row .container { background-color: transparent; background-image: none; }#AO9pQGoHxupdywP3BQE0AfJd9vVg4dhc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AO9pQGoHxupdywP3BQE0AfJd9vVg4dhc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AO9pQGoHxupdywP3BQE0AfJd9vVg4dhc > .row .container > .video-iframe-container { display: none; }#AO9pQGoHxupdywP3BQE0AfJd9vVg4dhc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AO9pQGoHxupdywP3BQE0AfJd9vVg4dhc > .row > .video-iframe-container { display: none; }#AO9pQGoHxupdywP3BQE0AfJd9vVg4dhc > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AO9pQGoHxupdywP3BQE0AfJd9vVg4dhc > .row .container { border-width: 0; border-radius: 0; }#AO9pQGoHxupdywP3BQE0AfJd9vVg4dhc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AO9pQGoHxupdywP3BQE0AfJd9vVg4dhc > .row .container { font-size:0.875rem;font-family:arial;height:28.625rem;width:75rem;position:relative;display:block; }#N2qPgPfeJOmTSpD4TPEIF4hTvyX6beQb { color:#000000;display:block;width:27.125rem;position:absolute;font-family:"josefin sans";font-size:1.5rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:11.186632156372rem;left:6.4305553436281rem;height:1.950075rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EykcRwcqXMeQOLxK0U63JJXHhtqplyJy { color:#000000;display:block;width:27.125rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:15.373264312744rem;left:6.4305553436281rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IDVgzEuOS59gb6TPww29wC6xGUkCTiId { 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:28.625rem;width:48rem;top:0rem;left:41.625rem;overflow:hidden;display:block; }
#aOtqCxrEIAz1CkJ8yxCHnAb9Z2JxERCb { 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:6.25rem;width:6.25rem;top:11.187446594238rem;left:38.6875rem;overflow:hidden;display:block; }
#Q3HfJmv5iMspeLE9oTEua9PDWWhcspwZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7a3855;background-image: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; }#Q3HfJmv5iMspeLE9oTEua9PDWWhcspwZ > .row .container { background-color: transparent; background-image: none; }#Q3HfJmv5iMspeLE9oTEua9PDWWhcspwZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q3HfJmv5iMspeLE9oTEua9PDWWhcspwZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q3HfJmv5iMspeLE9oTEua9PDWWhcspwZ > .row .container > .video-iframe-container { display: none; }#Q3HfJmv5iMspeLE9oTEua9PDWWhcspwZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q3HfJmv5iMspeLE9oTEua9PDWWhcspwZ > .row > .video-iframe-container { display: none; }#Q3HfJmv5iMspeLE9oTEua9PDWWhcspwZ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q3HfJmv5iMspeLE9oTEua9PDWWhcspwZ > .row .container { border-width: 0; border-radius: 0; }#Q3HfJmv5iMspeLE9oTEua9PDWWhcspwZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q3HfJmv5iMspeLE9oTEua9PDWWhcspwZ > .row .container { font-size:0.875rem;font-family:arial;height:1.875rem;width:75rem;position:relative;display:block; }#TAbDAKk6xzJb5NLIkw1SDIqrQTo3iATS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f4f4;background-image: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; }#TAbDAKk6xzJb5NLIkw1SDIqrQTo3iATS > .row .container { background-color: transparent; background-image: none; }#TAbDAKk6xzJb5NLIkw1SDIqrQTo3iATS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAbDAKk6xzJb5NLIkw1SDIqrQTo3iATS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAbDAKk6xzJb5NLIkw1SDIqrQTo3iATS > .row .container > .video-iframe-container { display: none; }#TAbDAKk6xzJb5NLIkw1SDIqrQTo3iATS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAbDAKk6xzJb5NLIkw1SDIqrQTo3iATS > .row > .video-iframe-container { display: none; }#TAbDAKk6xzJb5NLIkw1SDIqrQTo3iATS > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAbDAKk6xzJb5NLIkw1SDIqrQTo3iATS > .row .container { border-width: 0; border-radius: 0; }#TAbDAKk6xzJb5NLIkw1SDIqrQTo3iATS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TAbDAKk6xzJb5NLIkw1SDIqrQTo3iATS > .row .container { font-size:0.875rem;font-family:arial;height:28.625rem;width:75rem;position:relative;display:block; }#WWpWLqb0BPUdlvdFBy6lZnsros74vh10 { color:#000000;display:block;width:27.125rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:10.155354857445rem;left:45.8125rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GrLNVoL40vyLE3VGgmWOlPTbeAG23TIR { color:#212727;display:block;width:27.125rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:15.591907501221rem;left:45.8125rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HJsw3ESR09bz7Ap7HI9LgnTx2bJHsMJw { 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:6.25rem;width:6.25rem;top:11.1875rem;left:33.6875rem;overflow:hidden;display:block; }
#Q8tGBLZEw4SvWcnKxnMdpL9r3txFRGuq { 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:28.625rem;width:44.6875rem;top:-0.041666750000331rem;left:-7.7634003335225rem;overflow:hidden;display:block; }
#VrJwgzs6hJByZzB0HOfookHqbZ6pKbBw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7a3855;background-image: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; }#VrJwgzs6hJByZzB0HOfookHqbZ6pKbBw > .row .container { background-color: transparent; background-image: none; }#VrJwgzs6hJByZzB0HOfookHqbZ6pKbBw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VrJwgzs6hJByZzB0HOfookHqbZ6pKbBw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VrJwgzs6hJByZzB0HOfookHqbZ6pKbBw > .row .container > .video-iframe-container { display: none; }#VrJwgzs6hJByZzB0HOfookHqbZ6pKbBw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VrJwgzs6hJByZzB0HOfookHqbZ6pKbBw > .row > .video-iframe-container { display: none; }#VrJwgzs6hJByZzB0HOfookHqbZ6pKbBw > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VrJwgzs6hJByZzB0HOfookHqbZ6pKbBw > .row .container { border-width: 0; border-radius: 0; }#VrJwgzs6hJByZzB0HOfookHqbZ6pKbBw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VrJwgzs6hJByZzB0HOfookHqbZ6pKbBw > .row .container { font-size:0.875rem;font-family:arial;height:1.875rem;width:75rem;position:relative;display:block; }#LacoLFiedIUmpAHf06XT53ET21k54WUA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f4f4;background-image: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; }#LacoLFiedIUmpAHf06XT53ET21k54WUA > .row .container { background-color: transparent; background-image: none; }#LacoLFiedIUmpAHf06XT53ET21k54WUA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LacoLFiedIUmpAHf06XT53ET21k54WUA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LacoLFiedIUmpAHf06XT53ET21k54WUA > .row .container > .video-iframe-container { display: none; }#LacoLFiedIUmpAHf06XT53ET21k54WUA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LacoLFiedIUmpAHf06XT53ET21k54WUA > .row > .video-iframe-container { display: none; }#LacoLFiedIUmpAHf06XT53ET21k54WUA > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LacoLFiedIUmpAHf06XT53ET21k54WUA > .row .container { border-width: 0; border-radius: 0; }#LacoLFiedIUmpAHf06XT53ET21k54WUA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LacoLFiedIUmpAHf06XT53ET21k54WUA > .row .container { font-size:0.875rem;font-family:arial;height:28.625rem;width:75rem;position:relative;display:block; }#SxIAPBHxZq2sAkQr8mXS1DrKnA6sxyQD { color:#000000;display:block;width:27.125rem;position:absolute;font-family:"josefin sans";font-size:1.5rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:11.186632156372rem;left:6.4305553436281rem;height:1.950075rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Z1SJoreeZT0gWtG6JV0UkTTMrLt0WBGe { color:#000000;display:block;width:27.125rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:15.373264312744rem;left:6.4305553436281rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#v2ModAAn5ExiD40xg86vMcBAHLMAa2ns { 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:28.625rem;width:48rem;top:0rem;left:41.625rem;overflow:hidden;display:block; }
#wKbXRTClyEuRRMx6FT9Qa1bE55eglhu3 { 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.187717437744rem;left:38.6875rem;overflow:hidden;display:block; }
#GbfochwC6B5HFAgiW3873SBHM5FTDvrO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7a3855;background-image: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; }#GbfochwC6B5HFAgiW3873SBHM5FTDvrO > .row .container { background-color: transparent; background-image: none; }#GbfochwC6B5HFAgiW3873SBHM5FTDvrO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GbfochwC6B5HFAgiW3873SBHM5FTDvrO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GbfochwC6B5HFAgiW3873SBHM5FTDvrO > .row .container > .video-iframe-container { display: none; }#GbfochwC6B5HFAgiW3873SBHM5FTDvrO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GbfochwC6B5HFAgiW3873SBHM5FTDvrO > .row > .video-iframe-container { display: none; }#GbfochwC6B5HFAgiW3873SBHM5FTDvrO > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GbfochwC6B5HFAgiW3873SBHM5FTDvrO > .row .container { border-width: 0; border-radius: 0; }#GbfochwC6B5HFAgiW3873SBHM5FTDvrO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GbfochwC6B5HFAgiW3873SBHM5FTDvrO > .row .container { font-size:0.875rem;font-family:arial;height:1.875rem;width:75rem;position:relative;display:block; }#RDTMD0sWX9PqPG9RV2C2tfscfqvoCowR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f4f4;background-image: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; }#RDTMD0sWX9PqPG9RV2C2tfscfqvoCowR > .row .container { background-color: transparent; background-image: none; }#RDTMD0sWX9PqPG9RV2C2tfscfqvoCowR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDTMD0sWX9PqPG9RV2C2tfscfqvoCowR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDTMD0sWX9PqPG9RV2C2tfscfqvoCowR > .row .container > .video-iframe-container { display: none; }#RDTMD0sWX9PqPG9RV2C2tfscfqvoCowR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDTMD0sWX9PqPG9RV2C2tfscfqvoCowR > .row > .video-iframe-container { display: none; }#RDTMD0sWX9PqPG9RV2C2tfscfqvoCowR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDTMD0sWX9PqPG9RV2C2tfscfqvoCowR > .row .container { border-width: 0; border-radius: 0; }#RDTMD0sWX9PqPG9RV2C2tfscfqvoCowR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RDTMD0sWX9PqPG9RV2C2tfscfqvoCowR > .row .container { font-size:0.875rem;font-family:arial;height:28.4375rem;width:75rem;position:relative;display:block; }#rzZUi2K7CFinkoXQGmXTJ4tFoI5afDV9 { color:#000000;display:block;width:27.125rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:10.155354857445rem;left:45.8125rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#M1wokIXB6QdlMyJy7dxJGSJXvSIHkFeA { 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:28.4375rem;width:47.8125rem;top:0rem;left:-11.340051788356rem;overflow:hidden;display:block; }
#COWPVAQDMSGupThwT5Ttlz1oU8W2k54J { color:#212727;display:block;width:27.125rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:15.591907501221rem;left:45.8125rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#moHstrbi05UfkNDwcODO6EZ8p7g4XkZM { 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:12.184895515442rem;left:33.375rem;overflow:hidden;display:block; }
#l598mXd75CMcHcBOkXMgUNZxap8vFgTa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7a3855;background-image: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; }#l598mXd75CMcHcBOkXMgUNZxap8vFgTa > .row .container { background-color: transparent; background-image: none; }#l598mXd75CMcHcBOkXMgUNZxap8vFgTa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l598mXd75CMcHcBOkXMgUNZxap8vFgTa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l598mXd75CMcHcBOkXMgUNZxap8vFgTa > .row .container > .video-iframe-container { display: none; }#l598mXd75CMcHcBOkXMgUNZxap8vFgTa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l598mXd75CMcHcBOkXMgUNZxap8vFgTa > .row > .video-iframe-container { display: none; }#l598mXd75CMcHcBOkXMgUNZxap8vFgTa > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l598mXd75CMcHcBOkXMgUNZxap8vFgTa > .row .container { border-width: 0; border-radius: 0; }#l598mXd75CMcHcBOkXMgUNZxap8vFgTa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l598mXd75CMcHcBOkXMgUNZxap8vFgTa > .row .container { font-size:0.875rem;font-family:arial;height:1.875rem;width:75rem;position:relative;display:block; }#ZP6Tlipfd4iMtXcXRNsT3AU57gamTPt8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f4f4;background-image: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; }#ZP6Tlipfd4iMtXcXRNsT3AU57gamTPt8 > .row .container { background-color: transparent; background-image: none; }#ZP6Tlipfd4iMtXcXRNsT3AU57gamTPt8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZP6Tlipfd4iMtXcXRNsT3AU57gamTPt8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZP6Tlipfd4iMtXcXRNsT3AU57gamTPt8 > .row .container > .video-iframe-container { display: none; }#ZP6Tlipfd4iMtXcXRNsT3AU57gamTPt8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZP6Tlipfd4iMtXcXRNsT3AU57gamTPt8 > .row > .video-iframe-container { display: none; }#ZP6Tlipfd4iMtXcXRNsT3AU57gamTPt8 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZP6Tlipfd4iMtXcXRNsT3AU57gamTPt8 > .row .container { border-width: 0; border-radius: 0; }#ZP6Tlipfd4iMtXcXRNsT3AU57gamTPt8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZP6Tlipfd4iMtXcXRNsT3AU57gamTPt8 > .row .container { font-size:0.875rem;font-family:arial;height:28.625rem;width:75rem;position:relative;display:block; }#xtKNWWsXPsyssmmMWmlFT5TMotxTNKxp { color:#000000;display:block;width:27.125rem;position:absolute;font-family:"josefin sans";font-size:1.5rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:11.186632156372rem;left:6.4305553436281rem;height:3.8997375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#P1XAiI21zkD3paaxAGDahV9NUzZiKp19 { color:#000000;display:block;width:27.125rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:16.748426437378rem;left:6.4305553436281rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uDEdAsM0xR2A7e8FKGnTBqZEThkAVscA { 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:28.625rem;width:48.9375rem;top:0rem;left:41.701368087048rem;overflow:hidden;display:block; }
#T93uTdo8v0TDXGnqOMhchSGIAkRZGGTB { 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; }
#ylhuKRUHe5Pz7hNrRKUTO8EwyBEXv0lB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7a3855;background-image: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; }#ylhuKRUHe5Pz7hNrRKUTO8EwyBEXv0lB > .row .container { background-color: transparent; background-image: none; }#ylhuKRUHe5Pz7hNrRKUTO8EwyBEXv0lB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ylhuKRUHe5Pz7hNrRKUTO8EwyBEXv0lB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ylhuKRUHe5Pz7hNrRKUTO8EwyBEXv0lB > .row .container > .video-iframe-container { display: none; }#ylhuKRUHe5Pz7hNrRKUTO8EwyBEXv0lB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ylhuKRUHe5Pz7hNrRKUTO8EwyBEXv0lB > .row > .video-iframe-container { display: none; }#ylhuKRUHe5Pz7hNrRKUTO8EwyBEXv0lB > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ylhuKRUHe5Pz7hNrRKUTO8EwyBEXv0lB > .row .container { border-width: 0; border-radius: 0; }#ylhuKRUHe5Pz7hNrRKUTO8EwyBEXv0lB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ylhuKRUHe5Pz7hNrRKUTO8EwyBEXv0lB > .row .container { font-size:0.875rem;font-family:arial;height:1.875rem;width:75rem;position:relative;display:block; }#Wz6wKJyUBh4p7s187bMxDBT50VlIuTF2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7a3855;background-image:url("https://images.assets-landingi.com/uc/53071145-0b76-44df-a8d5-1375e1af5ddb/_Zdjciegwnenastronzapisucz22.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; }#Wz6wKJyUBh4p7s187bMxDBT50VlIuTF2.adaptive-delivery-prevent-bg, #Wz6wKJyUBh4p7s187bMxDBT50VlIuTF2.lazyload, #Wz6wKJyUBh4p7s187bMxDBT50VlIuTF2.lazyloading { background-image: none; }#Wz6wKJyUBh4p7s187bMxDBT50VlIuTF2 > .row .container { background-color: transparent; background-image: none; }#Wz6wKJyUBh4p7s187bMxDBT50VlIuTF2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wz6wKJyUBh4p7s187bMxDBT50VlIuTF2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wz6wKJyUBh4p7s187bMxDBT50VlIuTF2 > .row .container > .video-iframe-container { display: none; }#Wz6wKJyUBh4p7s187bMxDBT50VlIuTF2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wz6wKJyUBh4p7s187bMxDBT50VlIuTF2 > .row > .video-iframe-container { display: none; }#Wz6wKJyUBh4p7s187bMxDBT50VlIuTF2 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wz6wKJyUBh4p7s187bMxDBT50VlIuTF2 > .row .container { border-width: 0; border-radius: 0; }#Wz6wKJyUBh4p7s187bMxDBT50VlIuTF2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wz6wKJyUBh4p7s187bMxDBT50VlIuTF2 > .row .container { font-size:0.875rem;font-family:arial;height:46.25rem;width:75rem;position:relative;display:block; }#gdrctbycV1mNvOmnvQMyrQ2DlToHkmcO { color:#091e5a;display:block;width:37.75rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:7.5rem;left:4.5rem;height:7.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Jq34OHsIewioQLT8dfiHhoxZzcHaPlI9 { color:#ffffff;display:block;width:33.25rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:14.58203125rem;left:4.5rem;height:24.75rem;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; }
#JW4uGL6Eu446wkstFvWXdH9E9uXixpgy { 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; }
#FeIhsUtHNID9yigFIXl2zaszXbvfX7pe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image: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; }#FeIhsUtHNID9yigFIXl2zaszXbvfX7pe > .row .container { background-color: transparent; background-image: none; }#FeIhsUtHNID9yigFIXl2zaszXbvfX7pe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FeIhsUtHNID9yigFIXl2zaszXbvfX7pe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FeIhsUtHNID9yigFIXl2zaszXbvfX7pe > .row .container > .video-iframe-container { display: none; }#FeIhsUtHNID9yigFIXl2zaszXbvfX7pe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FeIhsUtHNID9yigFIXl2zaszXbvfX7pe > .row > .video-iframe-container { display: none; }#FeIhsUtHNID9yigFIXl2zaszXbvfX7pe > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FeIhsUtHNID9yigFIXl2zaszXbvfX7pe > .row .container { border-width: 0; border-radius: 0; }#FeIhsUtHNID9yigFIXl2zaszXbvfX7pe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FeIhsUtHNID9yigFIXl2zaszXbvfX7pe > .row .container { font-size:0.875rem;font-family:arial;height:12.6875rem;width:75rem;position:relative;display:block; }#RCuM0RKGemkSx2AuZPQMpRtTHIgCInv3 { color:#091e5a;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:3rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:8.8125rem;left:0rem;height:3.8999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rlgSiR1Jt3eKu79IAlAP6FMsaSiyT6lT { 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; }
#kIKSHQalE2k7NLtEwHOrEoanAXn2O2tw { color:#2649a9;display:block;width:31.2491875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:20.59218788147rem;left:1.32421875rem;height:16.2rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#Tnyq3rZPQaALR5dmwLk4NqfMQBhQPfBF { color:#091e5a;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:18.1875rem;left:0rem;height:9.75rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#efsLBaCepaZCcmE8OlLWBHeO1skzvgTO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image: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; }#efsLBaCepaZCcmE8OlLWBHeO1skzvgTO > .row .container { background-color: transparent; background-image: none; }#efsLBaCepaZCcmE8OlLWBHeO1skzvgTO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#efsLBaCepaZCcmE8OlLWBHeO1skzvgTO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#efsLBaCepaZCcmE8OlLWBHeO1skzvgTO > .row .container > .video-iframe-container { display: none; }#efsLBaCepaZCcmE8OlLWBHeO1skzvgTO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#efsLBaCepaZCcmE8OlLWBHeO1skzvgTO > .row > .video-iframe-container { display: none; }#efsLBaCepaZCcmE8OlLWBHeO1skzvgTO > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#efsLBaCepaZCcmE8OlLWBHeO1skzvgTO > .row .container { border-width: 0; border-radius: 0; }#efsLBaCepaZCcmE8OlLWBHeO1skzvgTO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#efsLBaCepaZCcmE8OlLWBHeO1skzvgTO > .row .container { font-size:0.875rem;font-family:arial;height:46.0625rem;width:75rem;position:relative;display:block; }#METifSpBHAwXT78TUf9my4pnwndgGsos { position:absolute;display:block;z-index:15000;background-color:#ba7191;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:36.125rem;width:34rem;top:9.796875rem;left:0rem;display:block; }
#qNXU11KxFiB8kRgC3VPDNvu4LMvKElh8 { 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:12.375rem;width:12.375rem;top:3.75rem;left:51.798046112061rem;overflow:hidden;display:block; }
#g5sh66Qha9d70mwipm6PGtu6mk1Az659 { color:#2649a9;display:block;width:33.75rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:32.239013671875rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OLXhQiqby2fXcJphmsx0IOzQZAA01B1n { color:#2649a9;display:block;width:31.2491875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:20.59218788147rem;left:1.32421875rem;height:9.75rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#QbQVDuqouMO8QQ3IypDeR1E5DXCUoAmQ { background-color:#f7eff3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#47545a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.28125rem;height:2.9751rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:39.254150390625rem;left:7.90576171875rem;display:block; }
#QynWIkRxuPDl13U9I0XlW69i1Q4HLfPW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T2u5A0HtIrE6DGqCoebngJbhFhKmLdSF { color:#f7eff3;display:block;width:6.2493875rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:15014;line-height:.2;letter-spacing:0;top:9.7967529296875rem;left:0rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nklKUJISEAwvIcx8Pdfg3JwcM63kZVT2 { position:absolute;display:block;z-index:15001;background-color:#ba7191;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:36.125rem;width:33.9375rem;top:9.796875rem;left:41.09765625rem;display:block; }
#ivgLSRUG5FhBPxmLwXO9niXBxMlxZDJx { 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.375rem;width:12.375rem;top:3.75rem;left:10.700389862061rem;overflow:hidden;display:block; }
#DSTr8qwQt0CoeR744mscrVkDMwZCHi9H { background-color:#f7eff3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#47545a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.2534375rem;height:2.94873125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:39.267333984375rem;left:48.88916015625rem;display:block; }
#t09sih2pOhsts3G8rie1xyEUP69QoyTQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tny1JlOqm165RPcCVDuBxIgwpvVExzhS { color:#2649a9;display:block;width:31.2480625rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:20.592186272144rem;left:42.423046112061rem;height:9.75rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#yToFapnZhNX2TeTJrS6SnND0dfWhNK2g { color:#2649a9;display:block;width:33.75rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:32.239013671875rem;left:41.25rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XHTFMIsUcIVJzkPloaE3iMNCTtEmEMZ0 { color:#2649a9;display:block;width:31.2491875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:20.59218788147rem;left:1.32421875rem;height:16.2rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#Bs2VERNMCKPzg227NJTd9ofHMgpitZy5 { position:absolute;display:block;z-index:15016;background-color:#f4ce83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062109375rem;width:3.75rem;top:20.59218788147rem;left:15.075000762939rem;display:none; }
#KeO6JcqCuDcJFFeIpPUGz03W8CG2Z5BN { color:#f7eff3;display:block;width:6.24695rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:15015;line-height:.2;letter-spacing:0;top:9.7967529296875rem;left:41.097412109375rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sxIKWoZudfiEHzBlhRTOVtONF3BKxR5C { position:absolute;display:block;z-index:15014;background-color:#f4ce83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.75rem;top:3.75rem;left:35.625001907349rem;display:none; }
#x5wBTCTADqb7eTURhqGMNc81AFEu09kl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image: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; }#x5wBTCTADqb7eTURhqGMNc81AFEu09kl > .row .container { background-color: transparent; background-image: none; }#x5wBTCTADqb7eTURhqGMNc81AFEu09kl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x5wBTCTADqb7eTURhqGMNc81AFEu09kl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x5wBTCTADqb7eTURhqGMNc81AFEu09kl > .row .container > .video-iframe-container { display: none; }#x5wBTCTADqb7eTURhqGMNc81AFEu09kl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x5wBTCTADqb7eTURhqGMNc81AFEu09kl > .row > .video-iframe-container { display: none; }#x5wBTCTADqb7eTURhqGMNc81AFEu09kl > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x5wBTCTADqb7eTURhqGMNc81AFEu09kl > .row .container { border-width: 0; border-radius: 0; }#x5wBTCTADqb7eTURhqGMNc81AFEu09kl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x5wBTCTADqb7eTURhqGMNc81AFEu09kl > .row .container { font-size:0.875rem;font-family:arial;height:46.3125rem;width:75rem;position:relative;display:block; }#WMlpN8q9QlmndNBhzIEiHTCUPyddsIt8 { position:absolute;display:block;z-index:15000;background-color:#f1a41f;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:36.375rem;width:34rem;top:9.796875rem;left:0rem;display:block; }
#lLlDRXE3AS0Vc8w6tpCx18uTrMLGLTcT { 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:12.375rem;width:12.375rem;top:3.75rem;left:51.798046112061rem;overflow:hidden;display:block; }
#BtVSs41SsPpZI7MCcsvTdUA0hH1cMtLy { color:#2649a9;display:block;width:33.75rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:33.02783203125rem;left:0rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NWuLOpGXH7UCu7o8Uub0Ni097nUsMlIR { color:#2649a9;display:block;width:31.2491875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:20.59218788147rem;left:1.32421875rem;height:9.75rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#QlM8dRTe2W90aLZQGhVMcFZQknzuJlX7 { background-color:#ffeac6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#47545a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.28125rem;height:2.9751rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:40.21142578125rem;left:7.90576171875rem;display:block; }
#l3tM81iUpC3uNFaB9to79fM58SF9qkG3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uVuoV4MiNSsEoEs7LMu4iH6cC48rc8Tb { color:#ffeac6;display:block;width:6.2493875rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:15014;line-height:.2;letter-spacing:0;top:9.7967529296875rem;left:0rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JvpqEuwAmTUtiT44VDHpSlk7LuFQpTm6 { position:absolute;display:block;z-index:15001;background-color:#f1a41f;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:36.375rem;width:33.9375rem;top:9.796875rem;left:41.09765625rem;display:block; }
#c28FiPTTtbGw9Kzmmhma2ptBs6HZsaHm { 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.375rem;width:12.375rem;top:3.75rem;left:10.700389862061rem;overflow:hidden;display:block; }
#EIDXu6osx4Tnm28tw5qQBgWI0146b6S7 { background-color:#ffeac6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#47545a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.2534375rem;height:2.94873125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:40.23779296875rem;left:48.88916015625rem;display:block; }
#vU0BHuaQdpQP4kUfc5Q5L9tapmdQ63CG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KcMeJEQ10LO4B7g6DZqPvz4vZJiBEImx { color:#2649a9;display:block;width:31.2480625rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:20.592186272144rem;left:42.423046112061rem;height:9.75rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#emWKAOwv4BRHakRwencEiArAgbOk8Bw2 { color:#2649a9;display:block;width:33.75rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:33.02783203125rem;left:41.25rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zI5kPaQ6pDsO3s9PI2MuyvPwz7N99Dx6 { color:#2649a9;display:block;width:31.2491875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:20.59218788147rem;left:1.32421875rem;height:16.2rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#g9gchcbgQhACPI9kgAVFl3XaV3k22HTt { position:absolute;display:block;z-index:15016;background-color:#f4ce83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062109375rem;width:3.75rem;top:20.59218788147rem;left:15.075000762939rem;display:none; }
#p8T5epKLgEhXqcCS75vurdABTy58OxE6 { color:#ffeac6;display:block;width:6.24695rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:15015;line-height:.2;letter-spacing:0;top:9.7967529296875rem;left:41.097412109375rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#swMPb58WSex7NOTP5QLGSSOqyT70Ianb { position:absolute;display:block;z-index:15014;background-color:#f4ce83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.75rem;top:3.75rem;left:35.625001907349rem;display:none; }
#XtFEWoIT6X9eo2Sv34Dt4TdF85twxbHe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image: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; }#XtFEWoIT6X9eo2Sv34Dt4TdF85twxbHe > .row .container { background-color: transparent; background-image: none; }#XtFEWoIT6X9eo2Sv34Dt4TdF85twxbHe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XtFEWoIT6X9eo2Sv34Dt4TdF85twxbHe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XtFEWoIT6X9eo2Sv34Dt4TdF85twxbHe > .row .container > .video-iframe-container { display: none; }#XtFEWoIT6X9eo2Sv34Dt4TdF85twxbHe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XtFEWoIT6X9eo2Sv34Dt4TdF85twxbHe > .row > .video-iframe-container { display: none; }#XtFEWoIT6X9eo2Sv34Dt4TdF85twxbHe > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XtFEWoIT6X9eo2Sv34Dt4TdF85twxbHe > .row .container { border-width: 0; border-radius: 0; }#XtFEWoIT6X9eo2Sv34Dt4TdF85twxbHe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XtFEWoIT6X9eo2Sv34Dt4TdF85twxbHe > .row .container { font-size:0.875rem;font-family:arial;height:49.9375rem;width:75rem;position:relative;display:block; }#Oxe8GvbSnFx71GeQ82ngfbKGTWxX3Bxq { position:absolute;display:block;z-index:15000;background-color:#2eb2be;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:36.125rem;width:33.9375rem;top:10.0625rem;left:0rem;display:block; }
#cJVBpwuHwViO8hwL1tPRFZ64zSCLgtIm { color:#2649a9;display:block;width:33.75rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:32.6875rem;left:0.1875rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wkZaNB6grBQXBi6tkvLgewmrlhccvsFo { background-color:#ddfbfc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#47545a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.281249375rem;height:2.975260375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:39.8125rem;left:7.875rem;display:block; }
#oFrcqhLOVKiIcGRvIROFhv82udZp6DDF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EOrN3dKV2lA67nXtTtbRIuITlfVSPTvA { color:#ddfbfc;display:block;width:6.2493875rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:15014;line-height:.2;letter-spacing:0;top:10.062255859375rem;left:0rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#stJDsR2DHFCH6O6lwWuzOZG9lx8o0yzb { 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.375rem;width:12.375rem;top:4rem;left:10.8125rem;overflow:hidden;display:block; }
#JUBuQM2BO9XxXF8xvpcNswAhqRB4f1Zf { color:#2649a9;display:block;width:31.2491875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:20.59218788147rem;left:1.32421875rem;height:16.2rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#kiWrdmrCQS9dTLAT1AgikJxDqhhQuyFe { position:absolute;display:block;z-index:15016;background-color:#f4ce83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062109375rem;width:3.75rem;top:20.59218788147rem;left:15.075000762939rem;display:none; }
#QcUu1lB24IM4EqITix7UEiPzaV6lLUge { position:absolute;display:block;z-index:15014;background-color:#f4ce83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.75rem;top:3.75rem;left:35.625001907349rem;display:none; }
#mTlI3LCkhTZisgSiek2rgShymo8MOKW7 { position:absolute;display:block;z-index:15014;background-color:#f4ce83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.75rem;top:3.75rem;left:35.625001907349rem;display:none; }
#BFPpGxVcAouMGhTLCry29tm3tpN376K5 { color:#2649a9;display:block;width:31.2473125rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:19.279541015625rem;left:1.3916015625rem;height:11.375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#Dx3b5TZMGlOP1JIOU22PJanrqWfRioO3 { color:#ddfbfc;display:block;width:6.24878125rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:15021;line-height:.2;letter-spacing:0;top:10.062255859375rem;left:41.06201171875rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ODDBCBTEZLXwtK6X767Tk6oh3w3ezRUo { 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:12.375rem;width:12.375rem;top:3.998291015625rem;left:51.186767578125rem;overflow:hidden;display:block; }
#mshVO9XQKPz1HDrIF9oNaiwsnpIJBL1T { position:absolute;display:block;z-index:15007;background-color:#2eb2be;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:36.125rem;width:33.9375rem;top:10.0625rem;left:41.0625rem;display:block; }
#zEXFvgSaAasQWidlrpa8GagiQFS495zm { color:#2649a9;display:block;width:31.2473125rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:19.2802734375rem;left:42.4541015625rem;height:11.375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#wCSFGDicJSaZIqsoLK0Fx8m5nBMoH1Rm { color:#2649a9;display:block;width:33.75rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:34.124267578125rem;left:41.25rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aDkWLaXHh0bDGrAMkzF8a5ifFwBTkD7F { background-color:#ddfbfc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#47545a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.28125rem;height:2.9751rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:41.3115234375rem;left:48.9375rem;display:block; }
#DHVUpzphD5laM8EkT0MesaTOcTOF08qz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RwgaR68u1AHXxrVaN77BTwAU5DnWKkhq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image: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; }#RwgaR68u1AHXxrVaN77BTwAU5DnWKkhq > .row .container { background-color: transparent; background-image: none; }#RwgaR68u1AHXxrVaN77BTwAU5DnWKkhq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RwgaR68u1AHXxrVaN77BTwAU5DnWKkhq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RwgaR68u1AHXxrVaN77BTwAU5DnWKkhq > .row .container > .video-iframe-container { display: none; }#RwgaR68u1AHXxrVaN77BTwAU5DnWKkhq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RwgaR68u1AHXxrVaN77BTwAU5DnWKkhq > .row > .video-iframe-container { display: none; }#RwgaR68u1AHXxrVaN77BTwAU5DnWKkhq > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RwgaR68u1AHXxrVaN77BTwAU5DnWKkhq > .row .container { border-width: 0; border-radius: 0; }#RwgaR68u1AHXxrVaN77BTwAU5DnWKkhq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RwgaR68u1AHXxrVaN77BTwAU5DnWKkhq > .row .container { font-size:0.875rem;font-family:arial;height:41.125rem;width:75rem;position:relative;display:block; }#MzEoTAlNXe5TTtsRqrDb3ao7TicHd6Fd { position:absolute;display:block;z-index:15000;background-color:#ba7191;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.125rem;width:33.9375rem;top:9.796875rem;left:0rem;display:block; }
#rOIo15zhbTdI02T9moAoTLFxzzEi5FxQ { 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:12.4375rem;width:12.4375rem;top:3.75rem;left:51.798046112061rem;overflow:hidden;display:block; }
#yEwkbmNA6481VHbXf4KL9iEFlKAJWgqw { color:#2649a9;display:block;width:33.75rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:30.091186523438rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XeABQy31ExeQefMDcZPiK0x9zELT95MO { color:#2649a9;display:block;width:31.2491875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:20.59218788147rem;left:1.32421875rem;height:9.75rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#U3B4s6tzlLNKd0qnvFmmp7uytu0p7eBB { background-color:#f7eff3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#47545a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.28124935925rem;height:2.9752603322268rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:35.568969726562rem;left:7.890625rem;display:block; }
#dmo2IKzCV4Lu4t6BPd7RpE3HA5SfHTVU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wXLA2CTnA1cGoUWPXe5WfoT15Nz5XaWN { color:#f7eff3;display:block;width:6.2493875rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:15014;line-height:.2;letter-spacing:0;top:9.7967529296875rem;left:0rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NwvBD5TCaEskvD3gh0hTEXFFouI8wdQd { position:absolute;display:block;z-index:15001;background-color:#ba7191;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.125rem;width:33.9375rem;top:9.796875rem;left:41.09765625rem;display:block; }
#Sv93TNWPC7Kmp1aZ2yuF1pwvA7DkxKSp { 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.4375rem;width:12.4375rem;top:3.75rem;left:10.700389862061rem;overflow:hidden;display:block; }
#aFHe8ZNiZJ4WMM6AnLDzoB3FWvBoPMEf { background-color:#f7eff3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#47545a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.2538125rem;height:2.94921875rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:35.581665039062rem;left:48.888549804688rem;display:block; }
#ma6ic1WOxWhSTF3QTFfNahIacwP2VOm4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#akODv08RsTFKMo0XuWnDzfzP1cpffUcK { color:#2649a9;display:block;width:31.2480625rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:20.592186272144rem;left:42.423046112061rem;height:6.5rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#rQWxiQgp1abMn1DPQQDoJn8FoOzZZXVl { color:#2649a9;display:block;width:33.75rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:30.091186523438rem;left:41.248697280884rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HCWUtETTiu92EVuysHTt99USkG3GkHuM { color:#2649a9;display:block;width:31.2491875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:20.59218788147rem;left:1.32421875rem;height:16.2rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#E6l5VodXFTSN1rhC2RhN5OT3AcfSMkTf { position:absolute;display:block;z-index:15016;background-color:#f4ce83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062109375rem;width:3.75rem;top:20.59218788147rem;left:15.075000762939rem;display:none; }
#wewBinb2FWF7qux8r13631d0eIN1rmv6 { color:#f7eff3;display:block;width:6.24695rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:15015;line-height:.2;letter-spacing:0;top:9.7967529296875rem;left:41.097412109375rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hr8BiSxrE6XyIHsUS3yPSFUI1g22EC57 { position:absolute;display:block;z-index:15014;background-color:#f4ce83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.75rem;top:3.75rem;left:35.625001907349rem;display:none; }
#UxBF0hG966pAeosNXPtplk2qzUIlU46a { position:absolute;display:block;z-index:15014;background-color:#f4ce83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.75rem;top:3.75rem;left:35.625001907349rem;display:none; }
#Ba94L8ZDXk2BL3t0LCw5pcnKDkEoKwl2 { color:#2649a9;display:block;width:31.2480625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:20.592186272144rem;left:42.423046112061rem;height:6.3333334922787rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#lHx8NyoAZ5JbK7mGuHvVzm4p5KXqyWVM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image: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; }#lHx8NyoAZ5JbK7mGuHvVzm4p5KXqyWVM > .row .container { background-color: transparent; background-image: none; }#lHx8NyoAZ5JbK7mGuHvVzm4p5KXqyWVM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lHx8NyoAZ5JbK7mGuHvVzm4p5KXqyWVM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lHx8NyoAZ5JbK7mGuHvVzm4p5KXqyWVM > .row .container > .video-iframe-container { display: none; }#lHx8NyoAZ5JbK7mGuHvVzm4p5KXqyWVM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lHx8NyoAZ5JbK7mGuHvVzm4p5KXqyWVM > .row > .video-iframe-container { display: none; }#lHx8NyoAZ5JbK7mGuHvVzm4p5KXqyWVM > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lHx8NyoAZ5JbK7mGuHvVzm4p5KXqyWVM > .row .container { border-width: 0; border-radius: 0; }#lHx8NyoAZ5JbK7mGuHvVzm4p5KXqyWVM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lHx8NyoAZ5JbK7mGuHvVzm4p5KXqyWVM > .row .container { font-size:0.875rem;font-family:arial;height:42.875rem;width:75rem;position:relative;display:block; }#Ro1cMAErxwR7dkSKsBdxXfFyhXQTGIJC { position:absolute;display:block;z-index:15000;background-color:#f2a51e;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.875rem;width:33.9375rem;top:9.796875rem;left:0rem;display:block; }
#Qbvyt3SzeZP8TOcT6hDbL2Zg1dn1v5Am { 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:12.4375rem;width:12.4375rem;top:3.75rem;left:51.798046112061rem;overflow:hidden;display:block; }
#ewX0Qe5bTHzEoH3JguJHm4ll9SON34Li { color:#2649a9;display:block;width:33.75rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:30.091186523438rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MEfm0s9K1urCGSgWzzorqp1pPfdFN4ZE { color:#2649a9;display:block;width:31.2491875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:20.59218788147rem;left:1.32421875rem;height:8.125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#Pob6kTE3TF0sNmCK72h2cPXUT5RFsWA7 { background-color:#ffeac6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#47545a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.28124935925rem;height:2.9752603322268rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:36.875rem;left:7.9114589691163rem;display:block; }
#aNiNzm8DpSeT0B8H4bpsGRFQb1X3N4W3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CJ2m8NI1tkKuXuUaQUtKyZnciK02O9Be { color:#ffeac6;display:block;width:6.2493875rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:15014;line-height:.2;letter-spacing:0;top:9.7967529296875rem;left:0rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oHBJ60QacXPGLuLCXfK6sGuwVymxr1Zx { position:absolute;display:block;z-index:15001;background-color:#f2a51e;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.875rem;width:33.9375rem;top:9.796875rem;left:41.09765625rem;display:block; }
#rO1kuRVysLiCdGa9TOQUApqRHXgnFTq9 { 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.375rem;width:12.375rem;top:3.75rem;left:10.700389862061rem;overflow:hidden;display:block; }
#VyO5WwnFhdwy4ZDpeprI6mMOi4s3RtBT { background-color:#ffeac6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#47545a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.25390560925rem;height:2.9492188245058rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:36.908935546875rem;left:48.867189407349rem;display:block; }
#o8rLX278JWTBye7fsM9XDuJVSvDg8yKZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PIdxfCHX3znf0ITplKcRZEUM7aa9dRi4 { color:#2649a9;display:block;width:31.2480625rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:20.592186272144rem;left:42.423046112061rem;height:8.125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#PJmM3o8HwaQudBK1UQbNysrpxmw3mkkR { color:#2649a9;display:block;width:33.75rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:30.091186523438rem;left:41.248697280884rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LEszHrF7nLXCttzLZRz38cuoAOA4pB1a { color:#2649a9;display:block;width:31.2491875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:20.59218788147rem;left:1.32421875rem;height:16.2rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#yqwrFHs4Ni3P1Bi7q5IPr30c8XwNzhT3 { position:absolute;display:block;z-index:15016;background-color:#f4ce83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062109375rem;width:3.75rem;top:20.59218788147rem;left:15.075000762939rem;display:none; }
#CScNRhJIh9Fe3TzOIki5u3W5c7w3Ar0x { color:#ffeac6;display:block;width:6.24695rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:15015;line-height:.2;letter-spacing:0;top:9.7967529296875rem;left:41.097412109375rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SRfGnKa6EqSgMz2dCniU3ktNzwNOZGCA { position:absolute;display:block;z-index:15014;background-color:#f4ce83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.75rem;top:3.75rem;left:35.625001907349rem;display:none; }
#v7A8Jv0n07CHGlg9x5CsoWRTIoouruF2 { color:#2649a9;display:block;width:31.2491875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:20.59218788147rem;left:1.32421875rem;height:7.9166668653488rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#yGQU74nWhQ1fNPKGa5hy2TJF2TbxKyc0 { color:#2649a9;display:block;width:31.2480625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:20.592186272144rem;left:42.423046112061rem;height:7.9166668653488rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#NwDWZeTVSPhiTiqvhbi0cn3FDNvKRmmf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image: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; }#NwDWZeTVSPhiTiqvhbi0cn3FDNvKRmmf > .row .container { background-color: transparent; background-image: none; }#NwDWZeTVSPhiTiqvhbi0cn3FDNvKRmmf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NwDWZeTVSPhiTiqvhbi0cn3FDNvKRmmf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NwDWZeTVSPhiTiqvhbi0cn3FDNvKRmmf > .row .container > .video-iframe-container { display: none; }#NwDWZeTVSPhiTiqvhbi0cn3FDNvKRmmf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NwDWZeTVSPhiTiqvhbi0cn3FDNvKRmmf > .row > .video-iframe-container { display: none; }#NwDWZeTVSPhiTiqvhbi0cn3FDNvKRmmf > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NwDWZeTVSPhiTiqvhbi0cn3FDNvKRmmf > .row .container { border-width: 0; border-radius: 0; }#NwDWZeTVSPhiTiqvhbi0cn3FDNvKRmmf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NwDWZeTVSPhiTiqvhbi0cn3FDNvKRmmf > .row .container { font-size:0.875rem;font-family:arial;height:41.6875rem;width:75rem;position:relative;display:block; }#okxUwoFTBNPV2oHwdxKwHdUx7TUFUFwE { position:absolute;display:block;z-index:15000;background-color:#2eb2be;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.6875rem;width:33.9375rem;top:9.796875rem;left:0rem;display:block; }
#efd5iA5OK0kLgTwC3dhhexEKqC9NJcXn { 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:12.4375rem;width:12.4375rem;top:3.75rem;left:51.798046112061rem;overflow:hidden;display:block; }
#KxqrJs8V6lRRVJqwDWSsSNlQLb2icfOA { color:#2649a9;display:block;width:33.75rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:30.091186523438rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O6uUpu4J5xFCI6GbfL5kobJCLveGkoFI { color:#2649a9;display:block;width:31.2491875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:20.59218788147rem;left:1.32421875rem;height:9.75rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#rIKMwndzmkuGTweXhhDUTosVnfroiExS { background-color:#ddfbfc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#47545a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.32421810925rem;height:3.0169270783662rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:35.463623046875rem;left:7.8684902191163rem;display:block; }
#TDTyDRkV2BUc9DxpDkTJgls2KyIoJIgJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R35uwOMoZfeF5z8aJsr4E2rIQ94hpnXS { color:#ddfbfc;display:block;width:6.2493875rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:15014;line-height:.2;letter-spacing:0;top:9.7967529296875rem;left:0rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#skZaSsTRzAZiE7by7J5Oy9AygmgXtNOg { position:absolute;display:block;z-index:15001;background-color:#2eb2be;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.6875rem;width:33.9375rem;top:9.796875rem;left:41.09765625rem;display:block; }
#PPvPbCWTik9RblFeAg1fTzlIDU8UKTSE { 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.4375rem;width:12.4375rem;top:3.75rem;left:10.700389862061rem;overflow:hidden;display:block; }
#TA8ZTV6ryVoE3JHcsk95SaIlGbuzTwHT { background-color:#ddfbfc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#47545a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.29687435925rem;height:2.9908853322268rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:35.49755859375rem;left:48.846353530884rem;display:block; }
#IRgZvTTzthuO1WiBwx8Lq5TclzlsTTBi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vf2TciPSQe6wx7aW3h2V7bNaHHCUqBsK { color:#2649a9;display:block;width:31.2480625rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:20.592186272144rem;left:42.423046112061rem;height:9.75rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#yGzGgmRWN00ZpKsSg84pp2S9nkN1CN6H { color:#2649a9;display:block;width:33.75rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:30.091186523438rem;left:41.248697280884rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DwmrE1gtZ9W2Ku88VGtp50CU0XRaPVq5 { color:#2649a9;display:block;width:31.2491875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:20.59218788147rem;left:1.32421875rem;height:16.2rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#t43WkVTQNtARUvFhX1oB8LHqOIrAsiPJ { position:absolute;display:block;z-index:15016;background-color:#f4ce83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062109375rem;width:3.75rem;top:20.59218788147rem;left:15.075000762939rem;display:none; }
#TnQlBUEwPcJOlbqtTkd4WTlgpGBvhTQ3 { color:#ddfbfc;display:block;width:6.24695rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:15015;line-height:.2;letter-spacing:0;top:9.7967529296875rem;left:41.097412109375rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EKKkU30wvdIpStTFJWL6T6x2pr3LRdNv { position:absolute;display:block;z-index:15014;background-color:#f4ce83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.75rem;top:3.75rem;left:35.625001907349rem;display:none; }
#FnNnFqBR7zFz29HWnM6R6WU8qM8cmB8r { color:#2649a9;display:block;width:31.2491875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:20.59218788147rem;left:1.32421875rem;height:9.5000002384187rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#QfKdK4vS5uob7rfwICLRfH6MHupZphqT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image: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; }#QfKdK4vS5uob7rfwICLRfH6MHupZphqT > .row .container { background-color: transparent; background-image: none; }#QfKdK4vS5uob7rfwICLRfH6MHupZphqT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QfKdK4vS5uob7rfwICLRfH6MHupZphqT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QfKdK4vS5uob7rfwICLRfH6MHupZphqT > .row .container > .video-iframe-container { display: none; }#QfKdK4vS5uob7rfwICLRfH6MHupZphqT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QfKdK4vS5uob7rfwICLRfH6MHupZphqT > .row > .video-iframe-container { display: none; }#QfKdK4vS5uob7rfwICLRfH6MHupZphqT > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QfKdK4vS5uob7rfwICLRfH6MHupZphqT > .row .container { border-width: 0; border-radius: 0; }#QfKdK4vS5uob7rfwICLRfH6MHupZphqT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QfKdK4vS5uob7rfwICLRfH6MHupZphqT > .row .container { font-size:0.875rem;font-family:arial;height:47.9375rem;width:75rem;position:relative;display:block; }#evef8cPMzikAcbbRkfBORtLEhvPDPtRP { position:absolute;display:block;z-index:15000;background-color:#ba7191;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.3125rem;width:33.9375rem;top:9.796875rem;left:0rem;display:block; }
#aaPBGFv1p4X7Swerrr34xZyTvhC8kpyo { 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:12.4375rem;width:12.4375rem;top:3.75rem;left:51.798046112061rem;overflow:hidden;display:block; }
#xf3zHyP7rvzWmAGoy5a7cL5wq2DAcrE2 { color:#2649a9;display:block;width:33.75rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:30.403125762939rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VFA9xQJJFibOxUZwDeB69a9LuqtOhTzd { color:#2649a9;display:block;width:31.248697280884rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:20.653686523438rem;left:1.4270839691162rem;height:9.75rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#piVwT21WGGxce6pP1IZTADC8bqzMgBAw { background-color:#faf5f5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#47545a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.32421810925rem;height:3.0169270783662rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:36.25390625rem;left:7.890625rem;display:block; }
#sAzyx7XHAzgWA0Zhut2ivnccXLwz2k9S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GBI7TXaLD4993TxfO3fbnZ0NcxxFthzA { color:#faf5f5;display:block;width:6.2493875rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:15014;line-height:.2;letter-spacing:0;top:9.7967529296875rem;left:0rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ne6OwBER9lM6ARdK1XwsDm81sAXeGicI { position:absolute;display:block;z-index:15001;background-color:#ba7191;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.3125rem;width:33.9375rem;top:9.796875rem;left:41.097658157349rem;display:block; }
#INgDGJdFrHuhz7DcCxbApxTfGoGP76Xh { 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.375rem;width:12.375rem;top:3.75rem;left:10.700389862061rem;overflow:hidden;display:block; }
#Mo8P0HRm3wzQXN1drObIbQNgyINPwpDq { background-color:#faf5f5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#47545a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.29687435925rem;height:2.9908853322268rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:36.223999023438rem;left:48.867189407349rem;display:block; }
#fuXobqgXpczseTE7WcLGSdNTa1zNTXk7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sVR7fZ5LK5l2RmBuTQvb0hEIKBFaMgm8 { color:#2649a9;display:block;width:31.2480625rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:20.592186272144rem;left:42.423046112061rem;height:8.125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#pUta7MCWbQhPhQx58WoHpU7gEuIlKlOo { color:#2649a9;display:block;width:33.75rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:30.403125762939rem;left:41.250001907349rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WH6yH6GTZvhb8s2o7HWIunfs3SONrK83 { color:#2649a9;display:block;width:31.2491875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:20.59218788147rem;left:1.32421875rem;height:16.2rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#JfdR4hWOIeETmO7FMUHm8m6R6C6SdxPC { position:absolute;display:block;z-index:15016;background-color:#f4ce83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062109375rem;width:3.75rem;top:20.59218788147rem;left:15.075000762939rem;display:none; }
#HthtFxQQvLMJ3dRglnhr9zslD4BqAon0 { color:#faf5f5;display:block;width:6.24695rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:15015;line-height:.2;letter-spacing:0;top:9.7967529296875rem;left:41.097412109375rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#asanPilSeD5WvwN0TF6d6wFPTfh4BKOd { position:absolute;display:block;z-index:15014;background-color:#f4ce83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.75rem;top:3.75rem;left:35.625001907349rem;display:none; }
#sMrR3ydoyzERRLuh7NZn2OUSALIi6qmn { color:#2649a9;display:block;width:31.248697280884rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:20.653686523438rem;left:1.4270839691162rem;height:7.9166668653488rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#E3WglXk17Jlq2BLEf1cnc3L4XJv0KHft { color:#2649a9;display:block;width:31.2480625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:20.592186272144rem;left:42.423046112061rem;height:7.9166668653488rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#TFla4hUq6hPxkfwMc6iDWBPi5nCPuQtM { position:relative;display:none; }#TFla4hUq6hPxkfwMc6iDWBPi5nCPuQtM { border-width: 0; border-radius: 0; }#TFla4hUq6hPxkfwMc6iDWBPi5nCPuQtM > .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; }#TFla4hUq6hPxkfwMc6iDWBPi5nCPuQtM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;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; }#aJFroLghJCSCoGRgvMtohVEKBtDgP331 { 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:12.4375rem;width:12.4375rem;top:3.75rem;left:51.798046112061rem;overflow:hidden;display:none; }
#pe4N91ZTJhwrXkMoqgpVoxrt00b2tdUT { 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 #f4ce83;border-left:0.0625rem solid #f4ce83;border-right:0.0625rem solid #f4ce83;border-bottom:0.0625rem solid #f4ce83;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:44.6875rem;width:33.75rem;top:9.7980461120606rem;left:0rem;display:none; }
#BIWiccaVmiHcVgD7zw09qnKHbRD4hFPC { color:#2649a9;display:block;width:31.2491875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:20.59218788147rem;left:1.32421875rem;height:16.2rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#NJhWHToLwQ8IszvAy9X5vw7fV6EkCDTZ { position:absolute;display:block;z-index:15016;background-color:#f4ce83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062109375rem;width:3.75rem;top:20.59218788147rem;left:15.075000762939rem;display:none; }
#Xo2tsOu8vSZesBEm1UuxOvPhLO06P9xM { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #a54870;border-left:0.0625rem solid #a54870;border-right:0.0625rem solid #a54870;border-bottom:0.0625rem solid #a54870;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#a54870;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.647625rem;height:3.3347625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:47.419920265674rem;left:7.6124992370606rem;display:none; }
#UhF7EslSS0hrsqDSlpksyrE7WMgiLMuP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z2wJIM198999crXvGECG7MgeP6s54eLq { color:#2649a9;display:block;width:33.75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:36.792200088501rem;left:0rem;height:2.025rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#STK7LvhgG3VeGopmbQdMpq454G2UTQad { position:relative;display:none; }#STK7LvhgG3VeGopmbQdMpq454G2UTQad { border-width: 0; border-radius: 0; }#STK7LvhgG3VeGopmbQdMpq454G2UTQad > .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; }#STK7LvhgG3VeGopmbQdMpq454G2UTQad > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;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; }#FtDNLp08p55W9apmb2E9cq59tmDTI0wH { 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:12.4375rem;width:12.4375rem;top:3.75rem;left:51.798046112061rem;overflow:hidden;display:none; }
#bmZDivxwllOZ41TSpLBM0dsIT8gZVWfw { 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 #f4ce83;border-left:0.0625rem solid #f4ce83;border-right:0.0625rem solid #f4ce83;border-bottom:0.0625rem solid #f4ce83;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:44.6875rem;width:33.75rem;top:9.7980461120606rem;left:0rem;display:none; }
#VnMtdwbBEUzdvhnv7BuA34GHNQOAy0Ww { color:#2649a9;display:block;width:31.2491875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:20.59218788147rem;left:1.32421875rem;height:16.2rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#MNVJNk3n4f9xw1knX2qgF8N9fLnVzVN7 { position:absolute;display:block;z-index:15016;background-color:#f4ce83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062109375rem;width:3.75rem;top:20.59218788147rem;left:15.075000762939rem;display:none; }
#DvwA8Jo1lro7MTCZ7LkTZVrXTvXEsy8C { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #a54870;border-left:0.0625rem solid #a54870;border-right:0.0625rem solid #a54870;border-bottom:0.0625rem solid #a54870;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#a54870;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.647625rem;height:3.3347625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:47.419920265674rem;left:7.6124992370606rem;display:none; }
#ZtpCFgdCw6zbMfC2I5KEHAiXqTEUecAN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ppWVzExBNbQbqMlTzOg17wVExBIQAt2N { color:#2649a9;display:block;width:33.75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:36.792200088501rem;left:0rem;height:2.025rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ntmkMmCTuQxIiOTOeqH5QlfUoRiRSrDQ { position:relative;display:none; }#ntmkMmCTuQxIiOTOeqH5QlfUoRiRSrDQ { border-width: 0; border-radius: 0; }#ntmkMmCTuQxIiOTOeqH5QlfUoRiRSrDQ > .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; }#ntmkMmCTuQxIiOTOeqH5QlfUoRiRSrDQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;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; }#JhooRnBqMwz256ZoEPyqdAeeq5VC9TAw { 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:12.4375rem;width:12.4375rem;top:3.75rem;left:51.798046112061rem;overflow:hidden;display:none; }
#qzeKhHU1wVrM2CKIGtVDfvseE6VPAgTg { 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 #f4ce83;border-left:0.0625rem solid #f4ce83;border-right:0.0625rem solid #f4ce83;border-bottom:0.0625rem solid #f4ce83;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:44.6875rem;width:33.75rem;top:9.7980461120606rem;left:0rem;display:none; }
#Ll0ficBsTCRh17E5GkMWRPFZUsgdSzSG { color:#2649a9;display:block;width:31.2491875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:20.59218788147rem;left:1.32421875rem;height:16.2rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#UPSgXMinEvdH2BowSTMEnwAssugxzT6C { position:absolute;display:block;z-index:15016;background-color:#f4ce83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062109375rem;width:3.75rem;top:20.59218788147rem;left:15.075000762939rem;display:none; }
#wIv50T1tTTobfdIiRTOSOfBNvxNOMqyk { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #a54870;border-left:0.0625rem solid #a54870;border-right:0.0625rem solid #a54870;border-bottom:0.0625rem solid #a54870;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#a54870;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.647625rem;height:3.3347625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:47.419920265674rem;left:7.6124992370606rem;display:none; }
#uSvbKsm8zQ5OlUmVCJWaduSWz1TzIgH3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yNm59bJTDhWJ1iG34wmaCRJHyLmesny2 { color:#2649a9;display:block;width:33.75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:36.792200088501rem;left:0rem;height:2.025rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#uKl0I4HrDJMHuAnd7v4peV6ekhnisr4v { position:relative;display:none; }#uKl0I4HrDJMHuAnd7v4peV6ekhnisr4v { border-width: 0; border-radius: 0; }#uKl0I4HrDJMHuAnd7v4peV6ekhnisr4v > .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; }#uKl0I4HrDJMHuAnd7v4peV6ekhnisr4v > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;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; }#Eogss1Dqlv6NR10Fp0u3IEWyX0Eyl4VG { 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:12.4375rem;width:12.4375rem;top:3.75rem;left:51.798046112061rem;overflow:hidden;display:none; }
#eXQG75Pf1IBmdTphxpR6gPBOFZZGTkRq { 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 #f4ce83;border-left:0.0625rem solid #f4ce83;border-right:0.0625rem solid #f4ce83;border-bottom:0.0625rem solid #f4ce83;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:44.6875rem;width:33.75rem;top:9.7980461120606rem;left:0rem;display:none; }
#JtDOnaUBZyfoEB6CyC2JkuE8lagdzHnS { color:#2649a9;display:block;width:31.2491875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:20.59218788147rem;left:1.32421875rem;height:16.2rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#Etkumc1lvdT9oON9KHZWfKZZlLK64MCM { position:absolute;display:block;z-index:15016;background-color:#f4ce83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062109375rem;width:3.75rem;top:20.59218788147rem;left:15.075000762939rem;display:none; }
#TAEkvfkE45D7wNWfGDfVeGt4bdkMgFbB { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #a54870;border-left:0.0625rem solid #a54870;border-right:0.0625rem solid #a54870;border-bottom:0.0625rem solid #a54870;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#a54870;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.647625rem;height:3.3347625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:47.419920265674rem;left:7.6124992370606rem;display:none; }
#ran7X08LQxLpshDnIkNeltaUZItZxvdQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LEuFIkqViDIqulVpBGv77IT84reXo9sk { color:#2649a9;display:block;width:33.75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:36.792200088501rem;left:0rem;height:2.025rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#VDauwfNTl01ULT4K5NdrHDg6pDtEu3Ma { position:relative;display:none; }#VDauwfNTl01ULT4K5NdrHDg6pDtEu3Ma { border-width: 0; border-radius: 0; }#VDauwfNTl01ULT4K5NdrHDg6pDtEu3Ma > .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; }#VDauwfNTl01ULT4K5NdrHDg6pDtEu3Ma > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;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; }#By70flryaoJOivI5L6meqXxOD2TSsBv4 { 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:12.4375rem;width:12.4375rem;top:3.75rem;left:51.798046112061rem;overflow:hidden;display:none; }
#pb7U0TDMH4XumL0KycrHIchM7N3ntL3O { 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 #f4ce83;border-left:0.0625rem solid #f4ce83;border-right:0.0625rem solid #f4ce83;border-bottom:0.0625rem solid #f4ce83;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:44.6875rem;width:33.75rem;top:9.7980461120606rem;left:0rem;display:none; }
#KUBSUeU3m32r1T43LTQis04COQiEEUci { color:#2649a9;display:block;width:31.2491875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:20.59218788147rem;left:1.32421875rem;height:16.2rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#kW88fF1fWuDQb0U7w8TQPrhUK1wor1dA { position:absolute;display:block;z-index:15016;background-color:#f4ce83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062109375rem;width:3.75rem;top:20.59218788147rem;left:15.075000762939rem;display:none; }
#mkiks3ICSFN1srb1TF0XSJr3BFiKhE4a { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #a54870;border-left:0.0625rem solid #a54870;border-right:0.0625rem solid #a54870;border-bottom:0.0625rem solid #a54870;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#a54870;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.647625rem;height:3.3347625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:47.419920265674rem;left:7.6124992370606rem;display:none; }
#oWHwO1JGJbNL7CebtUrMS4IdggtybSkU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d6xLkC8XoWtE0hXo6FkoHQxtsuBD6knW { color:#2649a9;display:block;width:33.75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:36.792200088501rem;left:0rem;height:2.025rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#m2sV1LoF1UhnMKWoQmueh6fN4d4KqhIP { 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:12.4375rem;width:12.4375rem;top:3.75rem;left:51.798046112061rem;overflow:hidden;display:none; }
#sO0kJ5a3gvK4ywtcm2yFeWV2RrThPg3S { 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 #f4ce83;border-left:0.0625rem solid #f4ce83;border-right:0.0625rem solid #f4ce83;border-bottom:0.0625rem solid #f4ce83;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:44.6875rem;width:33.75rem;top:9.7980461120606rem;left:0rem;display:none; }
#x5RxbVaNJhOKcNmaGWXIXeDzuJfTVzz0 { position:absolute;display:block;z-index:15016;background-color:#f4ce83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062109375rem;width:3.75rem;top:20.59218788147rem;left:15.075000762939rem;display:none; }
#hWMBfFClHFmGthfHMGOEsm7Bt76gfzZZ { color:#2649a9;display:block;width:31.2491875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:20.59218788147rem;left:1.32421875rem;height:16.2rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#DZyQPXZloV3aSKUemwx75wZNVby6evQw { color:#2649a9;display:block;width:33.75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:36.792200088501rem;left:0rem;height:2.025rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#cGuUCX9Jz2DBNur8GkPoPrTJzKGMk9ny { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #a54870;border-left:0.0625rem solid #a54870;border-right:0.0625rem solid #a54870;border-bottom:0.0625rem solid #a54870;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#a54870;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.647625rem;height:3.3347625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:47.419920265674rem;left:7.6124992370606rem;display:none; }
#BLIDhsxv9AmPX0D9MotDrac72h0vDuLR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Fw6VkVVzfE232fhmkJsWveiiy3iOCV8K { position:relative;display:none; }#Fw6VkVVzfE232fhmkJsWveiiy3iOCV8K { border-width: 0; border-radius: 0; }#Fw6VkVVzfE232fhmkJsWveiiy3iOCV8K > .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; }#Fw6VkVVzfE232fhmkJsWveiiy3iOCV8K > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;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; }#AcJ3PLIHTMGQABx34ZsNFbkG6KuJRO7F { 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:12.4375rem;width:12.4375rem;top:3.75rem;left:51.798046112061rem;overflow:hidden;display:none; }
#z2xhXyPDtVL2HrrHCxPWn22SaA4wANBv { 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 #f4ce83;border-left:0.0625rem solid #f4ce83;border-right:0.0625rem solid #f4ce83;border-bottom:0.0625rem solid #f4ce83;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:44.6875rem;width:33.75rem;top:9.7980461120606rem;left:0rem;display:none; }
#XMDzsqM1CN0Oe9tPU0UR93mOPlBwTOD5 { color:#2649a9;display:block;width:31.2491875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:20.59218788147rem;left:1.32421875rem;height:16.2rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#sw6TBnhTOOzdbWBEanFIBLDs7PL7ZsCs { position:absolute;display:block;z-index:15016;background-color:#f4ce83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062109375rem;width:3.75rem;top:20.59218788147rem;left:15.075000762939rem;display:none; }
#iFpPQZ31EvDm1wDIH7UOIG3afX6IUsnH { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #a54870;border-left:0.0625rem solid #a54870;border-right:0.0625rem solid #a54870;border-bottom:0.0625rem solid #a54870;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#a54870;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.647625rem;height:3.3347625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:47.419920265674rem;left:7.6124992370606rem;display:none; }
#ZERW0ZCLDEKnQlN8hdD66A0TbD0ETHzN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NIl2Az0Rv9GVbI1ESxlbknT2NQneArGf { color:#2649a9;display:block;width:33.75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:36.792200088501rem;left:0rem;height:2.025rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#bwWXTSzgb0c0oAWOIM5CLKJ8JqMoSSp0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image:url("https://images.assets-landingi.com/uc/a69fff73-0462-441f-bcd0-564d274a10c7/Colorblockbackground.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; }#bwWXTSzgb0c0oAWOIM5CLKJ8JqMoSSp0.adaptive-delivery-prevent-bg, #bwWXTSzgb0c0oAWOIM5CLKJ8JqMoSSp0.lazyload, #bwWXTSzgb0c0oAWOIM5CLKJ8JqMoSSp0.lazyloading { background-image: none; }#bwWXTSzgb0c0oAWOIM5CLKJ8JqMoSSp0 > .row .container { background-color: transparent; background-image: none; }#bwWXTSzgb0c0oAWOIM5CLKJ8JqMoSSp0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bwWXTSzgb0c0oAWOIM5CLKJ8JqMoSSp0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bwWXTSzgb0c0oAWOIM5CLKJ8JqMoSSp0 > .row .container > .video-iframe-container { display: none; }#bwWXTSzgb0c0oAWOIM5CLKJ8JqMoSSp0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bwWXTSzgb0c0oAWOIM5CLKJ8JqMoSSp0 > .row > .video-iframe-container { display: none; }#bwWXTSzgb0c0oAWOIM5CLKJ8JqMoSSp0 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bwWXTSzgb0c0oAWOIM5CLKJ8JqMoSSp0 > .row .container { border-width: 0; border-radius: 0; }#bwWXTSzgb0c0oAWOIM5CLKJ8JqMoSSp0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bwWXTSzgb0c0oAWOIM5CLKJ8JqMoSSp0 > .row .container { font-size:0.875rem;font-family:arial;height:47.25rem;width:75rem;position:relative;display:block; }#T4F1050mOxUHqfC8tAzaMUE7LHNWscKr { color:#2649a9;display:block;width:37.0625rem;position:absolute;font-family:"josefin sans";font-size:1.4375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:24.00390625rem;left:30.875869750976rem;height:5.6054625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UhNNImohvVZsfrvzUO7wRoT3iLccHe66 { color:#2649a9;display:block;width:44rem;position:absolute;font-family:"josefin sans";font-size:1.4375rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:9.06076335907rem;left:30.875867843628rem;height:14.9479rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TKeWRG8mt3U25pCDn1BrmddtlCbeNHmo { color:#2649a9;display:block;width:62.499625rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:31.811814308166rem;left:6.216796875rem;height:16rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#QDH8Ifmi8z3vW5bR2hbBUQAnZ0nmbfiG { color:#2649a9;display:block;width:62.499625rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:31.811814308166rem;left:6.216796875rem;height:16rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#F0hf4w4UA7KgXOdEFXeI8DzlEseHhMJO { 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:16.875rem;width:16.875rem;top:7.2495660781863rem;left:10.6875rem;overflow:hidden;display:block; }
#J1eyHyLaeioiq2GExNPVCTfwLmIuq4oC { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:3.43489375rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:33.845054626465rem;left:18.75rem;display:block; }
#Arqeixr8eZ6g7HmITSmzn5TteHDO3Bfk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FZVb607kuL6y3BK7krSy6K1Xh5IwfdNx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image: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; }#FZVb607kuL6y3BK7krSy6K1Xh5IwfdNx > .row .container { background-color: transparent; background-image: none; }#FZVb607kuL6y3BK7krSy6K1Xh5IwfdNx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZVb607kuL6y3BK7krSy6K1Xh5IwfdNx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZVb607kuL6y3BK7krSy6K1Xh5IwfdNx > .row .container > .video-iframe-container { display: none; }#FZVb607kuL6y3BK7krSy6K1Xh5IwfdNx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZVb607kuL6y3BK7krSy6K1Xh5IwfdNx > .row > .video-iframe-container { display: none; }#FZVb607kuL6y3BK7krSy6K1Xh5IwfdNx > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZVb607kuL6y3BK7krSy6K1Xh5IwfdNx > .row .container { border-width: 0; border-radius: 0; }#FZVb607kuL6y3BK7krSy6K1Xh5IwfdNx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FZVb607kuL6y3BK7krSy6K1Xh5IwfdNx > .row .container { font-size:0.875rem;font-family:arial;height:75.75rem;width:75rem;position:relative;display:block; }#fyJDzMECK5bQadVLiSdfwsDGBazVtZVH { color:#f2a51e;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:3rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:8.6875rem;left:0rem;height:7.799475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bPsCg1Cn48XK2piLIQKzuKwCQxCWC58K { color:#7a3855;display:block;width:50rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15014;line-height:2;letter-spacing:0;top:50.3125rem;left:13.8125rem;height:10rem;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; }
#oTdsRohTiFw0Sry1yElfGLTcXWyPTeso { 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:50.3125rem;left:10.25rem;overflow:hidden;display:block; }
#B1C1MzF0IcH3H5bRmtBVBNkQSIPQkUMQ { 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:60.3125rem;left:10.249633789062rem;overflow:hidden;display:block; }
#eOBAqgOWcFAh3Vna0HXmwAbo09Sfg2qg { 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:65.3125rem;left:10.249633789062rem;overflow:hidden;display:block; }
#G3SydKlhCOoT8864nT3zfC8CrarLFIUC { 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:70.3125rem;left:10.249633789062rem;overflow:hidden;display:block; }
#gJKwqee3UDgn0KIwrmQmczSkkSNNSCyU { color:#72686c;display:block;width:65.625rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15014;line-height:2;letter-spacing:0;top:21.037504196167rem;left:4.0625rem;height:30.75rem;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; }
#yicACWpKqE8DIiIR2Hpsxcrs5IZxIqV4 { 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.25rem;width:3.125rem;top:12.748958587646rem;left:0rem;overflow:hidden;display:none; }
#p3uzqQGRBk2qhWvmpJ8Ub0ktppUHv2LZ { 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.25rem;width:3.125rem;top:12.748958587646rem;left:0rem;overflow:hidden;display:none; }
#S67EHbhTBwx1KHPlhqZVWsVa4TRU5Bef { 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:36.5625rem;width:56.3125rem;top:14.754638671875rem;left:9.311279296875rem;overflow:hidden;display:block; }
#iU54NrrSMDKUgmmUz8acEU0v5bawOnXJ { color:#7a3855;display:block;width:55rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15015;line-height:2;letter-spacing:0;top:60.3125rem;left:13.812255859375rem;height: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; }
#bK7IHt9toG2ghsuxpTfkTEe8xMKF6gGc { color:#7a3855;display:block;width:55rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15016;line-height:2;letter-spacing:0;top:65.3125rem;left:13.812255859375rem;height: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; }
#hLeUQ3nq2vToEEGH7Lpn6FxsWds1gOaS { color:#7a3855;display:block;width:55rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15017;line-height:2;letter-spacing:0;top:70.3125rem;left:13.812255859375rem;height: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; }
#o0z3Sb8QQwungEwB9WDzsLhc1hAI0M6y { position:relative;display:block; }#o0z3Sb8QQwungEwB9WDzsLhc1hAI0M6y { background-color: transparent; background-image: none; }#o0z3Sb8QQwungEwB9WDzsLhc1hAI0M6y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o0z3Sb8QQwungEwB9WDzsLhc1hAI0M6y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o0z3Sb8QQwungEwB9WDzsLhc1hAI0M6y > .row .container > .video-iframe-container { display: none; }#o0z3Sb8QQwungEwB9WDzsLhc1hAI0M6y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o0z3Sb8QQwungEwB9WDzsLhc1hAI0M6y > .row > .video-iframe-container { display: none; }#o0z3Sb8QQwungEwB9WDzsLhc1hAI0M6y > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o0z3Sb8QQwungEwB9WDzsLhc1hAI0M6y { border-width: 0; border-radius: 0; }#o0z3Sb8QQwungEwB9WDzsLhc1hAI0M6y > .row .container > .video-iframe-container { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem; }#o0z3Sb8QQwungEwB9WDzsLhc1hAI0M6y > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faf5f5;background-image:none;font-size:0.875rem;font-family:arial;height:12rem;width:75rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;position:relative;display:block; }#TT6pk1JqpQDewmbtuXgWGp1F0kdmflTG { position:absolute;display:block;z-index:15007;background-color:#7a3855;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:12.25rem;width:66.6875rem;top:5.625rem;left:4.1552734375rem;display:block; }
#iZTJAGUsmWtc6ryko70T2wmle3dHM9El { color:#091e5a;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:3rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:7.7227783203125rem;left:0rem;height:7.799475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mbq5oXVF7c8W2UIM3rHITdUyFSATbQMG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2ddd4;background-image: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; }#mbq5oXVF7c8W2UIM3rHITdUyFSATbQMG > .row .container { background-color: transparent; background-image: none; }#mbq5oXVF7c8W2UIM3rHITdUyFSATbQMG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mbq5oXVF7c8W2UIM3rHITdUyFSATbQMG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mbq5oXVF7c8W2UIM3rHITdUyFSATbQMG > .row .container > .video-iframe-container { display: none; }#mbq5oXVF7c8W2UIM3rHITdUyFSATbQMG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mbq5oXVF7c8W2UIM3rHITdUyFSATbQMG > .row > .video-iframe-container { display: none; }#mbq5oXVF7c8W2UIM3rHITdUyFSATbQMG > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mbq5oXVF7c8W2UIM3rHITdUyFSATbQMG > .row .container { border-width: 0; border-radius: 0; }#mbq5oXVF7c8W2UIM3rHITdUyFSATbQMG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mbq5oXVF7c8W2UIM3rHITdUyFSATbQMG > .row .container { font-size:0.875rem;font-family:arial;height:43.3125rem;width:75rem;position:relative;display:block; }#oVJJLJ2xoXqpeFfWhaxwvCUo66I5fG0B { display:block;width:50rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.8;letter-spacing:0;top:9.8748779296875rem;left:13.87451171875rem;height:4.5rem;color:#7a3855;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;font-style:normal;display:block; }
#zphnd7k5aTNXFW5mBIlqt3tvADcm1lmD { 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:9.875rem;left:10.3125rem;overflow:hidden;display:block; }
#EckLnHhHSpOTtA7dBIcVMX8Kmwp8KPK1 { 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:14.375rem;left:10.3125rem;overflow:hidden;display:block; }
#Hq1CJfDivXCeGaw1DeWpB8G1x2aV9oOC { 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:24.0625rem;left:10.3125rem;overflow:hidden;display:block; }
#mHOCS7ZGkw0QHrOUOXSPgPhKPbWXNR34 { 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:19.5625rem;left:10.3125rem;overflow:hidden;display:block; }
#tPHW7Uagki56BrUGlT0e2dW9kgU362U4 { 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:28.5625rem;left:10.3125rem;overflow:hidden;display:block; }
#ILUqW3aTi5Lg8IxeniqxIvTHomXvFfJy { 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:33.0625rem;left:10.3125rem;overflow:hidden;display:block; }
#buTwW4RfQzmdByPVyO5S7z66J6rrhJ2K { display:block;width:68.75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15008;line-height:2;letter-spacing:0;top:23.729272842408rem;left:4.0625rem;height:46.5rem;color:#47545a;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;font-style:normal;display:none; }
#vQFJg7XRMxs3OaDismOVq3dedECykGT4 { display:block;width:50rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.8;letter-spacing:0;top:14.375rem;left:13.875rem;height:4.5rem;color:#7a3855;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;font-style:normal;display:block; }
#INSJWt4eK8Ib9z6vfdDQlvn1NzKsL7OH { display:block;width:60.686625rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.8;letter-spacing:0;top:19.5625rem;left:13.875rem;height:4.5rem;color:#7a3855;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;font-style:normal;display:block; }
#MA8rXSKCSQ4v7gedH5D54AbwrC2LIp77 { display:block;width:53.312375rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.8;letter-spacing:0;top:24.0625rem;left:13.875rem;height:4.5rem;color:#7a3855;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;font-style:normal;display:block; }
#p5nsvwofCifXUKrK3t5WSeb95DsD76qS { display:block;width:49.874875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.8;letter-spacing:0;top:28.5625rem;left:13.9375rem;height:4.5rem;color:#7a3855;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;font-style:normal;display:block; }
#kKoRrUbmrxDSh2K0dAHG9n0yf1f5w8De { display:block;width:60.6860625rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.8;letter-spacing:0;top:33.0625rem;left:13.875rem;height:4.5rem;color:#7a3855;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;font-style:normal;display:block; }
#CQQ39h0ZS3HshNK9HIUKiZBrd6vPobCT { position:relative;display:block; }#CQQ39h0ZS3HshNK9HIUKiZBrd6vPobCT { background-color: transparent; background-image: none; }#CQQ39h0ZS3HshNK9HIUKiZBrd6vPobCT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQQ39h0ZS3HshNK9HIUKiZBrd6vPobCT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQQ39h0ZS3HshNK9HIUKiZBrd6vPobCT > .row .container > .video-iframe-container { display: none; }#CQQ39h0ZS3HshNK9HIUKiZBrd6vPobCT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQQ39h0ZS3HshNK9HIUKiZBrd6vPobCT > .row > .video-iframe-container { display: none; }#CQQ39h0ZS3HshNK9HIUKiZBrd6vPobCT > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQQ39h0ZS3HshNK9HIUKiZBrd6vPobCT { border-width: 0; border-radius: 0; }#CQQ39h0ZS3HshNK9HIUKiZBrd6vPobCT > .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; }#CQQ39h0ZS3HshNK9HIUKiZBrd6vPobCT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faf5f5;background-image:none;font-size:0.875rem;font-family:arial;height:15.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; }#ANIAro1GMAbK4sLpmucqGQ2DRiuV12TB { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:4.0625rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:5.625rem;left:18.75rem;display:block; }
#CpISAoSzJIfiyw5f8TVi1p4zhOzaqn8k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NDTsvdwsi7QecbBtVX7mvzAyXFGXKK0y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8ecec;background-image: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; }#NDTsvdwsi7QecbBtVX7mvzAyXFGXKK0y > .row .container { border-width: 0; border-radius: 0; }#NDTsvdwsi7QecbBtVX7mvzAyXFGXKK0y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NDTsvdwsi7QecbBtVX7mvzAyXFGXKK0y > .row .container { font-size:0.875rem;font-family:"open sans";height:122.5625rem;width:75rem;position:relative;display:none; }#C4ktnoHDbwpJO2ODKag8C85qP5Tt5TZO { 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:42.375rem;width:65.25rem;top:18.45263671875rem;left:5.53125rem;overflow:hidden;display:block; }
#sd5lAXPPBRymXbrRrNkFKSTqCmOMTI5m { display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:61.468505859375rem;left:0rem;height:3.28125rem;text-align:center;text-align-last:center;color:#7b3956;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lf4TTTMnVTNS6TwiAkZg4eHbsseBtH1v { color:#212721;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15006;line-height:2;letter-spacing:0;top:65.781005859375rem;left:0rem;height:32.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gfREfT7i0degQr4bF01A8w6BHnXVUtIH { display:block;width:57.684875rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:102.9375rem;left:8.6875rem;height:2.8125rem;text-align:center;text-align-last:center;color:#30b1be;font-style:normal;display:block; }
#q5Kw86qXTLGbTt4W7h5TBW1fuzoF9du1 { background-color:#f2a51e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.9375rem;height:4.0625rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:108.25rem;left:27.1875rem;display:block; }
#cSmI0g1h1P5GuGZ4TiTT5kIimnLLh4H3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mvT0ZcK6r7W9lUxQ2psPrdBLVx3iC2mR { display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:14.875rem;left:0rem;height:4.21875rem;text-align:center;text-align-last:center;color:#30b1be;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#F1Xk27fWSI4WWc00PQc9RkNNBLbz42sT { color:#091e5a;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:3rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:6.1261386871338rem;left:0rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NbqVEDTHISrd5Opbq6QpWeyGJC5przwQ { display:block;width:57.6848125rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:97.562255859375rem;left:9.3134765625rem;height:1.875rem;text-align:center;text-align-last:center;color:#30b1be;font-style:normal;display:block; }
#HuVpIoSOBxEftK6ziHrpqtqWky1bdUT8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#30b1be;background-image: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; }#HuVpIoSOBxEftK6ziHrpqtqWky1bdUT8 > .row .container { border-width: 0; border-radius: 0; }#HuVpIoSOBxEftK6ziHrpqtqWky1bdUT8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HuVpIoSOBxEftK6ziHrpqtqWky1bdUT8 > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:none; }#cqIKTFx5pGHCirZhZCtlnKNPPvfsmv35 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:3.75rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:3.8115234375rem;left:0rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MbdhIODwu5UzFe7KP7LMOo4qdJxSTsIh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8ecec;background-image:url("https://images.assets-landingi.com/uc/6e3fdf1c-f915-4ec0-982a-d2731dacd1b1/OzAiOW.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#MbdhIODwu5UzFe7KP7LMOo4qdJxSTsIh.adaptive-delivery-prevent-bg, #MbdhIODwu5UzFe7KP7LMOo4qdJxSTsIh.lazyload, #MbdhIODwu5UzFe7KP7LMOo4qdJxSTsIh.lazyloading { background-image: none; }#MbdhIODwu5UzFe7KP7LMOo4qdJxSTsIh > .row .container { border-width: 0; border-radius: 0; }#MbdhIODwu5UzFe7KP7LMOo4qdJxSTsIh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MbdhIODwu5UzFe7KP7LMOo4qdJxSTsIh > .row .container { font-size:0.875rem;font-family:arial;height:62.5rem;width:75rem;position:relative;display:none; }#SZlo4SZyxPWmmWu6eM1TBgBbZWVEDyD1 { color:#30b1be;display:block;width:41.187rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:9.87451171875rem;left:33.46728515625rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#KMMbCThZKI3TBANqyiKwbBPRA36xmJd9 { position:absolute;display:block;z-index:15003;background-color:#ffffff;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:45.312rem;width:41.875rem;top:6.9375rem;left:33.125244140625rem;display:block; }
#bklJrupTx70XThpkPalfmmWHMQNXcRdQ { 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:16.3125rem;width:16.3125rem;top:41.898193359375rem;left:23.27783203125rem;overflow:hidden;display:block; }
#wiPu7kCqAEFn9CVaxBJwXkantmXTOEtc { color:#47545a;display:block;width:39.6241875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:15.780420303345rem;left:34.24765586853rem;height:27.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iw131gzepZWqqlqX0m5bcxTSPaaBmsuD { 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; }
#w8UrtBp1UAkg6gXaFWdZE1pGQ5lEIA4g { position:absolute;display:block;z-index:15028;background-color:#7a3855;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:7.9375rem;width:42rem;top:48.32666015625rem;left:33.000732421875rem;display:block; }
#hRx0D96ui8hvGrXJWpPufpKzDPB4p8Pe { display:block;width:41.3745rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:50.185546875rem;left:33.371337890625rem;height:4.21875rem;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:block; }
#hDFUtTpFrGqFRarnvC40ibgkyvi2Od8N { color:#47545a;display:block;width:39.62475rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:15.28564453125rem;left:34.245849609375rem;height:30.879625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#yqUruWHscN3FTVy0sAGDXSyGNHU1Rf2u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#30b1be;background-image: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; }#yqUruWHscN3FTVy0sAGDXSyGNHU1Rf2u > .row .container { border-width: 0; border-radius: 0; }#yqUruWHscN3FTVy0sAGDXSyGNHU1Rf2u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yqUruWHscN3FTVy0sAGDXSyGNHU1Rf2u > .row .container { font-size:0.875rem;font-family:arial;height:35.0625rem;width:75rem;position:relative;display:none; }#MATRl6ZzyoXgkc8ZeJTRTq8SSUL16oTV { color:#7a3855;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:5.625rem;left:0rem;height:10.96875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ky4sELnVXFFmxsTLuEbhDGMJIhkR7vJw { color:#7a3855;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:18.375049114228rem;left:0rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vZbiwmSKkK7Tb18z5mDkJTJi796MRTyh { background-color:#f2a51e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.9375rem;height:4.0615234375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:29.0341796875rem;left:26.53125rem;display:block; }
#nD5FWoZhX39Q5rypmoSFvaeeInG47Gq4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mQPUmL1mWPmDpFBmyDdy6lXb7ILnXeDa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#30b1be;background-image: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; }#mQPUmL1mWPmDpFBmyDdy6lXb7ILnXeDa > .row .container { border-width: 0; border-radius: 0; }#mQPUmL1mWPmDpFBmyDdy6lXb7ILnXeDa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mQPUmL1mWPmDpFBmyDdy6lXb7ILnXeDa > .row .container { font-size:0.875rem;font-family:arial;height:27.5625rem;width:75rem;position:relative;display:none; }#XNfsEKLuPBIQCsx1GpX9gPJ6gJEFq0DH { background-color:#d1f6f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;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:#47545a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.1865rem;height:3.31176875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:19.562255859375rem;left:20.62353515625rem;display:block; }
#Vcpm2Jc9E5RcezcPvQbNhag8D5A8PiVF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BJXPKKZgAwlXC8I2iAD5H8H3ARBCr9UW { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:7.749755859375rem;left:0rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AAVvZuEa87sq0kzTJFM9chiAuAkN5hGF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e5fafb;background-image: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; }#AAVvZuEa87sq0kzTJFM9chiAuAkN5hGF > .row .container { border-width: 0; border-radius: 0; }#AAVvZuEa87sq0kzTJFM9chiAuAkN5hGF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AAVvZuEa87sq0kzTJFM9chiAuAkN5hGF > .row .container { font-size:0.875rem;font-family:arial;height:28.125rem;width:75rem;position:relative;display:none; }#BqTTP8BRRB0C04i6XSKH7WevwygJT2o8 { 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 #30b1be;border-left:0.125rem solid #30b1be;border-right:0.125rem solid #30b1be;border-bottom:0.125rem solid #30b1be;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23rem;width:63.0625rem;top:4.81201171875rem;left:8.4375rem;display:block; }
#qw6PHyJWxKgHm9xxTIGIqE8ADxdG1TR5 { 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.5625rem;width:15.5625rem;top:7.987060546875rem;left:0rem;overflow:hidden;display:block; }
#b45VL8Kq16XCAzs29lfq6ffItQFDstdN { color:#47545a;display:block;width:49.875rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:7.987060546875rem;left:20.813232421875rem;height:8.125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#dvb3TDgEnvCrrwOeROW5x313EfQPhg25 { color:#2649a9;display:block;width:48.249rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:16.108154296875rem;left:20.813232421875rem;height:10.15625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oXdJMdwEGI1QSd9bnEiAchT90UPDJcNy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e5fafb;background-image: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; }#oXdJMdwEGI1QSd9bnEiAchT90UPDJcNy > .row .container { border-width: 0; border-radius: 0; }#oXdJMdwEGI1QSd9bnEiAchT90UPDJcNy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oXdJMdwEGI1QSd9bnEiAchT90UPDJcNy > .row .container { font-size:0.875rem;font-family:arial;height:32.9375rem;width:75rem;position:relative;display:none; }#PBImIEMTzh8FnhqXwLlQNPQVwuJEIE5x { 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 #30b1be;border-left:0.125rem solid #30b1be;border-right:0.125rem solid #30b1be;border-bottom:0.125rem solid #30b1be;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:63.0625rem;top:4.81201171875rem;left:9.34423828125rem;display:block; }
#eDopo0iVMAEzhqorqhtO2RJwR8tEQol5 { 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.5625rem;width:15.5625rem;top:7.987060546875rem;left:0rem;overflow:hidden;display:block; }
#xzNkdIJclFme9V4etgCfJpdxP9sBmMSB { color:#47545a;display:block;width:48.8125rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:7.987060546875rem;left:20.813232421875rem;height:14.21875rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#WpEWrQWB7Umpk1NObgbVCQ0IldV0T8un { color:#2649a9;display:block;width:48.2483125rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:23.549560546875rem;left:20.813232421875rem;height:6.09375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Dr8SvnR8GGN6v2vFa6niId8AAQVPTlUD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e5fafb;background-image: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; }#Dr8SvnR8GGN6v2vFa6niId8AAQVPTlUD > .row .container { border-width: 0; border-radius: 0; }#Dr8SvnR8GGN6v2vFa6niId8AAQVPTlUD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Dr8SvnR8GGN6v2vFa6niId8AAQVPTlUD > .row .container { font-size:0.875rem;font-family:arial;height:36.4375rem;width:75rem;position:relative;display:none; }#XlriS2SRSNcDFKNWPgx9Xhrnbgg4HIH6 { 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 #30b1be;border-left:0.125rem solid #30b1be;border-right:0.125rem solid #30b1be;border-bottom:0.125rem solid #30b1be;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.1875rem;width:63.0625rem;top:4.81201171875rem;left:9.34423828125rem;display:block; }
#dy0tOQwcKqNH4MdEpX6zePdLvzfLod3U { 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.5625rem;width:15.5625rem;top:7.987060546875rem;left:0rem;overflow:hidden;display:block; }
#fcr2xGEyDGUXLX63Hl5aPI67UqTip7qE { color:#47545a;display:block;width:48.8125rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:7.987060546875rem;left:20.813232421875rem;height:8.125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#nTDqWvWQhnpPyFTVWNTeOHrHgTHdRVc3 { color:#2649a9;display:block;width:48.2483125rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:16.18798828125rem;left:20.813232421875rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wDNyQzORvGDRxQnWHCy1aHTGHspDTeoV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7a3855;background-image: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; }#wDNyQzORvGDRxQnWHCy1aHTGHspDTeoV > .row .container { border-width: 0; border-radius: 0; }#wDNyQzORvGDRxQnWHCy1aHTGHspDTeoV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wDNyQzORvGDRxQnWHCy1aHTGHspDTeoV > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:none; }#TcX2oU82IFM4TyuZ5xBMHxRpfRGqpNFw { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:3.75rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:3.8115234375rem;left:0rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ph1QabdwtKxOpKcM9tuH3PgnRxJMaUyT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.3);background-image:url("https://images.assets-landingi.com/uc/d986cf3e-9eb0-493a-bd46-e600e8105569/SEC4Background.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; }#Ph1QabdwtKxOpKcM9tuH3PgnRxJMaUyT.adaptive-delivery-prevent-bg, #Ph1QabdwtKxOpKcM9tuH3PgnRxJMaUyT.lazyload, #Ph1QabdwtKxOpKcM9tuH3PgnRxJMaUyT.lazyloading { background-image: none; }#Ph1QabdwtKxOpKcM9tuH3PgnRxJMaUyT > .row .container { border-width: 0; border-radius: 0; }#Ph1QabdwtKxOpKcM9tuH3PgnRxJMaUyT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ph1QabdwtKxOpKcM9tuH3PgnRxJMaUyT > .row .container { font-size:0.875rem;font-family:arial;height:61.9375rem;width:75rem;position:relative;display:none; }#l7pInK7ggallGQsI8ZNiDuD5pNUTBJLl { color:#212721;display:block;width:32.875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:17.125rem;left:35rem;height:24.37865625rem;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; }
#I2s9zXoc5sTDPyTK9WwzNmlqIWSohZh1 { color:#30b1be;display:block;width:24.3125rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:9.875rem;left:39.3125rem;height:5.6879875rem;text-align:center;text-align-last:center;display:block; }
#G7tmdMHr0JK2RCoJ3WxhAIMsxXwVLgNt { display:block;width:30.8125rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.5;letter-spacing:0;top:46.875rem;left:36.0625rem;height:1.875rem;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:block; }
#pGTz4PbJfSkfdtzXcracUKyDX4frMEIx { position:absolute;display:block;z-index:15003;background-color:#ffffff;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:43.375rem;width:36.25rem;top:6.75rem;left:33.3125rem;display:block; }
#gKAtDfpvo3uTxkdmugDyMJTvdZ4XrCVo { 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:12.75rem;width:12.75rem;top:3.8125rem;left:62.25rem;overflow:hidden;display:block; }
#qGy5v1vtno49iE0FLbbZe4caKb9MOUie { position:absolute;display:block;z-index:15024;background-color:#30b1be;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:36.25rem;top:45.5rem;left:33.3125rem;display:block; }
#i8A7VryK76JZ4rWz2E7WCSo8b6s5ow7W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8ecec;background-image:url("https://images.assets-landingi.com/uc/406280ac-3307-4f22-8e2f-7a37d23c5979/_Zdjeciegownenastronezapisucz22.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; }#i8A7VryK76JZ4rWz2E7WCSo8b6s5ow7W.adaptive-delivery-prevent-bg, #i8A7VryK76JZ4rWz2E7WCSo8b6s5ow7W.lazyload, #i8A7VryK76JZ4rWz2E7WCSo8b6s5ow7W.lazyloading { background-image: none; }#i8A7VryK76JZ4rWz2E7WCSo8b6s5ow7W > .row .container { border-width: 0; border-radius: 0; }#i8A7VryK76JZ4rWz2E7WCSo8b6s5ow7W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i8A7VryK76JZ4rWz2E7WCSo8b6s5ow7W > .row .container { font-size:0.875rem;font-family:arial;height:57.1875rem;width:75rem;position:relative;display:none; }#tzKNUfktpOicBsrITneOPx65HbcEr0ac { color:#30b1be;display:block;width:24.312rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:16rem;left:44.75rem;height:11.375rem;text-align:center;text-align-last:center;display:block; }
#MmalBCeL3V08gZiZX7sTTk56KecFlJJy { position:absolute;display:block;z-index:15003;background-color:#ffffff;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.8125rem;width:36.25rem;top:10.25rem;left:38.8125rem;display:block; }
#KfxQTSd4gmfNMXdJBuJnVm0qp6e84ZJX { 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:12.75rem;width:12.75rem;top:5.581787109375rem;left:35.436767578125rem;overflow:hidden;display:block; }
#uKqz90QWqdlTZWPpoubRzziMI8gcEfTk { 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; }
#bTFgKI05n37JdlSWBgsP7V954TzdX9L2 { color:#47545a;display:block;width:36.0625rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:17.5986328125rem;left:33.4375rem;height:19.502925rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#bpJZ5S73eeqmW2KKgku6gR5T90JBff3z { position:absolute;display:block;z-index:15026;background-color:#4bb6cf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6245125rem;width:36.249rem;top:32.6875rem;left:38.8125rem;display:block; }
#o6nCeFUFQO7WTxTdDwoEWazuic724zSN { display:block;width:30.8108125rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:33.5625rem;left:42.5rem;height:2.8125rem;text-align:center;text-align-last:center;color:#7a3855;font-style:normal;display:block; }
#CcUs5gJXK7g41SEVRgtKdkPkkh3GTQwz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8ecec;background-image:url("https://images.assets-landingi.com/uc/eaa77352-c305-4e5b-ad68-cf386e1e4b4a/Zdjeciegownenastronezapisu72.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; }#CcUs5gJXK7g41SEVRgtKdkPkkh3GTQwz.adaptive-delivery-prevent-bg, #CcUs5gJXK7g41SEVRgtKdkPkkh3GTQwz.lazyload, #CcUs5gJXK7g41SEVRgtKdkPkkh3GTQwz.lazyloading { background-image: none; }#CcUs5gJXK7g41SEVRgtKdkPkkh3GTQwz > .row .container { border-width: 0; border-radius: 0; }#CcUs5gJXK7g41SEVRgtKdkPkkh3GTQwz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CcUs5gJXK7g41SEVRgtKdkPkkh3GTQwz > .row .container { font-size:0.875rem;font-family:arial;height:57.5rem;width:75rem;position:relative;display:none; }#RhS1poEMCLAfQrp5Zv4vswpyAK43RLS2 { color:#30b1be;display:block;width:24.312rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:16.375rem;left:44.75rem;height:5.6875rem;text-align:center;text-align-last:center;display:block; }
#V5V5BTFSUWIA8x0CxfKTlRRzuhZRa78R { position:absolute;display:block;z-index:15003;background-color:#ffffff;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:37.0625rem;width:36.25rem;top:10.6875rem;left:38.8125rem;display:block; }
#csTH60ogeAkM4xvPVn2uxnSLG6ICqxOd { 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:12.75rem;width:12.75rem;top:4.248779296875rem;left:35.06103515625rem;overflow:hidden;display:block; }
#h4OlG3Sb2dgFS2PhBEyK5UoSgsBV2PNP { 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; }
#zN6ya11k24IsvgrITeWO2CM803MevRTP { position:absolute;display:block;z-index:15026;background-color:#4bb6cf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6245125rem;width:36.2483125rem;top:44.1240234375rem;left:38.7509765625rem;display:block; }
#t29c0yHdv3Fw6UB5ZqmbsKzMGby0lgUO { display:block;width:30.8108125rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:44.983154296875rem;left:41.4990234375rem;height:2.8125rem;text-align:center;text-align-last:center;color:#7a3855;font-style:normal;display:block; }
#VOsdvFyblOMX2FbQ68SfEF8QA0JrIqt4 { color:#47545a;display:block;width:30.75rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:23.52978515625rem;left:41.5634765625rem;height:16.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PTIQCd0yz2Vb08WH8QvMlvKqQMrP2XZ5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7a3855;background-image: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; }#PTIQCd0yz2Vb08WH8QvMlvKqQMrP2XZ5 > .row .container { border-width: 0; border-radius: 0; }#PTIQCd0yz2Vb08WH8QvMlvKqQMrP2XZ5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PTIQCd0yz2Vb08WH8QvMlvKqQMrP2XZ5 > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:none; }#MJTZFNyvgHF8WNHamVmPNaa74cy74CyQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8ecec;background-image:url("https://images.assets-landingi.com/uc/6b6a2b0d-25ae-4b4a-867d-c7f3ad165c69/Zdjeciegownenastronezapisufale2.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; }#MJTZFNyvgHF8WNHamVmPNaa74cy74CyQ.adaptive-delivery-prevent-bg, #MJTZFNyvgHF8WNHamVmPNaa74cy74CyQ.lazyload, #MJTZFNyvgHF8WNHamVmPNaa74cy74CyQ.lazyloading { background-image: none; }#MJTZFNyvgHF8WNHamVmPNaa74cy74CyQ > .row .container { background-color: transparent; background-image: none; }#MJTZFNyvgHF8WNHamVmPNaa74cy74CyQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MJTZFNyvgHF8WNHamVmPNaa74cy74CyQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MJTZFNyvgHF8WNHamVmPNaa74cy74CyQ > .row .container > .video-iframe-container { display: none; }#MJTZFNyvgHF8WNHamVmPNaa74cy74CyQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MJTZFNyvgHF8WNHamVmPNaa74cy74CyQ > .row > .video-iframe-container { display: none; }#MJTZFNyvgHF8WNHamVmPNaa74cy74CyQ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MJTZFNyvgHF8WNHamVmPNaa74cy74CyQ > .row .container { border-width: 0; border-radius: 0; }#MJTZFNyvgHF8WNHamVmPNaa74cy74CyQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MJTZFNyvgHF8WNHamVmPNaa74cy74CyQ > .row .container { font-size:0.875rem;font-family:arial;height:51.25rem;width:75rem;position:relative;display:block; }#d1biVODUvl00wyIpCOWSlVa6xWC29GAP { color:#30b1be;display:block;width:24.3115rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:8.4375rem;left:44.6875rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V6gvgBwvslfpHzwX0paqOBtrQeeB0UlB { position:absolute;display:block;z-index:15003;background-color:#ffffff;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:37.625rem;width:36.25rem;top:5.4375rem;left:38.75rem;display:block; }
#nxWKayAL6wROHB26DORJWgNZTo3NGo5b { 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; }
#dSO7rwzFVBy6qvsbHntU5qGO15pNDQwW { position:absolute;display:block;z-index:15026;background-color:#4bb6cf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.624025rem;width:36.2481875rem;top:41.281860351562rem;left:38.751220703125rem;display:block; }
#UvfiA1SmD0oXUpf0wRVJnoyf7SFTuhLe { display:block;width:30.8108125rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:42.1875rem;left:41.4375rem;height:2.8125rem;text-align:center;text-align-last:center;color:#7a3855;font-style:normal;display:block; }
#ITZcXDJdFHfpZqFb6dKdtomRbXlnKElX { color:#47545a;display:block;width:30.9375rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:13.1875rem;left:41.375rem;height:26rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mb85HvWoRnLKlXTL2TfMAEJOarE4cNdH { 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:12.749625rem;width:12.749625rem;top:33.125rem;left:28rem;overflow:hidden;display:block; }
#To2LDEpl24cxx5tcVUIcta9wzfoDETTQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8ecec;background-image: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; }#To2LDEpl24cxx5tcVUIcta9wzfoDETTQ > .row .container { border-width: 0; border-radius: 0; }#To2LDEpl24cxx5tcVUIcta9wzfoDETTQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#To2LDEpl24cxx5tcVUIcta9wzfoDETTQ > .row .container { font-size:0.875rem;font-family:arial;height:71.875rem;width:75rem;position:relative;display:none; }#MUVTeybZ8kpDAG4NVlPJ3brnenvM5kHJ { 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 #f4ce83;border-left:0.0625rem solid #f4ce83;border-right:0.0625rem solid #f4ce83;border-bottom:0.0625rem solid #f4ce83;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:50.25rem;width:75rem;top:16.310157775879rem;left:0rem;display:block; }
#xI3UZ7JBqTTzAUAXmUTLscHZ7v7qGkuJ { color:#2649a9;display:block;width:53.125rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:55.060939788818rem;left:10.3125rem;height:6.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cMZQDKsZpoIAa8weUARWp5kQZD1CdNHW { position:absolute;display:block;z-index:15016;background-color:#f4ce83;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.060546875rem;width:3.75rem;top:29.0859375rem;left:35.625rem;display:block; }
#Zwet7TtR6aPbdCwxZKW7V65QKAWsDa10 { color:#2649a9;display:block;width:62.499625rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:31.811814308166rem;left:6.216796875rem;height:22.34375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#yBI7IMBZRmfceoDsLnnA0B7UwvpTTZgh { color:#7a3855;display:block;width:6.2484375rem;position:absolute;font-family:dosis;font-size:16rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:13.545800209046rem;left:0rem;height:20.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Rq3lFcRs80Ke3LlJfGmOKECfSkbOZwR2 { position:absolute;display:block;z-index:15014;background-color:#f4ce83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.75rem;top:3.75rem;left:35.625001907349rem;display:none; }
#lei0Eq49iLR2RLDmC4HDIVX0RSOfzWuG { 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:15.625rem;width:15.625rem;top:8.0625rem;left:29.0625rem;overflow:hidden;display:block; }
#W9vrOTfwqQslpSD1rwuPU8cp3hRqpiSa { color:#2649a9;display:block;width:62.499625rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:31.811814308166rem;left:6.216796875rem;height:16.2422rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#nHGer8CB9pxs8Mp8Eosm1TTo3Xzhgq0D { color:#2649a9;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:47.811279296875rem;left:0rem;height:6.090825rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#zapD9Jn91pNB3frNMtaHW5vk6DMJzTKJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8ecec;background-image: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; }#zapD9Jn91pNB3frNMtaHW5vk6DMJzTKJ > .row .container { border-width: 0; border-radius: 0; }#zapD9Jn91pNB3frNMtaHW5vk6DMJzTKJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zapD9Jn91pNB3frNMtaHW5vk6DMJzTKJ > .row .container { font-size:0.875rem;font-family:arial;height:67.625rem;width:75rem;position:relative;display:none; }#AZ3kQS1uPUbVTPCe50THJdhkp5QDJaTT { 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 #f4ce83;border-left:0.0625rem solid #f4ce83;border-right:0.0625rem solid #f4ce83;border-bottom:0.0625rem solid #f4ce83;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.4375rem;width:75.0625rem;top:16.310150146484rem;left:0rem;display:block; }
#GKcqZZ1O0bevSuz9q981BpZCzRfKsbZb { color:#2649a9;display:block;width:56.25rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:51.06093788147rem;left:9.375rem;height:6.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CmzNLgigwhP1AFRcbS8virJOxMZBVPKF { position:absolute;display:block;z-index:15016;background-color:#f4ce83;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.060546875rem;width:3.75rem;top:29.0859375rem;left:35.625rem;display:block; }
#Funu6br6ZI2xTxsOh6f3MJmRw0e4csop { color:#2649a9;display:block;width:62.499625rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:31.811814308166rem;left:6.216796875rem;height:14.21875rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#ebs0HhXPXnKTpuQJJIg1JV6d40nDxhQd { color:#7a3855;display:block;width:6.2484375rem;position:absolute;font-family:dosis;font-size:16rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:13.545800209046rem;left:0rem;height:20.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BBycQRDmaBcktPsf5QkBgleTMfnEHJ2T { position:absolute;display:block;z-index:15014;background-color:#f4ce83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.75rem;top:3.75rem;left:35.625001907349rem;display:none; }
#V2739JbRNA567SM43qd7uMozynhEyb2n { 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:15.625rem;width:15.625rem;top:8.0625rem;left:29.0625rem;overflow:hidden;display:block; }
#rfTTRym6mAZvaKHBnmPaTKUKHm5v158D { color:#2649a9;display:block;width:62.499625rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:31.811814308166rem;left:6.216796875rem;height:16.2422rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#kr8Gn039RAH5Cc6VGFVsTnoaLTNN0h6V { color:#2649a9;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:47.811279296875rem;left:0rem;height:6.090825rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#JrZM2t6GlbPrnUn9QRk9zHQbOZp3Z8tm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8ecec;background-image: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; }#JrZM2t6GlbPrnUn9QRk9zHQbOZp3Z8tm > .row .container { border-width: 0; border-radius: 0; }#JrZM2t6GlbPrnUn9QRk9zHQbOZp3Z8tm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JrZM2t6GlbPrnUn9QRk9zHQbOZp3Z8tm > .row .container { font-size:0.875rem;font-family:arial;height:71.875rem;width:75rem;position:relative;display:none; }#FaCiqEUnnz9JO8zzsRvimuG2q4WHM4DO { 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 #f4ce83;border-left:0.0625rem solid #f4ce83;border-right:0.0625rem solid #f4ce83;border-bottom:0.0625rem solid #f4ce83;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:50.25rem;width:75rem;top:16.310157775879rem;left:0rem;display:block; }
#v6ozPlQXbQoEKR4EEpmF4KqWA5RIPqVU { color:#2649a9;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:57.935842514038rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kKAQ6qd8ifmeSzBWDOMi01cBX0iZ8bdn { position:absolute;display:block;z-index:15016;background-color:#f4ce83;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.060546875rem;width:3.75rem;top:29.0859375rem;left:35.625rem;display:block; }
#npZBFc9DXsbiN2h6Kb6wytIepNcQ8sbC { color:#2649a9;display:block;width:62.499625rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:31.811814308166rem;left:6.216796875rem;height:22.34375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#pH2qCNZoyTkIfTOWT4ZdCKOeWvhJgrQM { color:#7a3855;display:block;width:6.2484375rem;position:absolute;font-family:dosis;font-size:16rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:13.545800209046rem;left:0rem;height:20.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wqyMpSsKTQbUElD0AbPCKqRfyqInoDad { position:absolute;display:block;z-index:15014;background-color:#f4ce83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.75rem;top:3.75rem;left:35.625001907349rem;display:none; }
#rLrty0VLnBy3dUM1yl1kPZ3dWISVo4qf { 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:15.625rem;width:15.625rem;top:8.0625rem;left:29.0625rem;overflow:hidden;display:block; }
#a2qF04kzQmeqFWI4ffU6seCNgMx8OqkJ { color:#2649a9;display:block;width:62.499625rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:31.811814308166rem;left:6.216796875rem;height:16.2422rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#K3CILU6KdVDOVZliXLdgsmmdqUqLvIla { color:#2649a9;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:47.811279296875rem;left:0rem;height:6.090825rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ldee1QPPMctDA3ugU6P28DKC94saziOZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8ecec;background-image: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; }#ldee1QPPMctDA3ugU6P28DKC94saziOZ > .row .container { border-width: 0; border-radius: 0; }#ldee1QPPMctDA3ugU6P28DKC94saziOZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ldee1QPPMctDA3ugU6P28DKC94saziOZ > .row .container { font-size:0.875rem;font-family:arial;height:11.5625rem;width:75rem;position:relative;display:none; }#zmngl9B4DAgzu42Pxr0xWflDiA4oJB2E { background-color:#f2a51e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:44.625rem;height:3.8125rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:3.8742189407349rem;left:15.1875rem;display:block; }
#cD8o0IJn6J8klL195wr92mvRsiZgVsnH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JVsFxuIJnnzntwcxke2zfJqF3wZLL0hU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8ecec;background-image: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; }#JVsFxuIJnnzntwcxke2zfJqF3wZLL0hU > .row .container { border-width: 0; border-radius: 0; }#JVsFxuIJnnzntwcxke2zfJqF3wZLL0hU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JVsFxuIJnnzntwcxke2zfJqF3wZLL0hU > .row .container { font-size:0.875rem;font-family:arial;height:72.4375rem;width:75rem;position:relative;display:none; }#IW4s6tM40Q2eETZCNZC8zFQHzgKoofmJ { 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 #f4ce83;border-left:0.0625rem solid #f4ce83;border-right:0.0625rem solid #f4ce83;border-bottom:0.0625rem solid #f4ce83;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:51.5rem;width:75.0625rem;top:16.31015586853rem;left:0rem;display:block; }
#k9LGxQTfGlCdOpEZol5Dv0OHsmwuo8lG { color:#2649a9;display:block;width:58.1875rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:56.436229705811rem;left:8.40625rem;height:6.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Owf1XmPbBv7fSTvq4tww5qVuDpnraDPl { position:absolute;display:block;z-index:15016;background-color:#f4ce83;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.060546875rem;width:3.75rem;top:29.0859375rem;left:35.625rem;display:block; }
#hNdToG6ysya7JvTDuTc3OP0imzZILt4t { color:#2649a9;display:block;width:62.499625rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:31.811814308166rem;left:6.216796875rem;height:20.3125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#G1ufArJWNtf5ahMIuAxhSsRodHS3wyg5 { color:#7a3855;display:block;width:6.2484375rem;position:absolute;font-family:dosis;font-size:16rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:13.545800209046rem;left:0rem;height:20.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oysclshTftNb8EbKRCWqziMdGVw7lrzt { position:absolute;display:block;z-index:15014;background-color:#f4ce83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.75rem;top:3.75rem;left:35.625001907349rem;display:none; }
#hNx8ePqb6KaWT76saTy4poyu81f8Txiu { 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:15.625rem;width:15.625rem;top:8.0625rem;left:29.0625rem;overflow:hidden;display:block; }
#lf6NctuLVwkAs7GoCydik5TvaNJtPy2d { color:#2649a9;display:block;width:62.499625rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:31.811814308166rem;left:6.216796875rem;height:16.2422rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#ipTCT5ddMaJROVP3So2kyVulDdiL3Vpv { color:#2649a9;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:47.811279296875rem;left:0rem;height:6.090825rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#tI1aD9rehGZuJJBiGmHcfpViD3fkUg55 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8ecec;background-image: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; }#tI1aD9rehGZuJJBiGmHcfpViD3fkUg55 > .row .container { border-width: 0; border-radius: 0; }#tI1aD9rehGZuJJBiGmHcfpViD3fkUg55 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tI1aD9rehGZuJJBiGmHcfpViD3fkUg55 > .row .container { font-size:0.875rem;font-family:arial;height:65.375rem;width:75rem;position:relative;display:none; }#lWmNNZCvI0Mxy0trS1HdUD0ssTxepWsK { 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 #f4ce83;border-left:0.0625rem solid #f4ce83;border-right:0.0625rem solid #f4ce83;border-bottom:0.0625rem solid #f4ce83;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:45.25rem;width:75.125rem;top:16.310157775879rem;left:0rem;display:block; }
#d51J9dbFTz0Db3OV8cGKfTDLHR08V3Tk { color:#2649a9;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:53.623241901397rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f9I190lT2Dm7KBW4Abao8Qq121gIFkaw { position:absolute;display:block;z-index:15016;background-color:#f4ce83;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.060546875rem;width:3.75rem;top:29.0859375rem;left:35.625rem;display:block; }
#zu81muMebtA8UDCOoJAI2ZcepaaLAdqS { color:#2649a9;display:block;width:62.499625rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:31.811814308166rem;left:6.216796875rem;height:18.28125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#CTWXlkH0WBdQNK8PxcGVrTziI1bAAIOT { color:#7a3855;display:block;width:6.2484375rem;position:absolute;font-family:dosis;font-size:16rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:13.545800209046rem;left:0rem;height:20.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zt2kXPKRZO98OsxtBiTsQW8MiGz8PQbF { position:absolute;display:block;z-index:15014;background-color:#f4ce83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.75rem;top:3.75rem;left:35.625001907349rem;display:none; }
#cntaQZ6yIV2tyngVEFduq7e0TnTHL8R4 { 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:15.625rem;width:15.625rem;top:8.0625rem;left:29.0625rem;overflow:hidden;display:block; }
#o7tdJmH7d3u6aS2XXh4vRZEtXqSAmgUU { color:#2649a9;display:block;width:62.499625rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:31.811814308166rem;left:6.216796875rem;height:16.2422rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#RG9xprac8MD93ECAHRUFVTp4Gg3mBul4 { color:#2649a9;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:47.811279296875rem;left:0rem;height:6.090825rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#P5H0HTfW6hXwU10LVu44wCdc9WcsqRr0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8ecec;background-image: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; }#P5H0HTfW6hXwU10LVu44wCdc9WcsqRr0 > .row .container { border-width: 0; border-radius: 0; }#P5H0HTfW6hXwU10LVu44wCdc9WcsqRr0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P5H0HTfW6hXwU10LVu44wCdc9WcsqRr0 > .row .container { font-size:0.875rem;font-family:arial;height:73.4375rem;width:75rem;position:relative;display:none; }#R125ZSHz01vnlIW107zLkSCBKEywPwwz { 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 #f4ce83;border-left:0.0625rem solid #f4ce83;border-right:0.0625rem solid #f4ce83;border-bottom:0.0625rem solid #f4ce83;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.4375rem;width:75.0625rem;top:16.310157775879rem;left:0rem;display:block; }
#OxJtCgTLmGG9opStADrwZRkZVylT5taQ { color:#2649a9;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:60.748485803604rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E3zJOJGHuaMtoEnpJSDAFmkTmkaHGbFH { position:absolute;display:block;z-index:15016;background-color:#f4ce83;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.060546875rem;width:3.75rem;top:29.0859375rem;left:35.625rem;display:block; }
#pQ8IUc26dno8yrsAmzavs5kv6tmrlWnr { color:#2649a9;display:block;width:62.499625rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:31.811814308166rem;left:6.216796875rem;height:26.40625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#oSLZaAfmtTMRufbLwPPsI71ZmPSOtdSQ { color:#7a3855;display:block;width:6.2484375rem;position:absolute;font-family:dosis;font-size:16rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:13.545800209046rem;left:0rem;height:20.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zT18f7BKBQczdeOW2TSSpzVX6DHOFS9k { position:absolute;display:block;z-index:15014;background-color:#f4ce83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.75rem;top:3.75rem;left:35.625001907349rem;display:none; }
#LMugWw00gl1zVFPSZ9B5MhExzqEH0vtc { 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:15.625rem;width:15.625rem;top:8.0625rem;left:29.0625rem;overflow:hidden;display:block; }
#cPXNghLitunJKDfhXpmeAkhl7MJwEbOc { color:#2649a9;display:block;width:62.499625rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:31.811814308166rem;left:6.216796875rem;height:16.2422rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#DO1ZCyJhHuvZ553EUdgahNbnqndy3DvL { color:#2649a9;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:47.811279296875rem;left:0rem;height:6.090825rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#pl400dZV6b6BBzHNcutk3tv9u0MvBzCx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8ecec;background-image: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; }#pl400dZV6b6BBzHNcutk3tv9u0MvBzCx > .row .container { border-width: 0; border-radius: 0; }#pl400dZV6b6BBzHNcutk3tv9u0MvBzCx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pl400dZV6b6BBzHNcutk3tv9u0MvBzCx > .row .container { font-size:0.875rem;font-family:arial;height:57.625rem;width:75rem;position:relative;display:none; }#Xk8stUhw2gSWI1qRyMTnWux0SAxNTbqU { 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 #f4ce83;border-left:0.0625rem solid #f4ce83;border-right:0.0625rem solid #f4ce83;border-bottom:0.0625rem solid #f4ce83;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.8125rem;width:75.1875rem;top:16.310150146484rem;left:0rem;display:block; }
#kHBJ3Z3qtNCgksD7yJT1XZZaOxEAwD8O { color:#2649a9;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:45.060153961182rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pTVZUo3BF0xmOwXXvaB5coyBZTxZG2xi { position:absolute;display:block;z-index:15016;background-color:#f4ce83;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.060546875rem;width:3.75rem;top:29.0859375rem;left:35.625rem;display:block; }
#QDESJCwAzzPaK0KTPAniCQ8cKF3nctEx { color:#2649a9;display:block;width:62.499625rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:31.811814308166rem;left:6.216796875rem;height:10.15625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#GCg9aJ7f5N0E0p3OGCGNOwMtBFFyLDvC { color:#7a3855;display:block;width:6.2484375rem;position:absolute;font-family:dosis;font-size:16rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:13.545800209046rem;left:0rem;height:20.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dqD9AsokwcyJttdBMZvxE4Gl2uFN1cW6 { position:absolute;display:block;z-index:15014;background-color:#f4ce83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.75rem;top:3.75rem;left:35.625001907349rem;display:none; }
#TK0g9F2t9NTZl7u48hsDT3hQFyHgs46O { 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:15.625rem;width:15.625rem;top:8.0625rem;left:29.0625rem;overflow:hidden;display:block; }
#fK7BzGfAfMTme9F9b12r8i4k2C521Rfq { color:#2649a9;display:block;width:62.499625rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:31.811814308166rem;left:6.216796875rem;height:16.2422rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#POV63qcW4zsUTzNTetCyu5wmg9UOsJvn { color:#2649a9;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:47.811279296875rem;left:0rem;height:6.090825rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ohxEfhvEswEx82azCIqnf1qbZGOqfMrM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7a3855;background-image: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; }#ohxEfhvEswEx82azCIqnf1qbZGOqfMrM > .row .container { border-width: 0; border-radius: 0; }#ohxEfhvEswEx82azCIqnf1qbZGOqfMrM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ohxEfhvEswEx82azCIqnf1qbZGOqfMrM > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:none; }#GQrh1g4VEn9xWyR8NVfEP1FLoJMH2sBh { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:3.75rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:3.8115234375rem;left:0rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UcMId0IBRXIFeczNxM3Kp7C0LDgQ72Mi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8ecec;background-image:url("https://images.assets-landingi.com/uc/b5ef5b5d-aaeb-47e8-9182-b0df1cf5cff4/Zdjeciegownenastronezapisu72.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; }#UcMId0IBRXIFeczNxM3Kp7C0LDgQ72Mi.adaptive-delivery-prevent-bg, #UcMId0IBRXIFeczNxM3Kp7C0LDgQ72Mi.lazyload, #UcMId0IBRXIFeczNxM3Kp7C0LDgQ72Mi.lazyloading { background-image: none; }#UcMId0IBRXIFeczNxM3Kp7C0LDgQ72Mi > .row .container { border-width: 0; border-radius: 0; }#UcMId0IBRXIFeczNxM3Kp7C0LDgQ72Mi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UcMId0IBRXIFeczNxM3Kp7C0LDgQ72Mi > .row .container { font-size:0.875rem;font-family:arial;height:56.25rem;width:75rem;position:relative;display:none; }#PFR2ZvcwPFvdQzAluCb5UyMOnFbJ6O8c { position:absolute;display:block;z-index:15010;background-color:#ffffff;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.875rem;width:36.25rem;top:12.25rem;left:38.75rem;display:block; }
#E16IRmCViHOXrtTtszyNxAHs5dHbdx6K { color:#4790ae;display:block;width:32.874rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:14.874755859375rem;left:40.436279296875rem;height:8.532rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#iVXUkv8gkSod30Jrc4dtCqLqXZCmpOtR { color:#47545a;display:block;width:29.49975rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:31.185791015625rem;left:40.436279296875rem;height:9.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VLva5xRZIMCNTIcO4rBVlb24musEP86w { position:absolute;display:block;z-index:15033;background-color:#4bb6cf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6245125rem;width:36.2483125rem;top:45.1875rem;left:38.75rem;display:block; }
#iTgvrJPubMgfL563yqNDEgg1w3MOt7Nz { display:block;width:30.8108125rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:400;z-index:15034;line-height:1.5;letter-spacing:0;top:46.093505859375rem;left:41.46826171875rem;height:2.8125rem;text-align:center;text-align-last:center;color:#7a3855;font-style:normal;display:block; }
#QtRTU1v5DKIKFeBkizMeo6XDofwDPA0K { color:#47545a;display:block;width:29.499rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:24.560302734375rem;left:40.904296875rem;height:4.6860375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iKyg7LiBJ1D8nd24tydvKfHmA4FPlswt { 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; }
#bb1t1z0xsMJfU454XCzy4gxu9fwHRw3O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8ecec;background-image:url("https://images.assets-landingi.com/uc/9b8732e9-8961-47ec-a655-639c15e93966/WykorzystanenalandinguKzdVSA.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; }#bb1t1z0xsMJfU454XCzy4gxu9fwHRw3O.adaptive-delivery-prevent-bg, #bb1t1z0xsMJfU454XCzy4gxu9fwHRw3O.lazyload, #bb1t1z0xsMJfU454XCzy4gxu9fwHRw3O.lazyloading { background-image: none; }#bb1t1z0xsMJfU454XCzy4gxu9fwHRw3O > .row .container { border-width: 0; border-radius: 0; }#bb1t1z0xsMJfU454XCzy4gxu9fwHRw3O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bb1t1z0xsMJfU454XCzy4gxu9fwHRw3O > .row .container { font-size:0.875rem;font-family:arial;height:54.75rem;width:75rem;position:relative;display:none; }#cgIs7Tt0ax5XeBVNupSvbafqvvyhuWZy { color:#4790ae;display:block;width:32.937rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:16.595947265625rem;left:40.278076171875rem;height:11.375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#oBBirk243ho1Nz6oKXrrZ0MCiPzrnOQV { color:#4790ae;display:block;width:32.87475rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:12.060791015625rem;left:40.310302734375rem;height:2.84375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#GAM0bn2IH2NGTZTwhXe2gxBzQoCPr3WO { color:#47545a;display:block;width:29.5rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:30.54638671875rem;left:41.37451171875rem;height:11.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Od611EtAbXGsI7trN94POfsIAeCPo7HX { position:absolute;display:block;z-index:15004;background-color:#ffffff;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:37.6245rem;width:36.24975rem;top:9.405029296875rem;left:38.750244140625rem;display:block; }
#yUTWEceoQNHRWHq1FTKtxuLTy70nEeSA { position:absolute;display:block;z-index:15027;background-color:#4bb6cf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6245125rem;width:36.2483125rem;top:46.4912109375rem;left:38.7509765625rem;display:block; }
#WdLKc75kh5CpO7ZvxeGlzsyFw51ahQKB { display:block;width:30.8108125rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:47.397216796875rem;left:40.278076171875rem;height:2.8125rem;text-align:center;text-align-last:center;color:#7a3855;font-style:normal;display:block; }
#a9etvCpxhon36mZnevLylPM3xxIKUa5G { 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; }
#Rnks6WPfrwnAhEqGkRirvDOLmXRk0nIT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Rnks6WPfrwnAhEqGkRirvDOLmXRk0nIT > .row .container { border-width: 0; border-radius: 0; }#Rnks6WPfrwnAhEqGkRirvDOLmXRk0nIT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rnks6WPfrwnAhEqGkRirvDOLmXRk0nIT > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:75rem;position:relative;display:none; }#ZggD9ZD7pTovD5RPQ6KyZ54zzaRDbuNQ { color:#30b1be;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:3rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PbCI9diQEy0pR0WK1B0IqQXacHwkXLvS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#PbCI9diQEy0pR0WK1B0IqQXacHwkXLvS > .row .container { border-width: 0; border-radius: 0; }#PbCI9diQEy0pR0WK1B0IqQXacHwkXLvS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PbCI9diQEy0pR0WK1B0IqQXacHwkXLvS > .row .container { font-size:0.875rem;font-family:arial;height:81.875rem;width:75rem;position:relative;display:none; }#JzfZwXxbTTeqIW0iqsna0ldwngfaKLpV { color:#30b1be;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:3.375rem;left:0rem;height:6.49805rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rVdZdFCAKFNJnqBiTAqF6PcayT3aAMsc { 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:27rem;width:50.5rem;top:12.782812595367rem;left:12.25rem;overflow:hidden;display:block; }
#Kl3GaKmBWMo7nclz0b3vuCTNJEcDNNUv { 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:12.75rem;width:12.75rem;top:9.8742184638975rem;left:9.875rem;overflow:hidden;display:block; }
#IO231RwvtwgvBFr5pI3nIqdxSToBsxrB { display:block;width:46.875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:43.438282012939rem;left:14.0625rem;height:28.125rem;color:#0babc1;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Www7rONn36AHswAwe20qQewUqJBTlpfo { background-color:#f2a51e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.9375rem;height:3.125rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:75.019530296325rem;left:22.031251907349rem;display:block; }
#N2RKL4UhukThsTJQAuHwPD1IvvCgb8KQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZErH72gK1bge8qS8deHL0TS3ug69kksD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/20d9a612-bd37-4caa-a92b-e96e9cf3aa25/SEC7Background.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; }#ZErH72gK1bge8qS8deHL0TS3ug69kksD.adaptive-delivery-prevent-bg, #ZErH72gK1bge8qS8deHL0TS3ug69kksD.lazyload, #ZErH72gK1bge8qS8deHL0TS3ug69kksD.lazyloading { background-image: none; }#ZErH72gK1bge8qS8deHL0TS3ug69kksD > .row .container { border-width: 0; border-radius: 0; }#ZErH72gK1bge8qS8deHL0TS3ug69kksD::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; }#ZErH72gK1bge8qS8deHL0TS3ug69kksD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZErH72gK1bge8qS8deHL0TS3ug69kksD > .row .container { font-size:0.875rem;font-family:arial;height:49.875rem;width:75rem;position:relative;display:none; }#wJbt1XXoBPhK05ll9IpAwUCkG6d9hXQr { position:absolute;display:block;z-index:15008;background-color:#ffffff;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.6875rem;width:44.6875rem;top:9.625rem;left:14.125rem;display:block; }
#kTqUF19NA0ttRkt0rMDDdAEkAAhwbzRa { position:absolute;display:block;z-index:15029;background-color:#30b1be;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:44.75rem;top:37.875rem;left:14.0625rem;display:block; }
#LfWLktfS3BuP77bcgwy3mD8GNkhu68s8 { display:block;width:30.8125rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:700;z-index:15030;line-height:1.5;letter-spacing:0;top:39.25rem;left:21.0625rem;height:1.875rem;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:block; }
#csCLIJTqDge401D6xN0Pmc6H2ZCxBPPJ { color:#212721;display:block;width:32.875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:16.6875rem;left:20.0625rem;height:19.502925rem;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; }
#M3uBfRUQ47lJnlafCvcnTWIC7qWJW4aS { display:block;width:46.875rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:13.6875rem;left:14.0625rem;height:2.06176875rem;color:#212721;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Dzda98r0J1vAKBppSilDelc6e9QTPOyL { position:relative;display:none; }#Dzda98r0J1vAKBppSilDelc6e9QTPOyL { border-width: 0; border-radius: 0; }#Dzda98r0J1vAKBppSilDelc6e9QTPOyL > .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; }#Dzda98r0J1vAKBppSilDelc6e9QTPOyL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faf5f5;background-image:none;font-size:0.875rem;font-family:arial;height:56.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; }#OGEXhq1SiBu1XW5yV7NhqexEpzJTma40 { color:#091e5a;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:400;z-index:15014;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; }
#lkdsCW67C2PimET3dE1Kq7n4cyTA0iST { color:#72686c;display:block;width:67.5rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:11.625rem;left:4.375rem;height:37.1118375rem;font-style:normal;display:block; }
#Fs9SUAkq2WLXD0pq2fX3CXsHae3EJ784 { position:relative;display:none; }#Fs9SUAkq2WLXD0pq2fX3CXsHae3EJ784 { border-width: 0; border-radius: 0; }#Fs9SUAkq2WLXD0pq2fX3CXsHae3EJ784 > .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; }#Fs9SUAkq2WLXD0pq2fX3CXsHae3EJ784 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faf5f5;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; }#qSUNELlWt6obcbwNmLTbUhv9aHJBKhWo { background-color:transparent;background-image:none;border-top:0.0625rem solid #a54870;border-left:0.0625rem solid #a54870;border-right:0.0625rem solid #a54870;border-bottom:0.0625rem solid #a54870;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#a54870;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.5625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.253875rem;height:3.19375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:10.395318984986rem;left:18.82187461853rem;display:block; }
#fvt2Hh9IcXhuTXCF4ZLFzK4XMzeyzgZc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A6DkKEqCHxy9VVsbRD9XGOsyGq89TACF { color:#091e5a;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:2.354248046875rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TixglTmwZiuirVTmccIlzKAwDe6kemAt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image: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; }#TixglTmwZiuirVTmccIlzKAwDe6kemAt > .row .container { border-width: 0; border-radius: 0; }#TixglTmwZiuirVTmccIlzKAwDe6kemAt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TixglTmwZiuirVTmccIlzKAwDe6kemAt > .row .container { font-size:0.875rem;font-family:arial;height:29.9375rem;width:75rem;position:relative;display:none; }#s1ddaPaOfTSoAwsCHZlwOFwuqDalLk76 { color:#2649a9;display:block;width:31.2491875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:20.59218788147rem;left:1.32421875rem;height:16.2rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#ReUMtUXAwlRb4Bb00LDkCn7uflXgbwwH { position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ba7291;border-left:0.125rem solid #ba7291;border-right:0.125rem solid #ba7291;border-bottom:0.125rem solid #ba7291;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26rem;width:75.0625rem;top:3.75rem;left:0rem;display:block; }
#LTDIdpP6zyeTdP38a8G2EhWxxi7m6AGC { color:rgba(186,114,145,0.97);display:block;width:6.247396rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:15015;line-height:.3;letter-spacing:0;top:2rem;left:5.8046875rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E38IN2fHrbRkgCNQBFTGtgMfQVgVTKin { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:15.994789123535rem;left:11.968751907349rem;height:23.33335625rem;text-align:center;text-align-last:center;display:none; }
#Hrvowub4uEFFbMJbmv3KkzZTNdbPWl83 { color:#47545a;display:block;width:51.0625rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:10.583374023438rem;left:11.96875rem;height:16.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wTT3qrAbDyPDUnUdMH2G1l3T4CTTurkz { color:#47545a;display:block;width:51.0625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:10.583374023438rem;left:11.96875rem;height:9.166666875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#dFQVSSneUVWHUC4gS7b278xaMuhVIOSG { color:#47545a;display:block;width:51.0625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:10.583374023438rem;left:11.96875rem;height:9.166666875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#noC5QNpA5v9fXDDvH8RKSeMuTQ0bw9la { color:#47545a;display:block;width:51.0625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:10.583374023438rem;left:11.96875rem;height:16.875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#t2TH2Ioq7WHlzuM3o0WLnSPn6pnbKRc4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image: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; }#t2TH2Ioq7WHlzuM3o0WLnSPn6pnbKRc4 > .row .container { border-width: 0; border-radius: 0; }#t2TH2Ioq7WHlzuM3o0WLnSPn6pnbKRc4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t2TH2Ioq7WHlzuM3o0WLnSPn6pnbKRc4 > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:none; }#eFkhMrozLyGB04ksiTR4NhCJIQulikMq { color:#2649a9;display:block;width:31.2491875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:20.59218788147rem;left:1.32421875rem;height:16.2rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#vOM4oxAuTWDzTZvM3nzSpIohNDwsJo5u { position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ba7291;border-left:0.125rem solid #ba7291;border-right:0.125rem solid #ba7291;border-bottom:0.125rem solid #ba7291;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.1875rem;width:75.0625rem;top:3.75rem;left:0rem;display:block; }
#WzIL2mHgGvbENiP0LMq3EknX35RCnKqX { color:rgba(186,114,145,0.97);display:block;width:6.247396rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:15015;line-height:.3;letter-spacing:0;top:2rem;left:5.8046875rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zkIXPMFhwl9ViPIZg7JXxw7vSaCAzQaK { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:15.994789123535rem;left:11.968751907349rem;height:23.33335625rem;text-align:center;text-align-last:center;display:none; }
#VBR8imT5Eo1fiq1HuLJhtQm4s9paXwwZ { color:#47545a;display:block;width:51.0625rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:10.583374023438rem;left:11.96875rem;height:18.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JHxoaxbldPOA7xrAbQVF3fFCbCKIfXGL { color:#47545a;display:block;width:51.0625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:10.583374023438rem;left:11.96875rem;height:9.166666875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#C0B1xVVEzALILoIZUSLHy9hBhhhUrTH4 { color:#47545a;display:block;width:51.0625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:10.583374023438rem;left:11.96875rem;height:9.166666875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#pyobRiTnaXIFebb1tWBnDtwoxwesmUlv { color:#47545a;display:block;width:51.0625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:10.583374023438rem;left:11.96875rem;height:18.75rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#t0OnQOi260mq60KGNVQmxPCnOB1mAGRH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image: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; }#t0OnQOi260mq60KGNVQmxPCnOB1mAGRH > .row .container { border-width: 0; border-radius: 0; }#t0OnQOi260mq60KGNVQmxPCnOB1mAGRH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t0OnQOi260mq60KGNVQmxPCnOB1mAGRH > .row .container { font-size:0.875rem;font-family:arial;height:33.6875rem;width:75rem;position:relative;display:none; }#GSD5s5hr7DoqOXR1gEyRlcZxZJbPRftV { color:#2649a9;display:block;width:31.2491875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:20.59218788147rem;left:1.32421875rem;height:16.2rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#TZQ0vzcGe494cfkqTsuwyEGLfy7WAbRN { position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ba7291;border-left:0.125rem solid #ba7291;border-right:0.125rem solid #ba7291;border-bottom:0.125rem solid #ba7291;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.8125rem;width:75.0625rem;top:3.7500002384186rem;left:0rem;display:block; }
#pTXptImyGzT9b5TTpB4Ls7W3Wh2060Rb { color:rgba(186,114,145,0.97);display:block;width:6.247396rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:15015;line-height:.3;letter-spacing:0;top:2rem;left:5.8046875rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GNPGXLkcwQvoUsnAxT7qsmTp0JlurLTS { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:15.994789123535rem;left:11.968751907349rem;height:23.33335625rem;text-align:center;text-align-last:center;display:none; }
#G7PfZoOycKNcqF58zZxfFLuwIDZTcau3 { color:#47545a;display:block;width:51.0625rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:10.583374023438rem;left:11.96875rem;height:20.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#k7IlVVIwstEP8bXXdgL5Vzae3zFsUHZI { color:#47545a;display:block;width:51.0625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:10.583374023438rem;left:11.96875rem;height:9.166666875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Boxf0rAHkaSMxgZX6UO4Wc7Hc3qrWcnJ { color:#47545a;display:block;width:51.0625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:10.583374023438rem;left:11.96875rem;height:9.166666875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#uVEMp9TATGSzZ62ZOEqi0l0AuKbGRQrx { color:#47545a;display:block;width:51.0625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:10.583374023438rem;left:11.96875rem;height:20.625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#zokh42UJTAWONsgOHJpxPgwv9vHck3EI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image: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; }#zokh42UJTAWONsgOHJpxPgwv9vHck3EI > .row .container { border-width: 0; border-radius: 0; }#zokh42UJTAWONsgOHJpxPgwv9vHck3EI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zokh42UJTAWONsgOHJpxPgwv9vHck3EI > .row .container { font-size:0.875rem;font-family:arial;height:32.75rem;width:75rem;position:relative;display:none; }#gdkhJln87vPu6xHJk0x75y5TWQiKoA1M { color:#2649a9;display:block;width:31.2491875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:20.59218788147rem;left:1.32421875rem;height:16.2rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#IPN2HDxw9tC2T89L6Z4Jzsxo1nwcVvfr { position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ba7291;border-left:0.125rem solid #ba7291;border-right:0.125rem solid #ba7291;border-bottom:0.125rem solid #ba7291;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.25rem;width:75.0625rem;top:3.75rem;left:0rem;display:block; }
#E8COvei8AVaUK3v9mqwybbrNTZ6cyAGm { color:rgba(186,114,145,0.97);display:block;width:6.247396rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:15015;line-height:.3;letter-spacing:0;top:2rem;left:5.8046875rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HOz5ks55SugDAeCdszic8bGpWw0xAwnx { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:15.994789123535rem;left:11.968751907349rem;height:23.33335625rem;text-align:center;text-align-last:center;display:none; }
#Pt1Pw4O5Cre5W6R8mySJi8gioHFhrnfT { color:#47545a;display:block;width:51.0625rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:10.583374023438rem;left:11.96875rem;height:18.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ur8E8KBUgBTEqK4OE1ROFoSaxVzBLGAD { color:#47545a;display:block;width:51.0625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:10.583374023438rem;left:11.96875rem;height:9.166666875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#QbeDF6d7e1NM897E4bcm4PFFoTdTqIhS { color:#47545a;display:block;width:51.0625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:10.583374023438rem;left:11.96875rem;height:9.166666875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#rvErgC5P4xe46FvArDA4AO7ugl0RkQW8 { color:#47545a;display:block;width:51.0625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:10.583374023438rem;left:11.96875rem;height:18.75rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#dgW4WGSsSpbzROI8Q3RZkS3FldhID8Qq { position:relative;display:block; }#dgW4WGSsSpbzROI8Q3RZkS3FldhID8Qq { background-color: transparent; background-image: none; }#dgW4WGSsSpbzROI8Q3RZkS3FldhID8Qq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dgW4WGSsSpbzROI8Q3RZkS3FldhID8Qq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dgW4WGSsSpbzROI8Q3RZkS3FldhID8Qq > .row .container > .video-iframe-container { display: none; }#dgW4WGSsSpbzROI8Q3RZkS3FldhID8Qq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dgW4WGSsSpbzROI8Q3RZkS3FldhID8Qq > .row > .video-iframe-container { display: none; }#dgW4WGSsSpbzROI8Q3RZkS3FldhID8Qq > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dgW4WGSsSpbzROI8Q3RZkS3FldhID8Qq { border-width: 0; border-radius: 0; }#dgW4WGSsSpbzROI8Q3RZkS3FldhID8Qq > .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; }#dgW4WGSsSpbzROI8Q3RZkS3FldhID8Qq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faf5f5;background-image:none;font-size:0.875rem;font-family:arial;height:13.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; }#MqG9P86WFpOx5tkUkRLtzTXKAhqRVTWo { color:#091e5a;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:3rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:5.625rem;left:0rem;height:7.799475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QWo8zZpIxcULhuZScyENM4AVfgvaAFTk { color:#091e5a;display:block;width:75rem;position:absolute;font-family:roboto;font-size:3rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:9.0625rem;left:0rem;height:7.6666665077213rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#UprrmqRA699UuLWuiDrfEE4oAlDUEEc0 { position:relative;display:block; }#UprrmqRA699UuLWuiDrfEE4oAlDUEEc0 { background-color: transparent; background-image: none; }#UprrmqRA699UuLWuiDrfEE4oAlDUEEc0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UprrmqRA699UuLWuiDrfEE4oAlDUEEc0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UprrmqRA699UuLWuiDrfEE4oAlDUEEc0 > .row .container > .video-iframe-container { display: none; }#UprrmqRA699UuLWuiDrfEE4oAlDUEEc0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UprrmqRA699UuLWuiDrfEE4oAlDUEEc0 > .row > .video-iframe-container { display: none; }#UprrmqRA699UuLWuiDrfEE4oAlDUEEc0 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UprrmqRA699UuLWuiDrfEE4oAlDUEEc0 { border-width: 0; border-radius: 0; }#UprrmqRA699UuLWuiDrfEE4oAlDUEEc0 > .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; }#UprrmqRA699UuLWuiDrfEE4oAlDUEEc0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faf5f5;background-image:none;font-size:0.875rem;font-family:arial;height:49.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; }#hmrWJXgLIy1TiEBfI3rBVudz1XIF7z93 { 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 #f4ce83;border-left:0.0625rem solid #f4ce83;border-right:0.0625rem solid #f4ce83;border-bottom:0.0625rem solid #f4ce83;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.3125rem;width:75.1875rem;top:9rem;left:-0.1875rem;display:block; }
#qLnS0ITTgcJ1p5KQVesZuf5VqvnXxOf7 { color:#f2cbbd;display:block;width:6.24609375rem;position:absolute;font-family:dosis;font-size:16rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:3rem;left:2.6875rem;height:20.7998125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c9y5vNJqVRCF1SPsT9uoQfVs2yw3ypnF { 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:12.4375rem;width:12.4375rem;top:3rem;left:31.25rem;overflow:hidden;display:block; }
#KU7G6hn8Q5Qm8Zp6OZwESJwW8eBPJDQz { color:#72686c;display:block;width:62.498046875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:20.75rem;left:6.25rem;height:22.75rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#EH6uNdpdq0q7D1chV7SQVoMdhvmDTSlO { position:absolute;display:block;z-index:15017;background-color:#f4ce83;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.060546875rem;width:3.75rem;top:18.25rem;left:35.625rem;display:block; }
#L2bCpf0L5pAm5EoT8zxH64nsfyw4EBhn { color:#2649a9;display:block;width:62.5rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:42.875rem;left:6.25rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KOJU697d3gmX1hqrJVXEwP4dzZWey4QK { position:relative;display:block; }#KOJU697d3gmX1hqrJVXEwP4dzZWey4QK { background-color: transparent; background-image: none; }#KOJU697d3gmX1hqrJVXEwP4dzZWey4QK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KOJU697d3gmX1hqrJVXEwP4dzZWey4QK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KOJU697d3gmX1hqrJVXEwP4dzZWey4QK > .row .container > .video-iframe-container { display: none; }#KOJU697d3gmX1hqrJVXEwP4dzZWey4QK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KOJU697d3gmX1hqrJVXEwP4dzZWey4QK > .row > .video-iframe-container { display: none; }#KOJU697d3gmX1hqrJVXEwP4dzZWey4QK > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KOJU697d3gmX1hqrJVXEwP4dzZWey4QK { border-width: 0; border-radius: 0; }#KOJU697d3gmX1hqrJVXEwP4dzZWey4QK > .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; }#KOJU697d3gmX1hqrJVXEwP4dzZWey4QK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faf5f5;background-image:none;font-size:0.875rem;font-family:arial;height:60.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; }#FQ6qZJaCOb6qv5TmV9BHqUI2keznayCW { 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 #f4ce83;border-left:0.0625rem solid #f4ce83;border-right:0.0625rem solid #f4ce83;border-bottom:0.0625rem solid #f4ce83;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:51.125rem;width:75.1875rem;top:9rem;left:-0.1875rem;display:block; }
#nTAGNexZV4oUuCO0MqLE4WcEApwZ2ols { color:#f2cbbd;display:block;width:6.24609375rem;position:absolute;font-family:dosis;font-size:16rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:3rem;left:2.6875rem;height:20.7998125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lyzMRlSqA9lPC0VRQAC4Z254Skgk8P9T { 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:12.375rem;width:12.375rem;top:3rem;left:31.25rem;overflow:hidden;display:block; }
#Isr9o5S3T7oQqJ2J66lnmkzFDRyb0P69 { color:#72686c;display:block;width:62.498046875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:20.75rem;left:6.25rem;height:34.125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#JisUxI3yakzV5aPl3wCMaxrcJV4dNsKI { position:absolute;display:block;z-index:15017;background-color:#f4ce83;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.060546875rem;width:3.75rem;top:18.25rem;left:35.625rem;display:block; }
#IgiakwVVTf6PQ09sRHTIcBKBdgInN5r8 { color:#2649a9;display:block;width:62.5rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:53.95703125rem;left:6.25rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Pqkbuhxl0wCTfCPL5Al2C9lSI053BJlZ { position:relative;display:block; }#Pqkbuhxl0wCTfCPL5Al2C9lSI053BJlZ { background-color: transparent; background-image: none; }#Pqkbuhxl0wCTfCPL5Al2C9lSI053BJlZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pqkbuhxl0wCTfCPL5Al2C9lSI053BJlZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pqkbuhxl0wCTfCPL5Al2C9lSI053BJlZ > .row .container > .video-iframe-container { display: none; }#Pqkbuhxl0wCTfCPL5Al2C9lSI053BJlZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pqkbuhxl0wCTfCPL5Al2C9lSI053BJlZ > .row > .video-iframe-container { display: none; }#Pqkbuhxl0wCTfCPL5Al2C9lSI053BJlZ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pqkbuhxl0wCTfCPL5Al2C9lSI053BJlZ { border-width: 0; border-radius: 0; }#Pqkbuhxl0wCTfCPL5Al2C9lSI053BJlZ > .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; }#Pqkbuhxl0wCTfCPL5Al2C9lSI053BJlZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faf5f5;background-image:none;font-size:0.875rem;font-family:arial;height:57rem;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; }#UtzzHu0gAmmxaFk66pILfgJkcbGoT3Gk { 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 #f4ce83;border-left:0.0625rem solid #f4ce83;border-right:0.0625rem solid #f4ce83;border-bottom:0.0625rem solid #f4ce83;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.375rem;width:75.1875rem;top:9rem;left:-0.1875rem;display:block; }
#kRPKEtBm2gmDmGZ0vxOXZqCXB2TNGtsa { color:#f2cbbd;display:block;width:6.24609375rem;position:absolute;font-family:dosis;font-size:16rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:3rem;left:2.6875rem;height:20.7998125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pKRSGa12y98fUO4a3lLfOvwn9A9TgWZp { 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:12.4375rem;width:12.4375rem;top:3rem;left:31.25rem;overflow:hidden;display:block; }
#yFb0GCzmhGTEugI95EfxL5GS5QnDw8b1 { color:#72686c;display:block;width:62.498046875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:20.75rem;left:6.25rem;height:29.25rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#VSZ6lVWsw9mEHFshitwXZm7TTBX0XoG7 { position:absolute;display:block;z-index:15017;background-color:#f4ce83;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.060546875rem;width:3.75rem;top:18.25rem;left:35.625rem;display:block; }
#pKV0qcCTiydc8p8fRTKhFFffuPJ2gFAf { color:#72686c;display:block;width:62.5rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:49.25rem;left:6.25rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w8KzDqikTPiF3leGaOci3S42u0muOCV5 { position:relative;display:block; }#w8KzDqikTPiF3leGaOci3S42u0muOCV5 { background-color: transparent; background-image: none; }#w8KzDqikTPiF3leGaOci3S42u0muOCV5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w8KzDqikTPiF3leGaOci3S42u0muOCV5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w8KzDqikTPiF3leGaOci3S42u0muOCV5 > .row .container > .video-iframe-container { display: none; }#w8KzDqikTPiF3leGaOci3S42u0muOCV5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w8KzDqikTPiF3leGaOci3S42u0muOCV5 > .row > .video-iframe-container { display: none; }#w8KzDqikTPiF3leGaOci3S42u0muOCV5 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w8KzDqikTPiF3leGaOci3S42u0muOCV5 { border-width: 0; border-radius: 0; }#w8KzDqikTPiF3leGaOci3S42u0muOCV5 > .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; }#w8KzDqikTPiF3leGaOci3S42u0muOCV5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faf5f5;background-image:none;font-size:0.875rem;font-family:arial;height:15.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; }#HLUsQTFwIIR0kcTTlcNTiCE127lTLwdf { background-color:#f2a51b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.0625rem;height:3.3125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:9.1875rem;left:23.468751907349rem;display:block; }
#vS3FVq9x4BTiBpn60UxmKAhE9F5FFmJ9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Py8Fc0etm9TvFfRkX0TB9QigTLzsMXMw { color:#a54870;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:3rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:2.625rem;left:0rem;height:3.8999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kZZ7xWvqbBCpzRlfSpva1DlFv2T0DZZr { position:relative;display:block; }#kZZ7xWvqbBCpzRlfSpva1DlFv2T0DZZr { background-color: transparent; background-image: none; }#kZZ7xWvqbBCpzRlfSpva1DlFv2T0DZZr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZZ7xWvqbBCpzRlfSpva1DlFv2T0DZZr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZZ7xWvqbBCpzRlfSpva1DlFv2T0DZZr > .row .container > .video-iframe-container { display: none; }#kZZ7xWvqbBCpzRlfSpva1DlFv2T0DZZr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZZ7xWvqbBCpzRlfSpva1DlFv2T0DZZr > .row > .video-iframe-container { display: none; }#kZZ7xWvqbBCpzRlfSpva1DlFv2T0DZZr > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZZ7xWvqbBCpzRlfSpva1DlFv2T0DZZr { border-width: 0; border-radius: 0; }#kZZ7xWvqbBCpzRlfSpva1DlFv2T0DZZr > .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; }#kZZ7xWvqbBCpzRlfSpva1DlFv2T0DZZr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faf5f5;background-image:none;font-size:0.875rem;font-family:arial;height:46.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; }#HmSoRHyEWV0yoTmO1IbI3EI7Hu7zOEs7 { 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 #f4ce83;border-left:0.0625rem solid #f4ce83;border-right:0.0625rem solid #f4ce83;border-bottom:0.0625rem solid #f4ce83;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.9375rem;width:75.1875rem;top:9rem;left:-0.1875rem;display:block; }
#w5AzqG5ozupSrJGeiITVmKo6xPuoAy35 { color:#f2cbbd;display:block;width:6.24609375rem;position:absolute;font-family:dosis;font-size:16rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:3rem;left:2.6875rem;height:20.7998125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LTVg24QgPJgeWoSZIRkFZUqCRDSFbrhs { 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:12.4375rem;width:12.4375rem;top:3rem;left:31.25rem;overflow:hidden;display:block; }
#Ga7TorHtu1ISc4tiAN9vT6To2Ixwbx07 { color:#72686c;display:block;width:62.498046875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:20.75rem;left:6.25rem;height:19.5rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#cq5eTngPb3CArUFJBOLVIMEaWMIkosOO { position:absolute;display:block;z-index:15017;background-color:#f4ce83;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.060546875rem;width:3.75rem;top:18.25rem;left:35.625rem;display:block; }
#yXFlZb9Aiv1R4NvGNTLwSAE4b7KroS5g { color:#2649a9;display:block;width:62.5rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:39.70703125rem;left:6.25rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f5TEONvt9JWgvxdUrgONEJcV3LtMCO5U { position:relative;display:block; }#f5TEONvt9JWgvxdUrgONEJcV3LtMCO5U { background-color: transparent; background-image: none; }#f5TEONvt9JWgvxdUrgONEJcV3LtMCO5U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f5TEONvt9JWgvxdUrgONEJcV3LtMCO5U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f5TEONvt9JWgvxdUrgONEJcV3LtMCO5U > .row .container > .video-iframe-container { display: none; }#f5TEONvt9JWgvxdUrgONEJcV3LtMCO5U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f5TEONvt9JWgvxdUrgONEJcV3LtMCO5U > .row > .video-iframe-container { display: none; }#f5TEONvt9JWgvxdUrgONEJcV3LtMCO5U > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f5TEONvt9JWgvxdUrgONEJcV3LtMCO5U { border-width: 0; border-radius: 0; }#f5TEONvt9JWgvxdUrgONEJcV3LtMCO5U > .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; }#f5TEONvt9JWgvxdUrgONEJcV3LtMCO5U > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faf5f5;background-image:none;font-size:0.875rem;font-family:arial;height:44.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; }#GTHLA51qkUTyTWbG6rBMvbzHiRvSQK6y { 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 #f4ce83;border-left:0.0625rem solid #f4ce83;border-right:0.0625rem solid #f4ce83;border-bottom:0.0625rem solid #f4ce83;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.375rem;width:75.1875rem;top:9rem;left:-0.1875rem;display:block; }
#B6vawzFumUtEry14SIpclxWsMPPvBqg2 { color:#f2cbbd;display:block;width:6.24609375rem;position:absolute;font-family:dosis;font-size:16rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:3rem;left:2.6875rem;height:20.7998125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ksuSA2PCdCmebasJRxAmVTRXO7Jh03KX { 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:12.4375rem;width:12.4375rem;top:3rem;left:31.25rem;overflow:hidden;display:block; }
#UUC4buBvBBUtfUq5GOfGuc8a4fsSQNB3 { color:#72686c;display:block;width:62.498046875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:20.75rem;left:6.25rem;height:19.5rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#E0gPK7OlihKn0hCizLPImixFVfoIangN { position:absolute;display:block;z-index:15017;background-color:#f4ce83;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.060546875rem;width:3.75rem;top:18.25rem;left:35.625rem;display:block; }
#tOz3fbudQtT1NQVZystNmJ1fP2vdzIcT { color:#2649a9;display:block;width:62.5rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:39.70703125rem;left:6.25rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t2qsmw6bKUlBA9b0tPs6Mm5TP9vGqqGP { position:relative;display:block; }#t2qsmw6bKUlBA9b0tPs6Mm5TP9vGqqGP { background-color: transparent; background-image: none; }#t2qsmw6bKUlBA9b0tPs6Mm5TP9vGqqGP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2qsmw6bKUlBA9b0tPs6Mm5TP9vGqqGP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2qsmw6bKUlBA9b0tPs6Mm5TP9vGqqGP > .row .container > .video-iframe-container { display: none; }#t2qsmw6bKUlBA9b0tPs6Mm5TP9vGqqGP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2qsmw6bKUlBA9b0tPs6Mm5TP9vGqqGP > .row > .video-iframe-container { display: none; }#t2qsmw6bKUlBA9b0tPs6Mm5TP9vGqqGP > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2qsmw6bKUlBA9b0tPs6Mm5TP9vGqqGP { border-width: 0; border-radius: 0; }#t2qsmw6bKUlBA9b0tPs6Mm5TP9vGqqGP > .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; }#t2qsmw6bKUlBA9b0tPs6Mm5TP9vGqqGP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faf5f5;background-image:none;font-size:0.875rem;font-family:arial;height:55.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; }#aTREJJGNEaI4g4fDQXegfhUzhb2KHaUo { 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 #f4ce83;border-left:0.0625rem solid #f4ce83;border-right:0.0625rem solid #f4ce83;border-bottom:0.0625rem solid #f4ce83;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.4375rem;width:75.1875rem;top:9rem;left:-0.1875rem;display:block; }
#NKzpU5Pm93H9AbTyHcD0iEXSBQErGWIF { color:#f2cbbd;display:block;width:6.24609375rem;position:absolute;font-family:dosis;font-size:16rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:3rem;left:2.6875rem;height:20.7998125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RkeBRNlB8NNuGOmpyfldQ60ugG1JEV7Z { 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:12.4375rem;width:12.4375rem;top:3rem;left:31.25rem;overflow:hidden;display:block; }
#aXU9gsO5DTqhpiFTMELbRD0ATIRyNJhK { color:#72686c;display:block;width:62.498046875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:20.75rem;left:6.25rem;height:29.25rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#zMIFXAGETwCkRe9IXS4sIrpOlU4MdgOR { position:absolute;display:block;z-index:15017;background-color:#f4ce83;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.060546875rem;width:3.75rem;top:18.25rem;left:35.625rem;display:block; }
#O66mKZbqQPF53dql3r7AANIk2Lds6M0c { color:#2649a9;display:block;width:62.5rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:49.25rem;left:6.25rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lo1GCSyLcWXuqDLxVyXsOMcHNgC0PK2w { position:relative;display:block; }#lo1GCSyLcWXuqDLxVyXsOMcHNgC0PK2w { background-color: transparent; background-image: none; }#lo1GCSyLcWXuqDLxVyXsOMcHNgC0PK2w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lo1GCSyLcWXuqDLxVyXsOMcHNgC0PK2w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lo1GCSyLcWXuqDLxVyXsOMcHNgC0PK2w > .row .container > .video-iframe-container { display: none; }#lo1GCSyLcWXuqDLxVyXsOMcHNgC0PK2w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lo1GCSyLcWXuqDLxVyXsOMcHNgC0PK2w > .row > .video-iframe-container { display: none; }#lo1GCSyLcWXuqDLxVyXsOMcHNgC0PK2w > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lo1GCSyLcWXuqDLxVyXsOMcHNgC0PK2w { border-width: 0; border-radius: 0; }#lo1GCSyLcWXuqDLxVyXsOMcHNgC0PK2w > .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; }#lo1GCSyLcWXuqDLxVyXsOMcHNgC0PK2w > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faf5f5;background-image:none;font-size:0.875rem;font-family:arial;height:35.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; }#rTsgsT7AmTmfu1V5VxBC0836XAZCyluD { 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 #f4ce83;border-left:0.0625rem solid #f4ce83;border-right:0.0625rem solid #f4ce83;border-bottom:0.0625rem solid #f4ce83;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.9375rem;width:75.1875rem;top:9rem;left:-0.1875rem;display:block; }
#uIP2quKkBB6HDQHkfoK93GQclHNNATsy { color:#f2cbbd;display:block;width:6.24609375rem;position:absolute;font-family:dosis;font-size:16rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:3rem;left:2.6875rem;height:20.7998125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SmJiPtosT6t5QzI1stc4IAbBUktxg1o6 { 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:12.375rem;width:12.375rem;top:3rem;left:31.25rem;overflow:hidden;display:block; }
#AKCAMyDgZhESzcbT10abmB9EImvZywa4 { color:#72686c;display:block;width:62.498046875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:20.75rem;left:6.25rem;height:8.125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#lbOILpzcToywU3JdEpIffK8ioli4Zs69 { position:absolute;display:block;z-index:15017;background-color:#f4ce83;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.060546875rem;width:3.75rem;top:18.25rem;left:35.625rem;display:block; }
#TBqH8JkcyqPORcSBMb0m7mA5iIsT8xcT { color:#2649a9;display:block;width:62.5rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:28.70849609375rem;left:6.25rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TT3GDvmbTuGisbXTG8k3zTDtntHr7EpO { position:relative;display:block; }#TT3GDvmbTuGisbXTG8k3zTDtntHr7EpO { background-color: transparent; background-image: none; }#TT3GDvmbTuGisbXTG8k3zTDtntHr7EpO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TT3GDvmbTuGisbXTG8k3zTDtntHr7EpO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TT3GDvmbTuGisbXTG8k3zTDtntHr7EpO > .row .container > .video-iframe-container { display: none; }#TT3GDvmbTuGisbXTG8k3zTDtntHr7EpO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TT3GDvmbTuGisbXTG8k3zTDtntHr7EpO > .row > .video-iframe-container { display: none; }#TT3GDvmbTuGisbXTG8k3zTDtntHr7EpO > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TT3GDvmbTuGisbXTG8k3zTDtntHr7EpO { border-width: 0; border-radius: 0; }#TT3GDvmbTuGisbXTG8k3zTDtntHr7EpO > .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; }#TT3GDvmbTuGisbXTG8k3zTDtntHr7EpO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faf5f5;background-image:none;font-size:0.875rem;font-family:arial;height:49.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; }#sr4kwtBXAagHXgNMcPrgyF9PwGcru2Es { 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 #f4ce83;border-left:0.0625rem solid #f4ce83;border-right:0.0625rem solid #f4ce83;border-bottom:0.0625rem solid #f4ce83;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.625rem;width:75.1875rem;top:8.572998046875rem;left:-0.052082061767578rem;display:block; }
#TVFR2P3h7z9xvSzdwsuqQKBA32n8FUaq { color:#f2cbbd;display:block;width:6.24609375rem;position:absolute;font-family:dosis;font-size:16rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:3rem;left:2.6875rem;height:20.7998125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LJdJNf4x3WD4LZIqog70AT1i6JgTX7cy { 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:12.375rem;width:12.375rem;top:3rem;left:31.25rem;overflow:hidden;display:block; }
#zNcoQaZtUa2krxSffLkQiIquDF0ZDM3t { color:#72686c;display:block;width:62.498046875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:18.25rem;left:6.2509765625rem;height:22.75rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#OWhPQhMymqaIdJIHgE13Q92UIz9npXQr { position:absolute;display:block;z-index:15017;background-color:#f4ce83;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.060546875rem;width:3.75rem;top:18.25rem;left:35.625rem;display:block; }
#oVlxnoqmlPJuHawJTgHSD2BQSEQTkaW3 { color:#2649a9;display:block;width:62.5rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:41rem;left:7.375rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GngAp70I1E9iW2QQpsGrzoqH8pQLk2DV { position:relative;display:block; }#GngAp70I1E9iW2QQpsGrzoqH8pQLk2DV { background-color: transparent; background-image: none; }#GngAp70I1E9iW2QQpsGrzoqH8pQLk2DV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GngAp70I1E9iW2QQpsGrzoqH8pQLk2DV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GngAp70I1E9iW2QQpsGrzoqH8pQLk2DV > .row .container > .video-iframe-container { display: none; }#GngAp70I1E9iW2QQpsGrzoqH8pQLk2DV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GngAp70I1E9iW2QQpsGrzoqH8pQLk2DV > .row > .video-iframe-container { display: none; }#GngAp70I1E9iW2QQpsGrzoqH8pQLk2DV > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GngAp70I1E9iW2QQpsGrzoqH8pQLk2DV { border-width: 0; border-radius: 0; }#GngAp70I1E9iW2QQpsGrzoqH8pQLk2DV > .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; }#GngAp70I1E9iW2QQpsGrzoqH8pQLk2DV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faf5f5;background-image:none;font-size:0.875rem;font-family:arial;height:33.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; }#BgHqbrBBLvNmnRATLv1y15T3PXMTH5CZ { 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 #f4ce83;border-left:0.0625rem solid #f4ce83;border-right:0.0625rem solid #f4ce83;border-bottom:0.0625rem solid #f4ce83;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.3125rem;width:75.1875rem;top:9rem;left:-0.1875rem;display:block; }
#HTlTfc2J0dcaaWUb2eg5bfU9EehJTF0p { color:#f2cbbd;display:block;width:6.24609375rem;position:absolute;font-family:dosis;font-size:16rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:3rem;left:2.6875rem;height:20.7998125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C5feaGogwHHll3FAo4eQqxJJeKII5yWA { 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:12.4375rem;width:12.4375rem;top:3rem;left:31.25rem;overflow:hidden;display:block; }
#FoAUsF0Ki9WTDXwS9Oosc7BJpSUQ69WE { color:#72686c;display:block;width:62.498046875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:20.75rem;left:6.25rem;height:8.125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#RNUJStnkzo9ArovPlX3NZ1dqr2s3BD10 { position:absolute;display:block;z-index:15017;background-color:#f4ce83;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.060546875rem;width:3.75rem;top:18.25rem;left:35.625rem;display:block; }
#agtXKJhWxqwFZf6apHdG8ezuiTaBMr0k { color:#2649a9;display:block;width:62.5rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:28.665283203125rem;left:6.25rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PlhZt3ycLFb3RBl8NoWP2ct8suXFKefg { position:relative;display:block; }#PlhZt3ycLFb3RBl8NoWP2ct8suXFKefg { background-color: transparent; background-image: none; }#PlhZt3ycLFb3RBl8NoWP2ct8suXFKefg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PlhZt3ycLFb3RBl8NoWP2ct8suXFKefg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PlhZt3ycLFb3RBl8NoWP2ct8suXFKefg > .row .container > .video-iframe-container { display: none; }#PlhZt3ycLFb3RBl8NoWP2ct8suXFKefg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PlhZt3ycLFb3RBl8NoWP2ct8suXFKefg > .row > .video-iframe-container { display: none; }#PlhZt3ycLFb3RBl8NoWP2ct8suXFKefg > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PlhZt3ycLFb3RBl8NoWP2ct8suXFKefg { border-width: 0; border-radius: 0; }#PlhZt3ycLFb3RBl8NoWP2ct8suXFKefg > .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; }#PlhZt3ycLFb3RBl8NoWP2ct8suXFKefg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faf5f5;background-image:none;font-size:0.875rem;font-family:arial;height:40rem;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; }#KlBhM6zf7d2SE6PVXH9i0Dr2tnHVMc8P { 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 #f4ce83;border-left:0.0625rem solid #f4ce83;border-right:0.0625rem solid #f4ce83;border-bottom:0.0625rem solid #f4ce83;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.8125rem;width:75.1875rem;top:9rem;left:-0.1875rem;display:block; }
#ZdbTugMfcSIHi5DTGzQWK56937ZEWTAm { color:#f2cbbd;display:block;width:6.24609375rem;position:absolute;font-family:dosis;font-size:16rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:3rem;left:2.6875rem;height:20.7998125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#leFZTCZsNHSk7IW7XM9qgruDJcyscTeE { 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:12.4375rem;width:12.4375rem;top:3rem;left:31.25rem;overflow:hidden;display:block; }
#iRPaJT1W9mzl7mBdw4cV5GCR4VppZhet { color:#72686c;display:block;width:62.498046875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:20.75rem;left:6.25rem;height:13rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#mId0TSMpHDkDNl2hOTNBk98Odw41rr5t { position:absolute;display:block;z-index:15017;background-color:#f4ce83;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.060546875rem;width:3.75rem;top:18.25rem;left:35.625rem;display:block; }
#cmVOIBPp0BWTucrac731TzW95rtrcHPc { color:#2649a9;display:block;width:62.5rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:33.45849609375rem;left:6.25rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J5x895JLHsJaxRbPHkc49qTsFa3V4QV2 { position:relative;display:block; }#J5x895JLHsJaxRbPHkc49qTsFa3V4QV2 { background-color: transparent; background-image: none; }#J5x895JLHsJaxRbPHkc49qTsFa3V4QV2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J5x895JLHsJaxRbPHkc49qTsFa3V4QV2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J5x895JLHsJaxRbPHkc49qTsFa3V4QV2 > .row .container > .video-iframe-container { display: none; }#J5x895JLHsJaxRbPHkc49qTsFa3V4QV2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J5x895JLHsJaxRbPHkc49qTsFa3V4QV2 > .row > .video-iframe-container { display: none; }#J5x895JLHsJaxRbPHkc49qTsFa3V4QV2 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J5x895JLHsJaxRbPHkc49qTsFa3V4QV2 { border-width: 0; border-radius: 0; }#J5x895JLHsJaxRbPHkc49qTsFa3V4QV2 > .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; }#J5x895JLHsJaxRbPHkc49qTsFa3V4QV2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faf5f5;background-image:none;font-size:0.875rem;font-family:arial;height:39.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; }#gTHhAzqq10o2m0mcAyJDcuKxPnW67Hq6 { 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 #f4ce83;border-left:0.0625rem solid #f4ce83;border-right:0.0625rem solid #f4ce83;border-bottom:0.0625rem solid #f4ce83;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.125rem;width:75.1875rem;top:8.572998046875rem;left:-0.052082061767578rem;display:block; }
#RhiIUGsfbL4fQOduWi3TmwfeAJJhfel7 { color:#f2cbbd;display:block;width:6.24609375rem;position:absolute;font-family:dosis;font-size:16rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:3rem;left:2.6875rem;height:20.7998125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MEVzzwbCuR8chW4rIrSwW8wxk7LbFiga { 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:12.375rem;width:12.375rem;top:3rem;left:31.25rem;overflow:hidden;display:block; }
#igVC2fca5BqAo8fiXI8ALkxs6b4xuZh4 { color:#72686c;display:block;width:62.498046875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:20.75rem;left:6.25rem;height:13rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#uvBBHXHCq0pPXnxE2MJvhlM3emTQr7WL { position:absolute;display:block;z-index:15017;background-color:#f4ce83;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.060546875rem;width:3.75rem;top:18.25rem;left:35.625rem;display:block; }
#pQGbAhlPTT84UOvJyAU9lM08ubbHQVco { color:#2649a9;display:block;width:62.5rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:33.416748046875rem;left:6.25rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MHbrpwbgfQTJgPWTgRsrZhcWeXIPLTEf { position:relative;display:block; }#MHbrpwbgfQTJgPWTgRsrZhcWeXIPLTEf { background-color: transparent; background-image: none; }#MHbrpwbgfQTJgPWTgRsrZhcWeXIPLTEf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHbrpwbgfQTJgPWTgRsrZhcWeXIPLTEf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHbrpwbgfQTJgPWTgRsrZhcWeXIPLTEf > .row .container > .video-iframe-container { display: none; }#MHbrpwbgfQTJgPWTgRsrZhcWeXIPLTEf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHbrpwbgfQTJgPWTgRsrZhcWeXIPLTEf > .row > .video-iframe-container { display: none; }#MHbrpwbgfQTJgPWTgRsrZhcWeXIPLTEf > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHbrpwbgfQTJgPWTgRsrZhcWeXIPLTEf { border-width: 0; border-radius: 0; }#MHbrpwbgfQTJgPWTgRsrZhcWeXIPLTEf > .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; }#MHbrpwbgfQTJgPWTgRsrZhcWeXIPLTEf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faf5f5;background-image:none;font-size:0.875rem;font-family:arial;height:70rem;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; }#qcN3Jgv54ZFEIdtnkhhhiuSC65Tr0u2S { 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 #f4ce83;border-left:0.0625rem solid #f4ce83;border-right:0.0625rem solid #f4ce83;border-bottom:0.0625rem solid #f4ce83;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:60.625rem;width:75.1875rem;top:9rem;left:-0.1875rem;display:block; }
#MkhrTXR7qPeBfTPqwOBBbvrwuXw38lMt { color:#f2cbbd;display:block;width:6.24609375rem;position:absolute;font-family:dosis;font-size:16rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:3rem;left:2.6875rem;height:20.7998125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RHF4cIpX63khPw8F4upQldfwsnJEuXhD { 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:12.4375rem;width:12.4375rem;top:3rem;left:31.25rem;overflow:hidden;display:block; }
#fgJ5RycPxftaKpcyP0lxKAlbumi9wFvS { color:#72686c;display:block;width:62.498046875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:20.75rem;left:6.25rem;height:43.875rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#ZKAaATLOK6kITHzKTtWvvBa9wW1MgB4X { position:absolute;display:block;z-index:15017;background-color:#f4ce83;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.060546875rem;width:3.75rem;top:18.25rem;left:35.625rem;display:block; }
#B6ViTwOd9cZLm1NDTJHhXrAivhit0DpG { color:#72686c;display:block;width:62.5rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:63.437744140625rem;left:6.25rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WlwZDHVzlp20ofrJO70UTQBWvHTMome4 { position:relative;display:block; }#WlwZDHVzlp20ofrJO70UTQBWvHTMome4 { background-color: transparent; background-image: none; }#WlwZDHVzlp20ofrJO70UTQBWvHTMome4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WlwZDHVzlp20ofrJO70UTQBWvHTMome4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WlwZDHVzlp20ofrJO70UTQBWvHTMome4 > .row .container > .video-iframe-container { display: none; }#WlwZDHVzlp20ofrJO70UTQBWvHTMome4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WlwZDHVzlp20ofrJO70UTQBWvHTMome4 > .row > .video-iframe-container { display: none; }#WlwZDHVzlp20ofrJO70UTQBWvHTMome4 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WlwZDHVzlp20ofrJO70UTQBWvHTMome4 { border-width: 0; border-radius: 0; }#WlwZDHVzlp20ofrJO70UTQBWvHTMome4 > .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; }#WlwZDHVzlp20ofrJO70UTQBWvHTMome4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faf5f5;background-image:none;font-size:0.875rem;font-family:arial;height:71.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; }#MKS3avSJ1tXk8ikeqFVkSeVUnTEULUXA { 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 #f4ce83;border-left:0.0625rem solid #f4ce83;border-right:0.0625rem solid #f4ce83;border-bottom:0.0625rem solid #f4ce83;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.5rem;width:74.8125rem;top:8.5732421875rem;left:0.14326888038653rem;display:block; }
#cIFZWRybilClbK0Qri0Q6TxWUCM6RIKh { color:#f2cbbd;display:block;width:6.24609375rem;position:absolute;font-family:dosis;font-size:16rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:3rem;left:2.6875rem;height:20.7998125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cgEPpgPvETlfOuaEhtHe5fgyHRAh7eua { 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:12.4375rem;width:12.4375rem;top:3rem;left:31.25rem;overflow:hidden;display:block; }
#LxlIBPwQUuepMZeByVOMMTzfs5ecbPD7 { color:#72686c;display:block;width:62.498046875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:20.75rem;left:6.25rem;height:37.375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#yV7i4Uw2XRHl95vHxbzzLE1ZdBQxBVZi { position:absolute;display:block;z-index:15017;background-color:#f4ce83;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.060546875rem;width:3.75rem;top:18.25rem;left:35.625rem;display:block; }
#t8pNTcCOTuTiWQPnRNrfoQ9CpTwzD0mm { color:#2649a9;display:block;width:62.5rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:57.125rem;left:6.25rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LGuM5S1xoDoP7enPfqU2gMstzMhlEZ9D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7bd8946f-6472-4f9e-90c0-166d0106683a/KolazuczestniczekSAnalanding.png");background-position:top 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:block; }#LGuM5S1xoDoP7enPfqU2gMstzMhlEZ9D.adaptive-delivery-prevent-bg, #LGuM5S1xoDoP7enPfqU2gMstzMhlEZ9D.lazyload, #LGuM5S1xoDoP7enPfqU2gMstzMhlEZ9D.lazyloading { background-image: none; }#LGuM5S1xoDoP7enPfqU2gMstzMhlEZ9D > .row .container { background-color: transparent; background-image: none; }#LGuM5S1xoDoP7enPfqU2gMstzMhlEZ9D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(122,56,85,0.65); }#LGuM5S1xoDoP7enPfqU2gMstzMhlEZ9D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LGuM5S1xoDoP7enPfqU2gMstzMhlEZ9D > .row .container > .video-iframe-container { display: none; }#LGuM5S1xoDoP7enPfqU2gMstzMhlEZ9D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(122,56,85,0.65); }#LGuM5S1xoDoP7enPfqU2gMstzMhlEZ9D > .row > .video-iframe-container { display: none; }#LGuM5S1xoDoP7enPfqU2gMstzMhlEZ9D > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LGuM5S1xoDoP7enPfqU2gMstzMhlEZ9D > .row .container { border-width: 0; border-radius: 0; }#LGuM5S1xoDoP7enPfqU2gMstzMhlEZ9D::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; }#LGuM5S1xoDoP7enPfqU2gMstzMhlEZ9D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LGuM5S1xoDoP7enPfqU2gMstzMhlEZ9D > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#mP3aPrM7UyLpEFsWOGiEKbOGmHWGbEZ6 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:3.75rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:13.75rem;left:0rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yUt5AZ17b4fb7lU3RS43byBvHTQy6RH0 { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.25rem;height:4.0625rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:19.6875rem;left:19.375rem;display:block; }
#Lmdc9Bz1aXcLT9tayzmR8EJLmUf3C15A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H6yO7TaX0V8FTevAAez7J8MbBWBE8UXT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image: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; }#H6yO7TaX0V8FTevAAez7J8MbBWBE8UXT > .row .container { background-color: transparent; background-image: none; }#H6yO7TaX0V8FTevAAez7J8MbBWBE8UXT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H6yO7TaX0V8FTevAAez7J8MbBWBE8UXT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H6yO7TaX0V8FTevAAez7J8MbBWBE8UXT > .row .container > .video-iframe-container { display: none; }#H6yO7TaX0V8FTevAAez7J8MbBWBE8UXT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H6yO7TaX0V8FTevAAez7J8MbBWBE8UXT > .row > .video-iframe-container { display: none; }#H6yO7TaX0V8FTevAAez7J8MbBWBE8UXT > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H6yO7TaX0V8FTevAAez7J8MbBWBE8UXT > .row .container { border-width: 0; border-radius: 0; }#H6yO7TaX0V8FTevAAez7J8MbBWBE8UXT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H6yO7TaX0V8FTevAAez7J8MbBWBE8UXT > .row .container { font-size:0.875rem;font-family:arial;height:72.75rem;width:75rem;position:relative;display:block; }#yJc8wXcEuxrdF7wi64ler1WXNUwvMmOx { color:#f2a51e;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:3rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:7.799475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iwViLX1IlOHH1eD9LQKiRAO7OCx3sH6f { color:#7a3855;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:22.187171936035rem;left:0rem;height:12.1875rem;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; }
#U428ekxdFOstHOPPBgGaVxWiukKeVqe3 { color:#7a3855;display:block;width:25rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:56.436767578125rem;left:42.374877929688rem;height:1.625rem;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; }
#y7fPd354IrKxu7uK1VpW4moC4JuZ0QTg { color:#47545a;display:block;width:66.5rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.8;letter-spacing:0;top:61.87451171875rem;left:7.1875rem;height:6.75rem;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; }
#VN0M3e6HTyO8ns4IBEGh9RzcKIvvN7Vt { color:#7a3855;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:3rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:13.9208984375rem;left:0rem;height:3.8999rem;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; }
#TThzZUV7W4RGz4wnC12OqxuB1Ff1Dbol { color:#a54870;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:30.148825168609rem;left:0rem;height:9.6rem;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; }
#JUlUyUrFMFi0coK4fiuTABNXCStHqoJu { 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:36.3125rem;width:55.875rem;top:0rem;left:9.375rem;overflow:hidden;display:none; }
#Kez4s4BBVfDmvBs6Lidr3446CknxTSqr { color:#7a3855;display:block;width:25rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:38.875rem;left:10.625rem;height:3.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; }
#MK2yPsTkySCBVWKhPHsvX3ne1Qfq5dWb { color:#7a3855;display:block;width:25rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:45.288696289062rem;left:10.625rem;height:1.625rem;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; }
#K5ginF7wV6SZt7FA047h3wNdWJJS6VZr { color:#7a3855;display:block;width:25rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:50.375366210938rem;left:10.625rem;height:4.875rem;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; }
#d5rgtWXihRecOBlIHlCOfeKRrhE3sHBf { color:#7a3855;display:block;width:25rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:39.0625rem;left:42.375rem;height:4.875rem;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; }
#KCZTZfMQPefkXHmouaBR8NESNvklFM6H { color:#7a3855;display:block;width:28.25rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:46.874389648438rem;left:42.374877929688rem;height:6.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; }
#xIAdcFDvmeiRxaVVgmSCPkg4RKFtTJoo { 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:39.0625rem;left:7.1875rem;overflow:hidden;display:block; }
#txIKCJquiJNfklCcN7TxUfdICZyf9eZ5 { 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:44.452514648438rem;left:7.0623779296875rem;overflow:hidden;display:block; }
#RDvVLglRPTFX44TihNwUanXhxpBOvL2a { 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:50.375366210938rem;left:7.0623779296875rem;overflow:hidden;display:block; }
#CvhSlVvVepVxRtv9iS0oD7pCu38p4KGz { 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:39rem;left:39.0625rem;overflow:hidden;display:block; }
#ho9ODTtBeGRrQFw7zWeVr9ViVbzp2GPk { 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:47.186889648438rem;left:39.0625rem;overflow:hidden;display:block; }
#D4MwyHP8imNLVUyf62lGGLgB1VPiGDHx { 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:55.999145507812rem;left:39.0625rem;overflow:hidden;display:block; }
#fkAEdC8ZNzhl0QOcwNPKrc102DnQpJSy { position:relative;display:block; }#fkAEdC8ZNzhl0QOcwNPKrc102DnQpJSy { background-color: transparent; background-image: none; }#fkAEdC8ZNzhl0QOcwNPKrc102DnQpJSy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fkAEdC8ZNzhl0QOcwNPKrc102DnQpJSy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fkAEdC8ZNzhl0QOcwNPKrc102DnQpJSy > .row .container > .video-iframe-container { display: none; }#fkAEdC8ZNzhl0QOcwNPKrc102DnQpJSy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fkAEdC8ZNzhl0QOcwNPKrc102DnQpJSy > .row > .video-iframe-container { display: none; }#fkAEdC8ZNzhl0QOcwNPKrc102DnQpJSy > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fkAEdC8ZNzhl0QOcwNPKrc102DnQpJSy { border-width: 0; border-radius: 0; }#fkAEdC8ZNzhl0QOcwNPKrc102DnQpJSy > .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; }#fkAEdC8ZNzhl0QOcwNPKrc102DnQpJSy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faf5f5;background-image:none;font-size:0.875rem;font-family:arial;height:77.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; }#ROBsD2Wcq97b8iQgmomcImnWcAJqEMvx { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:75.5625rem;width:66.6875rem;top:1.875rem;left:4.15625rem;display:block; }
#TvNQEvwwayKqMVQX2ZEm6nc0QFpXQNCV { color:#72686c;display:block;width:25rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:700;z-index:15018;line-height:1.5;letter-spacing:0;top:38.5rem;left:24.5rem;height:2.34375rem;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; }
#qmIGmZKTE1F7KJB3CepVKKLPOo6blsq2 { color:#72686c;display:block;width:18.75rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:63.9375rem;left:10.375rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QGovb9flDgxCAfHMEQuFsvUzxIUs4wgM { color:#72686c;display:block;width:25rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:52.463542938233rem;left:41.125rem;height:2.34375rem;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; }
#BhsK2FXXNmNkm6AoQFxzfiDVkT0e2T54 { color:#72686c;display:block;width:18.75rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:63.9375rem;left:44.25rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ck8ueUnzLs6C4Iiyy2cOcTJgyyDmlewi { position:absolute;display:block;z-index:15001;background-color:#7b3956;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:6.6875rem;width:61.6875rem;top:4.25rem;left:6.375rem;display:block; }
#kSiG5IDIFhyyK66qsgxfINZlAlLwCszQ { color:#ffffff;display:block;width:25rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:5.4375rem;left:26.875rem;height:4.21875rem;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; }
#i8Jv1xvWCr5SlUD3ReWTNmbuTiq7U75Q { color:#2a6f05;display:block;width:24.3125rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:57.125rem;left:41.46875rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xfiglWDHDxA3nSrvUqJ56ZkL8rmToBVF { color:#72686c;display:block;width:28.1875rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:normal;z-index:15023;line-height:1.5;letter-spacing:0;top:13.0625rem;left:7.25rem;height:17.53125rem;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; }
#EZIpArsh1sDfcBKovzqOzVJ6JuBJNUG4 { color:#72686c;display:block;width:28.1875rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:13.0625rem;left:37.75rem;height:22.3125rem;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; }
#O0u97uzIe8LTcwhkli1BVTamhaiA1Te5 { color:#72686c;display:block;width:25rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:51.291667938233rem;left:7.25rem;height:4.6875rem;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; }
#ELDSXnT0sUPtZ2PvyGykamfkT3KcQhR0 { color:#72686c;display:block;width:59.1875rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:41.75rem;left:7.4375rem;height:7.96875rem;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; }
#aEBZImFVmgqluBLHtTzXkKVXlTtscFGP { color:#2a6f05;display:block;width:27.4375rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:57.125rem;left:7.625rem;height:1.875rem;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; }
#wOvStNr8C76awAgzbthqsU8dTABl4pwF { 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-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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:68.8125rem;left:11rem;display:block; }
#vTQA86WbbgRyFTNCPV910KyAgXxBlGi3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FS86t9tuTJh5qnDMGdzFMKL44amfv4Ld { 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-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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:68.8125rem;left:44.875rem;display:block; }
#bzepDe0qqS2nS1xKfT3qmkfBv9yhnDvq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qTWDufJm9gq7tm6ZR2CnZQoEDqmXunrJ { position:relative;display:block; }#qTWDufJm9gq7tm6ZR2CnZQoEDqmXunrJ { background-color: transparent; background-image: none; }#qTWDufJm9gq7tm6ZR2CnZQoEDqmXunrJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTWDufJm9gq7tm6ZR2CnZQoEDqmXunrJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTWDufJm9gq7tm6ZR2CnZQoEDqmXunrJ > .row .container > .video-iframe-container { display: none; }#qTWDufJm9gq7tm6ZR2CnZQoEDqmXunrJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTWDufJm9gq7tm6ZR2CnZQoEDqmXunrJ > .row > .video-iframe-container { display: none; }#qTWDufJm9gq7tm6ZR2CnZQoEDqmXunrJ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTWDufJm9gq7tm6ZR2CnZQoEDqmXunrJ { border-width: 0; border-radius: 0; }#qTWDufJm9gq7tm6ZR2CnZQoEDqmXunrJ > .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; }#qTWDufJm9gq7tm6ZR2CnZQoEDqmXunrJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faf5f5;background-image:none;font-size:0.875rem;font-family:arial;height:21.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; }#QywKGSRM7b5seML25t3ar9XDGHvQg01J { color:#ffffff;display:block;width:34.3125rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:2.4791660308838rem;left:4.0625rem;height:7.3125rem;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; }
#afBm9HrCV7Vw5TG7gBMWzC3wqC63qvC2 { color:#ffffff;display:block;width:28.3125rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:400;z-index:15024;line-height:1.2;letter-spacing:0;top:3.666015625rem;left:39.998699188233rem;height:3.375rem;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; }
#TOCySlS3vdb8rAoqFTJoIvDTT3VO4IZ7 { position:absolute;display:block;z-index:15023;background-color:#ba7291;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:16.25rem;width:33.3125rem;top:0rem;left:37.498699188233rem;display:block; }
#Iahk3UbTw85Pn2tS63wTAsZ0VsDfX4eR { color:#ffffff;display:block;width:17.9375rem;position:absolute;font-family:"josefin sans";font-size:4.0625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:9.1822910308837rem;left:45.18620300293rem;height:5.28125rem;text-align:center;text-align-last:center;display:block; }
#TtvBNAk2l8BDhJ3uQ55GNbS3TwLdPqFl { position:absolute;display:block;z-index:15000;background-color:#e1afc4;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:16.25rem;width:34.0625rem;top:0rem;left:4.1875rem;display:block; }
#b6oiu4ZJOkF4NVtqfeEu0hxaMhWtFsc4 { color:#faf5f5;display:block;width:17.9375rem;position:absolute;font-family:"josefin sans";font-size:3.125rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:10.359375rem;left:12.25rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#Oi2twREm6QIBXZhs62O493T9CiOOLsRD { position:relative;display:none; }#Oi2twREm6QIBXZhs62O493T9CiOOLsRD { border-width: 0; border-radius: 0; }#Oi2twREm6QIBXZhs62O493T9CiOOLsRD > .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; }#Oi2twREm6QIBXZhs62O493T9CiOOLsRD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faf5f5;background-image:none;font-size:0.875rem;font-family:arial;height:27.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; }#s4iav7Ulda1hfbcvTwSXAgN1zTSrQl9h { color:#091e5a;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:3rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:4.317626953125rem;left:0rem;height:7.7995rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W17glGfggtBgp3xbiNkqmAtKkRtZH3f3 { position:absolute;display:block;z-index:15012;background-color:#7a3855;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:23.0625rem;width:47.625rem;top:15.19970703125rem;left:13.6865234375rem;display:block; }
#sg9W8Ua0v5aFIdH3NTnLx1uGRKFO7QJv { color:#2649a9;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:700;z-index:15018;line-height:1.7;letter-spacing:0;top:17.625122070312rem;left:0rem;height:4.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SRqzxpeKsz0omS64weE5r5eTDql2NATz { color:#2649a9;display:block;width:45.874625rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15019;line-height:1.7;letter-spacing:0;top:21.874389648438rem;left:14.562377929688rem;height:13.28125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nKvpLxRrpqvIsHFQop4sPhZb1TvLbTwD { color:#091e5a;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:3rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:4.317626953125rem;left:0rem;height:7.7990625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#iiUzF7gMsWykC4dF21UxJAUCDbPZp8PK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2ddd4;background-image: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; }#iiUzF7gMsWykC4dF21UxJAUCDbPZp8PK > .row .container { border-width: 0; border-radius: 0; }#iiUzF7gMsWykC4dF21UxJAUCDbPZp8PK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iiUzF7gMsWykC4dF21UxJAUCDbPZp8PK > .row .container { font-size:0.875rem;font-family:arial;height:52.75rem;width:75rem;position:relative;display:none; }#inmGyzPRr0K3p8v3Zf9u3ReZd5tooAMI { color:#091e5a;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:12.8173828125rem;left:0rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Acsk3ALpGF1pto8mBSn3cQWSBUFw9tUs { background-color:#f2a51e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:43.57421875rem;left:18.75rem;display:block; }
#Rexbi0KceRtrJZ5b09bT77SGWVQBgT7P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IFlmxaSGAeOyrlicXu83Ov4LgVACGnVI { 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:9.375rem;width:9.375rem;top:20.8125rem;left:14.5rem;overflow:hidden;display:block; }
#TvRaFATUKQs3kSLeMtglp0mo4SSEsfCT { 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:9.375rem;width:9.375rem;top:20.8125rem;left:26.875rem;overflow:hidden;display:block; }
#oZ7L8Lipeqkzck51zqHKNInTiBCsOeor { 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:9.375rem;width:9.375rem;top:20.8125rem;left:39rem;overflow:hidden;display:block; }
#kqK7SB7oK2Gil9yGyFJoQszGZUZImBRf { 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:9.375rem;width:9.375rem;top:20.8125rem;left:51.125rem;overflow:hidden;display:block; }
#C4VXvCI8tGUSwsXvEALUDESzRXE6lbb2 { 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:9.375rem;width:9.375rem;top:31.8125rem;left:32.9375rem;overflow:hidden;display:block; }
#ZnStqMw0XOhVbtIMXX1zKMUSNSRzKFCb { 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:9.375rem;width:9.375rem;top:31.8125rem;left:45.0625rem;overflow:hidden;display:block; }
#LlilnSZBakJ86lk8l1AhT5zErJToGSN7 { 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:9.375rem;width:9.375rem;top:31.8125rem;left:20.5625rem;overflow:hidden;display:block; }
#cTPTGEnEbC3maA47BRg8x8oqCmp6FTJF { position:relative;display:none; }#cTPTGEnEbC3maA47BRg8x8oqCmp6FTJF { border-width: 0; border-radius: 0; }#cTPTGEnEbC3maA47BRg8x8oqCmp6FTJF > .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; }#cTPTGEnEbC3maA47BRg8x8oqCmp6FTJF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faf5f5;background-image:none;font-size:0.875rem;font-family:arial;height:37.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:none; }#zFkZ9oQgaamud7eRBo7c3yLOkDdvUgwx { color:#2649a9;display:block;width:15.3125rem;position:absolute;font-family:"josefin sans";font-size:1.1875rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:20.609741210938rem;left:0.797119140625rem;height:8.90625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#Tt8zO16GiNmFItJ76qnhuePT1Iv2XvZx { position:absolute;display:block;z-index:15008;background-color:#ffffff;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:27.125rem;width:17.25rem;top:8.3125rem;left:19.28125rem;display:block; }
#L6rHbx6S9cCymkGFzTBrTmJGhrV2DHk5 { position:absolute;display:block;z-index:15010;background-color:#ffffff;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:27.625rem;width:17.25rem;top:8.3125rem;left:57.7490234375rem;display:block; }
#GDz1LdenxHTfD9JzTLrfrI9dvxd13mib { color:#72686c;display:block;width:15.812375rem;position:absolute;font-family:"josefin sans";font-size:1.1875rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:20.609741210938rem;left:19.998168945312rem;height:8.90625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#VbG90QpuaF0WaU3ASwHeqONoZNayTZ20 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.375rem;width:12.375rem;top:2.25rem;left:21.6875rem;overflow:hidden;display:block; }
#MlpORv8adgqwb2q8vyFBQCmHf93J1e3R { 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:12.3125rem;width:12.3125rem;top:2.228515625rem;left:60.15625rem;overflow:hidden;display:block; }
#VDTZf8XTmnUkpry44Quqs04SHQhNdCUp { 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:12.375rem;width:12.375rem;top:2.3125rem;left:40.84375rem;overflow:hidden;display:block; }
#DrAgBaSleU1SSZxGp6hesHPPtc5Qh3W1 { color:#2649a9;display:block;width:15.874625rem;position:absolute;font-family:"josefin sans";font-size:1.1875rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:17.201538085938rem;left:0.5169677734375rem;height:1.54361875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OthOlG3yJkK2kZIe9XClba4U0J6r0GPu { position:absolute;display:block;z-index:15006;background-color:#ffffff;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:27rem;width:17.25rem;top:8.3125rem;left:0rem;display:block; }
#QG6biZGXRLLECuTkSWiSWiN2o0SU7uT3 { color:#2649a9;display:block;width:15.874625rem;position:absolute;font-family:"josefin sans";font-size:1.1875rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:17.201538085938rem;left:19.967041015625rem;height:1.54361875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VilKyToJAPMxbLyQLmq0HzV0HB2seS3p { color:#2649a9;display:block;width:15.874625rem;position:absolute;font-family:"josefin sans";font-size:1.1875rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:17.201538085938rem;left:39.12353515625rem;height:1.54361875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xbs8zIFzMiW6lT3hBESxPiZcbxmSldgF { color:#2649a9;display:block;width:15.8125rem;position:absolute;font-family:"josefin sans";font-size:1.1875rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:20.609375rem;left:39.154663085938rem;height:8.90625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#mpQbpBBTS4LUVzOpR7H9fOtrCXD1TUCt { color:#2649a9;display:block;width:15.874625rem;position:absolute;font-family:"josefin sans";font-size:1.1875rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:17.201538085938rem;left:59.125366210938rem;height:1.54361875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ANKdZTZJpo9rWBTdvJuRGMupUDtzA1RL { color:#2649a9;display:block;width:15.8125rem;position:absolute;font-family:"josefin sans";font-size:1.1875rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:20.609375rem;left:58.466796875rem;height:8.90625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#S3X96ioZUQ984TcKhkaUsL9qgC9T89gI { 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:12.375rem;width:12.375rem;top:2.25rem;left:2.2897148132324rem;overflow:hidden;display:block; }
#dX2pNWqSTEfTXpTW1Cyxi6TKTWJewkcW { background-color:#f2a51e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:30.5166015625rem;left:0.640625rem;display:block; }
#nUllBkBA00yKLZ7ZHeIKJeGNRXbP4Ddg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ERipDgUO6MaP36wqroBQKgwOvWRBPNfn { background-color:#f2a51e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:30.5166015625rem;left:20.09375rem;display:block; }
#SqkT7QXsfO36pnvu8sbkPiSGKUakweeX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TxeVEhxuTUqso3WckI9v6ECcJMDlfmyW { background-color:#f2a51e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:30.5166015625rem;left:39.21875rem;display:block; }
#OBzds5ETtKxUMmgTgUTSCw673oWAiPwJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ed4nsCNMM3BoVwGI6VUC91MTbCeyPVgq { background-color:#f2a51e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:30.5166015625rem;left:58.5615234375rem;display:block; }
#hDIrMOxWCrGDP2RrZmJsCSUCnqscgafR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NvzrJPgTk9taDLZoSV9cswFSgg2ZFbtQ { position:absolute;display:block;z-index:15009;background-color:#ffffff;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:27.3125rem;width:17.25rem;top:8.3125rem;left:38.4052734375rem;display:block; }
#ggxinWdfVewMoFpih027z0LV3ZOzcEn6 { position:relative;display:none; }#ggxinWdfVewMoFpih027z0LV3ZOzcEn6 { border-width: 0; border-radius: 0; }#ggxinWdfVewMoFpih027z0LV3ZOzcEn6 > .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; }#ggxinWdfVewMoFpih027z0LV3ZOzcEn6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faf5f5;background-image:none;font-size:0.875rem;font-family:arial;height:34.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; }#Z2WOLLeNo4bpNglItm1C83SU8o9SX27D { color:#2649a9;display:block;width:15.3125rem;position:absolute;font-family:"josefin sans";font-size:1.1875rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:20.8125rem;left:10.5rem;height:5.34375rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#nHSnVe76LwcnIJmP30ASgH8NuTJZ4BC1 { position:absolute;display:block;z-index:15008;background-color:#ffffff;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:23.5rem;width:17.25rem;top:8.4990234375rem;left:28.9365234375rem;display:block; }
#sPw9dy5PmZllAhOWtgpToLTsNNA5l4R5 { position:absolute;display:block;z-index:15009;background-color:#ffffff;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:23.625rem;width:17.25rem;top:8.4990234375rem;left:48.125rem;display:block; }
#P9ZIKu9nRT3oTcCt7hfdRm4wrhyBlSpn { color:#2649a9;display:block;width:15.812375rem;position:absolute;font-family:"josefin sans";font-size:1.1875rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:20.8125rem;left:29.6875rem;height:7.125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#GuIMT006T8cmUoagwsUfxUXIDbLUrFv6 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.3125rem;width:12.3125rem;top:2.4375rem;left:31.375rem;overflow:hidden;display:block; }
#UeuOwEwxwL0TEOJDpcH8qThAoTKvxAf0 { 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:12.3125rem;width:12.3125rem;top:2.5rem;left:50.5rem;overflow:hidden;display:block; }
#iKZhTVI4XXmXXfFiL1DlO83T89lpSoec { color:#2649a9;display:block;width:15.874625rem;position:absolute;font-family:"josefin sans";font-size:1.1875rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:17.375rem;left:10.1875rem;height:1.54361875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#z1CkH0Pv9t5XFf2InxJuuez7MExSGdTz { position:absolute;display:block;z-index:15006;background-color:#ffffff;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:23.375rem;width:17.25rem;top:8.4990234375rem;left:9.6875rem;display:block; }
#y9qKdTI8lPypoXCfcVDZfpptlkr2G4P5 { color:#2649a9;display:block;width:15.874625rem;position:absolute;font-family:"josefin sans";font-size:1.1875rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:17.375rem;left:29.625rem;height:1.54361875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#t6xkytpVABBGGT1mWc7HZdqhvkJfuFRS { color:#2649a9;display:block;width:15.874625rem;position:absolute;font-family:"josefin sans";font-size:1.1875rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:17.375rem;left:48.8125rem;height:1.54361875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eTrZ2xN0w8664Lie6fXq5rQuV95MBk0k { color:#2649a9;display:block;width:15.8115234375rem;position:absolute;font-family:"josefin sans";font-size:1.1875rem;font-weight:300;z-index:15021;line-height:1.4;letter-spacing:0;top:20.8125rem;left:48.84375rem;height:6.6484375rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#S5lVBUepeyTALtlbvAlH3L3XmhB3kuI2 { 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:12.3125rem;width:12.3125rem;top:2.4375rem;left:12rem;overflow:hidden;display:block; }
#fwuHdGoPdm2OriP6la0BuE5t32gWFZ0w { background-color:#f2a51e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:27.005859375rem;left:10.34375rem;display:block; }
#TAlH2RUkM4m2fSUzsq9ScpvBRF3MBdB0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eC8Iox0fJV8CUAuwtTIV54MSqCC5a02L { background-color:#f2a51e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:27.005859375rem;left:48.9375rem;display:block; }
#q0LgVJZH65dqnbRGJzSIMTvo5a6Pcxhe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Sh1sdCBlIT4pw2axKQ5qLrOO92glpprQ { background-color:#f2a51e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:27.005859375rem;left:29.6875rem;display:block; }
#ipK2IUcbKhXbg1LQMoMV2uCZXoH5d3p3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UeLLPScydr2bu35sqnl8X5nE4SKLLB2V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8ecec;background-image: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; }#UeLLPScydr2bu35sqnl8X5nE4SKLLB2V > .row .container { border-width: 0; border-radius: 0; }#UeLLPScydr2bu35sqnl8X5nE4SKLLB2V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UeLLPScydr2bu35sqnl8X5nE4SKLLB2V > .row .container { font-size:0.875rem;font-family:"open sans";height:10.875rem;width:75rem;position:relative;display:none; }#zaKyO37v0DHauvpR6EQk3HnvpneIS0Fi { display:block;width:57.68425rem;position:absolute;font-family:"josefin sans";font-size:3rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:8.7779960632325rem;left:8.6575527191163rem;height:4.5rem;text-align:center;text-align-last:center;color:#faf5f5;font-style:normal;display:block; }
#Fpc2l8pSsToGL1iQdQGSiJKegNki0Ofl { position:absolute;display:block;z-index:15004;background-color:#30b1be;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:12.125rem;width:66.6875rem;top:4.9654953479767rem;left:4.15625rem;display:block; }
#TnDpJdGfH7pTw3rOTQIXAvCQoiuwwUnF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7b3956;background-image: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; }#TnDpJdGfH7pTw3rOTQIXAvCQoiuwwUnF > .row .container { border-width: 0; border-radius: 0; }#TnDpJdGfH7pTw3rOTQIXAvCQoiuwwUnF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TnDpJdGfH7pTw3rOTQIXAvCQoiuwwUnF > .row .container { font-size:0.875rem;font-family:arial;height:10.6875rem;width:75rem;position:relative;display:none; }#xPZTTuwCTGiruh97JbRoWlMAb5tFqvlf { color:#ffffff;display:block;width:33.9375rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:1.01171875rem;left:20.53125rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Lyw5Tu1ozGwix3lM1VdDRDsHcrkPcMJd { background-color:#f39c12;background-image:url("https://images.assets-landingi.com/uc/db79b760-1a70-427b-afdf-68dac115eb96/Zdjeciegownenastronezapisufale3.png");background-position:top 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; }#Lyw5Tu1ozGwix3lM1VdDRDsHcrkPcMJd.adaptive-delivery-prevent-bg, #Lyw5Tu1ozGwix3lM1VdDRDsHcrkPcMJd.lazyload, #Lyw5Tu1ozGwix3lM1VdDRDsHcrkPcMJd.lazyloading { background-image: none; }#Lyw5Tu1ozGwix3lM1VdDRDsHcrkPcMJd > .row .container { border-width: 0; border-radius: 0; }#Lyw5Tu1ozGwix3lM1VdDRDsHcrkPcMJd > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Lyw5Tu1ozGwix3lM1VdDRDsHcrkPcMJd > .row .container { font-size:0.875rem;font-family:arial;height:52.8125rem;width:75rem;overflow:visible;position:relative;display:none; }#VzuqxDUzBK5rehBLQCH5s8WB6B21it7O { color:#47545a;display:block;width:22.999875rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:normal;z-index:15023;line-height:2;letter-spacing:0;top:22.5625rem;left:43.3125rem;height:2.75024375rem;text-align:left;text-align-last:left;display:block; }
#iqxmkwfseQi8CoU5GsC2IbLrXcWFlKke { color:#47545a;display:block;width:23.687125rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:normal;z-index:15024;line-height:1.4;letter-spacing:0;top:27.5rem;left:43.3125rem;height:3.8501rem;text-align:left;text-align-last:left;display:block; }
#F91H46SNK50390D6oyzrXXtgRssesopk { 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:15004;opacity:1;top:22.686767578125rem;left:39.18701171875rem; }
#F91H46SNK50390D6oyzrXXtgRssesopk > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#pUO33XMnKWcXxEg1PilzTt0CwhdowdmS { 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:15005;opacity:1;top:28.175048828125rem;left:39.18701171875rem; }
#pUO33XMnKWcXxEg1PilzTt0CwhdowdmS > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#u3J0oCOSQ1CTNbHlhhNTGTbbXKelyQvz { 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; }
#XgSWPd5CWL6JGxrvEzHdeGqwAOwgAVEg { color:#ffffff;display:block;width:23rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:normal;z-index:15023;line-height:2;letter-spacing:0;top:27.749633789062rem;left:51.5625rem;height:2.75024375rem;text-align:left;text-align-last:left;display:none; }
#xOas3FVStDvrSffhRCt0b0eHcx5piT11 { position:absolute;display:block;z-index:14999;background-color:#ffffff;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:39.937125rem;width:36.25rem;top:6.1875rem;left:37.1875rem;display:block; }
#s9XV0BpTvU9KqukfpDc45QyhbsxvrgJ9 { position:absolute;display:block;z-index:15045;background-color:#30b1be;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.62463125rem;width:36.25rem;top:42.0625rem;left:37.1875rem;display:block; }
#SwqwC7Eu4QxcP9TXwH78rUkn567P8Qn5 { color:#ffffff;display:block;width:35.187375rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:700;z-index:15046;line-height:1.5;letter-spacing:0;top:42.9375rem;left:37.1875rem;height:2.34375rem;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; }
#mh6B3TnDMTqp8xntLGQBAeJ70fpqmtJO { color:#a54870;display:block;width:36.25rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:7.4375rem;left:37.1875rem;height:5.68725625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U2VTM5DXFeTBXPbDLLT3Q0BFdDXdaHrL { color:#47545a;display:block;width:32.687375rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;top:12.375rem;left:39.1875rem;height:8.12375625rem;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; }
#hPRfIemSFfq84ZKQDUpwtkrRIhbhMUyf { color:#47545a;display:block;width:32.25rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:300;z-index:15025;line-height:1.4;letter-spacing:0;top:32.875rem;left:39.1875rem;height:5.94970625rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#Ahm3xpEhmeX4t5gMzD7CTA3wl7qVMRzi { color:#47545a;display:block;width:23.687125rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:normal;z-index:15024;line-height:1.4;letter-spacing:0;top:27.5rem;left:43.3125rem;height:3.8501rem;text-align:left;text-align-last:left;display:none; }
#SZR9C3XZi6utK1p7aHTDfJHtwQtvo49E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff8e5;background-image: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; }#SZR9C3XZi6utK1p7aHTDfJHtwQtvo49E > .row .container { border-width: 0; border-radius: 0; }#SZR9C3XZi6utK1p7aHTDfJHtwQtvo49E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SZR9C3XZi6utK1p7aHTDfJHtwQtvo49E > .row .container { font-size:0.875rem;font-family:arial;height:58.8125rem;width:75rem;position:relative;display:none; }#oSbn0tFbOlaaFIR6a4N6i3BGsy8DV1gd { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:24.5625rem;width:43.75rem;top:5.625rem;left:15.625rem;display:block; }
#TEJ1AufmBTUJ8lzI14kuw8oMDIIXzMMy { 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:26.5625rem;width:41.5625rem;top:31.700439453125rem;left:40.82275390625rem;overflow:hidden;display:block; }
#lNDdZ6qTxntZaTdhka18UtuPGF39vlWn { color:#7a3855;display:block;width:42.5rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:32.505493164062rem;left:3.226318359375rem;height:22.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oTDp3pRzqbemEitD5UuGwEAg1cfuNbp7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8ecec;background-image: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; }#oTDp3pRzqbemEitD5UuGwEAg1cfuNbp7 > .row .container { border-width: 0; border-radius: 0; }#oTDp3pRzqbemEitD5UuGwEAg1cfuNbp7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oTDp3pRzqbemEitD5UuGwEAg1cfuNbp7 > .row .container { font-size:0.875rem;font-family:"open sans";height:10.875rem;width:75rem;position:relative;display:none; }#xMQwXl0P1Mfi4tM1Ae5baP3wMSwXozCm { display:block;width:57.68425rem;position:absolute;font-family:"josefin sans";font-size:3rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:8.7779960632325rem;left:8.6575527191163rem;height:4.5rem;text-align:center;text-align-last:center;color:#faf5f5;font-style:normal;display:block; }
#u9aV0Fd3KkGET8rALTfBlMuK4GA74KCV { position:absolute;display:block;z-index:15004;background-color:#30b1be;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:12.125rem;width:66.6875rem;top:4.9654953479767rem;left:4.15625rem;display:block; }
#uIuaq49tKEcUclGy3MPxDGkXPWZFtzS9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7b3956;background-image: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; }#uIuaq49tKEcUclGy3MPxDGkXPWZFtzS9 > .row .container { border-width: 0; border-radius: 0; }#uIuaq49tKEcUclGy3MPxDGkXPWZFtzS9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uIuaq49tKEcUclGy3MPxDGkXPWZFtzS9 > .row .container { font-size:0.875rem;font-family:arial;height:10.6875rem;width:75rem;position:relative;display:none; }#tLwIyUNF2CvuJ1dzn4aVaP6EvvbJdKTe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7b3956;background-image:url("https://images.assets-landingi.com/uc/04ddc027-08f4-4955-82dd-89af0c6a88db/_Zdjeciegownenastronezapisucz2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#tLwIyUNF2CvuJ1dzn4aVaP6EvvbJdKTe.adaptive-delivery-prevent-bg, #tLwIyUNF2CvuJ1dzn4aVaP6EvvbJdKTe.lazyload, #tLwIyUNF2CvuJ1dzn4aVaP6EvvbJdKTe.lazyloading { background-image: none; }#tLwIyUNF2CvuJ1dzn4aVaP6EvvbJdKTe > .row .container { border-width: 0; border-radius: 0; }#tLwIyUNF2CvuJ1dzn4aVaP6EvvbJdKTe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tLwIyUNF2CvuJ1dzn4aVaP6EvvbJdKTe > .row .container { font-size:0.875rem;font-family:arial;height:49.375rem;width:75rem;position:relative;display:none; }#et5PCTn58TS0KkU456XkNHBJo76NidNq { color:#212721;display:block;width:32.875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:25.25rem;left:39.75rem;height:1.62524375rem;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; }
#CsGbi7OLSqTucJe6Bv8yy05c4GTDm1PK { color:#30b1be;display:block;width:32.625rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:9.708251953125rem;left:40.4375rem;height:5.68725rem;text-align:center;text-align-last:center;display:block; }
#sbWJKHw7xoJWASuM9TrR512ZDSLavHkk { position:absolute;display:block;z-index:15003;background-color:#ffffff;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:30.4375rem;width:36.25rem;top:7.5rem;left:38.74951171875rem;display:block; }
#XhZz83Ne9g6vqhJo7Nu73Mg4XX3BF7ZN { position:absolute;display:block;z-index:15024;background-color:#30b1be;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6245125rem;width:36.24975rem;top:34.125rem;left:38.750244140625rem;display:block; }
#y6InvCl3vMHhe30KW12kLP8glOL8oX43 { color:#212721;display:block;width:32.87475rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:17.16943359375rem;left:40.310302734375rem;height:12.9980625rem;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; }
#OQKsndcNSFLpMDDTkslt8va0VTQ2EyHv { color:#ffffff;display:block;width:36.312rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:700;z-index:15025;line-height:2;letter-spacing:0;top:34.875rem;left:38.68798828125rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UOyTdL357yxP4pZKI8IxnJ0lasKMzuDm { 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:35.6875rem;width:75rem;display:none; }
#s6UG6DuLCJTdSOxvdtvKB7txJPcHcdro { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.25rem;height:4.0625rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:41.729166984558rem;left:38.75rem;display:block; }
#vPGaDFhoJ0glgTT5vOwLFMN1zJRQNtUG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qZ01gJoyc8mVJ6V3Pd3dkDXXgslb9pOB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7b3956;background-image: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; }#qZ01gJoyc8mVJ6V3Pd3dkDXXgslb9pOB > .row .container { border-width: 0; border-radius: 0; }#qZ01gJoyc8mVJ6V3Pd3dkDXXgslb9pOB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qZ01gJoyc8mVJ6V3Pd3dkDXXgslb9pOB > .row .container { font-size:0.875rem;font-family:arial;height:37.8125rem;width:75rem;position:relative;display:none; }#MLGIxMUomPVtgaP1HvR0Vb4yMTXwudr7 { color:#ffffff;display:block;width:48.3125rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.75rem;left:20.8125rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KicpylkgodvQ2fBQ0L6FUCu5tfS4x8M0 { color:#ffffff;display:block;width:48.6875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:8.1563720703125rem;left:20.625rem;height:26.25rem;font-style:normal;display:block; }
#UzXk9kUuU089bXLtN2C5kXdGXTVv6f3C { 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:15.5625rem;width:15.5625rem;top:8.135498046875rem;left:2.8125rem;overflow:hidden;display:block; }
#cqop4nst23W3pyNDCWSLTPwSxwNJppkH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image: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; }#cqop4nst23W3pyNDCWSLTPwSxwNJppkH > .row .container { border-width: 0; border-radius: 0; }#cqop4nst23W3pyNDCWSLTPwSxwNJppkH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cqop4nst23W3pyNDCWSLTPwSxwNJppkH > .row .container { font-size:0.875rem;font-family:"open sans";height:10.6875rem;width:75rem;position:relative;display:none; }#TawTpyFVpzi6IKUdZplQ2awoq0bc5BcR { color:#091e5a;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:3rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:6.7884116172787rem;left:0rem;height:3.8995375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hWkT4IOTZHBD4yCRWP1mOdmFoq0y72ZJ { position:absolute;display:block;z-index:15003;background-color:#30b1be;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:12.5625rem;width:66.6875rem;top:4.0625rem;left:4.15625rem;display:block; }
#m1E8vOJo6bB5HMu9g35QgWAcJ3LkHaVC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7b3956;background-image: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; }#m1E8vOJo6bB5HMu9g35QgWAcJ3LkHaVC > .row .container { border-width: 0; border-radius: 0; }#m1E8vOJo6bB5HMu9g35QgWAcJ3LkHaVC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m1E8vOJo6bB5HMu9g35QgWAcJ3LkHaVC > .row .container { font-size:0.875rem;font-family:arial;height:10.6875rem;width:75rem;position:relative;display:none; }#G30AmLouo3TvtJSkP3XzvPFKOIl2LZ10 { color:#ffffff;display:block;width:28.18725rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:0rem;left:23.405151367188rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DcMCdbzsTukI8xraOa6uGT2FPIb3lapt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8036d5ad-e609-462c-8b13-52d8c7376f34/_Zdjeciegownenastronezapisucz2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#DcMCdbzsTukI8xraOa6uGT2FPIb3lapt.adaptive-delivery-prevent-bg, #DcMCdbzsTukI8xraOa6uGT2FPIb3lapt.lazyload, #DcMCdbzsTukI8xraOa6uGT2FPIb3lapt.lazyloading { background-image: none; }#DcMCdbzsTukI8xraOa6uGT2FPIb3lapt > .row .container { border-width: 0; border-radius: 0; }#DcMCdbzsTukI8xraOa6uGT2FPIb3lapt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DcMCdbzsTukI8xraOa6uGT2FPIb3lapt > .row .container { font-size:0.875rem;font-family:arial;height:61.1875rem;width:75rem;position:relative;display:none; }#PADft0xkkwzMHFNFbLOvCQ4FrWvwTdaD { 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; }
#pgJHoN6iN9RFRiT6Pve4x1w0CAI7KDfi { color:#47545a;display:block;width:32.6875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:13.375000655651rem;left:40.53125rem;height:27.620875rem;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; }
#XR0WCkFyDfq5liCT7kzDkyGSxoz3BIzs { position:absolute;display:block;z-index:15023;background-color:#ffffff;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:41.6875rem;width:36.25rem;top:6.75rem;left:38.75rem;display:block; }
#XutD1ZVuPo5sCxMDTyeRXmHDKMW3c9nN { color:#a54870;display:block;width:33.5rem;position:absolute;font-family:"josefin sans";font-size:2.0625rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:8.875rem;left:40.5625rem;height:5.361325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Jhxxk4xrJ67mylTpVs3VMZ0PgBmSSZTE { position:absolute;display:block;z-index:15044;background-color:#30b1be;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:36.25rem;top:45.062502563rem;left:38.75rem;display:block; }
#KOnoskuLuoITWRG4MLINITS9PFtre8wh { color:#ffffff;display:block;width:35.1875rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:700;z-index:15045;line-height:1.5;letter-spacing:0;top:46.135416686535rem;left:39.28125rem;height:2.34375rem;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; }
#M3WRGOS4RfVEnTxvCxKsN7GfdFFWFNsC { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.25rem;height:4.0625rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:51.854166686535rem;left:38.75rem;display:block; }
#nI7UywumdUaHcEe6UE8NIDfHqKdKNWKd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ekE3UZW8OKsHOxKNSlETUcTDHTsHx6Sz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8ecec;background-image: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; }#ekE3UZW8OKsHOxKNSlETUcTDHTsHx6Sz > .row .container { background-color: transparent; background-image: none; }#ekE3UZW8OKsHOxKNSlETUcTDHTsHx6Sz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ekE3UZW8OKsHOxKNSlETUcTDHTsHx6Sz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ekE3UZW8OKsHOxKNSlETUcTDHTsHx6Sz > .row .container > .video-iframe-container { display: none; }#ekE3UZW8OKsHOxKNSlETUcTDHTsHx6Sz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ekE3UZW8OKsHOxKNSlETUcTDHTsHx6Sz > .row > .video-iframe-container { display: none; }#ekE3UZW8OKsHOxKNSlETUcTDHTsHx6Sz > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ekE3UZW8OKsHOxKNSlETUcTDHTsHx6Sz > .row .container { border-width: 0; border-radius: 0; }#ekE3UZW8OKsHOxKNSlETUcTDHTsHx6Sz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ekE3UZW8OKsHOxKNSlETUcTDHTsHx6Sz > .row .container { font-size:0.875rem;font-family:"open sans";height:10.875rem;width:75rem;position:relative;display:block; }#yJOFU81tTUBe4LQkogm9TvOVHmEEAC3A { display:block;width:57.68425rem;position:absolute;font-family:"josefin sans";font-size:3rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:8.7779960632325rem;left:8.6575527191163rem;height:4.5rem;text-align:center;text-align-last:center;color:#faf5f5;font-style:normal;display:block; }
#mv0k6IBaOgbca7IkuR16GriA3JT0vl5x { position:absolute;display:block;z-index:15004;background-color:#30b1be;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:12.125rem;width:60rem;top:4.9658203125rem;left:7.5rem;display:block; }
#MHDZrxyH0qveQkJlJOc3AlFI693ZFfC4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#079580;background-image: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; }#MHDZrxyH0qveQkJlJOc3AlFI693ZFfC4 > .row .container { background-color: transparent; background-image: none; }#MHDZrxyH0qveQkJlJOc3AlFI693ZFfC4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHDZrxyH0qveQkJlJOc3AlFI693ZFfC4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHDZrxyH0qveQkJlJOc3AlFI693ZFfC4 > .row .container > .video-iframe-container { display: none; }#MHDZrxyH0qveQkJlJOc3AlFI693ZFfC4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHDZrxyH0qveQkJlJOc3AlFI693ZFfC4 > .row > .video-iframe-container { display: none; }#MHDZrxyH0qveQkJlJOc3AlFI693ZFfC4 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHDZrxyH0qveQkJlJOc3AlFI693ZFfC4 > .row .container { border-width: 0; border-radius: 0; }#MHDZrxyH0qveQkJlJOc3AlFI693ZFfC4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MHDZrxyH0qveQkJlJOc3AlFI693ZFfC4 > .row .container { font-size:0.875rem;font-family:arial;height:10.6875rem;width:75rem;position:relative;display:block; }#SRoSg7aeyToNCMQLUrUcQdE0Xm1T3JUU { background-color:#079580;background-image:url("https://images.assets-landingi.com/uc/4ec53cf3-fff5-48f9-ba46-afac57dd7187/_Zdjciegwnenastronzapisucz22.png");background-position:top 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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SRoSg7aeyToNCMQLUrUcQdE0Xm1T3JUU.adaptive-delivery-prevent-bg, #SRoSg7aeyToNCMQLUrUcQdE0Xm1T3JUU.lazyload, #SRoSg7aeyToNCMQLUrUcQdE0Xm1T3JUU.lazyloading { background-image: none; }#SRoSg7aeyToNCMQLUrUcQdE0Xm1T3JUU > .row .container { background-color: transparent; background-image: none; }#SRoSg7aeyToNCMQLUrUcQdE0Xm1T3JUU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SRoSg7aeyToNCMQLUrUcQdE0Xm1T3JUU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SRoSg7aeyToNCMQLUrUcQdE0Xm1T3JUU > .row .container > .video-iframe-container { display: none; }#SRoSg7aeyToNCMQLUrUcQdE0Xm1T3JUU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SRoSg7aeyToNCMQLUrUcQdE0Xm1T3JUU > .row > .video-iframe-container { display: none; }#SRoSg7aeyToNCMQLUrUcQdE0Xm1T3JUU > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SRoSg7aeyToNCMQLUrUcQdE0Xm1T3JUU > .row .container { border-width: 0; border-radius: 0; }#SRoSg7aeyToNCMQLUrUcQdE0Xm1T3JUU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SRoSg7aeyToNCMQLUrUcQdE0Xm1T3JUU > .row .container { font-size:0.875rem;font-family:"open sans";height:52.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#bFLEWpqUid5utP5lodWUKPV1oqoNiTll { color:#ba8f68;display:block;width:26.5625rem;position:absolute;font-family:"josefin sans";font-size:2.375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:30.875rem;left:48.4375rem;height:6.1666665rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#RyiEZZO9ueHBr9FmcSNMtCoKqR1XSZtE { color:#079580;display:block;width:36.125rem;position:absolute;font-family:"josefin sans";font-size:2.0625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:18.625rem;left:38.75rem;height:5.361975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eEh0SX6xeKep8S5iPiwgOnOQbM3mRq2t { 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:11.25rem;display:none; }
#f9cKy2pJnmzUPhDxxvD6ntNa53ybNUSi { position:absolute;display:block;z-index:14999;background-color:#ffffff;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:25rem;width:36.25rem;top:12.25rem;left:38.75rem;display:block; }
#T7QeHGCPsG9Rnf0TPgAmzx3xFKJ02H6n { color:#079580;display:block;width:33.5rem;position:absolute;font-family:"josefin sans";font-size:2.0625rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:14.4375rem;left:40.125rem;height:2.68115rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rtWDmAJd9gaPCnxfU46DPiVeQ0dtggHk { color:#47545a;display:block;width:32.6875rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;top:24rem;left:41.9375rem;height:7.1484375rem;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; }
#GbxbDU05VNXLDCSF1oPJsoGD1B2zynJm { color:#ffffff;display:block;width:35.1875rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:700;z-index:15046;line-height:1.5;letter-spacing:0;top:36.5625rem;left:39.25rem;height:2.34375rem;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; }
#QIBLi74whw18JSWrelh2uSeyccnu9HME { position:absolute;display:block;z-index:15045;background-color:#30b1be;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:36.25rem;top:35.4375rem;left:38.75rem;display:block; }
#BPdZt3LUCkKpaWelqc1Fcto0IB4G0bzC { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.25rem;height:4.0625rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:42.270833969116rem;left:38.75rem;display:block; }
#JXmpxt6DGcgNuIB2Lrk3lK8EHNttRWu4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R5CWiNpkGiAUnTmlIrtSHBOxaX54VRrS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8ecec;background-image: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; }#R5CWiNpkGiAUnTmlIrtSHBOxaX54VRrS > .row .container { background-color: transparent; background-image: none; }#R5CWiNpkGiAUnTmlIrtSHBOxaX54VRrS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R5CWiNpkGiAUnTmlIrtSHBOxaX54VRrS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R5CWiNpkGiAUnTmlIrtSHBOxaX54VRrS > .row .container > .video-iframe-container { display: none; }#R5CWiNpkGiAUnTmlIrtSHBOxaX54VRrS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R5CWiNpkGiAUnTmlIrtSHBOxaX54VRrS > .row > .video-iframe-container { display: none; }#R5CWiNpkGiAUnTmlIrtSHBOxaX54VRrS > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R5CWiNpkGiAUnTmlIrtSHBOxaX54VRrS > .row .container { border-width: 0; border-radius: 0; }#R5CWiNpkGiAUnTmlIrtSHBOxaX54VRrS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R5CWiNpkGiAUnTmlIrtSHBOxaX54VRrS > .row .container { font-size:0.875rem;font-family:"open sans";height:10.875rem;width:75rem;position:relative;display:block; }#TbeRgC8ygVC1kUIpfv3thACGHwWAmELG { display:block;width:57.68425rem;position:absolute;font-family:"josefin sans";font-size:3rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:8.7779960632325rem;left:8.6575527191163rem;height:4.5rem;text-align:center;text-align-last:center;color:#faf5f5;font-style:normal;display:block; }
#kGcMi8HU2knwtbAOmczNAU5Rb72lLuao { position:absolute;display:block;z-index:15004;background-color:#30b1be;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:12.125rem;width:60rem;top:4.9658203125rem;left:7.5rem;display:block; }
#xnyNbmThBpXhgkUCWRQUHvxEvg9b3nZL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#002457;background-image: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; }#xnyNbmThBpXhgkUCWRQUHvxEvg9b3nZL > .row .container { background-color: transparent; background-image: none; }#xnyNbmThBpXhgkUCWRQUHvxEvg9b3nZL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnyNbmThBpXhgkUCWRQUHvxEvg9b3nZL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnyNbmThBpXhgkUCWRQUHvxEvg9b3nZL > .row .container > .video-iframe-container { display: none; }#xnyNbmThBpXhgkUCWRQUHvxEvg9b3nZL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnyNbmThBpXhgkUCWRQUHvxEvg9b3nZL > .row > .video-iframe-container { display: none; }#xnyNbmThBpXhgkUCWRQUHvxEvg9b3nZL > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnyNbmThBpXhgkUCWRQUHvxEvg9b3nZL > .row .container { border-width: 0; border-radius: 0; }#xnyNbmThBpXhgkUCWRQUHvxEvg9b3nZL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xnyNbmThBpXhgkUCWRQUHvxEvg9b3nZL > .row .container { font-size:0.875rem;font-family:arial;height:10.6875rem;width:75rem;position:relative;display:block; }#xPpoz3bTpcBFOyXhoSrMtMNyDWoECrTd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#002457;background-image:url("https://images.assets-landingi.com/uc/8903b288-80ad-42d7-b559-a8ddc3a0cdf8/Wykorzystanenalandingukalendarzadwentowybio1.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; }#xPpoz3bTpcBFOyXhoSrMtMNyDWoECrTd.adaptive-delivery-prevent-bg, #xPpoz3bTpcBFOyXhoSrMtMNyDWoECrTd.lazyload, #xPpoz3bTpcBFOyXhoSrMtMNyDWoECrTd.lazyloading { background-image: none; }#xPpoz3bTpcBFOyXhoSrMtMNyDWoECrTd > .row .container { background-color: transparent; background-image: none; }#xPpoz3bTpcBFOyXhoSrMtMNyDWoECrTd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xPpoz3bTpcBFOyXhoSrMtMNyDWoECrTd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xPpoz3bTpcBFOyXhoSrMtMNyDWoECrTd > .row .container > .video-iframe-container { display: none; }#xPpoz3bTpcBFOyXhoSrMtMNyDWoECrTd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xPpoz3bTpcBFOyXhoSrMtMNyDWoECrTd > .row > .video-iframe-container { display: none; }#xPpoz3bTpcBFOyXhoSrMtMNyDWoECrTd > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xPpoz3bTpcBFOyXhoSrMtMNyDWoECrTd > .row .container { border-width: 0; border-radius: 0; }#xPpoz3bTpcBFOyXhoSrMtMNyDWoECrTd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xPpoz3bTpcBFOyXhoSrMtMNyDWoECrTd > .row .container { font-size:0.875rem;font-family:arial;height:46.9375rem;width:75rem;position:relative;display:block; }#UUHFk2iHl0xE3tAWgo7oBEMT2WT4xyAW { 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; }
#T0zIoSyNvlUreC4A87e93lGl03ILfuhs { color:#f4ce83;display:block;width:38.875rem;position:absolute;font-family:"josefin sans";font-size:3.75rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:12.4375rem;left:0rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#WE89DGrZkToiZVQBufORNq8iAIWGQwDc { 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:6.6875rem;width:6.6875rem;top:4.875rem;left:15.375rem;overflow:hidden;display:block; }
#SCkXlCThfVa2WyFzED1oRCivRcPPCyRw { color:#ffffff;display:block;width:34.6875rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:29.5rem;left:2.125rem;height:9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N8C7pMVOz0gXQ0Vawg7GgqXh3szF29K4 { color:#f4ce83;display:block;width:38.8125rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:18.125rem;left:0rem;height:10.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zV3tMdoezJWlZE126T3EcGZXpEVUKyT8 { 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:13.4375rem;width:13.4375rem;top:14.3125rem;left:32rem;overflow:hidden;display:block; }
#uivK2lUcFLIkmutaLUv78cwZ1ftB3tbd { color:#f39c12;display:block;width:34.6875rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:39.875001430511rem;left:2.09375rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PHFu80BbvftcPWn6IPPVeyVlhL7SEUwG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffdf1;background-image: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; }#PHFu80BbvftcPWn6IPPVeyVlhL7SEUwG > .row .container { background-color: transparent; background-image: none; }#PHFu80BbvftcPWn6IPPVeyVlhL7SEUwG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PHFu80BbvftcPWn6IPPVeyVlhL7SEUwG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PHFu80BbvftcPWn6IPPVeyVlhL7SEUwG > .row .container > .video-iframe-container { display: none; }#PHFu80BbvftcPWn6IPPVeyVlhL7SEUwG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PHFu80BbvftcPWn6IPPVeyVlhL7SEUwG > .row > .video-iframe-container { display: none; }#PHFu80BbvftcPWn6IPPVeyVlhL7SEUwG > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PHFu80BbvftcPWn6IPPVeyVlhL7SEUwG > .row .container { border-width: 0; border-radius: 0; }#PHFu80BbvftcPWn6IPPVeyVlhL7SEUwG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PHFu80BbvftcPWn6IPPVeyVlhL7SEUwG > .row .container { font-size:0.875rem;font-family:arial;height:66.375rem;width:75rem;position:relative;display:block; }#X05TEU0khOxf8NdRC5dN2rJTF4yX93Ke { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:31.625rem;width:56.25rem;top:19.395833969116rem;left:9.375rem;display:block; }
#z55qO0d8MMFreeBK4KTke3CuLkM4rdsR { color:#002457;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:3.4062538146973rem;left:0rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qlT2BPtXIFtKcWZi0oURkChRN7ZVFI8d { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.25rem;height:4.0625rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:55.853841781616rem;left:19.375rem;display:block; }
#Sc78vH5rzFdmixPLTQbRvFHrmrJz6Wab { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LHTs90kOmuTkI8cTTfHRzXB809h2wsOD { color:#002457;display:block;width:37.0625rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:62.166505813599rem;left:18.84375rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#faq9wGVGZzhTiMcBrCOBv8lsgbVic3eJ { color:#002457;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:10.71875rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BoGl1ynxurJJhpxar8glfecsABikBABH { color:#002457;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:3.4062538146973rem;left:0rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#RR8nSfcll0hkzaszxuHadioiUcMlKXPc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffdf1;background-image: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; }#RR8nSfcll0hkzaszxuHadioiUcMlKXPc > .row .container { background-color: transparent; background-image: none; }#RR8nSfcll0hkzaszxuHadioiUcMlKXPc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RR8nSfcll0hkzaszxuHadioiUcMlKXPc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RR8nSfcll0hkzaszxuHadioiUcMlKXPc > .row .container > .video-iframe-container { display: none; }#RR8nSfcll0hkzaszxuHadioiUcMlKXPc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RR8nSfcll0hkzaszxuHadioiUcMlKXPc > .row > .video-iframe-container { display: none; }#RR8nSfcll0hkzaszxuHadioiUcMlKXPc > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RR8nSfcll0hkzaszxuHadioiUcMlKXPc > .row .container { border-width: 0; border-radius: 0; }#RR8nSfcll0hkzaszxuHadioiUcMlKXPc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RR8nSfcll0hkzaszxuHadioiUcMlKXPc > .row .container { font-size:0.875rem;font-family:arial;height:27.1875rem;width:75rem;position:relative;display:block; }#bdKZWbvOmIrQQAPtW1URGa3dmaZiZ2Rz { box-sizing:content-box;height:0.125rem;width:67.375rem;position:absolute;display:block;z-index:15000;background-color:#47545a;background-image:none;top:15.125rem;left:4.25rem;display:block; }
#uIz542gX1phuVysq6Pgo4PawZaJMDxTg { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15001;background-color:#de564e;background-image:none;top:14.5625rem;left:3.625rem;display:block; }
#SxN13xQCoK1MN4JTggZipgMwXEXaOn7T { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15002;background-color:#6743a7;background-image:none;top:14.5625rem;left:70.6875rem;display:block; }
#yURXLnVOspZdLyER3Bwlw3SWkFPDzBqc { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15003;background-color:#88a623;background-image:none;top:14.5625rem;left:36.875rem;display:block; }
#f8pJGQnVM5U4sk2CTJTCEUDsb1M1HyXX { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15004;background-color:#ffa300;background-image:none;top:14.5625rem;left:14.5rem;display:block; }
#UST6tJRc5d7OzTxiZqP7qqanTqkBStEx { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:#ffd045;background-image:none;top:14.5625rem;left:25.4375rem;display:block; }
#JS9BnS713BAhRo0PGuMFFF16z26eB8Kw { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:#46cee1;background-image:none;top:14.5625rem;left:48.0625rem;display:block; }
#omOU4QDcya9LbZUolyTplxpBk17mKRWT { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15007;background-color:#2a68b0;background-image:none;top:14.5625rem;left:59.375rem;display:block; }
#gOgAUuU5Hwc4OJaTHNmTvLh7Gk2ZpfZi { color:#de564e;display:block;width:8.9375rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:17rem;left:0.4375rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n5ViUvsvsPleF2ObpZXBJ77w5AEx8Rhx { box-sizing:content-box;height:8.4375rem;width:8.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:#de564e;background-image:none;top:3.625rem;left:0rem;box-shadow: 0.3125rem 0.3125rem 3.125rem rgba(222,86,78,0.5) ;display:block; }
#dTz7ODxaOqMTMNp0GgVXKJPkBTgJoW5K { box-sizing:content-box;height:8.4375rem;width:8.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:#ffa300;background-image:none;top:3.5625rem;left:10.875rem;box-shadow: 0.3125rem 0.3125rem 3.125rem rgba(255,163,0,0.5) ;display:block; }
#d2rQ3KR6T3O5451FKlarmlNA5rNJAJcZ { box-sizing:content-box;height:8.4375rem;width:8.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;background-color:#ffd045;background-image:none;top:3.5625rem;left:21.8125rem;box-shadow: 0.3125rem 0.3125rem 3.75rem rgba(255,208,69,0.5) ;display:block; }
#vHBgF2znkNJMzHXJaOPKm5HXdzSc7sAQ { box-sizing:content-box;height:8.4375rem;width:8.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15013;background-color:#88a623;background-image:none;top:3.625rem;left:33.3125rem;box-shadow: 0.3125rem 0.3125rem 3.75rem rgba(136,166,35,0.5) ;display:block; }
#w5TTF3byUmE7iHpTRvO9COSa9ARH2wvH { box-sizing:content-box;height:8.4375rem;width:8.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15014;background-color:#46cee1;background-image:none;top:3.625rem;left:44.5rem;box-shadow: 0.3125rem 0.3125rem 3.125rem rgba(70,206,225,0.5) ;display:block; }
#WQE9FgJT0NqROykUKkqhkTSf3nCQHGy3 { box-sizing:content-box;height:8.4375rem;width:8.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:#2a68b0;background-image:none;top:3.625rem;left:55.8125rem;box-shadow: 0.3125rem 0.3125rem 3.125rem rgba(42,104,176,0.5) ;display:block; }
#pGuEQdeCzbKaKiuXvVslA2hA1MDiClac { box-sizing:content-box;height:8.4375rem;width:8.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15016;background-color:#6743a7;background-image:none;top:3.625rem;left:66.5625rem;box-shadow: 0.3125rem 0.3125rem 3.125rem rgba(103,67,167,0.5) ;display:block; }
#pR5oFSFQDSTWc7Gw0KRMhE9T1aFFyanF { color:#ffffff;display:block;width:8.4375rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:6.4375rem;left:0rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RIXzoi4ZocnXfKU1ShFqaauy1noV4PkH { color:#ffffff;display:block;width:7.1875rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:7.125rem;left:11.5rem;height:1.381225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Nm1esFTUwvsXwhgSzSlPGXTgLd2G97I6 { color:#ffffff;display:block;width:7.1875rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:6.5rem;left:22.4375rem;height:2.761725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xwzm5uurQOHTpsV4DaSTfTiMKPvh01F3 { color:#ffffff;display:block;width:8.6875rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:6.5rem;left:33.1875rem;height:2.761725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d7Qr5ZvX5PRHZpX6JzilxmQq4kJTBgZJ { color:#ffffff;display:block;width:7.1875rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:6.5rem;left:45.125rem;height:2.761725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pS2GiDtAxC1urTUMlDSTpPmOUwLTD7i9 { color:#ffffff;display:block;width:7.1875rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:7.125rem;left:56.4375rem;height:1.381225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CmtMoCTrNE0eyyfn8HHnrq6JTa9NxHkf { color:#ffffff;display:block;width:7.1875rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:6.5rem;left:67.1875rem;height:2.761725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bLD56z1LxND55tgAQOs81KTaDGFrRwci { color:#ffa300;display:block;width:8.9375rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:17rem;left:10.625rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hlPPWR7UhklShoqSxTe5xQG3auzKFVDb { color:#ffd045;display:block;width:9.6875rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:17rem;left:21.5625rem;height:1.7871125rem;font-style:normal;display:block; }
#H6Ilty1FGAraMnk4k8rtbgWhRSC8gAvW { color:#88a623;display:block;width:8.9375rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:17rem;left:33.0625rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pW41zMRufI44lDQkEIeotUzyHs4pUvNs { color:#46cee1;display:block;width:12.5rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:17rem;left:42.4375rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bwXlaPIdMt7TXhEzFPs2C27gTk6RHbsz { color:#2a68b0;display:block;width:12.6875rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:17rem;left:53.6875rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vMpoxx9cPHABz8tgmDwDv0dwn2gPwMqi { color:#6743a7;display:block;width:8.9375rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:17rem;left:66.0625rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DmdDDx7HnJqoAiS6PIL0VOmTt3kSNfiG { position:relative;display:none; }#DmdDDx7HnJqoAiS6PIL0VOmTt3kSNfiG { border-width: 0; border-radius: 0; }#DmdDDx7HnJqoAiS6PIL0VOmTt3kSNfiG > .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; }#DmdDDx7HnJqoAiS6PIL0VOmTt3kSNfiG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;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; }#yW4VfdWyzn0zazotDf1VJRmGkWSDmHuB { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.25rem;height:4.0625rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:55.853841781616rem;left:19.375rem;display:none; }
#shtO7wk7lutUw89zUkGfEro8OZgTWalp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yiwSpZEJnnAlmO9ZxEtcQ6W6sdvaRMrb { position:relative;display:none; }#yiwSpZEJnnAlmO9ZxEtcQ6W6sdvaRMrb { border-width: 0; border-radius: 0; }#yiwSpZEJnnAlmO9ZxEtcQ6W6sdvaRMrb > .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; }#yiwSpZEJnnAlmO9ZxEtcQ6W6sdvaRMrb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faf5f5;background-image:none;font-size:0.875rem;font-family:arial;height:58.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:none; }#fDkCd01sJ9qgrfQmvRzdnVdZeiZy2lnT { position:absolute;display:block;z-index:15000;background-color:#a54870;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:6.25rem;width:75rem;top:1.6875rem;left:0rem;display:block; }
#wvs2KHTkyMp61FErsX8sCLgWzxdzV2Ta { color:#ffffff;display:block;width:25rem;position:absolute;font-family:roboto;font-size:2.8125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:2.6875rem;left:2.375rem;height:4.21875rem;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; }
#O0vpsHlZZITioWT57RgNBiLxc1V95BvF { color:#ffffff;display:block;width:44.1875rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:9.6355807781219rem;left:28.1875rem;height:2.8125rem;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; }
#yZAC8AnXEWGkTAZLOZHGiCyDGTK05vEb { color:#72686c;display:block;width:36.25rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15022;line-height:1.5;letter-spacing:0;top:8.728515625rem;left:2.375rem;height:45.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;display:block; }
#iONZM9SuuLiz5JwpKcl3OcUQ68ENatUI { box-sizing:content-box;color:#4bae16;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15024;top:7.9375rem;left:41.236980438233rem;display:block; }
#ruyJFIkGiaEZlZ9m5zrHhtTg62hkTgR9 { box-sizing:content-box;color:#4bae16;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15025;top:12.625rem;left:41.236328125rem;display:block; }
#TaBpF27St69eBQitMrUXKcRKCMfZLO0h { box-sizing:content-box;color:#4bae16;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15026;top:18.7392578125rem;left:41.236328125rem;display:block; }
#kHIFf6Pb83QIKxqbJZB2SPJtZTANL98n { box-sizing:content-box;color:#4bae16;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15027;top:24.80078125rem;left:41.236978530884rem;display:block; }
#H0vkB18pH1apLQeBUZcSOgTRQlgBkhMJ { box-sizing:content-box;color:#4bae16;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15030;top:29.947265625rem;left:41.236328125rem;display:block; }
#Zv1WyvGbhGqJlFw9M6pEy89qybGOnaey { position:absolute;display:block;z-index:14999;background-color:#ffffff;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:50.6875rem;width:75rem;top:2.6871852874756rem;left:0rem;display:block; }
#Tu5fNOrWW5Wt23QX9zfAOhDueKP18oQx { box-sizing:content-box;color:#4bae16;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15030;top:29.947265625rem;left:41.236328125rem;display:none; }
#aQ0qtOddv4exbLZT16pyapkelM9SnrSf { box-sizing:content-box;color:#4bae16;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15031;top:35.32177734375rem;left:41.236978530884rem;display:block; }
#R7ZTrBJTuPeC6AEpxXfsbTxJIUrJ2eDV { box-sizing:content-box;color:#4bae16;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15032;top:39.07177734375rem;left:41.236978530884rem;display:block; }
#C7pssibSdh5xiEUHBfSNS05nrHcSSnp8 { box-sizing:content-box;color:#4bae16;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15033;top:43.69677734375rem;left:41.236978530884rem;display:block; }
#JcN8aoumFOpmaDOExWu1W6kqqgmk8B9K { box-sizing:content-box;color:#4bae16;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15034;top:47.38427734375rem;left:41.236978530884rem;display:block; }
#EIQRI2kkvBxr3SiXFJ8dKTsu6bQVFIxZ { box-sizing:content-box;color:#4bae16;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15035;top:51.13427734375rem;left:41.236978530884rem;display:block; }
#aeTiRy5pGPqBTuU0gucmPVqeKiVMaOGC { position:relative;display:none; }#aeTiRy5pGPqBTuU0gucmPVqeKiVMaOGC { border-width: 0; border-radius: 0; }#aeTiRy5pGPqBTuU0gucmPVqeKiVMaOGC > .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; }#aeTiRy5pGPqBTuU0gucmPVqeKiVMaOGC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faf5f5;background-image:none;font-size:0.875rem;font-family:arial;height:22.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; }#lKphkwH1r7I5ryXOCHwmbRr845hSilKX { position:absolute;display:block;z-index:15000;background-color:#a54870;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:6.25rem;width:75rem;top:0rem;left:0rem;display:block; }
#qxBMAHFgNlGSgnwzdd5pqbXQzyITZ0R7 { color:#ffffff;display:block;width:25rem;position:absolute;font-family:roboto;font-size:2.8125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:1.45849609375rem;left:3.125rem;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; }
#WaxIqPxqBSvs4lQabQHnVTTmeMWHs6MV { color:#ffffff;display:block;width:28.9375rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:2.14453125rem;left:41.812501907349rem;height:2.8333332538605rem;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; }
#F4opv8wVrxD1onlGhHSE0vuhTBmlx0ur { color:#72686c;display:block;width:36.25rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15022;line-height:1.7;letter-spacing:0;top:7.9375rem;left:3.125rem;height:7.6666665077213rem;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; }
#aBe9oUWURkWzBXiu8ipRygIDBwVAo2u1 { box-sizing:content-box;color:#4bae16;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15024;top:7.1875rem;left:41.236328125rem;display:block; }
#vZtWoIQoJ9IPCCR2Wsgdh30rnxSMm0OD { box-sizing:content-box;color:#4bae16;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15025;top:11rem;left:41.236328125rem;display:block; }
#Zpie69Bnesfw0HTy0ueuGH3wUViAWAu6 { box-sizing:content-box;color:#4bae16;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15028;top:24.375rem;left:41.25rem;display:none; }
#g9zagSwUroFxPy6SUmTBbP4dhTL5Jvyp { position:absolute;display:block;z-index:14999;background-color:#ffffff;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:16.5rem;width:75rem;top:1.375rem;left:0rem;display:block; }
#uO0Pb3iuZGc5Hr7hQvUzstGxq6cX9qVn { position:relative;display:none; }#uO0Pb3iuZGc5Hr7hQvUzstGxq6cX9qVn { border-width: 0; border-radius: 0; }#uO0Pb3iuZGc5Hr7hQvUzstGxq6cX9qVn > .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; }#uO0Pb3iuZGc5Hr7hQvUzstGxq6cX9qVn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faf5f5;background-image:none;font-size:0.875rem;font-family:arial;height:9.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:none; }#Ih5cbE1fdsxRpaMglIoVfWifgwfSvCCD { background-color:#a54870;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:3.4375rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:1.875rem;left:18.750001907349rem;display:block; }
#TBqGp87w6yPBvvuKnVFKMVERq7ix0tMv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KwDqJgniJMNrS4WLccQPSmXmcsI4urGX { color:#72686c;display:block;width:15.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:6.604248046875rem;left:29.750001907349rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#ei4FRQ2AdOV8iDhZB5AsCqU9AFC3BXbT { position:relative;display:none; }#ei4FRQ2AdOV8iDhZB5AsCqU9AFC3BXbT { border-width: 0; border-radius: 0; }#ei4FRQ2AdOV8iDhZB5AsCqU9AFC3BXbT > .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; }#ei4FRQ2AdOV8iDhZB5AsCqU9AFC3BXbT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faf5f5;background-image:none;font-size:0.875rem;font-family:arial;height:26.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#eU7AQRbKwh0XAwIFi9PLX9h3UAHpENXm { color:#72686c;display:block;width:25rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15022;line-height:1.7;letter-spacing:0;top:2.3125rem;left:2.125rem;height:21.083332896232rem;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; }
#AeWsLdGSTVTWDTwNQ8pvX1x95y1T2Bdt { box-sizing:content-box;color:#4bae16;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15024;top:1.6875rem;left:30rem;display:block; }
#n0uhGHkgv8gtsdaicXo23NZHKfTxowHX { box-sizing:content-box;color:#4bae16;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15025;top:7.5rem;left:30.000001907349rem;display:block; }
#vbq5r3NHNVfA8IcyHOoFBscnrTfykgb3 { box-sizing:content-box;color:#4bae16;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15026;top:13.25rem;left:30.000001907349rem;display:block; }
#rDsTpMTKUWgUcQRCpWVfJ5tPE5veQRrU { box-sizing:content-box;color:#4bae16;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15027;top:16.875rem;left:30.000001907349rem;display:block; }
#o9ruELOMpkuAoQM6rs7Gx65amOzZLS38 { box-sizing:content-box;color:#4bae16;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15028;top:20.8125rem;left:30.000001907349rem;display:block; }
#ziFr52J5AQInXNTvyoe4oNgf61BOhfIC { box-sizing:content-box;color:#4bae16;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15029;top:11.23828125rem;left:67.56250190735rem;display:block; }
#zPT5i4HBd6sOOwwFLVWPtD4dxAfLEEPy { box-sizing:content-box;color:#4bae16;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15030;top:1.66552734375rem;left:67.56250190735rem;display:block; }
#POxvzSu3xR2UnCnDCDpG0M617gLQQ2kS { box-sizing:content-box;color:#4bae16;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15031;top:5.47802734375rem;left:67.56250190735rem;display:block; }
#BdI0sfSe4oWQOlMPKPU740rwwVpm3qen { box-sizing:content-box;color:#4bae16;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15030;top:15rem;left:67.56250190735rem;display:block; }
#ksPfr1lpDZmp8Q7NWqRadzoWDtbfnxSh { box-sizing:content-box;color:#4bae16;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15030;top:19.0625rem;left:67.5625rem;display:block; }
#ztvn5KnCq4f7ZfuSuNd6gaAK2GvhkWC6 { color:#72686c;display:block;width:25rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1.7;letter-spacing:0;top:2.29052734375rem;left:38.750001907349rem;height:21.083332896232rem;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; }
#H5VWFQohFgrzDDtD0kHkSKPVwQ6GdgOz { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.8125rem;width:75rem;top:1.833251953125rem;left:0rem;display:block; }
#nV0BAfzT2LLDatTTFXGf9vTA0OwJw56N { position:relative;display:none; }#nV0BAfzT2LLDatTTFXGf9vTA0OwJw56N { border-width: 0; border-radius: 0; }#nV0BAfzT2LLDatTTFXGf9vTA0OwJw56N > .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; }#nV0BAfzT2LLDatTTFXGf9vTA0OwJw56N > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faf5f5;background-image:none;font-size:0.875rem;font-family:arial;height:42.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:none; }#vUG8TDIxDmI0gPV9dPEuEbmTeXn1lAJS { color:#72686c;display:block;width:37.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15022;line-height:1.7;letter-spacing:0;top:2.3125rem;left:2.125rem;height:36.416665911674rem;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; }
#IPnN9ztWDqyE1dJUHs8H9kXcyOE0dQ7a { box-sizing:content-box;color:#4bae16;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15024;top:1.75rem;left:41.25rem;display:block; }
#lDrAfJNqvnPk8T9PgxuU10i1GHDtMBZG { box-sizing:content-box;color:#4bae16;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15025;top:5.5625rem;left:41.25rem;display:block; }
#xvxfbl2QizKyJfyoFtmHkTk6aLEkJaA2 { box-sizing:content-box;color:#4bae16;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15026;top:9.375rem;left:41.25rem;display:block; }
#iahyfOo1imRK2B3DCvikfVc4HPG2uSMD { box-sizing:content-box;color:#4bae16;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15027;top:12.5rem;left:41.25rem;display:block; }
#ClxolwvOP2TDIl0TblT1HpKU2NkSts5S { box-sizing:content-box;color:#4bae16;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15028;top:16.6875rem;left:41.25rem;display:block; }
#TV3EodNkHHWU4qa8GympfDyfpS0FGaUn { box-sizing:content-box;color:#4bae16;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15029;top:28rem;left:41.25rem;display:block; }
#ClCm3okZTpgx90IiTI0ruyvOTWmJ2UCc { box-sizing:content-box;color:#4bae16;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15030;top:20.25rem;left:41.25rem;display:block; }
#AdeqafHB4IdIk7HdwCEnhAgmTWq2iufz { box-sizing:content-box;color:#4bae16;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15031;top:24.3125rem;left:41.25rem;display:block; }
#gHXTTFXqC72ULlq26MFtOvGo0Wr9FyrT { box-sizing:content-box;color:#4bae16;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15030;top:31.9375rem;left:41.25rem;display:block; }
#h2HcvSt6UTdeJHvIO2Gt0D7LSMlCsTbD { position:absolute;display:block;z-index:14999;background-color:#ffffff;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:40.4375rem;width:74.1875rem;top:1.748779296875rem;left:0rem;display:block; }
#IzX4y7izG5CtqNKvNrvWSASgfnz9thCm { box-sizing:content-box;color:#4bae16;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15030;top:35.60302734375rem;left:41.250001907349rem;display:block; }
#lcM95oCn7zOIw3Wr8fvHKKxk1R6KpRcu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8ecec;background-image: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; }#lcM95oCn7zOIw3Wr8fvHKKxk1R6KpRcu > .row .container { background-color: transparent; background-image: none; }#lcM95oCn7zOIw3Wr8fvHKKxk1R6KpRcu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lcM95oCn7zOIw3Wr8fvHKKxk1R6KpRcu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lcM95oCn7zOIw3Wr8fvHKKxk1R6KpRcu > .row .container > .video-iframe-container { display: none; }#lcM95oCn7zOIw3Wr8fvHKKxk1R6KpRcu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lcM95oCn7zOIw3Wr8fvHKKxk1R6KpRcu > .row > .video-iframe-container { display: none; }#lcM95oCn7zOIw3Wr8fvHKKxk1R6KpRcu > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lcM95oCn7zOIw3Wr8fvHKKxk1R6KpRcu > .row .container { border-width: 0; border-radius: 0; }#lcM95oCn7zOIw3Wr8fvHKKxk1R6KpRcu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lcM95oCn7zOIw3Wr8fvHKKxk1R6KpRcu > .row .container { font-size:0.875rem;font-family:arial;height:15.0625rem;width:75rem;position:relative;display:block; }#MSofxJ0TwAuZ8IGpU7gImqU9uWVZtpzh { color:#7a3855;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:3rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:5.687255859375rem;left:0rem;height:7.799475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wVLtzbTIRA5abHD6qwRsFLNiPd909lOB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8ecec;background-image: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; }#wVLtzbTIRA5abHD6qwRsFLNiPd909lOB > .row .container { background-color: transparent; background-image: none; }#wVLtzbTIRA5abHD6qwRsFLNiPd909lOB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wVLtzbTIRA5abHD6qwRsFLNiPd909lOB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wVLtzbTIRA5abHD6qwRsFLNiPd909lOB > .row .container > .video-iframe-container { display: none; }#wVLtzbTIRA5abHD6qwRsFLNiPd909lOB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wVLtzbTIRA5abHD6qwRsFLNiPd909lOB > .row > .video-iframe-container { display: none; }#wVLtzbTIRA5abHD6qwRsFLNiPd909lOB > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wVLtzbTIRA5abHD6qwRsFLNiPd909lOB > .row .container { border-width: 0; border-radius: 0; }#wVLtzbTIRA5abHD6qwRsFLNiPd909lOB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wVLtzbTIRA5abHD6qwRsFLNiPd909lOB > .row .container { font-size:0.875rem;font-family:arial;height:53rem;width:75rem;position:relative;display:block; }#DgpqVergPsglPBLsXVqvA8EHnCMQ7Ccm { position:absolute;display:block;z-index:15000;background-color:#7a3855;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:41.6875rem;width:34rem;top:11.3125rem;left:1.75rem;display:block; }
#iub5BpRsP13R1eFhewGKCHM57w8aSwM1 { color:#2649a9;display:block;width:28.75rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:31.875rem;left:3.375rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vvQ0dJnvz4T5OdMPWstBLrRDRpWWyULU { color:#2649a9;display:block;width:25.0625rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:21.8125rem;left:5.1875rem;height:8.125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#DTNgcIM50f6MMPCZmibfAEiWDST5Iom8 { 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:16.875rem;width:16.875rem;top:2.5625rem;left:9.25rem;overflow:hidden;display:block; }
#ZyGRiWvFB1B0g6bkymRoSP16gEdBHZ0L { position:absolute;display:block;z-index:15001;background-color:#7a3855;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:41.6875rem;width:34rem;top:11.3125rem;left:39.3125rem;display:block; }
#dFI7Oc25My12e7GWRsHJR3u0ILTqCsPy { color:#ffffff;display:block;width:6.247396rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:15016;line-height:.2;letter-spacing:0;top:11.3125rem;left:39.3125rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C3A2q1Hr7DBuruR565b3xi0JJnJPyZOl { color:#2649a9;display:block;width:25.0625rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:21rem;left:43.8125rem;height:17.875rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#UkTHSA3pNbQZ1ivTCITMrrpV3hN4S1pm { color:#2649a9;display:block;width:31.125rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:40.75rem;left:40.8125rem;height:9.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RSmnNJV3qy3KyuQrun8reJLNn9ALKCeT { 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:16.875rem;width:16.875rem;top:2.5rem;left:47.9375rem;overflow:hidden;display:block; }
#aPneiFuVZSfFIa7bRNsufinoNpNnudGp { color:#ffffff;display:block;width:6.247396rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:15015;line-height:.2;letter-spacing:0;top:11.3125rem;left:1.75rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qpxGNsCvZzaEL42fyPuqUzBArUocficR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8ecec;background-image: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; }#qpxGNsCvZzaEL42fyPuqUzBArUocficR > .row .container { background-color: transparent; background-image: none; }#qpxGNsCvZzaEL42fyPuqUzBArUocficR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qpxGNsCvZzaEL42fyPuqUzBArUocficR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qpxGNsCvZzaEL42fyPuqUzBArUocficR > .row .container > .video-iframe-container { display: none; }#qpxGNsCvZzaEL42fyPuqUzBArUocficR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qpxGNsCvZzaEL42fyPuqUzBArUocficR > .row > .video-iframe-container { display: none; }#qpxGNsCvZzaEL42fyPuqUzBArUocficR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qpxGNsCvZzaEL42fyPuqUzBArUocficR > .row .container { border-width: 0; border-radius: 0; }#qpxGNsCvZzaEL42fyPuqUzBArUocficR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qpxGNsCvZzaEL42fyPuqUzBArUocficR > .row .container { font-size:0.875rem;font-family:arial;height:46.375rem;width:75rem;position:relative;display:block; }#AWBx9HvUeBS89iBTDPVbBtKeUVEKb7TR { position:absolute;display:block;z-index:15000;background-color:#7a3855;background-image:none;border-top:0.0625rem solid #867450;border-left:0.0625rem solid #867450;border-right:0.0625rem solid #867450;border-bottom:0.0625rem solid #867450;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.125rem;width:34rem;top:11.060546875rem;left:1.185546875rem;display:block; }
#nQQm22gbBm2AHccnEU5wLogDJgZXEEHU { color:#2649a9;display:block;width:28.75rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:33.05859375rem;left:3.8932304382324rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gvZpJ3vNiy4Qw79EcZJKPn8DBGpmfa6x { color:#2649a9;display:block;width:25.0625rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:21.34375rem;left:5.7369804382324rem;height:9.75rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#mEalgsdZsKlT16lXitHtKy9Ln1kkardI { 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:16.875rem;width:16.875rem;top:2.2294921875rem;left:9.7994804382325rem;overflow:hidden;display:block; }
#gGzGngOHCfuF7pa9iFMGzKLACD2fbLdm { position:absolute;display:block;z-index:15001;background-color:#7a3855;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:35.125rem;width:34rem;top:11.12255859375rem;left:39.559894561767rem;display:block; }
#MrB6s0xPvWfHIwDnCGetzqiI8Xon650V { 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:16.875rem;width:16.875rem;top:2.25rem;left:47.373046875rem;overflow:hidden;display:block; }
#mJt6Qow4T8JJf5cf7b4sZp4e8BCXTxve { color:#ffffff;display:block;width:6.247396rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:15016;line-height:.2;letter-spacing:0;top:11.0810546875rem;left:39.559898376465rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o6aTVIBKwtLTWfpczuJ4dDZDwrvZHmHB { color:#2649a9;display:block;width:25.0625rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:20.80224609375rem;left:43.309898376465rem;height:14.625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#iSd2eQNQRv0CkZcIOzmQ7wlPTw24Ms7N { color:#47545a;display:block;width:28.75rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:37.2890625rem;left:42.184898376465rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vzil6Hi5iJ7tno2GqObCrrF8HKI9LDTz { color:#ffffff;display:block;width:6.247396rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:15017;line-height:.2;letter-spacing:0;top:11.0810546875rem;left:1.1848964691162rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ciTt5Oi9AXkGERq07V0opVe9r9g7GPSn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8ecec;background-image: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; }#ciTt5Oi9AXkGERq07V0opVe9r9g7GPSn > .row .container { background-color: transparent; background-image: none; }#ciTt5Oi9AXkGERq07V0opVe9r9g7GPSn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ciTt5Oi9AXkGERq07V0opVe9r9g7GPSn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ciTt5Oi9AXkGERq07V0opVe9r9g7GPSn > .row .container > .video-iframe-container { display: none; }#ciTt5Oi9AXkGERq07V0opVe9r9g7GPSn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ciTt5Oi9AXkGERq07V0opVe9r9g7GPSn > .row > .video-iframe-container { display: none; }#ciTt5Oi9AXkGERq07V0opVe9r9g7GPSn > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ciTt5Oi9AXkGERq07V0opVe9r9g7GPSn > .row .container { border-width: 0; border-radius: 0; }#ciTt5Oi9AXkGERq07V0opVe9r9g7GPSn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ciTt5Oi9AXkGERq07V0opVe9r9g7GPSn > .row .container { font-size:0.875rem;font-family:arial;height:46.75rem;width:75rem;position:relative;display:block; }#sUV4uzQ6uV8i0FM8f3QVXvDuLdSy1e6C { position:absolute;display:block;z-index:15000;background-color:#7a3855;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:35.6875rem;width:34rem;top:11.060546875rem;left:1.185546875rem;display:block; }
#kx101y70RWMJas2cNeTH1QeFEs8zRQfS { color:#2649a9;display:block;width:28.75rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:32.89599609375rem;left:3.5286464691162rem;height:9.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QBauRftFL0Lxf1Pmv8rPUuebGcB6TDkS { color:#2649a9;display:block;width:29.3125rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:21.1669921875rem;left:3.5286464691162rem;height:9.75rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#y3PigtUGvucRWTSCk1DI7yXUt3S1mSyx { position:absolute;display:block;z-index:15001;background-color:#7a3855;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:35.6875rem;width:34rem;top:11.06005859375rem;left:38.747398376465rem;display:block; }
#ieKGZBrCS9Rn5C90cvUTopAydidloK6T { color:#ffffff;display:block;width:6.247396rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:15016;line-height:.2;letter-spacing:0;top:11.06005859375rem;left:38.747398376465rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zBJ62O0MECo9sUPaVkCyaqQafIOUHyka { color:#2649a9;display:block;width:25.0625rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:21.1669921875rem;left:43.216148376465rem;height:11.375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#hdAFUyJt11886zW3RcSmWb1b8tr85hTP { color:#2649a9;display:block;width:28.75rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:34.60205078125rem;left:41.372398376465rem;height:9.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ldpN1cAkf5tTyi7I7IvwxUomhzQ2mJqs { color:#ffffff;display:block;width:6.247396rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:15017;line-height:.2;letter-spacing:0;top:11.06005859375rem;left:1.1848964691162rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#af7UzUlBcUhlT5Qptg8rDezxD1BZdD1n { 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:17.125rem;width:17.125rem;top:2.125rem;left:47.248046875rem;overflow:hidden;display:block; }
#xGi5V4HwZiSld9S81HSyiNM3RLnNs1Cx { 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:17rem;width:17rem;top:2.39599609375rem;left:9.6848964691163rem;overflow:hidden;display:block; }
#ZcMTrtRl2IGKPL6ybiq63dsDly8OQomb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8ecec;background-image: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; }#ZcMTrtRl2IGKPL6ybiq63dsDly8OQomb > .row .container { background-color: transparent; background-image: none; }#ZcMTrtRl2IGKPL6ybiq63dsDly8OQomb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZcMTrtRl2IGKPL6ybiq63dsDly8OQomb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZcMTrtRl2IGKPL6ybiq63dsDly8OQomb > .row .container > .video-iframe-container { display: none; }#ZcMTrtRl2IGKPL6ybiq63dsDly8OQomb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZcMTrtRl2IGKPL6ybiq63dsDly8OQomb > .row > .video-iframe-container { display: none; }#ZcMTrtRl2IGKPL6ybiq63dsDly8OQomb > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZcMTrtRl2IGKPL6ybiq63dsDly8OQomb > .row .container { border-width: 0; border-radius: 0; }#ZcMTrtRl2IGKPL6ybiq63dsDly8OQomb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZcMTrtRl2IGKPL6ybiq63dsDly8OQomb > .row .container { font-size:0.875rem;font-family:arial;height:53.9375rem;width:75rem;position:relative;display:block; }#oh2yRZHGRs0ThOUbRldbVf7lUzqm3Odq { position:absolute;display:block;z-index:15000;background-color:#7a3855;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:37.5rem;width:34rem;top:10.46875rem;left:21.748046875rem;display:block; }
#gVQM73qKQ5Q86qX08WhnKfBtLQLofREz { color:#2649a9;display:block;width:28.75rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:37.43505859375rem;left:24.372398376465rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FU1e8oaZcME4D64XCRRHQ4T0ibUggKc9 { color:#2649a9;display:block;width:29.3125rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:22.47802734375rem;left:24.091148376465rem;height:13rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#RBBUqZFHVVe1lT173B3RJpWcFd5QhIUl { 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:17.125rem;width:17.125rem;top:3.5rem;left:30.248046875rem;overflow:hidden;display:block; }
#vLwuV1Fxn3Xb8PEHk7aAu0XZViszimB0 { color:#ffffff;display:block;width:6.247396rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:15017;line-height:.2;letter-spacing:0;top:10.42578125rem;left:21.747398376465rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hnDLorE4kRkPRnr8LCBuSCyhl44V3NXh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2ddd4;background-image: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; }#hnDLorE4kRkPRnr8LCBuSCyhl44V3NXh > .row .container { background-color: transparent; background-image: none; }#hnDLorE4kRkPRnr8LCBuSCyhl44V3NXh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hnDLorE4kRkPRnr8LCBuSCyhl44V3NXh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hnDLorE4kRkPRnr8LCBuSCyhl44V3NXh > .row .container > .video-iframe-container { display: none; }#hnDLorE4kRkPRnr8LCBuSCyhl44V3NXh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hnDLorE4kRkPRnr8LCBuSCyhl44V3NXh > .row > .video-iframe-container { display: none; }#hnDLorE4kRkPRnr8LCBuSCyhl44V3NXh > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hnDLorE4kRkPRnr8LCBuSCyhl44V3NXh > .row .container { border-width: 0; border-radius: 0; }#hnDLorE4kRkPRnr8LCBuSCyhl44V3NXh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hnDLorE4kRkPRnr8LCBuSCyhl44V3NXh > .row .container { font-size:0.875rem;font-family:arial;height:67.5rem;width:75rem;position:relative;display:block; }#IF3T23XVLeb9TUJrPkpovwyeTBB3qUGb { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:4.0625rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:58.582520484924rem;left:18.75rem;display:block; }
#XV0fK178bNPpwVel4NroCN0h54397P46 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KUTmPeDRkLLxeQCTAEwN12OKF2qfFDIO { 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:48.6875rem;width:75rem;top:5.625rem;left:0rem;overflow:hidden;display:block; }
#ptOziiA28wkRqLv2DFIvq3bMM1HzlyOa { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:48.75rem;width:75rem;display:none; }
#g9W0M9TPFX8lq43CJn2N0wPUsXLvrpg6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image: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; }#g9W0M9TPFX8lq43CJn2N0wPUsXLvrpg6 > .row .container { background-color: transparent; background-image: none; }#g9W0M9TPFX8lq43CJn2N0wPUsXLvrpg6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g9W0M9TPFX8lq43CJn2N0wPUsXLvrpg6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g9W0M9TPFX8lq43CJn2N0wPUsXLvrpg6 > .row .container > .video-iframe-container { display: none; }#g9W0M9TPFX8lq43CJn2N0wPUsXLvrpg6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g9W0M9TPFX8lq43CJn2N0wPUsXLvrpg6 > .row > .video-iframe-container { display: none; }#g9W0M9TPFX8lq43CJn2N0wPUsXLvrpg6 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g9W0M9TPFX8lq43CJn2N0wPUsXLvrpg6 > .row .container { border-width: 0; border-radius: 0; }#g9W0M9TPFX8lq43CJn2N0wPUsXLvrpg6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g9W0M9TPFX8lq43CJn2N0wPUsXLvrpg6 > .row .container { font-size:0.875rem;font-family:arial;height:58.375rem;width:75rem;position:relative;display:block; }#wl58xCo1W04zlgldF3HxZnhk7bZM1KUL { color:#091e5a;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:10.3125rem;left:0rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZXRNMDS0yZ40CzOQUE1TX0UKgoA9qlHi { color:#091e5a;display:block;width:60.4375rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15012;line-height:02;letter-spacing:0;top:17.75rem;left:11.375rem;height:10rem;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; }
#tXzE0I1l4SH2noo2WwkNUeGxCeJKae6n { color:#091e5a;display:block;width:59.8125rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15013;line-height:02;letter-spacing:0;top:45.25rem;left:11.375rem;height: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; }
#zTD9ENIXcbRLd64T4l2Twp8hBCxVSqx1 { color:#091e5a;display:block;width:60.1875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15016;line-height:02;letter-spacing:0;top:37.75rem;left:11.375rem;height:7.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; }
#nsPQIIzl32UW8ERBfFaaogRna5mnM6uM { color:#091e5a;display:block;width:60.125rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15015;line-height:02;letter-spacing:0;top:27.75rem;left:11.375rem;height:10rem;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; }
#v0pHnTr3l7aDTyhwmJEXLCIFUybBp4DZ { color:#091e5a;display:block;width:59.75rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15018;line-height:02;letter-spacing:0;top:50.25rem;left:11.375rem;height:2.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; }
#nJhivv9Lyl6VedUaTbP8vinqK6IA7CKo { color:#091e5a;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:8.6875rem;left:0rem;height:2.4rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#BGNTa0AWSOxSnmctrTyfOX1AgeRiLPHK { color:#091e5a;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15016;line-height:02;letter-spacing:0;top:50.469138145447rem;left:0rem;height:12.3rem;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; }
#krEvteL4sXn44VKK7l4vZar1lQzlMRCJ { color:#091e5a;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15015;line-height:02;letter-spacing:0;top:29.27099609375rem;left:0rem;height:15.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; }
#UMCBu0rtZfIRKTp8qTSvd7X8LZMvgACq { color:#091e5a;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15018;line-height:02;letter-spacing:0;top:66.57958984375rem;left:0rem;height:18.6rem;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; }
#ZzeSMA4y1GX5oEN5XnSlrKPd73Zv4VDO { color:#091e5a;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:3rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:5.125rem;left:0rem;height:3.8999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AqTKlxEbR7qEIgbTQdbmo2OCaFOkc8I3 { 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:17.75rem;left:8.0625rem;overflow:hidden;display:block; }
#Fi4wc53vvExBNMABgV5v7zZtTF9b9wa2 { 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:27.75rem;left:8.0625rem;overflow:hidden;display:block; }
#ld3r8WeG3LrikAJTBKnBqgWJBLpLEJHq { 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:37.75rem;left:8.0625rem;overflow:hidden;display:block; }
#nN1NKMVdQueuByw8pmZfkKx6VFOS2p9A { 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:45.25rem;left:8.0625rem;overflow:hidden;display:block; }
#aZmeMOzvm02DndHVrP4VQLNfZC9dsfZM { 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:50.25rem;left:8.0625rem;overflow:hidden;display:block; }
#vlTR0NsDMmeEiSsARkw7XNf8nwUBl9dw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image:url("https://images.assets-landingi.com/uc/32d129a3-bd22-4adb-9541-5781cce7ad7a/Zdjciegwnenastronzapisu.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#vlTR0NsDMmeEiSsARkw7XNf8nwUBl9dw.adaptive-delivery-prevent-bg, #vlTR0NsDMmeEiSsARkw7XNf8nwUBl9dw.lazyload, #vlTR0NsDMmeEiSsARkw7XNf8nwUBl9dw.lazyloading { background-image: none; }#vlTR0NsDMmeEiSsARkw7XNf8nwUBl9dw > .row .container { background-color: transparent; background-image: none; }#vlTR0NsDMmeEiSsARkw7XNf8nwUBl9dw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vlTR0NsDMmeEiSsARkw7XNf8nwUBl9dw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vlTR0NsDMmeEiSsARkw7XNf8nwUBl9dw > .row .container > .video-iframe-container { display: none; }#vlTR0NsDMmeEiSsARkw7XNf8nwUBl9dw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vlTR0NsDMmeEiSsARkw7XNf8nwUBl9dw > .row > .video-iframe-container { display: none; }#vlTR0NsDMmeEiSsARkw7XNf8nwUBl9dw > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vlTR0NsDMmeEiSsARkw7XNf8nwUBl9dw > .row .container { border-width: 0; border-radius: 0; }#vlTR0NsDMmeEiSsARkw7XNf8nwUBl9dw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vlTR0NsDMmeEiSsARkw7XNf8nwUBl9dw > .row .container { font-size:0.875rem;font-family:arial;height:54.875rem;width:75rem;position:relative;display:block; }#gf1KkTCdFN7OIlC4QQZS16B5CsgoN7Ja { color:#2649a9;display:block;width:20.8125rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:17.6875rem;left:42rem;height:19.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dP6WBMnp3EPZMC7yBnD7uPL4Vxz3VKxm { color:#091e5a;display:block;width:33rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:36.437500953674rem;left:42rem;height:1.875rem;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; }
#nlUCKNkv7HHNRiuuxiMDI6dPDwdUk9lV { color:#091e5a;display:block;width:30.875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:43.625286102295rem;left:42rem;height:3.75rem;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; }
#x9VS26nipwrCzpl5MmzpTG6urqBS42qH { position:absolute;display:block;z-index:15022;background-color:#ffffff;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:43.5rem;width:34.6875rem;top:5.75rem;left:40.3125rem;display:block; }
#G59HRLzDhcKrt3ygQuZQsXi8ZiXRezuo { color:#091e5a;display:block;width:28.875rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:700;z-index:15024;line-height:02;letter-spacing:0;top:7.0625rem;left:42rem;height:3.125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#R6IBvTDb5UXNbXiAw1DTwy6Hnqb6JE4t { color:#091e5a;display:block;width:32.6875rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:700;z-index:15025;line-height:1.4;letter-spacing:0;top:14.5625rem;left:42rem;height:2.1875rem;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; }
#alQDkFpTUhGbg5Tlr3So1oqKmfSDScqe { color:#2649a9;display:block;width:20.8125rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15025;line-height:2;letter-spacing:0;top:10.125rem;left:42rem;height:2.5004875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MydrIyu22bbz8dfM6pw2sql7V5NyTBDx { 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; }
#TTQpeR1P1V67O1OJgvgD4fetmPUqUb70 { color:#091e5a;display:block;width:33rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15024;line-height:1.5;letter-spacing:0;top:38.3125rem;left:42rem;height:3.75rem;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; }
#VKvSfK9c6rKAEHkGOFUmAu1f2aqngvxO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image: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; }#VKvSfK9c6rKAEHkGOFUmAu1f2aqngvxO > .row .container { background-color: transparent; background-image: none; }#VKvSfK9c6rKAEHkGOFUmAu1f2aqngvxO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VKvSfK9c6rKAEHkGOFUmAu1f2aqngvxO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VKvSfK9c6rKAEHkGOFUmAu1f2aqngvxO > .row .container > .video-iframe-container { display: none; }#VKvSfK9c6rKAEHkGOFUmAu1f2aqngvxO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VKvSfK9c6rKAEHkGOFUmAu1f2aqngvxO > .row > .video-iframe-container { display: none; }#VKvSfK9c6rKAEHkGOFUmAu1f2aqngvxO > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VKvSfK9c6rKAEHkGOFUmAu1f2aqngvxO > .row .container { border-width: 0; border-radius: 0; }#VKvSfK9c6rKAEHkGOFUmAu1f2aqngvxO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VKvSfK9c6rKAEHkGOFUmAu1f2aqngvxO > .row .container { font-size:0.875rem;font-family:arial;height:40.6875rem;width:75rem;position:relative;display:block; }#IZTHyhW5LxMWrmybZgvibXd5hCSXZQDK { color:#091e5a;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15023;line-height:02;letter-spacing:0;top:3.1875rem;left:0rem;height:9.225rem;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; }
#Zi8FRuFykHs2hp5oP3Hwrpc6Pn84aWdq { color:#72686c;display:block;width:58.75rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:6.49951171875rem;left:8.4375rem;height:21.125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#f1Wy6aRuhOs9r6vSz2c2502yUCygTLTP { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:4.0625rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:31.760089874267rem;left:18.75rem;display:block; }
#MLfCleAZk5A1mRVX0QQpGh3G9IHpHHnP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TpN9BCB9K7mUtPGlzMDapl1muvtLJEve { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image:url("https://images.assets-landingi.com/uc/a69fff73-0462-441f-bcd0-564d274a10c7/Colorblockbackground.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; }#TpN9BCB9K7mUtPGlzMDapl1muvtLJEve.adaptive-delivery-prevent-bg, #TpN9BCB9K7mUtPGlzMDapl1muvtLJEve.lazyload, #TpN9BCB9K7mUtPGlzMDapl1muvtLJEve.lazyloading { background-image: none; }#TpN9BCB9K7mUtPGlzMDapl1muvtLJEve > .row .container { background-color: transparent; background-image: none; }#TpN9BCB9K7mUtPGlzMDapl1muvtLJEve::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpN9BCB9K7mUtPGlzMDapl1muvtLJEve > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpN9BCB9K7mUtPGlzMDapl1muvtLJEve > .row .container > .video-iframe-container { display: none; }#TpN9BCB9K7mUtPGlzMDapl1muvtLJEve > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpN9BCB9K7mUtPGlzMDapl1muvtLJEve > .row > .video-iframe-container { display: none; }#TpN9BCB9K7mUtPGlzMDapl1muvtLJEve > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpN9BCB9K7mUtPGlzMDapl1muvtLJEve > .row .container { border-width: 0; border-radius: 0; }#TpN9BCB9K7mUtPGlzMDapl1muvtLJEve > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TpN9BCB9K7mUtPGlzMDapl1muvtLJEve > .row .container { font-size:0.875rem;font-family:arial;height:37.625rem;width:75rem;position:relative;display:block; }#awruWb6V0uy9cJkbvswwgZhvTdQ7H0uL { color:#2649a9;display:block;width:38.1875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:25.46240234375rem;left:30.875rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BE7wcQQqIDO1TFUkFZTdUG5MloqA4dUJ { 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:16.875rem;width:16.875rem;top:7.12890625rem;left:10.6875rem;overflow:hidden;display:block; }
#TqVC2g7GrIwsTVf6UuQI2tzvQ5cOihUs { color:#2649a9;display:block;width:34.5625rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:7.12890625rem;left:30.875rem;height:16.25rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#A95GUptkAgV8Ul5m40M4x1xkN7EeU1y2 { position:relative;display:block; }#A95GUptkAgV8Ul5m40M4x1xkN7EeU1y2 { background-color: transparent; background-image: none; }#A95GUptkAgV8Ul5m40M4x1xkN7EeU1y2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A95GUptkAgV8Ul5m40M4x1xkN7EeU1y2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A95GUptkAgV8Ul5m40M4x1xkN7EeU1y2 > .row .container > .video-iframe-container { display: none; }#A95GUptkAgV8Ul5m40M4x1xkN7EeU1y2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A95GUptkAgV8Ul5m40M4x1xkN7EeU1y2 > .row > .video-iframe-container { display: none; }#A95GUptkAgV8Ul5m40M4x1xkN7EeU1y2 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A95GUptkAgV8Ul5m40M4x1xkN7EeU1y2 { border-width: 0; border-radius: 0; }#A95GUptkAgV8Ul5m40M4x1xkN7EeU1y2 > .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; }#A95GUptkAgV8Ul5m40M4x1xkN7EeU1y2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faf5f5;background-image:none;font-size:0.875rem;font-family:arial;height:6.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; }#a4zytzWJ3HKXeWU6AETWa3TD72rPhIEF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f39c12;background-image: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; }#a4zytzWJ3HKXeWU6AETWa3TD72rPhIEF > .row .container { background-color: transparent; background-image: none; }#a4zytzWJ3HKXeWU6AETWa3TD72rPhIEF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a4zytzWJ3HKXeWU6AETWa3TD72rPhIEF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a4zytzWJ3HKXeWU6AETWa3TD72rPhIEF > .row .container > .video-iframe-container { display: none; }#a4zytzWJ3HKXeWU6AETWa3TD72rPhIEF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a4zytzWJ3HKXeWU6AETWa3TD72rPhIEF > .row > .video-iframe-container { display: none; }#a4zytzWJ3HKXeWU6AETWa3TD72rPhIEF > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a4zytzWJ3HKXeWU6AETWa3TD72rPhIEF > .row .container { border-width: 0; border-radius: 0; }#a4zytzWJ3HKXeWU6AETWa3TD72rPhIEF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a4zytzWJ3HKXeWU6AETWa3TD72rPhIEF > .row .container { font-size:0.875rem;font-family:arial;height:29.875rem;width:75rem;position:relative;display:block; }#n3kmEGClAd3sVKgoiqM9Oo0mRJSelbHq { display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:3rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:5.6666774749756rem;left:0rem;height:9rem;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ewp2QdplQx4icPTH9fzSieICV0vJ3qvi { display:block;width:37.5rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:14.666677474976rem;left:18.75rem;height:2.34375rem;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZupkBiwosFbzkWCmtsLXgRw2cs1EgHKV { background-color:rgba(209,91,156,0.9);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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:4.0625rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:18.999359130859rem;left:19.3125rem;display:block; }
#HnKT2IkyTAXeg8WXtlyD8ptJ8hMvdJxf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tsOPdDvLQ6C2of6Hh6ph9T82N0fU5NIm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image:url("https://images.assets-landingi.com/uc/7bd8946f-6472-4f9e-90c0-166d0106683a/KolazuczestniczekSAnalanding.png");background-position:bottom 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:block; }#tsOPdDvLQ6C2of6Hh6ph9T82N0fU5NIm.adaptive-delivery-prevent-bg, #tsOPdDvLQ6C2of6Hh6ph9T82N0fU5NIm.lazyload, #tsOPdDvLQ6C2of6Hh6ph9T82N0fU5NIm.lazyloading { background-image: none; }#tsOPdDvLQ6C2of6Hh6ph9T82N0fU5NIm > .row .container { background-color: transparent; background-image: none; }#tsOPdDvLQ6C2of6Hh6ph9T82N0fU5NIm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tsOPdDvLQ6C2of6Hh6ph9T82N0fU5NIm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tsOPdDvLQ6C2of6Hh6ph9T82N0fU5NIm > .row .container > .video-iframe-container { display: none; }#tsOPdDvLQ6C2of6Hh6ph9T82N0fU5NIm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tsOPdDvLQ6C2of6Hh6ph9T82N0fU5NIm > .row > .video-iframe-container { display: none; }#tsOPdDvLQ6C2of6Hh6ph9T82N0fU5NIm > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tsOPdDvLQ6C2of6Hh6ph9T82N0fU5NIm > .row .container { border-width: 0; border-radius: 0; }#tsOPdDvLQ6C2of6Hh6ph9T82N0fU5NIm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tsOPdDvLQ6C2of6Hh6ph9T82N0fU5NIm > .row .container { font-size:0.875rem;font-family:arial;height:52.5rem;width:75rem;position:relative;display:block; }#NcIuFkANMZx3JM9gA8bJoiya8d3y7ail { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2bf67fee-7af8-4bbc-a8a3-24b3abd2bfe6/background1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NcIuFkANMZx3JM9gA8bJoiya8d3y7ail.adaptive-delivery-prevent-bg, #NcIuFkANMZx3JM9gA8bJoiya8d3y7ail.lazyload, #NcIuFkANMZx3JM9gA8bJoiya8d3y7ail.lazyloading { background-image: none; }#NcIuFkANMZx3JM9gA8bJoiya8d3y7ail > .row .container { background-color: transparent; background-image: none; }#NcIuFkANMZx3JM9gA8bJoiya8d3y7ail::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(122,56,85,0.6); }#NcIuFkANMZx3JM9gA8bJoiya8d3y7ail > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NcIuFkANMZx3JM9gA8bJoiya8d3y7ail > .row .container > .video-iframe-container { display: none; }#NcIuFkANMZx3JM9gA8bJoiya8d3y7ail > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(122,56,85,0.6); }#NcIuFkANMZx3JM9gA8bJoiya8d3y7ail > .row > .video-iframe-container { display: none; }#NcIuFkANMZx3JM9gA8bJoiya8d3y7ail > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NcIuFkANMZx3JM9gA8bJoiya8d3y7ail > .row .container { border-width: 0; border-radius: 0; }#NcIuFkANMZx3JM9gA8bJoiya8d3y7ail::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; }#NcIuFkANMZx3JM9gA8bJoiya8d3y7ail > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NcIuFkANMZx3JM9gA8bJoiya8d3y7ail > .row .container { font-size:0.875rem;font-family:arial;height:12.25rem;width:75rem;position:relative;display:block; }#muZ6KFwSJvop9OEQJSGd9TJGtBQviyAq { color:#ffffff;display:block;width:20.3125rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:4.0625rem;left:50.9375rem;height:4.125rem;display:block; }
#eGfZRsSe2eISFBuT1SBKCbU3mEzVGnOX { color:#ffffff;display:block;width:19.312125rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:4.0618896484375rem;left:12.728881835938rem;height:4.125rem;font-style:normal;display:block; }
#TgxwJqAuFbUEZXxNIDAMlOLT0OfPXib9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:4.561767578125rem;left:35.9375rem; }
#KWNqe32ITS6M7KpH7rBrR8rPJ2zeUGkf { color:#ffffff;display:block;width:9.4375rem;position:absolute;font-family:"josefin sans";font-size:3.75rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:3.3125rem;left:40.5rem;height:5.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#rTOgFd27fxhdXGklh7xcUliINPTSyVrZ { color:#7a3855;display:block;width:23.75rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:4.0625rem;left:1.125rem;height:4.125rem;font-style:normal;display:none; }
#mZ1dpRaTmqHzUmQ6381FwB1ikriDRTtV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:16.0625rem;left:11.5625rem;display:none; }
#cd8qFslKpzcO8Nh5Z1NVItT8zZiPnfZk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:16.0625rem;left:3.4375rem;display:none; }
#ErcWZm6M2qtJenMt14ahTSQlFkqHrvuJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:16.0625rem;left:5.4375rem;display:none; }
#mBGfB6Xx0pkoHNoAxRJion8e1Vx5tuge { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:16.0625rem;left:7.4375rem;display:none; }
#pOHuseQ0a4q0Al3rd62sDKO2KfOFshsk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:16.0625rem;left:9.5625rem;display:none; }
#bAnRybMJ3qeO9tC71PNhI9nAEhXc5nDA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7b3956;background-image: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; }#bAnRybMJ3qeO9tC71PNhI9nAEhXc5nDA > .row .container { background-color: transparent; background-image: none; }#bAnRybMJ3qeO9tC71PNhI9nAEhXc5nDA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bAnRybMJ3qeO9tC71PNhI9nAEhXc5nDA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bAnRybMJ3qeO9tC71PNhI9nAEhXc5nDA > .row .container > .video-iframe-container { display: none; }#bAnRybMJ3qeO9tC71PNhI9nAEhXc5nDA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bAnRybMJ3qeO9tC71PNhI9nAEhXc5nDA > .row > .video-iframe-container { display: none; }#bAnRybMJ3qeO9tC71PNhI9nAEhXc5nDA > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bAnRybMJ3qeO9tC71PNhI9nAEhXc5nDA > .row .container { border-width: 0; border-radius: 0; }#bAnRybMJ3qeO9tC71PNhI9nAEhXc5nDA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bAnRybMJ3qeO9tC71PNhI9nAEhXc5nDA > .row .container { font-size:0.875rem;font-family:arial;height:16.1875rem;width:75rem;position:relative;display:block; }#fJCi8zGbfOp3VpsggDFFss8p3tTSvP94 { 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:19.940626144409rem;left:0rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#cvdO37m22hz6TEfpNf8RuhNSbNQUIWr1 { background-color:transparent;background-image:none;border-top:0.0625rem solid #faf5f5;border-left:0.0625rem solid #faf5f5;border-right:0.0625rem solid #faf5f5;border-bottom:0.0625rem solid #faf5f5;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:#faf5f5;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.48335375rem;height:3.41979125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:25.53333568573rem;left:18.757291793823rem;display:none; }
#JqEkFPBliGaZy0J6MtcZ54y3h0kQAM5R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nF302LauPqof8K9Fgs4ebTTF4rBHLTn4 { color:#091e5a;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:3rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:8.0590276718137rem;left:0rem;height:3.8999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eGnu719nf52lIVBLvrWgh3X4MU26VDTo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7b3956;background-image: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; }#eGnu719nf52lIVBLvrWgh3X4MU26VDTo > .row .container { background-color: transparent; background-image: none; }#eGnu719nf52lIVBLvrWgh3X4MU26VDTo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eGnu719nf52lIVBLvrWgh3X4MU26VDTo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eGnu719nf52lIVBLvrWgh3X4MU26VDTo > .row .container > .video-iframe-container { display: none; }#eGnu719nf52lIVBLvrWgh3X4MU26VDTo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eGnu719nf52lIVBLvrWgh3X4MU26VDTo > .row > .video-iframe-container { display: none; }#eGnu719nf52lIVBLvrWgh3X4MU26VDTo > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eGnu719nf52lIVBLvrWgh3X4MU26VDTo > .row .container { border-width: 0; border-radius: 0; }#eGnu719nf52lIVBLvrWgh3X4MU26VDTo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eGnu719nf52lIVBLvrWgh3X4MU26VDTo > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#WLOREJs1f9M5LT532AQCCDIdb1V2IXSh { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#7b3956;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:49.6875rem;height:3.125rem;text-decoration:none;z-index:15019;text-align:left;text-align-last:left;top:0.92795181274412rem;left:11.176216125488rem;display:block; }
#d4JDWDFzf775XrzD4IChNNJbPV1G1Cf1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ldaky8X0A73y57TIHEfqgPwfPeRdH0da { position:absolute;display:block;z-index:15017;background-color:#f2ddd4;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:3.1875rem;width:51.625rem;top:0.90538215637206rem;left:9.34375rem;display:block; }
#LZsPOMFkxHnZ3Vc5uOgqzpsZUrn1dMiW { color:#7b3956;display:block;width:3.4375rem;position:absolute;font-family:"josefin sans";font-size:3.75rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:0.00021839141845703rem;left:58rem;height:4.875rem;display:block; }
#ASDpwo499b1s7SfZTErCvAGx3Pdw5pVJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2ddd4;background-image: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; }#ASDpwo499b1s7SfZTErCvAGx3Pdw5pVJ > .row .container { background-color: transparent; background-image: none; }#ASDpwo499b1s7SfZTErCvAGx3Pdw5pVJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ASDpwo499b1s7SfZTErCvAGx3Pdw5pVJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ASDpwo499b1s7SfZTErCvAGx3Pdw5pVJ > .row .container > .video-iframe-container { display: none; }#ASDpwo499b1s7SfZTErCvAGx3Pdw5pVJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ASDpwo499b1s7SfZTErCvAGx3Pdw5pVJ > .row > .video-iframe-container { display: none; }#ASDpwo499b1s7SfZTErCvAGx3Pdw5pVJ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ASDpwo499b1s7SfZTErCvAGx3Pdw5pVJ > .row .container { border-width: 0; border-radius: 0; }#ASDpwo499b1s7SfZTErCvAGx3Pdw5pVJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ASDpwo499b1s7SfZTErCvAGx3Pdw5pVJ > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;position:relative;display:block; }#RDDCZEr8ur2wZdCkr85CJlZvmwgHdUtC { position:absolute;display:block;z-index:15013;background-color:#7b3956;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.625rem;left:7.5rem;display:block; }
#XwD6sWafJJUBTyCqKolSA1fUs0Nuq4MC { display:block;width:51.6875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.7;letter-spacing:0;top:0.707763671875rem;left:8.75rem;height:2.125rem;color:#fff6fc;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RDUBDTe2ylopBTyXigJcO3JCP1VefnIw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2ddd4;background-image: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; }#RDUBDTe2ylopBTyXigJcO3JCP1VefnIw > .row .container { background-color: transparent; background-image: none; }#RDUBDTe2ylopBTyXigJcO3JCP1VefnIw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDUBDTe2ylopBTyXigJcO3JCP1VefnIw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDUBDTe2ylopBTyXigJcO3JCP1VefnIw > .row .container > .video-iframe-container { display: none; }#RDUBDTe2ylopBTyXigJcO3JCP1VefnIw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDUBDTe2ylopBTyXigJcO3JCP1VefnIw > .row > .video-iframe-container { display: none; }#RDUBDTe2ylopBTyXigJcO3JCP1VefnIw > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDUBDTe2ylopBTyXigJcO3JCP1VefnIw > .row .container { border-width: 0; border-radius: 0; }#RDUBDTe2ylopBTyXigJcO3JCP1VefnIw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RDUBDTe2ylopBTyXigJcO3JCP1VefnIw > .row .container { font-size:0.875rem;font-family:arial;height:4.125rem;width:75rem;position:relative;display:block; }#nIK5MW1Jkuq34oHbJ9eg7891lxbbXQ1T { display:block;width:58.0625rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.8;letter-spacing:0;top:0.25rem;left:8.46875rem;height:3.82421875rem;color:#47545a;font-style:normal;display:block; }
#KgZSmSMqDVAmTLboB2ptsnFmEs9xpAVS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2ddd4;background-image: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; }#KgZSmSMqDVAmTLboB2ptsnFmEs9xpAVS > .row .container { background-color: transparent; background-image: none; }#KgZSmSMqDVAmTLboB2ptsnFmEs9xpAVS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KgZSmSMqDVAmTLboB2ptsnFmEs9xpAVS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KgZSmSMqDVAmTLboB2ptsnFmEs9xpAVS > .row .container > .video-iframe-container { display: none; }#KgZSmSMqDVAmTLboB2ptsnFmEs9xpAVS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KgZSmSMqDVAmTLboB2ptsnFmEs9xpAVS > .row > .video-iframe-container { display: none; }#KgZSmSMqDVAmTLboB2ptsnFmEs9xpAVS > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KgZSmSMqDVAmTLboB2ptsnFmEs9xpAVS > .row .container { border-width: 0; border-radius: 0; }#KgZSmSMqDVAmTLboB2ptsnFmEs9xpAVS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KgZSmSMqDVAmTLboB2ptsnFmEs9xpAVS > .row .container { font-size:0.875rem;font-family:arial;height:3.5625rem;width:75rem;position:relative;display:block; }#t0mBgCC8ecbb2nxPfbPaNHimgD9Ik9gT { position:absolute;display:block;z-index:15012;background-color:#7b3956;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; }
#zKzyyvlt03DOXsqkwC7wEoEovTmVLviq { display:block;width:52rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.7;letter-spacing:0;top:1rem;left:8.75rem;height:2.125rem;color:#fff6fc;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DiNu73zsnIcHCv9yCaV9lIVuvhiGQlrS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2ddd4;background-image: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; }#DiNu73zsnIcHCv9yCaV9lIVuvhiGQlrS > .row .container { background-color: transparent; background-image: none; }#DiNu73zsnIcHCv9yCaV9lIVuvhiGQlrS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DiNu73zsnIcHCv9yCaV9lIVuvhiGQlrS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DiNu73zsnIcHCv9yCaV9lIVuvhiGQlrS > .row .container > .video-iframe-container { display: none; }#DiNu73zsnIcHCv9yCaV9lIVuvhiGQlrS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DiNu73zsnIcHCv9yCaV9lIVuvhiGQlrS > .row > .video-iframe-container { display: none; }#DiNu73zsnIcHCv9yCaV9lIVuvhiGQlrS > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DiNu73zsnIcHCv9yCaV9lIVuvhiGQlrS > .row .container { border-width: 0; border-radius: 0; }#DiNu73zsnIcHCv9yCaV9lIVuvhiGQlrS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DiNu73zsnIcHCv9yCaV9lIVuvhiGQlrS > .row .container { font-size:0.875rem;font-family:arial;height:3.875rem;width:75rem;position:relative;display:block; }#ZBf9Xtbbx0u421VhpAtbRyQsAbp0c91g { display:block;width:58.0625rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:400;z-index:15014;line-height:1.8;letter-spacing:0;top:0rem;left:8.75rem;height:3.824225rem;color:#47545a;font-style:normal;display:block; }
#qds1WKyI9xAavvWE4BEXCv4RCGwgQXJB { display:block;width:58.0625rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:400;z-index:15014;line-height:1.8;letter-spacing:0;top:0rem;left:8.75rem;height:1.875rem;color:#47545a;font-style:normal;display:none; }
#UVGynxLhJBqd4gpmroSv2mzSipA8Tr8m { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2ddd4;background-image: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; }#UVGynxLhJBqd4gpmroSv2mzSipA8Tr8m > .row .container { border-width: 0; border-radius: 0; }#UVGynxLhJBqd4gpmroSv2mzSipA8Tr8m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UVGynxLhJBqd4gpmroSv2mzSipA8Tr8m > .row .container { font-size:0.875rem;font-family:arial;height:3.4375rem;width:75rem;position:relative;display:none; }#oms417VJ8sIMZb2NNUoQtrA6kwn0GhAN { display:block;width:50.875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.7;letter-spacing:0;top:1rem;left:8.75rem;height:2.125rem;color:#fff6fc;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tVnMNtN8iqbmayM0cOtIJW8BLcsGykeG { position:absolute;display:block;z-index:15013;background-color:#7b3956;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; }
#DICdCoCe9CALTuigDybDgGTMv52A2bZQ { display:block;width:58.125rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.7;letter-spacing:0;top:1rem;left:8.75rem;height:2.0833332538605rem;color:#fff6fc;font-style:normal;text-align:left;text-align-last:left;display:none; }
#izpK5it1hZpKZEJzDw5MpB4uiAqIFqyI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2ddd4;background-image: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; }#izpK5it1hZpKZEJzDw5MpB4uiAqIFqyI > .row .container { border-width: 0; border-radius: 0; }#izpK5it1hZpKZEJzDw5MpB4uiAqIFqyI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#izpK5it1hZpKZEJzDw5MpB4uiAqIFqyI > .row .container { font-size:0.875rem;font-family:arial;height:4.5625rem;width:75rem;position:relative;display:none; }#hv1wuWAFziTX4f3rZyyk3uKgJH6U4Ehy { display:block;width:58.0625rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:400;z-index:15014;line-height:1.8;letter-spacing:0;top:0rem;left:8.75rem;height:1.9121125rem;color:#47545a;font-style:normal;display:block; }
#TJoIVukH4EWdz7vobZ4gXhF07NltsEQN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7b3956;background-image: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; }#TJoIVukH4EWdz7vobZ4gXhF07NltsEQN > .row .container { background-color: transparent; background-image: none; }#TJoIVukH4EWdz7vobZ4gXhF07NltsEQN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJoIVukH4EWdz7vobZ4gXhF07NltsEQN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJoIVukH4EWdz7vobZ4gXhF07NltsEQN > .row .container > .video-iframe-container { display: none; }#TJoIVukH4EWdz7vobZ4gXhF07NltsEQN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJoIVukH4EWdz7vobZ4gXhF07NltsEQN > .row > .video-iframe-container { display: none; }#TJoIVukH4EWdz7vobZ4gXhF07NltsEQN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJoIVukH4EWdz7vobZ4gXhF07NltsEQN > .row .container { border-width: 0; border-radius: 0; }#TJoIVukH4EWdz7vobZ4gXhF07NltsEQN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TJoIVukH4EWdz7vobZ4gXhF07NltsEQN > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#isQX9rAE3i2pvKpreL15fXXaoO2yamB9 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#7b3956;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:49.8125rem;height:3.125rem;text-decoration:none;z-index:15019;text-align:left;text-align-last:left;top:0.92795181274412rem;left:11.176216125488rem;display:block; }
#xAZZ9oZvKUmPokVIsG7VALFVxXGOoFpD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CAkSNehJiJ3OuVcveVryJCJcVKw4oxUp { position:absolute;display:block;z-index:15016;background-color:#f2ddd4;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:3.1875rem;width:51.625rem;top:0.90538215637206rem;left:9.34375rem;display:block; }
#uth23gcupuFs0J3A3PDCKlr8PxED6i9N { color:#7b3956;display:block;width:3.4375rem;position:absolute;font-family:"josefin sans";font-size:3.75rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:0.00022315979003906rem;left:58rem;height:4.875rem;display:block; }
#eam9xs7TGURsOTre2AAffk6XROv289lg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2ddd4;background-image: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; }#eam9xs7TGURsOTre2AAffk6XROv289lg > .row .container { background-color: transparent; background-image: none; }#eam9xs7TGURsOTre2AAffk6XROv289lg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eam9xs7TGURsOTre2AAffk6XROv289lg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eam9xs7TGURsOTre2AAffk6XROv289lg > .row .container > .video-iframe-container { display: none; }#eam9xs7TGURsOTre2AAffk6XROv289lg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eam9xs7TGURsOTre2AAffk6XROv289lg > .row > .video-iframe-container { display: none; }#eam9xs7TGURsOTre2AAffk6XROv289lg > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eam9xs7TGURsOTre2AAffk6XROv289lg > .row .container { border-width: 0; border-radius: 0; }#eam9xs7TGURsOTre2AAffk6XROv289lg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eam9xs7TGURsOTre2AAffk6XROv289lg > .row .container { font-size:0.875rem;font-family:arial;height:3.4375rem;width:75rem;position:relative;display:block; }#B9guRR66tDbHCWXxpBidzcFTs8uFGINv { display:block;width:52.0625rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.7;letter-spacing:0;top:1rem;left:8.75rem;height:2.125rem;color:#fff6fc;font-style:normal;text-align:left;text-align-last:left;display:block; }
#l31gpLTMNinFtFav5yXa42sHFlcG22E5 { position:absolute;display:block;z-index:15013;background-color:#7b3956;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; }
#v8fhUoOe2VqDUwLrqeoC2boCTfODmafz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2ddd4;background-image: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; }#v8fhUoOe2VqDUwLrqeoC2boCTfODmafz > .row .container { background-color: transparent; background-image: none; }#v8fhUoOe2VqDUwLrqeoC2boCTfODmafz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v8fhUoOe2VqDUwLrqeoC2boCTfODmafz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v8fhUoOe2VqDUwLrqeoC2boCTfODmafz > .row .container > .video-iframe-container { display: none; }#v8fhUoOe2VqDUwLrqeoC2boCTfODmafz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v8fhUoOe2VqDUwLrqeoC2boCTfODmafz > .row > .video-iframe-container { display: none; }#v8fhUoOe2VqDUwLrqeoC2boCTfODmafz > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v8fhUoOe2VqDUwLrqeoC2boCTfODmafz > .row .container { border-width: 0; border-radius: 0; }#v8fhUoOe2VqDUwLrqeoC2boCTfODmafz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v8fhUoOe2VqDUwLrqeoC2boCTfODmafz > .row .container { font-size:0.875rem;font-family:arial;height:19.375rem;width:75rem;position:relative;display:block; }#ycRP0l6LpTNd5D9reCiewTac3xek85Jb { display:block;width:58.0625rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.8;letter-spacing:0;top:0rem;left:8.75rem;height:19.1211125rem;color:#47545a;font-style:normal;display:block; }
#fqDHFiNSiE8vnKMoLeRWOCoSIv7TVZeO { display:block;width:58.0625rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.8;letter-spacing:0;top:0rem;left:8.75rem;height:9.375rem;color:#47545a;font-style:normal;display:none; }
#bx2u1sSWyyb1TwOBeExLoZhb8ePHAVOA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7b3956;background-image: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; }#bx2u1sSWyyb1TwOBeExLoZhb8ePHAVOA > .row .container { background-color: transparent; background-image: none; }#bx2u1sSWyyb1TwOBeExLoZhb8ePHAVOA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bx2u1sSWyyb1TwOBeExLoZhb8ePHAVOA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bx2u1sSWyyb1TwOBeExLoZhb8ePHAVOA > .row .container > .video-iframe-container { display: none; }#bx2u1sSWyyb1TwOBeExLoZhb8ePHAVOA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bx2u1sSWyyb1TwOBeExLoZhb8ePHAVOA > .row > .video-iframe-container { display: none; }#bx2u1sSWyyb1TwOBeExLoZhb8ePHAVOA > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bx2u1sSWyyb1TwOBeExLoZhb8ePHAVOA > .row .container { border-width: 0; border-radius: 0; }#bx2u1sSWyyb1TwOBeExLoZhb8ePHAVOA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bx2u1sSWyyb1TwOBeExLoZhb8ePHAVOA > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#kuk5NWONFcFhc0MlNfRPcInI8cTXUHtU { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#7b3956;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:49.8125rem;height:3.125rem;text-decoration:none;z-index:15019;text-align:left;text-align-last:left;top:0.92795181274412rem;left:11.176216125488rem;display:block; }
#hv9gV7vJh2eBZMCEgTcEzwNQlh3Cr3DQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bu7v4sIvbAAvvl63IIT3EQU6iuGq3wpa { color:#7b3956;display:block;width:3.4375rem;position:absolute;font-family:"josefin sans";font-size:3.75rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:0rem;left:58rem;height:4.875rem;display:block; }
#XXBqWsN24RbbDs43AS023ezKIGqOTx0P { position:absolute;display:block;z-index:15017;background-color:#f2ddd4;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:3.1875rem;width:51.625rem;top:0.90538215637206rem;left:9.34375rem;display:block; }
#Tpi1kPg9NBEGNhJrETSyyITupXcykDSC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2ddd4;background-image: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; }#Tpi1kPg9NBEGNhJrETSyyITupXcykDSC > .row .container { background-color: transparent; background-image: none; }#Tpi1kPg9NBEGNhJrETSyyITupXcykDSC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tpi1kPg9NBEGNhJrETSyyITupXcykDSC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tpi1kPg9NBEGNhJrETSyyITupXcykDSC > .row .container > .video-iframe-container { display: none; }#Tpi1kPg9NBEGNhJrETSyyITupXcykDSC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tpi1kPg9NBEGNhJrETSyyITupXcykDSC > .row > .video-iframe-container { display: none; }#Tpi1kPg9NBEGNhJrETSyyITupXcykDSC > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tpi1kPg9NBEGNhJrETSyyITupXcykDSC > .row .container { border-width: 0; border-radius: 0; }#Tpi1kPg9NBEGNhJrETSyyITupXcykDSC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tpi1kPg9NBEGNhJrETSyyITupXcykDSC > .row .container { font-size:0.875rem;font-family:arial;height:4.3125rem;width:75rem;position:relative;display:block; }#IWNRJ3gLfIlFEKm49uLElvOp1BpCXNvs { position:absolute;display:block;z-index:15014;background-color:#7b3956;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; }
#RXNk4JHCCls3TIiucyTpXloz7uK7zEn2 { display:block;width:52.5rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.7;letter-spacing:0;top:1.09375rem;left:8.75rem;height:2.125rem;color:#fff6fc;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GNPiXJiNzE68gE7AD2BfxTi3skX1OO0h { display:block;width:58.125rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:1.09375rem;left:8.75rem;height:2.125rem;color:#fff6fc;font-style:normal;text-align:left;text-align-last:left;display:none; }
#sdac5g35DRFPP9iRQikL8E4MZUDs82rE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2ddd4;background-image: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; }#sdac5g35DRFPP9iRQikL8E4MZUDs82rE > .row .container { background-color: transparent; background-image: none; }#sdac5g35DRFPP9iRQikL8E4MZUDs82rE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sdac5g35DRFPP9iRQikL8E4MZUDs82rE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sdac5g35DRFPP9iRQikL8E4MZUDs82rE > .row .container > .video-iframe-container { display: none; }#sdac5g35DRFPP9iRQikL8E4MZUDs82rE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sdac5g35DRFPP9iRQikL8E4MZUDs82rE > .row > .video-iframe-container { display: none; }#sdac5g35DRFPP9iRQikL8E4MZUDs82rE > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sdac5g35DRFPP9iRQikL8E4MZUDs82rE > .row .container { border-width: 0; border-radius: 0; }#sdac5g35DRFPP9iRQikL8E4MZUDs82rE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sdac5g35DRFPP9iRQikL8E4MZUDs82rE > .row .container { font-size:0.875rem;font-family:arial;height:17.25rem;width:75rem;position:relative;display:block; }#hx3tr0L5frbiN2GGymoQsXbiKlhAiOzx { display:block;width:58.0625rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:400;z-index:15016;line-height:1.8;letter-spacing:0;top:0rem;left:8.75rem;height:17.209rem;color:#47545a;font-style:normal;display:block; }
#whhOCd4Gl6fqFArIbJmffOEhGvauPrxL { 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:0rem;left:8.75rem;height:15rem;color:#47545a;font-style:normal;display:none; }
#CvGVu7IiG8343chUz7WDtV3bsUI65nzt { 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:0rem;left:8.75rem;height:15.333333015442rem;color:#47545a;font-style:normal;display:none; }
#IzPB8bTlb8xVNO4gQifEEUV0qnQQEI1f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2ddd4;background-image: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; }#IzPB8bTlb8xVNO4gQifEEUV0qnQQEI1f > .row .container { background-color: transparent; background-image: none; }#IzPB8bTlb8xVNO4gQifEEUV0qnQQEI1f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IzPB8bTlb8xVNO4gQifEEUV0qnQQEI1f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IzPB8bTlb8xVNO4gQifEEUV0qnQQEI1f > .row .container > .video-iframe-container { display: none; }#IzPB8bTlb8xVNO4gQifEEUV0qnQQEI1f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IzPB8bTlb8xVNO4gQifEEUV0qnQQEI1f > .row > .video-iframe-container { display: none; }#IzPB8bTlb8xVNO4gQifEEUV0qnQQEI1f > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IzPB8bTlb8xVNO4gQifEEUV0qnQQEI1f > .row .container { border-width: 0; border-radius: 0; }#IzPB8bTlb8xVNO4gQifEEUV0qnQQEI1f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IzPB8bTlb8xVNO4gQifEEUV0qnQQEI1f > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;position:relative;display:block; }#VC8oXsCUL3krL2NOf1EvS4XNyXMKZ97G { position:absolute;display:block;z-index:15014;background-color:#7b3956;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; }
#Dl6ZmrooVSKrxFuNwB0ZQ40QIAJCWA7O { display:block;width:51.5625rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.7;letter-spacing:0;top:0.62423706054688rem;left:8.75rem;height:2.125rem;color:#fff6fc;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EsTidxy7No9wlK4pEDmg7SisiEZwFReC { display:block;width:58.125rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:0.62499928474426rem;left:8.75rem;height:2.125rem;color:#fff6fc;font-style:normal;text-align:left;text-align-last:left;display:none; }
#AeomlZWJgXMid037omcii6UHqi0xp9d2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2ddd4;background-image: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; }#AeomlZWJgXMid037omcii6UHqi0xp9d2 > .row .container { background-color: transparent; background-image: none; }#AeomlZWJgXMid037omcii6UHqi0xp9d2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AeomlZWJgXMid037omcii6UHqi0xp9d2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AeomlZWJgXMid037omcii6UHqi0xp9d2 > .row .container > .video-iframe-container { display: none; }#AeomlZWJgXMid037omcii6UHqi0xp9d2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AeomlZWJgXMid037omcii6UHqi0xp9d2 > .row > .video-iframe-container { display: none; }#AeomlZWJgXMid037omcii6UHqi0xp9d2 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AeomlZWJgXMid037omcii6UHqi0xp9d2 > .row .container { border-width: 0; border-radius: 0; }#AeomlZWJgXMid037omcii6UHqi0xp9d2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AeomlZWJgXMid037omcii6UHqi0xp9d2 > .row .container { font-size:0.875rem;font-family:arial;height:9.625rem;width:75rem;position:relative;display:block; }#oNQqNOlNunnLEgT9cUvBR8Nktmx0ra4z { display:block;width:55.4375rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:400;z-index:15016;line-height:1.8;letter-spacing:0;top:0rem;left:8.75rem;height:9.56055625rem;color:#47545a;font-style:normal;display:block; }
#V7C5DaZI1D7i0yzwDSKVMAc6TnhL9o3o { 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:0rem;left:8.75rem;height:5.625rem;color:#47545a;font-style:normal;display:none; }
#SUA9GR267NareVU13nE3uPq2EgNT23Lq { display:block;width:55.4375rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:400;z-index:15016;line-height:1.8;letter-spacing:0;top:0rem;left:8.75rem;height:7.6666665077213rem;color:#47545a;font-style:normal;display:none; }
#b6A8xRSsaUhFkd7QbclWQNWUQK0MlHTk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7b3956;background-image: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; }#b6A8xRSsaUhFkd7QbclWQNWUQK0MlHTk > .row .container { background-color: transparent; background-image: none; }#b6A8xRSsaUhFkd7QbclWQNWUQK0MlHTk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b6A8xRSsaUhFkd7QbclWQNWUQK0MlHTk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b6A8xRSsaUhFkd7QbclWQNWUQK0MlHTk > .row .container > .video-iframe-container { display: none; }#b6A8xRSsaUhFkd7QbclWQNWUQK0MlHTk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b6A8xRSsaUhFkd7QbclWQNWUQK0MlHTk > .row > .video-iframe-container { display: none; }#b6A8xRSsaUhFkd7QbclWQNWUQK0MlHTk > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b6A8xRSsaUhFkd7QbclWQNWUQK0MlHTk > .row .container { border-width: 0; border-radius: 0; }#b6A8xRSsaUhFkd7QbclWQNWUQK0MlHTk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b6A8xRSsaUhFkd7QbclWQNWUQK0MlHTk > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#k3398fWF6sE32k0IgV7p4lfM9SltcMPE { position:relative;display:none; }#k3398fWF6sE32k0IgV7p4lfM9SltcMPE { border-width: 0; border-radius: 0; }#k3398fWF6sE32k0IgV7p4lfM9SltcMPE > .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; }#k3398fWF6sE32k0IgV7p4lfM9SltcMPE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faf5f5;background-image:none;font-size:0.875rem;font-family:arial;height:68.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; }#auUGZEsRNRXmlXAIfTm0UcFPcKFTalH1 { position:absolute;display:block;z-index:15012;background-color:#f4ce83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062109375rem;width:18.75rem;top:7.999218272045rem;left:28.125rem;display:block; }
#nel8coUyTM6TJm2HdNTxriiQwfkIFbnU { 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:3.8333332538605rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SU6qKO94vNu8xhqK6REGawzNMy9X4SQy { color:#a54870;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:16.4375rem;left:0rem;height:7.2500002384187rem;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; }
#Soz1UZ9T5lqtdeTc62SMieBva0bp06AI { position:absolute;display:block;z-index:15031;background-color:#f4ce83;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062109375rem;width:4.99921875rem;top:16.5rem;left:35rem;display:block; }
#IBH0ygTbN13SI5lmIAdohnat3osFLGfT { color:#2649a9;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:23.625rem;left:0rem;height:22rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VeJipRzckBWwBHuRdH2xD36Dc4MPrHFO { color:#a54870;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:43.937157630921rem;left:0rem;height:7.2500002384187rem;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; }
#EkVWRC6S79JuNwP6pM9XTFRrVQCzNHO6 { color:#222b2f;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:51.137154579162rem;left:0rem;height:10rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FoPyuSBT57DC2ToO4tuuaQfx4fErRXTy { position:absolute;display:block;z-index:15032;background-color:#f4ce83;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.0609375rem;width:4.99805rem;top:43.9375rem;left:35rem;display:block; }
#BTE1vQkRr3u7QivP6TZXl54krml6rG0c { position:absolute;display:block;z-index:15012;background-color:#f4ce83;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.4375257492062rem;left:28.125001907349rem;display:none; }
#cwPDrxxEgzMToUJXSnXtcMCwFhOl2IWr { position:absolute;display:block;z-index:15023;background-color:#f4ce83;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:5rem;top:3.1875rem;left:35rem;display:none; }
#ekDBi4fHA6wxLz9tzXaRH8EddVXXxEFi { position:absolute;display:block;z-index:15023;background-color:#f4ce83;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:5rem;top:3.1875rem;left:35rem;display:none; }
#Ub0XUMoFdaZhGnvoal8wKqvm9SdhF70r { color:#2649a9;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:23.625rem;left:0rem;height:22.275rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#pQVCU40CQnSgTpvI9nwcDqnw52c1NQWm { position:absolute;display:block;z-index:15012;background-color:#f4ce83;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:18.811459541321rem;left:28.125001907349rem;display:none; }
#pLm4y1p5H5Troz2v5ZlyXwJwfupamTzz { position:absolute;display:block;z-index:15012;background-color:#f4ce83;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:18.811459541321rem;left:28.125001907349rem;display:none; }
#O6h2nSdwHrG7zEQuU9y0B1GqTOfN7wHk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image: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; }#O6h2nSdwHrG7zEQuU9y0B1GqTOfN7wHk > .row .container { background-color: transparent; background-image: none; }#O6h2nSdwHrG7zEQuU9y0B1GqTOfN7wHk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O6h2nSdwHrG7zEQuU9y0B1GqTOfN7wHk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O6h2nSdwHrG7zEQuU9y0B1GqTOfN7wHk > .row .container > .video-iframe-container { display: none; }#O6h2nSdwHrG7zEQuU9y0B1GqTOfN7wHk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O6h2nSdwHrG7zEQuU9y0B1GqTOfN7wHk > .row > .video-iframe-container { display: none; }#O6h2nSdwHrG7zEQuU9y0B1GqTOfN7wHk > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O6h2nSdwHrG7zEQuU9y0B1GqTOfN7wHk > .row .container { border-width: 0; border-radius: 0; }#O6h2nSdwHrG7zEQuU9y0B1GqTOfN7wHk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O6h2nSdwHrG7zEQuU9y0B1GqTOfN7wHk > .row .container { font-size:0.875rem;font-family:arial;height:103.625rem;width:75rem;position:relative;display:block; }#ANRzrgocgpZMCFMtAm03xrKhc0002tm9 { color:#091e5a;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:3rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:62.4375rem;left:0rem;height:7.7995rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tIFWcwwxzp14VBJ1cAAH26ewfTdbrbal { color:#30b1be;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:72.8125rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R2Dd9uClThDVXJMoGMtmb2B6BkWvgntT .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; }
#R2Dd9uClThDVXJMoGMtmb2B6BkWvgntT .widget-text.counter-number { border-top:0.1875rem solid #f4ce83;border-left:0.1875rem solid #f4ce83;border-right:0.1875rem solid #f4ce83;border-bottom:0.1875rem solid #f4ce83;background-color:transparent;background-image:none;color:#72686c;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:"josefin sans";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; }
#R2Dd9uClThDVXJMoGMtmb2B6BkWvgntT .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:"josefin sans";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; }
#R2Dd9uClThDVXJMoGMtmb2B6BkWvgntT { 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:77.5625rem;left:24.5rem;z-index:15058; }
#R2Dd9uClThDVXJMoGMtmb2B6BkWvgntT #snPr2wyg0GTX0g97c27tgbmAZrUeKM3G { display:flex;position:relative;top:0rem;left:0rem; }
#R2Dd9uClThDVXJMoGMtmb2B6BkWvgntT #S5eE7GOGZ3UxrIiColS2Hop6zAo9Se6o { width:auto; }
#R2Dd9uClThDVXJMoGMtmb2B6BkWvgntT #wpDmRyhcArPNdmrlfGZUDNck1soKOBhS {  }
#R2Dd9uClThDVXJMoGMtmb2B6BkWvgntT #x7fKVtJCkT8HhEHyiO9UH01K9HPqC0bG { display:flex;position:relative;top:0rem;left:0rem; }
#R2Dd9uClThDVXJMoGMtmb2B6BkWvgntT #XJls5swQyRByQf3ZolaC1WD2VhmVpVyx {  }
#R2Dd9uClThDVXJMoGMtmb2B6BkWvgntT #ohdubgKAHImTw0HXxQUadn04gvo8dQVC {  }
#R2Dd9uClThDVXJMoGMtmb2B6BkWvgntT #AifqThzOrKr7WBkZ8TGu2flviqmJvAyV { display:flex;position:relative;top:0rem;left:0rem; }
#R2Dd9uClThDVXJMoGMtmb2B6BkWvgntT #xtlVKvhT4OoTSnEPS7habuGDoupiiRnr {  }
#R2Dd9uClThDVXJMoGMtmb2B6BkWvgntT #RwmVi6Z8fNh5ppc0mVJ0b1lWML13QxUd {  }
#R2Dd9uClThDVXJMoGMtmb2B6BkWvgntT #x6H3zzwzKnT8InioctfPo3TMCO3t1FPa { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#R2Dd9uClThDVXJMoGMtmb2B6BkWvgntT #KK8Rz1RmVmNOaqktMOtyILlgBfIN4M6p {  }
#R2Dd9uClThDVXJMoGMtmb2B6BkWvgntT #LsEAiOgAv4VUWesTUFhw7865alqkTfUD {  }
#dnmw05SFWzLKMviQgfZfHLpH7rIr2L5b { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:4.0625rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:91.062337875369rem;left:18.75rem;display:block; }
#heTnKV209Se1VFaUwAogUs62pnTxGrw1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bTb6trVdZSlwOSX4oi6UvLsKxJ6uSfT4 { 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.6666665077213rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#lv8rz3GU1uBZBBZmMN1hDM8EhONmkPof { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:3.4348957538605rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:48.72900390625rem;left:18.750001907349rem;display:none; }
#psoENtJKwJ46vNmVaqb1PU5kddNRaWCF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dfaEinvxArMItUdXkCeiq6HLrcKbn1P8 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:48.75rem;width:75rem;top:5.625rem;left:0rem;overflow:hidden;display:block; }
#GAqZUFuJ8e4Du8tGCwTZ2GMysFiEOKuH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2bf67fee-7af8-4bbc-a8a3-24b3abd2bfe6/background1.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; }#GAqZUFuJ8e4Du8tGCwTZ2GMysFiEOKuH.adaptive-delivery-prevent-bg, #GAqZUFuJ8e4Du8tGCwTZ2GMysFiEOKuH.lazyload, #GAqZUFuJ8e4Du8tGCwTZ2GMysFiEOKuH.lazyloading { background-image: none; }#GAqZUFuJ8e4Du8tGCwTZ2GMysFiEOKuH > .row .container { border-width: 0; border-radius: 0; }#GAqZUFuJ8e4Du8tGCwTZ2GMysFiEOKuH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GAqZUFuJ8e4Du8tGCwTZ2GMysFiEOKuH > .row .container { font-size:0.875rem;font-family:arial;height:43rem;width:75rem;position:relative;display:none; }#z3t4061ZX15O8hsw4o5ZtBmmZuTLxct0 { display:block;width:37.5rem;position:absolute;font-family:"josefin sans";font-size:3rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:11.911499023438rem;left:0rem;height:9rem;color:#7b3956;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NozbukzQoU5UbpVpqxc1N2qQODoDiJRl { 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:37.125rem;width:33.75rem;top:2.9376087188721rem;left:40.449653625488rem;overflow:hidden;display:block; }
#MS3UEVH7TBzIUxSUe1N9USAkMNWFI3Fl { display:block;width:37.5rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:23.694091796875rem;left:0rem;height:5.625rem;color:#7b3956;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TlxJtG7KoBlAKfMITDLXoxzxdDmxBik9 { background-color:#7b3956;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:3.4348957538605rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:32.115966796875rem;left:0rem;display:block; }
#mc6FCHhVcJaBbUUkz98eT5RttaTeuQGo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r6ek9FixHIW3UKktGfTlmFDLnl26iPeX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image: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; }#r6ek9FixHIW3UKktGfTlmFDLnl26iPeX > .row .container { border-width: 0; border-radius: 0; }#r6ek9FixHIW3UKktGfTlmFDLnl26iPeX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r6ek9FixHIW3UKktGfTlmFDLnl26iPeX > .row .container { font-size:0.875rem;font-family:arial;height:167.3125rem;width:75rem;position:relative;display:none; }#m0OX1OB9Tud6ngWzGZiI6nzogVdz3mow { position:absolute;display:block;z-index:15012;background-color:#f4ce83;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.4375257492062rem;left:28.125001907349rem;display:block; }
#ufXXfOM1VQzexrgtU7gkGR6Bb5GpTxdE { 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:3.8333332538605rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dy0RSgn1HRH28CD9sgdKgC970y7uH2LZ { position:absolute;display:block;z-index:15011;background-color:#f1dede;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:139.1875rem;width:75rem;top:20.580810546875rem;left:0rem;display:block; }
#tl6IybReZugamDIDzDOPyTpcTii9uiu1 { color:#2649a9;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:24.0234375rem;left:0rem;height:24rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#ITTTlu1M9o5LTuoqxXyyMdORdQUeXsV3 { color:#2649a9;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:48.001342773438rem;left:0rem;height:28rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#ksfOCQiDmEeqV6nD4cxInGiT4iw8SIqm { color:#2649a9;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:101.95581054688rem;left:0rem;height:34rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#lvRH4zuZblXAsrVyEz24xa7i1li1Tfmb { color:#2649a9;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:75.958251953125rem;left:0rem;height:26rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#V5mseZgWThvFqAT9Sn9ygTrTPP82tdbb { position:absolute;display:block;z-index:15013;background-color:#f4ce83;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:4.9986977577209rem;top:48.00244140625rem;left:35rem;display:block; }
#uAgSv9FnmR3JUo79aElx9FMOkM8l9E0G { position:absolute;display:block;z-index:15015;background-color:#f4ce83;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:5rem;top:24.066666841507rem;left:35.000001907349rem;display:block; }
#bHCw5NIRa3XnI52gctHO5Ix1fROzSyOO { position:absolute;display:block;z-index:15014;background-color:#f4ce83;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:4.9986977577209rem;top:76.001342773438rem;left:35rem;display:block; }
#W5Mk97fhpxPTqhSPwTQARlwsndcz3QoC { position:absolute;display:block;z-index:15015;background-color:#f4ce83;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:4.9986977577209rem;top:142.0390625rem;left:35rem;display:none; }
#TSu5U367v0rBdSwAmTV51Sx3Z0w1QRH1 { color:#2649a9;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:12.587142944336rem;left:0rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DfEU9lMQE2sOKHlzGm4G3yGTBqgfuAyV { color:#2649a9;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:25.065276145935rem;left:0rem;height:16.2rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#rC6n28hQSLBNEtp1Okkt6wnWgHlbvo9Z { 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:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ehMbc1nzGNwhwI2bKDTyfPkCuD5eKPGO { color:#2649a9;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:106.31132316589rem;left:0rem;height:16rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#EcpPCtPau2gc9E866wxdOGVRq4wulgAm { position:absolute;display:block;z-index:15015;background-color:#f4ce83;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:5rem;top:25.004167973995rem;left:35.000001907349rem;display:none; }
#ExW0pmJZuQINWmZx5p97eTwbETrJoLUd { position:absolute;display:block;z-index:15016;background-color:#f4ce83;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:4.9986977577209rem;top:135.91552734375rem;left:35rem;display:block; }
#Utkaug83wPUbKeOM4qd83xtv60fR5yb8 { color:#2649a9;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:135.93359375rem;left:0rem;height:20rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#ra1kgG6qkaxgUeMvT4wTKZOE50r3SiWy { position:absolute;display:block;z-index:15015;background-color:#f4ce83;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:4.9986977577209rem;top:101.89575195312rem;left:33.875rem;display:block; }
#SowVPSaTuM0TWcqmwGWDBR4KZgl4TcZh { color:#2649a9;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:25.065276145935rem;left:0rem;height:16.2rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#T05HrpQ3cvIkS5M2bZF5UhqSTTyUnEz2 { color:#2649a9;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:47.961181640625rem;left:0rem;height:26rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#KTQAi1tm5XVT9OBJP0RmuESqd1UkmxTl { color:#2649a9;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:48.001342773438rem;left:0rem;height:28rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#Cm04JcKFkc9FApAZiyeb4SqoAEEfgsuo { color:#2649a9;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:101.95581054688rem;left:0rem;height:34rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#gdWswkmN192OnzT1prCVrgfxVnd9MlQl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image:url("https://images.assets-landingi.com/uc/a69fff73-0462-441f-bcd0-564d274a10c7/Colorblockbackground.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; }#gdWswkmN192OnzT1prCVrgfxVnd9MlQl.adaptive-delivery-prevent-bg, #gdWswkmN192OnzT1prCVrgfxVnd9MlQl.lazyload, #gdWswkmN192OnzT1prCVrgfxVnd9MlQl.lazyloading { background-image: none; }#gdWswkmN192OnzT1prCVrgfxVnd9MlQl > .row .container { background-color: transparent; background-image: none; }#gdWswkmN192OnzT1prCVrgfxVnd9MlQl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gdWswkmN192OnzT1prCVrgfxVnd9MlQl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gdWswkmN192OnzT1prCVrgfxVnd9MlQl > .row .container > .video-iframe-container { display: none; }#gdWswkmN192OnzT1prCVrgfxVnd9MlQl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gdWswkmN192OnzT1prCVrgfxVnd9MlQl > .row > .video-iframe-container { display: none; }#gdWswkmN192OnzT1prCVrgfxVnd9MlQl > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gdWswkmN192OnzT1prCVrgfxVnd9MlQl > .row .container { border-width: 0; border-radius: 0; }#gdWswkmN192OnzT1prCVrgfxVnd9MlQl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gdWswkmN192OnzT1prCVrgfxVnd9MlQl > .row .container { font-size:0.875rem;font-family:arial;height:38.25rem;width:75rem;position:relative;display:block; }#eiq7dQbfc3wGcDPCyTcOffAdTTkfI06T { color:#2649a9;display:block;width:38.1875rem;position:absolute;font-family:"josefin sans";font-size:1.4375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:25.46240234375rem;left:30.875rem;height:5.6054625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NzBuyNQWK4ZH4stGq15Uklh71Tnl6iUJ { 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:16.875rem;width:16.875rem;top:7.12890625rem;left:10.6875rem;overflow:hidden;display:block; }
#tUDxPUKsukxXIB4P1zPZIiWSmzlCAEg6 { color:#2649a9;display:block;width:39.4375rem;position:absolute;font-family:"josefin sans";font-size:1.4375rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:7.125rem;left:30.875rem;height:16.81639375rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#eXTerkTIQWoUWpb120JtCID01oL0mypy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image: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; }#eXTerkTIQWoUWpb120JtCID01oL0mypy > .row .container { background-color: transparent; background-image: none; }#eXTerkTIQWoUWpb120JtCID01oL0mypy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eXTerkTIQWoUWpb120JtCID01oL0mypy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eXTerkTIQWoUWpb120JtCID01oL0mypy > .row .container > .video-iframe-container { display: none; }#eXTerkTIQWoUWpb120JtCID01oL0mypy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eXTerkTIQWoUWpb120JtCID01oL0mypy > .row > .video-iframe-container { display: none; }#eXTerkTIQWoUWpb120JtCID01oL0mypy > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eXTerkTIQWoUWpb120JtCID01oL0mypy > .row .container { border-width: 0; border-radius: 0; }#eXTerkTIQWoUWpb120JtCID01oL0mypy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eXTerkTIQWoUWpb120JtCID01oL0mypy > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:block; }#x3BMnTJsr5TzK6xTgpsWALpqpnHIyKKu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f5;background-image:url("https://images.assets-landingi.com/uc/7b75d868-a3c4-4f06-bc8a-785993ef2997/SEC16background.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; }#x3BMnTJsr5TzK6xTgpsWALpqpnHIyKKu.adaptive-delivery-prevent-bg, #x3BMnTJsr5TzK6xTgpsWALpqpnHIyKKu.lazyload, #x3BMnTJsr5TzK6xTgpsWALpqpnHIyKKu.lazyloading { background-image: none; }#x3BMnTJsr5TzK6xTgpsWALpqpnHIyKKu > .row .container { background-color: transparent; background-image: none; }#x3BMnTJsr5TzK6xTgpsWALpqpnHIyKKu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3BMnTJsr5TzK6xTgpsWALpqpnHIyKKu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3BMnTJsr5TzK6xTgpsWALpqpnHIyKKu > .row .container > .video-iframe-container { display: none; }#x3BMnTJsr5TzK6xTgpsWALpqpnHIyKKu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3BMnTJsr5TzK6xTgpsWALpqpnHIyKKu > .row > .video-iframe-container { display: none; }#x3BMnTJsr5TzK6xTgpsWALpqpnHIyKKu > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3BMnTJsr5TzK6xTgpsWALpqpnHIyKKu > .row .container { border-width: 0; border-radius: 0; }#x3BMnTJsr5TzK6xTgpsWALpqpnHIyKKu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x3BMnTJsr5TzK6xTgpsWALpqpnHIyKKu > .row .container { font-size:0.875rem;font-family:arial;height:73.4375rem;width:75rem;position:relative;display:block; }#gwWRlDAcIpmiKvdMlh2ix7K54DKwqxCU { 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:4.9375rem;width:12.4375rem;top:3.123046875rem;left:31.249217987061rem;overflow:hidden;display:none; }
#SThu0pvLuGqEI02J9PKTIlnc9cH7wI1D { display:block;width:52.18575rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:20.367676258087rem;left:11.405382156372rem;height:39.375rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Bn9q1WfTNZyOdoCBtBL9VCOgTClseXdo { color:#091e5a;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:3rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:12.187555313111rem;left:0rem;height:3.8999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#En4fnLtZdO0TKpOVTefZTMxcO4c8HJqs { 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:6.8125rem;width:15.625rem;top:62.67968940735rem;left:29.6875rem;overflow:hidden;display:block; }
#l6mHdfVc8MN0k1T6H4Rpx41tGwJydEuI { display:block;width:52.18575rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:20.367676258087rem;left:11.405382156372rem;height:39.375rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:none; }
#mO0bqXGJWWGQgMsPUGLqOEpbCJvArqRl { background-color:#f2ddd4;background-image:url("https://images.assets-landingi.com/uc/e5ae3e86-df1f-478b-bae2-b06918e498b7/Zdjeciegownenastronezapisufale.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:auto;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; }#mO0bqXGJWWGQgMsPUGLqOEpbCJvArqRl.adaptive-delivery-prevent-bg, #mO0bqXGJWWGQgMsPUGLqOEpbCJvArqRl.lazyload, #mO0bqXGJWWGQgMsPUGLqOEpbCJvArqRl.lazyloading { background-image: none; }#mO0bqXGJWWGQgMsPUGLqOEpbCJvArqRl > .row .container { border-width: 0; border-radius: 0; }#mO0bqXGJWWGQgMsPUGLqOEpbCJvArqRl > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#mO0bqXGJWWGQgMsPUGLqOEpbCJvArqRl > .row .container { font-size:0.875rem;font-family:arial;height:50.4375rem;width:75rem;overflow:visible;position:relative;display:none; }#hvzOBl0r9yNr43sXQJINt6i4oVtqDLyi { position:absolute;display:block;z-index:15009;background-color:#7a3855;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.123698125rem;width:25.059875rem;top:26.9375rem;left:47.12370300293rem;display:block; }
#aTBneOZRfhwkzBO4nPWld32vQt3tQMqL { color:#72686c;display:block;width:25.05925rem;position:absolute;font-family:"josefin sans";font-size:3.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:21.416667938233rem;left:47.125rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rUvLA4LLuAcpEC0OWJbCkfd08qcMQf0A { color:#ba7191;display:block;width:29.8125rem;position:absolute;font-family:"josefin sans";font-size:3.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:17.354167938233rem;left:44.310546875rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O4QPp8WKoCot7oFzQtZ5ha5DI1wAWOhf { border-bottom:0;border-left:0;border-right:0;border-top:0;height:15.3125rem;width:31.0625rem;position:absolute;display:block;z-index:15013;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:2.0416669845581rem;left:43.10417175293rem;overflow:hidden;display:block; }
#knDQQxOqmdoCbukU6HNnTW9KP2UWB1RX { color:#72686c;display:block;width:28.875rem;position:absolute;font-family:"josefin sans";font-size:2.625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:35.375rem;left:45.21549987793rem;height:3.412475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bsrfL8m1yXt6zBPlfHs79SwQFtlyXxZH { 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; }
#TWJMlgIx3oCE30ZzcS08ZJqnnUvoF1mS { color:#72686c;display:block;width:25.059875rem;position:absolute;font-family:"josefin sans";font-size:3.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:29.3125rem;left:47.122398376465rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RGiqZSb4vh06kJt6dLJW9pb2SJxVm6FW { color:#000000;display:block;width:25.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.875rem;top:22rem;left:22.4375rem;display:none; }
#TKZacT4mOVWWT0nw35xEMhKUlpR4AzlQ { color:#ffffff;display:block;width:57.1875rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:59.90625rem;left:10.652778625488rem;height:13rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#mQMusnSqB8oUdCTWeo9umt9cHCfg77Pm { color:#ffffff;display:block;width:57.1875rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:61.531251907349rem;left:10.652778625488rem;height:9.75rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#JU8zbxKqegxzQVXs44qy2KVPT5LsMnPb { 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:12.875rem;width:16.125rem;top:2.908854125rem;left:59.760206327473rem;overflow:hidden;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PQhtsRXcQIClJarr28JJcPxFxb2AunlI { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#PQhtsRXcQIClJarr28JJcPxFxb2AunlI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y24CRrFOeKDhJ9G5ktAZcByfFSyU0aeH { width:7.5rem;height:1.29948125rem;top:1.5492186546326rem;left:4.5621092915535rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSWBwG5Tl2QgbPd4XulLNEWlRTgsoTi9 { width:3.75rem;height:1.29948125rem;top:1.59375rem;left:24.583333969116rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPGAwJDWcKVHgNR5fVi7b479n1aiKGCq { width:4.375rem;height:1.29948125rem;top:1.548611164093rem;left:13.936632454395rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgCn2DtK8TlRf8FFoM7prkuA2boLcmSl { width:7.5rem;height:1.29948125rem;top:1.59375rem;left:28.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrebtbhXsDWoElE8w9Hs9oV3kySvhPQa { width:4.125rem;height:1.3808625rem;top:1.5rem;left:2.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwwMhWT8V9wz0KMgcMfC0JznF3OGhl33 { width:5rem;height:1.3808625rem;top:1.4375rem;left:15.561199188233rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfd5EP8L8mMPN8J9RcBbLX9kqhImHm1N { display:block; }#rfd5EP8L8mMPN8J9RcBbLX9kqhImHm1N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ocNgCWvcThe70Kc2T06wfgCv0UTb6AtA { display:block; }#ocNgCWvcThe70Kc2T06wfgCv0UTb6AtA > .row .container { width:47.75rem;height:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aELktVTGw114FzKWwmdABvFXFIdSQCTr { width:16.247396469116rem;height:0.12369791418314rem;top:18.9375rem;left:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNpS3LrEZfKbWHeZVQnT1Jk9R4LEnNhx { width:24.998697280884rem;height:2.03125rem;top:15.9375rem;left:22.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRD1VVBi4TvKbZZQRs0PJchG759cCvZT { width:18.75rem;height:2.84375rem;top:12.625rem;left:25.9375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWEGOz4XQmNa3Urd3LVIfwddgy6Ss6ka { width:15.25rem;height:7.5rem;top:4.3125rem;left:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9sUt7VMHg4TPa1vULfF403E46WLMkmO { width:25rem;height:1.625rem;top:23.875rem;left:22.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2O7feNdzD08oV2XmF9SSIoUbWaerhuM { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #AZTf33o0sUFLnXMN6elsaTpV2IntENAv { width:8.875rem;height:4.9375rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFxiHTswwATKSOr6JIFMhTaQ2tTw9fND { width:24.998697280884rem;height:2.03125rem;top:20.1875rem;left:22.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIoqNFx7QhUsCblievNzNKK3REx1cQ9x { width:40.625rem;height:10.9375rem;top:27.84375rem;left:3.5624998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1zAWF7OlPwsQ6DFBKbs1pToMokmveZT { width:47.75rem;height:6.09375rem;top:30.039844512939rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7mpTm1icFmpql0XFSiBt2lTGNumZNTr { width:9.4375rem;height:9.1875rem;top:26.312501192093rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrzBGCwO9vZvsbN4FmPgu8GilfMPoXbE { width:25.25rem;height:0;top:22.0625rem;left:22.5rem;font-size:1.25rem;text-align:center;text-align-last:center;font-family:"josefin sans";font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #n3CNNI5LrkeSRWw6aVz1DWw8H4bpRkN1 { width:47.75rem;height:8.125rem;top:30.039844512939rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #S1lr4aodvointcQXAKUaQozuKHDCZ16i { width:47.75rem;height:6rem;top:30.039844512939rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cchbDDh5dT9U2lGxwSTdGRHwl1NXm5ix { width:9.875rem;height:9.5625rem;top:33.312502861023rem;left:37.744000729601rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tk53Nn0qeiMDD8NnhCPtGChwWkKgQn8G { display:block; }#Tk53Nn0qeiMDD8NnhCPtGChwWkKgQn8G > .row .container { width:47.75rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hu1IrPiNKFcTQXua0ATTCOElxSNy66de { width:34.375rem;height:19.5rem;top:11.624137878418rem;left:7.2499998211863rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsROM2AgVUCyhVeqeWRkpIotmNABzKGT { width:34.375rem;height:17.416667125rem;top:11.624137878418rem;left:7.2499998211863rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nES8IzA4qIF7P9P8PzXknT5S9nbQ1TeW { width:9.875rem;height:9.5625rem;top:33.312502861023rem;left:37.744000729601rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTb2TU5tNusCKqMc6bXTAPSn5LlQ5ymQ { display:block; }#zTb2TU5tNusCKqMc6bXTAPSn5LlQ5ymQ > .row .container { width:47.75rem;height:29.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aDqmGaRX54SxwFTxRNd7JRAnMEdqJne5 { width:47.75rem;height:31.625rem;top:7.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvFZoC9sBXOnBaJMDJp7rySuFik1JCft { display:block; }#AvFZoC9sBXOnBaJMDJp7rySuFik1JCft > .row .container { width:47.75rem;height:31rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c3ve6MJ8lUpFGcFpScot8s9Ei47NNy3B { width:17.5rem;height:2.761725rem;top:10.25rem;left:7.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sswe7uD1Scs62fbdcs0hUQp3bGv2rwhE { width:17.5rem;height:4.142575rem;top:10.25rem;left:28.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTUysvCTk4A3vpimZvCJu2WgNJ658Xlm { width:17.8125rem;height:4.142575rem;top:17.6875rem;left:7rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhAmvGQwMe2sVqaO76EgZebXk3bFDqGt { width:18.75rem;height:3.375rem;top:25.377604603768rem;left:14.500000298023rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXiyR8OIzui4HzZSDFdouDRWB1VrRrox { display:block; }
 }@media only screen and (max-width: 763px) { #zEXU1feGaXUpfueQu2BSe10BVzquW88z { width:2.3125rem;height:2.3125rem;top:10.25rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAhOqlZMPC1WUUKlEqOLcpWU6Rv30NFS { width:2.3125rem;height:2.3125rem;top:17.9375rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5ZHt4xAI90WK3o8vUobRxRcbXROKtXZ { width:2.3125rem;height:2.3125rem;top:10.25rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOZT9orCH9i1OJm3WPaf3D9TkXbD4Sa2 { width:17.5rem;height:2.76171875rem;top:10.25rem;left:7.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOxxP9rRGSZsIDXbnBvn8wIKufCU9TuM { width:47.75rem;height:2.03125rem;top:5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPD1MxlkHZeItTOqwXGC8D1wgPhslR0B { display:block; }#kPD1MxlkHZeItTOqwXGC8D1wgPhslR0B > .row .container { width:47.75rem;height:52.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UrTFbTsylltM6EHLuKbMKRh5AhBtO92T { width:47.7484375rem;height:4.63085625rem;top:36.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XguFlMMyoI1bWKKVWEbCcGFmN4Sxin8L { width:47.74825rem;height:1.625rem;top:48.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ia4IInkVTKLrCXoT0T0N86EiuoJ2WMmh { width:47.749125rem;height:4.0625rem;top:3.8081722259521rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJsBsTnRRMNtMy6RIq3BkML7A6COsn1y { width:38.375rem;height:24.9375rem;top:9.9991359710694rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWJpITgAsFh8S5psieW4SrmFKH3ZfFwl { width:40.625rem;height:10.6875rem;top:47.25rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #glDLNG7o7T0hLrRgUUCy96UfMPmqwJ5r { width:36.25rem;height:3.25rem;top:51.3125rem;left:5.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTTppUVQXy3ze0ZFa622Oo3vB42nWPT4 { width:47.7484375rem;height:4.63085625rem;top:41.56875038147rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxlTWnMNTivTZZ9wi0BfF8BP1T1eos0T { display:block; }#WxlTWnMNTivTZZ9wi0BfF8BP1T1eos0T > .row .container { width:47.75rem;height:95.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fdhpxeKGsro1UokCIcb0yl8VLCzh2glk { width:47.748046875rem;height:1.625rem;top:10.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6bLmeLtOZhQEH1XLbTxUtDB7WByXbXN { width:47.748046875rem;height:1.625rem;top:12.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwnBpTKKrqKpzzFx28pgpBXU2TFnbipV { width:37.5rem;height:2.97395625rem;top:16.497385978699rem;left:6.8749998211863rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcd0b9BNKurahmtI5DMxnOzze30AUxp9 { width:47.746875rem;height:3.25rem;top:64.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #viVkQtHvsOrBO8VtnHoqbLQRpCuOCJix { width:11.625rem;height:4.4609375rem;top:72.375rem;left:8.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kw0fEzXETqTyyX9qTrXrX7dh2ZtZQTCe { top:17.810770988464rem;left:5.1249998211861rem;width:37.5rem;height:0;z-index:15030;font-size:1.0625rem;line-height:2;font-family:roboto;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #X2RSUzubmXo3TGblboIF6zZKruuHBTwK { width:2.498046875rem;height:1.748046875rem;top:48.939453125rem;left:1.9375rem;z-index:15030;display:none; }
 }@media only screen and (max-width: 763px) { #pEvgdr1cct46DR9QGsTIMcx5tVZanJ4G { width:2.25rem;height:2.25rem;top:16.496518135071rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4xQiSvTQ4Do4iNsWPI5TDU57Tf5nxeh { width:37.5rem;height:0;top:10.310155630112rem;left:5.9976556897163rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #btP6cuLceKcUO7BXCIOW0Q6qJOcd9EX9 { width:37.5rem;height:2.97395625rem;top:38.067707061767rem;left:6.8749998211863rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PX58OxU91CazuxA31amum0Q1qMI1Txnz { width:37.5rem;height:2.97395625rem;top:20.934886932373rem;left:6.8749998211863rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fru1siD86TIkkLTIg5Qh3iR58GxlIs7V { width:37.5rem;height:1.69986875rem;top:24.622386932373rem;left:6.8749998211863rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sufVoTuVVF9vC2mTCUy9wdoTy0k6KHs8 { width:37.5rem;height:1.48698125rem;top:27.855894088745rem;left:6.8749998211863rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wS39X4EnsIGTW7xUGgBBeESfVlylsh93 { width:33.9375rem;height:2.97395625rem;top:32.141483306885rem;left:6.8749998211863rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rs7W2STogdM9Ue43pxTpH7e4eq38w5fd { width:2.25rem;height:2.25rem;top:38.067707061767rem;left:3.7499998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1vp2g9zStCHJyZaUeJtcT9lsOHRkog4 { width:2.25rem;height:2.25rem;top:20.871519088745rem;left:3.7499998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwmJPxH8x848pEzbB3znNpUSRfWsLv38 { width:2.25rem;height:2.25rem;top:24.345476150512rem;left:3.7499998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJbkk94NkOvGiEDu8anC7O28ThsmpFTD { width:2.25rem;height:2.25rem;top:28.216136932373rem;left:3.7499998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2R7p1EBwR3T4sKcaBX5EqNDtxElyD7y { width:2.25rem;height:2.25rem;top:32.140625rem;left:3.7499998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #bf7ssX2nqmKa0d4VTSsmQoFaaFnzvCRs { width:18.75rem;height:4.4609375rem;top:72.3125rem;left:26.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJ4LEBPmIsWSE5EvWeyy5IR4TIPtc9Cb { width:14.5rem;height:7.434875rem;top:77.875rem;left:8.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSTg00wJlH5Kpo2Km7a8LFBdohsNZTO1 { width:19.5rem;height:2.97395625rem;top:77.875rem;left:26.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6S2zJGxm1zoU4KfplyoiOFZIDxK01Kx { width:2.25rem;height:2.25rem;top:72.3125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDSAEUyLfAdCHXM7Tk6wU2GB8vXXnVDL { width:2.25rem;height:2.25rem;top:77.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFNahVhycMmv9XKQoIyTIxwBdLqaxHB1 { width:2.25rem;height:2.25rem;top:72.3125rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrKMTLalqh4fbhS4Ei2lekhHiOEbne6V { width:2.25rem;height:2.25rem;top:77.875rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGkNOKrwQGuhF8avE7teRgZpBLCW0Vvh { width:37.5rem;height:4.4609375rem;top:54.442188262939rem;left:6.8749998807906rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvFa5nEyG5sWfWNXvkWe5rv6KCINoWFR { width:2.25rem;height:2.25rem;top:43.317190170288rem;left:3.7499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpcKABtBv6hq2hwRuW6k5qpDgOTIF2xv { width:37.5rem;height:2.97395625rem;top:48.567188262939rem;left:6.8749998807906rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvfOm7uH98saqAfTRa9be3LqSrlcTCaO { width:2.25rem;height:2.25rem;top:48.567190170288rem;left:3.7499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4CtQuF7npR0yirI2eLtUU6tTrNdnvM6 { width:37.5rem;height:2.97395625rem;top:43.317188262939rem;left:6.8749998807906rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuzDbTWKio55vdHU9mTyxXRnTIta8Kt5 { width:2.25rem;height:2.25rem;top:54.442190170288rem;left:3.7499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTMVe70yMAuICNpwfLAuMUxGGtWaJ3D9 { display:block; }#UTMVe70yMAuICNpwfLAuMUxGGtWaJ3D9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D3iaBDANIizzfnQLUK9Dip23zhofnI89 { width:47.75rem;height:4.0625rem;top:5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #egqZ64kfELCKOLGPRTfvLvEh2lHBCVJR { width:47.75rem;height:8.125rem;top:9.1241335868837rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGh8f1io2IXxBQT0GIFAEed2VOOyTCig { width:10.375rem;height:10.375rem;top:23.3125rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmEdtB69UQposhKZrSB6LlSHS66s25XE { display:block; }#HmEdtB69UQposhKZrSB6LlSHS66s25XE > .row .container { width:47.75rem;height:61.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ermeMXIuWSWX4tuMtJTsGLFWy4RPpsKX { width:13.1875rem;height:1.625rem;top:11.1875rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DU8KvOwyvwKwTvK5DwdKRLBUbphBTL0t { width:16.0625rem;height:1.625rem;top:14rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMS6a2KwwHHnq47t96gJguZtLyghTQia { width:23.625rem;height:9.3984375rem;top:24.095485448838rem;left:23.656249344349rem;font-size:1.125rem;display:block; }#aMS6a2KwwHHnq47t96gJguZtLyghTQia li:before{  }
 }@media only screen and (max-width: 763px) { #VnodNCGPuwiTIIsZTWxq2vllZX9L5HuD { width:14.375rem;height:3.25rem;top:18.374999761581rem;left:23.656249344349rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxWAFdIfpETeS1kSkefzRuwObnzO9Sbg { width:22.5625rem;height:3.25rem;top:39.088540792465rem;left:24.187500298023rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCayt4OD7CIlXtNMXOCqh7CbODXtfP9o { width:24.1875rem;height:5.01171875rem;top:44.032991409302rem;left:23.436632454395rem;font-size:1.125rem;display:block; }#gCayt4OD7CIlXtNMXOCqh7CbODXtfP9o li:before{  }
 }@media only screen and (max-width: 763px) { #TAQ4lmPUkgTNlkhy4w5WCUmEqzLkTZI9 { width:19.6875rem;height:13.6875rem;top:4.5555458068847rem;left:0.93663197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyBNzzqy4wXTbh7hvcu8fLoB0n62sTDR { width:19.9375rem;height:36.25rem;top:21.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpkFCcE1OQdplxlTRbm38Om6yKWbv53f { width:9.375rem;height:9.375rem;top:24.4375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwKt9kZ2kLP3afO5VSgiQxZShg9PQSBu { width:17.3125rem;height:7.3111875rem;top:36.875rem;left:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6y547Xo2ZE4DZtoHZxXTl6qwPACyJkA { width:16.375rem;height:4.38671875rem;top:44.750028610229rem;left:2.1250000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCnr2mCyqm3K9b2W6u1USyB38ffWLX6k { width:12.4375rem;height:1.25rem;top:3.3125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #xF8VphnWUhaIc547Mi63ivCEUgKrkEvA { display:block; }#xF8VphnWUhaIc547Mi63ivCEUgKrkEvA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sr3yCI11g6LqwyhoWmP9s8MZBF11MPqD { width:24.3125rem;height:2.9375rem;top:63.559375762937rem;left:11.718750357628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtzvwgtVlqUk9hq5ciMXCoo7oU4qpa27 { display:block; }
 }@media only screen and (max-width: 763px) { #szhERMgc6iOTXOKtHyq5CBKEvJPXcUpe { width:47.75rem;height:3.25rem;top:9.1241335868837rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #drEmitGrcCns81XHfPDNDdGixvolDTBU { width:47.75rem;height:1.625rem;top:9.1241335868837rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPP7szJD5AP95Mk9hFsrGK8oKNf2DTHs { width:47.75rem;height:4.875rem;top:9.1241335868837rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhg1xaPvom9rRKwEXRn1ylaFTzTDZPei { width:8.0625rem;height:8.0625rem;top:26rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNl4aRqn81U0hkssdH500kTVNkFRDT4t { width:47.75rem;height:34.9375rem;top:4.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GTJLRwx5ag6JLVqUOMUGT7g3wEmMEKxX { width:43.75rem;height:17.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #g0bOu00DiPiZJR4TznXd6OxTeTheVLxp { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #y4f8uBDsJJBUHIT3MoZAIsSdha2ue3Go { display:block; }#y4f8uBDsJJBUHIT3MoZAIsSdha2ue3Go > .row .container { width:47.75rem;height:61.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dS8IEamPrndWpJv8sU2hG96Mwbcr7M0M { width:13.1875rem;height:1.625rem;top:11.1875rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLT79DyHsMO3ZOzfgkpBB57wyU9b3SyT { width:16.0625rem;height:1.625rem;top:14rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7aL3T1GlxHKV0cZosuqb6oMPel9Xg6g { width:23.625rem;height:5.01171875rem;top:24.9375rem;left:23.625rem;font-size:1.125rem;display:block; }#T7aL3T1GlxHKV0cZosuqb6oMPel9Xg6g li:before{  }
 }@media only screen and (max-width: 763px) { #Ws4WbEgDIw6dxCJuWOU4GOFaI2zgrhtH { width:14.375rem;height:3.25rem;top:19.25rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUObmOBUmkAgO0N74qlN5v4xloPFp6K6 { width:22.5625rem;height:3.25rem;top:34.4375rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ax4tGgE86mMtyUxVyKsTrBS66BTGCJ49 { width:19.875rem;height:7.9361875rem;top:39.375rem;left:23.5625rem;font-size:1.125rem;display:block; }#ax4tGgE86mMtyUxVyKsTrBS66BTGCJ49 li:before{  }
 }@media only screen and (max-width: 763px) { #hiTsurDqK7lhHnwfUC8TaJNBMkJZ14wD { width:19.6875rem;height:13.6875rem;top:4.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIGlwk2c5CoAS9rVfOhEKRV5AKqn3eCB { width:19.9375rem;height:36.25rem;top:21.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #odGf8W1DR9O0CJzOLXn7yzZaBmv0ShpG { width:9.375rem;height:9.375rem;top:24.4375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8MdxW80DEJvsvqLWzxqts8lCcUWyHc9 { width:17.3125rem;height:5.84895625rem;top:36.875rem;left:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3PrLL8hM9Bdg9RaNbM916kRmSWIrvql { width:16.375rem;height:4.38671875rem;top:46.704856872559rem;left:2.1250000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CloDMGvP37Qqd0cTp2bdwQ75dHAQMvsv { display:block; }#CloDMGvP37Qqd0cTp2bdwQ75dHAQMvsv > .row .container { width:47.75rem;height:69.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Egk7nEDP49Prko3mfBDTzxSae1hfpu5q { width:13.1875rem;height:1.625rem;top:11.1875rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CU7Aw63e4edX6Tyh2dMSIXbyBoOBKlFG { width:16.0625rem;height:3.25rem;top:14rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTxKdiiifMiVXTtN0sWs7goBQGnGVCxV { width:23.625rem;height:9.3984375rem;top:24.095485448838rem;left:23.656249344349rem;font-size:1.125rem;display:block; }#XTxKdiiifMiVXTtN0sWs7goBQGnGVCxV li:before{  }
 }@media only screen and (max-width: 763px) { #IcDUzsaQgfLecCT5LMNPweH2icTFaliK { width:14.375rem;height:3.25rem;top:18.374999761581rem;left:23.656249344349rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PITK5Ege78v2nFWW43R0u9Ewtc9CaGHi { width:22.5625rem;height:3.25rem;top:39.088540792465rem;left:24.187500298023rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeK5u8K5JhMwsr3SdPoHLDtmGPZCAkHS { width:24.1875rem;height:2.92448125rem;top:44.032991409302rem;left:23.436632454395rem;font-size:1.125rem;display:block; }#IeK5u8K5JhMwsr3SdPoHLDtmGPZCAkHS li:before{  }
 }@media only screen and (max-width: 763px) { #Nn2mBFPmLheOcLiMTta5Q60hyTNlMcDm { width:19.6875rem;height:13.6875rem;top:4.5555458068847rem;left:0.93663197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAbOruzNw8itN83TthLMuT37ihTgovNl { width:19.9375rem;height:36.25rem;top:21.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRecgSHlfz2lUAbnlVwEeMhBmsEvL1T3 { width:9.375rem;height:9.375rem;top:24.4375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sReF7tgT23SIqmNBZz1p2QkfapvyuS5k { width:17.3125rem;height:4.38671875rem;top:36.875rem;left:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3wzK9dn5rmrFPmtMcwuJWwmLbV5lhVv { width:16.375rem;height:5.84895625rem;top:48.730905532837rem;left:2.1250000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTMQVMSrgWXHpSm7qbPkc6JTy0A8hJ12 { display:block; }#lTMQVMSrgWXHpSm7qbPkc6JTy0A8hJ12 > .row .container { width:47.75rem;height:61.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nq8pTi53HRg2pt6Duvg8kUF8aT677Bkq { width:13.1875rem;height:1.625rem;top:11.1875rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xefQeCR8VmKqrirNJnxPUHlmSPsOZ4Zm { width:18.75rem;height:3.25rem;top:14rem;left:23.625000357628rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVeyan0Qcnx1H1gz8WeoIqODO7LW7Xq7 { width:23.625rem;height:5.01171875rem;top:24.095485448838rem;left:23.656249344349rem;font-size:1.125rem;display:block; }#bVeyan0Qcnx1H1gz8WeoIqODO7LW7Xq7 li:before{  }
 }@media only screen and (max-width: 763px) { #GmRu5sc8uhCttm0gkATZZiyC2A3ncbxk { width:14.375rem;height:3.25rem;top:18.374999761581rem;left:23.656249344349rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTIL7QvT0MDrapc8uNfRMvgu9lCbkbDA { width:19.6875rem;height:13.6875rem;top:4.5555458068847rem;left:0.93663197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAFXCbu8e9xTpiwalxNqJm2QJqBfqcw1 { width:19.9375rem;height:36.25rem;top:21.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFGArCeNcfA92I9XKTaxAHCBIzfdlV2E { width:9.375rem;height:9.375rem;top:24.4375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWqgw5EPlZPyFTn5qlrZOM3FT6Vt6TNi { width:17.3125rem;height:5.84895625rem;top:36.875rem;left:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwcxBATXWna1iKsymffdukpZdGc13Chs { width:16.375rem;height:5.84895625rem;top:45.076389312744rem;left:2.1250000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkZNAlDcKN7Lh2NwSfWoZ5wskShfqvbS { display:block; }#gkZNAlDcKN7Lh2NwSfWoZ5wskShfqvbS > .row .container { width:47.75rem;height:61.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rxhXxkGA7aNQGVyty6bum3NcGgcofMIW { width:13.1875rem;height:1.625rem;top:11.1875rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNIIS7mwQ8mVdu0TMl5JtBZqZCAPWiab { width:16.0625rem;height:3.25rem;top:14rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDIIyDLvTxksFJTcMJrXEs6ENqpTagFl { width:23.625rem;height:7.9361875rem;top:24.095485448838rem;left:23.656249344349rem;font-size:1.125rem;display:block; }#XDIIyDLvTxksFJTcMJrXEs6ENqpTagFl li:before{  }
 }@media only screen and (max-width: 763px) { #UJJzp2uLw8mGS2K8VZMkXC7xssygC1ag { width:14.375rem;height:3.25rem;top:18.374999761581rem;left:23.656249344349rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngSp1lfmy0T9y9QIT4F5Bt8TApJtUUNS { width:19.6875rem;height:13.6875rem;top:4.5555458068847rem;left:0.93663197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #vr2NywkcgG60AnxbEJ9Z7eciqdCfbtBg { width:19.9375rem;height:36.25rem;top:21.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJtsor53WHhJkf1u3cni0dlvRaVqEv1M { width:9.375rem;height:9.375rem;top:24.4375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXU1zGhBW4Q53TQW8XF8gyHTwnz5tH1O { width:17.3125rem;height:5.84895625rem;top:36.875rem;left:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQM8guJmV4ngBUkCZQIdduuOgfbPZ7AA { width:16.375rem;height:2.92448125rem;top:46.375rem;left:2.1250000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVpzXa95312tRSSkTprcRSfEAGT7UDWU { display:block; }#sVpzXa95312tRSSkTprcRSfEAGT7UDWU > .row .container { width:47.75rem;height:61.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ueJcLAzpr7lKLO90FnK6mIWxtd2Xr4a8 { width:13.1875rem;height:1.625rem;top:11.1875rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Res45JOOIKw3vvuWfM8nGEGARKfTTVSH { width:16.0625rem;height:3.25rem;top:14rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkKAfRiklWk1GtZr5ir3sNJdtT8xLQ88 { width:23.625rem;height:7.9361875rem;top:24.095485448838rem;left:23.656249344349rem;font-size:1.125rem;display:block; }#mkKAfRiklWk1GtZr5ir3sNJdtT8xLQ88 li:before{  }
 }@media only screen and (max-width: 763px) { #BMuCG8caApB7byFIVqIBr0UcaOu7IovI { width:14.375rem;height:3.25rem;top:18.374999761581rem;left:23.656249344349rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmoKWVGTTzNwvmqxaiMD5bTu5FxT80Z4 { width:22.5625rem;height:3.25rem;top:34.9375rem;left:24.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUDpJyPictGXOfWLgOwbuhHFy5rNfngH { width:24.1875rem;height:4.69921875rem;top:39.875rem;left:23.5625rem;font-size:1.125rem;display:block; }#JUDpJyPictGXOfWLgOwbuhHFy5rNfngH li:before{  }
 }@media only screen and (max-width: 763px) { #aDO35vtes1RZZV90lAxop96RwUqIh29e { width:19.6875rem;height:13.6875rem;top:4.5555458068847rem;left:0.93663197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLifwdCCAAXaVw6vaXuR8kU324pcNoph { width:19.9375rem;height:36.25rem;top:21.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sH5uXWwfL0JDfTT8e1TbTnwKRHMK9Wvb { width:9.375rem;height:9.375rem;top:24.4375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nrf82qofr97UXFanbwL7PGlIA9EcFOZf { width:17.3125rem;height:5.84895625rem;top:36.875rem;left:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpWyMhHgDK6Pg0M1499XDd6t9o43z1H2 { width:16.375rem;height:5.84895625rem;top:45.076389312744rem;left:2.1250000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZsqlwBX5UbX0OTJPkz6WcfTgqbh5lLB { display:block; }#bZsqlwBX5UbX0OTJPkz6WcfTgqbh5lLB > .row .container { width:47.75rem;height:61.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N5FNLMKLXPyGTtOaQRLCksukJiV3E0k3 { width:13.1875rem;height:1.625rem;top:11.1875rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsQpzi2pULw68uzLCcvO7ZTFtasO64kQ { width:16.0625rem;height:3.25rem;top:14rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMbFkuwf4Cgl5OOquSPC0cW79N2sJ2ET { width:23.625rem;height:6.4739375rem;top:24.095485448838rem;left:23.656249344349rem;font-size:1.125rem;display:block; }#bMbFkuwf4Cgl5OOquSPC0cW79N2sJ2ET li:before{  }
 }@media only screen and (max-width: 763px) { #fUGoM2EfTmGRDDXevtGTHXaMWfvILX9t { width:14.375rem;height:3.25rem;top:18.374999761581rem;left:23.656249344349rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMIv3kB7vQEP2s09Es3mhayWNGx8HXCd { width:22.5625rem;height:3.25rem;top:33.8125rem;left:24.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QD1TQ2vtTJHMw4uBBhtHseNUhnK63ebA { width:18.8125rem;height:2.92448125rem;top:38.75rem;left:23.5625rem;font-size:1.125rem;display:block; }#QD1TQ2vtTJHMw4uBBhtHseNUhnK63ebA li:before{  }
 }@media only screen and (max-width: 763px) { #IEJU0TB4F4CPFMQGFkQUEXo5TQoOn1Z5 { width:19.6875rem;height:13.6875rem;top:4.5555458068847rem;left:0.93663197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCNUASX7AGF2r1k5zbAA1Mm6TffqROTl { width:19.9375rem;height:36.25rem;top:21.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSbTWtuhHiJE7XPgTqzhFukCWVzc6hrQ { width:9.375rem;height:9.375rem;top:24.4375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2BbdeG8lVnMrp4206U1o5smvN1GXUSh { width:17.3125rem;height:5.84895625rem;top:36.875rem;left:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LomKIATwe9D6v2Gd1sfNqfZV8hL8N44B { width:16.375rem;height:5.84895625rem;top:46.375rem;left:2.1250000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZ2W6tESbpiB1nGIq9hdVWZQwy1aPVNc { display:block; }#PZ2W6tESbpiB1nGIq9hdVWZQwy1aPVNc > .row .container { width:47.75rem;height:61.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ol7QWC7EWefEHDmFcgZuk5p44TlRfFWU { width:13.1875rem;height:1.625rem;top:11.1875rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUaeJSsdHDwa7IGDAH1JaOvxKMR7O6zN { width:16.0625rem;height:3.25rem;top:14rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHT7sJHahpQZfXSFRoWigllTAVPo0Pdi { width:23.625rem;height:7.9361875rem;top:24.095485448838rem;left:23.656249344349rem;font-size:1.125rem;display:block; }#oHT7sJHahpQZfXSFRoWigllTAVPo0Pdi li:before{  }
 }@media only screen and (max-width: 763px) { #lRSxAa6FFf21sdqhis1nGQzhQkvyowym { width:14.375rem;height:3.25rem;top:18.374999761581rem;left:23.656249344349rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #La6XTT9RdFdbiqkNVEZa5UpaVaqez9cb { width:22.5625rem;height:3.25rem;top:36.375rem;left:24.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiQffuV7w49irnVNVhyVkbTkXayyMFMc { width:24.1875rem;height:1.4622375rem;top:41.3125rem;left:23.5625rem;font-size:1.125rem;display:block; }#DiQffuV7w49irnVNVhyVkbTkXayyMFMc li:before{  }
 }@media only screen and (max-width: 763px) { #KgcX5prSeGMnPkT8zRx4Ttgb0TBpmNvm { width:19.6875rem;height:13.6875rem;top:4.5555458068847rem;left:0.93663197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2SzRB2STP9nfVeKTKvFAxtoTLmxaTCl { width:19.9375rem;height:36.25rem;top:21.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqoSsS17XzcLwlzhTf7B8Z6nF2pOovMl { width:9.375rem;height:9.375rem;top:24.4375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrkF5NlaqUUITon31SpR5lWrmr1hxi9V { width:17.3125rem;height:5.84895625rem;top:36.875rem;left:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBEH88TDV3Pi24eXVUGqrtQWAZpT9A0i { width:16.375rem;height:8.7734375rem;top:45.076389312744rem;left:2.1250000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uql4NpJl2yBRp5poTG3FlPGGPbDsXWT1 { display:block; }#Uql4NpJl2yBRp5poTG3FlPGGPbDsXWT1 > .row .container { width:47.75rem;height:61.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E66EVZ24gycIvPrP7O964QReSZsix2nN { width:13.1875rem;height:1.625rem;top:11.1875rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIrSFDC1WU3vHSUPSpTFNGzRtt0Wkst4 { width:16.0625rem;height:3.25rem;top:14rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDeIHWoNtNedRf0b4To3LtGT3x07CPMy { width:23.625rem;height:5.01171875rem;top:24.095485448838rem;left:23.656249344349rem;font-size:1.125rem;display:block; }#JDeIHWoNtNedRf0b4To3LtGT3x07CPMy li:before{  }
 }@media only screen and (max-width: 763px) { #pzmPNZZ5k81PJmJHLhyS6L7HDpnU6df0 { width:14.375rem;height:3.25rem;top:18.374999761581rem;left:23.656249344349rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcPEJZdmm0lHBuQ5Puvm4U3ng6DRskVh { width:19.6875rem;height:13.6875rem;top:4.5555458068847rem;left:0.93663197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9UXIxG0aq6mlc9QaulmkaaCFbaP1uq3 { width:19.9375rem;height:36.25rem;top:21.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1W7y0bs3JuOPO8u8bJUxnlWPpCB4maT { width:9.375rem;height:9.375rem;top:24.4375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFewiNIRnatAHCvcTEP4oKPHpcdrg4aF { width:17.3125rem;height:5.84895625rem;top:36.875rem;left:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkfTJW3dGgIqu6mTzD7y3k04vBcvIaCo { width:16.375rem;height:5.84895625rem;top:46.375rem;left:2.1250000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJ3vqZPk8n5nPf1hgGbuHtLqn6vWz1WI { display:block; }#sJ3vqZPk8n5nPf1hgGbuHtLqn6vWz1WI > .row .container { width:47.75rem;height:61.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CH2FTofSVAzbROrsyyi8TwSKmKDrxix6 { width:13.1875rem;height:1.625rem;top:11.1875rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cD9gchFKJJi3WXfGe5BMNUcAbKMgFdUD { width:16.0625rem;height:3.25rem;top:14rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2CDSmwRZrOTQ2MNg0HRBrBVQdWqGSDF { width:23.625rem;height:7.9361875rem;top:24.095485448838rem;left:23.656249344349rem;font-size:1.125rem;display:block; }#T2CDSmwRZrOTQ2MNg0HRBrBVQdWqGSDF li:before{  }
 }@media only screen and (max-width: 763px) { #TVUZrR7aiTaca4G05uWlemQBbLxTwBV7 { width:14.375rem;height:3.25rem;top:18.374999761581rem;left:23.656249344349rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rB5NK6TUGT9C2omeAzWcsRtiTkJiTTf2 { width:22.5625rem;height:3.25rem;top:35.3125rem;left:24.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lprTG0XFRbFSbwJsOSiK6ec8IX4SXL4a { width:24.1875rem;height:11.1731875rem;top:40.3125rem;left:23.5625rem;font-size:1.125rem;display:block; }#lprTG0XFRbFSbwJsOSiK6ec8IX4SXL4a li:before{  }
 }@media only screen and (max-width: 763px) { #c1kkt6XZafqISq8MeHqfkFVXmzmRDCIv { width:19.6875rem;height:13.6875rem;top:4.5555458068847rem;left:0.93663197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrWJVCnIE7WsWm733U76PV8EVl055V28 { width:19.9375rem;height:36.25rem;top:21.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZX2HNTBcTdfutlgpEcg1WcQ6RuvNkQF9 { width:9.375rem;height:9.375rem;top:24.4375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRw2it7xS9kAeNZQPAOoclgOQgISRs1y { width:17.3125rem;height:7.3111875rem;top:36.875rem;left:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yifUtwtJPAD3qHw1NHPJxGCPuN3klqDl { width:16.375rem;height:4.38671875rem;top:45.076389312744rem;left:2.1250000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENFMaOemtTGMx9z7v8h40TRfB0ZEWrxA { display:block; }#ENFMaOemtTGMx9z7v8h40TRfB0ZEWrxA > .row .container { width:47.75rem;height:61.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OGSKpgZsENuaEv3yZT6bAuoI3d0N5cc9 { width:13.1875rem;height:1.625rem;top:11.1875rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rADDshS0JBfvI1vzrLOUwaLBt0QWma1P { width:16.0625rem;height:3.25rem;top:14rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBbIKZvHD9mh2Tl4LKClzlS9yGSSONAt { width:23.625rem;height:9.3984375rem;top:24.095485448838rem;left:23.656249344349rem;font-size:1.125rem;display:block; }#eBbIKZvHD9mh2Tl4LKClzlS9yGSSONAt li:before{  }
 }@media only screen and (max-width: 763px) { #hVH76f0aRTdlJgqLQiOqPOAmBt5rcXxT { width:14.375rem;height:3.25rem;top:18.374999761581rem;left:23.656249344349rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRt9eXKVteGTVtBvTO1K2mtTRL4dn4m0 { width:22.5625rem;height:3.25rem;top:36.875rem;left:24.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ES0hoqq8HFpciyQNGCwJqi4GKWuzTbpZ { width:24.1875rem;height:9.3984375rem;top:41.8125rem;left:23.5625rem;font-size:1.125rem;display:block; }#ES0hoqq8HFpciyQNGCwJqi4GKWuzTbpZ li:before{  }
 }@media only screen and (max-width: 763px) { #lkFSmVhHASddMRisH16OHgwDXpcCmJ0L { width:19.6875rem;height:13.6875rem;top:4.5555458068847rem;left:0.93663197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2eVh2vuiGgk2l87JqDCVDKFRv561lE9 { width:19.9375rem;height:36.25rem;top:21.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LP8FynAsbRfsiH56zf0KVX8IR2uLPPp0 { width:9.375rem;height:9.375rem;top:24.4375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6i3gTtoaT1sy1yFvI8vFKydTDhi9EkZ { width:17.3125rem;height:5.84895625rem;top:36.875rem;left:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEJCLgmc4vRsg93cgNAfFJtgZ8dt8ATG { width:16.375rem;height:5.84895625rem;top:46.375rem;left:2.1250000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkMJQpOwR64aRE4tpBFHzLSGzagz5Dlf { display:block; }#NkMJQpOwR64aRE4tpBFHzLSGzagz5Dlf > .row .container { width:47.75rem;height:57.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uADqJVNql4PWBt4WT5D4ZBJT5lxXCOwg { width:13.1875rem;height:1.625rem;top:11.1875rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwbMPZExyDoucoWvgNfCwMPnkD6T2QhA { width:16.0625rem;height:4.875rem;top:14rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHevrvfTxtzPCsOoUrAFhkSIe44qafsk { width:23.625rem;height:6.4739375rem;top:24.095485448838rem;left:23.656249344349rem;font-size:1.125rem;display:block; }#PHevrvfTxtzPCsOoUrAFhkSIe44qafsk li:before{  }
 }@media only screen and (max-width: 763px) { #bLhT6UJbeHr84XNhFoTnwGmSzIHF0WWh { width:14.375rem;height:3.25rem;top:18.374999761581rem;left:23.656249344349rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUBIcoBxcK0sFyTrpFTPPnPNVVyxiLlw { width:22.5625rem;height:3.25rem;top:33.6875rem;left:24.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9JD9DeEJOBAaLpinVn0dq31ly5wThtt { width:24.1875rem;height:3.23698125rem;top:38.6875rem;left:23.5625rem;font-size:1.125rem;display:block; }#O9JD9DeEJOBAaLpinVn0dq31ly5wThtt li:before{  }
 }@media only screen and (max-width: 763px) { #uNOi9twZsTV67k4pCkQhlzTLTmPF5ZcD { width:19.6875rem;height:13.6875rem;top:4.5555458068847rem;left:0.93663197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZ5bvVaQ7M41CvycVvks5nvClXUZbD32 { width:19.9375rem;height:33.25rem;top:21.625007629394rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLJyuM1USC6TMhfVPFMeJTGJnUwCVf43 { width:17.3125rem;height:8.7734375rem;top:36.875rem;left:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nc8UumA0OyyEMk4tqtATPd9WTTogDThc { width:9.375rem;height:9.375rem;top:24.4375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPDeUKRBF0LQZAmKs6kAIDeZfR2FtaVF { width:16.375rem;height:4.38671875rem;top:47.57578086853rem;left:2.1250001192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsZIg6e4eDOt68pV6oKOBZf9kzWqhe2L { display:block; }#UsZIg6e4eDOt68pV6oKOBZf9kzWqhe2L > .row .container { width:47.75rem;height:61.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VaNTn6Hyy2coWWowGUFsR2tllvzxuky9 { width:13.1875rem;height:1.625rem;top:11.1875rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsiI69H1JPW6LObCG1ZFfhfFVdQZL0CI { width:16.0625rem;height:4.875rem;top:14rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBQuzOGQFp1RTnyJvdqwcFNfpm9hhcsk { width:23.625rem;height:7.9361875rem;top:25.9375rem;left:23.625rem;font-size:1.125rem;display:block; }#dBQuzOGQFp1RTnyJvdqwcFNfpm9hhcsk li:before{  }
 }@media only screen and (max-width: 763px) { #hC49gCtLfJmJgKcsEWT5zkROhW4wmsOg { width:14.375rem;height:3.25rem;top:20.1875rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkTxGW145fuLOTUoeOCLfQ6npBuRH84T { width:22.5625rem;height:3.25rem;top:36.625rem;left:24.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6A7zyayfAiKNPwv0VesAT9mnZib8Mke { width:23.5rem;height:2.92448125rem;top:41.5625rem;left:23.375rem;font-size:1.125rem;display:block; }#v6A7zyayfAiKNPwv0VesAT9mnZib8Mke li:before{  }
 }@media only screen and (max-width: 763px) { #Tz3Kd96MksZd0lVQIIEEEHhVywH3h52L { width:19.6875rem;height:13.6875rem;top:4.5555458068847rem;left:0.93663197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkJMqMr59fGSfWiIa1ti5VdiTDdD7Eqy { width:19.9375rem;height:36.25rem;top:21.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0vRCSy9ADDEsxQG8VOkWxXZZ9WzCcmu { width:9.375rem;height:9.375rem;top:24.4375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwcvpkg3ozWqsNkKnRBqEOh1dpnSdIQK { width:17.3125rem;height:7.3111875rem;top:36.875rem;left:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvRHNpGMeIZirBrxDqSeglt6zLZD1N8p { width:16.375rem;height:4.38671875rem;top:46.375rem;left:2.1250000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkdVELRrJ8xHHp6HKD37cxmk0agQzdFd { display:block; }#fkdVELRrJ8xHHp6HKD37cxmk0agQzdFd > .row .container { width:47.75rem;height:61.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BwtWDLbWSq3yZ1N5L7gqFFKchDrP5XmX { width:13.1875rem;height:1.625rem;top:11.1875rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqIfV4JxCwtwKFDtpzQh6USHllEeNvna { width:18.3125rem;height:4.875rem;top:14rem;left:23.625000357628rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1OI8bFredF7x1T0Ba2EcfAFHisU2PQv { width:23.625rem;height:7.9361875rem;top:27.375rem;left:23.625rem;font-size:1.125rem;display:block; }#E1OI8bFredF7x1T0Ba2EcfAFHisU2PQv li:before{  }
 }@media only screen and (max-width: 763px) { #Vk2euhaQnlKAiKSn4uT3P5V9ES4PB8GP { width:14.375rem;height:3.25rem;top:21.625rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZevRWZZdex9cw0tP3kt7kNi4wTV9wRD0 { width:22.5625rem;height:3.25rem;top:39.088540792465rem;left:24.187500298023rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoTJ79udV0pI7i0xiKp7CHtv6LNpGHcq { width:23.5rem;height:7.9361875rem;top:44.032806396484rem;left:23.435938239097rem;font-size:1.125rem;display:block; }#UoTJ79udV0pI7i0xiKp7CHtv6LNpGHcq li:before{  }
 }@media only screen and (max-width: 763px) { #OV7wbkxUHnyzTTKi2aZ4I9NDJhnDPGQg { width:19.6875rem;height:13.6875rem;top:4.5555458068847rem;left:0.93663197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #Op9tIraTymN14kxTUJB46XVs9h88w8Et { width:19.9375rem;height:36.25rem;top:21.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtXVoUOA4Woqkz4QzDUGLGU3uAPtVIvW { width:9.375rem;height:9.375rem;top:24.4375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XavulTRbi53CJrUmOsWlkIx7JzgxWOMH { width:17.3125rem;height:4.38671875rem;top:36.875rem;left:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXo3951MbXwSvWeuZvnEWO9ED1zVC5rc { width:16.375rem;height:8.7734375rem;top:46.537326812744rem;left:2.1250000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbL7bemMKisEOST5xfPDlZc0tGz6R8tJ { display:block; }#CbL7bemMKisEOST5xfPDlZc0tGz6R8tJ > .row .container { width:47.75rem;height:54rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bdZouVZTQDbGKvI9MQhUBs6BwQaAdT9v { width:13.1875rem;height:1.625rem;top:11.1875rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuZbs8EXKim04CkKfIdOOUeZKwvuWIwa { width:16.0625rem;height:6.5rem;top:14rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O06QhMVF3289fZ5IfxC1gQcqLb7MzApm { width:23.625rem;height:5.01171875rem;top:25.9375rem;left:23.625rem;font-size:1.125rem;display:block; }#O06QhMVF3289fZ5IfxC1gQcqLb7MzApm li:before{  }
 }@media only screen and (max-width: 763px) { #movhEVFzRJxqxrOBo0c9Dr3zR0xERpt2 { width:14.375rem;height:3.25rem;top:20.1875rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #moPKtnnJkqOp0a3kHWgbU5pClSwLEb1p { width:22.5625rem;height:3.25rem;top:33.8125rem;left:24.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2vEqZHuDwXNT8ooLtl47egtol7tSFCT { width:24.1875rem;height:1.4622375rem;top:38.75rem;left:23.375rem;font-size:1.125rem;display:block; }#T2vEqZHuDwXNT8ooLtl47egtol7tSFCT li:before{  }
 }@media only screen and (max-width: 763px) { #M1S9Bq61J2ZfbFNDx84TLN5UAm5GRuKf { width:19.6875rem;height:13.6875rem;top:4.5555458068847rem;left:0.93663197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcsZw2CuqBKVCiOHCJ4zyaovpiclNwVZ { width:19.9375rem;height:29.75rem;top:21.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #loZpmNztXFw6MXxikLBfyFpOwbWayCwO { width:16.375rem;height:2.924475rem;top:45.3125rem;left:2.1250001192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkcyGPqt1PKwNQS12d86u6PxAAcGcUv9 { width:17.3125rem;height:5.84895625rem;top:36.875rem;left:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEy4BzNZ7T5CA9HOXT43McOmsJM3JJdb { width:9.375rem;height:9.375rem;top:24.4375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5XZiAfdLu2TBHGllkd5Q4aht30NyMqy { display:block; }#l5XZiAfdLu2TBHGllkd5Q4aht30NyMqy > .row .container { width:47.75rem;height:61.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zgXhfqnTE85dIT7PP1T3uJ0ggrOOSepi { width:13.1875rem;height:1.625rem;top:11.1875rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEaxFydQb5dtUn4xVZSJnaazTPksqXq0 { width:16.0625rem;height:3.25rem;top:14rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sW68yDsDbHsKIpm1tvV5wMZea7ro1C3Q { width:23.625rem;height:7.9361875rem;top:24.095485448838rem;left:23.656249344349rem;font-size:1.125rem;display:block; }#sW68yDsDbHsKIpm1tvV5wMZea7ro1C3Q li:before{  }
 }@media only screen and (max-width: 763px) { #ZJdQzIN7cDsRUEimXtkksJJfTpWONB0t { width:14.375rem;height:3.25rem;top:18.374999761581rem;left:23.656249344349rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTlvqy8gARphriIydeGmXy5RdQ2hL7Ha { width:22.5625rem;height:3.25rem;top:34.6875rem;left:24.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLICBoFfQ9nGkbR9NQTG3x7kAd6JHoo2 { width:24.1875rem;height:12.9479375rem;top:39.6875rem;left:23.5625rem;font-size:1.125rem;display:block; }#rLICBoFfQ9nGkbR9NQTG3x7kAd6JHoo2 li:before{  }
 }@media only screen and (max-width: 763px) { #SGnfoJIAxtuinJIkeeOSDTfmeBWKRARe { width:19.6875rem;height:13.6875rem;top:4.5555458068847rem;left:0.93663197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #erVeMtTDv0SE4EJadtbzTTlHq05UgI6R { width:19.9375rem;height:36.25rem;top:21.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nILAclyMztqcadUSIi4auOTJGlN5zb97 { width:9.375rem;height:9.375rem;top:24.4375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDlOJiJKpABEgPJ5T8XxhCLeHdXrIVFk { width:17.3125rem;height:4.38671875rem;top:36.875rem;left:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nc4PIUArv7R1zTicGH1IkEPckl0Hn1ZT { width:16.375rem;height:4.38671875rem;top:46.537326812744rem;left:2.1250000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNOKnDsbw9uxbJqRrpwJ1mCQpgR8V1oT { display:block; }#fNOKnDsbw9uxbJqRrpwJ1mCQpgR8V1oT > .row .container { width:47.75rem;height:56.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W6nlNpebkurFboZ0zAcC6Xe1brs7K8E2 { width:13.1875rem;height:1.625rem;top:11.1875rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVtpaTDIFmqVkJ0hIHDg8zSK48pH4dBW { width:16.0625rem;height:3.25rem;top:14rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5HJN65h59Mzo6zOnQnEdh6Q0SQBtkhi { width:22.5rem;height:9.3984375rem;top:25.9375rem;left:23.625000357628rem;font-size:1.125rem;display:block; }#C5HJN65h59Mzo6zOnQnEdh6Q0SQBtkhi li:before{  }
 }@media only screen and (max-width: 763px) { #ToMV3qmhIy4wb06k9xH8EZHb09crFaux { width:14.375rem;height:3.25rem;top:20.1875rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWGOGXS5Rr8nRyvBlzThNZBAUf2p08Be { width:22.5625rem;height:3.25rem;top:37.4375rem;left:23.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMhrwcLB9cbKiWZDJdwRcunAUFTUy8GA { width:24.1875rem;height:9.3984375rem;top:42.375rem;left:23.125rem;font-size:1.125rem;display:block; }#iMhrwcLB9cbKiWZDJdwRcunAUFTUy8GA li:before{  }
 }@media only screen and (max-width: 763px) { #bA3s4X4yVLMVG9D5QcxVBFnazx3dzeqv { width:19.6875rem;height:13.6875rem;top:4.5555458068847rem;left:0.93663197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUiN3hn1i2QzcwQLJI5tlyG7mDty6lIn { width:19.9375rem;height:29.75rem;top:21.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8x6Vxs2yTiFoP4uOp6KerXNOLf4oRoM { width:16.375rem;height:1.4622375rem;top:45.3125rem;left:2.1250001192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oW71Fk3gKCSGeAgv0vODqRbTRIXL0ZiU { width:17.3125rem;height:4.38671875rem;top:36.875rem;left:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSskyUPnbMy7AK1bVTakc6hTA7gaErnJ { width:9.375rem;height:9.375rem;top:24.4375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqMvUOLaV1Ew88L5RPTzLyOcM1Ooprr9 { display:block; }#HqMvUOLaV1Ew88L5RPTzLyOcM1Ooprr9 > .row .container { width:47.75rem;height:61.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ur1DR9KLCGDbt8L2cfTeFTvOykdinOJB { width:13.1875rem;height:1.625rem;top:11.1875rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3NADbV3Wd9XANQbAdKvb6diIbK3V0sA { width:16.0625rem;height:1.625rem;top:14rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODnpneANRQRv7lJadsf4GUh9QbIwzXA3 { width:23.625rem;height:6.4739375rem;top:24.095485448838rem;left:23.656249344349rem;font-size:1.125rem;display:block; }#ODnpneANRQRv7lJadsf4GUh9QbIwzXA3 li:before{  }
 }@media only screen and (max-width: 763px) { #piCOZeLbqsDIhymrSlUwp7cKfu8ClzGx { width:14.375rem;height:3.25rem;top:18.374999761581rem;left:23.656249344349rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIT5B9unGhgfn8SuOrG62TWKX5o02lqy { width:22.5625rem;height:3.25rem;top:34.875rem;left:24.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnA4r3JLTXHF3vzbcSmUSys8GDSHpOhy { width:23.8125rem;height:2.92448125rem;top:39.875rem;left:23.375rem;font-size:1.125rem;display:block; }#BnA4r3JLTXHF3vzbcSmUSys8GDSHpOhy li:before{  }
 }@media only screen and (max-width: 763px) { #Rk8iBqnWIBKuG6ZSLlnxNpopdaCvTnJn { width:19.6875rem;height:13.6875rem;top:4.5555458068847rem;left:0.93663197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #rurQwn93y6eTtNqONeDhpDKWiqZVairR { width:19.9375rem;height:36.25rem;top:21.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4gTMxTqcIPLMP0IQNfl1muzy2yTQOGW { width:9.375rem;height:9.375rem;top:24.4375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3gLvBnDGQ5ZWaZe586PgNMfOa7sL91A { width:17.3125rem;height:5.84895625rem;top:36.875rem;left:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0kM4EEQ76byaL12h3IJLCncZFogrnPL { width:16.375rem;height:4.38671875rem;top:46.537326812744rem;left:2.1250000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWouZ5dy3NK6k0yP0oh41gtkeqqqZXR3 { display:block; }#oWouZ5dy3NK6k0yP0oh41gtkeqqqZXR3 > .row .container { width:47.75rem;height:61.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ji1e63Cge4PFJ3aVQNhNCPRCQw5riIdP { width:13.1875rem;height:1.625rem;top:11.1875rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVuQwqu8zBUvZR4stoyvKWtrFKmi3zND { width:16.0625rem;height:4.875rem;top:14rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mc1k9TlPT4hAm3rWE9VeZbLxXQP0K13o { width:23.625rem;height:9.3984375rem;top:25.9375rem;left:23.625rem;font-size:1.125rem;display:block; }#mc1k9TlPT4hAm3rWE9VeZbLxXQP0K13o li:before{  }
 }@media only screen and (max-width: 763px) { #yd7e7eykoTdPAgguMSFPAxvxgomTR7lK { width:14.375rem;height:3.25rem;top:20.1875rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6NnO48JfdWlvpI2e1lMrHK7sCJZFGSd { width:22.5625rem;height:3.25rem;top:37.443729400635rem;left:23.625000357628rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Al6b7VpciRpmiLw8FrwwoI9Hsew5NwtO { width:24.1875rem;height:6.16145625rem;top:41.8125rem;left:23.5625rem;font-size:1.125rem;display:block; }#Al6b7VpciRpmiLw8FrwwoI9Hsew5NwtO li:before{  }
 }@media only screen and (max-width: 763px) { #ck9HOGXzhhzLIQEFCEK1Fn8mJOyQ3gTd { width:19.6875rem;height:13.6875rem;top:4.5555458068847rem;left:0.93663197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #IM3rRqeUsT7yAXJzf9i1IcuAcaWZD6zS { width:19.9375rem;height:36.25rem;top:21.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJg511FenKT8heWsqFvRVRJOtvgX2PyX { width:9.375rem;height:9.375rem;top:24.4375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #elAWLlLIrPr8pXUxxlhDTbd9Bi1PrSgK { width:17.3125rem;height:4.38671875rem;top:36.875rem;left:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnRlNWaAfBQ3CDx4IdKU0LIXotKhNRB1 { width:16.375rem;height:5.84895625rem;top:46.375rem;left:2.1250000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXJRHJTOEhAtVETlb3GiUhRGh6urlUtC { display:block; }#MXJRHJTOEhAtVETlb3GiUhRGh6urlUtC > .row .container { width:47.75rem;height:61.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hZnIJU3FxynlwFtIuDToFsc2eAT6DidL { width:13.1875rem;height:1.625rem;top:11.1875rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPZmPLWB7LrXdvxpHFI7bmSOWiZeDgI7 { width:16.0625rem;height:3.25rem;top:14rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtyTNH927JEbyiw8MgbsOb0pScrNl2ez { width:23.625rem;height:7.9361875rem;top:24.095485448838rem;left:23.656249344349rem;font-size:1.125rem;display:block; }#FtyTNH927JEbyiw8MgbsOb0pScrNl2ez li:before{  }
 }@media only screen and (max-width: 763px) { #Qk4VwnvaPdLoB6cJ35wX8GMbFVQAvEul { width:14.375rem;height:3.25rem;top:18.374999761581rem;left:23.656249344349rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRRrqpoeuTssNmZZCvlsi8Kg5dmxCVga { width:22.5625rem;height:3.25rem;top:39.088540792465rem;left:24.187500298023rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6XLFdmxm1nbZIkMiT2n1QG6cgpq80Bp { width:24.1875rem;height:5.01171875rem;top:44.032991409302rem;left:23.436632454395rem;font-size:1.125rem;display:block; }#J6XLFdmxm1nbZIkMiT2n1QG6cgpq80Bp li:before{  }
 }@media only screen and (max-width: 763px) { #tli86JhDD0c5XG6ug8WTEk3FIbVcsMch { width:19.6875rem;height:13.6875rem;top:4.5555458068847rem;left:0.93663197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7WDTZ7htrv6y5AoCr92s5LQWL0raaDQ { width:19.9375rem;height:36.25rem;top:21.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #suPDDMeFnyafkNT8hIH3eeMQcc9JJ6qo { width:9.375rem;height:9.375rem;top:24.4375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVDbi1se9JTrF70VpdgzJTMu883kqXOC { width:17.3125rem;height:5.84895625rem;top:36.875rem;left:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHSU3O0F7xAMbMfigAcNL2gZP45TtegG { width:16.375rem;height:1.4622375rem;top:46.537326812744rem;left:2.1250000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxLV2s4iyAiMLpDR9gCF4C5aoJ1SfZWe { display:block; }#mxLV2s4iyAiMLpDR9gCF4C5aoJ1SfZWe > .row .container { width:47.75rem;height:61.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BnaFHLwbWadI2uNlzuNL7FzJZTdy7NiF { width:13.1875rem;height:1.625rem;top:11.1875rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLEqZ0pM3z4rTo8lcWeV1WESo3zOGwTb { width:16.0625rem;height:3.25rem;top:14rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z58qAZbtlgZctsTQr3oQqsUVRwGh0rOV { width:23.625rem;height:9.3984375rem;top:25.9375rem;left:23.625rem;font-size:1.125rem;display:block; }#Z58qAZbtlgZctsTQr3oQqsUVRwGh0rOV li:before{  }
 }@media only screen and (max-width: 763px) { #KTK77aSur62p0KXR5Ngta9Dbo232ag9v { width:14.375rem;height:3.25rem;top:20.1875rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8812Vg4AmtCTFoiUfm5XBQwk93DfnBv { width:22.5625rem;height:3.25rem;top:36.1875rem;left:24.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkUegR07QFtzoTs6r9X5WvXL0yTQW7rB { width:23.125rem;height:14.722625rem;top:41.125rem;left:23.5625rem;font-size:1.125rem;display:block; }#DkUegR07QFtzoTs6r9X5WvXL0yTQW7rB li:before{  }
 }@media only screen and (max-width: 763px) { #UVeh8LVIVKJqGMb7r1ZPJShN4XHKgEb6 { width:19.6875rem;height:13.6875rem;top:4.5555458068847rem;left:0.93663197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9dFhkJf70h0izl9aZpyZQXGqd9hxwz7 { width:19.9375rem;height:33.25rem;top:21.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQ1aT7n4nhdBden4Enz0si31rxSlsU7E { width:16.375rem;height:4.38671875rem;top:45.3125rem;left:2.1250001192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEcOZuI3DyHruPha6LhrXlZZ71Q0TpbG { width:17.3125rem;height:5.84895625rem;top:36.875rem;left:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4W4WPWSM4Dm5A1Spdk4hkVpq86idSRL { width:9.375rem;height:9.375rem;top:24.4375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MX5Gl13dv2EIc97aXHa8h63r2unwX6Z8 { display:block; }#MX5Gl13dv2EIc97aXHa8h63r2unwX6Z8 > .row .container { width:47.75rem;height:57.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JT2wBwMaU5vy4JuVbWg78yT609sqizwt { width:13.1875rem;height:1.625rem;top:11.1875rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSAtWbWEo8O2LUU2n1zcuIX6GeqnOuAk { width:16.0625rem;height:1.625rem;top:14rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTUebwlXWF1DIGz2frTRJ91FbMTe8rRC { width:23.625rem;height:9.3984375rem;top:24.095485448838rem;left:23.656249344349rem;font-size:1.125rem;display:block; }#hTUebwlXWF1DIGz2frTRJ91FbMTe8rRC li:before{  }
 }@media only screen and (max-width: 763px) { #qC3xmMnRGQXFHEttnLBpW6z4oChaZFhI { width:14.375rem;height:3.25rem;top:18.374999761581rem;left:23.656249344349rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2cytbMnXNHvFX8g3HD7NAlI9ovhFSb6 { width:22.5625rem;height:3.25rem;top:37rem;left:24.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrNsoTlNIw52f9DZP35eg2i8O1LvQtT7 { width:23.5rem;height:9.3984375rem;top:42rem;left:23.5625rem;font-size:1.125rem;display:block; }#zrNsoTlNIw52f9DZP35eg2i8O1LvQtT7 li:before{  }
 }@media only screen and (max-width: 763px) { #esX0fAhNRPiR4KXMh5Wu0FpE66oG5Ay5 { width:19.6875rem;height:13.6875rem;top:4.5555458068847rem;left:0.93663197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyqVPiuet1e1D2QylPpnXGtHoGRpTCpc { width:19.9375rem;height:31.5rem;top:21.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsNAUIkfMWwP1l1l0CIzDml2OLybQtgI { width:9.375rem;height:9.375rem;top:24.4375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vD67M0pgNsUwGXAvH7NUnri0QKzHvwH3 { width:15.875rem;height:5.84895625rem;top:36.875003814698rem;left:2.1250001192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSJGKTHQWqUxhs4LoBiqZMR9yhRhPTTm { width:16.375rem;height:4.38671875rem;top:44.506250858307rem;left:2.1250001192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6P0GLH5GrV5SwOn3QXsc0dIEnNiQxhq { display:block; }#I6P0GLH5GrV5SwOn3QXsc0dIEnNiQxhq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xCHqUGCEpF2bpl173wG1WP4TFH6BClot { width:47.75rem;height:2.03125rem;top:5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTthlhlmETDJ2i7l4P1TRgkcKVc8T0MO { width:12.375rem;height:8rem;top:17.5rem;left:17.656249344349rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUxVvQeqJ78EiWkXZc5aOrWhUdcSC1aZ { width:47.747375rem;height:8.125rem;top:13.936672210693rem;left:0.0034722089767456rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZ5fiGEDb2oR40PBFII1tXEll4N2Zw7A { width:47.75rem;height:1.625rem;top:23.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wr74TVHpMSzI7bg3psckRq84oFDTRJc3 { width:21.6875rem;height:1.96875rem;top:3.2977561950684rem;left:13.031250298023rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfGDGGo944h9UTsQzRC9kopUIVXscott { width:47.747375rem;height:7.916666875rem;top:13.936672210693rem;left:0.0034722089767456rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #T7M64aBbfRvqA15AVdw1daL4urToXDVw { width:37.5rem;height:6.49740625rem;top:31.249999046326rem;left:5.1249998807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OP1V5Qm7oxFlvHoFEfXlumhEXA7oQX6n { width:23.8125rem;height:2.08333325rem;top:28.8125rem;left:21.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rX5eJvhgUoTnW8pkKE4LSIIDK2FVHmlh { display:none; }#rX5eJvhgUoTnW8pkKE4LSIIDK2FVHmlh > .row .container { width:47.75rem;height:26.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rdVJwA5isy2L47KXZcZ07pTZ9oEWy36m { width:20.375rem;height:3.08333325rem;top:26.308593511581rem;left:13.687500357628rem;text-align:left;text-align-last:left;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTiuBbpkPNT1BcJfgL9VdW3enDCdP98G { width:40.625rem;height:47.125rem;top:23.558597564698rem;left:3.5624998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWx5aT6pmE5LRT1OSGhRHhG9FGXxSrqR { width:26.3125rem;height:1.8333333730698rem;top:18.6875rem;left:2.125rem;text-align:left;text-align-last:left;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OVDaC0duwTziAMg6rSb7KGbAD08DRZpD { width:11.6875rem;height:7.5625rem;top:18.062500715256rem;left:18.031250357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITioGdbeKkf19OkClrJ3vvfyoEoT2Rt0 { display:none; }#ITioGdbeKkf19OkClrJ3vvfyoEoT2Rt0 > .row .container { width:47.75rem;height:50.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QfkbRbQcE3K7Fobh074TZpWIpvTNaS2y { width:47.747375rem;height:1.583333375rem;top:11.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kw2RoV62lF4mVrCSTTIMIABik8hDEsKk { width:47.75rem;height:4.750000125rem;top:23.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wk8d7F6aszbXXMFUhKi6z5BxCZ9I3R8M { width:37.5rem;height:6.25rem;top:31.249999046326rem;left:5.1249998807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcFKL0Su0mEutTKnpFcfLdylKZz6ITlc { width:2.498046875rem;height:1.748046875rem;top:48.939453125rem;left:1.9375rem;z-index:15030;display:none; }
 }@media only screen and (max-width: 763px) { #W5mXPWRg2ElOon87oRFaJrS20nCwqIFT { width:47.747375rem;height:7.916666875rem;top:13.936672210693rem;left:0.0034722089767456rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeZgMPPHdcFAqgpbMtdFRUifTx89QTWJ { width:47.748046875rem;height:8.125rem;top:70.6875rem;left:0.001953125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #IghDckoUvF0uLAxOpm7JdCbnDCFJEEFT { width:6.5625rem;height:10rem;top:44.529686927796rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgPJfx5uvSQhSu6VtvfzuxZzweTFbmbM { width:21.6875rem;height:1.916666625rem;top:3.2977561950684rem;left:13.031250298023rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HK2ua26ogkpT89nUqguqZSndQc2EStMs { width:26.3125rem;height:1.75rem;top:7.5rem;left:10.75rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT5D7ebfk83gdRqp7Td682G9wNBDlT2I { width:37.5rem;height:3.75rem;top:6.5rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BinEg5XzwZ32hHPel5UGIT9q3UuJh6Cd { width:40.625rem;height:70.125rem;top:21.122396469116rem;left:3.5624998211861rem;display:none; }
 }@media only screen and (max-width: 763px) { #peIKZP6SsCJ20mZgRPzuTUfpe5J5n2iK { display:block; }#peIKZP6SsCJ20mZgRPzuTUfpe5J5n2iK > .row .container { width:47.75rem;height:6.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vh9qCT3Gsn7fxzsqJ05VZznmH3tcqr3h { width:47.75rem;height:3.736975rem;top:2.6875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ua0JkXHz4Gflmo7zsZMvxb2XI37JCnSF { width:19.9375rem;height:4.125rem;top:1.875rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uGs8J5NX9O2fnACQCIXFdBPanHMUE0HN { width:47.75rem;height:6.5rem;top:9.1241335868837rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANHLdM7dLo3bePzbnFihW6eT1NgTCGMU { width:47.75rem;height:3.66666675rem;top:2.6875rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GR7mfXqHpLTpqMMiDnAzzzAb1CTnUG3X { display:block; }#GR7mfXqHpLTpqMMiDnAzzzAb1CTnUG3X > .row .container { width:47.75rem;height:29.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rk6JnNLWnaZWQ3gGOpoRBhk3T0eiLwHc { width:47.75rem;height:31.625rem;top:7.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8BD8kMg61JzOPar1T7Ie1X1tq8n7G8N { display:block; }#k8BD8kMg61JzOPar1T7Ie1X1tq8n7G8N > .row .container { width:47.75rem;height:6.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bT9fQ4ZOfDWhwlSewIIpPVhPeKZUpqgT { width:47.75rem;height:3.73698125rem;top:2.6875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4rwZNBgfl3A40FIUJOUQR5yCZQDHevf { width:19.9375rem;height:4.125rem;top:1.875rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BsQmp47n0xRe8LzXQsN085V1enLoV4aa { display:block; }#BsQmp47n0xRe8LzXQsN085V1enLoV4aa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SBUouO0iakAhE6TcAt6BAgN71JUcLuPx { display:block; }#SBUouO0iakAhE6TcAt6BAgN71JUcLuPx > .row .container { width:47.75rem;height:6.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sTnPNbDiExS3UiB0wrN7qZP7u1NpMHkC { width:47.75rem;height:3.73698125rem;top:2.6875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGWyiMlKCoSimrJQPmoAqVDWkXm8CvZ1 { width:19.9375rem;height:4.125rem;top:1.875rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #H6iKHVdrtxRrnAKziqrJ6z66oa1V1yST { width:28.125rem;height:3.375rem;top:62.734375rem;left:9.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4HySTUJmAHdLABvmxQABPX6ZIuVufls { display:block; }
 }@media only screen and (max-width: 763px) { #vu4VCJJ7QQihHTJ0AJydTKCc2QoSbp2M { display:block; }#vu4VCJJ7QQihHTJ0AJydTKCc2QoSbp2M > .row .container { width:47.75rem;height:19.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bZgLPdN80uBJuy7CLTdTHS0fRM6JoVkg { width:38.6875rem;height:15.25rem;top:1.875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kb3bNXl6755PXpl4ogu4kWMVFAC0GTwQ { width:10.5625rem;height:10.5625rem;top:4rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLiosXn58KdNW68VGiAQfDWoReT2XRkd { width:30.625rem;height:9.6660375rem;top:3.625rem;left:14.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5tftNyVq9ZWlpaNTApbvHJZ6TrQ19EG { width:24.5rem;height:4.1425875rem;top:13rem;left:14.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIkFN3gurJKCZQ7Vs95a8WPB3rg0fwkk { display:block; }#RIkFN3gurJKCZQ7Vs95a8WPB3rg0fwkk > .row .container { width:47.75rem;height:19.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TEXObOQmlIQ19RnKQgTZA2JmBw1T3skU { width:38.6875rem;height:15.25rem;top:1.875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #McsRRB2GkuMshMIlNRAuE5egDOD61VCh { width:30.3125rem;height:8.28516875rem;top:4.7699680328369rem;left:14.875000298023rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGl7pp8o7chhzZysiAyimwVTz2FxUBK9 { width:24.5rem;height:2.761725rem;top:13rem;left:14.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0I6ODtEvoPFzx3Oii7Ql8FaHhCNxBQ1 { width:10.5625rem;height:10.5625rem;top:4.6561961174011rem;left:1.7491319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQ693qkzcHwK3h9JQ0V0CH50qppE2aCy { display:block; }#kQ693qkzcHwK3h9JQ0V0CH50qppE2aCy > .row .container { width:47.75rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ym1hdVGm6HL44pq6nHU1Kf4zVWbvrqam { width:38.8125rem;height:19.5625rem;top:1.875rem;left:6.5624998211863rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6IXJZ7TxI2PFwOfOco1619gZL7UbQDM { width:30.3125rem;height:12.4277375rem;top:4.7699680328369rem;left:14.875000298023rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdq9Sw3BpyNdR6FPTSBsMNpMdM1neiwk { width:24.5rem;height:2.761725rem;top:17.198785781861rem;left:14.875000298023rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGVvz833p40Z7PsTm4IsoHRC2o3Tq7Qp { width:10.5625rem;height:10.5625rem;top:5.703125rem;left:1.6241319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #TR1n3gBuIOOLC8tFsM3ipF6JeNK6CmoB { display:block; }#TR1n3gBuIOOLC8tFsM3ipF6JeNK6CmoB > .row .container { width:47.75rem;height:19.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TVBTKr4Vuv76uvGc2ysLHWIttcA62mdl { width:38.6875rem;height:15.25rem;top:1.875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvowC6gwPenKkHyU8780TsMAeR0Q1d8x { width:30.3125rem;height:6.9043rem;top:4.7699680328369rem;left:14.875000298023rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2wlHUKcyPboURqPfkWgw7cdhqQRqLRz { width:24.5rem;height:2.761725rem;top:13rem;left:14.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDWeGMf89r8HmPLkw5wknXRPCe9AyaNZ { width:10.5625rem;height:10.5625rem;top:4.3289699554443rem;left:1.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxmStd2UuO5Ws20kbexAFo1VZwd3EDA9 { width:30.3125rem;height:6.90538125rem;top:4.7699680328369rem;left:14.875000298023rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JTDxnVPOkp35HF6CZulBpkwTOXMaSRxo { display:block; }#JTDxnVPOkp35HF6CZulBpkwTOXMaSRxo > .row .container { width:47.75rem;height:19.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PweC0Liecf3HqCKUTkMBD1cmKlL5E695 { width:38.6875rem;height:15.25rem;top:1.875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuQdQ5nnJ0ZNdWExUMGHPXUV02XvZC8M { width:30.3125rem;height:9.6659875rem;top:3.9774341583252rem;left:14.875000298023rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g346pBJkcPHXvFgTgEh1IGpVCKDHSndx { width:24.5rem;height:2.761725rem;top:13.64323425293rem;left:14.875000298023rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pexXDDrsNOXs89Sptwt32zwGth32TBJ8 { width:9rem;height:9rem;top:4.3125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8i2qvqAt10N07UzthnBR09h3bJ0NSUI { display:block; }#r8i2qvqAt10N07UzthnBR09h3bJ0NSUI > .row .container { width:47.75rem;height:9rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TfEyxMgtlWw52dJodz21eZJA1iXxusRF { width:47.7491875rem;height:4.0625rem;top:4.9992370605469rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #urvoC0QMm5gcHhsCwacGugJBTyJLuJfJ { width:19.9375rem;height:6.0625rem;top:3.4375rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lIZm7DtsI5PC2sfa0DPKN30tcGZmH7AE { display:none; }#lIZm7DtsI5PC2sfa0DPKN30tcGZmH7AE > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OJoNhhapIbOrfauoTcgdB0PSkWS7Wtia { width:18.75rem;height:13.75rem;top:14.63671875rem;left:2.77734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WO5QaBcJOI0IwvetOQFuEGC4h9nqZnHF { width:20.6875rem;height:32.5rem;top:8.3125rem;left:1.80859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnC2NxT4SdTkHByqZERmlxvFdocfxJ6f { width:20.6875rem;height:32.5rem;top:8.3125rem;left:1.80859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHlslXrMnuMndEZ5qpHmoft2sfaTMsfg { width:20.6875rem;height:32.5rem;top:8.3125rem;left:1.80859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFcpkN4E1J6iSCLFbHXUrrha32RkiI21 { width:18.75rem;height:13.75rem;top:14.615966796875rem;left:25.85546875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfa5PB46BBsFQoT45S3S8tTpaUudJv03 { width:9rem;height:9rem;top:3.75rem;left:30.731247723102rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbz1Qza4ceTxWnP8hyyk6x5VezASJckQ { width:9rem;height:9rem;top:3.75rem;left:30.731247723102rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFGfITGP2zEDTy9kUxziOXU2mbKU9Id6 { width:18.75rem;height:2.66666675rem;top:26.345092773438rem;left:25.85546875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKUQ0wXbZvXBxdE3ux0FLPkFHFSq50lp { width:9rem;height:9rem;top:3.75rem;left:7.6347649693488rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpdyoW9qfPAsOnUPTqUaIKQKGT3XMT91 { width:2rem;height:2rem;top:16.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XphrvRrM6Wof4skOLBtWSRE76MkS0ZHM { width:2rem;height:2rem;top:16.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNslaNH25szkMhL35qXI8yrpkkLwoUUW { width:2rem;height:2rem;top:16.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOJGCK1pCMbo5cD59hXgPsLEhTs7qouv { width:2rem;height:2rem;top:16.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVrqFGLNckcUT6PFt7bfmStatIuHdNTf { width:2rem;height:2rem;top:16.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5fcz2H7IB7DZkLtUgXS7PQX1JZviDwu { width:15.9375rem;height:4.000000125rem;top:30.094531059265rem;left:27.261719107628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmgcM1DFtMcyrcJAT33PTvPfob3PTRfi { width:20.6875rem;height:32.5rem;top:8.3125rem;left:1.80859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQWlETxbiUgzmsq9EtgBvK6tmnBmF4Us { width:2rem;height:2rem;top:16.0625rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKgAnDAzygFqRJlNmi237rAXCpc3k5iN { width:2rem;height:2rem;top:16.0625rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqHo6NlT3LE9gdCLrzKW1X2MIcVpQpl9 { width:2rem;height:2rem;top:16.0625rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wcqa3NT5nsyldsPOZPTH6DRDwTwcH1g6 { width:2rem;height:2rem;top:16.0625rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdoGypKfomQ5hcLE7uRBO4WhuB6emzSD { width:2rem;height:2rem;top:16.0625rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNoOhBl13LVUP7DCodDaTJHWAFVJ8ykJ { width:2rem;height:2rem;top:16.0625rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ic1xc98DnPTEraQy5mEwCne93PS3xWXm { width:2rem;height:2rem;top:16.0625rem;left:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbfJ9Ty6F1SfTUBJxptV7J7Ca8zk8Rgq { width:2rem;height:2rem;top:16.0625rem;left:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qdvh6LgA4XPMvuT2GJCiIIpATaRIGHdp { width:2rem;height:2rem;top:16.0625rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0xhJORkBkU2c7NhZdVGJcktTOwdoPR9 { width:2rem;height:2rem;top:16.0625rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Viw4yUPDkstSVJDRnT0nTyT73EIE5bh3 { width:2rem;height:2rem;top:16.0625rem;left:45.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #moqypTRP53h6yz1lPHmhGfLPCTvUZfwy { width:2rem;height:2rem;top:16.0625rem;left:45.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PL8OQeLk7MqmT5TwA9RG1oOQduoZTUwk { width:2rem;height:2rem;top:16.0625rem;left:45.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhM4KaH0scUdtrHrKpB7BySQumweAxU3 { width:2rem;height:2rem;top:16.0625rem;left:45.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rn3Gz6OL0UsUKpAD4odsuMNG8Xhve4Qs { width:2rem;height:2rem;top:16.0625rem;left:45.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXPSqpASNf0nXyLBtBn50h02UsKDAsrv { width:15.9375rem;height:4.000000125rem;top:30.094531059265rem;left:27.261719107628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXTWTP9oSffWg87wIsP2mhqn32AokdAW { width:15.9375rem;height:4.000000125rem;top:30.094531059265rem;left:27.261719107628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmFvGrXSLux9sCuiUS7wlVB8nROWGxRd { width:18.75rem;height:13.75rem;top:14.615966796875rem;left:25.85546875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gD8UTyvQeOea43RyrTPTvPEhWlczePKI { width:15.9375rem;height:4.000000125rem;top:30.094531059265rem;left:27.261719107628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WscTqhIMixbs94ko6FwSwufCKS64XVoX { width:18.75rem;height:13.75rem;top:14.615966796875rem;left:25.85546875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaTmmQOmVbhAXuKdIlMo8TDdO8ANDmJ0 { width:9rem;height:9rem;top:3.75rem;left:30.731247723102rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRg1CNgZC6i9oe0B76A1nxPW2zs0PMFc { display:none; }#KRg1CNgZC6i9oe0B76A1nxPW2zs0PMFc > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qlCX51VrEthNbTaaq9UVR5CGrCa6fIE3 { width:18.75rem;height:13.75rem;top:14.63671875rem;left:2.77734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tO6UQcWGshDwsEGcn3h9oCAcIGhnTDl6 { width:20.6875rem;height:32.5rem;top:8.3125rem;left:1.80859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXvHLXe5B2PJNa5pwrhIXAv0aq836Wbc { width:18.75rem;height:13.75rem;top:14.615966796875rem;left:25.85546875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvOyF5AH7LtHDSwoQPSlorN6dmQ0hoM8 { width:9rem;height:9rem;top:3.75rem;left:30.731247723102rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPRaq5zxiPsKUU4M0SWKtvsExrOHyGp6 { width:2rem;height:2rem;top:15.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXtf7CPWLXAVhJp3K8nPETpokPKXxXf4 { width:2rem;height:2rem;top:15.875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpUGB68icbFwO7QKnKmazVJVMboTRWwQ { width:2rem;height:2rem;top:15.875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQAGxE6S3N69EtkM857UPuoRSMrHnlNl { width:2rem;height:2rem;top:15.875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDd7vv7hGeZU3yb4dkA69CQ7XRNt8OT7 { width:2rem;height:2rem;top:15.875rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAImx2T8LPbvtQ9Xv7nVGBSu6BciTlmT { width:15.9375rem;height:4.000000125rem;top:30.094531059265rem;left:27.261719107628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qd129RkQewNEFpMuXDB0116U1soULGyn { width:20.6875rem;height:32.5rem;top:8.3125rem;left:1.80859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CK122KUiZwyUCKCvphJA3QqQeCGKMDzw { width:2rem;height:2rem;top:15.875rem;left:45.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kq8sqOML0DsWSHHOL6UA8JTiwWT7y6pN { width:2rem;height:2rem;top:15.875rem;left:44.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bd8k6WPmRGqGlSmZU2sTA9J2EEdyAQFs { width:2rem;height:2rem;top:15.875rem;left:40rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAB0JwCPknw0oXOe4JIT2Uo1VKybKW0a { width:2rem;height:2rem;top:15.875rem;left:42rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7T7sLqJ2thg5wbfzibElyqUTlw2bbH6 { width:2rem;height:2rem;top:15.875rem;left:38rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5LPe5kSCDrhUTVSkWHQa9FTuLKRmbcq { width:15.9375rem;height:4.000000125rem;top:30.094531059265rem;left:27.261719107628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpUHp8AFlxyF8uCPuKiFFukf0PMaTql6 { width:9rem;height:9rem;top:3.75rem;left:30.731247723102rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeaLAs0vrtss41Z9MSqHOyg4hHJiQTi7 { background-color:#faf5f5;background-image:url("https://images.assets-landingi.com/uc/a69fff73-0462-441f-bcd0-564d274a10c7/Colorblockbackground.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#XeaLAs0vrtss41Z9MSqHOyg4hHJiQTi7.adaptive-delivery-prevent-bg, #XeaLAs0vrtss41Z9MSqHOyg4hHJiQTi7.lazyload, #XeaLAs0vrtss41Z9MSqHOyg4hHJiQTi7.lazyloading { background-image: none; }#XeaLAs0vrtss41Z9MSqHOyg4hHJiQTi7 > .row .container { background-color: transparent; background-image: none; }#XeaLAs0vrtss41Z9MSqHOyg4hHJiQTi7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XeaLAs0vrtss41Z9MSqHOyg4hHJiQTi7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XeaLAs0vrtss41Z9MSqHOyg4hHJiQTi7 > .row .container > .video-iframe-container { display: none; }#XeaLAs0vrtss41Z9MSqHOyg4hHJiQTi7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XeaLAs0vrtss41Z9MSqHOyg4hHJiQTi7 > .row > .video-iframe-container { display: none; }#XeaLAs0vrtss41Z9MSqHOyg4hHJiQTi7 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XeaLAs0vrtss41Z9MSqHOyg4hHJiQTi7 > .row .container { width:47.75rem;height:50.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uWf23r0sEa274334W97y8EIckQxccyei { width:36.1875rem;height:15.9375rem;top:16.807373046875rem;left:5.5299482345581rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #MVh9Zsu8bkwczpgWTUmke4y9D6nCfUvA { width:12.5rem;height:12.5rem;top:3.643310546875rem;left:17.373699188233rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeAlw9Hte7zhv8zWdRcyo8i7GbGeGMMQ { width:16.9375rem;height:5.52345rem;top:33.309936523438rem;left:5.5299482345581rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiVZJkXLHGSfwliGJp2sZWc32r2Hg8H0 { display:block; }#LiVZJkXLHGSfwliGJp2sZWc32r2Hg8H0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DihyBl3OqP75k6BDJ3wqgB7q85FKhFVe { width:18.75rem;height:3.375rem;top:40.057373046875rem;left:14.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNWHMFPAsClfqSLgp9cg6Kw8TBq9r5vS { display:block; }
 }@media only screen and (max-width: 763px) { #poaAT8oEhDuOK2WuKnwU8QPQKNk3gHOW { background-color:#7a3855;background-image:none;display:block; }#poaAT8oEhDuOK2WuKnwU8QPQKNk3gHOW > .row .container { background-color: transparent; background-image: none; }#poaAT8oEhDuOK2WuKnwU8QPQKNk3gHOW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#poaAT8oEhDuOK2WuKnwU8QPQKNk3gHOW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#poaAT8oEhDuOK2WuKnwU8QPQKNk3gHOW > .row .container > .video-iframe-container { display: none; }#poaAT8oEhDuOK2WuKnwU8QPQKNk3gHOW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#poaAT8oEhDuOK2WuKnwU8QPQKNk3gHOW > .row > .video-iframe-container { display: none; }#poaAT8oEhDuOK2WuKnwU8QPQKNk3gHOW > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#poaAT8oEhDuOK2WuKnwU8QPQKNk3gHOW > .row .container { width:47.75rem;height:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vczaNfRkZ5fS5xzIffRO9wDXcSVM0Ari { 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) { #qIqHZGM2pWBawUztG6GPTlMxHP4hixxT { width:25.25rem;height:2.15625rem;top:10.08203125rem;left:21.4375rem;text-align:left;text-align-last:left;font-size:1.4375rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #pMvyTiNK2SicPZLmWk2w7h7bteXv4qBr { 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) { #fE8G8kaVn5gnCIWG4GLW8N2TJHZFEkoC { width:19.6875rem;height:0;top:32.671875rem;left:2.34375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pE5KEkLEVIi6idEXgq1suWHWVkwoWEGT { 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) { #bcFq2oby4dVWhdkAlZguKPiILUxlaNRG { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #M6cRqe9yc4ciLTonq357Rxmag8NHt63w { 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) { #zbrAEN7VhlTQsUkOo6bgXOTxxdelkCrV { top:2.24609375rem;left:0rem;width:46.8125rem;height:22.3125rem;z-index:15022;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #sAwKFP1znWebTuCenEasM96HEsJKvxba { width:37.4375rem;height:21.0332125rem;top:25.958374023438rem;left:3.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNFQ2ykDaEWl6hXQ7AttokFeiCKki5IX { width:25.375rem;height:4.3125rem;top:13.184936523438rem;left:21.34375rem;text-align:left;text-align-last:left;font-size:1.4375rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #TkNzJQfTdhuRPpUOTeHrC38pO7U2Pb8F { background-color:#7a3855;background-image:none;display:block; }#TkNzJQfTdhuRPpUOTeHrC38pO7U2Pb8F > .row .container { background-color: transparent; background-image: none; }#TkNzJQfTdhuRPpUOTeHrC38pO7U2Pb8F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TkNzJQfTdhuRPpUOTeHrC38pO7U2Pb8F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TkNzJQfTdhuRPpUOTeHrC38pO7U2Pb8F > .row .container > .video-iframe-container { display: none; }#TkNzJQfTdhuRPpUOTeHrC38pO7U2Pb8F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TkNzJQfTdhuRPpUOTeHrC38pO7U2Pb8F > .row > .video-iframe-container { display: none; }#TkNzJQfTdhuRPpUOTeHrC38pO7U2Pb8F > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TkNzJQfTdhuRPpUOTeHrC38pO7U2Pb8F > .row .container { width:47.75rem;height:39.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vtNCtFldQAFGRV2kqTHoqGpi1RXp8BWN { width:37.4375rem;height:13.38476875rem;top:26.373779296875rem;left:3.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKDA59udhDVSAL6N0BoeEQCONVLRqWVR { 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) { #szDtPaAHQ67l5TUrEWWNDnqqwbJV9QBW { width:19.4375rem;height:2.15625rem;top:12.83984375rem;left:25.830730438233rem;text-align:left;text-align-last:left;font-size:1.4375rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #mP8EQyULGnmouTZKRml4uEtteHxHtcT4 { 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) { #EpcZ6dD7lybGW5gufwC9ByWb2X3Nx0aH { width:19.6875rem;height:0;top:32.671875rem;left:2.34375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aq8qxyBFfAUFvpZgRkshxIi1SxEA6CHx { 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) { #UFw1gneG6aA4eBWbx0f6K5pisaDLaT0M { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #D4HHGv303yR7U4Iqyy3ygltS2rKVdPB2 { 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) { #Es1LhCnT0Un3EOlJrcK7444mb9U3iCZI { width:3.75rem;height:0;top:2.45654296875rem;left:44.81982421875rem;z-index:15018;background-color:#7a3855;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) { #TI7wvI27mCxssl5EZol13zD0QJ8nJ1ty { top:2.9544677734375rem;left:0.71875rem;width:46.3125rem;height:21.9375rem;z-index:15023;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #v4TRQaiOU9T3wPasrXkt5y180tAbMFMx { background-color:#faf5f5;background-image:none;display:block; }#v4TRQaiOU9T3wPasrXkt5y180tAbMFMx > .row .container { background-color: transparent; background-image: none; }#v4TRQaiOU9T3wPasrXkt5y180tAbMFMx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v4TRQaiOU9T3wPasrXkt5y180tAbMFMx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v4TRQaiOU9T3wPasrXkt5y180tAbMFMx > .row .container > .video-iframe-container { display: none; }#v4TRQaiOU9T3wPasrXkt5y180tAbMFMx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v4TRQaiOU9T3wPasrXkt5y180tAbMFMx > .row > .video-iframe-container { display: none; }#v4TRQaiOU9T3wPasrXkt5y180tAbMFMx > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v4TRQaiOU9T3wPasrXkt5y180tAbMFMx > .row .container { width:47.75rem;height:13.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DExHvlpZTks4S6hh60BShpXvTuNoulG9 { width:17.5rem;height:2.03125rem;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) { #k3qcNiA9lFce7o6PLHf44LsAGp8ESbJO { width:9.375rem;height:3.5rem;top:6.75rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCBOy3Cb4Gs98MlGCqMh5P94bq7Ham3I { width:9.375rem;height:9.375rem;top:3.8125rem;left:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlehIxTAhD7cazb2qS8P8m7Ta8PGzEvb { width:9.375rem;height:9.375rem;top:3.8125rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyoxWXrFqeSB8L2qZU25q3T1LGemMDg5 { width:9.375rem;height:9.375rem;top:3.8125rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ra5HvI85h7yfvsqttxGbnntOMeIz1h2m { width:9.375rem;height:9.375rem;top:3.8125rem;left:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzIpR8ZReMUkFQN0ImmUUqJSlV91TqmT { display:block; }#TzIpR8ZReMUkFQN0ImmUUqJSlV91TqmT > .row .container { width:47.75rem;height:7.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q8ZBS8xkFrRFeSEgld2y39oLVaL0IGTt { width:47.75rem;height:4.875rem;top:2.5928812026977rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgM7hNTVc9idZshuLVk4anATSeZSfg9i { display:block; }#vgM7hNTVc9idZshuLVk4anATSeZSfg9i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JfJnIHNLKFlt1VFIzMIOmXUSmnCTlDTK { display:block; }#JfJnIHNLKFlt1VFIzMIOmXUSmnCTlDTK > .row .container { width:47.75rem;height:13.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e6LcclXDqZHBNESF0UKWg62vpUk7kW7A { width:13.75rem;height:1.29948125rem;top:2.4375rem;left:27.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCCHZoDbMcIL94XrvHXl7BbvvmV5pnk4 { width:4.375rem;height:4.375rem;top:4.8585071563721rem;left:20.927083313465rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9MX5ywMle1sGTs3fEOi9G6irXe1hULM { width:16.375rem;height:6.4974rem;top:4.5625rem;left:27.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yh6NZkccdmJ95pb4tfmkXRCc4UZusluF { width:47.75rem;height:26.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezw7VhgtdMwNXNuIzzDhFwnxV9nts6kv { width:20.6875rem;height:13.4375rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Oq6L6bmCg2wVNpABDwQig7TkpkzSIoWN { width:36.875rem;height:23.9375rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzeCzxOzycmR3GxwaR25zHSwtd4p5IrU { display:block; }#hzeCzxOzycmR3GxwaR25zHSwtd4p5IrU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ble9vQbmIfvF1MLZ7dRT09p7k6yT08Zr { display:block; }#Ble9vQbmIfvF1MLZ7dRT09p7k6yT08Zr > .row .container { width:47.75rem;height:13.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VnJQOXTCDRrrqdP45kSJGrmflInGupLU { width:13.75rem;height:1.29948125rem;top:3.0625rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuIHnkG4KtOhSgpRP0d1sHzb1Cy9VGfv { width:4.375rem;height:4.375rem;top:4.53125rem;left:22.934895813465rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSHSdyLxs4CQReblZGbkis2hpdSrA7rT { width:13.75rem;height:5.19791875rem;top:5.25rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #owKO2Ngqf4nM1ncrV0JCoWt3FQQxRmQV { width:22.75rem;height:13.4375rem;top:0rem;left:24.999131500721rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1CJKH3wW5r9HPJ2zUpSNCMWcDXTozul { display:block; }#x1CJKH3wW5r9HPJ2zUpSNCMWcDXTozul > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O4uKKGHcSaTS9cVQ58CyhKxsrJPwyVaB { display:block; }#O4uKKGHcSaTS9cVQ58CyhKxsrJPwyVaB > .row .container { width:47.75rem;height:13.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KJaIZ3X8ieNJcTco50vorTf6VKGtmS8a { width:13.75rem;height:2.5989625rem;top:2.3125rem;left:26.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGHtbUzx2md17yivr775JlkrpOrKB0Mm { width:22.5rem;height:13.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwFrrleWWbfhnXQClXmdkZnTgBFW8Pd5 { width:17.5rem;height:5.19791875rem;top:6rem;left:26.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pS90N6uinHvJreoIyruhDJv5pAxE2kHX { width:4.375rem;height:4.375rem;top:4.5311965942383rem;left:20.255208313465rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8HigCPeUE04gD0GfdT9WaXzkIlEIreP { display:block; }#Q8HigCPeUE04gD0GfdT9WaXzkIlEIreP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AO9pQGoHxupdywP3BQE0AfJd9vVg4dhc { display:block; }#AO9pQGoHxupdywP3BQE0AfJd9vVg4dhc > .row .container { width:47.75rem;height:13.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N2qPgPfeJOmTSpD4TPEIF4hTvyX6beQb { width:13.75rem;height:1.29948125rem;top:3.0625rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EykcRwcqXMeQOLxK0U63JJXHhtqplyJy { width:13.75rem;height:5.19791875rem;top:5.25rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDVgzEuOS59gb6TPww29wC6xGUkCTiId { width:22.5rem;height:13.4375rem;top:0rem;left:24.999131500721rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOtqCxrEIAz1CkJ8yxCHnAb9Z2JxERCb { width:4.375rem;height:4.375rem;top:4.5625rem;left:22.999131500721rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3HfJmv5iMspeLE9oTEua9PDWWhcspwZ { display:block; }#Q3HfJmv5iMspeLE9oTEua9PDWWhcspwZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TAbDAKk6xzJb5NLIkw1SDIqrQTo3iATS { display:block; }#TAbDAKk6xzJb5NLIkw1SDIqrQTo3iATS > .row .container { width:47.75rem;height:13.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WWpWLqb0BPUdlvdFBy6lZnsros74vh10 { width:13.75rem;height:1.29948125rem;top:3.3090267181396rem;left:26.447917282581rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrLNVoL40vyLE3VGgmWOlPTbeAG23TIR { width:17.5rem;height:2.59895625rem;top:6.9964733123781rem;left:26.447917282581rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJsw3ESR09bz7Ap7HI9LgnTx2bJHsMJw { width:4.375rem;height:4.375rem;top:4.5625rem;left:20.372395813465rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8tGBLZEw4SvWcnKxnMdpL9r3txFRGuq { width:11.9375rem;height:7.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrJwgzs6hJByZzB0HOfookHqbZ6pKbBw { display:block; }#VrJwgzs6hJByZzB0HOfookHqbZ6pKbBw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LacoLFiedIUmpAHf06XT53ET21k54WUA { display:block; }#LacoLFiedIUmpAHf06XT53ET21k54WUA > .row .container { width:47.75rem;height:13.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SxIAPBHxZq2sAkQr8mXS1DrKnA6sxyQD { width:13.75rem;height:1.29948125rem;top:3.0625rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1SJoreeZT0gWtG6JV0UkTTMrLt0WBGe { width:13.75rem;height:6.497375rem;top:5.25rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2ModAAn5ExiD40xg86vMcBAHLMAa2ns { width:22.5rem;height:13.375rem;top:0rem;left:24.999131500721rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKbXRTClyEuRRMx6FT9Qa1bE55eglhu3 { width:4.375rem;height:4.375rem;top:4.5625543594361rem;left:22.781249344349rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbfochwC6B5HFAgiW3873SBHM5FTDvrO { display:block; }#GbfochwC6B5HFAgiW3873SBHM5FTDvrO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RDTMD0sWX9PqPG9RV2C2tfscfqvoCowR { display:block; }#RDTMD0sWX9PqPG9RV2C2tfscfqvoCowR > .row .container { width:47.75rem;height:13.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rzZUi2K7CFinkoXQGmXTJ4tFoI5afDV9 { width:13.75rem;height:1.29948125rem;top:2.3125rem;left:26.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1wokIXB6QdlMyJy7dxJGSJXvSIHkFeA { width:22.5rem;height:13.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #COWPVAQDMSGupThwT5Ttlz1oU8W2k54J { width:17.5rem;height:5.19791875rem;top:6rem;left:26.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #moHstrbi05UfkNDwcODO6EZ8p7g4XkZM { width:4.375rem;height:4.375rem;top:4.5625543594361rem;left:20.134549438953rem;display:block; }
 }@media only screen and (max-width: 763px) { #l598mXd75CMcHcBOkXMgUNZxap8vFgTa { display:block; }#l598mXd75CMcHcBOkXMgUNZxap8vFgTa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZP6Tlipfd4iMtXcXRNsT3AU57gamTPt8 { display:block; }#ZP6Tlipfd4iMtXcXRNsT3AU57gamTPt8 > .row .container { width:47.75rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xtKNWWsXPsyssmmMWmlFT5TMotxTNKxp { width:13.75rem;height:2.59895625rem;top:3.0625rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1XAiI21zkD3paaxAGDahV9NUzZiKp19 { width:13.75rem;height:5.1979125rem;top:5.25rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDEdAsM0xR2A7e8FKGnTBqZEThkAVscA { width:22.5rem;height:13.375rem;top:0rem;left:24.999131500721rem;display:block; }
 }@media only screen and (max-width: 763px) { #T93uTdo8v0TDXGnqOMhchSGIAkRZGGTB { width:4.375rem;height:4.375rem;top:4.5313324332238rem;left:22.979167282581rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylhuKRUHe5Pz7hNrRKUTO8EwyBEXv0lB { display:block; }#ylhuKRUHe5Pz7hNrRKUTO8EwyBEXv0lB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wz6wKJyUBh4p7s187bMxDBT50VlIuTF2 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/53071145-0b76-44df-a8d5-1375e1af5ddb/_Zdjciegwnenastronzapisucz22.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Wz6wKJyUBh4p7s187bMxDBT50VlIuTF2.adaptive-delivery-prevent-bg, #Wz6wKJyUBh4p7s187bMxDBT50VlIuTF2.lazyload, #Wz6wKJyUBh4p7s187bMxDBT50VlIuTF2.lazyloading { background-image: none; }#Wz6wKJyUBh4p7s187bMxDBT50VlIuTF2 > .row .container { background-color: transparent; background-image: none; }#Wz6wKJyUBh4p7s187bMxDBT50VlIuTF2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wz6wKJyUBh4p7s187bMxDBT50VlIuTF2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wz6wKJyUBh4p7s187bMxDBT50VlIuTF2 > .row .container > .video-iframe-container { display: none; }#Wz6wKJyUBh4p7s187bMxDBT50VlIuTF2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wz6wKJyUBh4p7s187bMxDBT50VlIuTF2 > .row > .video-iframe-container { display: none; }#Wz6wKJyUBh4p7s187bMxDBT50VlIuTF2 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wz6wKJyUBh4p7s187bMxDBT50VlIuTF2 > .row .container { width:47.75rem;height:29.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gdrctbycV1mNvOmnvQMyrQ2DlToHkmcO { width:23.5rem;height:2.03125rem;top:3.9375rem;left:1.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jq34OHsIewioQLT8dfiHhoxZzcHaPlI9 { width:26rem;height:19.125rem;top:6.5rem;left:1.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JW4uGL6Eu446wkstFvWXdH9E9uXixpgy { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #FeIhsUtHNID9yigFIXl2zaszXbvfX7pe { display:block; }#FeIhsUtHNID9yigFIXl2zaszXbvfX7pe > .row .container { width:47.75rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RCuM0RKGemkSx2AuZPQMpRtTHIgCInv3 { width:47.7491875rem;height:4.0625rem;top:4.9992370605469rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlgSiR1Jt3eKu79IAlAP6FMsaSiyT6lT { width:19.9375rem;height:4.0625rem;top:1.8125rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kIKSHQalE2k7NLtEwHOrEoanAXn2O2tw { width:31.1875rem;height:16.1875rem;top:20.5625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tnyq3rZPQaALR5dmwLk4NqfMQBhQPfBF { width:47.7490234375rem;height:6.75rem;top:10.9990234375rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #efsLBaCepaZCcmE8OlLWBHeO1skzvgTO { display:block; }#efsLBaCepaZCcmE8OlLWBHeO1skzvgTO > .row .container { width:47.75rem;height:40.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #METifSpBHAwXT78TUf9my4pnwndgGsos { width:20.6875rem;height:31.625rem;top:8.312255859375rem;left:1.808349609375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNXU11KxFiB8kRgC3VPDNvu4LMvKElh8 { width:9rem;height:9rem;top:3.75rem;left:30.731247723102rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5sh66Qha9d70mwipm6PGtu6mk1Az659 { width:18.75rem;height:2.761725rem;top:29.12841796875rem;left:2.823486328125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLXhQiqby2fXcJphmsx0IOzQZAA01B1n { width:18.75rem;height:9.0963375rem;top:16.44921875rem;left:2.8294272422791rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbQVDuqouMO8QQ3IypDeR1E5DXCUoAmQ { width:18.46875rem;height:3.15600625rem;top:35.435302734375rem;left:2.964111328125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QynWIkRxuPDl13U9I0XlW69i1Q4HLfPW { display:block; }
 }@media only screen and (max-width: 763px) { #T2u5A0HtIrE6DGqCoebngJbhFhKmLdSF { width:6.1875rem;height:13rem;top:5.1875rem;left:1.8093748688698rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #nklKUJISEAwvIcx8Pdfg3JwcM63kZVT2 { width:20.6875rem;height:31.625rem;top:8.315185546875rem;left:24.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivgLSRUG5FhBPxmLwXO9niXBxMlxZDJx { width:9rem;height:9rem;top:3.791748046875rem;left:7.7044277191163rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSTr8qwQt0CoeR744mscrVkDMwZCHi9H { width:18.46875rem;height:3.15600625rem;top:35.435302734375rem;left:25.99658203125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t09sih2pOhsts3G8rie1xyEUP69QoyTQ { display:block; }
 }@media only screen and (max-width: 763px) { #Tny1JlOqm165RPcCVDuBxIgwpvVExzhS { width:18.75rem;height:10.39585625rem;top:16.407592773438rem;left:25.85546875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yToFapnZhNX2TeTJrS6SnND0dfWhNK2g { width:18.75rem;height:4.14258125rem;top:29.12841796875rem;left:25.85595703125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHTFMIsUcIVJzkPloaE3iMNCTtEmEMZ0 { width:18.125rem;height:13.5rem;top:15.1875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bs2VERNMCKPzg227NJTd9ofHMgpitZy5 { width:3.75rem;height:0;top:20.5625rem;left:1.4500007629394rem;display:none; }
 }@media only screen and (max-width: 763px) { #KeO6JcqCuDcJFFeIpPUGz03W8CG2Z5BN { width:6.1875rem;height:13rem;top:5.1875rem;left:24.843748867512rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxIKWoZudfiEHzBlhRTOVtONF3BKxR5C { width:3.75rem;height:0.062109375rem;top:14.666015625rem;left:10.258593380451rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #x5wBTCTADqb7eTURhqGMNc81AFEu09kl { display:block; }#x5wBTCTADqb7eTURhqGMNc81AFEu09kl > .row .container { width:47.75rem;height:43.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WMlpN8q9QlmndNBhzIEiHTCUPyddsIt8 { width:20.6875rem;height:34.625rem;top:8.312255859375rem;left:1.808349609375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLlDRXE3AS0Vc8w6tpCx18uTrMLGLTcT { width:9rem;height:9rem;top:3.75rem;left:30.731247723102rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtVSs41SsPpZI7MCcsvTdUA0hH1cMtLy { width:18.75rem;height:6.9043125rem;top:28.61572265625rem;left:2.823486328125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWuLOpGXH7UCu7o8Uub0Ni097nUsMlIR { width:18.75rem;height:9.0963375rem;top:16.44921875rem;left:2.8294272422791rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlM8dRTe2W90aLZQGhVMcFZQknzuJlX7 { width:18.46875rem;height:3.15600625rem;top:38.373046875rem;left:2.964111328125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3tM81iUpC3uNFaB9to79fM58SF9qkG3 { display:block; }
 }@media only screen and (max-width: 763px) { #uVuoV4MiNSsEoEs7LMu4iH6cC48rc8Tb { width:6.1875rem;height:13rem;top:5.1875rem;left:1.8093748688698rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvpqEuwAmTUtiT44VDHpSlk7LuFQpTm6 { width:20.6875rem;height:34.5rem;top:8.315185546875rem;left:24.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c28FiPTTtbGw9Kzmmhma2ptBs6HZsaHm { width:9rem;height:9rem;top:3.791748046875rem;left:7.7044277191163rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIDXu6osx4Tnm28tw5qQBgWI0146b6S7 { width:18.46875rem;height:3.15600625rem;top:38.373046875rem;left:25.99658203125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vU0BHuaQdpQP4kUfc5Q5L9tapmdQ63CG { display:block; }
 }@media only screen and (max-width: 763px) { #KcMeJEQ10LO4B7g6DZqPvz4vZJiBEImx { width:18.75rem;height:10.39585625rem;top:16.407592773438rem;left:25.85546875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #emWKAOwv4BRHakRwencEiArAgbOk8Bw2 { width:18.75rem;height:6.9043125rem;top:29.12841796875rem;left:25.85595703125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zI5kPaQ6pDsO3s9PI2MuyvPwz7N99Dx6 { width:18.125rem;height:13.5rem;top:15.1875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #g9gchcbgQhACPI9kgAVFl3XaV3k22HTt { width:3.75rem;height:0;top:20.5625rem;left:1.4500007629394rem;display:none; }
 }@media only screen and (max-width: 763px) { #p8T5epKLgEhXqcCS75vurdABTy58OxE6 { width:6.1875rem;height:13rem;top:5.1875rem;left:24.843748867512rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #swMPb58WSex7NOTP5QLGSSOqyT70Ianb { width:3.75rem;height:0.062109375rem;top:14.666015625rem;left:10.258593380451rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #XtFEWoIT6X9eo2Sv34Dt4TdF85twxbHe { display:block; }#XtFEWoIT6X9eo2Sv34Dt4TdF85twxbHe > .row .container { width:47.75rem;height:39.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oxe8GvbSnFx71GeQ82ngfbKGTWxX3Bxq { width:20.6875rem;height:30.4375rem;top:8.655029296875rem;left:1.562255859375rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #cJVBpwuHwViO8hwL1tPRFZ64zSCLgtIm { width:18.75rem;height:5.5234375rem;top:27.678955078125rem;left:2.577392578125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkZaNB6grBQXBi6tkvLgewmrlhccvsFo { width:18.4255625rem;height:3.113525rem;top:34.05322265625rem;left:2.7392578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFrcqhLOVKiIcGRvIROFhv82udZp6DDF { display:block; }
 }@media only screen and (max-width: 763px) { #EOrN3dKV2lA67nXtTtbRIuITlfVSPTvA { width:6.1875rem;height:13rem;top:5.4375rem;left:26.045654296875rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #stJDsR2DHFCH6O6lwWuzOZG9lx8o0yzb { width:9rem;height:9rem;top:3.75rem;left:31.937255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUBuQM2BO9XxXF8xvpcNswAhqRB4f1Zf { width:18.125rem;height:13.5rem;top:15.1875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kiWrdmrCQS9dTLAT1AgikJxDqhhQuyFe { width:3.75rem;height:0;top:20.5625rem;left:1.4500007629394rem;display:none; }
 }@media only screen and (max-width: 763px) { #QcUu1lB24IM4EqITix7UEiPzaV6lLUge { width:3.75rem;height:0.124511875rem;top:14.999267578125rem;left:10.07666015625rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #mTlI3LCkhTZisgSiek2rgShymo8MOKW7 { width:3.75rem;height:0.062109375rem;top:14.666015625rem;left:33.356247723102rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #BFPpGxVcAouMGhTLCry29tm3tpN376K5 { width:18.75rem;height:10.3958375rem;top:17.28515625rem;left:2.57666015625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dx3b5TZMGlOP1JIOU22PJanrqWfRioO3 { width:6.1875rem;height:13rem;top:5.4375rem;left:1.562255859375rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODDBCBTEZLXwtK6X767Tk6oh3w3ezRUo { width:9rem;height:9rem;top:3.75rem;left:7.43701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mshVO9XQKPz1HDrIF9oNaiwsnpIJBL1T { width:20.68725rem;height:30.4375rem;top:8.3125rem;left:26.045654296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEXFvgSaAasQWidlrpa8GagiQFS495zm { width:18.75rem;height:10.39584375rem;top:16.770263671875rem;left:27.0615234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCSFGDicJSaZIqsoLK0Fx8m5nBMoH1Rm { width:18.75rem;height:4.1425875rem;top:27.678955078125rem;left:27.060791015625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDkWLaXHh0bDGrAMkzF8a5ifFwBTkD7F { width:18.4255625rem;height:3.113525rem;top:34.05322265625rem;left:27.22412109375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHVUpzphD5laM8EkT0MesaTOcTOF08qz { display:block; }
 }@media only screen and (max-width: 763px) { #RwgaR68u1AHXxrVaN77BTwAU5DnWKkhq { display:block; }#RwgaR68u1AHXxrVaN77BTwAU5DnWKkhq > .row .container { width:47.75rem;height:34.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MzEoTAlNXe5TTtsRqrDb3ao7TicHd6Fd { width:20.6875rem;height:26.375rem;top:8.3125rem;left:1.80859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOIo15zhbTdI02T9moAoTLFxzzEi5FxQ { width:9rem;height:9rem;top:3.75rem;left:30.731247723102rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEwkbmNA6481VHbXf4KL9iEFlKAJWgqw { width:18.75rem;height:2.761725rem;top:26.365905761719rem;left:2.8606772422791rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeABQy31ExeQefMDcZPiK0x9zELT95MO { width:18.75rem;height:9.0963625rem;top:16.44921875rem;left:2.8294272422791rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3B4s6tzlLNKd0qnvFmmp7uytu0p7eBB { width:18.46874935925rem;height:3.1562500745058rem;top:30.248779296875rem;left:2.94921875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmo2IKzCV4Lu4t6BPd7RpE3HA5SfHTVU { display:block; }
 }@media only screen and (max-width: 763px) { #wXLA2CTnA1cGoUWPXe5WfoT15Nz5XaWN { width:6.1875rem;height:13rem;top:5.1875rem;left:1.8093748688698rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwvBD5TCaEskvD3gh0hTEXFFouI8wdQd { width:20.6875rem;height:26.375rem;top:8.315185546875rem;left:24.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sv93TNWPC7Kmp1aZ2yuF1pwvA7DkxKSp { width:9rem;height:9rem;top:3.791748046875rem;left:7.7044277191163rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFHe8ZNiZJ4WMM6AnLDzoB3FWvBoPMEf { width:18.46874935925rem;height:3.1562500745058rem;top:30.311279296875rem;left:25.975261688233rem;display:block; }
 }@media only screen and (max-width: 763px) { #ma6ic1WOxWhSTF3QTFfNahIacwP2VOm4 { display:block; }
 }@media only screen and (max-width: 763px) { #akODv08RsTFKMo0XuWnDzfzP1cpffUcK { width:18.75rem;height:7.796875rem;top:16.407592773438rem;left:25.85546875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQWxiQgp1abMn1DPQQDoJn8FoOzZZXVl { width:18.75rem;height:2.761725rem;top:26.32421875rem;left:25.85546875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCWUtETTiu92EVuysHTt99USkG3GkHuM { width:18.125rem;height:13.5rem;top:15.1875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #E6l5VodXFTSN1rhC2RhN5OT3AcfSMkTf { width:3.75rem;height:0;top:20.5625rem;left:1.4500007629394rem;display:none; }
 }@media only screen and (max-width: 763px) { #wewBinb2FWF7qux8r13631d0eIN1rmv6 { width:6.1875rem;height:13rem;top:5.1875rem;left:24.843748867512rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #hr8BiSxrE6XyIHsUS3yPSFUI1g22EC57 { width:3.75rem;height:0.062109375rem;top:14.666015625rem;left:10.258593380451rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #UxBF0hG966pAeosNXPtplk2qzUIlU46a { width:3.75rem;height:0.062109375rem;top:14.666015625rem;left:33.356247723102rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #Ba94L8ZDXk2BL3t0LCw5pcnKDkEoKwl2 { width:18.75rem;height:6.25rem;top:16.407592773438rem;left:25.85546875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #lHx8NyoAZ5JbK7mGuHvVzm4p5KXqyWVM { display:block; }#lHx8NyoAZ5JbK7mGuHvVzm4p5KXqyWVM > .row .container { width:47.75rem;height:36rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ro1cMAErxwR7dkSKsBdxXfFyhXQTGIJC { width:20.6875rem;height:27.375rem;top:8.3125rem;left:1.80859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qbvyt3SzeZP8TOcT6hDbL2Zg1dn1v5Am { width:9rem;height:9rem;top:3.75rem;left:30.731247723102rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewX0Qe5bTHzEoH3JguJHm4ll9SON34Li { width:18.75rem;height:2.761725rem;top:27.740905761719rem;left:2.8606772422791rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEfm0s9K1urCGSgWzzorqp1pPfdFN4ZE { width:18.75rem;height:9.09635625rem;top:16.44921875rem;left:2.8294272422791rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pob6kTE3TF0sNmCK72h2cPXUT5RFsWA7 { width:18.42578060925rem;height:3.1145833283662rem;top:31.325561523438rem;left:3.0013022422791rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNiNzm8DpSeT0B8H4bpsGRFQb1X3N4W3 { display:block; }
 }@media only screen and (max-width: 763px) { #CJ2m8NI1tkKuXuUaQUtKyZnciK02O9Be { width:6.1875rem;height:13rem;top:5.1875rem;left:1.8093748688698rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHBJ60QacXPGLuLCXfK6sGuwVymxr1Zx { width:20.6875rem;height:27.375rem;top:8.315185546875rem;left:24.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rO1kuRVysLiCdGa9TOQUApqRHXgnFTq9 { width:9rem;height:9rem;top:3.791748046875rem;left:7.7044277191163rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyO5WwnFhdwy4ZDpeprI6mMOi4s3RtBT { width:18.42578060925rem;height:3.1145833283662rem;top:31.346435546875rem;left:26.018230438233rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8rLX278JWTBye7fsM9XDuJVSvDg8yKZ { display:block; }
 }@media only screen and (max-width: 763px) { #PIdxfCHX3znf0ITplKcRZEUM7aa9dRi4 { width:18.75rem;height:7.79688125rem;top:16.407592773438rem;left:25.85546875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJmM3o8HwaQudBK1UQbNysrpxmw3mkkR { width:18.75rem;height:4.1425875rem;top:26.32421875rem;left:25.85546875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEszHrF7nLXCttzLZRz38cuoAOA4pB1a { width:18.125rem;height:13.5rem;top:15.1875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yqwrFHs4Ni3P1Bi7q5IPr30c8XwNzhT3 { width:3.75rem;height:0;top:20.5625rem;left:1.4500007629394rem;display:none; }
 }@media only screen and (max-width: 763px) { #CScNRhJIh9Fe3TzOIki5u3W5c7w3Ar0x { width:6.1875rem;height:13rem;top:5.1875rem;left:24.843748867512rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRfGnKa6EqSgMz2dCniU3ktNzwNOZGCA { width:3.75rem;height:0.062109375rem;top:14.666015625rem;left:10.258593380451rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #v7A8Jv0n07CHGlg9x5CsoWRTIoouruF2 { width:18.75rem;height:8.75rem;top:16.44921875rem;left:2.8294272422791rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #yGQU74nWhQ1fNPKGa5hy2TJF2TbxKyc0 { width:18.75rem;height:7.5rem;top:16.407592773438rem;left:25.85546875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #NwDWZeTVSPhiTiqvhbi0cn3FDNvKRmmf { display:block; }#NwDWZeTVSPhiTiqvhbi0cn3FDNvKRmmf > .row .container { width:47.75rem;height:34.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #okxUwoFTBNPV2oHwdxKwHdUx7TUFUFwE { width:20.6875rem;height:26.375rem;top:8.3125rem;left:1.80859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #efd5iA5OK0kLgTwC3dhhexEKqC9NJcXn { width:9rem;height:9rem;top:3.75rem;left:30.731247723102rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxqrJs8V6lRRVJqwDWSsSNlQLb2icfOA { width:18.75rem;height:4.14258125rem;top:25.549238204956rem;left:2.8273438215256rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6uUpu4J5xFCI6GbfL5kobJCLveGkoFI { width:18.75rem;height:9.0963625rem;top:16.44921875rem;left:2.8294272422791rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIKMwndzmkuGTweXhhDUTosVnfroiExS { width:18.46874935925rem;height:3.1562500745058rem;top:30.248779296875rem;left:2.94921875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDTyDRkV2BUc9DxpDkTJgls2KyIoJIgJ { display:block; }
 }@media only screen and (max-width: 763px) { #R35uwOMoZfeF5z8aJsr4E2rIQ94hpnXS { width:6.1875rem;height:13rem;top:5.1875rem;left:1.8093748688698rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #skZaSsTRzAZiE7by7J5Oy9AygmgXtNOg { width:20.6875rem;height:26.375rem;top:8.315185546875rem;left:24.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPvPbCWTik9RblFeAg1fTzlIDU8UKTSE { width:9rem;height:9rem;top:3.791748046875rem;left:7.7044277191163rem;display:block; }
 }@media only screen and (max-width: 763px) { #TA8ZTV6ryVoE3JHcsk95SaIlGbuzTwHT { width:18.46874935925rem;height:3.1562500745058rem;top:30.311279296875rem;left:25.975261688233rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRgZvTTzthuO1WiBwx8Lq5TclzlsTTBi { display:block; }
 }@media only screen and (max-width: 763px) { #Vf2TciPSQe6wx7aW3h2V7bNaHHCUqBsK { width:18.75rem;height:9.0963625rem;top:16.407592773438rem;left:25.85546875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGzGgmRWN00ZpKsSg84pp2S9nkN1CN6H { width:18.75rem;height:4.14258125rem;top:25.549238204956rem;left:25.855469107628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwmrE1gtZ9W2Ku88VGtp50CU0XRaPVq5 { width:18.125rem;height:13.5rem;top:15.1875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #t43WkVTQNtARUvFhX1oB8LHqOIrAsiPJ { width:3.75rem;height:0;top:20.5625rem;left:1.4500007629394rem;display:none; }
 }@media only screen and (max-width: 763px) { #TnQlBUEwPcJOlbqtTkd4WTlgpGBvhTQ3 { width:6.1875rem;height:13rem;top:5.1875rem;left:24.843748867512rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKKkU30wvdIpStTFJWL6T6x2pr3LRdNv { width:3.75rem;height:0.062109375rem;top:14.666015625rem;left:10.258593380451rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #FnNnFqBR7zFz29HWnM6R6WU8qM8cmB8r { width:18.75rem;height:8.75rem;top:16.44921875rem;left:2.8294272422791rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #QfKdK4vS5uob7rfwICLRfH6MHupZphqT { display:block; }#QfKdK4vS5uob7rfwICLRfH6MHupZphqT > .row .container { width:47.75rem;height:37.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #evef8cPMzikAcbbRkfBORtLEhvPDPtRP { width:20.6875rem;height:28.625rem;top:8.3125rem;left:1.80859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaPBGFv1p4X7Swerrr34xZyTvhC8kpyo { width:9rem;height:9rem;top:3.75rem;left:30.731247723102rem;display:block; }
 }@media only screen and (max-width: 763px) { #xf3zHyP7rvzWmAGoy5a7cL5wq2DAcrE2 { width:18.75rem;height:2.761725rem;top:26.365905761719rem;left:2.8606772422791rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFA9xQJJFibOxUZwDeB69a9LuqtOhTzd { width:18.75rem;height:9.09635625rem;top:16.44921875rem;left:2.8294272422791rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #piVwT21WGGxce6pP1IZTADC8bqzMgBAw { width:18.42578060925rem;height:3.1145833283662rem;top:32.623718261719rem;left:3.0013022422791rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAzyx7XHAzgWA0Zhut2ivnccXLwz2k9S { display:block; }
 }@media only screen and (max-width: 763px) { #GBI7TXaLD4993TxfO3fbnZ0NcxxFthzA { width:6.1875rem;height:13rem;top:5.1875rem;left:1.8093748688698rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #ne6OwBER9lM6ARdK1XwsDm81sAXeGicI { width:20.6875rem;height:28.625rem;top:8.315185546875rem;left:24.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #INgDGJdFrHuhz7DcCxbApxTfGoGP76Xh { width:9rem;height:9rem;top:3.791748046875rem;left:7.7044277191163rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mo8P0HRm3wzQXN1drObIbQNgyINPwpDq { width:18.42578060925rem;height:3.1145833283662rem;top:32.58203125rem;left:25.99609375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuXobqgXpczseTE7WcLGSdNTa1zNTXk7 { display:block; }
 }@media only screen and (max-width: 763px) { #sVR7fZ5LK5l2RmBuTQvb0hEIKBFaMgm8 { width:18.75rem;height:9.09635625rem;top:16.407592773438rem;left:25.85546875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUta7MCWbQhPhQx58WoHpU7gEuIlKlOo { width:18.75rem;height:4.14258125rem;top:26.32421875rem;left:25.85546875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WH6yH6GTZvhb8s2o7HWIunfs3SONrK83 { width:18.125rem;height:13.5rem;top:15.1875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JfdR4hWOIeETmO7FMUHm8m6R6C6SdxPC { width:3.75rem;height:0;top:20.5625rem;left:1.4500007629394rem;display:none; }
 }@media only screen and (max-width: 763px) { #HthtFxQQvLMJ3dRglnhr9zslD4BqAon0 { width:6.1875rem;height:13rem;top:5.1875rem;left:24.843748867512rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #asanPilSeD5WvwN0TF6d6wFPTfh4BKOd { width:3.75rem;height:0.062109375rem;top:14.666015625rem;left:10.258593380451rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #sMrR3ydoyzERRLuh7NZn2OUSALIi6qmn { width:18.75rem;height:8.75rem;top:16.44921875rem;left:2.8294272422791rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #E3WglXk17Jlq2BLEf1cnc3L4XJv0KHft { width:18.75rem;height:8.75rem;top:16.407592773438rem;left:25.85546875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TFla4hUq6hPxkfwMc6iDWBPi5nCPuQtM { display:none; }#TFla4hUq6hPxkfwMc6iDWBPi5nCPuQtM > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aJFroLghJCSCoGRgvMtohVEKBtDgP331 { width:9rem;height:9rem;top:1.0625rem;left:19.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pe4N91ZTJhwrXkMoqgpVoxrt00b2tdUT { width:33.75rem;height:44.6875rem;top:9.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BIWiccaVmiHcVgD7zw09qnKHbRD4hFPC { width:18.0625rem;height:10rem;top:12.875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #NJhWHToLwQ8IszvAy9X5vw7fV6EkCDTZ { width:3.75rem;height:0;top:20.5625rem;left:1.4500007629394rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xo2tsOu8vSZesBEm1UuxOvPhLO06P9xM { width:18.625rem;height:3.3125rem;top:47.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UhF7EslSS0hrsqDSlpksyrE7WMgiLMuP { display:block; }
 }@media only screen and (max-width: 763px) { #Z2wJIM198999crXvGECG7MgeP6s54eLq { width:19.9375rem;height:1.25rem;top:23.125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #STK7LvhgG3VeGopmbQdMpq454G2UTQad { display:none; }#STK7LvhgG3VeGopmbQdMpq454G2UTQad > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FtDNLp08p55W9apmb2E9cq59tmDTI0wH { width:9rem;height:9rem;top:1.0625rem;left:19.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bmZDivxwllOZ41TSpLBM0dsIT8gZVWfw { width:33.75rem;height:44.6875rem;top:9.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VnMtdwbBEUzdvhnv7BuA34GHNQOAy0Ww { width:18.0625rem;height:15rem;top:12.875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #MNVJNk3n4f9xw1knX2qgF8N9fLnVzVN7 { width:3.75rem;height:0;top:20.5625rem;left:1.4500007629394rem;display:none; }
 }@media only screen and (max-width: 763px) { #DvwA8Jo1lro7MTCZ7LkTZVrXTvXEsy8C { width:18.625rem;height:3.3125rem;top:47.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZtpCFgdCw6zbMfC2I5KEHAiXqTEUecAN { display:block; }
 }@media only screen and (max-width: 763px) { #ppWVzExBNbQbqMlTzOg17wVExBIQAt2N { width:19.9375rem;height:1.25rem;top:23.125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ntmkMmCTuQxIiOTOeqH5QlfUoRiRSrDQ { display:none; }#ntmkMmCTuQxIiOTOeqH5QlfUoRiRSrDQ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JhooRnBqMwz256ZoEPyqdAeeq5VC9TAw { width:9rem;height:9rem;top:1.0625rem;left:19.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qzeKhHU1wVrM2CKIGtVDfvseE6VPAgTg { width:33.75rem;height:44.6875rem;top:9.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ll0ficBsTCRh17E5GkMWRPFZUsgdSzSG { width:18.125rem;height:13.75rem;top:13rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #UPSgXMinEvdH2BowSTMEnwAssugxzT6C { width:3.75rem;height:0;top:20.5625rem;left:1.4500007629394rem;display:none; }
 }@media only screen and (max-width: 763px) { #wIv50T1tTTobfdIiRTOSOfBNvxNOMqyk { width:18.625rem;height:3.3125rem;top:47.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uSvbKsm8zQ5OlUmVCJWaduSWz1TzIgH3 { display:block; }
 }@media only screen and (max-width: 763px) { #yNm59bJTDhWJ1iG34wmaCRJHyLmesny2 { width:19.9375rem;height:1.25rem;top:23.125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #uKl0I4HrDJMHuAnd7v4peV6ekhnisr4v { display:none; }#uKl0I4HrDJMHuAnd7v4peV6ekhnisr4v > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Eogss1Dqlv6NR10Fp0u3IEWyX0Eyl4VG { width:9rem;height:9rem;top:1.0625rem;left:19.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eXQG75Pf1IBmdTphxpR6gPBOFZZGTkRq { width:33.75rem;height:44.6875rem;top:9.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JtDOnaUBZyfoEB6CyC2JkuE8lagdzHnS { width:18.125rem;height:10rem;top:14rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Etkumc1lvdT9oON9KHZWfKZZlLK64MCM { width:3.75rem;height:0;top:20.5625rem;left:1.4500007629394rem;display:none; }
 }@media only screen and (max-width: 763px) { #TAEkvfkE45D7wNWfGDfVeGt4bdkMgFbB { width:18.625rem;height:3.3125rem;top:47.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ran7X08LQxLpshDnIkNeltaUZItZxvdQ { display:block; }
 }@media only screen and (max-width: 763px) { #LEuFIkqViDIqulVpBGv77IT84reXo9sk { width:19.9375rem;height:1.25rem;top:23.125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #VDauwfNTl01ULT4K5NdrHDg6pDtEu3Ma { display:none; }#VDauwfNTl01ULT4K5NdrHDg6pDtEu3Ma > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #By70flryaoJOivI5L6meqXxOD2TSsBv4 { width:9rem;height:9rem;top:1.0625rem;left:19.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pb7U0TDMH4XumL0KycrHIchM7N3ntL3O { width:33.75rem;height:44.6875rem;top:9.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KUBSUeU3m32r1T43LTQis04COQiEEUci { width:18.125rem;height:8.75rem;top:12.875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #kW88fF1fWuDQb0U7w8TQPrhUK1wor1dA { width:3.75rem;height:0;top:20.5625rem;left:1.4500007629394rem;display:none; }
 }@media only screen and (max-width: 763px) { #mkiks3ICSFN1srb1TF0XSJr3BFiKhE4a { width:18.625rem;height:3.3125rem;top:47.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oWHwO1JGJbNL7CebtUrMS4IdggtybSkU { display:block; }
 }@media only screen and (max-width: 763px) { #d6xLkC8XoWtE0hXo6FkoHQxtsuBD6knW { width:19.9375rem;height:1.3125rem;top:26.375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #m2sV1LoF1UhnMKWoQmueh6fN4d4KqhIP { width:9rem;height:9rem;top:1.0625rem;left:19.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sO0kJ5a3gvK4ywtcm2yFeWV2RrThPg3S { width:33.75rem;height:44.6875rem;top:9.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #x5RxbVaNJhOKcNmaGWXIXeDzuJfTVzz0 { width:3.75rem;height:0;top:20.5625rem;left:1.4500007629394rem;display:none; }
 }@media only screen and (max-width: 763px) { #hWMBfFClHFmGthfHMGOEsm7Bt76gfzZZ { width:18.125rem;height:12.5rem;top:43.9375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #DZyQPXZloV3aSKUemwx75wZNVby6evQw { width:19.9375rem;height:1.3125rem;top:64.3125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cGuUCX9Jz2DBNur8GkPoPrTJzKGMk9ny { width:18.625rem;height:3.3125rem;top:47.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BLIDhsxv9AmPX0D9MotDrac72h0vDuLR { display:block; }
 }@media only screen and (max-width: 763px) { #Fw6VkVVzfE232fhmkJsWveiiy3iOCV8K { display:none; }#Fw6VkVVzfE232fhmkJsWveiiy3iOCV8K > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AcJ3PLIHTMGQABx34ZsNFbkG6KuJRO7F { width:9rem;height:9rem;top:1.0625rem;left:19.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #z2xhXyPDtVL2HrrHCxPWn22SaA4wANBv { width:33.75rem;height:44.6875rem;top:9.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XMDzsqM1CN0Oe9tPU0UR93mOPlBwTOD5 { width:18.125rem;height:15rem;top:12.875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #sw6TBnhTOOzdbWBEanFIBLDs7PL7ZsCs { width:3.75rem;height:0;top:20.5625rem;left:1.4500007629394rem;display:none; }
 }@media only screen and (max-width: 763px) { #iFpPQZ31EvDm1wDIH7UOIG3afX6IUsnH { width:18.625rem;height:3.3125rem;top:47.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZERW0ZCLDEKnQlN8hdD66A0TbD0ETHzN { display:block; }
 }@media only screen and (max-width: 763px) { #NIl2Az0Rv9GVbI1ESxlbknT2NQneArGf { width:19.9375rem;height:1.3125rem;top:26.4375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #bwWXTSzgb0c0oAWOIM5CLKJ8JqMoSSp0 { display:block; }#bwWXTSzgb0c0oAWOIM5CLKJ8JqMoSSp0 > .row .container { width:47.75rem;height:32.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4F1050mOxUHqfC8tAzaMUE7LHNWscKr { width:30.4375rem;height:4.1425875rem;top:16.125rem;left:17.064236104488rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhNNImohvVZsfrvzUO7wRoT3iLccHe66 { width:37.5rem;height:0;top:22.244873046875rem;left:5.125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TKeWRG8mt3U25pCDn1BrmddtlCbeNHmo { width:29.375rem;height:9.6660375rem;top:5.7899303436279rem;left:17.064236938953rem;font-size:1.0625rem;z-index:15015;font-family:"josefin sans";font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QDH8Ifmi8z3vW5bR2hbBUQAnZ0nmbfiG { width:37.5rem;height:0;top:22.244873046875rem;left:5.125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #F0hf4w4UA7KgXOdEFXeI8DzlEseHhMJO { width:12.5rem;height:12.5rem;top:3.625rem;left:2.0555556416511rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1eyHyLaeioiq2GExNPVCTfwLmIuq4oC { width:18.75rem;height:3.375rem;top:22.120658874512rem;left:14.500000298023rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Arqeixr8eZ6g7HmITSmzn5TteHDO3Bfk { display:block; }
 }@media only screen and (max-width: 763px) { #FZVb607kuL6y3BK7krSy6K1Xh5IwfdNx { display:block; }#FZVb607kuL6y3BK7krSy6K1Xh5IwfdNx > .row .container { width:47.75rem;height:58.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fyJDzMECK5bQadVLiSdfwsDGBazVtZVH { width:47.75rem;height:4.0625rem;top:7.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPsCg1Cn48XK2piLIQKzuKwCQxCWC58K { width:42.1875rem;height:19.125rem;top:36.375rem;left:5.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTdsRohTiFw0Sry1yElfGLTcXWyPTeso { width:1.875rem;height:1.875rem;top:36.375003814698rem;left:1.7679687738419rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1C1MzF0IcH3H5bRmtBVBNkQSIPQkUMQ { width:1.875rem;height:1.875rem;top:45.000003814698rem;left:1.7679687738419rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOBAqgOWcFAh3Vna0HXmwAbo09Sfg2qg { width:1.875rem;height:1.875rem;top:49.250002861023rem;left:1.7679687738419rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3SydKlhCOoT8864nT3zfC8CrarLFIUC { width:1.875rem;height:1.875rem;top:53.300003051757rem;left:1.5804687738419rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJKwqee3UDgn0KIwrmQmczSkkSNNSCyU { width:17.4375rem;height:66rem;top:14.875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #yicACWpKqE8DIiIR2Hpsxcrs5IZxIqV4 { width:2.49960625rem;height:1.74960625rem;top:36.375rem;left:1.9375rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #p3uzqQGRBk2qhWvmpJ8Ub0ktppUHv2LZ { width:2.4984375rem;height:1.7484375rem;top:47.0625rem;left:1.9375rem;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #S67EHbhTBwx1KHPlhqZVWsVa4TRU5Bef { width:32.5rem;height:21.125rem;top:12.49843788147rem;left:4.4687498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #iU54NrrSMDKUgmmUz8acEU0v5bawOnXJ { width:42.1875rem;height:19.125rem;top:36.375rem;left:5.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bK7IHt9toG2ghsuxpTfkTEe8xMKF6gGc { width:42.1875rem;height:19.125rem;top:36.375rem;left:5.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLeUQ3nq2vToEEGH7Lpn6FxsWds1gOaS { width:42.1875rem;height:19.125rem;top:36.375rem;left:5.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0z3Sb8QQwungEwB9WDzsLhc1hAI0M6y { display:block; }#o0z3Sb8QQwungEwB9WDzsLhc1hAI0M6y > .row .container { width:47.75rem;height:13.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TT6pk1JqpQDewmbtuXgWGp1F0kdmflTG { width:40.625rem;height:13.4375rem;top:6.6875rem;left:3.5625rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #iZTJAGUsmWtc6ryko70T2wmle3dHM9El { width:47.75rem;height:4.0625rem;top:11.375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbq5oXVF7c8W2UIM3rHITdUyFSATbQMG { display:block; }#mbq5oXVF7c8W2UIM3rHITdUyFSATbQMG > .row .container { width:47.75rem;height:40.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oVJJLJ2xoXqpeFfWhaxwvCUo66I5fG0B { width:37.5rem;height:26.76955625rem;top:8.3905401229856rem;left:6.1874998211861rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zphnd7k5aTNXFW5mBIlqt3tvADcm1lmD { width:2.25rem;height:2.25rem;top:8.375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EckLnHhHSpOTtA7dBIcVMX8Kmwp8KPK1 { width:2.25rem;height:2.25rem;top:14.000026702881rem;left:2.2500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hq1CJfDivXCeGaw1DeWpB8G1x2aV9oOC { width:2.25rem;height:2.25rem;top:22.000026702881rem;left:2.2500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHOCS7ZGkw0QHrOUOXSPgPhKPbWXNR34 { width:2.25rem;height:2.25rem;top:17.875026702881rem;left:2.2500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPHW7Uagki56BrUGlT0e2dW9kgU362U4 { width:2.25rem;height:2.25rem;top:27.750026702881rem;left:2.2500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILUqW3aTi5Lg8IxeniqxIvTHomXvFfJy { width:2.25rem;height:2.25rem;top:32.964870452881rem;left:2.2500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #buTwW4RfQzmdByPVyO5S7z66J6rrhJ2K { width:37.5rem;height:37.8rem;top:15.453517913818rem;left:5.125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vQFJg7XRMxs3OaDismOVq3dedECykGT4 { width:37.5rem;height:26.76955625rem;top:8.3905401229856rem;left:6.1874998211861rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #INSJWt4eK8Ib9z6vfdDQlvn1NzKsL7OH { width:37.5rem;height:26.76955625rem;top:8.3905401229856rem;left:6.1874998211861rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MA8rXSKCSQ4v7gedH5D54AbwrC2LIp77 { width:37.5rem;height:26.76955625rem;top:8.3905401229856rem;left:6.1874998211861rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5nsvwofCifXUKrK3t5WSeb95DsD76qS { width:37.5rem;height:26.76955625rem;top:8.3905401229856rem;left:6.1874998211861rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKoRrUbmrxDSh2K0dAHG9n0yf1f5w8De { width:37.5rem;height:26.76955625rem;top:8.3905401229856rem;left:6.1874998211861rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQQ39h0ZS3HshNK9HIUKiZBrd6vPobCT { display:block; }#CQQ39h0ZS3HshNK9HIUKiZBrd6vPobCT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ANIAro1GMAbK4sLpmucqGQ2DRiuV12TB { width:18.75rem;height:3.375rem;top:40.057373046875rem;left:14.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpISAoSzJIfiyw5f8TVi1p4zhOzaqn8k { display:block; }
 }@media only screen and (max-width: 763px) { #NDTsvdwsi7QecbBtVX7mvzAyXFGXKK0y { display:none; }#NDTsvdwsi7QecbBtVX7mvzAyXFGXKK0y > .row .container { width:47.75rem;height:85.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #C4ktnoHDbwpJO2ODKag8C85qP5Tt5TZO { width:44.625rem;height:29rem;top:11.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sd5lAXPPBRymXbrRrNkFKSTqCmOMTI5m { width:47.7486991875rem;height:3.25rem;top:40.8125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lf4TTTMnVTNS6TwiAkZg4eHbsseBtH1v { width:43.75rem;height:27.083333rem;top:44.6875rem;left:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfREfT7i0degQr4bF01A8w6BHnXVUtIH { width:43.75rem;height:1.833333375rem;top:74.0625rem;left:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5Kw86qXTLGbTt4W7h5TBW1fuzoF9du1 { width:18.3515625rem;height:2.95052075rem;top:79.40234375rem;left:14.69921875rem;font-size:1.0625rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #cSmI0g1h1P5GuGZ4TiTT5kIimnLLh4H3 { display:block; }
 }@media only screen and (max-width: 763px) { #mvT0ZcK6r7W9lUxQ2psPrdBLVx3iC2mR { width:47.74825rem;height:3.25rem;top:8.0625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1Xk27fWSI4WWc00PQc9RkNNBLbz42sT { width:47.75rem;height:3.25rem;top:1.9817981719971rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbqVEDTHISrd5Opbq6QpWeyGJC5przwQ { width:43.74975rem;height:1.833333375rem;top:72.31787109375rem;left:1.99951171875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuVpIoSOBxEftK6ziHrpqtqWky1bdUT8 { display:none; }#HuVpIoSOBxEftK6ziHrpqtqWky1bdUT8 > .row .container { width:47.75rem;height:8.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cqIKTFx5pGHCirZhZCtlnKNPPvfsmv35 { width:43.74975rem;height:2.41666675rem;top:3.09375rem;left:1.998046875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbdhIODwu5UzFe7KP7LMOo4qdJxSTsIh { background-color:#f8ecec;background-image:url("https://images.assets-landingi.com/uc/6e3fdf1c-f915-4ec0-982a-d2731dacd1b1/OzAiOW.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#MbdhIODwu5UzFe7KP7LMOo4qdJxSTsIh.adaptive-delivery-prevent-bg, #MbdhIODwu5UzFe7KP7LMOo4qdJxSTsIh.lazyload, #MbdhIODwu5UzFe7KP7LMOo4qdJxSTsIh.lazyloading { background-image: none; }#MbdhIODwu5UzFe7KP7LMOo4qdJxSTsIh > .row .container { width:47.75rem;height:38.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SZlo4SZyxPWmmWu6eM1TBgBbZWVEDyD1 { width:22.93725rem;height:1.75rem;top:4.3125rem;left:21.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMMbCThZKI3TBANqyiKwbBPRA36xmJd9 { width:26.25rem;height:31.8125rem;top:1.75rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bklJrupTx70XThpkPalfmmWHMQNXcRdQ { width:7.56225rem;height:7.56225rem;top:1.424560546875rem;left:15.747802734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiPu7kCqAEFn9CVaxBJwXkantmXTOEtc { width:22.37475rem;height:26.666666rem;top:7.375rem;left:22.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iw131gzepZWqqlqX0m5bcxTSPaaBmsuD { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #w8UrtBp1UAkg6gXaFWdZE1pGQ5lEIA4g { width:26.25rem;height:4.6245125rem;top:32.5rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRx0D96ui8hvGrXJWpPufpKzDPB4p8Pe { width:21.1245rem;height:1.833333375rem;top:33.875rem;left:22.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDFUtTpFrGqFRarnvC40ibgkyvi2Od8N { width:22.37475rem;height:30.389625rem;top:7.375rem;left:22.0625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yqUruWHscN3FTVy0sAGDXSyGNHU1Rf2u { display:none; }#yqUruWHscN3FTVy0sAGDXSyGNHU1Rf2u > .row .container { width:47.75rem;height:25.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MATRl6ZzyoXgkc8ZeJTRTq8SSUL16oTV { width:43.7483125rem;height:7.25rem;top:2.5rem;left:1.0625rem;font-size:1.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ky4sELnVXFFmxsTLuEbhDGMJIhkR7vJw { width:47.7480625rem;height:5.25rem;top:11.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZbiwmSKkK7Tb18z5mDkJTJi796MRTyh { width:18.3515625rem;height:2.94921875rem;top:20.1103515625rem;left:14.69921875rem;font-size:1.0625rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #nD5FWoZhX39Q5rypmoSFvaeeInG47Gq4 { display:block; }
 }@media only screen and (max-width: 763px) { #mQPUmL1mWPmDpFBmyDdy6lXb7ILnXeDa { display:none; }#mQPUmL1mWPmDpFBmyDdy6lXb7ILnXeDa > .row .container { width:47.75rem;height:15.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XNfsEKLuPBIQCsx1GpX9gPJ6gJEFq0DH { width:17.37425rem;height:3.31176875rem;top:9.09375rem;left:15.1552734375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vcpm2Jc9E5RcezcPvQbNhag8D5A8PiVF { display:block; }
 }@media only screen and (max-width: 763px) { #BJXPKKZgAwlXC8I2iAD5H8H3ARBCr9UW { width:47.749125rem;height:4.1666665rem;top:2.6241321563721rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAVvZuEa87sq0kzTJFM9chiAuAkN5hGF { display:none; }#AAVvZuEa87sq0kzTJFM9chiAuAkN5hGF > .row .container { width:47.75rem;height:18.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BqTTP8BRRB0C04i6XSKH7WevwygJT2o8 { width:38.6875rem;height:16.75rem;top:1.875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qw6PHyJWxKgHm9xxTIGIqE8ADxdG1TR5 { width:9.375rem;height:9.375rem;top:4rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b45VL8Kq16XCAzs29lfq6ffItQFDstdN { width:28.4375rem;height:5.333333375rem;top:4.44580078125rem;left:14.858642578125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvb3TDgEnvCrrwOeROW5x313EfQPhg25 { width:28.5625rem;height:6.666666875rem;top:9.970458984375rem;left:14.858642578125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXdJMdwEGI1QSd9bnEiAchT90UPDJcNy { display:none; }#oXdJMdwEGI1QSd9bnEiAchT90UPDJcNy > .row .container { width:47.75rem;height:21.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PBImIEMTzh8FnhqXwLlQNPQVwuJEIE5x { width:38.6875rem;height:19.4375rem;top:1.875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDopo0iVMAEzhqorqhtO2RJwR8tEQol5 { width:9.375rem;height:9.375rem;top:4rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzNkdIJclFme9V4etgCfJpdxP9sBmMSB { width:28.4375rem;height:9.333333375rem;top:4.44580078125rem;left:14.858642578125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpEWrQWB7Umpk1NObgbVCQ0IldV0T8un { width:26.25rem;height:4.000000125rem;top:14.11376953125rem;left:14.858642578125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dr8SvnR8GGN6v2vFa6niId8AAQVPTlUD { display:none; }#Dr8SvnR8GGN6v2vFa6niId8AAQVPTlUD > .row .container { width:47.75rem;height:20.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XlriS2SRSNcDFKNWPgx9Xhrnbgg4HIH6 { width:38.6875rem;height:14.875rem;top:1.875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dy0tOQwcKqNH4MdEpX6zePdLvzfLod3U { width:9.375rem;height:9.375rem;top:4rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcr2xGEyDGUXLX63Hl5aPI67UqTip7qE { width:28.4375rem;height:5.333333375rem;top:4.44580078125rem;left:14.858642578125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTDqWvWQhnpPyFTVWNTeOHrHgTHdRVc3 { width:24.4980625rem;height:2.66666675rem;top:9.970458984375rem;left:14.858642578125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDNyQzORvGDRxQnWHCy1aHTGHspDTeoV { display:none; }#wDNyQzORvGDRxQnWHCy1aHTGHspDTeoV > .row .container { width:47.75rem;height:8.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TcX2oU82IFM4TyuZ5xBMHxRpfRGqpNFw { width:43.74975rem;height:2.41666675rem;top:3.09375rem;left:1.998046875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ph1QabdwtKxOpKcM9tuH3PgnRxJMaUyT { display:none; }#Ph1QabdwtKxOpKcM9tuH3PgnRxJMaUyT > .row .container { width:47.75rem;height:44.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #l7pInK7ggallGQsI8ZNiDuD5pNUTBJLl { width:25rem;height:21.9375rem;top:10.1875rem;left:20.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2s9zXoc5sTDPyTK9WwzNmlqIWSohZh1 { width:22.9375rem;height:3.575rem;top:5.9375rem;left:21.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7tmdMHr0JK2RCoJ3WxhAIMsxXwVLgNt { width:21.125rem;height:1.875rem;top:36.842882156372rem;left:22.749999344349rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGTz4PbJfSkfdtzXcracUKyDX4frMEIx { width:26.25rem;height:31.4375rem;top:4.0313320159912rem;left:20.065104782581rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKAtDfpvo3uTxkdmugDyMJTvdZ4XrCVo { width:7.625rem;height:7.625rem;top:1.8125rem;left:40.124131500721rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGy5v1vtno49iE0FLbbZe4caKb9MOUie { width:26.25rem;height:4.625rem;top:35.467882156372rem;left:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8A7VryK76JZ4rWz2E7WCSo8b6s5ow7W { background-color:#f8ecec;background-image:url("https://images.assets-landingi.com/uc/d406ca2f-7ec5-43ac-8fb1-0d667a259a70/Wykorzystanenalandingu12webinarowbio1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#i8A7VryK76JZ4rWz2E7WCSo8b6s5ow7W.adaptive-delivery-prevent-bg, #i8A7VryK76JZ4rWz2E7WCSo8b6s5ow7W.lazyload, #i8A7VryK76JZ4rWz2E7WCSo8b6s5ow7W.lazyloading { background-image: none; }#i8A7VryK76JZ4rWz2E7WCSo8b6s5ow7W > .row .container { width:47.75rem;height:33.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tzKNUfktpOicBsrITneOPx65HbcEr0ac { width:22.93725rem;height:5.25rem;top:11.6875rem;left:22.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmalBCeL3V08gZiZX7sTTk56KecFlJJy { width:26.25rem;height:15.5rem;top:9.125rem;left:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfxQTSd4gmfNMXdJBuJnVm0qp6e84ZJX { width:7.56225rem;height:7.56225rem;top:5.624267578125rem;left:20.09326171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKqz90QWqdlTZWPpoubRzziMI8gcEfTk { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #bTFgKI05n37JdlSWBgsP7V954TzdX9L2 { width:22.375rem;height:17.9575375rem;top:11.4609375rem;left:22.124755859375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bpJZ5S73eeqmW2KKgku6gR5T90JBff3z { width:26.25rem;height:4.6245125rem;top:21.25rem;left:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6nCeFUFQO7WTxTdDwoEWazuic724zSN { width:21.12375rem;height:1.833333375rem;top:22.625rem;left:23.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcUs5gJXK7g41SEVRgtKdkPkkh3GTQwz { background-color:#f8ecec;background-image:url("https://images.assets-landingi.com/uc/eaa77352-c305-4e5b-ad68-cf386e1e4b4a/Zdjeciegownenastronezapisu72.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#CcUs5gJXK7g41SEVRgtKdkPkkh3GTQwz.adaptive-delivery-prevent-bg, #CcUs5gJXK7g41SEVRgtKdkPkkh3GTQwz.lazyload, #CcUs5gJXK7g41SEVRgtKdkPkkh3GTQwz.lazyloading { background-image: none; }#CcUs5gJXK7g41SEVRgtKdkPkkh3GTQwz > .row .container { width:47.75rem;height:33.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RhS1poEMCLAfQrp5Zv4vswpyAK43RLS2 { width:22.93725rem;height:3.5rem;top:4.3125rem;left:22.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5V5BTFSUWIA8x0CxfKTlRRzuhZRa78R { width:26.25rem;height:27.875rem;top:1.75rem;left:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #csTH60ogeAkM4xvPVn2uxnSLG6ICqxOd { width:7.5rem;height:7.5rem;top:1.0986328125rem;left:17.622802734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4OlG3Sb2dgFS2PhBEyK5UoSgsBV2PNP { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #zN6ya11k24IsvgrITeWO2CM803MevRTP { width:26.25rem;height:4.6245125rem;top:27.3125rem;left:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t29c0yHdv3Fw6UB5ZqmbsKzMGby0lgUO { width:21.12375rem;height:1.833333375rem;top:28.6875rem;left:23.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOsdvFyblOMX2FbQ68SfEF8QA0JrIqt4 { width:22.375rem;height:16rem;top:9.125rem;left:22.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTIQCd0yz2Vb08WH8QvMlvKqQMrP2XZ5 { display:none; }#PTIQCd0yz2Vb08WH8QvMlvKqQMrP2XZ5 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MJTZFNyvgHF8WNHamVmPNaa74cy74CyQ { background-color:#f8ecec;background-image:url("https://images.assets-landingi.com/uc/58bd3331-bc62-4a79-ac83-64d415780a3b/3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#MJTZFNyvgHF8WNHamVmPNaa74cy74CyQ.adaptive-delivery-prevent-bg, #MJTZFNyvgHF8WNHamVmPNaa74cy74CyQ.lazyload, #MJTZFNyvgHF8WNHamVmPNaa74cy74CyQ.lazyloading { background-image: none; }#MJTZFNyvgHF8WNHamVmPNaa74cy74CyQ > .row .container { background-color: transparent; background-image: none; }#MJTZFNyvgHF8WNHamVmPNaa74cy74CyQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MJTZFNyvgHF8WNHamVmPNaa74cy74CyQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MJTZFNyvgHF8WNHamVmPNaa74cy74CyQ > .row .container > .video-iframe-container { display: none; }#MJTZFNyvgHF8WNHamVmPNaa74cy74CyQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MJTZFNyvgHF8WNHamVmPNaa74cy74CyQ > .row > .video-iframe-container { display: none; }#MJTZFNyvgHF8WNHamVmPNaa74cy74CyQ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MJTZFNyvgHF8WNHamVmPNaa74cy74CyQ > .row .container { width:47.75rem;height:39.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d1biVODUvl00wyIpCOWSlVa6xWC29GAP { width:22.9365rem;height:1.75rem;top:4.125rem;left:21.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6gvgBwvslfpHzwX0paqOBtrQeeB0UlB { width:26.25rem;height:33.4375rem;top:1.875rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxWKayAL6wROHB26DORJWgNZTo3NGo5b { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #dSO7rwzFVBy6qvsbHntU5qGO15pNDQwW { width:26.25rem;height:4.6245125rem;top:33.1875rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvfiA1SmD0oXUpf0wRVJnoyf7SFTuhLe { width:21.12375rem;height:1.833333375rem;top:34.5625rem;left:22.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITZcXDJdFHfpZqFb6dKdtomRbXlnKElX { width:22.37475rem;height:24rem;top:7.125rem;left:22.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mb85HvWoRnLKlXTL2TfMAEJOarE4cNdH { width:7.625rem;height:7.625rem;top:1.8125rem;left:40.124131500721rem;display:block; }
 }@media only screen and (max-width: 763px) { #To2LDEpl24cxx5tcVUIcta9wzfoDETTQ { display:none; }#To2LDEpl24cxx5tcVUIcta9wzfoDETTQ > .row .container { width:47.75rem;height:46.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MUVTeybZ8kpDAG4NVlPJ3brnenvM5kHJ { width:41.4375rem;height:32.625rem;top:9.2469482421875rem;left:3.1726561784744rem;display:block; }
 }@media only screen and (max-width: 763px) { #xI3UZ7JBqTTzAUAXmUTLscHZ7v7qGkuJ { width:36.0625rem;height:4.000000125rem;top:35.063281774521rem;left:5.8437498807907rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMZQDKsZpoIAa8weUARWp5kQZD1CdNHW { width:3.75rem;height:0;top:29.0625rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zwet7TtR6aPbdCwxZKW7V65QKAWsDa10 { width:37.5rem;height:14.666667125rem;top:19.869531393051rem;left:5.1249998807907rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBI7IMBZRmfceoDsLnnA0B7UwvpTTZgh { width:6.1875rem;height:13rem;top:6.869873046875rem;left:3.1731772422791rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rq3lFcRs80Ke3LlJfGmOKECfSkbOZwR2 { width:3.75rem;height:0.06119791790843rem;top:17.45068359375rem;left:22rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #lei0Eq49iLR2RLDmC4HDIVX0RSOfzWuG { width:12.4375rem;height:12.4375rem;top:2.59375rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9vrOTfwqQslpSD1rwuPU8cp3hRqpiSa { width:37.5rem;height:11.0508rem;top:19.807373046875rem;left:5.125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nHGer8CB9pxs8Mp8Eosm1TTo3Xzhgq0D { width:47.748699188233rem;height:4.14405rem;top:31.701904296875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zapD9Jn91pNB3frNMtaHW5vk6DMJzTKJ { display:none; }#zapD9Jn91pNB3frNMtaHW5vk6DMJzTKJ > .row .container { width:47.75rem;height:43.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AZ3kQS1uPUbVTPCe50THJdhkp5QDJaTT { width:41.4375rem;height:29.6875rem;top:9.2469482421875rem;left:3.1726561784744rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKcqZZ1O0bevSuz9q981BpZCzRfKsbZb { width:38.4375rem;height:4.000000125rem;top:32.76406288147rem;left:4.6562498807907rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmzNLgigwhP1AFRcbS8virJOxMZBVPKF { width:3.75rem;height:0;top:29.0625rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #Funu6br6ZI2xTxsOh6f3MJmRw0e4csop { width:35.5625rem;height:10.666667rem;top:19.869531273842rem;left:6.0937498807907rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebs0HhXPXnKTpuQJJIg1JV6d40nDxhQd { width:6.1875rem;height:13rem;top:6.869873046875rem;left:3.1731772422791rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBycQRDmaBcktPsf5QkBgleTMfnEHJ2T { width:3.75rem;height:0.06119791790843rem;top:17.45068359375rem;left:22rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #V2739JbRNA567SM43qd7uMozynhEyb2n { width:12.4375rem;height:12.4375rem;top:2.59375rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfTTRym6mAZvaKHBnmPaTKUKHm5v158D { width:37.5rem;height:11.0508rem;top:19.807373046875rem;left:5.125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kr8Gn039RAH5Cc6VGFVsTnoaLTNN0h6V { width:47.748699188233rem;height:4.14405rem;top:31.701904296875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JrZM2t6GlbPrnUn9QRk9zHQbOZp3Z8tm { display:none; }#JrZM2t6GlbPrnUn9QRk9zHQbOZp3Z8tm > .row .container { width:47.75rem;height:45.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FaCiqEUnnz9JO8zzsRvimuG2q4WHM4DO { width:41.4375rem;height:32.375rem;top:9.2469482421875rem;left:3.1726561784744rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6ozPlQXbQoEKR4EEpmF4KqWA5RIPqVU { width:47.7484375rem;height:2.66666675rem;top:36.51416015625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKAQ6qd8ifmeSzBWDOMi01cBX0iZ8bdn { width:3.75rem;height:0;top:29.0625rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #npZBFc9DXsbiN2h6Kb6wytIepNcQ8sbC { width:37.5rem;height:14.666667125rem;top:19.807373046875rem;left:5.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pH2qCNZoyTkIfTOWT4ZdCKOeWvhJgrQM { width:6.1875rem;height:13rem;top:6.869873046875rem;left:3.1731772422791rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqyMpSsKTQbUElD0AbPCKqRfyqInoDad { width:3.75rem;height:0.06119791790843rem;top:17.45068359375rem;left:22rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #rLrty0VLnBy3dUM1yl1kPZ3dWISVo4qf { width:12.4375rem;height:12.4375rem;top:2.59375rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2qF04kzQmeqFWI4ffU6seCNgMx8OqkJ { width:37.5rem;height:11.0508rem;top:19.807373046875rem;left:5.125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #K3CILU6KdVDOVZliXLdgsmmdqUqLvIla { width:47.748699188233rem;height:4.14405rem;top:31.701904296875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ldee1QPPMctDA3ugU6P28DKC94saziOZ { display:none; }#ldee1QPPMctDA3ugU6P28DKC94saziOZ > .row .container { width:47.75rem;height:15.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zmngl9B4DAgzu42Pxr0xWflDiA4oJB2E { width:17.37425rem;height:3.31176875rem;top:9.09375rem;left:15.1552734375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cD8o0IJn6J8klL195wr92mvRsiZgVsnH { display:block; }
 }@media only screen and (max-width: 763px) { #JVsFxuIJnnzntwcxke2zfJqF3wZLL0hU { display:none; }#JVsFxuIJnnzntwcxke2zfJqF3wZLL0hU > .row .container { width:47.75rem;height:45.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IW4s6tM40Q2eETZCNZC8zFQHzgKoofmJ { width:41.4375rem;height:32.25rem;top:9.2469482421875rem;left:3.1726561784744rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9LGxQTfGlCdOpEZol5Dv0OHsmwuo8lG { width:40.3125rem;height:4.000000125rem;top:34.51406288147rem;left:3.7187498807907rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Owf1XmPbBv7fSTvq4tww5qVuDpnraDPl { width:3.75rem;height:0;top:29.0625rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNdToG6ysya7JvTDuTc3OP0imzZILt4t { width:37.5rem;height:13.33333375rem;top:19.807373046875rem;left:5.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1ufArJWNtf5ahMIuAxhSsRodHS3wyg5 { width:6.1875rem;height:13rem;top:6.869873046875rem;left:3.1731772422791rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #oysclshTftNb8EbKRCWqziMdGVw7lrzt { width:3.75rem;height:0.06119791790843rem;top:17.45068359375rem;left:22rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #hNx8ePqb6KaWT76saTy4poyu81f8Txiu { width:12.4375rem;height:12.4375rem;top:2.59375rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lf6NctuLVwkAs7GoCydik5TvaNJtPy2d { width:37.5rem;height:11.0508rem;top:19.807373046875rem;left:5.125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ipTCT5ddMaJROVP3So2kyVulDdiL3Vpv { width:47.748699188233rem;height:4.14405rem;top:31.701904296875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tI1aD9rehGZuJJBiGmHcfpViD3fkUg55 { display:none; }#tI1aD9rehGZuJJBiGmHcfpViD3fkUg55 > .row .container { width:47.75rem;height:44.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lWmNNZCvI0Mxy0trS1HdUD0ssTxepWsK { width:41.4375rem;height:31.125rem;top:9.2469482421875rem;left:3.1726561784744rem;display:block; }
 }@media only screen and (max-width: 763px) { #d51J9dbFTz0Db3OV8cGKfTDLHR08V3Tk { width:31.6875rem;height:4.000000125rem;top:33.639061927796rem;left:8.0312503576281rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9I190lT2Dm7KBW4Abao8Qq121gIFkaw { width:3.75rem;height:0;top:29.0625rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #zu81muMebtA8UDCOoJAI2ZcepaaLAdqS { width:37.5rem;height:12.000000375rem;top:19.807373046875rem;left:5.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTWXlkH0WBdQNK8PxcGVrTziI1bAAIOT { width:6.1875rem;height:13rem;top:6.869873046875rem;left:3.1731772422791rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #zt2kXPKRZO98OsxtBiTsQW8MiGz8PQbF { width:3.75rem;height:0.06119791790843rem;top:17.45068359375rem;left:22rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #cntaQZ6yIV2tyngVEFduq7e0TnTHL8R4 { width:12.4375rem;height:12.4375rem;top:2.59375rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7tdJmH7d3u6aS2XXh4vRZEtXqSAmgUU { width:37.5rem;height:11.0508rem;top:19.807373046875rem;left:5.125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RG9xprac8MD93ECAHRUFVTp4Gg3mBul4 { width:47.748699188233rem;height:4.14405rem;top:31.701904296875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #P5H0HTfW6hXwU10LVu44wCdc9WcsqRr0 { display:none; }#P5H0HTfW6hXwU10LVu44wCdc9WcsqRr0 > .row .container { width:47.75rem;height:49.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #R125ZSHz01vnlIW107zLkSCBKEywPwwz { width:41.4375rem;height:37.4375rem;top:9.2469482421875rem;left:3.1726561784744rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxJtCgTLmGG9opStADrwZRkZVylT5taQ { width:47.7484375rem;height:2.66666675rem;top:39.701561927796rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3zJOJGHuaMtoEnpJSDAFmkTmkaHGbFH { width:3.75rem;height:0;top:29.0625rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQ8IUc26dno8yrsAmzavs5kv6tmrlWnr { width:37.5rem;height:17.333333875rem;top:19.807373046875rem;left:5.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSLZaAfmtTMRufbLwPPsI71ZmPSOtdSQ { width:6.1875rem;height:13rem;top:6.869873046875rem;left:3.1731772422791rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #zT18f7BKBQczdeOW2TSSpzVX6DHOFS9k { width:3.75rem;height:0.06119791790843rem;top:17.45068359375rem;left:22rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #LMugWw00gl1zVFPSZ9B5MhExzqEH0vtc { width:12.4375rem;height:12.4375rem;top:2.59375rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPXNghLitunJKDfhXpmeAkhl7MJwEbOc { width:37.5rem;height:11.0508rem;top:19.807373046875rem;left:5.125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DO1ZCyJhHuvZ553EUdgahNbnqndy3DvL { width:47.748699188233rem;height:4.14405rem;top:31.701904296875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pl400dZV6b6BBzHNcutk3tv9u0MvBzCx { display:none; }#pl400dZV6b6BBzHNcutk3tv9u0MvBzCx > .row .container { width:47.75rem;height:40rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Xk8stUhw2gSWI1qRyMTnWux0SAxNTbqU { width:41.4375rem;height:28.3125rem;top:9.2469482421875rem;left:3.1726561784744rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHBJ3Z3qtNCgksD7yJT1XZZaOxEAwD8O { width:33.1875rem;height:4.000000125rem;top:29.062499523163rem;left:7.2812498807906rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTVZUo3BF0xmOwXXvaB5coyBZTxZG2xi { width:3.75rem;height:0;top:29.0625rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDESJCwAzzPaK0KTPAniCQ8cKF3nctEx { width:37.5rem;height:6.666666875rem;top:19.807373046875rem;left:5.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCg9aJ7f5N0E0p3OGCGNOwMtBFFyLDvC { width:6.1875rem;height:13rem;top:6.869873046875rem;left:3.1731772422791rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqD9AsokwcyJttdBMZvxE4Gl2uFN1cW6 { width:3.75rem;height:0.06119791790843rem;top:17.45068359375rem;left:22rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #TK0g9F2t9NTZl7u48hsDT3hQFyHgs46O { width:12.4375rem;height:12.4375rem;top:2.59375rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fK7BzGfAfMTme9F9b12r8i4k2C521Rfq { width:37.5rem;height:11.0508rem;top:19.807373046875rem;left:5.125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #POV63qcW4zsUTzNTetCyu5wmg9UOsJvn { width:47.748699188233rem;height:4.14405rem;top:31.701904296875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ohxEfhvEswEx82azCIqnf1qbZGOqfMrM { display:none; }#ohxEfhvEswEx82azCIqnf1qbZGOqfMrM > .row .container { width:47.75rem;height:8.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GQrh1g4VEn9xWyR8NVfEP1FLoJMH2sBh { width:43.74975rem;height:2.41666675rem;top:3.09375rem;left:1.998046875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcMId0IBRXIFeczNxM3Kp7C0LDgQ72Mi { display:none; }#UcMId0IBRXIFeczNxM3Kp7C0LDgQ72Mi > .row .container { width:47.75rem;height:34.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PFR2ZvcwPFvdQzAluCb5UyMOnFbJ6O8c { width:26.25rem;height:29.25rem;top:1.875rem;left:20.124755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E16IRmCViHOXrtTtszyNxAHs5dHbdx6K { width:24.99975rem;height:6.09081875rem;top:4.4765625rem;left:20.748046875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVXUkv8gkSod30Jrc4dtCqLqXZCmpOtR { width:21.75rem;height:7.96875rem;top:16.85302734375rem;left:22.374755859375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLva5xRZIMCNTIcO4rBVlb24musEP86w { width:26.25rem;height:4.625rem;top:28.62451171875rem;left:20.12109375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTgvrJPubMgfL563yqNDEgg1w3MOt7Nz { width:21.1230625rem;height:1.875rem;top:29.999267578125rem;left:22.6845703125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtRTU1v5DKIKFeBkizMeo6XDofwDPA0K { width:21.75rem;height:3.1875rem;top:11.60302734375rem;left:22.374755859375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKyg7LiBJ1D8nd24tydvKfHmA4FPlswt { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #bb1t1z0xsMJfU454XCzy4gxu9fwHRw3O { background-color:#4790ae;background-image:url("https://images.assets-landingi.com/uc/9b8732e9-8961-47ec-a655-639c15e93966/WykorzystanenalandinguKzdVSA.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#bb1t1z0xsMJfU454XCzy4gxu9fwHRw3O.adaptive-delivery-prevent-bg, #bb1t1z0xsMJfU454XCzy4gxu9fwHRw3O.lazyload, #bb1t1z0xsMJfU454XCzy4gxu9fwHRw3O.lazyloading { background-image: none; }#bb1t1z0xsMJfU454XCzy4gxu9fwHRw3O > .row .container { width:47.75rem;height:35.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cgIs7Tt0ax5XeBVNupSvbafqvvyhuWZy { width:24.99975rem;height:8rem;top:7.24658203125rem;left:20.747314453125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBBirk243ho1Nz6oKXrrZ0MCiPzrnOQV { width:24.99975rem;height:2rem;top:4.4765625rem;left:20.748046875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAM0bn2IH2NGTZTwhXe2gxBzQoCPr3WO { width:21.75rem;height:9.50000025rem;top:16.66552734375rem;left:22.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Od611EtAbXGsI7trN94POfsIAeCPo7HX { width:26.25rem;height:29.25rem;top:1.875rem;left:20.124755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUTWEceoQNHRWHq1FTKtxuLTy70nEeSA { width:26.25rem;height:4.625rem;top:28.62451171875rem;left:20.12109375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdLKc75kh5CpO7ZvxeGlzsyFw51ahQKB { width:21.1230625rem;height:1.833333375rem;top:29.999267578125rem;left:22.6845703125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9etvCpxhon36mZnevLylPM3xxIKUa5G { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rnks6WPfrwnAhEqGkRirvDOLmXRk0nIT { display:none; }#Rnks6WPfrwnAhEqGkRirvDOLmXRk0nIT > .row .container { width:47.75rem;height:4.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZggD9ZD7pTovD5RPQ6KyZ54zzaRDbuNQ { width:47.75rem;height:2.03125rem;top:2.17724609375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbCI9diQEy0pR0WK1B0IqQXacHwkXLvS { display:none; }#PbCI9diQEy0pR0WK1B0IqQXacHwkXLvS > .row .container { width:47.75rem;height:56.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JzfZwXxbTTeqIW0iqsna0ldwngfaKLpV { width:47.75rem;height:4.0625rem;top:2.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVdZdFCAKFNJnqBiTAqF6PcayT3aAMsc { width:22rem;height:11.8125rem;top:10.01953125rem;left:12.529948234558rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kl3GaKmBWMo7nclz0b3vuCTNJEcDNNUv { width:7.625rem;height:7.625rem;top:7.4359397888181rem;left:9.6250003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #IO231RwvtwgvBFr5pI3nIqdxSToBsxrB { width:37.5rem;height:23.90625rem;top:23.25rem;left:5.1249998807907rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Www7rONn36AHswAwe20qQewUqJBTlpfo { width:18.664875rem;height:3.2640625rem;top:50.90625rem;left:14.542188048362rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2RKL4UhukThsTJQAuHwPD1IvvCgb8KQ { display:block; }
 }@media only screen and (max-width: 763px) { #ZErH72gK1bge8qS8deHL0TS3ug69kksD { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/20d9a612-bd37-4caa-a92b-e96e9cf3aa25/SEC7Background.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }#ZErH72gK1bge8qS8deHL0TS3ug69kksD.adaptive-delivery-prevent-bg, #ZErH72gK1bge8qS8deHL0TS3ug69kksD.lazyload, #ZErH72gK1bge8qS8deHL0TS3ug69kksD.lazyloading { background-image: none; }#ZErH72gK1bge8qS8deHL0TS3ug69kksD > .row .container { width:47.75rem;height:48.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wJbt1XXoBPhK05ll9IpAwUCkG6d9hXQr { width:29.3125rem;height:32.9375rem;top:4.2500004768372rem;left:9.2500003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTqUF19NA0ttRkt0rMDDdAEkAAhwbzRa { width:29.3125rem;height:4.625rem;top:35.8125rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfWLktfS3BuP77bcgwy3mD8GNkhu68s8 { width:21.125rem;height:1.875rem;top:37.1875rem;left:13.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #csCLIJTqDge401D6xN0Pmc6H2ZCxBPPJ { width:25rem;height:20.475rem;top:11.812500953674rem;left:11.375000357628rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3uBfRUQ47lJnlafCvcnTWIC7qWJW4aS { width:25rem;height:1.875rem;top:8.5625rem;left:11.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dzda98r0J1vAKBppSilDelc6e9QTPOyL { display:none; }#Dzda98r0J1vAKBppSilDelc6e9QTPOyL > .row .container { width:47.75rem;height:40.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OGEXhq1SiBu1XW5yV7NhqexEpzJTma40 { width:47.7486991875rem;height:2.03125rem;top:6.875rem;left:0.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkdsCW67C2PimET3dE1Kq7n4cyTA0iST { width:40.625rem;height:30.375rem;top:9.625rem;left:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fs9SUAkq2WLXD0pq2fX3CXsHae3EJ784 { display:none; }#Fs9SUAkq2WLXD0pq2fX3CXsHae3EJ784 > .row .container { width:47.75rem;height:13.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qSUNELlWt6obcbwNmLTbUhv9aHJBKhWo { width:18.665364625rem;height:3.264322875rem;top:8.18896484375rem;left:14.541666984558rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvt2Hh9IcXhuTXCF4ZLFzK4XMzeyzgZc { display:block; }
 }@media only screen and (max-width: 763px) { #A6DkKEqCHxy9VVsbRD9XGOsyGq89TACF { width:47.7486991875rem;height:2.03125rem;top:4.123779296875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TixglTmwZiuirVTmccIlzKAwDe6kemAt { display:none; }#TixglTmwZiuirVTmccIlzKAwDe6kemAt > .row .container { width:47.75rem;height:24.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #s1ddaPaOfTSoAwsCHZlwOFwuqDalLk76 { width:31.1875rem;height:16.1875rem;top:20.5625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ReUMtUXAwlRb4Bb00LDkCn7uflXgbwwH { width:40.875rem;height:21.75rem;top:2.5rem;left:3.2812501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTDIdpP6zyeTdP38a8G2EhWxxi7m6AGC { width:6.1875rem;height:3rem;top:1.041748046875rem;left:20.78125rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #E38IN2fHrbRkgCNQBFTGtgMfQVgVTKin { width:39.0625rem;height:24.5333125rem;top:14.19140625rem;left:4.34375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hrvowub4uEFFbMJbmv3KkzZTNdbPWl83 { width:39.0625rem;height:14.34375rem;top:8.53125rem;left:4.34375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTT3qrAbDyPDUnUdMH2G1l3T4CTTurkz { width:39.0625rem;height:0;top:9.15625rem;left:4.34375rem;font-size:1.0625rem;z-index:15020;display:none; }
 }@media only screen and (max-width: 763px) { #dFQVSSneUVWHUC4gS7b278xaMuhVIOSG { width:39.0625rem;height:0;top:8.53125rem;left:4.34375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #noC5QNpA5v9fXDDvH8RKSeMuTQ0bw9la { width:39.0625rem;height:14.34375rem;top:8.53125rem;left:4.34375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #t2TH2Ioq7WHlzuM3o0WLnSPn6pnbKRc4 { display:none; }#t2TH2Ioq7WHlzuM3o0WLnSPn6pnbKRc4 > .row .container { width:47.75rem;height:26.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eFkhMrozLyGB04ksiTR4NhCJIQulikMq { width:31.1875rem;height:16.1875rem;top:20.5625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vOM4oxAuTWDzTZvM3nzSpIohNDwsJo5u { width:40.875rem;height:23.125rem;top:2.5rem;left:3.2812501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzIL2mHgGvbENiP0LMq3EknX35RCnKqX { width:6.1875rem;height:3rem;top:1.041748046875rem;left:20.78125rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkIXPMFhwl9ViPIZg7JXxw7vSaCAzQaK { width:39.0625rem;height:24.5333125rem;top:14.19140625rem;left:4.34375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VBR8imT5Eo1fiq1HuLJhtQm4s9paXwwZ { width:39.0625rem;height:15.9375rem;top:8.53125rem;left:4.34375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHxoaxbldPOA7xrAbQVF3fFCbCKIfXGL { width:39.0625rem;height:0;top:9.15625rem;left:4.34375rem;font-size:1.0625rem;z-index:15020;display:none; }
 }@media only screen and (max-width: 763px) { #C0B1xVVEzALILoIZUSLHy9hBhhhUrTH4 { width:39.0625rem;height:0;top:8.53125rem;left:4.34375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pyobRiTnaXIFebb1tWBnDtwoxwesmUlv { width:39.0625rem;height:15.9375rem;top:8.53125rem;left:4.34375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #t0OnQOi260mq60KGNVQmxPCnOB1mAGRH { display:none; }#t0OnQOi260mq60KGNVQmxPCnOB1mAGRH > .row .container { width:47.75rem;height:27.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GSD5s5hr7DoqOXR1gEyRlcZxZJbPRftV { width:31.1875rem;height:16.1875rem;top:20.5625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TZQ0vzcGe494cfkqTsuwyEGLfy7WAbRN { width:40.875rem;height:24.6875rem;top:2.5rem;left:3.2812501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTXptImyGzT9b5TTpB4Ls7W3Wh2060Rb { width:6.1875rem;height:3rem;top:1.041748046875rem;left:20.78125rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNPGXLkcwQvoUsnAxT7qsmTp0JlurLTS { width:39.0625rem;height:24.5333125rem;top:14.19140625rem;left:4.34375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #G7PfZoOycKNcqF58zZxfFLuwIDZTcau3 { width:39.0625rem;height:17.53125rem;top:8.53125rem;left:4.34375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7IlVVIwstEP8bXXdgL5Vzae3zFsUHZI { width:39.0625rem;height:0;top:9.15625rem;left:4.34375rem;font-size:1.0625rem;z-index:15020;display:none; }
 }@media only screen and (max-width: 763px) { #Boxf0rAHkaSMxgZX6UO4Wc7Hc3qrWcnJ { width:39.0625rem;height:0;top:8.53125rem;left:4.34375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uVEMp9TATGSzZ62ZOEqi0l0AuKbGRQrx { width:39.0625rem;height:17.53125rem;top:8.53125rem;left:4.34375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zokh42UJTAWONsgOHJpxPgwv9vHck3EI { display:none; }#zokh42UJTAWONsgOHJpxPgwv9vHck3EI > .row .container { width:47.75rem;height:27.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gdkhJln87vPu6xHJk0x75y5TWQiKoA1M { width:31.1875rem;height:16.1875rem;top:20.5625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IPN2HDxw9tC2T89L6Z4Jzsxo1nwcVvfr { width:40.875rem;height:22.9375rem;top:2.5rem;left:3.2812501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8COvei8AVaUK3v9mqwybbrNTZ6cyAGm { width:6.1875rem;height:3rem;top:1.041748046875rem;left:20.78125rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOz5ks55SugDAeCdszic8bGpWw0xAwnx { width:39.0625rem;height:24.5333125rem;top:14.19140625rem;left:4.34375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pt1Pw4O5Cre5W6R8mySJi8gioHFhrnfT { width:39.0625rem;height:15.9375rem;top:8.53125rem;left:4.34375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ur8E8KBUgBTEqK4OE1ROFoSaxVzBLGAD { width:39.0625rem;height:0;top:9.15625rem;left:4.34375rem;font-size:1.0625rem;z-index:15020;display:none; }
 }@media only screen and (max-width: 763px) { #QbeDF6d7e1NM897E4bcm4PFFoTdTqIhS { width:39.0625rem;height:0;top:8.53125rem;left:4.34375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rvErgC5P4xe46FvArDA4AO7ugl0RkQW8 { width:39.0625rem;height:15.9375rem;top:8.53125rem;left:4.34375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dgW4WGSsSpbzROI8Q3RZkS3FldhID8Qq { display:block; }#dgW4WGSsSpbzROI8Q3RZkS3FldhID8Qq > .row .container { width:47.75rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MqG9P86WFpOx5tkUkRLtzTXKAhqRVTWo { width:47.75rem;height:4.0625rem;top:4.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWo8zZpIxcULhuZScyENM4AVfgvaAFTk { width:47.75rem;height:4rem;top:7.1875rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UprrmqRA699UuLWuiDrfEE4oAlDUEEc0 { display:block; }#UprrmqRA699UuLWuiDrfEE4oAlDUEEc0 > .row .container { width:47.75rem;height:39.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hmrWJXgLIy1TiEBfI3rBVudz1XIF7z93 { width:41.4375rem;height:31.8125rem;top:7.49609375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLnS0ITTgcJ1p5KQVesZuf5VqvnXxOf7 { width:6.1875rem;height:0;top:4.9583740234375rem;left:24.84375rem;font-size:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #c9y5vNJqVRCF1SPsT9uoQfVs2yw3ypnF { width:9rem;height:9rem;top:2.791015625rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KU7G6hn8Q5Qm8Zp6OZwESJwW8eBPJDQz { width:37.5rem;height:20.71293125rem;top:12.8125rem;left:5.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EH6uNdpdq0q7D1chV7SQVoMdhvmDTSlO { width:3.75rem;height:0;top:18.25rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2bCpf0L5pAm5EoT8zxH64nsfyw4EBhn { width:37.5rem;height:5.52345rem;top:35.458374023438rem;left:5.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOJU697d3gmX1hqrJVXEwP4dzZWey4QK { display:block; }#KOJU697d3gmX1hqrJVXEwP4dzZWey4QK > .row .container { width:47.75rem;height:44.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FQ6qZJaCOb6qv5TmV9BHqUI2keznayCW { width:41.4375rem;height:37.0625rem;top:7.49609375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTAGNexZV4oUuCO0MqLE4WcEApwZ2ols { width:6.1875rem;height:0;top:4.9583740234375rem;left:24.84375rem;font-size:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #lyzMRlSqA9lPC0VRQAC4Z254Skgk8P9T { width:9rem;height:9rem;top:2.791015625rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Isr9o5S3T7oQqJ2J66lnmkzFDRyb0P69 { width:37.5rem;height:28.9981125rem;top:12.8125rem;left:5.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JisUxI3yakzV5aPl3wCMaxrcJV4dNsKI { width:3.75rem;height:0;top:18.25rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgiakwVVTf6PQ09sRHTIcBKBdgInN5r8 { width:37.5rem;height:4.1425875rem;top:40.729125976562rem;left:5.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pqkbuhxl0wCTfCPL5Al2C9lSI053BJlZ { display:block; }#Pqkbuhxl0wCTfCPL5Al2C9lSI053BJlZ > .row .container { width:47.75rem;height:42.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UtzzHu0gAmmxaFk66pILfgJkcbGoT3Gk { width:41.4375rem;height:34.5625rem;top:7.49609375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRPKEtBm2gmDmGZ0vxOXZqCXB2TNGtsa { width:6.1875rem;height:0;top:4.9583740234375rem;left:24.84375rem;font-size:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #pKRSGa12y98fUO4a3lLfOvwn9A9TgWZp { width:9rem;height:9rem;top:2.791015625rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFb0GCzmhGTEugI95EfxL5GS5QnDw8b1 { width:37.5rem;height:24.855525rem;top:12.8125rem;left:5.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSZ6lVWsw9mEHFshitwXZm7TTBX0XoG7 { width:3.75rem;height:0;top:18.25rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKV0qcCTiydc8p8fRTKhFFffuPJ2gFAf { width:37.5rem;height:5.52345rem;top:38.125rem;left:5.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8KzDqikTPiF3leGaOci3S42u0muOCV5 { display:block; }#w8KzDqikTPiF3leGaOci3S42u0muOCV5 > .row .container { width:47.75rem;height:12.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HLUsQTFwIIR0kcTTlcNTiCE127lTLwdf { width:18.70703125rem;height:3.306640625rem;top:6.564453125rem;left:14.521484375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vS3FVq9x4BTiBpn60UxmKAhE9F5FFmJ9 { display:block; }
 }@media only screen and (max-width: 763px) { #Py8Fc0etm9TvFfRkX0TB9QigTLzsMXMw { width:47.75rem;height:2.03125rem;top:2.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZZ7xWvqbBCpzRlfSpva1DlFv2T0DZZr { display:block; }#kZZ7xWvqbBCpzRlfSpva1DlFv2T0DZZr > .row .container { width:47.75rem;height:34.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HmSoRHyEWV0yoTmO1IbI3EI7Hu7zOEs7 { width:41.4375rem;height:26.4375rem;top:7.49609375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5AzqG5ozupSrJGeiITVmKo6xPuoAy35 { width:6.1875rem;height:0;top:4.9583740234375rem;left:24.84375rem;font-size:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #LTVg24QgPJgeWoSZIRkFZUqCRDSFbrhs { width:9rem;height:9rem;top:2.791015625rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ga7TorHtu1ISc4tiAN9vT6To2Ixwbx07 { width:37.5rem;height:16.57035rem;top:12.8125rem;left:5.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cq5eTngPb3CArUFJBOLVIMEaWMIkosOO { width:3.75rem;height:0;top:18.25rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXFlZb9Aiv1R4NvGNTLwSAE4b7KroS5g { width:37.5rem;height:5.52345rem;top:28.770874023438rem;left:5.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5TEONvt9JWgvxdUrgONEJcV3LtMCO5U { display:block; }#f5TEONvt9JWgvxdUrgONEJcV3LtMCO5U > .row .container { width:47.75rem;height:36.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GTHLA51qkUTyTWbG6rBMvbzHiRvSQK6y { width:41.4375rem;height:29.0625rem;top:7.49609375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6vawzFumUtEry14SIpclxWsMPPvBqg2 { width:6.1875rem;height:0;top:4.9583740234375rem;left:24.84375rem;font-size:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #ksuSA2PCdCmebasJRxAmVTRXO7Jh03KX { width:9rem;height:9rem;top:2.791015625rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUC4buBvBBUtfUq5GOfGuc8a4fsSQNB3 { width:37.5rem;height:19.3320625rem;top:12.8125rem;left:5.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0gPK7OlihKn0hCizLPImixFVfoIangN { width:3.75rem;height:0;top:18.25rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOz3fbudQtT1NQVZystNmJ1fP2vdzIcT { width:37.5rem;height:4.1425875rem;top:32.770874023438rem;left:5.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2qsmw6bKUlBA9b0tPs6Mm5TP9vGqqGP { display:block; }#t2qsmw6bKUlBA9b0tPs6Mm5TP9vGqqGP > .row .container { width:47.75rem;height:43.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTREJJGNEaI4g4fDQXegfhUzhb2KHaUo { width:41.4375rem;height:35.9375rem;top:7.49609375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKzpU5Pm93H9AbTyHcD0iEXSBQErGWIF { width:6.1875rem;height:0;top:4.9583740234375rem;left:24.84375rem;font-size:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #RkeBRNlB8NNuGOmpyfldQ60ugG1JEV7Z { width:9rem;height:9rem;top:2.791015625rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXU9gsO5DTqhpiFTMELbRD0ATIRyNJhK { width:37.5rem;height:24.855525rem;top:12.8125rem;left:5.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMIFXAGETwCkRe9IXS4sIrpOlU4MdgOR { width:3.75rem;height:0;top:18.25rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #O66mKZbqQPF53dql3r7AANIk2Lds6M0c { width:37.5rem;height:5.52345rem;top:38.104248046875rem;left:5.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lo1GCSyLcWXuqDLxVyXsOMcHNgC0PK2w { display:block; }#lo1GCSyLcWXuqDLxVyXsOMcHNgC0PK2w > .row .container { width:47.75rem;height:24.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rTsgsT7AmTmfu1V5VxBC0836XAZCyluD { width:41.4375rem;height:17.1875rem;top:7.49609375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIP2quKkBB6HDQHkfoK93GQclHNNATsy { width:6.1875rem;height:0;top:4.9583740234375rem;left:24.84375rem;font-size:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #SmJiPtosT6t5QzI1stc4IAbBUktxg1o6 { width:9rem;height:9rem;top:2.791015625rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKCAMyDgZhESzcbT10abmB9EImvZywa4 { width:37.5rem;height:6.9043125rem;top:12.8125rem;left:5.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbOILpzcToywU3JdEpIffK8ioli4Zs69 { width:3.75rem;height:0;top:18.25rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBqH8JkcyqPORcSBMb0m7mA5iIsT8xcT { width:37.5rem;height:5.52345rem;top:19.479248046875rem;left:5.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT3GDvmbTuGisbXTG8k3zTDtntHr7EpO { display:block; }#TT3GDvmbTuGisbXTG8k3zTDtntHr7EpO > .row .container { width:47.75rem;height:38.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sr4kwtBXAagHXgNMcPrgyF9PwGcru2Es { width:41.4375rem;height:30.3125rem;top:7.49609375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVFR2P3h7z9xvSzdwsuqQKBA32n8FUaq { width:6.1875rem;height:0;top:4.9583740234375rem;left:24.84375rem;font-size:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #LJdJNf4x3WD4LZIqog70AT1i6JgTX7cy { width:9rem;height:9rem;top:2.791015625rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNcoQaZtUa2krxSffLkQiIquDF0ZDM3t { width:37.5rem;height:19.332075rem;top:12.8125rem;left:5.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWhPQhMymqaIdJIHgE13Q92UIz9npXQr { width:3.75rem;height:0;top:18.25rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVlxnoqmlPJuHawJTgHSD2BQSEQTkaW3 { width:37.5rem;height:6.9043125rem;top:32.770874023438rem;left:5.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GngAp70I1E9iW2QQpsGrzoqH8pQLk2DV { display:block; }#GngAp70I1E9iW2QQpsGrzoqH8pQLk2DV > .row .container { width:47.75rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BgHqbrBBLvNmnRATLv1y15T3PXMTH5CZ { width:41.4375rem;height:16.0625rem;top:7.49609375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTlTfc2J0dcaaWUb2eg5bfU9EehJTF0p { width:6.1875rem;height:0;top:4.9583740234375rem;left:24.84375rem;font-size:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #C5feaGogwHHll3FAo4eQqxJJeKII5yWA { width:9rem;height:9rem;top:2.791015625rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoAUsF0Ki9WTDXwS9Oosc7BJpSUQ69WE { width:37.5rem;height:6.9043125rem;top:12.8125rem;left:5.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNUJStnkzo9ArovPlX3NZ1dqr2s3BD10 { width:3.75rem;height:0;top:18.25rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #agtXKJhWxqwFZf6apHdG8ezuiTaBMr0k { width:37.5rem;height:4.1425875rem;top:19.479248046875rem;left:5.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlhZt3ycLFb3RBl8NoWP2ct8suXFKefg { display:block; }#PlhZt3ycLFb3RBl8NoWP2ct8suXFKefg > .row .container { width:47.75rem;height:30.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KlBhM6zf7d2SE6PVXH9i0Dr2tnHVMc8P { width:41.4375rem;height:22.3125rem;top:7.49609375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdbTugMfcSIHi5DTGzQWK56937ZEWTAm { width:6.1875rem;height:0;top:4.9583740234375rem;left:24.84375rem;font-size:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #leFZTCZsNHSk7IW7XM9qgruDJcyscTeE { width:9rem;height:9rem;top:2.791015625rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRPaJT1W9mzl7mBdw4cV5GCR4VppZhet { width:37.5rem;height:12.42775625rem;top:12.8125rem;left:5.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mId0TSMpHDkDNl2hOTNBk98Odw41rr5t { width:3.75rem;height:0;top:18.25rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmVOIBPp0BWTucrac731TzW95rtrcHPc { width:37.5rem;height:5.52345rem;top:24.791748046875rem;left:5.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5x895JLHsJaxRbPHkc49qTsFa3V4QV2 { display:block; }#J5x895JLHsJaxRbPHkc49qTsFa3V4QV2 > .row .container { width:47.75rem;height:30.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gTHhAzqq10o2m0mcAyJDcuKxPnW67Hq6 { width:41.4375rem;height:22.4375rem;top:7.49609375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhiIUGsfbL4fQOduWi3TmwfeAJJhfel7 { width:6.1875rem;height:0;top:4.9583740234375rem;left:24.84375rem;font-size:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #MEVzzwbCuR8chW4rIrSwW8wxk7LbFiga { width:9rem;height:9rem;top:2.791015625rem;left:19.375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #igVC2fca5BqAo8fiXI8ALkxs6b4xuZh4 { width:37.5rem;height:11.0469rem;top:12.8125rem;left:5.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvBBHXHCq0pPXnxE2MJvhlM3emTQr7WL { width:3.75rem;height:0;top:18.25rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQGbAhlPTT84UOvJyAU9lM08ubbHQVco { width:37.5rem;height:5.52345rem;top:24.770874023438rem;left:5.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHbrpwbgfQTJgPWTgRsrZhcWeXIPLTEf { display:block; }#MHbrpwbgfQTJgPWTgRsrZhcWeXIPLTEf > .row .container { width:47.75rem;height:55.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qcN3Jgv54ZFEIdtnkhhhiuSC65Tr0u2S { width:41.4375rem;height:48.0625rem;top:7.49609375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkhrTXR7qPeBfTPqwOBBbvrwuXw38lMt { width:6.1875rem;height:0;top:4.9583740234375rem;left:24.84375rem;font-size:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #RHF4cIpX63khPw8F4upQldfwsnJEuXhD { width:9rem;height:9rem;top:2.791015625rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgJ5RycPxftaKpcyP0lxKAlbumi9wFvS { width:37.5rem;height:37.2832875rem;top:12.8125rem;left:5.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKAaATLOK6kITHzKTtWvvBa9wW1MgB4X { width:3.75rem;height:0;top:18.25rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6ViTwOd9cZLm1NDTJHhXrAivhit0DpG { width:37.5rem;height:5.52345rem;top:50.145874023438rem;left:5.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlwZDHVzlp20ofrJO70UTQBWvHTMome4 { display:block; }#WlwZDHVzlp20ofrJO70UTQBWvHTMome4 > .row .container { width:47.75rem;height:50.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MKS3avSJ1tXk8ikeqFVkSeVUnTEULUXA { width:41.4375rem;height:42.4375rem;top:7.49609375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIFZWRybilClbK0Qri0Q6TxWUCM6RIKh { width:6.1875rem;height:0;top:4.9583740234375rem;left:24.84375rem;font-size:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #cgEPpgPvETlfOuaEhtHe5fgyHRAh7eua { width:9rem;height:9rem;top:2.791015625rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxlIBPwQUuepMZeByVOMMTzfs5ecbPD7 { width:37.5rem;height:31.7598375rem;top:12.8125rem;left:5.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yV7i4Uw2XRHl95vHxbzzLE1ZdBQxBVZi { width:3.75rem;height:0;top:18.25rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8pNTcCOTuTiWQPnRNrfoQ9CpTwzD0mm { width:37.5rem;height:5.52345rem;top:44.770874023438rem;left:5.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGuM5S1xoDoP7enPfqU2gMstzMhlEZ9D { display:block; }#LGuM5S1xoDoP7enPfqU2gMstzMhlEZ9D > .row .container { width:47.75rem;height:4.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mP3aPrM7UyLpEFsWOGiEKbOGmHWGbEZ6 { width:47.75rem;height:2.03125rem;top:0rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUt5AZ17b4fb7lU3RS43byBvHTQy6RH0 { width:18.75rem;height:3.375rem;top:22.120658874512rem;left:14.500000298023rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lmdc9Bz1aXcLT9tayzmR8EJLmUf3C15A { display:block; }
 }@media only screen and (max-width: 763px) { #H6yO7TaX0V8FTevAAez7J8MbBWBE8UXT { display:block; }#H6yO7TaX0V8FTevAAez7J8MbBWBE8UXT > .row .container { width:47.75rem;height:67.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yJc8wXcEuxrdF7wi64ler1WXNUwvMmOx { width:47.75rem;height:4.0625rem;top:5.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwViLX1IlOHH1eD9LQKiRAO7OCx3sH6f { width:47.748699188233rem;height:11.21093125rem;top:16.75rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U428ekxdFOstHOPPBgGaVxWiukKeVqe3 { width:13.6875rem;height:1.3808625rem;top:47.875rem;left:28.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7fPd354IrKxu7uK1VpW4moC4JuZ0QTg { width:37.5rem;height:9.56055rem;top:54.25rem;left:5.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VN0M3e6HTyO8ns4IBEGh9RzcKIvvN7Vt { width:47.7484375rem;height:2.03125rem;top:12.43593788147rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TThzZUV7W4RGz4wnC12OqxuB1Ff1Dbol { width:19.9375rem;height:10.75rem;top:16.9375rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JUlUyUrFMFi0coK4fiuTABNXCStHqoJu { width:47.75rem;height:31.032158836689rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kez4s4BBVfDmvBs6Lidr3446CknxTSqr { width:18.125rem;height:4.14258125rem;top:31.6875rem;left:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MK2yPsTkySCBVWKhPHsvX3ne1Qfq5dWb { width:15.75rem;height:1.3808625rem;top:38rem;left:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5ginF7wV6SZt7FA047h3wNdWJJS6VZr { width:18.625rem;height:4.142575rem;top:31.6875rem;left:28.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5rgtWXihRecOBlIHlCOfeKRrhE3sHBf { width:18.4375rem;height:4.142575rem;top:41.625rem;left:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCZTZfMQPefkXHmouaBR8NESNvklFM6H { width:18.5rem;height:8.285125rem;top:37.5625rem;left:28.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIAdcFDvmeiRxaVVgmSCPkg4RKFtTJoo { width:2.3125rem;height:2.3125rem;top:31.6875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #txIKCJquiJNfklCcN7TxUfdICZyf9eZ5 { width:2.3125rem;height:2.3125rem;top:37.5625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDvVLglRPTFX44TihNwUanXhxpBOvL2a { width:2.3125rem;height:2.3125rem;top:41.625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvhSlVvVepVxRtv9iS0oD7pCu38p4KGz { width:2.3125rem;height:2.3125rem;top:31.625rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ho9ODTtBeGRrQFw7zWeVr9ViVbzp2GPk { width:2.3125rem;height:2.3125rem;top:37.4375rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4MwyHP8imNLVUyf62lGGLgB1VPiGDHx { width:2.3125rem;height:2.3125rem;top:47.4375rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkAEdC8ZNzhl0QOcwNPKrc102DnQpJSy { display:block; }#fkAEdC8ZNzhl0QOcwNPKrc102DnQpJSy > .row .container { width:47.75rem;height:88.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ROBsD2Wcq97b8iQgmomcImnWcAJqEMvx { width:34.9375rem;height:83.1875rem;top:2.9375rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvNQEvwwayKqMVQX2ZEm6nc0QFpXQNCV { width:17.5rem;height:1.6875rem;top:49rem;left:14.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmIGmZKTE1F7KJB3CepVKKLPOo6blsq2 { width:15.625rem;height:3.28125rem;top:75.5rem;left:7.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGovb9flDgxCAfHMEQuFsvUzxIUs4wgM { width:14.6875rem;height:3.375rem;top:66.75rem;left:26rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhsK2FXXNmNkm6AoQFxzfiDVkT0e2T54 { width:15.625rem;height:3.28125rem;top:75.4375rem;left:25.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ck8ueUnzLs6C4Iiyy2cOcTJgyyDmlewi { width:33.4375rem;height:5rem;top:3.625rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSiG5IDIFhyyK66qsgxfINZlAlLwCszQ { width:18.75rem;height:2.34375rem;top:5rem;left:14.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8Jv1xvWCr5SlUD3ReWTNmbuTiq7U75Q { width:9.6875rem;height:11.15625rem;top:71.5rem;left:28.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfiglWDHDxA3nSrvUqJ56ZkL8rmToBVF { width:29.5rem;height:16.5rem;top:9.875rem;left:9.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZIpArsh1sDfcBKovzqOzVJ6JuBJNUG4 { width:29.5rem;height:18rem;top:28.0625rem;left:9.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0u97uzIe8LTcwhkli1BVTamhaiA1Te5 { width:15.4375rem;height:3.375rem;top:66.6875rem;left:7.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELDSXnT0sUPtZ2PvyGykamfkT3KcQhR0 { width:25rem;height:10.5rem;top:51.375rem;left:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEBZImFVmgqluBLHtTzXkKVXlTtscFGP { width:9.6875rem;height:4.78125rem;top:71.5rem;left:28.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOvStNr8C76awAgzbthqsU8dTABl4pwF { width:17.5rem;height:3.4375rem;top:68.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTQA86WbbgRyFTNCPV910KyAgXxBlGi3 { display:block; }
 }@media only screen and (max-width: 763px) { #FS86t9tuTJh5qnDMGdzFMKL44amfv4Ld { width:17.5rem;height:3.4375rem;top:68.8125rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzepDe0qqS2nS1xKfT3qmkfBv9yhnDvq { display:block; }
 }@media only screen and (max-width: 763px) { #qTWDufJm9gq7tm6ZR2CnZQoEDqmXunrJ { display:block; }#qTWDufJm9gq7tm6ZR2CnZQoEDqmXunrJ > .row .container { width:47.75rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QywKGSRM7b5seML25t3ar9XDGHvQg01J { width:18.75rem;height:6.09375rem;top:1.604248046875rem;left:3.46875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #afBm9HrCV7Vw5TG7gBMWzC3wqC63qvC2 { width:18.75rem;height:1.875rem;top:1.5625rem;left:25.40625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOCySlS3vdb8rAoqFTJoIvDTT3VO4IZ7 { width:21.9375rem;height:13.75rem;top:0rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iahk3UbTw85Pn2tS63wTAsZ0VsDfX4eR { width:17.9375rem;height:3.65625rem;top:5rem;left:25.8125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtvBNAk2l8BDhJ3uQ55GNbS3TwLdPqFl { width:21.9375rem;height:13.75rem;top:0rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6oiu4ZJOkF4NVtqfeEu0hxaMhWtFsc4 { width:17.9375rem;height:2.4375rem;top:8.625rem;left:3.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oi2twREm6QIBXZhs62O493T9CiOOLsRD { display:none; }#Oi2twREm6QIBXZhs62O493T9CiOOLsRD > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #s4iav7Ulda1hfbcvTwSXAgN1zTSrQl9h { width:47.7491875rem;height:4rem;top:4.9992370605469rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W17glGfggtBgp3xbiNkqmAtKkRtZH3f3 { width:40.625rem;height:13.4375rem;top:46.125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sg9W8Ua0v5aFIdH3NTnLx1uGRKFO7QJv { width:47.747375rem;height:3.16666675rem;top:46.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRqzxpeKsz0omS64weE5r5eTDql2NATz { width:47.747375rem;height:3.16666675rem;top:46.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKvpLxRrpqvIsHFQop4sPhZb1TvLbTwD { width:47.7491875rem;height:4rem;top:4.9992370605469rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iiUzF7gMsWykC4dF21UxJAUCDbPZp8PK { display:none; }#iiUzF7gMsWykC4dF21UxJAUCDbPZp8PK > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #inmGyzPRr0K3p8v3Zf9u3ReZd5tooAMI { width:47.7491875rem;height:4rem;top:4.9992370605469rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Acsk3ALpGF1pto8mBSn3cQWSBUFw9tUs { width:37.5rem;height:3.4375rem;top:43.5625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rexbi0KceRtrJZ5b09bT77SGWVQBgT7P { display:block; }
 }@media only screen and (max-width: 763px) { #IFlmxaSGAeOyrlicXu83Ov4LgVACGnVI { width:9rem;height:9rem;top:3.75rem;left:30.731247723102rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvRaFATUKQs3kSLeMtglp0mo4SSEsfCT { width:9rem;height:9rem;top:3.75rem;left:30.731247723102rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZ7L8Lipeqkzck51zqHKNInTiBCsOeor { width:9rem;height:9rem;top:3.75rem;left:7.6347649693488rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqK7SB7oK2Gil9yGyFJoQszGZUZImBRf { width:9rem;height:9rem;top:3.75rem;left:30.731247723102rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4VXvCI8tGUSwsXvEALUDESzRXE6lbb2 { width:9rem;height:9rem;top:3.75rem;left:30.731247723102rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnStqMw0XOhVbtIMXX1zKMUSNSRzKFCb { width:9rem;height:9rem;top:3.75rem;left:7.6347649693488rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlilnSZBakJ86lk8l1AhT5zErJToGSN7 { width:9rem;height:9rem;top:3.75rem;left:30.731247723102rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTPTGEnEbC3maA47BRg8x8oqCmp6FTJF { display:none; }#cTPTGEnEbC3maA47BRg8x8oqCmp6FTJF > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zFkZ9oQgaamud7eRBo7c3yLOkDdvUgwx { width:18.75rem;height:13.75rem;top:14.63671875rem;left:2.77734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt8zO16GiNmFItJ76qnhuePT1Iv2XvZx { width:20.6875rem;height:32.5rem;top:8.3125rem;left:1.80859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6rHbx6S9cCymkGFzTBrTmJGhrV2DHk5 { width:20.6875rem;height:32.5rem;top:8.3125rem;left:1.80859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDz1LdenxHTfD9JzTLrfrI9dvxd13mib { width:18.75rem;height:13.75rem;top:14.615966796875rem;left:25.85546875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbG90QpuaF0WaU3ASwHeqONoZNayTZ20 { width:9rem;height:9rem;top:3.75rem;left:30.731247723102rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlpORv8adgqwb2q8vyFBQCmHf93J1e3R { width:9rem;height:9rem;top:3.75rem;left:30.731247723102rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDTZf8XTmnUkpry44Quqs04SHQhNdCUp { width:9rem;height:9rem;top:3.75rem;left:7.6347649693488rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrAgBaSleU1SSZxGp6hesHPPtc5Qh3W1 { width:15.9375rem;height:4.000000125rem;top:30.094531059265rem;left:27.261719107628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OthOlG3yJkK2kZIe9XClba4U0J6r0GPu { width:20.6875rem;height:32.5rem;top:8.3125rem;left:1.80859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QG6biZGXRLLECuTkSWiSWiN2o0SU7uT3 { width:15.9375rem;height:4.000000125rem;top:30.094531059265rem;left:27.261719107628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VilKyToJAPMxbLyQLmq0HzV0HB2seS3p { width:15.9375rem;height:4.000000125rem;top:30.094531059265rem;left:27.261719107628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbs8zIFzMiW6lT3hBESxPiZcbxmSldgF { width:18.75rem;height:13.75rem;top:14.615966796875rem;left:25.85546875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpQbpBBTS4LUVzOpR7H9fOtrCXD1TUCt { width:15.9375rem;height:4.000000125rem;top:30.094531059265rem;left:27.261719107628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANKdZTZJpo9rWBTdvJuRGMupUDtzA1RL { width:18.75rem;height:13.75rem;top:14.615966796875rem;left:25.85546875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3X96ioZUQ984TcKhkaUsL9qgC9T89gI { width:9rem;height:9rem;top:3.75rem;left:30.731247723102rem;display:block; }
 }@media only screen and (max-width: 763px) { #dX2pNWqSTEfTXpTW1Cyxi6TKTWJewkcW { width:15.625rem;height:3.4375rem;top:30.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUllBkBA00yKLZ7ZHeIKJeGNRXbP4Ddg { display:block; }
 }@media only screen and (max-width: 763px) { #ERipDgUO6MaP36wqroBQKgwOvWRBPNfn { width:15.625rem;height:3.4375rem;top:30.5rem;left:6.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqkT7QXsfO36pnvu8sbkPiSGKUakweeX { display:block; }
 }@media only screen and (max-width: 763px) { #TxeVEhxuTUqso3WckI9v6ECcJMDlfmyW { width:15.625rem;height:3.4375rem;top:30.5rem;left:25.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBzds5ETtKxUMmgTgUTSCw673oWAiPwJ { display:block; }
 }@media only screen and (max-width: 763px) { #Ed4nsCNMM3BoVwGI6VUC91MTbCeyPVgq { width:15.625rem;height:3.4375rem;top:30.5rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDIrMOxWCrGDP2RrZmJsCSUCnqscgafR { display:block; }
 }@media only screen and (max-width: 763px) { #NvzrJPgTk9taDLZoSV9cswFSgg2ZFbtQ { width:20.6875rem;height:32.5rem;top:8.3125rem;left:1.80859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggxinWdfVewMoFpih027z0LV3ZOzcEn6 { display:none; }#ggxinWdfVewMoFpih027z0LV3ZOzcEn6 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Z2WOLLeNo4bpNglItm1C83SU8o9SX27D { width:18.75rem;height:13.75rem;top:14.63671875rem;left:2.77734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHSnVe76LwcnIJmP30ASgH8NuTJZ4BC1 { width:20.6875rem;height:32.5rem;top:8.3125rem;left:1.80859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPw9dy5PmZllAhOWtgpToLTsNNA5l4R5 { width:20.6875rem;height:32.5rem;top:8.3125rem;left:1.80859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9ZIKu9nRT3oTcCt7hfdRm4wrhyBlSpn { width:18.75rem;height:13.75rem;top:14.615966796875rem;left:25.85546875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuIMT006T8cmUoagwsUfxUXIDbLUrFv6 { width:9rem;height:9rem;top:3.75rem;left:30.731247723102rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeuOwEwxwL0TEOJDpcH8qThAoTKvxAf0 { width:9rem;height:9rem;top:3.75rem;left:7.6347649693488rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKZhTVI4XXmXXfFiL1DlO83T89lpSoec { width:15.9375rem;height:4.000000125rem;top:30.094531059265rem;left:27.261719107628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1CkH0Pv9t5XFf2InxJuuez7MExSGdTz { width:20.6875rem;height:32.5rem;top:8.3125rem;left:1.80859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9qKdTI8lPypoXCfcVDZfpptlkr2G4P5 { width:15.9375rem;height:4.000000125rem;top:30.094531059265rem;left:27.261719107628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6xkytpVABBGGT1mWc7HZdqhvkJfuFRS { width:15.9375rem;height:4.000000125rem;top:30.094531059265rem;left:27.261719107628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTrZ2xN0w8664Lie6fXq5rQuV95MBk0k { width:18.75rem;height:13.75rem;top:14.615966796875rem;left:25.85546875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5lVBUepeyTALtlbvAlH3L3XmhB3kuI2 { width:9rem;height:9rem;top:3.75rem;left:30.731247723102rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwuHdGoPdm2OriP6la0BuE5t32gWFZ0w { width:15.625rem;height:3.4375rem;top:27rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAlH2RUkM4m2fSUzsq9ScpvBRF3MBdB0 { display:block; }
 }@media only screen and (max-width: 763px) { #eC8Iox0fJV8CUAuwtTIV54MSqCC5a02L { width:15.625rem;height:3.4375rem;top:27rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0LgVJZH65dqnbRGJzSIMTvo5a6Pcxhe { display:block; }
 }@media only screen and (max-width: 763px) { #Sh1sdCBlIT4pw2axKQ5qLrOO92glpprQ { width:15.625rem;height:3.4375rem;top:27rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipK2IUcbKhXbg1LQMoMV2uCZXoH5d3p3 { display:block; }
 }@media only screen and (max-width: 763px) { #UeLLPScydr2bu35sqnl8X5nE4SKLLB2V { display:none; }#UeLLPScydr2bu35sqnl8X5nE4SKLLB2V > .row .container { width:47.75rem;height:6.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zaKyO37v0DHauvpR6EQk3HnvpneIS0Fi { width:43.75rem;height:3.08333325rem;top:3.604248046875rem;left:2rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fpc2l8pSsToGL1iQdQGSiJKegNki0Ofl { width:37.8125rem;height:6.5rem;top:1.783935546875rem;left:4.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnDpJdGfH7pTw3rOTQIXAvCQoiuwwUnF { display:none; }#TnDpJdGfH7pTw3rOTQIXAvCQoiuwwUnF > .row .container { width:47.75rem;height:7.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xPZTTuwCTGiruh97JbRoWlMAb5tFqvlf { width:33.875rem;height:4.0625rem;top:1rem;left:6.906005859375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lyw5Tu1ozGwix3lM1VdDRDsHcrkPcMJd { display:none; }#Lyw5Tu1ozGwix3lM1VdDRDsHcrkPcMJd > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VzuqxDUzBK5rehBLQCH5s8WB6B21it7O { width:22.9375rem;height:2.75rem;top:22.5625rem;left:24.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqxmkwfseQi8CoU5GsC2IbLrXcWFlKke { width:23.625rem;height:3.8125rem;top:27.5rem;left:24.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F91H46SNK50390D6oyzrXXtgRssesopk { width:1.875rem;height:1.875rem;top:0.625rem;left:3.5625rem;font-size:1.3125rem;display:block; }
#F91H46SNK50390D6oyzrXXtgRssesopk > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #pUO33XMnKWcXxEg1PilzTt0CwhdowdmS { width:1.875rem;height:1.875rem;top:0.625rem;left:3.5625rem;font-size:1.3125rem;display:block; }
#pUO33XMnKWcXxEg1PilzTt0CwhdowdmS > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #u3J0oCOSQ1CTNbHlhhNTGTbbXKelyQvz { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #XgSWPd5CWL6JGxrvEzHdeGqwAOwgAVEg { width:15.625rem;height:2.1875rem;top:39.375rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xOas3FVStDvrSffhRCt0b0eHcx5piT11 { width:26.25rem;height:29.9375rem;top:4.33349609375rem;left:21.5rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #s9XV0BpTvU9KqukfpDc45QyhbsxvrgJ9 { width:26.3125rem;height:4.625rem;top:33.2294921875rem;left:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwqwC7Eu4QxcP9TXwH78rUkn567P8Qn5 { width:21.6875rem;height:1.583333375rem;top:34.7607421875rem;left:23.78125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mh6B3TnDMTqp8xntLGQBAeJ70fpqmtJO { width:22.9375rem;height:3.5rem;top:5.875rem;left:23.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2VTM5DXFeTBXPbDLLT3Q0BFdDXdaHrL { width:24.6875rem;height:22.666666875rem;top:10.11474609375rem;left:22.28125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPRfIemSFfq84ZKQDUpwtkrRIhbhMUyf { width:32.1875rem;height:5.9375rem;top:32.875rem;left:15.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ahm3xpEhmeX4t5gMzD7CTA3wl7qVMRzi { width:16.375rem;height:4.6875rem;top:43.375rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SZR9C3XZi6utK1p7aHTDfJHtwQtvo49E { display:none; }#SZR9C3XZi6utK1p7aHTDfJHtwQtvo49E > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oSbn0tFbOlaaFIR6a4N6i3BGsy8DV1gd { width:43.75rem;height:24.5625rem;top:5.625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEJ1AufmBTUJ8lzI14kuw8oMDIIXzMMy { width:41.5625rem;height:26.5625rem;top:31.6875rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNDdZ6qTxntZaTdhka18UtuPGF39vlWn { width:31.25rem;height:7.5rem;top:9.43620300293rem;left:8.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTDp3pRzqbemEitD5UuGwEAg1cfuNbp7 { display:none; }#oTDp3pRzqbemEitD5UuGwEAg1cfuNbp7 > .row .container { width:47.75rem;height:6.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xMQwXl0P1Mfi4tM1Ae5baP3wMSwXozCm { width:43.75rem;height:3.08333325rem;top:3.604248046875rem;left:2rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9aV0Fd3KkGET8rALTfBlMuK4GA74KCV { width:37.8125rem;height:6.5rem;top:1.783935546875rem;left:4.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIuaq49tKEcUclGy3MPxDGkXPWZFtzS9 { display:none; }#uIuaq49tKEcUclGy3MPxDGkXPWZFtzS9 > .row .container { width:47.75rem;height:7.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tLwIyUNF2CvuJ1dzn4aVaP6EvvbJdKTe { display:none; }#tLwIyUNF2CvuJ1dzn4aVaP6EvvbJdKTe > .row .container { width:47.75rem;height:35.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #et5PCTn58TS0KkU456XkNHBJo76NidNq { width:25rem;height:1.4375rem;top:13.125rem;left:22.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsGbi7OLSqTucJe6Bv8yy05c4GTDm1PK { width:22.9375rem;height:3.5rem;top:4.875rem;left:23.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbWJKHw7xoJWASuM9TrR512ZDSLavHkk { width:26.25rem;height:24.75rem;top:3rem;left:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhZz83Ne9g6vqhJo7Nu73Mg4XX3BF7ZN { width:26.3125rem;height:4.625rem;top:25.061218261719rem;left:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6InvCl3vMHhe30KW12kLP8glOL8oX43 { width:25rem;height:14.375rem;top:14.625rem;left:22.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQKsndcNSFLpMDDTkslt8va0VTQ2EyHv { width:21.6875rem;height:2.125rem;top:26.321655273438rem;left:23.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOyTdL357yxP4pZKI8IxnJ0lasKMzuDm { width:47.75rem;height:22.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #s6UG6DuLCJTdSOxvdtvKB7txJPcHcdro { width:18.75rem;height:3.375rem;top:22.120658874512rem;left:14.500000298023rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPGaDFhoJ0glgTT5vOwLFMN1zJRQNtUG { display:block; }
 }@media only screen and (max-width: 763px) { #qZ01gJoyc8mVJ6V3Pd3dkDXXgslb9pOB { display:none; }#qZ01gJoyc8mVJ6V3Pd3dkDXXgslb9pOB > .row .container { width:47.75rem;height:27.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MLGIxMUomPVtgaP1HvR0Vb4yMTXwudr7 { width:32.25rem;height:1.75rem;top:3.75rem;left:15.562500625849rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KicpylkgodvQ2fBQ0L6FUCu5tfS4x8M0 { width:30.75rem;height:20.3125rem;top:7.428466796875rem;left:15.562500625849rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzXk9kUuU089bXLtN2C5kXdGXTVv6f3C { width:12.4375rem;height:12.4375rem;top:3.75rem;left:1.2500000298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqop4nst23W3pyNDCWSLTPwSxwNJppkH { display:none; }#cqop4nst23W3pyNDCWSLTPwSxwNJppkH > .row .container { width:47.75rem;height:7.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TawTpyFVpzi6IKUdZplQ2awoq0bc5BcR { width:47.75rem;height:2.03125rem;top:5.40625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWkT4IOTZHBD4yCRWP1mOdmFoq0y72ZJ { width:40.625rem;height:10.1875rem;top:2.6875rem;left:3.53125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #m1E8vOJo6bB5HMu9g35QgWAcJ3LkHaVC { display:none; }#m1E8vOJo6bB5HMu9g35QgWAcJ3LkHaVC > .row .container { width:47.75rem;height:7.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #G30AmLouo3TvtJSkP3XzvPFKOIl2LZ10 { width:28.125rem;height:4.0625rem;top:0rem;left:9.7801513671875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcMCdbzsTukI8xraOa6uGT2FPIb3lapt { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5bbe7752-f030-4ecd-b54c-f0e9aeffbb0a/Zdjciegwnenastronzapisu.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#DcMCdbzsTukI8xraOa6uGT2FPIb3lapt.adaptive-delivery-prevent-bg, #DcMCdbzsTukI8xraOa6uGT2FPIb3lapt.lazyload, #DcMCdbzsTukI8xraOa6uGT2FPIb3lapt.lazyloading { background-image: none; }#DcMCdbzsTukI8xraOa6uGT2FPIb3lapt > .row .container { width:47.75rem;height:38.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PADft0xkkwzMHFNFbLOvCQ4FrWvwTdaD { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #pgJHoN6iN9RFRiT6Pve4x1w0CAI7KDfi { width:24.6875rem;height:28.99808125rem;top:10.11474609375rem;left:22.28125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XR0WCkFyDfq5liCT7kzDkyGSxoz3BIzs { width:26.25rem;height:29.9375rem;top:4.33349609375rem;left:21.5rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #XutD1ZVuPo5sCxMDTyeRXmHDKMW3c9nN { width:22.9375rem;height:3.574225rem;top:5.875rem;left:23.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jhxxk4xrJ67mylTpVs3VMZ0PgBmSSZTE { width:26.3125rem;height:4.625rem;top:33.2294921875rem;left:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOnoskuLuoITWRG4MLINITS9PFtre8wh { width:21.6875rem;height:1.59375rem;top:34.7607421875rem;left:23.78125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3WRGOS4RfVEnTxvCxKsN7GfdFFWFNsC { width:18.75rem;height:3.375rem;top:22.120658874512rem;left:14.500000298023rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nI7UywumdUaHcEe6UE8NIDfHqKdKNWKd { display:block; }
 }@media only screen and (max-width: 763px) { #ekE3UZW8OKsHOxKNSlETUcTDHTsHx6Sz { display:block; }#ekE3UZW8OKsHOxKNSlETUcTDHTsHx6Sz > .row .container { width:47.75rem;height:6.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yJOFU81tTUBe4LQkogm9TvOVHmEEAC3A { width:43.75rem;height:3.09375rem;top:3.604248046875rem;left:2rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mv0k6IBaOgbca7IkuR16GriA3JT0vl5x { width:37.8125rem;height:6.5rem;top:1.783935546875rem;left:4.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHDZrxyH0qveQkJlJOc3AlFI693ZFfC4 { display:block; }#MHDZrxyH0qveQkJlJOc3AlFI693ZFfC4 > .row .container { width:47.75rem;height:7.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SRoSg7aeyToNCMQLUrUcQdE0Xm1T3JUU { background-color:#41bdc8;background-image:url("https://images.assets-landingi.com/uc/e9a46c8e-c04b-4462-9f1d-0e54997bd678/WebinarWoF.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#SRoSg7aeyToNCMQLUrUcQdE0Xm1T3JUU.adaptive-delivery-prevent-bg, #SRoSg7aeyToNCMQLUrUcQdE0Xm1T3JUU.lazyload, #SRoSg7aeyToNCMQLUrUcQdE0Xm1T3JUU.lazyloading { background-image: none; }#SRoSg7aeyToNCMQLUrUcQdE0Xm1T3JUU > .row .container { background-color: transparent; background-image: none; }#SRoSg7aeyToNCMQLUrUcQdE0Xm1T3JUU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SRoSg7aeyToNCMQLUrUcQdE0Xm1T3JUU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SRoSg7aeyToNCMQLUrUcQdE0Xm1T3JUU > .row .container > .video-iframe-container { display: none; }#SRoSg7aeyToNCMQLUrUcQdE0Xm1T3JUU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SRoSg7aeyToNCMQLUrUcQdE0Xm1T3JUU > .row > .video-iframe-container { display: none; }#SRoSg7aeyToNCMQLUrUcQdE0Xm1T3JUU > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SRoSg7aeyToNCMQLUrUcQdE0Xm1T3JUU > .row .container { width:47.75rem;height:30.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bFLEWpqUid5utP5lodWUKPV1oqoNiTll { top:13.3125rem;left:25.375rem;width:19.1865rem;height:4.0625rem;font-size:1.5625rem;z-index:15005;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #RyiEZZO9ueHBr9FmcSNMtCoKqR1XSZtE { width:22.5rem;height:4.0625rem;top:37.5625rem;left:12.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEh0SX6xeKep8S5iPiwgOnOQbM3mRq2t { width:11.25rem;height:11.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #f9cKy2pJnmzUPhDxxvD6ntNa53ybNUSi { width:26.25rem;height:29.9375rem;top:4.33349609375rem;left:21.5rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #T7QeHGCPsG9Rnf0TPgAmzx3xFKJ02H6n { width:22.9375rem;height:1.7871125rem;top:5.875rem;left:23.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtWDmAJd9gaPCnxfU46DPiVeQ0dtggHk { width:24.6875rem;height:5.5234375rem;top:10.11474609375rem;left:22.28125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbxbDU05VNXLDCSF1oPJsoGD1B2zynJm { width:21.6875rem;height:1.59375rem;top:34.7607421875rem;left:23.78125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIBLi74whw18JSWrelh2uSeyccnu9HME { width:26.3125rem;height:4.625rem;top:33.2294921875rem;left:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPdZt3LUCkKpaWelqc1Fcto0IB4G0bzC { width:18.75rem;height:3.375rem;top:22.120658874512rem;left:14.500000298023rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXmpxt6DGcgNuIB2Lrk3lK8EHNttRWu4 { display:block; }
 }@media only screen and (max-width: 763px) { #R5CWiNpkGiAUnTmlIrtSHBOxaX54VRrS { display:block; }#R5CWiNpkGiAUnTmlIrtSHBOxaX54VRrS > .row .container { width:47.75rem;height:6.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TbeRgC8ygVC1kUIpfv3thACGHwWAmELG { width:43.75rem;height:3.09375rem;top:3.604248046875rem;left:2rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGcMi8HU2knwtbAOmczNAU5Rb72lLuao { width:37.8125rem;height:6.5rem;top:1.783935546875rem;left:4.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnyNbmThBpXhgkUCWRQUHvxEvg9b3nZL { display:block; }#xnyNbmThBpXhgkUCWRQUHvxEvg9b3nZL > .row .container { width:47.75rem;height:7.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xPpoz3bTpcBFOyXhoSrMtMNyDWoECrTd { background-color:#fff5e5;background-image:url("https://images.assets-landingi.com/uc/8903b288-80ad-42d7-b559-a8ddc3a0cdf8/Wykorzystanenalandingukalendarzadwentowybio1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#xPpoz3bTpcBFOyXhoSrMtMNyDWoECrTd.adaptive-delivery-prevent-bg, #xPpoz3bTpcBFOyXhoSrMtMNyDWoECrTd.lazyload, #xPpoz3bTpcBFOyXhoSrMtMNyDWoECrTd.lazyloading { background-image: none; }#xPpoz3bTpcBFOyXhoSrMtMNyDWoECrTd > .row .container { background-color: transparent; background-image: none; }#xPpoz3bTpcBFOyXhoSrMtMNyDWoECrTd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xPpoz3bTpcBFOyXhoSrMtMNyDWoECrTd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xPpoz3bTpcBFOyXhoSrMtMNyDWoECrTd > .row .container > .video-iframe-container { display: none; }#xPpoz3bTpcBFOyXhoSrMtMNyDWoECrTd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xPpoz3bTpcBFOyXhoSrMtMNyDWoECrTd > .row > .video-iframe-container { display: none; }#xPpoz3bTpcBFOyXhoSrMtMNyDWoECrTd > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xPpoz3bTpcBFOyXhoSrMtMNyDWoECrTd > .row .container { width:47.75rem;height:34rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UUHFk2iHl0xE3tAWgo7oBEMT2WT4xyAW { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #T0zIoSyNvlUreC4A87e93lGl03ILfuhs { width:18.6875rem;height:2.84375rem;top:11.145833969116rem;left:2.78125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WE89DGrZkToiZVQBufORNq8iAIWGQwDc { width:4.6875rem;height:4.6875rem;top:6.4583334922787rem;left:9.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCkXlCThfVa2WyFzED1oRCivRcPPCyRw { width:23.8125rem;height:6rem;top:21.040365219116rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8C7pMVOz0gXQ0Vawg7GgqXh3szF29K4 { width:20.5625rem;height:5.625rem;top:14.604166984558rem;left:1.84375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zV3tMdoezJWlZE126T3EcGZXpEVUKyT8 { width:13.4375rem;height:13.4375rem;top:14.3125rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uivK2lUcFLIkmutaLUv78cwZ1ftB3tbd { width:23.8125rem;height:1.5rem;top:21.040365219116rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHFu80BbvftcPWn6IPPVeyVlhL7SEUwG { display:block; }#PHFu80BbvftcPWn6IPPVeyVlhL7SEUwG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X05TEU0khOxf8NdRC5dN2rJTF4yX93Ke { width:47.75rem;height:26.846111111111rem;top:19.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z55qO0d8MMFreeBK4KTke3CuLkM4rdsR { width:47.7486991875rem;height:4.875rem;top:2.7291717529297rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlT2BPtXIFtKcWZi0oURkChRN7ZVFI8d { width:18.75rem;height:3.375rem;top:22.120658874512rem;left:14.500000298023rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sc78vH5rzFdmixPLTQbRvFHrmrJz6Wab { display:block; }
 }@media only screen and (max-width: 763px) { #LHTs90kOmuTkI8cTTfHRzXB809h2wsOD { width:37.0625rem;height:3.57421875rem;top:62.125rem;left:5.21875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #faq9wGVGZzhTiMcBrCOBv8lsgbVic3eJ { width:47.7486991875rem;height:4.875rem;top:2.7291717529297rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoGl1ynxurJJhpxar8glfecsABikBABH { width:47.7486991875rem;height:4.875rem;top:2.7291717529297rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RR8nSfcll0hkzaszxuHadioiUcMlKXPc { display:block; }#RR8nSfcll0hkzaszxuHadioiUcMlKXPc > .row .container { width:47.75rem;height:74.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bdKZWbvOmIrQQAPtW1URGa3dmaZiZ2Rz { width:0.125rem;height:58.5rem;top:7.875rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIz542gX1phuVysq6Pgo4PawZaJMDxTg { width:1.25rem;height:1.25rem;top:7.8541870117188rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxN13xQCoK1MN4JTggZipgMwXEXaOn7T { width:1.25rem;height:1.25rem;top:65.92578125rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yURXLnVOspZdLyER3Bwlw3SWkFPDzBqc { width:1.25rem;height:1.25rem;top:36.55078125rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8pJGQnVM5U4sk2CTJTCEUDsb1M1HyXX { width:1.25rem;height:1.25rem;top:17.489593505859rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UST6tJRc5d7OzTxiZqP7qqanTqkBStEx { width:1.25rem;height:1.25rem;top:27.216156005859rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JS9BnS713BAhRo0PGuMFFF16z26eB8Kw { width:1.25rem;height:1.25rem;top:46.040374755859rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #omOU4QDcya9LbZUolyTplxpBk17mKRWT { width:1.25rem;height:1.25rem;top:56.018249511719rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOgAUuU5Hwc4OJaTHNmTvLh7Gk2ZpfZi { width:8.9375rem;height:1.7871125rem;top:7.8541870117188rem;left:10.083333969116rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #n5ViUvsvsPleF2ObpZXBJ77w5AEx8Rhx { width:8.4375rem;height:8.4375rem;top:4.2395935058594rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTz7ODxaOqMTMNp0GgVXKJPkBTgJoW5K { width:8.4375rem;height:8.4375rem;top:13.895843505859rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2rQ3KR6T3O5451FKlarmlNA5rNJAJcZ { width:8.4375rem;height:8.4375rem;top:23.665374755859rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHBgF2znkNJMzHXJaOPKm5HXdzSc7sAQ { width:8.4375rem;height:8.4375rem;top:33.165374755859rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5TTF3byUmE7iHpTRvO9COSa9ARH2wvH { width:8.4375rem;height:8.4375rem;top:42.696624755859rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQE9FgJT0NqROykUKkqhkTSf3nCQHGy3 { width:8.4375rem;height:8.4375rem;top:52.467468261719rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGuEQdeCzbKaKiuXvVslA2hA1MDiClac { width:8.4375rem;height:8.4375rem;top:62.375rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pR5oFSFQDSTWc7Gw0KRMhE9T1aFFyanF { width:8.4375rem;height:2.76171875rem;top:7.125rem;left:28.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIXzoi4ZocnXfKU1ShFqaauy1noV4PkH { width:7.1875rem;height:1.3808625rem;top:17.447937011719rem;left:29.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nm1esFTUwvsXwhgSzSlPGXTgLd2G97I6 { width:7.1875rem;height:2.761725rem;top:26.5078125rem;left:29.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xwzm5uurQOHTpsV4DaSTfTiMKPvh01F3 { width:8.6875rem;height:2.761725rem;top:35.842468261719rem;left:28.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7Qr5ZvX5PRHZpX6JzilxmQq4kJTBgZJ { width:7.1875rem;height:2.761725rem;top:45.33203125rem;left:29.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pS2GiDtAxC1urTUMlDSTpPmOUwLTD7i9 { width:7.1875rem;height:1.3808625rem;top:56.059906005859rem;left:29.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmtMoCTrNE0eyyfn8HHnrq6JTa9NxHkf { width:7.1875rem;height:2.761725rem;top:65.217468261719rem;left:29.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLD56z1LxND55tgAQOs81KTaDGFrRwci { width:8.9375rem;height:1.7871125rem;top:17.239593505859rem;left:10.083333969116rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hlPPWR7UhklShoqSxTe5xQG3auzKFVDb { width:8.9375rem;height:3.57421875rem;top:26.923187255859rem;left:10.083333969116rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6Ilty1FGAraMnk4k8rtbgWhRSC8gAvW { width:8.9375rem;height:1.7871125rem;top:36.30078125rem;left:10.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pW41zMRufI44lDQkEIeotUzyHs4pUvNs { width:12.5rem;height:1.7871125rem;top:45.747406005859rem;left:10.125rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bwXlaPIdMt7TXhEzFPs2C27gTk6RHbsz { width:10.0625rem;height:1.7871125rem;top:55.725280761719rem;left:10.125rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vMpoxx9cPHABz8tgmDwDv0dwn2gPwMqi { width:8.9375rem;height:1.7871125rem;top:64.98828125rem;left:10.083333969116rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmdDDx7HnJqoAiS6PIL0VOmTt3kSNfiG { display:none; }#DmdDDx7HnJqoAiS6PIL0VOmTt3kSNfiG > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yW4VfdWyzn0zazotDf1VJRmGkWSDmHuB { width:18.75rem;height:3.375rem;top:22.120658874512rem;left:14.500000298023rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #shtO7wk7lutUw89zUkGfEro8OZgTWalp { display:block; }
 }@media only screen and (max-width: 763px) { #yiwSpZEJnnAlmO9ZxEtcQ6W6sdvaRMrb { display:none; }#yiwSpZEJnnAlmO9ZxEtcQ6W6sdvaRMrb > .row .container { width:47.75rem;height:36.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fDkCd01sJ9qgrfQmvRzdnVdZeiZy2lnT { width:44rem;height:6.25rem;top:0rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvs2KHTkyMp61FErsX8sCLgWzxdzV2Ta { width:18.75rem;height:2.3333332538605rem;top:1.916748046875rem;left:3.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0vpsHlZZITioWT57RgNBiLxc1V95BvF { width:27.5rem;height:1.5rem;top:2.33349609375rem;left:18.125rem;font-size:1.25rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yZAC8AnXEWGkTAZLOZHGiCyDGTK05vEb { width:25rem;height:46.5rem;top:7.1875rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iONZM9SuuLiz5JwpKcl3OcUQ68ENatUI { width:3.125rem;height:3.125rem;top:7.1875rem;left:34.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruyJFIkGiaEZlZ9m5zrHhtTg62hkTgR9 { width:3.125rem;height:3.125rem;top:12.875rem;left:34.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaBpF27St69eBQitMrUXKcRKCMfZLO0h { width:3.125rem;height:3.125rem;top:16.0625rem;left:34.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHIFf6Pb83QIKxqbJZB2SPJtZTANL98n { width:3.125rem;height:3.125rem;top:23rem;left:34.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0vkB18pH1apLQeBUZcSOgTRQlgBkhMJ { width:3.125rem;height:3.125rem;top:26.1875rem;left:34.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zv1WyvGbhGqJlFw9M6pEy89qybGOnaey { width:44rem;height:28.5625rem;top:6.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tu5fNOrWW5Wt23QX9zfAOhDueKP18oQx { width:3.125rem;height:3.125rem;top:29.33349609375rem;left:34.5rem;font-size:2.1875rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #aQ0qtOddv4exbLZT16pyapkelM9SnrSf { width:3.125rem;height:3.125rem;top:26.1875rem;left:34.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7ZTrBJTuPeC6AEpxXfsbTxJIUrJ2eDV { width:3.125rem;height:3.125rem;top:26.1875rem;left:34.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7pssibSdh5xiEUHBfSNS05nrHcSSnp8 { width:3.125rem;height:3.125rem;top:26.1875rem;left:34.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcN8aoumFOpmaDOExWu1W6kqqgmk8B9K { width:3.125rem;height:3.125rem;top:26.1875rem;left:34.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIQRI2kkvBxr3SiXFJ8dKTsu6bQVFIxZ { width:3.125rem;height:3.125rem;top:26.1875rem;left:34.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeTiRy5pGPqBTuU0gucmPVqeKiVMaOGC { display:none; }#aeTiRy5pGPqBTuU0gucmPVqeKiVMaOGC > .row .container { width:47.75rem;height:29.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lKphkwH1r7I5ryXOCHwmbRr845hSilKX { width:44rem;height:6.25rem;top:0rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxBMAHFgNlGSgnwzdd5pqbXQzyITZ0R7 { width:18.75rem;height:2.3333332538605rem;top:1.916748046875rem;left:3.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaxIqPxqBSvs4lQabQHnVTTmeMWHs6MV { width:18.75rem;height:1.8333333730698rem;top:2.166748046875rem;left:18.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4opv8wVrxD1onlGhHSE0vuhTBmlx0ur { width:25rem;height:9.9999997615813rem;top:7.27099609375rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBe9oUWURkWzBXiu8ipRygIDBwVAo2u1 { width:3.125rem;height:3.125rem;top:6.20849609375rem;left:34.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZtWoIQoJ9IPCCR2Wsgdh30rnxSMm0OD { width:3.125rem;height:3.125rem;top:9.791748046875rem;left:34.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zpie69Bnesfw0HTy0ueuGH3wUViAWAu6 { width:3.125rem;height:3.125rem;top:23.08349609375rem;left:34.5rem;font-size:2.1875rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #g9zagSwUroFxPy6SUmTBbP4dhTL5Jvyp { width:44rem;height:27.1875rem;top:0rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uO0Pb3iuZGc5Hr7hQvUzstGxq6cX9qVn { display:none; }#uO0Pb3iuZGc5Hr7hQvUzstGxq6cX9qVn > .row .container { width:47.75rem;height:5.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ih5cbE1fdsxRpaMglIoVfWifgwfSvCCD { width:28.125rem;height:3.4375rem;top:1.25rem;left:9.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBqGp87w6yPBvvuKnVFKMVERq7ix0tMv { display:block; }
 }@media only screen and (max-width: 763px) { #KwDqJgniJMNrS4WLccQPSmXmcsI4urGX { width:15.5rem;height:1.25rem;top:6.5625rem;left:16.125001907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ei4FRQ2AdOV8iDhZB5AsCqU9AFC3BXbT { display:none; }#ei4FRQ2AdOV8iDhZB5AsCqU9AFC3BXbT > .row .container { width:47.75rem;height:36.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eU7AQRbKwh0XAwIFi9PLX9h3UAHpENXm { width:25rem;height:16.666666269302rem;top:1.791748046875rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeWsLdGSTVTWDTwNQ8pvX1x95y1T2Bdt { width:3.125rem;height:3.125rem;top:0.875rem;left:34.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0uhGHkgv8gtsdaicXo23NZHKfTxowHX { width:3.125rem;height:3.125rem;top:4.0625rem;left:34.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbq5r3NHNVfA8IcyHOoFBscnrTfykgb3 { width:3.125rem;height:3.125rem;top:7.25rem;left:34.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDsTpMTKUWgUcQRCpWVfJ5tPE5veQRrU { width:3.125rem;height:3.125rem;top:10.4375rem;left:34.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9ruELOMpkuAoQM6rs7Gx65amOzZLS38 { width:3.125rem;height:3.125rem;top:13.625rem;left:34.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziFr52J5AQInXNTvyoe4oNgf61BOhfIC { width:3.125rem;height:3.125rem;top:26.1875rem;left:34.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPT5i4HBd6sOOwwFLVWPtD4dxAfLEEPy { width:3.125rem;height:3.125rem;top:17.75rem;left:34.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #POxvzSu3xR2UnCnDCDpG0M617gLQQ2kS { width:3.125rem;height:3.125rem;top:23rem;left:34.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdI0sfSe4oWQOlMPKPU740rwwVpm3qen { width:3.125rem;height:3.125rem;top:29.375rem;left:34.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksPfr1lpDZmp8Q7NWqRadzoWDtbfnxSh { width:3.125rem;height:3.125rem;top:32.5625rem;left:34.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztvn5KnCq4f7ZfuSuNd6gaAK2GvhkWC6 { width:25rem;height:16.666666269302rem;top:1.791748046875rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5VWFQohFgrzDDtD0kHkSKPVwQ6GdgOz { width:44rem;height:36.6875rem;top:0rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nV0BAfzT2LLDatTTFXGf9vTA0OwJw56N { display:none; }#nV0BAfzT2LLDatTTFXGf9vTA0OwJw56N > .row .container { width:47.75rem;height:37.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vUG8TDIxDmI0gPV9dPEuEbmTeXn1lAJS { width:25rem;height:33.333332538605rem;top:1.791748046875rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPnN9ztWDqyE1dJUHs8H9kXcyOE0dQ7a { width:3.125rem;height:3.125rem;top:0.875rem;left:34.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDrAfJNqvnPk8T9PgxuU10i1GHDtMBZG { width:3.125rem;height:3.125rem;top:4.0625rem;left:34.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvxfbl2QizKyJfyoFtmHkTk6aLEkJaA2 { width:3.125rem;height:3.125rem;top:7.25rem;left:34.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iahyfOo1imRK2B3DCvikfVc4HPG2uSMD { width:3.125rem;height:3.125rem;top:10.4375rem;left:34.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClxolwvOP2TDIl0TblT1HpKU2NkSts5S { width:3.125rem;height:3.125rem;top:13.625rem;left:34.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TV3EodNkHHWU4qa8GympfDyfpS0FGaUn { width:3.125rem;height:3.125rem;top:26.1875rem;left:34.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClCm3okZTpgx90IiTI0ruyvOTWmJ2UCc { width:3.125rem;height:3.125rem;top:17.75rem;left:34.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdeqafHB4IdIk7HdwCEnhAgmTWq2iufz { width:3.125rem;height:3.125rem;top:23rem;left:34.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHXTTFXqC72ULlq26MFtOvGo0Wr9FyrT { width:3.125rem;height:3.125rem;top:29.375rem;left:34.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2HcvSt6UTdeJHvIO2Gt0D7LSMlCsTbD { width:44rem;height:36.6875rem;top:0rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzX4y7izG5CtqNKvNrvWSASgfnz9thCm { width:3.125rem;height:3.125rem;top:32.5625rem;left:34.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcM95oCn7zOIw3Wr8fvHKKxk1R6KpRcu { background-color:#f8ecec;background-image:none;display:block; }#lcM95oCn7zOIw3Wr8fvHKKxk1R6KpRcu > .row .container { background-color: transparent; background-image: none; }#lcM95oCn7zOIw3Wr8fvHKKxk1R6KpRcu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lcM95oCn7zOIw3Wr8fvHKKxk1R6KpRcu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lcM95oCn7zOIw3Wr8fvHKKxk1R6KpRcu > .row .container > .video-iframe-container { display: none; }#lcM95oCn7zOIw3Wr8fvHKKxk1R6KpRcu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lcM95oCn7zOIw3Wr8fvHKKxk1R6KpRcu > .row > .video-iframe-container { display: none; }#lcM95oCn7zOIw3Wr8fvHKKxk1R6KpRcu > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lcM95oCn7zOIw3Wr8fvHKKxk1R6KpRcu > .row .container { width:47.75rem;height:14.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MSofxJ0TwAuZ8IGpU7gImqU9uWVZtpzh { width:43.75rem;height:4.0625rem;top:6.156494140625rem;left:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVLtzbTIRA5abHD6qwRsFLNiPd909lOB { display:block; }#wVLtzbTIRA5abHD6qwRsFLNiPd909lOB > .row .container { width:47.75rem;height:43.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DgpqVergPsglPBLsXVqvA8EHnCMQ7Ccm { width:20.625rem;height:37.1875rem;top:6.75rem;left:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iub5BpRsP13R1eFhewGKCHM57w8aSwM1 { width:18.125rem;height:9.66601875rem;top:26.076904296875rem;left:3.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvQ0dJnvz4T5OdMPWstBLrRDRpWWyULU { width:18.125rem;height:8.28515625rem;top:14.375rem;left:3.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTNgcIM50f6MMPCZmibfAEiWDST5Iom8 { width:9.375rem;height:9.375rem;top:2.0625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyGRiWvFB1B0g6bkymRoSP16gEdBHZ0L { width:20.625rem;height:37.1875rem;top:6.75rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFI7Oc25My12e7GWRsHJR3u0ILTqCsPy { width:6.1875rem;height:2rem;top:6.6875rem;left:2.1875rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3A2q1Hr7DBuruR565b3xi0JJnJPyZOl { width:18.125rem;height:16.5703375rem;top:14.05224609375rem;left:26.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkTHSA3pNbQZ1ivTCITMrrpV3hN4S1pm { width:18.125rem;height:11.0468875rem;top:31.58349609375rem;left:26.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSmnNJV3qy3KyuQrun8reJLNn9ALKCeT { width:9.375rem;height:9.375rem;top:2.0625rem;left:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPneiFuVZSfFIa7bRNsufinoNpNnudGp { width:6.1875rem;height:2rem;top:6.6875rem;left:25rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpxGNsCvZzaEL42fyPuqUzBArUocficR { display:block; }#qpxGNsCvZzaEL42fyPuqUzBArUocficR > .row .container { width:47.75rem;height:37.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AWBx9HvUeBS89iBTDPVbBtKeUVEKb7TR { width:20.625rem;height:31rem;top:6.66015625rem;left:1.8606772422791rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #nQQm22gbBm2AHccnEU5wLogDJgZXEEHU { width:18.125rem;height:5.52345rem;top:26.035400390625rem;left:3.1106772422791rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvZpJ3vNiy4Qw79EcZJKPn8DBGpmfa6x { width:18.125rem;height:9.666025rem;top:14.315185546875rem;left:3.1106772422791rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEalgsdZsKlT16lXitHtKy9Ln1kkardI { width:9.375rem;height:9.375rem;top:2.19287109375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGzGngOHCfuF7pa9iFMGzKLACD2fbLdm { width:20.625rem;height:31rem;top:6.69140625rem;left:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrB6s0xPvWfHIwDnCGetzqiI8Xon650V { width:9.375rem;height:9.375rem;top:2.171875rem;left:30.735677719116rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJt6Qow4T8JJf5cf7b4sZp4e8BCXTxve { width:6.1875rem;height:2rem;top:6.639404296875rem;left:25rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6aTVIBKwtLTWfpczuJ4dDZDwrvZHmHB { width:18.125rem;height:13.8086125rem;top:14.29443359375rem;left:26.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSd2eQNQRv0CkZcIOzmQ7wlPTw24Ms7N { width:18.125rem;height:6.90430625rem;top:29.826904296875rem;left:26.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vzil6Hi5iJ7tno2GqObCrrF8HKI9LDTz { width:6.1875rem;height:2rem;top:6.639404296875rem;left:1.8606772422791rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciTt5Oi9AXkGERq07V0opVe9r9g7GPSn { display:block; }#ciTt5Oi9AXkGERq07V0opVe9r9g7GPSn > .row .container { width:47.75rem;height:38.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sUV4uzQ6uV8i0FM8f3QVXvDuLdSy1e6C { width:20.625rem;height:31.0625rem;top:7.16162109375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kx101y70RWMJas2cNeTH1QeFEs8zRQfS { width:18.125rem;height:9.66601875rem;top:27.5625rem;left:3.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBauRftFL0Lxf1Pmv8rPUuebGcB6TDkS { width:18.125rem;height:9.666025rem;top:14.795654296875rem;left:3.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3PigtUGvucRWTSCk1DI7yXUt3S1mSyx { width:20.625rem;height:31.0625rem;top:7.203125rem;left:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieKGZBrCS9Rn5C90cvUTopAydidloK6T { width:6.1875rem;height:2rem;top:7.119873046875rem;left:1.875rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBJ62O0MECo9sUPaVkCyaqQafIOUHyka { width:18.125rem;height:9.6660375rem;top:14.795654296875rem;left:26.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdAFUyJt11886zW3RcSmWb1b8tr85hTP { width:18.125rem;height:8.2851625rem;top:26.9375rem;left:26.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldpN1cAkf5tTyi7I7IvwxUomhzQ2mJqs { width:6.1875rem;height:2rem;top:7.203125rem;left:25rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #af7UzUlBcUhlT5Qptg8rDezxD1BZdD1n { width:9.375rem;height:9.375rem;top:2.030029296875rem;left:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGi5V4HwZiSld9S81HSyiNM3RLnNs1Cx { width:9.375rem;height:9.375rem;top:2.07177734375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcMTrtRl2IGKPL6ybiq63dsDly8OQomb { display:block; }#ZcMTrtRl2IGKPL6ybiq63dsDly8OQomb > .row .container { width:47.75rem;height:42rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oh2yRZHGRs0ThOUbRldbVf7lUzqm3Odq { width:20.625rem;height:34.5rem;top:7.49755859375rem;left:13.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVQM73qKQ5Q86qX08WhnKfBtLQLofREz { width:18.125rem;height:6.90430625rem;top:33.576904296875rem;left:14.78125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FU1e8oaZcME4D64XCRRHQ4T0ibUggKc9 { width:18.125rem;height:16.570325rem;top:15.244873046875rem;left:14.78125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBBUqZFHVVe1lT173B3RJpWcFd5QhIUl { width:9.375rem;height:9.375rem;top:2.98828125rem;left:19.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLwuV1Fxn3Xb8PEHk7aAu0XZViszimB0 { width:6.1875rem;height:2rem;top:7.49755859375rem;left:13.53125rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnDLorE4kRkPRnr8LCBuSCyhl44V3NXh { display:block; }#hnDLorE4kRkPRnr8LCBuSCyhl44V3NXh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IF3T23XVLeb9TUJrPkpovwyeTBB3qUGb { width:18.75rem;height:3.375rem;top:24.622657299042rem;left:14.500000357628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XV0fK178bNPpwVel4NroCN0h54397P46 { display:block; }
 }@media only screen and (max-width: 763px) { #KUTmPeDRkLLxeQCTAEwN12OKF2qfFDIO { width:40.125rem;height:26.0625rem;top:2.8740234375rem;left:3.8115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptOziiA28wkRqLv2DFIvq3bMM1HzlyOa { width:47.75rem;height:31rem;display:none; }
 }@media only screen and (max-width: 763px) { #g9W0M9TPFX8lq43CJn2N0wPUsXLvrpg6 { display:block; }#g9W0M9TPFX8lq43CJn2N0wPUsXLvrpg6 > .row .container { width:47.75rem;height:86.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wl58xCo1W04zlgldF3HxZnhk7bZM1KUL { width:47.7495rem;height:4.0625rem;top:35.74951171875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXRNMDS0yZ40CzOQUE1TX0UKgoA9qlHi { width:39.4375rem;height:8.5rem;top:38.937554121017rem;left:4.8055556416511rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXzE0I1l4SH2noo2WwkNUeGxCeJKae6n { width:39.4375rem;height:4.25rem;top:47.93061041832rem;left:4.8055556416511rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTD9ENIXcbRLd64T4l2Twp8hBCxVSqx1 { width:39.4375rem;height:8.5rem;top:64.805608510969rem;left:4.1562498211861rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsPQIIzl32UW8ERBfFaaogRna5mnM6uM { width:39.4375rem;height:8.5rem;top:53.680557250976rem;left:4.1562498211861rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0pHnTr3l7aDTyhwmJEXLCIFUybBp4DZ { width:39.4375rem;height:4.25rem;top:75.430557250975rem;left:4.1562498211861rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJhivv9Lyl6VedUaTbP8vinqK6IA7CKo { width:19.9375rem;height:4.0625rem;top:3.75rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BGNTa0AWSOxSnmctrTyfOX1AgeRiLPHK { width:19.9375rem;height:0;top:40.625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #krEvteL4sXn44VKK7l4vZar1lQzlMRCJ { width:47.7491875rem;height:10.5rem;top:24.510936021805rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UMCBu0rtZfIRKTp8qTSvd7X8LZMvgACq { width:47.7480625rem;height:12.6rem;top:43.407419204712rem;left:0.0011718571186066rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZzeSMA4y1GX5oEN5XnSlrKPd73Zv4VDO { width:47.74875rem;height:2.03125rem;top:32.140869140625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqTKlxEbR7qEIgbTQdbmo2OCaFOkc8I3 { width:2.3125rem;height:2.3125rem;top:41.0625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fi4wc53vvExBNMABgV5v7zZtTF9b9wa2 { width:2.3125rem;height:2.3125rem;top:49.562473297119rem;left:1.3046874403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #ld3r8WeG3LrikAJTBKnBqgWJBLpLEJHq { width:2.3125rem;height:2.3125rem;top:55.874105453491rem;left:1.3046874403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #nN1NKMVdQueuByw8pmZfkKx6VFOS2p9A { width:2.3125rem;height:2.3125rem;top:67.374975204469rem;left:1.3046874403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZmeMOzvm02DndHVrP4VQLNfZC9dsfZM { width:2.3125rem;height:2.3125rem;top:77.75000190735rem;left:1.3046874403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlTR0NsDMmeEiSsARkw7XNf8nwUBl9dw { display:block; }#vlTR0NsDMmeEiSsARkw7XNf8nwUBl9dw > .row .container { width:47.75rem;height:39.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gf1KkTCdFN7OIlC4QQZS16B5CsgoN7Ja { width:20.8125rem;height:20.625rem;top:13.9375rem;left:21.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dP6WBMnp3EPZMC7yBnD7uPL4Vxz3VKxm { width:23.8125rem;height:3.1875rem;top:28.8125rem;left:21.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlUCKNkv7HHNRiuuxiMDI6dPDwdUk9lV { width:24.9375rem;height:3.1875rem;top:31.6875rem;left:21.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9VS26nipwrCzpl5MmzpTG6urqBS42qH { width:26.75rem;height:34.3125rem;top:2.375rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G59HRLzDhcKrt3ygQuZQsXi8ZiXRezuo { width:22.1875rem;height:3.125rem;top:3.875rem;left:21.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6IBvTDb5UXNbXiAw1DTwy6Hnqb6JE4t { width:22.1875rem;height:4.375rem;top:10.8125rem;left:21.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #alQDkFpTUhGbg5Tlr3So1oqKmfSDScqe { width:20.8125rem;height:2.75rem;top:7rem;left:21.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MydrIyu22bbz8dfM6pw2sql7V5NyTBDx { width:22.6875rem;height:22.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTQpeR1P1V67O1OJgvgD4fetmPUqUb70 { width:23.8125rem;height:3.1875rem;top:28.8125rem;left:21.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKvSfK9c6rKAEHkGOFUmAu1f2aqngvxO { display:block; }#VKvSfK9c6rKAEHkGOFUmAu1f2aqngvxO > .row .container { width:47.75rem;height:31.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IZTHyhW5LxMWrmybZgvibXd5hCSXZQDK { width:19.9375rem;height:8.625rem;top:1rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zi8FRuFykHs2hp5oP3Hwrpc6Pn84aWdq { width:37.5rem;height:18.19273125rem;top:2.982638835907rem;left:5.1249998211861rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1Wy6aRuhOs9r6vSz2c2502yUCygTLTP { width:18.75rem;height:3.375rem;top:24.622657299042rem;left:14.500000357628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLfCleAZk5A1mRVX0QQpGh3G9IHpHHnP { display:block; }
 }@media only screen and (max-width: 763px) { #TpN9BCB9K7mUtPGlzMDapl1muvtLJEve { display:block; }#TpN9BCB9K7mUtPGlzMDapl1muvtLJEve > .row .container { width:47.75rem;height:31.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #awruWb6V0uy9cJkbvswwgZhvTdQ7H0uL { width:28.6875rem;height:4.1425875rem;top:17.1875rem;left:17.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BE7wcQQqIDO1TFUkFZTdUG5MloqA4dUJ { width:12.5rem;height:12.5rem;top:3.708251953125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqVC2g7GrIwsTVf6UuQI2tzvQ5cOihUs { width:29.25rem;height:13.808625rem;top:3.26953125rem;left:17.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A95GUptkAgV8Ul5m40M4x1xkN7EeU1y2 { display:block; }#A95GUptkAgV8Ul5m40M4x1xkN7EeU1y2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a4zytzWJ3HKXeWU6AETWa3TD72rPhIEF { display:block; }#a4zytzWJ3HKXeWU6AETWa3TD72rPhIEF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n3kmEGClAd3sVKgoiqM9Oo0mRJSelbHq { width:31.24869725rem;height:6.5625rem;top:4.20849609375rem;left:0rem;text-align:center;text-align-last:center;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewp2QdplQx4icPTH9fzSieICV0vJ3qvi { width:31.248697280884rem;height:1.875rem;top:12.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZupkBiwosFbzkWCmtsLXgRw2cs1EgHKV { width:25rem;height:3.375rem;top:18.89453125rem;left:3.1236979961395rem;font-size:1.0625rem;background-color:#d7378e;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) { #HnKT2IkyTAXeg8WXtlyD8ptJ8hMvdJxf { display:block; }
 }@media only screen and (max-width: 763px) { #tsOPdDvLQ6C2of6Hh6ph9T82N0fU5NIm { display:block; }#tsOPdDvLQ6C2of6Hh6ph9T82N0fU5NIm > .row .container { width:47.75rem;height:26.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NcIuFkANMZx3JM9gA8bJoiya8d3y7ail { display:block; }#NcIuFkANMZx3JM9gA8bJoiya8d3y7ail > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #muZ6KFwSJvop9OEQJSGd9TJGtBQviyAq { width:20.3125rem;height:4.0625rem;top:4.0625rem;left:27.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGfZRsSe2eISFBuT1SBKCbU3mEzVGnOX { width:19.25rem;height:4.0625rem;top:4rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgxwJqAuFbUEZXxNIDAMlOLT0OfPXib9 { width:3.125rem;height:3.125rem;top:4.5rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWNqe32ITS6M7KpH7rBrR8rPJ2zeUGkf { width:9.375rem;height:5.625rem;top:3.3125rem;left:26.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTOgFd27fxhdXGklh7xcUliINPTSyVrZ { width:20rem;height:3.3125rem;top:1.25rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mZ1dpRaTmqHzUmQ6381FwB1ikriDRTtV { width:2rem;height:2rem;top:16.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cd8qFslKpzcO8Nh5Z1NVItT8zZiPnfZk { width:2rem;height:2rem;top:16.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ErcWZm6M2qtJenMt14ahTSQlFkqHrvuJ { width:2rem;height:2rem;top:16.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mBGfB6Xx0pkoHNoAxRJion8e1Vx5tuge { width:2rem;height:2rem;top:16.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pOHuseQ0a4q0Al3rd62sDKO2KfOFshsk { width:2rem;height:2rem;top:16.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bAnRybMJ3qeO9tC71PNhI9nAEhXc5nDA { display:block; }#bAnRybMJ3qeO9tC71PNhI9nAEhXc5nDA > .row .container { width:47.75rem;height:12.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fJCi8zGbfOp3VpsggDFFss8p3tTSvP94 { width:47.75rem;height:2rem;top:7.1875rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cvdO37m22hz6TEfpNf8RuhNSbNQUIWr1 { width:18.75rem;height:3.35rem;top:11.124670028686rem;left:14.498436748981rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JqEkFPBliGaZy0J6MtcZ54y3h0kQAM5R { display:block; }
 }@media only screen and (max-width: 763px) { #nF302LauPqof8K9Fgs4ebTTF4rBHLTn4 { width:47.75rem;height:2.03125rem;top:7.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGnu719nf52lIVBLvrWgh3X4MU26VDTo { display:block; }#eGnu719nf52lIVBLvrWgh3X4MU26VDTo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WLOREJs1f9M5LT532AQCCDIdb1V2IXSh { width:45.125rem;height:3.375rem;top:0.82421588897706rem;left:1.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4JDWDFzf775XrzD4IChNNJbPV1G1Cf1 { display:block; }
 }@media only screen and (max-width: 763px) { #Ldaky8X0A73y57TIHEfqgPwfPeRdH0da { width:47.75rem;height:3.1875rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZsPOMFkxHnZ3Vc5uOgqzpsZUrn1dMiW { width:3.4375rem;height:4.875rem;top:0rem;left:44.3125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASDpwo499b1s7SfZTErCvAGx3Pdw5pVJ { display:block; }#ASDpwo499b1s7SfZTErCvAGx3Pdw5pVJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RDDCZEr8ur2wZdCkr85CJlZvmwgHdUtC { width:47.75rem;height:2.25rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwD6sWafJJUBTyCqKolSA1fUs0Nuq4MC { width:31.3125rem;height:2.125rem;top:1.0625rem;left:1.2187500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDUBDTe2ylopBTyXigJcO3JCP1VefnIw { display:block; }#RDUBDTe2ylopBTyXigJcO3JCP1VefnIw > .row .container { width:47.75rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nIK5MW1Jkuq34oHbJ9eg7891lxbbXQ1T { width:45.3125rem;height:1.9121125rem;top:0rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgZSmSMqDVAmTLboB2ptsnFmEs9xpAVS { display:block; }#KgZSmSMqDVAmTLboB2ptsnFmEs9xpAVS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t0mBgCC8ecbb2nxPfbPaNHimgD9Ik9gT { width:47.75rem;height:2.25rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKzyyvlt03DOXsqkwC7wEoEovTmVLviq { width:31.3125rem;height:2.125rem;top:0.71875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiNu73zsnIcHCv9yCaV9lIVuvhiGQlrS { display:block; }#DiNu73zsnIcHCv9yCaV9lIVuvhiGQlrS > .row .container { width:47.75rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZBf9Xtbbx0u421VhpAtbRyQsAbp0c91g { width:45.3125rem;height:3.824225rem;top:0rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qds1WKyI9xAavvWE4BEXCv4RCGwgQXJB { width:45.3125rem;height:1.875rem;top:0rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #UVGynxLhJBqd4gpmroSv2mzSipA8Tr8m { display:none; }#UVGynxLhJBqd4gpmroSv2mzSipA8Tr8m > .row .container { width:47.75rem;height:2.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oms417VJ8sIMZb2NNUoQtrA6kwn0GhAN { width:44.75rem;height:2.08333325rem;top:0.65625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVnMNtN8iqbmayM0cOtIJW8BLcsGykeG { width:47.75rem;height:2.25rem;top:0.59375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DICdCoCe9CALTuigDybDgGTMv52A2bZQ { width:44.75rem;height:2.0833332538605rem;top:0.65625rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #izpK5it1hZpKZEJzDw5MpB4uiAqIFqyI { display:none; }#izpK5it1hZpKZEJzDw5MpB4uiAqIFqyI > .row .container { width:47.75rem;height:2.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hv1wuWAFziTX4f3rZyyk3uKgJH6U4Ehy { width:45.3125rem;height:1.833333375rem;top:0rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJoIVukH4EWdz7vobZ4gXhF07NltsEQN { display:block; }#TJoIVukH4EWdz7vobZ4gXhF07NltsEQN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #isQX9rAE3i2pvKpreL15fXXaoO2yamB9 { width:44.5rem;height:3.375rem;top:0.82500076293944rem;left:1.9351562261581rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAZZ9oZvKUmPokVIsG7VALFVxXGOoFpD { display:block; }
 }@media only screen and (max-width: 763px) { #CAkSNehJiJ3OuVcveVryJCJcVKw4oxUp { width:47.75rem;height:3.1875rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uth23gcupuFs0J3A3PDCKlr8PxED6i9N { width:3.4375rem;height:4.875rem;top:0rem;left:44.3125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eam9xs7TGURsOTre2AAffk6XROv289lg { display:block; }#eam9xs7TGURsOTre2AAffk6XROv289lg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B9guRR66tDbHCWXxpBidzcFTs8uFGINv { width:31.3125rem;height:2.125rem;top:0.65625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l31gpLTMNinFtFav5yXa42sHFlcG22E5 { width:47.75rem;height:2.25rem;top:0.59375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8fhUoOe2VqDUwLrqeoC2boCTfODmafz { display:block; }#v8fhUoOe2VqDUwLrqeoC2boCTfODmafz > .row .container { width:47.75rem;height:21.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ycRP0l6LpTNd5D9reCiewTac3xek85Jb { width:45.3125rem;height:21.03321875rem;top:0rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqDHFiNSiE8vnKMoLeRWOCoSIv7TVZeO { width:45.3125rem;height:9.375rem;top:0rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #bx2u1sSWyyb1TwOBeExLoZhb8ePHAVOA { display:block; }#bx2u1sSWyyb1TwOBeExLoZhb8ePHAVOA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kuk5NWONFcFhc0MlNfRPcInI8cTXUHtU { width:44.5625rem;height:3.375rem;top:0.80859470367431rem;left:1.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hv9gV7vJh2eBZMCEgTcEzwNQlh3Cr3DQ { display:block; }
 }@media only screen and (max-width: 763px) { #bu7v4sIvbAAvvl63IIT3EQU6iuGq3wpa { width:3.4375rem;height:4.875rem;top:0rem;left:44.3125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXBqWsN24RbbDs43AS023ezKIGqOTx0P { width:47.75rem;height:3.1875rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tpi1kPg9NBEGNhJrETSyyITupXcykDSC { display:block; }#Tpi1kPg9NBEGNhJrETSyyITupXcykDSC > .row .container { width:47.75rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IWNRJ3gLfIlFEKm49uLElvOp1BpCXNvs { width:47.75rem;height:3.375rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXNk4JHCCls3TIiucyTpXloz7uK7zEn2 { width:45.3125rem;height:2.125rem;top:1.0625rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNPiXJiNzE68gE7AD2BfxTi3skX1OO0h { width:45.3125rem;height:2.125rem;top:1.0625rem;left:1.21875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sdac5g35DRFPP9iRQikL8E4MZUDs82rE { display:block; }#sdac5g35DRFPP9iRQikL8E4MZUDs82rE > .row .container { width:47.75rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hx3tr0L5frbiN2GGymoQsXbiKlhAiOzx { width:45.3125rem;height:0;top:0rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #whhOCd4Gl6fqFArIbJmffOEhGvauPrxL { width:45.3125rem;height:17.2090125rem;top:0rem;left:1.25rem;z-index:15017;font-weight:400;font-style:normal;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #CvGVu7IiG8343chUz7WDtV3bsUI65nzt { width:45.3125rem;height:0;top:0rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #IzPB8bTlb8xVNO4gQifEEUV0qnQQEI1f { display:block; }#IzPB8bTlb8xVNO4gQifEEUV0qnQQEI1f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VC8oXsCUL3krL2NOf1EvS4XNyXMKZ97G { width:47.75rem;height:2.25rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dl6ZmrooVSKrxFuNwB0ZQ40QIAJCWA7O { width:39.5625rem;height:2.125rem;top:0.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsTidxy7No9wlK4pEDmg7SisiEZwFReC { width:39.5625rem;height:2.125rem;top:0.6875rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #AeomlZWJgXMid037omcii6UHqi0xp9d2 { display:block; }#AeomlZWJgXMid037omcii6UHqi0xp9d2 > .row .container { width:47.75rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oNQqNOlNunnLEgT9cUvBR8Nktmx0ra4z { width:45.3125rem;height:0;top:0rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #V7C5DaZI1D7i0yzwDSKVMAc6TnhL9o3o { width:45.3125rem;height:7.5rem;top:1.1875rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #SUA9GR267NareVU13nE3uPq2EgNT23Lq { width:45.3125rem;height:11.47266875rem;top:0rem;left:1.25rem;z-index:15017;font-weight:400;font-style:normal;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #b6A8xRSsaUhFkd7QbclWQNWUQK0MlHTk { display:block; }#b6A8xRSsaUhFkd7QbclWQNWUQK0MlHTk > .row .container { width:47.75rem;height:4.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k3398fWF6sE32k0IgV7p4lfM9SltcMPE { display:none; }#k3398fWF6sE32k0IgV7p4lfM9SltcMPE > .row .container { width:47.75rem;height:47.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #auUGZEsRNRXmlXAIfTm0UcFPcKFTalH1 { width:18.75rem;height:0;top:7.9375rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nel8coUyTM6TJm2HdNTxriiQwfkIFbnU { width:47.7491875rem;height:2rem;top:5.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SU6qKO94vNu8xhqK6REGawzNMy9X4SQy { width:47.7480625rem;height:5.5000001192093rem;top:6.8097887039188rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Soz1UZ9T5lqtdeTc62SMieBva0bp06AI { width:4.9375rem;height:0;top:16.5rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBH0ygTbN13SI5lmIAdohnat3osFLGfT { width:47.7480625rem;height:17.416667103768rem;top:13.209324836731rem;left:0rem;font-size:1.25rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #VeJipRzckBWwBHuRdH2xD36Dc4MPrHFO { width:47.746875rem;height:5.5000001192093rem;top:30.533249855041rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkVWRC6S79JuNwP6pM9XTFRrVQCzNHO6 { width:47.7470703125rem;height:7.9166668653488rem;top:36.9375rem;left:0.0029296875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoPyuSBT57DC2ToO4tuuaQfx4fErRXTy { width:4.9375rem;height:0;top:43.9375rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTE1vQkRr3u7QivP6TZXl54krml6rG0c { width:18.75rem;height:0.062109375rem;top:4.4987783432007rem;left:14.498436748981rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #cwPDrxxEgzMToUJXSnXtcMCwFhOl2IWr { width:4.99805rem;height:0.0609375rem;top:10.9375rem;left:21.374998867512rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #ekDBi4fHA6wxLz9tzXaRH8EddVXXxEFi { width:4.996875rem;height:0.059765625rem;top:34.6875rem;left:21.374998867512rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #Ub0XUMoFdaZhGnvoal8wKqvm9SdhF70r { width:47.7480625rem;height:17.325rem;top:13.209324836731rem;left:0rem;font-size:1.25rem;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #pQVCU40CQnSgTpvI9nwcDqnw52c1NQWm { width:18.75rem;height:0.0625rem;top:18.75rem;left:14.500001907349rem;display:none; }
 }@media only screen and (max-width: 763px) { #pLm4y1p5H5Troz2v5ZlyXwJwfupamTzz { width:18.75rem;height:0.0625rem;top:18.75rem;left:14.500001907349rem;display:none; }
 }@media only screen and (max-width: 763px) { #O6h2nSdwHrG7zEQuU9y0B1GqTOfN7wHk { display:block; }#O6h2nSdwHrG7zEQuU9y0B1GqTOfN7wHk > .row .container { width:47.75rem;height:69.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ANRzrgocgpZMCFMtAm03xrKhc0002tm9 { width:47.75rem;height:4.0625rem;top:5.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIFWcwwxzp14VBJ1cAAH26ewfTdbrbal { width:47.749125rem;height:1.8684875rem;top:12.187883377075rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2Dd9uClThDVXJMoGMtmb2B6BkWvgntT .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; }
#R2Dd9uClThDVXJMoGMtmb2B6BkWvgntT .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; }
#R2Dd9uClThDVXJMoGMtmb2B6BkWvgntT .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; }
#R2Dd9uClThDVXJMoGMtmb2B6BkWvgntT { 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) { #R2Dd9uClThDVXJMoGMtmb2B6BkWvgntT #snPr2wyg0GTX0g97c27tgbmAZrUeKM3G { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #R2Dd9uClThDVXJMoGMtmb2B6BkWvgntT #S5eE7GOGZ3UxrIiColS2Hop6zAo9Se6o {  }
 }@media only screen and (max-width: 763px) { #R2Dd9uClThDVXJMoGMtmb2B6BkWvgntT #wpDmRyhcArPNdmrlfGZUDNck1soKOBhS {  }
 }@media only screen and (max-width: 763px) { #R2Dd9uClThDVXJMoGMtmb2B6BkWvgntT #x7fKVtJCkT8HhEHyiO9UH01K9HPqC0bG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #R2Dd9uClThDVXJMoGMtmb2B6BkWvgntT #XJls5swQyRByQf3ZolaC1WD2VhmVpVyx {  }
 }@media only screen and (max-width: 763px) { #R2Dd9uClThDVXJMoGMtmb2B6BkWvgntT #ohdubgKAHImTw0HXxQUadn04gvo8dQVC {  }
 }@media only screen and (max-width: 763px) { #R2Dd9uClThDVXJMoGMtmb2B6BkWvgntT #AifqThzOrKr7WBkZ8TGu2flviqmJvAyV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #R2Dd9uClThDVXJMoGMtmb2B6BkWvgntT #xtlVKvhT4OoTSnEPS7habuGDoupiiRnr {  }
 }@media only screen and (max-width: 763px) { #R2Dd9uClThDVXJMoGMtmb2B6BkWvgntT #RwmVi6Z8fNh5ppc0mVJ0b1lWML13QxUd {  }
 }@media only screen and (max-width: 763px) { #R2Dd9uClThDVXJMoGMtmb2B6BkWvgntT #x6H3zzwzKnT8InioctfPo3TMCO3t1FPa { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #R2Dd9uClThDVXJMoGMtmb2B6BkWvgntT #KK8Rz1RmVmNOaqktMOtyILlgBfIN4M6p {  }
 }@media only screen and (max-width: 763px) { #R2Dd9uClThDVXJMoGMtmb2B6BkWvgntT #LsEAiOgAv4VUWesTUFhw7865alqkTfUD {  }
 }@media only screen and (max-width: 763px) { #dnmw05SFWzLKMviQgfZfHLpH7rIr2L5b { width:18.75rem;height:3.375rem;top:61.831262588501rem;left:14.500000357628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #heTnKV209Se1VFaUwAogUs62pnTxGrw1 { display:block; }
 }@media only screen and (max-width: 763px) { #bTb6trVdZSlwOSX4oi6UvLsKxJ6uSfT4 { width:47.75rem;height:4rem;top:5.9375rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lv8rz3GU1uBZBBZmMN1hDM8EhONmkPof { width:18.75rem;height:3.375rem;top:35.26953125rem;left:14.5rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #psoENtJKwJ46vNmVaqb1PU5kddNRaWCF { display:block; }
 }@media only screen and (max-width: 763px) { #dfaEinvxArMItUdXkCeiq6HLrcKbn1P8 { width:47.75rem;height:31rem;top:28.000012397766rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAqZUFuJ8e4Du8tGCwTZ2GMysFiEOKuH { display:none; }#GAqZUFuJ8e4Du8tGCwTZ2GMysFiEOKuH > .row .container { width:47.75rem;height:26.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #z3t4061ZX15O8hsw4o5ZtBmmZuTLxct0 { width:31.248697280884rem;height:4.6666665rem;top:6.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NozbukzQoU5UbpVpqxc1N2qQODoDiJRl { width:21.5rem;height:23.5625rem;top:0.96875rem;left:25.648436844349rem;display:block; }
 }@media only screen and (max-width: 763px) { #MS3UEVH7TBzIUxSUe1N9USAkMNWFI3Fl { width:31.248697280884rem;height:3.66666675rem;top:12.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlxJtG7KoBlAKfMITDLXoxzxdDmxBik9 { width:18.75rem;height:3.375rem;top:17.9375rem;left:6.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mc6FCHhVcJaBbUUkz98eT5RttaTeuQGo { display:block; }
 }@media only screen and (max-width: 763px) { #r6ek9FixHIW3UKktGfTlmFDLnl26iPeX { display:none; }#r6ek9FixHIW3UKktGfTlmFDLnl26iPeX > .row .container { width:47.75rem;height:103.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #m0OX1OB9Tud6ngWzGZiI6nzogVdz3mow { width:18.75rem;height:0.0625rem;top:3.75rem;left:14.500001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufXXfOM1VQzexrgtU7gkGR6Bb5GpTxdE { width:47.75rem;height:2rem;top:5.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dy0RSgn1HRH28CD9sgdKgC970y7uH2LZ { width:47.8125rem;height:91.3125rem;top:12rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tl6IybReZugamDIDzDOPyTpcTii9uiu1 { width:47.747394561767rem;height:16.000000476837rem;top:15.583374023438rem;left:0.0026041865348816rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITTTlu1M9o5LTuoqxXyyMdORdQUeXsV3 { width:47.747394561767rem;height:0;top:31.625122070312rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ksfOCQiDmEeqV6nD4cxInGiT4iw8SIqm { width:47.747394561767rem;height:22.666667342186rem;top:67.48046875rem;left:0.0026041865348816rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvRH4zuZblXAsrVyEz24xa7i1li1Tfmb { width:47.747394561767rem;height:17.333333849907rem;top:50.190063476562rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5mseZgWThvFqAT9Sn9ygTrTPP82tdbb { width:4.9973959922791rem;height:0.05989583209157rem;top:31.606811523438rem;left:21.376302719116rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAgSv9FnmR3JUo79aElx9FMOkM8l9E0G { width:4.99913125rem;height:0.0616319375rem;top:15.562501907349rem;left:21.373263657093rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHCw5NIRa3XnI52gctHO5Ix1fROzSyOO { width:4.9973959922791rem;height:0.05989583209157rem;top:50.2734375rem;left:21.376302719116rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5Mk97fhpxPTqhSPwTQARlwsndcz3QoC { width:4.9973959922791rem;height:0.05989583209157rem;top:90.12890625rem;left:21.376302719116rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSu5U367v0rBdSwAmTV51Sx3Z0w1QRH1 { width:47.749125rem;height:4.7500001192093rem;top:7.3125305175781rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfEU9lMQE2sOKHlzGm4G3yGTBqgfuAyV { width:17.4375rem;height:24rem;top:11.125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rC6n28hQSLBNEtp1Okkt6wnWgHlbvo9Z { width:19.9375rem;height:2rem;top:3.375rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ehMbc1nzGNwhwI2bKDTyfPkCuD5eKPGO { width:47.7491875rem;height:6.875rem;top:68.3125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EcpPCtPau2gc9E866wxdOGVRq4wulgAm { width:4.99913125rem;height:0.0616319375rem;top:15.562501907349rem;left:21.373263657093rem;display:none; }
 }@media only screen and (max-width: 763px) { #ExW0pmJZuQINWmZx5p97eTwbETrJoLUd { width:4.9973959922791rem;height:0.05989583209157rem;top:67.462158203125rem;left:21.376302719116rem;display:block; }
 }@media only screen and (max-width: 763px) { #Utkaug83wPUbKeOM4qd83xtv60fR5yb8 { width:47.747394561767rem;height:13.333333730698rem;top:90.126342773438rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ra1kgG6qkaxgUeMvT4wTKZOE50r3SiWy { width:4.9973959922791rem;height:0.05989583209157rem;top:87.8984375rem;left:42.251304626465rem;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #SowVPSaTuM0TWcqmwGWDBR4KZgl4TcZh { width:18.125rem;height:14.625rem;top:148.125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #T05HrpQ3cvIkS5M2bZF5UhqSTTyUnEz2 { width:47.747394561767rem;height:20.000000596046rem;top:31.583374023438rem;left:0rem;font-size:1.0625rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #KTQAi1tm5XVT9OBJP0RmuESqd1UkmxTl { width:47.747394561767rem;height:0;top:31.625122070312rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cm04JcKFkc9FApAZiyeb4SqoAEEfgsuo { width:47.747394561767rem;height:22.666667342186rem;top:67.48046875rem;left:0.0026041865348816rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gdWswkmN192OnzT1prCVrgfxVnd9MlQl { display:block; }#gdWswkmN192OnzT1prCVrgfxVnd9MlQl > .row .container { width:47.75rem;height:31.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eiq7dQbfc3wGcDPCyTcOffAdTTkfI06T { width:30.4375rem;height:4.1425875rem;top:16.1669921875rem;left:17.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzBuyNQWK4ZH4stGq15Uklh71Tnl6iUJ { width:12.5rem;height:12.5rem;top:3.6875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUDxPUKsukxXIB4P1zPZIiWSmzlCAEg6 { width:26.9375rem;height:12.42775625rem;top:3.9169921875rem;left:17.063802719116rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXTerkTIQWoUWpb120JtCID01oL0mypy { display:block; }#eXTerkTIQWoUWpb120JtCID01oL0mypy > .row .container { width:47.75rem;height:4.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x3BMnTJsr5TzK6xTgpsWALpqpnHIyKKu { display:block; }#x3BMnTJsr5TzK6xTgpsWALpqpnHIyKKu > .row .container { width:47.75rem;height:57.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gwWRlDAcIpmiKvdMlh2ix7K54DKwqxCU { width:12.375rem;height:4.9375rem;top:3.0625rem;left:17.624217987061rem;display:none; }
 }@media only screen and (max-width: 763px) { #SThu0pvLuGqEI02J9PKTIlnc9cH7wI1D { width:47.74825rem;height:33.46875rem;top:12.184028096497rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bn9q1WfTNZyOdoCBtBL9VCOgTClseXdo { width:47.75rem;height:2.03125rem;top:7.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #En4fnLtZdO0TKpOVTefZTMxcO4c8HJqs { width:12.5rem;height:5.4375rem;top:49.121095657349rem;left:17.625000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6mHdfVc8MN0k1T6H4Rpx41tGwJydEuI { width:47.74825rem;height:33.250000875rem;top:12.184028096497rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mO0bqXGJWWGQgMsPUGLqOEpbCJvArqRl { display:none; }#mO0bqXGJWWGQgMsPUGLqOEpbCJvArqRl > .row .container { width:47.75rem;height:34.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hvzOBl0r9yNr43sXQJINt6i4oVtqDLyi { width:16.247396469116rem;height:0.12369791418314rem;top:18.9375rem;left:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTBneOZRfhwkzBO4nPWld32vQt3tQMqL { width:24.998697280884rem;height:2.03125rem;top:15.9375rem;left:22.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUvLA4LLuAcpEC0OWJbCkfd08qcMQf0A { width:18.75rem;height:2.84375rem;top:12.625rem;left:25.9375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4QPp8WKoCot7oFzQtZ5ha5DI1wAWOhf { width:15.25rem;height:7.5rem;top:4.3125rem;left:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #knDQQxOqmdoCbukU6HNnTW9KP2UWB1RX { width:25rem;height:1.625rem;top:23.875rem;left:22.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsrfL8m1yXt6zBPlfHs79SwQFtlyXxZH { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TWJMlgIx3oCE30ZzcS08ZJqnnUvoF1mS { width:24.998697280884rem;height:2.03125rem;top:20.1875rem;left:22.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGiqZSb4vh06kJt6dLJW9pb2SJxVm6FW { width:25.25rem;height:0;top:22.0625rem;left:22.5rem;font-size:1.25rem;text-align:center;text-align-last:center;font-family:"josefin sans";font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #TKZacT4mOVWWT0nw35xEMhKUlpR4AzlQ { width:47.75rem;height:8.125rem;top:30.039844512939rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mQMusnSqB8oUdCTWeo9umt9cHCfg77Pm { width:47.75rem;height:6rem;top:30.039844512939rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JU8zbxKqegxzQVXs44qy2KVPT5LsMnPb { width:9.875rem;height:9.5625rem;top:33.312502861023rem;left:37.744000729601rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#faf5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #PQhtsRXcQIClJarr28JJcPxFxb2AunlI { position:fixed;z-index:199999;background-color:rgba(186,114,145,0.9);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;top:0rem;left:0rem;right:0rem;display:block; }#PQhtsRXcQIClJarr28JJcPxFxb2AunlI > .row .container { background-color: transparent; background-image: none; }#PQhtsRXcQIClJarr28JJcPxFxb2AunlI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQhtsRXcQIClJarr28JJcPxFxb2AunlI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQhtsRXcQIClJarr28JJcPxFxb2AunlI > .row .container > .video-iframe-container { display: none; }#PQhtsRXcQIClJarr28JJcPxFxb2AunlI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQhtsRXcQIClJarr28JJcPxFxb2AunlI > .row > .video-iframe-container { display: none; }#PQhtsRXcQIClJarr28JJcPxFxb2AunlI > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQhtsRXcQIClJarr28JJcPxFxb2AunlI > .row .container { border-width: 0; border-radius: 0; }#PQhtsRXcQIClJarr28JJcPxFxb2AunlI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PQhtsRXcQIClJarr28JJcPxFxb2AunlI > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y24CRrFOeKDhJ9G5ktAZcByfFSyU0aeH { width:7.8125rem;height:1.29980625rem;top:0.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSWBwG5Tl2QgbPd4XulLNEWlRTgsoTi9 { width:3.125rem;height:1.29980625rem;top:0.75rem;left:8.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zPGAwJDWcKVHgNR5fVi7b479n1aiKGCq { width:4.75rem;height:1.29980625rem;top:0.75rem;left:15.25rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #NgCn2DtK8TlRf8FFoM7prkuA2boLcmSl { width:2.5rem;height:1.29980625rem;top:2.625rem;left:10.625rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #wrebtbhXsDWoElE8w9Hs9oV3kySvhPQa { width:4.125rem;height:1.3808625rem;top:0.6875rem;left:11.4375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LwwMhWT8V9wz0KMgcMfC0JznF3OGhl33 { width:4.125rem;height:1.381225rem;top:2.5625rem;left:6.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfd5EP8L8mMPN8J9RcBbLX9kqhImHm1N { display:block; }#rfd5EP8L8mMPN8J9RcBbLX9kqhImHm1N > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ocNgCWvcThe70Kc2T06wfgCv0UTb6AtA { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2bf67fee-7af8-4bbc-a8a3-24b3abd2bfe6/background1.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#ocNgCWvcThe70Kc2T06wfgCv0UTb6AtA.adaptive-delivery-prevent-bg, #ocNgCWvcThe70Kc2T06wfgCv0UTb6AtA.lazyload, #ocNgCWvcThe70Kc2T06wfgCv0UTb6AtA.lazyloading { background-image: none; }#ocNgCWvcThe70Kc2T06wfgCv0UTb6AtA > .row .container { background-color: transparent; background-image: none; }#ocNgCWvcThe70Kc2T06wfgCv0UTb6AtA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocNgCWvcThe70Kc2T06wfgCv0UTb6AtA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocNgCWvcThe70Kc2T06wfgCv0UTb6AtA > .row .container > .video-iframe-container { display: none; }#ocNgCWvcThe70Kc2T06wfgCv0UTb6AtA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocNgCWvcThe70Kc2T06wfgCv0UTb6AtA > .row > .video-iframe-container { display: none; }#ocNgCWvcThe70Kc2T06wfgCv0UTb6AtA > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocNgCWvcThe70Kc2T06wfgCv0UTb6AtA > .row .container { border-width: 0; border-radius: 0; }#ocNgCWvcThe70Kc2T06wfgCv0UTb6AtA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ocNgCWvcThe70Kc2T06wfgCv0UTb6AtA > .row .container { width:20rem;height:52.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aELktVTGw114FzKWwmdABvFXFIdSQCTr { width:8.75rem;height:0.125rem;top:32.25rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNpS3LrEZfKbWHeZVQnT1Jk9R4LEnNhx { width:20rem;height:2.4375rem;top:29rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRD1VVBi4TvKbZZQRs0PJchG759cCvZT { width:20rem;height:2.6001rem;top:26.375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWEGOz4XQmNa3Urd3LVIfwddgy6Ss6ka { width:8.125rem;height:4rem;top:21.75rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9sUt7VMHg4TPa1vULfF403E46WLMkmO { width:19.9986875rem;height:1.7871125rem;top:37.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2O7feNdzD08oV2XmF9SSIoUbWaerhuM { top:1.25rem;left:0.0625rem;width:19.9375rem;height:19.9375rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #AZTf33o0sUFLnXMN6elsaTpV2IntENAv { width:8.875rem;height:4.9375rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFxiHTswwATKSOr6JIFMhTaQ2tTw9fND { width:20rem;height:2.4375rem;top:33.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIoqNFx7QhUsCblievNzNKK3REx1cQ9x { width:16.875rem;height:8.1875rem;top:40.75rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1zAWF7OlPwsQ6DFBKbs1pToMokmveZT { width:15.625rem;height:0;top:44.4375rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #w7mpTm1icFmpql0XFSiBt2lTGNumZNTr { width:4.9375rem;height:4.8125rem;top:39rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrzBGCwO9vZvsbN4FmPgu8GilfMPoXbE { top:1.7216796875rem;left:0rem;width:20rem;height:4.875rem;z-index:15000;font-family:roboto;font-size:1.25rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #n3CNNI5LrkeSRWw6aVz1DWw8H4bpRkN1 { width:15.625rem;height:0;top:59.848958969116rem;left:2.1875000596046rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #S1lr4aodvointcQXAKUaQozuKHDCZ16i { width:15.625rem;height:4.875rem;top:42.375rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #cchbDDh5dT9U2lGxwSTdGRHwl1NXm5ix { width:4.9375rem;height:4.75rem;top:46.499349594116rem;left:15.0625rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #Tk53Nn0qeiMDD8NnhCPtGChwWkKgQn8G { display:block; }#Tk53Nn0qeiMDD8NnhCPtGChwWkKgQn8G > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hu1IrPiNKFcTQXua0ATTCOElxSNy66de { width:18.125rem;height:0;top:1.2167987823486rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;font-weight:400;font-style:italic;display:none; }
 }@media only screen and (max-width: 763px) { #WsROM2AgVUCyhVeqeWRkpIotmNABzKGT { width:18.125rem;height:26.2363375rem;top:1.412109375rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;font-weight:400;font-style:italic;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #nES8IzA4qIF7P9P8PzXknT5S9nbQ1TeW { width:4.9375rem;height:4.75rem;top:10.125rem;left:13.854166984558rem;display:none; }
 }@media only screen and (max-width: 763px) { #zTb2TU5tNusCKqMc6bXTAPSn5LlQ5ymQ { display:block; }#zTb2TU5tNusCKqMc6bXTAPSn5LlQ5ymQ > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aDqmGaRX54SxwFTxRNd7JRAnMEdqJne5 { width:20rem;height:11.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvFZoC9sBXOnBaJMDJp7rySuFik1JCft { display:block; }#AvFZoC9sBXOnBaJMDJp7rySuFik1JCft > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c3ve6MJ8lUpFGcFpScot8s9Ei47NNy3B { width:16.875rem;height:2.761725rem;top:12.3125rem;left:2.3125rem;font-size:1.0625rem;font-family:"josefin sans";text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sswe7uD1Scs62fbdcs0hUQp3bGv2rwhE { width:17.3125rem;height:5.5234375rem;top:17.0625rem;left:2.3125rem;font-size:1.0625rem;font-family:"josefin sans";text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sTUysvCTk4A3vpimZvCJu2WgNJ658Xlm { width:16.875rem;height:4.14258125rem;top:24.4375rem;left:2.3125rem;font-size:1.0625rem;font-family:"josefin sans";text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qhAmvGQwMe2sVqaO76EgZebXk3bFDqGt { width:18.75rem;height:3.375rem;top:1.904296875rem;left:0.62226560711861rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZXiyR8OIzui4HzZSDFdouDRWB1VrRrox { display:block; }
 }@media only screen and (max-width: 763px) { #zEXU1feGaXUpfueQu2BSe10BVzquW88z { width:1.5625rem;height:1.5625rem;top:12.3125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAhOqlZMPC1WUUKlEqOLcpWU6Rv30NFS { width:1.5625rem;height:1.5625rem;top:24.4375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5ZHt4xAI90WK3o8vUobRxRcbXROKtXZ { width:1.5625rem;height:1.5625rem;top:17.0625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOZT9orCH9i1OJm3WPaf3D9TkXbD4Sa2 { width:20rem;height:2.92448125rem;top:2.1875rem;left:0rem;font-size:1.125rem;font-family:"josefin sans";text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LOxxP9rRGSZsIDXbnBvn8wIKufCU9TuM { width:20rem;height:4.0625rem;top:6.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPD1MxlkHZeItTOqwXGC8D1wgPhslR0B { display:block; }#kPD1MxlkHZeItTOqwXGC8D1wgPhslR0B > .row .container { width:20rem;height:58.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UrTFbTsylltM6EHLuKbMKRh5AhBtO92T { width:18.125rem;height:6.9043rem;top:27.21875rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XguFlMMyoI1bWKKVWEbCcGFmN4Sxin8L { width:19.9985625rem;height:1.86865rem;top:48.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Ia4IInkVTKLrCXoT0T0N86EiuoJ2WMmh { width:19.125rem;height:12.1875rem;top:1rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1.5625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #CJsBsTnRRMNtMy6RIq3BkML7A6COsn1y { width:20rem;height:12.9375rem;top:13.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWJpITgAsFh8S5psieW4SrmFKH3ZfFwl { width:18.75rem;height:11.0625rem;top:46.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #glDLNG7o7T0hLrRgUUCy96UfMPmqwJ5r { width:17rem;height:4.142575rem;top:51.6875rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTTppUVQXy3ze0ZFa622Oo3vB42nWPT4 { width:18.125rem;height:8.28515625rem;top:36.12158203125rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxlTWnMNTivTZZ9wi0BfF8BP1T1eos0T { display:block; }#WxlTWnMNTivTZZ9wi0BfF8BP1T1eos0T > .row .container { width:20rem;height:104.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fdhpxeKGsro1UokCIcb0yl8VLCzh2glk { width:19.9986875rem;height:3.73698125rem;top:1.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6bLmeLtOZhQEH1XLbTxUtDB7WByXbXN { width:19.9991875rem;height:1.38125rem;top:5.7222642898559rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwnBpTKKrqKpzzFx28pgpBXU2TFnbipV { width:17.5rem;height:5.94791875rem;top:9.4375rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcd0b9BNKurahmtI5DMxnOzze30AUxp9 { width:19.9986875rem;height:3.25rem;top:74.8125rem;left:0.0013021230697632rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #viVkQtHvsOrBO8VtnHoqbLQRpCuOCJix { width:17.375rem;height:2.97395625rem;top:79.6875rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kw0fEzXETqTyyX9qTrXrX7dh2ZtZQTCe { width:20rem;height:0;top:137.90307617188rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #X2RSUzubmXo3TGblboIF6zZKruuHBTwK { width:3.12421875rem;height:2.25rem;top:91.778908967969rem;left:7.1871090233325rem;display:none; }
 }@media only screen and (max-width: 763px) { #pEvgdr1cct46DR9QGsTIMcx5tVZanJ4G { width:1.5625rem;height:1.5625rem;top:9.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4xQiSvTQ4Do4iNsWPI5TDU57Tf5nxeh { width:17.5rem;height:0;top:8.046875rem;left:2.5000001192093rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #btP6cuLceKcUO7BXCIOW0Q6qJOcd9EX9 { width:17.5rem;height:5.94791875rem;top:39.276042938233rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PX58OxU91CazuxA31amum0Q1qMI1Txnz { width:16.875rem;height:4.4609375rem;top:16.9375rem;left:2.8125rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fru1siD86TIkkLTIg5Qh3iR58GxlIs7V { width:16.875rem;height:1.69986875rem;top:23.150390625rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sufVoTuVVF9vC2mTCUy9wdoTy0k6KHs8 { width:18.0625rem;height:2.97395625rem;top:26.560546875rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wS39X4EnsIGTW7xUGgBBeESfVlylsh93 { width:16.875rem;height:5.94791875rem;top:31.37451171875rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rs7W2STogdM9Ue43pxTpH7e4eq38w5fd { width:1.5625rem;height:1.5625rem;top:39.276042938233rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1vp2g9zStCHJyZaUeJtcT9lsOHRkog4 { width:1.5625rem;height:1.5625rem;top:16.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwmJPxH8x848pEzbB3znNpUSRfWsLv38 { width:1.5625rem;height:1.5625rem;top:23.328777313233rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJbkk94NkOvGiEDu8anC7O28ThsmpFTD { width:1.5625rem;height:1.5625rem;top:26.560546875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2R7p1EBwR3T4sKcaBX5EqNDtxElyD7y { width:1.5625rem;height:1.5625rem;top:31.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bf7ssX2nqmKa0d4VTSsmQoFaaFnzvCRs { width:17.375rem;height:4.4609375rem;top:84.39453125rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJ4LEBPmIsWSE5EvWeyy5IR4TIPtc9Cb { width:17.375rem;height:7.434875rem;top:90.6875rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSTg00wJlH5Kpo2Km7a8LFBdohsNZTO1 { width:16.6875rem;height:2.97395625rem;top:99.875rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6S2zJGxm1zoU4KfplyoiOFZIDxK01Kx { width:1.5625rem;height:1.5625rem;top:79.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDSAEUyLfAdCHXM7Tk6wU2GB8vXXnVDL { width:1.5625rem;height:1.5625rem;top:90.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFNahVhycMmv9XKQoIyTIxwBdLqaxHB1 { width:1.5625rem;height:1.5625rem;top:84.39453125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrKMTLalqh4fbhS4Ei2lekhHiOEbne6V { width:1.5625rem;height:1.5625rem;top:99.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGkNOKrwQGuhF8avE7teRgZpBLCW0Vvh { width:17.5rem;height:7.434875rem;top:48.8125rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvFa5nEyG5sWfWNXvkWe5rv6KCINoWFR { width:1.875rem;height:1.875rem;top:48.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpcKABtBv6hq2hwRuW6k5qpDgOTIF2xv { width:17.5rem;height:7.434875rem;top:58.4375rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvfOm7uH98saqAfTRa9be3LqSrlcTCaO { width:1.875rem;height:1.875rem;top:58.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4CtQuF7npR0yirI2eLtUU6tTrNdnvM6 { width:17.5rem;height:4.4609375rem;top:66.75rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuzDbTWKio55vdHU9mTyxXRnTIta8Kt5 { width:1.875rem;height:1.875rem;top:66.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTMVe70yMAuICNpwfLAuMUxGGtWaJ3D9 { display:block; }#UTMVe70yMAuICNpwfLAuMUxGGtWaJ3D9 > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D3iaBDANIizzfnQLUK9Dip23zhofnI89 { width:20rem;height:4.0625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #egqZ64kfELCKOLGPRTfvLvEh2lHBCVJR { width:18.75rem;height:9.666rem;top:6.6874847412113rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGh8f1io2IXxBQT0GIFAEed2VOOyTCig { width:5rem;height:5rem;top:36.666666625rem;left:12.354166625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HmEdtB69UQposhKZrSB6LlSHS66s25XE { display:block; }#HmEdtB69UQposhKZrSB6LlSHS66s25XE > .row .container { width:20rem;height:73.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ermeMXIuWSWX4tuMtJTsGLFWy4RPpsKX { width:16.8125rem;height:1.625rem;top:1.9375rem;left:1.59375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DU8KvOwyvwKwTvK5DwdKRLBUbphBTL0t { width:19.3125rem;height:1.625rem;top:3.5625rem;left:0.34375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMS6a2KwwHHnq47t96gJguZtLyghTQia { width:20rem;height:8.910125rem;top:19.844402313233rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#aMS6a2KwwHHnq47t96gJguZtLyghTQia li:before{  }
 }@media only screen and (max-width: 763px) { #VnodNCGPuwiTIIsZTWxq2vllZX9L5HuD { width:20rem;height:3.25rem;top:15.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxWAFdIfpETeS1kSkefzRuwObnzO9Sbg { width:20rem;height:3.25rem;top:30.628255128861rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCayt4OD7CIlXtNMXOCqh7CbODXtfP9o { width:20rem;height:6.1484375rem;top:33.878255128861rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#gCayt4OD7CIlXtNMXOCqh7CbODXtfP9o li:before{  }
 }@media only screen and (max-width: 763px) { #TAQ4lmPUkgTNlkhy4w5WCUmEqzLkTZI9 { width:15.1875rem;height:10.5625rem;top:5.1875rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyBNzzqy4wXTbh7hvcu8fLoB0n62sTDR { width:20rem;height:29.1875rem;top:43.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpkFCcE1OQdplxlTRbm38Om6yKWbv53f { width:8.0625rem;height:8.0625rem;top:45.5rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwKt9kZ2kLP3afO5VSgiQxZShg9PQSBu { width:16.4375rem;height:6.9043125rem;top:56.4375rem;left:1.8125rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6y547Xo2ZE4DZtoHZxXTl6qwPACyJkA { width:16.437rem;height:4.14258125rem;top:65.625rem;left:1.75rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCnr2mCyqm3K9b2W6u1USyB38ffWLX6k { width:12.4375rem;height:auto;top:3.3125rem;left:3.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #xF8VphnWUhaIc547Mi63ivCEUgKrkEvA { background-color:#7a3855;background-image:none;display:block; }#xF8VphnWUhaIc547Mi63ivCEUgKrkEvA > .row .container { background-color: transparent; background-image: none; }#xF8VphnWUhaIc547Mi63ivCEUgKrkEvA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xF8VphnWUhaIc547Mi63ivCEUgKrkEvA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xF8VphnWUhaIc547Mi63ivCEUgKrkEvA > .row .container > .video-iframe-container { display: none; }#xF8VphnWUhaIc547Mi63ivCEUgKrkEvA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xF8VphnWUhaIc547Mi63ivCEUgKrkEvA > .row > .video-iframe-container { display: none; }#xF8VphnWUhaIc547Mi63ivCEUgKrkEvA > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xF8VphnWUhaIc547Mi63ivCEUgKrkEvA > .row .container { width:20rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sr3yCI11g6LqwyhoWmP9s8MZBF11MPqD { width:19rem;height:4rem;top:30.625000953674rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtzvwgtVlqUk9hq5ciMXCoo7oU4qpa27 { display:block; }
 }@media only screen and (max-width: 763px) { #szhERMgc6iOTXOKtHyq5CBKEvJPXcUpe { width:20rem;height:4.875rem;top:10.625000953674rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #drEmitGrcCns81XHfPDNDdGixvolDTBU { width:12.8125rem;height:3.1875rem;top:16.9375rem;left:1.5rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #WPP7szJD5AP95Mk9hFsrGK8oKNf2DTHs { width:15.5625rem;height:7.96875rem;top:20.8125rem;left:1.5rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #xhg1xaPvom9rRKwEXRn1ylaFTzTDZPei { width:8.0625rem;height:8.0625rem;top:47.6640625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iNl4aRqn81U0hkssdH500kTVNkFRDT4t { width:20rem;height:34.9375rem;top:26.2890625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GTJLRwx5ag6JLVqUOMUGT7g3wEmMEKxX { top:1.3326826095581rem;left:0rem;width:20rem;height:7.875rem;z-index:15042;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #g0bOu00DiPiZJR4TznXd6OxTeTheVLxp { top:26.832683563233rem;left:17.125rem;width:2.875rem;height:2.875rem;z-index:15044;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #y4f8uBDsJJBUHIT3MoZAIsSdha2ue3Go { display:block; }#y4f8uBDsJJBUHIT3MoZAIsSdha2ue3Go > .row .container { width:20rem;height:73rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dS8IEamPrndWpJv8sU2hG96Mwbcr7M0M { width:16.8125rem;height:1.625rem;top:2.5555553436279rem;left:1.5937500596046rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLT79DyHsMO3ZOzfgkpBB57wyU9b3SyT { width:19.3125rem;height:1.625rem;top:4.125rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7aL3T1GlxHKV0cZosuqb6oMPel9Xg6g { width:20rem;height:7.5293125rem;top:19.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#T7aL3T1GlxHKV0cZosuqb6oMPel9Xg6g li:before{  }
 }@media only screen and (max-width: 763px) { #Ws4WbEgDIw6dxCJuWOU4GOFaI2zgrhtH { width:20rem;height:3.25rem;top:16.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUObmOBUmkAgO0N74qlN5v4xloPFp6K6 { width:20rem;height:3.25rem;top:28.937511444092rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ax4tGgE86mMtyUxVyKsTrBS66BTGCJ49 { width:18.75rem;height:7.5293125rem;top:32.187501430511rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#ax4tGgE86mMtyUxVyKsTrBS66BTGCJ49 li:before{  }
 }@media only screen and (max-width: 763px) { #hiTsurDqK7lhHnwfUC8TaJNBMkJZ14wD { width:15.1875rem;height:10.5625rem;top:5.7500076293945rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIGlwk2c5CoAS9rVfOhEKRV5AKqn3eCB { width:20rem;height:29rem;top:42.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #odGf8W1DR9O0CJzOLXn7yzZaBmv0ShpG { width:8.0625rem;height:8.0625rem;top:44.25rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8MdxW80DEJvsvqLWzxqts8lCcUWyHc9 { width:16.4375rem;height:5.5234375rem;top:55.1875rem;left:1.8125rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3PrLL8hM9Bdg9RaNbM916kRmSWIrvql { width:16.4375rem;height:4.142575rem;top:63.875rem;left:1.8125rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CloDMGvP37Qqd0cTp2bdwQ75dHAQMvsv { display:block; }#CloDMGvP37Qqd0cTp2bdwQ75dHAQMvsv > .row .container { width:20rem;height:69.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Egk7nEDP49Prko3mfBDTzxSae1hfpu5q { width:16.8125rem;height:1.625rem;top:2.5555553436279rem;left:1.5937500596046rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CU7Aw63e4edX6Tyh2dMSIXbyBoOBKlFG { width:19.3125rem;height:3.25rem;top:4.125rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTxKdiiifMiVXTtN0sWs7goBQGnGVCxV { width:20rem;height:8.910125rem;top:21.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#XTxKdiiifMiVXTtN0sWs7goBQGnGVCxV li:before{  }
 }@media only screen and (max-width: 763px) { #IcDUzsaQgfLecCT5LMNPweH2icTFaliK { width:20rem;height:3.25rem;top:17.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PITK5Ege78v2nFWW43R0u9Ewtc9CaGHi { width:20rem;height:3.25rem;top:31.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeK5u8K5JhMwsr3SdPoHLDtmGPZCAkHS { width:20rem;height:2.76171875rem;top:35rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#IeK5u8K5JhMwsr3SdPoHLDtmGPZCAkHS li:before{  }
 }@media only screen and (max-width: 763px) { #Nn2mBFPmLheOcLiMTta5Q60hyTNlMcDm { width:15.1875rem;height:10.5625rem;top:7.375rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAbOruzNw8itN83TthLMuT37ihTgovNl { width:20rem;height:27.6875rem;top:40.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRecgSHlfz2lUAbnlVwEeMhBmsEvL1T3 { width:8.0625rem;height:8.0625rem;top:42.625rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sReF7tgT23SIqmNBZz1p2QkfapvyuS5k { width:16.4375rem;height:4.142575rem;top:53.5625rem;left:1.8125rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3wzK9dn5rmrFPmtMcwuJWwmLbV5lhVv { width:16.437rem;height:5.5234375rem;top:59.75rem;left:1.75rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTMQVMSrgWXHpSm7qbPkc6JTy0A8hJ12 { display:block; }#lTMQVMSrgWXHpSm7qbPkc6JTy0A8hJ12 > .row .container { width:20rem;height:60rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nq8pTi53HRg2pt6Duvg8kUF8aT677Bkq { width:16.8125rem;height:1.625rem;top:2.5555553436279rem;left:1.5937500596046rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xefQeCR8VmKqrirNJnxPUHlmSPsOZ4Zm { width:19.3125rem;height:3.25rem;top:4.125rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVeyan0Qcnx1H1gz8WeoIqODO7LW7Xq7 { width:20rem;height:6.1484375rem;top:21.186849594116rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#bVeyan0Qcnx1H1gz8WeoIqODO7LW7Xq7 li:before{  }
 }@media only screen and (max-width: 763px) { #GmRu5sc8uhCttm0gkATZZiyC2A3ncbxk { width:20rem;height:3.25rem;top:17.936849594116rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTIL7QvT0MDrapc8uNfRMvgu9lCbkbDA { width:15.1875rem;height:10.5625rem;top:7.3749885559081rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAFXCbu8e9xTpiwalxNqJm2QJqBfqcw1 { width:20rem;height:28.8125rem;top:29.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFGArCeNcfA92I9XKTaxAHCBIzfdlV2E { width:8.0625rem;height:8.0625rem;top:31.5rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWqgw5EPlZPyFTn5qlrZOM3FT6Vt6TNi { width:16.437rem;height:5.5234375rem;top:42.0625rem;left:1.75rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwcxBATXWna1iKsymffdukpZdGc13Chs { width:16.437rem;height:5.5234375rem;top:49.75rem;left:1.75rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkZNAlDcKN7Lh2NwSfWoZ5wskShfqvbS { display:block; }#gkZNAlDcKN7Lh2NwSfWoZ5wskShfqvbS > .row .container { width:20rem;height:60.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rxhXxkGA7aNQGVyty6bum3NcGgcofMIW { width:16.8125rem;height:1.625rem;top:2.5555553436279rem;left:1.5937500596046rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNIIS7mwQ8mVdu0TMl5JtBZqZCAPWiab { width:19.3125rem;height:3.25rem;top:4.125rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDIIyDLvTxksFJTcMJrXEs6ENqpTagFl { width:20rem;height:7.5293125rem;top:21.186199188233rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#XDIIyDLvTxksFJTcMJrXEs6ENqpTagFl li:before{  }
 }@media only screen and (max-width: 763px) { #UJJzp2uLw8mGS2K8VZMkXC7xssygC1ag { width:20rem;height:3.25rem;top:17.936199188233rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngSp1lfmy0T9y9QIT4F5Bt8TApJtUUNS { width:15.1875rem;height:10.5625rem;top:7.3749809265138rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vr2NywkcgG60AnxbEJ9Z7eciqdCfbtBg { width:20rem;height:27.9375rem;top:30.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJtsor53WHhJkf1u3cni0dlvRaVqEv1M { width:8.0625rem;height:8.0625rem;top:32.9375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXU1zGhBW4Q53TQW8XF8gyHTwnz5tH1O { width:16.437rem;height:5.5234375rem;top:43.75rem;left:1.75rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQM8guJmV4ngBUkCZQIdduuOgfbPZ7AA { width:16.437rem;height:2.76171875rem;top:51.625rem;left:1.75rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVpzXa95312tRSSkTprcRSfEAGT7UDWU { display:block; }#sVpzXa95312tRSSkTprcRSfEAGT7UDWU > .row .container { width:20rem;height:72.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ueJcLAzpr7lKLO90FnK6mIWxtd2Xr4a8 { width:16.8125rem;height:1.625rem;top:2.5416660308838rem;left:1.59375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Res45JOOIKw3vvuWfM8nGEGARKfTTVSH { width:19.3125rem;height:3.25rem;top:4.125rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkKAfRiklWk1GtZr5ir3sNJdtT8xLQ88 { width:20rem;height:8.910125rem;top:20.874349594116rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#mkKAfRiklWk1GtZr5ir3sNJdtT8xLQ88 li:before{  }
 }@media only screen and (max-width: 763px) { #BMuCG8caApB7byFIVqIBr0UcaOu7IovI { width:20rem;height:3.25rem;top:17.624349594116rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmoKWVGTTzNwvmqxaiMD5bTu5FxT80Z4 { width:20rem;height:3.25rem;top:31.687501907349rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUDpJyPictGXOfWLgOwbuhHFy5rNfngH { width:20rem;height:4.455075rem;top:34.937501907349rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#JUDpJyPictGXOfWLgOwbuhHFy5rNfngH li:before{  }
 }@media only screen and (max-width: 763px) { #aDO35vtes1RZZV90lAxop96RwUqIh29e { width:15.1875rem;height:10.5625rem;top:7.062479019165rem;left:2.4062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLifwdCCAAXaVw6vaXuR8kU324pcNoph { width:20rem;height:29.125rem;top:41.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sH5uXWwfL0JDfTT8e1TbTnwKRHMK9Wvb { width:8.0625rem;height:8.0625rem;top:43.875rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nrf82qofr97UXFanbwL7PGlIA9EcFOZf { width:16.4375rem;height:5.5234375rem;top:54.8125rem;left:1.8125rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpWyMhHgDK6Pg0M1499XDd6t9o43z1H2 { width:16.437rem;height:5.5234375rem;top:62.6875rem;left:1.75rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZsqlwBX5UbX0OTJPkz6WcfTgqbh5lLB { display:block; }#bZsqlwBX5UbX0OTJPkz6WcfTgqbh5lLB > .row .container { width:20rem;height:67.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N5FNLMKLXPyGTtOaQRLCksukJiV3E0k3 { width:16.8125rem;height:1.625rem;top:2.5555553436279rem;left:1.5937500596046rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsQpzi2pULw68uzLCcvO7ZTFtasO64kQ { width:19.3125rem;height:1.625rem;top:4.125rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMbFkuwf4Cgl5OOquSPC0cW79N2sJ2ET { width:20rem;height:7.5293125rem;top:19.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#bMbFkuwf4Cgl5OOquSPC0cW79N2sJ2ET li:before{  }
 }@media only screen and (max-width: 763px) { #fUGoM2EfTmGRDDXevtGTHXaMWfvILX9t { width:20rem;height:3.25rem;top:16.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMIv3kB7vQEP2s09Es3mhayWNGx8HXCd { width:20rem;height:3.25rem;top:28.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QD1TQ2vtTJHMw4uBBhtHseNUhnK63ebA { width:17.75rem;height:2.76171875rem;top:32.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#QD1TQ2vtTJHMw4uBBhtHseNUhnK63ebA li:before{  }
 }@media only screen and (max-width: 763px) { #IEJU0TB4F4CPFMQGFkQUEXo5TQoOn1Z5 { width:15.1875rem;height:10.5625rem;top:5.75rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCNUASX7AGF2r1k5zbAA1Mm6TffqROTl { width:20rem;height:28.5rem;top:37.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSbTWtuhHiJE7XPgTqzhFukCWVzc6hrQ { width:8.0625rem;height:8.0625rem;top:39.6875rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2BbdeG8lVnMrp4206U1o5smvN1GXUSh { width:16.437rem;height:5.5234375rem;top:50.4375rem;left:1.75rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LomKIATwe9D6v2Gd1sfNqfZV8hL8N44B { width:16.437rem;height:5.5234375rem;top:57.875rem;left:1.75rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZ2W6tESbpiB1nGIq9hdVWZQwy1aPVNc { display:block; }#PZ2W6tESbpiB1nGIq9hdVWZQwy1aPVNc > .row .container { width:20rem;height:70rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ol7QWC7EWefEHDmFcgZuk5p44TlRfFWU { width:16.8125rem;height:1.625rem;top:2.5555553436279rem;left:1.5937500596046rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUaeJSsdHDwa7IGDAH1JaOvxKMR7O6zN { width:19.3125rem;height:1.625rem;top:4.125rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHT7sJHahpQZfXSFRoWigllTAVPo0Pdi { width:20rem;height:8.910125rem;top:19.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#oHT7sJHahpQZfXSFRoWigllTAVPo0Pdi li:before{  }
 }@media only screen and (max-width: 763px) { #lRSxAa6FFf21sdqhis1nGQzhQkvyowym { width:20rem;height:3.25rem;top:16.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #La6XTT9RdFdbiqkNVEZa5UpaVaqez9cb { width:20rem;height:3.25rem;top:30.374979972839rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiQffuV7w49irnVNVhyVkbTkXayyMFMc { width:20rem;height:1.381225rem;top:33.624349594116rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#DiQffuV7w49irnVNVhyVkbTkXayyMFMc li:before{  }
 }@media only screen and (max-width: 763px) { #KgcX5prSeGMnPkT8zRx4Ttgb0TBpmNvm { width:15.1875rem;height:10.5625rem;top:5.75rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2SzRB2STP9nfVeKTKvFAxtoTLmxaTCl { width:20rem;height:30.8125rem;top:37.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqoSsS17XzcLwlzhTf7B8Z6nF2pOovMl { width:8.0625rem;height:8.0625rem;top:39.375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrkF5NlaqUUITon31SpR5lWrmr1hxi9V { width:16.437rem;height:5.5234375rem;top:49.875rem;left:1.75rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBEH88TDV3Pi24eXVUGqrtQWAZpT9A0i { width:16.437rem;height:8.285125rem;top:57.8125rem;left:1.75rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uql4NpJl2yBRp5poTG3FlPGGPbDsXWT1 { display:block; }#Uql4NpJl2yBRp5poTG3FlPGGPbDsXWT1 > .row .container { width:20rem;height:56.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E66EVZ24gycIvPrP7O964QReSZsix2nN { width:16.8125rem;height:1.625rem;top:2.5555553436279rem;left:1.5937500596046rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIrSFDC1WU3vHSUPSpTFNGzRtt0Wkst4 { width:19.3125rem;height:1.625rem;top:4.125rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDeIHWoNtNedRf0b4To3LtGT3x07CPMy { width:20rem;height:4.767575rem;top:19.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#JDeIHWoNtNedRf0b4To3LtGT3x07CPMy li:before{  }
 }@media only screen and (max-width: 763px) { #pzmPNZZ5k81PJmJHLhyS6L7HDpnU6df0 { width:20rem;height:3.25rem;top:16.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcPEJZdmm0lHBuQ5Puvm4U3ng6DRskVh { width:15.1875rem;height:10.5625rem;top:5.7500190734863rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9UXIxG0aq6mlc9QaulmkaaCFbaP1uq3 { width:20rem;height:28.625rem;top:26.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1W7y0bs3JuOPO8u8bJUxnlWPpCB4maT { width:8.0625rem;height:8.0625rem;top:28.3125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFewiNIRnatAHCvcTEP4oKPHpcdrg4aF { width:16.437rem;height:5.5234375rem;top:39.1875rem;left:1.75rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkfTJW3dGgIqu6mTzD7y3k04vBcvIaCo { width:16.437rem;height:5.5234375rem;top:46.75rem;left:1.75rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJ3vqZPk8n5nPf1hgGbuHtLqn6vWz1WI { display:block; }#sJ3vqZPk8n5nPf1hgGbuHtLqn6vWz1WI > .row .container { width:20rem;height:81.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CH2FTofSVAzbROrsyyi8TwSKmKDrxix6 { width:16.8125rem;height:1.625rem;top:2.5555553436279rem;left:1.5937500596046rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cD9gchFKJJi3WXfGe5BMNUcAbKMgFdUD { width:19.3125rem;height:3.25rem;top:4.125rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2CDSmwRZrOTQ2MNg0HRBrBVQdWqGSDF { width:20rem;height:10.291rem;top:20.874349594116rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#T2CDSmwRZrOTQ2MNg0HRBrBVQdWqGSDF li:before{  }
 }@media only screen and (max-width: 763px) { #TVUZrR7aiTaca4G05uWlemQBbLxTwBV7 { width:20rem;height:3.25rem;top:17.624370574951rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rB5NK6TUGT9C2omeAzWcsRtiTkJiTTf2 { width:20rem;height:3.25rem;top:33.000001907349rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lprTG0XFRbFSbwJsOSiK6ec8IX4SXL4a { width:20rem;height:11.984375rem;top:36.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#lprTG0XFRbFSbwJsOSiK6ec8IX4SXL4a li:before{  }
 }@media only screen and (max-width: 763px) { #c1kkt6XZafqISq8MeHqfkFVXmzmRDCIv { width:15.1875rem;height:10.5625rem;top:7.062479019165rem;left:2.4062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrWJVCnIE7WsWm733U76PV8EVl055V28 { width:20rem;height:29.375rem;top:50.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZX2HNTBcTdfutlgpEcg1WcQ6RuvNkQF9 { width:8.0625rem;height:8.0625rem;top:52.75rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRw2it7xS9kAeNZQPAOoclgOQgISRs1y { width:16.4375rem;height:6.9043125rem;top:63.6875rem;left:1.8125rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yifUtwtJPAD3qHw1NHPJxGCPuN3klqDl { width:16.437rem;height:4.142575rem;top:72.875rem;left:1.75rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENFMaOemtTGMx9z7v8h40TRfB0ZEWrxA { display:block; }#ENFMaOemtTGMx9z7v8h40TRfB0ZEWrxA > .row .container { width:20rem;height:74.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OGSKpgZsENuaEv3yZT6bAuoI3d0N5cc9 { width:16.8125rem;height:1.625rem;top:2.5555553436279rem;left:1.5937500596046rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rADDshS0JBfvI1vzrLOUwaLBt0QWma1P { width:19.3125rem;height:1.625rem;top:4.125rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBbIKZvHD9mh2Tl4LKClzlS9yGSSONAt { width:20rem;height:8.910125rem;top:19.562501907349rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#eBbIKZvHD9mh2Tl4LKClzlS9yGSSONAt li:before{  }
 }@media only screen and (max-width: 763px) { #hVH76f0aRTdlJgqLQiOqPOAmBt5rcXxT { width:20rem;height:3.25rem;top:16.312501907349rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRt9eXKVteGTVtBvTO1K2mtTRL4dn4m0 { width:20rem;height:3.25rem;top:30.500020980835rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ES0hoqq8HFpciyQNGCwJqi4GKWuzTbpZ { width:20rem;height:8.910125rem;top:33.750001907349rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#ES0hoqq8HFpciyQNGCwJqi4GKWuzTbpZ li:before{  }
 }@media only screen and (max-width: 763px) { #lkFSmVhHASddMRisH16OHgwDXpcCmJ0L { width:15.1875rem;height:10.5625rem;top:5.7500019073486rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2eVh2vuiGgk2l87JqDCVDKFRv561lE9 { width:20rem;height:28.3125rem;top:44.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LP8FynAsbRfsiH56zf0KVX8IR2uLPPp0 { width:8.0625rem;height:8.0625rem;top:46.4375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6i3gTtoaT1sy1yFvI8vFKydTDhi9EkZ { width:15.75rem;height:5.5234375rem;top:56.9375rem;left:1.75rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEJCLgmc4vRsg93cgNAfFJtgZ8dt8ATG { width:16.437rem;height:5.5234375rem;top:64.5rem;left:1.75rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkMJQpOwR64aRE4tpBFHzLSGzagz5Dlf { display:block; }#NkMJQpOwR64aRE4tpBFHzLSGzagz5Dlf > .row .container { width:20rem;height:73.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uADqJVNql4PWBt4WT5D4ZBJT5lxXCOwg { width:16.8125rem;height:1.625rem;top:2.5555553436279rem;left:1.5937500596046rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwbMPZExyDoucoWvgNfCwMPnkD6T2QhA { width:19.3125rem;height:4.875rem;top:4.125rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHevrvfTxtzPCsOoUrAFhkSIe44qafsk { width:20rem;height:6.1484375rem;top:22.811849594116rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#PHevrvfTxtzPCsOoUrAFhkSIe44qafsk li:before{  }
 }@media only screen and (max-width: 763px) { #bLhT6UJbeHr84XNhFoTnwGmSzIHF0WWh { width:20rem;height:3.25rem;top:19.561849594116rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUBIcoBxcK0sFyTrpFTPPnPNVVyxiLlw { width:20rem;height:3.25rem;top:30.812501907349rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9JD9DeEJOBAaLpinVn0dq31ly5wThtt { width:20rem;height:3.07421875rem;top:34.062501907349rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#O9JD9DeEJOBAaLpinVn0dq31ly5wThtt li:before{  }
 }@media only screen and (max-width: 763px) { #uNOi9twZsTV67k4pCkQhlzTLTmPF5ZcD { width:15.1875rem;height:10.5625rem;top:8.9999179840087rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZ5bvVaQ7M41CvycVvks5nvClXUZbD32 { width:20rem;height:32.625rem;top:39.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLJyuM1USC6TMhfVPFMeJTGJnUwCVf43 { width:16.4375rem;height:8.285125rem;top:54.5rem;left:1.3125rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nc8UumA0OyyEMk4tqtATPd9WTTogDThc { width:9.375rem;height:9.375rem;top:42.0625rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPDeUKRBF0LQZAmKs6kAIDeZfR2FtaVF { width:16.4375rem;height:4.142575rem;top:65.1875rem;left:1.3125rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsZIg6e4eDOt68pV6oKOBZf9kzWqhe2L { display:block; }#UsZIg6e4eDOt68pV6oKOBZf9kzWqhe2L > .row .container { width:20rem;height:73.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VaNTn6Hyy2coWWowGUFsR2tllvzxuky9 { width:16.8125rem;height:1.625rem;top:2.5555553436279rem;left:1.5937500596046rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsiI69H1JPW6LObCG1ZFfhfFVdQZL0CI { width:16.875rem;height:4.875rem;top:4.1796875rem;left:1.5625000596046rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBQuzOGQFp1RTnyJvdqwcFNfpm9hhcsk { width:20rem;height:10.291rem;top:22.865886688233rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#dBQuzOGQFp1RTnyJvdqwcFNfpm9hhcsk li:before{  }
 }@media only screen and (max-width: 763px) { #hC49gCtLfJmJgKcsEWT5zkROhW4wmsOg { width:20rem;height:3.25rem;top:19.615886688233rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkTxGW145fuLOTUoeOCLfQ6npBuRH84T { width:20rem;height:3.25rem;top:35.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6A7zyayfAiKNPwv0VesAT9mnZib8Mke { width:20rem;height:2.76171875rem;top:38.275390625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#v6A7zyayfAiKNPwv0VesAT9mnZib8Mke li:before{  }
 }@media only screen and (max-width: 763px) { #Tz3Kd96MksZd0lVQIIEEEHhVywH3h52L { width:15.1875rem;height:10.561875rem;top:9.05464553833rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkJMqMr59fGSfWiIa1ti5VdiTDdD7Eqy { width:20rem;height:28.5625rem;top:42.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0vRCSy9ADDEsxQG8VOkWxXZZ9WzCcmu { width:8.0625rem;height:8.0625rem;top:44.9375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwcvpkg3ozWqsNkKnRBqEOh1dpnSdIQK { width:16.437rem;height:6.9043125rem;top:55.5625rem;left:1.75rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvRHNpGMeIZirBrxDqSeglt6zLZD1N8p { width:16.4375rem;height:4.14258125rem;top:64.8125rem;left:1.75rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkdVELRrJ8xHHp6HKD37cxmk0agQzdFd { display:block; }#fkdVELRrJ8xHHp6HKD37cxmk0agQzdFd > .row .container { width:20rem;height:78.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BwtWDLbWSq3yZ1N5L7gqFFKchDrP5XmX { width:16.8125rem;height:1.625rem;top:2.5555553436279rem;left:1.5937500596046rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqIfV4JxCwtwKFDtpzQh6USHllEeNvna { width:19.3125rem;height:4.875rem;top:4.125rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1OI8bFredF7x1T0Ba2EcfAFHisU2PQv { width:17.9375rem;height:8.910125rem;top:22.809897184372rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#E1OI8bFredF7x1T0Ba2EcfAFHisU2PQv li:before{  }
 }@media only screen and (max-width: 763px) { #Vk2euhaQnlKAiKSn4uT3P5V9ES4PB8GP { width:20rem;height:3.25rem;top:19.560547590256rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZevRWZZdex9cw0tP3kt7kNi4wTV9wRD0 { width:20rem;height:3.25rem;top:33.687502622604rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoTJ79udV0pI7i0xiKp7CHtv6LNpGHcq { width:20rem;height:7.5293125rem;top:36.936850309372rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#UoTJ79udV0pI7i0xiKp7CHtv6LNpGHcq li:before{  }
 }@media only screen and (max-width: 763px) { #OV7wbkxUHnyzTTKi2aZ4I9NDJhnDPGQg { width:15.1875rem;height:10.5625rem;top:8.9993467330931rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Op9tIraTymN14kxTUJB46XVs9h88w8Et { width:20rem;height:30.0625rem;top:46.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtXVoUOA4Woqkz4QzDUGLGU3uAPtVIvW { width:8.0625rem;height:8.0625rem;top:48.5rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XavulTRbi53CJrUmOsWlkIx7JzgxWOMH { width:16.437rem;height:4.142575rem;top:59.3125rem;left:1.75rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXo3951MbXwSvWeuZvnEWO9ED1zVC5rc { width:16.437rem;height:8.285125rem;top:65.6875rem;left:1.75rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbL7bemMKisEOST5xfPDlZc0tGz6R8tJ { display:block; }#CbL7bemMKisEOST5xfPDlZc0tGz6R8tJ > .row .container { width:20rem;height:72.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bdZouVZTQDbGKvI9MQhUBs6BwQaAdT9v { width:16.8125rem;height:1.625rem;top:2.5555553436279rem;left:1.5937500596046rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuZbs8EXKim04CkKfIdOOUeZKwvuWIwa { width:19.3125rem;height:4.875rem;top:4.125rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O06QhMVF3289fZ5IfxC1gQcqLb7MzApm { width:20rem;height:8.910125rem;top:22.811850070953rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#O06QhMVF3289fZ5IfxC1gQcqLb7MzApm li:before{  }
 }@media only screen and (max-width: 763px) { #movhEVFzRJxqxrOBo0c9Dr3zR0xERpt2 { width:20rem;height:3.25rem;top:19.562417984009rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #moPKtnnJkqOp0a3kHWgbU5pClSwLEb1p { width:20rem;height:3.25rem;top:33.562502384186rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2vEqZHuDwXNT8ooLtl47egtol7tSFCT { width:20rem;height:2.76171875rem;top:36.812502384186rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#T2vEqZHuDwXNT8ooLtl47egtol7tSFCT li:before{  }
 }@media only screen and (max-width: 763px) { #M1S9Bq61J2ZfbFNDx84TLN5UAm5GRuKf { width:15.1875rem;height:10.5625rem;top:9rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcsZw2CuqBKVCiOHCJ4zyaovpiclNwVZ { width:20rem;height:28.625rem;top:41.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #loZpmNztXFw6MXxikLBfyFpOwbWayCwO { width:16.375rem;height:2.761725rem;top:65.375rem;left:1.3125rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkcyGPqt1PKwNQS12d86u6PxAAcGcUv9 { width:16.4375rem;height:5.5234375rem;top:56.9375rem;left:1.3125rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEy4BzNZ7T5CA9HOXT43McOmsJM3JJdb { width:9.375rem;height:9.375rem;top:44.5rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5XZiAfdLu2TBHGllkd5Q4aht30NyMqy { display:block; }#l5XZiAfdLu2TBHGllkd5Q4aht30NyMqy > .row .container { width:20rem;height:80rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zgXhfqnTE85dIT7PP1T3uJ0ggrOOSepi { width:16.8125rem;height:1.625rem;top:2.5555553436279rem;left:1.5937500596046rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEaxFydQb5dtUn4xVZSJnaazTPksqXq0 { width:19.3125rem;height:3.25rem;top:4.125rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sW68yDsDbHsKIpm1tvV5wMZea7ro1C3Q { width:20rem;height:10.291rem;top:21.187500953674rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#sW68yDsDbHsKIpm1tvV5wMZea7ro1C3Q li:before{  }
 }@media only screen and (max-width: 763px) { #ZJdQzIN7cDsRUEimXtkksJJfTpWONB0t { width:20rem;height:3.25rem;top:17.937500953674rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTlvqy8gARphriIydeGmXy5RdQ2hL7Ha { width:20rem;height:3.25rem;top:33.500000953674rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLICBoFfQ9nGkbR9NQTG3x7kAd6JHoo2 { width:20rem;height:12.296875rem;top:36.750000953674rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#rLICBoFfQ9nGkbR9NQTG3x7kAd6JHoo2 li:before{  }
 }@media only screen and (max-width: 763px) { #SGnfoJIAxtuinJIkeeOSDTfmeBWKRARe { width:15.1875rem;height:10.5625rem;top:7.3750791549681rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #erVeMtTDv0SE4EJadtbzTTlHq05UgI6R { width:20rem;height:26.75rem;top:51.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nILAclyMztqcadUSIi4auOTJGlN5zb97 { width:8.0625rem;height:8.0625rem;top:53.9375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDlOJiJKpABEgPJ5T8XxhCLeHdXrIVFk { width:16.4375rem;height:4.142575rem;top:64.375rem;left:1.8125rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nc4PIUArv7R1zTicGH1IkEPckl0Hn1ZT { width:16.437rem;height:4.142575rem;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) { #fNOKnDsbw9uxbJqRrpwJ1mCQpgR8V1oT { display:block; }#fNOKnDsbw9uxbJqRrpwJ1mCQpgR8V1oT > .row .container { width:20rem;height:76.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W6nlNpebkurFboZ0zAcC6Xe1brs7K8E2 { width:16.8125rem;height:1.625rem;top:2.5555553436279rem;left:1.5937500596046rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVtpaTDIFmqVkJ0hIHDg8zSK48pH4dBW { width:19.3125rem;height:3.25rem;top:4.125rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5HJN65h59Mzo6zOnQnEdh6Q0SQBtkhi { width:20rem;height:8.910125rem;top:20.873699188233rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#C5HJN65h59Mzo6zOnQnEdh6Q0SQBtkhi li:before{  }
 }@media only screen and (max-width: 763px) { #ToMV3qmhIy4wb06k9xH8EZHb09crFaux { width:20rem;height:3.25rem;top:17.624309539795rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWGOGXS5Rr8nRyvBlzThNZBAUf2p08Be { width:20rem;height:3.25rem;top:31.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMhrwcLB9cbKiWZDJdwRcunAUFTUy8GA { width:20rem;height:8.910125rem;top:35rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#iMhrwcLB9cbKiWZDJdwRcunAUFTUy8GA li:before{  }
 }@media only screen and (max-width: 763px) { #bA3s4X4yVLMVG9D5QcxVBFnazx3dzeqv { width:15.1875rem;height:10.5625rem;top:7.062479019165rem;left:2.4062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUiN3hn1i2QzcwQLJI5tlyG7mDty6lIn { width:20rem;height:29.1875rem;top:45.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8x6Vxs2yTiFoP4uOp6KerXNOLf4oRoM { width:16.375rem;height:1.381225rem;top:69.3125rem;left:1.3125rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oW71Fk3gKCSGeAgv0vODqRbTRIXL0ZiU { width:15.4375rem;height:4.142575rem;top:60.875rem;left:1.3125rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSskyUPnbMy7AK1bVTakc6hTA7gaErnJ { width:9.375rem;height:9.375rem;top:48.4375rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqMvUOLaV1Ew88L5RPTzLyOcM1Ooprr9 { display:block; }#HqMvUOLaV1Ew88L5RPTzLyOcM1Ooprr9 > .row .container { width:20rem;height:64.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ur1DR9KLCGDbt8L2cfTeFTvOykdinOJB { width:16.8125rem;height:1.625rem;top:2.5555553436279rem;left:1.5937500596046rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3NADbV3Wd9XANQbAdKvb6diIbK3V0sA { width:19.3125rem;height:1.625rem;top:4.125rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODnpneANRQRv7lJadsf4GUh9QbIwzXA3 { width:20rem;height:6.1484375rem;top:19.562501192093rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#ODnpneANRQRv7lJadsf4GUh9QbIwzXA3 li:before{  }
 }@media only screen and (max-width: 763px) { #piCOZeLbqsDIhymrSlUwp7cKfu8ClzGx { width:20rem;height:3.25rem;top:16.312501192093rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIT5B9unGhgfn8SuOrG62TWKX5o02lqy { width:20rem;height:3.25rem;top:27.562501192093rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnA4r3JLTXHF3vzbcSmUSys8GDSHpOhy { width:20rem;height:2.76171875rem;top:30.812501192093rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#BnA4r3JLTXHF3vzbcSmUSys8GDSHpOhy li:before{  }
 }@media only screen and (max-width: 763px) { #Rk8iBqnWIBKuG6ZSLlnxNpopdaCvTnJn { width:15.1875rem;height:10.5625rem;top:5.7500410079956rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rurQwn93y6eTtNqONeDhpDKWiqZVairR { width:20rem;height:27.0625rem;top:35.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4gTMxTqcIPLMP0IQNfl1muzy2yTQOGW { width:8.0625rem;height:8.0625rem;top:37.5rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3gLvBnDGQ5ZWaZe586PgNMfOa7sL91A { width:16.437rem;height:5.5234375rem;top:48.25rem;left:1.75rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0kM4EEQ76byaL12h3IJLCncZFogrnPL { width:15.5625rem;height:4.142575rem;top:55.9375rem;left:1.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWouZ5dy3NK6k0yP0oh41gtkeqqqZXR3 { display:block; }#oWouZ5dy3NK6k0yP0oh41gtkeqqqZXR3 > .row .container { width:20rem;height:76.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ji1e63Cge4PFJ3aVQNhNCPRCQw5riIdP { width:16.8125rem;height:1.625rem;top:2.5555553436279rem;left:1.5937500596046rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVuQwqu8zBUvZR4stoyvKWtrFKmi3zND { width:19.3125rem;height:3.25rem;top:4.125rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mc1k9TlPT4hAm3rWE9VeZbLxXQP0K13o { width:20rem;height:10.291rem;top:21.125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#mc1k9TlPT4hAm3rWE9VeZbLxXQP0K13o li:before{  }
 }@media only screen and (max-width: 763px) { #yd7e7eykoTdPAgguMSFPAxvxgomTR7lK { width:20rem;height:3.25rem;top:17.875038146972rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6NnO48JfdWlvpI2e1lMrHK7sCJZFGSd { width:20rem;height:3.25rem;top:33rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Al6b7VpciRpmiLw8FrwwoI9Hsew5NwtO { width:20rem;height:8.597625rem;top:36.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#Al6b7VpciRpmiLw8FrwwoI9Hsew5NwtO li:before{  }
 }@media only screen and (max-width: 763px) { #ck9HOGXzhhzLIQEFCEK1Fn8mJOyQ3gTd { width:15.0625rem;height:10.5rem;top:7.375rem;left:2.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IM3rRqeUsT7yAXJzf9i1IcuAcaWZD6zS { width:20rem;height:27.9375rem;top:46.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJg511FenKT8heWsqFvRVRJOtvgX2PyX { width:8.0625rem;height:8.0625rem;top:48.9375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #elAWLlLIrPr8pXUxxlhDTbd9Bi1PrSgK { width:16.4375rem;height:4.142575rem;top:59.875rem;left:1.8125rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnRlNWaAfBQ3CDx4IdKU0LIXotKhNRB1 { width:16.437rem;height:5.5234375rem;top:66.375rem;left:1.75rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXJRHJTOEhAtVETlb3GiUhRGh6urlUtC { display:block; }#MXJRHJTOEhAtVETlb3GiUhRGh6urlUtC > .row .container { width:20rem;height:69.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hZnIJU3FxynlwFtIuDToFsc2eAT6DidL { width:16.8125rem;height:1.625rem;top:2.5555553436279rem;left:1.5937500596046rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPZmPLWB7LrXdvxpHFI7bmSOWiZeDgI7 { width:19.3125rem;height:3.25rem;top:4.125rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtyTNH927JEbyiw8MgbsOb0pScrNl2ez { width:20rem;height:7.5293125rem;top:20.811851501465rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#FtyTNH927JEbyiw8MgbsOb0pScrNl2ez li:before{  }
 }@media only screen and (max-width: 763px) { #Qk4VwnvaPdLoB6cJ35wX8GMbFVQAvEul { width:20rem;height:3.25rem;top:17.561851501465rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRRrqpoeuTssNmZZCvlsi8Kg5dmxCVga { width:20rem;height:3.25rem;top:30.312541007996rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6XLFdmxm1nbZIkMiT2n1QG6cgpq80Bp { width:20rem;height:6.1484375rem;top:33.562500953674rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#J6XLFdmxm1nbZIkMiT2n1QG6cgpq80Bp li:before{  }
 }@media only screen and (max-width: 763px) { #tli86JhDD0c5XG6ug8WTEk3FIbVcsMch { width:15.0625rem;height:10.5rem;top:7.062479019165rem;left:2.4062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7WDTZ7htrv6y5AoCr92s5LQWL0raaDQ { width:20rem;height:26.0625rem;top:41.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #suPDDMeFnyafkNT8hIH3eeMQcc9JJ6qo { width:8.0625rem;height:8.0625rem;top:43.6875rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVDbi1se9JTrF70VpdgzJTMu883kqXOC { width:16.4375rem;height:5.5234375rem;top:54.625rem;left:1.8125rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHSU3O0F7xAMbMfigAcNL2gZP45TtegG { width:15.5625rem;height:1.381225rem;top:63.0625rem;left:1.75rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxLV2s4iyAiMLpDR9gCF4C5aoJ1SfZWe { display:block; }#mxLV2s4iyAiMLpDR9gCF4C5aoJ1SfZWe > .row .container { width:20rem;height:84.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BnaFHLwbWadI2uNlzuNL7FzJZTdy7NiF { width:16.8125rem;height:1.625rem;top:2.5555553436279rem;left:1.5937500596046rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLEqZ0pM3z4rTo8lcWeV1WESo3zOGwTb { width:19.3125rem;height:3.25rem;top:4.125rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z58qAZbtlgZctsTQr3oQqsUVRwGh0rOV { width:20rem;height:8.910125rem;top:21.124350070953rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#Z58qAZbtlgZctsTQr3oQqsUVRwGh0rOV li:before{  }
 }@media only screen and (max-width: 763px) { #KTK77aSur62p0KXR5Ngta9Dbo232ag9v { width:20rem;height:3.25rem;top:17.874350070953rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8812Vg4AmtCTFoiUfm5XBQwk93DfnBv { width:20rem;height:3.25rem;top:31.875002384186rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkUegR07QFtzoTs6r9X5WvXL0yTQW7rB { width:20rem;height:13.99025rem;top:35.125002384186rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#DkUegR07QFtzoTs6r9X5WvXL0yTQW7rB li:before{  }
 }@media only screen and (max-width: 763px) { #UVeh8LVIVKJqGMb7r1ZPJShN4XHKgEb6 { width:15.0625rem;height:10.5rem;top:7.3749179840087rem;left:2.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9dFhkJf70h0izl9aZpyZQXGqd9hxwz7 { width:20rem;height:31.5rem;top:51.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQ1aT7n4nhdBden4Enz0si31rxSlsU7E { width:16.375rem;height:4.14258125rem;top:74.875rem;left:1.3125rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEcOZuI3DyHruPha6LhrXlZZ71Q0TpbG { width:14.25rem;height:5.5234375rem;top:66.4375rem;left:1.3125rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4W4WPWSM4Dm5A1Spdk4hkVpq86idSRL { width:9.375rem;height:9.375rem;top:54rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MX5Gl13dv2EIc97aXHa8h63r2unwX6Z8 { display:block; }#MX5Gl13dv2EIc97aXHa8h63r2unwX6Z8 > .row .container { width:20rem;height:77.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JT2wBwMaU5vy4JuVbWg78yT609sqizwt { width:16.8125rem;height:1.625rem;top:2.5555553436279rem;left:1.5937500596046rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSAtWbWEo8O2LUU2n1zcuIX6GeqnOuAk { width:19.3125rem;height:1.625rem;top:4.125rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTUebwlXWF1DIGz2frTRJ91FbMTe8rRC { width:20rem;height:8.910125rem;top:19.499350070953rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#hTUebwlXWF1DIGz2frTRJ91FbMTe8rRC li:before{  }
 }@media only screen and (max-width: 763px) { #qC3xmMnRGQXFHEttnLBpW6z4oChaZFhI { width:20rem;height:3.25rem;top:16.249350070953rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2cytbMnXNHvFX8g3HD7NAlI9ovhFSb6 { width:20rem;height:3.25rem;top:30.250002384186rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrNsoTlNIw52f9DZP35eg2i8O1LvQtT7 { width:20rem;height:8.910125rem;top:33.500002384186rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#zrNsoTlNIw52f9DZP35eg2i8O1LvQtT7 li:before{  }
 }@media only screen and (max-width: 763px) { #esX0fAhNRPiR4KXMh5Wu0FpE66oG5Ay5 { width:15.0625rem;height:10.5rem;top:5.7499599456787rem;left:2.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyqVPiuet1e1D2QylPpnXGtHoGRpTCpc { width:20rem;height:30.625rem;top:44.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsNAUIkfMWwP1l1l0CIzDml2OLybQtgI { width:9.375rem;height:9.375rem;top:47.4375rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vD67M0pgNsUwGXAvH7NUnri0QKzHvwH3 { width:15.8125rem;height:5.5234375rem;top:59.875rem;left:1.3125rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSJGKTHQWqUxhs4LoBiqZMR9yhRhPTTm { width:16.4375rem;height:2.761725rem;top:68.25rem;left:1.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6P0GLH5GrV5SwOn3QXsc0dIEnNiQxhq { display:block; }#I6P0GLH5GrV5SwOn3QXsc0dIEnNiQxhq > .row .container { width:20rem;height:62.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xCHqUGCEpF2bpl173wG1WP4TFH6BClot { width:20rem;height:4.0625rem;top:2.51171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTthlhlmETDJ2i7l4P1TRgkcKVc8T0MO { width:19.6875rem;height:12.75rem;top:14.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUxVvQeqJ78EiWkXZc5aOrWhUdcSC1aZ { width:18.125rem;height:0;top:20.1875rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kZ5fiGEDb2oR40PBFII1tXEll4N2Zw7A { width:18.75rem;height:2.76171875rem;top:38.8125rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wr74TVHpMSzI7bg3psckRq84oFDTRJc3 { width:20rem;height:1.875rem;top:6.57421875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfGDGGo944h9UTsQzRC9kopUIVXscott { width:18.75rem;height:11.6979125rem;top:25.9375rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.125rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #T7M64aBbfRvqA15AVdw1daL4urToXDVw { width:20rem;height:15.59375rem;top:42.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OP1V5Qm7oxFlvHoFEfXlumhEXA7oQX6n { width:18.75rem;height:4.78125rem;top:8.44921875rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rX5eJvhgUoTnW8pkKE4LSIIDK2FVHmlh { display:none; }#rX5eJvhgUoTnW8pkKE4LSIIDK2FVHmlh > .row .container { width:20rem;height:35.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rdVJwA5isy2L47KXZcZ07pTZ9oEWy36m { width:20rem;height:2.8125rem;top:31.099827408791rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTiuBbpkPNT1BcJfgL9VdW3enDCdP98G { width:18.75rem;height:7.125rem;top:28.099853515625rem;left:0.62499994039536rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWx5aT6pmE5LRT1OSGhRHhG9FGXxSrqR { width:20rem;height:0;top:28.778686523438rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #OVDaC0duwTziAMg6rSb7KGbAD08DRZpD { width:17.937rem;height:11.562rem;top:20.404541015625rem;left:1.484619140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITioGdbeKkf19OkClrJ3vvfyoEoT2Rt0 { display:none; }#ITioGdbeKkf19OkClrJ3vvfyoEoT2Rt0 > .row .container { width:20rem;height:55.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QfkbRbQcE3K7Fobh074TZpWIpvTNaS2y { width:18.125rem;height:3.4125rem;top:10.125rem;left:0.93663197755812rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kw2RoV62lF4mVrCSTTIMIABik8hDEsKk { width:18.125rem;height:4.14375rem;top:27.067708015442rem;left:0.93663197755812rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wk8d7F6aszbXXMFUhKi6z5BxCZ9I3R8M { width:17.25rem;height:11.7rem;top:33.39582824707rem;left:1.2491319775581rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcFKL0Su0mEutTKnpFcfLdylKZz6ITlc { width:3.12421875rem;height:2.25rem;top:91.778908967969rem;left:7.1871090233325rem;display:none; }
 }@media only screen and (max-width: 763px) { #W5mXPWRg2ElOon87oRFaJrS20nCwqIFT { width:18.125rem;height:10.2375rem;top:14.725694656372rem;left:0.93663197755812rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeZgMPPHdcFAqgpbMtdFRUifTx89QTWJ { width:20rem;height:0;top:8.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #IghDckoUvF0uLAxOpm7JdCbnDCFJEEFT { width:4.125rem;height:6.5625rem;top:48.437505722046rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgPJfx5uvSQhSu6VtvfzuxZzweTFbmbM { width:20rem;height:1.875rem;top:1.3680553436279rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HK2ua26ogkpT89nUqguqZSndQc2EStMs { width:18.75rem;height:1.38125rem;top:5.5564231872559rem;left:0.62413197755814rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT5D7ebfk83gdRqp7Td682G9wNBDlT2I { width:18.125rem;height:3.75rem;top:4.3697261810303rem;left:0.93663197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #BinEg5XzwZ32hHPel5UGIT9q3UuJh6Cd { width:18.75rem;height:48.4375rem;top:0rem;left:0.62413197755814rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #peIKZP6SsCJ20mZgRPzuTUfpe5J5n2iK { display:block; }#peIKZP6SsCJ20mZgRPzuTUfpe5J5n2iK > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vh9qCT3Gsn7fxzsqJ05VZznmH3tcqr3h { width:20rem;height:0;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #ua0JkXHz4Gflmo7zsZMvxb2XI37JCnSF { width:19.9991875rem;height:0;top:1.875rem;left:0.0011718869209289rem;text-align:center;text-align-last:center;font-size:1.125rem;font-weight:400;font-style:normal;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #uGs8J5NX9O2fnACQCIXFdBPanHMUE0HN { width:20rem;height:auto;top:14.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #ANHLdM7dLo3bePzbnFihW6eT1NgTCGMU { width:20rem;height:6.5rem;top:2.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;font-weight:700;font-style:normal;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #GR7mfXqHpLTpqMMiDnAzzzAb1CTnUG3X { display:block; }#GR7mfXqHpLTpqMMiDnAzzzAb1CTnUG3X > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rk6JnNLWnaZWQ3gGOpoRBhk3T0eiLwHc { width:20rem;height:11.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8BD8kMg61JzOPar1T7Ie1X1tq8n7G8N { display:block; }#k8BD8kMg61JzOPar1T7Ie1X1tq8n7G8N > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bT9fQ4ZOfDWhwlSewIIpPVhPeKZUpqgT { width:20rem;height:3.25rem;top:0.0625rem;left:0rem;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) { #O4rwZNBgfl3A40FIUJOUQR5yCZQDHevf { width:19.9991875rem;height:0;top:1.875rem;left:0.0011718869209289rem;text-align:center;text-align-last:center;font-size:1.125rem;font-weight:400;font-style:normal;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #BsQmp47n0xRe8LzXQsN085V1enLoV4aa { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c3adb718-0c11-482f-b25f-bd0b3a2cdc13/KolazPodlasie2510x12201.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#BsQmp47n0xRe8LzXQsN085V1enLoV4aa.adaptive-delivery-prevent-bg, #BsQmp47n0xRe8LzXQsN085V1enLoV4aa.lazyload, #BsQmp47n0xRe8LzXQsN085V1enLoV4aa.lazyloading { background-image: none; }#BsQmp47n0xRe8LzXQsN085V1enLoV4aa > .row .container { background-color: transparent; background-image: none; }#BsQmp47n0xRe8LzXQsN085V1enLoV4aa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BsQmp47n0xRe8LzXQsN085V1enLoV4aa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BsQmp47n0xRe8LzXQsN085V1enLoV4aa > .row .container > .video-iframe-container { display: none; }#BsQmp47n0xRe8LzXQsN085V1enLoV4aa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BsQmp47n0xRe8LzXQsN085V1enLoV4aa > .row > .video-iframe-container { display: none; }#BsQmp47n0xRe8LzXQsN085V1enLoV4aa > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BsQmp47n0xRe8LzXQsN085V1enLoV4aa > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SBUouO0iakAhE6TcAt6BAgN71JUcLuPx { display:block; }#SBUouO0iakAhE6TcAt6BAgN71JUcLuPx > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sTnPNbDiExS3UiB0wrN7qZP7u1NpMHkC { width:20rem;height:3.57421875rem;top:2.4375762939453rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qGWyiMlKCoSimrJQPmoAqVDWkXm8CvZ1 { width:19.9991875rem;height:0;top:1.875rem;left:0.0011718869209289rem;text-align:center;text-align-last:center;font-size:1.125rem;font-weight:400;font-style:normal;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #H6iKHVdrtxRrnAKziqrJ6z66oa1V1yST { width:19rem;height:4.0625rem;top:6.91796875rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4HySTUJmAHdLABvmxQABPX6ZIuVufls { display:block; }
 }@media only screen and (max-width: 763px) { #vu4VCJJ7QQihHTJ0AJydTKCc2QoSbp2M { display:block; }#vu4VCJJ7QQihHTJ0AJydTKCc2QoSbp2M > .row .container { width:20rem;height:35rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bZgLPdN80uBJuy7CLTdTHS0fRM6JoVkg { width:19.4375rem;height:26.875rem;top:6.99609375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kb3bNXl6755PXpl4ogu4kWMVFAC0GTwQ { width:9.375rem;height:9.375rem;top:2.625rem;left:5.3125rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #nLiosXn58KdNW68VGiAQfDWoReT2XRkd { width:18.125rem;height:13.80860625rem;top:13.475341796875rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5tftNyVq9ZWlpaNTApbvHJZ6TrQ19EG { width:18.125rem;height:5.52344375rem;top:27.283800125122rem;left:0.93663197755812rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIkFN3gurJKCZQ7Vs95a8WPB3rg0fwkk { display:block; }#RIkFN3gurJKCZQ7Vs95a8WPB3rg0fwkk > .row .container { width:20rem;height:35rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TEXObOQmlIQ19RnKQgTZA2JmBw1T3skU { width:19.4375rem;height:26.875rem;top:6.99609375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #McsRRB2GkuMshMIlNRAuE5egDOD61VCh { width:18.125rem;height:13.8086rem;top:13.475341796875rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGl7pp8o7chhzZysiAyimwVTz2FxUBK9 { width:18.125rem;height:2.761725rem;top:27.283855915069rem;left:0.93663197755812rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0I6ODtEvoPFzx3Oii7Ql8FaHhCNxBQ1 { width:9.375rem;height:9.375rem;top:2.625rem;left:5.3125rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #kQ693qkzcHwK3h9JQ0V0CH50qppE2aCy { display:block; }#kQ693qkzcHwK3h9JQ0V0CH50qppE2aCy > .row .container { width:20rem;height:44.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ym1hdVGm6HL44pq6nHU1Kf4zVWbvrqam { width:19.5625rem;height:34.625rem;top:6.9956665039062rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6IXJZ7TxI2PFwOfOco1619gZL7UbQDM { width:18.125rem;height:22.0937375rem;top:13.475341796875rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdq9Sw3BpyNdR6FPTSBsMNpMdM1neiwk { width:18.125rem;height:4.14258125rem;top:35.571179628372rem;left:0.93663197755812rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGVvz833p40Z7PsTm4IsoHRC2o3Tq7Qp { width:9.375rem;height:9.375rem;top:2.625rem;left:5.3125rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #TR1n3gBuIOOLC8tFsM3ipF6JeNK6CmoB { display:block; }#TR1n3gBuIOOLC8tFsM3ipF6JeNK6CmoB > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TVBTKr4Vuv76uvGc2ysLHWIttcA62mdl { width:19.5rem;height:24.125rem;top:6.9956359863281rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvowC6gwPenKkHyU8780TsMAeR0Q1d8x { width:18.125rem;height:0;top:13.475341796875rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #E2wlHUKcyPboURqPfkWgw7cdhqQRqLRz { width:18.125rem;height:2.761725rem;top:25.904418945312rem;left:0.93663197755812rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDWeGMf89r8HmPLkw5wknXRPCe9AyaNZ { width:9.375rem;height:9.375rem;top:2.625rem;left:5.3125rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #HxmStd2UuO5Ws20kbexAFo1VZwd3EDA9 { width:18.125rem;height:12.42773125rem;top:13.529514312744rem;left:0.93663197755812rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #JTDxnVPOkp35HF6CZulBpkwTOXMaSRxo { display:block; }#JTDxnVPOkp35HF6CZulBpkwTOXMaSRxo > .row .container { width:20rem;height:37.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PweC0Liecf3HqCKUTkMBD1cmKlL5E695 { width:19.5rem;height:28.8125rem;top:6.9956359863281rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuQdQ5nnJ0ZNdWExUMGHPXUV02XvZC8M { width:18.125rem;height:16.5703rem;top:13.475341796875rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g346pBJkcPHXvFgTgEh1IGpVCKDHSndx { width:18.125rem;height:4.14258125rem;top:30.006076812744rem;left:0.93663197755812rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pexXDDrsNOXs89Sptwt32zwGth32TBJ8 { width:9.375rem;height:9.375rem;top:2.625rem;left:5.3125rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #r8i2qvqAt10N07UzthnBR09h3bJ0NSUI { display:block; }#r8i2qvqAt10N07UzthnBR09h3bJ0NSUI > .row .container { width:20rem;height:7.43701171875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TfEyxMgtlWw52dJodz21eZJA1iXxusRF { width:17.1875rem;height:6.09375rem;top:1.3431015014649rem;left:1.40625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #urvoC0QMm5gcHhsCwacGugJBTyJLuJfJ { width:19.999125rem;height:6rem;top:6.458251953125rem;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) { #lIZm7DtsI5PC2sfa0DPKN30tcGZmH7AE { display:block; }#lIZm7DtsI5PC2sfa0DPKN30tcGZmH7AE > .row .container { width:20rem;height:244.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OJoNhhapIbOrfauoTcgdB0PSkWS7Wtia { width:18.625rem;height:43.875rem;top:19.123048067093rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WO5QaBcJOI0IwvetOQFuEGC4h9nqZnHF { width:20rem;height:51.75rem;top:72rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnC2NxT4SdTkHByqZERmlxvFdocfxJ6f { width:20rem;height:51.5rem;top:131.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHlslXrMnuMndEZ5qpHmoft2sfaTMsfg { width:20rem;height:54.625rem;top:189.8125rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #PFcpkN4E1J6iSCLFbHXUrrha32RkiI21 { width:18.75rem;height:37.125rem;top:84.625rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #kfa5PB46BBsFQoT45S3S8tTpaUudJv03 { width:9.375rem;height:9.375rem;top:67.3125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbz1Qza4ceTxWnP8hyyk6x5VezASJckQ { width:9.375rem;height:9.375rem;top:184.8125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFGfITGP2zEDTy9kUxziOXU2mbKU9Id6 { width:15.875rem;height:0;top:150.5rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AKUQ0wXbZvXBxdE3ux0FLPkFHFSq50lp { width:9.375rem;height:9.375rem;top:126.25rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpdyoW9qfPAsOnUPTqUaIKQKGT3XMT91 { display:flex;width:2rem;height:2rem;top:77.75rem;left:5.1875rem; }
 }@media only screen and (max-width: 763px) { #XphrvRrM6Wof4skOLBtWSRE76MkS0ZHM { display:flex;width:2rem;height:2rem;top:77.75rem;left:7.1875rem; }
 }@media only screen and (max-width: 763px) { #UNslaNH25szkMhL35qXI8yrpkkLwoUUW { display:flex;width:2rem;height:2rem;top:77.75rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #zOJGCK1pCMbo5cD59hXgPsLEhTs7qouv { display:flex;width:2rem;height:2rem;top:77.75rem;left:10.875rem; }
 }@media only screen and (max-width: 763px) { #mVrqFGLNckcUT6PFt7bfmStatIuHdNTf { display:flex;width:2rem;height:2rem;top:77.75rem;left:12.875rem; }
 }@media only screen and (max-width: 763px) { #I5fcz2H7IB7DZkLtUgXS7PQX1JZviDwu { width:18.5rem;height:2.76171875rem;top:15.309895753861rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmgcM1DFtMcyrcJAT33PTvPfob3PTRfi { width:20rem;height:57.9375rem;top:6.998046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQWlETxbiUgzmsq9EtgBvK6tmnBmF4Us { display:flex;width:2rem;height:2rem;top:195.125rem;left:5rem; }
 }@media only screen and (max-width: 763px) { #UKgAnDAzygFqRJlNmi237rAXCpc3k5iN { display:flex;width:2rem;height:2rem;top:195.125rem;left:7rem; }
 }@media only screen and (max-width: 763px) { #cqHo6NlT3LE9gdCLrzKW1X2MIcVpQpl9 { display:flex;width:2rem;height:2rem;top:195.125rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #Wcqa3NT5nsyldsPOZPTH6DRDwTwcH1g6 { display:flex;width:2rem;height:2rem;top:195.125rem;left:13rem; }
 }@media only screen and (max-width: 763px) { #BdoGypKfomQ5hcLE7uRBO4WhuB6emzSD { display:flex;width:2rem;height:2rem;top:195.125rem;left:11rem; }
 }@media only screen and (max-width: 763px) { #TNoOhBl13LVUP7DCodDaTJHWAFVJ8ykJ { display:flex;width:2rem;height:2rem;top:136.5625rem;left:5rem; }
 }@media only screen and (max-width: 763px) { #ic1xc98DnPTEraQy5mEwCne93PS3xWXm { display:flex;width:2rem;height:2rem;top:136.5625rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #UbfJ9Ty6F1SfTUBJxptV7J7Ca8zk8Rgq { display:flex;width:2rem;height:2rem;top:136.5625rem;left:11.0625rem; }
 }@media only screen and (max-width: 763px) { #Qdvh6LgA4XPMvuT2GJCiIIpATaRIGHdp { display:flex;width:2rem;height:2rem;top:136.5625rem;left:7rem; }
 }@media only screen and (max-width: 763px) { #S0xhJORkBkU2c7NhZdVGJcktTOwdoPR9 { display:flex;width:2rem;height:2rem;top:136.5625rem;left:13.0625rem; }
 }@media only screen and (max-width: 763px) { #Viw4yUPDkstSVJDRnT0nTyT73EIE5bh3 { display:flex;width:2rem;height:2rem;top:12.375rem;left:9.125rem; }
 }@media only screen and (max-width: 763px) { #moqypTRP53h6yz1lPHmhGfLPCTvUZfwy { display:flex;width:2rem;height:2rem;top:12.375rem;left:11.0625rem; }
 }@media only screen and (max-width: 763px) { #PL8OQeLk7MqmT5TwA9RG1oOQduoZTUwk { display:flex;width:2rem;height:2rem;top:12.375rem;left:7.1875rem; }
 }@media only screen and (max-width: 763px) { #LhM4KaH0scUdtrHrKpB7BySQumweAxU3 { display:flex;width:2rem;height:2rem;top:12.375rem;left:13.0625rem; }
 }@media only screen and (max-width: 763px) { #rn3Gz6OL0UsUKpAD4odsuMNG8Xhve4Qs { display:flex;width:2rem;height:2rem;top:12.375rem;left:5rem; }
 }@media only screen and (max-width: 763px) { #nXPSqpASNf0nXyLBtBn50h02UsKDAsrv { width:18.75rem;height:2.76171875rem;top:81rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXTWTP9oSffWg87wIsP2mhqn32AokdAW { width:16.4375rem;height:1.381225rem;top:139.625rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmFvGrXSLux9sCuiUS7wlVB8nROWGxRd { width:18.4375rem;height:37.125rem;top:143.3125rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #gD8UTyvQeOea43RyrTPTvPEhWlczePKI { width:15.875rem;height:2.76171875rem;top:198.1875rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WscTqhIMixbs94ko6FwSwufCKS64XVoX { width:18.75rem;height:40.5rem;top:202.0625rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #vaTmmQOmVbhAXuKdIlMo8TDdO8ANDmJ0 { width:9.375rem;height:9.375rem;top:2.060546875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRg1CNgZC6i9oe0B76A1nxPW2zs0PMFc { display:block; }#KRg1CNgZC6i9oe0B76A1nxPW2zs0PMFc > .row .container { width:20rem;height:124.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qlCX51VrEthNbTaaq9UVR5CGrCa6fIE3 { width:18.4375rem;height:43.875rem;top:19.228517532349rem;left:0.78125rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tO6UQcWGshDwsEGcn3h9oCAcIGhnTDl6 { width:20rem;height:50.3125rem;top:71.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXvHLXe5B2PJNa5pwrhIXAv0aq836Wbc { width:18.75rem;height:35.4375rem;top:84.75rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TvOyF5AH7LtHDSwoQPSlorN6dmQ0hoM8 { width:9.375rem;height:9.375rem;top:67.5rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPRaq5zxiPsKUU4M0SWKtvsExrOHyGp6 { display:flex;width:2rem;height:2rem;top:77.875rem;left:5.1875rem; }
 }@media only screen and (max-width: 763px) { #HXtf7CPWLXAVhJp3K8nPETpokPKXxXf4 { display:flex;width:2rem;height:2rem;top:77.875rem;left:7.125rem; }
 }@media only screen and (max-width: 763px) { #DpUGB68icbFwO7QKnKmazVJVMboTRWwQ { display:flex;width:2rem;height:2rem;top:77.875rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #JQAGxE6S3N69EtkM857UPuoRSMrHnlNl { display:flex;width:2rem;height:2rem;top:77.875rem;left:10.8125rem; }
 }@media only screen and (max-width: 763px) { #BDd7vv7hGeZU3yb4dkA69CQ7XRNt8OT7 { display:flex;width:2rem;height:2rem;top:77.875rem;left:12.8125rem; }
 }@media only screen and (max-width: 763px) { #nAImx2T8LPbvtQ9Xv7nVGBSu6BciTlmT { width:18.5rem;height:2.76171875rem;top:15.570314407349rem;left:0.75rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qd129RkQewNEFpMuXDB0116U1soULGyn { width:20rem;height:58.0625rem;top:6.998046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CK122KUiZwyUCKCvphJA3QqQeCGKMDzw { display:flex;width:2rem;height:2rem;top:12.4375rem;left:5rem; }
 }@media only screen and (max-width: 763px) { #kq8sqOML0DsWSHHOL6UA8JTiwWT7y6pN { display:flex;width:2rem;height:2rem;top:12.4375rem;left:7rem; }
 }@media only screen and (max-width: 763px) { #bd8k6WPmRGqGlSmZU2sTA9J2EEdyAQFs { display:flex;width:2rem;height:2rem;top:12.4375rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #zAB0JwCPknw0oXOe4JIT2Uo1VKybKW0a { display:flex;width:2rem;height:2rem;top:12.4375rem;left:13rem; }
 }@media only screen and (max-width: 763px) { #p7T7sLqJ2thg5wbfzibElyqUTlw2bbH6 { display:flex;width:2rem;height:2rem;top:12.4375rem;left:11rem; }
 }@media only screen and (max-width: 763px) { #d5LPe5kSCDrhUTVSkWHQa9FTuLKRmbcq { width:18.75rem;height:2.76171875rem;top:80.8125rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpUHp8AFlxyF8uCPuKiFFukf0PMaTql6 { width:9.375rem;height:9.375rem;top:2.060546875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeaLAs0vrtss41Z9MSqHOyg4hHJiQTi7 { background-color:#faf5f5;background-image:url("https://images.assets-landingi.com/uc/a69fff73-0462-441f-bcd0-564d274a10c7/Colorblockbackground.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#XeaLAs0vrtss41Z9MSqHOyg4hHJiQTi7.adaptive-delivery-prevent-bg, #XeaLAs0vrtss41Z9MSqHOyg4hHJiQTi7.lazyload, #XeaLAs0vrtss41Z9MSqHOyg4hHJiQTi7.lazyloading { background-image: none; }#XeaLAs0vrtss41Z9MSqHOyg4hHJiQTi7 > .row .container { background-color: transparent; background-image: none; }#XeaLAs0vrtss41Z9MSqHOyg4hHJiQTi7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XeaLAs0vrtss41Z9MSqHOyg4hHJiQTi7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XeaLAs0vrtss41Z9MSqHOyg4hHJiQTi7 > .row .container > .video-iframe-container { display: none; }#XeaLAs0vrtss41Z9MSqHOyg4hHJiQTi7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XeaLAs0vrtss41Z9MSqHOyg4hHJiQTi7 > .row > .video-iframe-container { display: none; }#XeaLAs0vrtss41Z9MSqHOyg4hHJiQTi7 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XeaLAs0vrtss41Z9MSqHOyg4hHJiQTi7 > .row .container { width:20rem;height:44.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uWf23r0sEa274334W97y8EIckQxccyei { width:19.0625rem;height:25.5rem;top:13.104248046875rem;left:0.90625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVh9Zsu8bkwczpgWTUmke4y9D6nCfUvA { width:9.375rem;height:9.375rem;top:2.229248046875rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeAlw9Hte7zhv8zWdRcyo8i7GbGeGMMQ { width:15.4375rem;height:5.52345rem;top:38.604148864746rem;left:0.90625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiVZJkXLHGSfwliGJp2sZWc32r2Hg8H0 { display:block; }#LiVZJkXLHGSfwliGJp2sZWc32r2Hg8H0 > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DihyBl3OqP75k6BDJ3wqgB7q85FKhFVe { width:18.125rem;height:3.375rem;top:2.2480373382568rem;left:0.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNWHMFPAsClfqSLgp9cg6Kw8TBq9r5vS { display:block; }
 }@media only screen and (max-width: 763px) { #poaAT8oEhDuOK2WuKnwU8QPQKNk3gHOW { background-color:#7a3855;background-image:none;display:block; }#poaAT8oEhDuOK2WuKnwU8QPQKNk3gHOW > .row .container { background-color: transparent; background-image: none; }#poaAT8oEhDuOK2WuKnwU8QPQKNk3gHOW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#poaAT8oEhDuOK2WuKnwU8QPQKNk3gHOW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#poaAT8oEhDuOK2WuKnwU8QPQKNk3gHOW > .row .container > .video-iframe-container { display: none; }#poaAT8oEhDuOK2WuKnwU8QPQKNk3gHOW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#poaAT8oEhDuOK2WuKnwU8QPQKNk3gHOW > .row > .video-iframe-container { display: none; }#poaAT8oEhDuOK2WuKnwU8QPQKNk3gHOW > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#poaAT8oEhDuOK2WuKnwU8QPQKNk3gHOW > .row .container { width:20rem;height:70rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vczaNfRkZ5fS5xzIffRO9wDXcSVM0Ari { 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) { #qIqHZGM2pWBawUztG6GPTlMxHP4hixxT { width:20rem;height:1.78161875rem;top:23.875000476837rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMvyTiNK2SicPZLmWk2w7h7bteXv4qBr { 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) { #fE8G8kaVn5gnCIWG4GLW8N2TJHZFEkoC { 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) { #pE5KEkLEVIi6idEXgq1suWHWVkwoWEGT { 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) { #bcFq2oby4dVWhdkAlZguKPiILUxlaNRG { top:1.796875rem;left:0rem;width:19.9375rem;height:19.9375rem;z-index:15023;overflow:hidden;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #M6cRqe9yc4ciLTonq357Rxmag8NHt63w { width:18.75rem;height:5.625rem;top:26.2177734375rem;left:0.6240234375rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15009;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zbrAEN7VhlTQsUkOo6bgXOTxxdelkCrV { width:20rem;height:9.5327102803738rem;top:2.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sAwKFP1znWebTuCenEasM96HEsJKvxba { width:18.125rem;height:36.330075rem;top:33.500000476837rem;left:0.93663197755812rem;text-align:left;text-align-last:left;font-size:1.0625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #BNFQ2ykDaEWl6hXQ7AttokFeiCKki5IX { 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) { #TkNzJQfTdhuRPpUOTeHrC38pO7U2Pb8F { background-color:#7a3855;background-image:none;display:block; }#TkNzJQfTdhuRPpUOTeHrC38pO7U2Pb8F > .row .container { background-color: transparent; background-image: none; }#TkNzJQfTdhuRPpUOTeHrC38pO7U2Pb8F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TkNzJQfTdhuRPpUOTeHrC38pO7U2Pb8F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TkNzJQfTdhuRPpUOTeHrC38pO7U2Pb8F > .row .container > .video-iframe-container { display: none; }#TkNzJQfTdhuRPpUOTeHrC38pO7U2Pb8F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TkNzJQfTdhuRPpUOTeHrC38pO7U2Pb8F > .row > .video-iframe-container { display: none; }#TkNzJQfTdhuRPpUOTeHrC38pO7U2Pb8F > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TkNzJQfTdhuRPpUOTeHrC38pO7U2Pb8F > .row .container { width:20rem;height:52.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vtNCtFldQAFGRV2kqTHoqGpi1RXp8BWN { width:18.125rem;height:24.85741875rem;top:27.25rem;left:0.90625rem;text-align:left;text-align-last:left;font-size:1.0625rem;color:#72686c;display:block; }
 }@media only screen and (max-width: 763px) { #bKDA59udhDVSAL6N0BoeEQCONVLRqWVR { 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) { #szDtPaAHQ67l5TUrEWWNDnqqwbJV9QBW { width:20rem;height:1.78161875rem;top:23.875000476837rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mP8EQyULGnmouTZKRml4uEtteHxHtcT4 { 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) { #EpcZ6dD7lybGW5gufwC9ByWb2X3Nx0aH { 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) { #aq8qxyBFfAUFvpZgRkshxIi1SxEA6CHx { 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) { #UFw1gneG6aA4eBWbx0f6K5pisaDLaT0M { top:1.796875rem;left:0rem;width:19.9375rem;height:19.9375rem;z-index:15023;overflow:hidden;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #D4HHGv303yR7U4Iqyy3ygltS2rKVdPB2 { width:18.75rem;height:0;top:26.312500476837rem;left:0.62413197755814rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #Es1LhCnT0Un3EOlJrcK7444mb9U3iCZI { width:3.75rem;height:0.060058625rem;top:45.21069921875rem;left:8.125rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #TI7wvI27mCxssl5EZol13zD0QJ8nJ1ty { width:20rem;height:9.4736842105262rem;top:2.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #v4TRQaiOU9T3wPasrXkt5y180tAbMFMx { background-color:#f2ddd4;background-image:none;display:block; }#v4TRQaiOU9T3wPasrXkt5y180tAbMFMx > .row .container { background-color: transparent; background-image: none; }#v4TRQaiOU9T3wPasrXkt5y180tAbMFMx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v4TRQaiOU9T3wPasrXkt5y180tAbMFMx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v4TRQaiOU9T3wPasrXkt5y180tAbMFMx > .row .container > .video-iframe-container { display: none; }#v4TRQaiOU9T3wPasrXkt5y180tAbMFMx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v4TRQaiOU9T3wPasrXkt5y180tAbMFMx > .row > .video-iframe-container { display: none; }#v4TRQaiOU9T3wPasrXkt5y180tAbMFMx > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v4TRQaiOU9T3wPasrXkt5y180tAbMFMx > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DExHvlpZTks4S6hh60BShpXvTuNoulG9 { width:12.5rem;height:2.03125rem;top:1.875rem;left:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3qcNiA9lFce7o6PLHf44LsAGp8ESbJO { width:5.625rem;height:2.125rem;top:4.4375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCBOy3Cb4Gs98MlGCqMh5P94bq7Ham3I { width:5.625rem;height:5.625rem;top:2.6875rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlehIxTAhD7cazb2qS8P8m7Ta8PGzEvb { width:5.625rem;height:5.625rem;top:2.6875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyoxWXrFqeSB8L2qZU25q3T1LGemMDg5 { width:5.125rem;height:5.125rem;top:6.5625rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ra5HvI85h7yfvsqttxGbnntOMeIz1h2m { width:5.125rem;height:5.125rem;top:6.5625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzIpR8ZReMUkFQN0ImmUUqJSlV91TqmT { display:block; }#TzIpR8ZReMUkFQN0ImmUUqJSlV91TqmT > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q8ZBS8xkFrRFeSEgld2y39oLVaL0IGTt { width:20rem;height:4.0625rem;top:2.3463554382324rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgM7hNTVc9idZshuLVk4anATSeZSfg9i { display:block; }#vgM7hNTVc9idZshuLVk4anATSeZSfg9i { background-color: transparent; background-image: none; }#vgM7hNTVc9idZshuLVk4anATSeZSfg9i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vgM7hNTVc9idZshuLVk4anATSeZSfg9i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vgM7hNTVc9idZshuLVk4anATSeZSfg9i > .row .container > .video-iframe-container { display: none; }#vgM7hNTVc9idZshuLVk4anATSeZSfg9i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vgM7hNTVc9idZshuLVk4anATSeZSfg9i > .row > .video-iframe-container { display: none; }#vgM7hNTVc9idZshuLVk4anATSeZSfg9i > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vgM7hNTVc9idZshuLVk4anATSeZSfg9i { border-width: 0; border-radius: 0; }#vgM7hNTVc9idZshuLVk4anATSeZSfg9i > .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; }#vgM7hNTVc9idZshuLVk4anATSeZSfg9i > .row .container { width:20rem;height:0.9375rem;background-color:#7a3855;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) { #JfJnIHNLKFlt1VFIzMIOmXUSmnCTlDTK { display:block; }#JfJnIHNLKFlt1VFIzMIOmXUSmnCTlDTK > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e6LcclXDqZHBNESF0UKWg62vpUk7kW7A { width:18.125rem;height:1.625rem;top:16.10107421875rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCCHZoDbMcIL94XrvHXl7BbvvmV5pnk4 { width:4.375rem;height:4.375rem;top:9.625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9MX5ywMle1sGTs3fEOi9G6irXe1hULM { width:18.125rem;height:6.9043rem;top:18.804321289062rem;left:0.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yh6NZkccdmJ95pb4tfmkXRCc4UZusluF { width:20rem;height:11.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezw7VhgtdMwNXNuIzzDhFwnxV9nts6kv { width:18.25rem;height:11.875rem;top:0rem;left:0.875rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #Oq6L6bmCg2wVNpABDwQig7TkpkzSIoWN { width:20rem;height:12.983050847458rem;top:1.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hzeCzxOzycmR3GxwaR25zHSwtd4p5IrU { display:block; }#hzeCzxOzycmR3GxwaR25zHSwtd4p5IrU { background-color: transparent; background-image: none; }#hzeCzxOzycmR3GxwaR25zHSwtd4p5IrU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hzeCzxOzycmR3GxwaR25zHSwtd4p5IrU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hzeCzxOzycmR3GxwaR25zHSwtd4p5IrU > .row .container > .video-iframe-container { display: none; }#hzeCzxOzycmR3GxwaR25zHSwtd4p5IrU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hzeCzxOzycmR3GxwaR25zHSwtd4p5IrU > .row > .video-iframe-container { display: none; }#hzeCzxOzycmR3GxwaR25zHSwtd4p5IrU > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hzeCzxOzycmR3GxwaR25zHSwtd4p5IrU { border-width: 0; border-radius: 0; }#hzeCzxOzycmR3GxwaR25zHSwtd4p5IrU > .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; }#hzeCzxOzycmR3GxwaR25zHSwtd4p5IrU > .row .container { width:20rem;height:0.9375rem;background-color:#7a3855;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) { #Ble9vQbmIfvF1MLZ7dRT09p7k6yT08Zr { display:block; }#Ble9vQbmIfvF1MLZ7dRT09p7k6yT08Zr > .row .container { width:20rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VnJQOXTCDRrrqdP45kSJGrmflInGupLU { width:18.125rem;height:1.625rem;top:15.9375rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuIHnkG4KtOhSgpRP0d1sHzb1Cy9VGfv { width:4.375rem;height:4.375rem;top:9.3828659057619rem;left:7.8125002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSHSdyLxs4CQReblZGbkis2hpdSrA7rT { width:18.125rem;height:4.142575rem;top:18.625rem;left:0.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #owKO2Ngqf4nM1ncrV0JCoWt3FQQxRmQV { width:20rem;height:11.87012987013rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1CJKH3wW5r9HPJ2zUpSNCMWcDXTozul { display:block; }#x1CJKH3wW5r9HPJ2zUpSNCMWcDXTozul { background-color: transparent; background-image: none; }#x1CJKH3wW5r9HPJ2zUpSNCMWcDXTozul::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x1CJKH3wW5r9HPJ2zUpSNCMWcDXTozul > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x1CJKH3wW5r9HPJ2zUpSNCMWcDXTozul > .row .container > .video-iframe-container { display: none; }#x1CJKH3wW5r9HPJ2zUpSNCMWcDXTozul > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x1CJKH3wW5r9HPJ2zUpSNCMWcDXTozul > .row > .video-iframe-container { display: none; }#x1CJKH3wW5r9HPJ2zUpSNCMWcDXTozul > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x1CJKH3wW5r9HPJ2zUpSNCMWcDXTozul { border-width: 0; border-radius: 0; }#x1CJKH3wW5r9HPJ2zUpSNCMWcDXTozul > .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; }#x1CJKH3wW5r9HPJ2zUpSNCMWcDXTozul > .row .container { width:20rem;height:0.9375rem;background-color:#7a3855;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) { #O4uKKGHcSaTS9cVQ58CyhKxsrJPwyVaB { display:block; }#O4uKKGHcSaTS9cVQ58CyhKxsrJPwyVaB > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KJaIZ3X8ieNJcTco50vorTf6VKGtmS8a { width:18.125rem;height:3.25rem;top:15.790092468262rem;left:0.93663197755812rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGHtbUzx2md17yivr775JlkrpOrKB0Mm { width:20rem;height:11.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwFrrleWWbfhnXQClXmdkZnTgBFW8Pd5 { width:18.125rem;height:5.5234375rem;top:20.118055820465rem;left:0.93663197755812rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pS90N6uinHvJreoIyruhDJv5pAxE2kHX { width:4.375rem;height:4.375rem;top:9.3281655311587rem;left:7.8125002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8HigCPeUE04gD0GfdT9WaXzkIlEIreP { display:block; }#Q8HigCPeUE04gD0GfdT9WaXzkIlEIreP { background-color: transparent; background-image: none; }#Q8HigCPeUE04gD0GfdT9WaXzkIlEIreP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8HigCPeUE04gD0GfdT9WaXzkIlEIreP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8HigCPeUE04gD0GfdT9WaXzkIlEIreP > .row .container > .video-iframe-container { display: none; }#Q8HigCPeUE04gD0GfdT9WaXzkIlEIreP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8HigCPeUE04gD0GfdT9WaXzkIlEIreP > .row > .video-iframe-container { display: none; }#Q8HigCPeUE04gD0GfdT9WaXzkIlEIreP > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8HigCPeUE04gD0GfdT9WaXzkIlEIreP { border-width: 0; border-radius: 0; }#Q8HigCPeUE04gD0GfdT9WaXzkIlEIreP > .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; }#Q8HigCPeUE04gD0GfdT9WaXzkIlEIreP > .row .container { width:20rem;height:0.9375rem;background-color:#7a3855;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) { #AO9pQGoHxupdywP3BQE0AfJd9vVg4dhc { display:block; }#AO9pQGoHxupdywP3BQE0AfJd9vVg4dhc > .row .container { width:20rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N2qPgPfeJOmTSpD4TPEIF4hTvyX6beQb { width:18.125rem;height:1.625rem;top:15.9375rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EykcRwcqXMeQOLxK0U63JJXHhtqplyJy { width:18.125rem;height:4.142575rem;top:18.625rem;left:0.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDVgzEuOS59gb6TPww29wC6xGUkCTiId { width:19.875rem;height:11.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOtqCxrEIAz1CkJ8yxCHnAb9Z2JxERCb { width:4.375rem;height:4.375rem;top:9.1875rem;left:7.8125002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3HfJmv5iMspeLE9oTEua9PDWWhcspwZ { display:block; }#Q3HfJmv5iMspeLE9oTEua9PDWWhcspwZ { background-color: transparent; background-image: none; }#Q3HfJmv5iMspeLE9oTEua9PDWWhcspwZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q3HfJmv5iMspeLE9oTEua9PDWWhcspwZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q3HfJmv5iMspeLE9oTEua9PDWWhcspwZ > .row .container > .video-iframe-container { display: none; }#Q3HfJmv5iMspeLE9oTEua9PDWWhcspwZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q3HfJmv5iMspeLE9oTEua9PDWWhcspwZ > .row > .video-iframe-container { display: none; }#Q3HfJmv5iMspeLE9oTEua9PDWWhcspwZ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q3HfJmv5iMspeLE9oTEua9PDWWhcspwZ { border-width: 0; border-radius: 0; }#Q3HfJmv5iMspeLE9oTEua9PDWWhcspwZ > .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; }#Q3HfJmv5iMspeLE9oTEua9PDWWhcspwZ > .row .container { width:20rem;height:0.9375rem;background-color:#7a3855;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) { #TAbDAKk6xzJb5NLIkw1SDIqrQTo3iATS { display:block; }#TAbDAKk6xzJb5NLIkw1SDIqrQTo3iATS > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WWpWLqb0BPUdlvdFBy6lZnsros74vh10 { width:18.125rem;height:1.625rem;top:17.039713859558rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrLNVoL40vyLE3VGgmWOlPTbeAG23TIR { width:18.125rem;height:2.76171875rem;top:20.555338859558rem;left:0.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJsw3ESR09bz7Ap7HI9LgnTx2bJHsMJw { width:4.375rem;height:4.375rem;top:10.514323234558rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8tGBLZEw4SvWcnKxnMdpL9r3txFRGuq { width:20rem;height:12.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrJwgzs6hJByZzB0HOfookHqbZ6pKbBw { display:block; }#VrJwgzs6hJByZzB0HOfookHqbZ6pKbBw { background-color: transparent; background-image: none; }#VrJwgzs6hJByZzB0HOfookHqbZ6pKbBw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VrJwgzs6hJByZzB0HOfookHqbZ6pKbBw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VrJwgzs6hJByZzB0HOfookHqbZ6pKbBw > .row .container > .video-iframe-container { display: none; }#VrJwgzs6hJByZzB0HOfookHqbZ6pKbBw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VrJwgzs6hJByZzB0HOfookHqbZ6pKbBw > .row > .video-iframe-container { display: none; }#VrJwgzs6hJByZzB0HOfookHqbZ6pKbBw > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VrJwgzs6hJByZzB0HOfookHqbZ6pKbBw { border-width: 0; border-radius: 0; }#VrJwgzs6hJByZzB0HOfookHqbZ6pKbBw > .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; }#VrJwgzs6hJByZzB0HOfookHqbZ6pKbBw > .row .container { width:20rem;height:0.9375rem;background-color:#7a3855;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) { #LacoLFiedIUmpAHf06XT53ET21k54WUA { display:block; }#LacoLFiedIUmpAHf06XT53ET21k54WUA > .row .container { width:20rem;height:25.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SxIAPBHxZq2sAkQr8mXS1DrKnA6sxyQD { width:18.125rem;height:1.625rem;top:15.9375rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1SJoreeZT0gWtG6JV0UkTTMrLt0WBGe { width:18.125rem;height:5.5234375rem;top:18.625rem;left:0.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2ModAAn5ExiD40xg86vMcBAHLMAa2ns { width:19.875rem;height:11.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKbXRTClyEuRRMx6FT9Qa1bE55eglhu3 { width:4.375rem;height:4.375rem;top:9.2110462188719rem;left:7.8125002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbfochwC6B5HFAgiW3873SBHM5FTDvrO { display:block; }#GbfochwC6B5HFAgiW3873SBHM5FTDvrO { background-color: transparent; background-image: none; }#GbfochwC6B5HFAgiW3873SBHM5FTDvrO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GbfochwC6B5HFAgiW3873SBHM5FTDvrO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GbfochwC6B5HFAgiW3873SBHM5FTDvrO > .row .container > .video-iframe-container { display: none; }#GbfochwC6B5HFAgiW3873SBHM5FTDvrO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GbfochwC6B5HFAgiW3873SBHM5FTDvrO > .row > .video-iframe-container { display: none; }#GbfochwC6B5HFAgiW3873SBHM5FTDvrO > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GbfochwC6B5HFAgiW3873SBHM5FTDvrO { border-width: 0; border-radius: 0; }#GbfochwC6B5HFAgiW3873SBHM5FTDvrO > .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; }#GbfochwC6B5HFAgiW3873SBHM5FTDvrO > .row .container { width:20rem;height:0.9375rem;background-color:#7a3855;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) { #RDTMD0sWX9PqPG9RV2C2tfscfqvoCowR { display:block; }#RDTMD0sWX9PqPG9RV2C2tfscfqvoCowR > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rzZUi2K7CFinkoXQGmXTJ4tFoI5afDV9 { width:18.125rem;height:1.625rem;top:15.790092468262rem;left:0.93663197755812rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1wokIXB6QdlMyJy7dxJGSJXvSIHkFeA { width:20rem;height:11.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #COWPVAQDMSGupThwT5Ttlz1oU8W2k54J { width:18.125rem;height:5.5234375rem;top:20.118055820465rem;left:0.93663197755812rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #moHstrbi05UfkNDwcODO6EZ8p7g4XkZM { width:4.375rem;height:4.375rem;top:9.4374990463256rem;left:7.8125002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #l598mXd75CMcHcBOkXMgUNZxap8vFgTa { display:block; }#l598mXd75CMcHcBOkXMgUNZxap8vFgTa { background-color: transparent; background-image: none; }#l598mXd75CMcHcBOkXMgUNZxap8vFgTa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l598mXd75CMcHcBOkXMgUNZxap8vFgTa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l598mXd75CMcHcBOkXMgUNZxap8vFgTa > .row .container > .video-iframe-container { display: none; }#l598mXd75CMcHcBOkXMgUNZxap8vFgTa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l598mXd75CMcHcBOkXMgUNZxap8vFgTa > .row > .video-iframe-container { display: none; }#l598mXd75CMcHcBOkXMgUNZxap8vFgTa > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l598mXd75CMcHcBOkXMgUNZxap8vFgTa { border-width: 0; border-radius: 0; }#l598mXd75CMcHcBOkXMgUNZxap8vFgTa > .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; }#l598mXd75CMcHcBOkXMgUNZxap8vFgTa > .row .container { width:20rem;height:0.9375rem;background-color:#7a3855;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) { #ZP6Tlipfd4iMtXcXRNsT3AU57gamTPt8 { display:block; }#ZP6Tlipfd4iMtXcXRNsT3AU57gamTPt8 > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xtKNWWsXPsyssmmMWmlFT5TMotxTNKxp { width:18.125rem;height:3.25rem;top:15.9375rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1XAiI21zkD3paaxAGDahV9NUzZiKp19 { width:18.125rem;height:4.14258125rem;top:20.250000208616rem;left:0.93663197755812rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDEdAsM0xR2A7e8FKGnTBqZEThkAVscA { width:19.875rem;height:11.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T93uTdo8v0TDXGnqOMhchSGIAkRZGGTB { width:4.375rem;height:4.375rem;top:9.0779628753663rem;left:7.8125002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylhuKRUHe5Pz7hNrRKUTO8EwyBEXv0lB { background-color:#7a3855;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ylhuKRUHe5Pz7hNrRKUTO8EwyBEXv0lB > .row .container { background-color: transparent; background-image: none; }#ylhuKRUHe5Pz7hNrRKUTO8EwyBEXv0lB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ylhuKRUHe5Pz7hNrRKUTO8EwyBEXv0lB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ylhuKRUHe5Pz7hNrRKUTO8EwyBEXv0lB > .row .container > .video-iframe-container { display: none; }#ylhuKRUHe5Pz7hNrRKUTO8EwyBEXv0lB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ylhuKRUHe5Pz7hNrRKUTO8EwyBEXv0lB > .row > .video-iframe-container { display: none; }#ylhuKRUHe5Pz7hNrRKUTO8EwyBEXv0lB > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ylhuKRUHe5Pz7hNrRKUTO8EwyBEXv0lB > .row .container { border-width: 0; border-radius: 0; }#ylhuKRUHe5Pz7hNrRKUTO8EwyBEXv0lB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ylhuKRUHe5Pz7hNrRKUTO8EwyBEXv0lB > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wz6wKJyUBh4p7s187bMxDBT50VlIuTF2 { background-color:#ba7291;background-image:none;display:block; }#Wz6wKJyUBh4p7s187bMxDBT50VlIuTF2 > .row .container { background-color: transparent; background-image: none; }#Wz6wKJyUBh4p7s187bMxDBT50VlIuTF2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wz6wKJyUBh4p7s187bMxDBT50VlIuTF2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wz6wKJyUBh4p7s187bMxDBT50VlIuTF2 > .row .container > .video-iframe-container { display: none; }#Wz6wKJyUBh4p7s187bMxDBT50VlIuTF2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wz6wKJyUBh4p7s187bMxDBT50VlIuTF2 > .row > .video-iframe-container { display: none; }#Wz6wKJyUBh4p7s187bMxDBT50VlIuTF2 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wz6wKJyUBh4p7s187bMxDBT50VlIuTF2 > .row .container { width:20rem;height:53.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gdrctbycV1mNvOmnvQMyrQ2DlToHkmcO { width:20rem;height:1.625rem;top:22.671875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jq34OHsIewioQLT8dfiHhoxZzcHaPlI9 { width:18.125rem;height:28.6875rem;top:23.708414077759rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JW4uGL6Eu446wkstFvWXdH9E9uXixpgy { top:1.28125rem;left:0rem;width:20rem;height:20rem;z-index:15016;overflow:hidden;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #FeIhsUtHNID9yigFIXl2zaszXbvfX7pe { display:block; }#FeIhsUtHNID9yigFIXl2zaszXbvfX7pe > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RCuM0RKGemkSx2AuZPQMpRtTHIgCInv3 { width:20rem;height:0;top:3.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rlgSiR1Jt3eKu79IAlAP6FMsaSiyT6lT { width:19.9986875rem;height:4.0625rem;top:1.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;z-index:15012;font-family:"josefin sans";font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #kIKSHQalE2k7NLtEwHOrEoanAXn2O2tw { 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) { #Tnyq3rZPQaALR5dmwLk4NqfMQBhQPfBF { width:20rem;height:0;top:14.6484375rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.3125rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #efsLBaCepaZCcmE8OlLWBHeO1skzvgTO { display:block; }#efsLBaCepaZCcmE8OlLWBHeO1skzvgTO > .row .container { width:20rem;height:72.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #METifSpBHAwXT78TUf9my4pnwndgGsos { width:19.4375rem;height:27.0625rem;top:6.849609375rem;left:0.1962890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNXU11KxFiB8kRgC3VPDNvu4LMvKElh8 { width:9.375rem;height:9.375rem;top:36.5rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5sh66Qha9d70mwipm6PGtu6mk1Az659 { width:19.9965625rem;height:2.5989625rem;top:23.0009765625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLXhQiqby2fXcJphmsx0IOzQZAA01B1n { width:18.1245rem;height:9.0963375rem;top:12.90673828125rem;left:0.93603515625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbQVDuqouMO8QQ3IypDeR1E5DXCUoAmQ { width:12.3735625rem;height:3.2168rem;top:27.920654296875rem;left:3.812255859375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QynWIkRxuPDl13U9I0XlW69i1Q4HLfPW { display:block; }
 }@media only screen and (max-width: 763px) { #T2u5A0HtIrE6DGqCoebngJbhFhKmLdSF { width:6.24960625rem;height:0;top:14.050780773163rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #nklKUJISEAwvIcx8Pdfg3JwcM63kZVT2 { width:19.9375rem;height:30.75rem;top:41.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivgLSRUG5FhBPxmLwXO9niXBxMlxZDJx { width:9.375rem;height:9.375rem;top:2.05224609375rem;left:5.28125rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #DSTr8qwQt0CoeR744mscrVkDMwZCHi9H { width:12.375rem;height:3.1193875rem;top:66.062255859375rem;left:3.8115234375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t09sih2pOhsts3G8rie1xyEUP69QoyTQ { display:block; }
 }@media only screen and (max-width: 763px) { #Tny1JlOqm165RPcCVDuBxIgwpvVExzhS { width:18.125rem;height:10.39585625rem;top:47.375rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yToFapnZhNX2TeTJrS6SnND0dfWhNK2g { width:19.9980625rem;height:3.8984375rem;top:60.062255859375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHTFMIsUcIVJzkPloaE3iMNCTtEmEMZ0 { width:18.125rem;height:13.333333492279rem;top:57.75rem;left:-39.875rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #Bs2VERNMCKPzg227NJTd9ofHMgpitZy5 { width:3.75rem;height:0.062109375rem;top:57.75rem;left:-26.125rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #KeO6JcqCuDcJFFeIpPUGz03W8CG2Z5BN { width:6.1875rem;height:auto;top:9.75rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #sxIKWoZudfiEHzBlhRTOVtONF3BKxR5C { width:3.75rem;height:0.1875rem;top:70.71484375rem;left:16.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #x5wBTCTADqb7eTURhqGMNc81AFEu09kl { display:block; }#x5wBTCTADqb7eTURhqGMNc81AFEu09kl > .row .container { width:20rem;height:78.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WMlpN8q9QlmndNBhzIEiHTCUPyddsIt8 { width:19.4375rem;height:31.125rem;top:6.849609375rem;left:0.1962890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLlDRXE3AS0Vc8w6tpCx18uTrMLGLTcT { width:9.375rem;height:9.375rem;top:41rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtVSs41SsPpZI7MCcsvTdUA0hH1cMtLy { width:19.9973125rem;height:5.19791875rem;top:24.175048828125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWuLOpGXH7UCu7o8Uub0Ni097nUsMlIR { width:18.125rem;height:10.3958375rem;top:12.88427734375rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlM8dRTe2W90aLZQGhVMcFZQknzuJlX7 { width:12.3735625rem;height:3.2168rem;top:31.858154296875rem;left:3.812255859375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3tM81iUpC3uNFaB9to79fM58SF9qkG3 { display:block; }
 }@media only screen and (max-width: 763px) { #uVuoV4MiNSsEoEs7LMu4iH6cC48rc8Tb { width:6.24960625rem;height:0;top:14.050780773163rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #JvpqEuwAmTUtiT44VDHpSlk7LuFQpTm6 { width:19.9375rem;height:33.125rem;top:45.68701171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c28FiPTTtbGw9Kzmmhma2ptBs6HZsaHm { width:9.375rem;height:9.375rem;top:2.05224609375rem;left:5.28125rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #EIDXu6osx4Tnm28tw5qQBgWI0146b6S7 { width:12.375rem;height:3.1193875rem;top:73.279541015625rem;left:3.8115234375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vU0BHuaQdpQP4kUfc5Q5L9tapmdQ63CG { display:block; }
 }@media only screen and (max-width: 763px) { #KcMeJEQ10LO4B7g6DZqPvz4vZJiBEImx { width:18.1245rem;height:10.39585625rem;top:51.87451171875rem;left:0.93603515625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #emWKAOwv4BRHakRwencEiArAgbOk8Bw2 { width:19.9980625rem;height:6.497375rem;top:64.606201171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zI5kPaQ6pDsO3s9PI2MuyvPwz7N99Dx6 { width:18.125rem;height:13.333333492279rem;top:57.75rem;left:-39.875rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #g9gchcbgQhACPI9kgAVFl3XaV3k22HTt { width:3.75rem;height:0.062109375rem;top:57.75rem;left:-26.125rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #p8T5epKLgEhXqcCS75vurdABTy58OxE6 { width:6.1875rem;height:auto;top:9.75rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #swMPb58WSex7NOTP5QLGSSOqyT70Ianb { width:3.75rem;height:0.1875rem;top:70.71484375rem;left:16.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #XtFEWoIT6X9eo2Sv34Dt4TdF85twxbHe { display:block; }#XtFEWoIT6X9eo2Sv34Dt4TdF85twxbHe > .row .container { width:20rem;height:75.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oxe8GvbSnFx71GeQ82ngfbKGTWxX3Bxq { width:19.4375rem;height:28.9375rem;top:6.849853515625rem;left:0.1959228515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJVBpwuHwViO8hwL1tPRFZ64zSCLgtIm { width:18.1231875rem;height:3.8984375rem;top:24.493408203125rem;left:0.9381103515625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkZaNB6grBQXBi6tkvLgewmrlhccvsFo { width:12.3730625rem;height:3.21655rem;top:30.357666015625rem;left:3.8128662109375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFrcqhLOVKiIcGRvIROFhv82udZp6DDF { display:block; }
 }@media only screen and (max-width: 763px) { #EOrN3dKV2lA67nXtTtbRIuITlfVSPTvA { width:6.24960625rem;height:0;top:14.050780773163rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #stJDsR2DHFCH6O6lwWuzOZG9lx8o0yzb { width:9.375rem;height:9.375rem;top:2.60009765625rem;left:5.3124998807907rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #JUBuQM2BO9XxXF8xvpcNswAhqRB4f1Zf { width:18.125rem;height:13.333333492279rem;top:57.75rem;left:-39.875rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #kiWrdmrCQS9dTLAT1AgikJxDqhhQuyFe { width:3.75rem;height:0.062109375rem;top:57.75rem;left:-26.125rem;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #QcUu1lB24IM4EqITix7UEiPzaV6lLUge { width:3.75rem;height:0.1875rem;top:70.71484375rem;left:16.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #mTlI3LCkhTZisgSiek2rgShymo8MOKW7 { width:3.75rem;height:0.06119791790843rem;top:45.734436035156rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BFPpGxVcAouMGhTLCry29tm3tpN376K5 { width:19.0625rem;height:10.3958375rem;top:13.411865234375rem;left:0.46875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dx3b5TZMGlOP1JIOU22PJanrqWfRioO3 { width:6.1875rem;height:auto;top:10rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #ODDBCBTEZLXwtK6X767Tk6oh3w3ezRUo { width:9.375rem;height:9.375rem;top:37.6875rem;left:5.3125rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #mshVO9XQKPz1HDrIF9oNaiwsnpIJBL1T { width:19.9375rem;height:33.25rem;top:41.75rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEXFvgSaAasQWidlrpa8GagiQFS495zm { width:19.1875rem;height:10.39584375rem;top:49.3125rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCSFGDicJSaZIqsoLK0Fx8m5nBMoH1Rm { width:19.99875rem;height:3.89844375rem;top:62.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDkWLaXHh0bDGrAMkzF8a5ifFwBTkD7F { width:12.5rem;height:2.9370125rem;top:68.999633789062rem;left:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHVUpzphD5laM8EkT0MesaTOcTOF08qz { display:block; }
 }@media only screen and (max-width: 763px) { #RwgaR68u1AHXxrVaN77BTwAU5DnWKkhq { display:block; }#RwgaR68u1AHXxrVaN77BTwAU5DnWKkhq > .row .container { width:20rem;height:63.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MzEoTAlNXe5TTtsRqrDb3ao7TicHd6Fd { width:19.4375rem;height:25.5625rem;top:6.8502807617188rem;left:0.19661462306976rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOIo15zhbTdI02T9moAoTLFxzzEi5FxQ { width:9.375rem;height:9.375rem;top:34.89453125rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEwkbmNA6481VHbXf4KL9iEFlKAJWgqw { width:19.997396469116rem;height:2.5989625rem;top:21.675903320312rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeABQy31ExeQefMDcZPiK0x9zELT95MO { width:18.125rem;height:9.0963625rem;top:12.88427734375rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3B4s6tzlLNKd0qnvFmmp7uytu0p7eBB { width:12.373697593808rem;height:3.2174478322268rem;top:26.671844482422rem;left:3.7916669845581rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmo2IKzCV4Lu4t6BPd7RpE3HA5SfHTVU { display:block; }
 }@media only screen and (max-width: 763px) { #wXLA2CTnA1cGoUWPXe5WfoT15Nz5XaWN { width:6.24960625rem;height:0;top:14.050780773163rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #NwvBD5TCaEskvD3gh0hTEXFFouI8wdQd { width:19.9375rem;height:23.6875rem;top:39.541687011719rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sv93TNWPC7Kmp1aZ2yuF1pwvA7DkxKSp { width:9.375rem;height:9.375rem;top:2.05224609375rem;left:5.28125rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #aFHe8ZNiZJ4WMM6AnLDzoB3FWvBoPMEf { width:12.375000312924rem;height:3.1197915822268rem;top:57.75rem;left:3.7916669845581rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ma6ic1WOxWhSTF3QTFfNahIacwP2VOm4 { display:block; }
 }@media only screen and (max-width: 763px) { #akODv08RsTFKMo0XuWnDzfzP1cpffUcK { width:18.125rem;height:0;top:45.734375rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #rQWxiQgp1abMn1DPQQDoJn8FoOzZZXVl { width:19.998697280884rem;height:2.5989625rem;top:53.234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCWUtETTiu92EVuysHTt99USkG3GkHuM { width:18.125rem;height:13.333333492279rem;top:57.75rem;left:-39.875rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #E6l5VodXFTSN1rhC2RhN5OT3AcfSMkTf { width:3.75rem;height:0.062109375rem;top:57.75rem;left:-26.125rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #wewBinb2FWF7qux8r13631d0eIN1rmv6 { width:6.1875rem;height:auto;top:9.75rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #hr8BiSxrE6XyIHsUS3yPSFUI1g22EC57 { width:3.75rem;height:0.1875rem;top:70.71484375rem;left:16.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #UxBF0hG966pAeosNXPtplk2qzUIlU46a { width:3.75rem;height:0.06119791790843rem;top:45.734436035156rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ba94L8ZDXk2BL3t0LCw5pcnKDkEoKwl2 { width:18.125rem;height:7.79688125rem;top:45.734375rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15016;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #lHx8NyoAZ5JbK7mGuHvVzm4p5KXqyWVM { display:block; }#lHx8NyoAZ5JbK7mGuHvVzm4p5KXqyWVM > .row .container { width:20rem;height:64.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ro1cMAErxwR7dkSKsBdxXfFyhXQTGIJC { width:19.4375rem;height:24.0625rem;top:6.850341796875rem;left:0.19661462306976rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qbvyt3SzeZP8TOcT6hDbL2Zg1dn1v5Am { width:9.375rem;height:9.375rem;top:33.540283203125rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewX0Qe5bTHzEoH3JguJHm4ll9SON34Li { width:19.996875rem;height:2.5989625rem;top:21.406238555908rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEfm0s9K1urCGSgWzzorqp1pPfdFN4ZE { width:18.125rem;height:0;top:12.88427734375rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pob6kTE3TF0sNmCK72h2cPXUT5RFsWA7 { width:12.373697593808rem;height:3.2174478322268rem;top:25.234375rem;left:3.7916669845581rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNiNzm8DpSeT0B8H4bpsGRFQb1X3N4W3 { display:block; }
 }@media only screen and (max-width: 763px) { #CJ2m8NI1tkKuXuUaQUtKyZnciK02O9Be { width:6.24960625rem;height:0;top:14.050780773163rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #oHBJ60QacXPGLuLCXfK6sGuwVymxr1Zx { width:19.9375rem;height:26.0625rem;top:38.354248046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rO1kuRVysLiCdGa9TOQUApqRHXgnFTq9 { width:9.375rem;height:9.375rem;top:2.05224609375rem;left:5.28125rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #VyO5WwnFhdwy4ZDpeprI6mMOi4s3RtBT { width:12.333333328366rem;height:3.0781250745058rem;top:58.84375rem;left:3.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8rLX278JWTBye7fsM9XDuJVSvDg8yKZ { display:block; }
 }@media only screen and (max-width: 763px) { #PIdxfCHX3znf0ITplKcRZEUM7aa9dRi4 { width:18.125rem;height:0;top:44.401123046875rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #PJmM3o8HwaQudBK1UQbNysrpxmw3mkkR { width:19.998697280884rem;height:3.89844375rem;top:52.984375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEszHrF7nLXCttzLZRz38cuoAOA4pB1a { width:18.125rem;height:13.333333492279rem;top:57.75rem;left:-39.875rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #yqwrFHs4Ni3P1Bi7q5IPr30c8XwNzhT3 { width:3.75rem;height:0.062109375rem;top:57.75rem;left:-26.125rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #CScNRhJIh9Fe3TzOIki5u3W5c7w3Ar0x { width:6.1875rem;height:auto;top:9.75rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #SRfGnKa6EqSgMz2dCniU3ktNzwNOZGCA { width:3.75rem;height:0.1875rem;top:70.71484375rem;left:16.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #v7A8Jv0n07CHGlg9x5CsoWRTIoouruF2 { width:18.125rem;height:9.0963625rem;top:12.90625rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15015;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #yGQU74nWhQ1fNPKGa5hy2TJF2TbxKyc0 { width:18.125rem;height:7.7968875rem;top:44.400634765625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15016;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #NwDWZeTVSPhiTiqvhbi0cn3FDNvKRmmf { display:block; }#NwDWZeTVSPhiTiqvhbi0cn3FDNvKRmmf > .row .container { width:20rem;height:66rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #okxUwoFTBNPV2oHwdxKwHdUx7TUFUFwE { width:19.4375rem;height:25.5625rem;top:6.8502807617188rem;left:0.19661462306976rem;display:block; }
 }@media only screen and (max-width: 763px) { #efd5iA5OK0kLgTwC3dhhexEKqC9NJcXn { width:9.375rem;height:9.375rem;top:34.89453125rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxqrJs8V6lRRVJqwDWSsSNlQLb2icfOA { width:19.997396469116rem;height:3.8984375rem;top:21.614624023438rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6uUpu4J5xFCI6GbfL5kobJCLveGkoFI { width:18.125rem;height:0;top:12.88427734375rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #rIKMwndzmkuGTweXhhDUTosVnfroiExS { width:12.415364578366rem;height:3.2591145783662rem;top:26.234375rem;left:3.7916669845581rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDTyDRkV2BUc9DxpDkTJgls2KyIoJIgJ { display:block; }
 }@media only screen and (max-width: 763px) { #R35uwOMoZfeF5z8aJsr4E2rIQ94hpnXS { width:6.24960625rem;height:0;top:14.050780773163rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #skZaSsTRzAZiE7by7J5Oy9AygmgXtNOg { width:19.9375rem;height:26.0625rem;top:39.541687011719rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPvPbCWTik9RblFeAg1fTzlIDU8UKTSE { width:9.375rem;height:9.375rem;top:2.05224609375rem;left:5.28125rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #TA8ZTV6ryVoE3JHcsk95SaIlGbuzTwHT { width:12.416666343808rem;height:3.1614583283662rem;top:59.343811035156rem;left:3.7916669845581rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRgZvTTzthuO1WiBwx8Lq5TclzlsTTBi { display:block; }
 }@media only screen and (max-width: 763px) { #Vf2TciPSQe6wx7aW3h2V7bNaHHCUqBsK { width:18.125rem;height:9.0963625rem;top:45.734375rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGzGgmRWN00ZpKsSg84pp2S9nkN1CN6H { width:19.998697280884rem;height:3.8984375rem;top:54.463623046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwmrE1gtZ9W2Ku88VGtp50CU0XRaPVq5 { width:18.125rem;height:13.333333492279rem;top:57.75rem;left:-39.875rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #t43WkVTQNtARUvFhX1oB8LHqOIrAsiPJ { width:3.75rem;height:0.062109375rem;top:57.75rem;left:-26.125rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #TnQlBUEwPcJOlbqtTkd4WTlgpGBvhTQ3 { width:6.1875rem;height:auto;top:9.75rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #EKKkU30wvdIpStTFJWL6T6x2pr3LRdNv { width:3.75rem;height:0.1875rem;top:70.71484375rem;left:16.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #FnNnFqBR7zFz29HWnM6R6WU8qM8cmB8r { width:18.125rem;height:9.09636875rem;top:12.885498046875rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15015;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #QfKdK4vS5uob7rfwICLRfH6MHupZphqT { display:block; }#QfKdK4vS5uob7rfwICLRfH6MHupZphqT > .row .container { width:20rem;height:68.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #evef8cPMzikAcbbRkfBORtLEhvPDPtRP { width:19.4375rem;height:26.8125rem;top:6.850341796875rem;left:0.19661462306976rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaPBGFv1p4X7Swerrr34xZyTvhC8kpyo { width:9.375rem;height:9.375rem;top:34.89453125rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xf3zHyP7rvzWmAGoy5a7cL5wq2DAcrE2 { width:19.997396469116rem;height:2.5989625rem;top:21.669311523438rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFA9xQJJFibOxUZwDeB69a9LuqtOhTzd { width:18.125rem;height:0;top:12.88427734375rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #piVwT21WGGxce6pP1IZTADC8bqzMgBAw { width:12.373697593808rem;height:3.2174478322268rem;top:27.546875rem;left:3.7916669845581rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAzyx7XHAzgWA0Zhut2ivnccXLwz2k9S { display:block; }
 }@media only screen and (max-width: 763px) { #GBI7TXaLD4993TxfO3fbnZ0NcxxFthzA { width:6.24960625rem;height:0;top:14.050780773163rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #ne6OwBER9lM6ARdK1XwsDm81sAXeGicI { width:19.9375rem;height:26.8125rem;top:39.541748046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #INgDGJdFrHuhz7DcCxbApxTfGoGP76Xh { width:9.375rem;height:9.375rem;top:2.05224609375rem;left:5.28125rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #Mo8P0HRm3wzQXN1drObIbQNgyINPwpDq { width:12.375000312924rem;height:3.1197915822268rem;top:60.53125rem;left:3.7916669845581rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuXobqgXpczseTE7WcLGSdNTa1zNTXk7 { display:block; }
 }@media only screen and (max-width: 763px) { #sVR7fZ5LK5l2RmBuTQvb0hEIKBFaMgm8 { width:18.125rem;height:0;top:45.734375rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #pUta7MCWbQhPhQx58WoHpU7gEuIlKlOo { width:18.125rem;height:3.8984375rem;top:54.480712890625rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WH6yH6GTZvhb8s2o7HWIunfs3SONrK83 { width:18.125rem;height:13.333333492279rem;top:57.75rem;left:-39.875rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #JfdR4hWOIeETmO7FMUHm8m6R6C6SdxPC { width:3.75rem;height:0.062109375rem;top:57.75rem;left:-26.125rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #HthtFxQQvLMJ3dRglnhr9zslD4BqAon0 { width:6.1875rem;height:auto;top:9.75rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #asanPilSeD5WvwN0TF6d6wFPTfh4BKOd { width:3.75rem;height:0.1875rem;top:70.71484375rem;left:16.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #sMrR3ydoyzERRLuh7NZn2OUSALIi6qmn { width:18.125rem;height:9.09636875rem;top:12.8984375rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15015;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #E3WglXk17Jlq2BLEf1cnc3L4XJv0KHft { width:18.125rem;height:9.09636875rem;top:45.709716796875rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15016;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #TFla4hUq6hPxkfwMc6iDWBPi5nCPuQtM { background-color:#faf5f5;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; }#TFla4hUq6hPxkfwMc6iDWBPi5nCPuQtM > .row .container { border-width: 0; border-radius: 0; }#TFla4hUq6hPxkfwMc6iDWBPi5nCPuQtM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TFla4hUq6hPxkfwMc6iDWBPi5nCPuQtM > .row .container { width:20rem;height:44.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aJFroLghJCSCoGRgvMtohVEKBtDgP331 { width:9.375rem;height:9.375rem;top:5.6471354961395rem;left:5.3125rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pe4N91ZTJhwrXkMoqgpVoxrt00b2tdUT { width:19.4375rem;height:27.1875rem;top:16.334635496139rem;left:0.1875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #BIWiccaVmiHcVgD7zw09qnKHbRD4hFPC { width:18.123697280884rem;height:10rem;top:19.459635496139rem;left:0.1875rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #NJhWHToLwQ8IszvAy9X5vw7fV6EkCDTZ { width:3.75rem;height:0.06119791790843rem;top:27.147135496139rem;left:1.6375007629394rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #Xo2tsOu8vSZesBEm1UuxOvPhLO06P9xM { width:12.312500312924rem;height:3.1471353322268rem;top:1.25rem;left:3.8125rem;z-index:15018;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhF7EslSS0hrsqDSlpksyrE7WMgiLMuP { display:block; }
 }@media only screen and (max-width: 763px) { #Z2wJIM198999crXvGECG7MgeP6s54eLq { width:19.99609375rem;height:1.25rem;top:29.709635496139rem;left:0.00390625rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #STK7LvhgG3VeGopmbQdMpq454G2UTQad { background-color:#faf5f5;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; }#STK7LvhgG3VeGopmbQdMpq454G2UTQad > .row .container { border-width: 0; border-radius: 0; }#STK7LvhgG3VeGopmbQdMpq454G2UTQad > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#STK7LvhgG3VeGopmbQdMpq454G2UTQad > .row .container { width:20rem;height:39.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FtDNLp08p55W9apmb2E9cq59tmDTI0wH { width:9.375rem;height:9.375rem;top:1.875rem;left:5.3097653687rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bmZDivxwllOZ41TSpLBM0dsIT8gZVWfw { width:19.4375rem;height:32.4375rem;top:6.453125rem;left:0.20182293653488rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #VnMtdwbBEUzdvhnv7BuA34GHNQOAy0Ww { width:18.1241875rem;height:15rem;top:12.937499046326rem;left:0.93632808327675rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #MNVJNk3n4f9xw1knX2qgF8N9fLnVzVN7 { width:3.75rem;height:0.062109375rem;top:12.9375rem;left:8.1234369575975rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #DvwA8Jo1lro7MTCZ7LkTZVrXTvXEsy8C { width:12.328125312924rem;height:3.1640625745058rem;top:32.622436523438rem;left:3.8359375rem;z-index:15018;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtpCFgdCw6zbMfC2I5KEHAiXqTEUecAN { display:block; }
 }@media only screen and (max-width: 763px) { #ppWVzExBNbQbqMlTzOg17wVExBIQAt2N { width:19.99609375rem;height:1.25rem;top:29.1640625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #ntmkMmCTuQxIiOTOeqH5QlfUoRiRSrDQ { background-color:#faf5f5;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; }#ntmkMmCTuQxIiOTOeqH5QlfUoRiRSrDQ > .row .container { border-width: 0; border-radius: 0; }#ntmkMmCTuQxIiOTOeqH5QlfUoRiRSrDQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ntmkMmCTuQxIiOTOeqH5QlfUoRiRSrDQ > .row .container { width:20rem;height:37.973958375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JhooRnBqMwz256ZoEPyqdAeeq5VC9TAw { width:9.375rem;height:9.375rem;top:1.875rem;left:5.3097653687rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qzeKhHU1wVrM2CKIGtVDfvseE6VPAgTg { width:19.4375rem;height:31.4375rem;top:6.453125rem;left:0.20182293653488rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #Ll0ficBsTCRh17E5GkMWRPFZUsgdSzSG { width:18.125rem;height:13.75rem;top:13.038234710693rem;left:0.62226560711861rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #UPSgXMinEvdH2BowSTMEnwAssugxzT6C { width:3.75rem;height:0.062109375rem;top:12.9375rem;left:8.1234369575975rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #wIv50T1tTTobfdIiRTOSOfBNvxNOMqyk { width:12.286458328366rem;height:3.1223958283662rem;top:31.345092773438rem;left:3.8567709922791rem;z-index:15018;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSvbKsm8zQ5OlUmVCJWaduSWz1TzIgH3 { display:block; }
 }@media only screen and (max-width: 763px) { #yNm59bJTDhWJ1iG34wmaCRJHyLmesny2 { width:19.99609375rem;height:1.25rem;top:27.848999023438rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #uKl0I4HrDJMHuAnd7v4peV6ekhnisr4v { background-color:#faf5f5;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; }#uKl0I4HrDJMHuAnd7v4peV6ekhnisr4v > .row .container { border-width: 0; border-radius: 0; }#uKl0I4HrDJMHuAnd7v4peV6ekhnisr4v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uKl0I4HrDJMHuAnd7v4peV6ekhnisr4v > .row .container { width:20rem;height:35.161458375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Eogss1Dqlv6NR10Fp0u3IEWyX0Eyl4VG { width:9.375rem;height:9.375rem;top:2.625rem;left:5.28125rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #eXQG75Pf1IBmdTphxpR6gPBOFZZGTkRq { width:19.4375rem;height:27.9375rem;top:7.140625rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #JtDOnaUBZyfoEB6CyC2JkuE8lagdzHnS { width:18.125rem;height:10rem;top:14.056030273438rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #Etkumc1lvdT9oON9KHZWfKZZlLK64MCM { width:3.75rem;height:0.06119791790843rem;top:13.375rem;left:8.125rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #TAEkvfkE45D7wNWfGDfVeGt4bdkMgFbB { width:12.303385093808rem;height:3.1380208283662rem;top:28.595092773438rem;left:3.84765625rem;z-index:15018;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ran7X08LQxLpshDnIkNeltaUZItZxvdQ { display:block; }
 }@media only screen and (max-width: 763px) { #LEuFIkqViDIqulVpBGv77IT84reXo9sk { width:19.99609375rem;height:1.25rem;top:25.009155273438rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #VDauwfNTl01ULT4K5NdrHDg6pDtEu3Ma { background-color:#faf5f5;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; }#VDauwfNTl01ULT4K5NdrHDg6pDtEu3Ma > .row .container { border-width: 0; border-radius: 0; }#VDauwfNTl01ULT4K5NdrHDg6pDtEu3Ma > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VDauwfNTl01ULT4K5NdrHDg6pDtEu3Ma > .row .container { width:20rem;height:64.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #By70flryaoJOivI5L6meqXxOD2TSsBv4 { width:9.375rem;height:9.375rem;top:1.875rem;left:5.3097653687rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pb7U0TDMH4XumL0KycrHIchM7N3ntL3O { width:19.4375rem;height:23.3125rem;top:6.453125rem;left:0.203125rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #KUBSUeU3m32r1T43LTQis04COQiEEUci { width:18.125rem;height:8.75rem;top:12.937477111816rem;left:0.93632808327675rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #kW88fF1fWuDQb0U7w8TQPrhUK1wor1dA { width:3.75rem;height:0.062109375rem;top:12.9375rem;left:8.1234369575975rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #mkiks3ICSFN1srb1TF0XSJr3BFiKhE4a { width:12.5rem;height:3.3342rem;top:24.309027194977rem;left:3.7499998211861rem;z-index:15018;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWHwO1JGJbNL7CebtUrMS4IdggtybSkU { display:block; }
 }@media only screen and (max-width: 763px) { #d6xLkC8XoWtE0hXo6FkoHQxtsuBD6knW { width:19.997375rem;height:1.25rem;top:21.878463745118rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #m2sV1LoF1UhnMKWoQmueh6fN4d4KqhIP { width:9.375rem;height:9.375rem;top:32.766493797303rem;left:5.3124998211861rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #sO0kJ5a3gvK4ywtcm2yFeWV2RrThPg3S { width:19.4375rem;height:26.8125rem;top:37.70703125rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #x5RxbVaNJhOKcNmaGWXIXeDzuJfTVzz0 { width:3.75rem;height:0.0625rem;top:43.993925094604rem;left:8.1250002980231rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #hWMBfFClHFmGthfHMGOEsm7Bt76gfzZZ { width:18.125rem;height:12.5rem;top:44.123779296875rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #DZyQPXZloV3aSKUemwx75wZNVby6evQw { width:19.99609375rem;height:1.3333333730698rem;top:56.623718261719rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #cGuUCX9Jz2DBNur8GkPoPrTJzKGMk9ny { width:12.458333328366rem;height:3.2656250745058rem;top:59.044311523438rem;left:3.75rem;z-index:15019;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLIDhsxv9AmPX0D9MotDrac72h0vDuLR { display:block; }
 }@media only screen and (max-width: 763px) { #Fw6VkVVzfE232fhmkJsWveiiy3iOCV8K { background-color:#faf5f5;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; }#Fw6VkVVzfE232fhmkJsWveiiy3iOCV8K > .row .container { border-width: 0; border-radius: 0; }#Fw6VkVVzfE232fhmkJsWveiiy3iOCV8K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fw6VkVVzfE232fhmkJsWveiiy3iOCV8K > .row .container { width:20rem;height:36.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AcJ3PLIHTMGQABx34ZsNFbkG6KuJRO7F { width:9.375rem;height:9.375rem;top:1.875rem;left:5.3097653687rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #z2xhXyPDtVL2HrrHCxPWn22SaA4wANBv { width:19.4375rem;height:29.0625rem;top:6.453125rem;left:0.20182293653488rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #XMDzsqM1CN0Oe9tPU0UR93mOPlBwTOD5 { width:18.125rem;height:15rem;top:12.937489509582rem;left:0.93632808327675rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #sw6TBnhTOOzdbWBEanFIBLDs7PL7ZsCs { width:3.75rem;height:0.062109375rem;top:12.9375rem;left:8.1234369575975rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #iFpPQZ31EvDm1wDIH7UOIG3afX6IUsnH { width:12.354166343808rem;height:3.1888020783662rem;top:30.17578125rem;left:3.8020834922791rem;z-index:15018;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZERW0ZCLDEKnQlN8hdD66A0TbD0ETHzN { display:block; }
 }@media only screen and (max-width: 763px) { #NIl2Az0Rv9GVbI1ESxlbknT2NQneArGf { width:19.99609375rem;height:1.25rem;top:27.89453125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #bwWXTSzgb0c0oAWOIM5CLKJ8JqMoSSp0 { background-color:#faf5f5;background-image:url("https://images.assets-landingi.com/uc/a69fff73-0462-441f-bcd0-564d274a10c7/Colorblockbackground.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#bwWXTSzgb0c0oAWOIM5CLKJ8JqMoSSp0.adaptive-delivery-prevent-bg, #bwWXTSzgb0c0oAWOIM5CLKJ8JqMoSSp0.lazyload, #bwWXTSzgb0c0oAWOIM5CLKJ8JqMoSSp0.lazyloading { background-image: none; }#bwWXTSzgb0c0oAWOIM5CLKJ8JqMoSSp0 > .row .container { background-color: transparent; background-image: none; }#bwWXTSzgb0c0oAWOIM5CLKJ8JqMoSSp0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bwWXTSzgb0c0oAWOIM5CLKJ8JqMoSSp0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bwWXTSzgb0c0oAWOIM5CLKJ8JqMoSSp0 > .row .container > .video-iframe-container { display: none; }#bwWXTSzgb0c0oAWOIM5CLKJ8JqMoSSp0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bwWXTSzgb0c0oAWOIM5CLKJ8JqMoSSp0 > .row > .video-iframe-container { display: none; }#bwWXTSzgb0c0oAWOIM5CLKJ8JqMoSSp0 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bwWXTSzgb0c0oAWOIM5CLKJ8JqMoSSp0 > .row .container { width:20rem;height:43.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4F1050mOxUHqfC8tAzaMUE7LHNWscKr { width:18.125rem;height:4.1425875rem;top:29.875rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhNNImohvVZsfrvzUO7wRoT3iLccHe66 { width:18.125rem;height:0;top:19.52099609375rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TKeWRG8mt3U25pCDn1BrmddtlCbeNHmo { width:20rem;height:auto;top:5.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QDH8Ifmi8z3vW5bR2hbBUQAnZ0nmbfiG { width:18.125rem;height:15.1894875rem;top:14.060546875rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15015;font-family:"josefin sans";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #F0hf4w4UA7KgXOdEFXeI8DzlEseHhMJO { width:9.375rem;height:9.375rem;top:2.3107109069824rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1eyHyLaeioiq2GExNPVCTfwLmIuq4oC { width:18.125rem;height:3.375rem;top:35.562501311302rem;left:0.93663197755812rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Arqeixr8eZ6g7HmITSmzn5TteHDO3Bfk { display:block; }
 }@media only screen and (max-width: 763px) { #FZVb607kuL6y3BK7krSy6K1Xh5IwfdNx { display:block; }#FZVb607kuL6y3BK7krSy6K1Xh5IwfdNx > .row .container { width:20rem;height:55.999267578125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fyJDzMECK5bQadVLiSdfwsDGBazVtZVH { width:18.5625rem;height:6.09375rem;top:2.5269093513489rem;left:0.71788197755812rem;text-align:center;text-align-last:center;font-size:1.5625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #bPsCg1Cn48XK2piLIQKzuKwCQxCWC58K { width:17.5rem;height:19.125rem;top:20.5rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTdsRohTiFw0Sry1yElfGLTcXWyPTeso { width:1.5625rem;height:1.5625rem;top:20.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1C1MzF0IcH3H5bRmtBVBNkQSIPQkUMQ { width:1.5625rem;height:1.5625rem;top:39.625854492188rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOBAqgOWcFAh3Vna0HXmwAbo09Sfg2qg { width:1.5625rem;height:1.5625rem;top:46.0009765625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3SydKlhCOoT8864nT3zfC8CrarLFIUC { width:1.5625rem;height:1.5625rem;top:51.99951171875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJKwqee3UDgn0KIwrmQmczSkkSNNSCyU { width:17.499625rem;height:0;top:14.88046836853rem;left:2.4363279640674rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #yicACWpKqE8DIiIR2Hpsxcrs5IZxIqV4 { width:3.12421875rem;height:2.25rem;top:79.558959960938rem;left:1.9375000596046rem;display:none; }
 }@media only screen and (max-width: 763px) { #p3uzqQGRBk2qhWvmpJ8Ub0ktppUHv2LZ { width:3.12421875rem;height:2.25rem;top:88.547668457031rem;left:1.9366319775581rem;display:none; }
 }@media only screen and (max-width: 763px) { #S67EHbhTBwx1KHPlhqZVWsVa4TRU5Bef { width:20rem;height:12.9375rem;top:7.6041679382325rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iU54NrrSMDKUgmmUz8acEU0v5bawOnXJ { width:17.5rem;height:6.375rem;top:39.625854492188rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bK7IHt9toG2ghsuxpTfkTEe8xMKF6gGc { width:17.5rem;height:6rem;top:46.0009765625rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLeUQ3nq2vToEEGH7Lpn6FxsWds1gOaS { width:17.5rem;height:4rem;top:51.99951171875rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0z3Sb8QQwungEwB9WDzsLhc1hAI0M6y { display:block; }#o0z3Sb8QQwungEwB9WDzsLhc1hAI0M6y > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TT6pk1JqpQDewmbtuXgWGp1F0kdmflTG { width:20rem;height:7.87475rem;top:1.1248779296875rem;left:0rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #iZTJAGUsmWtc6ryko70T2wmle3dHM9El { width:20rem;height:4.0625rem;top:3.0303955078125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #mbq5oXVF7c8W2UIM3rHITdUyFSATbQMG { display:block; }#mbq5oXVF7c8W2UIM3rHITdUyFSATbQMG > .row .container { width:20rem;height:45.100341796875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oVJJLJ2xoXqpeFfWhaxwvCUo66I5fG0B { width:17.5rem;height:7.6489375rem;top:1.1241049766541rem;left:2.4991319775581rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zphnd7k5aTNXFW5mBIlqt3tvADcm1lmD { width:1.5625rem;height:1.5625rem;top:1.1223964691162rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EckLnHhHSpOTtA7dBIcVMX8Kmwp8KPK1 { width:1.5625rem;height:1.5625rem;top:8.7725830078125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hq1CJfDivXCeGaw1DeWpB8G1x2aV9oOC { width:1.5625rem;height:1.5625rem;top:19.581298828125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHOCS7ZGkw0QHrOUOXSPgPhKPbWXNR34 { width:1.5625rem;height:1.5625rem;top:13.845825195312rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPHW7Uagki56BrUGlT0e2dW9kgU362U4 { width:1.5625rem;height:1.5625rem;top:28.925170898438rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILUqW3aTi5Lg8IxeniqxIvTHomXvFfJy { width:1.5625rem;height:1.5625rem;top:36.572875976562rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #buTwW4RfQzmdByPVyO5S7z66J6rrhJ2K { width:17.5rem;height:0;top:14.31093788147rem;left:2.5000001192093rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #vQFJg7XRMxs3OaDismOVq3dedECykGT4 { width:17.5rem;height:5.73669375rem;top:8.7725830078125rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #INSJWt4eK8Ib9z6vfdDQlvn1NzKsL7OH { width:17.5rem;height:5.73633125rem;top:14.508056640625rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MA8rXSKCSQ4v7gedH5D54AbwrC2LIp77 { width:17.5rem;height:9.56055rem;top:20.243530273438rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5nsvwofCifXUKrK3t5WSeb95DsD76qS { width:17.5rem;height:7.648925rem;top:29.8046875rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKoRrUbmrxDSh2K0dAHG9n0yf1f5w8De { width:17.5rem;height:7.648925rem;top:37.452392578125rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQQ39h0ZS3HshNK9HIUKiZBrd6vPobCT { display:block; }#CQQ39h0ZS3HshNK9HIUKiZBrd6vPobCT > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ANIAro1GMAbK4sLpmucqGQ2DRiuV12TB { width:18.125rem;height:3.375rem;top:1.9375rem;left:0.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpISAoSzJIfiyw5f8TVi1p4zhOzaqn8k { display:block; }
 }@media only screen and (max-width: 763px) { #NDTsvdwsi7QecbBtVX7mvzAyXFGXKK0y { display:none; }#NDTsvdwsi7QecbBtVX7mvzAyXFGXKK0y > .row .container { width:20rem;height:85rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #C4ktnoHDbwpJO2ODKag8C85qP5Tt5TZO { width:18.5rem;height:12rem;top:9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sd5lAXPPBRymXbrRrNkFKSTqCmOMTI5m { width:20rem;height:2.0625rem;top:22.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#0d94a6;z-index:15008;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #lf4TTTMnVTNS6TwiAkZg4eHbsseBtH1v { width:18.125rem;height:48rem;top:25.0625rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfREfT7i0degQr4bF01A8w6BHnXVUtIH { width:19.9995rem;height:1.875rem;top:75.611572265625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5Kw86qXTLGbTt4W7h5TBW1fuzoF9du1 { width:18.75rem;height:2.9370125rem;top:79.62451171875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSmI0g1h1P5GuGZ4TiTT5kIimnLLh4H3 { display:block; }
 }@media only screen and (max-width: 763px) { #mvT0ZcK6r7W9lUxQ2psPrdBLVx3iC2mR { width:20rem;height:4.125rem;top:5.937744140625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#0d94a6;z-index:15008;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #F1Xk27fWSI4WWc00PQc9RkNNBLbz42sT { width:20rem;height:2.03125rem;top:2.3125009536743rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbqVEDTHISrd5Opbq6QpWeyGJC5przwQ { width:19.9995rem;height:1.875rem;top:73.049560546875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuVpIoSOBxEftK6ziHrpqtqWky1bdUT8 { display:none; }#HuVpIoSOBxEftK6ziHrpqtqWky1bdUT8 > .row .container { width:20rem;height:4.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cqIKTFx5pGHCirZhZCtlnKNPPvfsmv35 { width:19.9995rem;height:1.833333375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbdhIODwu5UzFe7KP7LMOo4qdJxSTsIh { background-color:#f8ecec;background-image:none;display:none; }#MbdhIODwu5UzFe7KP7LMOo4qdJxSTsIh > .row .container { width:20rem;height:66.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SZlo4SZyxPWmmWu6eM1TBgBbZWVEDyD1 { width:19.99875rem;height:1.583333375rem;top:25.248046875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KMMbCThZKI3TBANqyiKwbBPRA36xmJd9 { width:20rem;height:40.75rem;top:22.372680664062rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bklJrupTx70XThpkPalfmmWHMQNXcRdQ { width:6.1875rem;height:6.1875rem;top:18.13037109375rem;left:0.936767578125rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #wiPu7kCqAEFn9CVaxBJwXkantmXTOEtc { width:18.1230625rem;height:0;top:27.9814453125rem;left:0.9375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #iw131gzepZWqqlqX0m5bcxTSPaaBmsuD { top:1.182861328125rem;left:0rem;width:19.875rem;height:19.875rem;z-index:15024;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #w8UrtBp1UAkg6gXaFWdZE1pGQ5lEIA4g { width:19.9995rem;height:4.875rem;top:58.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRx0D96ui8hvGrXJWpPufpKzDPB4p8Pe { width:19.99875rem;height:1.833333375rem;top:59.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDFUtTpFrGqFRarnvC40ibgkyvi2Od8N { width:18.1230625rem;height:29.333333rem;top:27.884033203125rem;left:0.9375rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #yqUruWHscN3FTVy0sAGDXSyGNHU1Rf2u { display:none; }#yqUruWHscN3FTVy0sAGDXSyGNHU1Rf2u > .row .container { width:20rem;height:24.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MATRl6ZzyoXgkc8ZeJTRTq8SSUL16oTV { width:19.9995rem;height:5.5rem;top:2rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ky4sELnVXFFmxsTLuEbhDGMJIhkR7vJw { width:19.99875rem;height:7.083333125rem;top:8.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZbiwmSKkK7Tb18z5mDkJTJi796MRTyh { width:19rem;height:4rem;top:18.579688549042rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nD5FWoZhX39Q5rypmoSFvaeeInG47Gq4 { display:block; }
 }@media only screen and (max-width: 763px) { #mQPUmL1mWPmDpFBmyDdy6lXb7ILnXeDa { display:none; }#mQPUmL1mWPmDpFBmyDdy6lXb7ILnXeDa > .row .container { width:20rem;height:13.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XNfsEKLuPBIQCsx1GpX9gPJ6gJEFq0DH { width:18.6245rem;height:3.186525rem;top:7.74755859375rem;left:0.68701171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vcpm2Jc9E5RcezcPvQbNhag8D5A8PiVF { display:block; }
 }@media only screen and (max-width: 763px) { #BJXPKKZgAwlXC8I2iAD5H8H3ARBCr9UW { width:19.9995rem;height:3.66666675rem;top:0.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAVvZuEa87sq0kzTJFM9chiAuAkN5hGF { display:none; }#AAVvZuEa87sq0kzTJFM9chiAuAkN5hGF > .row .container { width:20rem;height:32.74609375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BqTTP8BRRB0C04i6XSKH7WevwygJT2o8 { width:19.4375rem;height:25.125rem;top:7.37109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qw6PHyJWxKgHm9xxTIGIqE8ADxdG1TR5 { width:9.375rem;height:9.375rem;top:2.625rem;left:5.3125rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #b45VL8Kq16XCAzs29lfq6ffItQFDstdN { width:18.1245rem;height:5.333333375rem;top:13.286865234375rem;left:0.936767578125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvb3TDgEnvCrrwOeROW5x313EfQPhg25 { width:18.1230625rem;height:9.333333375rem;top:21.4072265625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXdJMdwEGI1QSd9bnEiAchT90UPDJcNy { display:none; }#oXdJMdwEGI1QSd9bnEiAchT90UPDJcNy > .row .container { width:20rem;height:40.93359375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PBImIEMTzh8FnhqXwLlQNPQVwuJEIE5x { width:19.4375rem;height:33.3125rem;top:7.37109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDopo0iVMAEzhqorqhtO2RJwR8tEQol5 { width:9.375rem;height:9.375rem;top:2.625rem;left:5.3125rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #xzNkdIJclFme9V4etgCfJpdxP9sBmMSB { width:18.1245rem;height:16.000000375rem;top:13.286865234375rem;left:0.936767578125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpEWrQWB7Umpk1NObgbVCQ0IldV0T8un { width:18.1230625rem;height:5.333333375rem;top:32.344482421875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dr8SvnR8GGN6v2vFa6niId8AAQVPTlUD { display:none; }#Dr8SvnR8GGN6v2vFa6niId8AAQVPTlUD > .row .container { width:20rem;height:29.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XlriS2SRSNcDFKNWPgx9Xhrnbgg4HIH6 { width:19.4375rem;height:19.75rem;top:7.37109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dy0tOQwcKqNH4MdEpX6zePdLvzfLod3U { width:9.375rem;height:9.375rem;top:2.625rem;left:5.3125rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #fcr2xGEyDGUXLX63Hl5aPI67UqTip7qE { width:18.1245rem;height:6.666666875rem;top:13.286865234375rem;left:0.936767578125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTDqWvWQhnpPyFTVWNTeOHrHgTHdRVc3 { width:18.1230625rem;height:2.66666675rem;top:22.657470703125rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDNyQzORvGDRxQnWHCy1aHTGHspDTeoV { display:none; }#wDNyQzORvGDRxQnWHCy1aHTGHspDTeoV > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TcX2oU82IFM4TyuZ5xBMHxRpfRGqpNFw { width:19.9995rem;height:3.7375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ph1QabdwtKxOpKcM9tuH3PgnRxJMaUyT { background-color:rgba(255,255,255,0.3);background-image:url("https://images.assets-landingi.com/uc/5b6dc828-e1b3-4532-8195-297569049cad/GwnenaMobileiPostnaInstaStories_SzkoaAjurwedy1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#Ph1QabdwtKxOpKcM9tuH3PgnRxJMaUyT.adaptive-delivery-prevent-bg, #Ph1QabdwtKxOpKcM9tuH3PgnRxJMaUyT.lazyload, #Ph1QabdwtKxOpKcM9tuH3PgnRxJMaUyT.lazyloading { background-image: none; }#Ph1QabdwtKxOpKcM9tuH3PgnRxJMaUyT > .row .container { width:20rem;height:63.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #l7pInK7ggallGQsI8ZNiDuD5pNUTBJLl { width:18.125rem;height:23.47465rem;top:31.9375rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2s9zXoc5sTDPyTK9WwzNmlqIWSohZh1 { width:20rem;height:3.2504875rem;top:27.6875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G7tmdMHr0JK2RCoJ3WxhAIMsxXwVLgNt { width:20rem;height:1.875rem;top:59.250379562378rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGTz4PbJfSkfdtzXcracUKyDX4frMEIx { width:20rem;height:36.8125rem;top:25.56222820282rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKAtDfpvo3uTxkdmugDyMJTvdZ4XrCVo { width:6.1875rem;height:6.1875rem;top:21.444500485413rem;left:13.700520852558rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGy5v1vtno49iE0FLbbZe4caKb9MOUie { width:20rem;height:4.625rem;top:57.874782562256rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8A7VryK76JZ4rWz2E7WCSo8b6s5ow7W { background-color:#f8ecec;background-image:none;display:none; }#i8A7VryK76JZ4rWz2E7WCSo8b6s5ow7W > .row .container { width:20rem;height:37.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tzKNUfktpOicBsrITneOPx65HbcEr0ac { width:19.9980625rem;height:4.875rem;top:24.8408203125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MmalBCeL3V08gZiZX7sTTk56KecFlJJy { width:20rem;height:14.375rem;top:22.372665405274rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfxQTSd4gmfNMXdJBuJnVm0qp6e84ZJX { width:6.1875rem;height:6.1875rem;top:18.13037109375rem;left:0.936767578125rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #uKqz90QWqdlTZWPpoubRzziMI8gcEfTk { top:1.182861328125rem;left:0rem;width:19.9375rem;height:19.9375rem;z-index:15024;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bTFgKI05n37JdlSWBgsP7V954TzdX9L2 { width:18.1230625rem;height:0;top:31.043701171875rem;left:0.9375rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #bpJZ5S73eeqmW2KKgku6gR5T90JBff3z { width:20rem;height:4.5625rem;top:32.199219703674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6nCeFUFQO7WTxTdDwoEWazuic724zSN { width:19.9991875rem;height:1.875rem;top:33.54297542572rem;left:0.00078123807907106rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcUs5gJXK7g41SEVRgtKdkPkkh3GTQwz { background-color:#f8ecec;background-image:none;display:none; }#CcUs5gJXK7g41SEVRgtKdkPkkh3GTQwz > .row .container { width:20rem;height:54.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RhS1poEMCLAfQrp5Zv4vswpyAK43RLS2 { width:19.99875rem;height:3.25rem;top:25.248046875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V5V5BTFSUWIA8x0CxfKTlRRzuhZRa78R { width:19.9995rem;height:29.87475rem;top:22.373291015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #csTH60ogeAkM4xvPVn2uxnSLG6ICqxOd { width:6.1875rem;height:6.1875rem;top:18.13037109375rem;left:0.936767578125rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #h4OlG3Sb2dgFS2PhBEyK5UoSgsBV2PNP { top:1.182861328125rem;left:0rem;width:19.875rem;height:19.875rem;z-index:15024;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zN6ya11k24IsvgrITeWO2CM803MevRTP { width:19.9995rem;height:4.56225625rem;top:48.49658203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t29c0yHdv3Fw6UB5ZqmbsKzMGby0lgUO { width:19.99875rem;height:1.875rem;top:49.83984375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOsdvFyblOMX2FbQ68SfEF8QA0JrIqt4 { width:18.125rem;height:16.575rem;top:29.62060546875rem;left:0.93603515625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PTIQCd0yz2Vb08WH8QvMlvKqQMrP2XZ5 { display:none; }#PTIQCd0yz2Vb08WH8QvMlvKqQMrP2XZ5 > .row .container { width:20rem;height:1.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MJTZFNyvgHF8WNHamVmPNaa74cy74CyQ { background-color:#f8ecec;background-image:none;display:block; }#MJTZFNyvgHF8WNHamVmPNaa74cy74CyQ > .row .container { background-color: transparent; background-image: none; }#MJTZFNyvgHF8WNHamVmPNaa74cy74CyQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MJTZFNyvgHF8WNHamVmPNaa74cy74CyQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MJTZFNyvgHF8WNHamVmPNaa74cy74CyQ > .row .container > .video-iframe-container { display: none; }#MJTZFNyvgHF8WNHamVmPNaa74cy74CyQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MJTZFNyvgHF8WNHamVmPNaa74cy74CyQ > .row > .video-iframe-container { display: none; }#MJTZFNyvgHF8WNHamVmPNaa74cy74CyQ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MJTZFNyvgHF8WNHamVmPNaa74cy74CyQ > .row .container { width:20rem;height:65.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d1biVODUvl00wyIpCOWSlVa6xWC29GAP { width:19.99875rem;height:1.625rem;top:25.248046875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V6gvgBwvslfpHzwX0paqOBtrQeeB0UlB { width:20rem;height:43.0625rem;top:19.748046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxWKayAL6wROHB26DORJWgNZTo3NGo5b { top:1.182861328125rem;left:0rem;width:19.8125rem;height:19.8125rem;z-index:15024;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dSO7rwzFVBy6qvsbHntU5qGO15pNDQwW { width:19.9995rem;height:4.56225625rem;top:60.371337890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvfiA1SmD0oXUpf0wRVJnoyf7SFTuhLe { width:19.99875rem;height:1.875rem;top:61.714599609375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITZcXDJdFHfpZqFb6dKdtomRbXlnKElX { width:18.125rem;height:30.378875rem;top:27.71630859375rem;left:0.93603515625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mb85HvWoRnLKlXTL2TfMAEJOarE4cNdH { width:9.624625rem;height:9.624625rem;top:14.932250976562rem;left:10.375366210938rem;display:block; }
 }@media only screen and (max-width: 763px) { #To2LDEpl24cxx5tcVUIcta9wzfoDETTQ { display:none; }#To2LDEpl24cxx5tcVUIcta9wzfoDETTQ > .row .container { width:20rem;height:52.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MUVTeybZ8kpDAG4NVlPJ3brnenvM5kHJ { width:19.5rem;height:49.6875rem;top:1.9351806640625rem;left:0.234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xI3UZ7JBqTTzAUAXmUTLscHZ7v7qGkuJ { width:19.997625rem;height:6.90625rem;top:42.73828125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMZQDKsZpoIAa8weUARWp5kQZD1CdNHW { width:3.75rem;height:0.060791rem;top:14.2177734375rem;left:8.1240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zwet7TtR6aPbdCwxZKW7V65QKAWsDa10 { width:18.1245rem;height:26.24375rem;top:15.591796875rem;left:0.93603515625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBI7IMBZRmfceoDsLnnA0B7UwvpTTZgh { width:6.1875rem;height:0;top:14.241796016693rem;left:0rem;text-align:center;text-align-last:center;font-size:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rq3lFcRs80Ke3LlJfGmOKECfSkbOZwR2 { width:3.75rem;height:0.062109375rem;top:47.085538085938rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lei0Eq49iLR2RLDmC4HDIVX0RSOfzWuG { width:9.375rem;height:9.375rem;top:3.35302734375rem;left:5.3115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9vrOTfwqQslpSD1rwuPU8cp3hRqpiSa { width:18.12375rem;height:0;top:15.591064453125rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #nHGer8CB9pxs8Mp8Eosm1TTo3Xzhgq0D { width:19.9980625rem;height:0;top:33.322265625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #zapD9Jn91pNB3frNMtaHW5vk6DMJzTKJ { display:none; }#zapD9Jn91pNB3frNMtaHW5vk6DMJzTKJ > .row .container { width:20rem;height:50.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AZ3kQS1uPUbVTPCe50THJdhkp5QDJaTT { width:19.5rem;height:46.3125rem;top:1.9351806640625rem;left:0.234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKcqZZ1O0bevSuz9q981BpZCzRfKsbZb { width:19.6875rem;height:6.9043rem;top:40.097657203674rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmzNLgigwhP1AFRcbS8virJOxMZBVPKF { width:3.75rem;height:0.060791rem;top:14.2177734375rem;left:8.1240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Funu6br6ZI2xTxsOh6f3MJmRw0e4csop { width:17.75rem;height:22.09374375rem;top:15.403906106949rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebs0HhXPXnKTpuQJJIg1JV6d40nDxhQd { width:6.1875rem;height:0;top:14.241796016693rem;left:0rem;text-align:center;text-align-last:center;font-size:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BBycQRDmaBcktPsf5QkBgleTMfnEHJ2T { width:3.75rem;height:0.062109375rem;top:47.085538085938rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #V2739JbRNA567SM43qd7uMozynhEyb2n { width:9.375rem;height:9.375rem;top:3.35302734375rem;left:5.3115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfTTRym6mAZvaKHBnmPaTKUKHm5v158D { width:18.12375rem;height:0;top:15.591064453125rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #kr8Gn039RAH5Cc6VGFVsTnoaLTNN0h6V { width:19.9980625rem;height:0;top:33.322265625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #JrZM2t6GlbPrnUn9QRk9zHQbOZp3Z8tm { display:none; }#JrZM2t6GlbPrnUn9QRk9zHQbOZp3Z8tm > .row .container { width:20rem;height:50rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FaCiqEUnnz9JO8zzsRvimuG2q4WHM4DO { width:19.5rem;height:46.25rem;top:1.9351806640625rem;left:0.234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6ozPlQXbQoEKR4EEpmF4KqWA5RIPqVU { width:19.997625rem;height:2.7625rem;top:44.050780296326rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKAQ6qd8ifmeSzBWDOMi01cBX0iZ8bdn { width:3.75rem;height:0.060791rem;top:14.2177734375rem;left:8.1240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #npZBFc9DXsbiN2h6Kb6wytIepNcQ8sbC { width:17.75rem;height:26.24375rem;top:15.716406345367rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pH2qCNZoyTkIfTOWT4ZdCKOeWvhJgrQM { width:6.1875rem;height:0;top:14.241796016693rem;left:0rem;text-align:center;text-align-last:center;font-size:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wqyMpSsKTQbUElD0AbPCKqRfyqInoDad { width:3.75rem;height:0.062109375rem;top:47.085538085938rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rLrty0VLnBy3dUM1yl1kPZ3dWISVo4qf { width:9.375rem;height:9.375rem;top:3.35302734375rem;left:5.3115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2qF04kzQmeqFWI4ffU6seCNgMx8OqkJ { width:18.12375rem;height:0;top:15.591064453125rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #K3CILU6KdVDOVZliXLdgsmmdqUqLvIla { width:19.9980625rem;height:0;top:33.322265625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #ldee1QPPMctDA3ugU6P28DKC94saziOZ { display:none; }#ldee1QPPMctDA3ugU6P28DKC94saziOZ > .row .container { width:20rem;height:13.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zmngl9B4DAgzu42Pxr0xWflDiA4oJB2E { width:18.6245rem;height:3.186525rem;top:7.74755859375rem;left:0.68701171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cD8o0IJn6J8klL195wr92mvRsiZgVsnH { display:block; }
 }@media only screen and (max-width: 763px) { #JVsFxuIJnnzntwcxke2zfJqF3wZLL0hU { display:none; }#JVsFxuIJnnzntwcxke2zfJqF3wZLL0hU > .row .container { width:20rem;height:56.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IW4s6tM40Q2eETZCNZC8zFQHzgKoofmJ { width:19.5rem;height:53rem;top:1.9351806640625rem;left:0.234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9LGxQTfGlCdOpEZol5Dv0OHsmwuo8lG { width:19.5625rem;height:6.90625rem;top:45.238283157349rem;left:0.21875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Owf1XmPbBv7fSTvq4tww5qVuDpnraDPl { width:3.75rem;height:0.060791rem;top:14.2177734375rem;left:8.1240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNdToG6ysya7JvTDuTc3OP0imzZILt4t { width:17.5rem;height:27.625rem;top:15.591406822204rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1ufArJWNtf5ahMIuAxhSsRodHS3wyg5 { width:6.1875rem;height:0;top:14.241796016693rem;left:0rem;text-align:center;text-align-last:center;font-size:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oysclshTftNb8EbKRCWqziMdGVw7lrzt { width:3.75rem;height:0.062109375rem;top:47.085538085938rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hNx8ePqb6KaWT76saTy4poyu81f8Txiu { width:9.375rem;height:9.375rem;top:3.35302734375rem;left:5.3115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lf6NctuLVwkAs7GoCydik5TvaNJtPy2d { width:18.12375rem;height:0;top:15.591064453125rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #ipTCT5ddMaJROVP3So2kyVulDdiL3Vpv { width:19.9980625rem;height:0;top:33.322265625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #tI1aD9rehGZuJJBiGmHcfpViD3fkUg55 { display:none; }#tI1aD9rehGZuJJBiGmHcfpViD3fkUg55 > .row .container { width:20rem;height:48.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lWmNNZCvI0Mxy0trS1HdUD0ssTxepWsK { width:19.5rem;height:45.125rem;top:1.9351806640625rem;left:0.234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d51J9dbFTz0Db3OV8cGKfTDLHR08V3Tk { width:19.997625rem;height:4.14375rem;top:40.738282203674rem;left:0.0023437142372131rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9I190lT2Dm7KBW4Abao8Qq121gIFkaw { width:3.75rem;height:0.060791rem;top:14.2177734375rem;left:8.1240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zu81muMebtA8UDCOoJAI2ZcepaaLAdqS { width:18.1245rem;height:23.48125rem;top:15.591796875rem;left:0.93603515625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTWXlkH0WBdQNK8PxcGVrTziI1bAAIOT { width:6.1875rem;height:0;top:14.241796016693rem;left:0rem;text-align:center;text-align-last:center;font-size:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zt2kXPKRZO98OsxtBiTsQW8MiGz8PQbF { width:3.75rem;height:0.062109375rem;top:47.085538085938rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cntaQZ6yIV2tyngVEFduq7e0TnTHL8R4 { width:9.375rem;height:9.375rem;top:3.35302734375rem;left:5.3115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7tdJmH7d3u6aS2XXh4vRZEtXqSAmgUU { width:18.12375rem;height:0;top:15.591064453125rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #RG9xprac8MD93ECAHRUFVTp4Gg3mBul4 { width:19.9980625rem;height:0;top:33.322265625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #P5H0HTfW6hXwU10LVu44wCdc9WcsqRr0 { display:none; }#P5H0HTfW6hXwU10LVu44wCdc9WcsqRr0 > .row .container { width:20rem;height:64.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #R125ZSHz01vnlIW107zLkSCBKEywPwwz { width:19.5625rem;height:60.375rem;top:1.9351806640625rem;left:0.234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxJtCgTLmGG9opStADrwZRkZVylT5taQ { width:19.997625rem;height:4.14375rem;top:56.503908157349rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3zJOJGHuaMtoEnpJSDAFmkTmkaHGbFH { width:3.75rem;height:0.060791rem;top:14.2177734375rem;left:8.1240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQ8IUc26dno8yrsAmzavs5kv6tmrlWnr { width:17.4375rem;height:38.675rem;top:15.65390586853rem;left:1.3156250715256rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSLZaAfmtTMRufbLwPPsI71ZmPSOtdSQ { width:6.1875rem;height:0;top:14.241796016693rem;left:0rem;text-align:center;text-align-last:center;font-size:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zT18f7BKBQczdeOW2TSSpzVX6DHOFS9k { width:3.75rem;height:0.062109375rem;top:47.085538085938rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LMugWw00gl1zVFPSZ9B5MhExzqEH0vtc { width:9.375rem;height:9.375rem;top:3.35302734375rem;left:5.3115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPXNghLitunJKDfhXpmeAkhl7MJwEbOc { width:18.12375rem;height:0;top:15.591064453125rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #DO1ZCyJhHuvZ553EUdgahNbnqndy3DvL { width:19.997625rem;height:0;top:40.884376525879rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #pl400dZV6b6BBzHNcutk3tv9u0MvBzCx { display:none; }#pl400dZV6b6BBzHNcutk3tv9u0MvBzCx > .row .container { width:20rem;height:42.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Xk8stUhw2gSWI1qRyMTnWux0SAxNTbqU { width:19.4375rem;height:38.0625rem;top:1.935791015625rem;left:0.235107421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHBJ3Z3qtNCgksD7yJT1XZZaOxEAwD8O { width:18.9375rem;height:5.525rem;top:33.425782680511rem;left:0.53125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTVZUo3BF0xmOwXXvaB5coyBZTxZG2xi { width:3.75rem;height:0.060791rem;top:14.2177734375rem;left:8.1240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDESJCwAzzPaK0KTPAniCQ8cKF3nctEx { width:16.9375rem;height:15.19375rem;top:15.903906583786rem;left:1.5312501192093rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCg9aJ7f5N0E0p3OGCGNOwMtBFFyLDvC { width:6.1875rem;height:0;top:14.241796016693rem;left:0rem;text-align:center;text-align-last:center;font-size:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dqD9AsokwcyJttdBMZvxE4Gl2uFN1cW6 { width:3.75rem;height:0.062109375rem;top:47.085538085938rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TK0g9F2t9NTZl7u48hsDT3hQFyHgs46O { width:9.375rem;height:9.375rem;top:3.35302734375rem;left:5.3115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fK7BzGfAfMTme9F9b12r8i4k2C521Rfq { width:18.12375rem;height:0;top:15.591064453125rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #POV63qcW4zsUTzNTetCyu5wmg9UOsJvn { width:19.9980625rem;height:0;top:33.322265625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #ohxEfhvEswEx82azCIqnf1qbZGOqfMrM { display:none; }#ohxEfhvEswEx82azCIqnf1qbZGOqfMrM > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GQrh1g4VEn9xWyR8NVfEP1FLoJMH2sBh { width:19.99875rem;height:1.86875rem;top:2.2529296875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcMId0IBRXIFeczNxM3Kp7C0LDgQ72Mi { background-color:#89c7e1;background-image:none;display:none; }#UcMId0IBRXIFeczNxM3Kp7C0LDgQ72Mi > .row .container { width:20rem;height:53.99951171875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PFR2ZvcwPFvdQzAluCb5UyMOnFbJ6O8c { width:20rem;height:28.75rem;top:22.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E16IRmCViHOXrtTtszyNxAHs5dHbdx6K { width:19.9995rem;height:4.87573125rem;top:24.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVXUkv8gkSod30Jrc4dtCqLqXZCmpOtR { width:18.312rem;height:7.96875rem;top:35.25rem;left:0.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLva5xRZIMCNTIcO4rBVlb24musEP86w { width:20rem;height:4.5625rem;top:49.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTgvrJPubMgfL563yqNDEgg1w3MOt7Nz { width:19.9995rem;height:1.875rem;top:50.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtRTU1v5DKIKFeBkizMeo6XDofwDPA0K { width:19.9995rem;height:3.1875rem;top:30rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKyg7LiBJ1D8nd24tydvKfHmA4FPlswt { top:1.38134765625rem;left:0rem;width:19.9375rem;height:19.9375rem;z-index:15035;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bb1t1z0xsMJfU454XCzy4gxu9fwHRw3O { background-color:#89c7e1;background-image:none;display:none; }#bb1t1z0xsMJfU454XCzy4gxu9fwHRw3O > .row .container { width:20rem;height:58.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cgIs7Tt0ax5XeBVNupSvbafqvvyhuWZy { width:18.12375rem;height:6.5rem;top:26.70556640625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBBirk243ho1Nz6oKXrrZ0MCiPzrnOQV { width:19.99875rem;height:1.625rem;top:23.706298828125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAM0bn2IH2NGTZTwhXe2gxBzQoCPr3WO { width:17.0625rem;height:14.34375rem;top:35.329833984375rem;left:1.4677734375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Od611EtAbXGsI7trN94POfsIAeCPo7HX { width:20rem;height:32.5rem;top:22.393798828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUTWEceoQNHRWHq1FTKtxuLTy70nEeSA { width:19.99875rem;height:4.56225625rem;top:52.2216796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdLKc75kh5CpO7ZvxeGlzsyFw51ahQKB { width:19.99875rem;height:1.875rem;top:53.56494140625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9etvCpxhon36mZnevLylPM3xxIKUa5G { top:1.17919921875rem;left:0rem;width:20rem;height:20rem;z-index:15029;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Rnks6WPfrwnAhEqGkRirvDOLmXRk0nIT { background-color:#f8ecec;background-image:none;display:none; }#Rnks6WPfrwnAhEqGkRirvDOLmXRk0nIT > .row .container { width:20rem;height:3.09684140625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZggD9ZD7pTovD5RPQ6KyZ54zzaRDbuNQ { width:18.125rem;height:1.86840625rem;top:1.22900390625rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbCI9diQEy0pR0WK1B0IqQXacHwkXLvS { background-color:#f8ecec;background-image:none;display:none; }#PbCI9diQEy0pR0WK1B0IqQXacHwkXLvS > .row .container { width:20rem;height:64.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JzfZwXxbTTeqIW0iqsna0ldwngfaKLpV { width:20rem;height:3.2504875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVdZdFCAKFNJnqBiTAqF6PcayT3aAMsc { width:17.875rem;height:9.5625rem;top:7.4992141723631rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kl3GaKmBWMo7nclz0b3vuCTNJEcDNNUv { width:6.1875rem;height:6.1875rem;top:5.2101559638977rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IO231RwvtwgvBFr5pI3nIqdxSToBsxrB { width:20rem;height:39.84375rem;top:18.686718463897rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Www7rONn36AHswAwe20qQewUqJBTlpfo { width:19rem;height:3.125rem;top:59.780517578125rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2RKL4UhukThsTJQAuHwPD1IvvCgb8KQ { display:block; }
 }@media only screen and (max-width: 763px) { #ZErH72gK1bge8qS8deHL0TS3ug69kksD { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/20d9a612-bd37-4caa-a92b-e96e9cf3aa25/SEC7Background.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#ZErH72gK1bge8qS8deHL0TS3ug69kksD.adaptive-delivery-prevent-bg, #ZErH72gK1bge8qS8deHL0TS3ug69kksD.lazyload, #ZErH72gK1bge8qS8deHL0TS3ug69kksD.lazyloading { background-image: none; }#ZErH72gK1bge8qS8deHL0TS3ug69kksD > .row .container { width:20rem;height:43.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wJbt1XXoBPhK05ll9IpAwUCkG6d9hXQr { width:20rem;height:33rem;top:4.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTqUF19NA0ttRkt0rMDDdAEkAAhwbzRa { width:20rem;height:4.625rem;top:36.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfWLktfS3BuP77bcgwy3mD8GNkhu68s8 { width:20rem;height:1.875rem;top:37.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #csCLIJTqDge401D6xN0Pmc6H2ZCxBPPJ { width:18.75rem;height:23.4829125rem;top:10.4375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3uBfRUQ47lJnlafCvcnTWIC7qWJW4aS { width:18.125rem;height:1.59375rem;top:7.25rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dzda98r0J1vAKBppSilDelc6e9QTPOyL { display:none; }#Dzda98r0J1vAKBppSilDelc6e9QTPOyL > .row .container { width:20rem;height:50rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OGEXhq1SiBu1XW5yV7NhqexEpzJTma40 { width:20rem;height:1.62524375rem;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) { #lkdsCW67C2PimET3dE1Kq7n4cyTA0iST { width:18.125rem;height:41.4375rem;top:6.25rem;left:0.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fs9SUAkq2WLXD0pq2fX3CXsHae3EJ784 { display:none; }#Fs9SUAkq2WLXD0pq2fX3CXsHae3EJ784 > .row .container { width:20rem;height:10.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qSUNELlWt6obcbwNmLTbUhv9aHJBKhWo { width:18.791667375rem;height:3.166666625rem;top:6.14599609375rem;left:0.60286462306976rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvt2Hh9IcXhuTXCF4ZLFzK4XMzeyzgZc { display:block; }
 }@media only screen and (max-width: 763px) { #A6DkKEqCHxy9VVsbRD9XGOsyGq89TACF { width:20rem;height:3.2504875rem;top:1.77099609375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TixglTmwZiuirVTmccIlzKAwDe6kemAt { display:none; }#TixglTmwZiuirVTmccIlzKAwDe6kemAt > .row .container { width:20rem;height:29.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #s1ddaPaOfTSoAwsCHZlwOFwuqDalLk76 { 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) { #ReUMtUXAwlRb4Bb00LDkCn7uflXgbwwH { width:18.75rem;height:26.4375rem;top:2.5078125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTDIdpP6zyeTdP38a8G2EhWxxi7m6AGC { width:6.1875rem;height:0;top:3.0625rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #E38IN2fHrbRkgCNQBFTGtgMfQVgVTKin { width:18.125rem;height:0;top:1.1875rem;left:0.9375rem;font-size:1.0625rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #Hrvowub4uEFFbMJbmv3KkzZTNdbPWl83 { width:18.125rem;height:0;top:3.89453125rem;left:0.90625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wTT3qrAbDyPDUnUdMH2G1l3T4CTTurkz { width:20rem;height:auto;top:9.125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dFQVSSneUVWHUC4gS7b278xaMuhVIOSG { width:18.125rem;height:0;top:3.893310546875rem;left:0.90625rem;font-size:1.0625rem;z-index:15020;display:none; }
 }@media only screen and (max-width: 763px) { #noC5QNpA5v9fXDDvH8RKSeMuTQ0bw9la { width:18.125rem;height:23.90625rem;top:3.9890623092651rem;left:0.9375rem;font-size:1.0625rem;z-index:15020;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #t2TH2Ioq7WHlzuM3o0WLnSPn6pnbKRc4 { display:none; }#t2TH2Ioq7WHlzuM3o0WLnSPn6pnbKRc4 > .row .container { width:20rem;height:31.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eFkhMrozLyGB04ksiTR4NhCJIQulikMq { 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) { #vOM4oxAuTWDzTZvM3nzSpIohNDwsJo5u { width:18.75rem;height:27.9375rem;top:2.5078125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzIL2mHgGvbENiP0LMq3EknX35RCnKqX { width:6.1875rem;height:0;top:3.0625rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #zkIXPMFhwl9ViPIZg7JXxw7vSaCAzQaK { width:18.125rem;height:0;top:1.1875rem;left:0.9375rem;font-size:1.0625rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #VBR8imT5Eo1fiq1HuLJhtQm4s9paXwwZ { width:18.125rem;height:0;top:3.89453125rem;left:0.90625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JHxoaxbldPOA7xrAbQVF3fFCbCKIfXGL { width:20rem;height:auto;top:9.125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #C0B1xVVEzALILoIZUSLHy9hBhhhUrTH4 { width:18.125rem;height:0;top:3.893310546875rem;left:0.90625rem;font-size:1.0625rem;z-index:15020;display:none; }
 }@media only screen and (max-width: 763px) { #pyobRiTnaXIFebb1tWBnDtwoxwesmUlv { width:18.125rem;height:25.5rem;top:3.8937501907349rem;left:0.9375rem;font-size:1.0625rem;z-index:15020;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #t0OnQOi260mq60KGNVQmxPCnOB1mAGRH { display:none; }#t0OnQOi260mq60KGNVQmxPCnOB1mAGRH > .row .container { width:20rem;height:38.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GSD5s5hr7DoqOXR1gEyRlcZxZJbPRftV { 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) { #TZQ0vzcGe494cfkqTsuwyEGLfy7WAbRN { width:18.75rem;height:34.8125rem;top:2.5078125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTXptImyGzT9b5TTpB4Ls7W3Wh2060Rb { width:6.1875rem;height:0;top:3.0625rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #GNPGXLkcwQvoUsnAxT7qsmTp0JlurLTS { width:18.125rem;height:0;top:1.1875rem;left:0.9375rem;font-size:1.0625rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #G7PfZoOycKNcqF58zZxfFLuwIDZTcau3 { width:18.125rem;height:0;top:3.89453125rem;left:0.90625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #k7IlVVIwstEP8bXXdgL5Vzae3zFsUHZI { width:20rem;height:auto;top:9.125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Boxf0rAHkaSMxgZX6UO4Wc7Hc3qrWcnJ { width:18.125rem;height:0;top:3.893310546875rem;left:0.90625rem;font-size:1.0625rem;z-index:15020;display:none; }
 }@media only screen and (max-width: 763px) { #uVEMp9TATGSzZ62ZOEqi0l0AuKbGRQrx { width:18.125rem;height:31.875rem;top:4.0765626430511rem;left:0.9375rem;font-size:1.0625rem;z-index:15020;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #zokh42UJTAWONsgOHJpxPgwv9vHck3EI { display:none; }#zokh42UJTAWONsgOHJpxPgwv9vHck3EI > .row .container { width:20rem;height:34.8203125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gdkhJln87vPu6xHJk0x75y5TWQiKoA1M { 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) { #IPN2HDxw9tC2T89L6Z4Jzsxo1nwcVvfr { width:18.75rem;height:32.0625rem;top:2.5078125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8COvei8AVaUK3v9mqwybbrNTZ6cyAGm { width:6.1875rem;height:0;top:3.0625rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #HOz5ks55SugDAeCdszic8bGpWw0xAwnx { width:18.125rem;height:0;top:1.1875rem;left:0.9375rem;font-size:1.0625rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #Pt1Pw4O5Cre5W6R8mySJi8gioHFhrnfT { width:18.125rem;height:0;top:3.89453125rem;left:0.90625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ur8E8KBUgBTEqK4OE1ROFoSaxVzBLGAD { width:20rem;height:auto;top:9.125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QbeDF6d7e1NM897E4bcm4PFFoTdTqIhS { width:18.125rem;height:0;top:3.893310546875rem;left:0.90625rem;font-size:1.0625rem;z-index:15020;display:none; }
 }@media only screen and (max-width: 763px) { #rvErgC5P4xe46FvArDA4AO7ugl0RkQW8 { width:18.125rem;height:28.6875rem;top:4.58203125rem;left:0.9375rem;font-size:1.0625rem;z-index:15020;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #dgW4WGSsSpbzROI8Q3RZkS3FldhID8Qq { display:block; }#dgW4WGSsSpbzROI8Q3RZkS3FldhID8Qq > .row .container { width:20rem;height:6.40625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MqG9P86WFpOx5tkUkRLtzTXKAhqRVTWo { width:18.125rem;height:0;top:7.64599609375rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QWo8zZpIxcULhuZScyENM4AVfgvaAFTk { width:18.125rem;height:4.0625rem;top:2.3439130783081rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.5625rem;z-index:15018;font-family:"josefin sans";font-weight:700;font-style:normal;color:#7a3855;display:block; }
 }@media only screen and (max-width: 763px) { #UprrmqRA699UuLWuiDrfEE4oAlDUEEc0 { display:block; }#UprrmqRA699UuLWuiDrfEE4oAlDUEEc0 > .row .container { width:20rem;height:56.064453125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hmrWJXgLIy1TiEBfI3rBVudz1XIF7z93 { width:19.4375rem;height:48.5625rem;top:6.99609375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLnS0ITTgcJ1p5KQVesZuf5VqvnXxOf7 { width:6.1875rem;height:auto;top:3rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #c9y5vNJqVRCF1SPsT9uoQfVs2yw3ypnF { width:9.375rem;height:9.375rem;top:2.625rem;left:5.3125rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #KU7G6hn8Q5Qm8Zp6OZwESJwW8eBPJDQz { width:18.125rem;height:37.28320625rem;top:13.25rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EH6uNdpdq0q7D1chV7SQVoMdhvmDTSlO { width:3.75rem;height:0;top:17.002685546875rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2bCpf0L5pAm5EoT8zxH64nsfyw4EBhn { width:18.125rem;height:5.52345rem;top:50.54150390625rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOJU697d3gmX1hqrJVXEwP4dzZWey4QK { display:block; }#KOJU697d3gmX1hqrJVXEwP4dzZWey4QK > .row .container { width:20rem;height:64.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FQ6qZJaCOb6qv5TmV9BHqUI2keznayCW { width:19.4375rem;height:56.6875rem;top:6.99609375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTAGNexZV4oUuCO0MqLE4WcEApwZ2ols { width:6.1875rem;height:auto;top:3rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #lyzMRlSqA9lPC0VRQAC4Z254Skgk8P9T { width:9.375rem;height:9.375rem;top:2.625rem;left:5.3125rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #Isr9o5S3T7oQqJ2J66lnmkzFDRyb0P69 { width:18.125rem;height:44.18753125rem;top:13.1875rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JisUxI3yakzV5aPl3wCMaxrcJV4dNsKI { width:3.75rem;height:0;top:17.002685546875rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgiakwVVTf6PQ09sRHTIcBKBdgInN5r8 { width:18.125rem;height:5.52344375rem;top:58.520751953125rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pqkbuhxl0wCTfCPL5Al2C9lSI053BJlZ { display:block; }#Pqkbuhxl0wCTfCPL5Al2C9lSI053BJlZ > .row .container { width:20rem;height:57.43798828125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UtzzHu0gAmmxaFk66pILfgJkcbGoT3Gk { width:19.4375rem;height:50.125rem;top:6.99609375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRPKEtBm2gmDmGZ0vxOXZqCXB2TNGtsa { width:6.1875rem;height:auto;top:3rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #pKRSGa12y98fUO4a3lLfOvwn9A9TgWZp { width:9.375rem;height:9.375rem;top:2.625rem;left:5.3125rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #yFb0GCzmhGTEugI95EfxL5GS5QnDw8b1 { width:18.125rem;height:38.6640875rem;top:13.25rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSZ6lVWsw9mEHFshitwXZm7TTBX0XoG7 { width:3.75rem;height:0;top:17.002685546875rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKV0qcCTiydc8p8fRTKhFFffuPJ2gFAf { width:18.125rem;height:5.52345rem;top:51.915283203125rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8KzDqikTPiF3leGaOci3S42u0muOCV5 { display:block; }#w8KzDqikTPiF3leGaOci3S42u0muOCV5 > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HLUsQTFwIIR0kcTTlcNTiCE127lTLwdf { width:18.875rem;height:3.3125rem;top:5rem;left:0.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vS3FVq9x4BTiBpn60UxmKAhE9F5FFmJ9 { display:block; }
 }@media only screen and (max-width: 763px) { #Py8Fc0etm9TvFfRkX0TB9QigTLzsMXMw { width:20rem;height:1.7871125rem;top:2.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #kZZ7xWvqbBCpzRlfSpva1DlFv2T0DZZr { display:block; }#kZZ7xWvqbBCpzRlfSpva1DlFv2T0DZZr > .row .container { width:20rem;height:50.81886328125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HmSoRHyEWV0yoTmO1IbI3EI7Hu7zOEs7 { width:19.4375rem;height:43.5625rem;top:6.99609375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5AzqG5ozupSrJGeiITVmKo6xPuoAy35 { width:6.1875rem;height:auto;top:3rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #LTVg24QgPJgeWoSZIRkFZUqCRDSFbrhs { width:9.375rem;height:9.375rem;top:2.625rem;left:5.3125rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #Ga7TorHtu1ISc4tiAN9vT6To2Ixwbx07 { width:18.125rem;height:30.3789125rem;top:13.25rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cq5eTngPb3CArUFJBOLVIMEaWMIkosOO { width:3.75rem;height:0;top:17.002685546875rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXFlZb9Aiv1R4NvGNTLwSAE4b7KroS5g { width:18.125rem;height:6.90430625rem;top:43.915283203125rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5TEONvt9JWgvxdUrgONEJcV3LtMCO5U { display:block; }#f5TEONvt9JWgvxdUrgONEJcV3LtMCO5U > .row .container { width:20rem;height:50.68212578125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GTHLA51qkUTyTWbG6rBMvbzHiRvSQK6y { width:19.4375rem;height:43.3125rem;top:6.99609375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6vawzFumUtEry14SIpclxWsMPPvBqg2 { width:6.1875rem;height:auto;top:3rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #ksuSA2PCdCmebasJRxAmVTRXO7Jh03KX { width:9.375rem;height:9.375rem;top:2.625rem;left:5.3125rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #UUC4buBvBBUtfUq5GOfGuc8a4fsSQNB3 { width:18.125rem;height:31.75976875rem;top:13.25rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0gPK7OlihKn0hCizLPImixFVfoIangN { width:3.75rem;height:0;top:17.002685546875rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOz3fbudQtT1NQVZystNmJ1fP2vdzIcT { width:18.125rem;height:4.1425875rem;top:46.540283203125rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2qsmw6bKUlBA9b0tPs6Mm5TP9vGqqGP { display:block; }#t2qsmw6bKUlBA9b0tPs6Mm5TP9vGqqGP > .row .container { width:20rem;height:63rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTREJJGNEaI4g4fDQXegfhUzhb2KHaUo { width:19.4375rem;height:54.125rem;top:6.99609375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKzpU5Pm93H9AbTyHcD0iEXSBQErGWIF { width:6.1875rem;height:auto;top:3rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #RkeBRNlB8NNuGOmpyfldQ60ugG1JEV7Z { width:9.375rem;height:9.375rem;top:2.625rem;left:5.3125rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #aXU9gsO5DTqhpiFTMELbRD0ATIRyNJhK { width:18.125rem;height:42.80665625rem;top:13.26416015625rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMIFXAGETwCkRe9IXS4sIrpOlU4MdgOR { width:3.75rem;height:0;top:17.002685546875rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O66mKZbqQPF53dql3r7AANIk2Lds6M0c { width:14.3125rem;height:6.90430625rem;top:56.082815170288rem;left:2.8437501192093rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lo1GCSyLcWXuqDLxVyXsOMcHNgC0PK2w { display:block; }#lo1GCSyLcWXuqDLxVyXsOMcHNgC0PK2w > .row .container { width:20rem;height:29.35595703125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rTsgsT7AmTmfu1V5VxBC0836XAZCyluD { width:19.4375rem;height:21.8125rem;top:6.99609375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIP2quKkBB6HDQHkfoK93GQclHNNATsy { width:6.1875rem;height:auto;top:3rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #SmJiPtosT6t5QzI1stc4IAbBUktxg1o6 { width:9.375rem;height:9.375rem;top:2.625rem;left:5.3125rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #AKCAMyDgZhESzcbT10abmB9EImvZywa4 { width:18.125rem;height:9.666025rem;top:13.25rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbOILpzcToywU3JdEpIffK8ioli4Zs69 { width:3.75rem;height:0;top:17.002685546875rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBqH8JkcyqPORcSBMb0m7mA5iIsT8xcT { width:18.125rem;height:5.52345rem;top:23.833251953125rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT3GDvmbTuGisbXTG8k3zTDtntHr7EpO { display:block; }#TT3GDvmbTuGisbXTG8k3zTDtntHr7EpO > .row .container { width:20rem;height:54.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sr4kwtBXAagHXgNMcPrgyF9PwGcru2Es { width:19.4375rem;height:47.4375rem;top:6.99609375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVFR2P3h7z9xvSzdwsuqQKBA32n8FUaq { width:6.1875rem;height:auto;top:3rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #LJdJNf4x3WD4LZIqog70AT1i6JgTX7cy { width:9.375rem;height:9.375rem;top:2.625rem;left:5.3125rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #zNcoQaZtUa2krxSffLkQiIquDF0ZDM3t { width:18.125rem;height:34.52149375rem;top:13.25rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWhPQhMymqaIdJIHgE13Q92UIz9npXQr { width:3.75rem;height:0;top:17.002685546875rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVlxnoqmlPJuHawJTgHSD2BQSEQTkaW3 { width:18.125rem;height:6.9043125rem;top:46.540283203125rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GngAp70I1E9iW2QQpsGrzoqH8pQLk2DV { display:block; }#GngAp70I1E9iW2QQpsGrzoqH8pQLk2DV > .row .container { width:20rem;height:28.2832rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BgHqbrBBLvNmnRATLv1y15T3PXMTH5CZ { width:19.4375rem;height:21.0625rem;top:6.99609375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTlTfc2J0dcaaWUb2eg5bfU9EehJTF0p { width:6.1875rem;height:auto;top:3rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #C5feaGogwHHll3FAo4eQqxJJeKII5yWA { width:9.375rem;height:9.375rem;top:2.625rem;left:5.3125rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #FoAUsF0Ki9WTDXwS9Oosc7BJpSUQ69WE { width:18.125rem;height:11.04688125rem;top:13.475341796875rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNUJStnkzo9ArovPlX3NZ1dqr2s3BD10 { width:3.75rem;height:0;top:17.002685546875rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #agtXKJhWxqwFZf6apHdG8ezuiTaBMr0k { width:18.125rem;height:4.1425875rem;top:24.140625rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlhZt3ycLFb3RBl8NoWP2ct8suXFKefg { display:block; }#PlhZt3ycLFb3RBl8NoWP2ct8suXFKefg > .row .container { width:20rem;height:40.10353125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KlBhM6zf7d2SE6PVXH9i0Dr2tnHVMc8P { width:19.4375rem;height:32.5625rem;top:6.99609375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdbTugMfcSIHi5DTGzQWK56937ZEWTAm { width:6.1875rem;height:auto;top:3rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #leFZTCZsNHSk7IW7XM9qgruDJcyscTeE { width:9.375rem;height:9.375rem;top:2.6015625rem;left:5.28125rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #iRPaJT1W9mzl7mBdw4cV5GCR4VppZhet { width:18.125rem;height:17.95118125rem;top:13.243408203125rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mId0TSMpHDkDNl2hOTNBk98Odw41rr5t { width:3.75rem;height:0;top:17.002685546875rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmVOIBPp0BWTucrac731TzW95rtrcHPc { width:18.125rem;height:6.90430625rem;top:33.19921875rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5x895JLHsJaxRbPHkc49qTsFa3V4QV2 { display:block; }#J5x895JLHsJaxRbPHkc49qTsFa3V4QV2 > .row .container { width:20rem;height:41.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gTHhAzqq10o2m0mcAyJDcuKxPnW67Hq6 { width:19.4375rem;height:33.875rem;top:6.99609375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhiIUGsfbL4fQOduWi3TmwfeAJJhfel7 { width:6.1875rem;height:auto;top:3rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #MEVzzwbCuR8chW4rIrSwW8wxk7LbFiga { width:9.375rem;height:9.375rem;top:2.625rem;left:5.3125rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #igVC2fca5BqAo8fiXI8ALkxs6b4xuZh4 { width:18.125rem;height:20.71289375rem;top:13.25rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvBBHXHCq0pPXnxE2MJvhlM3emTQr7WL { width:3.75rem;height:0;top:17.002685546875rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQGbAhlPTT84UOvJyAU9lM08ubbHQVco { width:18.125rem;height:6.90430625rem;top:34.540283203125rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHbrpwbgfQTJgPWTgRsrZhcWeXIPLTEf { display:block; }#MHbrpwbgfQTJgPWTgRsrZhcWeXIPLTEf > .row .container { width:20rem;height:85.48634375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qcN3Jgv54ZFEIdtnkhhhiuSC65Tr0u2S { width:19.4375rem;height:78.0625rem;top:6.99609375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkhrTXR7qPeBfTPqwOBBbvrwuXw38lMt { width:6.1875rem;height:auto;top:3rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #RHF4cIpX63khPw8F4upQldfwsnJEuXhD { width:9.375rem;height:9.375rem;top:2.625rem;left:5.3125rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #fgJ5RycPxftaKpcyP0lxKAlbumi9wFvS { width:18.125rem;height:63.51955625rem;top:13.25rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKAaATLOK6kITHzKTtWvvBa9wW1MgB4X { width:3.75rem;height:0;top:17.002685546875rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6ViTwOd9cZLm1NDTJHhXrAivhit0DpG { width:18.125rem;height:6.90430625rem;top:78.58203125rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlwZDHVzlp20ofrJO70UTQBWvHTMome4 { display:block; }#WlwZDHVzlp20ofrJO70UTQBWvHTMome4 > .row .container { width:20rem;height:72.1543125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MKS3avSJ1tXk8ikeqFVkSeVUnTEULUXA { width:19.4375rem;height:64.8125rem;top:6.99609375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIFZWRybilClbK0Qri0Q6TxWUCM6RIKh { width:6.1875rem;height:auto;top:3rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #cgEPpgPvETlfOuaEhtHe5fgyHRAh7eua { width:9.375rem;height:9.375rem;top:2.625rem;left:5.3125rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #LxlIBPwQUuepMZeByVOMMTzfs5ecbPD7 { width:18.125rem;height:52.47268125rem;top:13.25rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yV7i4Uw2XRHl95vHxbzzLE1ZdBQxBVZi { width:3.75rem;height:0;top:17.002685546875rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8pNTcCOTuTiWQPnRNrfoQ9CpTwzD0mm { width:18.125rem;height:6.90430625rem;top:65.25rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGuM5S1xoDoP7enPfqU2gMstzMhlEZ9D { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7bd8946f-6472-4f9e-90c0-166d0106683a/KolazuczestniczekSAnalanding.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#LGuM5S1xoDoP7enPfqU2gMstzMhlEZ9D.adaptive-delivery-prevent-bg, #LGuM5S1xoDoP7enPfqU2gMstzMhlEZ9D.lazyload, #LGuM5S1xoDoP7enPfqU2gMstzMhlEZ9D.lazyloading { background-image: none; }#LGuM5S1xoDoP7enPfqU2gMstzMhlEZ9D > .row .container { background-color: transparent; background-image: none; }#LGuM5S1xoDoP7enPfqU2gMstzMhlEZ9D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(122,56,85,0.65); }#LGuM5S1xoDoP7enPfqU2gMstzMhlEZ9D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LGuM5S1xoDoP7enPfqU2gMstzMhlEZ9D > .row .container > .video-iframe-container { display: none; }#LGuM5S1xoDoP7enPfqU2gMstzMhlEZ9D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(122,56,85,0.65); }#LGuM5S1xoDoP7enPfqU2gMstzMhlEZ9D > .row > .video-iframe-container { display: none; }#LGuM5S1xoDoP7enPfqU2gMstzMhlEZ9D > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LGuM5S1xoDoP7enPfqU2gMstzMhlEZ9D > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mP3aPrM7UyLpEFsWOGiEKbOGmHWGbEZ6 { width:20rem;height:2.03125rem;top:3.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;font-weight:700;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #yUt5AZ17b4fb7lU3RS43byBvHTQy6RH0 { width:19rem;height:4.0625rem;top:6.3125rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lmdc9Bz1aXcLT9tayzmR8EJLmUf3C15A { display:block; }
 }@media only screen and (max-width: 763px) { #H6yO7TaX0V8FTevAAez7J8MbBWBE8UXT { display:block; }#H6yO7TaX0V8FTevAAez7J8MbBWBE8UXT > .row .container { width:20rem;height:80.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yJc8wXcEuxrdF7wi64ler1WXNUwvMmOx { width:20rem;height:4.0625rem;top:2.1868515014649rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #iwViLX1IlOHH1eD9LQKiRAO7OCx3sH6f { width:18.75rem;height:14.625rem;top:9.25rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U428ekxdFOstHOPPBgGaVxWiukKeVqe3 { width:17.5rem;height:1.381225rem;top:61.000164031983rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7fPd354IrKxu7uK1VpW4moC4JuZ0QTg { width:18.75rem;height:15.296875rem;top:64.68750190735rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VN0M3e6HTyO8ns4IBEGh9RzcKIvvN7Vt { width:19.9980625rem;height:1.86865rem;top:7.932945251465rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TThzZUV7W4RGz4wnC12OqxuB1Ff1Dbol { width:19.998046875rem;height:0;top:17.6484375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #JUlUyUrFMFi0coK4fiuTABNXCStHqoJu { width:18.249625rem;height:11.874625rem;top:69.309371948244rem;left:0.84140625596044rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #Kez4s4BBVfDmvBs6Lidr3446CknxTSqr { width:17.5rem;height:4.142575rem;top:27.875rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MK2yPsTkySCBVWKhPHsvX3ne1Qfq5dWb { width:17.5rem;height:1.381225rem;top:33.214721679688rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5ginF7wV6SZt7FA047h3wNdWJJS6VZr { width:17.5rem;height:4.142575rem;top:37.375rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5rgtWXihRecOBlIHlCOfeKRrhE3sHBf { width:17.5rem;height:5.5234375rem;top:43.26953125rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCZTZfMQPefkXHmouaBR8NESNvklFM6H { width:17.5rem;height:8.285125rem;top:50.882164001465rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIAdcFDvmeiRxaVVgmSCPkg4RKFtTJoo { width:1.5625rem;height:1.5625rem;top:27.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #txIKCJquiJNfklCcN7TxUfdICZyf9eZ5 { width:1.5625rem;height:1.5625rem;top:37.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDvVLglRPTFX44TihNwUanXhxpBOvL2a { width:1.5625rem;height:1.5625rem;top:50.882164001465rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvhSlVvVepVxRtv9iS0oD7pCu38p4KGz { width:1.5625rem;height:1.5625rem;top:33.123779296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ho9ODTtBeGRrQFw7zWeVr9ViVbzp2GPk { width:1.5625rem;height:1.5625rem;top:43.26953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4MwyHP8imNLVUyf62lGGLgB1VPiGDHx { width:1.5625rem;height:1.5625rem;top:60.908855438233rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkAEdC8ZNzhl0QOcwNPKrc102DnQpJSy { display:block; }#fkAEdC8ZNzhl0QOcwNPKrc102DnQpJSy > .row .container { width:20rem;height:118.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ROBsD2Wcq97b8iQgmomcImnWcAJqEMvx { width:18.75rem;height:114.5rem;top:2.560546875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvNQEvwwayKqMVQX2ZEm6nc0QFpXQNCV { width:17.5rem;height:1.59375rem;top:64.374674484131rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmIGmZKTE1F7KJB3CepVKKLPOo6blsq2 { width:17.5rem;height:3rem;top:87.444664001462rem;left:1.25rem;text-align:center;text-align-last:center;font-size:2rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #QGovb9flDgxCAfHMEQuFsvUzxIUs4wgM { width:17.5rem;height:1.59375rem;top:99.166671752931rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhsK2FXXNmNkm6AoQFxzfiDVkT0e2T54 { width:18.75rem;height:3rem;top:108.28971862793rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Ck8ueUnzLs6C4Iiyy2cOcTJgyyDmlewi { width:17.5rem;height:4.375rem;top:3.08349609375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSiG5IDIFhyyK66qsgxfINZlAlLwCszQ { width:17.5rem;height:1.875rem;top:4.385498046875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8Jv1xvWCr5SlUD3ReWTNmbuTiq7U75Q { width:15.625rem;height:6rem;top:101.5312538147rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfiglWDHDxA3nSrvUqJ56ZkL8rmToBVF { width:17.5rem;height:22.3125rem;top:8.59375rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZIpArsh1sDfcBKovzqOzVJ6JuBJNUG4 { width:17.5rem;height:31.875rem;top:29.424479171634rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0u97uzIe8LTcwhkli1BVTamhaiA1Te5 { width:20rem;height:3.1875rem;top:78.90625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELDSXnT0sUPtZ2PvyGykamfkT3KcQhR0 { width:17.5rem;height:11.15625rem;top:66.8125rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEBZImFVmgqluBLHtTzXkKVXlTtscFGP { width:15.625rem;height:3rem;top:82.948570251462rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOvStNr8C76awAgzbthqsU8dTABl4pwF { width:17.5rem;height:3.4375rem;top:90.444499969481rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTQA86WbbgRyFTNCPV910KyAgXxBlGi3 { display:block; }
 }@media only screen and (max-width: 763px) { #FS86t9tuTJh5qnDMGdzFMKL44amfv4Ld { width:17.5rem;height:3.4375rem;top:111.28971481323rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzepDe0qqS2nS1xKfT3qmkfBv9yhnDvq { display:block; }
 }@media only screen and (max-width: 763px) { #qTWDufJm9gq7tm6ZR2CnZQoEDqmXunrJ { display:block; }#qTWDufJm9gq7tm6ZR2CnZQoEDqmXunrJ > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QywKGSRM7b5seML25t3ar9XDGHvQg01J { width:20rem;height:5.3613375rem;top:1.33349609375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #afBm9HrCV7Vw5TG7gBMWzC3wqC63qvC2 { width:17rem;height:1.6499rem;top:12.423828125rem;left:2.0104167461395rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOCySlS3vdb8rAoqFTJoIvDTT3VO4IZ7 { width:20rem;height:8.9375rem;top:9.46875rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #Iahk3UbTw85Pn2tS63wTAsZ0VsDfX4eR { width:17.9375rem;height:2.03125rem;top:14.072265625rem;left:1.03125rem;font-size:1.5625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TtvBNAk2l8BDhJ3uQ55GNbS3TwLdPqFl { width:20rem;height:10.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6oiu4ZJOkF4NVtqfeEu0hxaMhWtFsc4 { width:17.9375rem;height:2.03125rem;top:7.4375rem;left:1.03125rem;font-size:1.5625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Oi2twREm6QIBXZhs62O493T9CiOOLsRD { background-color:#faf5f5;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; }#Oi2twREm6QIBXZhs62O493T9CiOOLsRD > .row .container { border-width: 0; border-radius: 0; }#Oi2twREm6QIBXZhs62O493T9CiOOLsRD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Oi2twREm6QIBXZhs62O493T9CiOOLsRD > .row .container { width:20rem;height:35.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #s4iav7Ulda1hfbcvTwSXAgN1zTSrQl9h { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #W17glGfggtBgp3xbiNkqmAtKkRtZH3f3 { width:20rem;height:25.5rem;top:7.542724609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sg9W8Ua0v5aFIdH3NTnLx1uGRKFO7QJv { width:13.8745rem;height:4.25rem;top:8.968505859375rem;left:3.0615234375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRqzxpeKsz0omS64weE5r5eTDql2NATz { width:17.5rem;height:17.209rem;top:13.841552734375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKvpLxRrpqvIsHFQop4sPhZb1TvLbTwD { width:20rem;height:5.361325rem;top:1.312255859375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #iiUzF7gMsWykC4dF21UxJAUCDbPZp8PK { display:none; }#iiUzF7gMsWykC4dF21UxJAUCDbPZp8PK > .row .container { width:20rem;height:32.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #inmGyzPRr0K3p8v3Zf9u3ReZd5tooAMI { width:20rem;height:4.875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Acsk3ALpGF1pto8mBSn3cQWSBUFw9tUs { width:20rem;height:3.4375rem;top:26.936645507812rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rexbi0KceRtrJZ5b09bT77SGWVQBgT7P { display:block; }
 }@media only screen and (max-width: 763px) { #IFlmxaSGAeOyrlicXu83Ov4LgVACGnVI { width:5rem;height:5rem;top:8rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvRaFATUKQs3kSLeMtglp0mo4SSEsfCT { width:5rem;height:5rem;top:8rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZ7L8Lipeqkzck51zqHKNInTiBCsOeor { width:5rem;height:5rem;top:8rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqK7SB7oK2Gil9yGyFJoQszGZUZImBRf { width:5rem;height:5rem;top:14.25rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4VXvCI8tGUSwsXvEALUDESzRXE6lbb2 { width:5rem;height:5rem;top:14.25rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnStqMw0XOhVbtIMXX1zKMUSNSRzKFCb { width:5rem;height:5rem;top:20.3125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlilnSZBakJ86lk8l1AhT5zErJToGSN7 { width:5rem;height:5rem;top:14.25rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTPTGEnEbC3maA47BRg8x8oqCmp6FTJF { display:none; }#cTPTGEnEbC3maA47BRg8x8oqCmp6FTJF > .row .container { width:20rem;height:120.8733984375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zFkZ9oQgaamud7eRBo7c3yLOkDdvUgwx { width:18.62425rem;height:6.75rem;top:15.7470703125rem;left:0.687255859375rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt8zO16GiNmFItJ76qnhuePT1Iv2XvZx { width:20rem;height:24.5rem;top:34.562377929688rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6rHbx6S9cCymkGFzTBrTmJGhrV2DHk5 { width:20rem;height:24.74975rem;top:96.124877929688rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #GDz1LdenxHTfD9JzTLrfrI9dvxd13mib { width:18.75rem;height:6.75rem;top:44.7490234375rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #VbG90QpuaF0WaU3ASwHeqONoZNayTZ20 { width:9.375rem;height:9.375rem;top:31.3740234375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlpORv8adgqwb2q8vyFBQCmHf93J1e3R { width:9.375rem;height:9.375rem;top:92.00390625rem;left:4.9072265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDTZf8XTmnUkpry44Quqs04SHQhNdCUp { width:9.375rem;height:9.375rem;top:61.662109375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrAgBaSleU1SSZxGp6hesHPPtc5Qh3W1 { width:18.499125rem;height:1.381225rem;top:13.558959960938rem;left:0.74951171875rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OthOlG3yJkK2kZIe9XClba4U0J6r0GPu { width:20rem;height:22.5rem;top:6.9970703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QG6biZGXRLLECuTkSWiSWiN2o0SU7uT3 { width:18.75rem;height:1.381225rem;top:41.9990234375rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VilKyToJAPMxbLyQLmq0HzV0HB2seS3p { width:16.435546875rem;height:1.381225rem;top:72.685546875rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbs8zIFzMiW6lT3hBESxPiZcbxmSldgF { width:18.4375rem;height:6.75rem;top:74.998046875rem;left:0.78125rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #mpQbpBBTS4LUVzOpR7H9fOtrCXD1TUCt { width:15.873046875rem;height:1.381225rem;top:103.8115234375rem;left:2.0634765625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANKdZTZJpo9rWBTdvJuRGMupUDtzA1RL { width:18.75rem;height:6.75rem;top:106.435546875rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #S3X96ioZUQ984TcKhkaUsL9qgC9T89gI { width:9.375rem;height:9.375rem;top:2.060546875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dX2pNWqSTEfTXpTW1Cyxi6TKTWJewkcW { width:15.625rem;height:3.4375rem;top:24.222412109375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUllBkBA00yKLZ7ZHeIKJeGNRXbP4Ddg { display:block; }
 }@media only screen and (max-width: 763px) { #ERipDgUO6MaP36wqroBQKgwOvWRBPNfn { width:15.625rem;height:3.4375rem;top:53.4228515625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqkT7QXsfO36pnvu8sbkPiSGKUakweeX { display:block; }
 }@media only screen and (max-width: 763px) { #TxeVEhxuTUqso3WckI9v6ECcJMDlfmyW { width:15.625rem;height:3.4375rem;top:83.848876953125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBzds5ETtKxUMmgTgUTSCw673oWAiPwJ { display:block; }
 }@media only screen and (max-width: 763px) { #Ed4nsCNMM3BoVwGI6VUC91MTbCeyPVgq { width:15.625rem;height:3.4375rem;top:114.99755859375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDIrMOxWCrGDP2RrZmJsCSUCnqscgafR { display:block; }
 }@media only screen and (max-width: 763px) { #NvzrJPgTk9taDLZoSV9cswFSgg2ZFbtQ { width:20rem;height:23.1875rem;top:66.287841796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggxinWdfVewMoFpih027z0LV3ZOzcEn6 { display:none; }#ggxinWdfVewMoFpih027z0LV3ZOzcEn6 > .row .container { width:20rem;height:86rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Z2WOLLeNo4bpNglItm1C83SU8o9SX27D { width:18.6236875rem;height:3.375rem;top:16.622924804688rem;left:0.6878662109375rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHSnVe76LwcnIJmP30ASgH8NuTJZ4BC1 { width:20rem;height:20.125rem;top:63.413696289062rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPw9dy5PmZllAhOWtgpToLTsNNA5l4R5 { width:20rem;height:20.6875rem;top:35.310668945312rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9ZIKu9nRT3oTcCt7hfdRm4wrhyBlSpn { width:18.75rem;height:6.75rem;top:43.7490234375rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #GuIMT006T8cmUoagwsUfxUXIDbLUrFv6 { width:9.375rem;height:9.375rem;top:30.37353515625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeuOwEwxwL0TEOJDpcH8qThAoTKvxAf0 { width:9.375rem;height:9.375rem;top:58.53759765625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKZhTVI4XXmXXfFiL1DlO83T89lpSoec { width:18.49975rem;height:1.381225rem;top:14.371948242188rem;left:0.7489013671875rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1CkH0Pv9t5XFf2InxJuuez7MExSGdTz { width:20rem;height:19.25rem;top:7.6220703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9qKdTI8lPypoXCfcVDZfpptlkr2G4P5 { width:18.75rem;height:1.381225rem;top:41.4365234375rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6xkytpVABBGGT1mWc7HZdqhvkJfuFRS { width:16.4361875rem;height:1.381225rem;top:69.281005859375rem;left:0.6878662109375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTrZ2xN0w8664Lie6fXq5rQuV95MBk0k { width:18.4375rem;height:6.75rem;top:71.3525390625rem;left:0.78125rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #S5lVBUepeyTALtlbvAlH3L3XmhB3kuI2 { width:9.375rem;height:9.375rem;top:3.12255859375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwuHdGoPdm2OriP6la0BuE5t32gWFZ0w { width:15.625rem;height:3.4375rem;top:22.1240234375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAlH2RUkM4m2fSUzsq9ScpvBRF3MBdB0 { display:block; }
 }@media only screen and (max-width: 763px) { #eC8Iox0fJV8CUAuwtTIV54MSqCC5a02L { width:15.625rem;height:3.4375rem;top:78.0625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0LgVJZH65dqnbRGJzSIMTvo5a6Pcxhe { display:block; }
 }@media only screen and (max-width: 763px) { #Sh1sdCBlIT4pw2axKQ5qLrOO92glpprQ { width:15.625rem;height:3.4375rem;top:50.4990234375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipK2IUcbKhXbg1LQMoMV2uCZXoH5d3p3 { display:block; }
 }@media only screen and (max-width: 763px) { #UeLLPScydr2bu35sqnl8X5nE4SKLLB2V { background-color:#f8ecec;background-image:none;display:none; }#UeLLPScydr2bu35sqnl8X5nE4SKLLB2V > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zaKyO37v0DHauvpR6EQk3HnvpneIS0Fi { width:18.125rem;height:2.1557625rem;top:2.625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fpc2l8pSsToGL1iQdQGSiJKegNki0Ofl { width:20rem;height:5rem;top:1.1564121246338rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnDpJdGfH7pTw3rOTQIXAvCQoiuwwUnF { display:none; }#TnDpJdGfH7pTw3rOTQIXAvCQoiuwwUnF > .row .container { width:20rem;height:5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xPZTTuwCTGiruh97JbRoWlMAb5tFqvlf { width:20rem;height:2.76245rem;top:1.234130859375rem;left:0rem;font-size:1.0625rem;z-index:15018;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Lyw5Tu1ozGwix3lM1VdDRDsHcrkPcMJd { background-color:#f1a41f;background-image:none;display:none; }#Lyw5Tu1ozGwix3lM1VdDRDsHcrkPcMJd > .row .container { width:20rem;height:61.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VzuqxDUzBK5rehBLQCH5s8WB6B21it7O { width:13.31175rem;height:0;top:39.437255859375rem;left:3.944091796875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iqxmkwfseQi8CoU5GsC2IbLrXcWFlKke { width:16.43675rem;height:0;top:42.76123046875rem;left:3.563232421875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #F91H46SNK50390D6oyzrXXtgRssesopk { display:flex;width:1.875rem;height:1.875rem;top:36.8115234375rem;left:0.94482421875rem;font-size:1.3125rem; }
#F91H46SNK50390D6oyzrXXtgRssesopk > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #pUO33XMnKWcXxEg1PilzTt0CwhdowdmS { display:flex;width:1.875rem;height:1.875rem;top:39.85107421875rem;left:0.94482421875rem;font-size:1.3125rem; }
#pUO33XMnKWcXxEg1PilzTt0CwhdowdmS > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #u3J0oCOSQ1CTNbHlhhNTGTbbXKelyQvz { top:1.2884521484375rem;left:0rem;width:20rem;height:20rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XgSWPd5CWL6JGxrvEzHdeGqwAOwgAVEg { width:15.625rem;height:2.12524375rem;top:36.68701171875rem;left:3.7890625rem;font-size:1.0625rem;z-index:15024;color:#47545a;display:block; }
 }@media only screen and (max-width: 763px) { #xOas3FVStDvrSffhRCt0b0eHcx5piT11 { width:20rem;height:39.875rem;top:20.435791015625rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #s9XV0BpTvU9KqukfpDc45QyhbsxvrgJ9 { width:20rem;height:4.562375rem;top:55.787963867188rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwqwC7Eu4QxcP9TXwH78rUkn567P8Qn5 { width:20rem;height:1.875rem;top:57.13134765625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mh6B3TnDMTqp8xntLGQBAeJ70fpqmtJO { width:20rem;height:3.2495125rem;top:22.597045898438rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U2VTM5DXFeTBXPbDLLT3Q0BFdDXdaHrL { width:18.75rem;height:9.0960625rem;top:25.846557617188rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPRfIemSFfq84ZKQDUpwtkrRIhbhMUyf { width:18.75rem;height:10.412rem;top:43.973388671875rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ahm3xpEhmeX4t5gMzD7CTA3wl7qVMRzi { width:16.4361875rem;height:2.97485625rem;top:39.301147460938rem;left:3.563232421875rem;font-size:1.0625rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #SZR9C3XZi6utK1p7aHTDfJHtwQtvo49E { display:none; }#SZR9C3XZi6utK1p7aHTDfJHtwQtvo49E > .row .container { width:20rem;height:60.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oSbn0tFbOlaaFIR6a4N6i3BGsy8DV1gd { height:11.244355555556rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEJ1AufmBTUJ8lzI14kuw8oMDIIXzMMy { width:20rem;height:12.797427652733rem;top:46.8664375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNDdZ6qTxntZaTdhka18UtuPGF39vlWn { width:18.75rem;height:33.4661875rem;top:12.493286132812rem;left:0.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;color:#7a3855;display:block; }
 }@media only screen and (max-width: 763px) { #oTDp3pRzqbemEitD5UuGwEAg1cfuNbp7 { background-color:#f8ecec;background-image:none;display:none; }#oTDp3pRzqbemEitD5UuGwEAg1cfuNbp7 > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xMQwXl0P1Mfi4tM1Ae5baP3wMSwXozCm { width:18.125rem;height:2.1557625rem;top:2.625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9aV0Fd3KkGET8rALTfBlMuK4GA74KCV { width:20rem;height:5rem;top:1.1564121246338rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIuaq49tKEcUclGy3MPxDGkXPWZFtzS9 { background-color:#f8ecec;background-image:none;display:none; }#uIuaq49tKEcUclGy3MPxDGkXPWZFtzS9 > .row .container { width:20rem;height:1.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tLwIyUNF2CvuJ1dzn4aVaP6EvvbJdKTe { background-color:#a54870;background-image:none;display:none; }#tLwIyUNF2CvuJ1dzn4aVaP6EvvbJdKTe > .row .container { width:20rem;height:46.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #et5PCTn58TS0KkU456XkNHBJo76NidNq { width:18.125rem;height:1.381225rem;top:32.625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsGbi7OLSqTucJe6Bv8yy05c4GTDm1PK { width:19.999375rem;height:3.25rem;top:12.026042938233rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:#30b1be;display:block; }
 }@media only screen and (max-width: 763px) { #sbWJKHw7xoJWASuM9TrR512ZDSLavHkk { width:20rem;height:35.875rem;top:3.2779846191406rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhZz83Ne9g6vqhJo7Nu73Mg4XX3BF7ZN { width:20rem;height:4.625rem;top:36.5595703125rem;left:0rem;background-color:#30b1be;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) { #y6InvCl3vMHhe30KW12kLP8glOL8oX43 { width:18.499375rem;height:16.5746875rem;top:17.477214813233rem;left:0.75rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQKsndcNSFLpMDDTkslt8va0VTQ2EyHv { width:19.99875rem;height:2.5rem;top:37.517578125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;font-weight:700;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UOyTdL357yxP4pZKI8IxnJ0lasKMzuDm { top:1.3400077819824rem;left:0rem;width:20rem;height:9.5rem;z-index:15037;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #s6UG6DuLCJTdSOxvdtvKB7txJPcHcdro { width:19rem;height:4.0625rem;top:42.40234375rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPGaDFhoJ0glgTT5vOwLFMN1zJRQNtUG { display:block; }
 }@media only screen and (max-width: 763px) { #qZ01gJoyc8mVJ6V3Pd3dkDXXgslb9pOB { background-color:#a54870;background-image:none;display:none; }#qZ01gJoyc8mVJ6V3Pd3dkDXXgslb9pOB > .row .container { width:20rem;height:66.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MLGIxMUomPVtgaP1HvR0Vb4yMTXwudr7 { width:15.0625rem;height:1.625rem;top:15.187501907349rem;left:0.90625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KicpylkgodvQ2fBQ0L6FUCu5tfS4x8M0 { width:18.125rem;height:46.2151875rem;top:17.770833969116rem;left:0.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzXk9kUuU089bXLtN2C5kXdGXTVv6f3C { width:12.5rem;height:12.5rem;top:1.3313808441162rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqop4nst23W3pyNDCWSLTPwSxwNJppkH { background-color:#7b3956;background-image:none;display:none; }#cqop4nst23W3pyNDCWSLTPwSxwNJppkH > .row .container { width:20rem;height:7.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TawTpyFVpzi6IKUdZplQ2awoq0bc5BcR { width:16.0625rem;height:3.736575rem;top:2.5462245941162rem;left:1.96875rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWkT4IOTZHBD4yCRWP1mOdmFoq0y72ZJ { width:20rem;height:6.125rem;top:1.3528652191162rem;left:0rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #m1E8vOJo6bB5HMu9g35QgWAcJ3LkHaVC { display:none; }#m1E8vOJo6bB5HMu9g35QgWAcJ3LkHaVC > .row .container { width:20rem;height:5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #G30AmLouo3TvtJSkP3XzvPFKOIl2LZ10 { width:20rem;height:2.92358125rem;top:1.0382080078125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcMCdbzsTukI8xraOa6uGT2FPIb3lapt { background-color:#7b3956;background-image:none;display:none; }#DcMCdbzsTukI8xraOa6uGT2FPIb3lapt > .row .container { width:20rem;height:70.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PADft0xkkwzMHFNFbLOvCQ4FrWvwTdaD { top:0rem;left:0rem;width:20rem;height:20rem;z-index:15016;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pgJHoN6iN9RFRiT6Pve4x1w0CAI7KDfi { width:18.125rem;height:29.887075rem;top:25.130861282349rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XR0WCkFyDfq5liCT7kzDkyGSxoz3BIzs { width:20rem;height:41.9375rem;top:19rem;left:0rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #XutD1ZVuPo5sCxMDTyeRXmHDKMW3c9nN { width:19.9375rem;height:3.2495125rem;top:21.250000953674rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jhxxk4xrJ67mylTpVs3VMZ0PgBmSSZTE { width:20rem;height:4.625rem;top:58.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOnoskuLuoITWRG4MLINITS9PFtre8wh { width:20rem;height:1.875rem;top:60.416667938233rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3WRGOS4RfVEnTxvCxKsN7GfdFFWFNsC { width:19rem;height:4.0625rem;top:64.582683563231rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nI7UywumdUaHcEe6UE8NIDfHqKdKNWKd { display:block; }
 }@media only screen and (max-width: 763px) { #ekE3UZW8OKsHOxKNSlETUcTDHTsHx6Sz { background-color:#f8ecec;background-image:none;display:block; }#ekE3UZW8OKsHOxKNSlETUcTDHTsHx6Sz > .row .container { background-color: transparent; background-image: none; }#ekE3UZW8OKsHOxKNSlETUcTDHTsHx6Sz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ekE3UZW8OKsHOxKNSlETUcTDHTsHx6Sz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ekE3UZW8OKsHOxKNSlETUcTDHTsHx6Sz > .row .container > .video-iframe-container { display: none; }#ekE3UZW8OKsHOxKNSlETUcTDHTsHx6Sz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ekE3UZW8OKsHOxKNSlETUcTDHTsHx6Sz > .row > .video-iframe-container { display: none; }#ekE3UZW8OKsHOxKNSlETUcTDHTsHx6Sz > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ekE3UZW8OKsHOxKNSlETUcTDHTsHx6Sz > .row .container { width:20rem;height:8.916015625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yJOFU81tTUBe4LQkogm9TvOVHmEEAC3A { width:18.125rem;height:4.3125rem;top:3.6875019073486rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mv0k6IBaOgbca7IkuR16GriA3JT0vl5x { width:20rem;height:6.6875rem;top:2.2291259765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHDZrxyH0qveQkJlJOc3AlFI693ZFfC4 { background-color:#f8ecec;background-image:none;display:block; }#MHDZrxyH0qveQkJlJOc3AlFI693ZFfC4 > .row .container { background-color: transparent; background-image: none; }#MHDZrxyH0qveQkJlJOc3AlFI693ZFfC4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHDZrxyH0qveQkJlJOc3AlFI693ZFfC4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHDZrxyH0qveQkJlJOc3AlFI693ZFfC4 > .row .container > .video-iframe-container { display: none; }#MHDZrxyH0qveQkJlJOc3AlFI693ZFfC4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHDZrxyH0qveQkJlJOc3AlFI693ZFfC4 > .row > .video-iframe-container { display: none; }#MHDZrxyH0qveQkJlJOc3AlFI693ZFfC4 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHDZrxyH0qveQkJlJOc3AlFI693ZFfC4 > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SRoSg7aeyToNCMQLUrUcQdE0Xm1T3JUU { background-color:#079580;background-image:none;display:block; }#SRoSg7aeyToNCMQLUrUcQdE0Xm1T3JUU > .row .container { background-color: transparent; background-image: none; }#SRoSg7aeyToNCMQLUrUcQdE0Xm1T3JUU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SRoSg7aeyToNCMQLUrUcQdE0Xm1T3JUU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SRoSg7aeyToNCMQLUrUcQdE0Xm1T3JUU > .row .container > .video-iframe-container { display: none; }#SRoSg7aeyToNCMQLUrUcQdE0Xm1T3JUU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SRoSg7aeyToNCMQLUrUcQdE0Xm1T3JUU > .row > .video-iframe-container { display: none; }#SRoSg7aeyToNCMQLUrUcQdE0Xm1T3JUU > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SRoSg7aeyToNCMQLUrUcQdE0Xm1T3JUU > .row .container { width:20rem;height:47.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bFLEWpqUid5utP5lodWUKPV1oqoNiTll { width:20rem;height:0;top:52.292529296875rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RyiEZZO9ueHBr9FmcSNMtCoKqR1XSZtE { width:20rem;height:3.574225rem;top:27.30078125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEh0SX6xeKep8S5iPiwgOnOQbM3mRq2t { top:1.251953125rem;left:0rem;width:20rem;height:20rem;z-index:15048;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #f9cKy2pJnmzUPhDxxvD6ntNa53ybNUSi { width:20rem;height:17.375rem;top:20.479817390442rem;left:0rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #T7QeHGCPsG9Rnf0TPgAmzx3xFKJ02H6n { width:20rem;height:1.625rem;top:22.542317390442rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rtWDmAJd9gaPCnxfU46DPiVeQ0dtggHk { width:18.125rem;height:8.285175rem;top:24.16748046875rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbxbDU05VNXLDCSF1oPJsoGD1B2zynJm { width:20rem;height:1.875rem;top:37.250652313233rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIBLi74whw18JSWrelh2uSeyccnu9HME { width:20rem;height:4.625rem;top:35.875652313233rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPdZt3LUCkKpaWelqc1Fcto0IB4G0bzC { width:19rem;height:4.0625rem;top:41.813152313233rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXmpxt6DGcgNuIB2Lrk3lK8EHNttRWu4 { display:block; }
 }@media only screen and (max-width: 763px) { #R5CWiNpkGiAUnTmlIrtSHBOxaX54VRrS { background-color:#002457;background-image:none;display:block; }#R5CWiNpkGiAUnTmlIrtSHBOxaX54VRrS > .row .container { background-color: transparent; background-image: none; }#R5CWiNpkGiAUnTmlIrtSHBOxaX54VRrS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R5CWiNpkGiAUnTmlIrtSHBOxaX54VRrS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R5CWiNpkGiAUnTmlIrtSHBOxaX54VRrS > .row .container > .video-iframe-container { display: none; }#R5CWiNpkGiAUnTmlIrtSHBOxaX54VRrS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R5CWiNpkGiAUnTmlIrtSHBOxaX54VRrS > .row > .video-iframe-container { display: none; }#R5CWiNpkGiAUnTmlIrtSHBOxaX54VRrS > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R5CWiNpkGiAUnTmlIrtSHBOxaX54VRrS > .row .container { width:20rem;height:7.91650390625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TbeRgC8ygVC1kUIpfv3thACGHwWAmELG { width:18.125rem;height:4.3125rem;top:2.9166679382324rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGcMi8HU2knwtbAOmczNAU5Rb72lLuao { width:20rem;height:5.6875rem;top:2.2291679382324rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnyNbmThBpXhgkUCWRQUHvxEvg9b3nZL { display:none; }#xnyNbmThBpXhgkUCWRQUHvxEvg9b3nZL > .row .container { width:20rem;height:1.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xPpoz3bTpcBFOyXhoSrMtMNyDWoECrTd { background-color:#002457;background-image:none;display:block; }#xPpoz3bTpcBFOyXhoSrMtMNyDWoECrTd > .row .container { background-color: transparent; background-image: none; }#xPpoz3bTpcBFOyXhoSrMtMNyDWoECrTd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xPpoz3bTpcBFOyXhoSrMtMNyDWoECrTd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xPpoz3bTpcBFOyXhoSrMtMNyDWoECrTd > .row .container > .video-iframe-container { display: none; }#xPpoz3bTpcBFOyXhoSrMtMNyDWoECrTd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xPpoz3bTpcBFOyXhoSrMtMNyDWoECrTd > .row > .video-iframe-container { display: none; }#xPpoz3bTpcBFOyXhoSrMtMNyDWoECrTd > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xPpoz3bTpcBFOyXhoSrMtMNyDWoECrTd > .row .container { width:20rem;height:49.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UUHFk2iHl0xE3tAWgo7oBEMT2WT4xyAW { top:1.375rem;left:0.375rem;width:19.25rem;height:19.25rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #T0zIoSyNvlUreC4A87e93lGl03ILfuhs { width:20rem;height:2.4375rem;top:29.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WE89DGrZkToiZVQBufORNq8iAIWGQwDc { width:4.4375rem;height:4.4375rem;top:24.625rem;left:7.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCkXlCThfVa2WyFzED1oRCivRcPPCyRw { width:20rem;height:5.39845rem;top:40.04150390625rem;left:0rem;font-size:1.125rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #N8C7pMVOz0gXQ0Vawg7GgqXh3szF29K4 { width:16.4375rem;height:4.9492125rem;top:33.020835876465rem;left:1.78125rem;font-size:1.375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;color:#f4ce83;display:block; }
 }@media only screen and (max-width: 763px) { #zV3tMdoezJWlZE126T3EcGZXpEVUKyT8 { width:7.93725rem;height:7.93725rem;top:19.727783203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uivK2lUcFLIkmutaLUv78cwZ1ftB3tbd { width:20rem;height:1.5rem;top:46.689453125rem;left:0rem;font-size:1.25rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;color:#f39c12;display:block; }
 }@media only screen and (max-width: 763px) { #PHFu80BbvftcPWn6IPPVeyVlhL7SEUwG { display:block; }#PHFu80BbvftcPWn6IPPVeyVlhL7SEUwG > .row .container { width:20rem;height:40.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X05TEU0khOxf8NdRC5dN2rJTF4yX93Ke { height:11.2435rem;width:20rem;top:16.249349594116rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z55qO0d8MMFreeBK4KTke3CuLkM4rdsR { width:20rem;height:0;top:1.2135419845581rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #qlT2BPtXIFtKcWZi0oURkChRN7ZVFI8d { width:19rem;height:4.0625rem;top:29.682292938233rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sc78vH5rzFdmixPLTQbRvFHrmrJz6Wab { display:block; }
 }@media only screen and (max-width: 763px) { #LHTs90kOmuTkI8cTTfHRzXB809h2wsOD { width:20rem;height:3.57421875rem;top:35.994792938233rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #faq9wGVGZzhTiMcBrCOBv8lsgbVic3eJ { width:15.875rem;height:4.38671875rem;top:9.8984375rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoGl1ynxurJJhpxar8glfecsABikBABH { width:20rem;height:6.5rem;top:1.2760419845581rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #RR8nSfcll0hkzaszxuHadioiUcMlKXPc { display:block; }#RR8nSfcll0hkzaszxuHadioiUcMlKXPc > .row .container { width:20rem;height:68.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bdKZWbvOmIrQQAPtW1URGa3dmaZiZ2Rz { width:0.125rem;height:58.4375rem;top:5.7278747558594rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIz542gX1phuVysq6Pgo4PawZaJMDxTg { width:1.25rem;height:1.25rem;top:5.7278747558594rem;left:7.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxN13xQCoK1MN4JTggZipgMwXEXaOn7T { width:1.25rem;height:1.25rem;top:63.385437011719rem;left:7.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yURXLnVOspZdLyER3Bwlw3SWkFPDzBqc { width:1.25rem;height:1.25rem;top:34.270843505859rem;left:7.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8pJGQnVM5U4sk2CTJTCEUDsb1M1HyXX { width:1.25rem;height:1.25rem;top:15.125rem;left:7.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UST6tJRc5d7OzTxiZqP7qqanTqkBStEx { width:1.25rem;height:1.25rem;top:24.90625rem;left:7.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JS9BnS713BAhRo0PGuMFFF16z26eB8Kw { width:1.25rem;height:1.25rem;top:44.614593505859rem;left:7.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #omOU4QDcya9LbZUolyTplxpBk17mKRWT { width:1.25rem;height:1.25rem;top:53.65625rem;left:7.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOgAUuU5Hwc4OJaTHNmTvLh7Gk2ZpfZi { width:8.9375rem;height:1.3rem;top:5.7278747558594rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5ViUvsvsPleF2ObpZXBJ77w5AEx8Rhx { width:8.4375rem;height:8.4375rem;top:1.625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTz7ODxaOqMTMNp0GgVXKJPkBTgJoW5K { width:8.4375rem;height:8.4375rem;top:11.53125rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2rQ3KR6T3O5451FKlarmlNA5rNJAJcZ { width:8.4375rem;height:8.4375rem;top:21.3125rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHBgF2znkNJMzHXJaOPKm5HXdzSc7sAQ { width:8.4375rem;height:8.4375rem;top:31.104187011719rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5TTF3byUmE7iHpTRvO9COSa9ARH2wvH { width:8.4375rem;height:8.4375rem;top:41.020843505859rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQE9FgJT0NqROykUKkqhkTSf3nCQHGy3 { width:8.4375rem;height:8.4375rem;top:50.0625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGuEQdeCzbKaKiuXvVslA2hA1MDiClac { width:8.4375rem;height:8.4375rem;top:59.791687011719rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pR5oFSFQDSTWc7Gw0KRMhE9T1aFFyanF { width:8.4375rem;height:2.76171875rem;top:4.5625rem;left:9.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIXzoi4ZocnXfKU1ShFqaauy1noV4PkH { width:7.1875rem;height:1.38125rem;top:15.0625rem;left:10rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nm1esFTUwvsXwhgSzSlPGXTgLd2G97I6 { width:7.1875rem;height:2.761725rem;top:24.177093505859rem;left:10rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xwzm5uurQOHTpsV4DaSTfTiMKPvh01F3 { width:8.6875rem;height:2.761725rem;top:33.96875rem;left:9.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7Qr5ZvX5PRHZpX6JzilxmQq4kJTBgZJ { width:7.1875rem;height:2.761725rem;top:43.885437011719rem;left:10rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pS2GiDtAxC1urTUMlDSTpPmOUwLTD7i9 { width:7.1875rem;height:1.38125rem;top:53.614593505859rem;left:10rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmtMoCTrNE0eyyfn8HHnrq6JTa9NxHkf { width:7.1875rem;height:2.761725rem;top:62.677093505863rem;left:10rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLD56z1LxND55tgAQOs81KTaDGFrRwci { width:8.9375rem;height:1.3rem;top:15.061187744141rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlPPWR7UhklShoqSxTe5xQG3auzKFVDb { width:5.6875rem;height:2.59895625rem;top:24.322937011719rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6Ilty1FGAraMnk4k8rtbgWhRSC8gAvW { width:5.4375rem;height:2.59895625rem;top:33.696624755859rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pW41zMRufI44lDQkEIeotUzyHs4pUvNs { width:5.75rem;height:2.59895625rem;top:43.989593505859rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwXlaPIdMt7TXhEzFPs2C27gTk6RHbsz { width:5.9375rem;height:2.59895625rem;top:53.03125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMpoxx9cPHABz8tgmDwDv0dwn2gPwMqi { width:8.9375rem;height:1.3rem;top:62.21875rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DmdDDx7HnJqoAiS6PIL0VOmTt3kSNfiG { background-color:#fffdf1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DmdDDx7HnJqoAiS6PIL0VOmTt3kSNfiG > .row .container { background-color: transparent; background-image: none; }#DmdDDx7HnJqoAiS6PIL0VOmTt3kSNfiG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DmdDDx7HnJqoAiS6PIL0VOmTt3kSNfiG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DmdDDx7HnJqoAiS6PIL0VOmTt3kSNfiG > .row .container > .video-iframe-container { display: none; }#DmdDDx7HnJqoAiS6PIL0VOmTt3kSNfiG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DmdDDx7HnJqoAiS6PIL0VOmTt3kSNfiG > .row > .video-iframe-container { display: none; }#DmdDDx7HnJqoAiS6PIL0VOmTt3kSNfiG > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DmdDDx7HnJqoAiS6PIL0VOmTt3kSNfiG > .row .container { border-width: 0; border-radius: 0; }#DmdDDx7HnJqoAiS6PIL0VOmTt3kSNfiG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DmdDDx7HnJqoAiS6PIL0VOmTt3kSNfiG > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yW4VfdWyzn0zazotDf1VJRmGkWSDmHuB { width:19rem;height:4.0625rem;top:1.3111982345581rem;left:0.5rem;font-size:1.0625rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #shtO7wk7lutUw89zUkGfEro8OZgTWalp { display:block; }
 }@media only screen and (max-width: 763px) { #yiwSpZEJnnAlmO9ZxEtcQ6W6sdvaRMrb { display:none; }#yiwSpZEJnnAlmO9ZxEtcQ6W6sdvaRMrb > .row .container { width:20rem;height:96.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fDkCd01sJ9qgrfQmvRzdnVdZeiZy2lnT { width:18.75rem;height:7.1875rem;top:1.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvs2KHTkyMp61FErsX8sCLgWzxdzV2Ta { width:18.75rem;height:2.0833332538605rem;top:2.5rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0vpsHlZZITioWT57RgNBiLxc1V95BvF { width:18.125rem;height:3rem;top:4.75rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZAC8AnXEWGkTAZLOZHGiCyDGTK05vEb { width:12.9375rem;height:66rem;top:9.95849609375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iONZM9SuuLiz5JwpKcl3OcUQ68ENatUI { width:2.1875rem;height:2.1875rem;top:9.9375rem;left:16.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruyJFIkGiaEZlZ9m5zrHhtTg62hkTgR9 { width:2.1875rem;height:2.1875rem;top:16.5rem;left:16.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaBpF27St69eBQitMrUXKcRKCMfZLO0h { width:2.1875rem;height:2.1875rem;top:21.1875rem;left:16.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHIFf6Pb83QIKxqbJZB2SPJtZTANL98n { width:2.1875rem;height:2.1875rem;top:39.9375rem;left:16.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0vkB18pH1apLQeBUZcSOgTRQlgBkhMJ { width:2.1875rem;height:2.1875rem;top:44.6875rem;left:16.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zv1WyvGbhGqJlFw9M6pEy89qybGOnaey { width:20rem;height:48.1875rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tu5fNOrWW5Wt23QX9zfAOhDueKP18oQx { width:2.1875rem;height:2.1875rem;top:44.6875rem;left:16.25rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #aQ0qtOddv4exbLZT16pyapkelM9SnrSf { width:3.125rem;height:3.125rem;top:50.75rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7ZTrBJTuPeC6AEpxXfsbTxJIUrJ2eDV { width:3.125rem;height:3.125rem;top:55.1875rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7pssibSdh5xiEUHBfSNS05nrHcSSnp8 { width:3.125rem;height:3.125rem;top:59.625rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcN8aoumFOpmaDOExWu1W6kqqgmk8B9K { width:3.125rem;height:3.125rem;top:64.0625rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIQRI2kkvBxr3SiXFJ8dKTsu6bQVFIxZ { width:3.125rem;height:3.125rem;top:68.5rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeTiRy5pGPqBTuU0gucmPVqeKiVMaOGC { display:none; }#aeTiRy5pGPqBTuU0gucmPVqeKiVMaOGC > .row .container { width:20rem;height:36.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lKphkwH1r7I5ryXOCHwmbRr845hSilKX { width:18.75rem;height:5.25rem;top:1.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxBMAHFgNlGSgnwzdd5pqbXQzyITZ0R7 { width:18.125rem;height:2.0833332538605rem;top:2.75rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaxIqPxqBSvs4lQabQHnVTTmeMWHs6MV { width:18.125rem;height:1.8333333730698rem;top:4.8125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4opv8wVrxD1onlGhHSE0vuhTBmlx0ur { width:12.9375rem;height:9.9999997615813rem;top:7.9375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBe9oUWURkWzBXiu8ipRygIDBwVAo2u1 { width:2.1875rem;height:2.1875rem;top:7.89599609375rem;left:16.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZtWoIQoJ9IPCCR2Wsgdh30rnxSMm0OD { width:2.1875rem;height:2.1875rem;top:12.54052734375rem;left:16.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zpie69Bnesfw0HTy0ueuGH3wUViAWAu6 { width:3.125rem;height:3.125rem;top:24.375rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #g9zagSwUroFxPy6SUmTBbP4dhTL5Jvyp { width:20rem;height:35.1875rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uO0Pb3iuZGc5Hr7hQvUzstGxq6cX9qVn { display:none; }#uO0Pb3iuZGc5Hr7hQvUzstGxq6cX9qVn > .row .container { width:20rem;height:8.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ih5cbE1fdsxRpaMglIoVfWifgwfSvCCD { width:19rem;height:3.4375rem;top:1.25rem;left:0.5rem;font-size:1.25rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TBqGp87w6yPBvvuKnVFKMVERq7ix0tMv { display:block; }
 }@media only screen and (max-width: 763px) { #KwDqJgniJMNrS4WLccQPSmXmcsI4urGX { width:15.5rem;height:0;top:5.9375rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ei4FRQ2AdOV8iDhZB5AsCqU9AFC3BXbT { display:none; }#ei4FRQ2AdOV8iDhZB5AsCqU9AFC3BXbT > .row .container { width:20rem;height:85.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eU7AQRbKwh0XAwIFi9PLX9h3UAHpENXm { width:12.9375rem;height:25.4980375rem;top:0.8125rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeWsLdGSTVTWDTwNQ8pvX1x95y1T2Bdt { width:2.1875rem;height:2.1875rem;top:0.8125rem;left:16.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0uhGHkgv8gtsdaicXo23NZHKfTxowHX { width:2.1875rem;height:2.1875rem;top:5.39599609375rem;left:16.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbq5r3NHNVfA8IcyHOoFBscnrTfykgb3 { width:2.1875rem;height:2.1875rem;top:10.375rem;left:16.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDsTpMTKUWgUcQRCpWVfJ5tPE5veQRrU { width:2.1875rem;height:2.1875rem;top:13.9375rem;left:16.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9ruELOMpkuAoQM6rs7Gx65amOzZLS38 { width:2.1875rem;height:2.1875rem;top:18.875rem;left:16.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziFr52J5AQInXNTvyoe4oNgf61BOhfIC { width:2.1875rem;height:2.1875rem;top:40.8125rem;left:16.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPT5i4HBd6sOOwwFLVWPtD4dxAfLEEPy { width:2.1875rem;height:2.1875rem;top:23.885498046875rem;left:16.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #POxvzSu3xR2UnCnDCDpG0M617gLQQ2kS { width:2.1875rem;height:2.1875rem;top:30.5625rem;left:16.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdI0sfSe4oWQOlMPKPU740rwwVpm3qen { width:2.1875rem;height:2.1875rem;top:45.79150390625rem;left:16.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksPfr1lpDZmp8Q7NWqRadzoWDtbfnxSh { width:2.1875rem;height:2.1875rem;top:35.64599609375rem;left:16.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztvn5KnCq4f7ZfuSuNd6gaAK2GvhkWC6 { width:20rem;height:18.69855625rem;top:51.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5VWFQohFgrzDDtD0kHkSKPVwQ6GdgOz { width:20rem;height:50.0625rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nV0BAfzT2LLDatTTFXGf9vTA0OwJw56N { display:none; }#nV0BAfzT2LLDatTTFXGf9vTA0OwJw56N > .row .container { width:20rem;height:51.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vUG8TDIxDmI0gPV9dPEuEbmTeXn1lAJS { width:12.9375rem;height:49.999999046326rem;top:0.8125rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPnN9ztWDqyE1dJUHs8H9kXcyOE0dQ7a { width:2.1875rem;height:2.1875rem;top:0.8125rem;left:16.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDrAfJNqvnPk8T9PgxuU10i1GHDtMBZG { width:2.1875rem;height:2.1875rem;top:5.39599609375rem;left:16.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvxfbl2QizKyJfyoFtmHkTk6aLEkJaA2 { width:2.1875rem;height:2.1875rem;top:10.375rem;left:16.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iahyfOo1imRK2B3DCvikfVc4HPG2uSMD { width:2.1875rem;height:2.1875rem;top:13.9375rem;left:16.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClxolwvOP2TDIl0TblT1HpKU2NkSts5S { width:2.1875rem;height:2.1875rem;top:18.875rem;left:16.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TV3EodNkHHWU4qa8GympfDyfpS0FGaUn { width:2.1875rem;height:2.1875rem;top:40.8125rem;left:16.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClCm3okZTpgx90IiTI0ruyvOTWmJ2UCc { width:2.1875rem;height:2.1875rem;top:23.885498046875rem;left:16.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdeqafHB4IdIk7HdwCEnhAgmTWq2iufz { width:2.1875rem;height:2.1875rem;top:30.5625rem;left:16.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHXTTFXqC72ULlq26MFtOvGo0Wr9FyrT { width:2.1875rem;height:2.1875rem;top:45.79150390625rem;left:16.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2HcvSt6UTdeJHvIO2Gt0D7LSMlCsTbD { width:20rem;height:50.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzX4y7izG5CtqNKvNrvWSASgfnz9thCm { width:2.1875rem;height:2.1875rem;top:35.64599609375rem;left:16.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcM95oCn7zOIw3Wr8fvHKKxk1R6KpRcu { display:block; }#lcM95oCn7zOIw3Wr8fvHKKxk1R6KpRcu > .row .container { width:20rem;height:8.203125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MSofxJ0TwAuZ8IGpU7gImqU9uWVZtpzh { width:17.6875rem;height:6.09375rem;top:2.109375rem;left:1.15625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVLtzbTIRA5abHD6qwRsFLNiPd909lOB { display:block; }#wVLtzbTIRA5abHD6qwRsFLNiPd909lOB > .row .container { width:20rem;height:72.40625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DgpqVergPsglPBLsXVqvA8EHnCMQ7Ccm { width:20rem;height:29.375rem;top:1.93505859375rem;left:0.234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iub5BpRsP13R1eFhewGKCHM57w8aSwM1 { width:18.1875rem;height:7.3125rem;top:22.95458984375rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvQ0dJnvz4T5OdMPWstBLrRDRpWWyULU { width:18.125rem;height:8.28515625rem;top:13.8125rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTNgcIM50f6MMPCZmibfAEiWDST5Iom8 { width:9.375rem;height:9.375rem;top:3.2060546875rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyGRiWvFB1B0g6bkymRoSP16gEdBHZ0L { width:19.875rem;height:38.75rem;top:33.65625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFI7Oc25My12e7GWRsHJR3u0ILTqCsPy { width:6.1875rem;height:0;top:21.6875rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #C3A2q1Hr7DBuruR565b3xi0JJnJPyZOl { width:18.9375rem;height:16.5703375rem;top:45.8125rem;left:0.53125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkTHSA3pNbQZ1ivTCITMrrpV3hN4S1pm { width:18.5rem;height:7.3125rem;top:63.25rem;left:0.75rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSmnNJV3qy3KyuQrun8reJLNn9ALKCeT { width:9.375rem;height:9.375rem;top:35.15625rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPneiFuVZSfFIa7bRNsufinoNpNnudGp { width:6.1875rem;height:0;top:14.241796016693rem;left:0rem;text-align:center;text-align-last:center;font-size:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qpxGNsCvZzaEL42fyPuqUzBArUocficR { display:block; }#qpxGNsCvZzaEL42fyPuqUzBArUocficR > .row .container { width:20rem;height:67.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AWBx9HvUeBS89iBTDPVbBtKeUVEKb7TR { width:20rem;height:30.4375rem;top:1.8935546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQQm22gbBm2AHccnEU5wLogDJgZXEEHU { width:19.9973965rem;height:4.875rem;top:25.77099609375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvZpJ3vNiy4Qw79EcZJKPn8DBGpmfa6x { width:16.875rem;height:11.04688125rem;top:13.83203125rem;left:1.53125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEalgsdZsKlT16lXitHtKy9Ln1kkardI { width:9.375rem;height:9.375rem;top:3.12255859375rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGzGngOHCfuF7pa9iFMGzKLACD2fbLdm { width:19.875rem;height:33.3125rem;top:34.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrB6s0xPvWfHIwDnCGetzqiI8Xon650V { width:9.375rem;height:9.375rem;top:35.5625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJt6Qow4T8JJf5cf7b4sZp4e8BCXTxve { width:6.1875rem;height:auto;top:11.0625rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #o6aTVIBKwtLTWfpczuJ4dDZDwrvZHmHB { width:17.8125rem;height:13.8086125rem;top:46.3125rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSd2eQNQRv0CkZcIOzmQ7wlPTw24Ms7N { width:20rem;height:4.875rem;top:61.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vzil6Hi5iJ7tno2GqObCrrF8HKI9LDTz { width:6.1875rem;height:auto;top:11.0625rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #ciTt5Oi9AXkGERq07V0opVe9r9g7GPSn { display:block; }#ciTt5Oi9AXkGERq07V0opVe9r9g7GPSn > .row .container { width:20rem;height:67.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sUV4uzQ6uV8i0FM8f3QVXvDuLdSy1e6C { width:20rem;height:32.5rem;top:1.93505859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kx101y70RWMJas2cNeTH1QeFEs8zRQfS { width:17.6875rem;height:8.53125rem;top:24.18505859375rem;left:1.15625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBauRftFL0Lxf1Pmv8rPUuebGcB6TDkS { width:18.125rem;height:9.666025rem;top:13.64453125rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3PigtUGvucRWTSCk1DI7yXUt3S1mSyx { width:19.875rem;height:31.875rem;top:35.99755859375rem;left:0.0625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #ieKGZBrCS9Rn5C90cvUTopAydidloK6T { width:6.1875rem;height:auto;top:11rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #zBJ62O0MECo9sUPaVkCyaqQafIOUHyka { width:20rem;height:9.6660375rem;top:47.93359375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdAFUyJt11886zW3RcSmWb1b8tr85hTP { width:20rem;height:7.3125rem;top:58.65380859375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldpN1cAkf5tTyi7I7IvwxUomhzQ2mJqs { width:6.1875rem;height:auto;top:11rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #af7UzUlBcUhlT5Qptg8rDezxD1BZdD1n { width:9.375rem;height:9.375rem;top:37.12255859375rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGi5V4HwZiSld9S81HSyiNM3RLnNs1Cx { width:9.375rem;height:9.375rem;top:3.12255859375rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcMTrtRl2IGKPL6ybiq63dsDly8OQomb { display:block; }#ZcMTrtRl2IGKPL6ybiq63dsDly8OQomb > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oh2yRZHGRs0ThOUbRldbVf7lUzqm3Odq { width:19.4375rem;height:37.3125rem;top:1.93505859375rem;left:0.234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVQM73qKQ5Q86qX08WhnKfBtLQLofREz { width:16.9375rem;height:6.09375rem;top:31.81005859375rem;left:1.53125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FU1e8oaZcME4D64XCRRHQ4T0ibUggKc9 { width:15.5rem;height:16.570325rem;top:14.06005859375rem;left:2.25rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBBUqZFHVVe1lT173B3RJpWcFd5QhIUl { width:9.375rem;height:9.375rem;top:3.125rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLwuV1Fxn3Xb8PEHk7aAu0XZViszimB0 { width:6.1875rem;height:auto;top:10.375rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #hnDLorE4kRkPRnr8LCBuSCyhl44V3NXh { background-color:#faf5f5;background-image:none;display:block; }#hnDLorE4kRkPRnr8LCBuSCyhl44V3NXh > .row .container { background-color: transparent; background-image: none; }#hnDLorE4kRkPRnr8LCBuSCyhl44V3NXh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hnDLorE4kRkPRnr8LCBuSCyhl44V3NXh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hnDLorE4kRkPRnr8LCBuSCyhl44V3NXh > .row .container > .video-iframe-container { display: none; }#hnDLorE4kRkPRnr8LCBuSCyhl44V3NXh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hnDLorE4kRkPRnr8LCBuSCyhl44V3NXh > .row > .video-iframe-container { display: none; }#hnDLorE4kRkPRnr8LCBuSCyhl44V3NXh > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hnDLorE4kRkPRnr8LCBuSCyhl44V3NXh > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IF3T23XVLeb9TUJrPkpovwyeTBB3qUGb { width:19rem;height:4.0625rem;top:58.5625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XV0fK178bNPpwVel4NroCN0h54397P46 { display:block; }
 }@media only screen and (max-width: 763px) { #KUTmPeDRkLLxeQCTAEwN12OKF2qfFDIO { width:19.875rem;height:12.9375rem;top:2.9062526226044rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #ptOziiA28wkRqLv2DFIvq3bMM1HzlyOa { top:1.9375rem;left:0rem;width:20rem;height:13rem;z-index:15034;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #g9W0M9TPFX8lq43CJn2N0wPUsXLvrpg6 { display:block; }#g9W0M9TPFX8lq43CJn2N0wPUsXLvrpg6 > .row .container { width:20rem;height:67.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wl58xCo1W04zlgldF3HxZnhk7bZM1KUL { width:19.99875rem;height:3.736975rem;top:5.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXRNMDS0yZ40CzOQUE1TX0UKgoA9qlHi { width:17.375rem;height:17rem;top:10.25rem;left:2.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXzE0I1l4SH2noo2WwkNUeGxCeJKae6n { width:17.375rem;height:6.375rem;top:40rem;left:2.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTD9ENIXcbRLd64T4l2Twp8hBCxVSqx1 { width:16.375rem;height:14.875rem;top:46.37451171875rem;left:2.62451171875rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsPQIIzl32UW8ERBfFaaogRna5mnM6uM { width:17.375rem;height:12.75rem;top:27.25rem;left:2.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0pHnTr3l7aDTyhwmJEXLCIFUybBp4DZ { width:17.375rem;height:6.375rem;top:61.25rem;left:2.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJhivv9Lyl6VedUaTbP8vinqK6IA7CKo { width:19.9980625rem;height:0;top:3.75rem;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) { #BGNTa0AWSOxSnmctrTyfOX1AgeRiLPHK { width:19.997396469116rem;height:0;top:47.780029296875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #krEvteL4sXn44VKK7l4vZar1lQzlMRCJ { width:19.997396469116rem;height:0;top:24.049560546875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #UMCBu0rtZfIRKTp8qTSvd7X8LZMvgACq { width:19.99609375rem;height:0;top:58.55224609375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #ZzeSMA4y1GX5oEN5XnSlrKPd73Zv4VDO { width:19.999375rem;height:2.03125rem;top:2.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #AqTKlxEbR7qEIgbTQdbmo2OCaFOkc8I3 { width:1.5625rem;height:1.5625rem;top:10.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fi4wc53vvExBNMABgV5v7zZtTF9b9wa2 { width:1.5625rem;height:1.5625rem;top:27.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ld3r8WeG3LrikAJTBKnBqgWJBLpLEJHq { width:1.5625rem;height:1.5625rem;top:61.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nN1NKMVdQueuByw8pmZfkKx6VFOS2p9A { width:1.5625rem;height:1.5625rem;top:46.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZmeMOzvm02DndHVrP4VQLNfZC9dsfZM { width:1.5625rem;height:1.5625rem;top:40rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlTR0NsDMmeEiSsARkw7XNf8nwUBl9dw { background-color:#faf5f5;background-image:none;display:block; }#vlTR0NsDMmeEiSsARkw7XNf8nwUBl9dw > .row .container { background-color: transparent; background-image: none; }#vlTR0NsDMmeEiSsARkw7XNf8nwUBl9dw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vlTR0NsDMmeEiSsARkw7XNf8nwUBl9dw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vlTR0NsDMmeEiSsARkw7XNf8nwUBl9dw > .row .container > .video-iframe-container { display: none; }#vlTR0NsDMmeEiSsARkw7XNf8nwUBl9dw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vlTR0NsDMmeEiSsARkw7XNf8nwUBl9dw > .row > .video-iframe-container { display: none; }#vlTR0NsDMmeEiSsARkw7XNf8nwUBl9dw > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vlTR0NsDMmeEiSsARkw7XNf8nwUBl9dw > .row .container { width:20rem;height:68.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gf1KkTCdFN7OIlC4QQZS16B5CsgoN7Ja { width:17.5rem;height:16.5703rem;top:33.916625976562rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dP6WBMnp3EPZMC7yBnD7uPL4Vxz3VKxm { width:18.3125rem;height:3.1875rem;top:50.979490280151rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlUCKNkv7HHNRiuuxiMDI6dPDwdUk9lV { width:17.5rem;height:4.78125rem;top:60.843099594116rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9VS26nipwrCzpl5MmzpTG6urqBS42qH { width:20rem;height:48.4375rem;top:18.6875rem;left:0rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #G59HRLzDhcKrt3ygQuZQsXi8ZiXRezuo { width:18.75rem;height:2.5rem;top:22.8125rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6IBvTDb5UXNbXiAw1DTwy6Hnqb6JE4t { width:17.937rem;height:3.5rem;top:29.669189453125rem;left:1.0302734375rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #alQDkFpTUhGbg5Tlr3So1oqKmfSDScqe { width:17.5rem;height:2.12524375rem;top:25.895183563233rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MydrIyu22bbz8dfM6pw2sql7V5NyTBDx { top:1.25rem;left:0rem;width:20rem;height:20rem;z-index:15026;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TTQpeR1P1V67O1OJgvgD4fetmPUqUb70 { width:18.6875rem;height:4.78125rem;top:54.166669845581rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKvSfK9c6rKAEHkGOFUmAu1f2aqngvxO { display:block; }#VKvSfK9c6rKAEHkGOFUmAu1f2aqngvxO > .row .container { width:20rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IZTHyhW5LxMWrmybZgvibXd5hCSXZQDK { width:19.9980625rem;height:0;top:1rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15024;display:none; }
 }@media only screen and (max-width: 763px) { #Zi8FRuFykHs2hp5oP3Hwrpc6Pn84aWdq { width:18.75rem;height:29.88801875rem;top:1.890625rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1Wy6aRuhOs9r6vSz2c2502yUCygTLTP { width:19rem;height:3.375rem;top:33.687502384186rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLfCleAZk5A1mRVX0QQpGh3G9IHpHHnP { display:block; }
 }@media only screen and (max-width: 763px) { #TpN9BCB9K7mUtPGlzMDapl1muvtLJEve { background-color:#faf5f5;background-image:url("https://images.assets-landingi.com/uc/a69fff73-0462-441f-bcd0-564d274a10c7/Colorblockbackground.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TpN9BCB9K7mUtPGlzMDapl1muvtLJEve.adaptive-delivery-prevent-bg, #TpN9BCB9K7mUtPGlzMDapl1muvtLJEve.lazyload, #TpN9BCB9K7mUtPGlzMDapl1muvtLJEve.lazyloading { background-image: none; }#TpN9BCB9K7mUtPGlzMDapl1muvtLJEve > .row .container { background-color: transparent; background-image: none; }#TpN9BCB9K7mUtPGlzMDapl1muvtLJEve::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpN9BCB9K7mUtPGlzMDapl1muvtLJEve > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpN9BCB9K7mUtPGlzMDapl1muvtLJEve > .row .container > .video-iframe-container { display: none; }#TpN9BCB9K7mUtPGlzMDapl1muvtLJEve > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpN9BCB9K7mUtPGlzMDapl1muvtLJEve > .row > .video-iframe-container { display: none; }#TpN9BCB9K7mUtPGlzMDapl1muvtLJEve > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpN9BCB9K7mUtPGlzMDapl1muvtLJEve > .row .container { width:20rem;height:44.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #awruWb6V0uy9cJkbvswwgZhvTdQ7H0uL { width:14.8125rem;height:5.52344375rem;top:37.2294921875rem;left:0.90625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BE7wcQQqIDO1TFUkFZTdUG5MloqA4dUJ { width:9.375rem;height:9.375rem;top:2.4365234375rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqVC2g7GrIwsTVf6UuQI2tzvQ5cOihUs { width:18.125rem;height:22.0937625rem;top:13.9794921875rem;left:0.90625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A95GUptkAgV8Ul5m40M4x1xkN7EeU1y2 { display:block; }#A95GUptkAgV8Ul5m40M4x1xkN7EeU1y2 > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a4zytzWJ3HKXeWU6AETWa3TD72rPhIEF { background-color:#f39c12;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#a4zytzWJ3HKXeWU6AETWa3TD72rPhIEF > .row .container { background-color: transparent; background-image: none; }#a4zytzWJ3HKXeWU6AETWa3TD72rPhIEF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a4zytzWJ3HKXeWU6AETWa3TD72rPhIEF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a4zytzWJ3HKXeWU6AETWa3TD72rPhIEF > .row .container > .video-iframe-container { display: none; }#a4zytzWJ3HKXeWU6AETWa3TD72rPhIEF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a4zytzWJ3HKXeWU6AETWa3TD72rPhIEF > .row > .video-iframe-container { display: none; }#a4zytzWJ3HKXeWU6AETWa3TD72rPhIEF > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a4zytzWJ3HKXeWU6AETWa3TD72rPhIEF > .row .container { border-width: 0; border-radius: 0; }#a4zytzWJ3HKXeWU6AETWa3TD72rPhIEF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a4zytzWJ3HKXeWU6AETWa3TD72rPhIEF > .row .container { width:20rem;height:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n3kmEGClAd3sVKgoiqM9Oo0mRJSelbHq { width:20rem;height:4.6875rem;top:2.2112531661988rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ewp2QdplQx4icPTH9fzSieICV0vJ3qvi { width:20rem;height:4.125rem;top:7.4609384536744rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZupkBiwosFbzkWCmtsLXgRw2cs1EgHKV { width:18.75rem;height:3.375rem;top:13.023438215256rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnKT2IkyTAXeg8WXtlyD8ptJ8hMvdJxf { display:block; }
 }@media only screen and (max-width: 763px) { #tsOPdDvLQ6C2of6Hh6ph9T82N0fU5NIm { background-color:#faf5f5;background-image:url("https://images.assets-landingi.com/uc/7bd8946f-6472-4f9e-90c0-166d0106683a/KolazuczestniczekSAnalanding.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#tsOPdDvLQ6C2of6Hh6ph9T82N0fU5NIm.adaptive-delivery-prevent-bg, #tsOPdDvLQ6C2of6Hh6ph9T82N0fU5NIm.lazyload, #tsOPdDvLQ6C2of6Hh6ph9T82N0fU5NIm.lazyloading { background-image: none; }#tsOPdDvLQ6C2of6Hh6ph9T82N0fU5NIm > .row .container { background-color: transparent; background-image: none; }#tsOPdDvLQ6C2of6Hh6ph9T82N0fU5NIm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tsOPdDvLQ6C2of6Hh6ph9T82N0fU5NIm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tsOPdDvLQ6C2of6Hh6ph9T82N0fU5NIm > .row .container > .video-iframe-container { display: none; }#tsOPdDvLQ6C2of6Hh6ph9T82N0fU5NIm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tsOPdDvLQ6C2of6Hh6ph9T82N0fU5NIm > .row > .video-iframe-container { display: none; }#tsOPdDvLQ6C2of6Hh6ph9T82N0fU5NIm > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tsOPdDvLQ6C2of6Hh6ph9T82N0fU5NIm > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NcIuFkANMZx3JM9gA8bJoiya8d3y7ail { display:block; }#NcIuFkANMZx3JM9gA8bJoiya8d3y7ail > .row .container { width:20rem;height:15.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #muZ6KFwSJvop9OEQJSGd9TJGtBQviyAq { width:17.1875rem;height:3.375rem;top:11.165161132812rem;left:1.40625rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #eGfZRsSe2eISFBuT1SBKCbU3mEzVGnOX { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TgxwJqAuFbUEZXxNIDAMlOLT0OfPXib9 { display:flex;width:2.1875rem;height:2.1875rem;top:3.9375rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #KWNqe32ITS6M7KpH7rBrR8rPJ2zeUGkf { width:9.43725rem;height:2.0625rem;top:9.1033935546875rem;left:5.2801513671875rem;font-size:1.375rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rTOgFd27fxhdXGklh7xcUliINPTSyVrZ { width:20rem;height:3.375rem;top:1.291015625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15002;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #mZ1dpRaTmqHzUmQ6381FwB1ikriDRTtV { display:flex;width:2rem;height:2rem;top:5.8125rem;left:13.0625rem;z-index:15035; }
 }@media only screen and (max-width: 763px) { #cd8qFslKpzcO8Nh5Z1NVItT8zZiPnfZk { display:flex;width:2rem;height:2rem;top:5.8125rem;left:4.9375rem;z-index:15031; }
 }@media only screen and (max-width: 763px) { #ErcWZm6M2qtJenMt14ahTSQlFkqHrvuJ { display:flex;width:2rem;height:2rem;top:5.8125rem;left:6.9375rem;z-index:15032; }
 }@media only screen and (max-width: 763px) { #mBGfB6Xx0pkoHNoAxRJion8e1Vx5tuge { display:flex;width:2rem;height:2rem;top:5.8125rem;left:8.9375rem;z-index:15033; }
 }@media only screen and (max-width: 763px) { #pOHuseQ0a4q0Al3rd62sDKO2KfOFshsk { display:flex;width:2rem;height:2rem;top:5.8125rem;left:11.0625rem;z-index:15034; }
 }@media only screen and (max-width: 763px) { #bAnRybMJ3qeO9tC71PNhI9nAEhXc5nDA { display:block; }#bAnRybMJ3qeO9tC71PNhI9nAEhXc5nDA > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fJCi8zGbfOp3VpsggDFFss8p3tTSvP94 { width:19.9991875rem;height:4rem;top:4.4366912841797rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cvdO37m22hz6TEfpNf8RuhNSbNQUIWr1 { width:18.75rem;height:3.35rem;top:10.39804649353rem;left:0.62226560711861rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JqEkFPBliGaZy0J6MtcZ54y3h0kQAM5R { display:block; }
 }@media only screen and (max-width: 763px) { #nF302LauPqof8K9Fgs4ebTTF4rBHLTn4 { width:20rem;height:4.0625rem;top:2.1842460632324rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGnu719nf52lIVBLvrWgh3X4MU26VDTo { display:block; }#eGnu719nf52lIVBLvrWgh3X4MU26VDTo > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WLOREJs1f9M5LT532AQCCDIdb1V2IXSh { width:18.8328125rem;height:3.3328125rem;top:0.86406135559081rem;left:0.58359372615814rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4JDWDFzf775XrzD4IChNNJbPV1G1Cf1 { display:block; }
 }@media only screen and (max-width: 763px) { #Ldaky8X0A73y57TIHEfqgPwfPeRdH0da { width:20rem;height:3.1875rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZsPOMFkxHnZ3Vc5uOgqzpsZUrn1dMiW { width:3.4375rem;height:2.6001rem;top:0.98958206176756rem;left:16.561631500721rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASDpwo499b1s7SfZTErCvAGx3Pdw5pVJ { display:block; }#ASDpwo499b1s7SfZTErCvAGx3Pdw5pVJ > .row .container { width:20rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RDDCZEr8ur2wZdCkr85CJlZvmwgHdUtC { width:20rem;height:2.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwD6sWafJJUBTyCqKolSA1fUs0Nuq4MC { width:20rem;height:2.01823125rem;top:1.446533203125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #RDUBDTe2ylopBTyXigJcO3JCP1VefnIw { display:block; }#RDUBDTe2ylopBTyXigJcO3JCP1VefnIw > .row .container { width:20rem;height:4.44921875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nIK5MW1Jkuq34oHbJ9eg7891lxbbXQ1T { width:17.9375rem;height:3.8244625rem;top:0.625rem;left:0.90576171875rem;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) { #KgZSmSMqDVAmTLboB2ptsnFmEs9xpAVS { display:block; }#KgZSmSMqDVAmTLboB2ptsnFmEs9xpAVS > .row .container { width:20rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t0mBgCC8ecbb2nxPfbPaNHimgD9Ik9gT { width:20rem;height:2.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKzyyvlt03DOXsqkwC7wEoEovTmVLviq { width:20rem;height:2.01823125rem;top:1.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #DiNu73zsnIcHCv9yCaV9lIVuvhiGQlrS { display:block; }#DiNu73zsnIcHCv9yCaV9lIVuvhiGQlrS > .row .container { width:20rem;height:6.361325rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZBf9Xtbbx0u421VhpAtbRyQsAbp0c91g { 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) { #qds1WKyI9xAavvWE4BEXCv4RCGwgQXJB { width:18.125rem;height:5.7363375rem;top:0.625rem;left:0.90625rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15015;font-weight:400;font-style:normal;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #UVGynxLhJBqd4gpmroSv2mzSipA8Tr8m { display:none; }#UVGynxLhJBqd4gpmroSv2mzSipA8Tr8m > .row .container { width:20rem;height:3.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oms417VJ8sIMZb2NNUoQtrA6kwn0GhAN { width:20rem;height:0;top:1.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #tVnMNtN8iqbmayM0cOtIJW8BLcsGykeG { width:20rem;height:2.25rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DICdCoCe9CALTuigDybDgGTMv52A2bZQ { width:20rem;height:1.9125rem;top:1.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;font-weight:400;font-style:normal;z-index:15017;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #izpK5it1hZpKZEJzDw5MpB4uiAqIFqyI { display:none; }#izpK5it1hZpKZEJzDw5MpB4uiAqIFqyI > .row .container { width:20rem;height:8.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hv1wuWAFziTX4f3rZyyk3uKgJH6U4Ehy { width:18.125rem;height:5.7375rem;top:1.09375rem;left:0.90625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJoIVukH4EWdz7vobZ4gXhF07NltsEQN { display:block; }#TJoIVukH4EWdz7vobZ4gXhF07NltsEQN > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #isQX9rAE3i2pvKpreL15fXXaoO2yamB9 { width:18.8328125rem;height:3.3328125rem;top:1.5515632629394rem;left:0.58359372615814rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAZZ9oZvKUmPokVIsG7VALFVxXGOoFpD { display:block; }
 }@media only screen and (max-width: 763px) { #CAkSNehJiJ3OuVcveVryJCJcVKw4oxUp { width:20rem;height:3.1875rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uth23gcupuFs0J3A3PDCKlr8PxED6i9N { width:3.4375rem;height:2.6001rem;top:1.9375rem;left:16.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eam9xs7TGURsOTre2AAffk6XROv289lg { display:block; }#eam9xs7TGURsOTre2AAffk6XROv289lg > .row .container { width:20rem;height:3.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B9guRR66tDbHCWXxpBidzcFTs8uFGINv { width:20rem;height:2.01823125rem;top:1.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #l31gpLTMNinFtFav5yXa42sHFlcG22E5 { width:20rem;height:2.25rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8fhUoOe2VqDUwLrqeoC2boCTfODmafz { display:block; }#v8fhUoOe2VqDUwLrqeoC2boCTfODmafz > .row .container { width:20rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ycRP0l6LpTNd5D9reCiewTac3xek85Jb { 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) { #fqDHFiNSiE8vnKMoLeRWOCoSIv7TVZeO { width:18.75rem;height:34.41799375rem;top:0.601806640625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15016;font-weight:400;font-style:normal;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #bx2u1sSWyyb1TwOBeExLoZhb8ePHAVOA { display:block; }#bx2u1sSWyyb1TwOBeExLoZhb8ePHAVOA > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kuk5NWONFcFhc0MlNfRPcInI8cTXUHtU { width:18.8328125rem;height:3.3328125rem;top:1.6460952758789rem;left:0.58359372615814rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hv9gV7vJh2eBZMCEgTcEzwNQlh3Cr3DQ { display:block; }
 }@media only screen and (max-width: 763px) { #bu7v4sIvbAAvvl63IIT3EQU6iuGq3wpa { width:3.4375rem;height:2.6001rem;top:2rem;left:16.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXBqWsN24RbbDs43AS023ezKIGqOTx0P { width:20rem;height:3.1875rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tpi1kPg9NBEGNhJrETSyyITupXcykDSC { display:block; }#Tpi1kPg9NBEGNhJrETSyyITupXcykDSC > .row .container { width:20rem;height:7.4296875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IWNRJ3gLfIlFEKm49uLElvOp1BpCXNvs { width:20rem;height:6.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXNk4JHCCls3TIiucyTpXloz7uK7zEn2 { width:20rem;height:0;top:1.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #GNPiXJiNzE68gE7AD2BfxTi3skX1OO0h { width:20rem;height:6.0546875rem;top:1.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;font-weight:400;font-style:normal;z-index:15018;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #sdac5g35DRFPP9iRQikL8E4MZUDs82rE { display:block; }#sdac5g35DRFPP9iRQikL8E4MZUDs82rE > .row .container { width:20rem;height:54.1640625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hx3tr0L5frbiN2GGymoQsXbiKlhAiOzx { width:18.125rem;height:0;top:0.625rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #whhOCd4Gl6fqFArIbJmffOEhGvauPrxL { width:20rem;height:auto;top:0.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CvGVu7IiG8343chUz7WDtV3bsUI65nzt { width:18.125rem;height:53.53910625rem;top:0.625rem;left:0.90625rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15017;font-weight:400;font-style:normal;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #IzPB8bTlb8xVNO4gQifEEUV0qnQQEI1f { display:block; }#IzPB8bTlb8xVNO4gQifEEUV0qnQQEI1f > .row .container { width:20rem;height:5.41080625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VC8oXsCUL3krL2NOf1EvS4XNyXMKZ97G { width:20rem;height:4.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dl6ZmrooVSKrxFuNwB0ZQ40QIAJCWA7O { width:20rem;height:0;top:2rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #EsTidxy7No9wlK4pEDmg7SisiEZwFReC { width:20rem;height:4.03645625rem;top:1.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;font-weight:400;font-style:normal;z-index:15018;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #AeomlZWJgXMid037omcii6UHqi0xp9d2 { display:block; }#AeomlZWJgXMid037omcii6UHqi0xp9d2 > .row .container { width:20rem;height:25.3994296875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oNQqNOlNunnLEgT9cUvBR8Nktmx0ra4z { 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) { #V7C5DaZI1D7i0yzwDSKVMAc6TnhL9o3o { width:18.125rem;height:24.857425rem;top:0.541748046875rem;left:0.90625rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15017;font-weight:400;font-style:normal;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #SUA9GR267NareVU13nE3uPq2EgNT23Lq { width:20rem;height:auto;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #b6A8xRSsaUhFkd7QbclWQNWUQK0MlHTk { display:block; }#b6A8xRSsaUhFkd7QbclWQNWUQK0MlHTk > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k3398fWF6sE32k0IgV7p4lfM9SltcMPE { display:none; }#k3398fWF6sE32k0IgV7p4lfM9SltcMPE > .row .container { width:20rem;height:40.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #auUGZEsRNRXmlXAIfTm0UcFPcKFTalH1 { width:12.5rem;height:0.062109375rem;top:1.9992513656616rem;left:3.7488279640674rem;display:block; }
 }@media only screen and (max-width: 763px) { #nel8coUyTM6TJm2HdNTxriiQwfkIFbnU { width:19.9991875rem;height:2rem;top:3.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SU6qKO94vNu8xhqK6REGawzNMy9X4SQy { width:19.9991875rem;height:5.5000001192093rem;top:6.71210899353rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Soz1UZ9T5lqtdeTc62SMieBva0bp06AI { width:4.9375rem;height:0;top:28.63710899353rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBH0ygTbN13SI5lmIAdohnat3osFLGfT { width:19.9991875rem;height:0;top:13.36210899353rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #VeJipRzckBWwBHuRdH2xD36Dc4MPrHFO { width:19.9980625rem;height:5.5000001192093rem;top:28.635935604572rem;left:0.0011718869209289rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkVWRC6S79JuNwP6pM9XTFRrVQCzNHO6 { width:19.9980625rem;height:7.5rem;top:33.098435223102rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoPyuSBT57DC2ToO4tuuaQfx4fErRXTy { width:4.9375rem;height:0;top:45.43710899353rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #BTE1vQkRr3u7QivP6TZXl54krml6rG0c { width:12.5rem;height:0.062109375rem;top:2.1246070861816rem;left:3.7488279640674rem;display:none; }
 }@media only screen and (max-width: 763px) { #cwPDrxxEgzMToUJXSnXtcMCwFhOl2IWr { width:5rem;height:0.0625rem;top:0rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ekDBi4fHA6wxLz9tzXaRH8EddVXXxEFi { width:5rem;height:0.0625rem;top:0rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ub0XUMoFdaZhGnvoal8wKqvm9SdhF70r { width:19.9980625rem;height:17.5rem;top:10.859764873981rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #pQVCU40CQnSgTpvI9nwcDqnw52c1NQWm { width:4.99921875rem;height:0.062109375rem;top:8.0613277554513rem;left:7.4976558983325rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #pLm4y1p5H5Troz2v5ZlyXwJwfupamTzz { width:4.99805rem;height:0.0609375rem;top:29.966013729572rem;left:7.499999552965rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #O6h2nSdwHrG7zEQuU9y0B1GqTOfN7wHk { display:block; }#O6h2nSdwHrG7zEQuU9y0B1GqTOfN7wHk > .row .container { width:20rem;height:40.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ANRzrgocgpZMCFMtAm03xrKhc0002tm9 { width:20rem;height:7.1484375rem;top:16.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #tIFWcwwxzp14VBJ1cAAH26ewfTdbrbal { width:19.9980625rem;height:1.8684875rem;top:25.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2Dd9uClThDVXJMoGMtmb2B6BkWvgntT .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#R2Dd9uClThDVXJMoGMtmb2B6BkWvgntT .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; }
#R2Dd9uClThDVXJMoGMtmb2B6BkWvgntT .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; }
#R2Dd9uClThDVXJMoGMtmb2B6BkWvgntT { width:14.625rem;height:5.4375rem;display:flex;top:28.0625rem;left:2.5rem;z-index:15057; }
 }@media only screen and (max-width: 763px) { #R2Dd9uClThDVXJMoGMtmb2B6BkWvgntT #snPr2wyg0GTX0g97c27tgbmAZrUeKM3G { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #R2Dd9uClThDVXJMoGMtmb2B6BkWvgntT #S5eE7GOGZ3UxrIiColS2Hop6zAo9Se6o {  }
 }@media only screen and (max-width: 763px) { #R2Dd9uClThDVXJMoGMtmb2B6BkWvgntT #wpDmRyhcArPNdmrlfGZUDNck1soKOBhS {  }
 }@media only screen and (max-width: 763px) { #R2Dd9uClThDVXJMoGMtmb2B6BkWvgntT #x7fKVtJCkT8HhEHyiO9UH01K9HPqC0bG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #R2Dd9uClThDVXJMoGMtmb2B6BkWvgntT #XJls5swQyRByQf3ZolaC1WD2VhmVpVyx {  }
 }@media only screen and (max-width: 763px) { #R2Dd9uClThDVXJMoGMtmb2B6BkWvgntT #ohdubgKAHImTw0HXxQUadn04gvo8dQVC {  }
 }@media only screen and (max-width: 763px) { #R2Dd9uClThDVXJMoGMtmb2B6BkWvgntT #AifqThzOrKr7WBkZ8TGu2flviqmJvAyV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #R2Dd9uClThDVXJMoGMtmb2B6BkWvgntT #xtlVKvhT4OoTSnEPS7habuGDoupiiRnr {  }
 }@media only screen and (max-width: 763px) { #R2Dd9uClThDVXJMoGMtmb2B6BkWvgntT #RwmVi6Z8fNh5ppc0mVJ0b1lWML13QxUd {  }
 }@media only screen and (max-width: 763px) { #R2Dd9uClThDVXJMoGMtmb2B6BkWvgntT #x6H3zzwzKnT8InioctfPo3TMCO3t1FPa { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #R2Dd9uClThDVXJMoGMtmb2B6BkWvgntT #KK8Rz1RmVmNOaqktMOtyILlgBfIN4M6p {  }
 }@media only screen and (max-width: 763px) { #R2Dd9uClThDVXJMoGMtmb2B6BkWvgntT #LsEAiOgAv4VUWesTUFhw7865alqkTfUD {  }
 }@media only screen and (max-width: 763px) { #dnmw05SFWzLKMviQgfZfHLpH7rIr2L5b { width:18.999375rem;height:3.375rem;top:35.5625rem;left:0.5rem;font-size:1.0625rem;background-color:#4bae16;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) { #heTnKV209Se1VFaUwAogUs62pnTxGrw1 { display:block; }
 }@media only screen and (max-width: 763px) { #bTb6trVdZSlwOSX4oi6UvLsKxJ6uSfT4 { width:18.75rem;height:0;top:3.4375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5625rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #lv8rz3GU1uBZBBZmMN1hDM8EhONmkPof { width:19rem;height:3.375rem;top:42.500000953674rem;left:0.49913197755814rem;font-size:1.0625rem;z-index:15035;display:none; }
 }@media only screen and (max-width: 763px) { #psoENtJKwJ46vNmVaqb1PU5kddNRaWCF { display:block; }
 }@media only screen and (max-width: 763px) { #dfaEinvxArMItUdXkCeiq6HLrcKbn1P8 { width:20rem;height:12.9375rem;top:1.1868495941162rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAqZUFuJ8e4Du8tGCwTZ2GMysFiEOKuH { display:none; }#GAqZUFuJ8e4Du8tGCwTZ2GMysFiEOKuH > .row .container { width:20rem;height:41.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #z3t4061ZX15O8hsw4o5ZtBmmZuTLxct0 { width:20rem;height:4.3125rem;top:5.104248046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NozbukzQoU5UbpVpqxc1N2qQODoDiJRl { width:17.875rem;height:19.625rem;top:16.070312082768rem;left:1.0616319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #MS3UEVH7TBzIUxSUe1N9USAkMNWFI3Fl { width:20rem;height:3.75rem;top:10.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlxJtG7KoBlAKfMITDLXoxzxdDmxBik9 { width:18.75rem;height:3.375rem;top:37.0859375rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mc6FCHhVcJaBbUUkz98eT5RttaTeuQGo { display:block; }
 }@media only screen and (max-width: 763px) { #r6ek9FixHIW3UKktGfTlmFDLnl26iPeX { display:none; }#r6ek9FixHIW3UKktGfTlmFDLnl26iPeX > .row .container { width:20rem;height:154.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #m0OX1OB9Tud6ngWzGZiI6nzogVdz3mow { width:12.5rem;height:0.062109375rem;top:1.9371385574341rem;left:3.7488279640674rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufXXfOM1VQzexrgtU7gkGR6Bb5GpTxdE { width:19.9991875rem;height:0;top:4.4367179870606rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dy0RSgn1HRH28CD9sgdKgC970y7uH2LZ { width:20rem;height:144.6875rem;top:9.37109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tl6IybReZugamDIDzDOPyTpcTii9uiu1 { width:17.5rem;height:0;top:11.034424781799rem;left:1.2492187321186rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ITTTlu1M9o5LTuoqxXyyMdORdQUeXsV3 { width:20rem;height:0;top:36.1953125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ksfOCQiDmEeqV6nD4cxInGiT4iw8SIqm { width:18.125rem;height:0;top:97.389404296875rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lvRH4zuZblXAsrVyEz24xa7i1li1Tfmb { width:17.5rem;height:0;top:74.721088409425rem;left:1.2492187321186rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #V5mseZgWThvFqAT9Sn9ygTrTPP82tdbb { width:4.9982625rem;height:0.060763875rem;top:62.281184434891rem;left:7.499132454395rem;display:none; }
 }@media only screen and (max-width: 763px) { #uAgSv9FnmR3JUo79aElx9FMOkM8l9E0G { width:4.99913125rem;height:0.0616319375rem;top:11.095485687256rem;left:7.499132454395rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHCw5NIRa3XnI52gctHO5Ix1fROzSyOO { width:4.9982625rem;height:0.060763875rem;top:88.948772430419rem;left:7.499132454395rem;display:none; }
 }@media only screen and (max-width: 763px) { #W5Mk97fhpxPTqhSPwTQARlwsndcz3QoC { width:4.9982625rem;height:0.060763875rem;top:112.94791793823rem;left:7.499132454395rem;display:none; }
 }@media only screen and (max-width: 763px) { #TSu5U367v0rBdSwAmTV51Sx3Z0w1QRH1 { width:19.997375rem;height:4.0000001192093rem;top:5.3741312026978rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfEU9lMQE2sOKHlzGm4G3yGTBqgfuAyV { width:18.125rem;height:24.000000715256rem;top:11.072998046875rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #rC6n28hQSLBNEtp1Okkt6wnWgHlbvo9Z { width:19.997375rem;height:2rem;top:3.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #ehMbc1nzGNwhwI2bKDTyfPkCuD5eKPGO { width:18.125rem;height:24.000000715256rem;top:72.322998046875rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #EcpPCtPau2gc9E866wxdOGVRq4wulgAm { width:4.9982625rem;height:0.060763875rem;top:25.822916507721rem;left:7.499132454395rem;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #ExW0pmJZuQINWmZx5p97eTwbETrJoLUd { width:4.9375rem;height:0;top:135.875rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Utkaug83wPUbKeOM4qd83xtv60fR5yb8 { width:20rem;height:auto;top:135.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ra1kgG6qkaxgUeMvT4wTKZOE50r3SiWy { width:4.9375rem;height:0;top:101.875rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #SowVPSaTuM0TWcqmwGWDBR4KZgl4TcZh { width:18.125rem;height:14.666667103767rem;top:137.30615234375rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #T05HrpQ3cvIkS5M2bZF5UhqSTTyUnEz2 { width:20rem;height:auto;top:31.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #KTQAi1tm5XVT9OBJP0RmuESqd1UkmxTl { width:18.125rem;height:37.333334445953rem;top:35.072998046875rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #Cm04JcKFkc9FApAZiyeb4SqoAEEfgsuo { width:18.125rem;height:40.000001192093rem;top:97.34765625rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #gdWswkmN192OnzT1prCVrgfxVnd9MlQl { background-color:#faf5f5;background-image:url("https://images.assets-landingi.com/uc/a69fff73-0462-441f-bcd0-564d274a10c7/Colorblockbackground.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#gdWswkmN192OnzT1prCVrgfxVnd9MlQl.adaptive-delivery-prevent-bg, #gdWswkmN192OnzT1prCVrgfxVnd9MlQl.lazyload, #gdWswkmN192OnzT1prCVrgfxVnd9MlQl.lazyloading { background-image: none; }#gdWswkmN192OnzT1prCVrgfxVnd9MlQl > .row .container { background-color: transparent; background-image: none; }#gdWswkmN192OnzT1prCVrgfxVnd9MlQl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gdWswkmN192OnzT1prCVrgfxVnd9MlQl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gdWswkmN192OnzT1prCVrgfxVnd9MlQl > .row .container > .video-iframe-container { display: none; }#gdWswkmN192OnzT1prCVrgfxVnd9MlQl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gdWswkmN192OnzT1prCVrgfxVnd9MlQl > .row > .video-iframe-container { display: none; }#gdWswkmN192OnzT1prCVrgfxVnd9MlQl > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gdWswkmN192OnzT1prCVrgfxVnd9MlQl > .row .container { width:20rem;height:37.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eiq7dQbfc3wGcDPCyTcOffAdTTkfI06T { width:15.9375rem;height:5.52344375rem;top:30.9375rem;left:0.90625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzBuyNQWK4ZH4stGq15Uklh71Tnl6iUJ { width:9.375rem;height:9.375rem;top:2.29052734375rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUDxPUKsukxXIB4P1zPZIiWSmzlCAEg6 { width:18.125rem;height:15.18946875rem;top:14.30224609375rem;left:0.90625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXTerkTIQWoUWpb120JtCID01oL0mypy { display:block; }#eXTerkTIQWoUWpb120JtCID01oL0mypy > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x3BMnTJsr5TzK6xTgpsWALpqpnHIyKKu { display:block; }#x3BMnTJsr5TzK6xTgpsWALpqpnHIyKKu > .row .container { width:20rem;height:63.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gwWRlDAcIpmiKvdMlh2ix7K54DKwqxCU { width:6.25rem;height:2.5rem;top:34.3515625rem;left:6.875rem;z-index:15006;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #SThu0pvLuGqEI02J9PKTIlnc9cH7wI1D { width:17.5rem;height:0;top:9.34375rem;left:1.2491319775581rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bn9q1WfTNZyOdoCBtBL9VCOgTClseXdo { width:20rem;height:4.0625rem;top:3.8055019378662rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #En4fnLtZdO0TKpOVTefZTMxcO4c8HJqs { width:8.4375rem;height:3.625rem;top:55.125001430511rem;left:5.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6mHdfVc8MN0k1T6H4Rpx41tGwJydEuI { width:17.5rem;height:44.625rem;top:7.8678383827213rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #mO0bqXGJWWGQgMsPUGLqOEpbCJvArqRl { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2bf67fee-7af8-4bbc-a8a3-24b3abd2bfe6/background1.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:none; }#mO0bqXGJWWGQgMsPUGLqOEpbCJvArqRl.adaptive-delivery-prevent-bg, #mO0bqXGJWWGQgMsPUGLqOEpbCJvArqRl.lazyload, #mO0bqXGJWWGQgMsPUGLqOEpbCJvArqRl.lazyloading { background-image: none; }#mO0bqXGJWWGQgMsPUGLqOEpbCJvArqRl > .row .container { border-width: 0; border-radius: 0; }#mO0bqXGJWWGQgMsPUGLqOEpbCJvArqRl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mO0bqXGJWWGQgMsPUGLqOEpbCJvArqRl > .row .container { width:20rem;height:52.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hvzOBl0r9yNr43sXQJINt6i4oVtqDLyi { width:8.75rem;height:0.125rem;top:32.25rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTBneOZRfhwkzBO4nPWld32vQt3tQMqL { width:20rem;height:2.4375rem;top:29rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUvLA4LLuAcpEC0OWJbCkfd08qcMQf0A { width:20rem;height:2.6001rem;top:26.375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4QPp8WKoCot7oFzQtZ5ha5DI1wAWOhf { width:8.125rem;height:4rem;top:21.75rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #knDQQxOqmdoCbukU6HNnTW9KP2UWB1RX { width:19.9986875rem;height:1.7871125rem;top:37.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsrfL8m1yXt6zBPlfHs79SwQFtlyXxZH { top:1.25rem;left:0.0625rem;width:19.9375rem;height:19.9375rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TWJMlgIx3oCE30ZzcS08ZJqnnUvoF1mS { width:20rem;height:2.4375rem;top:33.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGiqZSb4vh06kJt6dLJW9pb2SJxVm6FW { top:1.7216796875rem;left:0rem;width:20rem;height:4.875rem;z-index:15000;font-family:roboto;font-size:1.25rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TKZacT4mOVWWT0nw35xEMhKUlpR4AzlQ { width:15.625rem;height:0;top:59.848958969116rem;left:2.1875000596046rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #mQMusnSqB8oUdCTWeo9umt9cHCfg77Pm { width:15.625rem;height:4.87426875rem;top:42.375rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #JU8zbxKqegxzQVXs44qy2KVPT5LsMnPb { width:4.9375rem;height:4.75rem;top:46.499349594116rem;left:15.0625rem;z-index:15014;display:block; }
 }