.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:#f5fbfd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;top:0rem;left:0rem;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); }#VrNVXih16JQpAu3ElzWT7C8CexSs1uU0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(16,125,132,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; }#VrNVXih16JQpAu3ElzWT7C8CexSs1uU0 > .row .container { background-color: transparent; background-image: none; }#VrNVXih16JQpAu3ElzWT7C8CexSs1uU0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VrNVXih16JQpAu3ElzWT7C8CexSs1uU0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VrNVXih16JQpAu3ElzWT7C8CexSs1uU0 > .row .container > .video-iframe-container { display: none; }#VrNVXih16JQpAu3ElzWT7C8CexSs1uU0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VrNVXih16JQpAu3ElzWT7C8CexSs1uU0 > .row > .video-iframe-container { display: none; }#VrNVXih16JQpAu3ElzWT7C8CexSs1uU0 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VrNVXih16JQpAu3ElzWT7C8CexSs1uU0 > .row .container { border-width: 0; border-radius: 0; }#VrNVXih16JQpAu3ElzWT7C8CexSs1uU0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VrNVXih16JQpAu3ElzWT7C8CexSs1uU0 > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#UX9zoBra0tCRXCUawnZd2rbZ3w6c7k4n { color:#000000;display:block;width:4.6875rem;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:0rem;height:1.3808625rem;display:block; }
#h1XW2tKOpnlw8TntCrvtzydCfXv1ClxO { color:#000000;display:block;width:3.75rem;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.5208333730698rem;left:10.8125rem;height:1.3808625rem;display:block; }
#P5SyCpr1u3gOigOK8vTFyXGaW5WE7llV { color:#000000;display:block;width:4.375rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.5208333730698rem;left:15.000001907349rem;height:1.3808625rem;display:block; }
#JipuTl8Lfa3UhQkr6Id3t8iiryLrPR4b { color:#000000;display:block;width:2.8125rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.5208333730698rem;left:19.687501907349rem;height:1.3808625rem;display:block; }
#WDg3tkE2EZNNfoikxSBiMuCTnPdZOKMk { color:#000000;display:block;width:4.375rem;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.5rem;left:5.625rem;height:1.3808625rem;display:block; }
#fUxnQRk02lVXLmeIKaTf4QADNS5iAne2 { position:relative;display:block; }#fUxnQRk02lVXLmeIKaTf4QADNS5iAne2 { background-color: transparent; background-image: none; }#fUxnQRk02lVXLmeIKaTf4QADNS5iAne2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fUxnQRk02lVXLmeIKaTf4QADNS5iAne2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fUxnQRk02lVXLmeIKaTf4QADNS5iAne2 > .row .container > .video-iframe-container { display: none; }#fUxnQRk02lVXLmeIKaTf4QADNS5iAne2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fUxnQRk02lVXLmeIKaTf4QADNS5iAne2 > .row > .video-iframe-container { display: none; }#fUxnQRk02lVXLmeIKaTf4QADNS5iAne2 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fUxnQRk02lVXLmeIKaTf4QADNS5iAne2 { border-width: 0; border-radius: 0; }#fUxnQRk02lVXLmeIKaTf4QADNS5iAne2 > .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; }#fUxnQRk02lVXLmeIKaTf4QADNS5iAne2 > .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:3.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yg4oTplmmIHAllgOoU4uGwXc8AnPgO1n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#107d84;background-image:url("https://images.assets-landingi.com/uc/f3173f7f-757f-4acd-80fc-e3efb8b9031a/PA.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; }#yg4oTplmmIHAllgOoU4uGwXc8AnPgO1n.adaptive-delivery-prevent-bg, #yg4oTplmmIHAllgOoU4uGwXc8AnPgO1n.lazyload, #yg4oTplmmIHAllgOoU4uGwXc8AnPgO1n.lazyloading { background-image: none; }#yg4oTplmmIHAllgOoU4uGwXc8AnPgO1n > .row .container { background-color: transparent; background-image: none; }#yg4oTplmmIHAllgOoU4uGwXc8AnPgO1n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yg4oTplmmIHAllgOoU4uGwXc8AnPgO1n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yg4oTplmmIHAllgOoU4uGwXc8AnPgO1n > .row .container > .video-iframe-container { display: none; }#yg4oTplmmIHAllgOoU4uGwXc8AnPgO1n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yg4oTplmmIHAllgOoU4uGwXc8AnPgO1n > .row > .video-iframe-container { display: none; }#yg4oTplmmIHAllgOoU4uGwXc8AnPgO1n > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yg4oTplmmIHAllgOoU4uGwXc8AnPgO1n > .row .container { border-width: 0; border-radius: 0; }#yg4oTplmmIHAllgOoU4uGwXc8AnPgO1n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yg4oTplmmIHAllgOoU4uGwXc8AnPgO1n > .row .container { font-size:0.875rem;font-family:arial;height:49.4375rem;width:75rem;position:relative;display:block; }#beWanR2Hxeevb2koeTbTpTQWaTibJvGy { color:#ffffff;display:block;width:48.6247673125rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:43.828121185302rem;left:14.184283256531rem;height:10.96875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TQok7H66JBvqnlJDU5MzctpbsCMc7Jxs { position:absolute;display:block;z-index:15000;height:3rem;width:5.4375rem;top:1.3750009536743rem;left:0rem;display:block; }
#wWZah7HDJ5wGWMBxXRgklVvhSGiqGQlB { border-bottom:0;border-left:0;border-right:0;border-top:0;height:9.6243105rem;width:19.4990806875rem;position:absolute;display:block;z-index:15014;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:1.375rem;left:6.125rem;overflow:hidden;display:block; }
#SpcLzR7apciQJ658Gdcl25v80xJ0C9MT { color:#ba7191;display:block;width:1.3120404375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:2.1875rem;left:24.4375rem;height:1.625rem;display:block; }
#JiPFWrRZreRs1wSo4Kl7VK3fylSmebBn { position:absolute;display:block;z-index:14999;background-color:#2fb2be;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:15.6870403125rem;width:64.1865768125rem;top:41.468284606934rem;left:7.52757358551rem;display:block; }
#kcCeP8pOkpDc5UE7JHwTQNdieVJTfGRG { color:#ffffff;display:block;width:28.0618095625rem;position:absolute;font-family:"josefin sans";font-size:4.375rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:11.6875rem;left:0.875rem;height:9.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R6pnua8O2rPWeCfH87ZPnzsuhGSmKWZK { background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ba8f68;border-left:0.125rem solid #ba8f68;border-right:0.125rem solid #ba8f68;border-bottom:0.125rem solid #ba8f68;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#fbf6f2;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.90441175rem;height:3.65441175rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:30.431984901428rem;left:2.4517469406128rem;display:block; }
#KEJEuq5OUuBBhcCmWaPsTCxx2k6MTmiC { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#vHTiWabI9zURRpO9B8fi8lMku4ppleuS { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.122932rem;width:27.1875rem;top:22.934281349182rem;left:0.872013092041rem;display:block; }
#BNFWAJIzpc5HTNALpQXGHTpr2Oaox8T8 { color:#ffffff;display:block;width:28.0618095625rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:25.338925361633rem;left:0.872013092041rem;height:3.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jae0rK9pl5dJxQG2WLrI2LWUt2qmdIud { 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; }
#TW94Vv2lVD68XKs8g0pP77mHIZvkIRF6 { box-sizing:content-box;height:9.7495403125rem;width:47.5rem;position:absolute;display:block;z-index:15014;background-color:#2fb2be;background-image:none;top:8.9931640625rem;left:57.235295295716rem;border-top-right-radius:0.1875rem;border-bottom-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-top-left-radius:0.1875rem;display:none; }
#KmZRJ5HhFaqX5IIK1f7OChPRqdB8gbiS { 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:19.4375rem;width:19.4375rem;top:25.338542938233rem;left:27.78125rem;overflow:hidden;display:block; }
#zQdsvlUawhL9sm42E35iI7wNm8BTgzUs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ddfbfc;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zQdsvlUawhL9sm42E35iI7wNm8BTgzUs > .row .container { background-color: transparent; background-image: none; }#zQdsvlUawhL9sm42E35iI7wNm8BTgzUs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQdsvlUawhL9sm42E35iI7wNm8BTgzUs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQdsvlUawhL9sm42E35iI7wNm8BTgzUs > .row .container > .video-iframe-container { display: none; }#zQdsvlUawhL9sm42E35iI7wNm8BTgzUs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQdsvlUawhL9sm42E35iI7wNm8BTgzUs > .row > .video-iframe-container { display: none; }#zQdsvlUawhL9sm42E35iI7wNm8BTgzUs > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQdsvlUawhL9sm42E35iI7wNm8BTgzUs > .row .container { border-width: 0; border-radius: 0; }#zQdsvlUawhL9sm42E35iI7wNm8BTgzUs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zQdsvlUawhL9sm42E35iI7wNm8BTgzUs > .row .container { font-size:0.875rem;font-family:arial;height:19.75rem;width:75rem;position:relative;display:block; }#xBmDND3LOTKLEchiVBW3XBBEiZ3Th6f1 { color:#0d94a6;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:9.6840476989744rem;left:0rem;height:9.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iTkaMuOOUR2cTOkutkynT0XHT9SWTr0o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffdfb;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iTkaMuOOUR2cTOkutkynT0XHT9SWTr0o > .row .container { background-color: transparent; background-image: none; }#iTkaMuOOUR2cTOkutkynT0XHT9SWTr0o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTkaMuOOUR2cTOkutkynT0XHT9SWTr0o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTkaMuOOUR2cTOkutkynT0XHT9SWTr0o > .row .container > .video-iframe-container { display: none; }#iTkaMuOOUR2cTOkutkynT0XHT9SWTr0o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTkaMuOOUR2cTOkutkynT0XHT9SWTr0o > .row > .video-iframe-container { display: none; }#iTkaMuOOUR2cTOkutkynT0XHT9SWTr0o > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTkaMuOOUR2cTOkutkynT0XHT9SWTr0o > .row .container { border-width: 0; border-radius: 0; }#iTkaMuOOUR2cTOkutkynT0XHT9SWTr0o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iTkaMuOOUR2cTOkutkynT0XHT9SWTr0o > .row .container { font-size:0.875rem;font-family:arial;height:21.0625rem;width:75rem;position:relative;display:block; }#Hzr35OmRsqf23mr0doo64P83RodS3K9y { display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:1.1875rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:2.3115768432617rem;left:0rem;height:16.621125rem;color:#72686c;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xiznyn5bLTt7K3MdpaBQxWsbKlsv1R30 { display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.8;letter-spacing:0;top:18.700000762939rem;left:0rem;height:20rem;color:#72686c;font-style:normal;text-align:center;text-align-last:center;display:none; }
#JkRC7O2itFwLhsFleIeUzQ4VlJ8Ckv0x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ddfbfc;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JkRC7O2itFwLhsFleIeUzQ4VlJ8Ckv0x > .row .container { background-color: transparent; background-image: none; }#JkRC7O2itFwLhsFleIeUzQ4VlJ8Ckv0x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JkRC7O2itFwLhsFleIeUzQ4VlJ8Ckv0x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JkRC7O2itFwLhsFleIeUzQ4VlJ8Ckv0x > .row .container > .video-iframe-container { display: none; }#JkRC7O2itFwLhsFleIeUzQ4VlJ8Ckv0x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JkRC7O2itFwLhsFleIeUzQ4VlJ8Ckv0x > .row > .video-iframe-container { display: none; }#JkRC7O2itFwLhsFleIeUzQ4VlJ8Ckv0x > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JkRC7O2itFwLhsFleIeUzQ4VlJ8Ckv0x > .row .container { border-width: 0; border-radius: 0; }#JkRC7O2itFwLhsFleIeUzQ4VlJ8Ckv0x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JkRC7O2itFwLhsFleIeUzQ4VlJ8Ckv0x > .row .container { font-size:0.875rem;font-family:arial;height:7.375rem;width:75rem;position:relative;display:block; }#tevLRVvmco0w2KZpmQHxqFXmHPTT9xHd { color:#0d94a6;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:0.0625rem;left:0rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CiE2UDwyyXsHSdIa2hMTc1p1EU8p7CHv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffdfb;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CiE2UDwyyXsHSdIa2hMTc1p1EU8p7CHv > .row .container { background-color: transparent; background-image: none; }#CiE2UDwyyXsHSdIa2hMTc1p1EU8p7CHv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CiE2UDwyyXsHSdIa2hMTc1p1EU8p7CHv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CiE2UDwyyXsHSdIa2hMTc1p1EU8p7CHv > .row .container > .video-iframe-container { display: none; }#CiE2UDwyyXsHSdIa2hMTc1p1EU8p7CHv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CiE2UDwyyXsHSdIa2hMTc1p1EU8p7CHv > .row > .video-iframe-container { display: none; }#CiE2UDwyyXsHSdIa2hMTc1p1EU8p7CHv > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CiE2UDwyyXsHSdIa2hMTc1p1EU8p7CHv > .row .container { border-width: 0; border-radius: 0; }#CiE2UDwyyXsHSdIa2hMTc1p1EU8p7CHv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CiE2UDwyyXsHSdIa2hMTc1p1EU8p7CHv > .row .container { font-size:0.875rem;font-family:arial;height:30.375rem;width:75rem;position:relative;display:block; }#gyvCWVFvyoP2byUCu16az0QuXHbe1xKB { display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.8;letter-spacing:0;top:8.5281267166137rem;left:0rem;height:0;color:#72686c;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Xh3OktoHVo4xkMWFg316a5CMTZkz8eny { display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.8;letter-spacing:0;top:8.5281267166137rem;left:0rem;height:32rem;color:#72686c;font-style:normal;text-align:center;text-align-last:center;display:none; }
#HxeaxyRN6MXms7VnTdTrsB7xad0prDi3 { display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:1.1875rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:2.3311157226562rem;left:0rem;height:26.5938rem;color:#72686c;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aphVfqln6TFdJECHlSpzp7a2OV0iMNVT { color:#000000;display:block;width:47.75rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:22.625rem;top:4.75rem;left:0rem;display:none; }
#UTPeyTM6TgcTnuuOsRBwsxx3O97qcz4m { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ddfbfc;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UTPeyTM6TgcTnuuOsRBwsxx3O97qcz4m > .row .container { background-color: transparent; background-image: none; }#UTPeyTM6TgcTnuuOsRBwsxx3O97qcz4m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTPeyTM6TgcTnuuOsRBwsxx3O97qcz4m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTPeyTM6TgcTnuuOsRBwsxx3O97qcz4m > .row .container > .video-iframe-container { display: none; }#UTPeyTM6TgcTnuuOsRBwsxx3O97qcz4m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTPeyTM6TgcTnuuOsRBwsxx3O97qcz4m > .row > .video-iframe-container { display: none; }#UTPeyTM6TgcTnuuOsRBwsxx3O97qcz4m > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTPeyTM6TgcTnuuOsRBwsxx3O97qcz4m > .row .container { border-width: 0; border-radius: 0; }#UTPeyTM6TgcTnuuOsRBwsxx3O97qcz4m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UTPeyTM6TgcTnuuOsRBwsxx3O97qcz4m > .row .container { font-size:0.875rem;font-family:arial;height:7.375rem;width:75rem;position:relative;display:block; }#VM8b8Xnm2xvrExfJ5kCrTpg9DUn5InX5 { color:#0d94a6;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:0.0625rem;left:0rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dchKw6Ka9uIPiUFlkERAOSzklGyQbrsg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffdfb;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dchKw6Ka9uIPiUFlkERAOSzklGyQbrsg > .row .container { background-color: transparent; background-image: none; }#dchKw6Ka9uIPiUFlkERAOSzklGyQbrsg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dchKw6Ka9uIPiUFlkERAOSzklGyQbrsg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dchKw6Ka9uIPiUFlkERAOSzklGyQbrsg > .row .container > .video-iframe-container { display: none; }#dchKw6Ka9uIPiUFlkERAOSzklGyQbrsg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dchKw6Ka9uIPiUFlkERAOSzklGyQbrsg > .row > .video-iframe-container { display: none; }#dchKw6Ka9uIPiUFlkERAOSzklGyQbrsg > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dchKw6Ka9uIPiUFlkERAOSzklGyQbrsg > .row .container { border-width: 0; border-radius: 0; }#dchKw6Ka9uIPiUFlkERAOSzklGyQbrsg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dchKw6Ka9uIPiUFlkERAOSzklGyQbrsg > .row .container { font-size:0.875rem;font-family:arial;height:17.9375rem;width:75rem;position:relative;display:block; }#exBLmilsGuXTCwLo9eV0UNEBwJcNlqZE { display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:1.1875rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:2.2771148681641rem;left:0rem;height:13.2969rem;color:#72686c;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eoBUFqwGs0LcW91Ibm04HO3ETGD360lf { display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.8;letter-spacing:0;top:8.5281267166137rem;left:0rem;height:16rem;color:#72686c;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Lpdb4ODShRTfWhET50emZx2XUsfAVXHG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ddfbfc;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Lpdb4ODShRTfWhET50emZx2XUsfAVXHG > .row .container { background-color: transparent; background-image: none; }#Lpdb4ODShRTfWhET50emZx2XUsfAVXHG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lpdb4ODShRTfWhET50emZx2XUsfAVXHG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lpdb4ODShRTfWhET50emZx2XUsfAVXHG > .row .container > .video-iframe-container { display: none; }#Lpdb4ODShRTfWhET50emZx2XUsfAVXHG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lpdb4ODShRTfWhET50emZx2XUsfAVXHG > .row > .video-iframe-container { display: none; }#Lpdb4ODShRTfWhET50emZx2XUsfAVXHG > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lpdb4ODShRTfWhET50emZx2XUsfAVXHG > .row .container { border-width: 0; border-radius: 0; }#Lpdb4ODShRTfWhET50emZx2XUsfAVXHG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lpdb4ODShRTfWhET50emZx2XUsfAVXHG > .row .container { font-size:0.875rem;font-family:arial;height:7.375rem;width:75rem;position:relative;display:block; }#NMaQR299rRAGEV8NVyvkC7gpz6sBmd8d { color:#0d94a6;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:0.0625rem;left:0rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HMJzMfiglya77gkyuFHVEHERvLUQG9pO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffdfb;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HMJzMfiglya77gkyuFHVEHERvLUQG9pO > .row .container { background-color: transparent; background-image: none; }#HMJzMfiglya77gkyuFHVEHERvLUQG9pO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HMJzMfiglya77gkyuFHVEHERvLUQG9pO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HMJzMfiglya77gkyuFHVEHERvLUQG9pO > .row .container > .video-iframe-container { display: none; }#HMJzMfiglya77gkyuFHVEHERvLUQG9pO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HMJzMfiglya77gkyuFHVEHERvLUQG9pO > .row > .video-iframe-container { display: none; }#HMJzMfiglya77gkyuFHVEHERvLUQG9pO > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HMJzMfiglya77gkyuFHVEHERvLUQG9pO > .row .container { border-width: 0; border-radius: 0; }#HMJzMfiglya77gkyuFHVEHERvLUQG9pO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HMJzMfiglya77gkyuFHVEHERvLUQG9pO > .row .container { font-size:0.875rem;font-family:arial;height:23.625rem;width:75rem;position:relative;display:block; }#bMC0K5TdZTbT7ywQBnbIaPJD6ftIRlwl { display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:1.1875rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:2.3391571044922rem;left:0rem;height:8.3105625rem;color:#72686c;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zbPl90aSQRT8QEzqMS88mu4JW2cmRyNf { display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.8;letter-spacing:0;top:8.5281267166137rem;left:0rem;height:10rem;color:#72686c;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ev5BqT9EiOPUmJI7kfVcozgTMRgOrJKk { box-sizing:content-box;color:#f4b787;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:15000;top:10.374542236328rem;left:35.903031349182rem;display:block; }
#IPMAWm5oZ8gRDRF5GMgzNc9pPfcHUaNF { box-sizing:content-box;height:10.625rem;width:47.5rem;position:absolute;display:block;z-index:15007;background-color:#2fb2be;background-image:none;top:18.801712036132rem;left:13.748850822449rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
#LC2N1QVFGdSiRGh2MqTufJkBoOwnnh2p { 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:22.335708618164rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HZmkPdtOeCSfhxS7SiEewBWuvJ3fSNkC { position:relative;display:none; }#HZmkPdtOeCSfhxS7SiEewBWuvJ3fSNkC { border-width: 0; border-radius: 0; }#HZmkPdtOeCSfhxS7SiEewBWuvJ3fSNkC > .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; }#HZmkPdtOeCSfhxS7SiEewBWuvJ3fSNkC > .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; }#rFw1ZCTvQlqhKiTeGFLQBTDOkiR6UZSx { box-sizing:content-box;height:10.625rem;width:47.5rem;position:absolute;display:block;z-index:15007;background-color:#2fb2be;background-image:none;top:18.801712036132rem;left:13.748850822449rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:none; }
#Fb1mCUA9TfmXBNmhNBrh2dvNu5e6nDOg { 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:22.335708618164rem;left:0rem;height:3.6029410625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#MmpoEK2fZzuPv6tl4gZIAAR01lEnUFMB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5fbfd;background-image:url("https://images.assets-landingi.com/uc/674fd2b8-0819-4099-87aa-96667f34326b/ToPALO.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MmpoEK2fZzuPv6tl4gZIAAR01lEnUFMB.adaptive-delivery-prevent-bg, #MmpoEK2fZzuPv6tl4gZIAAR01lEnUFMB.lazyload, #MmpoEK2fZzuPv6tl4gZIAAR01lEnUFMB.lazyloading { background-image: none; }#MmpoEK2fZzuPv6tl4gZIAAR01lEnUFMB > .row .container { background-color: transparent; background-image: none; }#MmpoEK2fZzuPv6tl4gZIAAR01lEnUFMB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MmpoEK2fZzuPv6tl4gZIAAR01lEnUFMB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MmpoEK2fZzuPv6tl4gZIAAR01lEnUFMB > .row .container > .video-iframe-container { display: none; }#MmpoEK2fZzuPv6tl4gZIAAR01lEnUFMB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MmpoEK2fZzuPv6tl4gZIAAR01lEnUFMB > .row > .video-iframe-container { display: none; }#MmpoEK2fZzuPv6tl4gZIAAR01lEnUFMB > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MmpoEK2fZzuPv6tl4gZIAAR01lEnUFMB > .row .container { border-width: 0; border-radius: 0; }#MmpoEK2fZzuPv6tl4gZIAAR01lEnUFMB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MmpoEK2fZzuPv6tl4gZIAAR01lEnUFMB > .row .container { font-size:0.875rem;font-family:arial;height:39rem;width:75rem;position:relative;display:block; }#J0MCJCJzDX2yR8lBnH3AKsrLEmQ2IMAl { color:#72686c;display:block;width:6.25rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:5.8125rem;left:0rem;height:5.6rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#of0tXyrvVUdeR4N1WxLSWTsd8UJTinH6 { color:#ffffff;display:block;width:25rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:8.4450836181637rem;left:41.791127204895rem;height:7.1484375rem;font-style:normal;display:block; }
#xAiRoUsoH1zQizQ6RFy4BXRQiqEyunDJ { color:#ffffff;display:block;width:25rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:20.695083618164rem;left:41.789978981018rem;height:3.57421875rem;font-style:normal;display:block; }
#v6Gz3FOMydhroAaAQqPVS49GApkvO1u5 { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:8.4692077636719rem;left:5.5422792434692rem;overflow:hidden;display:block; }
#Lsh7m6ptGgoAFlpCG4ez9wQOOzSUI8Fk { color:#ffffff;display:block;width:22.75rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:8.4450836181637rem;left:9.2405786514281rem;height:8.93554375rem;font-style:normal;display:block; }
#gHN2VNb7fWei3WoKKWpx7S9UdB4N8muB { color:#ffffff;display:block;width:23.1875rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:20.711166381836rem;left:9.1773900985719rem;height:7.1484375rem;font-style:normal;display:block; }
#yTRodVpqINyb5GPCa24rLaJAhdGCiIzS { 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:20.695083618164rem;left:5.5411310195923rem;overflow:hidden;display:block; }
#ucPySU7VHPUcJUeWIrygMnMC2wmMKmVw { 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:8.4450836181637rem;left:38.685658454895rem;overflow:hidden;display:block; }
#e7w58EBE0ngN9tdUgrSOz4LZ2f4EoSrr { 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:20.711166381836rem;left:38.684510231018rem;overflow:hidden;display:block; }
#skKD6U3Gq8q691XBaNXXOxDRtHuxuXEp { box-sizing:content-box;height:10.625rem;width:47.5rem;position:absolute;display:block;z-index:15009;background-color:#2fb2be;background-image:none;top:33.837997436524rem;left:12.811350822449rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
#RnB1cuZWAnl9FTatyOdCDmBLHUyabt2X { 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:37.444381713868rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aX09JbfV8uGPMmni02z3u82iep2GxWXs { position:relative;display:none; }#aX09JbfV8uGPMmni02z3u82iep2GxWXs { border-width: 0; border-radius: 0; }#aX09JbfV8uGPMmni02z3u82iep2GxWXs > .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; }#aX09JbfV8uGPMmni02z3u82iep2GxWXs > .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; }#nWiWk3qsec41lEzdbuvpAgRe0JnnPqH1 { box-sizing:content-box;height:10.625rem;width:47.5rem;position:absolute;display:block;z-index:15009;background-color:#2fb2be;background-image:none;top:33.837997436524rem;left:12.811350822449rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:none; }
#yZGP8SPqA1vx8PnV2f5D8UsUbTm3lTPd { 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:37.444381713868rem;left:0rem;height:3.6029410625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#kRN7gZ5R4cIfuX7lku6yBvtDKuS5TvES { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ddfbfc;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kRN7gZ5R4cIfuX7lku6yBvtDKuS5TvES > .row .container { background-color: transparent; background-image: none; }#kRN7gZ5R4cIfuX7lku6yBvtDKuS5TvES::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kRN7gZ5R4cIfuX7lku6yBvtDKuS5TvES > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kRN7gZ5R4cIfuX7lku6yBvtDKuS5TvES > .row .container > .video-iframe-container { display: none; }#kRN7gZ5R4cIfuX7lku6yBvtDKuS5TvES > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kRN7gZ5R4cIfuX7lku6yBvtDKuS5TvES > .row > .video-iframe-container { display: none; }#kRN7gZ5R4cIfuX7lku6yBvtDKuS5TvES > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kRN7gZ5R4cIfuX7lku6yBvtDKuS5TvES > .row .container { border-width: 0; border-radius: 0; }#kRN7gZ5R4cIfuX7lku6yBvtDKuS5TvES > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kRN7gZ5R4cIfuX7lku6yBvtDKuS5TvES > .row .container { font-size:0.875rem;font-family:arial;height:48.1875rem;width:75rem;position:relative;display:block; }#VnLbIl0g2UqTcsAaZsRZWIvHE4nAhNDK { color:#107d84;display:block;width:52.7493095625rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:10.452667236328rem;left:11.122471809388rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZLvBe7xb2WagFnH4rvSTA8bEV7gd4Voi { color:#47545a;display:block;width:18.75rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:19.054443359375rem;left:3.6764707565308rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XUKD7TTfh6znXi3D7LXQnIR3a6BxnJL6 { color:#47545a;display:block;width:15.4365806875rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:18.214599609375rem;left:29.05101108551rem;height:5.36133125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q4ObSmImf3fim0R6kDQTsDIKaf6EOhTF { color:#47545a;display:block;width:18.75rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:18.170959472656rem;left:51.747471809387rem;height:5.361325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WD4B1THTsp4f40vXivHZC62rmsL1H20S { color:#107d84;display:block;width:53.8740806875rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:29.572601318359rem;left:10.561810493469rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Zsl1BDWDKwiBiqlpZhXDu4qEKeHDIPrS { 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:6.25rem;width:6.25rem;top:19.040679931641rem;left:21.220128059387rem;overflow:hidden;display:block; }
#P6ZgZMCeK1xwfB96v5NpsnEQ0o7yGEIK { 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:6.25rem;width:6.25rem;top:19.040679931641rem;left:45.568699836731rem;overflow:hidden;display:block; }
#FLVf9eSaWk7HMhfFTkSXG3MxxcNTgGz6 { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#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:37.5rem;height:3.435202125rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:39.532409667969rem;left:18.748849868774rem;display:block; }
#J7937BB1biRZAB2DTey1QQ8HWoQ6BmcS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UPqdrxmpTxzQtFnEU2f5n51MlHqTk8yg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ddfbfc;background-image:url("https://images.assets-landingi.com/uc/92aa4a85-71af-409c-a0ed-6455b0335722/PA.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; }#UPqdrxmpTxzQtFnEU2f5n51MlHqTk8yg.adaptive-delivery-prevent-bg, #UPqdrxmpTxzQtFnEU2f5n51MlHqTk8yg.lazyload, #UPqdrxmpTxzQtFnEU2f5n51MlHqTk8yg.lazyloading { background-image: none; }#UPqdrxmpTxzQtFnEU2f5n51MlHqTk8yg > .row .container { background-color: transparent; background-image: none; }#UPqdrxmpTxzQtFnEU2f5n51MlHqTk8yg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UPqdrxmpTxzQtFnEU2f5n51MlHqTk8yg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UPqdrxmpTxzQtFnEU2f5n51MlHqTk8yg > .row .container > .video-iframe-container { display: none; }#UPqdrxmpTxzQtFnEU2f5n51MlHqTk8yg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UPqdrxmpTxzQtFnEU2f5n51MlHqTk8yg > .row > .video-iframe-container { display: none; }#UPqdrxmpTxzQtFnEU2f5n51MlHqTk8yg > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UPqdrxmpTxzQtFnEU2f5n51MlHqTk8yg > .row .container { border-width: 0; border-radius: 0; }#UPqdrxmpTxzQtFnEU2f5n51MlHqTk8yg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UPqdrxmpTxzQtFnEU2f5n51MlHqTk8yg > .row .container { font-size:0.875rem;font-family:arial;height:48.5rem;width:75rem;position:relative;display:block; }#mB4qV47XZvraeB3LeKgKSpBq1eZitwLn { display:block;width:33.4375rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:9.125rem;left:37.4375rem;height:5.625rem;color:#ffffff;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lSr76di9wDzg8ginT3JAdsmMiVqLNUbs { display:block;width:37.5625rem;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.1875rem;left:37.5rem;height:24.75rem;color:#ffffff;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aUqgA04FV9F6w8rmFzNcOWN1IkzFJROV { 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; }
#TK7evuThZurzUfBduyoWmnZmO5BeJt7u { display:block;width:34.562271125rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:5.8125rem;left:37.4375rem;height:2.8125rem;color:#ffffff;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WWrI6NVI9rhT9ybfN7THXeK1ktoK3PqT { 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; }
#UPT4AFQu2CbNqkVAdnT2nI9LUrEKTeNp { 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; }
#Wo7uqMeg8B6dpWtQq6xNCIfB1eV4NAmi { 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; }
#C0zJJL83sL7xibivlvDyfIwzAdfvqEwU { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:20.625rem;display:none; }
#QHNT6wqAbgxGTkpo1gHw287KsonEu4AO { 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; }
#FJVh4HfWs3kROXN4n4yw9u7ryTSV6ITU { display:block;width:43.5625rem;position:absolute;font-family:"josefin sans";font-size:1.4375rem;font-weight:400;z-index:15009;line-height:1.8;letter-spacing:0;top:19.519965469838rem;left:31.4375rem;height:31.05rem;color:#47545a;text-align:left;text-align-last:left;font-style:normal;display:none; }
#JOHrrVQJWCIpVQPgxgTVd87XPxaGALf4 { display:block;width:41.875rem;position:absolute;font-family:"josefin sans";font-size:1.4375rem;font-weight:400;z-index:15009;line-height:1.8;letter-spacing:0;top:16.6875rem;left:33.125rem;height:28.4625rem;color:#ffffff;text-align:left;text-align-last:left;font-style:normal;display:none; }
#QcS8mZuI5wMVQN9938lgQqMwVdJ9x8RQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5fbfd;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QcS8mZuI5wMVQN9938lgQqMwVdJ9x8RQ > .row .container { background-color: transparent; background-image: none; }#QcS8mZuI5wMVQN9938lgQqMwVdJ9x8RQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcS8mZuI5wMVQN9938lgQqMwVdJ9x8RQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcS8mZuI5wMVQN9938lgQqMwVdJ9x8RQ > .row .container > .video-iframe-container { display: none; }#QcS8mZuI5wMVQN9938lgQqMwVdJ9x8RQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcS8mZuI5wMVQN9938lgQqMwVdJ9x8RQ > .row > .video-iframe-container { display: none; }#QcS8mZuI5wMVQN9938lgQqMwVdJ9x8RQ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcS8mZuI5wMVQN9938lgQqMwVdJ9x8RQ > .row .container { border-width: 0; border-radius: 0; }#QcS8mZuI5wMVQN9938lgQqMwVdJ9x8RQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QcS8mZuI5wMVQN9938lgQqMwVdJ9x8RQ > .row .container { font-size:0.875rem;font-family:arial;height:7.75rem;width:75rem;position:relative;display:block; }#d8tbvNUyQ53lHBGgJUHHzDDALtTMep6y { color:#107d84;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:4.0188598632812rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K32f3gQIwiZBQlf3wOIwIXo9Te27fpgX { position:relative;display:block; }#K32f3gQIwiZBQlf3wOIwIXo9Te27fpgX { background-color: transparent; background-image: none; }#K32f3gQIwiZBQlf3wOIwIXo9Te27fpgX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K32f3gQIwiZBQlf3wOIwIXo9Te27fpgX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K32f3gQIwiZBQlf3wOIwIXo9Te27fpgX > .row .container > .video-iframe-container { display: none; }#K32f3gQIwiZBQlf3wOIwIXo9Te27fpgX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K32f3gQIwiZBQlf3wOIwIXo9Te27fpgX > .row > .video-iframe-container { display: none; }#K32f3gQIwiZBQlf3wOIwIXo9Te27fpgX > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K32f3gQIwiZBQlf3wOIwIXo9Te27fpgX { border-width: 0; border-radius: 0; }#K32f3gQIwiZBQlf3wOIwIXo9Te27fpgX > .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; }#K32f3gQIwiZBQlf3wOIwIXo9Te27fpgX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5fbfd;background-image:none;font-size:0.875rem;font-family:"open sans";height:35.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; }#A2uB4tyN3B5Ir9CQteMSgDxv4UUboXXF { display:block;width:68.75rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.7;letter-spacing:0;top:0.0625rem;left:6.2499990463257rem;height:36.125rem;text-align:left;text-align-last:left;color:#47545a;font-style:normal;display:block; }
#CSmX1sTCLMn1UBgXV7FLTW0hx7MH2NVS { display:block;width:68.75rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:300;z-index:15004;line-height:1.7;letter-spacing:0;top:0rem;left:6.1864585876465rem;height:40.8rem;text-align:left;text-align-last:left;color:#47545a;font-style:normal;display:none; }
#JE1m9l0Ka3Toef4MB8eORmBfoDLMXmhx { position:relative;display:block; }#JE1m9l0Ka3Toef4MB8eORmBfoDLMXmhx { background-color: transparent; background-image: none; }#JE1m9l0Ka3Toef4MB8eORmBfoDLMXmhx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JE1m9l0Ka3Toef4MB8eORmBfoDLMXmhx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JE1m9l0Ka3Toef4MB8eORmBfoDLMXmhx > .row .container > .video-iframe-container { display: none; }#JE1m9l0Ka3Toef4MB8eORmBfoDLMXmhx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JE1m9l0Ka3Toef4MB8eORmBfoDLMXmhx > .row > .video-iframe-container { display: none; }#JE1m9l0Ka3Toef4MB8eORmBfoDLMXmhx > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JE1m9l0Ka3Toef4MB8eORmBfoDLMXmhx { border-width: 0; border-radius: 0; }#JE1m9l0Ka3Toef4MB8eORmBfoDLMXmhx > .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; }#JE1m9l0Ka3Toef4MB8eORmBfoDLMXmhx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5fbfd;background-image:none;font-size:0.875rem;font-family:arial;height:8.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kykJKxLfOiKPrU5xoQ0mXZWHq1TTKo8o { color:#0d94a6;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:0.0625rem;left:0rem;height:8.53125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v5KMTAIsycImXRlv2R5ryA5MwLM881Rq { position:relative;display:block; }#v5KMTAIsycImXRlv2R5ryA5MwLM881Rq { background-color: transparent; background-image: none; }#v5KMTAIsycImXRlv2R5ryA5MwLM881Rq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v5KMTAIsycImXRlv2R5ryA5MwLM881Rq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v5KMTAIsycImXRlv2R5ryA5MwLM881Rq > .row .container > .video-iframe-container { display: none; }#v5KMTAIsycImXRlv2R5ryA5MwLM881Rq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v5KMTAIsycImXRlv2R5ryA5MwLM881Rq > .row > .video-iframe-container { display: none; }#v5KMTAIsycImXRlv2R5ryA5MwLM881Rq > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v5KMTAIsycImXRlv2R5ryA5MwLM881Rq { border-width: 0; border-radius: 0; }#v5KMTAIsycImXRlv2R5ryA5MwLM881Rq > .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; }#v5KMTAIsycImXRlv2R5ryA5MwLM881Rq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5fbfd;background-image:none;font-size:0.875rem;font-family:"open sans";height:22.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; }#TCXLHPIxFCJCkk6fhMd9RgCqfStidTb5 { display:block;width:68.75rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.7;letter-spacing:0;top:0.0625rem;left:6.2499990463257rem;height:23.375rem;text-align:left;text-align-last:left;color:#47545a;font-style:normal;display:block; }
#ybTOsPT02hz2uecs2ivDT35Cf6Sc83m2 { display:block;width:68.75rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:300;z-index:15005;line-height:1.7;letter-spacing:0;top:0.0625rem;left:6.2489604949951rem;height:26.4rem;text-align:left;text-align-last:left;color:#47545a;font-style:normal;display:none; }
#qJbaocGbtok3ETdhUiThyHSUfAKICwoM { position:relative;display:block; }#qJbaocGbtok3ETdhUiThyHSUfAKICwoM { background-color: transparent; background-image: none; }#qJbaocGbtok3ETdhUiThyHSUfAKICwoM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qJbaocGbtok3ETdhUiThyHSUfAKICwoM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qJbaocGbtok3ETdhUiThyHSUfAKICwoM > .row .container > .video-iframe-container { display: none; }#qJbaocGbtok3ETdhUiThyHSUfAKICwoM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qJbaocGbtok3ETdhUiThyHSUfAKICwoM > .row > .video-iframe-container { display: none; }#qJbaocGbtok3ETdhUiThyHSUfAKICwoM > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qJbaocGbtok3ETdhUiThyHSUfAKICwoM { border-width: 0; border-radius: 0; }#qJbaocGbtok3ETdhUiThyHSUfAKICwoM > .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; }#qJbaocGbtok3ETdhUiThyHSUfAKICwoM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5fbfd;background-image:none;font-size:0.875rem;font-family:"open sans";height:8.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; }#goTaJqWmoMAEik9eT9g5xzf5svc6WLHL { color:#0d94a6;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:8.53125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nG5MyNOeWamxahyODRe61pODbQPtE0sp { position:relative;display:block; }#nG5MyNOeWamxahyODRe61pODbQPtE0sp { background-color: transparent; background-image: none; }#nG5MyNOeWamxahyODRe61pODbQPtE0sp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nG5MyNOeWamxahyODRe61pODbQPtE0sp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nG5MyNOeWamxahyODRe61pODbQPtE0sp > .row .container > .video-iframe-container { display: none; }#nG5MyNOeWamxahyODRe61pODbQPtE0sp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nG5MyNOeWamxahyODRe61pODbQPtE0sp > .row > .video-iframe-container { display: none; }#nG5MyNOeWamxahyODRe61pODbQPtE0sp > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nG5MyNOeWamxahyODRe61pODbQPtE0sp { border-width: 0; border-radius: 0; }#nG5MyNOeWamxahyODRe61pODbQPtE0sp > .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; }#nG5MyNOeWamxahyODRe61pODbQPtE0sp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5fbfd;background-image:none;font-size:0.875rem;font-family:"open sans";height:37.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; }#cuFo9EeXTf1hAqWEUIPcdqUOnIhl8H1w { display:block;width:68.75rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.7;letter-spacing:0;top:0.0625rem;left:6.2488508224488rem;height:38.25rem;text-align:left;text-align-last:left;color:#47545a;font-style:normal;display:block; }
#QPx7svebmiRyvt8pJw1Kw5eVrCZawh7x { display:block;width:68.75rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:300;z-index:15005;line-height:1.7;letter-spacing:0;top:0.0625rem;left:6.2489604949951rem;height:43.2rem;text-align:left;text-align-last:left;color:#47545a;font-style:normal;display:none; }
#UsuQu13BaCECTvpt0TUnCVwA4HTTsDTK { position:relative;display:block; }#UsuQu13BaCECTvpt0TUnCVwA4HTTsDTK { background-color: transparent; background-image: none; }#UsuQu13BaCECTvpt0TUnCVwA4HTTsDTK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UsuQu13BaCECTvpt0TUnCVwA4HTTsDTK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UsuQu13BaCECTvpt0TUnCVwA4HTTsDTK > .row .container > .video-iframe-container { display: none; }#UsuQu13BaCECTvpt0TUnCVwA4HTTsDTK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UsuQu13BaCECTvpt0TUnCVwA4HTTsDTK > .row > .video-iframe-container { display: none; }#UsuQu13BaCECTvpt0TUnCVwA4HTTsDTK > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UsuQu13BaCECTvpt0TUnCVwA4HTTsDTK { border-width: 0; border-radius: 0; }#UsuQu13BaCECTvpt0TUnCVwA4HTTsDTK > .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; }#UsuQu13BaCECTvpt0TUnCVwA4HTTsDTK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5fbfd;background-image:none;font-size:0.875rem;font-family:"open sans";height:8.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#oJgzcuQBQks2nvtJozCPL8PkK7JTiz1P { color:#0d94a6;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:0.0625rem;left:0rem;height:8.53125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dc68UOllRP4cnzIL0AXLkvfVz8RsAIoz { position:relative;display:block; }#dc68UOllRP4cnzIL0AXLkvfVz8RsAIoz { background-color: transparent; background-image: none; }#dc68UOllRP4cnzIL0AXLkvfVz8RsAIoz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dc68UOllRP4cnzIL0AXLkvfVz8RsAIoz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dc68UOllRP4cnzIL0AXLkvfVz8RsAIoz > .row .container > .video-iframe-container { display: none; }#dc68UOllRP4cnzIL0AXLkvfVz8RsAIoz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dc68UOllRP4cnzIL0AXLkvfVz8RsAIoz > .row > .video-iframe-container { display: none; }#dc68UOllRP4cnzIL0AXLkvfVz8RsAIoz > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dc68UOllRP4cnzIL0AXLkvfVz8RsAIoz { border-width: 0; border-radius: 0; }#dc68UOllRP4cnzIL0AXLkvfVz8RsAIoz > .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; }#dc68UOllRP4cnzIL0AXLkvfVz8RsAIoz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5fbfd;background-image:none;font-size:0.875rem;font-family:"open sans";height:20.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; }#kKT6MNcrQJU1mtuHPwMUaRk0qI6wx60G { display:block;width:68.75rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.7;letter-spacing:0;top:0.0625rem;left:6.2499990463257rem;height:17rem;text-align:left;text-align-last:left;color:#47545a;font-style:normal;display:block; }
#hkdAR7GeuWfbp8xQZboqtpFDDBT4BuIo { display:block;width:68.75rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:300;z-index:15005;line-height:1.7;letter-spacing:0;top:0.0625rem;left:6.2489604949951rem;height:21.6rem;text-align:left;text-align-last:left;color:#47545a;font-style:normal;display:none; }
#MwXpdqSIIKTXe5kZRxLb5TSReTWOZ5Fo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5fbfd;background-image:url("https://images.assets-landingi.com/uc/bc6b147b-09c3-4cc6-9048-848dc23ca818/PA1.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; }#MwXpdqSIIKTXe5kZRxLb5TSReTWOZ5Fo.adaptive-delivery-prevent-bg, #MwXpdqSIIKTXe5kZRxLb5TSReTWOZ5Fo.lazyload, #MwXpdqSIIKTXe5kZRxLb5TSReTWOZ5Fo.lazyloading { background-image: none; }#MwXpdqSIIKTXe5kZRxLb5TSReTWOZ5Fo > .row .container { background-color: transparent; background-image: none; }#MwXpdqSIIKTXe5kZRxLb5TSReTWOZ5Fo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwXpdqSIIKTXe5kZRxLb5TSReTWOZ5Fo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwXpdqSIIKTXe5kZRxLb5TSReTWOZ5Fo > .row .container > .video-iframe-container { display: none; }#MwXpdqSIIKTXe5kZRxLb5TSReTWOZ5Fo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwXpdqSIIKTXe5kZRxLb5TSReTWOZ5Fo > .row > .video-iframe-container { display: none; }#MwXpdqSIIKTXe5kZRxLb5TSReTWOZ5Fo > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwXpdqSIIKTXe5kZRxLb5TSReTWOZ5Fo > .row .container { border-width: 0; border-radius: 0; }#MwXpdqSIIKTXe5kZRxLb5TSReTWOZ5Fo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MwXpdqSIIKTXe5kZRxLb5TSReTWOZ5Fo > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#leDzSq4Wb9mNMapJnqQpCcv57NTfXaqE { color:#ffffff;display:block;width:34.1245384375rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:14.554229736328rem;left:4.7495412826538rem;height:14.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ku9ZG1BtkMFzAgF3HNQuWHi4C0HXEqkg { box-sizing:content-box;height:13.3743105rem;width:50rem;position:absolute;display:block;z-index:15009;background-color:#2fb2be;background-image:none;top:37.0205078125rem;left:12.498850822449rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
#lqwVbF9rDpseGdcLIi4eqUNKFNRso8uG { color:#ffffff;display:block;width:47.3747673125rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:40.125rem;left:13.8125rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xIcRRTssSiQXimVGAhJOUPB68eTg60HN { color:#107d84;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:7.5875005722044rem;left:0rem;height:19.33334375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#pAK0kwOfXpS9syPJcmNTAPGaOmUb0pD1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5fbfd;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pAK0kwOfXpS9syPJcmNTAPGaOmUb0pD1 > .row .container { background-color: transparent; background-image: none; }#pAK0kwOfXpS9syPJcmNTAPGaOmUb0pD1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pAK0kwOfXpS9syPJcmNTAPGaOmUb0pD1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pAK0kwOfXpS9syPJcmNTAPGaOmUb0pD1 > .row .container > .video-iframe-container { display: none; }#pAK0kwOfXpS9syPJcmNTAPGaOmUb0pD1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pAK0kwOfXpS9syPJcmNTAPGaOmUb0pD1 > .row > .video-iframe-container { display: none; }#pAK0kwOfXpS9syPJcmNTAPGaOmUb0pD1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pAK0kwOfXpS9syPJcmNTAPGaOmUb0pD1 > .row .container { border-width: 0; border-radius: 0; }#pAK0kwOfXpS9syPJcmNTAPGaOmUb0pD1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pAK0kwOfXpS9syPJcmNTAPGaOmUb0pD1 > .row .container { font-size:0.875rem;font-family:arial;height:2rem;width:75rem;position:relative;display:block; }#aCg3o9NkmX8Sbpi42y7p9JlTpsaTSL7b { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:20.625rem;display:none; }
#oN8yXdViLcHn94rsgk6gCCPGvOSwL4LC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5fbfd;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oN8yXdViLcHn94rsgk6gCCPGvOSwL4LC > .row .container { background-color: transparent; background-image: none; }#oN8yXdViLcHn94rsgk6gCCPGvOSwL4LC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oN8yXdViLcHn94rsgk6gCCPGvOSwL4LC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oN8yXdViLcHn94rsgk6gCCPGvOSwL4LC > .row .container > .video-iframe-container { display: none; }#oN8yXdViLcHn94rsgk6gCCPGvOSwL4LC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oN8yXdViLcHn94rsgk6gCCPGvOSwL4LC > .row > .video-iframe-container { display: none; }#oN8yXdViLcHn94rsgk6gCCPGvOSwL4LC > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oN8yXdViLcHn94rsgk6gCCPGvOSwL4LC > .row .container { border-width: 0; border-radius: 0; }#oN8yXdViLcHn94rsgk6gCCPGvOSwL4LC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oN8yXdViLcHn94rsgk6gCCPGvOSwL4LC > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:75rem;position:relative;display:block; }#ShMHxsAGgIZcAHX8QAi9AlR2f97cWeDq { color:#ffffff;display:block;width:47.3747673125rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:40.125rem;left:13.8125rem;height:7.205882125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#klNa9ABJagMH7q8VWxmxQ2UTKWLtdeyw { box-sizing:content-box;height:13.3743105rem;width:50rem;position:absolute;display:block;z-index:15009;background-color:#2fb2be;background-image:none;top:37.0205078125rem;left:12.498850822449rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:none; }
#ZfKVupATgd6pXEZgEVcsHHeJGBE4XnPC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5fbfd;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZfKVupATgd6pXEZgEVcsHHeJGBE4XnPC > .row .container { background-color: transparent; background-image: none; }#ZfKVupATgd6pXEZgEVcsHHeJGBE4XnPC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZfKVupATgd6pXEZgEVcsHHeJGBE4XnPC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZfKVupATgd6pXEZgEVcsHHeJGBE4XnPC > .row .container > .video-iframe-container { display: none; }#ZfKVupATgd6pXEZgEVcsHHeJGBE4XnPC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZfKVupATgd6pXEZgEVcsHHeJGBE4XnPC > .row > .video-iframe-container { display: none; }#ZfKVupATgd6pXEZgEVcsHHeJGBE4XnPC > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZfKVupATgd6pXEZgEVcsHHeJGBE4XnPC > .row .container { border-width: 0; border-radius: 0; }#ZfKVupATgd6pXEZgEVcsHHeJGBE4XnPC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZfKVupATgd6pXEZgEVcsHHeJGBE4XnPC > .row .container { font-size:0.875rem;font-family:arial;height:52.25rem;width:75rem;position:relative;display:block; }#H41ZHw14SHaxhQ0E8TfZf7sNS1vKRIUK { color:#72686c;display:block;width:68.75rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:11.262500286102rem;left:6.2489604949951rem;height:11.2000125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#aKNmeC9QFFH63o5O9uKXANTi5yHmzD0c { color:#72686c;display:block;width:68.75rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:22.462501049042rem;left:6.2489604949951rem;height:14.93335rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#fHuTXEXp8Ekc06bopkL5fPfptKQQubhB { color:#72686c;display:block;width:68.75rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:37.394794464111rem;left:6.2489604949951rem;height:11.2000125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Er41Lsasu2ZsgZbgmWz8Atgx45yT6pXQ { color:#72686c;display:block;width:68.75rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:48.594795227051rem;left:6.2489604949951rem;height:13.06668125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#LhfdRbwuXAR9fyKUKkzMbzN88aIuFa13 { color:#72686c;display:block;width:68.75rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:61.661460876465rem;left:6.2489604949951rem;height:11.20000625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#iaKLPFvb7TN7rqIQ8uiHNF1k0uBzdGxg { color:#72686c;display:block;width:6.25rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:36.062501907349rem;left:0rem;height:5.6rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Z6oVNGeSwehlUDAAdUy4p0h35CAotpsn { color:#107d84;display:block;width:25rem;position:absolute;font-family:"josefin sans";font-size:1.4375rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:5.5870361328125rem;left:8.8039979934694rem;height:5.60546875rem;font-style:normal;display:block; }
#VnyFpioDfFAGBQBE9ozw9ZSmTCuhkOnL { color:#47545a;display:block;width:28.8120403125rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:12.139221191406rem;left:8.8028497695925rem;height:4.875rem;font-style:normal;display:block; }
#suLIxR90e2nTDZnW1fO77w0GyTHJIU7d { 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:5.625rem;left:5.625rem;overflow:hidden;display:block; }
#iEmZS6nGVBzm3dasBQiLwlWgEa03KLE8 { color:#107d84;display:block;width:25rem;position:absolute;font-family:"josefin sans";font-size:1.4375rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:5.5479736328125rem;left:41.5027551651rem;height:3.73698125rem;font-style:normal;display:block; }
#KSvsfSnfbKJt51WQZqoJnlTl411VG6Bg { color:#47545a;display:block;width:28.8120403125rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:9.9540405273438rem;left:41.501606941223rem;height:4.875rem;font-style:normal;display:block; }
#n8kD7sq9GEp7HxVXKIlJvwq6uAlvGg0W { color:#107d84;display:block;width:20.6875rem;position:absolute;font-family:"josefin sans";font-size:1.4375rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:21.399353027344rem;left:8.8028497695925rem;height:3.73698125rem;font-style:normal;display:block; }
#Ms449frpBmd14GG87oqxEcFih3Hgsx8R { color:#47545a;display:block;width:21.9990806875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:25.76513671875rem;left:8.8028497695925rem;height:9.75rem;font-style:normal;display:block; }
#Ur3PJFDnTW1QuD1CSzFpxOoBoAAANmtp { color:#107d84;display:block;width:25rem;position:absolute;font-family:"josefin sans";font-size:1.4375rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:21.359130859375rem;left:41.501606941223rem;height:1.8684875rem;font-style:normal;display:block; }
#CTqgTTEGreDd9UIVr7EJHMnFD4idlntd { color:#47545a;display:block;width:25.125rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:23.818908691406rem;left:41.573987007141rem;height:6.5rem;font-style:normal;display:block; }
#IVpicrXLvFPohXb2wzUS5UOCpiSdO2mR { 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:21.359130859375rem;left:5.6227025985717rem;overflow:hidden;display:block; }
#hDwxODbAFMSnTcGRdPmg1sXUQmuABi2E { 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:5.2832641601562rem;left:38.380051612854rem;overflow:hidden;display:block; }
#SkZnDDsO6Xclnf8ulTilJxxKEw7v6hZM { 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:21.359130859375rem;left:38.378903388977rem;overflow:hidden;display:block; }
#T6URSbX5SrTqnfbUtuH8N8RLn63dqpxA { color:#107d84;display:block;width:25rem;position:absolute;font-family:"josefin sans";font-size:1.4375rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:39.512817382812rem;left:8.87522983551rem;height:1.8684875rem;font-style:normal;display:block; }
#nzCC7a0TKMXViETLHIv5n2ySbOXMwae7 { color:#47545a;display:block;width:25rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:41.747436523438rem;left:8.8028497695925rem;height:8.125rem;font-style:normal;display:block; }
#sJwDxRDiLUQNAAANOnqTwhCQM2i2FMMw { color:#107d84;display:block;width:25rem;position:absolute;font-family:"josefin sans";font-size:1.4375rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:39.247436523438rem;left:41.501606941223rem;height:1.8684875rem;font-style:normal;display:block; }
#T97MpaHz6crkAC26LFvqLNJegG6JeoLB { color:#47545a;display:block;width:28.8120403125rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:41.707214355469rem;left:41.501606941223rem;height:9.75rem;font-style:normal;display:block; }
#t9HtNbBTHwRM1xv9bTWqeM0bkeopPOlm { 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:39.287658691406rem;left:5.6227025985717rem;overflow:hidden;display:block; }
#KbDT4B3BReGXq72C8pIZZMsVuKCoJHVP { 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:39.142883300781rem;left:38.3777551651rem;overflow:hidden;display:block; }
#FxCSJUQRumwsIwcI9t9WxKDFZHqF8N5d { color:#107d84;display:block;width:25rem;position:absolute;font-family:"josefin sans";font-size:1.4375rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:5.5870361328125rem;left:8.8039979934694rem;height:5.5147056875rem;font-style:normal;display:none; }
#QRgThd4rRokTNFolJeaCkmg6Npv6cZ8S { color:#72686c;display:block;width:68.75rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:0.0625rem;left:6.2489604949951rem;height:11.2000125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#cwAw2TutbJIu4IyN0RXu2MnQ3kxcZf6d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5fbfd;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cwAw2TutbJIu4IyN0RXu2MnQ3kxcZf6d > .row .container { background-color: transparent; background-image: none; }#cwAw2TutbJIu4IyN0RXu2MnQ3kxcZf6d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cwAw2TutbJIu4IyN0RXu2MnQ3kxcZf6d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cwAw2TutbJIu4IyN0RXu2MnQ3kxcZf6d > .row .container > .video-iframe-container { display: none; }#cwAw2TutbJIu4IyN0RXu2MnQ3kxcZf6d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cwAw2TutbJIu4IyN0RXu2MnQ3kxcZf6d > .row > .video-iframe-container { display: none; }#cwAw2TutbJIu4IyN0RXu2MnQ3kxcZf6d > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cwAw2TutbJIu4IyN0RXu2MnQ3kxcZf6d > .row .container { border-width: 0; border-radius: 0; }#cwAw2TutbJIu4IyN0RXu2MnQ3kxcZf6d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cwAw2TutbJIu4IyN0RXu2MnQ3kxcZf6d > .row .container { font-size:0.875rem;font-family:arial;height:65.3125rem;width:75rem;position:relative;display:block; }#yxxfGkFWhdfB5GxgUbOB1u24e8wpAFTm { 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:44.6875rem;width:68.75rem;top:5.5683403015137rem;left:3.125rem;overflow:hidden;display:block; }
#MdVfaasBoh8kGxWRA86nZw3wnHd57UWu { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#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:37.5rem;height:3.435202125rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:55.672119140625rem;left:17.560890197754rem;display:block; }
#c8lWb8rw0adbLbx1toKfSXJN1DGrFXPM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UDVwNl7cRa0Xil1PMWbfAFQCyOO3FRh4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#107d84;background-image:url("https://images.assets-landingi.com/uc/a74ff681-dd55-4f35-b2c0-eed06b3a054e/PA2.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; }#UDVwNl7cRa0Xil1PMWbfAFQCyOO3FRh4.adaptive-delivery-prevent-bg, #UDVwNl7cRa0Xil1PMWbfAFQCyOO3FRh4.lazyload, #UDVwNl7cRa0Xil1PMWbfAFQCyOO3FRh4.lazyloading { background-image: none; }#UDVwNl7cRa0Xil1PMWbfAFQCyOO3FRh4 > .row .container { background-color: transparent; background-image: none; }#UDVwNl7cRa0Xil1PMWbfAFQCyOO3FRh4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDVwNl7cRa0Xil1PMWbfAFQCyOO3FRh4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDVwNl7cRa0Xil1PMWbfAFQCyOO3FRh4 > .row .container > .video-iframe-container { display: none; }#UDVwNl7cRa0Xil1PMWbfAFQCyOO3FRh4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDVwNl7cRa0Xil1PMWbfAFQCyOO3FRh4 > .row > .video-iframe-container { display: none; }#UDVwNl7cRa0Xil1PMWbfAFQCyOO3FRh4 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDVwNl7cRa0Xil1PMWbfAFQCyOO3FRh4 > .row .container { border-width: 0; border-radius: 0; }#UDVwNl7cRa0Xil1PMWbfAFQCyOO3FRh4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UDVwNl7cRa0Xil1PMWbfAFQCyOO3FRh4 > .row .container { font-size:0.875rem;font-family:arial;height:48.75rem;width:75rem;position:relative;display:block; }#oKt3K6bdVXRREs0ITUpnggSHAnQyJTSX { color:#ffffff;display:block;width:31.8125rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:8.3125rem;left:43.125rem;height:7.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LtTTpTORqxWktRGeIPJnArgOeAQmEf5z { color:#ffffff;display:block;width:31.9375rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:16.625rem;left:43.0625rem;height:24.375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EZ2RQEXlcM6khAK6TPze7s4X28udCG0s { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:20.625rem;display:none; }
#ZJXuRSqeUUNyKfuwquyS9kDnSJzmo7sf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#107d84;background-image:url("https://images.assets-landingi.com/uc/4caf556f-4b57-421e-a28e-895af69140c8/Wykorzystanenalandingu12webinarwbio.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZJXuRSqeUUNyKfuwquyS9kDnSJzmo7sf.adaptive-delivery-prevent-bg, #ZJXuRSqeUUNyKfuwquyS9kDnSJzmo7sf.lazyload, #ZJXuRSqeUUNyKfuwquyS9kDnSJzmo7sf.lazyloading { background-image: none; }#ZJXuRSqeUUNyKfuwquyS9kDnSJzmo7sf > .row .container { background-color: transparent; background-image: none; }#ZJXuRSqeUUNyKfuwquyS9kDnSJzmo7sf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJXuRSqeUUNyKfuwquyS9kDnSJzmo7sf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJXuRSqeUUNyKfuwquyS9kDnSJzmo7sf > .row .container > .video-iframe-container { display: none; }#ZJXuRSqeUUNyKfuwquyS9kDnSJzmo7sf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJXuRSqeUUNyKfuwquyS9kDnSJzmo7sf > .row > .video-iframe-container { display: none; }#ZJXuRSqeUUNyKfuwquyS9kDnSJzmo7sf > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJXuRSqeUUNyKfuwquyS9kDnSJzmo7sf > .row .container { border-width: 0; border-radius: 0; }#ZJXuRSqeUUNyKfuwquyS9kDnSJzmo7sf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZJXuRSqeUUNyKfuwquyS9kDnSJzmo7sf > .row .container { font-size:0.875rem;font-family:arial;height:46.875rem;width:75rem;position:relative;display:block; }#VqOWTJmDUyuNy8hmWOhwb0d6ozvAxkwq { color:#ffffff;display:block;width:30.3125rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:9.6392211914062rem;left:43.060658454895rem;height:28.125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oRfMREU5sXHTuzalE2s17I7MQleBGbTO { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:20.625rem;display:none; }
#k2Nm4XoqFAJuQIgVLqAm7gmhxV4SvLoh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3ffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#k2Nm4XoqFAJuQIgVLqAm7gmhxV4SvLoh > .row .container { background-color: transparent; background-image: none; }#k2Nm4XoqFAJuQIgVLqAm7gmhxV4SvLoh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k2Nm4XoqFAJuQIgVLqAm7gmhxV4SvLoh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k2Nm4XoqFAJuQIgVLqAm7gmhxV4SvLoh > .row .container > .video-iframe-container { display: none; }#k2Nm4XoqFAJuQIgVLqAm7gmhxV4SvLoh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k2Nm4XoqFAJuQIgVLqAm7gmhxV4SvLoh > .row > .video-iframe-container { display: none; }#k2Nm4XoqFAJuQIgVLqAm7gmhxV4SvLoh > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k2Nm4XoqFAJuQIgVLqAm7gmhxV4SvLoh > .row .container { border-width: 0; border-radius: 0; }#k2Nm4XoqFAJuQIgVLqAm7gmhxV4SvLoh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k2Nm4XoqFAJuQIgVLqAm7gmhxV4SvLoh > .row .container { font-size:0.875rem;font-family:arial;height:30.5625rem;width:75rem;position:relative;display:block; }#lKe3Al4xlO9Aam709szHtZMeOV3LqRss { color:#107d84;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:700;z-index:15006;line-height:01.3;letter-spacing:0;top:3.75rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WPhGr95yOBNIDOvWQz92lhmduUtg3Xbc { box-sizing:content-box;height:16.25rem;width:16.25rem;position:absolute;display:block;z-index:15007;background-color:#7b3955;background-image:none;top:10.639892578125rem;left:0rem;border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-top-left-radius:0.125rem;display:block; }
#waTCS1wWz92ctl3ie7BPhl1AOZRgAZln { box-sizing:content-box;height:16.25rem;width:16.25rem;position:absolute;display:block;z-index:15008;background-color:#2fb2be;background-image:none;top:10.5859375rem;left:19.3738489151rem;border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-top-left-radius:0.125rem;display:block; }
#MtXfGzmITwJ751Royb6t0XVOByWVArks { box-sizing:content-box;height:16.25rem;width:16.25rem;position:absolute;display:block;z-index:15009;background-color:#bf6f8f;background-image:none;top:10.5859375rem;left:39.057904243469rem;border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-top-left-radius:0.125rem;display:block; }
#crxyyClTzU1zKewvLTSSNOXheUnt7p9v { box-sizing:content-box;height:16.25rem;width:16.25rem;position:absolute;display:block;z-index:15010;background-color:#f1a41f;background-image:none;top:10.5859375rem;left:58.749997138977rem;border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-top-left-radius:0.125rem;display:block; }
#QVyoUnbAqWIT6AmT3Pn1o6DbqCi7uvv3 { color:#ffffff;display:block;width:13.25rem;position:absolute;font-family:"josefin sans";font-size:4.0625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:11.875rem;left:1.0602025985718rem;height:5.28125rem;text-align:center;text-align-last:center;display:block; }
#KlEat8DxMTsMucQqiND2nm8uMTGekf2S { color:#ffffff;display:block;width:15.5618105rem;position:absolute;font-family:"josefin sans";font-size:1.1875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:19.02685546875rem;left:0.34237194061279rem;height:3.0872375rem;text-align:center;text-align-last:center;display:block; }
#uRzfM54mf8FqF8573Q8tKqRKhB9WM8La { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"josefin sans";font-size:4.0625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:11.875rem;left:21.246552467346rem;height:5.28125rem;text-align:center;text-align-last:center;display:block; }
#itplh0LBbtSB1NeDhDTRRJmhF29JO309 { color:#ffffff;display:block;width:15.5618105rem;position:absolute;font-family:"josefin sans";font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:17.53662109375rem;left:19.71507358551rem;height:4.6308625rem;text-align:center;text-align-last:center;display:block; }
#T9zrpkghihOk4kGV8U50WOIdeOaph9Ft { color:#ffffff;display:block;width:3.1870403125rem;position:absolute;font-family:"josefin sans";font-size:4.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:11.875rem;left:47.555146217346rem;height:5.28125rem;text-align:center;text-align-last:center;display:block; }
#XPCMG4S3NNKnTfHmycetpGuUsemXhRHq { color:#ffffff;display:block;width:15.5618105rem;position:absolute;font-family:"josefin sans";font-size:1.1875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:17.53662109375rem;left:39.400273323059rem;height:4.6308625rem;text-align:center;text-align-last:center;display:block; }
#w7kPyxCNIK6r7KHwxayLSUbvbiVg5uVt { color:#ffffff;display:block;width:7.7493105rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:12.814697265625rem;left:39.877064704895rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oSC3sFrLsIh2Tk9BH2Z7gbTf41FmRFqc { color:#ffffff;display:block;width:3.4995403125rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:12.814697265625rem;left:50.739888191223rem;height:3.25rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#zknWiiNQSHPGtnrDiTc4OdmsOouiqIwk { color:#ffffff;display:block;width:5.4997701875rem;position:absolute;font-family:"josefin sans";font-size:4.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:11.875rem;left:64.12224292755rem;height:5.28125rem;text-align:right;text-align-last:right;display:block; }
#AqpvJDlmX4FepM4WnBflB56aQnZZgGkA { color:#ffffff;display:block;width:2.3747701875rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:12.606689453125rem;left:69.620862007144rem;height:3.25rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#JxzHvls4Xcut5PAviqaHNEHA3QsAhBTe { color:#ffffff;display:block;width:15.5618105rem;position:absolute;font-family:"josefin sans";font-size:1.1875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:17.371337890625rem;left:59.438183784485rem;height:6.17448125rem;text-align:center;text-align-last:center;display:block; }
#A0nEJV0Fn9og6I0wTaIBDCwt9ve94Wqu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ddfbfc;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#A0nEJV0Fn9og6I0wTaIBDCwt9ve94Wqu > .row .container { background-color: transparent; background-image: none; }#A0nEJV0Fn9og6I0wTaIBDCwt9ve94Wqu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A0nEJV0Fn9og6I0wTaIBDCwt9ve94Wqu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A0nEJV0Fn9og6I0wTaIBDCwt9ve94Wqu > .row .container > .video-iframe-container { display: none; }#A0nEJV0Fn9og6I0wTaIBDCwt9ve94Wqu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A0nEJV0Fn9og6I0wTaIBDCwt9ve94Wqu > .row > .video-iframe-container { display: none; }#A0nEJV0Fn9og6I0wTaIBDCwt9ve94Wqu > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A0nEJV0Fn9og6I0wTaIBDCwt9ve94Wqu > .row .container { border-width: 0; border-radius: 0; }#A0nEJV0Fn9og6I0wTaIBDCwt9ve94Wqu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A0nEJV0Fn9og6I0wTaIBDCwt9ve94Wqu > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;position:relative;display:block; }#PtEmhsLhT2zbTtFTyyiTyElcLR4T9kC3 { color:#107d84;display:block;width:17.5rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:5.0625rem;left:2.4375rem;height:3.65625rem;font-style:normal;display:block; }
#IBM7qXK4RXDQ0SZQNrCzGPps2TPKUvTF { 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; }
#h1RJEpPwOVf5q0BUd0kTek7e5mog5WqV { 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; }
#iG09xJkcTTXGhEnOTtTNakTy06ONedAD { 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; }
#MEz7xsWtRdU5ExJA3obJPlEqonRmSZ1b { 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; }
#OvUDvl2TUs0zG0MvZTxdWQR1lyJS8vZG { 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; }
#J8KNV8GHXQ88oPht4QDUqzJAdXzkSkKq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#107d84;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#J8KNV8GHXQ88oPht4QDUqzJAdXzkSkKq > .row .container { background-color: transparent; background-image: none; }#J8KNV8GHXQ88oPht4QDUqzJAdXzkSkKq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J8KNV8GHXQ88oPht4QDUqzJAdXzkSkKq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J8KNV8GHXQ88oPht4QDUqzJAdXzkSkKq > .row .container > .video-iframe-container { display: none; }#J8KNV8GHXQ88oPht4QDUqzJAdXzkSkKq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J8KNV8GHXQ88oPht4QDUqzJAdXzkSkKq > .row > .video-iframe-container { display: none; }#J8KNV8GHXQ88oPht4QDUqzJAdXzkSkKq > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J8KNV8GHXQ88oPht4QDUqzJAdXzkSkKq > .row .container { border-width: 0; border-radius: 0; }#J8KNV8GHXQ88oPht4QDUqzJAdXzkSkKq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J8KNV8GHXQ88oPht4QDUqzJAdXzkSkKq > .row .container { font-size:0.875rem;font-family:arial;height:19.5625rem;width:75rem;position:relative;display:block; }#Kp5nf5C4yFFEVIN5l8pDAoBMgF30Vv1Z { color:#091e5a;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:4.6875rem;left:0rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v8sALwQtHbPCVH7rBD3z8xStAAfAGOW2 { box-sizing:content-box;height:9.7495403125rem;width:47.5rem;position:absolute;display:block;z-index:15011;background-color:#2fb2be;background-image:none;top:14.373840332031rem;left:13.748850822449rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
#G8lbvVIQb0szWC1QR46WCihLLGRPkMUN { color:#ffffff;display:block;width:47.3747673125rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:17.609130859375rem;left:13.810891151428rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uasvIJONV4IVV87USkNSfbOnaBrdwSWg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5fbfd;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uasvIJONV4IVV87USkNSfbOnaBrdwSWg > .row .container { background-color: transparent; background-image: none; }#uasvIJONV4IVV87USkNSfbOnaBrdwSWg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uasvIJONV4IVV87USkNSfbOnaBrdwSWg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uasvIJONV4IVV87USkNSfbOnaBrdwSWg > .row .container > .video-iframe-container { display: none; }#uasvIJONV4IVV87USkNSfbOnaBrdwSWg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uasvIJONV4IVV87USkNSfbOnaBrdwSWg > .row > .video-iframe-container { display: none; }#uasvIJONV4IVV87USkNSfbOnaBrdwSWg > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uasvIJONV4IVV87USkNSfbOnaBrdwSWg > .row .container { border-width: 0; border-radius: 0; }#uasvIJONV4IVV87USkNSfbOnaBrdwSWg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uasvIJONV4IVV87USkNSfbOnaBrdwSWg > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:75rem;position:relative;display:block; }#dei1CWHzt6NokLnSRtTnKETrrVmi615b { box-sizing:content-box;height:9.7495403125rem;width:47.5rem;position:absolute;display:block;z-index:15011;background-color:#2fb2be;background-image:none;top:14.373840332031rem;left:13.748850822449rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:none; }
#d3ykIH5XTBJiB9CRvlcTd8e3mW1K4lm8 { color:#ffffff;display:block;width:47.3747673125rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:17.609130859375rem;left:13.810891151428rem;height:3.6029410625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#WHSwSwxTgmxINW0am3moO7gcEaFv1QDx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5fbfd;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WHSwSwxTgmxINW0am3moO7gcEaFv1QDx > .row .container { background-color: transparent; background-image: none; }#WHSwSwxTgmxINW0am3moO7gcEaFv1QDx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WHSwSwxTgmxINW0am3moO7gcEaFv1QDx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WHSwSwxTgmxINW0am3moO7gcEaFv1QDx > .row .container > .video-iframe-container { display: none; }#WHSwSwxTgmxINW0am3moO7gcEaFv1QDx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WHSwSwxTgmxINW0am3moO7gcEaFv1QDx > .row > .video-iframe-container { display: none; }#WHSwSwxTgmxINW0am3moO7gcEaFv1QDx > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WHSwSwxTgmxINW0am3moO7gcEaFv1QDx > .row .container { border-width: 0; border-radius: 0; }#WHSwSwxTgmxINW0am3moO7gcEaFv1QDx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WHSwSwxTgmxINW0am3moO7gcEaFv1QDx > .row .container { font-size:0.875rem;font-family:arial;height:22.5625rem;width:75rem;position:relative;display:block; }#mB7TTIKbaK2NtgilG24p3JTar3t9XHdM { 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; }
#w95PXu4evBzrmDgtUbZTCy71PvM46i2o { 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:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gCcrvh046uNHZ0EHDOftC9QGSRm2owXp { color:#47545a;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:;font-style:normal;text-align:left;text-align-last:left;display:block; }#gCcrvh046uNHZ0EHDOftC9QGSRm2owXp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gCcrvh046uNHZ0EHDOftC9QGSRm2owXp li:before{  }
#zuipq4TJRHyloTLm2Z3QsEUC6TF2ZfAc { 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; }
#ne1AQ8aWsl2WdagEQZMWyo1yJo8aLqoZ { 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.34375rem;left:41.9375rem;overflow:hidden;display:block; }
#vz7vvxkVnLvntxMgqQUT7ITgSwHF2Utx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5fbfd;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vz7vvxkVnLvntxMgqQUT7ITgSwHF2Utx > .row .container { background-color: transparent; background-image: none; }#vz7vvxkVnLvntxMgqQUT7ITgSwHF2Utx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vz7vvxkVnLvntxMgqQUT7ITgSwHF2Utx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vz7vvxkVnLvntxMgqQUT7ITgSwHF2Utx > .row .container > .video-iframe-container { display: none; }#vz7vvxkVnLvntxMgqQUT7ITgSwHF2Utx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vz7vvxkVnLvntxMgqQUT7ITgSwHF2Utx > .row > .video-iframe-container { display: none; }#vz7vvxkVnLvntxMgqQUT7ITgSwHF2Utx > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vz7vvxkVnLvntxMgqQUT7ITgSwHF2Utx > .row .container { border-width: 0; border-radius: 0; }#vz7vvxkVnLvntxMgqQUT7ITgSwHF2Utx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vz7vvxkVnLvntxMgqQUT7ITgSwHF2Utx > .row .container { font-size:0.875rem;font-family:arial;height:54.8125rem;width:75rem;position:relative;display:block; }#MMT7JJDFcS0SW7ZFbc6592qpvilfPvb3 { 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; }
#RaESGqTcHywR9P0nCorgCXLrSUm1H8U4 { 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:8.3125rem;left:39.9375rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yTrzUN01Ncto6Kf0TUlOUBRgwo4EgvBM { color:#47545a;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.0625rem;left:39.9375rem;height:6.4739375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#yTrzUN01Ncto6Kf0TUlOUBRgwo4EgvBM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yTrzUN01Ncto6Kf0TUlOUBRgwo4EgvBM li:before{  }
#DS5WgzlaB9xgzrIdfIwGtZ7l4ulwtMxG { 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.375rem;left:39.9375rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x1Ccl8467OJ8raDU1qXZgJqgv3DsPG15 { 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; }
#zQstSTvhqxdFBTTOeMTNQWzOiH0HGREu { color:#47545a;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:14.410125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#zQstSTvhqxdFBTTOeMTNQWzOiH0HGREu li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zQstSTvhqxdFBTTOeMTNQWzOiH0HGREu li:before{  }
#OAbv2aK9Do5kp633BuSNSvpMgLbbBozh { 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.666748046875rem;left:6.625rem;overflow:hidden;display:block; }
#ZMIVTwnncvgf2KZWokeLrSdOIgS25Smf { position:absolute;display:block;z-index:15033;background-color:#107d84;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:29.1875rem;width:23.0625rem;top:24rem;left:10.1875rem;display:block; }
#sN5M299JrLGL8ZO2Cne88o2zcMxglZMl { 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; }
#cTF1Uh2cdUgctVp3PtGkxOaZfnxZF7Ac { 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; }
#a7zzQXErTHxw7N6ELXU082J4hyn9GFmq { color:#ffffff;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.537498474121rem;left:13.46875rem;height:1.4622375rem;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; }
#nfd6v6zUuX5eGOIH5h1F700eJTmtLr4k { 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.0625rem;left:39.9375rem;height:;font-style:normal;text-align:left;text-align-last:left;display:none; }#nfd6v6zUuX5eGOIH5h1F700eJTmtLr4k li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nfd6v6zUuX5eGOIH5h1F700eJTmtLr4k li:before{  }
#ioBXS6MgtQTkyZz3iOPiKA9dn4n53E54 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5fbfd;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ioBXS6MgtQTkyZz3iOPiKA9dn4n53E54 > .row .container { background-color: transparent; background-image: none; }#ioBXS6MgtQTkyZz3iOPiKA9dn4n53E54::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ioBXS6MgtQTkyZz3iOPiKA9dn4n53E54 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ioBXS6MgtQTkyZz3iOPiKA9dn4n53E54 > .row .container > .video-iframe-container { display: none; }#ioBXS6MgtQTkyZz3iOPiKA9dn4n53E54 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ioBXS6MgtQTkyZz3iOPiKA9dn4n53E54 > .row > .video-iframe-container { display: none; }#ioBXS6MgtQTkyZz3iOPiKA9dn4n53E54 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ioBXS6MgtQTkyZz3iOPiKA9dn4n53E54 > .row .container { border-width: 0; border-radius: 0; }#ioBXS6MgtQTkyZz3iOPiKA9dn4n53E54 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ioBXS6MgtQTkyZz3iOPiKA9dn4n53E54 > .row .container { font-size:0.875rem;font-family:arial;height:57rem;width:75rem;position:relative;display:block; }#dSMk277nmdPwZllkghebG33ElQ7gxndv { 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; }
#xBi9nsmaNVSLN9XZeADlnNpEngw5bswI { color:#2649a9;display:block;width:22.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.4375rem;left:7.1875rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CIQImLZXBnKdTrHXpF7RDK86DJblPSJs { color:#47545a;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.01171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#CIQImLZXBnKdTrHXpF7RDK86DJblPSJs li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CIQImLZXBnKdTrHXpF7RDK86DJblPSJs li:before{  }
#TML1RODyM1zyTDHAWSiR7nHV13KhhC9C { 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; }
#OXeAZH6AGiKWxTsakPIEbgQOZEU4QqHd { 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; }
#dATKHIPULvTTXaTNL6r6glH62wPEOD8L { color:#47545a;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:15.872375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#dATKHIPULvTTXaTNL6r6glH62wPEOD8L li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dATKHIPULvTTXaTNL6r6glH62wPEOD8L li:before{  }
#dVix9mTPWX6dvMhfTsdh51w1NZsx7Vzm { 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:1.8544921875rem;left:41.9375rem;overflow:hidden;display:block; }
#snLPpEKZE0bl8GZMzvHOd1hxSUivcKKT { position:absolute;display:block;z-index:15033;background-color:#107d84;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:33.1875rem;width:23.0625rem;top:22.9375rem;left:45.500001907349rem;display:block; }
#AID9tSNr9TTZZ67iNIb7x7bSxsdrs9kI { 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; }
#eXL8VGf2hesTyfBiQ2qTg5TbTtEvOTdb { 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:11.6979375rem;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; }
#TSJWgRXA0LJoDRKhh79lHxt0hz4P1akI { color:#ffffff;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:50rem;left:48.812501907349rem;height:4.38671875rem;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; }
#vwo5tnOOrzz93etTbtlknAeiX6aEZcD9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5fbfd;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vwo5tnOOrzz93etTbtlknAeiX6aEZcD9 > .row .container { background-color: transparent; background-image: none; }#vwo5tnOOrzz93etTbtlknAeiX6aEZcD9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vwo5tnOOrzz93etTbtlknAeiX6aEZcD9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vwo5tnOOrzz93etTbtlknAeiX6aEZcD9 > .row .container > .video-iframe-container { display: none; }#vwo5tnOOrzz93etTbtlknAeiX6aEZcD9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vwo5tnOOrzz93etTbtlknAeiX6aEZcD9 > .row > .video-iframe-container { display: none; }#vwo5tnOOrzz93etTbtlknAeiX6aEZcD9 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vwo5tnOOrzz93etTbtlknAeiX6aEZcD9 > .row .container { border-width: 0; border-radius: 0; }#vwo5tnOOrzz93etTbtlknAeiX6aEZcD9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vwo5tnOOrzz93etTbtlknAeiX6aEZcD9 > .row .container { font-size:0.875rem;font-family:arial;height:54.8125rem;width:75rem;position:relative;display:block; }#pZl4ooazGaO3BgikzTNANTdULgT71lLv { 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; }
#xHXZEaTb8mZtCBbIUubR3HJkQyMsEvwp { color:#2649a9;display:block;width:24.125rem;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.937501907349rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pbWyLq0vFolWnJDTVJ4s5hvGXVMm7UQC { color:#47545a;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:5.01171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#pbWyLq0vFolWnJDTVJ4s5hvGXVMm7UQC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pbWyLq0vFolWnJDTVJ4s5hvGXVMm7UQC li:before{  }
#N2PvvEr3ka2enswTsKz2F0XXfMWxUvCK { 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; }
#HidsH6XAabq511rn5NUX12a577DJvVfE { 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; }
#ZOE1bJ1fEnykkTyVqrydc5oVhdsCLJc9 { color:#47545a;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:36.687500953674rem;left:39.937501907349rem;height:8.5611875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#ZOE1bJ1fEnykkTyVqrydc5oVhdsCLJc9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZOE1bJ1fEnykkTyVqrydc5oVhdsCLJc9 li:before{  }
#Gn3eyqSBvZRGsA44TBeefdLERG0NqC4K { position:absolute;display:block;z-index:15033;background-color:#107d84;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:29.1875rem;width:23.0625rem;top:24rem;left:10.1875rem;display:block; }
#eLSJEpnVaXHTnrVV0FRXXJKAofD2wH0T { 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; }
#N4JpVxztCnUk5GgfLfteMfdmV5LBWrcO { 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: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; }
#Q4D6sSTgBxaUEAhR9Dx6X8JQMQy0wPn3 { color:#ffffff;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.537498474121rem;left:13.46875rem;height:1.4622375rem;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; }
#aX2JNJ624TX4hrx5T074TUJy4uCHpfpV { color:#47545a;display:block;width:24.9375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:34.700001716614rem;left:39.937501907349rem;height:1.4622375rem;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; }
#E3daw1hVOlvgIfJpV3cQG5cluB4ToIwM { 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:14.875rem;width:21.375rem;top:2.875rem;left:6.625rem;overflow:hidden;display:block; }
#RSZUUzMrOIvXFZLLF1wG411o8V7bpZWg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5fbfd;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RSZUUzMrOIvXFZLLF1wG411o8V7bpZWg > .row .container { background-color: transparent; background-image: none; }#RSZUUzMrOIvXFZLLF1wG411o8V7bpZWg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RSZUUzMrOIvXFZLLF1wG411o8V7bpZWg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RSZUUzMrOIvXFZLLF1wG411o8V7bpZWg > .row .container > .video-iframe-container { display: none; }#RSZUUzMrOIvXFZLLF1wG411o8V7bpZWg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RSZUUzMrOIvXFZLLF1wG411o8V7bpZWg > .row > .video-iframe-container { display: none; }#RSZUUzMrOIvXFZLLF1wG411o8V7bpZWg > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RSZUUzMrOIvXFZLLF1wG411o8V7bpZWg > .row .container { border-width: 0; border-radius: 0; }#RSZUUzMrOIvXFZLLF1wG411o8V7bpZWg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RSZUUzMrOIvXFZLLF1wG411o8V7bpZWg > .row .container { font-size:0.875rem;font-family:arial;height:54.75rem;width:75rem;position:relative;display:block; }#DzklBoAEw9v1FzUNJRmxiwUPIcC1uqqq { 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; }
#JBQK7mPPVCScnKD1a98eJAfhbUf412wX { color:#2649a9;display:block;width:22.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.4375rem;left:7.1875rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IJIvE48xFh7pMcZr6VLQSXHW3UwaE2ds { color:#47545a;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.01171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#IJIvE48xFh7pMcZr6VLQSXHW3UwaE2ds li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IJIvE48xFh7pMcZr6VLQSXHW3UwaE2ds li:before{  }
#fEQ809v2qiB9J3knCVBQhnJyoNTN1D1P { 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; }
#vEuyQRebFZBplLieR1pVGd9xeuxLid4H { color:#47545a;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:5.01171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#vEuyQRebFZBplLieR1pVGd9xeuxLid4H li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vEuyQRebFZBplLieR1pVGd9xeuxLid4H li:before{  }
#Nt7hwfATEqKU2XmFs6q0NIfwbRyAqnBD { 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:1.77099609375rem;left:41.9375rem;overflow:hidden;display:block; }
#Unav91sDzJ6leUJxEMTf0wNferpDQAfO { position:absolute;display:block;z-index:15033;background-color:#107d84;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:30.625rem;width:23.0625rem;top:22.9375rem;left:45.5rem;display:block; }
#NktaDInDw1TfsAsvyKfohAkwrlunPoDS { 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; }
#PXRESduuyZWrFlWOvArlbr0Zf6TxS3oe { color:#ffffff;display:block;width:18.0625rem;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.812501907349rem;height:10.2356875rem;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; }
#TKZMX9QZaTs992lKsNM4t9f0l85ICFPJ { color:#ffffff;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:50rem;left:48.812501907349rem;height:1.4622375rem;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; }
#D9qCpHOoXfb06CJ4os33bwLPlCeGTbD9 { color:#2649a9;display:block;width:29.8125rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15030;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; }
#m8m1IgtLVIdDvDXrqfpninvnvtL2LKg8 { color:#72686c;display:block;width:18.0625rem;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.812501907349rem;height:10.2375rem;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; }
#oM2AkTA2z9WBfDS2v32H5aanAWBAgvGO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5fbfd;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oM2AkTA2z9WBfDS2v32H5aanAWBAgvGO > .row .container { background-color: transparent; background-image: none; }#oM2AkTA2z9WBfDS2v32H5aanAWBAgvGO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oM2AkTA2z9WBfDS2v32H5aanAWBAgvGO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oM2AkTA2z9WBfDS2v32H5aanAWBAgvGO > .row .container > .video-iframe-container { display: none; }#oM2AkTA2z9WBfDS2v32H5aanAWBAgvGO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oM2AkTA2z9WBfDS2v32H5aanAWBAgvGO > .row > .video-iframe-container { display: none; }#oM2AkTA2z9WBfDS2v32H5aanAWBAgvGO > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oM2AkTA2z9WBfDS2v32H5aanAWBAgvGO > .row .container { border-width: 0; border-radius: 0; }#oM2AkTA2z9WBfDS2v32H5aanAWBAgvGO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oM2AkTA2z9WBfDS2v32H5aanAWBAgvGO > .row .container { font-size:0.875rem;font-family:arial;height:64.9375rem;width:75rem;position:relative;display:block; }#ohPwRewKVT6nOyeveMtpi2AIJvpJ41gI { 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; }
#SdBpCwPeykDBVoG6dU9D3uxoocnyQpQu { color:#2649a9;display:block;width:24.125rem;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.937501907349rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bBt3zTsZh17vXPnWs1ttQZ1pyC2WSf5D { color:#47545a;display:block;width:27.9375rem;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.937501907349rem;height:6.4739375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#bBt3zTsZh17vXPnWs1ttQZ1pyC2WSf5D li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bBt3zTsZh17vXPnWs1ttQZ1pyC2WSf5D li:before{  }
#CGSia5JdZM2HwZFBc8pkePhvVohHaLwB { 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; }
#hUieLs9u64IdgWHh3xni7bv5vcryex8E { 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; }
#CAgv3qyAPFmDsgtAST8lOhS2uf1LxMZ4 { color:#47545a;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:35.27499961853rem;left:39.937501907349rem;height:7.9361875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#CAgv3qyAPFmDsgtAST8lOhS2uf1LxMZ4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CAgv3qyAPFmDsgtAST8lOhS2uf1LxMZ4 li:before{  }
#HRhLRKbogz1IN5EuhMkh36MBZtEseGgW { 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.0419921875rem;left:6.625rem;overflow:hidden;display:block; }
#IgB3H7OeJyxfrKcis6UeMKBFHKylPTEN { position:absolute;display:block;z-index:15033;background-color:#107d84;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:29.1875rem;width:23.0625rem;top:24rem;left:10.1875rem;display:block; }
#diuox895MkeEN8k0SQk5ZpAMgybPMfTd { 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; }
#P0UUP8WGQbNAEJ3Ny7prFSo6OqT48CTH { 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:10.2356875rem;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; }
#t35iM7DuLObt7mSzd8efIXZs5Wse0ONn { color:#ffffff;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:48.53750038147rem;left:13.46875rem;height:1.4622375rem;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; }
#lTS8ItPweLRdEkU3iOUlDgl0T5zsXC4e { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#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:37.5rem;height:3.435202125rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:57.703369140625rem;left:18.748849868774rem;display:block; }
#q0oELNxT6JV2JEUBgsuFPykVuPrf9bD1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ytqWILcW1BrrzDAtzwLBPhvyfLVRDsV6 { position:relative;display:block; }#ytqWILcW1BrrzDAtzwLBPhvyfLVRDsV6 { background-color: transparent; background-image: none; }#ytqWILcW1BrrzDAtzwLBPhvyfLVRDsV6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ytqWILcW1BrrzDAtzwLBPhvyfLVRDsV6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ytqWILcW1BrrzDAtzwLBPhvyfLVRDsV6 > .row .container > .video-iframe-container { display: none; }#ytqWILcW1BrrzDAtzwLBPhvyfLVRDsV6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ytqWILcW1BrrzDAtzwLBPhvyfLVRDsV6 > .row > .video-iframe-container { display: none; }#ytqWILcW1BrrzDAtzwLBPhvyfLVRDsV6 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ytqWILcW1BrrzDAtzwLBPhvyfLVRDsV6 { border-width: 0; border-radius: 0; }#ytqWILcW1BrrzDAtzwLBPhvyfLVRDsV6 > .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; }#ytqWILcW1BrrzDAtzwLBPhvyfLVRDsV6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5fbfd;background-image:none;font-size:0.875rem;font-family:arial;height:13.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; }#GNsP3DclQ2voM1Q91ubEfPSITaeviOTq { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"josefin sans";font-size:2.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.3912353515625rem;left:29.795495033264rem;height:;display:block; }
#XyT2NN5wDhmLvo5C2RyavLyLEAEi1RX1 { box-sizing:content-box;height:9.7495403125rem;width:47.5rem;position:absolute;display:block;z-index:14999;background-color:#2fb2be;background-image:none;top:3.72412109375rem;left:12.29319858551rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
#A1M35z70OO5qhxHEXkQWypgqlTDcGvKo { color:#ffffff;display:block;width:47.2495384375rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.2012939453125rem;left:12.419577598572rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#nF79n0ohQyp719CF8RGCwx3ys3IWRQwS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5fbfd;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nF79n0ohQyp719CF8RGCwx3ys3IWRQwS > .row .container { background-color: transparent; background-image: none; }#nF79n0ohQyp719CF8RGCwx3ys3IWRQwS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nF79n0ohQyp719CF8RGCwx3ys3IWRQwS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nF79n0ohQyp719CF8RGCwx3ys3IWRQwS > .row .container > .video-iframe-container { display: none; }#nF79n0ohQyp719CF8RGCwx3ys3IWRQwS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nF79n0ohQyp719CF8RGCwx3ys3IWRQwS > .row > .video-iframe-container { display: none; }#nF79n0ohQyp719CF8RGCwx3ys3IWRQwS > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nF79n0ohQyp719CF8RGCwx3ys3IWRQwS > .row .container { border-width: 0; border-radius: 0; }#nF79n0ohQyp719CF8RGCwx3ys3IWRQwS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nF79n0ohQyp719CF8RGCwx3ys3IWRQwS > .row .container { font-size:0.875rem;font-family:arial;height:58.75rem;width:75rem;position:relative;display:block; }#ZAsrFGBOo0fd2wfrtz9r70dZ4HEfbZOk { 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; }
#lTEafKsChvzPAtmZJPURcDLyV7WTuELU { color:#2649a9;display:block;width:22.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.4375rem;left:7.1875rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wn9fTaS8RLfQB0IQddEfVgsFpG1sePV7 { color:#47545a;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:;font-style:normal;text-align:left;text-align-last:left;display:block; }#wn9fTaS8RLfQB0IQddEfVgsFpG1sePV7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wn9fTaS8RLfQB0IQddEfVgsFpG1sePV7 li:before{  }
#r8RkArh3azr9Hl32q9A9M8tG0hp3tVJF { 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.985938072204rem;left:7.1875rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tOcFc8OltoyIwn8LSNl4zTe9B7uNLgbo { color:#47545a;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:17.122375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#tOcFc8OltoyIwn8LSNl4zTe9B7uNLgbo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tOcFc8OltoyIwn8LSNl4zTe9B7uNLgbo li:before{  }
#GXtslN7xTQga5xytBxS9lwz63WTGgV3T { position:absolute;display:block;z-index:15033;background-color:#107d84;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:30.625rem;width:23.0625rem;top:22.9375rem;left:45.5rem;display:block; }
#bkxLRPf0gbJ6tLZvBdv9MxaU89KT5Afh { 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; }
#NWvDQ70uqlu2BOTSHzK5PK8eQrQWA8JF { color:#ffffff;display:block;width:19.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.812039375305rem;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; }
#KpgONyRzZU50ELHRuogCr51xgaPmKlMJ { color:#ffffff;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:48.062574386597rem;left:48.812501907349rem;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; }
#EnOT11XR19IeRFqytTcU1MLUdT5ikJpl { color:#2649a9;display:block;width:29.8125rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:9.467968940735rem;left:7.1875rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BQbVbCh9TFS4FphbP1e0xKcLrDfV8KBX { color:#47545a;display:block;width:24.9375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:32.061718940735rem;left:7.1875rem;height:1.4622375rem;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; }
#TqHgEBBZ5an0mMBCJh3aFy5rV5HHWGhT { 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:14.875rem;width:21.375rem;top:1.9375rem;left:41.9375rem;overflow:hidden;display:block; }
#brqqKFsSDM6pbohFqsS7kyILqwMmB7QX { color:#ffffff;display:block;width:47.3747673125rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:5.625rem;left:13.810891151428rem;height:8.3823523125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#EHpBisUsXo3ETTU4mOF8XU7PGin19Mb0 { 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; }
#EocCQDDwVx3Cclrf05VPmrLCyy8fqhTf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#107d84;background-image:url("https://images.assets-landingi.com/uc/674fd2b8-0819-4099-87aa-96667f34326b/ToPALO.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; }#EocCQDDwVx3Cclrf05VPmrLCyy8fqhTf.adaptive-delivery-prevent-bg, #EocCQDDwVx3Cclrf05VPmrLCyy8fqhTf.lazyload, #EocCQDDwVx3Cclrf05VPmrLCyy8fqhTf.lazyloading { background-image: none; }#EocCQDDwVx3Cclrf05VPmrLCyy8fqhTf > .row .container { background-color: transparent; background-image: none; }#EocCQDDwVx3Cclrf05VPmrLCyy8fqhTf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EocCQDDwVx3Cclrf05VPmrLCyy8fqhTf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EocCQDDwVx3Cclrf05VPmrLCyy8fqhTf > .row .container > .video-iframe-container { display: none; }#EocCQDDwVx3Cclrf05VPmrLCyy8fqhTf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EocCQDDwVx3Cclrf05VPmrLCyy8fqhTf > .row > .video-iframe-container { display: none; }#EocCQDDwVx3Cclrf05VPmrLCyy8fqhTf > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EocCQDDwVx3Cclrf05VPmrLCyy8fqhTf > .row .container { border-width: 0; border-radius: 0; }#EocCQDDwVx3Cclrf05VPmrLCyy8fqhTf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EocCQDDwVx3Cclrf05VPmrLCyy8fqhTf > .row .container { font-size:0.875rem;font-family:arial;height:26.125rem;width:75rem;position:relative;display:block; }#RpddNOz2GqxMbcQLIyXC9iaATsRFrNPy { 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; }
#Rq3TxEiQ5iTpKq7V1yAvob6bTrPTXHUz { color:#ffffff;display:block;width:47.3747673125rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:5.625rem;left:13.810891151428rem;height:8.53125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rpG2y1wszvNqmiukIVqxQHsI3DblSidx { 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.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem 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:#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:35.819853rem;height:3.319853rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:15.583740234375rem;left:19.587544441223rem;display:block; }
#U20xGW3erUmhBF2FzI0vTagzag7PXxsx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KyUdWr2h0xZQRFptUqNTuPloLt2FPRqG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3ffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KyUdWr2h0xZQRFptUqNTuPloLt2FPRqG > .row .container { background-color: transparent; background-image: none; }#KyUdWr2h0xZQRFptUqNTuPloLt2FPRqG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KyUdWr2h0xZQRFptUqNTuPloLt2FPRqG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KyUdWr2h0xZQRFptUqNTuPloLt2FPRqG > .row .container > .video-iframe-container { display: none; }#KyUdWr2h0xZQRFptUqNTuPloLt2FPRqG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KyUdWr2h0xZQRFptUqNTuPloLt2FPRqG > .row > .video-iframe-container { display: none; }#KyUdWr2h0xZQRFptUqNTuPloLt2FPRqG > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KyUdWr2h0xZQRFptUqNTuPloLt2FPRqG > .row .container { border-width: 0; border-radius: 0; }#KyUdWr2h0xZQRFptUqNTuPloLt2FPRqG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KyUdWr2h0xZQRFptUqNTuPloLt2FPRqG > .row .container { font-size:0.875rem;font-family:arial;height:43.125rem;width:75rem;position:relative;display:block; }#OMmPVA3X6PZMDdMCtRRb91vw8LcBekw2 { 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; }
#Lua29ClktaarTnGxUO3RItQ1HuCvcu1H { color:rgba(250,215,187,0.97);display:block;width:6.247702125rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:15015;line-height:.2;letter-spacing:0;top:3.739013671875rem;left:5.6870412826538rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BmIhnF5cnmxgSBEPOg9pJDTD0uLIrelh { position:absolute;display:block;z-index:15010;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f4b787;border-left:0.0625rem solid #f4b787;border-right:0.0625rem solid #f4b787;border-bottom:0.0625rem solid #f4b787;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.1875rem;width:75rem;top:3.75rem;left:0rem;display:block; }
#X5OLVFlPS1XEXoWdqi3v7NMvBT9K6hSf { display:block;width:32.2495384375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.7;letter-spacing:0;top:32.807739257812rem;left:21.374081611633rem;height:5.7363375rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:block; }
#qbeUZ7F4yhIQ6lSJStRbrBTTlWgesoEO { display:block;width:62.5rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.7;letter-spacing:0;top:10.744506835938rem;left:6.2488508224488rem;height:21.03321875rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:block; }
#XiemCuJudEa9ZKxPttfV08vzUD9cwyOx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3ffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XiemCuJudEa9ZKxPttfV08vzUD9cwyOx > .row .container { background-color: transparent; background-image: none; }#XiemCuJudEa9ZKxPttfV08vzUD9cwyOx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XiemCuJudEa9ZKxPttfV08vzUD9cwyOx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XiemCuJudEa9ZKxPttfV08vzUD9cwyOx > .row .container > .video-iframe-container { display: none; }#XiemCuJudEa9ZKxPttfV08vzUD9cwyOx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XiemCuJudEa9ZKxPttfV08vzUD9cwyOx > .row > .video-iframe-container { display: none; }#XiemCuJudEa9ZKxPttfV08vzUD9cwyOx > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XiemCuJudEa9ZKxPttfV08vzUD9cwyOx > .row .container { border-width: 0; border-radius: 0; }#XiemCuJudEa9ZKxPttfV08vzUD9cwyOx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XiemCuJudEa9ZKxPttfV08vzUD9cwyOx > .row .container { font-size:0.875rem;font-family:arial;height:61.6875rem;width:75rem;position:relative;display:block; }#hkg6D19DOf6vqpIZeIKHy6Tc9xmBpTUC { 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; }
#XWlLVB0I8fusM6XEe3DfEnTmPL1oupqd { color:rgba(250,215,187,0.97);display:block;width:6.247702125rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:15015;line-height:.2;letter-spacing:0;top:3.739013671875rem;left:5.6870412826538rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gBRpME0lTS2Vqw5g9bbUWEqdMlhp6kVA { position:absolute;display:block;z-index:15010;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f4b787;border-left:0.0625rem solid #f4b787;border-right:0.0625rem solid #f4b787;border-bottom:0.0625rem solid #f4b787;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:57.75rem;width:75rem;top:3.75rem;left:0rem;display:block; }
#d47oxoMuLClRtGnSbfdqhvr4I8Xx5B9l { display:block;width:62.5rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.7;letter-spacing:0;top:10.8720703125rem;left:6.2488508224488rem;height:49.714925rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:block; }
#TOM5uuMkePda8EOaQ3pmLNzWyPf897Dn { display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.7;letter-spacing:0;top:20.997918128967rem;left:6.2500019073488rem;height:54.13339375rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:none; }
#OKTb4t8OMArLmtyH7LTwTk1JT1w1TTa4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3ffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OKTb4t8OMArLmtyH7LTwTk1JT1w1TTa4 > .row .container { background-color: transparent; background-image: none; }#OKTb4t8OMArLmtyH7LTwTk1JT1w1TTa4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKTb4t8OMArLmtyH7LTwTk1JT1w1TTa4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKTb4t8OMArLmtyH7LTwTk1JT1w1TTa4 > .row .container > .video-iframe-container { display: none; }#OKTb4t8OMArLmtyH7LTwTk1JT1w1TTa4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKTb4t8OMArLmtyH7LTwTk1JT1w1TTa4 > .row > .video-iframe-container { display: none; }#OKTb4t8OMArLmtyH7LTwTk1JT1w1TTa4 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKTb4t8OMArLmtyH7LTwTk1JT1w1TTa4 > .row .container { border-width: 0; border-radius: 0; }#OKTb4t8OMArLmtyH7LTwTk1JT1w1TTa4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OKTb4t8OMArLmtyH7LTwTk1JT1w1TTa4 > .row .container { font-size:0.875rem;font-family:ubuntu;height:44.125rem;width:75rem;position:relative;display:block; }#bsdbRuZoK11COy5cVdicOfpAvAwmH9vA { position:absolute;display:block;z-index:15011;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f4b787;border-left:0.0625rem solid #f4b787;border-right:0.0625rem solid #f4b787;border-bottom:0.0625rem solid #f4b787;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.4375rem;width:75rem;top:2.43701171875rem;left:0rem;display:block; }
#sRIiKstTOR8An2QHKDH34vQDk1R9yfZR { color:rgba(250,215,187,0.97);display:block;width:6.247702125rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:15016;line-height:.2;letter-spacing:0;top:2.403564453125rem;left:7.43336391449rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Zhgy5lbhSFJvVKril06p7noa4Wz8BfpS { display:block;width:62.5rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.7;letter-spacing:0;top:11.393798828125rem;left:7.4322156906125rem;height:32.5059125rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:block; }
#ShnGx91OXAJSyBbXP5WPq678dUZOxAuy { display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.7;letter-spacing:0;top:14.668749809265rem;left:6.2187519073486rem;height:31.73336875rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:none; }
#p4W1TaO0xGWEhIcIGWSDENsDhT5QBeFM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3ffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#p4W1TaO0xGWEhIcIGWSDENsDhT5QBeFM > .row .container { background-color: transparent; background-image: none; }#p4W1TaO0xGWEhIcIGWSDENsDhT5QBeFM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p4W1TaO0xGWEhIcIGWSDENsDhT5QBeFM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p4W1TaO0xGWEhIcIGWSDENsDhT5QBeFM > .row .container > .video-iframe-container { display: none; }#p4W1TaO0xGWEhIcIGWSDENsDhT5QBeFM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p4W1TaO0xGWEhIcIGWSDENsDhT5QBeFM > .row > .video-iframe-container { display: none; }#p4W1TaO0xGWEhIcIGWSDENsDhT5QBeFM > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p4W1TaO0xGWEhIcIGWSDENsDhT5QBeFM > .row .container { border-width: 0; border-radius: 0; }#p4W1TaO0xGWEhIcIGWSDENsDhT5QBeFM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p4W1TaO0xGWEhIcIGWSDENsDhT5QBeFM > .row .container { font-size:0.875rem;font-family:ubuntu;height:74.6875rem;width:75rem;position:relative;display:block; }#D3Q0i7Tz5dD2pUDZRelqeC1a2lFOTwLP { position:absolute;display:block;z-index:15011;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f4b787;border-left:0.0625rem solid #f4b787;border-right:0.0625rem solid #f4b787;border-bottom:0.0625rem solid #f4b787;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:59.0625rem;width:75rem;top:2.18505859375rem;left:0rem;display:block; }
#UnvGAmTIvzRb5PuDHscUtIMDMvhAABVn { color:rgba(250,215,187,0.97);display:block;width:6.247702125rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:15016;line-height:.2;letter-spacing:0;top:2.141357421875rem;left:6.2477025985717rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kRFTNskoupC3RoMWbHarhcmkkI4uiShI { display:block;width:62.5rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:11.359130859375rem;left:6.2488508224488rem;height:49.714925rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:block; }
#CMuQ8sJFgIIArc4gHNqwQaTp2FPZsCkV { display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:14.25rem;left:6.2187519073486rem;height:48.5333875rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:none; }
#mUoToOxG9QG2XZqqK2ovtg8q5iW88bXg { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#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:37.5rem;height:3.435202125rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:66.42919921875rem;left:18.748849868774rem;display:block; }
#bDdGOKmQegbrpXDaqw1fDeLPOrDqC497 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fpKrLNSxyG2dwx9wv9lT6vyghiefcxJQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#107d84;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fpKrLNSxyG2dwx9wv9lT6vyghiefcxJQ > .row .container { background-color: transparent; background-image: none; }#fpKrLNSxyG2dwx9wv9lT6vyghiefcxJQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fpKrLNSxyG2dwx9wv9lT6vyghiefcxJQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fpKrLNSxyG2dwx9wv9lT6vyghiefcxJQ > .row .container > .video-iframe-container { display: none; }#fpKrLNSxyG2dwx9wv9lT6vyghiefcxJQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fpKrLNSxyG2dwx9wv9lT6vyghiefcxJQ > .row > .video-iframe-container { display: none; }#fpKrLNSxyG2dwx9wv9lT6vyghiefcxJQ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fpKrLNSxyG2dwx9wv9lT6vyghiefcxJQ > .row .container { border-width: 0; border-radius: 0; }#fpKrLNSxyG2dwx9wv9lT6vyghiefcxJQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fpKrLNSxyG2dwx9wv9lT6vyghiefcxJQ > .row .container { font-size:0.875rem;font-family:arial;height:15.5625rem;width:75rem;position:relative;display:block; }#mpvJVvQbQ84rrrlPyFXOqSDOE4uWxK4F { box-sizing:content-box;height:9.7495403125rem;width:47.5rem;position:absolute;display:block;z-index:15014;background-color:#2fb2be;background-image:none;top:5.625rem;left:13.748850822449rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
#S47Tg1iyrrHIG2FZCf62hGmKTf11ya3y { color:#091e5a;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:8.663818359375rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r0nFLWb8x9VSPS14NB1JgCWmR58pgc1s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#107d84;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#r0nFLWb8x9VSPS14NB1JgCWmR58pgc1s > .row .container { background-color: transparent; background-image: none; }#r0nFLWb8x9VSPS14NB1JgCWmR58pgc1s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0nFLWb8x9VSPS14NB1JgCWmR58pgc1s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0nFLWb8x9VSPS14NB1JgCWmR58pgc1s > .row .container > .video-iframe-container { display: none; }#r0nFLWb8x9VSPS14NB1JgCWmR58pgc1s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0nFLWb8x9VSPS14NB1JgCWmR58pgc1s > .row > .video-iframe-container { display: none; }#r0nFLWb8x9VSPS14NB1JgCWmR58pgc1s > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0nFLWb8x9VSPS14NB1JgCWmR58pgc1s > .row .container { border-width: 0; border-radius: 0; }#r0nFLWb8x9VSPS14NB1JgCWmR58pgc1s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r0nFLWb8x9VSPS14NB1JgCWmR58pgc1s > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#sHeoLl2OpgFkUbth3EFUMkPtaBF6Di0i { 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; }#sHeoLl2OpgFkUbth3EFUMkPtaBF6Di0i > .row .container { background-color: transparent; background-image: none; }#sHeoLl2OpgFkUbth3EFUMkPtaBF6Di0i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sHeoLl2OpgFkUbth3EFUMkPtaBF6Di0i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sHeoLl2OpgFkUbth3EFUMkPtaBF6Di0i > .row .container > .video-iframe-container { display: none; }#sHeoLl2OpgFkUbth3EFUMkPtaBF6Di0i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sHeoLl2OpgFkUbth3EFUMkPtaBF6Di0i > .row > .video-iframe-container { display: none; }#sHeoLl2OpgFkUbth3EFUMkPtaBF6Di0i > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sHeoLl2OpgFkUbth3EFUMkPtaBF6Di0i > .row .container { border-width: 0; border-radius: 0; }#sHeoLl2OpgFkUbth3EFUMkPtaBF6Di0i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sHeoLl2OpgFkUbth3EFUMkPtaBF6Di0i > .row .container { font-size:0.875rem;font-family:arial;height:27.75rem;width:75rem;position:relative;display:block; }#iiFORTifGWldxWwvR7vTOzW3KuWMVEoV { 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; }
#Qkg5hEZIXWAJEZtvNG6X6o4Tgn9ex5um { color:#47545a;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; }
#sMHyrrUFugoyw9glyd73wTGrgLEK4zxa { 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.187524795533rem;left:34.187501907349rem;overflow:hidden;display:block; }
#HdrKuzwPGnVKKhXOKCuNCh5fS3pE5lpT { 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:23.8125rem;width:37.125rem;top:3.511474609375rem;left:-1.3042278289795rem;overflow:hidden;display:block; }
#ibJ1NfwOdzx83K8Cc5Qv1iKCQvgXQkKg { box-sizing:content-box;height:27.75rem;width:49.875rem;position:absolute;display:block;z-index:15014;background-color:#edfeff;background-image:none;top:0rem;left:-12.942731980106rem;display:block; }
#a0MGCPUApEtFWzEdWX8IsrK1HIBixZMy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2fb2be;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#a0MGCPUApEtFWzEdWX8IsrK1HIBixZMy > .row .container { background-color: transparent; background-image: none; }#a0MGCPUApEtFWzEdWX8IsrK1HIBixZMy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a0MGCPUApEtFWzEdWX8IsrK1HIBixZMy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a0MGCPUApEtFWzEdWX8IsrK1HIBixZMy > .row .container > .video-iframe-container { display: none; }#a0MGCPUApEtFWzEdWX8IsrK1HIBixZMy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a0MGCPUApEtFWzEdWX8IsrK1HIBixZMy > .row > .video-iframe-container { display: none; }#a0MGCPUApEtFWzEdWX8IsrK1HIBixZMy > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a0MGCPUApEtFWzEdWX8IsrK1HIBixZMy > .row .container { border-width: 0; border-radius: 0; }#a0MGCPUApEtFWzEdWX8IsrK1HIBixZMy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a0MGCPUApEtFWzEdWX8IsrK1HIBixZMy > .row .container { font-size:0.875rem;font-family:arial;height:1.875rem;width:75rem;position:relative;display:block; }#byDBdA2ds0EXn8TLoUAxZOqEmEZR0XiO { 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; }#byDBdA2ds0EXn8TLoUAxZOqEmEZR0XiO > .row .container { background-color: transparent; background-image: none; }#byDBdA2ds0EXn8TLoUAxZOqEmEZR0XiO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#byDBdA2ds0EXn8TLoUAxZOqEmEZR0XiO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#byDBdA2ds0EXn8TLoUAxZOqEmEZR0XiO > .row .container > .video-iframe-container { display: none; }#byDBdA2ds0EXn8TLoUAxZOqEmEZR0XiO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#byDBdA2ds0EXn8TLoUAxZOqEmEZR0XiO > .row > .video-iframe-container { display: none; }#byDBdA2ds0EXn8TLoUAxZOqEmEZR0XiO > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#byDBdA2ds0EXn8TLoUAxZOqEmEZR0XiO > .row .container { border-width: 0; border-radius: 0; }#byDBdA2ds0EXn8TLoUAxZOqEmEZR0XiO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#byDBdA2ds0EXn8TLoUAxZOqEmEZR0XiO > .row .container { font-size:0.875rem;font-family:arial;height:28.625rem;width:75rem;position:relative;display:block; }#OVz34wEJTBmKNNR5ubkLFJQttTA4TnmD { 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.94986875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#G7okIg09JD3S8dM4krlkLyP2OyfmQVRs { color:#47545a;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; }
#oSZ3OMN9e4MRtR0Blen7w6Op0pOKn8bv { 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; }
#JBn0SsRhxgVDUn9NuKZ7T1Wp0WxJXRbe { 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.187561035156rem;left:38.687501907349rem;overflow:hidden;display:block; }
#IlsqyuNqJtrdMtSsev72Wubb539Z9NAN { 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:none; }
#Ix1bS1dhzqWPU5pOO8zn6MzWbphZ2bdM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2fb2be;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ix1bS1dhzqWPU5pOO8zn6MzWbphZ2bdM > .row .container { background-color: transparent; background-image: none; }#Ix1bS1dhzqWPU5pOO8zn6MzWbphZ2bdM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ix1bS1dhzqWPU5pOO8zn6MzWbphZ2bdM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ix1bS1dhzqWPU5pOO8zn6MzWbphZ2bdM > .row .container > .video-iframe-container { display: none; }#Ix1bS1dhzqWPU5pOO8zn6MzWbphZ2bdM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ix1bS1dhzqWPU5pOO8zn6MzWbphZ2bdM > .row > .video-iframe-container { display: none; }#Ix1bS1dhzqWPU5pOO8zn6MzWbphZ2bdM > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ix1bS1dhzqWPU5pOO8zn6MzWbphZ2bdM > .row .container { border-width: 0; border-radius: 0; }#Ix1bS1dhzqWPU5pOO8zn6MzWbphZ2bdM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ix1bS1dhzqWPU5pOO8zn6MzWbphZ2bdM > .row .container { font-size:0.875rem;font-family:arial;height:1.875rem;width:75rem;position:relative;display:block; }#m05SSLmltm1UBll1eGvFW8p7MTgUmy4u { 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; }#m05SSLmltm1UBll1eGvFW8p7MTgUmy4u > .row .container { background-color: transparent; background-image: none; }#m05SSLmltm1UBll1eGvFW8p7MTgUmy4u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m05SSLmltm1UBll1eGvFW8p7MTgUmy4u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m05SSLmltm1UBll1eGvFW8p7MTgUmy4u > .row .container > .video-iframe-container { display: none; }#m05SSLmltm1UBll1eGvFW8p7MTgUmy4u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m05SSLmltm1UBll1eGvFW8p7MTgUmy4u > .row > .video-iframe-container { display: none; }#m05SSLmltm1UBll1eGvFW8p7MTgUmy4u > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m05SSLmltm1UBll1eGvFW8p7MTgUmy4u > .row .container { border-width: 0; border-radius: 0; }#m05SSLmltm1UBll1eGvFW8p7MTgUmy4u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m05SSLmltm1UBll1eGvFW8p7MTgUmy4u > .row .container { font-size:0.875rem;font-family:arial;height:28.625rem;width:75rem;position:relative;display:block; }#fXqTyvaLkrPAux7IyiV74bqKmZcGgHmb { 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; }
#mG1ltn4hmJb412MvSGRW05hOUTwdp07p { 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.5625rem;width:48.4375rem;top:0.062363922595977rem;left:-11.340051788356rem;overflow:hidden;display:block; }
#RbIrlU2pw1PXtrAkTfD0uD7XEoW5Jwl1 { color:#47545a;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:6.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#APMuLDkgAS80oCwAfVlQVRJDy1bHcpkg { 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.458593606949rem;left:34.000001907349rem;overflow:hidden;display:block; }
#JVeh5R8ZTyCicvCWKR3MT5evc8d4Q2EP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2fb2be;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JVeh5R8ZTyCicvCWKR3MT5evc8d4Q2EP > .row .container { background-color: transparent; background-image: none; }#JVeh5R8ZTyCicvCWKR3MT5evc8d4Q2EP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JVeh5R8ZTyCicvCWKR3MT5evc8d4Q2EP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JVeh5R8ZTyCicvCWKR3MT5evc8d4Q2EP > .row .container > .video-iframe-container { display: none; }#JVeh5R8ZTyCicvCWKR3MT5evc8d4Q2EP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JVeh5R8ZTyCicvCWKR3MT5evc8d4Q2EP > .row > .video-iframe-container { display: none; }#JVeh5R8ZTyCicvCWKR3MT5evc8d4Q2EP > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JVeh5R8ZTyCicvCWKR3MT5evc8d4Q2EP > .row .container { border-width: 0; border-radius: 0; }#JVeh5R8ZTyCicvCWKR3MT5evc8d4Q2EP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JVeh5R8ZTyCicvCWKR3MT5evc8d4Q2EP > .row .container { font-size:0.875rem;font-family:arial;height:1.875rem;width:75rem;position:relative;display:block; }#QmPEFNRsn7wKfen2XkX3LZbUETMthI14 { 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; }#QmPEFNRsn7wKfen2XkX3LZbUETMthI14 > .row .container { background-color: transparent; background-image: none; }#QmPEFNRsn7wKfen2XkX3LZbUETMthI14::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QmPEFNRsn7wKfen2XkX3LZbUETMthI14 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QmPEFNRsn7wKfen2XkX3LZbUETMthI14 > .row .container > .video-iframe-container { display: none; }#QmPEFNRsn7wKfen2XkX3LZbUETMthI14 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QmPEFNRsn7wKfen2XkX3LZbUETMthI14 > .row > .video-iframe-container { display: none; }#QmPEFNRsn7wKfen2XkX3LZbUETMthI14 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QmPEFNRsn7wKfen2XkX3LZbUETMthI14 > .row .container { border-width: 0; border-radius: 0; }#QmPEFNRsn7wKfen2XkX3LZbUETMthI14 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QmPEFNRsn7wKfen2XkX3LZbUETMthI14 > .row .container { font-size:0.875rem;font-family:arial;height:28.625rem;width:75rem;position:relative;display:block; }#ur366LfBdee5UzVy2Vdo4z2m3Hl1TPbf { 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.94986875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#C9bmEAO4SlcCdWI8MtpqFlwqfF5M8Nt6 { color:#000000;display:block;width:26.625rem;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.37265586853rem;left:6.4304695129394rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kkcgOh8f75E2pTfCMg1AqQbTFMpVdpTC { 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; }
#BrPJEbyMIlZv4D5yTeovGFrDz0Rg24NC { 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:38.687501907349rem;overflow:hidden;display:block; }
#A6ZlOceKCRwUvbVHBc12Nngsm6zF45ei { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2fb2be;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#A6ZlOceKCRwUvbVHBc12Nngsm6zF45ei > .row .container { background-color: transparent; background-image: none; }#A6ZlOceKCRwUvbVHBc12Nngsm6zF45ei::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6ZlOceKCRwUvbVHBc12Nngsm6zF45ei > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6ZlOceKCRwUvbVHBc12Nngsm6zF45ei > .row .container > .video-iframe-container { display: none; }#A6ZlOceKCRwUvbVHBc12Nngsm6zF45ei > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6ZlOceKCRwUvbVHBc12Nngsm6zF45ei > .row > .video-iframe-container { display: none; }#A6ZlOceKCRwUvbVHBc12Nngsm6zF45ei > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6ZlOceKCRwUvbVHBc12Nngsm6zF45ei > .row .container { border-width: 0; border-radius: 0; }#A6ZlOceKCRwUvbVHBc12Nngsm6zF45ei > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A6ZlOceKCRwUvbVHBc12Nngsm6zF45ei > .row .container { font-size:0.875rem;font-family:arial;height:1.875rem;width:75rem;position:relative;display:block; }#PsR41AVPg3eQEU0SvolaUdoFePSTxHuZ { 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; }#PsR41AVPg3eQEU0SvolaUdoFePSTxHuZ > .row .container { background-color: transparent; background-image: none; }#PsR41AVPg3eQEU0SvolaUdoFePSTxHuZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PsR41AVPg3eQEU0SvolaUdoFePSTxHuZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PsR41AVPg3eQEU0SvolaUdoFePSTxHuZ > .row .container > .video-iframe-container { display: none; }#PsR41AVPg3eQEU0SvolaUdoFePSTxHuZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PsR41AVPg3eQEU0SvolaUdoFePSTxHuZ > .row > .video-iframe-container { display: none; }#PsR41AVPg3eQEU0SvolaUdoFePSTxHuZ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PsR41AVPg3eQEU0SvolaUdoFePSTxHuZ > .row .container { border-width: 0; border-radius: 0; }#PsR41AVPg3eQEU0SvolaUdoFePSTxHuZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PsR41AVPg3eQEU0SvolaUdoFePSTxHuZ > .row .container { font-size:0.875rem;font-family:arial;height:28.625rem;width:75rem;position:relative;display:block; }#S1B7vI62gFTTgBJ652cPLVWgqX9UhlQS { 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; }
#leJNNEuNs1l4TW6zDCalGT7XCTcL9TSw { color:#47545a;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; }
#SezLCeJI5H0LASKZwmLVrHEx0F053ViE { 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:51.625rem;top:0rem;left:-11.203291109949rem;overflow:hidden;display:block; }
#gC5i4U7WwIA3wDALA4eoBcXKesUUZnLL { 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:10.1044921875rem;left:36.997929573059rem;overflow:hidden;display:block; }
#ON6TK6kTUBEfh7KdLPLnp8x2EFVD2I4D { 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:none; }
#MmtAQz9zzpOPlMN33Plc1lgJBMnw4Nzd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2fb2be;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MmtAQz9zzpOPlMN33Plc1lgJBMnw4Nzd > .row .container { background-color: transparent; background-image: none; }#MmtAQz9zzpOPlMN33Plc1lgJBMnw4Nzd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MmtAQz9zzpOPlMN33Plc1lgJBMnw4Nzd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MmtAQz9zzpOPlMN33Plc1lgJBMnw4Nzd > .row .container > .video-iframe-container { display: none; }#MmtAQz9zzpOPlMN33Plc1lgJBMnw4Nzd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MmtAQz9zzpOPlMN33Plc1lgJBMnw4Nzd > .row > .video-iframe-container { display: none; }#MmtAQz9zzpOPlMN33Plc1lgJBMnw4Nzd > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MmtAQz9zzpOPlMN33Plc1lgJBMnw4Nzd > .row .container { border-width: 0; border-radius: 0; }#MmtAQz9zzpOPlMN33Plc1lgJBMnw4Nzd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MmtAQz9zzpOPlMN33Plc1lgJBMnw4Nzd > .row .container { font-size:0.875rem;font-family:arial;height:1.875rem;width:75rem;position:relative;display:block; }#TzooQ61CiiUvOspw6QdPGCdhZ64FpqvT { 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; }#TzooQ61CiiUvOspw6QdPGCdhZ64FpqvT > .row .container { background-color: transparent; background-image: none; }#TzooQ61CiiUvOspw6QdPGCdhZ64FpqvT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzooQ61CiiUvOspw6QdPGCdhZ64FpqvT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzooQ61CiiUvOspw6QdPGCdhZ64FpqvT > .row .container > .video-iframe-container { display: none; }#TzooQ61CiiUvOspw6QdPGCdhZ64FpqvT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzooQ61CiiUvOspw6QdPGCdhZ64FpqvT > .row > .video-iframe-container { display: none; }#TzooQ61CiiUvOspw6QdPGCdhZ64FpqvT > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzooQ61CiiUvOspw6QdPGCdhZ64FpqvT > .row .container { border-width: 0; border-radius: 0; }#TzooQ61CiiUvOspw6QdPGCdhZ64FpqvT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TzooQ61CiiUvOspw6QdPGCdhZ64FpqvT > .row .container { font-size:0.875rem;font-family:arial;height:28.625rem;width:75rem;position:relative;display:block; }#es5OyGCg0biWglpWJEo4SPgIPdIrbhlD { 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.94986875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#s4Xd26MCqBzGP1JTXMLcCxULwnQCuVzJ { 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; }
#Hz5MysRf2XARb8QKh8p8WihNSOuhe8XO { 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; }
#BpM6eJ6xFrE56VcTAiTmDLd7NM9rXnL1 { 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.187499523163rem;left:38.687501907349rem;overflow:hidden;display:block; }
#ik9caHF4Z2uytdCo4WE48xa1lKLtc8kX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2fb2be;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ik9caHF4Z2uytdCo4WE48xa1lKLtc8kX > .row .container { background-color: transparent; background-image: none; }#ik9caHF4Z2uytdCo4WE48xa1lKLtc8kX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ik9caHF4Z2uytdCo4WE48xa1lKLtc8kX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ik9caHF4Z2uytdCo4WE48xa1lKLtc8kX > .row .container > .video-iframe-container { display: none; }#ik9caHF4Z2uytdCo4WE48xa1lKLtc8kX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ik9caHF4Z2uytdCo4WE48xa1lKLtc8kX > .row > .video-iframe-container { display: none; }#ik9caHF4Z2uytdCo4WE48xa1lKLtc8kX > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ik9caHF4Z2uytdCo4WE48xa1lKLtc8kX > .row .container { border-width: 0; border-radius: 0; }#ik9caHF4Z2uytdCo4WE48xa1lKLtc8kX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ik9caHF4Z2uytdCo4WE48xa1lKLtc8kX > .row .container { font-size:0.875rem;font-family:arial;height:1.875rem;width:75rem;position:relative;display:block; }#HE0BsDc9Af9vbfc96I8W18hR53zFBxEh { 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; }#HE0BsDc9Af9vbfc96I8W18hR53zFBxEh > .row .container { background-color: transparent; background-image: none; }#HE0BsDc9Af9vbfc96I8W18hR53zFBxEh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HE0BsDc9Af9vbfc96I8W18hR53zFBxEh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HE0BsDc9Af9vbfc96I8W18hR53zFBxEh > .row .container > .video-iframe-container { display: none; }#HE0BsDc9Af9vbfc96I8W18hR53zFBxEh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HE0BsDc9Af9vbfc96I8W18hR53zFBxEh > .row > .video-iframe-container { display: none; }#HE0BsDc9Af9vbfc96I8W18hR53zFBxEh > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HE0BsDc9Af9vbfc96I8W18hR53zFBxEh > .row .container { border-width: 0; border-radius: 0; }#HE0BsDc9Af9vbfc96I8W18hR53zFBxEh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HE0BsDc9Af9vbfc96I8W18hR53zFBxEh > .row .container { font-size:0.875rem;font-family:arial;height:28.625rem;width:75rem;position:relative;display:block; }#CqNXFngIU3oTf0rM1iixUddrTS5J2Eub { 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; }
#CtvS2igPaG7QPcteseGkITcC4QS68las { 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:0.062363922595977rem;left:-11.340051788356rem;overflow:hidden;display:block; }
#oHsnSWsEBQX4tlTg0Q5Aqu2ButV6bDfN { color:#47545a;display:block;width:22.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:14.715087890625rem;left:45.811120033264rem;height:8.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#I4OtLboTym7vBHMTm1Fx3rAvl7TySpgn { 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; }
#W9nmO6z72t22UI4ADNGCukNHANreizJL { 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:none; }#W9nmO6z72t22UI4ADNGCukNHANreizJL > .row .container { border-width: 0; border-radius: 0; }#W9nmO6z72t22UI4ADNGCukNHANreizJL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W9nmO6z72t22UI4ADNGCukNHANreizJL > .row .container { font-size:0.875rem;font-family:arial;height:28.625rem;width:75rem;position:relative;display:none; }#ZiFwuSPaNnZnthOagy5H1NyRsGQ8L3nH { 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:1.985294125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#q32FFqinrbwddBhvU8wKrKVHIK4lNDrg { 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:0.062363922595977rem;left:-11.340051788356rem;overflow:hidden;display:block; }
#vaiTQ5zl9FBVMPhf0DlLGxRhwRqNzZ0d { color:#47545a;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.235294125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#K9xgOqfr9HH1Mh3NxHzQcrFiB9OU6TZ5 { 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; }
#IdSx4npPf05eSyE6dgZITse7OX4uOzg1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2fb2be;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IdSx4npPf05eSyE6dgZITse7OX4uOzg1 > .row .container { background-color: transparent; background-image: none; }#IdSx4npPf05eSyE6dgZITse7OX4uOzg1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IdSx4npPf05eSyE6dgZITse7OX4uOzg1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IdSx4npPf05eSyE6dgZITse7OX4uOzg1 > .row .container > .video-iframe-container { display: none; }#IdSx4npPf05eSyE6dgZITse7OX4uOzg1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IdSx4npPf05eSyE6dgZITse7OX4uOzg1 > .row > .video-iframe-container { display: none; }#IdSx4npPf05eSyE6dgZITse7OX4uOzg1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IdSx4npPf05eSyE6dgZITse7OX4uOzg1 > .row .container { border-width: 0; border-radius: 0; }#IdSx4npPf05eSyE6dgZITse7OX4uOzg1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IdSx4npPf05eSyE6dgZITse7OX4uOzg1 > .row .container { font-size:0.875rem;font-family:arial;height:1.875rem;width:75rem;position:relative;display:block; }#NkmhDRvpwuLLzHPTUC6d5VQPcUOgTiQr { 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; }#NkmhDRvpwuLLzHPTUC6d5VQPcUOgTiQr > .row .container { background-color: transparent; background-image: none; }#NkmhDRvpwuLLzHPTUC6d5VQPcUOgTiQr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NkmhDRvpwuLLzHPTUC6d5VQPcUOgTiQr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NkmhDRvpwuLLzHPTUC6d5VQPcUOgTiQr > .row .container > .video-iframe-container { display: none; }#NkmhDRvpwuLLzHPTUC6d5VQPcUOgTiQr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NkmhDRvpwuLLzHPTUC6d5VQPcUOgTiQr > .row > .video-iframe-container { display: none; }#NkmhDRvpwuLLzHPTUC6d5VQPcUOgTiQr > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NkmhDRvpwuLLzHPTUC6d5VQPcUOgTiQr > .row .container { border-width: 0; border-radius: 0; }#NkmhDRvpwuLLzHPTUC6d5VQPcUOgTiQr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NkmhDRvpwuLLzHPTUC6d5VQPcUOgTiQr > .row .container { font-size:0.875rem;font-family:arial;height:28.625rem;width:75rem;position:relative;display:block; }#FTOXcZZ49x0EDi7rAa5y0AF614TXQSUk { 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:5.8125rem;left:6.3125rem;height:1.94986875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EF7AO43HyC5t0OMmuCxT1o5JJ5TL8qDL { color:#47545a;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:10rem;left:6.3125rem;height:9.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LZmHSHSOmevJJdamKfecJBruOUhaVXWB { 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; }
#N40AGN4UgdfO830wyRyOeuC2z8Hah5NR { 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.187500476837rem;left:38.687501907349rem;overflow:hidden;display:block; }
#KX8oR26xOdSBVvd02xxnoBxSVv5oCAL7 { background-color:#f1a41f;background-image:none;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:25.8122691875rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:21.85888671875rem;left:6.3108911514281rem;display:block; }
#IfNLuKQBa6f5xvULChOckAp9Dv8Ex8d7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HSeav9FdrnDfkpWlFN8fIdCTyxbv9JqT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#107d84;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HSeav9FdrnDfkpWlFN8fIdCTyxbv9JqT > .row .container { background-color: transparent; background-image: none; }#HSeav9FdrnDfkpWlFN8fIdCTyxbv9JqT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HSeav9FdrnDfkpWlFN8fIdCTyxbv9JqT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HSeav9FdrnDfkpWlFN8fIdCTyxbv9JqT > .row .container > .video-iframe-container { display: none; }#HSeav9FdrnDfkpWlFN8fIdCTyxbv9JqT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HSeav9FdrnDfkpWlFN8fIdCTyxbv9JqT > .row > .video-iframe-container { display: none; }#HSeav9FdrnDfkpWlFN8fIdCTyxbv9JqT > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HSeav9FdrnDfkpWlFN8fIdCTyxbv9JqT > .row .container { border-width: 0; border-radius: 0; }#HSeav9FdrnDfkpWlFN8fIdCTyxbv9JqT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HSeav9FdrnDfkpWlFN8fIdCTyxbv9JqT > .row .container { font-size:0.875rem;font-family:arial;height:15.1875rem;width:75rem;position:relative;display:block; }#GKhKsF5s0R097WKQEnJrnX1BA0npnzLN { color:#ffffff;display:block;width:43.75rem;position:absolute;font-family:"josefin sans";font-size:3rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.625rem;left:15.623850822449rem;height:3.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rwllwwXtlvokC88MVc7foHooMkFOuBi4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e5ffff;background-image:url("https://images.assets-landingi.com/uc/79f18097-fcb2-4700-858f-af1478e191c6/_Zdjciegwnenastronzapisucz21.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rwllwwXtlvokC88MVc7foHooMkFOuBi4.adaptive-delivery-prevent-bg, #rwllwwXtlvokC88MVc7foHooMkFOuBi4.lazyload, #rwllwwXtlvokC88MVc7foHooMkFOuBi4.lazyloading { background-image: none; }#rwllwwXtlvokC88MVc7foHooMkFOuBi4 > .row .container { background-color: transparent; background-image: none; }#rwllwwXtlvokC88MVc7foHooMkFOuBi4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rwllwwXtlvokC88MVc7foHooMkFOuBi4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rwllwwXtlvokC88MVc7foHooMkFOuBi4 > .row .container > .video-iframe-container { display: none; }#rwllwwXtlvokC88MVc7foHooMkFOuBi4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rwllwwXtlvokC88MVc7foHooMkFOuBi4 > .row > .video-iframe-container { display: none; }#rwllwwXtlvokC88MVc7foHooMkFOuBi4 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rwllwwXtlvokC88MVc7foHooMkFOuBi4 > .row .container { border-width: 0; border-radius: 0; }#rwllwwXtlvokC88MVc7foHooMkFOuBi4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rwllwwXtlvokC88MVc7foHooMkFOuBi4 > .row .container { font-size:0.875rem;font-family:arial;height:53.1875rem;width:75rem;position:relative;display:block; }#qc4pWHSOfgTXLR1GAepx3b97pvQ4C7Xt { color:#ffffff;display:block;width:23.1875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:37.375rem;left:43.9375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#w08JHg9B0aoh60ldUrC1dJGHE3FPBu1i { position:absolute;display:block;z-index:15011;background-color:#0babc1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:4.9375rem;width:32.6875rem;top:35.75rem;left:39.1875rem;display:block; }
#Nm4AelhJgMsVQ2IHxXtTqQTUBSqliA9M { 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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:45.6875rem;width:37.5625rem;top:4.375rem;left:37.311577796936rem;display:block; }
#TaKd1AlOxDQEextw85qsdcixXc85WrvC { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:46.875rem;width:75rem;display:none; }
#XqrBqVyuz2foBw31qrOXvPKQKF4Br2d5 { color:#2649a9;display:block;width:33.3125rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:7.1627197265625rem;left:39.25065612793rem;height:24.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oHvwl8VXrJ6zTfccJHP3bOuEhzQa6E7v { background-color:transparent;background-image:none;border-top:0.125rem solid #0babc1;border-left:0.125rem solid #0babc1;border-right:0.125rem solid #0babc1;border-bottom:0.125rem solid #0babc1;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0babc1;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:32.6875rem;height:3.1971506875rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:42.767700195312rem;left:39.185429573059rem;display:block; }
#viZtE0tmw2GIBAdblmqDzl38h8ubeqBl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Omvy9xgyDmhOTTCLqGKXS3V7grdn1Qm7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e5ffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Omvy9xgyDmhOTTCLqGKXS3V7grdn1Qm7 > .row .container { background-color: transparent; background-image: none; }#Omvy9xgyDmhOTTCLqGKXS3V7grdn1Qm7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Omvy9xgyDmhOTTCLqGKXS3V7grdn1Qm7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Omvy9xgyDmhOTTCLqGKXS3V7grdn1Qm7 > .row .container > .video-iframe-container { display: none; }#Omvy9xgyDmhOTTCLqGKXS3V7grdn1Qm7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Omvy9xgyDmhOTTCLqGKXS3V7grdn1Qm7 > .row > .video-iframe-container { display: none; }#Omvy9xgyDmhOTTCLqGKXS3V7grdn1Qm7 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Omvy9xgyDmhOTTCLqGKXS3V7grdn1Qm7 > .row .container { border-width: 0; border-radius: 0; }#Omvy9xgyDmhOTTCLqGKXS3V7grdn1Qm7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Omvy9xgyDmhOTTCLqGKXS3V7grdn1Qm7 > .row .container { font-size:0.875rem;font-family:arial;height:24.5rem;width:75rem;position:relative;display:block; }#mRwMfN6PK5XKoHCs18a6GFh2eDoHKAIb { 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-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:20.625rem;width:63.1875rem;top:3.6875rem;left:5.9375rem;display:block; }
#OwSAOT09ACzhOsgTeAx31mhpexCERoot { color:#30b1be;display:block;width:6.247396rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:15016;line-height:.2;letter-spacing:0;top:3.6875rem;left:12.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NJFMpKdUBaDPqDmHuvxRMikO53IlKmuw { color:#72686c;display:block;width:51.0615806875rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:6.87158203125rem;left:17.666588783264rem;height:6.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cfaxh43zBbR62ogE2vktR9sOl0taTOem { color:#72686c;display:block;width:51.0615806875rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:7.9986572265625rem;left:18.979779243469rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#a0TUBGofdfollUHAI02ICuhnyAMcJ2wZ { color:#72686c;display:block;width:51.0615806875rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:15.1826171875rem;left:17.66429233551rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#f4gxP34tdf8OlGliQQ5eaTpLSTseO1k0 { 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.5rem;width:12.5rem;top:6.847412109375rem;left:3.1238508224488rem;overflow:hidden;display:block; }
#fv3GoWMBXomhQ4aFg64kzo50HQrbGVl7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e5ffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fv3GoWMBXomhQ4aFg64kzo50HQrbGVl7 > .row .container { background-color: transparent; background-image: none; }#fv3GoWMBXomhQ4aFg64kzo50HQrbGVl7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fv3GoWMBXomhQ4aFg64kzo50HQrbGVl7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fv3GoWMBXomhQ4aFg64kzo50HQrbGVl7 > .row .container > .video-iframe-container { display: none; }#fv3GoWMBXomhQ4aFg64kzo50HQrbGVl7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fv3GoWMBXomhQ4aFg64kzo50HQrbGVl7 > .row > .video-iframe-container { display: none; }#fv3GoWMBXomhQ4aFg64kzo50HQrbGVl7 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fv3GoWMBXomhQ4aFg64kzo50HQrbGVl7 > .row .container { border-width: 0; border-radius: 0; }#fv3GoWMBXomhQ4aFg64kzo50HQrbGVl7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fv3GoWMBXomhQ4aFg64kzo50HQrbGVl7 > .row .container { font-size:0.875rem;font-family:arial;height:24.5rem;width:75rem;position:relative;display:block; }#Bdfm62bZcRETHbPrCBCHI6645V7htTHQ { 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-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:20.625rem;width:63.1875rem;top:3.6875rem;left:5.9375rem;display:block; }
#wThvrrJt5Rqa82vsGILfwxSO7oWK7tCw { color:#30b1be;display:block;width:6.247396rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:15016;line-height:.2;letter-spacing:0;top:3.6875rem;left:12.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bWQ42QAN0UNo4Qwdu1MKb2sZ2eMZzs6z { color:#72686c;display:block;width:51.0615806875rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:15.1826171875rem;left:17.66429233551rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WOdEiQnO6ndi292z6QsMNOaOJ4Drzd0s { 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.5rem;width:12.5rem;top:6.8233642578125rem;left:1.8118104934693rem;overflow:hidden;display:block; }
#ieWRpFCHGhu5ANLCnTKi5RSUXS1lAIOO { color:#72686c;display:block;width:51.0615806875rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:6.775146484375rem;left:17.663144111633rem;height:6.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OInMDE224ktscPvdfrcCeLadrHLIcDJd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e5ffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OInMDE224ktscPvdfrcCeLadrHLIcDJd > .row .container { background-color: transparent; background-image: none; }#OInMDE224ktscPvdfrcCeLadrHLIcDJd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OInMDE224ktscPvdfrcCeLadrHLIcDJd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OInMDE224ktscPvdfrcCeLadrHLIcDJd > .row .container > .video-iframe-container { display: none; }#OInMDE224ktscPvdfrcCeLadrHLIcDJd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OInMDE224ktscPvdfrcCeLadrHLIcDJd > .row > .video-iframe-container { display: none; }#OInMDE224ktscPvdfrcCeLadrHLIcDJd > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OInMDE224ktscPvdfrcCeLadrHLIcDJd > .row .container { border-width: 0; border-radius: 0; }#OInMDE224ktscPvdfrcCeLadrHLIcDJd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OInMDE224ktscPvdfrcCeLadrHLIcDJd > .row .container { font-size:0.875rem;font-family:arial;height:24.5rem;width:75rem;position:relative;display:block; }#TOuDv8JCQzId5H9n8n99A5UoOJOrlOxN { 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-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:20.625rem;width:63.1875rem;top:3.6875rem;left:5.9375rem;display:block; }
#lEXtRD37lRFibzbQyDv1sohSkH8KTMhL { color:#30b1be;display:block;width:6.2465529375rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:15016;line-height:.2;letter-spacing:0;top:3.6580810546875rem;left:8.5110292434694rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CvFueEWPgA6Jm688VWTEPJ8BHEriDRlD { color:#72686c;display:block;width:51.0615806875rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:15.615844726562rem;left:17.185200691223rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OZSQbM9wHflQS8rJJ4hzyITVUp8q7eF1 { display:block;width:52.9997673125rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:5.9375rem;left:17.1875rem;height:10.125rem;color:#47545a;font-style:italic;text-align:left;text-align-last:left;display:block; }
#AqiZXdHtcv2FQO96OxGZXqHrnh61PPfL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e5ffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AqiZXdHtcv2FQO96OxGZXqHrnh61PPfL > .row .container { background-color: transparent; background-image: none; }#AqiZXdHtcv2FQO96OxGZXqHrnh61PPfL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AqiZXdHtcv2FQO96OxGZXqHrnh61PPfL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AqiZXdHtcv2FQO96OxGZXqHrnh61PPfL > .row .container > .video-iframe-container { display: none; }#AqiZXdHtcv2FQO96OxGZXqHrnh61PPfL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AqiZXdHtcv2FQO96OxGZXqHrnh61PPfL > .row > .video-iframe-container { display: none; }#AqiZXdHtcv2FQO96OxGZXqHrnh61PPfL > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AqiZXdHtcv2FQO96OxGZXqHrnh61PPfL > .row .container { border-width: 0; border-radius: 0; }#AqiZXdHtcv2FQO96OxGZXqHrnh61PPfL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AqiZXdHtcv2FQO96OxGZXqHrnh61PPfL > .row .container { font-size:0.875rem;font-family:arial;height:24.5rem;width:75rem;position:relative;display:block; }#qXpedI7tkcfIkHJME11GDCLwQqncGMfc { 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-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:20.625rem;width:63.1875rem;top:3.6875rem;left:5.9375rem;display:block; }
#zmdrCZOeMH2eVGtPmazAEuFUJ18usrom { color:#30b1be;display:block;width:6.2465529375rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:15016;line-height:.2;letter-spacing:0;top:3.653564453125rem;left:8.4972429275512rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iyEa2lnpWyTLCRtHmHaeZZThdorEUZBL { color:#72686c;display:block;width:51.0615806875rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:15.124145507812rem;left:17.185200691223rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#p3Q7q0Fa6c3lEhTkdQtgLT23K0tGqch2 { display:block;width:47.6240806875rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:6.980712890625rem;left:17.1875rem;height:6.75rem;color:#47545a;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XdSglTEirpOnkR3Ho8CiJsekaJpZhyPI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e5ffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XdSglTEirpOnkR3Ho8CiJsekaJpZhyPI > .row .container { background-color: transparent; background-image: none; }#XdSglTEirpOnkR3Ho8CiJsekaJpZhyPI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XdSglTEirpOnkR3Ho8CiJsekaJpZhyPI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XdSglTEirpOnkR3Ho8CiJsekaJpZhyPI > .row .container > .video-iframe-container { display: none; }#XdSglTEirpOnkR3Ho8CiJsekaJpZhyPI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XdSglTEirpOnkR3Ho8CiJsekaJpZhyPI > .row > .video-iframe-container { display: none; }#XdSglTEirpOnkR3Ho8CiJsekaJpZhyPI > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XdSglTEirpOnkR3Ho8CiJsekaJpZhyPI > .row .container { border-width: 0; border-radius: 0; }#XdSglTEirpOnkR3Ho8CiJsekaJpZhyPI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XdSglTEirpOnkR3Ho8CiJsekaJpZhyPI > .row .container { font-size:0.875rem;font-family:arial;height:28.8125rem;width:75rem;position:relative;display:block; }#TR8JJ503qF9oyuHXOyKDCaMSLtStuEs9 { 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-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:20.625rem;width:63.1875rem;top:3.6875rem;left:5.9375rem;display:block; }
#Re8ETQE5xItS6rod3SwnLHSacqPOBLMx { color:#30b1be;display:block;width:6.2465529375rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:15016;line-height:.2;letter-spacing:0;top:3.653564453125rem;left:8.4972429275512rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ix6xDTyHTQQz1xnFZ4TWqS3rDsU8b4Ow { color:#72686c;display:block;width:51.0615806875rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:19.122192382812rem;left:17.185200691223rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zizU6rbiM6Wuh4cVcQSRwhH8aBXfFOVT { display:block;width:47.9997673125rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:5.9375rem;left:17.1875rem;height:11.8125rem;color:#47545a;font-style:italic;text-align:left;text-align-last:left;display:block; }
#hthKCHhpPaWhWLGIlxfyXDJVhZyIn6A6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#107d84;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hthKCHhpPaWhWLGIlxfyXDJVhZyIn6A6 > .row .container { background-color: transparent; background-image: none; }#hthKCHhpPaWhWLGIlxfyXDJVhZyIn6A6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hthKCHhpPaWhWLGIlxfyXDJVhZyIn6A6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hthKCHhpPaWhWLGIlxfyXDJVhZyIn6A6 > .row .container > .video-iframe-container { display: none; }#hthKCHhpPaWhWLGIlxfyXDJVhZyIn6A6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hthKCHhpPaWhWLGIlxfyXDJVhZyIn6A6 > .row > .video-iframe-container { display: none; }#hthKCHhpPaWhWLGIlxfyXDJVhZyIn6A6 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hthKCHhpPaWhWLGIlxfyXDJVhZyIn6A6 > .row .container { border-width: 0; border-radius: 0; }#hthKCHhpPaWhWLGIlxfyXDJVhZyIn6A6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hthKCHhpPaWhWLGIlxfyXDJVhZyIn6A6 > .row .container { font-size:0.875rem;font-family:arial;height:19.25rem;width:75rem;position:relative;display:block; }#LGdBFRMGhu6tBPXT8HvfinAcdWkWFJsl { color:#107d84;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:7.5rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TArnNnbJitdIF7V6sryLiSCl8JvRqg19 { box-sizing:content-box;height:13.3743105rem;width:47.5rem;position:absolute;display:block;z-index:15011;background-color:#2fb2be;background-image:none;top:12.742431640625rem;left:13.748850822449rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
#bxTAfWg36SL3uhutOcHvyaTJvxXgNL4z { color:#ffffff;display:block;width:47.3747673125rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:15.807739257812rem;left:13.810891151428rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S4pTak5h4N1P8ChUSJBW0L6lkC3TPNKA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5fbfd;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#S4pTak5h4N1P8ChUSJBW0L6lkC3TPNKA > .row .container { background-color: transparent; background-image: none; }#S4pTak5h4N1P8ChUSJBW0L6lkC3TPNKA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S4pTak5h4N1P8ChUSJBW0L6lkC3TPNKA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S4pTak5h4N1P8ChUSJBW0L6lkC3TPNKA > .row .container > .video-iframe-container { display: none; }#S4pTak5h4N1P8ChUSJBW0L6lkC3TPNKA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S4pTak5h4N1P8ChUSJBW0L6lkC3TPNKA > .row > .video-iframe-container { display: none; }#S4pTak5h4N1P8ChUSJBW0L6lkC3TPNKA > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S4pTak5h4N1P8ChUSJBW0L6lkC3TPNKA > .row .container { border-width: 0; border-radius: 0; }#S4pTak5h4N1P8ChUSJBW0L6lkC3TPNKA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S4pTak5h4N1P8ChUSJBW0L6lkC3TPNKA > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;position:relative;display:block; }#ORmrK0OpMtsUNVaRah4BUasT6ALNd002 { box-sizing:content-box;height:13.3743105rem;width:47.5rem;position:absolute;display:block;z-index:15011;background-color:#2fb2be;background-image:none;top:12.742431640625rem;left:13.748850822449rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:none; }
#g3dQxHx2DFt3GUJXrxNMMVTiqK14eAd7 { color:#ffffff;display:block;width:47.3747673125rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:15.807739257812rem;left:13.810891151428rem;height:7.205882125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#g5NhtttVSGaHMbU3eObBUvVgJJ4xQF0b { position:relative;display:block; }#g5NhtttVSGaHMbU3eObBUvVgJJ4xQF0b { background-color: transparent; background-image: none; }#g5NhtttVSGaHMbU3eObBUvVgJJ4xQF0b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g5NhtttVSGaHMbU3eObBUvVgJJ4xQF0b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g5NhtttVSGaHMbU3eObBUvVgJJ4xQF0b > .row .container > .video-iframe-container { display: none; }#g5NhtttVSGaHMbU3eObBUvVgJJ4xQF0b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g5NhtttVSGaHMbU3eObBUvVgJJ4xQF0b > .row > .video-iframe-container { display: none; }#g5NhtttVSGaHMbU3eObBUvVgJJ4xQF0b > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g5NhtttVSGaHMbU3eObBUvVgJJ4xQF0b { border-width: 0; border-radius: 0; }#g5NhtttVSGaHMbU3eObBUvVgJJ4xQF0b > .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; }#g5NhtttVSGaHMbU3eObBUvVgJJ4xQF0b > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5fbfd;background-image:none;font-size:0.875rem;font-family:arial;height:98.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; }#Qp8e2Q5I88rKErbiA3WKGHsCPFMoc76U { 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:87.5rem;width:31.25rem;top:4.028076171875rem;left:2.8743515014649rem;display:block; }
#EKCbPuWmHEr3yZcehUAcaAVqRCgibDiD { position:absolute;display:block;z-index:15009;background-color:#bf6f8f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:6.5625rem;width:30rem;top:4.9837646484375rem;left:3.4972429275512rem;display:block; }
#tCwILBc9wJ2DuVXaa0nyeXhWVOTJIQcz { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:6.8507080078125rem;left:7.52757358551rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#F0is7qursIU2AaKBNH4HGCtIXhrzOVvU { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#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:18.75rem;height:3.43290425rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:62.5rem;left:9.125rem;display:block; }
#sWbMNxnwHbTUkO9EqvzABP1aMFrSk79O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u4txF4iI6TP38UOcWNEl2ASlU4dmtwTW { 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:87.6875rem;width:31.25rem;top:4.328857421875rem;left:41.125rem;display:block; }
#eUCMdxPdb4DBxtQ6AUqRtLbPrnR3KwSn { position:absolute;display:block;z-index:15010;background-color:#7b3955;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:6.5625rem;width:30rem;top:5rem;left:41.75rem;display:block; }
#czh6wIrb8qFIAfRTUXvunEldLM1AZRKy { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:6.88427734375rem;left:45.78125rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#UHbkSHrks53TKSUaEz3pwMuxaQRL6TZR { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#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:18.75rem;height:3.4340531875rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:58.373168945312rem;left:47.373620033264rem;display:block; }
#CnpML0SmGoThQ8WdqEd1yb4xzpcmOTbO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cg5rcJJ2MzyAEprrXGACPMqUcK12iFTy { color:#091e5a;display:block;width:18.75rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:49.125rem;left:9.125rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OLW3pvdMKilUCoamdNLzHCXtbTOFH268 { color:#091e5a;display:block;width:18.75rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:43.0234375rem;left:47.373620033264rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xB5Gq91eiNGqPvsD4Bk0MGadeQ7Pq7mz { color:#4bae16;display:block;width:21.875rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:67rem;left:8.6875rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#myxpqFd5kdC4EVcF55Wva1NfthZgrCwb { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:62.712524414062rem;left:46.633728981018rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#QQClwaCSZsgPzPMdBGZRAnHv1Jo9WqB9 { color:#47545a;display:block;width:23.311875rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:300;z-index:15043;line-height:1.8;letter-spacing:0;top:32.918051242828rem;left:4.6041679382324rem;height:3.824225rem;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; }
#QzgqOxX8xh4dkLdHqdKkkm9gDoLhMcng { color:#47545a;display:block;width:23.4995403125rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:12.643188476562rem;left:6.0363054275512rem;height:5.84895rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#OxQl1uOW8tkwmhkGXMhx0151Vm2nmm3T { color:#486c8f;display:block;width:12.5rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:39.5rem;left:11.8125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NB4EsJuZtp3TIrDE7fOO30zHUpirm79O { color:#091e5a;display:block;width:18.75rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:42.6875rem;left:9.125rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qMkuofolFP70lAOFAhRz9XB3sxTI8e4x { color:#486c8f;display:block;width:31.25rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:46.75rem;left:2.875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uO6Vu7XVf1fPIg5aOLTigVSIATzwro5D { color:#486c8f;display:block;width:31.25rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:40.659912109375rem;left:41.123620033264rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VVFiRKTIJmsEQJflrW0Zhezhh0ZJSP8m { color:#486c8f;display:block;width:12.5rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:32.573120117188rem;left:49.997700691223rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r8rkgonUVbWhXEXTlzTyTVIFRmRGZ8kQ { color:#091e5a;display:block;width:18.75rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:35.762451171875rem;left:47.373620033264rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OJuB98JVpvhLtsd4sRy1nApTXXdHnsWr { display:block;width:23.1870403125rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.7;letter-spacing:0;top:80.625rem;left:6.875rem;height:3.611975rem;color:#107d84;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kXCELCFI3VFEVytHvF4hJfI5LDimHfGu { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#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:18.75rem;height:3.43290425rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:85.3125rem;left:9.125rem;display:block; }
#qZ4wIuIiGNsPSRqtQ55DwNTEsOiNBgQr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qfnlrfyNpFIqx3MlzJOETUr8ohzxRrQk { color:#091e5a;display:block;width:18.75rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:77.0625rem;left:9.125rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KbN5tlVFPTRHI517RGuekIo0mX9ECyv1 { display:block;width:23.1870403125rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:700;z-index:15016;line-height:1.7;letter-spacing:0;top:75.1171875rem;left:45.7800989151rem;height:3.611975rem;color:#107d84;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W795tnVp94iARqvkesKSZ3Tb6Je6Ue5i { color:#091e5a;display:block;width:18.75rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:71.547485351562rem;left:48.226101875305rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HSNm74uRHUKfVrmkScTIpVH6REqucL79 { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#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:18.75rem;height:3.43290425rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:79.71728515625rem;left:48.226101875305rem;display:block; }
#Mn2bNz18MbXCooLdEQyTiWERWSGcfbwy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xIBrSWdLIlZkqHRGw60qJr3tK79FzcQD { color:#47545a;display:block;width:27.5rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:20.490600585938rem;left:4.74609375rem;height:12.42775rem;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; }
#bU7e5tg8AagoSyfKfrQOiu27DWedeykm { color:#47545a;display:block;width:29.6875rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15027;line-height:1.8;letter-spacing:0;top:12.648193359375rem;left:41.9988489151rem;height:20.247375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#s2uSF5LLA3KhyV4nSxKWiag0rgsel9zU { display:block;width:20.4365806875rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:47.927368164062rem;left:46.530327796936rem;height:9.0299375rem;color:#47545a;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EXQN01NsRrsWBKG9ZCzV2Qe43RWqAAOa { display:block;width:20.9995403125rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:700;z-index:15018;line-height:1.7;letter-spacing:0;top:68.052612304688rem;left:46.789978981018rem;height:3.611975rem;color:#47545a;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VtfRvb0vlTftGuofZod3s9ZheEHcqaXL { display:block;width:20.4365806875rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:700;z-index:15018;line-height:1.7;letter-spacing:0;top:52.6875rem;left:8.25rem;height:9.0299375rem;color:#47545a;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WXTctXeTqhGDSkvth39vWaweucP2eJN6 { display:block;width:20.9995403125rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:700;z-index:15019;line-height:1.7;letter-spacing:0;top:73.0625rem;left:8rem;height:3.611975rem;color:#47545a;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wutz7lOmcOfM8MTNaybUBKToSWx6dqCn { 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.749375rem;width:9.749375rem;top:88.119792938231rem;left:32.625rem;overflow:hidden;display:block; }
#nIdRduH7tkeJ6peCTUlN8tFTcXQdW46T { color:#a54870;display:block;width:31.25rem;position:absolute;font-family:"josefin sans";font-size:1rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:93.083335876462rem;left:2.8743515014649rem;height:1.29948125rem;display:block; }
#Ri8vnJnTQuOHbfR9MaLMvEnih9OPcDff { color:#a54870;display:block;width:31.25rem;position:absolute;font-family:"josefin sans";font-size:1rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:93.083335876462rem;left:41.125rem;height:1.29948125rem;display:block; }
#zd404qRRywf6qaix0JNaDTAXHvymFaoz { 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:block; }#zd404qRRywf6qaix0JNaDTAXHvymFaoz > .row .container { background-color: transparent; background-image: none; }#zd404qRRywf6qaix0JNaDTAXHvymFaoz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zd404qRRywf6qaix0JNaDTAXHvymFaoz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zd404qRRywf6qaix0JNaDTAXHvymFaoz > .row .container > .video-iframe-container { display: none; }#zd404qRRywf6qaix0JNaDTAXHvymFaoz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zd404qRRywf6qaix0JNaDTAXHvymFaoz > .row > .video-iframe-container { display: none; }#zd404qRRywf6qaix0JNaDTAXHvymFaoz > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zd404qRRywf6qaix0JNaDTAXHvymFaoz > .row .container { border-width: 0; border-radius: 0; }#zd404qRRywf6qaix0JNaDTAXHvymFaoz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zd404qRRywf6qaix0JNaDTAXHvymFaoz > .row .container { font-size:0.875rem;font-family:arial;height:31.6875rem;width:75rem;position:relative;display:block; }#slk5SNoGT4QegRvMaOttW0ZrtUaXbxhM { color:#107d84;display:block;width:55.6875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:2.5rem;left:13.15625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dkV6a9tDkxDnTSws3y9HzBM93IDshRHl { display:block;width:60.25rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.7;letter-spacing:0;top:5.185546875rem;left:13.153648376465rem;height:19.8658625rem;color:#47545a;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZFDXqg7mrbiu8h7mr9S4Dik2W9qpFrAQ { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.7495403125rem;width:9.7495403125rem;top:105.02978515625rem;left:4.7449445724488rem;overflow:hidden;display:none; }
#EJC7e1DTlHLZ4nFTJDcxXTKAUCGJLvO4 { background-color:#f1a41f;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#EJC7e1DTlHLZ4nFTJDcxXTKAUCGJLvO4 > .row .container { background-color: transparent; background-image: none; }#EJC7e1DTlHLZ4nFTJDcxXTKAUCGJLvO4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EJC7e1DTlHLZ4nFTJDcxXTKAUCGJLvO4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EJC7e1DTlHLZ4nFTJDcxXTKAUCGJLvO4 > .row .container > .video-iframe-container { display: none; }#EJC7e1DTlHLZ4nFTJDcxXTKAUCGJLvO4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EJC7e1DTlHLZ4nFTJDcxXTKAUCGJLvO4 > .row > .video-iframe-container { display: none; }#EJC7e1DTlHLZ4nFTJDcxXTKAUCGJLvO4 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EJC7e1DTlHLZ4nFTJDcxXTKAUCGJLvO4 > .row .container { border-width: 0; border-radius: 0; }#EJC7e1DTlHLZ4nFTJDcxXTKAUCGJLvO4 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#EJC7e1DTlHLZ4nFTJDcxXTKAUCGJLvO4 > .row .container { font-size:0.875rem;font-family:arial;height:16.125rem;width:75rem;overflow:visible;position:relative;display:block; }#PL4zSTu5Qqz2GTZ8T7R3J7cg6K6R7Twq { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:700;z-index:15005;line-height:01.3;letter-spacing:0;top:8.1357421875rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VmXaWZKopdJgoxgtOHV10rISOP0U7Uf6 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:3.4375rem;font-weight:700;z-index:15006;line-height:01.3;letter-spacing:0;top:3.75rem;left:0rem;height:4.46875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tax3PPbpVuNmlbIupnJBe2nEiJ7wRswJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e3fafd;background-image:url("https://images.assets-landingi.com/uc/bcc51961-6ca3-4274-99f1-c92cf48236ad/PA3.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; }#Tax3PPbpVuNmlbIupnJBe2nEiJ7wRswJ.adaptive-delivery-prevent-bg, #Tax3PPbpVuNmlbIupnJBe2nEiJ7wRswJ.lazyload, #Tax3PPbpVuNmlbIupnJBe2nEiJ7wRswJ.lazyloading { background-image: none; }#Tax3PPbpVuNmlbIupnJBe2nEiJ7wRswJ > .row .container { background-color: transparent; background-image: none; }#Tax3PPbpVuNmlbIupnJBe2nEiJ7wRswJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tax3PPbpVuNmlbIupnJBe2nEiJ7wRswJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tax3PPbpVuNmlbIupnJBe2nEiJ7wRswJ > .row .container > .video-iframe-container { display: none; }#Tax3PPbpVuNmlbIupnJBe2nEiJ7wRswJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tax3PPbpVuNmlbIupnJBe2nEiJ7wRswJ > .row > .video-iframe-container { display: none; }#Tax3PPbpVuNmlbIupnJBe2nEiJ7wRswJ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tax3PPbpVuNmlbIupnJBe2nEiJ7wRswJ > .row .container { border-width: 0; border-radius: 0; }#Tax3PPbpVuNmlbIupnJBe2nEiJ7wRswJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tax3PPbpVuNmlbIupnJBe2nEiJ7wRswJ > .row .container { font-size:0.875rem;font-family:arial;height:48.4375rem;width:75rem;position:relative;display:block; }#A6BEJPzTeC0bBTV0m0M9obax2HOcFfKt { color:#ffffff;display:block;width:31.125rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:6.8319091796875rem;left:43.812958717346rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EVGufc0gXTmQMu4BJByKzVkAo7vI2qcQ { color:#47545a;display:block;width:26.6245403125rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:15.335286438465rem;left:46.0625rem;height:18.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GKFqFy6PCJ9FAT6SbaDQJqCPSdXDDPoT { box-sizing:content-box;height:32.125rem;width:31.25rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:5.6875rem;left:43.75rem;display:block; }
#pNJT36b0zQc0DvUVaU8J0Q9oXkdl9Rom { position:absolute;display:block;z-index:15018;background-color:#f1a41f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:9.0625rem;width:31.25rem;top:5.125rem;left:43.75rem;display:block; }
#PATPKQbzTdFxQKs8TBWpeZlQDigRBTvp { position:absolute;display:block;z-index:15019;background-color:#2fb2be;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:5.0620403125rem;width:31.25rem;top:35.544067382812rem;left:43.749997138977rem;display:block; }
#DuUD4AypmoTmzFc5qXHMhSsRecrqUreI { display:block;width:26.9370403125rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:37.220825195312rem;left:45.7800989151rem;height:1.625rem;color:#f2522e;text-align:center;text-align-last:center;display:block; }
#H3IAZDxE2lFB49ngTA7R9K0MZJkMFUVF { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:20.625rem;display:none; }
#f6gEl5qLEcyede2K0EEWOUUaG6TQGTZC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e3fafd;background-image: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; }#f6gEl5qLEcyede2K0EEWOUUaG6TQGTZC > .row .container { border-width: 0; border-radius: 0; }#f6gEl5qLEcyede2K0EEWOUUaG6TQGTZC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f6gEl5qLEcyede2K0EEWOUUaG6TQGTZC > .row .container { font-size:0.875rem;font-family:arial;height:39.25rem;width:75rem;position:relative;display:none; }#hd8OGLOEhKMC94Omliiakeq8kBwFxmxW { color:#47545a;display:block;width:59.75rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:7.5218505859375rem;left:6.25rem;height:27.5735286875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ceeraZdaQUq251Q4bR7AbIXwkzymhG06 { color:#47545a;display:block;width:50rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:3.75rem;left:6.25rem;height:1.985294125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#s5c3kNwHOTpm6rdOkBFM3RFOnF5LXz5L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#107d84;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#s5c3kNwHOTpm6rdOkBFM3RFOnF5LXz5L > .row .container { background-color: transparent; background-image: none; }#s5c3kNwHOTpm6rdOkBFM3RFOnF5LXz5L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s5c3kNwHOTpm6rdOkBFM3RFOnF5LXz5L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s5c3kNwHOTpm6rdOkBFM3RFOnF5LXz5L > .row .container > .video-iframe-container { display: none; }#s5c3kNwHOTpm6rdOkBFM3RFOnF5LXz5L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s5c3kNwHOTpm6rdOkBFM3RFOnF5LXz5L > .row > .video-iframe-container { display: none; }#s5c3kNwHOTpm6rdOkBFM3RFOnF5LXz5L > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s5c3kNwHOTpm6rdOkBFM3RFOnF5LXz5L > .row .container { border-width: 0; border-radius: 0; }#s5c3kNwHOTpm6rdOkBFM3RFOnF5LXz5L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s5c3kNwHOTpm6rdOkBFM3RFOnF5LXz5L > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:75rem;position:relative;display:block; }#KNgQqIv9osGbKGbBguHw45lvTbCq9gnV { color:#ffffff;display:block;width:40.4997673125rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:4.695556640625rem;left:34.50022983551rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Sk1TH4OW0OoxiEzZi8OEtM3nuUcfRUsW { display:block;width:38.4995384375rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:8.949951171875rem;left:34.497929573059rem;height:18.75rem;color:#ffffff;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EBnyr1IPqQPPcahxV9TlrgIEwNVl6G48 { 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:26.75rem;width:56.25rem;top:2.59765625rem;left:0rem;overflow:hidden;display:block; }
#yccUOiV7cr3exJrwGo1QN5CacZcxLKhT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffeac6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yccUOiV7cr3exJrwGo1QN5CacZcxLKhT > .row .container { background-color: transparent; background-image: none; }#yccUOiV7cr3exJrwGo1QN5CacZcxLKhT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yccUOiV7cr3exJrwGo1QN5CacZcxLKhT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yccUOiV7cr3exJrwGo1QN5CacZcxLKhT > .row .container > .video-iframe-container { display: none; }#yccUOiV7cr3exJrwGo1QN5CacZcxLKhT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yccUOiV7cr3exJrwGo1QN5CacZcxLKhT > .row > .video-iframe-container { display: none; }#yccUOiV7cr3exJrwGo1QN5CacZcxLKhT > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yccUOiV7cr3exJrwGo1QN5CacZcxLKhT > .row .container { border-width: 0; border-radius: 0; }#yccUOiV7cr3exJrwGo1QN5CacZcxLKhT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yccUOiV7cr3exJrwGo1QN5CacZcxLKhT > .row .container { font-size:0.875rem;font-family:arial;height:36.75rem;width:75rem;position:relative;display:block; }#qT81UUf3Q7CMrT7z1O9RByEgAPgEGnsH { color:#f1a41f;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:700;z-index:15007;line-height:01.3;letter-spacing:0;top:3.75rem;left:0rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oOWKKKbTTRvVCGiuqGee7btFHkahopzw .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; }
#oOWKKKbTTRvVCGiuqGee7btFHkahopzw .widget-text.counter-number { border-top:0.1875rem solid #f1a41f;border-left:0.1875rem solid #f1a41f;border-right:0.1875rem solid #f1a41f;border-bottom:0.1875rem solid #f1a41f;background-color:transparent;background-image:none;color:#47545a;padding-top:1.016875rem;padding-right:0.900625rem;padding-bottom:1.016875rem;padding-left:0.900625rem;display:block;align-items:center;width:5.40375rem;min-width:5.40375rem;height:5.466875rem;position:relative;font-family:"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; }
#oOWKKKbTTRvVCGiuqGee7btFHkahopzw .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; }
#oOWKKKbTTRvVCGiuqGee7btFHkahopzw { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:25.75rem;height:10.6725rem;padding-top:0.126875rem;padding-right:0.12875rem;padding-bottom:0.126875rem;padding-left:0.12875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:14.719604492188rem;left:24.493336677551rem;z-index:15059; }
#oOWKKKbTTRvVCGiuqGee7btFHkahopzw #pO7C5FgSPOZk80CQbGFsRb468NsduVaS { display:flex;position:relative;top:0rem;left:0rem; }
#oOWKKKbTTRvVCGiuqGee7btFHkahopzw #iZNodolUw925hIvtSdz3HGe2i6mdF43J { width:auto; }
#oOWKKKbTTRvVCGiuqGee7btFHkahopzw #nMwJncqLHiF10Ud4Eu0r3JzgJmzvSFBl {  }
#oOWKKKbTTRvVCGiuqGee7btFHkahopzw #fuZmcf9aHXDl4HbpmTtknGHFZJSq608w { display:flex;position:relative;top:0rem;left:0rem; }
#oOWKKKbTTRvVCGiuqGee7btFHkahopzw #KTT0KwxgZxrpbxsVTMwPA0EpBR6cnCSD {  }
#oOWKKKbTTRvVCGiuqGee7btFHkahopzw #X0SCTzI6mtCL1tPlR2Tf9eWMoQOkd1g9 {  }
#oOWKKKbTTRvVCGiuqGee7btFHkahopzw #DwIwkJGRmp1nu0T8PRoxqnFL1dT4r37U { display:flex;position:relative;top:0rem;left:0rem; }
#oOWKKKbTTRvVCGiuqGee7btFHkahopzw #PTTuI22r6DlsDVTNMbGxm22TP6Iplzt2 {  }
#oOWKKKbTTRvVCGiuqGee7btFHkahopzw #XXXfvXxyMRumxHRpeuSvakkmHo7QJZ6M {  }
#oOWKKKbTTRvVCGiuqGee7btFHkahopzw #o9Iht1WmgttzoF4iQkZXuPFBkDeZHudd { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#oOWKKKbTTRvVCGiuqGee7btFHkahopzw #WkbDuig7J5Kl6bXEFKLnJFENZ7ET6hiZ {  }
#oOWKKKbTTRvVCGiuqGee7btFHkahopzw #GAO96TAqaBUW8stz7WqultOKDIDLwhkz {  }
#QeDbDESy2NDxw76GSRvMKgOxZGQ1qTLu { color:#47545a;display:block;width:23.1870403125rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:12.2919921875rem;left:25.904179573059rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#BgKMXe9cBtvFN31NFHaI1DSrTQUt6SH4 { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#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:37.5rem;height:3.435202125rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:28.364013671875rem;left:18.748849868774rem;display:block; }
#hwBlSvba8LCGEv2FSQNhWI5g17y5tofL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CuO2aZIHK68bdDGCzfvnp7NtBdOXcRUR { background-color:#2fb2be;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#CuO2aZIHK68bdDGCzfvnp7NtBdOXcRUR > .row .container { background-color: transparent; background-image: none; }#CuO2aZIHK68bdDGCzfvnp7NtBdOXcRUR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CuO2aZIHK68bdDGCzfvnp7NtBdOXcRUR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CuO2aZIHK68bdDGCzfvnp7NtBdOXcRUR > .row .container > .video-iframe-container { display: none; }#CuO2aZIHK68bdDGCzfvnp7NtBdOXcRUR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CuO2aZIHK68bdDGCzfvnp7NtBdOXcRUR > .row > .video-iframe-container { display: none; }#CuO2aZIHK68bdDGCzfvnp7NtBdOXcRUR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CuO2aZIHK68bdDGCzfvnp7NtBdOXcRUR > .row .container { border-width: 0; border-radius: 0; }#CuO2aZIHK68bdDGCzfvnp7NtBdOXcRUR > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#CuO2aZIHK68bdDGCzfvnp7NtBdOXcRUR > .row .container { font-size:0.875rem;font-family:arial;height:16.125rem;width:75rem;overflow:visible;position:relative;display:block; }#lMwp8w87psaK5yBBxDB6xO7zCf7XJKQL { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:700;z-index:15005;line-height:01.3;letter-spacing:0;top:8.1357421875rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hFZd4wASNNn6GzIUFs624zwOOL1fhlVq { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:3.4375rem;font-weight:700;z-index:15006;line-height:01.3;letter-spacing:0;top:3.75rem;left:0rem;height:4.46875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CqQLFuLRpvNFksHCIMdyBIJ5OqyT0Vms { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2fb2be;background-image:url("https://images.assets-landingi.com/uc/8c45e866-fd1f-45eb-966e-411e65f2d817/Zdjeciegownenastronezapisufale.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; }#CqQLFuLRpvNFksHCIMdyBIJ5OqyT0Vms.adaptive-delivery-prevent-bg, #CqQLFuLRpvNFksHCIMdyBIJ5OqyT0Vms.lazyload, #CqQLFuLRpvNFksHCIMdyBIJ5OqyT0Vms.lazyloading { background-image: none; }#CqQLFuLRpvNFksHCIMdyBIJ5OqyT0Vms > .row .container { background-color: transparent; background-image: none; }#CqQLFuLRpvNFksHCIMdyBIJ5OqyT0Vms::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CqQLFuLRpvNFksHCIMdyBIJ5OqyT0Vms > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CqQLFuLRpvNFksHCIMdyBIJ5OqyT0Vms > .row .container > .video-iframe-container { display: none; }#CqQLFuLRpvNFksHCIMdyBIJ5OqyT0Vms > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CqQLFuLRpvNFksHCIMdyBIJ5OqyT0Vms > .row > .video-iframe-container { display: none; }#CqQLFuLRpvNFksHCIMdyBIJ5OqyT0Vms > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CqQLFuLRpvNFksHCIMdyBIJ5OqyT0Vms > .row .container { border-width: 0; border-radius: 0; }#CqQLFuLRpvNFksHCIMdyBIJ5OqyT0Vms > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CqQLFuLRpvNFksHCIMdyBIJ5OqyT0Vms > .row .container { font-size:0.875rem;font-family:arial;height:51.5rem;width:75rem;position:relative;display:block; }#nyHREkRhZWDCvv6TiXkG5kOXD88wsZ0y { box-sizing:content-box;height:27.9375rem;width:31.25rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:11rem;left:43.75rem;display:block; }
#RVZ7QfSn5F0JG87GcdInTe7ZasUa20IT { position:absolute;display:block;z-index:15011;background-color:#2fb2be;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:9.0625rem;width:31.25rem;top:10.4375rem;left:43.75rem;display:block; }
#VIr5Eo7fpOd8KMN8xI5CsJZwe5keOqEl { position:absolute;display:block;z-index:15012;background-color:#0babc1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:5.0625rem;width:31.25rem;top:36rem;left:43.75rem;display:block; }
#yCNKlvQ5xX7HNzugZUfmyZ3bOKV9H8VM { display:block;width:26.936875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:37.6875rem;left:45.875rem;height:1.625rem;color:#f2522e;text-align:center;text-align-last:center;display:block; }
#xpTZJVbTut74QCgPNTld7T2tpK5uTFO7 { color:#ffffff;display:block;width:31.124375rem;position:absolute;font-family:"josefin sans";font-size:3.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:13.375rem;left:43.8125rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GZHB9F5MV1xAQ4esymQf8dkPFKRKv4Ef { color:#47545a;display:block;width:24.25rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:22.4375rem;left:47.25rem;height:10.15625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p0G7a1HEaTTOPl1qS6e6ZJTD2Bhzuxmc { 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; }
#Lmedr9Hy1dFyX4qPoQT1KADpp0XbFgUP { background-color:#2fb2be;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#Lmedr9Hy1dFyX4qPoQT1KADpp0XbFgUP > .row .container { border-width: 0; border-radius: 0; }#Lmedr9Hy1dFyX4qPoQT1KADpp0XbFgUP > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Lmedr9Hy1dFyX4qPoQT1KADpp0XbFgUP > .row .container { font-size:0.875rem;font-family:arial;height:12.25rem;width:75rem;overflow:visible;position:relative;display:none; }#gGk3B2067fDC3sxUET89fvgaHXxOs6QK { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:3.4375rem;font-weight:700;z-index:15006;line-height:01.3;letter-spacing:0;top:3.75rem;left:0rem;height:4.46875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HXqoADhMKMlktPMJMb0q8zTmkn5fbglI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbf6;background-image:url("https://images.assets-landingi.com/uc/30a26c7f-8b18-4be3-be41-230057cf2601/180.png");background-position:center !important;background-repeat:repeat-x !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; }#HXqoADhMKMlktPMJMb0q8zTmkn5fbglI.adaptive-delivery-prevent-bg, #HXqoADhMKMlktPMJMb0q8zTmkn5fbglI.lazyload, #HXqoADhMKMlktPMJMb0q8zTmkn5fbglI.lazyloading { background-image: none; }#HXqoADhMKMlktPMJMb0q8zTmkn5fbglI > .row .container { border-width: 0; border-radius: 0; }#HXqoADhMKMlktPMJMb0q8zTmkn5fbglI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HXqoADhMKMlktPMJMb0q8zTmkn5fbglI > .row .container { font-size:0.875rem;font-family:ubuntu;height:55.1875rem;width:75rem;position:relative;display:none; }#d92uekDG19Xn6o6ISehdDB85pluSeR6k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbf6;background-image:url("https://images.assets-landingi.com/uc/30a26c7f-8b18-4be3-be41-230057cf2601/180.png");background-position:center !important;background-repeat:repeat-x !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; }#d92uekDG19Xn6o6ISehdDB85pluSeR6k.adaptive-delivery-prevent-bg, #d92uekDG19Xn6o6ISehdDB85pluSeR6k.lazyload, #d92uekDG19Xn6o6ISehdDB85pluSeR6k.lazyloading { background-image: none; }#d92uekDG19Xn6o6ISehdDB85pluSeR6k > .row .container { border-width: 0; border-radius: 0; }#d92uekDG19Xn6o6ISehdDB85pluSeR6k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d92uekDG19Xn6o6ISehdDB85pluSeR6k > .row .container { font-size:0.875rem;font-family:ubuntu;height:55.1875rem;width:75rem;position:relative;display:none; }#gEwmu5q1P4D4klkyBX9xZq17GadXSEUn { box-sizing:content-box;height:29.875rem;width:31.25rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:12.625rem;left:43.75rem;display:block; }
#uGcqmuB6OBx3FpqVcre6TSSlN9gbbCnQ { position:absolute;display:block;z-index:15017;background-color:#2fb2be;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:11.9375rem;width:31.25rem;top:7.666748046875rem;left:43.75rem;display:block; }
#QgmZlg6F1TcWiTmwBxDZgTIiDO4BtWVF { color:#ffffff;display:block;width:31.124375rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:9.5000810623169rem;left:43.875rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GT1h3548eoZ6sKI3BP4M37Ki4b55gNzH { color:#47545a;display:block;width:25.125rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:21.515625rem;left:46.8125rem;height:10.15625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#omE7HcAdoK5dPEbX152p4flUGZTyA5k6 { position:absolute;display:block;z-index:15018;background-color:#0babc1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:5.0625rem;width:31.25rem;top:39.406250953674rem;left:43.75rem;display:block; }
#nBmfAR67hTv8VSiJXADUbADkRuCFn9TN { display:block;width:26.936875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:40.916668891907rem;left:45.90625rem;height:1.625rem;color:#f2522e;text-align:center;text-align-last:center;display:block; }
#cmQWQTnLnctUFfWWu5kMlA4CNr8E9D3d { color:#ffffff;display:block;width:25.75rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:13.78125rem;left:46.5rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i3QwhdTMXyVFQs4tTQHV3na1FHg1bSgt { background-color:transparent;background-image:none;border-top:0.125rem solid #0d94a6;border-left:0.125rem solid #0d94a6;border-right:0.125rem solid #0d94a6;border-bottom:0.125rem solid #0d94a6;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0d94a6;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:25rem;height:2.90755rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:34.050782203674rem;left:46.875rem;display:block; }
#eB9GfBgTaG2xcLAxTLW5s5EeqOsaGQWc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l4Sl8mDrDcA5TJ9IQTxOZD9mDEc0olng { color:#ffffff;display:block;width:25.75rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:13.78125rem;left:46.5rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#QdVFFLBTzONRdA43uXRbB214vfFTNaHM { 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; }#QdVFFLBTzONRdA43uXRbB214vfFTNaHM > .row .container { border-width: 0; border-radius: 0; }#QdVFFLBTzONRdA43uXRbB214vfFTNaHM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QdVFFLBTzONRdA43uXRbB214vfFTNaHM > .row .container { font-size:0.875rem;font-family:arial;height:81.875rem;width:75rem;position:relative;display:none; }#Oo9kHJAzhhtuAGtpSNc2t5C6Xk9g66D8 { color:#47545a;display:block;width:55.6245rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:9.875rem;left:4.3125rem;height:31.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gspCTDc2WJ1QJ47UQdqOMeP8Trs5euxt { color:#0babc1;display:block;width:47.6861991875rem;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.2643127441406rem;left:4.3125rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ua4PZbH3S45k3QqJE7pv2xwXFzci8IA7 { position:absolute;display:block;z-index:15005;background-color:#e5ffff;background-image:none;background-position:center !important;background-repeat: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:28.375rem;width:75rem;top:46.875rem;left:0rem;display:block; }
#UGWpZpidZzTJ6m6Eof1ZdNJ6dTmaVkaH { color:#47545a;display:block;width:54.375rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:49.3125rem;left:19.375rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vezl0OnQ45XQga1vDCuNU3ClNe7at0Tp { color:#47545a;display:block;width:53.0625rem;position:absolute;font-family:"josefin sans";font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:53.187501907349rem;left:19.4375rem;height:16.03125rem;font-style:normal;display:block; }
#VF8wVhZDD9Zv8d5XDLMUvkkxMmEh1T4U { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:15.625rem;top:53.1875rem;left:1.8125rem;overflow:hidden;display:block; }
#TLISORy9axlE9NHCv6Ru3endi6VpBzt9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2fb2be;background-image:url("https://images.assets-landingi.com/uc/5afec598-60be-46e3-ae94-d9e12a674534/PA1.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; }#TLISORy9axlE9NHCv6Ru3endi6VpBzt9.adaptive-delivery-prevent-bg, #TLISORy9axlE9NHCv6Ru3endi6VpBzt9.lazyload, #TLISORy9axlE9NHCv6Ru3endi6VpBzt9.lazyloading { background-image: none; }#TLISORy9axlE9NHCv6Ru3endi6VpBzt9 > .row .container { border-width: 0; border-radius: 0; }#TLISORy9axlE9NHCv6Ru3endi6VpBzt9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TLISORy9axlE9NHCv6Ru3endi6VpBzt9 > .row .container { font-size:0.875rem;font-family:arial;height:51.5rem;width:75rem;position:relative;display:none; }#xVmD4EZc9XTGydPW97GHL6O4ZPLRR9LW { box-sizing:content-box;height:35.5rem;width:31.25rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:6.3740234375rem;left:41.624539375305rem;display:block; }
#mLs2fTcHRlylK9TbfpAqotyy4GCnT0TW { position:absolute;display:block;z-index:15011;background-color:#2fb2be;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:9.0625rem;width:31.25rem;top:5.8111572265625rem;left:41.623391151428rem;display:block; }
#lCtCbhRor4HSVrb2WWJt8NltzvRnTMXe { position:absolute;display:block;z-index:15012;background-color:#0babc1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:5.0625rem;width:31.25rem;top:40.789794921875rem;left:41.623391151428rem;display:block; }
#NRpncB1JiSksJyF15TbpM6lnPBL2xrN6 { display:block;width:26.9370403125rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:42.481689453125rem;left:43.779870033264rem;height:1.625rem;color:#f2522e;text-align:center;text-align-last:center;display:block; }
#VWZPCfCmRJBgBXyMdJQ6MNzP697UpdLK { color:#ffffff;display:block;width:31.1247691875rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:7.0921630859375rem;left:41.685429573059rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yQ750hsBINFP8fzPTh8h5t7rT7WweN4u { color:#47545a;display:block;width:21.9990806875rem;position:absolute;font-family:"josefin sans";font-size:1.3125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:16.314331054688rem;left:46.2488489151rem;height:5.11719375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VXT0fl66DqO8TFShFpMrDCr94FBRSK5c { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:20.625rem;display:none; }
#G7fOM3xbunG2Zyhq2LbKH4gCHshSpdZC { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.9368105rem;width:14.9368105rem;top:24.68408203125rem;left:48.823528289795rem;overflow:hidden;display:block; }
#kToaOg4c3h6RBkIasBqDcqe1O2aO2wOJ { 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:11.75rem;top:20.129150390625rem;left:51.372928619385rem;overflow:hidden;display:block; }
#HTsbLEoWDXrReqH0QgvCIxlRedl3Hw9M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffebee;background-image: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; }#HTsbLEoWDXrReqH0QgvCIxlRedl3Hw9M > .row .container { border-width: 0; border-radius: 0; }#HTsbLEoWDXrReqH0QgvCIxlRedl3Hw9M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HTsbLEoWDXrReqH0QgvCIxlRedl3Hw9M > .row .container { font-size:0.875rem;font-family:arial;height:38.4375rem;width:75rem;position:relative;display:none; }#RgWSfffboKBrdJTVNtSrurvv5Iz4AhpP { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.3125rem;width:42.1875rem;top:4.2447509765625rem;left:0rem;overflow:hidden;display:block; }
#K78WwTcbDtX7CfsQs6qhTMKoUwVQPsyL { color:#47545a;display:block;width:27.9997691875rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:14.0322265625rem;left:44.710476875305rem;height:11.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; }
#p0FpXWITOqAEsdngy2GFBpuZ6lOzVEbs { background-color:transparent;background-image:none;border-top:0.125rem solid #ba7191;border-left:0.125rem solid #ba7191;border-right:0.125rem solid #ba7191;border-bottom:0.125rem solid #ba7191;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ba7191;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:31.25rem;height:2.9076285rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:31.653930664062rem;left:43.083638191223rem;display:block; }
#tcGnu3PzNRzwTSZwyOA1T2wT55zlxl5S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tN4R9Tqn3Z64GS345eNubsxVeNR5rVeV { position:absolute;display:block;z-index:15025;background-color:#2fb2be;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:5.0620403125rem;width:31.25rem;top:25.349975585938rem;left:43.083638191223rem;display:block; }
#s61P76JvvOUbSngDuWDl0Bw9FP2Watfu { display:block;width:26.9370403125rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:27.067504882812rem;left:45.240117073059rem;height:1.625rem;color:#f2522e;text-align:center;text-align-last:center;display:block; }
#LrguNUL1GffTkgfoC6UmfaWTTyPgM4M9 { box-sizing:content-box;height:25.6875rem;width:31.25rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:4.25rem;left:43.0625rem;display:block; }
#q740BQTF6a3Qu7Dt8mTAhpBHc0MSFmVZ { position:absolute;display:block;z-index:14999;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-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:9.0625rem;width:31.25rem;top:3.6875rem;left:43.0625rem;display:block; }
#atW91TL42SwfUTczdnOUW5HohnnVZcKi { color:#ffffff;display:block;width:24.6875rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:5.396484375rem;left:46.364888191223rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TBNKkZexi8dBaHlmQ5DUTP7OTLTrkXKX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffebee;background-image: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; }#TBNKkZexi8dBaHlmQ5DUTP7OTLTrkXKX > .row .container { border-width: 0; border-radius: 0; }#TBNKkZexi8dBaHlmQ5DUTP7OTLTrkXKX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TBNKkZexi8dBaHlmQ5DUTP7OTLTrkXKX > .row .container { font-size:0.875rem;font-family:arial;height:67.5rem;width:75rem;position:relative;display:none; }#fDNaoIFzKnTw55mmHDuvXiGgChBlIbvI { color:#47545a;display:block;width:62.5rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.7;letter-spacing:0;top:6.90966796875rem;left:7.6861219406125rem;height:10.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wqSuvZcfxbxuUSkQ4Nms1pRJpZfPLwSo { color:#47545a;display:block;width:62.5rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.7;letter-spacing:0;top:19.0615234375rem;left:7.68382358551rem;height:6.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#m6NbLzNyn0AFln7E4xBrFLeC4IToDKM9 { color:#47545a;display:block;width:62.5rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.7;letter-spacing:0;top:26.957763671875rem;left:7.68382358551rem;height:4.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aa0yKsiq5U6EvM4nx7cB7NwosAWrFTIy { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;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:37rem;left:7.0625rem;overflow:hidden;display:block; }
#FxmTybmnkT0luL7EKIRQMSZETTmRx9ND { position:absolute;display:block;z-index:15007;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-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:25.8125rem;width:53.6875rem;top:34.1875rem;left:14.3125rem;display:block; }
#oLnbKhnlfpolxLTpUzeKTCb7ZkcKocgo { color:#ffffff;display:block;width:40.9375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:41.75rem;left:24.9375rem;height:15.1875rem;font-style:normal;display:block; }
#o860WFSTzTgcETBVkIRzPtgazBH8pExN { color:#ffffff;display:block;width:39.1875rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:37rem;left:24.9375rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PAtvQQs4KZAl8m7V3ssgcJwLJkpguRF8 { color:#47545a;display:block;width:50rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:3.75rem;left:7.68382358551rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bX3ihXNpSmANQNKw0l59sfmbwLtR8haP { background-color:#ba7191;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#bX3ihXNpSmANQNKw0l59sfmbwLtR8haP > .row .container { border-width: 0; border-radius: 0; }#bX3ihXNpSmANQNKw0l59sfmbwLtR8haP > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#bX3ihXNpSmANQNKw0l59sfmbwLtR8haP > .row .container { font-size:0.875rem;font-family:arial;height:15.625rem;width:75rem;overflow:visible;position:relative;display:none; }#ppepfhm0VXgLwU6glA60zxdx0aRqLg1D { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:400;z-index:15005;line-height:01.3;letter-spacing:0;top:8.1240234375rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OcfrdVOdeR1WZIlcMOxEIO7Ocpyupa2E { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:3.4375rem;font-weight:700;z-index:15006;line-height:01.3;letter-spacing:0;top:3.75rem;left:0rem;height:4.46875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f1EPxprrnIZRQrxUr7XHVPThV6zqflxt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ddfbfc;background-image:url("https://images.assets-landingi.com/uc/ca7056e2-3022-4a69-bf20-61ad9b9f86f7/_Zdjciegwnenastronzapisucz2.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#f1EPxprrnIZRQrxUr7XHVPThV6zqflxt.adaptive-delivery-prevent-bg, #f1EPxprrnIZRQrxUr7XHVPThV6zqflxt.lazyload, #f1EPxprrnIZRQrxUr7XHVPThV6zqflxt.lazyloading { background-image: none; }#f1EPxprrnIZRQrxUr7XHVPThV6zqflxt > .row .container { border-width: 0; border-radius: 0; }#f1EPxprrnIZRQrxUr7XHVPThV6zqflxt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f1EPxprrnIZRQrxUr7XHVPThV6zqflxt > .row .container { font-size:0.875rem;font-family:arial;height:55.25rem;width:75rem;position:relative;display:none; }#I1Nmc6ouGE931lx7CylDtvEIwJ5TPft3 { box-sizing:content-box;height:45.6875rem;width:31.25rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:3.7822265625rem;left:43.749997138977rem;border-top-right-radius:0.1875rem;border-bottom-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-top-left-radius:0.1875rem;display:block; }
#hlb62VIJgtTFqoM1J3TRyLTa1KDogHrs { color:#ffffff;display:block;width:30.625rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:5.0302734375rem;left:44.311806678772rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VUQ3B9AsXSJ4uT06t7Ba8XIFNz5QfWDQ { display:block;width:28.8740806875rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:18.16748046875rem;left:44.935658454895rem;height:25.2786625rem;color:#0babc1;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UuOqgGcpvki0S63d1RT4wXRuIVLwQlaQ { color:#ffffff;display:block;width:30.8743095625rem;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.70361328125rem;left:44.125687599182rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RHJdpFZHSHXV1y7xkbzTelomke2ceEEX { color:#4790ae;display:block;width:30.625rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:8.671142578125rem;left:44.311806678772rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dOWsrqWDbtIAo8HqBuQiDa1rCH6knaM9 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:20.625rem;display:none; }
#R5LuKhBUa6su3N6UKcamTgVg9g6kFnTS { position:absolute;display:block;z-index:15012;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-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:13.4995403125rem;width:31.25rem;top:3.734375rem;left:43.749997138977rem;display:block; }
#a1rJSGyWlTPkZiT1AytZGOzcoU6mowTa { position:absolute;display:block;z-index:15013;background-color:#2fb2be;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:5.0620403125rem;width:31.25rem;top:45.00341796875rem;left:43.749997138977rem;display:block; }
#fp96gKpVDPUyE3HKuuuJmaxc5GbUhT8y { background-color:#ddfbfc;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#fp96gKpVDPUyE3HKuuuJmaxc5GbUhT8y > .row .container { background-color: transparent; background-image: none; }#fp96gKpVDPUyE3HKuuuJmaxc5GbUhT8y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fp96gKpVDPUyE3HKuuuJmaxc5GbUhT8y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fp96gKpVDPUyE3HKuuuJmaxc5GbUhT8y > .row .container > .video-iframe-container { display: none; }#fp96gKpVDPUyE3HKuuuJmaxc5GbUhT8y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fp96gKpVDPUyE3HKuuuJmaxc5GbUhT8y > .row > .video-iframe-container { display: none; }#fp96gKpVDPUyE3HKuuuJmaxc5GbUhT8y > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fp96gKpVDPUyE3HKuuuJmaxc5GbUhT8y > .row .container { border-width: 0; border-radius: 0; }#fp96gKpVDPUyE3HKuuuJmaxc5GbUhT8y > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#fp96gKpVDPUyE3HKuuuJmaxc5GbUhT8y > .row .container { font-size:0.875rem;font-family:arial;height:16.875rem;width:75rem;overflow:visible;position:relative;display:block; }#bOzcveW6KAEDgxIVFMKp2TS461XXLl7w { color:#7b3955;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:700;z-index:15005;line-height:01.3;letter-spacing:0;top:5.625rem;left:0rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ptMATN9iGup8osrVynS0vtiL9xREGAJ0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#107d84;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ptMATN9iGup8osrVynS0vtiL9xREGAJ0 > .row .container { background-color: transparent; background-image: none; }#ptMATN9iGup8osrVynS0vtiL9xREGAJ0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ptMATN9iGup8osrVynS0vtiL9xREGAJ0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ptMATN9iGup8osrVynS0vtiL9xREGAJ0 > .row .container > .video-iframe-container { display: none; }#ptMATN9iGup8osrVynS0vtiL9xREGAJ0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ptMATN9iGup8osrVynS0vtiL9xREGAJ0 > .row > .video-iframe-container { display: none; }#ptMATN9iGup8osrVynS0vtiL9xREGAJ0 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ptMATN9iGup8osrVynS0vtiL9xREGAJ0 > .row .container { border-width: 0; border-radius: 0; }#ptMATN9iGup8osrVynS0vtiL9xREGAJ0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ptMATN9iGup8osrVynS0vtiL9xREGAJ0 > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#pGW3PTtr23qaAKb6JnOfQxEndMDTSfZS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#107d84;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pGW3PTtr23qaAKb6JnOfQxEndMDTSfZS > .row .container { background-color: transparent; background-image: none; }#pGW3PTtr23qaAKb6JnOfQxEndMDTSfZS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGW3PTtr23qaAKb6JnOfQxEndMDTSfZS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGW3PTtr23qaAKb6JnOfQxEndMDTSfZS > .row .container > .video-iframe-container { display: none; }#pGW3PTtr23qaAKb6JnOfQxEndMDTSfZS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGW3PTtr23qaAKb6JnOfQxEndMDTSfZS > .row > .video-iframe-container { display: none; }#pGW3PTtr23qaAKb6JnOfQxEndMDTSfZS > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGW3PTtr23qaAKb6JnOfQxEndMDTSfZS > .row .container { border-width: 0; border-radius: 0; }#pGW3PTtr23qaAKb6JnOfQxEndMDTSfZS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pGW3PTtr23qaAKb6JnOfQxEndMDTSfZS > .row .container { font-size:0.875rem;font-family:arial;height:26.25rem;width:75rem;position:relative;display:block; }#eVIomKHitNXHg2TyhG7oA2QAMDCw2Oz7 { display:block;width:31.25rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:3.842041015625rem;left:41.681984901428rem;height:15.9375rem;color:#0babc1;text-align:left;text-align-last:left;font-style:normal;display:block; }
#h1AMH4dA2KEV18e0tXzu1KfprDuJ2hSU { display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:7.236328125rem;left:37.498828887939rem;height:9.375rem;color:#0babc1;text-align:center;text-align-last:center;font-style:normal;display:none; }
#DJxr158b6v32HlIACeTycTpB0Zfbdr6n { position:absolute;display:block;z-index:15009;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:26.25rem;width:37.5625rem;top:0rem;left:37.436810493469rem;display:block; }
#HxUhnwNZT5QoThJK6tNluS6Ex3d5maPT { display:block;width:25.1872691875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.146240234375rem;left:41.683133125305rem;height:1.625rem;color:#a54870;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LgmDglAV4w5Vv13IzyFvAbwJRRIZBzAv { position:absolute;display:block;z-index:14996;background-color:#ddfbfc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.25rem;width:37.5625rem;top:0rem;left:0rem;display:block; }
#dUq3QTnM5PE7eCEqwDh5xgrkOZqZmRZp { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16rem;width:25.6875rem;top:2.13818359375rem;left:5.9053316116333rem;overflow:hidden;display:block; }
#HTlClTs98dvJod2pIyr3XAVTGrlxOJoP { display:block;width:31.25rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:11.92343711853rem;left:41.687501907349rem;height:22.5rem;color:#0babc1;text-align:left;text-align-last:left;font-style:normal;display:none; }
#q7T9nkVVxFqLpW1bSHVeH6XU7vyyBWg6 { position:absolute;display:block;z-index:15012;background-color:#0babc1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:4.9368105rem;width:27.3115806875rem;top:19.286376953125rem;left:5.0930604934692rem;display:block; }
#l6EAAWyv9NangvyVcm9n2DwygliUUu2r { display:block;width:26.9370403125rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:20.906494140625rem;left:5.2803316116333rem;height:1.625rem;color:#f2522e;text-align:center;text-align-last:center;display:block; }
#aGhbn1l74qyhGdMTq3C5xJ3516COTWhf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#107d84;background-image: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; }#aGhbn1l74qyhGdMTq3C5xJ3516COTWhf > .row .container { border-width: 0; border-radius: 0; }#aGhbn1l74qyhGdMTq3C5xJ3516COTWhf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aGhbn1l74qyhGdMTq3C5xJ3516COTWhf > .row .container { font-size:0.875rem;font-family:arial;height:1.875rem;width:75rem;position:relative;display:none; }#XC5nzAcAXqzGWmqn9q0KGP4U7TMuOFQ3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#107d84;background-image: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; }#XC5nzAcAXqzGWmqn9q0KGP4U7TMuOFQ3 > .row .container { border-width: 0; border-radius: 0; }#XC5nzAcAXqzGWmqn9q0KGP4U7TMuOFQ3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XC5nzAcAXqzGWmqn9q0KGP4U7TMuOFQ3 > .row .container { font-size:0.875rem;font-family:arial;height:26.25rem;width:75rem;position:relative;display:none; }#H0W5nxriaaT5mJnENStKao6ctUasWIzr { display:block;width:32.5rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:5.453857421875rem;left:40.993794441223rem;height:13.8970581875rem;color:#0babc1;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Qx3tT4Tvt5H4fNuUHFwa4gTIv8aC8yLZ { display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:7.236328125rem;left:37.498828887939rem;height:9.375rem;color:#0babc1;text-align:center;text-align-last:center;font-style:normal;display:none; }
#QXC1O9x7wx9Erl2um2SBJDiq9uWcclo5 { position:absolute;display:block;z-index:15009;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:26.25rem;width:37.5625rem;top:0rem;left:37.437501907349rem;display:block; }
#cCtK3hoeJxchC2zafc9ZS5klK6lfaNvA { display:block;width:25.1872691875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.237060546875rem;left:40.9949426651rem;height:3.235294125rem;color:#a54870;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OMC64dO3WavLLFbvbbCUFm6h3697Vovq { position:absolute;display:block;z-index:15000;background-color:#ddfbfc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.25rem;width:37.5625rem;top:0rem;left:0rem;display:block; }
#w7OBKc4qtWazZD1xT7OzGTSDt1yhpwsH { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:15rem;top:2.20703125rem;left:6.3579959869388rem;overflow:hidden;display:block; }
#b920Qimc7etPn0HCPOuNJAzEdgs9cSyZ { position:absolute;display:block;z-index:15011;background-color:#0babc1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:4.9368105rem;width:27.3115806875rem;top:19.375rem;left:6.1707258224488rem;display:block; }
#toFsQhk3MDpV9Lt2rZqwdOc3lNKq8LGO { display:block;width:26.9370403125rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:20.991455078125rem;left:6.3579969406125rem;height:1.6176470625rem;color:#f2522e;text-align:center;text-align-last:center;display:block; }
#uA4doyXlqSnpmvSNWwlyJMOk69bJ6rzt { 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:10.125rem;width:16.1875rem;top:8.033203125rem;left:17.369024276733rem;overflow:hidden;display:block; }
#iHuL2Rv6JhXLtQVvKlVcl1TtknkKkDCx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#107d84;background-image: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; }#iHuL2Rv6JhXLtQVvKlVcl1TtknkKkDCx > .row .container { border-width: 0; border-radius: 0; }#iHuL2Rv6JhXLtQVvKlVcl1TtknkKkDCx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iHuL2Rv6JhXLtQVvKlVcl1TtknkKkDCx > .row .container { font-size:0.875rem;font-family:arial;height:1.875rem;width:75rem;position:relative;display:none; }#NTvUNO3F40to0mDBef6qes7PCLAiFZqB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#107d84;background-image: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; }#NTvUNO3F40to0mDBef6qes7PCLAiFZqB > .row .container { border-width: 0; border-radius: 0; }#NTvUNO3F40to0mDBef6qes7PCLAiFZqB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NTvUNO3F40to0mDBef6qes7PCLAiFZqB > .row .container { font-size:0.875rem;font-family:arial;height:34.375rem;width:75rem;position:relative;display:none; }#ZX6HDaXiiLPcnOuoLbaQ3Gw1yuTlyytx { display:block;width:32.687271125rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:5.376953125rem;left:41.372929573059rem;height:15.441175625rem;color:#0babc1;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PunRo7rSRQuMBeeRhcp4rfCETdNugRHg { display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:7.236328125rem;left:37.498828887939rem;height:9.375rem;color:#0babc1;text-align:center;text-align-last:center;font-style:normal;display:none; }
#c0uexVquXrIwXJFyTaLJXFApZmT56x9o { position:absolute;display:block;z-index:15009;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:26.25rem;width:37.5625rem;top:0rem;left:37.4375rem;display:block; }
#CvtaebM3aGZpzILaQPiArMBTnebeDTb0 { display:block;width:25rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.15771484375rem;left:41.375226020813rem;height:3.235294125rem;color:#a54870;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fHwE3JA8p2Q8H3fx1TKNEFL2r5Tlo5P2 { position:absolute;display:block;z-index:15000;background-color:#ddfbfc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.25rem;width:37.5625rem;top:0rem;left:0rem;display:block; }
#HbtClMGhDSksvPqvVGQKeRqcJJHEbgTk { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16rem;width:25.6875rem;top:2.186279296875rem;left:6.4108457565306rem;overflow:hidden;display:block; }
#o5sCbPxUSxbgP7yFalz8mKp7dWqb6CS1 { position:absolute;display:block;z-index:15012;background-color:#0babc1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:4.9368105rem;width:27.3115806875rem;top:18.741943359375rem;left:5.5997247695923rem;display:block; }
#V57erKhW1MTKT3Eaf6OBpI3sxnXxscsU { display:block;width:26.9370403125rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:20.38818359375rem;left:5.2803316116333rem;height:1.6176470625rem;color:#f2522e;text-align:center;text-align-last:center;display:block; }
#dFQQfHngvGnKsFTJsRGrRO8TokeZCzbN { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#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:37.5rem;height:3.435202125rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:30.846923828125rem;left:18.475412368774rem;display:block; }
#cl0nsAAStQicuqEZTzQyMs4nZ87oX7Fy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Fe0Rwm2DLtSG8WKfes7gpkapbytWPx1B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#107d84;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Fe0Rwm2DLtSG8WKfes7gpkapbytWPx1B > .row .container { background-color: transparent; background-image: none; }#Fe0Rwm2DLtSG8WKfes7gpkapbytWPx1B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fe0Rwm2DLtSG8WKfes7gpkapbytWPx1B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fe0Rwm2DLtSG8WKfes7gpkapbytWPx1B > .row .container > .video-iframe-container { display: none; }#Fe0Rwm2DLtSG8WKfes7gpkapbytWPx1B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fe0Rwm2DLtSG8WKfes7gpkapbytWPx1B > .row > .video-iframe-container { display: none; }#Fe0Rwm2DLtSG8WKfes7gpkapbytWPx1B > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fe0Rwm2DLtSG8WKfes7gpkapbytWPx1B > .row .container { border-width: 0; border-radius: 0; }#Fe0Rwm2DLtSG8WKfes7gpkapbytWPx1B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fe0Rwm2DLtSG8WKfes7gpkapbytWPx1B > .row .container { font-size:0.875rem;font-family:arial;height:24.375rem;width:75rem;position:relative;display:block; }#Ip2kMZXPuql8s8uKmmiS6oJO3SVT8Acq { box-sizing:content-box;height:13.1875rem;width:47.5rem;position:absolute;display:block;z-index:15013;background-color:#2fb2be;background-image:none;top:7.5rem;left:12.998620033264rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
#dZ1S8Pc25SCHspObhf9S0SLAwTFcHunq { color:#ffffff;display:block;width:47.3747673125rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:9.67138671875rem;left:13.05836391449rem;height:8.53125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tehL6bli4rDR3yFqnONgRxbXzC4wLf1N { color:#ffffff;display:block;width:47.3747673125rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:9.67138671875rem;left:13.05836391449rem;height:8.3823523125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#IpnPZcvSPSsxnP3MrNu8fv21CzaQh4Tr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3ffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IpnPZcvSPSsxnP3MrNu8fv21CzaQh4Tr > .row .container { background-color: transparent; background-image: none; }#IpnPZcvSPSsxnP3MrNu8fv21CzaQh4Tr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IpnPZcvSPSsxnP3MrNu8fv21CzaQh4Tr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IpnPZcvSPSsxnP3MrNu8fv21CzaQh4Tr > .row .container > .video-iframe-container { display: none; }#IpnPZcvSPSsxnP3MrNu8fv21CzaQh4Tr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IpnPZcvSPSsxnP3MrNu8fv21CzaQh4Tr > .row > .video-iframe-container { display: none; }#IpnPZcvSPSsxnP3MrNu8fv21CzaQh4Tr > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IpnPZcvSPSsxnP3MrNu8fv21CzaQh4Tr > .row .container { border-width: 0; border-radius: 0; }#IpnPZcvSPSsxnP3MrNu8fv21CzaQh4Tr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IpnPZcvSPSsxnP3MrNu8fv21CzaQh4Tr > .row .container { font-size:0.875rem;font-family:arial;height:47.5625rem;width:75rem;position:relative;display:block; }#vIyUU8BbFHxl0C62WWoTJ4TqJLXnsObL { 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-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:37.5rem;width:33.8125rem;top:9.9375rem;left:2.5rem;display:block; }
#lG8FBJUDh4rabzUbPXOEfgWfe3xTGt92 { 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:35.125rem;left:2.5625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C2lcQt6VAmIHAxT4Iy6aHiKu2biFidLL { color:#ffffff;display:block;width:28.8120403125rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:18.5625rem;left:5rem;height:14.625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#WqyZ1CsTVuVT7WIf7rOiSGJ79D6ITcyW { 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.612131125rem;height:3.298483375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:41.4375rem;left:10.125rem;display:block; }
#LzxEpCxTqVZO4FAKBo5dsTlcfSPkmHzb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oQ6wLbzW9NSQ9XFfQOyHfVnXabGqqUDH { color:#ffffff;display:block;width:6.2488508125rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:15014;line-height:.2;letter-spacing:0;top:9.9268798828125rem;left:2.4977025985717rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mh22TOtherkBmTmi9ycu0NRusDCq7UO1 { 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-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:37.5rem;width:33.75rem;top:9.875rem;left:38.5625rem;display:block; }
#bNihCz5EzvM06sm6N0s9mOqAtcZuXGfw { 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.4368105rem;width:12.4368105rem;top:3.7412109375rem;left:13.185891151428rem;overflow:hidden;display:block; }
#CWZu2Dkyd3312cJ5b1q1ZwputTpHb0Xw { 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.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.5857066875rem;height:3.2732076875rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:41.5rem;left:46.3125rem;display:block; }
#COTHAtrzlgDkN7PKEyZ1CTF5LluAK2vG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MV1wTRLTv4PbLOia8AZ0XSArN8HJOA23 { color:#47545a;display:block;width:31.247701625rem;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.5rem;left:39.8125rem;height:13rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#RPzWSDoeRPlcJ7lWsWlGFQ2e0aqpOLCs { 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:35.1875rem;left:38.6875rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vyy7DNQExOOnPC0UyUiLf7TTBHG3h0Q0 { 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; }
#OCtsyQwgtglXSpgfCMpmnLCzEFudaqdL { 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; }
#GSwkOtytGNfKNEWKathy6gzkXC6FuQ7G { 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; }
#n2fT3JcVyG69mWVLmgCqZUPlQ8Kb8OVq { color:#ffffff;display:block;width:6.247702125rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:15015;line-height:.2;letter-spacing:0;top:9.9268798828125rem;left:38.560429573059rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gyRuxogdMTrKs4zbrEXz4nTkwVzhMrv7 { color:#2649a9;display:block;width:33.75rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:37.391716003418rem;left:0rem;height:1.86666875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ZhGbk9dxzy9VAT5fo12J7g9Gx3ZwWlRy { 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:3.75rem;left:49.1875rem;overflow:hidden;display:block; }
#dX3SWx04AHzC4g2zVQtRAnprw3bGHWhT { color:#2649a9;display:block;width:31.2480625rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:20.592186272144rem;left:42.423046112061rem;height:14.93334375rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#cmUFkrcTg43AZy7d4KVmVSURrggubCzU { 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.4368105rem;width:12.4368105rem;top:3.75rem;left:49.1875rem;overflow:hidden;display:block; }
#JkuLD3UmfQOM7kK2Bl4PT85aOVbbXBgM { color:#2649a9;display:block;width:31.2491875rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:20.59218788147rem;left:1.32421875rem;height:17.205881595612rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#dBBLTf4hC8DdUIPi5wr5izOUPwEpF3k5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3ffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dBBLTf4hC8DdUIPi5wr5izOUPwEpF3k5 > .row .container { background-color: transparent; background-image: none; }#dBBLTf4hC8DdUIPi5wr5izOUPwEpF3k5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dBBLTf4hC8DdUIPi5wr5izOUPwEpF3k5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dBBLTf4hC8DdUIPi5wr5izOUPwEpF3k5 > .row .container > .video-iframe-container { display: none; }#dBBLTf4hC8DdUIPi5wr5izOUPwEpF3k5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dBBLTf4hC8DdUIPi5wr5izOUPwEpF3k5 > .row > .video-iframe-container { display: none; }#dBBLTf4hC8DdUIPi5wr5izOUPwEpF3k5 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dBBLTf4hC8DdUIPi5wr5izOUPwEpF3k5 > .row .container { border-width: 0; border-radius: 0; }#dBBLTf4hC8DdUIPi5wr5izOUPwEpF3k5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dBBLTf4hC8DdUIPi5wr5izOUPwEpF3k5 > .row .container { font-size:0.875rem;font-family:arial;height:37.5625rem;width:75rem;position:relative;display:block; }#yGGJVz57aFxM5BzxgVdfE2s4eTrUxcq4 { 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-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:28.4375rem;width:33.75rem;top:9.125rem;left:2.75rem;display:block; }
#zomnD8EsLDT9ihIhv7I39r0s06APWwGD { 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:27.790283203125rem;left:2.7481622695923rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zmOPpiOuxdHOtTgEST8DISI2E9Cs6VrV { color:#ffffff;display:block;width:31.248849875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:17.631713867188rem;left:3.9981622695923rem;height:8.125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#JdLTrOFR1R4DmptZwooDxQKIaSM7OSvc { 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.61328125rem;height:3.298483375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:31.318481445312rem;left:10.314797401428rem;display:block; }
#kbDIfTppx1EQOhTcDW7AQJlOIGHh2pfQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oGqlm4JfpoV1LBkBUPNWNRXtEPnOfWgv { color:#ffffff;display:block;width:6.2488508125rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:15014;line-height:.2;letter-spacing:0;top:9.0625rem;left:2.75rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IlUDDlIr2DJ4mqEIXHVc5Q28eKEHlthW { 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-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:28.4375rem;width:33.75rem;top:9.0625rem;left:38.5rem;display:block; }
#cyXcv7VJzvINqcuBtIT5XP1J80syunQr { 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.0625rem;left:13.4375rem;overflow:hidden;display:block; }
#QKNWDOxpwnJKveh5gUBqG8yGLOIZ0Jos { 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.5857066875rem;height:3.2732076875rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:31.292114257812rem;left:46.079960823059rem;display:block; }
#GGXenyBslzC9vB0FM6z9X47uZse1n3P3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Xm1sGfsKVtb03P1Jr1GE3rGLVHvqJmTT { color:#47545a;display:block;width:31.247701625rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:17.670776367188rem;left:39.749539375305rem;height:6.5rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#s8v0q244dARUxIzZaWgtim2mfH7HkT8d { 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:27.751220703125rem;left:38.498391151428rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Aw6br4w2IHOiwHVrHUvrT1gex5gJKIdJ { 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; }
#goGwhVDdHdNS3sUAHeTgt2meZD4MabXC { 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; }
#JuQpoSec0sPJciQLJ9BflIvRvfp79nQ5 { 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; }
#KcGuGQvEVCZxhAAABn3dS1nRl5i9GxxH { color:#ffffff;display:block;width:6.247702125rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:15015;line-height:.2;letter-spacing:0;top:9rem;left:38.5rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#krB2NEwTKeeuOIwa2RUmRTDkHWUm3lQr { color:#2649a9;display:block;width:33.75rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:37.391716003418rem;left:0rem;height:1.86666875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#xKGOH9o3Ix4ZHoRPerug5fvRagubvpno { 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:49.25rem;overflow:hidden;display:block; }
#P5kbrFN6apT34psiuPh6WxbLX4lQy7wX { 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:49.25rem;overflow:hidden;display:block; }
#R3KGmEZJ4lEBAAnyoFUvvGuL8RHxat7V { color:#2649a9;display:block;width:31.2491875rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:20.59218788147rem;left:1.32421875rem;height:9.33334375rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#kvHdrJ0RR9qlh1gw5zthDTKP5RgJTsBG { color:#2649a9;display:block;width:31.2491875rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:20.59218788147rem;left:1.32421875rem;height:9.33334375rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#Ck4XTC7vRxLcVTyr0rh2DmeCkJDTBt4a { color:#2649a9;display:block;width:33.75rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:37.391716003418rem;left:0rem;height:1.86666875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#gsRdc0ZFsEcML9iLcGQXGAZ1l9MTgme1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3ffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gsRdc0ZFsEcML9iLcGQXGAZ1l9MTgme1 > .row .container { background-color: transparent; background-image: none; }#gsRdc0ZFsEcML9iLcGQXGAZ1l9MTgme1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gsRdc0ZFsEcML9iLcGQXGAZ1l9MTgme1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gsRdc0ZFsEcML9iLcGQXGAZ1l9MTgme1 > .row .container > .video-iframe-container { display: none; }#gsRdc0ZFsEcML9iLcGQXGAZ1l9MTgme1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gsRdc0ZFsEcML9iLcGQXGAZ1l9MTgme1 > .row > .video-iframe-container { display: none; }#gsRdc0ZFsEcML9iLcGQXGAZ1l9MTgme1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gsRdc0ZFsEcML9iLcGQXGAZ1l9MTgme1 > .row .container { border-width: 0; border-radius: 0; }#gsRdc0ZFsEcML9iLcGQXGAZ1l9MTgme1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gsRdc0ZFsEcML9iLcGQXGAZ1l9MTgme1 > .row .container { font-size:0.875rem;font-family:arial;height:54.25rem;width:75rem;position:relative;display:block; }#kKzu4eSGMHmA7JC6G2KKH8KtIU64h3dI { 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-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:32.1875rem;width:33.75rem;top:9.625rem;left:2.5rem;display:block; }
#eVFpDKiryVZaxcw9G0QClNCUZ0HSDPiV { 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:27.7080078125rem;left:2.4977025985717rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HWRZWOVDCMsU59D2qckliW2lokmoFZSk { color:#47545a;display:block;width:31.248849875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:18.436401367188rem;left:3.7477025985717rem;height:6.5rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#SM2GIoohJuUwhkP2XHeqeTHDuGIURRCS { 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.61328125rem;height:3.2973344375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:35.677856445312rem;left:10.06663608551rem;display:block; }
#Ifp3ABywdMgc4tFZIVqCmhHTeQs6Deaq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pcRZPsNIrVvONkgn5sZ8wyl5lp4qA7aA { 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-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:32.1875rem;width:33.8125rem;top:9.4375rem;left:38.5rem;display:block; }
#deTFu1LG205Vtf6c3QArboq5x4MgHgAC { 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.5625rem;left:13.1875rem;overflow:hidden;display:block; }
#FNgpKPgrGbEFiDHbOkBmFTl5JDUJWRRI { 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.5845585rem;height:3.27205875rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:35.747924804688rem;left:46.1121301651rem;display:block; }
#wgqiulSTn9dCQ259ZvTbJyQDTen0AAUe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KsxGKhewuzpCOpdLBeGVEfVOZk8cfmhP { color:#47545a;display:block;width:31.247701625rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:17.572387695312rem;left:39.779408454895rem;height:8.125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#R4x3taiBp3xn9nRNnU98uCFqMzMIVS9S { color:#ffffff;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:27.87451171875rem;left:38.529408454895rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P3gyiFEDaCLV48FnC1cP8CPactsrMbZT { 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; }
#mtKqIt8OExcWg30dsCkouEStRs6QbuMf { 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; }
#ATOuRRuhgc8llmumQV2egZTFJrTrpJpL { color:#ffffff;display:block;width:6.247702125rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:15015;line-height:.2;letter-spacing:0;top:9.375rem;left:38.5rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yhyKzJbSLD2hrIzfrtna0XvWrD0B6UQL { color:#2649a9;display:block;width:33.75rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:37.391716003418rem;left:0rem;height:1.86666875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#FPTCbOW9HJTGwRNvfsqKrlXgGJFUPsh0 { color:#2649a9;display:block;width:31.2480625rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:20.592186272144rem;left:42.423046112061rem;height:14.93334375rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#o7PPBJz0rLCMoeXuQIsS7DouR9NuvkeT { color:#2649a9;display:block;width:31.2491875rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:20.59218788147rem;left:1.32421875rem;height:9.33334375rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#p7KMK73g84QTikSUtFGO5ZBV0v1e4uCD { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.4375rem;width:12.4375rem;position:absolute;display:block;z-index:15004;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:3.125rem;left:49.25rem;overflow:hidden;display:block; }
#uA5P9d7ea1rgd8Tpn6c97FxMUFCZvpuT { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.4375rem;width:12.4375rem;position:absolute;display:block;z-index:15004;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:3.75rem;left:51.808336257934rem;overflow:hidden;display:none; }
#tLT2iVlMwQzUwtCqXaQW4fkkx7KFEOVp { color:#ffffff;display:block;width:6.247702125rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:15015;line-height:.2;letter-spacing:0;top:9.625rem;left:2.5rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HMrvZClI9MhBskQkeTLdofDc3sMCNHIh { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#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:37.5rem;height:3.435202125rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:46.498046875rem;left:18.748849868774rem;display:block; }
#t7oJEFe8cKv1VeJpqqD5KqgtXBqTWJvG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iUzoSMX2olUChcOmvNZd7VqmXMvo5yJZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: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; }#iUzoSMX2olUChcOmvNZd7VqmXMvo5yJZ > .row .container { border-width: 0; border-radius: 0; }#iUzoSMX2olUChcOmvNZd7VqmXMvo5yJZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iUzoSMX2olUChcOmvNZd7VqmXMvo5yJZ > .row .container { font-size:0.875rem;font-family:arial;height:12.8125rem;width:75rem;position:relative;display:none; }#qF8NeuKMpI32TvQihxiQFoVelICNyhrH { 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.1875rem solid #107d84;border-left:0.1875rem solid #107d84;border-right:0.1875rem solid #107d84;border-bottom:0.1875rem solid #107d84;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:#107d84;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:35.9375rem;height:3.4375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:3.75rem;left:19.530099868774rem;display:block; }
#RUGKbBPFIpTwznucmHam7ddvF10TgGuU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nyeysXSmchFtWJhVm9kNnVprWzF8wvVV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5fbfd;background-image: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; }#nyeysXSmchFtWJhVm9kNnVprWzF8wvVV > .row .container { border-width: 0; border-radius: 0; }#nyeysXSmchFtWJhVm9kNnVprWzF8wvVV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nyeysXSmchFtWJhVm9kNnVprWzF8wvVV > .row .container { font-size:0.875rem;font-family:arial;height:47.625rem;width:75rem;position:relative;display:none; }#dVzdhxItXnVGkNPoELbQfm8aN7DSAnMD { 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 #f4b787;border-left:0.0625rem solid #f4b787;border-right:0.0625rem solid #f4b787;border-bottom:0.0625rem solid #f4b787;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35rem;width:33.75rem;top:9.7979164123538rem;left:0rem;display:block; }
#kH7PXibAQe1FqFdLrCbGFpNs6Pt1ttmd { color:#2649a9;display:block;width:33.75rem;position:absolute;font-family:"josefin sans";font-size:1.4375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:32.840545654297rem;left:0rem;height:1.83823525rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m7G0wG0w6utLfSsBf9iSdNsMVn9X1ZM8 { color:#2649a9;display:block;width:31.1875rem;position:absolute;font-family:"josefin sans";font-size:1.4375rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:20.591186523438rem;left:1.32421875rem;height:9.19117625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#KMTHcvw12pO4sk0Zp8yGZ0Ll0Pbwu89D { background-color:#fad7bb;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:18.61325rem;height:3.29765625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:39.610157966614rem;left:7.6171875rem;display:block; }
#tQR8fagMEiM93dtyPNG39gNyzP34bRQV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KXDfai00s29tnyJTt9XTfdcQOPrlodKm { 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 #f4b787;border-left:0.0625rem solid #f4b787;border-right:0.0625rem solid #f4b787;border-bottom:0.0625rem solid #f4b787;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35rem;width:33.875rem;top:10.053924560547rem;left:41.053907394409rem;display:block; }
#yZ4Uu5KXF2Gl0IEoFu0onH4UqplJ8pC7 { 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; }
#LViWBNynQIJ9tBhLUApZSWq3F5kVkgRN { background-color:#fad7bb;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:18.585125rem;height:3.27265625rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:39.622656822204rem;left:48.74765586853rem;display:block; }
#piHgwC7mL6UTVkfcfQGpTBPHIW1o4HdK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NaTT5zhkrzbGKfcN3RQm1VQ06xL0Ntno { color:#2649a9;display:block;width:31.2479375rem;position:absolute;font-family:"josefin sans";font-size:1.4375rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:21.575000762939rem;left:42.445833206177rem;height:11.2125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#Q5CraSU5C03Fk2nsnKeKPnhHSmCqpn2G { color:#2649a9;display:block;width:33.75rem;position:absolute;font-family:"josefin sans";font-size:1.4375rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:32.774919509888rem;left:41.250001907349rem;height:5.60625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ReTyPSn64XMx7QT5RaPq10zkqrA6yn9v { 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; }
#AVFB4oeUl3aPsxgPiyC8gFcTx7RinR1q { 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; }
#MMF3SpsaN9Laz47FkLgyATmM0Wn9igiT { 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; }
#TkFmqcTiIIoSotCOWwUTLBNF1Qkfhsii { color:#fad7bb;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:0.75rem;left:41.186717987061rem;height:20.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B4P4bE3DbqaJtceW9ODFptBVfKlJX4L1 { color:#2649a9;display:block;width:31.2480625rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:20.592186272144rem;left:42.423046112061rem;height:14.93334375rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#tMWSB4tdxT1RaCsuztzbAeAQXN3bUgmp { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.4375rem;width:12.4375rem;position:absolute;display:block;z-index:15004;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:3.75rem;left:51.808336257934rem;overflow:hidden;display:block; }
#QGVpSJS8CSofi3zVz2ak2JvHVymUtyX8 { color:#fad7bb;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:3.301513671875rem;left:41.052388191223rem;height:20.7352943125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V8BTXC3GxOwCXPRZiqXyDce5ifz1hMu6 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.4375rem;width:12.4375rem;position:absolute;display:block;z-index:15004;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:3.75rem;left:51.808336257934rem;overflow:hidden;display:none; }
#Zk75L3XGxA2261f8G3TOuA3NM3RDJ5xs { color:#2649a9;display:block;width:31.2480625rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:20.592186272144rem;left:42.423046112061rem;height:14.93334375rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#xqUfC0TTAUucfIfX6whxL9VnueTxTZrr { color:#2649a9;display:block;width:33.75rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:29.923959970474rem;left:41.187501907349rem;height:1.86666875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#nx1NeydHRJESJphpitqMliPE8sIyZ28Z { color:#2649a9;display:block;width:33.75rem;position:absolute;font-family:"josefin sans";font-size:1.4375rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:32.774919509888rem;left:41.250001907349rem;height:5.60625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#WSgObzphOAEgkRzgbos61z3oLLbTNRJG { color:#fad7bb;display:block;width:6.2488508125rem;position:absolute;font-family:dosis;font-size:16rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:3.2728271484375rem;left:0rem;height:20.7352943125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uFHEutkm4T337136xuhANUqwJOvVbsnR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5fbfd;background-image: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; }#uFHEutkm4T337136xuhANUqwJOvVbsnR > .row .container { border-width: 0; border-radius: 0; }#uFHEutkm4T337136xuhANUqwJOvVbsnR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uFHEutkm4T337136xuhANUqwJOvVbsnR > .row .container { font-size:0.875rem;font-family:arial;height:53.4375rem;width:75rem;position:relative;display:none; }#coDOqmfstC1sFifNG9kQ3EwR2xyM5DM0 { 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 #f4b787;border-left:0.0625rem solid #f4b787;border-right:0.0625rem solid #f4b787;border-bottom:0.0625rem solid #f4b787;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35rem;width:33.875rem;top:8.5625rem;left:20.5rem;display:block; }
#e7pQsFon7Shrs6MwkHe3XdCiougtlJLT { background-color:#fad7bb;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:18.585125rem;height:3.27265625rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:38.125rem;left:28.25rem;display:block; }
#seTR4HZXeoCD8EH298Wmmcel0WiJZeI4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ObTOKSLTnT80Bz35Fx9Uo4EBXNsuaHwV { color:#47545a;display:block;width:31.2479375rem;position:absolute;font-family:"josefin sans";font-size:1.4375rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:20.0625rem;left:21.9375rem;height:11.0294114375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#G6TJl4STsr4zVTUpngBuaPn4sd1ftVLs { color:#2649a9;display:block;width:33.75rem;position:absolute;font-family:"josefin sans";font-size:1.4375rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:31.25rem;left:20.75rem;height:5.51470575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NUERAxzFrd17qhp8zeqe3Qz0eWRF4f4R { 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; }
#xhrpCheqpuy5uihrGxk408MQRGhG1Ai8 { 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; }
#QyNye1LRRsGti5DKIDV9sFpO5AbRANBN { 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; }
#CbEJEv9BmmIGbzCSzeS05TIPLepN4JiQ { color:#2649a9;display:block;width:31.2480625rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:20.592186272144rem;left:42.423046112061rem;height:14.93334375rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#XbqpiZVgycCCyZNGWJ7Uf99QHWTPml9P { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.4375rem;width:12.4375rem;position:absolute;display:block;z-index:15004;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:2.25rem;left:31.25rem;overflow:hidden;display:block; }
#VtRNzdP3dGQVb8iIyuOasGy7UfkDhdTn { color:#2649a9;display:block;width:33.75rem;position:absolute;font-family:"josefin sans";font-size:1.4375rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:32.774919509888rem;left:41.250001907349rem;height:5.60625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#a0elegD869Bu7TSWb25eEJgtwcl5TDQT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3ffff;background-image: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; }#a0elegD869Bu7TSWb25eEJgtwcl5TDQT > .row .container { border-width: 0; border-radius: 0; }#a0elegD869Bu7TSWb25eEJgtwcl5TDQT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a0elegD869Bu7TSWb25eEJgtwcl5TDQT > .row .container { font-size:0.875rem;font-family:arial;height:88rem;width:75rem;position:relative;display:none; }#eXl4CZPWKmaOgZ3avExQHg6TdPnEfX3X { 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; }
#vbQ1UF1xNv56O6wwaMqATsyQ0hEW75Xf { position:absolute;display:block;z-index:15010;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f4b787;border-left:0.0625rem solid #f4b787;border-right:0.0625rem solid #f4b787;border-bottom:0.0625rem solid #f4b787;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.875rem;width:75rem;top:12.562500476837rem;left:0rem;display:block; }
#y0TUhwqLTx7pCwZTzMKsVv9hLmKsUPHe { color:rgba(250,215,187,0.97);display:block;width:6.24791875rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:6.6833335161206rem;left:6.25rem;height:16.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NGAvTezPELh1ImTV0EvZvXKTSPPUlsfl { border-bottom:0;border-left:0;border-right:0;border-top:0;height:10.5625rem;width:10.5625rem;position:absolute;display:block;z-index:15016;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:7.5rem;left:32.187501907349rem;overflow:hidden;display:block; }
#Xv7rIVA1wv47po6WbFMvMTbEDrBI0SW0 { display:block;width:62.5rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.7;letter-spacing:0;top:20.758334398269rem;left:6.2500019073488rem;height:68.8235265rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:block; }
#RhurySDXPOB7ftMoABLSi0Fkr8pEJJpZ { display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.7;letter-spacing:0;top:20.758334398269rem;left:6.2500019073488rem;height:67.20006875rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:none; }
#bKJJLHJkBfdheC5TX7zOTCc4U9H0zlQI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3ffff;background-image: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; }#bKJJLHJkBfdheC5TX7zOTCc4U9H0zlQI > .row .container { border-width: 0; border-radius: 0; }#bKJJLHJkBfdheC5TX7zOTCc4U9H0zlQI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bKJJLHJkBfdheC5TX7zOTCc4U9H0zlQI > .row .container { font-size:0.875rem;font-family:arial;height:53.875rem;width:75rem;position:relative;display:none; }#H4tSc5QzMX70mFa18eS92biJdHmqffkz { 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; }
#D2RAm2VIxpU4QnfXsqNtUeNmEWe9X9s3 { color:rgba(250,215,187,0.97);display:block;width:6.24791875rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:6.6833335161206rem;left:6.25rem;height:16.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M6vQGIp4GyxiUmSp4Xs8GfNsQF7INZG4 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:10.625rem;top:7.5rem;left:32.187501907349rem;overflow:hidden;display:block; }
#ksFA8fSRvzLXqHE5GguC90lnTlpNJ7MN { position:absolute;display:block;z-index:15010;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f4b787;border-left:0.0625rem solid #f4b787;border-right:0.0625rem solid #f4b787;border-bottom:0.0625rem solid #f4b787;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.5625rem;width:75rem;top:12.741668701172rem;left:0rem;display:block; }
#KsMDsCOJyN1smTGkGGa4fcvaCSlzWFdU { display:block;width:62.5rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.7;letter-spacing:0;top:20.8125rem;left:6.2500019073488rem;height:32.499998625rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:block; }
#iUetXrFpBlzXSJlENET8yEgJT9MwvTlk { display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.7;letter-spacing:0;top:20.8125rem;left:6.2500019073488rem;height:31.73336875rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:none; }
#lTIvLDg1ui7Kq04eRlteuKk99eezgeJ3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3ffff;background-image: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; }#lTIvLDg1ui7Kq04eRlteuKk99eezgeJ3 > .row .container { border-width: 0; border-radius: 0; }#lTIvLDg1ui7Kq04eRlteuKk99eezgeJ3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lTIvLDg1ui7Kq04eRlteuKk99eezgeJ3 > .row .container { font-size:0.875rem;font-family:ubuntu;height:30.625rem;width:75rem;position:relative;display:none; }#gLoQVFrTOo5y8xi5h0WbVtFJ2yVZbl1w { display:block;width:62.5rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.7;letter-spacing:0;top:14.357292175293rem;left:6.2187519073486rem;height:13.382352375rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:block; }
#MuNToesTWQx56vaalX8H4xmZh9tRomVQ { position:absolute;display:block;z-index:15011;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f4b787;border-left:0.0625rem solid #f4b787;border-right:0.0625rem solid #f4b787;border-bottom:0.0625rem solid #f4b787;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21rem;width:75rem;top:7.5rem;left:0rem;display:block; }
#BVIbyxDdyutXL937i5kyG29CDT0yVa9Q { color:rgba(250,215,187,0.97);display:block;width:6.24791875rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:0.0625rem;left:6.2187519073486rem;height:16.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ITxROFAEB4QCuJFQTnyCQw65V1gvohwN { display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.7;letter-spacing:0;top:14.357292175293rem;left:6.2187519073486rem;height:48.5333875rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:none; }
#la8EvLRMOs9mXhFadGMmThq7xCWrmb0V { position:relative;display:none; }#la8EvLRMOs9mXhFadGMmThq7xCWrmb0V { border-width: 0; border-radius: 0; }#la8EvLRMOs9mXhFadGMmThq7xCWrmb0V > .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; }#la8EvLRMOs9mXhFadGMmThq7xCWrmb0V > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5fbfd;background-image:none;font-size:0.875rem;font-family:ubuntu;height:33.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; }#EgEhZGuTgWEQNmr6RTxwSafVUlxaUTmO { display:block;width:62.5rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.7;letter-spacing:0;top:14.357292175293rem;left:6.2187519073486rem;height:17.2125rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:block; }
#vrsymFMThxmXT4MDWkvpPx2sK0knMssM { position:absolute;display:block;z-index:15011;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f4b787;border-left:0.0625rem solid #f4b787;border-right:0.0625rem solid #f4b787;border-bottom:0.0625rem solid #f4b787;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:75rem;top:7.5rem;left:0rem;display:block; }
#d3eLgHkvLEAPWRSh0hZ6Pv9VftAkTdHc { color:rgba(250,215,187,0.97);display:block;width:6.24791875rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:0.0625rem;left:6.2187519073486rem;height:16.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LSOTwGkATdCVzpcR31OMvrZqDxu5XR0k { display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.7;letter-spacing:0;top:14.357292175293rem;left:6.2187519073486rem;height:48.5333875rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:none; }
#St8BKsKJb7hZu8QvV24hlIXve3wJCHf1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3ffff;background-image: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; }#St8BKsKJb7hZu8QvV24hlIXve3wJCHf1 > .row .container { border-width: 0; border-radius: 0; }#St8BKsKJb7hZu8QvV24hlIXve3wJCHf1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#St8BKsKJb7hZu8QvV24hlIXve3wJCHf1 > .row .container { font-size:0.875rem;font-family:ubuntu;height:49.6875rem;width:75rem;position:relative;display:none; }#F1FUQbfSUJm1nlaRsmtTF7ZFDPtyX2sg { display:block;width:62.5rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.7;letter-spacing:0;top:14.357292175293rem;left:6.2187519073486rem;height:30.588234rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:block; }
#rJNDp03Vf1TT7DOVrmPqed6dt5WAed7R { position:absolute;display:block;z-index:15011;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f4b787;border-left:0.0625rem solid #f4b787;border-right:0.0625rem solid #f4b787;border-bottom:0.0625rem solid #f4b787;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.5rem;width:75rem;top:7.5rem;left:0rem;display:block; }
#wJUNQq4qAWbTlLrXaqwtszGcpzeeQEt7 { color:rgba(250,215,187,0.97);display:block;width:6.24791875rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:0.0625rem;left:6.2187519073486rem;height:16.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IXbaWvag5gHsn9laZCEBiV5igCq9EGbQ { display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.7;letter-spacing:0;top:14.357292175293rem;left:6.2187519073486rem;height:48.5333875rem;color:#47545a;font-style:italic;text-align:center;text-align-last:center;display:none; }
#kw2Mn9TE3K0hDCX02cVACQtPdUza6Rdw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f6fb;background-image:url("https://images.assets-landingi.com/Xo5udmRb/t_o_1200x1200_4_.png");background-position:center left !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; }#kw2Mn9TE3K0hDCX02cVACQtPdUza6Rdw.adaptive-delivery-prevent-bg, #kw2Mn9TE3K0hDCX02cVACQtPdUza6Rdw.lazyload, #kw2Mn9TE3K0hDCX02cVACQtPdUza6Rdw.lazyloading { background-image: none; }#kw2Mn9TE3K0hDCX02cVACQtPdUza6Rdw > .row .container { background-color: transparent; background-image: none; }#kw2Mn9TE3K0hDCX02cVACQtPdUza6Rdw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kw2Mn9TE3K0hDCX02cVACQtPdUza6Rdw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kw2Mn9TE3K0hDCX02cVACQtPdUza6Rdw > .row .container > .video-iframe-container { display: none; }#kw2Mn9TE3K0hDCX02cVACQtPdUza6Rdw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kw2Mn9TE3K0hDCX02cVACQtPdUza6Rdw > .row > .video-iframe-container { display: none; }#kw2Mn9TE3K0hDCX02cVACQtPdUza6Rdw > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kw2Mn9TE3K0hDCX02cVACQtPdUza6Rdw > .row .container { border-width: 0; border-radius: 0; }#kw2Mn9TE3K0hDCX02cVACQtPdUza6Rdw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kw2Mn9TE3K0hDCX02cVACQtPdUza6Rdw > .row .container { font-size:0.875rem;font-family:arial;height:43rem;width:75rem;position:relative;display:block; }#cbOyuQ6o7LSRAbi9T20kKhRlQBldKeNB { color:#000000;display:block;width:25rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:21.625rem;top:9.875rem;left:21.6875rem;display:none; }
#gxFr4Nyxa79LsSOJzsNTTCJp0R4vbmGo { 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:37.125rem;width:33.75rem;top:2.9375rem;left:40.8125rem;overflow:hidden;display:block; }
#B6k3Ez5PwvSeSJKz2DT5srns3meGT8Wn { background-color:#f1a41f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#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:25rem;height:3.4340531875rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:31.571655273438rem;left:8.7166814804075rem;display:block; }
#TTuFPrGmtRauTVIPAQgFdsRtTKmr58id { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X4ThnXUX7CLSkBPR0uTHyoKpXcPTc4EH { display:block;width:42.4368095625rem;position:absolute;font-family:"josefin sans";font-size:3rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:11.439575195312rem;left:0rem;height:9rem;color:#107d84;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J50vRMVkI4ofrhNP3NLZvmfDFNAOMhc6 { display:block;width:21.7497691875rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:23.14111328125rem;left:10.34007358551rem;height:5.625rem;color:#7a3855;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dbPbhahXVA2RcuJ6dmCpfwcQvSmb0xJc { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;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.3745403125rem;width:10.3745403125rem;top:23.846557617188rem;left:0.7261028289795rem;overflow:hidden;display:block; }
#i2zk5uLONlMSTf0a07Za1hFIrI6r3OuA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#107d84;background-image: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; }#i2zk5uLONlMSTf0a07Za1hFIrI6r3OuA > .row .container { border-width: 0; border-radius: 0; }#i2zk5uLONlMSTf0a07Za1hFIrI6r3OuA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i2zk5uLONlMSTf0a07Za1hFIrI6r3OuA > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:none; }#sZ0Rp18khDV1Fu6phTcZL9FDmbTqIGbU { color:#72686c;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:1.875rem;left:0rem;height:1.985294125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CwmyeKZCcAia6mDRsECbwAiWQFTn3BJl { background-color:transparent;background-image:none;border-top:0.125rem solid #107d84;border-left:0.125rem solid #107d84;border-right:0.125rem solid #107d84;border-bottom:0.125rem solid #107d84;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:#107d84;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.1601875rem;height:3.10078125rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:6.125rem;left:18.918750762939rem;display:block; }
#x291bBTpX5pskWJS0kSI5TPZeU5wbFFT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oUOHWvoxWJDTsaChgZHT0DbxnW1Kblef { position:absolute;display:block;z-index:14997;background-color:#f5fbfd;background-image:none;background-position:center !important;background-repeat: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.5rem;width:75rem;top:0rem;left:0rem;display:block; }
#c9EsvF7KS6PKAIhnUIceqED3PCDXDeUf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5fbfd;background-image: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; }#c9EsvF7KS6PKAIhnUIceqED3PCDXDeUf > .row .container { border-width: 0; border-radius: 0; }#c9EsvF7KS6PKAIhnUIceqED3PCDXDeUf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c9EsvF7KS6PKAIhnUIceqED3PCDXDeUf > .row .container { font-size:0.875rem;font-family:ubuntu;height:29.875rem;width:75rem;position:relative;display:none; }#SGWEqw6D9utxh9OynNOwUwn47UJsg8Tc { position:absolute;display:block;z-index:15011;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f1d0b5;border-left:0.0625rem solid #f1d0b5;border-right:0.0625rem solid #f1d0b5;border-bottom:0.0625rem solid #f1d0b5;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.625rem;width:75.0625rem;top:3.75rem;left:0rem;display:block; }
#tD4ELBNw76pRSuRuHVOCiaiHrNeTuhv6 { color:#f4b787;display:block;width:6.24791875rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:0.125rem;left:0rem;height:10.5147056875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gmfnbOhukMfstiHBi0hbUAyl8Be9xcxw { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.7;letter-spacing:0;top:10.64599609375rem;left:11.96875rem;height:17.205881625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DzNvb9c301bhWzOKhWTI9xrBaZ04ZI60 { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:15.375rem;left:11.96875rem;height:11.66668125rem;text-align:center;text-align-last:center;display:none; }
#qHq8JfxhRfUQoLp755CrOSWOrJhoNsax { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:15.375rem;left:11.96875rem;height:11.66668125rem;text-align:center;text-align-last:center;display:none; }
#GBWPXeZrfNPT0T1R1Dl2DOUwZdJ8oylm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5fbfd;background-image: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; }#GBWPXeZrfNPT0T1R1Dl2DOUwZdJ8oylm > .row .container { border-width: 0; border-radius: 0; }#GBWPXeZrfNPT0T1R1Dl2DOUwZdJ8oylm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GBWPXeZrfNPT0T1R1Dl2DOUwZdJ8oylm > .row .container { font-size:0.875rem;font-family:arial;height:51.875rem;width:75rem;position:relative;display:none; }#Lr9ZhIuq0tiuHTstfrp57lUw0k5wLgZi { 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; }
#muTfXQpz3wCFtX1ZsB0BI2pTSwnsdTsA { position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f1d0b5;border-left:0.0625rem solid #f1d0b5;border-right:0.0625rem solid #f1d0b5;border-bottom:0.0625rem solid #f1d0b5;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:47.9375rem;width:75.0625rem;top:3.75rem;left:0rem;display:block; }
#AnJfB4HCHhmkEtECytr3ivSn6LcT3Ovb { color:#f4b787;display:block;width:6.24791875rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:0.125rem;left:0rem;height:10.5147056875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TiEELItVI27WiMICe7aCyv0h7iQBAsXk { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.7;letter-spacing:0;top:9.6875rem;left:11.968751907349rem;height:42.05882175rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WyMnTkSu7t15vNNrkk6prIv9diADEqsy { color:#000000;display:block;width:51.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:22.9326171875rem;left:11.96875rem;height:11.8125rem;text-align:center;text-align-last:center;display:none; }
#KNQ589cL6kuvxBsttXINAeg80Q3tugPV { 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:16.244791030884rem;left:11.968751907349rem;height:13.33335rem;text-align:center;text-align-last:center;display:none; }
#X9IbvT3D6RaDlmqZUTu40QTZJh2aWDxq { 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:16.244791030884rem;left:11.968751907349rem;height:33.333375rem;text-align:center;text-align-last:center;display:none; }
#LHNZ47oGXO03KGAVSTILZlNFi3mVepT3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5fbfd;background-image: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; }#LHNZ47oGXO03KGAVSTILZlNFi3mVepT3 > .row .container { border-width: 0; border-radius: 0; }#LHNZ47oGXO03KGAVSTILZlNFi3mVepT3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LHNZ47oGXO03KGAVSTILZlNFi3mVepT3 > .row .container { font-size:0.875rem;font-family:ubuntu;height:29.875rem;width:75rem;position:relative;display:none; }#WWCGg3o4fKBJ6ig9IF13DDF8CXHrR4UJ { position:absolute;display:block;z-index:15011;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f1d0b5;border-left:0.0625rem solid #f1d0b5;border-right:0.0625rem solid #f1d0b5;border-bottom:0.0625rem solid #f1d0b5;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.625rem;width:75.0625rem;top:3.75rem;left:0rem;display:block; }
#Ig6vOArNEFbCwzrlHT2rZdNKzn4EC2BC { color:#f4b787;display:block;width:6.24791875rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:0.125rem;left:0rem;height:10.5147056875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NmtQls6QpbD4DTUVEJIezWwU1lmh8blR { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.7;letter-spacing:0;top:10.64599609375rem;left:11.96875rem;height:19.11764625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zWCxJFrBF52Jt7fsdHRlEPvqDx68fHqR { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:15.375rem;left:11.96875rem;height:11.66668125rem;text-align:center;text-align-last:center;display:none; }
#d7pE98RUxtIgaZQ2rTIXpqQOD5FhVzJ3 { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:15.375rem;left:11.96875rem;height:11.66668125rem;text-align:center;text-align-last:center;display:none; }
#MwVNHkplfTiH3zi3LHfMnkwQaVDGW1F9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5fbfd;background-image: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; }#MwVNHkplfTiH3zi3LHfMnkwQaVDGW1F9 > .row .container { border-width: 0; border-radius: 0; }#MwVNHkplfTiH3zi3LHfMnkwQaVDGW1F9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MwVNHkplfTiH3zi3LHfMnkwQaVDGW1F9 > .row .container { font-size:0.875rem;font-family:ubuntu;height:25.0625rem;width:75rem;position:relative;display:none; }#EGJ78cp62nRCPPCsU7bVSrxS5Bc5PPMT { position:absolute;display:block;z-index:15011;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f1d0b5;border-left:0.0625rem solid #f1d0b5;border-right:0.0625rem solid #f1d0b5;border-bottom:0.0625rem solid #f1d0b5;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.0625rem;width:75.125rem;top:3.75rem;left:0rem;display:block; }
#bFz5XxVxEgK3BWs7w8QXW8vVqXdZKGhZ { color:#f4b787;display:block;width:6.24791875rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:0.125rem;left:0rem;height:10.5147056875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GVBmhEaKKM2sPn72H4RVTdrS3xOSOVld { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.7;letter-spacing:0;top:9.6875rem;left:11.96875rem;height:15.294117rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#daDab8T8oEIJKfaCax7xvKrZmOdJNVe0 { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:13.3125rem;left:11.96875rem;height:10.0000125rem;text-align:center;text-align-last:center;display:none; }
#Fv5dpEAazXsxPgGtKJRIKeZyAzbErERT { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:13.3125rem;left:11.96875rem;height:10.0000125rem;text-align:center;text-align-last:center;display:none; }
#OsSTqtVT04ikUJbVm5TAk6HbTyRvUbJv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5fbfd;background-image: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; }#OsSTqtVT04ikUJbVm5TAk6HbTyRvUbJv > .row .container { border-width: 0; border-radius: 0; }#OsSTqtVT04ikUJbVm5TAk6HbTyRvUbJv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OsSTqtVT04ikUJbVm5TAk6HbTyRvUbJv > .row .container { font-size:0.875rem;font-family:ubuntu;height:38.75rem;width:75rem;position:relative;display:none; }#LCBuKn7OnnCPfmkdJMmBMqdLUpEhnkWF { position:absolute;display:block;z-index:15011;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f1d0b5;border-left:0.0625rem solid #f1d0b5;border-right:0.0625rem solid #f1d0b5;border-bottom:0.0625rem solid #f1d0b5;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.8125rem;width:75.125rem;top:3.75rem;left:0rem;display:block; }
#y9rpDBOUR6cpowoosloyDPbMwKEM5pbV { color:#f4b787;display:block;width:6.24791875rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:0.125rem;left:0rem;height:10.5147056875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hsabKn2uKFtdGB4GlK3kSa58UesLXchE { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.7;letter-spacing:0;top:9.6875rem;left:11.96875rem;height:28.676469375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EJA1tLu3Zd45G9Npr20nZUfo4olHF8T9 { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:14.90625rem;left:13.46875rem;height:26.66669375rem;text-align:center;text-align-last:center;display:none; }
#tMi9T9dcl8gpihQdF5Z52ZpH0FQAq9kG { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:14.90625rem;left:13.46875rem;height:26.66669375rem;text-align:center;text-align-last:center;display:none; }
#kLGPLbUPdrOTBLp9fL6nwfGsGoEhv6RT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5fbfd;background-image: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; }#kLGPLbUPdrOTBLp9fL6nwfGsGoEhv6RT > .row .container { border-width: 0; border-radius: 0; }#kLGPLbUPdrOTBLp9fL6nwfGsGoEhv6RT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kLGPLbUPdrOTBLp9fL6nwfGsGoEhv6RT > .row .container { font-size:0.875rem;font-family:ubuntu;height:46.375rem;width:75rem;position:relative;display:none; }#MsgTcf6T8Ri12T86MPfZHovQA8DvzERP { position:absolute;display:block;z-index:15011;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f1d0b5;border-left:0.0625rem solid #f1d0b5;border-right:0.0625rem solid #f1d0b5;border-bottom:0.0625rem solid #f1d0b5;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.4375rem;width:75.1875rem;top:3.75rem;left:0rem;display:block; }
#sdtKLg23J3vc1Xbpt4pb4CRX7bcHk7Pz { color:#f4b787;display:block;width:6.24791875rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:15016;line-height:1.7;letter-spacing:0;top:0.125rem;left:0rem;height:13.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TTDuPwvbx7guMp6s4Mw2g76faBw1hZvR { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.7;letter-spacing:0;top:8.562475681305rem;left:11.96875rem;height:32.499998625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O5iaJZ3SWFh0mXTkTfBJNb2difAwWUq7 { color:#000000;display:block;width:51.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:16.3125rem;left:11.96875rem;height:10.125rem;text-align:center;text-align-last:center;display:none; }
#Wxiknu8dd3TlvcEQOswJCHOodvVRO9uC { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:15.9375rem;left:11.96875rem;height:28.33336875rem;text-align:center;text-align-last:center;display:none; }
#ko1rGwEH7etOpcFaGGUvoQkcPexJB535 { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:15.9375rem;left:11.96875rem;height:28.33336875rem;text-align:center;text-align-last:center;display:none; }
#wRziwpEGrMSCw2JI2QZ5E0S279MBIB1p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5fbfd;background-image: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; }#wRziwpEGrMSCw2JI2QZ5E0S279MBIB1p > .row .container { border-width: 0; border-radius: 0; }#wRziwpEGrMSCw2JI2QZ5E0S279MBIB1p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wRziwpEGrMSCw2JI2QZ5E0S279MBIB1p > .row .container { font-size:0.875rem;font-family:ubuntu;height:33.0625rem;width:75rem;position:relative;display:none; }#KQW1GyMXxPPGVkbKySIDqcfFfeHbpMlA { position:absolute;display:block;z-index:15011;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f1d0b5;border-left:0.0625rem solid #f1d0b5;border-right:0.0625rem solid #f1d0b5;border-bottom:0.0625rem solid #f1d0b5;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.8125rem;width:75.0625rem;top:3.75rem;left:0rem;display:block; }
#GcKxrIG88TLoMDwSOge6KTU5ycTmu9kT { color:#f4b787;display:block;width:6.24791875rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:15016;line-height:1.7;letter-spacing:0;top:0.125rem;left:0rem;height:13.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JyxaPAufo4xAV1e5QGeOyT2cBncEc4CT { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.7;letter-spacing:0;top:10.0625rem;left:11.96875rem;height:22.9411755rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aWX4IHJ6JsAFH7W4v0dqcgg1WllG6N9f { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:14.625rem;left:11.96875rem;height:16.6666875rem;text-align:center;text-align-last:center;display:none; }
#qiaNwJZS9TZlTJQJ472o4PKkfSMQqvpy { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:14.625rem;left:11.96875rem;height:16.6666875rem;text-align:center;text-align-last:center;display:none; }
#Ra1OZcoDhwEUnvGBqFtKivqHsBegIZXb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5fbfd;background-image: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; }#Ra1OZcoDhwEUnvGBqFtKivqHsBegIZXb > .row .container { border-width: 0; border-radius: 0; }#Ra1OZcoDhwEUnvGBqFtKivqHsBegIZXb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ra1OZcoDhwEUnvGBqFtKivqHsBegIZXb > .row .container { font-size:0.875rem;font-family:ubuntu;height:44.1875rem;width:75rem;position:relative;display:none; }#DJpRL3qWH1RNetMRgIvip91gZhyrCTcJ { position:absolute;display:block;z-index:15011;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f1d0b5;border-left:0.0625rem solid #f1d0b5;border-right:0.0625rem solid #f1d0b5;border-bottom:0.0625rem solid #f1d0b5;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.0625rem;width:75.0625rem;top:3.75rem;left:0rem;display:block; }
#isE4xZ4tHmLdxbdAheefso0NihFpysXk { color:#f4b787;display:block;width:6.24791875rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:0.125rem;left:0rem;height:10.5147056875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pvoPQQ95SN78PQ2ETxt1T4ZSbcXB2d6t { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.7;letter-spacing:0;top:9.6875rem;left:13.46875rem;height:34.41176325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cm2eRBdaQCH8uRaN1CTO21hhqaAD5wFR { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:14.90625rem;left:13.46875rem;height:28.33336875rem;text-align:center;text-align-last:center;display:none; }
#m9Cs6Vbr9GH9OMUzCm2w5HTzJzhu1RWg { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:14.90625rem;left:13.46875rem;height:28.33336875rem;text-align:center;text-align-last:center;display:none; }
#RgacaLAoLa6RlbEa5Bqn66P0SSndDdmZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3ffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RgacaLAoLa6RlbEa5Bqn66P0SSndDdmZ > .row .container { background-color: transparent; background-image: none; }#RgacaLAoLa6RlbEa5Bqn66P0SSndDdmZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RgacaLAoLa6RlbEa5Bqn66P0SSndDdmZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RgacaLAoLa6RlbEa5Bqn66P0SSndDdmZ > .row .container > .video-iframe-container { display: none; }#RgacaLAoLa6RlbEa5Bqn66P0SSndDdmZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RgacaLAoLa6RlbEa5Bqn66P0SSndDdmZ > .row > .video-iframe-container { display: none; }#RgacaLAoLa6RlbEa5Bqn66P0SSndDdmZ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RgacaLAoLa6RlbEa5Bqn66P0SSndDdmZ > .row .container { border-width: 0; border-radius: 0; }#RgacaLAoLa6RlbEa5Bqn66P0SSndDdmZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RgacaLAoLa6RlbEa5Bqn66P0SSndDdmZ > .row .container { font-size:0.875rem;font-family:arial;height:11.1875rem;width:75rem;position:relative;display:block; }#LOHlkUu3RdstAwLyaERQwzPERUdMR1lf { 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; }
#gSTNe2G2ofGxEMlfZTHlxkJ20UVV5ds2 { box-sizing:content-box;height:13.375rem;width:47.5rem;position:absolute;display:block;z-index:15013;background-color:#2fb2be;background-image:none;top:5.625rem;left:13.748850822449rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
#l5wW1yxtQS44LcnPJBxyZLnnGJVsBs5D { color:#ffffff;display:block;width:47.3747673125rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:10.212646484375rem;left:13.810891151428rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OOttI3TUVqDUPdL1HxhaFvPJIWrQo9yX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3ffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OOttI3TUVqDUPdL1HxhaFvPJIWrQo9yX > .row .container { background-color: transparent; background-image: none; }#OOttI3TUVqDUPdL1HxhaFvPJIWrQo9yX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OOttI3TUVqDUPdL1HxhaFvPJIWrQo9yX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OOttI3TUVqDUPdL1HxhaFvPJIWrQo9yX > .row .container > .video-iframe-container { display: none; }#OOttI3TUVqDUPdL1HxhaFvPJIWrQo9yX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OOttI3TUVqDUPdL1HxhaFvPJIWrQo9yX > .row > .video-iframe-container { display: none; }#OOttI3TUVqDUPdL1HxhaFvPJIWrQo9yX > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OOttI3TUVqDUPdL1HxhaFvPJIWrQo9yX > .row .container { border-width: 0; border-radius: 0; }#OOttI3TUVqDUPdL1HxhaFvPJIWrQo9yX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OOttI3TUVqDUPdL1HxhaFvPJIWrQo9yX > .row .container { font-size:0.875rem;font-family:arial;height:44.1875rem;width:75rem;position:relative;display:block; }#xKuOVhOGVsFMzfO0XONgCkROcpkbKuHe { color:#091e5a;display:block;width:47.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:9.949462890625rem;left:13.87522983551rem;height:8.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bl5ScLQTTc2Jsz35i5nQgdI1w7ptySMQ { color:#091e5a;display:block;width:47.8745384375rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.7;letter-spacing:0;top:18.146728515625rem;left:13.872931480407rem;height:6.375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tnrKCkl31626la4368mb5mi0aQTq3ETU { color:#091e5a;display:block;width:47.8745384375rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:24.1806640625rem;left:13.872931480407rem;height:8.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gvZV3ZWstXgrOGFbskottLcMwOTsOs2k { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:9.911376953125rem;left:10.484833717346rem;overflow:hidden;display:block; }
#eUD6TPyoVo6CzGkViST9PAw8W6J7V6q5 { 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:18.146728515625rem;left:10.483685493469rem;overflow:hidden;display:block; }
#eTTUWaPkoPsicr1onfpe9u51WrrgBakq { 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:24.282958984375rem;left:10.483685493469rem;overflow:hidden;display:block; }
#TmbK7MbXtaZIdkRRfXwqfANiWZlB6PJR { 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.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:3.435202125rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:35.777587890625rem;left:18.747700691223rem;display:block; }
#z42bs5cuMytWkO8bccfqtyftoe9NFhZw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OJydO6DHGXDS0qfs8VSRAzBUdBb2KmkT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ddfbfc;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OJydO6DHGXDS0qfs8VSRAzBUdBb2KmkT > .row .container { background-color: transparent; background-image: none; }#OJydO6DHGXDS0qfs8VSRAzBUdBb2KmkT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OJydO6DHGXDS0qfs8VSRAzBUdBb2KmkT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OJydO6DHGXDS0qfs8VSRAzBUdBb2KmkT > .row .container > .video-iframe-container { display: none; }#OJydO6DHGXDS0qfs8VSRAzBUdBb2KmkT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OJydO6DHGXDS0qfs8VSRAzBUdBb2KmkT > .row > .video-iframe-container { display: none; }#OJydO6DHGXDS0qfs8VSRAzBUdBb2KmkT > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OJydO6DHGXDS0qfs8VSRAzBUdBb2KmkT > .row .container { border-width: 0; border-radius: 0; }#OJydO6DHGXDS0qfs8VSRAzBUdBb2KmkT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OJydO6DHGXDS0qfs8VSRAzBUdBb2KmkT > .row .container { font-size:0.875rem;font-family:arial;height:22.6875rem;width:75rem;position:relative;display:block; }#cJA7VxmG0cLnQqXs2P5ioKamb42wrOkb { position:absolute;display:block;z-index:15001;background-color:#107d84;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:17.5625rem;width:56.25rem;top:4.8115234375rem;left:8.4374990463256rem;display:block; }
#lhkT9cPFkxLV54Hi1QHvmJfSACG5Lal9 { color:#ffffff;display:block;width:42.625rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:7.06005859375rem;left:18.999310493469rem;height:7.1484375rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#eBndCJRKrJ60E6AbMiCRTTF3Fqt2KTZw { color:#2649a9;display:block;width:54.4990806875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:16.374755859375rem;left:18.998162269592rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hDbxzTGKlQTfTA200WoBy0KE6ZIhqcPr { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15015;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:7.055419921875rem;left:2.3747701644898rem;overflow:hidden;display:block; }
#cqTnRkZTosrFZaJTPNLK0MSNvrwvkvnL { color:#47545a;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.6226549148563rem;left:19.875rem;height:8.125rem;font-style:italic;text-align:left;text-align-last:left;display:none; }
#sT3rRo0c7C2LyyXwwJKg1SER8pQzQKrN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ddfbfc;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sT3rRo0c7C2LyyXwwJKg1SER8pQzQKrN > .row .container { background-color: transparent; background-image: none; }#sT3rRo0c7C2LyyXwwJKg1SER8pQzQKrN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sT3rRo0c7C2LyyXwwJKg1SER8pQzQKrN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sT3rRo0c7C2LyyXwwJKg1SER8pQzQKrN > .row .container > .video-iframe-container { display: none; }#sT3rRo0c7C2LyyXwwJKg1SER8pQzQKrN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sT3rRo0c7C2LyyXwwJKg1SER8pQzQKrN > .row > .video-iframe-container { display: none; }#sT3rRo0c7C2LyyXwwJKg1SER8pQzQKrN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sT3rRo0c7C2LyyXwwJKg1SER8pQzQKrN > .row .container { border-width: 0; border-radius: 0; }#sT3rRo0c7C2LyyXwwJKg1SER8pQzQKrN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sT3rRo0c7C2LyyXwwJKg1SER8pQzQKrN > .row .container { font-size:0.875rem;font-family:arial;height:28.125rem;width:75rem;position:relative;display:block; }#heguDqC2spGLKbwPLT9xzodcP4Saenbq { position:absolute;display:block;z-index:15001;background-color:#107d84;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:17.75rem;width:56.25rem;top:4.8115234375rem;left:8.4374990463256rem;display:block; }
#eZ947xS9H9DsO83OsnyJCNWlhsqz5vKy { color:#ffffff;display:block;width:43.1870384375rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:9.60595703125rem;left:19.870175361633rem;height:3.574225rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#rL1rhysvJJLiW4SLVB0IcmWXOxecV4JX { color:#2649a9;display:block;width:41.9990806875rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:16.09716796875rem;left:19.87132358551rem;height:3.574225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EsmXZAcf991FwQxR7VsTn2nGZ0dqrZeu { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15015;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:7.055419921875rem;left:2.3747701644898rem;overflow:hidden;display:block; }
#OnkDhuPXck939TH3tgWZrqKIynRKt0yy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ddfbfc;background-image:url("https://images.assets-landingi.com/uc/775fb0a4-4fe4-4ae8-a9a1-60ea8c0ddbbf/_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; }#OnkDhuPXck939TH3tgWZrqKIynRKt0yy.adaptive-delivery-prevent-bg, #OnkDhuPXck939TH3tgWZrqKIynRKt0yy.lazyload, #OnkDhuPXck939TH3tgWZrqKIynRKt0yy.lazyloading { background-image: none; }#OnkDhuPXck939TH3tgWZrqKIynRKt0yy > .row .container { background-color: transparent; background-image: none; }#OnkDhuPXck939TH3tgWZrqKIynRKt0yy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OnkDhuPXck939TH3tgWZrqKIynRKt0yy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OnkDhuPXck939TH3tgWZrqKIynRKt0yy > .row .container > .video-iframe-container { display: none; }#OnkDhuPXck939TH3tgWZrqKIynRKt0yy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OnkDhuPXck939TH3tgWZrqKIynRKt0yy > .row > .video-iframe-container { display: none; }#OnkDhuPXck939TH3tgWZrqKIynRKt0yy > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OnkDhuPXck939TH3tgWZrqKIynRKt0yy > .row .container { border-width: 0; border-radius: 0; }#OnkDhuPXck939TH3tgWZrqKIynRKt0yy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OnkDhuPXck939TH3tgWZrqKIynRKt0yy > .row .container { font-size:0.875rem;font-family:arial;height:35.75rem;width:75rem;position:relative;display:block; }#mXLBlcs6ALg0bdBdqCrGcp6UpvvkPX06 { box-sizing:content-box;height:13.3743105rem;width:47.5rem;position:absolute;display:block;z-index:15015;background-color:#2fb2be;background-image:none;top:29.057861328125rem;left:13.748850822449rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
#Kk1uAWmIZEbvIelTVyn7hRnkFu9avA4i { color:#ffffff;display:block;width:47.3747673125rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:34.341552734375rem;left:13.810891151428rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NGTRWISc5cz7BPJwVMWV1lR15qaeFLMw { 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; }
#ZQRfUqfayLvSQpDZtkB9pkai7oTu2m4c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5fbfd;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZQRfUqfayLvSQpDZtkB9pkai7oTu2m4c > .row .container { background-color: transparent; background-image: none; }#ZQRfUqfayLvSQpDZtkB9pkai7oTu2m4c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZQRfUqfayLvSQpDZtkB9pkai7oTu2m4c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZQRfUqfayLvSQpDZtkB9pkai7oTu2m4c > .row .container > .video-iframe-container { display: none; }#ZQRfUqfayLvSQpDZtkB9pkai7oTu2m4c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZQRfUqfayLvSQpDZtkB9pkai7oTu2m4c > .row > .video-iframe-container { display: none; }#ZQRfUqfayLvSQpDZtkB9pkai7oTu2m4c > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZQRfUqfayLvSQpDZtkB9pkai7oTu2m4c > .row .container { border-width: 0; border-radius: 0; }#ZQRfUqfayLvSQpDZtkB9pkai7oTu2m4c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZQRfUqfayLvSQpDZtkB9pkai7oTu2m4c > .row .container { font-size:0.875rem;font-family:arial;height:10.5rem;width:75rem;position:relative;display:block; }#E8Plu4PLKsCGHEocUAlquom7o0btbwlP { box-sizing:content-box;height:13.3743105rem;width:47.5rem;position:absolute;display:block;z-index:15015;background-color:#2fb2be;background-image:none;top:29.057861328125rem;left:13.748850822449rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:none; }
#p1dEZZG7fNyJFAbvkMPWTmOpJ6Zb0Pzh { color:#ffffff;display:block;width:47.3747673125rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:34.341552734375rem;left:13.810891151428rem;height:2.7941174375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#yeeQyeXppopI9zepf5vTevGnttfLh6m5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5fbfd;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yeeQyeXppopI9zepf5vTevGnttfLh6m5 > .row .container { background-color: transparent; background-image: none; }#yeeQyeXppopI9zepf5vTevGnttfLh6m5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yeeQyeXppopI9zepf5vTevGnttfLh6m5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yeeQyeXppopI9zepf5vTevGnttfLh6m5 > .row .container > .video-iframe-container { display: none; }#yeeQyeXppopI9zepf5vTevGnttfLh6m5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yeeQyeXppopI9zepf5vTevGnttfLh6m5 > .row > .video-iframe-container { display: none; }#yeeQyeXppopI9zepf5vTevGnttfLh6m5 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yeeQyeXppopI9zepf5vTevGnttfLh6m5 > .row .container { border-width: 0; border-radius: 0; }#yeeQyeXppopI9zepf5vTevGnttfLh6m5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yeeQyeXppopI9zepf5vTevGnttfLh6m5 > .row .container { font-size:0.875rem;font-family:arial;height:33.8125rem;width:75rem;position:relative;display:block; }#fbEg0pgbtE0RVPdxpKmo4obvTNkgX3ty { color:#47545a;display:block;width:25rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:2.756103515625rem;left:10.731846809388rem;height:3.57421875rem;font-style:normal;display:block; }
#J0DH1WPqt1EvCAWcIiDdzv8EQukLe6mN { color:#47545a;display:block;width:25rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:2.017578125rem;left:42.169114112854rem;height:3.57421875rem;font-style:normal;display:block; }
#lks91E7Qk88DmhAfPaErG0fw5KJI6bTr { color:#47545a;display:block;width:25rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:9.4375rem;left:10.875rem;height:3.57421875rem;font-style:normal;display:block; }
#XGcKKaheXIUo3B4NHkU6ZQ542qq9Hru3 { color:#47545a;display:block;width:25rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:9.375rem;left:42.3125rem;height:3.57421875rem;font-style:normal;display:block; }
#hJaPchznSi2KN9yxJLKCOyVuVXgNuEHI { color:#47545a;display:block;width:25rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:16.5rem;left:10.875rem;height:3.57421875rem;font-style:normal;display:block; }
#tloteVz3ScQKMEFdVC5ZddzXU9474nOG { color:#47545a;display:block;width:24.4375rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:16.499267578125rem;left:42.311577796936rem;height:3.57421875rem;font-style:normal;display:block; }
#Vpsgs2z8g7UfKcn9cC0GTdUpiuWuuRIm { 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:2.561767578125rem;left:7.5rem;overflow:hidden;display:block; }
#IxvyvVmAil303baA0A6bSq5KLXDm2Kii { 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:9.375rem;left:7.6875rem;overflow:hidden;display:block; }
#V3DfXvTckuTd3S9Ob4UC3RFRIFn3dPw2 { 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:16.5rem;left:7.6875rem;overflow:hidden;display:block; }
#focr30ctLlRUOrh0IfNrwXrmxHFpK8J2 { 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:2.09912109375rem;left:39.0625rem;overflow:hidden;display:block; }
#pF69S7p5bZUsaJo5wiIcnh5ZP1bK7sVw { 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:9.375rem;left:39.25rem;overflow:hidden;display:block; }
#z0kzcMkkoApdBBQ1RdhvviqvF5RNXLvU { 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:16.5rem;left:39.25rem;overflow:hidden;display:block; }
#uT53tmSUsVnrEna1K3mXUQ0S69hrVvu4 { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#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:37.5rem;height:3.435202125rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:25.125244140625rem;left:18.748849868774rem;display:block; }
#gFN8TZ5R3ndVSi9nf4bBqSKPPWe2r1wb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qpfRRZXLV4u3gsdbgs5bqhUngivJfgEh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#107d84;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qpfRRZXLV4u3gsdbgs5bqhUngivJfgEh > .row .container { background-color: transparent; background-image: none; }#qpfRRZXLV4u3gsdbgs5bqhUngivJfgEh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qpfRRZXLV4u3gsdbgs5bqhUngivJfgEh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qpfRRZXLV4u3gsdbgs5bqhUngivJfgEh > .row .container > .video-iframe-container { display: none; }#qpfRRZXLV4u3gsdbgs5bqhUngivJfgEh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qpfRRZXLV4u3gsdbgs5bqhUngivJfgEh > .row > .video-iframe-container { display: none; }#qpfRRZXLV4u3gsdbgs5bqhUngivJfgEh > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qpfRRZXLV4u3gsdbgs5bqhUngivJfgEh > .row .container { border-width: 0; border-radius: 0; }#qpfRRZXLV4u3gsdbgs5bqhUngivJfgEh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qpfRRZXLV4u3gsdbgs5bqhUngivJfgEh > .row .container { font-size:0.875rem;font-family:arial;height:12.6875rem;width:75rem;position:relative;display:block; }#fCrFE6WKPQHHRQiKbdydTEzbgUiAa1IT { box-sizing:content-box;height:13.375rem;width:47.5rem;position:absolute;display:block;z-index:15011;background-color:#f1a41f;background-image:none;top:5.625rem;left:13.748850822449rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
#riJe0mAGbwzELIxnNks0HT10oAbtwPnT { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:8.04296875rem;left:0rem;height:8.53125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yGrQSeZVfJGSzFb7nH1FHo3y2hthXII6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5fbfd;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yGrQSeZVfJGSzFb7nH1FHo3y2hthXII6 > .row .container { background-color: transparent; background-image: none; }#yGrQSeZVfJGSzFb7nH1FHo3y2hthXII6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yGrQSeZVfJGSzFb7nH1FHo3y2hthXII6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yGrQSeZVfJGSzFb7nH1FHo3y2hthXII6 > .row .container > .video-iframe-container { display: none; }#yGrQSeZVfJGSzFb7nH1FHo3y2hthXII6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yGrQSeZVfJGSzFb7nH1FHo3y2hthXII6 > .row > .video-iframe-container { display: none; }#yGrQSeZVfJGSzFb7nH1FHo3y2hthXII6 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yGrQSeZVfJGSzFb7nH1FHo3y2hthXII6 > .row .container { border-width: 0; border-radius: 0; }#yGrQSeZVfJGSzFb7nH1FHo3y2hthXII6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yGrQSeZVfJGSzFb7nH1FHo3y2hthXII6 > .row .container { font-size:0.875rem;font-family:arial;height:39.9375rem;width:75rem;position:relative;display:block; }#Xg5ByDN3kCaOGUclkaHi86ig8lozzpZg { color:#72686c;display:block;width:68.75rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:0.6864585876465rem;left:6.2489604949951rem;height:16.80001875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }#Xg5ByDN3kCaOGUclkaHi86ig8lozzpZg li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Xg5ByDN3kCaOGUclkaHi86ig8lozzpZg li:before{  }
#UTEqn2itQ9OvLw5DTNXORXXBfcmaJoc4 { color:#47545a;display:block;width:35.8743095625rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:12.0625rem;left:20.5625rem;height:1.7871125rem;font-style:normal;display:block; }
#aGJffim2smFMLvTxg4FUVVCpMyNBiDA3 { color:#47545a;display:block;width:35.8743095625rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:18.0625rem;left:20.625rem;height:1.7871125rem;font-style:normal;display:block; }
#wdIakqPCyM6DpvAfZhdKJbx7G1eeSSVI { color:#47545a;display:block;width:35.8743095625rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:23.75rem;left:20.625rem;height:1.7871125rem;font-style:normal;display:block; }
#TyMnP7RQrMkhlFNMo7VOW6OA3g16zmya { color:#47545a;display:block;width:39.4370384375rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:29.75rem;left:20.5625rem;height:3.57421875rem;font-style:normal;display:block; }
#e0zmz7L9SbhUnTOst6c7NdTh0JaElfDy { 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:15048;opacity:1;top:12.0625rem;left:17.1875rem; }
#m29JunHeMm2VOsQqzouI9K0VdBmsuXiI { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:18.125rem;left:17.25rem; }
#a9ToeJDOVmgTAilZKnvaPuqJhCN7xo6n { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:23.8125rem;left:17.25rem; }
#cFdUiMolQBPxD5Zywg65TGVVfADZImUc { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:29.75rem;left:17.1875rem; }
#V9Qw2GQkgHMxyo5P5T7XmFQzHMQRPfWE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#107d84;background-image:url("https://images.assets-landingi.com/uc/aa6e1922-e952-4df2-8554-192aeff1bbda/PA.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; }#V9Qw2GQkgHMxyo5P5T7XmFQzHMQRPfWE.adaptive-delivery-prevent-bg, #V9Qw2GQkgHMxyo5P5T7XmFQzHMQRPfWE.lazyload, #V9Qw2GQkgHMxyo5P5T7XmFQzHMQRPfWE.lazyloading { background-image: none; }#V9Qw2GQkgHMxyo5P5T7XmFQzHMQRPfWE > .row .container { background-color: transparent; background-image: none; }#V9Qw2GQkgHMxyo5P5T7XmFQzHMQRPfWE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9Qw2GQkgHMxyo5P5T7XmFQzHMQRPfWE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9Qw2GQkgHMxyo5P5T7XmFQzHMQRPfWE > .row .container > .video-iframe-container { display: none; }#V9Qw2GQkgHMxyo5P5T7XmFQzHMQRPfWE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9Qw2GQkgHMxyo5P5T7XmFQzHMQRPfWE > .row > .video-iframe-container { display: none; }#V9Qw2GQkgHMxyo5P5T7XmFQzHMQRPfWE > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9Qw2GQkgHMxyo5P5T7XmFQzHMQRPfWE > .row .container { border-width: 0; border-radius: 0; }#V9Qw2GQkgHMxyo5P5T7XmFQzHMQRPfWE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V9Qw2GQkgHMxyo5P5T7XmFQzHMQRPfWE > .row .container { font-size:0.875rem;font-family:arial;height:47.5rem;width:75rem;position:relative;display:block; }#X7FrLP28GCTldyfKyoBhcDiHKHJwuePg { color:#107d84;display:block;width:31.9370403125rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:19.304931640625rem;left:4.9356622695923rem;height:10.96875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UcW4SKT4KMIudU6HpZDu5ccyWzzCXWgn { 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:14.3118105rem;width:14.3118105rem;top:30.857177734375rem;left:9.6679677963256rem;overflow:hidden;display:block; }
#zh7lhxdpN3Kq1xQsCVZT1VmzITRok4kB { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:20.625rem;display:none; }
#zo5JONe5ooPdBmTX4p57sG7T7s1wvFC9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(16,125,132,0.5);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zo5JONe5ooPdBmTX4p57sG7T7s1wvFC9 > .row .container { background-color: transparent; background-image: none; }#zo5JONe5ooPdBmTX4p57sG7T7s1wvFC9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zo5JONe5ooPdBmTX4p57sG7T7s1wvFC9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zo5JONe5ooPdBmTX4p57sG7T7s1wvFC9 > .row .container > .video-iframe-container { display: none; }#zo5JONe5ooPdBmTX4p57sG7T7s1wvFC9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zo5JONe5ooPdBmTX4p57sG7T7s1wvFC9 > .row > .video-iframe-container { display: none; }#zo5JONe5ooPdBmTX4p57sG7T7s1wvFC9 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zo5JONe5ooPdBmTX4p57sG7T7s1wvFC9 > .row .container { border-width: 0; border-radius: 0; }#zo5JONe5ooPdBmTX4p57sG7T7s1wvFC9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zo5JONe5ooPdBmTX4p57sG7T7s1wvFC9 > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#X2clGr1N0uJCBU2pygMgZwftTI4yhiEO { background-color:transparent;background-image:none;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:54.5rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:left;text-align-last:left;top:0.78125rem;left:8.98671913147rem;display:block; }
#Xo4m7aB9fmBbHocc3F2vrCVgJkdRdCXs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LlID0KWKCE6v2RiPZQAPzDyfmeppDfal { color:#ffffff;display:block;width:3.4375rem;position:absolute;font-family:"josefin sans";font-size:3.75rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:0rem;left:59.33749961853rem;height:4.875rem;display:block; }
#RelxBX2uJ6JPJ8IetlLcGlDTFmcaexKh { position:relative;display:block; }#RelxBX2uJ6JPJ8IetlLcGlDTFmcaexKh { background-color: transparent; background-image: none; }#RelxBX2uJ6JPJ8IetlLcGlDTFmcaexKh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RelxBX2uJ6JPJ8IetlLcGlDTFmcaexKh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RelxBX2uJ6JPJ8IetlLcGlDTFmcaexKh > .row .container > .video-iframe-container { display: none; }#RelxBX2uJ6JPJ8IetlLcGlDTFmcaexKh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RelxBX2uJ6JPJ8IetlLcGlDTFmcaexKh > .row > .video-iframe-container { display: none; }#RelxBX2uJ6JPJ8IetlLcGlDTFmcaexKh > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RelxBX2uJ6JPJ8IetlLcGlDTFmcaexKh { border-width: 0; border-radius: 0; }#RelxBX2uJ6JPJ8IetlLcGlDTFmcaexKh > .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; }#RelxBX2uJ6JPJ8IetlLcGlDTFmcaexKh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5fbfd;background-image:none;font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WOIBQvuI4wJox95bysEtLhPELaGsP8DK { display:block;width:58.125rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.7;letter-spacing:0;top:1.0625rem;left:9.375rem;height:2.125rem;color:#d7a039;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rPDisUazHZcTtlVP5VROpFgmzZJHzAHr { position:absolute;display:block;z-index:15013;background-color:rgba(250,215,187,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:56.4375rem;top:0.9375rem;left:9.375rem;display:block; }
#HDOwQC0n4eR8nMgsXD8X6Ks8Q6fZvo2P { position:relative;display:block; }#HDOwQC0n4eR8nMgsXD8X6Ks8Q6fZvo2P { background-color: transparent; background-image: none; }#HDOwQC0n4eR8nMgsXD8X6Ks8Q6fZvo2P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HDOwQC0n4eR8nMgsXD8X6Ks8Q6fZvo2P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HDOwQC0n4eR8nMgsXD8X6Ks8Q6fZvo2P > .row .container > .video-iframe-container { display: none; }#HDOwQC0n4eR8nMgsXD8X6Ks8Q6fZvo2P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HDOwQC0n4eR8nMgsXD8X6Ks8Q6fZvo2P > .row > .video-iframe-container { display: none; }#HDOwQC0n4eR8nMgsXD8X6Ks8Q6fZvo2P > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HDOwQC0n4eR8nMgsXD8X6Ks8Q6fZvo2P { border-width: 0; border-radius: 0; }#HDOwQC0n4eR8nMgsXD8X6Ks8Q6fZvo2P > .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; }#HDOwQC0n4eR8nMgsXD8X6Ks8Q6fZvo2P > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5fbfd;background-image:none;font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GwWIH4gsbvlFWTpG29gHTgqVPoQJFNHH { display:block;width:58.0625rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:300;z-index:15013;line-height:1.8;letter-spacing:0;top:0rem;left:9.375rem;height:3.82421875rem;color:#47545a;font-style:normal;display:block; }
#Jc49IhPi6WrgJkRRBtZH97S2mGZyMg9T { position:relative;display:block; }#Jc49IhPi6WrgJkRRBtZH97S2mGZyMg9T { background-color: transparent; background-image: none; }#Jc49IhPi6WrgJkRRBtZH97S2mGZyMg9T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jc49IhPi6WrgJkRRBtZH97S2mGZyMg9T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jc49IhPi6WrgJkRRBtZH97S2mGZyMg9T > .row .container > .video-iframe-container { display: none; }#Jc49IhPi6WrgJkRRBtZH97S2mGZyMg9T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jc49IhPi6WrgJkRRBtZH97S2mGZyMg9T > .row > .video-iframe-container { display: none; }#Jc49IhPi6WrgJkRRBtZH97S2mGZyMg9T > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jc49IhPi6WrgJkRRBtZH97S2mGZyMg9T { border-width: 0; border-radius: 0; }#Jc49IhPi6WrgJkRRBtZH97S2mGZyMg9T > .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; }#Jc49IhPi6WrgJkRRBtZH97S2mGZyMg9T > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5fbfd;background-image:none;font-size:0.875rem;font-family:arial;height:3.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mpGBN0Gld7eCmTlJChhld0PRuDliPsf1 { position:absolute;display:block;z-index:15012;background-color:rgba(250,215,187,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:56.4375rem;top:0.875rem;left:9.375rem;display:block; }
#pVW9K64dEww4Ih9uTkvZSs7LCBp10edH { display:block;width:58.125rem;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:9.375rem;height:2.125rem;color:#d7a039;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gGpcvQxwB4RBnRVOu547UtnsdS7JHV7P { position:relative;display:block; }#gGpcvQxwB4RBnRVOu547UtnsdS7JHV7P { background-color: transparent; background-image: none; }#gGpcvQxwB4RBnRVOu547UtnsdS7JHV7P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gGpcvQxwB4RBnRVOu547UtnsdS7JHV7P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gGpcvQxwB4RBnRVOu547UtnsdS7JHV7P > .row .container > .video-iframe-container { display: none; }#gGpcvQxwB4RBnRVOu547UtnsdS7JHV7P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gGpcvQxwB4RBnRVOu547UtnsdS7JHV7P > .row > .video-iframe-container { display: none; }#gGpcvQxwB4RBnRVOu547UtnsdS7JHV7P > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gGpcvQxwB4RBnRVOu547UtnsdS7JHV7P { border-width: 0; border-radius: 0; }#gGpcvQxwB4RBnRVOu547UtnsdS7JHV7P > .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; }#gGpcvQxwB4RBnRVOu547UtnsdS7JHV7P > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5fbfd;background-image:none;font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OtVBGvmUKDBkKl2ZiNC8fbCdOhVdhAoy { display:block;width:58.0625rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:300;z-index:15014;line-height:1.8;letter-spacing:0;top:0rem;left:9.375rem;height:3.824225rem;color:#47545a;font-style:normal;display:block; }
#sB0Daxe1Efet2DEwErlnsHRkPcZAASQm { position:relative;display:block; }#sB0Daxe1Efet2DEwErlnsHRkPcZAASQm { background-color: transparent; background-image: none; }#sB0Daxe1Efet2DEwErlnsHRkPcZAASQm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sB0Daxe1Efet2DEwErlnsHRkPcZAASQm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sB0Daxe1Efet2DEwErlnsHRkPcZAASQm > .row .container > .video-iframe-container { display: none; }#sB0Daxe1Efet2DEwErlnsHRkPcZAASQm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sB0Daxe1Efet2DEwErlnsHRkPcZAASQm > .row > .video-iframe-container { display: none; }#sB0Daxe1Efet2DEwErlnsHRkPcZAASQm > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sB0Daxe1Efet2DEwErlnsHRkPcZAASQm { border-width: 0; border-radius: 0; }#sB0Daxe1Efet2DEwErlnsHRkPcZAASQm > .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; }#sB0Daxe1Efet2DEwErlnsHRkPcZAASQm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5fbfd;background-image:none;font-size:0.875rem;font-family:arial;height:3.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hbFkRGUkPp8SydizQXeifBOcvcAQmNL4 { display:block;width:58.125rem;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:9.375rem;height:2.125rem;color:#d7a039;font-style:normal;text-align:left;text-align-last:left;display:block; }
#z2kBkP5p2facXAvTXJTH9ygcpIIFCqmf { position:absolute;display:block;z-index:15013;background-color:rgba(250,215,187,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:56.4375rem;top:0.8125rem;left:9.375rem;display:block; }
#AnuLb3XlDNtCvTTKRGmviHOSDXHAKFKL { position:relative;display:block; }#AnuLb3XlDNtCvTTKRGmviHOSDXHAKFKL { background-color: transparent; background-image: none; }#AnuLb3XlDNtCvTTKRGmviHOSDXHAKFKL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AnuLb3XlDNtCvTTKRGmviHOSDXHAKFKL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AnuLb3XlDNtCvTTKRGmviHOSDXHAKFKL > .row .container > .video-iframe-container { display: none; }#AnuLb3XlDNtCvTTKRGmviHOSDXHAKFKL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AnuLb3XlDNtCvTTKRGmviHOSDXHAKFKL > .row > .video-iframe-container { display: none; }#AnuLb3XlDNtCvTTKRGmviHOSDXHAKFKL > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AnuLb3XlDNtCvTTKRGmviHOSDXHAKFKL { border-width: 0; border-radius: 0; }#AnuLb3XlDNtCvTTKRGmviHOSDXHAKFKL > .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; }#AnuLb3XlDNtCvTTKRGmviHOSDXHAKFKL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5fbfd;background-image:none;font-size:0.875rem;font-family:arial;height:9.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; }#TMh9wbPyPUXVsmqVXWELfgORhxvh57xd { display:block;width:58.0625rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:300;z-index:15015;line-height:1.8;letter-spacing:0;top:0rem;left:9.375rem;height:9.5605625rem;color:#47545a;font-style:normal;display:block; }
#IdJMWrMX1kFtGTEUV9eHuQ6vF5z25xxR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(16,125,132,0.5);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IdJMWrMX1kFtGTEUV9eHuQ6vF5z25xxR > .row .container { background-color: transparent; background-image: none; }#IdJMWrMX1kFtGTEUV9eHuQ6vF5z25xxR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IdJMWrMX1kFtGTEUV9eHuQ6vF5z25xxR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IdJMWrMX1kFtGTEUV9eHuQ6vF5z25xxR > .row .container > .video-iframe-container { display: none; }#IdJMWrMX1kFtGTEUV9eHuQ6vF5z25xxR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IdJMWrMX1kFtGTEUV9eHuQ6vF5z25xxR > .row > .video-iframe-container { display: none; }#IdJMWrMX1kFtGTEUV9eHuQ6vF5z25xxR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IdJMWrMX1kFtGTEUV9eHuQ6vF5z25xxR > .row .container { border-width: 0; border-radius: 0; }#IdJMWrMX1kFtGTEUV9eHuQ6vF5z25xxR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IdJMWrMX1kFtGTEUV9eHuQ6vF5z25xxR > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#pwb8RxE1nkOum53rNqlmh9zIiy7Vmvr3 { background-color:transparent;background-image:none;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:54.5rem;height:3.4375rem;text-decoration:none;z-index:15019;text-align:left;text-align-last:left;top:0.8125rem;left:9rem;display:block; }
#TdSIOxyMOni4X03Mq13ci2xkbTkWyaH6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K0oxB2ZADEU3LEoU1NICUbkqHu8OEGTt { color:#ffffff;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:1.9073486328125E-6rem;left:59.3125rem;height:4.875rem;display:block; }
#hmUUT0XZ3A45HXofgr30yKL0MXmQxbWz { position:relative;display:block; }#hmUUT0XZ3A45HXofgr30yKL0MXmQxbWz { background-color: transparent; background-image: none; }#hmUUT0XZ3A45HXofgr30yKL0MXmQxbWz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hmUUT0XZ3A45HXofgr30yKL0MXmQxbWz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hmUUT0XZ3A45HXofgr30yKL0MXmQxbWz > .row .container > .video-iframe-container { display: none; }#hmUUT0XZ3A45HXofgr30yKL0MXmQxbWz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hmUUT0XZ3A45HXofgr30yKL0MXmQxbWz > .row > .video-iframe-container { display: none; }#hmUUT0XZ3A45HXofgr30yKL0MXmQxbWz > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hmUUT0XZ3A45HXofgr30yKL0MXmQxbWz { border-width: 0; border-radius: 0; }#hmUUT0XZ3A45HXofgr30yKL0MXmQxbWz > .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; }#hmUUT0XZ3A45HXofgr30yKL0MXmQxbWz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5fbfd;background-image:none;font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SN0ytOreyqDJTTT5WlkLDzH0mHp0yev1 { position:absolute;display:block;z-index:15014;background-color:rgba(250,215,187,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:56.4375rem;top:0.5625rem;left:9.375rem;display:block; }
#iqoSi53eq9yIC7RlCraSI52HQUM1kWL1 { display:block;width:58.125rem;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.62499928474426rem;left:9.375rem;height:2.125rem;color:#d7a039;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mNPxRBJpy725NuO7AWGbFhDrctUtPedc { position:relative;display:block; }#mNPxRBJpy725NuO7AWGbFhDrctUtPedc { background-color: transparent; background-image: none; }#mNPxRBJpy725NuO7AWGbFhDrctUtPedc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mNPxRBJpy725NuO7AWGbFhDrctUtPedc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mNPxRBJpy725NuO7AWGbFhDrctUtPedc > .row .container > .video-iframe-container { display: none; }#mNPxRBJpy725NuO7AWGbFhDrctUtPedc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mNPxRBJpy725NuO7AWGbFhDrctUtPedc > .row > .video-iframe-container { display: none; }#mNPxRBJpy725NuO7AWGbFhDrctUtPedc > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mNPxRBJpy725NuO7AWGbFhDrctUtPedc { border-width: 0; border-radius: 0; }#mNPxRBJpy725NuO7AWGbFhDrctUtPedc > .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; }#mNPxRBJpy725NuO7AWGbFhDrctUtPedc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5fbfd;background-image:none;font-size:0.875rem;font-family:arial;height:17.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; }#z8xNMEQH8Try4eN2AN3H8t7k51EIpe56 { display:block;width:58.0625rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:300;z-index:15016;line-height:1.8;letter-spacing:0;top:0rem;left:9.375rem;height:17.209rem;color:#47545a;font-style:normal;display:block; }
#A9JJenc71uHqdQzqpDJeEGAubNFLZEim { position:relative;display:block; }#A9JJenc71uHqdQzqpDJeEGAubNFLZEim { background-color: transparent; background-image: none; }#A9JJenc71uHqdQzqpDJeEGAubNFLZEim::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A9JJenc71uHqdQzqpDJeEGAubNFLZEim > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A9JJenc71uHqdQzqpDJeEGAubNFLZEim > .row .container > .video-iframe-container { display: none; }#A9JJenc71uHqdQzqpDJeEGAubNFLZEim > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A9JJenc71uHqdQzqpDJeEGAubNFLZEim > .row > .video-iframe-container { display: none; }#A9JJenc71uHqdQzqpDJeEGAubNFLZEim > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A9JJenc71uHqdQzqpDJeEGAubNFLZEim { border-width: 0; border-radius: 0; }#A9JJenc71uHqdQzqpDJeEGAubNFLZEim > .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; }#A9JJenc71uHqdQzqpDJeEGAubNFLZEim > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5fbfd;background-image:none;font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#t20BMFH5Jvv37qavBDmmqU5hgoUx8c6T { position:absolute;display:block;z-index:15014;background-color:rgba(250,215,187,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:56.4375rem;top:0.5625rem;left:9.375rem;display:block; }
#SrZP6X2k1sEnuNhs9RJATFRW7kluB3CX { display:block;width:58.125rem;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.62499928474426rem;left:9.375rem;height:2.125rem;color:#d7a039;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AAddJZitewL2kI64ChuQTQaJTknbbLxK { position:relative;display:block; }#AAddJZitewL2kI64ChuQTQaJTknbbLxK { background-color: transparent; background-image: none; }#AAddJZitewL2kI64ChuQTQaJTknbbLxK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AAddJZitewL2kI64ChuQTQaJTknbbLxK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AAddJZitewL2kI64ChuQTQaJTknbbLxK > .row .container > .video-iframe-container { display: none; }#AAddJZitewL2kI64ChuQTQaJTknbbLxK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AAddJZitewL2kI64ChuQTQaJTknbbLxK > .row > .video-iframe-container { display: none; }#AAddJZitewL2kI64ChuQTQaJTknbbLxK > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AAddJZitewL2kI64ChuQTQaJTknbbLxK { border-width: 0; border-radius: 0; }#AAddJZitewL2kI64ChuQTQaJTknbbLxK > .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; }#AAddJZitewL2kI64ChuQTQaJTknbbLxK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5fbfd;background-image:none;font-size:0.875rem;font-family:arial;height:50.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; }#biVhkWPniJltiCEVP5KlM4q6VJnAlqh6 { display:block;width:58.0625rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:300;z-index:15016;line-height:1.8;letter-spacing:0;top:0rem;left:9.375rem;height:49.714925rem;color:#47545a;font-style:normal;display:block; }
#GGhzn1VDE4tBty6dk0EOadM4KNFO1t2F { position:relative;display:block; }#GGhzn1VDE4tBty6dk0EOadM4KNFO1t2F { background-color: transparent; background-image: none; }#GGhzn1VDE4tBty6dk0EOadM4KNFO1t2F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGhzn1VDE4tBty6dk0EOadM4KNFO1t2F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGhzn1VDE4tBty6dk0EOadM4KNFO1t2F > .row .container > .video-iframe-container { display: none; }#GGhzn1VDE4tBty6dk0EOadM4KNFO1t2F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGhzn1VDE4tBty6dk0EOadM4KNFO1t2F > .row > .video-iframe-container { display: none; }#GGhzn1VDE4tBty6dk0EOadM4KNFO1t2F > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGhzn1VDE4tBty6dk0EOadM4KNFO1t2F { border-width: 0; border-radius: 0; }#GGhzn1VDE4tBty6dk0EOadM4KNFO1t2F > .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; }#GGhzn1VDE4tBty6dk0EOadM4KNFO1t2F > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5fbfd;background-image:none;font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZfmXfkPybxHOd3zLxKeXXKrSTrQcav6h { position:absolute;display:block;z-index:15014;background-color:rgba(250,215,187,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:56.4375rem;top:0.5625rem;left:9.375rem;display:block; }
#leuMovvnFnztOAnyZqS7gLDInb7aXK15 { display:block;width:58.125rem;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.62499928474426rem;left:9.375rem;height:2.125rem;color:#d7a039;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QCuaC0kufEp1Ddov3gEQ63bGkIR29RE8 { position:relative;display:block; }#QCuaC0kufEp1Ddov3gEQ63bGkIR29RE8 { background-color: transparent; background-image: none; }#QCuaC0kufEp1Ddov3gEQ63bGkIR29RE8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QCuaC0kufEp1Ddov3gEQ63bGkIR29RE8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QCuaC0kufEp1Ddov3gEQ63bGkIR29RE8 > .row .container > .video-iframe-container { display: none; }#QCuaC0kufEp1Ddov3gEQ63bGkIR29RE8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QCuaC0kufEp1Ddov3gEQ63bGkIR29RE8 > .row > .video-iframe-container { display: none; }#QCuaC0kufEp1Ddov3gEQ63bGkIR29RE8 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QCuaC0kufEp1Ddov3gEQ63bGkIR29RE8 { border-width: 0; border-radius: 0; }#QCuaC0kufEp1Ddov3gEQ63bGkIR29RE8 > .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; }#QCuaC0kufEp1Ddov3gEQ63bGkIR29RE8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5fbfd;background-image:none;font-size:0.875rem;font-family:arial;height:48.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#oLhNk0VlcFvmJWT4b1fAaFw4xTIAVrFV { display:block;width:58.0625rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:300;z-index:15016;line-height:1.8;letter-spacing:0;top:0rem;left:9.375rem;height:49.714925rem;color:#47545a;font-style:normal;display:block; }
#ST1E1QpwUF5G9o0OWlXOyJF3Wsv6i22u { position:relative;display:block; }#ST1E1QpwUF5G9o0OWlXOyJF3Wsv6i22u { background-color: transparent; background-image: none; }#ST1E1QpwUF5G9o0OWlXOyJF3Wsv6i22u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ST1E1QpwUF5G9o0OWlXOyJF3Wsv6i22u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ST1E1QpwUF5G9o0OWlXOyJF3Wsv6i22u > .row .container > .video-iframe-container { display: none; }#ST1E1QpwUF5G9o0OWlXOyJF3Wsv6i22u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ST1E1QpwUF5G9o0OWlXOyJF3Wsv6i22u > .row > .video-iframe-container { display: none; }#ST1E1QpwUF5G9o0OWlXOyJF3Wsv6i22u > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ST1E1QpwUF5G9o0OWlXOyJF3Wsv6i22u { border-width: 0; border-radius: 0; }#ST1E1QpwUF5G9o0OWlXOyJF3Wsv6i22u > .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; }#ST1E1QpwUF5G9o0OWlXOyJF3Wsv6i22u > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5fbfd;background-image:none;font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Dhf3EuCdEAxW4fL9RcqM0ts50Pbt8CRy { position:absolute;display:block;z-index:15014;background-color:rgba(250,215,187,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:56.4375rem;top:0.5625rem;left:9.375rem;display:block; }
#C3usAf4ZoKmvpdxMLRWCF6TaLVxkFPsx { display:block;width:58.125rem;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.62499928474426rem;left:9.375rem;height:2.125rem;color:#d7a039;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CWKWlSlpomsVxkASgImBvglBMrDWgW0t { position:relative;display:block; }#CWKWlSlpomsVxkASgImBvglBMrDWgW0t { background-color: transparent; background-image: none; }#CWKWlSlpomsVxkASgImBvglBMrDWgW0t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CWKWlSlpomsVxkASgImBvglBMrDWgW0t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CWKWlSlpomsVxkASgImBvglBMrDWgW0t > .row .container > .video-iframe-container { display: none; }#CWKWlSlpomsVxkASgImBvglBMrDWgW0t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CWKWlSlpomsVxkASgImBvglBMrDWgW0t > .row > .video-iframe-container { display: none; }#CWKWlSlpomsVxkASgImBvglBMrDWgW0t > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CWKWlSlpomsVxkASgImBvglBMrDWgW0t { border-width: 0; border-radius: 0; }#CWKWlSlpomsVxkASgImBvglBMrDWgW0t > .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; }#CWKWlSlpomsVxkASgImBvglBMrDWgW0t > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5fbfd;background-image:none;font-size:0.875rem;font-family:arial;height:5.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; }#Sy3whghQqdpzDiQ5XbfglV8SyTbBGDAf { display:block;width:58.0625rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:300;z-index:15016;line-height:1.8;letter-spacing:0;top:0.6875rem;left:9.4375rem;height:3.824225rem;color:#47545a;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; }
#rZKaLETxShNIE32t3CC6pVue9D2oXWaV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(16,125,132,0.5);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rZKaLETxShNIE32t3CC6pVue9D2oXWaV > .row .container { background-color: transparent; background-image: none; }#rZKaLETxShNIE32t3CC6pVue9D2oXWaV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rZKaLETxShNIE32t3CC6pVue9D2oXWaV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rZKaLETxShNIE32t3CC6pVue9D2oXWaV > .row .container > .video-iframe-container { display: none; }#rZKaLETxShNIE32t3CC6pVue9D2oXWaV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rZKaLETxShNIE32t3CC6pVue9D2oXWaV > .row > .video-iframe-container { display: none; }#rZKaLETxShNIE32t3CC6pVue9D2oXWaV > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rZKaLETxShNIE32t3CC6pVue9D2oXWaV > .row .container { border-width: 0; border-radius: 0; }#rZKaLETxShNIE32t3CC6pVue9D2oXWaV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rZKaLETxShNIE32t3CC6pVue9D2oXWaV > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#ekMkO1tHmwrhEvbkzAmB5iMI6gvaXgSd { background-color:transparent;background-image:none;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:54.5rem;height:3.4375rem;text-decoration:none;z-index:15020;text-align:left;text-align-last:left;top:0.8125rem;left:9rem;display:block; }
#MTHg9As9Pe24T6JaA2yWocqP9lyLqf3F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UKXeKmiEnLmnH6gChcGycKzi6xnpth9h { color:#ffffff;display:block;width:3.4375rem;position:absolute;font-family:"josefin sans";font-size:3.75rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:0rem;left:59.3125rem;height:4.875rem;display:block; }
#xTNfOQbumussiM9BQHCPLGKGVTASMFvC { position:relative;display:block; }#xTNfOQbumussiM9BQHCPLGKGVTASMFvC { background-color: transparent; background-image: none; }#xTNfOQbumussiM9BQHCPLGKGVTASMFvC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTNfOQbumussiM9BQHCPLGKGVTASMFvC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTNfOQbumussiM9BQHCPLGKGVTASMFvC > .row .container > .video-iframe-container { display: none; }#xTNfOQbumussiM9BQHCPLGKGVTASMFvC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTNfOQbumussiM9BQHCPLGKGVTASMFvC > .row > .video-iframe-container { display: none; }#xTNfOQbumussiM9BQHCPLGKGVTASMFvC > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTNfOQbumussiM9BQHCPLGKGVTASMFvC { border-width: 0; border-radius: 0; }#xTNfOQbumussiM9BQHCPLGKGVTASMFvC > .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; }#xTNfOQbumussiM9BQHCPLGKGVTASMFvC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5fbfd;background-image:none;font-size:0.875rem;font-family:arial;height:3.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KRRHDSFWiKK3JcxpuixLXVrlk8AEEyw6 { position:absolute;display:block;z-index:15014;background-color:rgba(250,215,187,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:56.4375rem;top:0.8125rem;left:9.375rem;display:block; }
#wZgCOiOVy7KCJV9pf1RxfnJOBsz4Fvwh { display:block;width:58.125rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.7;letter-spacing:0;top:1rem;left:9.375rem;height:2.125rem;color:#d7a039;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Rfd6pZuFSEnIhariTofb5Q97mh88Wmfn { position:relative;display:block; }#Rfd6pZuFSEnIhariTofb5Q97mh88Wmfn { background-color: transparent; background-image: none; }#Rfd6pZuFSEnIhariTofb5Q97mh88Wmfn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rfd6pZuFSEnIhariTofb5Q97mh88Wmfn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rfd6pZuFSEnIhariTofb5Q97mh88Wmfn > .row .container > .video-iframe-container { display: none; }#Rfd6pZuFSEnIhariTofb5Q97mh88Wmfn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rfd6pZuFSEnIhariTofb5Q97mh88Wmfn > .row > .video-iframe-container { display: none; }#Rfd6pZuFSEnIhariTofb5Q97mh88Wmfn > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rfd6pZuFSEnIhariTofb5Q97mh88Wmfn { border-width: 0; border-radius: 0; }#Rfd6pZuFSEnIhariTofb5Q97mh88Wmfn > .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; }#Rfd6pZuFSEnIhariTofb5Q97mh88Wmfn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5fbfd;background-image:none;font-size:0.875rem;font-family:arial;height:5.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NGR8S6wxkN8UdpL0bE6dRbKQASCio9vD { display:block;width:58.0625rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:300;z-index:15016;line-height:1.8;letter-spacing:0;top:0rem;left:9.375rem;height:5.7363375rem;color:#47545a;font-style:normal;display:block; }
#KVefuqaqBefCvQ98CPwyatgc473cTCmM { position:relative;display:none; }#KVefuqaqBefCvQ98CPwyatgc473cTCmM { border-width: 0; border-radius: 0; }#KVefuqaqBefCvQ98CPwyatgc473cTCmM > .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; }#KVefuqaqBefCvQ98CPwyatgc473cTCmM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5fbfd;background-image:none;font-size:0.875rem;font-family:arial;height:3.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#dqigy6JbeEerdQpq4gSHJeR0QcoXbJpL { position:absolute;display:block;z-index:15014;background-color:rgba(250,215,187,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:56.4375rem;top:0.8125rem;left:9.375rem;display:block; }
#sQp69l5P58xPdic7zOSfvmFEMPVf26PF { display:block;width:58.125rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.7;letter-spacing:0;top:1rem;left:9.375rem;height:2.1rem;color:#d7a039;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UDkk0fCf1TFtZudeRE1W5nX6TKHZNZwr { position:relative;display:none; }#UDkk0fCf1TFtZudeRE1W5nX6TKHZNZwr { border-width: 0; border-radius: 0; }#UDkk0fCf1TFtZudeRE1W5nX6TKHZNZwr > .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; }#UDkk0fCf1TFtZudeRE1W5nX6TKHZNZwr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5fbfd;background-image:none;font-size:0.875rem;font-family:arial;height:23.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#kVwnbUSyHdTcyXEK4pSqUaOAdGO4mWGt { display:block;width:58.0625rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:300;z-index:15016;line-height:1.8;letter-spacing:0;top:0rem;left:9.375rem;height:22.8rem;color:#47545a;font-style:normal;display:block; }
#a75RuzcgP0mB3K5hNZ3K0QSANy3eU9BE { position:relative;display:block; }#a75RuzcgP0mB3K5hNZ3K0QSANy3eU9BE { background-color: transparent; background-image: none; }#a75RuzcgP0mB3K5hNZ3K0QSANy3eU9BE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a75RuzcgP0mB3K5hNZ3K0QSANy3eU9BE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a75RuzcgP0mB3K5hNZ3K0QSANy3eU9BE > .row .container > .video-iframe-container { display: none; }#a75RuzcgP0mB3K5hNZ3K0QSANy3eU9BE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a75RuzcgP0mB3K5hNZ3K0QSANy3eU9BE > .row > .video-iframe-container { display: none; }#a75RuzcgP0mB3K5hNZ3K0QSANy3eU9BE > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a75RuzcgP0mB3K5hNZ3K0QSANy3eU9BE { border-width: 0; border-radius: 0; }#a75RuzcgP0mB3K5hNZ3K0QSANy3eU9BE > .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; }#a75RuzcgP0mB3K5hNZ3K0QSANy3eU9BE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5fbfd;background-image:none;font-size:0.875rem;font-family:arial;height:3.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#AzxQxz0IHc2WeqfBT7EVUdZIBL5tswFQ { position:absolute;display:block;z-index:15014;background-color:rgba(250,215,187,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:56.4375rem;top:0.8125rem;left:9.375rem;display:block; }
#C3GbSVoC3rPS6oBvmixzJfTcOK4OpA2L { display:block;width:58.125rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.7;letter-spacing:0;top:1rem;left:9.375rem;height:2.125rem;color:#d7a039;font-style:normal;text-align:left;text-align-last:left;display:block; }
#F05oNmaENPtsCr6WsScbJVC1JME97g00 { position:relative;display:block; }#F05oNmaENPtsCr6WsScbJVC1JME97g00 { background-color: transparent; background-image: none; }#F05oNmaENPtsCr6WsScbJVC1JME97g00::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F05oNmaENPtsCr6WsScbJVC1JME97g00 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F05oNmaENPtsCr6WsScbJVC1JME97g00 > .row .container > .video-iframe-container { display: none; }#F05oNmaENPtsCr6WsScbJVC1JME97g00 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F05oNmaENPtsCr6WsScbJVC1JME97g00 > .row > .video-iframe-container { display: none; }#F05oNmaENPtsCr6WsScbJVC1JME97g00 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F05oNmaENPtsCr6WsScbJVC1JME97g00 { border-width: 0; border-radius: 0; }#F05oNmaENPtsCr6WsScbJVC1JME97g00 > .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; }#F05oNmaENPtsCr6WsScbJVC1JME97g00 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5fbfd;background-image:none;font-size:0.875rem;font-family:arial;height:5.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dLdGtNHO5NCFeW8bOwlkgbguo2t7Odni { display:block;width:58.0625rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:300;z-index:15016;line-height:1.8;letter-spacing:0;top:0rem;left:9.375rem;height:5.7363375rem;color:#47545a;font-style:normal;display:block; }
#t9PGc6QM5WT2iyGylEA7XaFOoiRkHzCp { position:relative;display:block; }#t9PGc6QM5WT2iyGylEA7XaFOoiRkHzCp { background-color: transparent; background-image: none; }#t9PGc6QM5WT2iyGylEA7XaFOoiRkHzCp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t9PGc6QM5WT2iyGylEA7XaFOoiRkHzCp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t9PGc6QM5WT2iyGylEA7XaFOoiRkHzCp > .row .container > .video-iframe-container { display: none; }#t9PGc6QM5WT2iyGylEA7XaFOoiRkHzCp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t9PGc6QM5WT2iyGylEA7XaFOoiRkHzCp > .row > .video-iframe-container { display: none; }#t9PGc6QM5WT2iyGylEA7XaFOoiRkHzCp > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t9PGc6QM5WT2iyGylEA7XaFOoiRkHzCp { border-width: 0; border-radius: 0; }#t9PGc6QM5WT2iyGylEA7XaFOoiRkHzCp > .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; }#t9PGc6QM5WT2iyGylEA7XaFOoiRkHzCp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5fbfd;background-image:none;font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#T5KwVveTMZsFbUEzv5Tg7bv7c2OdyTNn { position:absolute;display:block;z-index:15014;background-color:rgba(250,215,187,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:56.4375rem;top:0.5625rem;left:9.375rem;display:block; }
#EgnEDf2mxkhZJ6PwtZ5TSAWrbZmwmMXm { display:block;width:58.125rem;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.62499928474426rem;left:9.375rem;height:2.125rem;color:#d7a039;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ez3lTFkeqit0T8zA17vQib6yduIwu0Kc { position:relative;display:block; }#ez3lTFkeqit0T8zA17vQib6yduIwu0Kc { background-color: transparent; background-image: none; }#ez3lTFkeqit0T8zA17vQib6yduIwu0Kc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ez3lTFkeqit0T8zA17vQib6yduIwu0Kc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ez3lTFkeqit0T8zA17vQib6yduIwu0Kc > .row .container > .video-iframe-container { display: none; }#ez3lTFkeqit0T8zA17vQib6yduIwu0Kc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ez3lTFkeqit0T8zA17vQib6yduIwu0Kc > .row > .video-iframe-container { display: none; }#ez3lTFkeqit0T8zA17vQib6yduIwu0Kc > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ez3lTFkeqit0T8zA17vQib6yduIwu0Kc { border-width: 0; border-radius: 0; }#ez3lTFkeqit0T8zA17vQib6yduIwu0Kc > .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; }#ez3lTFkeqit0T8zA17vQib6yduIwu0Kc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5fbfd;background-image:none;font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UXEHvK1bi1BdLNLPqGGOz4OMUbG3GEIV { display:block;width:58.0625rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:300;z-index:15016;line-height:1.8;letter-spacing:0;top:0rem;left:9.375rem;height:3.824225rem;color:#47545a;font-style:normal;display:block; }
#g1UPtcOBpPPEoN9tKCL3EafqwHn0hKxy { position:relative;display:none; }#g1UPtcOBpPPEoN9tKCL3EafqwHn0hKxy { border-width: 0; border-radius: 0; }#g1UPtcOBpPPEoN9tKCL3EafqwHn0hKxy > .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; }#g1UPtcOBpPPEoN9tKCL3EafqwHn0hKxy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5fbfd;background-image:none;font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#vqxom1H2DQZTMu8uHE9dVz0SmnJdstHm { position:absolute;display:block;z-index:15014;background-color:rgba(250,215,187,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:56.4375rem;top:0.5625rem;left:9.375rem;display:block; }
#t9zLnrypiZ0MyzTf2roM7nLDWpZec8rH { display:block;width:58.125rem;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.62499928474426rem;left:9.375rem;height:2.125rem;color:#d7a039;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mnW7qqvoH2wkxr1TnUCImMZXDXH4wQZr { position:relative;display:none; }#mnW7qqvoH2wkxr1TnUCImMZXDXH4wQZr { border-width: 0; border-radius: 0; }#mnW7qqvoH2wkxr1TnUCImMZXDXH4wQZr > .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; }#mnW7qqvoH2wkxr1TnUCImMZXDXH4wQZr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5fbfd;background-image:none;font-size:0.875rem;font-family:arial;height:9.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#w7BgXeP9sBHZ6qfdEkn626CFDmXkbVL8 { display:block;width:58.0625rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:300;z-index:15016;line-height:1.8;letter-spacing:0;top:0rem;left:9.375rem;height:9.56055625rem;color:#47545a;font-style:normal;display:block; }
#nFNJFMWBD8gHD5W8nwbQLR2TRv6Nlztd { display:block;width:58.0625rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:300;z-index:15016;line-height:1.8;letter-spacing:0;top:0rem;left:9.375rem;height:7.65rem;color:#47545a;font-style:normal;display:none; }
#JcGDnfoDVeZHeXhFpgsilQBhsA8mweSl { position:relative;display:none; }#JcGDnfoDVeZHeXhFpgsilQBhsA8mweSl { border-width: 0; border-radius: 0; }#JcGDnfoDVeZHeXhFpgsilQBhsA8mweSl > .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; }#JcGDnfoDVeZHeXhFpgsilQBhsA8mweSl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5fbfd;background-image:none;font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#VvvdKLogXUOXcZT28rJioRq01EGoD6Cw { position:absolute;display:block;z-index:15014;background-color:rgba(250,215,187,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:56.4375rem;top:0.5625rem;left:9.375rem;display:block; }
#HBIZRg8fTDqckwtiTveEPfaGA2ciBJbR { display:block;width:58.125rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.7;letter-spacing:0;top:0.62499928474426rem;left:9.375rem;height:2.1rem;color:#d7a039;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bgRUFQEICuoTog2Dqn0KQK12PknzuOf7 { position:relative;display:none; }#bgRUFQEICuoTog2Dqn0KQK12PknzuOf7 { border-width: 0; border-radius: 0; }#bgRUFQEICuoTog2Dqn0KQK12PknzuOf7 > .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; }#bgRUFQEICuoTog2Dqn0KQK12PknzuOf7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5fbfd;background-image:none;font-size:0.875rem;font-family:arial;height:4.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#wO6QVkXlTCIqmJg1GVw5VpSoTFwVg9sJ { display:block;width:58.0625rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:300;z-index:15016;line-height:1.8;letter-spacing:0;top:0.53125rem;left:9.375rem;height:3.8rem;color:#47545a;font-style:normal;display:block; }
#EBG5ieDxl4kUkTaa06lqqHT7qiVAwGpX { position:relative;display:block; }#EBG5ieDxl4kUkTaa06lqqHT7qiVAwGpX { background-color: transparent; background-image: none; }#EBG5ieDxl4kUkTaa06lqqHT7qiVAwGpX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EBG5ieDxl4kUkTaa06lqqHT7qiVAwGpX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EBG5ieDxl4kUkTaa06lqqHT7qiVAwGpX > .row .container > .video-iframe-container { display: none; }#EBG5ieDxl4kUkTaa06lqqHT7qiVAwGpX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EBG5ieDxl4kUkTaa06lqqHT7qiVAwGpX > .row > .video-iframe-container { display: none; }#EBG5ieDxl4kUkTaa06lqqHT7qiVAwGpX > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EBG5ieDxl4kUkTaa06lqqHT7qiVAwGpX { border-width: 0; border-radius: 0; }#EBG5ieDxl4kUkTaa06lqqHT7qiVAwGpX > .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; }#EBG5ieDxl4kUkTaa06lqqHT7qiVAwGpX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5fbfd;background-image:none;font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wZtGdKLnngrMT2PJpZ5qh6llcslROlvI { position:absolute;display:block;z-index:15014;background-color:rgba(250,215,187,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:56.4375rem;top:0.5625rem;left:9.375rem;display:block; }
#hFmhN97csmd2EU9t9TZstLqZqWMiz0E4 { display:block;width:58.125rem;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.62499928474426rem;left:9.375rem;height:2.125rem;color:#d7a039;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iSnPbsFZxvxHvcTV4EtbO0iBzXsGGNux { position:relative;display:block; }#iSnPbsFZxvxHvcTV4EtbO0iBzXsGGNux { background-color: transparent; background-image: none; }#iSnPbsFZxvxHvcTV4EtbO0iBzXsGGNux::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iSnPbsFZxvxHvcTV4EtbO0iBzXsGGNux > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iSnPbsFZxvxHvcTV4EtbO0iBzXsGGNux > .row .container > .video-iframe-container { display: none; }#iSnPbsFZxvxHvcTV4EtbO0iBzXsGGNux > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iSnPbsFZxvxHvcTV4EtbO0iBzXsGGNux > .row > .video-iframe-container { display: none; }#iSnPbsFZxvxHvcTV4EtbO0iBzXsGGNux > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iSnPbsFZxvxHvcTV4EtbO0iBzXsGGNux { border-width: 0; border-radius: 0; }#iSnPbsFZxvxHvcTV4EtbO0iBzXsGGNux > .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; }#iSnPbsFZxvxHvcTV4EtbO0iBzXsGGNux > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5fbfd;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; }#qEVP117BmaGTpKZ4EiskbmSW59lFJvVA { display:block;width:58.0625rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:300;z-index:15016;line-height:1.8;letter-spacing:0;top:0.53125rem;left:9.375rem;height:3.824225rem;color:#47545a;font-style:normal;display:block; }
#KquarL835muSeHESRSbKEhsriBKPU7Of { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(16,125,132,0.5);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KquarL835muSeHESRSbKEhsriBKPU7Of > .row .container { background-color: transparent; background-image: none; }#KquarL835muSeHESRSbKEhsriBKPU7Of::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KquarL835muSeHESRSbKEhsriBKPU7Of > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KquarL835muSeHESRSbKEhsriBKPU7Of > .row .container > .video-iframe-container { display: none; }#KquarL835muSeHESRSbKEhsriBKPU7Of > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KquarL835muSeHESRSbKEhsriBKPU7Of > .row > .video-iframe-container { display: none; }#KquarL835muSeHESRSbKEhsriBKPU7Of > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KquarL835muSeHESRSbKEhsriBKPU7Of > .row .container { border-width: 0; border-radius: 0; }#KquarL835muSeHESRSbKEhsriBKPU7Of > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KquarL835muSeHESRSbKEhsriBKPU7Of > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#pWrtVsbQnzbgdkI8HNqeh6paMCXFExnQ { background-color:transparent;background-image:none;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:54.5rem;height:3.4375rem;text-decoration:none;z-index:15021;text-align:left;text-align-last:left;top:0.8125rem;left:9rem;display:block; }
#C4MiTKxKyRPTKceWwZSxOSTLlyB6CJIW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G9T1Nc0IbGaKqBTvDXlNOfH1LQIEJ0yE { color:#ffffff;display:block;width:3.4375rem;position:absolute;font-family:"josefin sans";font-size:3.75rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:0.099998474121094rem;left:59.3125rem;height:4.875rem;display:block; }
#ah1ksUz5ol9AtBAt0POvpLu4xFaN6Urt { position:relative;display:block; }#ah1ksUz5ol9AtBAt0POvpLu4xFaN6Urt { background-color: transparent; background-image: none; }#ah1ksUz5ol9AtBAt0POvpLu4xFaN6Urt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ah1ksUz5ol9AtBAt0POvpLu4xFaN6Urt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ah1ksUz5ol9AtBAt0POvpLu4xFaN6Urt > .row .container > .video-iframe-container { display: none; }#ah1ksUz5ol9AtBAt0POvpLu4xFaN6Urt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ah1ksUz5ol9AtBAt0POvpLu4xFaN6Urt > .row > .video-iframe-container { display: none; }#ah1ksUz5ol9AtBAt0POvpLu4xFaN6Urt > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ah1ksUz5ol9AtBAt0POvpLu4xFaN6Urt { border-width: 0; border-radius: 0; }#ah1ksUz5ol9AtBAt0POvpLu4xFaN6Urt > .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; }#ah1ksUz5ol9AtBAt0POvpLu4xFaN6Urt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5fbfd;background-image:none;font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kTNfLVk4FTgHQ7TvPskdKzgt9Ocxrx4Q { position:absolute;display:block;z-index:15014;background-color:rgba(250,215,187,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:56.4375rem;top:0.5625rem;left:9.375rem;display:block; }
#Kkm3OGbJNFOtO2e7otsKXxUTJHvkAZIQ { display:block;width:58.125rem;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.62499928474426rem;left:9.375rem;height:2.125rem;color:#d7a039;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PU29g8omfmsOP1n5gwE7oUGVfw6n0iZI { position:relative;display:block; }#PU29g8omfmsOP1n5gwE7oUGVfw6n0iZI { background-color: transparent; background-image: none; }#PU29g8omfmsOP1n5gwE7oUGVfw6n0iZI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PU29g8omfmsOP1n5gwE7oUGVfw6n0iZI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PU29g8omfmsOP1n5gwE7oUGVfw6n0iZI > .row .container > .video-iframe-container { display: none; }#PU29g8omfmsOP1n5gwE7oUGVfw6n0iZI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PU29g8omfmsOP1n5gwE7oUGVfw6n0iZI > .row > .video-iframe-container { display: none; }#PU29g8omfmsOP1n5gwE7oUGVfw6n0iZI > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PU29g8omfmsOP1n5gwE7oUGVfw6n0iZI { border-width: 0; border-radius: 0; }#PU29g8omfmsOP1n5gwE7oUGVfw6n0iZI > .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; }#PU29g8omfmsOP1n5gwE7oUGVfw6n0iZI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5fbfd;background-image:none;font-size:0.875rem;font-family:arial;height:8.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GTTbhWOh1ToyhgTHPX7rkIXl3XHM4Awt { display:block;width:58.0625rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:300;z-index:15016;line-height:1.8;letter-spacing:0;top:1.09375rem;left:9.375rem;height:7.64845rem;color:#47545a;font-style:normal;display:block; }
#KDUULT7Vb6xxxabSQc9IbzsAJDp5Ey6B { position:relative;display:block; }#KDUULT7Vb6xxxabSQc9IbzsAJDp5Ey6B { background-color: transparent; background-image: none; }#KDUULT7Vb6xxxabSQc9IbzsAJDp5Ey6B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KDUULT7Vb6xxxabSQc9IbzsAJDp5Ey6B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KDUULT7Vb6xxxabSQc9IbzsAJDp5Ey6B > .row .container > .video-iframe-container { display: none; }#KDUULT7Vb6xxxabSQc9IbzsAJDp5Ey6B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KDUULT7Vb6xxxabSQc9IbzsAJDp5Ey6B > .row > .video-iframe-container { display: none; }#KDUULT7Vb6xxxabSQc9IbzsAJDp5Ey6B > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KDUULT7Vb6xxxabSQc9IbzsAJDp5Ey6B { border-width: 0; border-radius: 0; }#KDUULT7Vb6xxxabSQc9IbzsAJDp5Ey6B > .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; }#KDUULT7Vb6xxxabSQc9IbzsAJDp5Ey6B > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5fbfd;background-image:none;font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZltS8WPVb68mhvGVEOwQovDFH2AqkgC2 { position:absolute;display:block;z-index:15014;background-color:rgba(250,215,187,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:56.4375rem;top:0.5625rem;left:9.375rem;display:block; }
#BcJEZUh6Z3aPVqOmbg8FB2TcDZk0esV1 { display:block;width:58.125rem;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.62499928474426rem;left:9.375rem;height:2.125rem;color:#d7a039;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TiP2SgxncdAEwgtlLJxR5XiJ31rNR0qE { position:relative;display:block; }#TiP2SgxncdAEwgtlLJxR5XiJ31rNR0qE { background-color: transparent; background-image: none; }#TiP2SgxncdAEwgtlLJxR5XiJ31rNR0qE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiP2SgxncdAEwgtlLJxR5XiJ31rNR0qE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiP2SgxncdAEwgtlLJxR5XiJ31rNR0qE > .row .container > .video-iframe-container { display: none; }#TiP2SgxncdAEwgtlLJxR5XiJ31rNR0qE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiP2SgxncdAEwgtlLJxR5XiJ31rNR0qE > .row > .video-iframe-container { display: none; }#TiP2SgxncdAEwgtlLJxR5XiJ31rNR0qE > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiP2SgxncdAEwgtlLJxR5XiJ31rNR0qE { border-width: 0; border-radius: 0; }#TiP2SgxncdAEwgtlLJxR5XiJ31rNR0qE > .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; }#TiP2SgxncdAEwgtlLJxR5XiJ31rNR0qE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5fbfd;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:block; }#te1DD0LTWLNm2z6tasAqdtySCT1oBbye { display:block;width:58.0625rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:300;z-index:15016;line-height:1.8;letter-spacing:0;top:1.09375rem;left:9.375rem;height:21.0332125rem;color:#47545a;font-style:normal;display:block; }
#CBJ0maxVTvGTFM1OEZgmIyRikJJwuOBf { display:block;width:58.0625rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:300;z-index:15016;line-height:1.8;letter-spacing:0;top:1.09375rem;left:9.375rem;height:21.0375rem;color:#47545a;font-style:normal;display:none; }
#bZpo5bs3XEpnKKDVv4WNsf3x4ENfagSu { position:relative;display:block; }#bZpo5bs3XEpnKKDVv4WNsf3x4ENfagSu { background-color: transparent; background-image: none; }#bZpo5bs3XEpnKKDVv4WNsf3x4ENfagSu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bZpo5bs3XEpnKKDVv4WNsf3x4ENfagSu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bZpo5bs3XEpnKKDVv4WNsf3x4ENfagSu > .row .container > .video-iframe-container { display: none; }#bZpo5bs3XEpnKKDVv4WNsf3x4ENfagSu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bZpo5bs3XEpnKKDVv4WNsf3x4ENfagSu > .row > .video-iframe-container { display: none; }#bZpo5bs3XEpnKKDVv4WNsf3x4ENfagSu > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bZpo5bs3XEpnKKDVv4WNsf3x4ENfagSu { border-width: 0; border-radius: 0; }#bZpo5bs3XEpnKKDVv4WNsf3x4ENfagSu > .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; }#bZpo5bs3XEpnKKDVv4WNsf3x4ENfagSu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5fbfd;background-image:none;font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bkt03i4cDmPwivdUAtB5MbbsSkz4UvSg { position:absolute;display:block;z-index:15014;background-color:rgba(250,215,187,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:56.4375rem;top:0.5625rem;left:9.375rem;display:block; }
#nWP6FP3otDemaJZVbXo0sTVePg2XZEzN { display:block;width:58.125rem;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.62499928474426rem;left:9.375rem;height:2.125rem;color:#47545a;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qkl8hNf8hciHbRvLWIMJDsQnFuX9FoKc { position:relative;display:block; }#qkl8hNf8hciHbRvLWIMJDsQnFuX9FoKc { background-color: transparent; background-image: none; }#qkl8hNf8hciHbRvLWIMJDsQnFuX9FoKc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qkl8hNf8hciHbRvLWIMJDsQnFuX9FoKc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qkl8hNf8hciHbRvLWIMJDsQnFuX9FoKc > .row .container > .video-iframe-container { display: none; }#qkl8hNf8hciHbRvLWIMJDsQnFuX9FoKc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qkl8hNf8hciHbRvLWIMJDsQnFuX9FoKc > .row > .video-iframe-container { display: none; }#qkl8hNf8hciHbRvLWIMJDsQnFuX9FoKc > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qkl8hNf8hciHbRvLWIMJDsQnFuX9FoKc { border-width: 0; border-radius: 0; }#qkl8hNf8hciHbRvLWIMJDsQnFuX9FoKc > .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; }#qkl8hNf8hciHbRvLWIMJDsQnFuX9FoKc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5fbfd;background-image:none;font-size:0.875rem;font-family:arial;height:4.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GvhKISQ9peRTvAILzvZzHsAcN83E5oRl { display:block;width:58.0625rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:300;z-index:15016;line-height:1.8;letter-spacing:0;top:0.53125rem;left:9.375rem;height:3.824225rem;color:#47545a;font-style:normal;display:block; }
#stlVXdR5oTZRQKbBKicI8iHKgzcPKQ4K { display:block;width:58.0625rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:400;z-index:15016;line-height:1.8;letter-spacing:0;top:0.53125rem;left:9.375rem;height:3.7333375rem;color:#47545a;font-style:normal;display:none; }
#DRS8cQDbOQFs1OuqzbluUmr303amqpwM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(16,125,132,0.5);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DRS8cQDbOQFs1OuqzbluUmr303amqpwM > .row .container { background-color: transparent; background-image: none; }#DRS8cQDbOQFs1OuqzbluUmr303amqpwM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DRS8cQDbOQFs1OuqzbluUmr303amqpwM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DRS8cQDbOQFs1OuqzbluUmr303amqpwM > .row .container > .video-iframe-container { display: none; }#DRS8cQDbOQFs1OuqzbluUmr303amqpwM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DRS8cQDbOQFs1OuqzbluUmr303amqpwM > .row > .video-iframe-container { display: none; }#DRS8cQDbOQFs1OuqzbluUmr303amqpwM > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DRS8cQDbOQFs1OuqzbluUmr303amqpwM > .row .container { border-width: 0; border-radius: 0; }#DRS8cQDbOQFs1OuqzbluUmr303amqpwM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DRS8cQDbOQFs1OuqzbluUmr303amqpwM > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#yUGk0BcUWaA4HJD4KkM11F1iOQAp2QRn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5fbfd;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yUGk0BcUWaA4HJD4KkM11F1iOQAp2QRn > .row .container { background-color: transparent; background-image: none; }#yUGk0BcUWaA4HJD4KkM11F1iOQAp2QRn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yUGk0BcUWaA4HJD4KkM11F1iOQAp2QRn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yUGk0BcUWaA4HJD4KkM11F1iOQAp2QRn > .row .container > .video-iframe-container { display: none; }#yUGk0BcUWaA4HJD4KkM11F1iOQAp2QRn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yUGk0BcUWaA4HJD4KkM11F1iOQAp2QRn > .row > .video-iframe-container { display: none; }#yUGk0BcUWaA4HJD4KkM11F1iOQAp2QRn > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yUGk0BcUWaA4HJD4KkM11F1iOQAp2QRn > .row .container { border-width: 0; border-radius: 0; }#yUGk0BcUWaA4HJD4KkM11F1iOQAp2QRn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yUGk0BcUWaA4HJD4KkM11F1iOQAp2QRn > .row .container { font-size:0.875rem;font-family:arial;height:65.625rem;width:75rem;position:relative;display:block; }#oU6lGx9JqhoTuTXHrRmec2bA3TkWxHHv { 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:44.6875rem;width:68.75rem;top:5.6669921875rem;left:1.8118104934693rem;overflow:hidden;display:block; }
#z4HM8cGotZ1ytv0a799mudV4Nx3I550G { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#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:37.5rem;height:3.435202125rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:56.470703125rem;left:18.747700691223rem;display:block; }
#glK51d1Qa7qNO2gTmKUC74aoMHH4Hfgx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wEThRGTApZu6W771tDl616PyAPr5O2Nr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf3e6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wEThRGTApZu6W771tDl616PyAPr5O2Nr > .row .container { background-color: transparent; background-image: none; }#wEThRGTApZu6W771tDl616PyAPr5O2Nr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wEThRGTApZu6W771tDl616PyAPr5O2Nr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wEThRGTApZu6W771tDl616PyAPr5O2Nr > .row .container > .video-iframe-container { display: none; }#wEThRGTApZu6W771tDl616PyAPr5O2Nr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wEThRGTApZu6W771tDl616PyAPr5O2Nr > .row > .video-iframe-container { display: none; }#wEThRGTApZu6W771tDl616PyAPr5O2Nr > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wEThRGTApZu6W771tDl616PyAPr5O2Nr > .row .container { border-width: 0; border-radius: 0; }#wEThRGTApZu6W771tDl616PyAPr5O2Nr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wEThRGTApZu6W771tDl616PyAPr5O2Nr > .row .container { font-size:0.875rem;font-family:arial;height:35.3125rem;width:75rem;position:relative;display:block; }#FBEhMU0Lg7uGNHTlXiRHEpIc2KoHZlbh { color:#091e5a;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:5.625rem;left:0rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eUb6fb3rBQap48t6x37wm2UlBJaBnPfI { color:#7b3955;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:14.6875rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UiIPt2Tl6uZBHqmHL2tv8nSmInyP6pRO .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; }
#UiIPt2Tl6uZBHqmHL2tv8nSmInyP6pRO .widget-text.counter-number { border-top:0.25rem solid #f1a41f;border-left:0.25rem solid #f1a41f;border-right:0.25rem solid #f1a41f;border-bottom:0.25rem solid #f1a41f;background-color:transparent;background-image:none;color:#47545a;padding-top:1.016875rem;padding-right:0.900625rem;padding-bottom:1.016875rem;padding-left:0.900625rem;display:block;align-items:center;width:5.40375rem;min-width:5.40375rem;height:5.466875rem;position:relative;font-family:"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; }
#UiIPt2Tl6uZBHqmHL2tv8nSmInyP6pRO .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; }
#UiIPt2Tl6uZBHqmHL2tv8nSmInyP6pRO { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:26.125rem;height:10.7975rem;padding-top:0.126875rem;padding-right:0.12875rem;padding-bottom:0.126875rem;padding-left:0.12875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:19.0625rem;left:24.3125rem;z-index:15062; }
#UiIPt2Tl6uZBHqmHL2tv8nSmInyP6pRO #tvTE2UIfMCOLn3Pw12k6dUsMdmaxxDTw { display:flex;position:relative;top:0rem;left:0rem; }
#UiIPt2Tl6uZBHqmHL2tv8nSmInyP6pRO #DoLcJnH4XoNTC7grVOepubUC8yzLuqAy { width:auto; }
#UiIPt2Tl6uZBHqmHL2tv8nSmInyP6pRO #BZm4kyGgDkKDUWn11Z4kp72o1EKkWPrN {  }
#UiIPt2Tl6uZBHqmHL2tv8nSmInyP6pRO #X2Ty3TdrJhKEXto7WlHnAJXP7FvpHz0h { display:flex;position:relative;top:0rem;left:0rem; }
#UiIPt2Tl6uZBHqmHL2tv8nSmInyP6pRO #l53fRM1RWLGWpMwGMtrUpdq0xIwkQt91 {  }
#UiIPt2Tl6uZBHqmHL2tv8nSmInyP6pRO #SB1ILHGTSmFGXxrbmyWkVoBvPPRTZNZl {  }
#UiIPt2Tl6uZBHqmHL2tv8nSmInyP6pRO #fpaSxmrZfK8CqTBOm8IcOJ5tO5AQDGhw { display:flex;position:relative;top:0rem;left:0rem; }
#UiIPt2Tl6uZBHqmHL2tv8nSmInyP6pRO #XRfDRcHeB4u69hqFqmrBap9RaWvsKHuk {  }
#UiIPt2Tl6uZBHqmHL2tv8nSmInyP6pRO #LWa9yJQU4U0GblrpowFXcFPrtE19T3BQ {  }
#UiIPt2Tl6uZBHqmHL2tv8nSmInyP6pRO #r3HVUnHhMVT62pnzqk4ptx2H30HV5oUA { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#UiIPt2Tl6uZBHqmHL2tv8nSmInyP6pRO #NzGOp9P8LwgyyLe7zlZCXkzNhyEaTG55 {  }
#UiIPt2Tl6uZBHqmHL2tv8nSmInyP6pRO #rafnlnNwZP8cAXl4A9qcnGABVvCIRTZm {  }
#xGCtbAVPNTcX6tWiWWIfegJwhgZfNGHh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fcff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xGCtbAVPNTcX6tWiWWIfegJwhgZfNGHh > .row .container { background-color: transparent; background-image: none; }#xGCtbAVPNTcX6tWiWWIfegJwhgZfNGHh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xGCtbAVPNTcX6tWiWWIfegJwhgZfNGHh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xGCtbAVPNTcX6tWiWWIfegJwhgZfNGHh > .row .container > .video-iframe-container { display: none; }#xGCtbAVPNTcX6tWiWWIfegJwhgZfNGHh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xGCtbAVPNTcX6tWiWWIfegJwhgZfNGHh > .row > .video-iframe-container { display: none; }#xGCtbAVPNTcX6tWiWWIfegJwhgZfNGHh > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xGCtbAVPNTcX6tWiWWIfegJwhgZfNGHh > .row .container { border-width: 0; border-radius: 0; }#xGCtbAVPNTcX6tWiWWIfegJwhgZfNGHh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xGCtbAVPNTcX6tWiWWIfegJwhgZfNGHh > .row .container { font-size:0.875rem;font-family:"open sans";height:17.125rem;width:75rem;position:relative;display:block; }#i04T2s7BRdif3FPGsLCeyQ8VK1HQ9tqQ { border-bottom:0;border-left:0;border-right:0;border-top:0;height:5.5rem;width:11.25rem;position:absolute;display:block;z-index:15017;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:5.8229370117188rem;left:31.875rem;overflow:hidden;display:block; }
#rrhEhfeOzOwJiB2M0bWgm0SFl5GXrWD0 { color:#ba7191;display:block;width:1.3125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:5.8021240234375rem;left:42.5rem;height:1.625rem;display:block; }
#BsORAAB8Pcvx6NzpH7biFomtnimHtSkx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#107d84;background-image:url("https://images.assets-landingi.com/uc/f3173f7f-757f-4acd-80fc-e3efb8b9031a/PA.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; }#BsORAAB8Pcvx6NzpH7biFomtnimHtSkx.adaptive-delivery-prevent-bg, #BsORAAB8Pcvx6NzpH7biFomtnimHtSkx.lazyload, #BsORAAB8Pcvx6NzpH7biFomtnimHtSkx.lazyloading { background-image: none; }#BsORAAB8Pcvx6NzpH7biFomtnimHtSkx > .row .container { border-width: 0; border-radius: 0; }#BsORAAB8Pcvx6NzpH7biFomtnimHtSkx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BsORAAB8Pcvx6NzpH7biFomtnimHtSkx > .row .container { font-size:0.875rem;font-family:arial;height:49.4375rem;width:75rem;position:relative;display:none; }#e4CrqJrkVXrq1kCgaNFHsez4pIDNxUSy { border-bottom:0;border-left:0;border-right:0;border-top:0;height:10.9995403125rem;width:22.5620403125rem;position:absolute;display:block;z-index:15014;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:7.125rem;left:8rem;overflow:hidden;display:block; }
#OtpbVpQTML6BrFg9lPfvrR0TH5TXtpiH { color:#ba7191;display:block;width:7.3747701875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:7.125rem;left:28.4375rem;height:1.6176470625rem;display:block; }
#qlLXepvTN9lbOIWAyhWn9qBlbvSk2k3Z { color:#ffffff;display:block;width:38.4375rem;position:absolute;font-family:"josefin sans";font-size:5.25rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:21.483225107193rem;left:0rem;height:11.47058775rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qKa4Zu10qbzJy8OX0alCJJyWUAhdQ08A { 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; }
#RrdrAdJvRvVcOedTpMqWV2MixZzLqBov { box-sizing:content-box;height:9.7495403125rem;width:47.5rem;position:absolute;display:block;z-index:15014;background-color:#2fb2be;background-image:none;top:8.9931640625rem;left:57.235295295716rem;border-top-right-radius:0.1875rem;border-bottom-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-top-left-radius:0.1875rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VrNVXih16JQpAu3ElzWT7C8CexSs1uU0 { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#VrNVXih16JQpAu3ElzWT7C8CexSs1uU0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UX9zoBra0tCRXCUawnZd2rbZ3w6c7k4n { width:6.1875rem;height:1.3rem;top:1.5367188453674rem;left:9.7492192983625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1XW2tKOpnlw8TntCrvtzydCfXv1ClxO { width:6.1875rem;height:1.3rem;top:1.5367188453674rem;left:15.936718344688rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5SyCpr1u3gOigOK8vTFyXGaW5WE7llV { width:6.1875rem;height:1.3rem;top:1.5367188453674rem;left:21.343750357628rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JipuTl8Lfa3UhQkr6Id3t8iiryLrPR4b { width:6.1875rem;height:1.3rem;top:1.5367188453674rem;left:27.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDg3tkE2EZNNfoikxSBiMuCTnPdZOKMk { width:6.1875rem;height:1.3rem;top:1.5367188453674rem;left:3.6242188215256rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUxnQRk02lVXLmeIKaTf4QADNS5iAne2 { display:block; }#fUxnQRk02lVXLmeIKaTf4QADNS5iAne2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yg4oTplmmIHAllgOoU4uGwXc8AnPgO1n { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/fe78b67b-e6b8-4878-802f-9348ed2e102e/12nawykw.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#yg4oTplmmIHAllgOoU4uGwXc8AnPgO1n.adaptive-delivery-prevent-bg, #yg4oTplmmIHAllgOoU4uGwXc8AnPgO1n.lazyload, #yg4oTplmmIHAllgOoU4uGwXc8AnPgO1n.lazyloading { background-image: none; }#yg4oTplmmIHAllgOoU4uGwXc8AnPgO1n > .row .container { background-color: transparent; background-image: none; }#yg4oTplmmIHAllgOoU4uGwXc8AnPgO1n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yg4oTplmmIHAllgOoU4uGwXc8AnPgO1n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yg4oTplmmIHAllgOoU4uGwXc8AnPgO1n > .row .container > .video-iframe-container { display: none; }#yg4oTplmmIHAllgOoU4uGwXc8AnPgO1n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yg4oTplmmIHAllgOoU4uGwXc8AnPgO1n > .row > .video-iframe-container { display: none; }#yg4oTplmmIHAllgOoU4uGwXc8AnPgO1n > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yg4oTplmmIHAllgOoU4uGwXc8AnPgO1n > .row .container { width:47.75rem;height:27.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #beWanR2Hxeevb2koeTbTpTQWaTibJvGy { width:23.3125rem;height:11.375rem;top:10.9375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQok7H66JBvqnlJDU5MzctpbsCMc7Jxs { width:5.4375rem;height:3rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWZah7HDJ5wGWMBxXRgklVvhSGiqGQlB { width:15.25rem;height:7.5rem;top:2.375rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpcLzR7apciQJ658Gdcl25v80xJ0C9MT { width:1.3125rem;height:1.583333375rem;top:4.25rem;left:41.612501502037rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiPFWrRZreRs1wSo4Kl7VK3fylSmebBn { width:40.625rem;height:6.25rem;top:34.875000953674rem;left:3.5624998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcCeP8pOkpDc5UE7JHwTQNdieVJTfGRG { top:6.9164061546325rem;left:25.875000357628rem;width:21.875rem;height:6.1666665rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6pnua8O2rPWeCfH87ZPnzsuhGSmKWZK { width:18.4111328125rem;height:2.8525390625rem;top:34.9375rem;left:14.6689453125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEJEuq5OUuBBhcCmWaPsTCxx2k6MTmiC { display:block; }
 }@media only screen and (max-width: 763px) { #vHTiWabI9zURRpO9B8fi8lMku4ppleuS { width:16.247396469116rem;height:0.12369791418314rem;top:17rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNFWAJIzpc5HTNALpQXGHTpr2Oaox8T8 { top:6.9164061546325rem;left:25.875000357628rem;width:21.875rem;height:6.1666665rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jae0rK9pl5dJxQG2WLrI2LWUt2qmdIud { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TW94Vv2lVD68XKs8g0pP77mHIZvkIRF6 { width:40.625rem;height:8.25rem;top:34.559898376465rem;left:3.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KmZRJ5HhFaqX5IIK1f7OChPRqdB8gbiS { width:19.4375rem;height:19.4375rem;top:25.3125rem;left:14.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQdsvlUawhL9sm42E35iI7wNm8BTgzUs { display:block; }#zQdsvlUawhL9sm42E35iI7wNm8BTgzUs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xBmDND3LOTKLEchiVBW3XBBEiZ3Th6f1 { width:47.75rem;height:6.5rem;top:3.7500038146973rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTkaMuOOUR2cTOkutkynT0XHT9SWTr0o { display:block; }#iTkaMuOOUR2cTOkutkynT0XHT9SWTr0o > .row .container { width:47.75rem;height:30.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hzr35OmRsqf23mr0doo64P83RodS3K9y { width:47.75rem;height:19.125rem;top:10.150001525879rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiznyn5bLTt7K3MdpaBQxWsbKlsv1R30 { width:47.75rem;height:18rem;top:8.6500005722044rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #JkRC7O2itFwLhsFleIeUzQ4VlJ8Ckv0x { display:block; }#JkRC7O2itFwLhsFleIeUzQ4VlJ8Ckv0x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tevLRVvmco0w2KZpmQHxqFXmHPTT9xHd { width:47.75rem;height:1.625rem;top:0rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiE2UDwyyXsHSdIa2hMTc1p1EU8p7CHv { display:block; }#CiE2UDwyyXsHSdIa2hMTc1p1EU8p7CHv > .row .container { width:47.75rem;height:37.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gyvCWVFvyoP2byUCu16az0QuXHbe1xKB { width:47.75rem;height:0;top:1.546875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xh3OktoHVo4xkMWFg316a5CMTZkz8eny { width:47.75rem;height:30.6rem;top:8.6500005722044rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #HxeaxyRN6MXms7VnTdTrsB7xad0prDi3 { width:43.75rem;height:0;top:0.609375rem;left:3.4375001788139rem;font-size:1rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #aphVfqln6TFdJECHlSpzp7a2OV0iMNVT { top:4.8000001907349rem;left:0rem;width:47.75rem;height:32.5125rem;z-index:15012;font-weight:300;font-style:normal;font-size:1.0625rem;text-align:center;text-align-last:center;color:#47545a;line-height:1.8;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #UTPeyTM6TgcTnuuOsRBwsxx3O97qcz4m { display:block; }#UTPeyTM6TgcTnuuOsRBwsxx3O97qcz4m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VM8b8Xnm2xvrExfJ5kCrTpg9DUn5InX5 { width:47.75rem;height:4.875rem;top:0.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dchKw6Ka9uIPiUFlkERAOSzklGyQbrsg { display:block; }#dchKw6Ka9uIPiUFlkERAOSzklGyQbrsg > .row .container { width:47.75rem;height:19.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #exBLmilsGuXTCwLo9eV0UNEBwJcNlqZE { width:47.75rem;height:15.3rem;top:4.8624992370606rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoBUFqwGs0LcW91Ibm04HO3ETGD360lf { width:47.75rem;height:14.4rem;top:8.6500005722044rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lpdb4ODShRTfWhET50emZx2XUsfAVXHG { display:block; }#Lpdb4ODShRTfWhET50emZx2XUsfAVXHG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NMaQR299rRAGEV8NVyvkC7gpz6sBmd8d { width:47.75rem;height:4.875rem;top:0.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMJzMfiglya77gkyuFHVEHERvLUQG9pO { display:block; }#HMJzMfiglya77gkyuFHVEHERvLUQG9pO > .row .container { width:47.75rem;height:14.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bMC0K5TdZTbT7ywQBnbIaPJD6ftIRlwl { width:47.75rem;height:9.5625rem;top:4.8625040054321rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbPl90aSQRT8QEzqMS88mu4JW2cmRyNf { width:47.75rem;height:9rem;top:8.6500005722044rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ev5BqT9EiOPUmJI7kfVcozgTMRgOrJKk { width:3.125rem;height:3.125rem;top:10.3125rem;left:22.278031349182rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPMAWm5oZ8gRDRF5GMgzNc9pPfcHUaNF { width:40.625rem;height:8.25rem;top:34.559898376465rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LC2N1QVFGdSiRGh2MqTufJkBoOwnnh2p { width:47.75rem;height:6.09375rem;top:3.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZmkPdtOeCSfhxS7SiEewBWuvJ3fSNkC { display:none; }#HZmkPdtOeCSfhxS7SiEewBWuvJ3fSNkC > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rFw1ZCTvQlqhKiTeGFLQBTDOkiR6UZSx { width:40.625rem;height:8.25rem;top:34.559898376465rem;left:3.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fb1mCUA9TfmXBNmhNBrh2dvNu5e6nDOg { width:47.75rem;height:6.09375rem;top:3.75rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MmpoEK2fZzuPv6tl4gZIAAR01lEnUFMB { display:block; }#MmpoEK2fZzuPv6tl4gZIAAR01lEnUFMB > .row .container { width:47.75rem;height:24.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J0MCJCJzDX2yR8lBnH3AKsrLEmQ2IMAl { width:6.25rem;height:2.925rem;top:19.581253051757rem;left:0rem;font-size:1.125rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #of0tXyrvVUdeR4N1WxLSWTsd8UJTinH6 { width:25rem;height:8.8125rem;top:8.4375rem;left:22.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAiRoUsoH1zQizQ6RFy4BXRQiqEyunDJ { width:25rem;height:3.5rem;top:20.6875rem;left:16.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6Gz3FOMydhroAaAQqPVS49GApkvO1u5 { width:2.5rem;height:2.5rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lsh7m6ptGgoAFlpCG4ez9wQOOzSUI8Fk { width:22.75rem;height:8.8125rem;top:8.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHN2VNb7fWei3WoKKWpx7S9UdB4N8muB { width:23.1875rem;height:7.0625rem;top:20.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTRodVpqINyb5GPCa24rLaJAhdGCiIzS { width:2.5rem;height:2.5rem;top:20.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucPySU7VHPUcJUeWIrygMnMC2wmMKmVw { width:2.5rem;height:2.5rem;top:8.4375rem;left:25.060658454895rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7w58EBE0ngN9tdUgrSOz4LZ2f4EoSrr { width:2.5rem;height:2.5rem;top:20.6875rem;left:25.059510231018rem;display:block; }
 }@media only screen and (max-width: 763px) { #skKD6U3Gq8q691XBaNXXOxDRtHuxuXEp { width:40.625rem;height:8.25rem;top:34.559898376465rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnB1cuZWAnl9FTatyOdCDmBLHUyabt2X { width:47.75rem;height:6.09375rem;top:3.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aX09JbfV8uGPMmni02z3u82iep2GxWXs { display:none; }#aX09JbfV8uGPMmni02z3u82iep2GxWXs > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nWiWk3qsec41lEzdbuvpAgRe0JnnPqH1 { width:40.625rem;height:8.25rem;top:34.559898376465rem;left:3.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yZGP8SPqA1vx8PnV2f5D8UsUbTm3lTPd { width:47.75rem;height:6.09375rem;top:3.75rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kRN7gZ5R4cIfuX7lku6yBvtDKuS5TvES { display:block; }#kRN7gZ5R4cIfuX7lku6yBvtDKuS5TvES > .row .container { width:47.75rem;height:9.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VnLbIl0g2UqTcsAaZsRZWIvHE4nAhNDK { width:47.75rem;height:2.75rem;top:10.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLvBe7xb2WagFnH4rvSTA8bEV7gd4Voi { width:18.75rem;height:3.5rem;top:19rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUKD7TTfh6znXi3D7LXQnIR3a6BxnJL6 { width:15.375rem;height:5.25rem;top:18.1875rem;left:15.42601108551rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4ObSmImf3fim0R6kDQTsDIKaf6EOhTF { width:18.75rem;height:5.25rem;top:18.125rem;left:29rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WD4B1THTsp4f40vXivHZC62rmsL1H20S { width:47.75rem;height:5.5625rem;top:29.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zsl1BDWDKwiBiqlpZhXDu4qEKeHDIPrS { width:6.25rem;height:6.25rem;top:19rem;left:7.5951280593875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6ZgZMCeK1xwfB96v5NpsnEQ0o7yGEIK { width:6.25rem;height:6.25rem;top:19rem;left:31.943699836731rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLVf9eSaWk7HMhfFTkSXG3MxxcNTgGz6 { width:18.75rem;height:3.375rem;top:3.6234378814698rem;left:14.498436748981rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7937BB1biRZAB2DTey1QQ8HWoQ6BmcS { display:block; }
 }@media only screen and (max-width: 763px) { #UPqdrxmpTxzQtFnEU2f5n51MlHqTk8yg { background-color:#f1dede;background-image:url("https://images.assets-landingi.com/uc/d76a3dec-24aa-4bef-bd47-e7ff008dc889/PA1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#UPqdrxmpTxzQtFnEU2f5n51MlHqTk8yg.adaptive-delivery-prevent-bg, #UPqdrxmpTxzQtFnEU2f5n51MlHqTk8yg.lazyload, #UPqdrxmpTxzQtFnEU2f5n51MlHqTk8yg.lazyloading { background-image: none; }#UPqdrxmpTxzQtFnEU2f5n51MlHqTk8yg > .row .container { background-color: transparent; background-image: none; }#UPqdrxmpTxzQtFnEU2f5n51MlHqTk8yg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UPqdrxmpTxzQtFnEU2f5n51MlHqTk8yg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UPqdrxmpTxzQtFnEU2f5n51MlHqTk8yg > .row .container > .video-iframe-container { display: none; }#UPqdrxmpTxzQtFnEU2f5n51MlHqTk8yg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UPqdrxmpTxzQtFnEU2f5n51MlHqTk8yg > .row > .video-iframe-container { display: none; }#UPqdrxmpTxzQtFnEU2f5n51MlHqTk8yg > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UPqdrxmpTxzQtFnEU2f5n51MlHqTk8yg > .row .container { width:47.75rem;height:34.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mB4qV47XZvraeB3LeKgKSpBq1eZitwLn { width:25.75rem;height:4.6875rem;top:1.375rem;left:22rem;text-align:left;text-align-last:left;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSr76di9wDzg8ginT3JAdsmMiVqLNUbs { width:22.5rem;height:0;top:13.546007156372rem;left:23.023436844349rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aUqgA04FV9F6w8rmFzNcOWN1IkzFJROV { 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) { #TK7evuThZurzUfBduyoWmnZmO5BeJt7u { width:25.75rem;height:2.25rem;top:6.75rem;left:22rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWrI6NVI9rhT9ybfN7THXeK1ktoK3PqT { 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) { #UPT4AFQu2CbNqkVAdnT2nI9LUrEKTeNp { width:19.6875rem;height:0;top:32.671875rem;left:2.34375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wo7uqMeg8B6dpWtQq6xNCIfB1eV4NAmi { 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) { #C0zJJL83sL7xibivlvDyfIwzAdfvqEwU { width:20.625rem;height:11.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #QHNT6wqAbgxGTkpo1gHw287KsonEu4AO { 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) { #FJVh4HfWs3kROXN4n4yw9u7ryTSV6ITU { width:25.75rem;height:24.8625rem;top:9.5625rem;left:22rem;font-size:1.0625rem;z-index:15010;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JOHrrVQJWCIpVQPgxgTVd87XPxaGALf4 { width:22.5rem;height:0;top:13.546007156372rem;left:23.023436844349rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QcS8mZuI5wMVQN9938lgQqMwVdJ9x8RQ { display:block; }#QcS8mZuI5wMVQN9938lgQqMwVdJ9x8RQ > .row .container { width:47.75rem;height:9.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d8tbvNUyQ53lHBGgJUHHzDDALtTMep6y { width:47.75rem;height:6.09375rem;top:3.7499980926514rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K32f3gQIwiZBQlf3wOIwIXo9Te27fpgX { display:block; }#K32f3gQIwiZBQlf3wOIwIXo9Te27fpgX > .row .container { width:47.75rem;height:30.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A2uB4tyN3B5Ir9CQteMSgDxv4UUboXXF { width:43.4375rem;height:30.70625rem;top:0.0625rem;left:4.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSmX1sTCLMn1UBgXV7FLTW0hx7MH2NVS { width:43.4375rem;height:40.8rem;top:1.4375rem;left:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #JE1m9l0Ka3Toef4MB8eORmBfoDLMXmhx { display:block; }#JE1m9l0Ka3Toef4MB8eORmBfoDLMXmhx > .row .container { width:47.75rem;height:4.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kykJKxLfOiKPrU5xoQ0mXZWHq1TTKo8o { width:47.75rem;height:4.875rem;top:1.7166137695312E-5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5KMTAIsycImXRlv2R5ryA5MwLM881Rq { display:block; }#v5KMTAIsycImXRlv2R5ryA5MwLM881Rq > .row .container { width:47.75rem;height:19.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TCXLHPIxFCJCkk6fhMd9RgCqfStidTb5 { width:43.4375rem;height:19.86875rem;top:0rem;left:4.3125001788139rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybTOsPT02hz2uecs2ivDT35Cf6Sc83m2 { width:43.4375rem;height:26.4rem;top:1.4375rem;left:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #qJbaocGbtok3ETdhUiThyHSUfAKICwoM { display:block; }#qJbaocGbtok3ETdhUiThyHSUfAKICwoM > .row .container { width:47.75rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #goTaJqWmoMAEik9eT9g5xzf5svc6WLHL { width:47.75rem;height:4.875rem;top:0.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nG5MyNOeWamxahyODRe61pODbQPtE0sp { display:block; }#nG5MyNOeWamxahyODRe61pODbQPtE0sp > .row .container { width:47.75rem;height:32.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cuFo9EeXTf1hAqWEUIPcdqUOnIhl8H1w { width:43.4375rem;height:32.5125rem;top:0.0625rem;left:4.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPx7svebmiRyvt8pJw1Kw5eVrCZawh7x { width:43.4375rem;height:45.6rem;top:1.4375rem;left:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #UsuQu13BaCECTvpt0TUnCVwA4HTTsDTK { display:block; }#UsuQu13BaCECTvpt0TUnCVwA4HTTsDTK > .row .container { width:47.75rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oJgzcuQBQks2nvtJozCPL8PkK7JTiz1P { width:47.75rem;height:4.875rem;top:0.062490463256836rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dc68UOllRP4cnzIL0AXLkvfVz8RsAIoz { display:block; }#dc68UOllRP4cnzIL0AXLkvfVz8RsAIoz > .row .container { width:47.75rem;height:16.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kKT6MNcrQJU1mtuHPwMUaRk0qI6wx60G { width:43.4375rem;height:14.45rem;top:0.0625rem;left:4.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkdAR7GeuWfbp8xQZboqtpFDDBT4BuIo { width:43.4375rem;height:21.6rem;top:1.4375rem;left:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #MwXpdqSIIKTXe5kZRxLb5TSReTWOZ5Fo { display:block; }#MwXpdqSIIKTXe5kZRxLb5TSReTWOZ5Fo > .row .container { width:47.75rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #leDzSq4Wb9mNMapJnqQpCcv57NTfXaqE { width:47.75rem;height:8.125rem;top:3.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ku9ZG1BtkMFzAgF3HNQuWHi4C0HXEqkg { width:40.625rem;height:8.25rem;top:34.559898376465rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqwVbF9rDpseGdcLIi4eqUNKFNRso8uG { width:47.75rem;height:6.09375rem;top:3.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIcRRTssSiQXimVGAhJOUPB68eTg60HN { width:47.75rem;height:8rem;top:3.75rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pAK0kwOfXpS9syPJcmNTAPGaOmUb0pD1 { display:none; }#pAK0kwOfXpS9syPJcmNTAPGaOmUb0pD1 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aCg3o9NkmX8Sbpi42y7p9JlTpsaTSL7b { width:20.625rem;height:11.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #oN8yXdViLcHn94rsgk6gCCPGvOSwL4LC { display:block; }#oN8yXdViLcHn94rsgk6gCCPGvOSwL4LC > .row .container { width:47.75rem;height:12.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ShMHxsAGgIZcAHX8QAi9AlR2f97cWeDq { width:47.75rem;height:6.09375rem;top:3.75rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #klNa9ABJagMH7q8VWxmxQ2UTKWLtdeyw { width:40.625rem;height:8.25rem;top:34.559898376465rem;left:3.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZfKVupATgd6pXEZgEVcsHHeJGBE4XnPC { display:block; }#ZfKVupATgd6pXEZgEVcsHHeJGBE4XnPC > .row .container { width:47.75rem;height:55.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H41ZHw14SHaxhQ0E8TfZf7sNS1vKRIUK { width:47.75rem;height:8.4rem;top:2.1250114440918rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aKNmeC9QFFH63o5O9uKXANTi5yHmzD0c { width:47.75rem;height:11.2rem;top:2.1250114440918rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fHuTXEXp8Ekc06bopkL5fPfptKQQubhB { width:47.75rem;height:8.4rem;top:2.1250114440918rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Er41Lsasu2ZsgZbgmWz8Atgx45yT6pXQ { width:47.75rem;height:9.8rem;top:2.1250114440918rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LhfdRbwuXAR9fyKUKkzMbzN88aIuFa13 { width:47.75rem;height:8.4rem;top:2.1250114440918rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iaKLPFvb7TN7rqIQ8uiHNF1k0uBzdGxg { width:6.25rem;height:2.925rem;top:18.262501239777rem;left:0rem;font-size:1.125rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #Z6oVNGeSwehlUDAAdUy4p0h35CAotpsn { width:25rem;height:5.5rem;top:5.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnyFpioDfFAGBQBE9ozw9ZSmTCuhkOnL { width:28.75rem;height:4.8125rem;top:12.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #suLIxR90e2nTDZnW1fO77w0GyTHJIU7d { width:2.5rem;height:2.5rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEmZS6nGVBzm3dasBQiLwlWgEa03KLE8 { width:25rem;height:3.625rem;top:5.5rem;left:22.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSvsfSnfbKJt51WQZqoJnlTl411VG6Bg { width:28.75rem;height:4.8125rem;top:9.9375rem;left:19rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8kD7sq9GEp7HxVXKIlJvwq6uAlvGg0W { width:20.6875rem;height:3.6875rem;top:21.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ms449frpBmd14GG87oqxEcFih3Hgsx8R { width:21.9375rem;height:9.6875rem;top:25.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ur3PJFDnTW1QuD1CSzFpxOoBoAAANmtp { width:25rem;height:1.8125rem;top:21.3125rem;left:22.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTqgTTEGreDd9UIVr7EJHMnFD4idlntd { width:25.125rem;height:6.5rem;top:23.8125rem;left:19rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVpicrXLvFPohXb2wzUS5UOCpiSdO2mR { width:2.5rem;height:2.5rem;top:21.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDwxODbAFMSnTcGRdPmg1sXUQmuABi2E { width:2.5rem;height:2.5rem;top:5.25rem;left:24.755051612854rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkZnDDsO6Xclnf8ulTilJxxKEw7v6hZM { width:2.5rem;height:2.5rem;top:21.3125rem;left:24.753903388977rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6URSbX5SrTqnfbUtuH8N8RLn63dqpxA { width:25rem;height:1.8125rem;top:39.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzCC7a0TKMXViETLHIv5n2ySbOXMwae7 { width:25rem;height:8.0625rem;top:41.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJwDxRDiLUQNAAANOnqTwhCQM2i2FMMw { width:25rem;height:1.8125rem;top:39.1875rem;left:22.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T97MpaHz6crkAC26LFvqLNJegG6JeoLB { width:28.75rem;height:9.6875rem;top:41.6875rem;left:19rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9HtNbBTHwRM1xv9bTWqeM0bkeopPOlm { width:2.5rem;height:2.5rem;top:39.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbDT4B3BReGXq72C8pIZZMsVuKCoJHVP { width:2.5rem;height:2.5rem;top:39.125rem;left:24.7527551651rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxCSJUQRumwsIwcI9t9WxKDFZHqF8N5d { width:25rem;height:5.5rem;top:5.5625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QRgThd4rRokTNFolJeaCkmg6Npv6cZ8S { width:47.75rem;height:8.4rem;top:2.1250114440918rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cwAw2TutbJIu4IyN0RXu2MnQ3kxcZf6d { display:block; }#cwAw2TutbJIu4IyN0RXu2MnQ3kxcZf6d > .row .container { width:47.75rem;height:41.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yxxfGkFWhdfB5GxgUbOB1u24e8wpAFTm { width:43.75rem;height:28.4375rem;top:13.246276855469rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdVfaasBoh8kGxWRA86nZw3wnHd57UWu { width:18.75rem;height:3.375rem;top:3.6234378814698rem;left:14.498436748981rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8lWb8rw0adbLbx1toKfSXJN1DGrFXPM { display:block; }
 }@media only screen and (max-width: 763px) { #UDVwNl7cRa0Xil1PMWbfAFQCyOO3FRh4 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8a7ffc1b-8035-4d33-a206-81888f93e851/Zdjciegwnenastronzapisufale2.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#UDVwNl7cRa0Xil1PMWbfAFQCyOO3FRh4.adaptive-delivery-prevent-bg, #UDVwNl7cRa0Xil1PMWbfAFQCyOO3FRh4.lazyload, #UDVwNl7cRa0Xil1PMWbfAFQCyOO3FRh4.lazyloading { background-image: none; }#UDVwNl7cRa0Xil1PMWbfAFQCyOO3FRh4 > .row .container { background-color: transparent; background-image: none; }#UDVwNl7cRa0Xil1PMWbfAFQCyOO3FRh4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDVwNl7cRa0Xil1PMWbfAFQCyOO3FRh4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDVwNl7cRa0Xil1PMWbfAFQCyOO3FRh4 > .row .container > .video-iframe-container { display: none; }#UDVwNl7cRa0Xil1PMWbfAFQCyOO3FRh4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDVwNl7cRa0Xil1PMWbfAFQCyOO3FRh4 > .row > .video-iframe-container { display: none; }#UDVwNl7cRa0Xil1PMWbfAFQCyOO3FRh4 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDVwNl7cRa0Xil1PMWbfAFQCyOO3FRh4 > .row .container { width:47.75rem;height:28.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oKt3K6bdVXRREs0ITUpnggSHAnQyJTSX { width:22.1875rem;height:4rem;top:3.125rem;left:20.937500357628rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtTTpTORqxWktRGeIPJnArgOeAQmEf5z { width:25.625rem;height:25.33333375rem;top:7.1875rem;left:20.937500357628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZ2RQEXlcM6khAK6TPze7s4X28udCG0s { width:20.625rem;height:11.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZJXuRSqeUUNyKfuwquyS9kDnSJzmo7sf { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b4dccf42-8516-4fb9-bf40-7bc8805aa326/KluczedobalansowaniaVaty.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ZJXuRSqeUUNyKfuwquyS9kDnSJzmo7sf.adaptive-delivery-prevent-bg, #ZJXuRSqeUUNyKfuwquyS9kDnSJzmo7sf.lazyload, #ZJXuRSqeUUNyKfuwquyS9kDnSJzmo7sf.lazyloading { background-image: none; }#ZJXuRSqeUUNyKfuwquyS9kDnSJzmo7sf > .row .container { background-color: transparent; background-image: none; }#ZJXuRSqeUUNyKfuwquyS9kDnSJzmo7sf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJXuRSqeUUNyKfuwquyS9kDnSJzmo7sf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJXuRSqeUUNyKfuwquyS9kDnSJzmo7sf > .row .container > .video-iframe-container { display: none; }#ZJXuRSqeUUNyKfuwquyS9kDnSJzmo7sf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJXuRSqeUUNyKfuwquyS9kDnSJzmo7sf > .row > .video-iframe-container { display: none; }#ZJXuRSqeUUNyKfuwquyS9kDnSJzmo7sf > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJXuRSqeUUNyKfuwquyS9kDnSJzmo7sf > .row .container { width:47.75rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VqOWTJmDUyuNy8hmWOhwb0d6ozvAxkwq { width:25.625rem;height:23.750000125rem;top:7.1875rem;left:20.937500357628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRfMREU5sXHTuzalE2s17I7MQleBGbTO { width:20.625rem;height:11.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #k2Nm4XoqFAJuQIgVLqAm7gmhxV4SvLoh { display:block; }#k2Nm4XoqFAJuQIgVLqAm7gmhxV4SvLoh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lKe3Al4xlO9Aam709szHtZMeOV3LqRss { top:10.268749713898rem;left:8.2500003576281rem;width:31.25rem;height:3.58333325rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPhGr95yOBNIDOvWQz92lhmduUtg3Xbc { width:16.25rem;height:16.25rem;top:10.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #waTCS1wWz92ctl3ie7BPhl1AOZRgAZln { width:16.25rem;height:16.25rem;top:10.5625rem;left:5.7488489151001rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtXfGzmITwJ751Royb6t0XVOByWVArks { width:16.25rem;height:16.25rem;top:10.5625rem;left:25.432904243469rem;display:block; }
 }@media only screen and (max-width: 763px) { #crxyyClTzU1zKewvLTSSNOXheUnt7p9v { width:16.25rem;height:16.25rem;top:10.5625rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVyoUnbAqWIT6AmT3Pn1o6DbqCi7uvv3 { width:13.25rem;height:5.25rem;top:11.875rem;left:0rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlEat8DxMTsMucQqiND2nm8uMTGekf2S { width:15.5rem;height:2.9375rem;top:19rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRzfM54mf8FqF8573Q8tKqRKhB9WM8La { width:12.5rem;height:5.1875rem;top:11.875rem;left:7.625rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #itplh0LBbtSB1NeDhDTRRJmhF29JO309 { width:15.5rem;height:4.375rem;top:17.5rem;left:6.0900735855103rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9zrpkghihOk4kGV8U50WOIdeOaph9Ft { width:3.125rem;height:5.1875rem;top:11.875rem;left:33.9375rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPCMG4S3NNKnTfHmycetpGuUsemXhRHq { width:15.5rem;height:5.875rem;top:17.5rem;left:25.775273323059rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7kPyxCNIK6r7KHwxayLSUbvbiVg5uVt { width:7.6875rem;height:3.1875rem;top:12.8125rem;left:26.252064704895rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSC3sFrLsIh2Tk9BH2Z7gbTf41FmRFqc { width:3.4375rem;height:3.1875rem;top:12.8125rem;left:37.114888191223rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zknWiiNQSHPGtnrDiTc4OdmsOouiqIwk { width:5.4375rem;height:5.1875rem;top:11.875rem;left:42.3125rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqpvJDlmX4FepM4WnBflB56aQnZZgGkA { width:2.3125rem;height:3.1875rem;top:12.5625rem;left:45.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxzHvls4Xcut5PAviqaHNEHA3QsAhBTe { width:15.5rem;height:7.3125rem;top:17.3125rem;left:32.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0nEJV0Fn9og6I0wTaIBDCwt9ve94Wqu { display:block; }#A0nEJV0Fn9og6I0wTaIBDCwt9ve94Wqu > .row .container { width:47.75rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PtEmhsLhT2zbTtFTyyiTyElcLR4T9kC3 { width:17.5rem;height:2rem;top:2.6458740234375rem;left:15.125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IBM7qXK4RXDQ0SZQNrCzGPps2TPKUvTF { width:9.375rem;height:3.5rem;top:8.6875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1RJEpPwOVf5q0BUd0kTek7e5mog5WqV { width:9.375rem;height:9.375rem;top:5.75rem;left:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iG09xJkcTTXGhEnOTtTNakTy06ONedAD { width:9.375rem;height:9.375rem;top:5.75rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEz7xsWtRdU5ExJA3obJPlEqonRmSZ1b { width:9.375rem;height:9.375rem;top:5.75rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvUDvl2TUs0zG0MvZTxdWQR1lyJS8vZG { width:9.375rem;height:9.375rem;top:5.75rem;left:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8KNV8GHXQ88oPht4QDUqzJAdXzkSkKq { display:block; }#J8KNV8GHXQ88oPht4QDUqzJAdXzkSkKq > .row .container { width:47.75rem;height:7.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kp5nf5C4yFFEVIN5l8pDAoBMgF30Vv1Z { width:47.75rem;height:2.4375rem;top:2.5928812026977rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8sALwQtHbPCVH7rBD3z8xStAAfAGOW2 { width:40.625rem;height:8.25rem;top:34.559898376465rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8lbvVIQb0szWC1QR46WCihLLGRPkMUN { width:47.75rem;height:6.09375rem;top:3.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uasvIJONV4IVV87USkNSfbOnaBrdwSWg { display:block; }#uasvIJONV4IVV87USkNSfbOnaBrdwSWg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dei1CWHzt6NokLnSRtTnKETrrVmi615b { width:40.625rem;height:8.25rem;top:34.559898376465rem;left:3.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #d3ykIH5XTBJiB9CRvlcTd8e3mW1K4lm8 { width:47.75rem;height:6.09375rem;top:3.75rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WHSwSwxTgmxINW0am3moO7gcEaFv1QDx { display:block; }#WHSwSwxTgmxINW0am3moO7gcEaFv1QDx > .row .container { width:47.75rem;height:23.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mB7TTIKbaK2NtgilG24p3JTar3t9XHdM { width:13.1875rem;height:1.625rem;top:3.875rem;left:23.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w95PXu4evBzrmDgtUbZTCy71PvM46i2o { width:16.0625rem;height:1.625rem;top:6.6875rem;left:23.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCcrvh046uNHZ0EHDOftC9QGSRm2owXp { width:23.625rem;height:5.85rem;top:17.625rem;left:23.5625rem;font-size:1.125rem;display:block; }#gCcrvh046uNHZ0EHDOftC9QGSRm2owXp li:before{  }
 }@media only screen and (max-width: 763px) { #zuipq4TJRHyloTLm2Z3QsEUC6TF2ZfAc { width:14.375rem;height:3.25rem;top:11.9375rem;left:23.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ne1AQ8aWsl2WdagEQZMWyo1yJo8aLqoZ { width:21.375rem;height:14.875rem;top:1.8125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vz7vvxkVnLvntxMgqQUT7ITgSwHF2Utx { display:block; }#vz7vvxkVnLvntxMgqQUT7ITgSwHF2Utx > .row .container { width:47.75rem;height:59.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MMT7JJDFcS0SW7ZFbc6592qpvilfPvb3 { width:13.1875rem;height:1.625rem;top:6.3125rem;left:24.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaESGqTcHywR9P0nCorgCXLrSUm1H8U4 { width:16.0625rem;height:1.625rem;top:9.125rem;left:24.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTrzUN01Ncto6Kf0TUlOUBRgwo4EgvBM { width:23.625rem;height:9.4rem;top:19.25rem;left:24.0625rem;font-size:1.125rem;display:block; }#yTrzUN01Ncto6Kf0TUlOUBRgwo4EgvBM li:before{  }
 }@media only screen and (max-width: 763px) { #DS5WgzlaB9xgzrIdfIwGtZ7l4ulwtMxG { width:14.375rem;height:3.25rem;top:13.5rem;left:24.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1Ccl8467OJ8raDU1qXZgJqgv3DsPG15 { width:22.5625rem;height:3.25rem;top:31.5rem;left:24.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQstSTvhqxdFBTTOeMTNQWzOiH0HGREu { width:22.4375rem;height:14.4125rem;top:36.4375rem;left:24.3125rem;font-size:1.125rem;display:block; }#zQstSTvhqxdFBTTOeMTNQWzOiH0HGREu li:before{  }
 }@media only screen and (max-width: 763px) { #OAbv2aK9Do5kp633BuSNSvpMgLbbBozh { width:21.375rem;height:14.875rem;top:4.5555458068847rem;left:0.93663197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMIVTwnncvgf2KZWokeLrSdOIgS25Smf { width:19.9375rem;height:36.25rem;top:21.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sN5M299JrLGL8ZO2Cne88o2zcMxglZMl { width:9.375rem;height:9.375rem;top:24.4375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTF1Uh2cdUgctVp3PtGkxOaZfnxZF7Ac { width:17.3125rem;height:7.3125rem;top:36.875rem;left:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7zzQXErTHxw7N6ELXU082J4hyn9GFmq { width:16.375rem;height:1.4625rem;top:45.625rem;left:2.1250001192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfd6v6zUuX5eGOIH5h1F700eJTmtLr4k { width:23.625rem;height:9.4rem;top:24.095485448838rem;left:23.656249344349rem;font-size:1.125rem;display:none; }#nfd6v6zUuX5eGOIH5h1F700eJTmtLr4k li:before{  }
 }@media only screen and (max-width: 763px) { #ioBXS6MgtQTkyZz3iOPiKA9dn4n53E54 { display:block; }#ioBXS6MgtQTkyZz3iOPiKA9dn4n53E54 > .row .container { width:47.75rem;height:59.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dSMk277nmdPwZllkghebG33ElQ7gxndv { width:13.1875rem;height:1.625rem;top:6.5rem;left:24.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBi9nsmaNVSLN9XZeADlnNpEngw5bswI { width:16.0625rem;height:3.25rem;top:9.3125rem;left:24.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIQImLZXBnKdTrHXpF7RDK86DJblPSJs { width:22.3125rem;height:9.4rem;top:20.25rem;left:24.0625rem;font-size:1.125rem;display:block; }#CIQImLZXBnKdTrHXpF7RDK86DJblPSJs li:before{  }
 }@media only screen and (max-width: 763px) { #TML1RODyM1zyTDHAWSiR7nHV13KhhC9C { width:14.375rem;height:3.25rem;top:14.5625rem;left:24.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXeAZH6AGiKWxTsakPIEbgQOZEU4QqHd { width:22.5625rem;height:3.25rem;top:32.9375rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dATKHIPULvTTXaTNL6r6glH62wPEOD8L { width:24.1875rem;height:15.875rem;top:37.875rem;left:23.5625rem;font-size:1.125rem;display:block; }#dATKHIPULvTTXaTNL6r6glH62wPEOD8L li:before{  }
 }@media only screen and (max-width: 763px) { #dVix9mTPWX6dvMhfTsdh51w1NZsx7Vzm { width:21.375rem;height:14.875rem;top:4.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #snLPpEKZE0bl8GZMzvHOd1hxSUivcKKT { width:19.9375rem;height:36.25rem;top:21.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AID9tSNr9TTZZ67iNIb7x7bSxsdrs9kI { width:9.375rem;height:9.375rem;top:24.4375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXL8VGf2hesTyfBiQ2qTg5TbTtEvOTdb { width:17.3125rem;height:11.7rem;top:36.875rem;left:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSJWgRXA0LJoDRKhh79lHxt0hz4P1akI { width:16.375rem;height:4.3875rem;top:50.829683303833rem;left:2.1250001192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwo5tnOOrzz93etTbtlknAeiX6aEZcD9 { display:block; }#vwo5tnOOrzz93etTbtlknAeiX6aEZcD9 > .row .container { width:47.75rem;height:52.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pZl4ooazGaO3BgikzTNANTdULgT71lLv { width:13.1875rem;height:1.625rem;top:4.8125rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHXZEaTb8mZtCBbIUubR3HJkQyMsEvwp { width:16.0625rem;height:3.25rem;top:7.625rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbWyLq0vFolWnJDTVJ4s5hvGXVMm7UQC { width:23.625rem;height:6.475rem;top:17.75rem;left:23.6875rem;font-size:1.125rem;display:block; }#pbWyLq0vFolWnJDTVJ4s5hvGXVMm7UQC li:before{  }
 }@media only screen and (max-width: 763px) { #N2PvvEr3ka2enswTsKz2F0XXfMWxUvCK { width:14.375rem;height:3.25rem;top:12rem;left:23.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HidsH6XAabq511rn5NUX12a577DJvVfE { width:22.5625rem;height:3.25rem;top:32.75rem;left:24.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOE1bJ1fEnykkTyVqrydc5oVhdsCLJc9 { width:24.1875rem;height:8.5625rem;top:39.875rem;left:23.5625rem;font-size:1.125rem;display:block; }#ZOE1bJ1fEnykkTyVqrydc5oVhdsCLJc9 li:before{  }
 }@media only screen and (max-width: 763px) { #Gn3eyqSBvZRGsA44TBeefdLERG0NqC4K { width:19.9375rem;height:28.75rem;top:21.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLSJEpnVaXHTnrVV0FRXXJKAofD2wH0T { width:9.375rem;height:9.375rem;top:24.4375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4JpVxztCnUk5GgfLfteMfdmV5LBWrcO { width:17.3125rem;height:5.85rem;top:36.875rem;left:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4D6sSTgBxaUEAhR9Dx6X8JQMQy0wPn3 { width:16.375rem;height:1.4625rem;top:44.750028610229rem;left:2.1250000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aX2JNJ624TX4hrx5T074TUJy4uCHpfpV { width:24.1875rem;height:1.4625rem;top:37.6875rem;left:23.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3daw1hVOlvgIfJpV3cQG5cluB4ToIwM { width:21.375rem;height:14.875rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSZUUzMrOIvXFZLLF1wG411o8V7bpZWg { display:block; }#RSZUUzMrOIvXFZLLF1wG411o8V7bpZWg > .row .container { width:47.75rem;height:59.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DzklBoAEw9v1FzUNJRmxiwUPIcC1uqqq { width:13.1875rem;height:1.625rem;top:6.4375rem;left:24.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBQK7mPPVCScnKD1a98eJAfhbUf412wX { width:16.0625rem;height:3.25rem;top:9.25rem;left:24.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJIvE48xFh7pMcZr6VLQSXHW3UwaE2ds { width:23.625rem;height:5.0125rem;top:20.1875rem;left:24.0625rem;font-size:1.125rem;display:block; }#IJIvE48xFh7pMcZr6VLQSXHW3UwaE2ds li:before{  }
 }@media only screen and (max-width: 763px) { #fEQ809v2qiB9J3knCVBQhnJyoNTN1D1P { width:22.5625rem;height:3.25rem;top:31.1875rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEuyQRebFZBplLieR1pVGd9xeuxLid4H { width:24.1875rem;height:6.475rem;top:36.125rem;left:23.5625rem;font-size:1.125rem;display:block; }#vEuyQRebFZBplLieR1pVGd9xeuxLid4H li:before{  }
 }@media only screen and (max-width: 763px) { #Nt7hwfATEqKU2XmFs6q0NIfwbRyAqnBD { width:21.375rem;height:14.875rem;top:4.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Unav91sDzJ6leUJxEMTf0wNferpDQAfO { width:19.9375rem;height:36.25rem;top:21.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NktaDInDw1TfsAsvyKfohAkwrlunPoDS { width:9.375rem;height:9.375rem;top:24.4375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXRESduuyZWrFlWOvArlbr0Zf6TxS3oe { width:17.3125rem;height:13.1625rem;top:36.875rem;left:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKZMX9QZaTs992lKsNM4t9f0l85ICFPJ { width:16.375rem;height:1.4625rem;top:51.350004196167rem;left:2.1250001192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9qCpHOoXfb06CJ4os33bwLPlCeGTbD9 { width:14.375rem;height:3.25rem;top:14.5rem;left:24.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8m1IgtLVIdDvDXrqfpninvnvtL2LKg8 { width:17.3125rem;height:13.1625rem;top:36.875rem;left:2.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oM2AkTA2z9WBfDS2v32H5aanAWBAgvGO { display:block; }#oM2AkTA2z9WBfDS2v32H5aanAWBAgvGO > .row .container { width:47.75rem;height:54.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ohPwRewKVT6nOyeveMtpi2AIJvpJ41gI { width:13.1875rem;height:1.625rem;top:5.1875rem;left:24.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdBpCwPeykDBVoG6dU9D3uxoocnyQpQu { width:16.0625rem;height:1.625rem;top:8rem;left:24.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBt3zTsZh17vXPnWs1ttQZ1pyC2WSf5D { width:23.625rem;height:7.9375rem;top:18.125rem;left:24.0625rem;font-size:1.125rem;display:block; }#bBt3zTsZh17vXPnWs1ttQZ1pyC2WSf5D li:before{  }
 }@media only screen and (max-width: 763px) { #CGSia5JdZM2HwZFBc8pkePhvVohHaLwB { width:14.375rem;height:3.25rem;top:12.375rem;left:24.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUieLs9u64IdgWHh3xni7bv5vcryex8E { width:22.5625rem;height:3.25rem;top:31.3125rem;left:24.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAgv3qyAPFmDsgtAST8lOhS2uf1LxMZ4 { width:24.1875rem;height:9.4rem;top:36.25rem;left:23.5625rem;font-size:1.125rem;display:block; }#CAgv3qyAPFmDsgtAST8lOhS2uf1LxMZ4 li:before{  }
 }@media only screen and (max-width: 763px) { #HRhLRKbogz1IN5EuhMkh36MBZtEseGgW { width:21.375rem;height:14.875rem;top:4.5555458068847rem;left:0.93663197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgB3H7OeJyxfrKcis6UeMKBFHKylPTEN { width:19.9375rem;height:30.6875rem;top:21.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #diuox895MkeEN8k0SQk5ZpAMgybPMfTd { width:9.375rem;height:9.375rem;top:24.4375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0UUP8WGQbNAEJ3Ny7prFSo6OqT48CTH { width:17.3125rem;height:10.2375rem;top:36.875rem;left:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t35iM7DuLObt7mSzd8efIXZs5Wse0ONn { width:16.375rem;height:1.4625rem;top:48.001550674439rem;left:2.1250001192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTS8ItPweLRdEkU3iOUlDgl0T5zsXC4e { width:18.75rem;height:3.375rem;top:3.6234378814698rem;left:14.498436748981rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0oELNxT6JV2JEUBgsuFPykVuPrf9bD1 { display:block; }
 }@media only screen and (max-width: 763px) { #ytqWILcW1BrrzDAtzwLBPhvyfLVRDsV6 { display:block; }#ytqWILcW1BrrzDAtzwLBPhvyfLVRDsV6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GNsP3DclQ2voM1Q91ubEfPSITaeviOTq { width:12.5rem;height:;top:5.375rem;left:16.170495033264rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyT2NN5wDhmLvo5C2RyavLyLEAEi1RX1 { width:40.625rem;height:8.25rem;top:34.559898376465rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1M35z70OO5qhxHEXkQWypgqlTDcGvKo { width:47.1875rem;height:3.5625rem;top:7.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nF79n0ohQyp719CF8RGCwx3ys3IWRQwS { display:block; }#nF79n0ohQyp719CF8RGCwx3ys3IWRQwS > .row .container { width:47.75rem;height:58.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZAsrFGBOo0fd2wfrtz9r70dZ4HEfbZOk { width:13.1875rem;height:1.625rem;top:4.6875rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTEafKsChvzPAtmZJPURcDLyV7WTuELU { width:16.0625rem;height:3.25rem;top:7.5rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wn9fTaS8RLfQB0IQddEfVgsFpG1sePV7 { width:23.625rem;height:9.0875rem;top:18.4375rem;left:23.625rem;font-size:1.125rem;display:block; }#wn9fTaS8RLfQB0IQddEfVgsFpG1sePV7 li:before{  }
 }@media only screen and (max-width: 763px) { #r8RkArh3azr9Hl32q9A9M8tG0hp3tVJF { width:22.5625rem;height:3.25rem;top:30.875rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOcFc8OltoyIwn8LSNl4zTe9B7uNLgbo { width:24.1875rem;height:16.8125rem;top:37.25rem;left:23.5625rem;font-size:1.125rem;display:block; }#tOcFc8OltoyIwn8LSNl4zTe9B7uNLgbo li:before{  }
 }@media only screen and (max-width: 763px) { #GXtslN7xTQga5xytBxS9lwz63WTGgV3T { width:19.9375rem;height:34.5rem;top:21.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkxLRPf0gbJ6tLZvBdv9MxaU89KT5Afh { width:9.375rem;height:9.375rem;top:24.4375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWvDQ70uqlu2BOTSHzK5PK8eQrQWA8JF { width:17.3125rem;height:10.2375rem;top:36.875rem;left:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpgONyRzZU50ELHRuogCr51xgaPmKlMJ { width:16.375rem;height:2.925rem;top:49.954689979553rem;left:2.1250001192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnOT11XR19IeRFqytTcU1MLUdT5ikJpl { width:14.375rem;height:3.25rem;top:12.75rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQbVbCh9TFS4FphbP1e0xKcLrDfV8KBX { width:24.1875rem;height:1.4625rem;top:35.75rem;left:23.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqHgEBBZ5an0mMBCJh3aFy5rV5HHWGhT { width:21.375rem;height:14.875rem;top:2.458251953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #brqqKFsSDM6pbohFqsS7kyILqwMmB7QX { width:47.75rem;height:6.09375rem;top:3.75rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EHpBisUsXo3ETTU4mOF8XU7PGin19Mb0 { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #EocCQDDwVx3Cclrf05VPmrLCyy8fqhTf { display:block; }#EocCQDDwVx3Cclrf05VPmrLCyy8fqhTf > .row .container { width:47.75rem;height:9rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RpddNOz2GqxMbcQLIyXC9iaATsRFrNPy { width:19.9375rem;height:6.0625rem;top:3.4375rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rq3TxEiQ5iTpKq7V1yAvob6bTrPTXHUz { width:47.75rem;height:6.09375rem;top:3.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpG2y1wszvNqmiukIVqxQHsI3DblSidx { width:35.9375rem;height:3.4375rem;top:33.540625035763rem;left:5.9062498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #U20xGW3erUmhBF2FzI0vTagzag7PXxsx { display:block; }
 }@media only screen and (max-width: 763px) { #KyUdWr2h0xZQRFptUqNTuPloLt2FPRqG { display:block; }#KyUdWr2h0xZQRFptUqNTuPloLt2FPRqG > .row .container { width:47.75rem;height:57.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OMmPVA3X6PZMDdMCtRRb91vw8LcBekw2 { width:31.1875rem;height:16.1875rem;top:20.5625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lua29ClktaarTnGxUO3RItQ1HuCvcu1H { width:6.1875rem;height:13rem;top:0.5rem;left:3.1875rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmIhnF5cnmxgSBEPOg9pJDTD0uLIrelh { width:46.1875rem;height:48.125rem;top:7.125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5OLVFlPS1XEXoWdqi3v7NMvBT9K6hSf { width:47.75rem;height:41.4375rem;top:12.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbeUZ7F4yhIQ6lSJStRbrBTTlWgesoEO { width:47.75rem;height:41.4375rem;top:12.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiemCuJudEa9ZKxPttfV08vzUD9cwyOx { display:block; }#XiemCuJudEa9ZKxPttfV08vzUD9cwyOx > .row .container { width:47.75rem;height:57.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hkg6D19DOf6vqpIZeIKHy6Tc9xmBpTUC { width:31.1875rem;height:16.1875rem;top:20.5625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XWlLVB0I8fusM6XEe3DfEnTmPL1oupqd { width:6.1875rem;height:13rem;top:0.5rem;left:3.1875rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBRpME0lTS2Vqw5g9bbUWEqdMlhp6kVA { width:46.1875rem;height:48.125rem;top:7.125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d47oxoMuLClRtGnSbfdqhvr4I8Xx5B9l { width:47.75rem;height:41.4375rem;top:12.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOM5uuMkePda8EOaQ3pmLNzWyPf897Dn { width:47.75rem;height:44.46660625rem;top:14.4375rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OKTb4t8OMArLmtyH7LTwTk1JT1w1TTa4 { display:block; }#OKTb4t8OMArLmtyH7LTwTk1JT1w1TTa4 > .row .container { width:47.75rem;height:38.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bsdbRuZoK11COy5cVdicOfpAvAwmH9vA { width:46.0625rem;height:30.625rem;top:7.5rem;left:0.68125003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRIiKstTOR8An2QHKDH34vQDk1R9yfZR { width:6.1875rem;height:13rem;top:0.0625rem;left:3.1812502741814rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zhgy5lbhSFJvVKril06p7noa4Wz8BfpS { width:47.75rem;height:27.09375rem;top:11.874992370606rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShnGx91OXAJSyBbXP5WPq678dUZOxAuy { width:47.75rem;height:26.06663125rem;top:11.874992370606rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #p4W1TaO0xGWEhIcIGWSDENsDhT5QBeFM { display:block; }#p4W1TaO0xGWEhIcIGWSDENsDhT5QBeFM > .row .container { width:47.75rem;height:52.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D3Q0i7Tz5dD2pUDZRelqeC1a2lFOTwLP { width:46.0625rem;height:45rem;top:7.7918701171875rem;left:0.7604167461395rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnvGAmTIvzRb5PuDHscUtIMDMvhAABVn { width:6.1875rem;height:13rem;top:0.0625rem;left:3.1812502741814rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRFTNskoupC3RoMWbHarhcmkkI4uiShI { width:47.75rem;height:41.4375rem;top:13.062484741211rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMuQ8sJFgIIArc4gHNqwQaTp2FPZsCkV { width:47.75rem;height:39.8666125rem;top:13.062484741211rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mUoToOxG9QG2XZqqK2ovtg8q5iW88bXg { width:18.75rem;height:3.375rem;top:3.6234378814698rem;left:14.498436748981rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDdGOKmQegbrpXDaqw1fDeLPOrDqC497 { display:block; }
 }@media only screen and (max-width: 763px) { #fpKrLNSxyG2dwx9wv9lT6vyghiefcxJQ { display:block; }#fpKrLNSxyG2dwx9wv9lT6vyghiefcxJQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mpvJVvQbQ84rrrlPyFXOqSDOE4uWxK4F { width:40.625rem;height:8.25rem;top:34.559898376465rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S47Tg1iyrrHIG2FZCf62hGmKTf11ya3y { width:47.75rem;height:2.4375rem;top:2.5928812026977rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0nFLWb8x9VSPS14NB1JgCWmR58pgc1s { display:block; }#r0nFLWb8x9VSPS14NB1JgCWmR58pgc1s > .row .container { width:47.75rem;height:7.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sHeoLl2OpgFkUbth3EFUMkPtaBF6Di0i { display:block; }#sHeoLl2OpgFkUbth3EFUMkPtaBF6Di0i > .row .container { width:47.75rem;height:13.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iiFORTifGWldxWwvR7vTOzW3KuWMVEoV { width:13.75rem;height:1.3rem;top:2.4375rem;left:27.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qkg5hEZIXWAJEZtvNG6X6o4Tgn9ex5um { width:16.375rem;height:6.5rem;top:4.5625rem;left:27.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMHyrrUFugoyw9glyd73wTGrgLEK4zxa { width:4.375rem;height:4.375rem;top:3.7375011444092rem;left:20.298437476158rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdrKuzwPGnVKKhXOKCuNCh5fS3pE5lpT { width:20.6875rem;height:13.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibJ1NfwOdzx83K8Cc5Qv1iKCQvgXQkKg { width:47.75rem;height:27.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0MGCPUApEtFWzEdWX8IsrK1HIBixZMy { display:block; }#a0MGCPUApEtFWzEdWX8IsrK1HIBixZMy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #byDBdA2ds0EXn8TLoUAxZOqEmEZR0XiO { display:block; }#byDBdA2ds0EXn8TLoUAxZOqEmEZR0XiO > .row .container { width:47.75rem;height:13.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OVz34wEJTBmKNNR5ubkLFJQttTA4TnmD { width:15.375rem;height:1.3rem;top:3.0625rem;left:3.9999998807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7okIg09JD3S8dM4krlkLyP2OyfmQVRs { width:13.75rem;height:5.2rem;top:6.4375610351562rem;left:3.9999998807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSZ3OMN9e4MRtR0Blen7w6Op0pOKn8bv { width:22.5625rem;height:13.5rem;top:0rem;left:24.999131500721rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBn0SsRhxgVDUn9NuKZ7T1Wp0WxJXRbe { width:4.375rem;height:4.375rem;top:4.5625rem;left:22.840626120567rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlsqyuNqJtrdMtSsev72Wubb539Z9NAN { width:13.75rem;height:5.2rem;top:6.4375610351562rem;left:3.9999998807907rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ix1bS1dhzqWPU5pOO8zn6MzWbphZ2bdM { display:block; }#Ix1bS1dhzqWPU5pOO8zn6MzWbphZ2bdM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m05SSLmltm1UBll1eGvFW8p7MTgUmy4u { display:block; }#m05SSLmltm1UBll1eGvFW8p7MTgUmy4u > .row .container { width:47.75rem;height:13.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fXqTyvaLkrPAux7IyiV74bqKmZcGgHmb { width:13.75rem;height:2.6rem;top:1rem;left:26.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mG1ltn4hmJb412MvSGRW05hOUTwdp07p { width:22.5rem;height:13.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbIrlU2pw1PXtrAkTfD0uD7XEoW5Jwl1 { width:17.5rem;height:7.8rem;top:4.6875rem;left:26.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #APMuLDkgAS80oCwAfVlQVRJDy1bHcpkg { width:4.375rem;height:4.375rem;top:4.9125003814697rem;left:20.312500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVeh5R8ZTyCicvCWKR3MT5evc8d4Q2EP { display:block; }#JVeh5R8ZTyCicvCWKR3MT5evc8d4Q2EP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QmPEFNRsn7wKfen2XkX3LZbUETMthI14 { display:block; }#QmPEFNRsn7wKfen2XkX3LZbUETMthI14 > .row .container { width:47.75rem;height:13.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ur366LfBdee5UzVy2Vdo4z2m3Hl1TPbf { width:13.75rem;height:1.3rem;top:3.0625rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9bmEAO4SlcCdWI8MtpqFlwqfF5M8Nt6 { width:13.75rem;height:2.6rem;top:5.25rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkcgOh8f75E2pTfCMg1AqQbTFMpVdpTC { width:22.6875rem;height:13.5rem;top:0rem;left:24.999131500721rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrPJEbyMIlZv4D5yTeovGFrDz0Rg24NC { width:4.375rem;height:4.375rem;top:4.5625610351562rem;left:22.840626120567rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6ZlOceKCRwUvbVHBc12Nngsm6zF45ei { display:block; }#A6ZlOceKCRwUvbVHBc12Nngsm6zF45ei > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PsR41AVPg3eQEU0SvolaUdoFePSTxHuZ { display:block; }#PsR41AVPg3eQEU0SvolaUdoFePSTxHuZ > .row .container { width:47.75rem;height:13.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S1B7vI62gFTTgBJ652cPLVWgqX9UhlQS { width:13.75rem;height:1.3rem;top:3.3090267181396rem;left:26.447917282581rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #leJNNEuNs1l4TW6zDCalGT7XCTcL9TSw { width:17.5rem;height:3.9rem;top:6.9964733123781rem;left:26.447917282581rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SezLCeJI5H0LASKZwmLVrHEx0F053ViE { width:22.5rem;height:13.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gC5i4U7WwIA3wDALA4eoBcXKesUUZnLL { width:4.375rem;height:4.375rem;top:4.0000610351562rem;left:20.110937476158rem;display:block; }
 }@media only screen and (max-width: 763px) { #ON6TK6kTUBEfh7KdLPLnp8x2EFVD2I4D { width:17.5rem;height:3.9rem;top:6.9964733123781rem;left:26.447917282581rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #MmtAQz9zzpOPlMN33Plc1lgJBMnw4Nzd { display:block; }#MmtAQz9zzpOPlMN33Plc1lgJBMnw4Nzd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TzooQ61CiiUvOspw6QdPGCdhZ64FpqvT { display:block; }#TzooQ61CiiUvOspw6QdPGCdhZ64FpqvT > .row .container { width:47.75rem;height:13.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #es5OyGCg0biWglpWJEo4SPgIPdIrbhlD { width:13.75rem;height:1.3rem;top:3.0625rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4Xd26MCqBzGP1JTXMLcCxULwnQCuVzJ { width:13.75rem;height:5.2rem;top:5.25rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hz5MysRf2XARb8QKh8p8WihNSOuhe8XO { width:22.6875rem;height:13.5rem;top:0rem;left:24.999131500721rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpM6eJ6xFrE56VcTAiTmDLd7NM9rXnL1 { width:4.375rem;height:4.375rem;top:4.5625610351562rem;left:22.937500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #ik9caHF4Z2uytdCo4WE48xa1lKLtc8kX { display:block; }#ik9caHF4Z2uytdCo4WE48xa1lKLtc8kX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HE0BsDc9Af9vbfc96I8W18hR53zFBxEh { display:block; }#HE0BsDc9Af9vbfc96I8W18hR53zFBxEh > .row .container { width:47.75rem;height:13.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CqNXFngIU3oTf0rM1iixUddrTS5J2Eub { width:13.75rem;height:1.3rem;top:2.3125rem;left:26.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtvS2igPaG7QPcteseGkITcC4QS68las { width:22.5rem;height:13.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHsnSWsEBQX4tlTg0Q5Aqu2ButV6bDfN { width:17.5rem;height:3.9rem;top:6rem;left:26.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4OtLboTym7vBHMTm1Fx3rAvl7TySpgn { width:4.375rem;height:4.375rem;top:4.5625543594361rem;left:20.134549438953rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9nmO6z72t22UI4ADNGCukNHANreizJL { display:none; }#W9nmO6z72t22UI4ADNGCukNHANreizJL > .row .container { width:47.75rem;height:13.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZiFwuSPaNnZnthOagy5H1NyRsGQ8L3nH { width:13.75rem;height:1.3rem;top:2.3125rem;left:26.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q32FFqinrbwddBhvU8wKrKVHIK4lNDrg { width:22.5rem;height:13.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaiTQ5zl9FBVMPhf0DlLGxRhwRqNzZ0d { width:17.5rem;height:3.9rem;top:6rem;left:26.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9xgOqfr9HH1Mh3NxHzQcrFiB9OU6TZ5 { width:4.375rem;height:4.375rem;top:4.5625543594361rem;left:20.134549438953rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdSx4npPf05eSyE6dgZITse7OX4uOzg1 { display:block; }#IdSx4npPf05eSyE6dgZITse7OX4uOzg1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NkmhDRvpwuLLzHPTUC6d5VQPcUOgTiQr { display:block; }#NkmhDRvpwuLLzHPTUC6d5VQPcUOgTiQr > .row .container { width:47.75rem;height:13.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FTOXcZZ49x0EDi7rAa5y0AF614TXQSUk { width:13.75rem;height:1.3rem;top:1.5624580383301rem;left:4.1249998807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EF7AO43HyC5t0OMmuCxT1o5JJ5TL8qDL { width:18.625rem;height:9.1rem;top:3.75rem;left:4.1249998807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZmHSHSOmevJJdamKfecJBruOUhaVXWB { width:22.6875rem;height:13.5rem;top:0rem;left:24.999131500721rem;display:block; }
 }@media only screen and (max-width: 763px) { #N40AGN4UgdfO830wyRyOeuC2z8Hah5NR { width:4.375rem;height:4.375rem;top:4.5624580383301rem;left:22.903126120567rem;display:block; }
 }@media only screen and (max-width: 763px) { #KX8oR26xOdSBVvd02xxnoBxSVv5oCAL7 { width:25.75rem;height:3.4375rem;top:21.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfNLuKQBa6f5xvULChOckAp9Dv8Ex8d7 { display:block; }
 }@media only screen and (max-width: 763px) { #HSeav9FdrnDfkpWlFN8fIdCTyxbv9JqT { display:block; }#HSeav9FdrnDfkpWlFN8fIdCTyxbv9JqT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GKhKsF5s0R097WKQEnJrnX1BA0npnzLN { width:43.75rem;height:3.875rem;top:5.625rem;left:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwllwwXtlvokC88MVc7foHooMkFOuBi4 { display:block; }#rwllwwXtlvokC88MVc7foHooMkFOuBi4 > .row .container { width:47.75rem;height:25.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qc4pWHSOfgTXLR1GAepx3b97pvQ4C7Xt { width:23.1875rem;height:1.625rem;top:37.375rem;left:24.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w08JHg9B0aoh60ldUrC1dJGHE3FPBu1i { width:27.3125rem;height:4.9375rem;top:3.625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nm4AelhJgMsVQ2IHxXtTqQTUBSqliA9M { width:23.75rem;height:26.9375rem;top:0rem;left:23.873699188233rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #TaKd1AlOxDQEextw85qsdcixXc85WrvC { width:47.75rem;height:29.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XqrBqVyuz2foBw31qrOXvPKQKF4Br2d5 { width:45.375rem;height:17.5rem;top:10.25rem;left:1.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHvwl8VXrJ6zTfccJHP3bOuEhzQa6E7v { width:18.58463475rem;height:3.18489575rem;top:34.225219726562rem;left:22.114583969116rem;font-size:1.0625rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #viZtE0tmw2GIBAdblmqDzl38h8ubeqBl { display:block; }
 }@media only screen and (max-width: 763px) { #Omvy9xgyDmhOTTCLqGKXS3V7grdn1Qm7 { display:block; }#Omvy9xgyDmhOTTCLqGKXS3V7grdn1Qm7 > .row .container { width:47.75rem;height:19.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mRwMfN6PK5XKoHCs18a6GFh2eDoHKAIb { width:38.6875rem;height:17.3125rem;top:1.875rem;left:6.5625rem;border-top:0.0625rem solid #0d94a6;border-left:0.0625rem solid #0d94a6;border-right:0.0625rem solid #0d94a6;border-bottom:0.0625rem solid #0d94a6;display:block; }
 }@media only screen and (max-width: 763px) { #OwSAOT09ACzhOsgTeAx31mhpexCERoot { width:6.1875rem;height:1.25rem;top:1.83203125rem;left:10.145833969116rem;font-size:6.25rem;color:#0d94a6;display:block; }
 }@media only screen and (max-width: 763px) { #NJFMpKdUBaDPqDmHuvxRMikO53IlKmuw { width:37.5rem;height:12.64375rem;top:12.58349609375rem;left:4.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfaxh43zBbR62ogE2vktR9sOl0taTOem { width:37.5rem;height:12.64375rem;top:12.58349609375rem;left:4.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0TUBGofdfollUHAI02ICuhnyAMcJ2wZ { width:37.5rem;height:12.64375rem;top:12.58349609375rem;left:4.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4gxP34tdf8OlGliQQ5eaTpLSTseO1k0 { width:12.5rem;height:12.5rem;top:0.02099609375rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fv3GoWMBXomhQ4aFg64kzo50HQrbGVl7 { display:block; }#fv3GoWMBXomhQ4aFg64kzo50HQrbGVl7 > .row .container { width:47.75rem;height:19.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bdfm62bZcRETHbPrCBCHI6645V7htTHQ { width:38.6875rem;height:17.3125rem;top:1.875rem;left:6.5625rem;border-top:0.0625rem solid #0d94a6;border-left:0.0625rem solid #0d94a6;border-right:0.0625rem solid #0d94a6;border-bottom:0.0625rem solid #0d94a6;display:block; }
 }@media only screen and (max-width: 763px) { #wThvrrJt5Rqa82vsGILfwxSO7oWK7tCw { width:6.1875rem;height:1.25rem;top:1.83203125rem;left:10.145833969116rem;font-size:6.25rem;color:#0d94a6;display:block; }
 }@media only screen and (max-width: 763px) { #bWQ42QAN0UNo4Qwdu1MKb2sZ2eMZzs6z { width:37.5rem;height:12.64375rem;top:12.58349609375rem;left:4.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOdEiQnO6ndi292z6QsMNOaOJ4Drzd0s { width:12.5rem;height:12.5rem;top:2.625rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieWRpFCHGhu5ANLCnTKi5RSUXS1lAIOO { width:37.5rem;height:12.64375rem;top:15.125rem;left:5.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OInMDE224ktscPvdfrcCeLadrHLIcDJd { display:block; }#OInMDE224ktscPvdfrcCeLadrHLIcDJd > .row .container { width:47.75rem;height:19.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TOuDv8JCQzId5H9n8n99A5UoOJOrlOxN { width:38.6875rem;height:17.3125rem;top:1.875rem;left:6.5625rem;border-top:0.0625rem solid #0d94a6;border-left:0.0625rem solid #0d94a6;border-right:0.0625rem solid #0d94a6;border-bottom:0.0625rem solid #0d94a6;display:block; }
 }@media only screen and (max-width: 763px) { #lEXtRD37lRFibzbQyDv1sohSkH8KTMhL { width:6.1875rem;height:1.25rem;top:1.83203125rem;left:10.145833969116rem;font-size:6.25rem;color:#0d94a6;display:block; }
 }@media only screen and (max-width: 763px) { #CvFueEWPgA6Jm688VWTEPJ8BHEriDRlD { width:37.5rem;height:12.64375rem;top:12.58349609375rem;left:4.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZSQbM9wHflQS8rJJ4hzyITVUp8q7eF1 { width:37.5rem;height:18.0625rem;top:5.2318115234375rem;left:5.125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqiZXdHtcv2FQO96OxGZXqHrnh61PPfL { display:block; }#AqiZXdHtcv2FQO96OxGZXqHrnh61PPfL > .row .container { width:47.75rem;height:19.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qXpedI7tkcfIkHJME11GDCLwQqncGMfc { width:38.6875rem;height:17.3125rem;top:1.875rem;left:6.5625rem;border-top:0.0625rem solid #0d94a6;border-left:0.0625rem solid #0d94a6;border-right:0.0625rem solid #0d94a6;border-bottom:0.0625rem solid #0d94a6;display:block; }
 }@media only screen and (max-width: 763px) { #zmdrCZOeMH2eVGtPmazAEuFUJ18usrom { width:6.1875rem;height:1.25rem;top:1.83203125rem;left:10.145833969116rem;font-size:6.25rem;color:#0d94a6;display:block; }
 }@media only screen and (max-width: 763px) { #iyEa2lnpWyTLCRtHmHaeZZThdorEUZBL { width:37.5rem;height:12.64375rem;top:12.58349609375rem;left:4.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3Q7q0Fa6c3lEhTkdQtgLT23K0tGqch2 { width:37.5rem;height:18.0625rem;top:5.9935302734375rem;left:5.125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdSglTEirpOnkR3Ho8CiJsekaJpZhyPI { display:block; }#XdSglTEirpOnkR3Ho8CiJsekaJpZhyPI > .row .container { width:47.75rem;height:19.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TR8JJ503qF9oyuHXOyKDCaMSLtStuEs9 { width:38.6875rem;height:17.3125rem;top:1.875rem;left:6.5625rem;border-top:0.0625rem solid #0d94a6;border-left:0.0625rem solid #0d94a6;border-right:0.0625rem solid #0d94a6;border-bottom:0.0625rem solid #0d94a6;display:block; }
 }@media only screen and (max-width: 763px) { #Re8ETQE5xItS6rod3SwnLHSacqPOBLMx { width:6.1875rem;height:1.25rem;top:1.83203125rem;left:10.145833969116rem;font-size:6.25rem;color:#0d94a6;display:block; }
 }@media only screen and (max-width: 763px) { #Ix6xDTyHTQQz1xnFZ4TWqS3rDsU8b4Ow { width:37.5rem;height:12.64375rem;top:12.58349609375rem;left:4.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zizU6rbiM6Wuh4cVcQSRwhH8aBXfFOVT { width:37.5rem;height:21.675rem;top:7.2083740234375rem;left:5.125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hthKCHhpPaWhWLGIlxfyXDJVhZyIn6A6 { display:block; }#hthKCHhpPaWhWLGIlxfyXDJVhZyIn6A6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LGdBFRMGhu6tBPXT8HvfinAcdWkWFJsl { width:47.75rem;height:2.03125rem;top:4.703125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TArnNnbJitdIF7V6sryLiSCl8JvRqg19 { width:40.625rem;height:8.25rem;top:34.559898376465rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxTAfWg36SL3uhutOcHvyaTJvxXgNL4z { width:47.75rem;height:6.09375rem;top:3.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4pTak5h4N1P8ChUSJBW0L6lkC3TPNKA { display:block; }#S4pTak5h4N1P8ChUSJBW0L6lkC3TPNKA > .row .container { width:47.75rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ORmrK0OpMtsUNVaRah4BUasT6ALNd002 { width:40.625rem;height:8.25rem;top:34.559898376465rem;left:3.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #g3dQxHx2DFt3GUJXrxNMMVTiqK14eAd7 { width:47.75rem;height:6.09375rem;top:3.75rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #g5NhtttVSGaHMbU3eObBUvVgJJ4xQF0b { display:block; }#g5NhtttVSGaHMbU3eObBUvVgJJ4xQF0b > .row .container { width:47.75rem;height:96.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qp8e2Q5I88rKErbiA3WKGHsCPFMoc76U { width:20.625rem;height:92.125rem;top:1.9773559570312rem;left:2.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKCbPuWmHEr3yZcehUAcaAVqRCgibDiD { width:19.375rem;height:5.625rem;top:2.625rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCwILBc9wJ2DuVXaa0nyeXhWVOTJIQcz { width:13.75rem;height:2.03125rem;top:4.1875rem;left:6.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0is7qursIU2AaKBNH4HGCtIXhrzOVvU { width:13.75rem;height:3.3734375rem;top:63.801563262937rem;left:5.9999998807907rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWbMNxnwHbTUkO9EqvzABP1aMFrSk79O { display:block; }
 }@media only screen and (max-width: 763px) { #u4txF4iI6TP38UOcWNEl2ASlU4dmtwTW { width:20.625rem;height:92.125rem;top:2.09375rem;left:24.747396469116rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUCMdxPdb4DBxtQ6AUqRtLbPrnR3KwSn { width:19.375rem;height:5.625rem;top:2.5rem;left:25.373699188233rem;display:block; }
 }@media only screen and (max-width: 763px) { #czh6wIrb8qFIAfRTUXvunEldLM1AZRKy { width:13.75rem;height:2.03125rem;top:4.03125rem;left:28.217449188233rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHbkSHrks53TKSUaEz3pwMuxaQRL6TZR { width:13.75rem;height:3.371875rem;top:63.802343368531rem;left:28.184376120567rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnpML0SmGoThQ8WdqEd1yb4xzpcmOTbO { display:block; }
 }@media only screen and (max-width: 763px) { #cg5rcJJ2MzyAEprrXGACPMqUcK12iFTy { width:13.75rem;height:2.4375rem;top:60.0625rem;left:6rem;font-size:1.875rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #OLW3pvdMKilUCoamdNLzHCXtbTOFH268 { width:13.75rem;height:2.4375rem;top:60.125rem;left:28.1875rem;font-size:1.875rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #xB5Gq91eiNGqPvsD4Bk0MGadeQ7Pq7mz { width:13.75rem;height:2.03125rem;top:71.1875rem;left:5.8125rem;font-size:1.5625rem;color:#4bae16;display:block; }
 }@media only screen and (max-width: 763px) { #myxpqFd5kdC4EVcF55Wva1NfthZgrCwb { width:13.75rem;height:2.03125rem;top:71.1875rem;left:28.375rem;font-size:1.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #QQClwaCSZsgPzPMdBGZRAnHv1Jo9WqB9 { width:17.0625rem;height:18.28125rem;top:33.442188262939rem;left:4.3437498807907rem;font-size:0.9375rem;font-weight:300;font-style:normal;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #QzgqOxX8xh4dkLdHqdKkkm9gDoLhMcng { width:17.5rem;height:23.15625rem;top:9.0208740234375rem;left:26.342449188233rem;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #OxQl1uOW8tkwmhkGXMhx0151Vm2nmm3T { width:12.5rem;height:1.625rem;top:53.75rem;left:6.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NB4EsJuZtp3TIrDE7fOO30zHUpirm79O { width:13.75rem;height:2.03125rem;top:55.375rem;left:5.75rem;font-size:1.5625rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #qMkuofolFP70lAOFAhRz9XB3sxTI8e4x { width:12.5rem;height:1.625rem;top:58.5625rem;left:6rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uO6Vu7XVf1fPIg5aOLTigVSIATzwro5D { width:12.5rem;height:1.625rem;top:58.625rem;left:28.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVFiRKTIJmsEQJflrW0Zhezhh0ZJSP8m { width:12.5rem;height:1.625rem;top:53.75rem;left:28.809376120567rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8rkgonUVbWhXEXTlzTyTVIFRmRGZ8kQ { width:13.75rem;height:2.03125rem;top:55.375rem;left:28.184376120567rem;font-size:1.5625rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #OJuB98JVpvhLtsd4sRy1nApTXXdHnsWr { width:21.875rem;height:3.6125rem;top:78rem;left:23.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXCELCFI3VFEVytHvF4hJfI5LDimHfGu { width:13.75rem;height:3.3734375rem;top:87.375rem;left:5.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZ4wIuIiGNsPSRqtQ55DwNTEsOiNBgQr { display:block; }
 }@media only screen and (max-width: 763px) { #qfnlrfyNpFIqx3MlzJOETUr8ohzxRrQk { width:13.75rem;height:2.4375rem;top:83.25rem;left:5.75rem;font-size:1.875rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #KbN5tlVFPTRHI517RGuekIo0mX9ECyv1 { width:21.875rem;height:3.6125rem;top:78rem;left:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W795tnVp94iARqvkesKSZ3Tb6Je6Ue5i { width:13.75rem;height:2.4375rem;top:83.25rem;left:28.375rem;font-size:1.875rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #HSNm74uRHUKfVrmkScTIpVH6REqucL79 { width:13.75rem;height:3.37239575rem;top:87.375rem;left:28.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mn2bNz18MbXCooLdEQyTiWERWSGcfbwy { display:block; }
 }@media only screen and (max-width: 763px) { #xIBrSWdLIlZkqHRGw60qJr3tK79FzcQD { width:17.5rem;height:23.15625rem;top:9.0208740234375rem;left:26.342449188233rem;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #bU7e5tg8AagoSyfKfrQOiu27DWedeykm { width:17.5rem;height:23.15625rem;top:9.0208740234375rem;left:26.342449188233rem;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #s2uSF5LLA3KhyV4nSxKWiag0rgsel9zU { width:21.25rem;height:8.75rem;top:80.794311523438rem;left:2.5729167461395rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXQN01NsRrsWBKG9ZCzV2Qe43RWqAAOa { width:21.4375rem;height:3.5rem;top:80.794311523438rem;left:23.822917938233rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtfRvb0vlTftGuofZod3s9ZheEHcqaXL { width:21.25rem;height:8.75rem;top:80.794311523438rem;left:2.5729167461395rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXTctXeTqhGDSkvth39vWaweucP2eJN6 { width:21.4375rem;height:3.5rem;top:80.794311523438rem;left:23.822917938233rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wutz7lOmcOfM8MTNaybUBKToSWx6dqCn { width:9.6875rem;height:9.6875rem;top:88.0625rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIdRduH7tkeJ6peCTUlN8tFTcXQdW46T { width:31.25rem;height:1.25rem;top:93.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ri8vnJnTQuOHbfR9MaLMvEnih9OPcDff { width:31.25rem;height:1.25rem;top:93.0625rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zd404qRRywf6qaix0JNaDTAXHvymFaoz { display:block; }#zd404qRRywf6qaix0JNaDTAXHvymFaoz > .row .container { width:47.75rem;height:27.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #slk5SNoGT4QegRvMaOttW0ZrtUaXbxhM { width:43.0625rem;height:1.583333375rem;top:3.623779296875rem;left:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkV6a9tDkxDnTSws3y9HzBM93IDshRHl { width:46.6875rem;height:23.48125rem;top:1.9375rem;left:0.53125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFDXqg7mrbiu8h7mr9S4Dik2W9qpFrAQ { width:9.6875rem;height:9.6875rem;top:105rem;left:0.18244457244873rem;display:none; }
 }@media only screen and (max-width: 763px) { #EJC7e1DTlHLZ4nFTJDcxXTKAUCGJLvO4 { display:block; }#EJC7e1DTlHLZ4nFTJDcxXTKAUCGJLvO4 > .row .container { width:47.75rem;height:14.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PL4zSTu5Qqz2GTZ8T7R3J7cg6K6R7Twq { top:10.582877159119rem;left:8.6250003576281rem;width:30.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmXaWZKopdJgoxgtOHV10rISOP0U7Uf6 { top:5.5773437023163rem;left:10.718750357628rem;width:26.3125rem;height:3.65625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tax3PPbpVuNmlbIupnJBe2nEiJ7wRswJ { display:block; }#Tax3PPbpVuNmlbIupnJBe2nEiJ7wRswJ > .row .container { width:47.75rem;height:19.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A6BEJPzTeC0bBTV0m0M9obax2HOcFfKt { width:30.5rem;height:4.0625rem;top:5.5rem;left:17.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVGufc0gXTmQMu4BJByKzVkAo7vI2qcQ { width:12.5rem;height:1.7875rem;top:2.5625rem;left:27.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKFqFy6PCJ9FAT6SbaDQJqCPSdXDDPoT { width:31.25rem;height:32.125rem;top:5.6875rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNJT36b0zQc0DvUVaU8J0Q9oXkdl9Rom { width:27.3125rem;height:4.9375rem;top:3.625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PATPKQbzTdFxQKs8TBWpeZlQDigRBTvp { width:27.3125rem;height:4.9375rem;top:3.625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuUD4AypmoTmzFc5qXHMhSsRecrqUreI { width:14.372375rem;height:1.333333375rem;top:5.4375rem;left:16.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3IAZDxE2lFB49ngTA7R9K0MZJkMFUVF { width:20.625rem;height:11.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #f6gEl5qLEcyede2K0EEWOUUaG6TQGTZC { display:none; }#f6gEl5qLEcyede2K0EEWOUUaG6TQGTZC > .row .container { width:47.75rem;height:44.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hd8OGLOEhKMC94Omliiakeq8kBwFxmxW { width:40.625rem;height:33.75rem;top:5.1666870117188rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceeraZdaQUq251Q4bR7AbIXwkzymhG06 { width:47.75rem;height:1.7875rem;top:2.3541870117188rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5c3kNwHOTpm6rdOkBFM3RFOnF5LXz5L { display:block; }#s5c3kNwHOTpm6rdOkBFM3RFOnF5LXz5L > .row .container { width:47.75rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KNgQqIv9osGbKGbBguHw45lvTbCq9gnV { width:47.75rem;height:1.7875rem;top:4.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sk1TH4OW0OoxiEzZi8OEtM3nuUcfRUsW { width:22.5rem;height:14.666667rem;top:12.062500238419rem;left:24.625000357628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBnyr1IPqQPPcahxV9TlrgIEwNVl6G48 { width:47.75rem;height:22.707777777778rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yccUOiV7cr3exJrwGo1QN5CacZcxLKhT { display:block; }#yccUOiV7cr3exJrwGo1QN5CacZcxLKhT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qT81UUf3Q7CMrT7z1O9RByEgAPgEGnsH { top:10.582877159119rem;left:8.6250003576281rem;width:30.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOWKKKbTTRvVCGiuqGee7btFHkahopzw .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; }
#oOWKKKbTTRvVCGiuqGee7btFHkahopzw .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; }
#oOWKKKbTTRvVCGiuqGee7btFHkahopzw .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; }
#oOWKKKbTTRvVCGiuqGee7btFHkahopzw { 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) { #oOWKKKbTTRvVCGiuqGee7btFHkahopzw #pO7C5FgSPOZk80CQbGFsRb468NsduVaS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oOWKKKbTTRvVCGiuqGee7btFHkahopzw #iZNodolUw925hIvtSdz3HGe2i6mdF43J {  }
 }@media only screen and (max-width: 763px) { #oOWKKKbTTRvVCGiuqGee7btFHkahopzw #nMwJncqLHiF10Ud4Eu0r3JzgJmzvSFBl {  }
 }@media only screen and (max-width: 763px) { #oOWKKKbTTRvVCGiuqGee7btFHkahopzw #fuZmcf9aHXDl4HbpmTtknGHFZJSq608w { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oOWKKKbTTRvVCGiuqGee7btFHkahopzw #KTT0KwxgZxrpbxsVTMwPA0EpBR6cnCSD {  }
 }@media only screen and (max-width: 763px) { #oOWKKKbTTRvVCGiuqGee7btFHkahopzw #X0SCTzI6mtCL1tPlR2Tf9eWMoQOkd1g9 {  }
 }@media only screen and (max-width: 763px) { #oOWKKKbTTRvVCGiuqGee7btFHkahopzw #DwIwkJGRmp1nu0T8PRoxqnFL1dT4r37U { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oOWKKKbTTRvVCGiuqGee7btFHkahopzw #PTTuI22r6DlsDVTNMbGxm22TP6Iplzt2 {  }
 }@media only screen and (max-width: 763px) { #oOWKKKbTTRvVCGiuqGee7btFHkahopzw #XXXfvXxyMRumxHRpeuSvakkmHo7QJZ6M {  }
 }@media only screen and (max-width: 763px) { #oOWKKKbTTRvVCGiuqGee7btFHkahopzw #o9Iht1WmgttzoF4iQkZXuPFBkDeZHudd { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oOWKKKbTTRvVCGiuqGee7btFHkahopzw #WkbDuig7J5Kl6bXEFKLnJFENZ7ET6hiZ {  }
 }@media only screen and (max-width: 763px) { #oOWKKKbTTRvVCGiuqGee7btFHkahopzw #GAO96TAqaBUW8stz7WqultOKDIDLwhkz {  }
 }@media only screen and (max-width: 763px) { #QeDbDESy2NDxw76GSRvMKgOxZGQ1qTLu { width:23.125rem;height:1.5625rem;top:12.25rem;left:12.279179573059rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgKMXe9cBtvFN31NFHaI1DSrTQUt6SH4 { width:18.75rem;height:3.375rem;top:3.6234378814698rem;left:14.498436748981rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwBlSvba8LCGEv2FSQNhWI5g17y5tofL { display:block; }
 }@media only screen and (max-width: 763px) { #CuO2aZIHK68bdDGCzfvnp7NtBdOXcRUR { display:block; }#CuO2aZIHK68bdDGCzfvnp7NtBdOXcRUR > .row .container { width:47.75rem;height:14.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lMwp8w87psaK5yBBxDB6xO7zCf7XJKQL { top:10.582877159119rem;left:8.6250003576281rem;width:30.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFZd4wASNNn6GzIUFs624zwOOL1fhlVq { top:5.5773437023163rem;left:10.718750357628rem;width:26.3125rem;height:3.65625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqQLFuLRpvNFksHCIMdyBIJ5OqyT0Vms { display:block; }#CqQLFuLRpvNFksHCIMdyBIJ5OqyT0Vms > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nyHREkRhZWDCvv6TiXkG5kOXD88wsZ0y { width:31.25rem;height:27.9375rem;top:11rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVZ7QfSn5F0JG87GcdInTe7ZasUa20IT { width:27.3125rem;height:4.9375rem;top:3.625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIr5Eo7fpOd8KMN8xI5CsJZwe5keOqEl { width:27.3125rem;height:4.9375rem;top:3.625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCNKlvQ5xX7HNzugZUfmyZ3bOKV9H8VM { width:14.372375rem;height:1.333333375rem;top:5.4375rem;left:16.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpTZJVbTut74QCgPNTld7T2tpK5uTFO7 { width:22rem;height:3.25rem;top:5.1125001907349rem;left:25.250000357628rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZHB9F5MV1xAQ4esymQf8dkPFKRKv4Ef { width:22rem;height:3.25rem;top:5.1125001907349rem;left:25.250000357628rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0G7a1HEaTTOPl1qS6e6ZJTD2Bhzuxmc { width:11.25rem;height:11.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lmedr9Hy1dFyX4qPoQT1KADpp0XbFgUP { display:none; }#Lmedr9Hy1dFyX4qPoQT1KADpp0XbFgUP > .row .container { width:47.75rem;height:14.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gGk3B2067fDC3sxUET89fvgaHXxOs6QK { top:5.5773437023163rem;left:10.718750357628rem;width:26.3125rem;height:3.65625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXqoADhMKMlktPMJMb0q8zTmkn5fbglI { display:none; }#HXqoADhMKMlktPMJMb0q8zTmkn5fbglI > .row .container { width:47.75rem;height:16.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #d92uekDG19Xn6o6ISehdDB85pluSeR6k { display:none; }#d92uekDG19Xn6o6ISehdDB85pluSeR6k > .row .container { width:47.75rem;height:16.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gEwmu5q1P4D4klkyBX9xZq17GadXSEUn { width:31.25rem;height:29.875rem;top:12.625rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGcqmuB6OBx3FpqVcre6TSSlN9gbbCnQ { width:27.3125rem;height:4.9375rem;top:3.625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgmZlg6F1TcWiTmwBxDZgTIiDO4BtWVF { width:22rem;height:3.25rem;top:5.1125001907349rem;left:25.250000357628rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT1h3548eoZ6sKI3BP4M37Ki4b55gNzH { width:22rem;height:3.25rem;top:5.1125001907349rem;left:25.250000357628rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #omE7HcAdoK5dPEbX152p4flUGZTyA5k6 { width:27.3125rem;height:4.9375rem;top:3.625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBmfAR67hTv8VSiJXADUbADkRuCFn9TN { width:14.372375rem;height:1.333333375rem;top:5.4375rem;left:16.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmQWQTnLnctUFfWWu5kMlA4CNr8E9D3d { width:22rem;height:3.25rem;top:5.1125001907349rem;left:25.250000357628rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3QwhdTMXyVFQs4tTQHV3na1FHg1bSgt { width:18.58463475rem;height:3.18489575rem;top:34.225219726562rem;left:22.114583969116rem;font-size:1.0625rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #eB9GfBgTaG2xcLAxTLW5s5EeqOsaGQWc { display:block; }
 }@media only screen and (max-width: 763px) { #l4Sl8mDrDcA5TJ9IQTxOZD9mDEc0olng { width:22rem;height:3.25rem;top:5.1125001907349rem;left:25.250000357628rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #QdVFFLBTzONRdA43uXRbB214vfFTNaHM { display:none; }#QdVFFLBTzONRdA43uXRbB214vfFTNaHM > .row .container { width:47.75rem;height:76rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Oo9kHJAzhhtuAGtpSNc2t5C6Xk9g66D8 { width:38.4375rem;height:72.24121875rem;top:5.0091552734375rem;left:4.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gspCTDc2WJ1QJ47UQdqOMeP8Trs5euxt { width:37.25rem;height:1.7871125rem;top:2.5rem;left:4.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ua4PZbH3S45k3QqJE7pv2xwXFzci8IA7 { width:42.5rem;height:14.25rem;top:2.4375rem;left:2.62353515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGWpZpidZzTJ6m6Eof1ZdNJ6dTmaVkaH { width:42.125rem;height:1.7871125rem;top:4.6654052734375rem;left:4.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vezl0OnQ45XQga1vDCuNU3ClNe7at0Tp { width:37.125rem;height:6.3745125rem;top:7.680908203125rem;left:4.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VF8wVhZDD9Zv8d5XDLMUvkkxMmEh1T4U { width:12.4375rem;height:12.4375rem;top:2.373046875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLISORy9axlE9NHCv6Ru3endi6VpBzt9 { display:none; }#TLISORy9axlE9NHCv6Ru3endi6VpBzt9 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xVmD4EZc9XTGydPW97GHL6O4ZPLRR9LW { width:31.25rem;height:35.5rem;top:6.3125rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLs2fTcHRlylK9TbfpAqotyy4GCnT0TW { width:27.3125rem;height:4.9375rem;top:3.625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCtCbhRor4HSVrb2WWJt8NltzvRnTMXe { width:27.3125rem;height:4.9375rem;top:3.625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRpncB1JiSksJyF15TbpM6lnPBL2xrN6 { width:14.372375rem;height:1.333333375rem;top:5.4375rem;left:16.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWZPCfCmRJBgBXyMdJQ6MNzP697UpdLK { width:22rem;height:3.25rem;top:5.1125001907349rem;left:25.250000357628rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQ750hsBINFP8fzPTh8h5t7rT7WweN4u { width:22rem;height:3.25rem;top:5.1125001907349rem;left:25.250000357628rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXT0fl66DqO8TFShFpMrDCr94FBRSK5c { width:20.625rem;height:11.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #G7fOM3xbunG2Zyhq2LbKH4gCHshSpdZC { width:14.875rem;height:14.875rem;top:24.625rem;left:32.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kToaOg4c3h6RBkIasBqDcqe1O2aO2wOJ { width:11.75rem;height:6.25rem;top:20.125rem;left:36rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTsbLEoWDXrReqH0QgvCIxlRedl3Hw9M { display:none; }#HTsbLEoWDXrReqH0QgvCIxlRedl3Hw9M > .row .container { width:47.75rem;height:32.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RgWSfffboKBrdJTVNtSrurvv5Iz4AhpP { width:21.875rem;height:13.625rem;top:6.25927734375rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K78WwTcbDtX7CfsQs6qhTMKoUwVQPsyL { width:43.6875rem;height:5.3333335rem;top:21.375rem;left:2.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0FpXWITOqAEsdngy2GFBpuZ6lOzVEbs { width:18.58463475rem;height:3.18489575rem;top:34.225219726562rem;left:22.114583969116rem;font-size:1.0625rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #tcGnu3PzNRzwTSZwyOA1T2wT55zlxl5S { display:block; }
 }@media only screen and (max-width: 763px) { #tN4R9Tqn3Z64GS345eNubsxVeNR5rVeV { width:27.3125rem;height:4.9375rem;top:3.625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s61P76JvvOUbSngDuWDl0Bw9FP2Watfu { width:14.372375rem;height:1.333333375rem;top:5.4375rem;left:16.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrguNUL1GffTkgfoC6UmfaWTTyPgM4M9 { width:31.25rem;height:25.6875rem;top:4.25rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q740BQTF6a3Qu7Dt8mTAhpBHc0MSFmVZ { width:27.3125rem;height:4.9375rem;top:3.625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #atW91TL42SwfUTczdnOUW5HohnnVZcKi { width:30.5rem;height:4.0625rem;top:5.5rem;left:17.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBNKkZexi8dBaHlmQ5DUTP7OTLTrkXKX { display:none; }#TBNKkZexi8dBaHlmQ5DUTP7OTLTrkXKX > .row .container { width:47.75rem;height:58.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fDNaoIFzKnTw55mmHDuvXiGgChBlIbvI { width:40.6236991875rem;height:10.5rem;top:2.165283203125rem;left:4.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqSuvZcfxbxuUSkQ4Nms1pRJpZfPLwSo { width:40.6236991875rem;height:7rem;top:15rem;left:4.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6NbLzNyn0AFln7E4xBrFLeC4IToDKM9 { width:41.6875rem;height:3.5rem;top:24.70703125rem;left:4.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aa0yKsiq5U6EvM4nx7cB7NwosAWrFTIy { width:12.4375rem;height:12.4375rem;top:32.0625rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxmTybmnkT0luL7EKIRQMSZETTmRx9ND { width:35.9375rem;height:28.5625rem;top:30.125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLnbKhnlfpolxLTpUzeKTCb7ZkcKocgo { width:25.8125rem;height:20.583332875rem;top:35.375rem;left:17.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o860WFSTzTgcETBVkIRzPtgazBH8pExN { width:23.4375rem;height:1.75rem;top:32.625rem;left:17.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAtvQQs4KZAl8m7V3ssgcJwLJkpguRF8 { width:47.75rem;height:1.7875rem;top:2.3541870117188rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bX3ihXNpSmANQNKw0l59sfmbwLtR8haP { display:none; }#bX3ihXNpSmANQNKw0l59sfmbwLtR8haP > .row .container { width:47.75rem;height:14.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ppepfhm0VXgLwU6glA60zxdx0aRqLg1D { top:10.582877159119rem;left:8.6250003576281rem;width:30.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcfrdVOdeR1WZIlcMOxEIO7Ocpyupa2E { top:5.5773437023163rem;left:10.718750357628rem;width:26.3125rem;height:3.65625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1EPxprrnIZRQrxUr7XHVPThV6zqflxt { background-color:#fffdfb;background-image:url("https://images.assets-landingi.com/uc/ca7056e2-3022-4a69-bf20-61ad9b9f86f7/_Zdjciegwnenastronzapisucz2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#f1EPxprrnIZRQrxUr7XHVPThV6zqflxt.adaptive-delivery-prevent-bg, #f1EPxprrnIZRQrxUr7XHVPThV6zqflxt.lazyload, #f1EPxprrnIZRQrxUr7XHVPThV6zqflxt.lazyloading { background-image: none; }#f1EPxprrnIZRQrxUr7XHVPThV6zqflxt > .row .container { width:47.75rem;height:46rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #I1Nmc6ouGE931lx7CylDtvEIwJ5TPft3 { width:26.4375rem;height:38.25rem;top:5.625rem;left:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlb62VIJgtTFqoM1J3TRyLTa1KDogHrs { width:20.4375rem;height:1.583333375rem;top:9.25rem;left:23.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUQ3B9AsXSJ4uT06t7Ba8XIFNz5QfWDQ { width:23.5625rem;height:18rem;top:18.625rem;left:21.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuOqgGcpvki0S63d1RT4wXRuIVLwQlaQ { width:21.25rem;height:2.5rem;top:38.8125rem;left:23rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHJdpFZHSHXV1y7xkbzTelomke2ceEEX { width:20.4375rem;height:4.750000125rem;top:12.125rem;left:23rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOWsrqWDbtIAo8HqBuQiDa1rCH6knaM9 { width:20.625rem;height:11.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #R5LuKhBUa6su3N6UKcamTgVg9g6kFnTS { width:27.3125rem;height:4.9375rem;top:3.625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1rJSGyWlTPkZiT1AytZGOzcoU6mowTa { width:27.3125rem;height:4.9375rem;top:3.625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fp96gKpVDPUyE3HKuuuJmaxc5GbUhT8y { display:block; }#fp96gKpVDPUyE3HKuuuJmaxc5GbUhT8y > .row .container { width:47.75rem;height:22.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bOzcveW6KAEDgxIVFMKp2TS461XXLl7w { top:14.4375rem;left:7.0625rem;width:33.625rem;height:4.8333335rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptMATN9iGup8osrVynS0vtiL9xREGAJ0 { display:block; }#ptMATN9iGup8osrVynS0vtiL9xREGAJ0 > .row .container { width:47.75rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pGW3PTtr23qaAKb6JnOfQxEndMDTSfZS { display:block; }#pGW3PTtr23qaAKb6JnOfQxEndMDTSfZS > .row .container { width:47.75rem;height:31.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eVIomKHitNXHg2TyhG7oA2QAMDCw2Oz7 { width:18.75rem;height:22.5rem;top:8.2499997615813rem;left:25.435156226158rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1AMH4dA2KEV18e0tXzu1KfprDuJ2hSU { width:18.75rem;height:13.125rem;top:5.8816413879394rem;left:26.436325848102rem;display:none; }
 }@media only screen and (max-width: 763px) { #DJxr158b6v32HlIACeTycTpB0Zfbdr6n { width:23.75rem;height:31.5rem;top:0rem;left:23.874131500721rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #HxUhnwNZT5QoThJK6tNluS6Ex3d5maPT { width:18rem;height:3.25rem;top:5.9375rem;left:25.435763657093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgmDglAV4w5Vv13IzyFvAbwJRRIZBzAv { width:24rem;height:31.5rem;top:0rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #dUq3QTnM5PE7eCEqwDh5xgrkOZqZmRZp { width:18.75rem;height:11.6875rem;top:5.9929718971253rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTlClTs98dvJod2pIyr3XAVTGrlxOJoP { width:18.75rem;height:22.5rem;top:8.2499997615813rem;left:25.435156226158rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #q7T9nkVVxFqLpW1bSHVeH6XU7vyyBWg6 { width:27.3125rem;height:4.9375rem;top:3.625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6EAAWyv9NangvyVcm9n2DwygliUUu2r { width:14.372375rem;height:1.333333375rem;top:5.4375rem;left:16.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGhbn1l74qyhGdMTq3C5xJ3516COTWhf { display:none; }#aGhbn1l74qyhGdMTq3C5xJ3516COTWhf > .row .container { width:47.75rem;height:6.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XC5nzAcAXqzGWmqn9q0KGP4U7TMuOFQ3 { display:none; }#XC5nzAcAXqzGWmqn9q0KGP4U7TMuOFQ3 > .row .container { width:47.75rem;height:23.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #H0W5nxriaaT5mJnENStKao6ctUasWIzr { width:18.75rem;height:18rem;top:8.3750009536744rem;left:25.435156226158rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qx3tT4Tvt5H4fNuUHFwa4gTIv8aC8yLZ { width:18.75rem;height:13.125rem;top:5.8816413879394rem;left:26.436325848102rem;display:none; }
 }@media only screen and (max-width: 763px) { #QXC1O9x7wx9Erl2um2SBJDiq9uWcclo5 { width:23.75rem;height:23.5rem;top:0rem;left:23.874131500721rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #cCtK3hoeJxchC2zafc9ZS5klK6lfaNvA { width:18rem;height:3.25rem;top:5.9375rem;left:25.435763657093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMC64dO3WavLLFbvbbCUFm6h3697Vovq { width:24rem;height:23.5rem;top:0rem;left:0rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #w7OBKc4qtWazZD1xT7OzGTSDt1yhpwsH { width:16.6875rem;height:10.375rem;top:6.7664058208463rem;left:1rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #b920Qimc7etPn0HCPOuNJAzEdgs9cSyZ { width:27.3125rem;height:4.9375rem;top:3.625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #toFsQhk3MDpV9Lt2rZqwdOc3lNKq8LGO { width:14.372375rem;height:1.333333375rem;top:5.4375rem;left:16.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uA4doyXlqSnpmvSNWwlyJMOk69bJ6rzt { width:16.6875rem;height:10.375rem;top:6.7664058208463rem;left:1rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #iHuL2Rv6JhXLtQVvKlVcl1TtknkKkDCx { display:none; }#iHuL2Rv6JhXLtQVvKlVcl1TtknkKkDCx > .row .container { width:47.75rem;height:6.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NTvUNO3F40to0mDBef6qes7PCLAiFZqB { display:none; }#NTvUNO3F40to0mDBef6qes7PCLAiFZqB > .row .container { width:47.75rem;height:27.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZX6HDaXiiLPcnOuoLbaQ3Gw1yuTlyytx { width:21.3125rem;height:19.5rem;top:8.375rem;left:25.435156226158rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PunRo7rSRQuMBeeRhcp4rfCETdNugRHg { width:18.75rem;height:13.125rem;top:5.8816413879394rem;left:26.436325848102rem;display:none; }
 }@media only screen and (max-width: 763px) { #c0uexVquXrIwXJFyTaLJXFApZmT56x9o { width:23.75rem;height:27.9375rem;top:0rem;left:23.873438239097rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #CvtaebM3aGZpzILaQPiArMBTnebeDTb0 { width:18rem;height:1.625rem;top:5.9375rem;left:25.435763657093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHwE3JA8p2Q8H3fx1TKNEFL2r5Tlo5P2 { width:24rem;height:27.9375rem;top:0rem;left:0rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #HbtClMGhDSksvPqvVGQKeRqcJJHEbgTk { width:16.6875rem;height:10.375rem;top:6.7664058208463rem;left:1rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #o5sCbPxUSxbgP7yFalz8mKp7dWqb6CS1 { width:27.3125rem;height:4.9375rem;top:3.625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V57erKhW1MTKT3Eaf6OBpI3sxnXxscsU { width:14.372375rem;height:1.333333375rem;top:5.4375rem;left:16.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFQQfHngvGnKsFTJsRGrRO8TokeZCzbN { width:18.75rem;height:3.375rem;top:3.6234378814698rem;left:14.498436748981rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cl0nsAAStQicuqEZTzQyMs4nZ87oX7Fy { display:block; }
 }@media only screen and (max-width: 763px) { #Fe0Rwm2DLtSG8WKfes7gpkapbytWPx1B { display:block; }#Fe0Rwm2DLtSG8WKfes7gpkapbytWPx1B > .row .container { width:47.75rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ip2kMZXPuql8s8uKmmiS6oJO3SVT8Acq { width:40.625rem;height:8.25rem;top:34.559898376465rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZ1S8Pc25SCHspObhf9S0SLAwTFcHunq { width:47.75rem;height:6.09375rem;top:3.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tehL6bli4rDR3yFqnONgRxbXzC4wLf1N { width:47.75rem;height:6.09375rem;top:3.75rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IpnPZcvSPSsxnP3MrNu8fv21CzaQh4Tr { display:block; }#IpnPZcvSPSsxnP3MrNu8fv21CzaQh4Tr > .row .container { width:47.75rem;height:38.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vIyUU8BbFHxl0C62WWoTJ4TqJLXnsObL { width:20.8125rem;height:28.8125rem;top:8.3125rem;left:1.808333337307rem;display:block; }
 }@media only screen and (max-width: 763px) { #lG8FBJUDh4rabzUbPXOEfgWfe3xTGt92 { width:18.75rem;height:2.7625rem;top:27.414558410644rem;left:2.8125001788139rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2lcQt6VAmIHAxT4Iy6aHiKu2biFidLL { width:18.75rem;height:13rem;top:14.748931884766rem;left:2.8125001788139rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqyZ1CsTVuVT7WIf7rOiSGJ79D6ITcyW { width:18.5109375rem;height:3.19765625rem;top:32.732813596726rem;left:3.0085936784744rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzxEpCxTqVZO4FAKBo5dsTlcfSPkmHzb { display:block; }
 }@media only screen and (max-width: 763px) { #oQ6wLbzW9NSQ9XFfQOyHfVnXabGqqUDH { width:6.1875rem;height:13rem;top:1.7499723434448rem;left:1.808333337307rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #mh22TOtherkBmTmi9ycu0NRusDCq7UO1 { width:20.6875rem;height:28.8125rem;top:8.3148498535156rem;left:24.842968344688rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNihCz5EzvM06sm6N0s9mOqAtcZuXGfw { width:9rem;height:9rem;top:3.75rem;left:7.6347649693488rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWZu2Dkyd3312cJ5b1q1ZwputTpHb0Xw { width:18.5109375rem;height:3.19765625rem;top:32.732813596726rem;left:25.981251120567rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #COTHAtrzlgDkN7PKEyZ1CTF5LluAK2vG { display:block; }
 }@media only screen and (max-width: 763px) { #MV1wTRLTv4PbLOia8AZ0XSArN8HJOA23 { width:18.75rem;height:13rem;top:14.75rem;left:25.846877276898rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPzWSDoeRPlcJ7lWsWlGFQ2e0aqpOLCs { width:18.75rem;height:4.14375rem;top:27.413516998291rem;left:25.846877276898rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyy7DNQExOOnPC0UyUiLf7TTBHG3h0Q0 { width:33.75rem;height:2rem;top:36.75rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OCtsyQwgtglXSpgfCMpmnLCzEFudaqdL { width:18.125rem;height:13.5rem;top:15.1875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GSwkOtytGNfKNEWKathy6gzkXC6FuQ7G { width:3.75rem;height:0;top:20.5625rem;left:1.4500007629394rem;display:none; }
 }@media only screen and (max-width: 763px) { #n2fT3JcVyG69mWVLmgCqZUPlQ8Kb8OVq { width:6.1875rem;height:13rem;top:1.7489309310913rem;left:24.842709720135rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyRuxogdMTrKs4zbrEXz4nTkwVzhMrv7 { width:18.75rem;height:1.33333125rem;top:33.403123378754rem;left:2.8218749165535rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZhGbk9dxzy9VAT5fo12J7g9Gx3ZwWlRy { width:9rem;height:9rem;top:3.75rem;left:7.6347649693488rem;display:none; }
 }@media only screen and (max-width: 763px) { #dX3SWx04AHzC4g2zVQtRAnprw3bGHWhT { width:18.75rem;height:13.9333375rem;top:19.378124237061rem;left:25.856247723102rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #cmUFkrcTg43AZy7d4KVmVSURrggubCzU { width:9rem;height:9rem;top:3.75rem;left:30.721877276898rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #JkuLD3UmfQOM7kK2Bl4PT85aOVbbXBgM { width:18.75rem;height:13.235293745994rem;top:14.748931884766rem;left:2.8125001788139rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #dBBLTf4hC8DdUIPi5wr5izOUPwEpF3k5 { display:block; }#dBBLTf4hC8DdUIPi5wr5izOUPwEpF3k5 > .row .container { width:47.75rem;height:28.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yGGJVz57aFxM5BzxgVdfE2s4eTrUxcq4 { width:20.875rem;height:20.3125rem;top:8.3125rem;left:1.808333337307rem;display:block; }
 }@media only screen and (max-width: 763px) { #zomnD8EsLDT9ihIhv7I39r0s06APWwGD { width:18.75rem;height:1.38125rem;top:21.08020401001rem;left:2.8750001788139rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmOPpiOuxdHOtTgEST8DISI2E9Cs6VrV { width:18.75rem;height:7.8rem;top:14.748954772949rem;left:2.8437501788139rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdLTrOFR1R4DmptZwooDxQKIaSM7OSvc { width:18.5114375rem;height:3.19791875rem;top:24.171871185302rem;left:2.9937502741814rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbDIfTppx1EQOhTcDW7AQJlOIGHh2pfQ { display:block; }
 }@media only screen and (max-width: 763px) { #oGqlm4JfpoV1LBkBUPNWNRXtEPnOfWgv { width:6.1875rem;height:0;top:8.3132805824281rem;left:1.8093748688698rem;font-size:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #IlUDDlIr2DJ4mqEIXHVc5Q28eKEHlthW { width:20.625rem;height:20.3125rem;top:8.3155956268313rem;left:24.843748867512rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyXcv7VJzvINqcuBtIT5XP1J80syunQr { width:9rem;height:9rem;top:3.75rem;left:7.6347649693488rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKNWDOxpwnJKveh5gUBqG8yGLOIZ0Jos { width:18.5114375rem;height:3.19791875rem;top:24.170829772949rem;left:25.965626895428rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGXenyBslzC9vB0FM6z9X47uZse1n3P3 { display:block; }
 }@media only screen and (max-width: 763px) { #Xm1sGfsKVtb03P1Jr1GE3rGLVHvqJmTT { width:18.75rem;height:7.8rem;top:14.746871948243rem;left:25.964585483074rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8v0q244dARUxIzZaWgtim2mfH7HkT8d { width:18.75rem;height:1.38125rem;top:21.079162597656rem;left:25.846877276898rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aw6br4w2IHOiwHVrHUvrT1gex5gJKIdJ { width:33.75rem;height:2rem;top:36.75rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #goGwhVDdHdNS3sUAHeTgt2meZD4MabXC { width:18.125rem;height:13.5rem;top:15.1875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JuQpoSec0sPJciQLJ9BflIvRvfp79nQ5 { width:3.75rem;height:0;top:20.5625rem;left:1.4500007629394rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcGuGQvEVCZxhAAABn3dS1nRl5i9GxxH { width:6.1875rem;height:13rem;top:1.7499961853027rem;left:24.842709720135rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #krB2NEwTKeeuOIwa2RUmRTDkHWUm3lQr { width:18.75rem;height:1.33333125rem;top:33.403123378754rem;left:2.8218749165535rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xKGOH9o3Ix4ZHoRPerug5fvRagubvpno { width:9rem;height:9rem;top:3.75rem;left:7.6347649693488rem;display:none; }
 }@media only screen and (max-width: 763px) { #P5kbrFN6apT34psiuPh6WxbLX4lQy7wX { width:9rem;height:9rem;top:3.75rem;left:30.721877276898rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #R3KGmEZJ4lEBAAnyoFUvvGuL8RHxat7V { width:18.75rem;height:12.666675rem;top:19.762495040894rem;left:2.8218749165535rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #kvHdrJ0RR9qlh1gw5zthDTKP5RgJTsBG { width:18.75rem;height:12.666675rem;top:19.762495040894rem;left:2.8218749165535rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ck4XTC7vRxLcVTyr0rh2DmeCkJDTBt4a { width:18.75rem;height:1.33333125rem;top:33.403123378754rem;left:2.8218749165535rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gsRdc0ZFsEcML9iLcGQXGAZ1l9MTgme1 { display:block; }#gsRdc0ZFsEcML9iLcGQXGAZ1l9MTgme1 > .row .container { width:47.75rem;height:33.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kKzu4eSGMHmA7JC6G2KKH8KtIU64h3dI { width:20.8125rem;height:22.5rem;top:8.3124980926512rem;left:1.808333337307rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVFpDKiryVZaxcw9G0QClNCUZ0HSDPiV { width:18.75rem;height:1.38125rem;top:23.616678237915rem;left:2.9062501788139rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWRZWOVDCMsU59D2qckliW2lokmoFZSk { width:18.75rem;height:5.2rem;top:14.750011444092rem;left:2.8750001788139rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SM2GIoohJuUwhkP2XHeqeTHDuGIURRCS { width:18.5114375rem;height:3.19791875rem;top:26.421886444092rem;left:3.0250002741814rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ifp3ABywdMgc4tFZIVqCmhHTeQs6Deaq { display:block; }
 }@media only screen and (max-width: 763px) { #pcRZPsNIrVvONkgn5sZ8wyl5lp4qA7aA { width:20.625rem;height:22.5rem;top:8.3145828247069rem;left:24.842709720135rem;display:block; }
 }@media only screen and (max-width: 763px) { #deTFu1LG205Vtf6c3QArboq5x4MgHgAC { width:9rem;height:9rem;top:3.75rem;left:7.6347649693488rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNgpKPgrGbEFiDHbOkBmFTl5JDUJWRRI { width:18.5114375rem;height:3.19791875rem;top:26.421886444092rem;left:25.965626895428rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgqiulSTn9dCQ259ZvTbJyQDTen0AAUe { display:block; }
 }@media only screen and (max-width: 763px) { #KsxGKhewuzpCOpdLBeGVEfVOZk8cfmhP { width:18.75rem;height:7.8rem;top:14.750011444092rem;left:25.846877276898rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4x3taiBp3xn9nRNnU98uCFqMzMIVS9S { width:18.75rem;height:1.38125rem;top:23.616678237915rem;left:25.846877276898rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3gyiFEDaCLV48FnC1cP8CPactsrMbZT { width:18.125rem;height:13.5rem;top:15.1875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mtKqIt8OExcWg30dsCkouEStRs6QbuMf { width:3.75rem;height:0;top:20.5625rem;left:1.4500007629394rem;display:none; }
 }@media only screen and (max-width: 763px) { #ATOuRRuhgc8llmumQV2egZTFJrTrpJpL { width:6.1875rem;height:13rem;top:1.7500400543213rem;left:24.842709720135rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhyKzJbSLD2hrIzfrtna0XvWrD0B6UQL { width:18.75rem;height:1.33333125rem;top:33.403123378754rem;left:2.8218749165535rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FPTCbOW9HJTGwRNvfsqKrlXgGJFUPsh0 { width:18.75rem;height:13.9333375rem;top:19.378124237061rem;left:25.856247723102rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #o7PPBJz0rLCMoeXuQIsS7DouR9NuvkeT { width:18.75rem;height:12.666675rem;top:19.762495040894rem;left:2.8218749165535rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #p7KMK73g84QTikSUtFGO5ZBV0v1e4uCD { width:9rem;height:9rem;top:3.7500238418579rem;left:30.721877276898rem;display:block; }
 }@media only screen and (max-width: 763px) { #uA5P9d7ea1rgd8Tpn6c97FxMUFCZvpuT { width:9rem;height:9rem;top:3.7500238418579rem;left:30.721877276898rem;display:none; }
 }@media only screen and (max-width: 763px) { #tLT2iVlMwQzUwtCqXaQW4fkkx7KFEOVp { width:6.1875rem;height:13rem;top:1.75rem;left:1.808333337307rem;font-size:10rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #HMrvZClI9MhBskQkeTLdofDc3sMCNHIh { width:18.75rem;height:3.375rem;top:3.6234378814698rem;left:14.498436748981rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7oJEFe8cKv1VeJpqqD5KqgtXBqTWJvG { display:block; }
 }@media only screen and (max-width: 763px) { #iUzoSMX2olUChcOmvNZd7VqmXMvo5yJZ { display:none; }#iUzoSMX2olUChcOmvNZd7VqmXMvo5yJZ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qF8NeuKMpI32TvQihxiQFoVelICNyhrH { width:35.9375rem;height:3.4375rem;top:33.540625035763rem;left:5.9062498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUGKbBPFIpTwznucmHam7ddvF10TgGuU { display:block; }
 }@media only screen and (max-width: 763px) { #nyeysXSmchFtWJhVm9kNnVprWzF8wvVV { display:none; }#nyeysXSmchFtWJhVm9kNnVprWzF8wvVV > .row .container { width:47.75rem;height:34.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dVzdhxItXnVGkNPoELbQfm8aN7DSAnMD { width:20.8125rem;height:24.5rem;top:8.3124980926512rem;left:1.808333337307rem;display:block; }
 }@media only screen and (max-width: 763px) { #kH7PXibAQe1FqFdLrCbGFpNs6Pt1ttmd { width:18.75rem;height:1.38125rem;top:23.616678237915rem;left:2.9062501788139rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7G0wG0w6utLfSsBf9iSdNsMVn9X1ZM8 { width:18.75rem;height:7.8rem;top:14.750011444092rem;left:2.8750001788139rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMTHcvw12pO4sk0Zp8yGZ0Ll0Pbwu89D { width:18.5109375rem;height:3.19765625rem;top:28.921875953674rem;left:3.0085936784744rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQR8fagMEiM93dtyPNG39gNyzP34bRQV { display:block; }
 }@media only screen and (max-width: 763px) { #KXDfai00s29tnyJTt9XTfdcQOPrlodKm { width:20.6875rem;height:24.5rem;top:8.3140869140625rem;left:24.842188239097rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZ4Uu5KXF2Gl0IEoFu0onH4UqplJ8pC7 { width:9rem;height:9rem;top:3.75rem;left:7.6347649693488rem;display:block; }
 }@media only screen and (max-width: 763px) { #LViWBNynQIJ9tBhLUApZSWq3F5kVkgRN { width:18.5109375rem;height:3.19765625rem;top:28.921875953674rem;left:25.980469107628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #piHgwC7mL6UTVkfcfQGpTBPHIW1o4HdK { display:block; }
 }@media only screen and (max-width: 763px) { #NaTT5zhkrzbGKfcN3RQm1VQ06xL0Ntno { width:18.75rem;height:9.1rem;top:14.750011444092rem;left:25.846877276898rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5CraSU5C03Fk2nsnKeKPnhHSmCqpn2G { width:18.75rem;height:4.14375rem;top:23.616678237915rem;left:25.846877276898rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReTyPSn64XMx7QT5RaPq10zkqrA6yn9v { width:33.75rem;height:2rem;top:36.75rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AVFB4oeUl3aPsxgPiyC8gFcTx7RinR1q { width:18.125rem;height:13.5rem;top:15.1875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MMF3SpsaN9Laz47FkLgyATmM0Wn9igiT { width:3.75rem;height:0;top:20.5625rem;left:1.4500007629394rem;display:none; }
 }@media only screen and (max-width: 763px) { #TkFmqcTiIIoSotCOWwUTLBNF1Qkfhsii { width:6.1875rem;height:13rem;top:1.7500400543213rem;left:24.842709720135rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4P4bE3DbqaJtceW9ODFptBVfKlJX4L1 { width:18.75rem;height:13.9333375rem;top:19.378124237061rem;left:25.856247723102rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #tMWSB4tdxT1RaCsuztzbAeAQXN3bUgmp { width:9rem;height:9rem;top:3.7500238418579rem;left:30.721877276898rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGVpSJS8CSofi3zVz2ak2JvHVymUtyX8 { width:6.1875rem;height:13rem;top:1.75rem;left:1.808333337307rem;font-size:10rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #V8BTXC3GxOwCXPRZiqXyDce5ifz1hMu6 { width:9rem;height:9rem;top:3.7500238418579rem;left:30.721877276898rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zk75L3XGxA2261f8G3TOuA3NM3RDJ5xs { width:18.75rem;height:13.9333375rem;top:19.378124237061rem;left:25.856247723102rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #xqUfC0TTAUucfIfX6whxL9VnueTxTZrr { width:18.75rem;height:1.33333125rem;top:33.478123664856rem;left:25.856247723102rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nx1NeydHRJESJphpitqMliPE8sIyZ28Z { width:18.75rem;height:4.14375rem;top:23.616678237915rem;left:25.846877276898rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WSgObzphOAEgkRzgbos61z3oLLbTNRJG { width:6.1875rem;height:13rem;top:1.7499961853027rem;left:1.808333337307rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFHEutkm4T337136xuhANUqwJOvVbsnR { display:none; }#uFHEutkm4T337136xuhANUqwJOvVbsnR > .row .container { width:47.75rem;height:41.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #coDOqmfstC1sFifNG9kQ3EwR2xyM5DM0 { width:20.6875rem;height:24.5rem;top:5.875rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7pQsFon7Shrs6MwkHe3XdCiougtlJLT { width:18.5109375rem;height:3.19765625rem;top:26.5rem;left:14.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #seTR4HZXeoCD8EH298Wmmcel0WiJZeI4 { display:block; }
 }@media only screen and (max-width: 763px) { #ObTOKSLTnT80Bz35Fx9Uo4EBXNsuaHwV { width:18.75rem;height:9.1rem;top:12.3125rem;left:14.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6TJl4STsr4zVTUpngBuaPn4sd1ftVLs { width:18.75rem;height:4.14375rem;top:21.1875rem;left:14.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUERAxzFrd17qhp8zeqe3Qz0eWRF4f4R { width:33.75rem;height:2rem;top:36.75rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xhrpCheqpuy5uihrGxk408MQRGhG1Ai8 { width:18.125rem;height:13.5rem;top:15.1875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QyNye1LRRsGti5DKIDV9sFpO5AbRANBN { width:3.75rem;height:0;top:20.5625rem;left:1.4500007629394rem;display:none; }
 }@media only screen and (max-width: 763px) { #CbEJEv9BmmIGbzCSzeS05TIPLepN4JiQ { width:18.75rem;height:13.9333375rem;top:19.378124237061rem;left:25.856247723102rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #XbqpiZVgycCCyZNGWJ7Uf99QHWTPml9P { width:9rem;height:9rem;top:1.3125rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtRNzdP3dGQVb8iIyuOasGy7UfkDhdTn { width:18.75rem;height:4.14375rem;top:23.616678237915rem;left:25.846877276898rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #a0elegD869Bu7TSWb25eEJgtwcl5TDQT { display:none; }#a0elegD869Bu7TSWb25eEJgtwcl5TDQT > .row .container { width:47.75rem;height:69.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eXl4CZPWKmaOgZ3avExQHg6TdPnEfX3X { width:31.1875rem;height:16.1875rem;top:20.5625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vbQ1UF1xNv56O6wwaMqATsyQ0hEW75Xf { width:46.0625rem;height:60.4375rem;top:8.5916748046875rem;left:0.68125003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0TUhwqLTx7pCwZTzMKsVv9hLmKsUPHe { width:6.1875rem;height:13rem;top:2.0041179656983rem;left:3.1812502741814rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGAvTezPELh1ImTV0EvZvXKTSPPUlsfl { width:9.375rem;height:9.375rem;top:3.75rem;left:19.187501132488rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xv7rIVA1wv47po6WbFMvMTbEDrBI0SW0 { width:45.6875rem;height:58.96875rem;top:13.125rem;left:1.0312500596046rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhurySDXPOB7ftMoABLSi0Fkr8pEJJpZ { width:45.6875rem;height:56.7332625rem;top:13.125rem;left:1.0312500596046rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bKJJLHJkBfdheC5TX7zOTCc4U9H0zlQI { display:none; }#bKJJLHJkBfdheC5TX7zOTCc4U9H0zlQI > .row .container { width:47.75rem;height:38.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #H4tSc5QzMX70mFa18eS92biJdHmqffkz { width:31.1875rem;height:16.1875rem;top:20.5625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #D2RAm2VIxpU4QnfXsqNtUeNmEWe9X9s3 { width:6.1875rem;height:13rem;top:2.030029296875rem;left:3.1809897422791rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6vQGIp4GyxiUmSp4Xs8GfNsQF7INZG4 { width:9.375rem;height:9.375rem;top:3.811279296875rem;left:19.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksFA8fSRvzLXqHE5GguC90lnTlpNJ7MN { width:46.1875rem;height:29.9375rem;top:8.6029052734375rem;left:0.7291667461395rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsMDsCOJyN1smTGkGGa4fcvaCSlzWFdU { width:45.6875rem;height:27.09375rem;top:13.248779296875rem;left:1.03125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUetXrFpBlzXSJlENET8yEgJT9MwvTlk { width:45.6875rem;height:26.06663125rem;top:14.437495231628rem;left:1.0312500596046rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lTIvLDg1ui7Kq04eRlteuKk99eezgeJ3 { display:none; }#lTIvLDg1ui7Kq04eRlteuKk99eezgeJ3 > .row .container { width:47.75rem;height:25.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gLoQVFrTOo5y8xi5h0WbVtFJ2yVZbl1w { width:45.6875rem;height:11.15625rem;top:12.375rem;left:1.0000000596046rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuNToesTWQx56vaalX8H4xmZh9tRomVQ { width:46.25rem;height:16.625rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVIbyxDdyutXL937i5kyG29CDT0yVa9Q { width:6.1875rem;height:13rem;top:0.0625rem;left:3.1812502741814rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITxROFAEB4QCuJFQTnyCQw65V1gvohwN { width:45.6875rem;height:41.39995rem;top:12.375rem;left:1.0000000596046rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #la8EvLRMOs9mXhFadGMmThq7xCWrmb0V { display:none; }#la8EvLRMOs9mXhFadGMmThq7xCWrmb0V > .row .container { width:47.75rem;height:27.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EgEhZGuTgWEQNmr6RTxwSafVUlxaUTmO { width:45.6875rem;height:14.34375rem;top:12.375rem;left:1.0000000596046rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrsymFMThxmXT4MDWkvpPx2sK0knMssM { width:46.25rem;height:18.75rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3eLgHkvLEAPWRSh0hZ6Pv9VftAkTdHc { width:6.1875rem;height:13rem;top:0.0625rem;left:3.1812502741814rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSOTwGkATdCVzpcR31OMvrZqDxu5XR0k { width:45.6875rem;height:41.39995rem;top:12.375rem;left:1.0000000596046rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #St8BKsKJb7hZu8QvV24hlIXve3wJCHf1 { display:none; }#St8BKsKJb7hZu8QvV24hlIXve3wJCHf1 > .row .container { width:47.75rem;height:40.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #F1FUQbfSUJm1nlaRsmtTF7ZFDPtyX2sg { width:45.6875rem;height:25.5rem;top:12.375rem;left:1.0000000596046rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJNDp03Vf1TT7DOVrmPqed6dt5WAed7R { width:46.25rem;height:31.5rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJUNQq4qAWbTlLrXaqwtszGcpzeeQEt7 { width:6.1875rem;height:13rem;top:0.0625rem;left:3.1812502741814rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXbaWvag5gHsn9laZCEBiV5igCq9EGbQ { width:45.6875rem;height:41.39995rem;top:12.375rem;left:1.0000000596046rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kw2Mn9TE3K0hDCX02cVACQtPdUza6Rdw { display:block; }#kw2Mn9TE3K0hDCX02cVACQtPdUza6Rdw > .row .container { width:47.75rem;height:27.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cbOyuQ6o7LSRAbi9T20kKhRlQBldKeNB { top:10.5rem;left:21.4453125rem;width:25rem;height:0;z-index:15011;font-size:1.0625rem;font-weight:300;font-style:normal;font-family:ubuntu;line-height:2;text-align:center;text-align-last:center;color:#47545a;display:none; }
 }@media only screen and (max-width: 763px) { #gxFr4Nyxa79LsSOJzsNTTCJp0R4vbmGo { width:21.4375rem;height:23.5625rem;top:0.96875rem;left:25.648436844349rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6k3Ez5PwvSeSJKz2DT5srns3meGT8Wn { width:18.75rem;height:3.375rem;top:18.5625rem;left:4.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTuFPrGmtRauTVIPAQgFdsRtTKmr58id { display:block; }
 }@media only screen and (max-width: 763px) { #X4ThnXUX7CLSkBPR0uTHyoKpXcPTc4EH { width:24rem;height:4.6875rem;top:6.8125rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J50vRMVkI4ofrhNP3NLZvmfDFNAOMhc6 { width:21.5rem;height:3.75rem;top:12.5625rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbPbhahXVA2RcuJ6dmCpfwcQvSmb0xJc { width:10.3125rem;height:10.3125rem;top:23.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2zk5uLONlMSTf0a07Za1hFIrI6r3OuA { display:none; }#i2zk5uLONlMSTf0a07Za1hFIrI6r3OuA > .row .container { width:47.75rem;height:11.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sZ0Rp18khDV1Fu6phTcZL9FDmbTqIGbU { width:47.748046875rem;height:1.54375rem;top:2.8125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwmyeKZCcAia6mDRsECbwAiWQFTn3BJl { width:18.5322265625rem;height:3.130859375rem;top:5.625rem;left:14.607076466084rem;font-size:1.0625rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #x291bBTpX5pskWJS0kSI5TPZeU5wbFFT { display:block; }
 }@media only screen and (max-width: 763px) { #oUOHWvoxWJDTsaChgZHT0DbxnW1Kblef { width:47.75rem;height:11.9375rem;top:0rem;left:0rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #c9EsvF7KS6PKAIhnUIceqED3PCDXDeUf { display:none; }#c9EsvF7KS6PKAIhnUIceqED3PCDXDeUf > .row .container { width:47.75rem;height:23rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SGWEqw6D9utxh9OynNOwUwn47UJsg8Tc { width:41.25rem;height:18.875rem;top:2.5rem;left:3.2289062738419rem;display:block; }
 }@media only screen and (max-width: 763px) { #tD4ELBNw76pRSuRuHVOCiaiHrNeTuhv6 { width:6.1875rem;height:1.875rem;top:1.5rem;left:20.78125rem;font-size:6.25rem;color:#f4b787;line-height:.3;display:block; }
 }@media only screen and (max-width: 763px) { #gmfnbOhukMfstiHBi0hbUAyl8Be9xcxw { width:36.6875rem;height:16.25625rem;top:5.9007825851441rem;left:5.5312498807907rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzNvb9c301bhWzOKhWTI9xrBaZ04ZI60 { width:33.875rem;height:14.0625rem;top:13.088542938233rem;left:6.9375001788137rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qHq8JfxhRfUQoLp755CrOSWOrJhoNsax { width:37.5rem;height:0;top:5rem;left:5.125rem;font-size:1.0625rem;z-index:15020;color:#47545a;font-weight:300;font-style:normal;font-family:"josefin sans";display:none; }
 }@media only screen and (max-width: 763px) { #GBWPXeZrfNPT0T1R1Dl2DOUwZdJ8oylm { display:none; }#GBWPXeZrfNPT0T1R1Dl2DOUwZdJ8oylm > .row .container { width:47.75rem;height:42.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Lr9ZhIuq0tiuHTstfrp57lUw0k5wLgZi { width:31.1875rem;height:16.1875rem;top:20.5625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #muTfXQpz3wCFtX1ZsB0BI2pTSwnsdTsA { width:40.4375rem;height:34.6875rem;top:3.75rem;left:3.6184897422791rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnJfB4HCHhmkEtECytr3ivSn6LcT3Ovb { width:6.1875rem;height:8.125rem;top:0.0625rem;left:4.125rem;font-size:6.25rem;color:#f4b787;display:block; }
 }@media only screen and (max-width: 763px) { #TiEELItVI27WiMICe7aCyv0h7iQBAsXk { width:39.75rem;height:0;top:14.125000417232rem;left:4.0000001788139rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WyMnTkSu7t15vNNrkk6prIv9diADEqsy { width:47.75rem;height:10.125rem;top:0rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KNQ589cL6kuvxBsttXINAeg80Q3tugPV { width:39.75rem;height:12.26665rem;top:15.00390625rem;left:4rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #X9IbvT3D6RaDlmqZUTu40QTZJh2aWDxq { width:37.5rem;height:32.34375rem;top:7.9375rem;left:5.0937501788139rem;font-size:0.9375rem;z-index:15019;color:#47545a;font-weight:300;font-style:normal;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #LHNZ47oGXO03KGAVSTILZlNFi3mVepT3 { display:none; }#LHNZ47oGXO03KGAVSTILZlNFi3mVepT3 > .row .container { width:47.75rem;height:21.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WWCGg3o4fKBJ6ig9IF13DDF8CXHrR4UJ { width:41.1875rem;height:17.8125rem;top:2.5rem;left:3.2291667461395rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ig6vOArNEFbCwzrlHT2rZdNKzn4EC2BC { width:6.1875rem;height:1.875rem;top:1.5rem;left:20.78125rem;font-size:6.25rem;color:#f4b787;line-height:.3;display:block; }
 }@media only screen and (max-width: 763px) { #NmtQls6QpbD4DTUVEJIezWwU1lmh8blR { width:33.875rem;height:0;top:13.088542938233rem;left:6.9375001788137rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zWCxJFrBF52Jt7fsdHRlEPvqDx68fHqR { width:33.875rem;height:14.0625rem;top:13.088542938233rem;left:6.9375001788137rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #d7pE98RUxtIgaZQ2rTIXpqQOD5FhVzJ3 { width:37.5rem;height:15.9375rem;top:5rem;left:5.125rem;font-size:1.0625rem;z-index:15020;color:#47545a;font-weight:300;font-style:normal;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #MwVNHkplfTiH3zi3LHfMnkwQaVDGW1F9 { display:none; }#MwVNHkplfTiH3zi3LHfMnkwQaVDGW1F9 > .row .container { width:47.75rem;height:19rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EGJ78cp62nRCPPCsU7bVSrxS5Bc5PPMT { width:41.125rem;height:15.875rem;top:1.9271240234375rem;left:3.2291667461395rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFz5XxVxEgK3BWs7w8QXW8vVqXdZKGhZ { width:6.1875rem;height:1.875rem;top:1rem;left:20.78125rem;font-size:6.25rem;line-height:.3;display:block; }
 }@media only screen and (max-width: 763px) { #GVBmhEaKKM2sPn72H4RVTdrS3xOSOVld { width:33.875rem;height:0;top:13.088542938233rem;left:6.9375001788137rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #daDab8T8oEIJKfaCax7xvKrZmOdJNVe0 { width:33.875rem;height:12.5rem;top:13.088542938233rem;left:6.9375001788137rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fv5dpEAazXsxPgGtKJRIKeZyAzbErERT { width:37.5rem;height:14.34375rem;top:4.5rem;left:5.125rem;font-size:1.0625rem;z-index:15020;font-weight:300;font-style:normal;color:#47545a;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #OsSTqtVT04ikUJbVm5TAk6HbTyRvUbJv { display:none; }#OsSTqtVT04ikUJbVm5TAk6HbTyRvUbJv > .row .container { width:47.75rem;height:32.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LCBuKn7OnnCPfmkdJMmBMqdLUpEhnkWF { width:41.4375rem;height:31.0625rem;top:1.2916259765625rem;left:3.0729167461395rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9rpDBOUR6cpowoosloyDPbMwKEM5pbV { width:6.1875rem;height:1.875rem;top:0.6041259765625rem;left:20.78125rem;font-size:6.25rem;line-height:.3;display:block; }
 }@media only screen and (max-width: 763px) { #hsabKn2uKFtdGB4GlK3kSa58UesLXchE { width:47.75rem;height:0;top:13.0625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EJA1tLu3Zd45G9Npr20nZUfo4olHF8T9 { width:47.75rem;height:25rem;top:13.0625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tMi9T9dcl8gpihQdF5Z52ZpH0FQAq9kG { width:37.5rem;height:28.6875rem;top:3.9791259765625rem;left:5.125rem;font-size:1.0625rem;z-index:15021;color:#47545a;font-weight:300;font-style:normal;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #kLGPLbUPdrOTBLp9fL6nwfGsGoEhv6RT { display:none; }#kLGPLbUPdrOTBLp9fL6nwfGsGoEhv6RT > .row .container { width:47.75rem;height:38.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MsgTcf6T8Ri12T86MPfZHovQA8DvzERP { width:41.4375rem;height:36.125rem;top:2.5rem;left:3.1041667461395rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdtKLg23J3vc1Xbpt4pb4CRX7bcHk7Pz { width:6.1875rem;height:1.875rem;top:1.875rem;left:20.78125rem;font-size:6.25rem;line-height:.3;display:block; }
 }@media only screen and (max-width: 763px) { #TTDuPwvbx7guMp6s4Mw2g76faBw1hZvR { width:47.75rem;height:0;top:16.562507629394rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #O5iaJZ3SWFh0mXTkTfBJNb2difAwWUq7 { width:16rem;height:14.0625rem;top:3.75rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wxiknu8dd3TlvcEQOswJCHOodvVRO9uC { width:47.75rem;height:26.06663125rem;top:13.0625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ko1rGwEH7etOpcFaGGUvoQkcPexJB535 { width:37.5rem;height:33.46875rem;top:5.375rem;left:5.125rem;font-size:1.0625rem;z-index:15020;font-weight:300;font-style:normal;color:#47545a;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #wRziwpEGrMSCw2JI2QZ5E0S279MBIB1p { display:none; }#wRziwpEGrMSCw2JI2QZ5E0S279MBIB1p > .row .container { width:47.75rem;height:24.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KQW1GyMXxPPGVkbKySIDqcfFfeHbpMlA { width:41.125rem;height:21.5625rem;top:2.467529296875rem;left:2.6171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcKxrIG88TLoMDwSOge6KTU5ycTmu9kT { width:6.1875rem;height:1.875rem;top:1.875rem;left:20.169271469116rem;font-size:6.25rem;line-height:.3;display:block; }
 }@media only screen and (max-width: 763px) { #JyxaPAufo4xAV1e5QGeOyT2cBncEc4CT { width:37.5rem;height:0;top:13.0625rem;left:5.0937501788139rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aWX4IHJ6JsAFH7W4v0dqcgg1WllG6N9f { width:33.875rem;height:17.1875rem;top:13.088542938233rem;left:6.9375001788137rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qiaNwJZS9TZlTJQJ472o4PKkfSMQqvpy { width:37.5rem;height:19.125rem;top:5.4375rem;left:4.5130209922791rem;font-size:1.0625rem;z-index:15020;color:#47545a;font-weight:300;font-style:normal;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #Ra1OZcoDhwEUnvGBqFtKivqHsBegIZXb { display:none; }#Ra1OZcoDhwEUnvGBqFtKivqHsBegIZXb > .row .container { width:47.75rem;height:41.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DJpRL3qWH1RNetMRgIvip91gZhyrCTcJ { width:41.4375rem;height:34.6875rem;top:2.1875rem;left:3.0729167461395rem;display:block; }
 }@media only screen and (max-width: 763px) { #isE4xZ4tHmLdxbdAheefso0NihFpysXk { width:6.1875rem;height:1.875rem;top:1.5rem;left:20.78125rem;font-size:6.25rem;color:#f4b787;line-height:.3;display:block; }
 }@media only screen and (max-width: 763px) { #pvoPQQ95SN78PQ2ETxt1T4ZSbcXB2d6t { width:47.75rem;height:0;top:13.0625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cm2eRBdaQCH8uRaN1CTO21hhqaAD5wFR { width:47.75rem;height:26.5625rem;top:13.0625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #m9Cs6Vbr9GH9OMUzCm2w5HTzJzhu1RWg { width:37.5rem;height:31.875rem;top:4.833251953125rem;left:5.125rem;font-size:1.0625rem;z-index:15021;color:#47545a;font-weight:300;font-style:normal;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #RgacaLAoLa6RlbEa5Bqn66P0SSndDdmZ { display:block; }#RgacaLAoLa6RlbEa5Bqn66P0SSndDdmZ > .row .container { width:47.75rem;height:9rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LOHlkUu3RdstAwLyaERQwzPERUdMR1lf { width:19.9375rem;height:6.0625rem;top:3.4375rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gSTNe2G2ofGxEMlfZTHlxkJ20UVV5ds2 { width:40.625rem;height:8.25rem;top:34.559898376465rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5wW1yxtQS44LcnPJBxyZLnnGJVsBs5D { width:47.75rem;height:6.09375rem;top:3.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOttI3TUVqDUPdL1HxhaFvPJIWrQo9yX { display:block; }#OOttI3TUVqDUPdL1HxhaFvPJIWrQo9yX > .row .container { width:47.75rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xKuOVhOGVsFMzfO0XONgCkROcpkbKuHe { width:39.4375rem;height:8.333333rem;top:2.5rem;left:5.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bl5ScLQTTc2Jsz35i5nQgdI1w7ptySMQ { width:39.4375rem;height:8.333333rem;top:2.5rem;left:5.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnrKCkl31626la4368mb5mi0aQTq3ETU { width:39.4375rem;height:8.333333rem;top:2.5rem;left:5.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvZV3ZWstXgrOGFbskottLcMwOTsOs2k { width:2.5rem;height:2.5rem;top:9.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUD6TPyoVo6CzGkViST9PAw8W6J7V6q5 { width:2.5rem;height:2.5rem;top:18.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTTUWaPkoPsicr1onfpe9u51WrrgBakq { width:2.5rem;height:2.5rem;top:24.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmbK7MbXtaZIdkRRfXwqfANiWZlB6PJR { width:18.75rem;height:3.375rem;top:3.6234378814698rem;left:14.498436748981rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z42bs5cuMytWkO8bccfqtyftoe9NFhZw { display:block; }
 }@media only screen and (max-width: 763px) { #OJydO6DHGXDS0qfs8VSRAzBUdBb2KmkT { display:block; }#OJydO6DHGXDS0qfs8VSRAzBUdBb2KmkT > .row .container { width:47.75rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cJA7VxmG0cLnQqXs2P5ioKamb42wrOkb { width:38.8125rem;height:16rem;top:1.875rem;left:6.5624998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhkT9cPFkxLV54Hi1QHvmJfSACG5Lal9 { width:30.3125rem;height:5.525rem;top:4.7699680328369rem;left:14.875000298023rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBndCJRKrJ60E6AbMiCRTTF3Fqt2KTZw { width:24.5rem;height:2.7625rem;top:12.38515663147rem;left:14.875000357628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDbxzTGKlQTfTA200WoBy0KE6ZIhqcPr { width:9.375rem;height:9.375rem;top:3.76953125rem;left:1.8750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqTnRkZTosrFZaJTPNLK0MSNvrwvkvnL { width:30.3125rem;height:5.525rem;top:4.7699680328369rem;left:14.875000298023rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sT3rRo0c7C2LyyXwwJKg1SER8pQzQKrN { display:block; }#sT3rRo0c7C2LyyXwwJKg1SER8pQzQKrN > .row .container { width:47.75rem;height:18.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #heguDqC2spGLKbwPLT9xzodcP4Saenbq { width:38.8125rem;height:14.625rem;top:1.875rem;left:6.5624998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZ947xS9H9DsO83OsnyJCNWlhsqz5vKy { width:30.3125rem;height:2.7625rem;top:4.7699680328369rem;left:14.875000298023rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rL1rhysvJJLiW4SLVB0IcmWXOxecV4JX { width:24.5rem;height:2.7625rem;top:10.806250572204rem;left:14.875000357628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsmXZAcf991FwQxR7VsTn2nGZ0dqrZeu { width:9.375rem;height:9.375rem;top:3.6445322036743rem;left:1.8750001192093rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #OnkDhuPXck939TH3tgWZrqKIynRKt0yy { display:block; }#OnkDhuPXck939TH3tgWZrqKIynRKt0yy > .row .container { width:47.75rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mXLBlcs6ALg0bdBdqCrGcp6UpvvkPX06 { width:40.625rem;height:8.25rem;top:34.559898376465rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kk1uAWmIZEbvIelTVyn7hRnkFu9avA4i { width:47.75rem;height:6.09375rem;top:3.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGTRWISc5cz7BPJwVMWV1lR15qaeFLMw { width:47.75rem;height:22.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZQRfUqfayLvSQpDZtkB9pkai7oTu2m4c { display:block; }#ZQRfUqfayLvSQpDZtkB9pkai7oTu2m4c > .row .container { width:47.75rem;height:9.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E8Plu4PLKsCGHEocUAlquom7o0btbwlP { width:40.625rem;height:8.25rem;top:34.559898376465rem;left:3.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #p1dEZZG7fNyJFAbvkMPWTmOpJ6Zb0Pzh { width:47.75rem;height:6.09375rem;top:3.75rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yeeQyeXppopI9zepf5vTevGnttfLh6m5 { display:block; }#yeeQyeXppopI9zepf5vTevGnttfLh6m5 > .row .container { width:47.75rem;height:18.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fbEg0pgbtE0RVPdxpKmo4obvTNkgX3ty { width:25rem;height:3.5rem;top:2.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0DH1WPqt1EvCAWcIiDdzv8EQukLe6mN { width:25rem;height:3.5rem;top:2rem;left:22.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lks91E7Qk88DmhAfPaErG0fw5KJI6bTr { width:25rem;height:3.5rem;top:9.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGcKKaheXIUo3B4NHkU6ZQ542qq9Hru3 { width:25rem;height:3.5rem;top:9.375rem;left:22.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJaPchznSi2KN9yxJLKCOyVuVXgNuEHI { width:25rem;height:3.5rem;top:16.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tloteVz3ScQKMEFdVC5ZddzXU9474nOG { width:24.4375rem;height:3.5rem;top:16.4375rem;left:22.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vpsgs2z8g7UfKcn9cC0GTdUpiuWuuRIm { width:2.5rem;height:2.5rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxvyvVmAil303baA0A6bSq5KLXDm2Kii { width:2.5rem;height:2.5rem;top:9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3DfXvTckuTd3S9Ob4UC3RFRIFn3dPw2 { width:2.5rem;height:2.5rem;top:16.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #focr30ctLlRUOrh0IfNrwXrmxHFpK8J2 { width:2.5rem;height:2.5rem;top:2.125rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pF69S7p5bZUsaJo5wiIcnh5ZP1bK7sVw { width:2.5rem;height:2.5rem;top:9.375rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0kzcMkkoApdBBQ1RdhvviqvF5RNXLvU { width:2.5rem;height:2.5rem;top:16.5rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uT53tmSUsVnrEna1K3mXUQ0S69hrVvu4 { width:18.75rem;height:3.375rem;top:3.6234378814698rem;left:14.498436748981rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFN8TZ5R3ndVSi9nf4bBqSKPPWe2r1wb { display:block; }
 }@media only screen and (max-width: 763px) { #qpfRRZXLV4u3gsdbgs5bqhUngivJfgEh { display:block; }#qpfRRZXLV4u3gsdbgs5bqhUngivJfgEh > .row .container { width:47.75rem;height:9.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fCrFE6WKPQHHRQiKbdydTEzbgUiAa1IT { width:40.625rem;height:8.25rem;top:34.559898376465rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #riJe0mAGbwzELIxnNks0HT10oAbtwPnT { width:47.75rem;height:6.09375rem;top:3.7500019073486rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGrQSeZVfJGSzFb7nH1FHo3y2hthXII6 { display:block; }#yGrQSeZVfJGSzFb7nH1FHo3y2hthXII6 > .row .container { width:47.75rem;height:15.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xg5ByDN3kCaOGUclkaHi86ig8lozzpZg { width:47.75rem;height:14rem;top:2.1250114440918rem;left:0rem;font-size:1.125rem;display:none; }#Xg5ByDN3kCaOGUclkaHi86ig8lozzpZg li:before{  }
 }@media only screen and (max-width: 763px) { #UTEqn2itQ9OvLw5DTNXORXXBfcmaJoc4 { width:35.8125rem;height:1.75rem;top:12.0625rem;left:6.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGJffim2smFMLvTxg4FUVVCpMyNBiDA3 { width:35.8125rem;height:1.75rem;top:18.0625rem;left:7rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdIakqPCyM6DpvAfZhdKJbx7G1eeSSVI { width:35.8125rem;height:1.75rem;top:23.75rem;left:7rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyMnP7RQrMkhlFNMo7VOW6OA3g16zmya { width:39.375rem;height:3.5rem;top:29.75rem;left:6.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0zmz7L9SbhUnTOst6c7NdTh0JaElfDy { width:2.5rem;height:2.5rem;top:12.0625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m29JunHeMm2VOsQqzouI9K0VdBmsuXiI { width:2.5rem;height:2.5rem;top:18.125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9ToeJDOVmgTAilZKnvaPuqJhCN7xo6n { width:2.5rem;height:2.5rem;top:23.8125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFdUiMolQBPxD5Zywg65TGVVfADZImUc { width:2.5rem;height:2.5rem;top:29.75rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9Qw2GQkgHMxyo5P5T7XmFQzHMQRPfWE { display:block; }#V9Qw2GQkgHMxyo5P5T7XmFQzHMQRPfWE > .row .container { width:47.75rem;height:10.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X7FrLP28GCTldyfKyoBhcDiHKHJwuePg { width:47.75rem;height:6.09375rem;top:4.12890625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcW4SKT4KMIudU6HpZDu5ccyWzzCXWgn { width:14.25rem;height:14.25rem;top:30.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zh7lhxdpN3Kq1xQsCVZT1VmzITRok4kB { width:20.625rem;height:11.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #zo5JONe5ooPdBmTX4p57sG7T7s1wvFC9 { display:block; }#zo5JONe5ooPdBmTX4p57sG7T7s1wvFC9 > .row .container { width:47.75rem;height:5.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X2clGr1N0uJCBU2pygMgZwftTI4yhiEO { width:46.75rem;height:3.4375rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xo4m7aB9fmBbHocc3F2vrCVgJkdRdCXs { display:block; }
 }@media only screen and (max-width: 763px) { #LlID0KWKCE6v2RiPZQAPzDyfmeppDfal { width:3.4375rem;height:4.875rem;top:0rem;left:44.3125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RelxBX2uJ6JPJ8IetlLcGlDTFmcaexKh { display:block; }#RelxBX2uJ6JPJ8IetlLcGlDTFmcaexKh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WOIBQvuI4wJox95bysEtLhPELaGsP8DK { width:31.3125rem;height:2.125rem;top:0.6875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPDisUazHZcTtlVP5VROpFgmzZJHzAHr { width:47.75rem;height:2.25rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDOwQC0n4eR8nMgsXD8X6Ks8Q6fZvo2P { display:block; }#HDOwQC0n4eR8nMgsXD8X6Ks8Q6fZvo2P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GwWIH4gsbvlFWTpG29gHTgqVPoQJFNHH { width:45.3125rem;height:3.825rem;top:0.25rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jc49IhPi6WrgJkRRBtZH97S2mGZyMg9T { display:block; }#Jc49IhPi6WrgJkRRBtZH97S2mGZyMg9T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mpGBN0Gld7eCmTlJChhld0PRuDliPsf1 { width:47.75rem;height:2.25rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVW9K64dEww4Ih9uTkvZSs7LCBp10edH { width:31.3125rem;height:2.125rem;top:0.71875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGpcvQxwB4RBnRVOu547UtnsdS7JHV7P { display:block; }#gGpcvQxwB4RBnRVOu547UtnsdS7JHV7P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OtVBGvmUKDBkKl2ZiNC8fbCdOhVdhAoy { width:45.3125rem;height:3.825rem;top:0rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sB0Daxe1Efet2DEwErlnsHRkPcZAASQm { display:block; }#sB0Daxe1Efet2DEwErlnsHRkPcZAASQm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hbFkRGUkPp8SydizQXeifBOcvcAQmNL4 { width:31.3125rem;height:2.125rem;top:0.65625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2kBkP5p2facXAvTXJTH9ygcpIIFCqmf { width:47.75rem;height:2.25rem;top:0.59375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnuLb3XlDNtCvTTKRGmviHOSDXHAKFKL { display:block; }#AnuLb3XlDNtCvTTKRGmviHOSDXHAKFKL > .row .container { width:47.75rem;height:11.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TMh9wbPyPUXVsmqVXWELfgORhxvh57xd { width:37.3125rem;height:11.475rem;top:0rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdJMWrMX1kFtGTEUV9eHuQ6vF5z25xxR { display:block; }#IdJMWrMX1kFtGTEUV9eHuQ6vF5z25xxR > .row .container { width:47.75rem;height:5.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pwb8RxE1nkOum53rNqlmh9zIiy7Vmvr3 { width:46.75rem;height:3.4375rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdSIOxyMOni4X03Mq13ci2xkbTkWyaH6 { display:block; }
 }@media only screen and (max-width: 763px) { #K0oxB2ZADEU3LEoU1NICUbkqHu8OEGTt { width:3.4375rem;height:4.875rem;top:0rem;left:44.3125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmUUT0XZ3A45HXofgr30yKL0MXmQxbWz { display:block; }#hmUUT0XZ3A45HXofgr30yKL0MXmQxbWz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SN0ytOreyqDJTTT5WlkLDzH0mHp0yev1 { width:47.75rem;height:2.25rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqoSi53eq9yIC7RlCraSI52HQUM1kWL1 { width:31.3125rem;height:2.125rem;top:0.6875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNPxRBJpy725NuO7AWGbFhDrctUtPedc { display:block; }#mNPxRBJpy725NuO7AWGbFhDrctUtPedc > .row .container { width:47.75rem;height:13.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z8xNMEQH8Try4eN2AN3H8t7k51EIpe56 { width:41.25rem;height:13.3875rem;top:0.40625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9JJenc71uHqdQzqpDJeEGAubNFLZEim { display:block; }#A9JJenc71uHqdQzqpDJeEGAubNFLZEim > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t20BMFH5Jvv37qavBDmmqU5hgoUx8c6T { width:47.75rem;height:2.25rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrZP6X2k1sEnuNhs9RJATFRW7kluB3CX { width:31.3125rem;height:2.125rem;top:0.6875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAddJZitewL2kI64ChuQTQaJTknbbLxK { display:block; }#AAddJZitewL2kI64ChuQTQaJTknbbLxK > .row .container { width:47.75rem;height:46.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #biVhkWPniJltiCEVP5KlM4q6VJnAlqh6 { width:41.25rem;height:43.9875rem;top:0.40625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGhzn1VDE4tBty6dk0EOadM4KNFO1t2F { display:block; }#GGhzn1VDE4tBty6dk0EOadM4KNFO1t2F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZfmXfkPybxHOd3zLxKeXXKrSTrQcav6h { width:47.75rem;height:2.25rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #leuMovvnFnztOAnyZqS7gLDInb7aXK15 { width:31.3125rem;height:2.125rem;top:0.6875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCuaC0kufEp1Ddov3gEQ63bGkIR29RE8 { display:block; }#QCuaC0kufEp1Ddov3gEQ63bGkIR29RE8 > .row .container { width:47.75rem;height:45.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oLhNk0VlcFvmJWT4b1fAaFw4xTIAVrFV { width:41.25rem;height:43.9875rem;top:0.40625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ST1E1QpwUF5G9o0OWlXOyJF3Wsv6i22u { display:block; }#ST1E1QpwUF5G9o0OWlXOyJF3Wsv6i22u > .row .container { width:47.75rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dhf3EuCdEAxW4fL9RcqM0ts50Pbt8CRy { width:47.75rem;height:4.0625rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3usAf4ZoKmvpdxMLRWCF6TaLVxkFPsx { width:31.3125rem;height:4.2rem;top:0.6875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWKWlSlpomsVxkASgImBvglBMrDWgW0t { display:block; }#CWKWlSlpomsVxkASgImBvglBMrDWgW0t > .row .container { width:47.75rem;height:23.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sy3whghQqdpzDiQ5XbfglV8SyTbBGDAf { width:41.25rem;height:20.9rem;top:0.40625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZKaLETxShNIE32t3CC6pVue9D2oXWaV { display:block; }#rZKaLETxShNIE32t3CC6pVue9D2oXWaV > .row .container { width:47.75rem;height:5.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ekMkO1tHmwrhEvbkzAmB5iMI6gvaXgSd { width:46.75rem;height:3.4375rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTHg9As9Pe24T6JaA2yWocqP9lyLqf3F { display:block; }
 }@media only screen and (max-width: 763px) { #UKXeKmiEnLmnH6gChcGycKzi6xnpth9h { width:3.4375rem;height:4.875rem;top:0rem;left:44.3125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTNfOQbumussiM9BQHCPLGKGVTASMFvC { display:block; }#xTNfOQbumussiM9BQHCPLGKGVTASMFvC > .row .container { width:47.75rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KRRHDSFWiKK3JcxpuixLXVrlk8AEEyw6 { width:47.75rem;height:3.1875rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZgCOiOVy7KCJV9pf1RxfnJOBsz4Fvwh { width:45.3125rem;height:2.125rem;top:1.125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rfd6pZuFSEnIhariTofb5Q97mh88Wmfn { display:block; }#Rfd6pZuFSEnIhariTofb5Q97mh88Wmfn > .row .container { width:47.75rem;height:7.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NGR8S6wxkN8UdpL0bE6dRbKQASCio9vD { width:41.25rem;height:5.7375rem;top:0rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVefuqaqBefCvQ98CPwyatgc473cTCmM { display:none; }#KVefuqaqBefCvQ98CPwyatgc473cTCmM > .row .container { width:47.75rem;height:4.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dqigy6JbeEerdQpq4gSHJeR0QcoXbJpL { width:47.75rem;height:3.1875rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQp69l5P58xPdic7zOSfvmFEMPVf26PF { width:45.3125rem;height:2.1rem;top:1.125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDkk0fCf1TFtZudeRE1W5nX6TKHZNZwr { display:none; }#UDkk0fCf1TFtZudeRE1W5nX6TKHZNZwr > .row .container { width:47.75rem;height:24.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kVwnbUSyHdTcyXEK4pSqUaOAdGO4mWGt { width:41.25rem;height:24.7rem;top:0rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a75RuzcgP0mB3K5hNZ3K0QSANy3eU9BE { display:block; }#a75RuzcgP0mB3K5hNZ3K0QSANy3eU9BE > .row .container { width:47.75rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AzxQxz0IHc2WeqfBT7EVUdZIBL5tswFQ { width:47.75rem;height:3.1875rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3GbSVoC3rPS6oBvmixzJfTcOK4OpA2L { width:45.3125rem;height:2.125rem;top:1.125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F05oNmaENPtsCr6WsScbJVC1JME97g00 { display:block; }#F05oNmaENPtsCr6WsScbJVC1JME97g00 > .row .container { width:47.75rem;height:9.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dLdGtNHO5NCFeW8bOwlkgbguo2t7Odni { width:41.25rem;height:9.5625rem;top:0rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9PGc6QM5WT2iyGylEA7XaFOoiRkHzCp { display:block; }#t9PGc6QM5WT2iyGylEA7XaFOoiRkHzCp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5KwVveTMZsFbUEzv5Tg7bv7c2OdyTNn { width:47.75rem;height:2.25rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgnEDf2mxkhZJ6PwtZ5TSAWrbZmwmMXm { width:39.5625rem;height:2.125rem;top:0.6875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ez3lTFkeqit0T8zA17vQib6yduIwu0Kc { display:block; }#ez3lTFkeqit0T8zA17vQib6yduIwu0Kc > .row .container { width:47.75rem;height:3.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UXEHvK1bi1BdLNLPqGGOz4OMUbG3GEIV { width:41.25rem;height:3.825rem;top:0rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1UPtcOBpPPEoN9tKCL3EafqwHn0hKxy { display:none; }#g1UPtcOBpPPEoN9tKCL3EafqwHn0hKxy > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vqxom1H2DQZTMu8uHE9dVz0SmnJdstHm { width:47.75rem;height:2.25rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9zLnrypiZ0MyzTf2roM7nLDWpZec8rH { width:31.3125rem;height:2.125rem;top:0.6875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnW7qqvoH2wkxr1TnUCImMZXDXH4wQZr { display:none; }#mnW7qqvoH2wkxr1TnUCImMZXDXH4wQZr > .row .container { width:47.75rem;height:10.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #w7BgXeP9sBHZ6qfdEkn626CFDmXkbVL8 { width:43.0625rem;height:9.5625rem;top:0.40625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFNJFMWBD8gHD5W8nwbQLR2TRv6Nlztd { width:43.0625rem;height:9.5625rem;top:0.40625rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JcGDnfoDVeZHeXhFpgsilQBhsA8mweSl { display:none; }#JcGDnfoDVeZHeXhFpgsilQBhsA8mweSl > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VvvdKLogXUOXcZT28rJioRq01EGoD6Cw { width:47.75rem;height:2.25rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBIZRg8fTDqckwtiTveEPfaGA2ciBJbR { width:42rem;height:4.2rem;top:0.6875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgRUFQEICuoTog2Dqn0KQK12PknzuOf7 { display:none; }#bgRUFQEICuoTog2Dqn0KQK12PknzuOf7 > .row .container { width:47.75rem;height:3.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wO6QVkXlTCIqmJg1GVw5VpSoTFwVg9sJ { width:45.3125rem;height:3.8rem;top:0.40625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBG5ieDxl4kUkTaa06lqqHT7qiVAwGpX { display:block; }#EBG5ieDxl4kUkTaa06lqqHT7qiVAwGpX > .row .container { width:47.75rem;height:4.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wZtGdKLnngrMT2PJpZ5qh6llcslROlvI { width:47.75rem;height:2.25rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFmhN97csmd2EU9t9TZstLqZqWMiz0E4 { width:36rem;height:2.125rem;top:0.6875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSnPbsFZxvxHvcTV4EtbO0iBzXsGGNux { display:block; }#iSnPbsFZxvxHvcTV4EtbO0iBzXsGGNux > .row .container { width:47.75rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qEVP117BmaGTpKZ4EiskbmSW59lFJvVA { width:45.3125rem;height:5.7375rem;top:0.40625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KquarL835muSeHESRSbKEhsriBKPU7Of { display:block; }#KquarL835muSeHESRSbKEhsriBKPU7Of > .row .container { width:47.75rem;height:5.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pWrtVsbQnzbgdkI8HNqeh6paMCXFExnQ { width:46.75rem;height:3.4375rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4MiTKxKyRPTKceWwZSxOSTLlyB6CJIW { display:block; }
 }@media only screen and (max-width: 763px) { #G9T1Nc0IbGaKqBTvDXlNOfH1LQIEJ0yE { width:3.4375rem;height:4.875rem;top:0.125rem;left:44.3125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ah1ksUz5ol9AtBAt0POvpLu4xFaN6Urt { display:block; }#ah1ksUz5ol9AtBAt0POvpLu4xFaN6Urt > .row .container { width:47.75rem;height:6.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kTNfLVk4FTgHQ7TvPskdKzgt9Ocxrx4Q { width:47.75rem;height:4.5625rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kkm3OGbJNFOtO2e7otsKXxUTJHvkAZIQ { width:39.625rem;height:4.25rem;top:0.6875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PU29g8omfmsOP1n5gwE7oUGVfw6n0iZI { display:block; }#PU29g8omfmsOP1n5gwE7oUGVfw6n0iZI > .row .container { width:47.75rem;height:26.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GTTbhWOh1ToyhgTHPX7rkIXl3XHM4Awt { width:44.375rem;height:24.8625rem;top:0.40625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDUULT7Vb6xxxabSQc9IbzsAJDp5Ey6B { display:block; }#KDUULT7Vb6xxxabSQc9IbzsAJDp5Ey6B > .row .container { width:47.75rem;height:6.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZltS8WPVb68mhvGVEOwQovDFH2AqkgC2 { width:47.75rem;height:4.5625rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcJEZUh6Z3aPVqOmbg8FB2TcDZk0esV1 { width:39.625rem;height:4.25rem;top:0.6875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiP2SgxncdAEwgtlLJxR5XiJ31rNR0qE { display:block; }#TiP2SgxncdAEwgtlLJxR5XiJ31rNR0qE > .row .container { width:47.75rem;height:26.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #te1DD0LTWLNm2z6tasAqdtySCT1oBbye { width:44.375rem;height:24.8625rem;top:0.40625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBJ0maxVTvGTFM1OEZgmIyRikJJwuOBf { width:44.375rem;height:24.8625rem;top:0.40625rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bZpo5bs3XEpnKKDVv4WNsf3x4ENfagSu { display:block; }#bZpo5bs3XEpnKKDVv4WNsf3x4ENfagSu > .row .container { width:47.75rem;height:4.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bkt03i4cDmPwivdUAtB5MbbsSkz4UvSg { width:47.75rem;height:2.25rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWP6FP3otDemaJZVbXo0sTVePg2XZEzN { width:31.3125rem;height:2.125rem;top:0.6875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkl8hNf8hciHbRvLWIMJDsQnFuX9FoKc { display:block; }#qkl8hNf8hciHbRvLWIMJDsQnFuX9FoKc > .row .container { width:47.75rem;height:3.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GvhKISQ9peRTvAILzvZzHsAcN83E5oRl { width:45.3125rem;height:3.825rem;top:0.40625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #stlVXdR5oTZRQKbBKicI8iHKgzcPKQ4K { width:45.3125rem;height:1.86666875rem;top:0.40625rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DRS8cQDbOQFs1OuqzbluUmr303amqpwM { display:block; }#DRS8cQDbOQFs1OuqzbluUmr303amqpwM > .row .container { width:47.75rem;height:7.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yUGk0BcUWaA4HJD4KkM11F1iOQAp2QRn { display:block; }#yUGk0BcUWaA4HJD4KkM11F1iOQAp2QRn > .row .container { width:47.75rem;height:47.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oU6lGx9JqhoTuTXHrRmec2bA3TkWxHHv { width:43.75rem;height:28.4375rem;top:19.100463867188rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4HM8cGotZ1ytv0a799mudV4Nx3I550G { width:18.75rem;height:3.375rem;top:3.6234378814698rem;left:14.498436748981rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #glK51d1Qa7qNO2gTmKUC74aoMHH4Hfgx { display:block; }
 }@media only screen and (max-width: 763px) { #wEThRGTApZu6W771tDl616PyAPr5O2Nr { display:block; }#wEThRGTApZu6W771tDl616PyAPr5O2Nr > .row .container { width:47.75rem;height:26.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FBEhMU0Lg7uGNHTlXiRHEpIc2KoHZlbh { width:47.75rem;height:4.0625rem;top:5.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUb6fb3rBQap48t6x37wm2UlBJaBnPfI { width:47.7491875rem;height:1.86875rem;top:13.186037063599rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiIPt2Tl6uZBHqmHL2tv8nSmInyP6pRO .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; }
#UiIPt2Tl6uZBHqmHL2tv8nSmInyP6pRO .widget-text.counter-number { padding-top:0.771875rem;padding-right:0.688125rem;padding-bottom:0.771875rem;padding-left:0.688125rem;width:4.128125rem;min-width:4.128125rem;height:4.150625rem;font-size:3.08875rem;line-height:66.41px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.1875rem solid #f4b787;border-left:0.1875rem solid #f4b787;border-right:0.1875rem solid #f4b787;border-bottom:0.1875rem solid #f4b787; }
#UiIPt2Tl6uZBHqmHL2tv8nSmInyP6pRO .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; }
#UiIPt2Tl6uZBHqmHL2tv8nSmInyP6pRO { width:20.625rem;height:8.1925rem;display:flex;top:17.45703125rem;left:13.358073234558rem;z-index:15057;padding-top:0.19625rem;padding-right:0.2025rem;padding-bottom:0.19625rem;padding-left:0.2025rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #UiIPt2Tl6uZBHqmHL2tv8nSmInyP6pRO #tvTE2UIfMCOLn3Pw12k6dUsMdmaxxDTw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UiIPt2Tl6uZBHqmHL2tv8nSmInyP6pRO #DoLcJnH4XoNTC7grVOepubUC8yzLuqAy {  }
 }@media only screen and (max-width: 763px) { #UiIPt2Tl6uZBHqmHL2tv8nSmInyP6pRO #BZm4kyGgDkKDUWn11Z4kp72o1EKkWPrN {  }
 }@media only screen and (max-width: 763px) { #UiIPt2Tl6uZBHqmHL2tv8nSmInyP6pRO #X2Ty3TdrJhKEXto7WlHnAJXP7FvpHz0h { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UiIPt2Tl6uZBHqmHL2tv8nSmInyP6pRO #l53fRM1RWLGWpMwGMtrUpdq0xIwkQt91 {  }
 }@media only screen and (max-width: 763px) { #UiIPt2Tl6uZBHqmHL2tv8nSmInyP6pRO #SB1ILHGTSmFGXxrbmyWkVoBvPPRTZNZl {  }
 }@media only screen and (max-width: 763px) { #UiIPt2Tl6uZBHqmHL2tv8nSmInyP6pRO #fpaSxmrZfK8CqTBOm8IcOJ5tO5AQDGhw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UiIPt2Tl6uZBHqmHL2tv8nSmInyP6pRO #XRfDRcHeB4u69hqFqmrBap9RaWvsKHuk {  }
 }@media only screen and (max-width: 763px) { #UiIPt2Tl6uZBHqmHL2tv8nSmInyP6pRO #LWa9yJQU4U0GblrpowFXcFPrtE19T3BQ {  }
 }@media only screen and (max-width: 763px) { #UiIPt2Tl6uZBHqmHL2tv8nSmInyP6pRO #r3HVUnHhMVT62pnzqk4ptx2H30HV5oUA { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UiIPt2Tl6uZBHqmHL2tv8nSmInyP6pRO #NzGOp9P8LwgyyLe7zlZCXkzNhyEaTG55 {  }
 }@media only screen and (max-width: 763px) { #UiIPt2Tl6uZBHqmHL2tv8nSmInyP6pRO #rafnlnNwZP8cAXl4A9qcnGABVvCIRTZm {  }
 }@media only screen and (max-width: 763px) { #xGCtbAVPNTcX6tWiWWIfegJwhgZfNGHh { display:block; }#xGCtbAVPNTcX6tWiWWIfegJwhgZfNGHh > .row .container { width:47.75rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i04T2s7BRdif3FPGsLCeyQ8VK1HQ9tqQ { width:7.5rem;height:3.6875rem;top:2.53125rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrhEhfeOzOwJiB2M0bWgm0SFl5GXrWD0 { width:1.125rem;height:1.583333375rem;top:2.1875rem;left:27.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsORAAB8Pcvx6NzpH7biFomtnimHtSkx { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/fe78b67b-e6b8-4878-802f-9348ed2e102e/12nawykw.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#BsORAAB8Pcvx6NzpH7biFomtnimHtSkx.adaptive-delivery-prevent-bg, #BsORAAB8Pcvx6NzpH7biFomtnimHtSkx.lazyload, #BsORAAB8Pcvx6NzpH7biFomtnimHtSkx.lazyloading { background-image: none; }#BsORAAB8Pcvx6NzpH7biFomtnimHtSkx > .row .container { width:47.75rem;height:27.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #e4CrqJrkVXrq1kCgaNFHsez4pIDNxUSy { width:15.25rem;height:7.5rem;top:2.375rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtpbVpQTML6BrFg9lPfvrR0TH5TXtpiH { width:1.3125rem;height:1.583333375rem;top:4.25rem;left:41.612501502037rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlLXepvTN9lbOIWAyhWn9qBlbvSk2k3Z { top:6.9164061546325rem;left:25.875000357628rem;width:21.875rem;height:6.1666665rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKa4Zu10qbzJy8OX0alCJJyWUAhdQ08A { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #RrdrAdJvRvVcOedTpMqWV2MixZzLqBov { width:40.625rem;height:8.25rem;top:34.559898376465rem;left:3.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#f5fbfd;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) { #VrNVXih16JQpAu3ElzWT7C8CexSs1uU0 { position:fixed;z-index:199999;background-color:rgba(16,125,132,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; }#VrNVXih16JQpAu3ElzWT7C8CexSs1uU0 > .row .container { background-color: transparent; background-image: none; }#VrNVXih16JQpAu3ElzWT7C8CexSs1uU0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VrNVXih16JQpAu3ElzWT7C8CexSs1uU0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VrNVXih16JQpAu3ElzWT7C8CexSs1uU0 > .row .container > .video-iframe-container { display: none; }#VrNVXih16JQpAu3ElzWT7C8CexSs1uU0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VrNVXih16JQpAu3ElzWT7C8CexSs1uU0 > .row > .video-iframe-container { display: none; }#VrNVXih16JQpAu3ElzWT7C8CexSs1uU0 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VrNVXih16JQpAu3ElzWT7C8CexSs1uU0 > .row .container { border-width: 0; border-radius: 0; }#VrNVXih16JQpAu3ElzWT7C8CexSs1uU0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VrNVXih16JQpAu3ElzWT7C8CexSs1uU0 > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UX9zoBra0tCRXCUawnZd2rbZ3w6c7k4n { width:3.75rem;height:1.21875rem;top:0.875rem;left:5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1XW2tKOpnlw8TntCrvtzydCfXv1ClxO { width:3.75rem;height:1.21875rem;top:0.87395834922787rem;left:9.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5SyCpr1u3gOigOK8vTFyXGaW5WE7llV { width:3.125rem;height:1.21875rem;top:0.875rem;left:13.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JipuTl8Lfa3UhQkr6Id3t8iiryLrPR4b { width:2.8125rem;height:1.21875rem;top:0.875rem;left:17.187498927116rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #WDg3tkE2EZNNfoikxSBiMuCTnPdZOKMk { width:3.75rem;height:1.21875rem;top:0.875rem;left:0.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUxnQRk02lVXLmeIKaTf4QADNS5iAne2 { background-color:#efffff;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; }#fUxnQRk02lVXLmeIKaTf4QADNS5iAne2 > .row .container { background-color: transparent; background-image: none; }#fUxnQRk02lVXLmeIKaTf4QADNS5iAne2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fUxnQRk02lVXLmeIKaTf4QADNS5iAne2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fUxnQRk02lVXLmeIKaTf4QADNS5iAne2 > .row .container > .video-iframe-container { display: none; }#fUxnQRk02lVXLmeIKaTf4QADNS5iAne2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fUxnQRk02lVXLmeIKaTf4QADNS5iAne2 > .row > .video-iframe-container { display: none; }#fUxnQRk02lVXLmeIKaTf4QADNS5iAne2 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fUxnQRk02lVXLmeIKaTf4QADNS5iAne2 > .row .container { border-width: 0; border-radius: 0; }#fUxnQRk02lVXLmeIKaTf4QADNS5iAne2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fUxnQRk02lVXLmeIKaTf4QADNS5iAne2 > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yg4oTplmmIHAllgOoU4uGwXc8AnPgO1n { background-color:#efffff;background-image:none;display:block; }#yg4oTplmmIHAllgOoU4uGwXc8AnPgO1n > .row .container { background-color: transparent; background-image: none; }#yg4oTplmmIHAllgOoU4uGwXc8AnPgO1n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yg4oTplmmIHAllgOoU4uGwXc8AnPgO1n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yg4oTplmmIHAllgOoU4uGwXc8AnPgO1n > .row .container > .video-iframe-container { display: none; }#yg4oTplmmIHAllgOoU4uGwXc8AnPgO1n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yg4oTplmmIHAllgOoU4uGwXc8AnPgO1n > .row > .video-iframe-container { display: none; }#yg4oTplmmIHAllgOoU4uGwXc8AnPgO1n > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yg4oTplmmIHAllgOoU4uGwXc8AnPgO1n > .row .container { width:20rem;height:47.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #beWanR2Hxeevb2koeTbTpTQWaTibJvGy { width:20rem;height:4.63085625rem;top:35.124080657959rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQok7H66JBvqnlJDU5MzctpbsCMc7Jxs { width:5.75rem;height:3rem;top:5.8125004768372rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWZah7HDJ5wGWMBxXRgklVvhSGiqGQlB { width:8.125rem;height:3.9375rem;top:22.482763767242rem;left:5.9041818380356rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpcLzR7apciQJ658Gdcl25v80xJ0C9MT { width:1.25rem;height:1.21875rem;top:22.460936069489rem;left:13.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiPFWrRZreRs1wSo4Kl7VK3fylSmebBn { width:20rem;height:15.625rem;top:41.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kcCeP8pOkpDc5UE7JHwTQNdieVJTfGRG { width:20rem;height:1.71875rem;top:26.479777812958rem;left:0rem;font-size:1.5625rem;color:#107d84;display:block; }
 }@media only screen and (max-width: 763px) { #R6pnua8O2rPWeCfH87ZPnzsuhGSmKWZK { width:16.875rem;height:3.5071231875rem;top:42.37361907959rem;left:1.561350941658rem;background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;border-top:0.1875rem solid #ba8f68;border-left:0.1875rem solid #ba8f68;border-right:0.1875rem solid #ba8f68;border-bottom:0.1875rem solid #ba8f68;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEJEuq5OUuBBhcCmWaPsTCxx2k6MTmiC { display:block; }
 }@media only screen and (max-width: 763px) { #vHTiWabI9zURRpO9B8fi8lMku4ppleuS { width:12.5rem;height:0.0625rem;top:29.270450592041rem;left:3.7499998807907rem;background-color:#107d84;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #BNFWAJIzpc5HTNALpQXGHTpr2Oaox8T8 { width:20rem;height:1.51236875rem;top:30.245861053467rem;left:0rem;font-size:1.375rem;color:#107d84;display:block; }
 }@media only screen and (max-width: 763px) { #Jae0rK9pl5dJxQG2WLrI2LWUt2qmdIud { top:1.432674407959rem;left:0rem;width:20rem;height:20rem;z-index:14998;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TW94Vv2lVD68XKs8g0pP77mHIZvkIRF6 { width:18.75rem;height:7.4375rem;top:33.686809539795rem;left:0.625rem;z-index:14997;background-color:#107d84;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #KmZRJ5HhFaqX5IIK1f7OChPRqdB8gbiS { width:9.5625rem;height:9.5625rem;top:14.033203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQdsvlUawhL9sm42E35iI7wNm8BTgzUs { display:block; }#zQdsvlUawhL9sm42E35iI7wNm8BTgzUs > .row .container { width:20rem;height:7.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xBmDND3LOTKLEchiVBW3XBBEiZ3Th6f1 { width:19.9979375rem;height:7.71809375rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTkaMuOOUR2cTOkutkynT0XHT9SWTr0o { display:block; }#iTkaMuOOUR2cTOkutkynT0XHT9SWTr0o > .row .container { width:20rem;height:25.1259765625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hzr35OmRsqf23mr0doo64P83RodS3K9y { width:18.125rem;height:0;top:2.8750004768372rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xiznyn5bLTt7K3MdpaBQxWsbKlsv1R30 { width:18.125rem;height:23.79555625rem;top:1.3768310546875rem;left:0.90418195724488rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15002;font-family:"josefin sans";line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #JkRC7O2itFwLhsFleIeUzQ4VlJ8Ckv0x { display:block; }#JkRC7O2itFwLhsFleIeUzQ4VlJ8Ckv0x > .row .container { width:20rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tevLRVvmco0w2KZpmQHxqFXmHPTT9xHd { width:16.6245403125rem;height:6.174475rem;top:0rem;left:1.6877297163009rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiE2UDwyyXsHSdIa2hMTc1p1EU8p7CHv { display:block; }#CiE2UDwyyXsHSdIa2hMTc1p1EU8p7CHv > .row .container { width:20rem;height:39.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gyvCWVFvyoP2byUCu16az0QuXHbe1xKB { width:18.125rem;height:0;top:5.6843757629394rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xh3OktoHVo4xkMWFg316a5CMTZkz8eny { width:18.125rem;height:37.79295625rem;top:1.3993606567382rem;left:0.90418195724488rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15002;font-family:"josefin sans";line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #HxeaxyRN6MXms7VnTdTrsB7xad0prDi3 { width:20rem;height:0;top:7rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aphVfqln6TFdJECHlSpzp7a2OV0iMNVT { width:20rem;height:auto;top:4.75rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UTPeyTM6TgcTnuuOsRBwsxx3O97qcz4m { display:block; }#UTPeyTM6TgcTnuuOsRBwsxx3O97qcz4m > .row .container { width:20rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VM8b8Xnm2xvrExfJ5kCrTpg9DUn5InX5 { width:12.6240806875rem;height:6.174475rem;top:0rem;left:3.6879595518112rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dchKw6Ka9uIPiUFlkERAOSzklGyQbrsg { display:block; }#dchKw6Ka9uIPiUFlkERAOSzklGyQbrsg > .row .container { width:20rem;height:16.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #exBLmilsGuXTCwLo9eV0UNEBwJcNlqZE { width:18.125rem;height:0;top:0.68437576293944rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eoBUFqwGs0LcW91Ibm04HO3ETGD360lf { width:18.125rem;height:15.397125rem;top:1.3009948730469rem;left:0.90418195724488rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15002;font-family:"josefin sans";line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Lpdb4ODShRTfWhET50emZx2XUsfAVXHG { display:block; }#Lpdb4ODShRTfWhET50emZx2XUsfAVXHG > .row .container { width:20rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NMaQR299rRAGEV8NVyvkC7gpz6sBmd8d { width:19.9979375rem;height:6.174475rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #HMJzMfiglya77gkyuFHVEHERvLUQG9pO { display:block; }#HMJzMfiglya77gkyuFHVEHERvLUQG9pO > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bMC0K5TdZTbT7ywQBnbIaPJD6ftIRlwl { width:18.125rem;height:0;top:2.3718757629394rem;left:1.8739584684372rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zbPl90aSQRT8QEzqMS88mu4JW2cmRyNf { width:18.125rem;height:8.398425rem;top:1.0615692138672rem;left:0.90418195724488rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15002;font-family:"josefin sans";line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ev5BqT9EiOPUmJI7kfVcozgTMRgOrJKk { width:3.125rem;height:3.125rem;top:9.990798950195rem;left:8.4041813611981rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPMAWm5oZ8gRDRF5GMgzNc9pPfcHUaNF { width:20rem;height:10.625rem;top:30.910369873047rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LC2N1QVFGdSiRGh2MqTufJkBoOwnnh2p { width:18.125rem;height:0;top:20.299850463868rem;left:0.90418195724488rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #HZmkPdtOeCSfhxS7SiEewBWuvJ3fSNkC { background-color:#107d84;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; }#HZmkPdtOeCSfhxS7SiEewBWuvJ3fSNkC > .row .container { background-color: transparent; background-image: none; }#HZmkPdtOeCSfhxS7SiEewBWuvJ3fSNkC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZmkPdtOeCSfhxS7SiEewBWuvJ3fSNkC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZmkPdtOeCSfhxS7SiEewBWuvJ3fSNkC > .row .container > .video-iframe-container { display: none; }#HZmkPdtOeCSfhxS7SiEewBWuvJ3fSNkC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZmkPdtOeCSfhxS7SiEewBWuvJ3fSNkC > .row > .video-iframe-container { display: none; }#HZmkPdtOeCSfhxS7SiEewBWuvJ3fSNkC > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZmkPdtOeCSfhxS7SiEewBWuvJ3fSNkC > .row .container { border-width: 0; border-radius: 0; }#HZmkPdtOeCSfhxS7SiEewBWuvJ3fSNkC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HZmkPdtOeCSfhxS7SiEewBWuvJ3fSNkC > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rFw1ZCTvQlqhKiTeGFLQBTDOkiR6UZSx { width:20rem;height:6.5rem;top:1.1236114501953rem;left:0rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #Fb1mCUA9TfmXBNmhNBrh2dvNu5e6nDOg { width:18.125rem;height:1.625rem;top:3.2868957519531rem;left:0.90418195724488rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #MmpoEK2fZzuPv6tl4gZIAAR01lEnUFMB { background-color:#107d84;background-image:url("https://images.assets-landingi.com/uc/674fd2b8-0819-4099-87aa-96667f34326b/ToPALO.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#MmpoEK2fZzuPv6tl4gZIAAR01lEnUFMB.adaptive-delivery-prevent-bg, #MmpoEK2fZzuPv6tl4gZIAAR01lEnUFMB.lazyload, #MmpoEK2fZzuPv6tl4gZIAAR01lEnUFMB.lazyloading { background-image: none; }#MmpoEK2fZzuPv6tl4gZIAAR01lEnUFMB > .row .container { background-color: transparent; background-image: none; }#MmpoEK2fZzuPv6tl4gZIAAR01lEnUFMB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MmpoEK2fZzuPv6tl4gZIAAR01lEnUFMB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MmpoEK2fZzuPv6tl4gZIAAR01lEnUFMB > .row .container > .video-iframe-container { display: none; }#MmpoEK2fZzuPv6tl4gZIAAR01lEnUFMB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MmpoEK2fZzuPv6tl4gZIAAR01lEnUFMB > .row > .video-iframe-container { display: none; }#MmpoEK2fZzuPv6tl4gZIAAR01lEnUFMB > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MmpoEK2fZzuPv6tl4gZIAAR01lEnUFMB > .row .container { width:20rem;height:35.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J0MCJCJzDX2yR8lBnH3AKsrLEmQ2IMAl { width:6.25rem;height:0;top:8.24791765213rem;left:13.748959422111rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #of0tXyrvVUdeR4N1WxLSWTsd8UJTinH6 { width:17.5rem;height:6.9043125rem;top:10.9375rem;left:2.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAiRoUsoH1zQizQ6RFy4BXRQiqEyunDJ { width:17.5rem;height:2.76171875rem;top:29.5rem;left:2.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6Gz3FOMydhroAaAQqPVS49GApkvO1u5 { width:1.5625rem;height:1.5625rem;top:10.9375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lsh7m6ptGgoAFlpCG4ez9wQOOzSUI8Fk { width:17.5rem;height:6.90429375rem;top:1.3292694091797rem;left:2.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHN2VNb7fWei3WoKKWpx7S9UdB4N8muB { width:17.5rem;height:5.5234375rem;top:20.9375rem;left:2.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTRodVpqINyb5GPCa24rLaJAhdGCiIzS { width:1.5625rem;height:1.5625rem;top:20.9375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucPySU7VHPUcJUeWIrygMnMC2wmMKmVw { width:1.5625rem;height:1.5625rem;top:1.328125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7w58EBE0ngN9tdUgrSOz4LZ2f4EoSrr { width:1.5625rem;height:1.5625rem;top:29.5rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #skKD6U3Gq8q691XBaNXXOxDRtHuxuXEp { width:20rem;height:10.625rem;top:35.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RnB1cuZWAnl9FTatyOdCDmBLHUyabt2X { width:18.125rem;height:0;top:40.375rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #aX09JbfV8uGPMmni02z3u82iep2GxWXs { 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;display:block; }#aX09JbfV8uGPMmni02z3u82iep2GxWXs > .row .container { background-color: transparent; background-image: none; }#aX09JbfV8uGPMmni02z3u82iep2GxWXs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aX09JbfV8uGPMmni02z3u82iep2GxWXs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aX09JbfV8uGPMmni02z3u82iep2GxWXs > .row .container > .video-iframe-container { display: none; }#aX09JbfV8uGPMmni02z3u82iep2GxWXs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aX09JbfV8uGPMmni02z3u82iep2GxWXs > .row > .video-iframe-container { display: none; }#aX09JbfV8uGPMmni02z3u82iep2GxWXs > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aX09JbfV8uGPMmni02z3u82iep2GxWXs > .row .container { border-width: 0; border-radius: 0; }#aX09JbfV8uGPMmni02z3u82iep2GxWXs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aX09JbfV8uGPMmni02z3u82iep2GxWXs > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nWiWk3qsec41lEzdbuvpAgRe0JnnPqH1 { width:20rem;height:6.25rem;top:2.0461883544922rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #yZGP8SPqA1vx8PnV2f5D8UsUbTm3lTPd { width:18.125rem;height:1.7871125rem;top:4.2520751953125rem;left:0.90418195724488rem;text-align:center;text-align-last:center;font-size:1.375rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #kRN7gZ5R4cIfuX7lku6yBvtDKuS5TvES { display:block; }#kRN7gZ5R4cIfuX7lku6yBvtDKuS5TvES > .row .container { width:20rem;height:37.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VnLbIl0g2UqTcsAaZsRZWIvHE4nAhNDK { width:18.8120403125rem;height:3.25rem;top:1.3120269775391rem;left:0.59283089637756rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLvBe7xb2WagFnH4rvSTA8bEV7gd4Voi { width:18.75rem;height:2.761725rem;top:6.2201385498047rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUKD7TTfh6znXi3D7LXQnIR3a6BxnJL6 { width:19.1245403125rem;height:2.761725rem;top:14.06135559082rem;left:0.43658089637756rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4ObSmImf3fim0R6kDQTsDIKaf6EOhTF { width:15.9995403125rem;height:4.142575rem;top:21.416580200195rem;left:2.0002297163009rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WD4B1THTsp4f40vXivHZC62rmsL1H20S { width:16.6245403125rem;height:4.875rem;top:27.209335327149rem;left:1.6877297163009rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zsl1BDWDKwiBiqlpZhXDu4qEKeHDIPrS { width:3.125rem;height:3.125rem;top:9.9977111816406rem;left:8.4041813611981rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #P6ZgZMCeK1xwfB96v5NpsnEQ0o7yGEIK { width:3.125rem;height:3.125rem;top:17.522979736328rem;left:8.4041813611981rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #FLVf9eSaWk7HMhfFTkSXG3MxxcNTgGz6 { width:16.875rem;height:2.8125rem;top:33.274353027344rem;left:1.561350941658rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7937BB1biRZAB2DTey1QQ8HWoQ6BmcS { display:block; }
 }@media only screen and (max-width: 763px) { #UPqdrxmpTxzQtFnEU2f5n51MlHqTk8yg { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ce63685c-c7a8-4b59-aab8-3334580d4df6/WykorzystanenalandinguKzdVbio.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#UPqdrxmpTxzQtFnEU2f5n51MlHqTk8yg.adaptive-delivery-prevent-bg, #UPqdrxmpTxzQtFnEU2f5n51MlHqTk8yg.lazyload, #UPqdrxmpTxzQtFnEU2f5n51MlHqTk8yg.lazyloading { background-image: none; }#UPqdrxmpTxzQtFnEU2f5n51MlHqTk8yg > .row .container { background-color: transparent; background-image: none; }#UPqdrxmpTxzQtFnEU2f5n51MlHqTk8yg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #fffdfb; }#UPqdrxmpTxzQtFnEU2f5n51MlHqTk8yg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UPqdrxmpTxzQtFnEU2f5n51MlHqTk8yg > .row .container > .video-iframe-container { display: none; }#UPqdrxmpTxzQtFnEU2f5n51MlHqTk8yg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #fffdfb; }#UPqdrxmpTxzQtFnEU2f5n51MlHqTk8yg > .row > .video-iframe-container { display: none; }#UPqdrxmpTxzQtFnEU2f5n51MlHqTk8yg > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UPqdrxmpTxzQtFnEU2f5n51MlHqTk8yg > .row .container { width:20rem;height:59.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mB4qV47XZvraeB3LeKgKSpBq1eZitwLn { 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) { #lSr76di9wDzg8ginT3JAdsmMiVqLNUbs { width:18.125rem;height:0;top:26.9375rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#47545a;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #aUqgA04FV9F6w8rmFzNcOWN1IkzFJROV { 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) { #TK7evuThZurzUfBduyoWmnZmO5BeJt7u { width:20rem;height:1.78125rem;top:13.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#107d84;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WWrI6NVI9rhT9ybfN7THXeK1ktoK3PqT { 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) { #UPT4AFQu2CbNqkVAdnT2nI9LUrEKTeNp { 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) { #Wo7uqMeg8B6dpWtQq6xNCIfB1eV4NAmi { 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) { #C0zJJL83sL7xibivlvDyfIwzAdfvqEwU { top:1.1707305908203rem;left:0rem;width:20rem;height:10.875rem;z-index:15023;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QHNT6wqAbgxGTkpo1gHw287KsonEu4AO { width:18.75rem;height:5.34375rem;top:16.060440063476rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.1875rem;z-index:15009;color:#107d84;display:block; }
 }@media only screen and (max-width: 763px) { #FJVh4HfWs3kROXN4n4yw9u7ryTSV6ITU { width:20rem;height:auto;top:14.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#72686c;display:none; }
 }@media only screen and (max-width: 763px) { #JOHrrVQJWCIpVQPgxgTVd87XPxaGALf4 { width:18.125rem;height:36.3300875rem;top:23.061813354493rem;left:0.90418195724488rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#47545a;font-weight:300;font-style:normal;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #QcS8mZuI5wMVQN9938lgQqMwVdJ9x8RQ { display:block; }#QcS8mZuI5wMVQN9938lgQqMwVdJ9x8RQ > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d8tbvNUyQ53lHBGgJUHHzDDALtTMep6y { width:18.125rem;height:3.25rem;top:1.3821411132812rem;left:0.90418195724488rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K32f3gQIwiZBQlf3wOIwIXo9Te27fpgX { display:block; }#K32f3gQIwiZBQlf3wOIwIXo9Te27fpgX { background-color: transparent; background-image: none; }#K32f3gQIwiZBQlf3wOIwIXo9Te27fpgX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K32f3gQIwiZBQlf3wOIwIXo9Te27fpgX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K32f3gQIwiZBQlf3wOIwIXo9Te27fpgX > .row .container > .video-iframe-container { display: none; }#K32f3gQIwiZBQlf3wOIwIXo9Te27fpgX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K32f3gQIwiZBQlf3wOIwIXo9Te27fpgX > .row > .video-iframe-container { display: none; }#K32f3gQIwiZBQlf3wOIwIXo9Te27fpgX > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K32f3gQIwiZBQlf3wOIwIXo9Te27fpgX > .row .container { width:20rem;height:45.75rem;background-color:#f5fbfd;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A2uB4tyN3B5Ir9CQteMSgDxv4UUboXXF { width:18.125rem;height:0;top:0.93541669845581rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CSmX1sTCLMn1UBgXV7FLTW0hx7MH2NVS { width:18.125rem;height:45.1497125rem;top:0.625rem;left:0.90418195724488rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15006;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #JE1m9l0Ka3Toef4MB8eORmBfoDLMXmhx { display:block; }#JE1m9l0Ka3Toef4MB8eORmBfoDLMXmhx > .row .container { width:20rem;height:6.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kykJKxLfOiKPrU5xoQ0mXZWHq1TTKo8o { width:18.125rem;height:6.5rem;top:0rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5KMTAIsycImXRlv2R5ryA5MwLM881Rq { display:block; }#v5KMTAIsycImXRlv2R5ryA5MwLM881Rq > .row .container { width:20rem;height:32.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TCXLHPIxFCJCkk6fhMd9RgCqfStidTb5 { width:18.125rem;height:0;top:0rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ybTOsPT02hz2uecs2ivDT35Cf6Sc83m2 { width:18.125rem;height:32.5078rem;top:0.0625rem;left:0.90418195724488rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15006;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #qJbaocGbtok3ETdhUiThyHSUfAKICwoM { display:block; }#qJbaocGbtok3ETdhUiThyHSUfAKICwoM > .row .container { width:20rem;height:4.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #goTaJqWmoMAEik9eT9g5xzf5svc6WLHL { width:20rem;height:4.875rem;top:0.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nG5MyNOeWamxahyODRe61pODbQPtE0sp { display:block; }#nG5MyNOeWamxahyODRe61pODbQPtE0sp > .row .container { width:20rem;height:46.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cuFo9EeXTf1hAqWEUIPcdqUOnIhl8H1w { width:18.125rem;height:0;top:0.0625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QPx7svebmiRyvt8pJw1Kw5eVrCZawh7x { width:18.125rem;height:46.9557rem;top:0rem;left:0.90418195724488rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15007;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #UsuQu13BaCECTvpt0TUnCVwA4HTTsDTK { display:block; }#UsuQu13BaCECTvpt0TUnCVwA4HTTsDTK > .row .container { width:20rem;height:6.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oJgzcuQBQks2nvtJozCPL8PkK7JTiz1P { width:20rem;height:6.5rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dc68UOllRP4cnzIL0AXLkvfVz8RsAIoz { display:block; }#dc68UOllRP4cnzIL0AXLkvfVz8RsAIoz > .row .container { width:20rem;height:23.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kKT6MNcrQJU1mtuHPwMUaRk0qI6wx60G { width:18.125rem;height:0;top:0.625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hkdAR7GeuWfbp8xQZboqtpFDDBT4BuIo { width:18.125rem;height:23.47785rem;top:0.0625rem;left:0.90418195724488rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15006;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #MwXpdqSIIKTXe5kZRxLb5TSReTWOZ5Fo { background-color:#ffffff;background-image:none;display:block; }#MwXpdqSIIKTXe5kZRxLb5TSReTWOZ5Fo > .row .container { background-color: transparent; background-image: none; }#MwXpdqSIIKTXe5kZRxLb5TSReTWOZ5Fo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwXpdqSIIKTXe5kZRxLb5TSReTWOZ5Fo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwXpdqSIIKTXe5kZRxLb5TSReTWOZ5Fo > .row .container > .video-iframe-container { display: none; }#MwXpdqSIIKTXe5kZRxLb5TSReTWOZ5Fo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwXpdqSIIKTXe5kZRxLb5TSReTWOZ5Fo > .row > .video-iframe-container { display: none; }#MwXpdqSIIKTXe5kZRxLb5TSReTWOZ5Fo > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwXpdqSIIKTXe5kZRxLb5TSReTWOZ5Fo > .row .container { width:20rem;height:9.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #leDzSq4Wb9mNMapJnqQpCcv57NTfXaqE { width:18.125rem;height:0;top:2rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ku9ZG1BtkMFzAgF3HNQuWHi4C0HXEqkg { width:20rem;height:13.3122701875rem;top:14.234832763672rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lqwVbF9rDpseGdcLIi4eqUNKFNRso8uG { width:20rem;height:0;top:15.241943359375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #xIcRRTssSiQXimVGAhJOUPB68eTg60HN { width:18.125rem;height:9.75rem;top:0rem;left:0.90418195724488rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15013;font-family:"josefin sans";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #pAK0kwOfXpS9syPJcmNTAPGaOmUb0pD1 { display:block; }#pAK0kwOfXpS9syPJcmNTAPGaOmUb0pD1 > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aCg3o9NkmX8Sbpi42y7p9JlTpsaTSL7b { top:0rem;left:0rem;width:20rem;height:10.8743105rem;z-index:15015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #oN8yXdViLcHn94rsgk6gCCPGvOSwL4LC { display:block; }#oN8yXdViLcHn94rsgk6gCCPGvOSwL4LC > .row .container { width:20rem;height:8.996826171875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ShMHxsAGgIZcAHX8QAi9AlR2f97cWeDq { width:14.4370403125rem;height:4.875rem;top:2.781494140625rem;left:2.7814797163009rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #klNa9ABJagMH7q8VWxmxQ2UTKWLtdeyw { width:20rem;height:7.625rem;top:1.3717956542969rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #ZfKVupATgd6pXEZgEVcsHHeJGBE4XnPC { display:block; }#ZfKVupATgd6pXEZgEVcsHHeJGBE4XnPC > .row .container { width:20rem;height:67.259765625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H41ZHw14SHaxhQ0E8TfZf7sNS1vKRIUK { width:17.4375rem;height:9.66603125rem;top:12.721740722656rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15015;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #aKNmeC9QFFH63o5O9uKXANTi5yHmzD0c { width:17.25rem;height:12.4277625rem;top:22.514892578125rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15016;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #fHuTXEXp8Ekc06bopkL5fPfptKQQubhB { width:16.9375rem;height:9.66603125rem;top:35.175323486328rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15017;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #Er41Lsasu2ZsgZbgmWz8Atgx45yT6pXQ { width:16.3740806875rem;height:11.0468875rem;top:45.116027832031rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15018;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #LhfdRbwuXAR9fyKUKkzMbzN88aIuFa13 { width:16.6865806875rem;height:11.0468625rem;top:56.260375976562rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15019;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #iaKLPFvb7TN7rqIQ8uiHNF1k0uBzdGxg { width:6.25rem;height:0;top:30.971876144409rem;left:13.748959422111rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z6oVNGeSwehlUDAAdUy4p0h35CAotpsn { width:20rem;height:0;top:82.861898402344rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VnyFpioDfFAGBQBE9ozw9ZSmTCuhkOnL { width:20rem;height:0;top:100.14130996484rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #suLIxR90e2nTDZnW1fO77w0GyTHJIU7d { width:1.5625rem;height:1.5625rem;top:35.228698730469rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEmZS6nGVBzm3dasBQiLwlWgEa03KLE8 { width:20rem;height:0;top:91.464839464844rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KSvsfSnfbKJt51WQZqoJnlTl411VG6Bg { width:20rem;height:0;top:109.47954483984rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #n8kD7sq9GEp7HxVXKIlJvwq6uAlvGg0W { width:20rem;height:0;top:120.95013302734rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ms449frpBmd14GG87oqxEcFih3Hgsx8R { width:20rem;height:0;top:132.71483877734rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ur3PJFDnTW1QuD1CSzFpxOoBoAAANmtp { width:20rem;height:0;top:125.87660352734rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CTqgTTEGreDd9UIVr7EJHMnFD4idlntd { width:20rem;height:0;top:143.67072083984rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IVpicrXLvFPohXb2wzUS5UOCpiSdO2mR { width:1.5625rem;height:1.5625rem;top:12.721740722656rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDwxODbAFMSnTcGRdPmg1sXUQmuABi2E { width:1.5625rem;height:1.5625rem;top:1.5567626953125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkZnDDsO6Xclnf8ulTilJxxKEw7v6hZM { width:1.5625rem;height:1.5625rem;top:22.403503417969rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6URSbX5SrTqnfbUtuH8N8RLn63dqpxA { width:20rem;height:0;top:156.75895571484rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nzCC7a0TKMXViETLHIv5n2ySbOXMwae7 { width:20rem;height:0;top:168.52366146484rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sJwDxRDiLUQNAAANOnqTwhCQM2i2FMMw { width:20rem;height:0;top:71.934753417969rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #T97MpaHz6crkAC26LFvqLNJegG6JeoLB { width:20rem;height:0;top:181.09719071484rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #t9HtNbBTHwRM1xv9bTWqeM0bkeopPOlm { width:1.5625rem;height:1.5625rem;top:45.114929199219rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbDT4B3BReGXq72C8pIZZMsVuKCoJHVP { width:1.5625rem;height:1.5625rem;top:56.260375976562rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxCSJUQRumwsIwcI9t9WxKDFZHqF8N5d { width:20rem;height:0;top:83.486877441406rem;left:0.625rem;font-size:1.0625rem;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #QRgThd4rRokTNFolJeaCkmg6Npv6cZ8S { width:17.2495403125rem;height:11.0468875rem;top:1.5601806640625rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15014;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #cwAw2TutbJIu4IyN0RXu2MnQ3kxcZf6d { background-color:#f5fbfd;background-image:none;display:block; }#cwAw2TutbJIu4IyN0RXu2MnQ3kxcZf6d > .row .container { background-color: transparent; background-image: none; }#cwAw2TutbJIu4IyN0RXu2MnQ3kxcZf6d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cwAw2TutbJIu4IyN0RXu2MnQ3kxcZf6d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cwAw2TutbJIu4IyN0RXu2MnQ3kxcZf6d > .row .container > .video-iframe-container { display: none; }#cwAw2TutbJIu4IyN0RXu2MnQ3kxcZf6d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cwAw2TutbJIu4IyN0RXu2MnQ3kxcZf6d > .row > .video-iframe-container { display: none; }#cwAw2TutbJIu4IyN0RXu2MnQ3kxcZf6d > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cwAw2TutbJIu4IyN0RXu2MnQ3kxcZf6d > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yxxfGkFWhdfB5GxgUbOB1u24e8wpAFTm { width:20rem;height:12.9375rem;top:2.4908447265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdVfaasBoh8kGxWRA86nZw3wnHd57UWu { width:16.875rem;height:2.8125rem;top:17.499572753906rem;left:1.561350941658rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8lWb8rw0adbLbx1toKfSXJN1DGrFXPM { display:block; }
 }@media only screen and (max-width: 763px) { #UDVwNl7cRa0Xil1PMWbfAFQCyOO3FRh4 { background-color:#107d84;background-image:none;display:block; }#UDVwNl7cRa0Xil1PMWbfAFQCyOO3FRh4 > .row .container { background-color: transparent; background-image: none; }#UDVwNl7cRa0Xil1PMWbfAFQCyOO3FRh4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDVwNl7cRa0Xil1PMWbfAFQCyOO3FRh4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDVwNl7cRa0Xil1PMWbfAFQCyOO3FRh4 > .row .container > .video-iframe-container { display: none; }#UDVwNl7cRa0Xil1PMWbfAFQCyOO3FRh4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDVwNl7cRa0Xil1PMWbfAFQCyOO3FRh4 > .row > .video-iframe-container { display: none; }#UDVwNl7cRa0Xil1PMWbfAFQCyOO3FRh4 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDVwNl7cRa0Xil1PMWbfAFQCyOO3FRh4 > .row .container { width:20rem;height:41.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oKt3K6bdVXRREs0ITUpnggSHAnQyJTSX { width:20rem;height:1.54361875rem;top:13.264038085938rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtTTpTORqxWktRGeIPJnArgOeAQmEf5z { width:18.125rem;height:27.09375rem;top:14.660217285156rem;left:0.90418195724488rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZ2RQEXlcM6khAK6TPze7s4X28udCG0s { top:1.3109130859375rem;left:0rem;width:19.875rem;height:10.8125rem;z-index:15016;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ZJXuRSqeUUNyKfuwquyS9kDnSJzmo7sf { background-color:#107d84;background-image:none;display:block; }#ZJXuRSqeUUNyKfuwquyS9kDnSJzmo7sf > .row .container { background-color: transparent; background-image: none; }#ZJXuRSqeUUNyKfuwquyS9kDnSJzmo7sf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJXuRSqeUUNyKfuwquyS9kDnSJzmo7sf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJXuRSqeUUNyKfuwquyS9kDnSJzmo7sf > .row .container > .video-iframe-container { display: none; }#ZJXuRSqeUUNyKfuwquyS9kDnSJzmo7sf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJXuRSqeUUNyKfuwquyS9kDnSJzmo7sf > .row > .video-iframe-container { display: none; }#ZJXuRSqeUUNyKfuwquyS9kDnSJzmo7sf > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJXuRSqeUUNyKfuwquyS9kDnSJzmo7sf > .row .container { width:20rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VqOWTJmDUyuNy8hmWOhwb0d6ozvAxkwq { width:18.125rem;height:33.46875rem;top:13.462829589844rem;left:0.90418195724488rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRfMREU5sXHTuzalE2s17I7MQleBGbTO { top:2.534423828125rem;left:0rem;width:20rem;height:10.8743105rem;z-index:15016;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #k2Nm4XoqFAJuQIgVLqAm7gmhxV4SvLoh { display:block; }#k2Nm4XoqFAJuQIgVLqAm7gmhxV4SvLoh > .row .container { width:20rem;height:67.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lKe3Al4xlO9Aam709szHtZMeOV3LqRss { width:20rem;height:1.625rem;top:2.209228515625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPhGr95yOBNIDOvWQz92lhmduUtg3Xbc { width:16.25rem;height:12.125rem;top:5.625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #waTCS1wWz92ctl3ie7BPhl1AOZRgAZln { width:16.25rem;height:14rem;top:18.9375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtXfGzmITwJ751Royb6t0XVOByWVArks { width:16.25rem;height:14.1875rem;top:34.0625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #crxyyClTzU1zKewvLTSSNOXheUnt7p9v { width:16.25rem;height:16.25rem;top:49.625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVyoUnbAqWIT6AmT3Pn1o6DbqCi7uvv3 { width:13.2490806875rem;height:2.5996125rem;top:7.875rem;left:3.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlEat8DxMTsMucQqiND2nm8uMTGekf2S { width:14.3118105rem;height:3.0872375rem;top:12.25rem;left:2.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRzfM54mf8FqF8573Q8tKqRKhB9WM8La { width:12.5rem;height:2.5996125rem;top:21.25rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #itplh0LBbtSB1NeDhDTRRJmhF29JO309 { width:15.4997701875rem;height:4.6308625rem;top:25.875rem;left:2.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9zrpkghihOk4kGV8U50WOIdeOaph9Ft { width:2.125rem;height:2.5996125rem;top:36rem;left:10rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPCMG4S3NNKnTfHmycetpGuUsemXhRHq { width:15rem;height:6.17448125rem;top:40.17138671875rem;left:2.4999998807907rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7kPyxCNIK6r7KHwxayLSUbvbiVg5uVt { width:5.5625rem;height:2.5996125rem;top:35.9375rem;left:4.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSC3sFrLsIh2Tk9BH2Z7gbTf41FmRFqc { width:3rem;height:2.5996125rem;top:35.9375rem;left:12.125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zknWiiNQSHPGtnrDiTc4OdmsOouiqIwk { width:5.4365806875rem;height:2.5996125rem;top:52.125rem;left:4.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqpvJDlmX4FepM4WnBflB56aQnZZgGkA { width:2.1875rem;height:2.5996125rem;top:52.092041015625rem;left:10.56181037426rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JxzHvls4Xcut5PAviqaHNEHA3QsAhBTe { width:15.4997701875rem;height:7.718125rem;top:56.3125rem;left:2.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0nEJV0Fn9og6I0wTaIBDCwt9ve94Wqu { display:block; }#A0nEJV0Fn9og6I0wTaIBDCwt9ve94Wqu > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PtEmhsLhT2zbTtFTyyiTyElcLR4T9kC3 { 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) { #IBM7qXK4RXDQ0SZQNrCzGPps2TPKUvTF { width:5.625rem;height:2.125rem;top:4.125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1RJEpPwOVf5q0BUd0kTek7e5mog5WqV { width:5.625rem;height:5.625rem;top:2.375rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iG09xJkcTTXGhEnOTtTNakTy06ONedAD { width:5.625rem;height:5.625rem;top:2.375rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEz7xsWtRdU5ExJA3obJPlEqonRmSZ1b { width:5.125rem;height:5.125rem;top:6.25rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvUDvl2TUs0zG0MvZTxdWQR1lyJS8vZG { width:5.125rem;height:5.125rem;top:6.25rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8KNV8GHXQ88oPht4QDUqzJAdXzkSkKq { display:block; }#J8KNV8GHXQ88oPht4QDUqzJAdXzkSkKq > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kp5nf5C4yFFEVIN5l8pDAoBMgF30Vv1Z { width:20rem;height:5.36133125rem;top:1.0568237304688rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8sALwQtHbPCVH7rBD3z8xStAAfAGOW2 { width:20rem;height:9.6875rem;top:12.44485275rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #G8lbvVIQb0szWC1QR46WCihLLGRPkMUN { width:20rem;height:0;top:18.058410644531rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #uasvIJONV4IVV87USkNSfbOnaBrdwSWg { background-color:#f5fbfd;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; }#uasvIJONV4IVV87USkNSfbOnaBrdwSWg > .row .container { background-color: transparent; background-image: none; }#uasvIJONV4IVV87USkNSfbOnaBrdwSWg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uasvIJONV4IVV87USkNSfbOnaBrdwSWg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uasvIJONV4IVV87USkNSfbOnaBrdwSWg > .row .container > .video-iframe-container { display: none; }#uasvIJONV4IVV87USkNSfbOnaBrdwSWg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uasvIJONV4IVV87USkNSfbOnaBrdwSWg > .row > .video-iframe-container { display: none; }#uasvIJONV4IVV87USkNSfbOnaBrdwSWg > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uasvIJONV4IVV87USkNSfbOnaBrdwSWg > .row .container { border-width: 0; border-radius: 0; }#uasvIJONV4IVV87USkNSfbOnaBrdwSWg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uasvIJONV4IVV87USkNSfbOnaBrdwSWg > .row .container { width:20rem;height:6.069580078125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dei1CWHzt6NokLnSRtTnKETrrVmi615b { width:20rem;height:4.25rem;top:1.81982421875rem;left:0rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #d3ykIH5XTBJiB9CRvlcTd8e3mW1K4lm8 { width:20rem;height:1.625rem;top:3.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #WHSwSwxTgmxINW0am3moO7gcEaFv1QDx { display:block; }#WHSwSwxTgmxINW0am3moO7gcEaFv1QDx > .row .container { width:20rem;height:26.029296875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mB7TTIKbaK2NtgilG24p3JTar3t9XHdM { width:16.8118095625rem;height:1.625rem;top:1.9921875rem;left:1.5923713445664rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w95PXu4evBzrmDgtUbZTCy71PvM46i2o { width:19.3118095625rem;height:1.625rem;top:3.585693359375rem;left:0.34237134456634rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCcrvh046uNHZ0EHDOftC9QGSRm2owXp { width:20rem;height:5.5234375rem;top:20.529663085938rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;color:#47545a;display:block; }#gCcrvh046uNHZ0EHDOftC9QGSRm2owXp li:before{  }
 }@media only screen and (max-width: 763px) { #zuipq4TJRHyloTLm2Z3QsEUC6TF2ZfAc { width:20rem;height:3.25rem;top:16.408569335938rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ne1AQ8aWsl2WdagEQZMWyo1yJo8aLqoZ { width:15rem;height:10.375rem;top:6.0592651367188rem;left:2.4999998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #vz7vvxkVnLvntxMgqQUT7ITgSwHF2Utx { display:block; }#vz7vvxkVnLvntxMgqQUT7ITgSwHF2Utx > .row .container { width:20rem;height:76.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MMT7JJDFcS0SW7ZFbc6592qpvilfPvb3 { 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) { #RaESGqTcHywR9P0nCorgCXLrSUm1H8U4 { 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) { #yTrzUN01Ncto6Kf0TUlOUBRgwo4EgvBM { width:20rem;height:0;top:24.094620704651rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:none; }#yTrzUN01Ncto6Kf0TUlOUBRgwo4EgvBM li:before{  }
 }@media only screen and (max-width: 763px) { #DS5WgzlaB9xgzrIdfIwGtZ7l4ulwtMxG { width:20rem;height:3.25rem;top:16.044311523438rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1Ccl8467OJ8raDU1qXZgJqgv3DsPG15 { width:20rem;height:3.25rem;top:30.954711914062rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQstSTvhqxdFBTTOeMTNQWzOiH0HGREu { width:20rem;height:15.058625rem;top:34.94482421875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;color:#47545a;display:block; }#zQstSTvhqxdFBTTOeMTNQWzOiH0HGREu li:before{  }
 }@media only screen and (max-width: 763px) { #OAbv2aK9Do5kp633BuSNSvpMgLbbBozh { width:15rem;height:10.375rem;top:5.7026977539062rem;left:2.4999998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMIVTwnncvgf2KZWokeLrSdOIgS25Smf { width:20rem;height:23.625rem;top:53.24169921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sN5M299JrLGL8ZO2Cne88o2zcMxglZMl { width:8.125rem;height:8.125rem;top:54.561096191406rem;left:5.9041818380356rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTF1Uh2cdUgctVp3PtGkxOaZfnxZF7Ac { width:16.4372691875rem;height:6.9043125rem;top:64.435852050781rem;left:1.7486213445664rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7zzQXErTHxw7N6ELXU082J4hyn9GFmq { width:16.4372691875rem;height:1.3808625rem;top:73.123840332031rem;left:1.7486213445664rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfd6v6zUuX5eGOIH5h1F700eJTmtLr4k { width:20rem;height:8.910125rem;top:20.404357910156rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15031;color:#47545a;display:block; }#nfd6v6zUuX5eGOIH5h1F700eJTmtLr4k li:before{  }
 }@media only screen and (max-width: 763px) { #ioBXS6MgtQTkyZz3iOPiKA9dn4n53E54 { display:block; }#ioBXS6MgtQTkyZz3iOPiKA9dn4n53E54 > .row .container { width:20rem;height:85.076904296875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dSMk277nmdPwZllkghebG33ElQ7gxndv { 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) { #xBi9nsmaNVSLN9XZeADlnNpEngw5bswI { 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) { #CIQImLZXBnKdTrHXpF7RDK86DJblPSJs { width:20rem;height:8.910125rem;top:20.21826171875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;color:#47545a;display:block; }#CIQImLZXBnKdTrHXpF7RDK86DJblPSJs li:before{  }
 }@media only screen and (max-width: 763px) { #TML1RODyM1zyTDHAWSiR7nHV13KhhC9C { width:20rem;height:3.25rem;top:16.032836914062rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXeAZH6AGiKWxTsakPIEbgQOZEU4QqHd { width:20rem;height:3.25rem;top:30.561828613281rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dATKHIPULvTTXaTNL6r6glH62wPEOD8L { width:20rem;height:16.4394375rem;top:34.935668945312rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;color:#47545a;display:block; }#dATKHIPULvTTXaTNL6r6glH62wPEOD8L li:before{  }
 }@media only screen and (max-width: 763px) { #dVix9mTPWX6dvMhfTsdh51w1NZsx7Vzm { width:15rem;height:10.375rem;top:5.7042846679688rem;left:2.4999998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #snLPpEKZE0bl8GZMzvHOd1hxSUivcKKT { width:20rem;height:30.3125rem;top:54.764465332031rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AID9tSNr9TTZZ67iNIb7x7bSxsdrs9kI { width:8.125rem;height:8.125rem;top:55.998352050781rem;left:5.9041818380356rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXL8VGf2hesTyfBiQ2qTg5TbTtEvOTdb { width:16.4372691875rem;height:11.046875rem;top:65.554504394531rem;left:1.7486213445664rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSJWgRXA0LJoDRKhh79lHxt0hz4P1akI { width:16.4372691875rem;height:4.14258125rem;top:78.249084472656rem;left:1.7486213445664rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwo5tnOOrzz93etTbtlknAeiX6aEZcD9 { display:block; }#vwo5tnOOrzz93etTbtlknAeiX6aEZcD9 > .row .container { width:20rem;height:70.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pZl4ooazGaO3BgikzTNANTdULgT71lLv { 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) { #xHXZEaTb8mZtCBbIUubR3HJkQyMsEvwp { 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) { #pbWyLq0vFolWnJDTVJ4s5hvGXVMm7UQC { width:18.6868095625rem;height:7.5293125rem;top:21.78076171875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;color:#47545a;display:block; }#pbWyLq0vFolWnJDTVJ4s5hvGXVMm7UQC li:before{  }
 }@media only screen and (max-width: 763px) { #N2PvvEr3ka2enswTsKz2F0XXfMWxUvCK { width:20rem;height:3.25rem;top:17.627502441406rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HidsH6XAabq511rn5NUX12a577DJvVfE { width:20rem;height:3.25rem;top:30.8037109375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOE1bJ1fEnykkTyVqrydc5oVhdsCLJc9 { width:18.9993095625rem;height:9.535125rem;top:36.198303222656rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;color:#47545a;display:block; }#ZOE1bJ1fEnykkTyVqrydc5oVhdsCLJc9 li:before{  }
 }@media only screen and (max-width: 763px) { #Gn3eyqSBvZRGsA44TBeefdLERG0NqC4K { width:20rem;height:21.6875rem;top:48.936157226562rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLSJEpnVaXHTnrVV0FRXXJKAofD2wH0T { width:8.125rem;height:8.125rem;top:50.186157226562rem;left:5.9041818380356rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4JpVxztCnUk5GgfLfteMfdmV5LBWrcO { width:16.4372691875rem;height:5.5234375rem;top:59.686279296875rem;left:1.7486213445664rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4D6sSTgBxaUEAhR9Dx6X8JQMQy0wPn3 { width:16.4372691875rem;height:1.3808625rem;top:66.9990234375rem;left:1.7486213445664rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aX2JNJ624TX4hrx5T074TUJy4uCHpfpV { width:20rem;height:1.3808625rem;top:34.935668945312rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;color:#47545a;display:block; }
 }@media only screen and (max-width: 763px) { #E3daw1hVOlvgIfJpV3cQG5cluB4ToIwM { width:15rem;height:10.375rem;top:7.3058471679688rem;left:2.4999998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSZUUzMrOIvXFZLLF1wG411o8V7bpZWg { display:block; }#RSZUUzMrOIvXFZLLF1wG411o8V7bpZWg > .row .container { width:20rem;height:72.561279296875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DzklBoAEw9v1FzUNJRmxiwUPIcC1uqqq { 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) { #JBQK7mPPVCScnKD1a98eJAfhbUf412wX { 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) { #IJIvE48xFh7pMcZr6VLQSXHW3UwaE2ds { width:20rem;height:7.5293125rem;top:19.903442382812rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;color:#47545a;display:block; }#IJIvE48xFh7pMcZr6VLQSXHW3UwaE2ds li:before{  }
 }@media only screen and (max-width: 763px) { #fEQ809v2qiB9J3knCVBQhnJyoNTN1D1P { width:20rem;height:3.25rem;top:29.061279296875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEuyQRebFZBplLieR1pVGd9xeuxLid4H { width:20rem;height:7.5293125rem;top:33.18701171875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;color:#47545a;display:block; }#vEuyQRebFZBplLieR1pVGd9xeuxLid4H li:before{  }
 }@media only screen and (max-width: 763px) { #Nt7hwfATEqKU2XmFs6q0NIfwbRyAqnBD { width:15rem;height:10.375rem;top:5.7364501953125rem;left:2.4999998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #Unav91sDzJ6leUJxEMTf0wNferpDQAfO { width:20rem;height:28.5rem;top:44.061279296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NktaDInDw1TfsAsvyKfohAkwrlunPoDS { width:8.125rem;height:8.125rem;top:45.37451171875rem;left:5.9041818380356rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXRESduuyZWrFlWOvArlbr0Zf6TxS3oe { width:16.4375rem;height:0;top:61.4375rem;left:1.8125rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TKZMX9QZaTs992lKsNM4t9f0l85ICFPJ { width:16.4372691875rem;height:1.3808625rem;top:68.999267578125rem;left:1.7486213445664rem;text-align:left;text-align-last:left;font-size:1.0625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #D9qCpHOoXfb06CJ4os33bwLPlCeGTbD9 { width:20rem;height:3.25rem;top:16.105224609375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8m1IgtLVIdDvDXrqfpninvnvtL2LKg8 { width:16.4372691875rem;height:12.42773125rem;top:55.186157226562rem;left:1.7486213445664rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15036;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #oM2AkTA2z9WBfDS2v32H5aanAWBAgvGO { display:block; }#oM2AkTA2z9WBfDS2v32H5aanAWBAgvGO > .row .container { width:20rem;height:76.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ohPwRewKVT6nOyeveMtpi2AIJvpJ41gI { 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) { #SdBpCwPeykDBVoG6dU9D3uxoocnyQpQu { 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) { #bBt3zTsZh17vXPnWs1ttQZ1pyC2WSf5D { width:20rem;height:7.5293125rem;top:19.8828125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;color:#47545a;display:block; }#bBt3zTsZh17vXPnWs1ttQZ1pyC2WSf5D li:before{  }
 }@media only screen and (max-width: 763px) { #CGSia5JdZM2HwZFBc8pkePhvVohHaLwB { width:20rem;height:3.25rem;top:16.092651367188rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUieLs9u64IdgWHh3xni7bv5vcryex8E { width:20rem;height:3.25rem;top:29.061401367188rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAgv3qyAPFmDsgtAST8lOhS2uf1LxMZ4 { width:19.6243095625rem;height:8.910125rem;top:32.936645507812rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;color:#47545a;display:block; }#CAgv3qyAPFmDsgtAST8lOhS2uf1LxMZ4 li:before{  }
 }@media only screen and (max-width: 763px) { #HRhLRKbogz1IN5EuhMkh36MBZtEseGgW { width:15rem;height:10.375rem;top:5.7296142578125rem;left:2.4999998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgB3H7OeJyxfrKcis6UeMKBFHKylPTEN { width:20rem;height:25.875rem;top:45.065551757812rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #diuox895MkeEN8k0SQk5ZpAMgybPMfTd { width:8.125rem;height:8.125rem;top:46.248901367188rem;left:5.9041818380356rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0UUP8WGQbNAEJ3Ny7prFSo6OqT48CTH { width:16.4372691875rem;height:9.666rem;top:55.811157226562rem;left:1.7486213445664rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t35iM7DuLObt7mSzd8efIXZs5Wse0ONn { width:16.4372691875rem;height:1.3808625rem;top:67.116943359375rem;left:1.7486213445664rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTS8ItPweLRdEkU3iOUlDgl0T5zsXC4e { width:16.875rem;height:2.8125rem;top:73.052978515625rem;left:1.561350941658rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0oELNxT6JV2JEUBgsuFPykVuPrf9bD1 { display:block; }
 }@media only screen and (max-width: 763px) { #ytqWILcW1BrrzDAtzwLBPhvyfLVRDsV6 { display:block; }#ytqWILcW1BrrzDAtzwLBPhvyfLVRDsV6 > .row .container { width:20rem;height:6.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GNsP3DclQ2voM1Q91ubEfPSITaeviOTq { width:12.5rem;height:0;top:1.25rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyT2NN5wDhmLvo5C2RyavLyLEAEi1RX1 { width:20rem;height:4.125rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1M35z70OO5qhxHEXkQWypgqlTDcGvKo { width:20rem;height:1.7871125rem;top:3.65234375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nF79n0ohQyp719CF8RGCwx3ys3IWRQwS { display:block; }#nF79n0ohQyp719CF8RGCwx3ys3IWRQwS > .row .container { width:20rem;height:98.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZAsrFGBOo0fd2wfrtz9r70dZ4HEfbZOk { width:16.8118095625rem;height:1.625rem;top:1.9921875rem;left:1.5923713445664rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTEafKsChvzPAtmZJPURcDLyV7WTuELU { width:19.3118095625rem;height:1.625rem;top:3.582275390625rem;left:0.34237134456634rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wn9fTaS8RLfQB0IQddEfVgsFpG1sePV7 { width:20rem;height:8.597625rem;top:20.405517578125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;color:#47545a;display:block; }#wn9fTaS8RLfQB0IQddEfVgsFpG1sePV7 li:before{  }
 }@media only screen and (max-width: 763px) { #r8RkArh3azr9Hl32q9A9M8tG0hp3tVJF { width:20rem;height:3.25rem;top:30.447509765625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOcFc8OltoyIwn8LSNl4zTe9B7uNLgbo { width:20rem;height:21.832rem;top:36.629150390625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;color:#47545a;display:block; }#tOcFc8OltoyIwn8LSNl4zTe9B7uNLgbo li:before{  }
 }@media only screen and (max-width: 763px) { #GXtslN7xTQga5xytBxS9lwz63WTGgV3T { width:20rem;height:27.5625rem;top:61.623413085938rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkxLRPf0gbJ6tLZvBdv9MxaU89KT5Afh { width:8.125rem;height:8.125rem;top:63.123901367188rem;left:5.9041818380356rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWvDQ70uqlu2BOTSHzK5PK8eQrQWA8JF { width:16.0615806875rem;height:9.666rem;top:72.811401367188rem;left:1.9692095518112rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpgONyRzZU50ELHRuogCr51xgaPmKlMJ { width:16.4372691875rem;height:2.761725rem;top:83.992065429688rem;left:1.7486213445664rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnOT11XR19IeRFqytTcU1MLUdT5ikJpl { width:20rem;height:3.25rem;top:16.57861328125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQbVbCh9TFS4FphbP1e0xKcLrDfV8KBX { width:20rem;height:1.3808625rem;top:34.428588867188rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;color:#47545a;display:block; }
 }@media only screen and (max-width: 763px) { #TqHgEBBZ5an0mMBCJh3aFy5rV5HHWGhT { width:15rem;height:10.375rem;top:6.23046875rem;left:2.4999998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #brqqKFsSDM6pbohFqsS7kyILqwMmB7QX { width:16.6865806875rem;height:4.875rem;top:91.247680664062rem;left:3.3134187459946rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15019;color:#2fb2be;display:block; }
 }@media only screen and (max-width: 763px) { #EHpBisUsXo3ETTU4mOF8XU7PGin19Mb0 { top:92.079467773438rem;left:0rem;width:5.3125rem;height:5.3125rem;z-index:15038;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #EocCQDDwVx3Cclrf05VPmrLCyy8fqhTf { display:block; }#EocCQDDwVx3Cclrf05VPmrLCyy8fqhTf > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RpddNOz2GqxMbcQLIyXC9iaATsRFrNPy { 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) { #Rq3TxEiQ5iTpKq7V1yAvob6bTrPTXHUz { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #rpG2y1wszvNqmiukIVqxQHsI3DblSidx { width:18.5071221875rem;height:3.1946231875rem;top:2.289794921875rem;left:0.68704044818881rem;display:block; }
 }@media only screen and (max-width: 763px) { #U20xGW3erUmhBF2FzI0vTagzag7PXxsx { display:block; }
 }@media only screen and (max-width: 763px) { #KyUdWr2h0xZQRFptUqNTuPloLt2FPRqG { display:block; }#KyUdWr2h0xZQRFptUqNTuPloLt2FPRqG > .row .container { width:20rem;height:48.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OMmPVA3X6PZMDdMCtRRb91vw8LcBekw2 { 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) { #Lua29ClktaarTnGxUO3RItQ1HuCvcu1H { width:6.1875rem;height:auto;top:3.6875rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #BmIhnF5cnmxgSBEPOg9pJDTD0uLIrelh { width:18.75rem;height:45.1875rem;top:2.192138671875rem;left:0.55032169818878rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5OLVFlPS1XEXoWdqi3v7NMvBT9K6hSf { width:17.5rem;height:6.375rem;top:39.152709960938rem;left:1.2488510608673rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qbeUZ7F4yhIQ6lSJStRbrBTTlWgesoEO { width:17.5rem;height:38.25rem;top:2.1455078125rem;left:1.2488510608673rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiemCuJudEa9ZKxPttfV08vzUD9cwyOx { display:block; }#XiemCuJudEa9ZKxPttfV08vzUD9cwyOx > .row .container { width:20rem;height:77.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hkg6D19DOf6vqpIZeIKHy6Tc9xmBpTUC { 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) { #XWlLVB0I8fusM6XEe3DfEnTmPL1oupqd { width:6.1875rem;height:auto;top:3.6875rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #gBRpME0lTS2Vqw5g9bbUWEqdMlhp6kVA { width:18.75rem;height:74.6875rem;top:2.1920166015625rem;left:0.55032169818878rem;display:block; }
 }@media only screen and (max-width: 763px) { #d47oxoMuLClRtGnSbfdqhvr4I8Xx5B9l { width:20rem;height:0;top:14.061450958252rem;left:0rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TOM5uuMkePda8EOaQ3pmLNzWyPf897Dn { width:17.5rem;height:74.90625rem;top:2.16796875rem;left:1.2488510608673rem;text-align:center;text-align-last:center;z-index:15024;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #OKTb4t8OMArLmtyH7LTwTk1JT1w1TTa4 { display:block; }#OKTb4t8OMArLmtyH7LTwTk1JT1w1TTa4 > .row .container { width:20rem;height:50.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bsdbRuZoK11COy5cVdicOfpAvAwmH9vA { width:19.875rem;height:47.875rem;top:1.9371337890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRIiKstTOR8An2QHKDH34vQDk1R9yfZR { width:6.1875rem;height:auto;top:2.375rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zhgy5lbhSFJvVKril06p7noa4Wz8BfpS { width:20rem;height:0;top:1.4990234375rem;left:0rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ShnGx91OXAJSyBbXP5WPq678dUZOxAuy { width:17.5rem;height:44.625rem;top:4.15673828125rem;left:1.2488510608673rem;text-align:center;text-align-last:center;z-index:15018;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #p4W1TaO0xGWEhIcIGWSDENsDhT5QBeFM { display:block; }#p4W1TaO0xGWEhIcIGWSDENsDhT5QBeFM > .row .container { width:20rem;height:84.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D3Q0i7Tz5dD2pUDZRelqeC1a2lFOTwLP { width:19.875rem;height:74.5625rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnvGAmTIvzRb5PuDHscUtIMDMvhAABVn { width:6.1875rem;height:auto;top:2.125rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #kRFTNskoupC3RoMWbHarhcmkkI4uiShI { width:20rem;height:0;top:1.4990234375rem;left:0rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #CMuQ8sJFgIIArc4gHNqwQaTp2FPZsCkV { width:17.5rem;height:73.3125rem;top:2.1427001953125rem;left:1.2488510608673rem;text-align:center;text-align-last:center;z-index:15019;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #mUoToOxG9QG2XZqqK2ovtg8q5iW88bXg { width:16.875rem;height:2.8125rem;top:79.099975585938rem;left:1.561350941658rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDdGOKmQegbrpXDaqw1fDeLPOrDqC497 { display:block; }
 }@media only screen and (max-width: 763px) { #fpKrLNSxyG2dwx9wv9lT6vyghiefcxJQ { display:block; }#fpKrLNSxyG2dwx9wv9lT6vyghiefcxJQ > .row .container { width:20rem;height:7.2109375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mpvJVvQbQ84rrrlPyFXOqSDOE4uWxK4F { width:20rem;height:6rem;top:1.2109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S47Tg1iyrrHIG2FZCf62hGmKTf11ya3y { width:15.1240806875rem;height:3.57421875rem;top:2.4322509765625rem;left:2.4368106126785rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0nFLWb8x9VSPS14NB1JgCWmR58pgc1s { display:block; }#r0nFLWb8x9VSPS14NB1JgCWmR58pgc1s > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sHeoLl2OpgFkUbth3EFUMkPtaBF6Di0i { background-color:#f5fbfd;background-image:none;display:block; }#sHeoLl2OpgFkUbth3EFUMkPtaBF6Di0i > .row .container { background-color: transparent; background-image: none; }#sHeoLl2OpgFkUbth3EFUMkPtaBF6Di0i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sHeoLl2OpgFkUbth3EFUMkPtaBF6Di0i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sHeoLl2OpgFkUbth3EFUMkPtaBF6Di0i > .row .container > .video-iframe-container { display: none; }#sHeoLl2OpgFkUbth3EFUMkPtaBF6Di0i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sHeoLl2OpgFkUbth3EFUMkPtaBF6Di0i > .row > .video-iframe-container { display: none; }#sHeoLl2OpgFkUbth3EFUMkPtaBF6Di0i > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sHeoLl2OpgFkUbth3EFUMkPtaBF6Di0i > .row .container { width:20rem;height:27.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iiFORTifGWldxWwvR7vTOzW3KuWMVEoV { 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) { #Qkg5hEZIXWAJEZtvNG6X6o4Tgn9ex5um { width:18.125rem;height:6.9043rem;top:18.680554866791rem;left:0.93663197755812rem;font-size:1.0625rem;color:#47545a;display:block; }
 }@media only screen and (max-width: 763px) { #sMHyrrUFugoyw9glyd73wTGrgLEK4zxa { width:4.375rem;height:4.375rem;top:9.3750019073488rem;left:7.8125003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdrKuzwPGnVKKhXOKCuNCh5fS3pE5lpT { width:18.2490806875rem;height:11.875rem;top:0.0625rem;left:0.87545955181119rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibJ1NfwOdzx83K8Cc5Qv1iKCQvgXQkKg { width:20rem;height:11.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0MGCPUApEtFWzEdWX8IsrK1HIBixZMy { display:block; }#a0MGCPUApEtFWzEdWX8IsrK1HIBixZMy { background-color: transparent; background-image: none; }#a0MGCPUApEtFWzEdWX8IsrK1HIBixZMy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a0MGCPUApEtFWzEdWX8IsrK1HIBixZMy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a0MGCPUApEtFWzEdWX8IsrK1HIBixZMy > .row .container > .video-iframe-container { display: none; }#a0MGCPUApEtFWzEdWX8IsrK1HIBixZMy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a0MGCPUApEtFWzEdWX8IsrK1HIBixZMy > .row > .video-iframe-container { display: none; }#a0MGCPUApEtFWzEdWX8IsrK1HIBixZMy > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a0MGCPUApEtFWzEdWX8IsrK1HIBixZMy { border-width: 0; border-radius: 0; }#a0MGCPUApEtFWzEdWX8IsrK1HIBixZMy > .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; }#a0MGCPUApEtFWzEdWX8IsrK1HIBixZMy > .row .container { width:20rem;height:1.25rem;background-color:#2fb2be;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) { #byDBdA2ds0EXn8TLoUAxZOqEmEZR0XiO { background-color:#f5fbfd;background-image:none;display:block; }#byDBdA2ds0EXn8TLoUAxZOqEmEZR0XiO > .row .container { background-color: transparent; background-image: none; }#byDBdA2ds0EXn8TLoUAxZOqEmEZR0XiO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#byDBdA2ds0EXn8TLoUAxZOqEmEZR0XiO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#byDBdA2ds0EXn8TLoUAxZOqEmEZR0XiO > .row .container > .video-iframe-container { display: none; }#byDBdA2ds0EXn8TLoUAxZOqEmEZR0XiO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#byDBdA2ds0EXn8TLoUAxZOqEmEZR0XiO > .row > .video-iframe-container { display: none; }#byDBdA2ds0EXn8TLoUAxZOqEmEZR0XiO > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#byDBdA2ds0EXn8TLoUAxZOqEmEZR0XiO > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OVz34wEJTBmKNNR5ubkLFJQttTA4TnmD { 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) { #G7okIg09JD3S8dM4krlkLyP2OyfmQVRs { width:18.125rem;height:0;top:20.562500476837rem;left:0.9375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oSZ3OMN9e4MRtR0Blen7w6Op0pOKn8bv { width:20rem;height:11.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBn0SsRhxgVDUn9NuKZ7T1Wp0WxJXRbe { width:4.375rem;height:4.375rem;top:9.5656266212463rem;left:7.8125003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlsqyuNqJtrdMtSsev72Wubb539Z9NAN { width:18.125rem;height:4.14258125rem;top:19.990844726562rem;left:0.90418195724488rem;font-size:1.0625rem;z-index:15017;color:#47545a;display:block; }
 }@media only screen and (max-width: 763px) { #Ix1bS1dhzqWPU5pOO8zn6MzWbphZ2bdM { display:block; }#Ix1bS1dhzqWPU5pOO8zn6MzWbphZ2bdM { background-color: transparent; background-image: none; }#Ix1bS1dhzqWPU5pOO8zn6MzWbphZ2bdM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ix1bS1dhzqWPU5pOO8zn6MzWbphZ2bdM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ix1bS1dhzqWPU5pOO8zn6MzWbphZ2bdM > .row .container > .video-iframe-container { display: none; }#Ix1bS1dhzqWPU5pOO8zn6MzWbphZ2bdM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ix1bS1dhzqWPU5pOO8zn6MzWbphZ2bdM > .row > .video-iframe-container { display: none; }#Ix1bS1dhzqWPU5pOO8zn6MzWbphZ2bdM > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ix1bS1dhzqWPU5pOO8zn6MzWbphZ2bdM { border-width: 0; border-radius: 0; }#Ix1bS1dhzqWPU5pOO8zn6MzWbphZ2bdM > .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; }#Ix1bS1dhzqWPU5pOO8zn6MzWbphZ2bdM > .row .container { width:20rem;height:1.25rem;background-color:#2fb2be;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) { #m05SSLmltm1UBll1eGvFW8p7MTgUmy4u { background-color:#f5fbfd;background-image:none;display:block; }#m05SSLmltm1UBll1eGvFW8p7MTgUmy4u > .row .container { background-color: transparent; background-image: none; }#m05SSLmltm1UBll1eGvFW8p7MTgUmy4u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m05SSLmltm1UBll1eGvFW8p7MTgUmy4u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m05SSLmltm1UBll1eGvFW8p7MTgUmy4u > .row .container > .video-iframe-container { display: none; }#m05SSLmltm1UBll1eGvFW8p7MTgUmy4u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m05SSLmltm1UBll1eGvFW8p7MTgUmy4u > .row > .video-iframe-container { display: none; }#m05SSLmltm1UBll1eGvFW8p7MTgUmy4u > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m05SSLmltm1UBll1eGvFW8p7MTgUmy4u > .row .container { width:20rem;height:29.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fXqTyvaLkrPAux7IyiV74bqKmZcGgHmb { width:20rem;height:1.625rem;top:16.108642578125rem;left:0.90418195724488rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mG1ltn4hmJb412MvSGRW05hOUTwdp07p { width:20rem;height:11.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbIrlU2pw1PXtrAkTfD0uD7XEoW5Jwl1 { width:18.125rem;height:8.285125rem;top:18.803955078125rem;left:0.90418195724488rem;font-size:1.0625rem;color:#47545a;display:block; }
 }@media only screen and (max-width: 763px) { #APMuLDkgAS80oCwAfVlQVRJDy1bHcpkg { width:4.375rem;height:4.375rem;top:9.50625038147rem;left:7.8125003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVeh5R8ZTyCicvCWKR3MT5evc8d4Q2EP { display:block; }#JVeh5R8ZTyCicvCWKR3MT5evc8d4Q2EP { background-color: transparent; background-image: none; }#JVeh5R8ZTyCicvCWKR3MT5evc8d4Q2EP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JVeh5R8ZTyCicvCWKR3MT5evc8d4Q2EP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JVeh5R8ZTyCicvCWKR3MT5evc8d4Q2EP > .row .container > .video-iframe-container { display: none; }#JVeh5R8ZTyCicvCWKR3MT5evc8d4Q2EP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JVeh5R8ZTyCicvCWKR3MT5evc8d4Q2EP > .row > .video-iframe-container { display: none; }#JVeh5R8ZTyCicvCWKR3MT5evc8d4Q2EP > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JVeh5R8ZTyCicvCWKR3MT5evc8d4Q2EP { border-width: 0; border-radius: 0; }#JVeh5R8ZTyCicvCWKR3MT5evc8d4Q2EP > .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; }#JVeh5R8ZTyCicvCWKR3MT5evc8d4Q2EP > .row .container { width:20rem;height:1.25rem;background-color:#2fb2be;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) { #QmPEFNRsn7wKfen2XkX3LZbUETMthI14 { background-color:#f5fbfd;background-image:none;display:block; }#QmPEFNRsn7wKfen2XkX3LZbUETMthI14 > .row .container { background-color: transparent; background-image: none; }#QmPEFNRsn7wKfen2XkX3LZbUETMthI14::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QmPEFNRsn7wKfen2XkX3LZbUETMthI14 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QmPEFNRsn7wKfen2XkX3LZbUETMthI14 > .row .container > .video-iframe-container { display: none; }#QmPEFNRsn7wKfen2XkX3LZbUETMthI14 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QmPEFNRsn7wKfen2XkX3LZbUETMthI14 > .row > .video-iframe-container { display: none; }#QmPEFNRsn7wKfen2XkX3LZbUETMthI14 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QmPEFNRsn7wKfen2XkX3LZbUETMthI14 > .row .container { width:20rem;height:24.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ur366LfBdee5UzVy2Vdo4z2m3Hl1TPbf { 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) { #C9bmEAO4SlcCdWI8MtpqFlwqfF5M8Nt6 { width:18.125rem;height:2.76171875rem;top:18.625rem;left:0.9375rem;font-size:1.0625rem;color:#47545a;display:block; }
 }@media only screen and (max-width: 763px) { #kkcgOh8f75E2pTfCMg1AqQbTFMpVdpTC { width:20rem;height:11.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrPJEbyMIlZv4D5yTeovGFrDz0Rg24NC { width:4.375rem;height:4.375rem;top:9.5757818222044rem;left:7.8125003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6ZlOceKCRwUvbVHBc12Nngsm6zF45ei { display:block; }#A6ZlOceKCRwUvbVHBc12Nngsm6zF45ei { background-color: transparent; background-image: none; }#A6ZlOceKCRwUvbVHBc12Nngsm6zF45ei::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6ZlOceKCRwUvbVHBc12Nngsm6zF45ei > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6ZlOceKCRwUvbVHBc12Nngsm6zF45ei > .row .container > .video-iframe-container { display: none; }#A6ZlOceKCRwUvbVHBc12Nngsm6zF45ei > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6ZlOceKCRwUvbVHBc12Nngsm6zF45ei > .row > .video-iframe-container { display: none; }#A6ZlOceKCRwUvbVHBc12Nngsm6zF45ei > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6ZlOceKCRwUvbVHBc12Nngsm6zF45ei { border-width: 0; border-radius: 0; }#A6ZlOceKCRwUvbVHBc12Nngsm6zF45ei > .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; }#A6ZlOceKCRwUvbVHBc12Nngsm6zF45ei > .row .container { width:20rem;height:1.25rem;background-color:#2fb2be;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) { #PsR41AVPg3eQEU0SvolaUdoFePSTxHuZ { background-color:#f5fbfd;background-image:none;display:block; }#PsR41AVPg3eQEU0SvolaUdoFePSTxHuZ > .row .container { background-color: transparent; background-image: none; }#PsR41AVPg3eQEU0SvolaUdoFePSTxHuZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PsR41AVPg3eQEU0SvolaUdoFePSTxHuZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PsR41AVPg3eQEU0SvolaUdoFePSTxHuZ > .row .container > .video-iframe-container { display: none; }#PsR41AVPg3eQEU0SvolaUdoFePSTxHuZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PsR41AVPg3eQEU0SvolaUdoFePSTxHuZ > .row > .video-iframe-container { display: none; }#PsR41AVPg3eQEU0SvolaUdoFePSTxHuZ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PsR41AVPg3eQEU0SvolaUdoFePSTxHuZ > .row .container { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S1B7vI62gFTTgBJ652cPLVWgqX9UhlQS { 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) { #leJNNEuNs1l4TW6zDCalGT7XCTcL9TSw { width:18.125rem;height:0;top:20.118055820465rem;left:0.93663197755812rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SezLCeJI5H0LASKZwmLVrHEx0F053ViE { width:20rem;height:11.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gC5i4U7WwIA3wDALA4eoBcXKesUUZnLL { width:4.375rem;height:4.375rem;top:9.625rem;left:7.2499998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #ON6TK6kTUBEfh7KdLPLnp8x2EFVD2I4D { width:18.125rem;height:4.1425875rem;top:19.992969155312rem;left:0.9375rem;font-size:1.0625rem;z-index:15017;color:#47545a;display:block; }
 }@media only screen and (max-width: 763px) { #MmtAQz9zzpOPlMN33Plc1lgJBMnw4Nzd { display:block; }#MmtAQz9zzpOPlMN33Plc1lgJBMnw4Nzd { background-color: transparent; background-image: none; }#MmtAQz9zzpOPlMN33Plc1lgJBMnw4Nzd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MmtAQz9zzpOPlMN33Plc1lgJBMnw4Nzd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MmtAQz9zzpOPlMN33Plc1lgJBMnw4Nzd > .row .container > .video-iframe-container { display: none; }#MmtAQz9zzpOPlMN33Plc1lgJBMnw4Nzd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MmtAQz9zzpOPlMN33Plc1lgJBMnw4Nzd > .row > .video-iframe-container { display: none; }#MmtAQz9zzpOPlMN33Plc1lgJBMnw4Nzd > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MmtAQz9zzpOPlMN33Plc1lgJBMnw4Nzd { border-width: 0; border-radius: 0; }#MmtAQz9zzpOPlMN33Plc1lgJBMnw4Nzd > .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; }#MmtAQz9zzpOPlMN33Plc1lgJBMnw4Nzd > .row .container { width:20rem;height:1.25rem;background-color:#2fb2be;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) { #TzooQ61CiiUvOspw6QdPGCdhZ64FpqvT { display:block; }#TzooQ61CiiUvOspw6QdPGCdhZ64FpqvT { background-color: transparent; background-image: none; }#TzooQ61CiiUvOspw6QdPGCdhZ64FpqvT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzooQ61CiiUvOspw6QdPGCdhZ64FpqvT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzooQ61CiiUvOspw6QdPGCdhZ64FpqvT > .row .container > .video-iframe-container { display: none; }#TzooQ61CiiUvOspw6QdPGCdhZ64FpqvT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzooQ61CiiUvOspw6QdPGCdhZ64FpqvT > .row > .video-iframe-container { display: none; }#TzooQ61CiiUvOspw6QdPGCdhZ64FpqvT > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzooQ61CiiUvOspw6QdPGCdhZ64FpqvT { border-width: 0; border-radius: 0; }#TzooQ61CiiUvOspw6QdPGCdhZ64FpqvT > .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; }#TzooQ61CiiUvOspw6QdPGCdhZ64FpqvT > .row .container { width:20rem;height:25.9375rem;background-color:#f5fbfd;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) { #es5OyGCg0biWglpWJEo4SPgIPdIrbhlD { 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) { #s4Xd26MCqBzGP1JTXMLcCxULwnQCuVzJ { width:18.125rem;height:4.142575rem;top:18.625rem;left:0.9375rem;font-size:1.0625rem;color:#47545a;display:block; }
 }@media only screen and (max-width: 763px) { #Hz5MysRf2XARb8QKh8p8WihNSOuhe8XO { width:20rem;height:11.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpM6eJ6xFrE56VcTAiTmDLd7NM9rXnL1 { width:4.375rem;height:4.375rem;top:9.4507818222044rem;left:7.8125003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #ik9caHF4Z2uytdCo4WE48xa1lKLtc8kX { display:block; }#ik9caHF4Z2uytdCo4WE48xa1lKLtc8kX { background-color: transparent; background-image: none; }#ik9caHF4Z2uytdCo4WE48xa1lKLtc8kX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ik9caHF4Z2uytdCo4WE48xa1lKLtc8kX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ik9caHF4Z2uytdCo4WE48xa1lKLtc8kX > .row .container > .video-iframe-container { display: none; }#ik9caHF4Z2uytdCo4WE48xa1lKLtc8kX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ik9caHF4Z2uytdCo4WE48xa1lKLtc8kX > .row > .video-iframe-container { display: none; }#ik9caHF4Z2uytdCo4WE48xa1lKLtc8kX > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ik9caHF4Z2uytdCo4WE48xa1lKLtc8kX { border-width: 0; border-radius: 0; }#ik9caHF4Z2uytdCo4WE48xa1lKLtc8kX > .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; }#ik9caHF4Z2uytdCo4WE48xa1lKLtc8kX > .row .container { width:20rem;height:1.25rem;background-color:#2fb2be;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) { #HE0BsDc9Af9vbfc96I8W18hR53zFBxEh { background-color:#f5fbfd;background-image:none;display:block; }#HE0BsDc9Af9vbfc96I8W18hR53zFBxEh > .row .container { background-color: transparent; background-image: none; }#HE0BsDc9Af9vbfc96I8W18hR53zFBxEh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HE0BsDc9Af9vbfc96I8W18hR53zFBxEh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HE0BsDc9Af9vbfc96I8W18hR53zFBxEh > .row .container > .video-iframe-container { display: none; }#HE0BsDc9Af9vbfc96I8W18hR53zFBxEh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HE0BsDc9Af9vbfc96I8W18hR53zFBxEh > .row > .video-iframe-container { display: none; }#HE0BsDc9Af9vbfc96I8W18hR53zFBxEh > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HE0BsDc9Af9vbfc96I8W18hR53zFBxEh > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CqNXFngIU3oTf0rM1iixUddrTS5J2Eub { 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) { #CtvS2igPaG7QPcteseGkITcC4QS68las { width:20rem;height:11.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHsnSWsEBQX4tlTg0Q5Aqu2ButV6bDfN { width:19.125rem;height:6.9043125rem;top:18.296142578125rem;left:0.90418195724488rem;font-size:1.0625rem;color:#47545a;display:block; }
 }@media only screen and (max-width: 763px) { #I4OtLboTym7vBHMTm1Fx3rAvl7TySpgn { width:4.375rem;height:4.375rem;top:9.4374990463256rem;left:7.8125002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9nmO6z72t22UI4ADNGCukNHANreizJL { background-color:#f5fbfd;background-image:none;display:none; }#W9nmO6z72t22UI4ADNGCukNHANreizJL > .row .container { width:20rem;height:24.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZiFwuSPaNnZnthOagy5H1NyRsGQ8L3nH { width:18.125rem;height:1.6176470625rem;top:15.790092468262rem;left:0.93663197755812rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q32FFqinrbwddBhvU8wKrKVHIK4lNDrg { width:20rem;height:11.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaiTQ5zl9FBVMPhf0DlLGxRhwRqNzZ0d { width:18.125rem;height:3.9705881875rem;top:18.296997070312rem;left:0.90418195724488rem;font-size:1.0625rem;color:#47545a;display:block; }
 }@media only screen and (max-width: 763px) { #K9xgOqfr9HH1Mh3NxHzQcrFiB9OU6TZ5 { width:4.375rem;height:4.375rem;top:9.4374990463256rem;left:7.8125002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdSx4npPf05eSyE6dgZITse7OX4uOzg1 { display:block; }#IdSx4npPf05eSyE6dgZITse7OX4uOzg1 { background-color: transparent; background-image: none; }#IdSx4npPf05eSyE6dgZITse7OX4uOzg1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IdSx4npPf05eSyE6dgZITse7OX4uOzg1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IdSx4npPf05eSyE6dgZITse7OX4uOzg1 > .row .container > .video-iframe-container { display: none; }#IdSx4npPf05eSyE6dgZITse7OX4uOzg1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IdSx4npPf05eSyE6dgZITse7OX4uOzg1 > .row > .video-iframe-container { display: none; }#IdSx4npPf05eSyE6dgZITse7OX4uOzg1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IdSx4npPf05eSyE6dgZITse7OX4uOzg1 { border-width: 0; border-radius: 0; }#IdSx4npPf05eSyE6dgZITse7OX4uOzg1 > .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; }#IdSx4npPf05eSyE6dgZITse7OX4uOzg1 > .row .container { width:20rem;height:1.25rem;background-color:#2fb2be;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) { #NkmhDRvpwuLLzHPTUC6d5VQPcUOgTiQr { background-color:#f5fbfd;background-image:none;display:block; }#NkmhDRvpwuLLzHPTUC6d5VQPcUOgTiQr > .row .container { background-color: transparent; background-image: none; }#NkmhDRvpwuLLzHPTUC6d5VQPcUOgTiQr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NkmhDRvpwuLLzHPTUC6d5VQPcUOgTiQr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NkmhDRvpwuLLzHPTUC6d5VQPcUOgTiQr > .row .container > .video-iframe-container { display: none; }#NkmhDRvpwuLLzHPTUC6d5VQPcUOgTiQr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NkmhDRvpwuLLzHPTUC6d5VQPcUOgTiQr > .row > .video-iframe-container { display: none; }#NkmhDRvpwuLLzHPTUC6d5VQPcUOgTiQr > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NkmhDRvpwuLLzHPTUC6d5VQPcUOgTiQr > .row .container { width:20rem;height:37.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FTOXcZZ49x0EDi7rAa5y0AF614TXQSUk { 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) { #EF7AO43HyC5t0OMmuCxT1o5JJ5TL8qDL { width:18.125rem;height:11.046875rem;top:18.625rem;left:0.9375rem;font-size:1.0625rem;color:#47545a;display:block; }
 }@media only screen and (max-width: 763px) { #LZmHSHSOmevJJdamKfecJBruOUhaVXWB { width:20rem;height:11.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N40AGN4UgdfO830wyRyOeuC2z8Hah5NR { width:4.375rem;height:4.375rem;top:9.7492408752444rem;left:7.8125003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #KX8oR26xOdSBVvd02xxnoBxSVv5oCAL7 { width:18.9993095625rem;height:3.4375rem;top:31.564697265625rem;left:0.49862134456634rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfNLuKQBa6f5xvULChOckAp9Dv8Ex8d7 { display:block; }
 }@media only screen and (max-width: 763px) { #HSeav9FdrnDfkpWlFN8fIdCTyxbv9JqT { display:block; }#HSeav9FdrnDfkpWlFN8fIdCTyxbv9JqT > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GKhKsF5s0R097WKQEnJrnX1BA0npnzLN { width:20rem;height:1.7871125rem;top:2.3115234375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwllwwXtlvokC88MVc7foHooMkFOuBi4 { background-color:#faf3e6;background-image:none;display:block; }#rwllwwXtlvokC88MVc7foHooMkFOuBi4 > .row .container { background-color: transparent; background-image: none; }#rwllwwXtlvokC88MVc7foHooMkFOuBi4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rwllwwXtlvokC88MVc7foHooMkFOuBi4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rwllwwXtlvokC88MVc7foHooMkFOuBi4 > .row .container > .video-iframe-container { display: none; }#rwllwwXtlvokC88MVc7foHooMkFOuBi4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rwllwwXtlvokC88MVc7foHooMkFOuBi4 > .row > .video-iframe-container { display: none; }#rwllwwXtlvokC88MVc7foHooMkFOuBi4 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rwllwwXtlvokC88MVc7foHooMkFOuBi4 > .row .container { width:20rem;height:55.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qc4pWHSOfgTXLR1GAepx3b97pvQ4C7Xt { width:12.5rem;height:1.29948125rem;top:44.432292938233rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w08JHg9B0aoh60ldUrC1dJGHE3FPBu1i { width:20rem;height:4.9362rem;top:42.613933563233rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nm4AelhJgMsVQ2IHxXtTqQTUBSqliA9M { width:20rem;height:47.4375rem;top:0.06103515625rem;left:0rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #TaKd1AlOxDQEextw85qsdcixXc85WrvC { top:1.5234375rem;left:0.625rem;width:18.5rem;height:11.5625rem;z-index:15020;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XqrBqVyuz2foBw31qrOXvPKQKF4Br2d5 { width:18.75rem;height:28.5rem;top:14.878173828125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHvwl8VXrJ6zTfccJHP3bOuEhzQa6E7v { width:18.6543125rem;height:3.09114375rem;top:49.727863311767rem;left:0.6725261211395rem;font-size:1.0625rem;border-top:0.125rem solid #30b1be;border-left:0.125rem solid #30b1be;border-right:0.125rem solid #30b1be;border-bottom:0.125rem solid #30b1be;color:#30b1be;display:block; }
 }@media only screen and (max-width: 763px) { #viZtE0tmw2GIBAdblmqDzl38h8ubeqBl { display:block; }
 }@media only screen and (max-width: 763px) { #Omvy9xgyDmhOTTCLqGKXS3V7grdn1Qm7 { background-color:#e5ffff;background-image:none;display:block; }#Omvy9xgyDmhOTTCLqGKXS3V7grdn1Qm7 > .row .container { background-color: transparent; background-image: none; }#Omvy9xgyDmhOTTCLqGKXS3V7grdn1Qm7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Omvy9xgyDmhOTTCLqGKXS3V7grdn1Qm7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Omvy9xgyDmhOTTCLqGKXS3V7grdn1Qm7 > .row .container > .video-iframe-container { display: none; }#Omvy9xgyDmhOTTCLqGKXS3V7grdn1Qm7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Omvy9xgyDmhOTTCLqGKXS3V7grdn1Qm7 > .row > .video-iframe-container { display: none; }#Omvy9xgyDmhOTTCLqGKXS3V7grdn1Qm7 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Omvy9xgyDmhOTTCLqGKXS3V7grdn1Qm7 > .row .container { width:20rem;height:32.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mRwMfN6PK5XKoHCs18a6GFh2eDoHKAIb { width:19.4375rem;height:25.5rem;top:6.74755859375rem;left:0rem;border-top:0.125rem solid #30b1be;border-left:0.125rem solid #30b1be;border-right:0.125rem solid #30b1be;border-bottom:0.125rem solid #30b1be;display:block; }
 }@media only screen and (max-width: 763px) { #OwSAOT09ACzhOsgTeAx31mhpexCERoot { width:4.6875rem;height:0.75rem;top:10.858154296875rem;left:0rem;text-align:center;text-align-last:center;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJFMpKdUBaDPqDmHuvxRMikO53IlKmuw { width:16.4993095625rem;height:12.75rem;top:14.484130859375rem;left:1.7497700452804rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfaxh43zBbR62ogE2vktR9sOl0taTOem { width:20rem;height:auto;top:7.9375rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #a0TUBGofdfollUHAI02ICuhnyAMcJ2wZ { width:11.4993105rem;height:1.59375rem;top:28.624755859375rem;left:1.7486213445664rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4gxP34tdf8OlGliQQ5eaTpLSTseO1k0 { width:9.375rem;height:9.375rem;top:2.1219482421875rem;left:5.2791818380356rem;display:block; }
 }@media only screen and (max-width: 763px) { #fv3GoWMBXomhQ4aFg64kzo50HQrbGVl7 { background-color:#e5ffff;background-image:none;display:block; }#fv3GoWMBXomhQ4aFg64kzo50HQrbGVl7 > .row .container { background-color: transparent; background-image: none; }#fv3GoWMBXomhQ4aFg64kzo50HQrbGVl7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fv3GoWMBXomhQ4aFg64kzo50HQrbGVl7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fv3GoWMBXomhQ4aFg64kzo50HQrbGVl7 > .row .container > .video-iframe-container { display: none; }#fv3GoWMBXomhQ4aFg64kzo50HQrbGVl7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fv3GoWMBXomhQ4aFg64kzo50HQrbGVl7 > .row > .video-iframe-container { display: none; }#fv3GoWMBXomhQ4aFg64kzo50HQrbGVl7 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fv3GoWMBXomhQ4aFg64kzo50HQrbGVl7 > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bdfm62bZcRETHbPrCBCHI6645V7htTHQ { width:19.4370403125rem;height:23.375rem;top:7.3184814453125rem;left:0rem;border-top:0.125rem solid #30b1be;border-left:0.125rem solid #30b1be;border-right:0.125rem solid #30b1be;border-bottom:0.125rem solid #30b1be;display:block; }
 }@media only screen and (max-width: 763px) { #wThvrrJt5Rqa82vsGILfwxSO7oWK7tCw { width:4.6875rem;height:0.75rem;top:11.555541992188rem;left:0rem;text-align:center;text-align-last:center;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWQ42QAN0UNo4Qwdu1MKb2sZ2eMZzs6z { width:12.0622701875rem;height:1.59375rem;top:27.28857421875rem;left:1.7486213445664rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOdEiQnO6ndi292z6QsMNOaOJ4Drzd0s { width:9.375rem;height:9.375rem;top:2.332275390625rem;left:5.2791818380356rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieWRpFCHGhu5ANLCnTKi5RSUXS1lAIOO { width:16.4993095625rem;height:11.15625rem;top:15rem;left:1.7486213445664rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OInMDE224ktscPvdfrcCeLadrHLIcDJd { background-color:#e5ffff;background-image:none;display:block; }#OInMDE224ktscPvdfrcCeLadrHLIcDJd > .row .container { background-color: transparent; background-image: none; }#OInMDE224ktscPvdfrcCeLadrHLIcDJd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OInMDE224ktscPvdfrcCeLadrHLIcDJd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OInMDE224ktscPvdfrcCeLadrHLIcDJd > .row .container > .video-iframe-container { display: none; }#OInMDE224ktscPvdfrcCeLadrHLIcDJd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OInMDE224ktscPvdfrcCeLadrHLIcDJd > .row > .video-iframe-container { display: none; }#OInMDE224ktscPvdfrcCeLadrHLIcDJd > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OInMDE224ktscPvdfrcCeLadrHLIcDJd > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TOuDv8JCQzId5H9n8n99A5UoOJOrlOxN { width:19.4375rem;height:27.875rem;top:2.20703125rem;left:0rem;border-top:0.125rem solid #30b1be;border-left:0.125rem solid #30b1be;border-right:0.125rem solid #30b1be;border-bottom:0.125rem solid #30b1be;display:block; }
 }@media only screen and (max-width: 763px) { #lEXtRD37lRFibzbQyDv1sohSkH8KTMhL { width:4.6875rem;height:0.75rem;top:4.3922119140625rem;left:0rem;text-align:center;text-align-last:center;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvFueEWPgA6Jm688VWTEPJ8BHEriDRlD { width:9.4990806875rem;height:1.59375rem;top:26.290649414062rem;left:1.7486213445664rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZSQbM9wHflQS8rJJ4hzyITVUp8q7eF1 { width:16.5rem;height:19.125rem;top:7.765380859375rem;left:1.75rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqiZXdHtcv2FQO96OxGZXqHrnh61PPfL { background-color:#e5ffff;background-image:none;display:block; }#AqiZXdHtcv2FQO96OxGZXqHrnh61PPfL > .row .container { background-color: transparent; background-image: none; }#AqiZXdHtcv2FQO96OxGZXqHrnh61PPfL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AqiZXdHtcv2FQO96OxGZXqHrnh61PPfL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AqiZXdHtcv2FQO96OxGZXqHrnh61PPfL > .row .container > .video-iframe-container { display: none; }#AqiZXdHtcv2FQO96OxGZXqHrnh61PPfL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AqiZXdHtcv2FQO96OxGZXqHrnh61PPfL > .row > .video-iframe-container { display: none; }#AqiZXdHtcv2FQO96OxGZXqHrnh61PPfL > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AqiZXdHtcv2FQO96OxGZXqHrnh61PPfL > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qXpedI7tkcfIkHJME11GDCLwQqncGMfc { width:19.4375rem;height:27.875rem;top:0.95361328125rem;left:0rem;border-top:0.125rem solid #30b1be;border-left:0.125rem solid #30b1be;border-right:0.125rem solid #30b1be;border-bottom:0.125rem solid #30b1be;display:block; }
 }@media only screen and (max-width: 763px) { #zmdrCZOeMH2eVGtPmazAEuFUJ18usrom { width:4.6875rem;height:0.75rem;top:3.1495361328125rem;left:0rem;text-align:center;text-align-last:center;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyEa2lnpWyTLCRtHmHaeZZThdorEUZBL { width:11.6865806875rem;height:1.59375rem;top:25.25732421875rem;left:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3Q7q0Fa6c3lEhTkdQtgLT23K0tGqch2 { width:16.9370403125rem;height:17.53125rem;top:6.557861328125rem;left:1.75rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdSglTEirpOnkR3Ho8CiJsekaJpZhyPI { background-color:#e5ffff;background-image:none;display:block; }#XdSglTEirpOnkR3Ho8CiJsekaJpZhyPI > .row .container { background-color: transparent; background-image: none; }#XdSglTEirpOnkR3Ho8CiJsekaJpZhyPI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XdSglTEirpOnkR3Ho8CiJsekaJpZhyPI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XdSglTEirpOnkR3Ho8CiJsekaJpZhyPI > .row .container > .video-iframe-container { display: none; }#XdSglTEirpOnkR3Ho8CiJsekaJpZhyPI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XdSglTEirpOnkR3Ho8CiJsekaJpZhyPI > .row > .video-iframe-container { display: none; }#XdSglTEirpOnkR3Ho8CiJsekaJpZhyPI > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XdSglTEirpOnkR3Ho8CiJsekaJpZhyPI > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TR8JJ503qF9oyuHXOyKDCaMSLtStuEs9 { width:19.4375rem;height:34.9375rem;top:0.95361328125rem;left:0rem;border-top:0.125rem solid #30b1be;border-left:0.125rem solid #30b1be;border-right:0.125rem solid #30b1be;border-bottom:0.125rem solid #30b1be;display:block; }
 }@media only screen and (max-width: 763px) { #Re8ETQE5xItS6rod3SwnLHSacqPOBLMx { width:4.6875rem;height:0.75rem;top:2.2403564453125rem;left:0rem;text-align:center;text-align-last:center;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ix6xDTyHTQQz1xnFZ4TWqS3rDsU8b4Ow { width:13.4995403125rem;height:1.59375rem;top:32.0703125rem;left:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zizU6rbiM6Wuh4cVcQSRwhH8aBXfFOVT { width:17.2495403125rem;height:25.5rem;top:5.68359375rem;left:1.75rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hthKCHhpPaWhWLGIlxfyXDJVhZyIn6A6 { display:block; }#hthKCHhpPaWhWLGIlxfyXDJVhZyIn6A6 > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LGdBFRMGhu6tBPXT8HvfinAcdWkWFJsl { width:12.9365806875rem;height:3.57421875rem;top:1.437255859375rem;left:3.5317095518112rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TArnNnbJitdIF7V6sryLiSCl8JvRqg19 { width:20rem;height:13.3122701875rem;top:13.110107421875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bxTAfWg36SL3uhutOcHvyaTJvxXgNL4z { width:20rem;height:0;top:19.874755859375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #S4pTak5h4N1P8ChUSJBW0L6lkC3TPNKA { background-color:#107d84;background-image:none;display:block; }#S4pTak5h4N1P8ChUSJBW0L6lkC3TPNKA > .row .container { background-color: transparent; background-image: none; }#S4pTak5h4N1P8ChUSJBW0L6lkC3TPNKA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S4pTak5h4N1P8ChUSJBW0L6lkC3TPNKA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S4pTak5h4N1P8ChUSJBW0L6lkC3TPNKA > .row .container > .video-iframe-container { display: none; }#S4pTak5h4N1P8ChUSJBW0L6lkC3TPNKA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S4pTak5h4N1P8ChUSJBW0L6lkC3TPNKA > .row > .video-iframe-container { display: none; }#S4pTak5h4N1P8ChUSJBW0L6lkC3TPNKA > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S4pTak5h4N1P8ChUSJBW0L6lkC3TPNKA > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ORmrK0OpMtsUNVaRah4BUasT6ALNd002 { width:20rem;height:5.8125rem;top:0.0625rem;left:0rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #g3dQxHx2DFt3GUJXrxNMMVTiqK14eAd7 { width:20rem;height:3.25rem;top:1.3109130859375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #g5NhtttVSGaHMbU3eObBUvVgJJ4xQF0b { display:block; }#g5NhtttVSGaHMbU3eObBUvVgJJ4xQF0b { border-width: 0; border-radius: 0; }#g5NhtttVSGaHMbU3eObBUvVgJJ4xQF0b > .row .container { width:20rem;height:166.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qp8e2Q5I88rKErbiA3WKGHsCPFMoc76U { width:18.75rem;height:85.4375rem;top:1.185546875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKCbPuWmHEr3yZcehUAcaAVqRCgibDiD { width:17.5rem;height:5rem;top:2.5rem;left:1.2488510608673rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCwILBc9wJ2DuVXaa0nyeXhWVOTJIQcz { width:20rem;height:2.03125rem;top:3.966064453125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0is7qursIU2AaKBNH4HGCtIXhrzOVvU { width:12.5rem;height:3.372012875rem;top:59rem;left:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWbMNxnwHbTUkO9EqvzABP1aMFrSk79O { display:block; }
 }@media only screen and (max-width: 763px) { #u4txF4iI6TP38UOcWNEl2ASlU4dmtwTW { width:18.75rem;height:74.375rem;top:89.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUCMdxPdb4DBxtQ6AUqRtLbPrnR3KwSn { width:18.125rem;height:5rem;top:90.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #czh6wIrb8qFIAfRTUXvunEldLM1AZRKy { width:20rem;height:2.03125rem;top:91.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHbkSHrks53TKSUaEz3pwMuxaQRL6TZR { width:12.5rem;height:3.372012875rem;top:136.0625rem;left:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnpML0SmGoThQ8WdqEd1yb4xzpcmOTbO { display:block; }
 }@media only screen and (max-width: 763px) { #cg5rcJJ2MzyAEprrXGACPMqUcK12iFTy { width:18.125rem;height:2.4375rem;top:49.5rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLW3pvdMKilUCoamdNLzHCXtbTOFH268 { width:18.75rem;height:2.4375rem;top:125.3125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xB5Gq91eiNGqPvsD4Bk0MGadeQ7Pq7mz { width:20rem;height:2.03125rem;top:62.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #myxpqFd5kdC4EVcF55Wva1NfthZgrCwb { width:20rem;height:2.03125rem;top:140.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQClwaCSZsgPzPMdBGZRAnHv1Jo9WqB9 { width:17.061875rem;height:6.75rem;top:33.543004989624rem;left:1.46875rem;font-size:0.9375rem;font-weight:300;font-style:normal;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #QzgqOxX8xh4dkLdHqdKkkm9gDoLhMcng { width:18.125rem;height:8.7734375rem;top:8.789306640625rem;left:0.90418195724488rem;font-size:1.125rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #OxQl1uOW8tkwmhkGXMhx0151Vm2nmm3T { width:12.5rem;height:2.92448125rem;top:41.875rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NB4EsJuZtp3TIrDE7fOO30zHUpirm79O { width:18.75rem;height:2.4375rem;top:44.625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMkuofolFP70lAOFAhRz9XB3sxTI8e4x { width:20rem;height:1.4622375rem;top:48.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uO6Vu7XVf1fPIg5aOLTigVSIATzwro5D { width:20rem;height:1.4622375rem;top:123.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVFiRKTIJmsEQJflrW0Zhezhh0ZJSP8m { width:12.5rem;height:2.92448125rem;top:117.1875rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8rkgonUVbWhXEXTlzTyTVIFRmRGZ8kQ { width:18.75rem;height:2.4375rem;top:119.9375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJuB98JVpvhLtsd4sRy1nApTXXdHnsWr { width:20rem;height:3.1875rem;top:154.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXCELCFI3VFEVytHvF4hJfI5LDimHfGu { width:12.5rem;height:3.3743105rem;top:73.3125rem;left:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZ4wIuIiGNsPSRqtQ55DwNTEsOiNBgQr { display:block; }
 }@media only screen and (max-width: 763px) { #qfnlrfyNpFIqx3MlzJOETUr8ohzxRrQk { width:18.75rem;height:2.4375rem;top:70.9375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbN5tlVFPTRHI517RGuekIo0mX9ECyv1 { width:20rem;height:3.1875rem;top:77.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W795tnVp94iARqvkesKSZ3Tb6Je6Ue5i { width:18.75rem;height:2.4375rem;top:147.5625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSNm74uRHUKfVrmkScTIpVH6REqucL79 { width:12.5rem;height:3.3743105rem;top:150.5rem;left:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mn2bNz18MbXCooLdEQyTiWERWSGcfbwy { display:block; }
 }@media only screen and (max-width: 763px) { #xIBrSWdLIlZkqHRGw60qJr3tK79FzcQD { width:16.875rem;height:14.294275rem;top:19.249755859375rem;left:1.5291818380356rem;font-size:1rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #bU7e5tg8AagoSyfKfrQOiu27DWedeykm { width:17.9997691875rem;height:19.7942875rem;top:96.125rem;left:1rem;font-size:1rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #s2uSF5LLA3KhyV4nSxKWiag0rgsel9zU { width:20rem;height:6.09375rem;top:129.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #EXQN01NsRrsWBKG9ZCzV2Qe43RWqAAOa { width:20rem;height:2.4375rem;top:145.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #VtfRvb0vlTftGuofZod3s9ZheEHcqaXL { width:20rem;height:6.09375rem;top:52.5rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #WXTctXeTqhGDSkvth39vWaweucP2eJN6 { width:20rem;height:2.4375rem;top:67.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Wutz7lOmcOfM8MTNaybUBKToSWx6dqCn { width:4.4370403125rem;height:4.4370403125rem;top:173.6845703125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nIdRduH7tkeJ6peCTUlN8tFTcXQdW46T { width:17.625rem;height:2.59895625rem;top:159.5rem;left:1.1875rem;font-size:1rem;color:#47545a;display:block; }
 }@media only screen and (max-width: 763px) { #Ri8vnJnTQuOHbfR9MaLMvEnih9OPcDff { width:17.625rem;height:2.59895625rem;top:82.1875rem;left:1.1875rem;font-size:1rem;color:#47545a;display:block; }
 }@media only screen and (max-width: 763px) { #zd404qRRywf6qaix0JNaDTAXHvymFaoz { display:block; }#zd404qRRywf6qaix0JNaDTAXHvymFaoz > .row .container { width:20rem;height:46.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #slk5SNoGT4QegRvMaOttW0ZrtUaXbxhM { width:19.9991875rem;height:0;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dkV6a9tDkxDnTSws3y9HzBM93IDshRHl { width:18.75rem;height:39.09704375rem;top:5.1826171875rem;left:0.90418195724488rem;text-align:left;text-align-last:left;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ZFDXqg7mrbiu8h7mr9S4Dik2W9qpFrAQ { width:2.875rem;height:2.875rem;top:1.47412109375rem;left:8.5627297163013rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #EJC7e1DTlHLZ4nFTJDcxXTKAUCGJLvO4 { display:block; }#EJC7e1DTlHLZ4nFTJDcxXTKAUCGJLvO4 > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PL4zSTu5Qqz2GTZ8T7R3J7cg6K6R7Twq { width:18.9372691875rem;height:1.7871125rem;top:3.236572265625rem;left:0.49862134456634rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmXaWZKopdJgoxgtOHV10rISOP0U7Uf6 { width:20rem;height:1.7871125rem;top:1.251220703125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tax3PPbpVuNmlbIupnJBe2nEiJ7wRswJ { background-color:#107d84;background-image:none;display:block; }#Tax3PPbpVuNmlbIupnJBe2nEiJ7wRswJ > .row .container { background-color: transparent; background-image: none; }#Tax3PPbpVuNmlbIupnJBe2nEiJ7wRswJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tax3PPbpVuNmlbIupnJBe2nEiJ7wRswJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tax3PPbpVuNmlbIupnJBe2nEiJ7wRswJ > .row .container > .video-iframe-container { display: none; }#Tax3PPbpVuNmlbIupnJBe2nEiJ7wRswJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tax3PPbpVuNmlbIupnJBe2nEiJ7wRswJ > .row > .video-iframe-container { display: none; }#Tax3PPbpVuNmlbIupnJBe2nEiJ7wRswJ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tax3PPbpVuNmlbIupnJBe2nEiJ7wRswJ > .row .container { width:20rem;height:44.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A6BEJPzTeC0bBTV0m0M9obax2HOcFfKt { width:18.125rem;height:3.25rem;top:12.83203125rem;left:0.90418195724488rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVGufc0gXTmQMu4BJByKzVkAo7vI2qcQ { width:17.6875rem;height:19.5rem;top:18.320314407349rem;left:1.15625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKFqFy6PCJ9FAT6SbaDQJqCPSdXDDPoT { width:20rem;height:24.0625rem;top:16.039794921875rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #pNJT36b0zQc0DvUVaU8J0Q9oXkdl9Rom { width:20rem;height:5.8125rem;top:11.541748046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PATPKQbzTdFxQKs8TBWpeZlQDigRBTvp { width:20rem;height:5rem;top:38.11572265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuUD4AypmoTmzFc5qXHMhSsRecrqUreI { width:20rem;height:1.3808625rem;top:40.067626953125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3IAZDxE2lFB49ngTA7R9K0MZJkMFUVF { top:1.235107421875rem;left:0rem;width:20rem;height:10.875rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #f6gEl5qLEcyede2K0EEWOUUaG6TQGTZC { display:none; }#f6gEl5qLEcyede2K0EEWOUUaG6TQGTZC > .row .container { width:20rem;height:41.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hd8OGLOEhKMC94Omliiakeq8kBwFxmxW { width:18.75rem;height:36.7647051875rem;top:3.290283203125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceeraZdaQUq251Q4bR7AbIXwkzymhG06 { width:18.6875rem;height:1.39705875rem;top:1.1650390625rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5c3kNwHOTpm6rdOkBFM3RFOnF5LXz5L { display:block; }#s5c3kNwHOTpm6rdOkBFM3RFOnF5LXz5L > .row .container { width:20rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KNgQqIv9osGbKGbBguHw45lvTbCq9gnV { width:7.9365806875rem;height:1.4622375rem;top:5.206787109375rem;left:11.124769091606rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sk1TH4OW0OoxiEzZi8OEtM3nuUcfRUsW { width:20rem;height:24rem;top:12.064453125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#ffffff;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #EBnyr1IPqQPPcahxV9TlrgIEwNVl6G48 { width:20rem;height:9.5110290444444rem;top:1.303955078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yccUOiV7cr3exJrwGo1QN5CacZcxLKhT { display:block; }#yccUOiV7cr3exJrwGo1QN5CacZcxLKhT > .row .container { width:20rem;height:22.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qT81UUf3Q7CMrT7z1O9RByEgAPgEGnsH { width:20rem;height:5.84895625rem;top:1.45703125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOWKKKbTTRvVCGiuqGee7btFHkahopzw .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oOWKKKbTTRvVCGiuqGee7btFHkahopzw .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; }
#oOWKKKbTTRvVCGiuqGee7btFHkahopzw .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; }
#oOWKKKbTTRvVCGiuqGee7btFHkahopzw { width:14.625rem;height:5.4375rem;display:flex;top:9.1015625rem;left:2.4356616735458rem;z-index:15057;padding-top:0.25rem;padding-right:0.25rem;padding-bottom:0.25rem;padding-left:0.25rem; }
 }@media only screen and (max-width: 763px) { #oOWKKKbTTRvVCGiuqGee7btFHkahopzw #pO7C5FgSPOZk80CQbGFsRb468NsduVaS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oOWKKKbTTRvVCGiuqGee7btFHkahopzw #iZNodolUw925hIvtSdz3HGe2i6mdF43J {  }
 }@media only screen and (max-width: 763px) { #oOWKKKbTTRvVCGiuqGee7btFHkahopzw #nMwJncqLHiF10Ud4Eu0r3JzgJmzvSFBl {  }
 }@media only screen and (max-width: 763px) { #oOWKKKbTTRvVCGiuqGee7btFHkahopzw #fuZmcf9aHXDl4HbpmTtknGHFZJSq608w { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oOWKKKbTTRvVCGiuqGee7btFHkahopzw #KTT0KwxgZxrpbxsVTMwPA0EpBR6cnCSD {  }
 }@media only screen and (max-width: 763px) { #oOWKKKbTTRvVCGiuqGee7btFHkahopzw #X0SCTzI6mtCL1tPlR2Tf9eWMoQOkd1g9 {  }
 }@media only screen and (max-width: 763px) { #oOWKKKbTTRvVCGiuqGee7btFHkahopzw #DwIwkJGRmp1nu0T8PRoxqnFL1dT4r37U { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oOWKKKbTTRvVCGiuqGee7btFHkahopzw #PTTuI22r6DlsDVTNMbGxm22TP6Iplzt2 {  }
 }@media only screen and (max-width: 763px) { #oOWKKKbTTRvVCGiuqGee7btFHkahopzw #XXXfvXxyMRumxHRpeuSvakkmHo7QJZ6M {  }
 }@media only screen and (max-width: 763px) { #oOWKKKbTTRvVCGiuqGee7btFHkahopzw #o9Iht1WmgttzoF4iQkZXuPFBkDeZHudd { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oOWKKKbTTRvVCGiuqGee7btFHkahopzw #WkbDuig7J5Kl6bXEFKLnJFENZ7ET6hiZ {  }
 }@media only screen and (max-width: 763px) { #oOWKKKbTTRvVCGiuqGee7btFHkahopzw #GAO96TAqaBUW8stz7WqultOKDIDLwhkz {  }
 }@media only screen and (max-width: 763px) { #QeDbDESy2NDxw76GSRvMKgOxZGQ1qTLu { width:20rem;height:1.4622375rem;top:6.8095703125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgKMXe9cBtvFN31NFHaI1DSrTQUt6SH4 { width:19rem;height:3.375rem;top:16.2881431875rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwBlSvba8LCGEv2FSQNhWI5g17y5tofL { display:block; }
 }@media only screen and (max-width: 763px) { #CuO2aZIHK68bdDGCzfvnp7NtBdOXcRUR { display:block; }#CuO2aZIHK68bdDGCzfvnp7NtBdOXcRUR > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lMwp8w87psaK5yBBxDB6xO7zCf7XJKQL { width:18.9372691875rem;height:1.7871125rem;top:2.836669921875rem;left:0.49862134456634rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFZd4wASNNn6GzIUFs624zwOOL1fhlVq { width:20rem;height:1.7871125rem;top:1.251220703125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqQLFuLRpvNFksHCIMdyBIJ5OqyT0Vms { background-color:#f4fcff;background-image:none;display:block; }#CqQLFuLRpvNFksHCIMdyBIJ5OqyT0Vms > .row .container { background-color: transparent; background-image: none; }#CqQLFuLRpvNFksHCIMdyBIJ5OqyT0Vms::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CqQLFuLRpvNFksHCIMdyBIJ5OqyT0Vms > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CqQLFuLRpvNFksHCIMdyBIJ5OqyT0Vms > .row .container > .video-iframe-container { display: none; }#CqQLFuLRpvNFksHCIMdyBIJ5OqyT0Vms > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CqQLFuLRpvNFksHCIMdyBIJ5OqyT0Vms > .row > .video-iframe-container { display: none; }#CqQLFuLRpvNFksHCIMdyBIJ5OqyT0Vms > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CqQLFuLRpvNFksHCIMdyBIJ5OqyT0Vms > .row .container { width:20rem;height:41.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nyHREkRhZWDCvv6TiXkG5kOXD88wsZ0y { width:20rem;height:14.5rem;top:24.110028266907rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #RVZ7QfSn5F0JG87GcdInTe7ZasUa20IT { width:20rem;height:5.375rem;top:19.937500953674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIr5Eo7fpOd8KMN8xI5CsJZwe5keOqEl { width:20rem;height:3.6862rem;top:36.312500953674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCNKlvQ5xX7HNzugZUfmyZ3bOKV9H8VM { width:20rem;height:1.3808625rem;top:37.464844703674rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpTZJVbTut74QCgPNTld7T2tpK5uTFO7 { width:20rem;height:1.625rem;top:21.812500953674rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GZHB9F5MV1xAQ4esymQf8dkPFKRKv4Ef { width:16.9986875rem;height:7.718125rem;top:27.437500953674rem;left:1.5rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p0G7a1HEaTTOPl1qS6e6ZJTD2Bhzuxmc { top:0.87955665588381rem;left:0rem;width:20rem;height:20rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Lmedr9Hy1dFyX4qPoQT1KADpp0XbFgUP { background-color:#f39c12;background-image:none;display:none; }#Lmedr9Hy1dFyX4qPoQT1KADpp0XbFgUP > .row .container { width:20rem;height:4.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gGk3B2067fDC3sxUET89fvgaHXxOs6QK { width:20rem;height:1.7871125rem;top:1.336181640625rem;left:0rem;font-size:1.375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HXqoADhMKMlktPMJMb0q8zTmkn5fbglI { background-color:#fffbf6;background-image:url("https://images.assets-landingi.com/uc/30a26c7f-8b18-4be3-be41-230057cf2601/180.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;display:none; }#HXqoADhMKMlktPMJMb0q8zTmkn5fbglI.adaptive-delivery-prevent-bg, #HXqoADhMKMlktPMJMb0q8zTmkn5fbglI.lazyload, #HXqoADhMKMlktPMJMb0q8zTmkn5fbglI.lazyloading { background-image: none; }#HXqoADhMKMlktPMJMb0q8zTmkn5fbglI > .row .container { width:20rem;height:20rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #d92uekDG19Xn6o6ISehdDB85pluSeR6k { background-color:#fffbf6;background-image:none;display:none; }#d92uekDG19Xn6o6ISehdDB85pluSeR6k > .row .container { width:20rem;height:29.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gEwmu5q1P4D4klkyBX9xZq17GadXSEUn { width:20rem;height:29.875rem;top:0rem;left:0rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #uGcqmuB6OBx3FpqVcre6TSSlN9gbbCnQ { width:20rem;height:4.4375rem;top:19.5625rem;left:0rem;background-color:#f39c12;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) { #QgmZlg6F1TcWiTmwBxDZgTIiDO4BtWVF { width:20rem;height:1.7871125rem;top:2.8873710632324rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GT1h3548eoZ6sKI3BP4M37Ki4b55gNzH { width:20rem;height:6.9043125rem;top:11.390625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #omE7HcAdoK5dPEbX152p4flUGZTyA5k6 { width:20rem;height:9.25rem;top:1.25rem;left:0rem;background-color:#f39c12;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) { #nBmfAR67hTv8VSiJXADUbADkRuCFn9TN { width:20rem;height:1.625rem;top:20.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmQWQTnLnctUFfWWu5kMlA4CNr8E9D3d { width:20rem;height:0;top:6.1744804382324rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #i3QwhdTMXyVFQs4tTQHV3na1FHg1bSgt { width:18.75rem;height:2.875rem;top:25.174479007721rem;left:0.625rem;font-size:1.0625rem;border-top:0.125rem solid #30b1be;border-left:0.125rem solid #30b1be;border-right:0.125rem solid #30b1be;border-bottom:0.125rem solid #30b1be;color:#30b1be;display:block; }
 }@media only screen and (max-width: 763px) { #eB9GfBgTaG2xcLAxTLW5s5EeqOsaGQWc { display:block; }
 }@media only screen and (max-width: 763px) { #l4Sl8mDrDcA5TJ9IQTxOZD9mDEc0olng { width:20rem;height:3.25rem;top:5.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #QdVFFLBTzONRdA43uXRbB214vfFTNaHM { display:none; }#QdVFFLBTzONRdA43uXRbB214vfFTNaHM > .row .container { width:20rem;height:136.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Oo9kHJAzhhtuAGtpSNc2t5C6Xk9g66D8 { width:18.75rem;height:61.403625rem;top:5.6015625rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gspCTDc2WJ1QJ47UQdqOMeP8Trs5euxt { width:14.5625rem;height:3.25rem;top:1.373779296875rem;left:0.625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ua4PZbH3S45k3QqJE7pv2xwXFzci8IA7 { width:20rem;height:65.25rem;top:68.880208969119rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGWpZpidZzTJ6m6Eof1ZdNJ6dTmaVkaH { width:20rem;height:1.625rem;top:71.255208969119rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vezl0OnQ45XQga1vDCuNU3ClNe7at0Tp { width:18.75rem;height:40.5rem;top:91.629558563231rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VF8wVhZDD9Zv8d5XDLMUvkkxMmEh1T4U { width:15.625rem;height:15.625rem;top:74.567708969119rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLISORy9axlE9NHCv6Ru3endi6VpBzt9 { background-color:#f4fcff;background-image:none;display:none; }#TLISORy9axlE9NHCv6Ru3endi6VpBzt9 > .row .container { width:20rem;height:43.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xVmD4EZc9XTGydPW97GHL6O4ZPLRR9LW { width:20rem;height:23.75rem;top:16.7314453125rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #mLs2fTcHRlylK9TbfpAqotyy4GCnT0TW { width:20rem;height:5.375rem;top:11.8359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCtCbhRor4HSVrb2WWJt8NltzvRnTMXe { width:20rem;height:3.6868105rem;top:37.797607421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRpncB1JiSksJyF15TbpM6lnPBL2xrN6 { width:20rem;height:1.323529375rem;top:38.969482421875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWZPCfCmRJBgBXyMdJQ6MNzP697UpdLK { width:20rem;height:3.235294125rem;top:13.05712890625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yQ750hsBINFP8fzPTh8h5t7rT7WweN4u { width:16.9990806875rem;height:3.970588125rem;top:18.40185546875rem;left:1.5004595518112rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VXT0fl66DqO8TFShFpMrDCr94FBRSK5c { top:1.254638671875rem;left:0rem;width:20rem;height:10.875rem;z-index:15026;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #G7fOM3xbunG2Zyhq2LbKH4gCHshSpdZC { width:11.25rem;height:11.25rem;top:25.343505859375rem;left:3.5397514104843rem;display:block; }
 }@media only screen and (max-width: 763px) { #kToaOg4c3h6RBkIasBqDcqe1O2aO2wOJ { width:9.4370403125rem;height:4.9368105rem;top:21.355712890625rem;left:5.2803305387497rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTsbLEoWDXrReqH0QgvCIxlRedl3Hw9M { display:none; }#HTsbLEoWDXrReqH0QgvCIxlRedl3Hw9M > .row .container { width:20rem;height:40rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RgWSfffboKBrdJTVNtSrurvv5Iz4AhpP { width:16.875rem;height:8.4375rem;top:8.24462890625rem;left:1.5291818380356rem;display:block; }
 }@media only screen and (max-width: 763px) { #K78WwTcbDtX7CfsQs6qhTMKoUwVQPsyL { width:20rem;height:12.3529405rem;top:17.807861328125rem;left:0.092830777168275rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p0FpXWITOqAEsdngy2GFBpuZ6lOzVEbs { width:18.75rem;height:2.875rem;top:35.8125rem;left:0.625rem;font-size:1.0625rem;border-top:0.125rem solid #30b1be;border-left:0.125rem solid #30b1be;border-right:0.125rem solid #30b1be;border-bottom:0.125rem solid #30b1be;color:#30b1be;display:block; }
 }@media only screen and (max-width: 763px) { #tcGnu3PzNRzwTSZwyOA1T2wT55zlxl5S { display:block; }
 }@media only screen and (max-width: 763px) { #tN4R9Tqn3Z64GS345eNubsxVeNR5rVeV { width:20rem;height:5rem;top:29.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s61P76JvvOUbSngDuWDl0Bw9FP2Watfu { width:20rem;height:1.323529375rem;top:31.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrguNUL1GffTkgfoC6UmfaWTTyPgM4M9 { width:20rem;height:25.6870403125rem;top:6.113037109375rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #q740BQTF6a3Qu7Dt8mTAhpBHc0MSFmVZ { width:20rem;height:5.75rem;top:1.20068359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #atW91TL42SwfUTczdnOUW5HohnnVZcKi { width:14.1865806875rem;height:3.235294125rem;top:2.43115234375rem;left:2.9055606126785rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBNKkZexi8dBaHlmQ5DUTP7OTLTrkXKX { display:none; }#TBNKkZexi8dBaHlmQ5DUTP7OTLTrkXKX > .row .container { width:20rem;height:89.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fDNaoIFzKnTw55mmHDuvXiGgChBlIbvI { width:18.875rem;height:18.6029405625rem;top:4.25rem;left:0.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wqSuvZcfxbxuUSkQ4Nms1pRJpZfPLwSo { width:18.8125rem;height:11.838234875rem;top:24.6875rem;left:0.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #m6NbLzNyn0AFln7E4xBrFLeC4IToDKM9 { width:18.8125rem;height:6.7647056875rem;top:38.375rem;left:0.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aa0yKsiq5U6EvM4nx7cB7NwosAWrFTIy { width:9.375rem;height:9.375rem;top:47.061279296875rem;left:5.2791818380356rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxmTybmnkT0luL7EKIRQMSZETTmRx9ND { width:20rem;height:35.6875rem;top:51.8740234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLnbKhnlfpolxLTpUzeKTCb7ZkcKocgo { width:18.125rem;height:24.9999995rem;top:60.68603515625rem;left:0.90418195724488rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o860WFSTzTgcETBVkIRzPtgazBH8pExN { width:20rem;height:1.6176470625rem;top:58.09765625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PAtvQQs4KZAl8m7V3ssgcJwLJkpguRF8 { width:13.1870403125rem;height:1.39705875rem;top:2.204833984375rem;left:0.56066179275512rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bX3ihXNpSmANQNKw0l59sfmbwLtR8haP { display:none; }#bX3ihXNpSmANQNKw0l59sfmbwLtR8haP > .row .container { width:20rem;height:8.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ppepfhm0VXgLwU6glA60zxdx0aRqLg1D { width:18.9993095625rem;height:3.235294125rem;top:3.731689453125rem;left:0.49862134456634rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcfrdVOdeR1WZIlcMOxEIO7Ocpyupa2E { width:20rem;height:1.76470575rem;top:1.251220703125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1EPxprrnIZRQrxUr7XHVPThV6zqflxt { background-color:#107d84;background-image:none;display:none; }#f1EPxprrnIZRQrxUr7XHVPThV6zqflxt > .row .container { width:20rem;height:63.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #I1Nmc6ouGE931lx7CylDtvEIwJ5TPft3 { width:20rem;height:44rem;top:14.701171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlb62VIJgtTFqoM1J3TRyLTa1KDogHrs { width:20rem;height:1.6176470625rem;top:13.540771484375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUQ3B9AsXSJ4uT06t7Ba8XIFNz5QfWDQ { width:19rem;height:29.33823425rem;top:23.236572265625rem;left:0.90418195724488rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuOqgGcpvki0S63d1RT4wXRuIVLwQlaQ { width:20rem;height:1.323529375rem;top:58.7177734375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHJdpFZHSHXV1y7xkbzTelomke2ceEEX { width:20rem;height:4.8529411875rem;top:15.912109375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOWsrqWDbtIAo8HqBuQiDa1rCH6knaM9 { top:0.68701171875rem;left:0rem;width:20rem;height:12.0622701875rem;z-index:15024;overflow:hidden;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5LuKhBUa6su3N6UKcamTgVg9g6kFnTS { width:20rem;height:10.6875rem;top:11.416748046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1rJSGyWlTPkZiT1AytZGOzcoU6mowTa { width:20rem;height:5rem;top:56.93798828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fp96gKpVDPUyE3HKuuuJmaxc5GbUhT8y { display:block; }#fp96gKpVDPUyE3HKuuuJmaxc5GbUhT8y > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bOzcveW6KAEDgxIVFMKp2TS461XXLl7w { width:15.9995403125rem;height:5.36133125rem;top:1.240966796875rem;left:2.0002297163009rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptMATN9iGup8osrVynS0vtiL9xREGAJ0 { display:block; }#ptMATN9iGup8osrVynS0vtiL9xREGAJ0 > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pGW3PTtr23qaAKb6JnOfQxEndMDTSfZS { display:block; }#pGW3PTtr23qaAKb6JnOfQxEndMDTSfZS > .row .container { width:20rem;height:45.447265625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eVIomKHitNXHg2TyhG7oA2QAMDCw2Oz7 { width:18.124125rem;height:0;top:23.125rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #h1AMH4dA2KEV18e0tXzu1KfprDuJ2hSU { width:18.122396469116rem;height:0;top:16.315185546875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #DJxr158b6v32HlIACeTycTpB0Zfbdr6n { width:20rem;height:34rem;top:11.447509765625rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #HxUhnwNZT5QoThJK6tNluS6Ex3d5maPT { width:15.1240806875rem;height:2.92448125rem;top:13.49609375rem;left:2.4368106126785rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgmDglAV4w5Vv13IzyFvAbwJRRIZBzAv { width:20rem;height:12.5rem;top:0rem;left:0rem;z-index:15000;background-color:#ddfbfc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #dUq3QTnM5PE7eCEqwDh5xgrkOZqZmRZp { width:15.9995403125rem;height:10rem;top:1.325439453125rem;left:2.0002297163009rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTlClTs98dvJod2pIyr3XAVTGrlxOJoP { width:18.1215534375rem;height:25.5rem;top:15.6962890625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #q7T9nkVVxFqLpW1bSHVeH6XU7vyyBWg6 { width:17.5rem;height:3.125rem;top:40.34912109375rem;left:1.2488510608673rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6EAAWyv9NangvyVcm9n2DwygliUUu2r { width:20rem;height:1.3808625rem;top:41.22705078125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGhbn1l74qyhGdMTq3C5xJ3516COTWhf { display:none; }#aGhbn1l74qyhGdMTq3C5xJ3516COTWhf > .row .container { width:20rem;height:1.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XC5nzAcAXqzGWmqn9q0KGP4U7TMuOFQ3 { display:none; }#XC5nzAcAXqzGWmqn9q0KGP4U7TMuOFQ3 > .row .container { width:20rem;height:41.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #H0W5nxriaaT5mJnENStKao6ctUasWIzr { width:18.122701625rem;height:20.0735288125rem;top:15.87548828125rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qx3tT4Tvt5H4fNuUHFwa4gTIv8aC8yLZ { width:18.122396469116rem;height:0;top:16.315185546875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #QXC1O9x7wx9Erl2um2SBJDiq9uWcclo5 { width:20rem;height:29.875rem;top:11.934814453125rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #cCtK3hoeJxchC2zafc9ZS5klK6lfaNvA { width:20rem;height:2.7941174375rem;top:13.692626953125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMC64dO3WavLLFbvbbCUFm6h3697Vovq { width:20rem;height:12.5625rem;top:0rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #w7OBKc4qtWazZD1xT7OzGTSDt1yhpwsH { width:11.4993105rem;height:7.1243105rem;top:1.1845703125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b920Qimc7etPn0HCPOuNJAzEdgs9cSyZ { width:17.5rem;height:3.125rem;top:36.4970703125rem;left:1.2488510608673rem;display:block; }
 }@media only screen and (max-width: 763px) { #toFsQhk3MDpV9Lt2rZqwdOc3lNKq8LGO { width:20rem;height:1.323529375rem;top:37.368896484375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uA4doyXlqSnpmvSNWwlyJMOk69bJ6rzt { width:11.5rem;height:7.1875rem;top:4.71044921875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHuL2Rv6JhXLtQVvKlVcl1TtknkKkDCx { display:none; }#iHuL2Rv6JhXLtQVvKlVcl1TtknkKkDCx > .row .container { width:20rem;height:1.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NTvUNO3F40to0mDBef6qes7PCLAiFZqB { display:none; }#NTvUNO3F40to0mDBef6qes7PCLAiFZqB > .row .container { width:20rem;height:50.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZX6HDaXiiLPcnOuoLbaQ3Gw1yuTlyytx { width:18.122701625rem;height:23.1617636875rem;top:15.81005859375rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PunRo7rSRQuMBeeRhcp4rfCETdNugRHg { width:18.122396469116rem;height:0;top:16.315185546875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #c0uexVquXrIwXJFyTaLJXFApZmT56x9o { width:20rem;height:33.375rem;top:11.873779296875rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #CvtaebM3aGZpzILaQPiArMBTnebeDTb0 { width:20rem;height:2.7941174375rem;top:13.7041015625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHwE3JA8p2Q8H3fx1TKNEFL2r5Tlo5P2 { width:20rem;height:12.5625rem;top:0rem;left:0rem;z-index:15000;background-color:#ddfbfc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #HbtClMGhDSksvPqvVGQKeRqcJJHEbgTk { width:16rem;height:9.9375rem;top:1.41552734375rem;left:2.0002297163009rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5sCbPxUSxbgP7yFalz8mKp7dWqb6CS1 { width:17.5rem;height:3.125rem;top:40.00341796875rem;left:1.2488510608673rem;display:block; }
 }@media only screen and (max-width: 763px) { #V57erKhW1MTKT3Eaf6OBpI3sxnXxscsU { width:20rem;height:1.323529375rem;top:40.9306640625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFQQfHngvGnKsFTJsRGrRO8TokeZCzbN { width:16.875rem;height:2.8125rem;top:47.53173828125rem;left:1.561350941658rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cl0nsAAStQicuqEZTzQyMs4nZ87oX7Fy { display:block; }
 }@media only screen and (max-width: 763px) { #Fe0Rwm2DLtSG8WKfes7gpkapbytWPx1B { display:block; }#Fe0Rwm2DLtSG8WKfes7gpkapbytWPx1B > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ip2kMZXPuql8s8uKmmiS6oJO3SVT8Acq { width:20rem;height:9.125rem;top:2.149658203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZ1S8Pc25SCHspObhf9S0SLAwTFcHunq { width:18.5rem;height:0;top:3.62255859375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #tehL6bli4rDR3yFqnONgRxbXzC4wLf1N { width:18.4995403125rem;height:6.5rem;top:3.559326171875rem;left:0.74908089637756rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #IpnPZcvSPSsxnP3MrNu8fv21CzaQh4Tr { display:block; }#IpnPZcvSPSsxnP3MrNu8fv21CzaQh4Tr > .row .container { width:20rem;height:73.233154296875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vIyUU8BbFHxl0C62WWoTJ4TqJLXnsObL { width:18.75rem;height:28.6875rem;top:6.4354171752931rem;left:0.55624997615814rem;display:block; }
 }@media only screen and (max-width: 763px) { #lG8FBJUDh4rabzUbPXOEfgWfe3xTGt92 { width:19.9989375rem;height:0;top:11.362500667572rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #C2lcQt6VAmIHAxT4Iy6aHiKu2biFidLL { width:18.125rem;height:0;top:13.163541793823rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WqyZ1CsTVuVT7WIf7rOiSGJ79D6ITcyW { width:12.5rem;height:3.3846507072449rem;top:29.471496582031rem;left:3.7499998807907rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzxEpCxTqVZO4FAKBo5dsTlcfSPkmHzb { display:block; }
 }@media only screen and (max-width: 763px) { #oQ6wLbzW9NSQ9XFfQOyHfVnXabGqqUDH { 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) { #mh22TOtherkBmTmi9ycu0NRusDCq7UO1 { width:18.875rem;height:29.4375rem;top:43.795654296875rem;left:0.56295955181122rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNihCz5EzvM06sm6N0s9mOqAtcZuXGfw { width:9.375rem;height:9.375rem;top:1.875rem;left:5.3125003576279rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWZu2Dkyd3312cJ5b1q1ZwputTpHb0Xw { width:12.5rem;height:3.2846965625rem;top:67.56640625rem;left:3.7499998807907rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #COTHAtrzlgDkN7PKEyZ1CTF5LluAK2vG { display:block; }
 }@media only screen and (max-width: 763px) { #MV1wTRLTv4PbLOia8AZ0XSArN8HJOA23 { width:18.125rem;height:0;top:44.035418510437rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #RPzWSDoeRPlcJ7lWsWlGFQ2e0aqpOLCs { width:18.125rem;height:4.1425875rem;top:61.8037109375rem;left:0.90418195724488rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyy7DNQExOOnPC0UyUiLf7TTBHG3h0Q0 { width:19.9991875rem;height:1.86666875rem;top:83.255039215088rem;left:-44.573436707258rem;text-align:center;text-align-last:center;font-size:1.4375rem;z-index:15025;display:none; }
 }@media only screen and (max-width: 763px) { #OCtsyQwgtglXSpgfCMpmnLCzEFudaqdL { width:18.125rem;height:13.33333125rem;top:67.05503845215rem;left:-43.249217957258rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15027;display:none; }
 }@media only screen and (max-width: 763px) { #GSwkOtytGNfKNEWKathy6gzkXC6FuQ7G { width:3.75rem;height:0.062109375rem;top:67.05503845215rem;left:-29.498435944319rem;z-index:15028;display:none; }
 }@media only screen and (max-width: 763px) { #n2fT3JcVyG69mWVLmgCqZUPlQ8Kb8OVq { width:6.1875rem;height:auto;top:9.875rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #gyRuxogdMTrKs4zbrEXz4nTkwVzhMrv7 { width:18.125rem;height:2.761725rem;top:25.060791015625rem;left:0.90418195724488rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15014;font-family:"josefin sans";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ZhGbk9dxzy9VAT5fo12J7g9Gx3ZwWlRy { width:9.375rem;height:9.375rem;top:38.635009765625rem;left:5.2791818380356rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dX3SWx04AHzC4g2zVQtRAnprw3bGHWhT { width:18.125rem;height:13.8086125rem;top:48.054443359375rem;left:0.90418195724488rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15016;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #cmUFkrcTg43AZy7d4KVmVSURrggubCzU { width:9.375rem;height:9.375rem;top:35.256260871887rem;left:10.623958468438rem;display:none; }
 }@media only screen and (max-width: 763px) { #JkuLD3UmfQOM7kK2Bl4PT85aOVbbXBgM { width:18.125rem;height:13.80861875rem;top:11.29931640625rem;left:0.90418195724488rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15015;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #dBBLTf4hC8DdUIPi5wr5izOUPwEpF3k5 { display:block; }#dBBLTf4hC8DdUIPi5wr5izOUPwEpF3k5 > .row .container { width:20rem;height:60.411499023438rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yGGJVz57aFxM5BzxgVdfE2s4eTrUxcq4 { width:18.75rem;height:21.8125rem;top:8.175537109375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zomnD8EsLDT9ihIhv7I39r0s06APWwGD { width:19.9989375rem;height:0;top:11.362500667572rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zmOPpiOuxdHOtTgEST8DISI2E9Cs6VrV { width:18.125rem;height:0;top:6.4353780746463rem;left:1.8739584684372rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JdLTrOFR1R4DmptZwooDxQKIaSM7OSvc { width:12.5rem;height:3.3846506875rem;top:24.286376953125rem;left:3.7499998807907rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbDIfTppx1EQOhTcDW7AQJlOIGHh2pfQ { display:block; }
 }@media only screen and (max-width: 763px) { #oGqlm4JfpoV1LBkBUPNWNRXtEPnOfWgv { 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) { #IlUDDlIr2DJ4mqEIXHVc5Q28eKEHlthW { width:18.75rem;height:22.125rem;top:38.286865234375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyXcv7VJzvINqcuBtIT5XP1J80syunQr { width:9.375rem;height:9.375rem;top:3.12255859375rem;left:5.2791818380356rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKNWDOxpwnJKveh5gUBqG8yGLOIZ0Jos { width:12.5rem;height:3.2846965625rem;top:54.442626953125rem;left:3.7499998807907rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGXenyBslzC9vB0FM6z9X47uZse1n3P3 { display:block; }
 }@media only screen and (max-width: 763px) { #Xm1sGfsKVtb03P1Jr1GE3rGLVHvqJmTT { width:18.125rem;height:0;top:44.035418510437rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #s8v0q244dARUxIzZaWgtim2mfH7HkT8d { width:18.125rem;height:0;top:43.829168319702rem;left:1.8739584684372rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Aw6br4w2IHOiwHVrHUvrT1gex5gJKIdJ { width:19.9991875rem;height:1.86666875rem;top:83.255039215088rem;left:-44.573436707258rem;text-align:center;text-align-last:center;font-size:1.4375rem;z-index:15025;display:none; }
 }@media only screen and (max-width: 763px) { #goGwhVDdHdNS3sUAHeTgt2meZD4MabXC { width:18.125rem;height:13.33333125rem;top:67.05503845215rem;left:-43.249217957258rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15027;display:none; }
 }@media only screen and (max-width: 763px) { #JuQpoSec0sPJciQLJ9BflIvRvfp79nQ5 { width:3.75rem;height:0.062109375rem;top:67.05503845215rem;left:-29.498435944319rem;z-index:15028;display:none; }
 }@media only screen and (max-width: 763px) { #KcGuGQvEVCZxhAAABn3dS1nRl5i9GxxH { width:6.1875rem;height:auto;top:9rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #krB2NEwTKeeuOIwa2RUmRTDkHWUm3lQr { width:18.125rem;height:1.3808625rem;top:20.99365234375rem;left:0.90418195724488rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15014;font-family:"josefin sans";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xKGOH9o3Ix4ZHoRPerug5fvRagubvpno { width:9.375rem;height:9.375rem;top:33.384521484375rem;left:5.2791818380356rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #P5kbrFN6apT34psiuPh6WxbLX4lQy7wX { width:9.375rem;height:9.375rem;top:35.256260871887rem;left:10.623958468438rem;display:none; }
 }@media only screen and (max-width: 763px) { #R3KGmEZJ4lEBAAnyoFUvvGuL8RHxat7V { width:18.125rem;height:8.28516875rem;top:12.534912109375rem;left:0.90418195724488rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15015;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #kvHdrJ0RR9qlh1gw5zthDTKP5RgJTsBG { width:18.125rem;height:8.285175rem;top:42.804443359375rem;left:0.90418195724488rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15015;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #Ck4XTC7vRxLcVTyr0rh2DmeCkJDTBt4a { width:18.125rem;height:1.3808625rem;top:51.316650390625rem;left:0.90418195724488rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15014;font-family:"josefin sans";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #gsRdc0ZFsEcML9iLcGQXGAZ1l9MTgme1 { display:block; }#gsRdc0ZFsEcML9iLcGQXGAZ1l9MTgme1 > .row .container { width:20rem;height:66.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kKzu4eSGMHmA7JC6G2KKH8KtIU64h3dI { width:18.75rem;height:20.25rem;top:7.344970703125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVFpDKiryVZaxcw9G0QClNCUZ0HSDPiV { width:19.9989375rem;height:0;top:11.362500667572rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HWRZWOVDCMsU59D2qckliW2lokmoFZSk { width:18.125rem;height:0;top:10.913621902466rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SM2GIoohJuUwhkP2XHeqeTHDuGIURRCS { width:12.5rem;height:3.3846506875rem;top:21.661376953125rem;left:3.7499998807907rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ifp3ABywdMgc4tFZIVqCmhHTeQs6Deaq { display:block; }
 }@media only screen and (max-width: 763px) { #pcRZPsNIrVvONkgn5sZ8wyl5lp4qA7aA { width:18.75rem;height:23.6875rem;top:35.639892578125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #deTFu1LG205Vtf6c3QArboq5x4MgHgAC { width:9.375rem;height:9.375rem;top:4.6875rem;left:5.3125003576279rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #FNgpKPgrGbEFiDHbOkBmFTl5JDUJWRRI { width:12.5rem;height:3.2846965625rem;top:53.443359375rem;left:3.7499998807907rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgqiulSTn9dCQ259ZvTbJyQDTen0AAUe { display:block; }
 }@media only screen and (max-width: 763px) { #KsxGKhewuzpCOpdLBeGVEfVOZk8cfmhP { width:18.125rem;height:0;top:44.035418510437rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #R4x3taiBp3xn9nRNnU98uCFqMzMIVS9S { width:18.125rem;height:1.3808625rem;top:50.255859375rem;left:0.90418195724488rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3gyiFEDaCLV48FnC1cP8CPactsrMbZT { width:18.125rem;height:13.33333125rem;top:67.05503845215rem;left:-43.249217957258rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15027;display:none; }
 }@media only screen and (max-width: 763px) { #mtKqIt8OExcWg30dsCkouEStRs6QbuMf { width:3.75rem;height:0.062109375rem;top:67.05503845215rem;left:-29.498435944319rem;z-index:15028;display:none; }
 }@media only screen and (max-width: 763px) { #ATOuRRuhgc8llmumQV2egZTFJrTrpJpL { width:6.1875rem;height:auto;top:9.375rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #yhyKzJbSLD2hrIzfrtna0XvWrD0B6UQL { width:18.125rem;height:1.3808625rem;top:18.497314453125rem;left:0.90418195724488rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15014;font-family:"josefin sans";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #FPTCbOW9HJTGwRNvfsqKrlXgGJFUPsh0 { width:18.125rem;height:9.666025rem;top:40.391845703125rem;left:0.90418195724488rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15016;font-family:"josefin sans";font-weight:300;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #o7PPBJz0rLCMoeXuQIsS7DouR9NuvkeT { width:18.125rem;height:5.52345rem;top:12.618408203125rem;left:0.90418195724488rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15015;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #p7KMK73g84QTikSUtFGO5ZBV0v1e4uCD { width:9.375rem;height:9.375rem;top:30.978759765625rem;left:5.2791818380356rem;display:block; }
 }@media only screen and (max-width: 763px) { #uA5P9d7ea1rgd8Tpn6c97FxMUFCZvpuT { width:9.375rem;height:9.375rem;top:3.20654296875rem;left:5.2791818380356rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tLT2iVlMwQzUwtCqXaQW4fkkx7KFEOVp { width:6.1875rem;height:auto;top:9.625rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #HMrvZClI9MhBskQkeTLdofDc3sMCNHIh { width:16.875rem;height:2.8125rem;top:61.573974609375rem;left:1.561350941658rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7oJEFe8cKv1VeJpqqD5KqgtXBqTWJvG { display:block; }
 }@media only screen and (max-width: 763px) { #iUzoSMX2olUChcOmvNZd7VqmXMvo5yJZ { display:none; }#iUzoSMX2olUChcOmvNZd7VqmXMvo5yJZ > .row .container { width:20rem;height:38.364990234375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qF8NeuKMpI32TvQihxiQFoVelICNyhrH { width:19rem;height:3.4375rem;top:34.92812538147rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUGKbBPFIpTwznucmHam7ddvF10TgGuU { display:block; }
 }@media only screen and (max-width: 763px) { #nyeysXSmchFtWJhVm9kNnVprWzF8wvVV { display:none; }#nyeysXSmchFtWJhVm9kNnVprWzF8wvVV > .row .container { width:20rem;height:71.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dVzdhxItXnVGkNPoELbQfm8aN7DSAnMD { width:18.8125rem;height:24.5625rem;top:9.432373046875rem;left:0.5234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kH7PXibAQe1FqFdLrCbGFpNs6Pt1ttmd { width:19.9989375rem;height:0;top:11.362500667572rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #m7G0wG0w6utLfSsBf9iSdNsMVn9X1ZM8 { width:18.125rem;height:0;top:10.913621902466rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KMTHcvw12pO4sk0Zp8yGZ0Ll0Pbwu89D { width:12.5rem;height:3.3854167461395rem;top:28.286499023438rem;left:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQR8fagMEiM93dtyPNG39gNyzP34bRQV { display:block; }
 }@media only screen and (max-width: 763px) { #KXDfai00s29tnyJTt9XTfdcQOPrlodKm { width:18.875rem;height:26rem;top:43.53515625rem;left:0.53984379768372rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZ4Uu5KXF2Gl0IEoFu0onH4UqplJ8pC7 { width:9.375rem;height:9.375rem;top:4.6875rem;left:5.3125003576279rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #LViWBNynQIJ9tBhLUApZSWq3F5kVkgRN { width:12.5rem;height:3.28515625rem;top:64.504688262938rem;left:3.7499998807907rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #piHgwC7mL6UTVkfcfQGpTBPHIW1o4HdK { display:block; }
 }@media only screen and (max-width: 763px) { #NaTT5zhkrzbGKfcN3RQm1VQ06xL0Ntno { width:18.125rem;height:0;top:44.035418510437rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q5CraSU5C03Fk2nsnKeKPnhHSmCqpn2G { width:18.125rem;height:0;top:59.06640625rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ReTyPSn64XMx7QT5RaPq10zkqrA6yn9v { width:19.9991875rem;height:1.86666875rem;top:83.255039215088rem;left:-44.573436707258rem;text-align:center;text-align-last:center;font-size:1.4375rem;z-index:15025;display:none; }
 }@media only screen and (max-width: 763px) { #AVFB4oeUl3aPsxgPiyC8gFcTx7RinR1q { width:18.125rem;height:13.33333125rem;top:67.05503845215rem;left:-43.249217957258rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15027;display:none; }
 }@media only screen and (max-width: 763px) { #MMF3SpsaN9Laz47FkLgyATmM0Wn9igiT { width:3.75rem;height:0.062109375rem;top:67.05503845215rem;left:-29.498435944319rem;z-index:15028;display:none; }
 }@media only screen and (max-width: 763px) { #TkFmqcTiIIoSotCOWwUTLBNF1Qkfhsii { width:6.1875rem;height:auto;top:0.75rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #B4P4bE3DbqaJtceW9ODFptBVfKlJX4L1 { width:18.125rem;height:9.66875rem;top:49.774780273438rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15016;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #tMWSB4tdxT1RaCsuztzbAeAQXN3bUgmp { width:9.375rem;height:9.375rem;top:38.79296875rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGVpSJS8CSofi3zVz2ak2JvHVymUtyX8 { width:6.1875rem;height:auto;top:3.25rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #V8BTXC3GxOwCXPRZiqXyDce5ifz1hMu6 { width:9.375rem;height:9.375rem;top:4.7072916030884rem;left:5.3125003576279rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Zk75L3XGxA2261f8G3TOuA3NM3RDJ5xs { width:18.125rem;height:9.66875rem;top:15.3515625rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15016;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #xqUfC0TTAUucfIfX6whxL9VnueTxTZrr { width:18.125rem;height:1.38125rem;top:24.641967773438rem;left:0.90625rem;text-align:center;text-align-last:center;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) { #nx1NeydHRJESJphpitqMliPE8sIyZ28Z { width:18.125rem;height:4.14375rem;top:58.753907203674rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #WSgObzphOAEgkRzgbos61z3oLLbTNRJG { 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) { #uFHEutkm4T337136xuhANUqwJOvVbsnR { display:none; }#uFHEutkm4T337136xuhANUqwJOvVbsnR > .row .container { width:20rem;height:40.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #coDOqmfstC1sFifNG9kQ3EwR2xyM5DM0 { width:18.875rem;height:26rem;top:6.4375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7pQsFon7Shrs6MwkHe3XdCiougtlJLT { width:12.5rem;height:3.28515625rem;top:27.375rem;left:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #seTR4HZXeoCD8EH298Wmmcel0WiJZeI4 { display:block; }
 }@media only screen and (max-width: 763px) { #ObTOKSLTnT80Bz35Fx9Uo4EBXNsuaHwV { width:18.125rem;height:0;top:44.035418510437rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #G6TJl4STsr4zVTUpngBuaPn4sd1ftVLs { width:18.125rem;height:0;top:59.06640625rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NUERAxzFrd17qhp8zeqe3Qz0eWRF4f4R { width:19.9991875rem;height:1.86666875rem;top:83.255039215088rem;left:-44.573436707258rem;text-align:center;text-align-last:center;font-size:1.4375rem;z-index:15025;display:none; }
 }@media only screen and (max-width: 763px) { #xhrpCheqpuy5uihrGxk408MQRGhG1Ai8 { width:18.125rem;height:13.33333125rem;top:67.05503845215rem;left:-43.249217957258rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15027;display:none; }
 }@media only screen and (max-width: 763px) { #QyNye1LRRsGti5DKIDV9sFpO5AbRANBN { width:3.75rem;height:0.062109375rem;top:67.05503845215rem;left:-29.498435944319rem;z-index:15028;display:none; }
 }@media only screen and (max-width: 763px) { #CbEJEv9BmmIGbzCSzeS05TIPLepN4JiQ { width:18.125rem;height:9.66875rem;top:12.6875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15016;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #XbqpiZVgycCCyZNGWJ7Uf99QHWTPml9P { width:9.375rem;height:9.375rem;top:1.6875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtRNzdP3dGQVb8iIyuOasGy7UfkDhdTn { width:18.125rem;height:4.14375rem;top:21.625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #a0elegD869Bu7TSWb25eEJgtwcl5TDQT { display:none; }#a0elegD869Bu7TSWb25eEJgtwcl5TDQT > .row .container { width:20rem;height:121.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eXl4CZPWKmaOgZ3avExQHg6TdPnEfX3X { 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) { #vbQ1UF1xNv56O6wwaMqATsyQ0hEW75Xf { width:18.75rem;height:114.3125rem;top:9.0083312988281rem;left:0.55624997615814rem;display:none; }
 }@media only screen and (max-width: 763px) { #y0TUhwqLTx7pCwZTzMKsVv9hLmKsUPHe { width:6.1875rem;height:auto;top:6.6875rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #NGAvTezPELh1ImTV0EvZvXKTSPPUlsfl { width:9.375rem;height:9.375rem;top:0.75rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xv7rIVA1wv47po6WbFMvMTbEDrBI0SW0 { width:20rem;height:0;top:13.125123977661rem;left:0rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #RhurySDXPOB7ftMoABLSi0Fkr8pEJJpZ { width:17.5rem;height:108.088229625rem;top:10.145874023438rem;left:1.25rem;text-align:center;text-align-last:center;z-index:15018;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #bKJJLHJkBfdheC5TX7zOTCc4U9H0zlQI { display:none; }#bKJJLHJkBfdheC5TX7zOTCc4U9H0zlQI > .row .container { width:20rem;height:58.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #H4tSc5QzMX70mFa18eS92biJdHmqffkz { 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) { #D2RAm2VIxpU4QnfXsqNtUeNmEWe9X9s3 { width:6.1875rem;height:auto;top:6.6875rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #M6vQGIp4GyxiUmSp4Xs8GfNsQF7INZG4 { width:9.375rem;height:9.375rem;top:1.0833740234375rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksFA8fSRvzLXqHE5GguC90lnTlpNJ7MN { width:18.75rem;height:50.625rem;top:8.3828125rem;left:0.55555552244186rem;display:none; }
 }@media only screen and (max-width: 763px) { #KsMDsCOJyN1smTGkGGa4fcvaCSlzWFdU { width:20rem;height:0;top:9.0083332061769rem;left:0rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #iUetXrFpBlzXSJlENET8yEgJT9MwvTlk { width:17.5rem;height:46.323527375rem;top:10.520874023438rem;left:1.25rem;text-align:center;text-align-last:center;z-index:15017;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #lTIvLDg1ui7Kq04eRlteuKk99eezgeJ3 { display:none; }#lTIvLDg1ui7Kq04eRlteuKk99eezgeJ3 > .row .container { width:20rem;height:20rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gLoQVFrTOo5y8xi5h0WbVtFJ2yVZbl1w { width:20rem;height:0;top:6.1239528656006rem;left:0rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #MuNToesTWQx56vaalX8H4xmZh9tRomVQ { width:19.875rem;height:84.4375rem;top:3.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BVIbyxDdyutXL937i5kyG29CDT0yVa9Q { width:6.1875rem;height:auto;top:0.0625rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #ITxROFAEB4QCuJFQTnyCQw65V1gvohwN { width:17.5rem;height:18.52941075rem;top:0.875rem;left:1.25rem;text-align:center;text-align-last:center;z-index:15019;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #la8EvLRMOs9mXhFadGMmThq7xCWrmb0V { display:none; }#la8EvLRMOs9mXhFadGMmThq7xCWrmb0V > .row .container { width:20rem;height:18.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EgEhZGuTgWEQNmr6RTxwSafVUlxaUTmO { width:20rem;height:0;top:6.1239528656006rem;left:0rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #vrsymFMThxmXT4MDWkvpPx2sK0knMssM { width:19.875rem;height:84.4375rem;top:3.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #d3eLgHkvLEAPWRSh0hZ6Pv9VftAkTdHc { width:6.1875rem;height:auto;top:0.0625rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #LSOTwGkATdCVzpcR31OMvrZqDxu5XR0k { width:17.5rem;height:17.53125rem;top:0.7291259765625rem;left:1.25rem;text-align:center;text-align-last:center;z-index:15019;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #St8BKsKJb7hZu8QvV24hlIXve3wJCHf1 { display:none; }#St8BKsKJb7hZu8QvV24hlIXve3wJCHf1 > .row .container { width:20rem;height:41.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #F1FUQbfSUJm1nlaRsmtTF7ZFDPtyX2sg { width:20rem;height:0;top:6.1239528656006rem;left:0rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #rJNDp03Vf1TT7DOVrmPqed6dt5WAed7R { width:19.875rem;height:84.4375rem;top:3.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wJUNQq4qAWbTlLrXaqwtszGcpzeeQEt7 { width:6.1875rem;height:auto;top:0.0625rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #IXbaWvag5gHsn9laZCEBiV5igCq9EGbQ { width:17.5rem;height:40.1470570625rem;top:0.666748046875rem;left:1.25rem;text-align:center;text-align-last:center;z-index:15019;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #kw2Mn9TE3K0hDCX02cVACQtPdUza6Rdw { background-color:transparent;background-image:url("https://images.assets-landingi.com/GM6ei5Wy/Projekt_bez_tytu_u_92_.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#kw2Mn9TE3K0hDCX02cVACQtPdUza6Rdw.adaptive-delivery-prevent-bg, #kw2Mn9TE3K0hDCX02cVACQtPdUza6Rdw.lazyload, #kw2Mn9TE3K0hDCX02cVACQtPdUza6Rdw.lazyloading { background-image: none; }#kw2Mn9TE3K0hDCX02cVACQtPdUza6Rdw > .row .container { background-color: transparent; background-image: none; }#kw2Mn9TE3K0hDCX02cVACQtPdUza6Rdw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.3); }#kw2Mn9TE3K0hDCX02cVACQtPdUza6Rdw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kw2Mn9TE3K0hDCX02cVACQtPdUza6Rdw > .row .container > .video-iframe-container { display: none; }#kw2Mn9TE3K0hDCX02cVACQtPdUza6Rdw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.3); }#kw2Mn9TE3K0hDCX02cVACQtPdUza6Rdw > .row > .video-iframe-container { display: none; }#kw2Mn9TE3K0hDCX02cVACQtPdUza6Rdw > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kw2Mn9TE3K0hDCX02cVACQtPdUza6Rdw > .row .container { width:20rem;height:41.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cbOyuQ6o7LSRAbi9T20kKhRlQBldKeNB { width:19.9991875rem;height:0;top:64.593353271488rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gxFr4Nyxa79LsSOJzsNTTCJp0R4vbmGo { width:20rem;height:21.9990806875rem;top:9.23583984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6k3Ez5PwvSeSJKz2DT5srns3meGT8Wn { width:18.9993095625rem;height:3.3743105rem;top:36.577392578125rem;left:0.49862134456634rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTuFPrGmtRauTVIPAQgFdsRtTKmr58id { display:block; }
 }@media only screen and (max-width: 763px) { #X4ThnXUX7CLSkBPR0uTHyoKpXcPTc4EH { width:20rem;height:6.46875rem;top:2.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J50vRMVkI4ofrhNP3NLZvmfDFNAOMhc6 { width:14.5622701875rem;height:3.75rem;top:31.720947265625rem;left:2.7171412706375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbPbhahXVA2RcuJ6dmCpfwcQvSmb0xJc { width:4.5622701875rem;height:4.5622701875rem;top:31.19140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2zk5uLONlMSTf0a07Za1hFIrI6r3OuA { display:none; }#i2zk5uLONlMSTf0a07Za1hFIrI6r3OuA > .row .container { width:20rem;height:13.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sZ0Rp18khDV1Fu6phTcZL9FDmbTqIGbU { width:18.75rem;height:2.64705875rem;top:2.28173828125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwmyeKZCcAia6mDRsECbwAiWQFTn3BJl { width:15.529411777854rem;height:2.9604778140783rem;top:6.238525390625rem;left:2.1874998807907rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x291bBTpX5pskWJS0kSI5TPZeU5wbFFT { display:block; }
 }@media only screen and (max-width: 763px) { #oUOHWvoxWJDTsaChgZHT0DbxnW1Kblef { width:20rem;height:12.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9EsvF7KS6PKAIhnUIceqED3PCDXDeUf { display:none; }#c9EsvF7KS6PKAIhnUIceqED3PCDXDeUf > .row .container { width:20rem;height:30.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SGWEqw6D9utxh9OynNOwUwn47UJsg8Tc { width:19.875rem;height:67.9375rem;top:3.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tD4ELBNw76pRSuRuHVOCiaiHrNeTuhv6 { width:6.1875rem;height:0;top:0.125rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #gmfnbOhukMfstiHBi0hbUAyl8Be9xcxw { width:15.8125rem;height:27.0588226875rem;top:3.2375000715256rem;left:2.0937501192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzNvb9c301bhWzOKhWTI9xrBaZ04ZI60 { width:18.125rem;height:0;top:0.0625rem;left:0.9375rem;font-size:1.0625rem;z-index:15020;font-weight:300;font-style:normal;color:#47545a;line-height:1.7;font-family:"josefin sans";display:none; }
 }@media only screen and (max-width: 763px) { #qHq8JfxhRfUQoLp755CrOSWOrJhoNsax { width:20rem;height:auto;top:11.375rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GBWPXeZrfNPT0T1R1Dl2DOUwZdJ8oylm { display:none; }#GBWPXeZrfNPT0T1R1Dl2DOUwZdJ8oylm > .row .container { width:20rem;height:22rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Lr9ZhIuq0tiuHTstfrp57lUw0k5wLgZi { 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) { #muTfXQpz3wCFtX1ZsB0BI2pTSwnsdTsA { width:18.75rem;height:114.3125rem;top:9.0083312988281rem;left:0.55624997615814rem;display:none; }
 }@media only screen and (max-width: 763px) { #AnJfB4HCHhmkEtECytr3ivSn6LcT3Ovb { width:6.1875rem;height:0;top:0.125rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #TiEELItVI27WiMICe7aCyv0h7iQBAsXk { width:16.375rem;height:0;top:3.1250004768372rem;left:1.8125001192093rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WyMnTkSu7t15vNNrkk6prIv9diADEqsy { width:17.5rem;height:0;top:13.0625rem;left:1.25rem;font-size:1.0625rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #KNQ589cL6kuvxBsttXINAeg80Q3tugPV { width:18.125rem;height:21.985293625rem;top:0.0625rem;left:0.90625rem;font-size:1rem;z-index:15019;font-weight:300;font-style:normal;color:#47545a;line-height:1.7;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #X9IbvT3D6RaDlmqZUTu40QTZJh2aWDxq { width:20rem;height:auto;top:12.3125rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LHNZ47oGXO03KGAVSTILZlNFi3mVepT3 { display:none; }#LHNZ47oGXO03KGAVSTILZlNFi3mVepT3 > .row .container { width:20rem;height:23.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WWCGg3o4fKBJ6ig9IF13DDF8CXHrR4UJ { width:19.875rem;height:67.9375rem;top:3.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ig6vOArNEFbCwzrlHT2rZdNKzn4EC2BC { width:6.1875rem;height:0;top:0.125rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #NmtQls6QpbD4DTUVEJIezWwU1lmh8blR { width:16.5rem;height:0;top:3.125rem;left:1.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zWCxJFrBF52Jt7fsdHRlEPvqDx68fHqR { width:18.125rem;height:22.94117525rem;top:0.0625rem;left:0.9375rem;font-size:1.0625rem;z-index:15020;font-weight:300;font-style:normal;color:#47545a;line-height:1.7;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #d7pE98RUxtIgaZQ2rTIXpqQOD5FhVzJ3 { width:20rem;height:auto;top:11.375rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MwVNHkplfTiH3zi3LHfMnkwQaVDGW1F9 { display:none; }#MwVNHkplfTiH3zi3LHfMnkwQaVDGW1F9 > .row .container { width:20rem;height:16.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EGJ78cp62nRCPPCsU7bVSrxS5Bc5PPMT { width:19.875rem;height:67.9375rem;top:3.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bFz5XxVxEgK3BWs7w8QXW8vVqXdZKGhZ { width:6.1875rem;height:0;top:0.125rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #GVBmhEaKKM2sPn72H4RVTdrS3xOSOVld { width:16.5rem;height:0;top:3.125rem;left:1.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #daDab8T8oEIJKfaCax7xvKrZmOdJNVe0 { width:18.125rem;height:14.117646125rem;top:2.1458740234375rem;left:0.90625rem;font-size:1.0625rem;z-index:15020;color:#47545a;font-weight:300;font-style:normal;line-height:1.7;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #Fv5dpEAazXsxPgGtKJRIKeZyAzbErERT { width:20rem;height:auto;top:14.8125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OsSTqtVT04ikUJbVm5TAk6HbTyRvUbJv { display:none; }#OsSTqtVT04ikUJbVm5TAk6HbTyRvUbJv > .row .container { width:20rem;height:50.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LCBuKn7OnnCPfmkdJMmBMqdLUpEhnkWF { width:19.875rem;height:67.9375rem;top:3.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #y9rpDBOUR6cpowoosloyDPbMwKEM5pbV { width:6.1875rem;height:0;top:0.125rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #hsabKn2uKFtdGB4GlK3kSa58UesLXchE { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EJA1tLu3Zd45G9Npr20nZUfo4olHF8T9 { width:18.125rem;height:47.6470560625rem;top:2.1875rem;left:0.90625rem;font-size:1.0625rem;z-index:15021;color:#47545a;font-weight:300;font-style:normal;line-height:1.7;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #tMi9T9dcl8gpihQdF5Z52ZpH0FQAq9kG { width:20rem;height:auto;top:3.9375rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kLGPLbUPdrOTBLp9fL6nwfGsGoEhv6RT { display:none; }#kLGPLbUPdrOTBLp9fL6nwfGsGoEhv6RT > .row .container { width:20rem;height:56.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MsgTcf6T8Ri12T86MPfZHovQA8DvzERP { width:19.875rem;height:67.9375rem;top:3.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sdtKLg23J3vc1Xbpt4pb4CRX7bcHk7Pz { width:6.1875rem;height:0;top:0.125rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTDuPwvbx7guMp6s4Mw2g76faBw1hZvR { width:16rem;height:0;top:1rem;left:2rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #O5iaJZ3SWFh0mXTkTfBJNb2difAwWUq7 { width:16rem;height:14.0625rem;top:3.75rem;left:2rem;font-size:1.0625rem;z-index:15020;display:none; }
 }@media only screen and (max-width: 763px) { #Wxiknu8dd3TlvcEQOswJCHOodvVRO9uC { width:18.125rem;height:52.941173125rem;top:2.3125rem;left:0.90625rem;font-size:1.0625rem;z-index:15020;font-weight:300;font-style:normal;color:#47545a;line-height:1.7;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #ko1rGwEH7etOpcFaGGUvoQkcPexJB535 { width:20rem;height:auto;top:5.375rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wRziwpEGrMSCw2JI2QZ5E0S279MBIB1p { display:none; }#wRziwpEGrMSCw2JI2QZ5E0S279MBIB1p > .row .container { width:20rem;height:35rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KQW1GyMXxPPGVkbKySIDqcfFfeHbpMlA { width:19.875rem;height:67.9375rem;top:3.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GcKxrIG88TLoMDwSOge6KTU5ycTmu9kT { width:6.1875rem;height:0;top:0.125rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #JyxaPAufo4xAV1e5QGeOyT2cBncEc4CT { width:16.5rem;height:0;top:3.125rem;left:1.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aWX4IHJ6JsAFH7W4v0dqcgg1WllG6N9f { width:18.125rem;height:31.76470425rem;top:2.125rem;left:0.90625rem;font-size:1.0625rem;z-index:15020;font-weight:300;font-style:normal;color:#47545a;line-height:1.7;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #qiaNwJZS9TZlTJQJ472o4PKkfSMQqvpy { width:20rem;height:auto;top:5.4375rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ra1OZcoDhwEUnvGBqFtKivqHsBegIZXb { display:none; }#Ra1OZcoDhwEUnvGBqFtKivqHsBegIZXb > .row .container { width:20rem;height:61.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DJpRL3qWH1RNetMRgIvip91gZhyrCTcJ { width:19.875rem;height:67.9375rem;top:3.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #isE4xZ4tHmLdxbdAheefso0NihFpysXk { width:6.1875rem;height:0;top:0.125rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #pvoPQQ95SN78PQ2ETxt1T4ZSbcXB2d6t { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cm2eRBdaQCH8uRaN1CTO21hhqaAD5wFR { width:18.125rem;height:58.2352911875rem;top:2.125rem;left:1rem;font-size:1.0625rem;z-index:15021;color:#47545a;font-weight:300;font-style:normal;line-height:1.7;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #m9Cs6Vbr9GH9OMUzCm2w5HTzJzhu1RWg { width:20rem;height:auto;top:4.8125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RgacaLAoLa6RlbEa5Bqn66P0SSndDdmZ { display:block; }#RgacaLAoLa6RlbEa5Bqn66P0SSndDdmZ > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LOHlkUu3RdstAwLyaERQwzPERUdMR1lf { width:19.999125rem;height:5.9558823125rem;top:3.8740234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #gSTNe2G2ofGxEMlfZTHlxkJ20UVV5ds2 { width:20rem;height:5.8122701875rem;top:1.4208984375rem;left:0rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #l5wW1yxtQS44LcnPJBxyZLnnGJVsBs5D { width:13.3122701875rem;height:3.25rem;top:2.71728515625rem;left:3.3432902097702rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOttI3TUVqDUPdL1HxhaFvPJIWrQo9yX { display:block; }#OOttI3TUVqDUPdL1HxhaFvPJIWrQo9yX > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xKuOVhOGVsFMzfO0XONgCkROcpkbKuHe { width:17rem;height:12.64190625rem;top:1.375rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #bl5ScLQTTc2Jsz35i5nQgdI1w7ptySMQ { width:17.3747691875rem;height:10.835925rem;top:16.563720703125rem;left:2.6252297163009rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #tnrKCkl31626la4368mb5mi0aQTq3ETU { width:16.4993095625rem;height:10.8359375rem;top:28.033203125rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #gvZV3ZWstXgrOGFbskottLcMwOTsOs2k { width:1.5625rem;height:1.5625rem;top:1.3408203125rem;left:1.0719208717346rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUD6TPyoVo6CzGkViST9PAw8W6J7V6q5 { width:1.5625rem;height:1.5625rem;top:17.06689453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTTUWaPkoPsicr1onfpe9u51WrrgBakq { width:1.5625rem;height:1.5625rem;top:28.031982421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmbK7MbXtaZIdkRRfXwqfANiWZlB6PJR { width:16.875rem;height:2.8125rem;top:38.617919921875rem;left:1.561350941658rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z42bs5cuMytWkO8bccfqtyftoe9NFhZw { display:block; }
 }@media only screen and (max-width: 763px) { #OJydO6DHGXDS0qfs8VSRAzBUdBb2KmkT { display:block; }#OJydO6DHGXDS0qfs8VSRAzBUdBb2KmkT > .row .container { width:20rem;height:35rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cJA7VxmG0cLnQqXs2P5ioKamb42wrOkb { width:19.5625rem;height:26.4375rem;top:6.995361328125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhkT9cPFkxLV54Hi1QHvmJfSACG5Lal9 { 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) { #eBndCJRKrJ60E6AbMiCRTTF3Fqt2KTZw { width:18.125rem;height:2.761725rem;top:27.571092605591rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDbxzTGKlQTfTA200WoBy0KE6ZIhqcPr { width:9.375rem;height:9.375rem;top:3.75rem;left:5.3125003576279rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqTnRkZTosrFZaJTPNLK0MSNvrwvkvnL { width:18.125rem;height:11.04688125rem;top:14.10000038147rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15015;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #sT3rRo0c7C2LyyXwwJKg1SER8pQzQKrN { display:block; }#sT3rRo0c7C2LyyXwwJKg1SER8pQzQKrN > .row .container { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #heguDqC2spGLKbwPLT9xzodcP4Saenbq { width:19.5625rem;height:17.5625rem;top:6.995361328125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZ947xS9H9DsO83OsnyJCNWlhsqz5vKy { width:18.125rem;height:2.761725rem;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) { #rL1rhysvJJLiW4SLVB0IcmWXOxecV4JX { width:18.125rem;height:2.761725rem;top:18.758520126342rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsmXZAcf991FwQxR7VsTn2nGZ0dqrZeu { width:9.375rem;height:9.375rem;top:1.875rem;left:5.3125003576279rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnkDhuPXck939TH3tgWZrqKIynRKt0yy { background-color:#f5fbfd;background-image:none;display:block; }#OnkDhuPXck939TH3tgWZrqKIynRKt0yy > .row .container { background-color: transparent; background-image: none; }#OnkDhuPXck939TH3tgWZrqKIynRKt0yy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OnkDhuPXck939TH3tgWZrqKIynRKt0yy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OnkDhuPXck939TH3tgWZrqKIynRKt0yy > .row .container > .video-iframe-container { display: none; }#OnkDhuPXck939TH3tgWZrqKIynRKt0yy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OnkDhuPXck939TH3tgWZrqKIynRKt0yy > .row > .video-iframe-container { display: none; }#OnkDhuPXck939TH3tgWZrqKIynRKt0yy > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OnkDhuPXck939TH3tgWZrqKIynRKt0yy > .row .container { width:20rem;height:10.7890625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mXLBlcs6ALg0bdBdqCrGcp6UpvvkPX06 { width:20rem;height:13.3125rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kk1uAWmIZEbvIelTVyn7hRnkFu9avA4i { width:20rem;height:0;top:6.53369140625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #NGTRWISc5cz7BPJwVMWV1lR15qaeFLMw { top:1.2890625rem;left:0rem;width:20rem;height:9.5rem;z-index:15021;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ZQRfUqfayLvSQpDZtkB9pkai7oTu2m4c { display:block; }#ZQRfUqfayLvSQpDZtkB9pkai7oTu2m4c > .row .container { width:20rem;height:5.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E8Plu4PLKsCGHEocUAlquom7o0btbwlP { width:20rem;height:4.4370403125rem;top:1.375rem;left:0rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #p1dEZZG7fNyJFAbvkMPWTmOpJ6Zb0Pzh { width:20rem;height:1.625rem;top:2.916015625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #yeeQyeXppopI9zepf5vTevGnttfLh6m5 { display:block; }#yeeQyeXppopI9zepf5vTevGnttfLh6m5 > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fbEg0pgbtE0RVPdxpKmo4obvTNkgX3ty { width:17.1875rem;height:4.142575rem;top:1.1875rem;left:2.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0DH1WPqt1EvCAWcIiDdzv8EQukLe6mN { width:16.9370403125rem;height:4.142575rem;top:7rem;left:2.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lks91E7Qk88DmhAfPaErG0fw5KJI6bTr { width:16.9370403125rem;height:2.76171875rem;top:12.875rem;left:2.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGcKKaheXIUo3B4NHkU6ZQ542qq9Hru3 { width:15.6870403125rem;height:2.76171875rem;top:17.3125rem;left:2.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJaPchznSi2KN9yxJLKCOyVuVXgNuEHI { width:17.2495403125rem;height:4.142575rem;top:21.5rem;left:2.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tloteVz3ScQKMEFdVC5ZddzXU9474nOG { width:16.4993095625rem;height:2.76171875rem;top:27.5625rem;left:2.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vpsgs2z8g7UfKcn9cC0GTdUpiuWuuRIm { width:1.5625rem;height:1.5625rem;top:1.1875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxvyvVmAil303baA0A6bSq5KLXDm2Kii { width:1.5625rem;height:1.5625rem;top:12.875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3DfXvTckuTd3S9Ob4UC3RFRIFn3dPw2 { width:1.5625rem;height:1.5625rem;top:21.5625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #focr30ctLlRUOrh0IfNrwXrmxHFpK8J2 { width:1.5625rem;height:1.5625rem;top:7rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pF69S7p5bZUsaJo5wiIcnh5ZP1bK7sVw { width:1.5625rem;height:1.5625rem;top:17.3125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0kzcMkkoApdBBQ1RdhvviqvF5RNXLvU { width:1.5625rem;height:1.5625rem;top:27.5625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uT53tmSUsVnrEna1K3mXUQ0S69hrVvu4 { width:16.875rem;height:2.8125rem;top:31.96875rem;left:1.561350941658rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFN8TZ5R3ndVSi9nf4bBqSKPPWe2r1wb { display:block; }
 }@media only screen and (max-width: 763px) { #qpfRRZXLV4u3gsdbgs5bqhUngivJfgEh { background-color:#f5fbfd;background-image:none;display:block; }#qpfRRZXLV4u3gsdbgs5bqhUngivJfgEh > .row .container { background-color: transparent; background-image: none; }#qpfRRZXLV4u3gsdbgs5bqhUngivJfgEh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qpfRRZXLV4u3gsdbgs5bqhUngivJfgEh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qpfRRZXLV4u3gsdbgs5bqhUngivJfgEh > .row .container > .video-iframe-container { display: none; }#qpfRRZXLV4u3gsdbgs5bqhUngivJfgEh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qpfRRZXLV4u3gsdbgs5bqhUngivJfgEh > .row > .video-iframe-container { display: none; }#qpfRRZXLV4u3gsdbgs5bqhUngivJfgEh > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qpfRRZXLV4u3gsdbgs5bqhUngivJfgEh > .row .container { width:20rem;height:7.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fCrFE6WKPQHHRQiKbdydTEzbgUiAa1IT { width:20rem;height:6rem;top:1.1630859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #riJe0mAGbwzELIxnNks0HT10oAbtwPnT { width:18.125rem;height:6.5rem;top:0.75rem;left:0.90418195724488rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGrQSeZVfJGSzFb7nH1FHo3y2hthXII6 { display:block; }#yGrQSeZVfJGSzFb7nH1FHo3y2hthXII6 > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xg5ByDN3kCaOGUclkaHi86ig8lozzpZg { width:18.125rem;height:0;top:0.0625rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15020;color:#47545a;font-family:"josefin sans";display:none; }#Xg5ByDN3kCaOGUclkaHi86ig8lozzpZg li:before{  }
 }@media only screen and (max-width: 763px) { #UTEqn2itQ9OvLw5DTNXORXXBfcmaJoc4 { width:13.9993105rem;height:2.76171875rem;top:1.206787109375rem;left:2.5625rem;font-size:1.0625rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #aGJffim2smFMLvTxg4FUVVCpMyNBiDA3 { width:15.8122701875rem;height:2.76171875rem;top:5.84716796875rem;left:2.5625rem;font-size:1.0625rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wdIakqPCyM6DpvAfZhdKJbx7G1eeSSVI { width:15.9995403125rem;height:2.76171875rem;top:10.36083984375rem;left:2.5625rem;font-size:1.0625rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TyMnP7RQrMkhlFNMo7VOW6OA3g16zmya { width:14.7495403125rem;height:4.142575rem;top:14.62548828125rem;left:2.5625rem;font-size:1.0625rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #e0zmz7L9SbhUnTOst6c7NdTh0JaElfDy { display:flex;width:1.5625rem;height:1.5625rem;top:1.18212890625rem;left:0.625rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #m29JunHeMm2VOsQqzouI9K0VdBmsuXiI { display:flex;width:1.5625rem;height:1.5625rem;top:5.843994140625rem;left:0.625rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #a9ToeJDOVmgTAilZKnvaPuqJhCN7xo6n { display:flex;width:1.5625rem;height:1.5625rem;top:10.36083984375rem;left:0.625rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #cFdUiMolQBPxD5Zywg65TGVVfADZImUc { display:flex;width:1.5625rem;height:1.5625rem;top:14.62548828125rem;left:0.625rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #V9Qw2GQkgHMxyo5P5T7XmFQzHMQRPfWE { background-color:#107d84;background-image:none;display:block; }#V9Qw2GQkgHMxyo5P5T7XmFQzHMQRPfWE > .row .container { background-color: transparent; background-image: none; }#V9Qw2GQkgHMxyo5P5T7XmFQzHMQRPfWE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9Qw2GQkgHMxyo5P5T7XmFQzHMQRPfWE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9Qw2GQkgHMxyo5P5T7XmFQzHMQRPfWE > .row .container > .video-iframe-container { display: none; }#V9Qw2GQkgHMxyo5P5T7XmFQzHMQRPfWE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9Qw2GQkgHMxyo5P5T7XmFQzHMQRPfWE > .row > .video-iframe-container { display: none; }#V9Qw2GQkgHMxyo5P5T7XmFQzHMQRPfWE > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9Qw2GQkgHMxyo5P5T7XmFQzHMQRPfWE > .row .container { width:20rem;height:20.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X7FrLP28GCTldyfKyoBhcDiHKHJwuePg { width:15.4375rem;height:4.875rem;top:13.560546875rem;left:4.0900734663009rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcW4SKT4KMIudU6HpZDu5ccyWzzCXWgn { width:6.25rem;height:6.25rem;top:13.560546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zh7lhxdpN3Kq1xQsCVZT1VmzITRok4kB { top:1.3935546875rem;left:0rem;width:20rem;height:10.875rem;z-index:15038;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zo5JONe5ooPdBmTX4p57sG7T7s1wvFC9 { display:block; }#zo5JONe5ooPdBmTX4p57sG7T7s1wvFC9 > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X2clGr1N0uJCBU2pygMgZwftTI4yhiEO { width:19rem;height:3.4375rem;top:1.25rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xo4m7aB9fmBbHocc3F2vrCVgJkdRdCXs { display:block; }
 }@media only screen and (max-width: 763px) { #LlID0KWKCE6v2RiPZQAPzDyfmeppDfal { width:3.4375rem;height:2.5996125rem;top:1.6687507629394rem;left:16.562500357628rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RelxBX2uJ6JPJ8IetlLcGlDTFmcaexKh { display:block; }#RelxBX2uJ6JPJ8IetlLcGlDTFmcaexKh > .row .container { width:20rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WOIBQvuI4wJox95bysEtLhPELaGsP8DK { width:20rem;height:2.125rem;top:1.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPDisUazHZcTtlVP5VROpFgmzZJHzAHr { width:20rem;height:2.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDOwQC0n4eR8nMgsXD8X6Ks8Q6fZvo2P { display:block; }#HDOwQC0n4eR8nMgsXD8X6Ks8Q6fZvo2P > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GwWIH4gsbvlFWTpG29gHTgqVPoQJFNHH { width:20rem;height:3.82421875rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jc49IhPi6WrgJkRRBtZH97S2mGZyMg9T { display:block; }#Jc49IhPi6WrgJkRRBtZH97S2mGZyMg9T > .row .container { width:20rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mpGBN0Gld7eCmTlJChhld0PRuDliPsf1 { width:20rem;height:2.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVW9K64dEww4Ih9uTkvZSs7LCBp10edH { width:20rem;height:2.125rem;top:1.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGpcvQxwB4RBnRVOu547UtnsdS7JHV7P { display:block; }#gGpcvQxwB4RBnRVOu547UtnsdS7JHV7P > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OtVBGvmUKDBkKl2ZiNC8fbCdOhVdhAoy { width:20rem;height:3.824225rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sB0Daxe1Efet2DEwErlnsHRkPcZAASQm { display:block; }#sB0Daxe1Efet2DEwErlnsHRkPcZAASQm > .row .container { width:20rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hbFkRGUkPp8SydizQXeifBOcvcAQmNL4 { width:20rem;height:2.125rem;top:1.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2kBkP5p2facXAvTXJTH9ygcpIIFCqmf { width:20rem;height:2.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnuLb3XlDNtCvTTKRGmviHOSDXHAKFKL { display:block; }#AnuLb3XlDNtCvTTKRGmviHOSDXHAKFKL > .row .container { width:20rem;height:16.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TMh9wbPyPUXVsmqVXWELfgORhxvh57xd { width:19.3125rem;height:15.29688125rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdJMWrMX1kFtGTEUV9eHuQ6vF5z25xxR { display:block; }#IdJMWrMX1kFtGTEUV9eHuQ6vF5z25xxR > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pwb8RxE1nkOum53rNqlmh9zIiy7Vmvr3 { width:19rem;height:3.4375rem;top:1.25rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdSIOxyMOni4X03Mq13ci2xkbTkWyaH6 { display:block; }
 }@media only screen and (max-width: 763px) { #K0oxB2ZADEU3LEoU1NICUbkqHu8OEGTt { width:3.4375rem;height:2.5996125rem;top:1.6687507629394rem;left:15.562500357628rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hmUUT0XZ3A45HXofgr30yKL0MXmQxbWz { display:block; }#hmUUT0XZ3A45HXofgr30yKL0MXmQxbWz > .row .container { width:20rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SN0ytOreyqDJTTT5WlkLDzH0mHp0yev1 { width:20rem;height:4.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqoSi53eq9yIC7RlCraSI52HQUM1kWL1 { width:20rem;height:4.25rem;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) { #mNPxRBJpy725NuO7AWGbFhDrctUtPedc { display:block; }#mNPxRBJpy725NuO7AWGbFhDrctUtPedc > .row .container { width:20rem;height:26.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z8xNMEQH8Try4eN2AN3H8t7k51EIpe56 { width:20rem;height:24.85743125rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9JJenc71uHqdQzqpDJeEGAubNFLZEim { display:block; }#A9JJenc71uHqdQzqpDJeEGAubNFLZEim > .row .container { width:20rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t20BMFH5Jvv37qavBDmmqU5hgoUx8c6T { width:20rem;height:4.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrZP6X2k1sEnuNhs9RJATFRW7kluB3CX { width:20rem;height:4.25rem;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) { #AAddJZitewL2kI64ChuQTQaJTknbbLxK { display:block; }#AAddJZitewL2kI64ChuQTQaJTknbbLxK > .row .container { width:20rem;height:68.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #biVhkWPniJltiCEVP5KlM4q6VJnAlqh6 { width:20rem;height:66.92388125rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGhzn1VDE4tBty6dk0EOadM4KNFO1t2F { display:block; }#GGhzn1VDE4tBty6dk0EOadM4KNFO1t2F > .row .container { width:20rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZfmXfkPybxHOd3zLxKeXXKrSTrQcav6h { width:20rem;height:4.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #leuMovvnFnztOAnyZqS7gLDInb7aXK15 { width:20rem;height:4.25rem;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) { #QCuaC0kufEp1Ddov3gEQ63bGkIR29RE8 { display:block; }#QCuaC0kufEp1Ddov3gEQ63bGkIR29RE8 > .row .container { width:20rem;height:68.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oLhNk0VlcFvmJWT4b1fAaFw4xTIAVrFV { width:20rem;height:66.92388125rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ST1E1QpwUF5G9o0OWlXOyJF3Wsv6i22u { display:block; }#ST1E1QpwUF5G9o0OWlXOyJF3Wsv6i22u > .row .container { width:20rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dhf3EuCdEAxW4fL9RcqM0ts50Pbt8CRy { width:20rem;height:4.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3usAf4ZoKmvpdxMLRWCF6TaLVxkFPsx { width:20rem;height:4.25rem;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) { #CWKWlSlpomsVxkASgImBvglBMrDWgW0t { display:block; }#CWKWlSlpomsVxkASgImBvglBMrDWgW0t > .row .container { width:20rem;height:7rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sy3whghQqdpzDiQ5XbfglV8SyTbBGDAf { width:20rem;height:5.73633125rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZKaLETxShNIE32t3CC6pVue9D2oXWaV { display:block; }#rZKaLETxShNIE32t3CC6pVue9D2oXWaV > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ekMkO1tHmwrhEvbkzAmB5iMI6gvaXgSd { width:19rem;height:3.4375rem;top:1.25rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTHg9As9Pe24T6JaA2yWocqP9lyLqf3F { display:block; }
 }@media only screen and (max-width: 763px) { #UKXeKmiEnLmnH6gChcGycKzi6xnpth9h { width:3.4375rem;height:2.5996125rem;top:1.6687450408936rem;left:16.562500357628rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xTNfOQbumussiM9BQHCPLGKGVTASMFvC { display:block; }#xTNfOQbumussiM9BQHCPLGKGVTASMFvC > .row .container { width:20rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KRRHDSFWiKK3JcxpuixLXVrlk8AEEyw6 { width:20rem;height:7rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZgCOiOVy7KCJV9pf1RxfnJOBsz4Fvwh { width:20rem;height:6.375rem;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) { #Rfd6pZuFSEnIhariTofb5Q97mh88Wmfn { display:block; }#Rfd6pZuFSEnIhariTofb5Q97mh88Wmfn > .row .container { width:20rem;height:12.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NGR8S6wxkN8UdpL0bE6dRbKQASCio9vD { width:20rem;height:11.47265625rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVefuqaqBefCvQ98CPwyatgc473cTCmM { display:none; }#KVefuqaqBefCvQ98CPwyatgc473cTCmM > .row .container { width:20rem;height:8.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dqigy6JbeEerdQpq4gSHJeR0QcoXbJpL { width:20rem;height:7rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQp69l5P58xPdic7zOSfvmFEMPVf26PF { width:20rem;height:4.2rem;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) { #UDkk0fCf1TFtZudeRE1W5nX6TKHZNZwr { display:none; }#UDkk0fCf1TFtZudeRE1W5nX6TKHZNZwr > .row .container { width:20rem;height:51.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kVwnbUSyHdTcyXEK4pSqUaOAdGO4mWGt { width:20rem;height:45.999999403954rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a75RuzcgP0mB3K5hNZ3K0QSANy3eU9BE { display:block; }#a75RuzcgP0mB3K5hNZ3K0QSANy3eU9BE > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AzxQxz0IHc2WeqfBT7EVUdZIBL5tswFQ { width:20rem;height:5.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3GbSVoC3rPS6oBvmixzJfTcOK4OpA2L { width:20rem;height:4.25rem;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) { #F05oNmaENPtsCr6WsScbJVC1JME97g00 { display:block; }#F05oNmaENPtsCr6WsScbJVC1JME97g00 > .row .container { width:20rem;height:14.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dLdGtNHO5NCFeW8bOwlkgbguo2t7Odni { width:20rem;height:13.3847625rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9PGc6QM5WT2iyGylEA7XaFOoiRkHzCp { display:block; }#t9PGc6QM5WT2iyGylEA7XaFOoiRkHzCp > .row .container { width:20rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5KwVveTMZsFbUEzv5Tg7bv7c2OdyTNn { width:20rem;height:2.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgnEDf2mxkhZJ6PwtZ5TSAWrbZmwmMXm { width:20rem;height:2.125rem;top:1.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ez3lTFkeqit0T8zA17vQib6yduIwu0Kc { display:block; }#ez3lTFkeqit0T8zA17vQib6yduIwu0Kc > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UXEHvK1bi1BdLNLPqGGOz4OMUbG3GEIV { width:16.9375rem;height:5.73633125rem;top:1.18701171875rem;left:-0.00068938732147219rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1UPtcOBpPPEoN9tKCL3EafqwHn0hKxy { display:none; }#g1UPtcOBpPPEoN9tKCL3EafqwHn0hKxy > .row .container { width:20rem;height:6.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vqxom1H2DQZTMu8uHE9dVz0SmnJdstHm { width:20rem;height:4.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9zLnrypiZ0MyzTf2roM7nLDWpZec8rH { width:20rem;height:4.1176471875rem;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) { #mnW7qqvoH2wkxr1TnUCImMZXDXH4wQZr { display:none; }#mnW7qqvoH2wkxr1TnUCImMZXDXH4wQZr > .row .container { width:20rem;height:20rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #w7BgXeP9sBHZ6qfdEkn626CFDmXkbVL8 { 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) { #nFNJFMWBD8gHD5W8nwbQLR2TRv6Nlztd { width:20rem;height:18.3823525625rem;top:1.59375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #JcGDnfoDVeZHeXhFpgsilQBhsA8mweSl { display:none; }#JcGDnfoDVeZHeXhFpgsilQBhsA8mweSl > .row .container { width:20rem;height:8.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VvvdKLogXUOXcZT28rJioRq01EGoD6Cw { width:20rem;height:7rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBIZRg8fTDqckwtiTveEPfaGA2ciBJbR { width:20rem;height:6.3rem;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) { #bgRUFQEICuoTog2Dqn0KQK12PknzuOf7 { display:none; }#bgRUFQEICuoTog2Dqn0KQK12PknzuOf7 > .row .container { width:20rem;height:5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wO6QVkXlTCIqmJg1GVw5VpSoTFwVg9sJ { width:20rem;height:3.8rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBG5ieDxl4kUkTaa06lqqHT7qiVAwGpX { display:block; }#EBG5ieDxl4kUkTaa06lqqHT7qiVAwGpX > .row .container { width:20rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wZtGdKLnngrMT2PJpZ5qh6llcslROlvI { width:20rem;height:4.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFmhN97csmd2EU9t9TZstLqZqWMiz0E4 { width:19.5625rem;height:4.25rem;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) { #iSnPbsFZxvxHvcTV4EtbO0iBzXsGGNux { display:block; }#iSnPbsFZxvxHvcTV4EtbO0iBzXsGGNux > .row .container { width:20rem;height:10.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qEVP117BmaGTpKZ4EiskbmSW59lFJvVA { width:20rem;height:9.56055rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KquarL835muSeHESRSbKEhsriBKPU7Of { display:block; }#KquarL835muSeHESRSbKEhsriBKPU7Of > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pWrtVsbQnzbgdkI8HNqeh6paMCXFExnQ { width:19rem;height:3.4375rem;top:1.25rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4MiTKxKyRPTKceWwZSxOSTLlyB6CJIW { display:block; }
 }@media only screen and (max-width: 763px) { #G9T1Nc0IbGaKqBTvDXlNOfH1LQIEJ0yE { width:3.4375rem;height:2.5996125rem;top:1.6679658889771rem;left:16.562500357628rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ah1ksUz5ol9AtBAt0POvpLu4xFaN6Urt { display:block; }#ah1ksUz5ol9AtBAt0POvpLu4xFaN6Urt > .row .container { width:20rem;height:8.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kTNfLVk4FTgHQ7TvPskdKzgt9Ocxrx4Q { width:20rem;height:6.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kkm3OGbJNFOtO2e7otsKXxUTJHvkAZIQ { width:18.6875rem;height:4.25rem;top:1.8125rem;left:0.65625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PU29g8omfmsOP1n5gwE7oUGVfw6n0iZI { display:block; }#PU29g8omfmsOP1n5gwE7oUGVfw6n0iZI > .row .container { width:20rem;height:21.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GTTbhWOh1ToyhgTHPX7rkIXl3XHM4Awt { width:20rem;height:19.1210875rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDUULT7Vb6xxxabSQc9IbzsAJDp5Ey6B { display:block; }#KDUULT7Vb6xxxabSQc9IbzsAJDp5Ey6B > .row .container { width:20rem;height:8.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZltS8WPVb68mhvGVEOwQovDFH2AqkgC2 { width:20rem;height:6.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcJEZUh6Z3aPVqOmbg8FB2TcDZk0esV1 { width:18.6875rem;height:6.375rem;top:1.8125rem;left:0.65625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiP2SgxncdAEwgtlLJxR5XiJ31rNR0qE { display:block; }#TiP2SgxncdAEwgtlLJxR5XiJ31rNR0qE > .row .container { width:20rem;height:53.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #te1DD0LTWLNm2z6tasAqdtySCT1oBbye { 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) { #CBJ0maxVTvGTFM1OEZgmIyRikJJwuOBf { width:20rem;height:51.62698125rem;top:1.75rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #bZpo5bs3XEpnKKDVv4WNsf3x4ENfagSu { display:block; }#bZpo5bs3XEpnKKDVv4WNsf3x4ENfagSu > .row .container { width:20rem;height:3.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bkt03i4cDmPwivdUAtB5MbbsSkz4UvSg { width:20rem;height:2.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWP6FP3otDemaJZVbXo0sTVePg2XZEzN { width:20rem;height:2.125rem;top:1.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkl8hNf8hciHbRvLWIMJDsQnFuX9FoKc { display:block; }#qkl8hNf8hciHbRvLWIMJDsQnFuX9FoKc > .row .container { width:20rem;height:8.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GvhKISQ9peRTvAILzvZzHsAcN83E5oRl { 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) { #stlVXdR5oTZRQKbBKicI8iHKgzcPKQ4K { width:20rem;height:7.64845rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15017;font-weight:300;font-style:normal;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #DRS8cQDbOQFs1OuqzbluUmr303amqpwM { display:block; }#DRS8cQDbOQFs1OuqzbluUmr303amqpwM > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yUGk0BcUWaA4HJD4KkM11F1iOQAp2QRn { background-color:#f5fbfd;background-image:none;display:block; }#yUGk0BcUWaA4HJD4KkM11F1iOQAp2QRn > .row .container { background-color: transparent; background-image: none; }#yUGk0BcUWaA4HJD4KkM11F1iOQAp2QRn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yUGk0BcUWaA4HJD4KkM11F1iOQAp2QRn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yUGk0BcUWaA4HJD4KkM11F1iOQAp2QRn > .row .container > .video-iframe-container { display: none; }#yUGk0BcUWaA4HJD4KkM11F1iOQAp2QRn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yUGk0BcUWaA4HJD4KkM11F1iOQAp2QRn > .row > .video-iframe-container { display: none; }#yUGk0BcUWaA4HJD4KkM11F1iOQAp2QRn > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yUGk0BcUWaA4HJD4KkM11F1iOQAp2QRn > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oU6lGx9JqhoTuTXHrRmec2bA3TkWxHHv { width:18.9375rem;height:12.25rem;top:1.16357421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4HM8cGotZ1ytv0a799mudV4Nx3I550G { width:16.875rem;height:2.8125rem;top:15.3125rem;left:1.561350941658rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #glK51d1Qa7qNO2gTmKUC74aoMHH4Hfgx { display:block; }
 }@media only screen and (max-width: 763px) { #wEThRGTApZu6W771tDl616PyAPr5O2Nr { display:block; }#wEThRGTApZu6W771tDl616PyAPr5O2Nr > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FBEhMU0Lg7uGNHTlXiRHEpIc2KoHZlbh { width:18.875rem;height:4.875rem;top:1.33984375rem;left:0.64682900905606rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#0babc1;display:block; }
 }@media only screen and (max-width: 763px) { #eUb6fb3rBQap48t6x37wm2UlBJaBnPfI { width:20rem;height:1.625rem;top:6.8935546875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiIPt2Tl6uZBHqmHL2tv8nSmInyP6pRO .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UiIPt2Tl6uZBHqmHL2tv8nSmInyP6pRO .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem;border-top:0.1875rem solid #f4b787;border-left:0.1875rem solid #f4b787;border-right:0.1875rem solid #f4b787;border-bottom:0.1875rem solid #f4b787; }
#UiIPt2Tl6uZBHqmHL2tv8nSmInyP6pRO .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; }
#UiIPt2Tl6uZBHqmHL2tv8nSmInyP6pRO { width:14.625rem;height:5.4375rem;display:flex;top:9.4326171875rem;left:2.4839152097702rem;z-index:15057; }
 }@media only screen and (max-width: 763px) { #UiIPt2Tl6uZBHqmHL2tv8nSmInyP6pRO #tvTE2UIfMCOLn3Pw12k6dUsMdmaxxDTw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UiIPt2Tl6uZBHqmHL2tv8nSmInyP6pRO #DoLcJnH4XoNTC7grVOepubUC8yzLuqAy {  }
 }@media only screen and (max-width: 763px) { #UiIPt2Tl6uZBHqmHL2tv8nSmInyP6pRO #BZm4kyGgDkKDUWn11Z4kp72o1EKkWPrN {  }
 }@media only screen and (max-width: 763px) { #UiIPt2Tl6uZBHqmHL2tv8nSmInyP6pRO #X2Ty3TdrJhKEXto7WlHnAJXP7FvpHz0h { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UiIPt2Tl6uZBHqmHL2tv8nSmInyP6pRO #l53fRM1RWLGWpMwGMtrUpdq0xIwkQt91 {  }
 }@media only screen and (max-width: 763px) { #UiIPt2Tl6uZBHqmHL2tv8nSmInyP6pRO #SB1ILHGTSmFGXxrbmyWkVoBvPPRTZNZl {  }
 }@media only screen and (max-width: 763px) { #UiIPt2Tl6uZBHqmHL2tv8nSmInyP6pRO #fpaSxmrZfK8CqTBOm8IcOJ5tO5AQDGhw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UiIPt2Tl6uZBHqmHL2tv8nSmInyP6pRO #XRfDRcHeB4u69hqFqmrBap9RaWvsKHuk {  }
 }@media only screen and (max-width: 763px) { #UiIPt2Tl6uZBHqmHL2tv8nSmInyP6pRO #LWa9yJQU4U0GblrpowFXcFPrtE19T3BQ {  }
 }@media only screen and (max-width: 763px) { #UiIPt2Tl6uZBHqmHL2tv8nSmInyP6pRO #r3HVUnHhMVT62pnzqk4ptx2H30HV5oUA { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UiIPt2Tl6uZBHqmHL2tv8nSmInyP6pRO #NzGOp9P8LwgyyLe7zlZCXkzNhyEaTG55 {  }
 }@media only screen and (max-width: 763px) { #UiIPt2Tl6uZBHqmHL2tv8nSmInyP6pRO #rafnlnNwZP8cAXl4A9qcnGABVvCIRTZm {  }
 }@media only screen and (max-width: 763px) { #xGCtbAVPNTcX6tWiWWIfegJwhgZfNGHh { display:block; }#xGCtbAVPNTcX6tWiWWIfegJwhgZfNGHh > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i04T2s7BRdif3FPGsLCeyQ8VK1HQ9tqQ { width:6.25rem;height:3.0625rem;top:3.4375rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrhEhfeOzOwJiB2M0bWgm0SFl5GXrWD0 { width:1.3125rem;height:1.21875rem;top:3.4375rem;left:12.5rem;font-size:0.9375rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #BsORAAB8Pcvx6NzpH7biFomtnimHtSkx { background-color:#efffff;background-image:none;display:none; }#BsORAAB8Pcvx6NzpH7biFomtnimHtSkx > .row .container { width:20rem;height:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #e4CrqJrkVXrq1kCgaNFHsez4pIDNxUSy { width:8.125rem;height:3.9375rem;top:22.482763767242rem;left:5.9041818380356rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtpbVpQTML6BrFg9lPfvrR0TH5TXtpiH { width:1.25rem;height:1.1764705rem;top:22.460936069489rem;left:13.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlLXepvTN9lbOIWAyhWn9qBlbvSk2k3Z { width:20rem;height:1.6911764375rem;top:26.479777812958rem;left:0rem;font-size:1.5625rem;color:#107d84;display:block; }
 }@media only screen and (max-width: 763px) { #qKa4Zu10qbzJy8OX0alCJJyWUAhdQ08A { top:1.432674407959rem;left:0rem;width:20rem;height:20rem;z-index:14998;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RrdrAdJvRvVcOedTpMqWV2MixZzLqBov { width:18.75rem;height:7.4375rem;top:33.686809539795rem;left:0.625rem;z-index:14997;background-color:#107d84;background-image:none;display:block; }
 }