.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:228,246,246;--color-primary-1:175,209,214;--color-primary-2:122,179,186;--color-primary-3:73,107,112;--color-primary-4:24,36,37;--color-secondary-0:250,240,213;--color-secondary-1:244,184,125;--color-secondary-2:236,136,39;--color-secondary-3:142,82,23;--color-secondary-4:47,27,8;--color-tertiary-0:255,255,255;--color-tertiary-1:122,179,186;--color-tertiary-2:73,140,142;--color-tertiary-3:11,171,193;--color-tertiary-4:0,0,0;--headlines-font-family:"Ubuntu";--paragraphs-font-family:"Ubuntu"; }body { background-color:#fbf6f2;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#auHglWQXvMUk717Nm9zrRmvwIu65Gqwu { position:relative;display:block; }#auHglWQXvMUk717Nm9zrRmvwIu65Gqwu { background-color: transparent; background-image: none; }#auHglWQXvMUk717Nm9zrRmvwIu65Gqwu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#auHglWQXvMUk717Nm9zrRmvwIu65Gqwu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#auHglWQXvMUk717Nm9zrRmvwIu65Gqwu > .row .container > .video-iframe-container { display: none; }#auHglWQXvMUk717Nm9zrRmvwIu65Gqwu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#auHglWQXvMUk717Nm9zrRmvwIu65Gqwu > .row > .video-iframe-container { display: none; }#auHglWQXvMUk717Nm9zrRmvwIu65Gqwu > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#auHglWQXvMUk717Nm9zrRmvwIu65Gqwu { border-width: 0; border-radius: 0; }#auHglWQXvMUk717Nm9zrRmvwIu65Gqwu > .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; }#auHglWQXvMUk717Nm9zrRmvwIu65Gqwu > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;font-size:0.875rem;font-family:arial;height:58.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#KBJtPnwOLA00b158hsR9FXTkS9s0CUhe { color:#fbf6f2;display:block;width:36.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:6.25rem;left:0rem;height:10.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ghNXnIHTbeyutziIwQOupEzd65cpnts5 { color:#f8f8f8;display:block;width:36.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:30.53125rem;left:0rem;height:6.375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#WlxuQ36vD1WcoAK77tF3DLP59KnzFTpd { border-bottom:0;border-left:0;border-right:0;border-top:0;height:8.75rem;width:8.75rem;position:absolute;display:block;z-index:15021;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:16.75rem;left:13.75rem;overflow:hidden;display:block; }
#qghIXTk7kLHDuk1lrZIKzc2wiSlBaKDa { 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:50.5rem;width:40.375rem;top:3.75rem;left:34.5rem;overflow:hidden;display:block; }
#RtVNgqqyoJkKu9m8RkNfhA6RpbbykoWM { color:#fbf6f2;display:block;width:36.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:25.59375rem;left:0rem;height:3.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QVacRBokud6vZKBdtFyv7S6ObrZleckJ { z-index:15002;top:46.622398376465rem;left:5.625rem;background-color:transparent;background-image:none;border-top:0.125rem solid #f4ce83;border-left:0.125rem solid #f4ce83;border-right:0.125rem solid #f4ce83;border-bottom:0.125rem solid #f4ce83;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:#f4ce83;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:3.626302rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#xDN8GPAKP9rfFbbr3Exe0dOILwlTbfPr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wpg9DHi2U91Z3tcNM6eOeIin3LBboA08 { color:#f8f8f8;display:block;width:36.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:30.21875rem;left:0rem;height:10.5rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#faUFTgd8CQswQ1xqXf9KLuduIavbEkXb { color:#f8f8f8;display:block;width:36.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:30.21875rem;left:0rem;height:10.5rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#ivgxhedKrxs8TPaqUoXfLwmHNwIHFNNn { color:#f8f8f8;display:block;width:36.2486991875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:37.716148376465rem;left:0rem;height:2.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dg7LgmDfpmqFSc4WbD0zZNRUO3i1cEJ5 { position:relative;display:none; }#dg7LgmDfpmqFSc4WbD0zZNRUO3i1cEJ5 { border-width: 0; border-radius: 0; }#dg7LgmDfpmqFSc4WbD0zZNRUO3i1cEJ5 > .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; }#dg7LgmDfpmqFSc4WbD0zZNRUO3i1cEJ5 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;font-size:0.875rem;font-family:arial;height:58.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#GTPaUCCgWdgMG1VNkwlfiyuDSCFtf3fU { color:#fbf6f2;display:block;width:36.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:6.25rem;left:0rem;height:10.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cqgTW5oLSnwqXLZhbBaL6SgKzWu0ul0D { color:#f8f8f8;display:block;width:36.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:30.21875rem;left:0rem;height:10.625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#VXDPqfTXp3CaSMb4DNzt9VzgCeuFbGqT { border-bottom:0;border-left:0;border-right:0;border-top:0;height:8.9375rem;width:8.75rem;position:absolute;display:block;z-index:15021;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:16.75rem;left:13.75rem;overflow:hidden;display:block; }
#h3Q0CACztTRuRduOCHtHmtnheQ771l1A { 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:50.5rem;width:40.5rem;top:3.75rem;left:34.5rem;overflow:hidden;display:block; }
#RKT7RcIUrnPvfSqPkZyapmLpXSlTPG29 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),0.75);background-image:none;background-position:center !important;background-repeat: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:49.5625rem;width:36.25rem;top:3.75rem;left:0rem;display:none; }
#Vcfv8Rc0OFwX7ee0SiqtgfmRyF3IabBI { color:#fbf6f2;display:block;width:36.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:25.59375rem;left:0rem;height:3.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ihv4U4XWODgUEmNafQb74x3AGACcRudn { z-index:15002;top:46.435543060302rem;left:5.625rem;background-color:transparent;background-image:none;border-top:0.125rem solid #f4ce83;border-left:0.125rem solid #f4ce83;border-right:0.125rem solid #f4ce83;border-bottom:0.125rem solid #f4ce83;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:#f4ce83;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:3.6265625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#EubneDc4rZRWeCpfzlT79fkiVVAMTtIE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iCz41hEKck77DuUyqGoFi1EutDFctNSh { color:#f8f8f8;display:block;width:36.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:30.21875rem;left:0rem;height:10.5rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#ZbsGnbOOnozTJPAWtG6w3QoqkCMr42k9 { color:#f8f8f8;display:block;width:36.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:30.21875rem;left:0rem;height:10.5rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#yHLvh82JdVBr0Cmzd8909Qp42v2OrW4n { color:#f8f8f8;display:block;width:36.249625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:41.779685974121rem;left:0rem;height:2.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HswUq8QTq8NMVwWbcrz5fsIWQKMJ7HUK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbf6f2;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HswUq8QTq8NMVwWbcrz5fsIWQKMJ7HUK > .row .container { background-color: transparent; background-image: none; }#HswUq8QTq8NMVwWbcrz5fsIWQKMJ7HUK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HswUq8QTq8NMVwWbcrz5fsIWQKMJ7HUK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HswUq8QTq8NMVwWbcrz5fsIWQKMJ7HUK > .row .container > .video-iframe-container { display: none; }#HswUq8QTq8NMVwWbcrz5fsIWQKMJ7HUK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HswUq8QTq8NMVwWbcrz5fsIWQKMJ7HUK > .row > .video-iframe-container { display: none; }#HswUq8QTq8NMVwWbcrz5fsIWQKMJ7HUK > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HswUq8QTq8NMVwWbcrz5fsIWQKMJ7HUK > .row .container { border-width: 0; border-radius: 0; }#HswUq8QTq8NMVwWbcrz5fsIWQKMJ7HUK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HswUq8QTq8NMVwWbcrz5fsIWQKMJ7HUK > .row .container { font-size:0.875rem;font-family:arial;height:16.5rem;width:75rem;position:relative;display:block; }#fm9OB8OeSSRpF0THHNwWiuWzS4CT6zwG { color:rgba(var(--color-tertiary-1),1);display:block;width:40.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:3.75rem;left:17.40625rem;height:12.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iEUw5KzKssEci5F0ZnWR6iaO6sstHnXL { color:#4b2e06;display:block;width:62.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:0.5rem;left:6.25rem;height:31.2rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#vAV8UEq5WAgOqrxwqzzqegIEMZFdFVen { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbf6f2;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vAV8UEq5WAgOqrxwqzzqegIEMZFdFVen > .row .container { background-color: transparent; background-image: none; }#vAV8UEq5WAgOqrxwqzzqegIEMZFdFVen::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vAV8UEq5WAgOqrxwqzzqegIEMZFdFVen > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vAV8UEq5WAgOqrxwqzzqegIEMZFdFVen > .row .container > .video-iframe-container { display: none; }#vAV8UEq5WAgOqrxwqzzqegIEMZFdFVen > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vAV8UEq5WAgOqrxwqzzqegIEMZFdFVen > .row > .video-iframe-container { display: none; }#vAV8UEq5WAgOqrxwqzzqegIEMZFdFVen > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vAV8UEq5WAgOqrxwqzzqegIEMZFdFVen > .row .container { border-width: 0; border-radius: 0; }#vAV8UEq5WAgOqrxwqzzqegIEMZFdFVen > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vAV8UEq5WAgOqrxwqzzqegIEMZFdFVen > .row .container { font-size:0.875rem;font-family:arial;height:33rem;width:75rem;position:relative;display:block; }#r0byVomwPqBPUHI8hWikvNWvoLAV24Pa { color:#4b2e06;display:block;width:62.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:0.5rem;left:6.25rem;height:28.1640625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UJfJ3deLPrtRwN4tq4VUM4zUuLhPT1GF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbf6f2;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UJfJ3deLPrtRwN4tq4VUM4zUuLhPT1GF > .row .container { background-color: transparent; background-image: none; }#UJfJ3deLPrtRwN4tq4VUM4zUuLhPT1GF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UJfJ3deLPrtRwN4tq4VUM4zUuLhPT1GF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UJfJ3deLPrtRwN4tq4VUM4zUuLhPT1GF > .row .container > .video-iframe-container { display: none; }#UJfJ3deLPrtRwN4tq4VUM4zUuLhPT1GF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UJfJ3deLPrtRwN4tq4VUM4zUuLhPT1GF > .row > .video-iframe-container { display: none; }#UJfJ3deLPrtRwN4tq4VUM4zUuLhPT1GF > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UJfJ3deLPrtRwN4tq4VUM4zUuLhPT1GF > .row .container { border-width: 0; border-radius: 0; }#UJfJ3deLPrtRwN4tq4VUM4zUuLhPT1GF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UJfJ3deLPrtRwN4tq4VUM4zUuLhPT1GF > .row .container { font-size:0.875rem;font-family:arial;height:34.1875rem;width:75rem;position:relative;display:block; }#XwKXoXZ8KzfNvFNTCZDToTWz9bbf6t4B { 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:28.4375rem;width:43.75rem;top:0rem;left:15.625rem;overflow:hidden;display:block; }
#F3eZBgH78PRvAlCBLPnDBJsZBTvtJ97y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbf6f2;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#F3eZBgH78PRvAlCBLPnDBJsZBTvtJ97y > .row .container { background-color: transparent; background-image: none; }#F3eZBgH78PRvAlCBLPnDBJsZBTvtJ97y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F3eZBgH78PRvAlCBLPnDBJsZBTvtJ97y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F3eZBgH78PRvAlCBLPnDBJsZBTvtJ97y > .row .container > .video-iframe-container { display: none; }#F3eZBgH78PRvAlCBLPnDBJsZBTvtJ97y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F3eZBgH78PRvAlCBLPnDBJsZBTvtJ97y > .row > .video-iframe-container { display: none; }#F3eZBgH78PRvAlCBLPnDBJsZBTvtJ97y > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F3eZBgH78PRvAlCBLPnDBJsZBTvtJ97y > .row .container { border-width: 0; border-radius: 0; }#F3eZBgH78PRvAlCBLPnDBJsZBTvtJ97y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F3eZBgH78PRvAlCBLPnDBJsZBTvtJ97y > .row .container { font-size:0.875rem;font-family:arial;height:12.3125rem;width:75rem;position:relative;display:block; }#Rw8LoPCMiF7AxeZOqusJyioIkifMrlRA { color:rgba(var(--color-tertiary-2),1);display:block;width:40.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:3.75rem;left:17.4375rem;height:8.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CdTIW20vCG0pw7tzEEaqJWAUwa3QpsrA { color:rgba(var(--color-tertiary-2),1);display:block;width:40.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:3.75rem;left:17.4375rem;height:8.4rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#t8DmBCCv4zlsZs967h6SmJF0EgEdpm33 { position:relative;display:block; }#t8DmBCCv4zlsZs967h6SmJF0EgEdpm33 { background-color: transparent; background-image: none; }#t8DmBCCv4zlsZs967h6SmJF0EgEdpm33::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t8DmBCCv4zlsZs967h6SmJF0EgEdpm33 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t8DmBCCv4zlsZs967h6SmJF0EgEdpm33 > .row .container > .video-iframe-container { display: none; }#t8DmBCCv4zlsZs967h6SmJF0EgEdpm33 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t8DmBCCv4zlsZs967h6SmJF0EgEdpm33 > .row > .video-iframe-container { display: none; }#t8DmBCCv4zlsZs967h6SmJF0EgEdpm33 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t8DmBCCv4zlsZs967h6SmJF0EgEdpm33 { border-width: 0; border-radius: 0; }#t8DmBCCv4zlsZs967h6SmJF0EgEdpm33 > .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; }#t8DmBCCv4zlsZs967h6SmJF0EgEdpm33 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fbf6f2;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:block; }#L2lyAsWCJC583zTWvbVGLmIz5fhNkslD { color:#4b2e06;display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:9.375rem;left:1.5625rem;height:1.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EzkLX1hSERmMA91e7fJmrXmKEu27iMDU { color:#4b2e06;display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:9.375rem;left:26.5625rem;height:3.1484375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hFEbbmXmI8KLgLDfb96os2ZnfwNHAd8J { color:#4b2e06;display:block;width:20.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:9.35417175293rem;left:52.15625rem;height:3.1484375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W7W3Q8XGZn4nEo7xOVPxIWV0PuLcODzN { 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:9.375rem;width:9.375rem;top:0rem;left:7.8125rem;overflow:hidden;display:block; }
#yMawoUvkAvLzUrPxasBOddgiJcT0U6m3 { 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:9.375rem;width:9.375rem;top:0rem;left:32.8125rem;overflow:hidden;display:block; }
#cwMLVkD870ldmcqGe0QyRuKLKd0zVsTi { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:0rem;left:57.8125rem;overflow:hidden;display:block; }
#OwMErV9GCU27aGP3HcQVOwIixl04KpoX { color:#4b2e06;display:block;width:20.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:9.35417175293rem;left:52.15625rem;height:3.16666675rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#zLqUqJ9WeTyunJJDNedAOMQycCbTWpDR { color:#4b2e06;display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:9.375rem;left:26.5625rem;height:3.16666675rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#cORgbhzh6JNvmsQxHr5LuBfsU3cirKMF { position:relative;display:block; }#cORgbhzh6JNvmsQxHr5LuBfsU3cirKMF { background-color: transparent; background-image: none; }#cORgbhzh6JNvmsQxHr5LuBfsU3cirKMF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cORgbhzh6JNvmsQxHr5LuBfsU3cirKMF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cORgbhzh6JNvmsQxHr5LuBfsU3cirKMF > .row .container > .video-iframe-container { display: none; }#cORgbhzh6JNvmsQxHr5LuBfsU3cirKMF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cORgbhzh6JNvmsQxHr5LuBfsU3cirKMF > .row > .video-iframe-container { display: none; }#cORgbhzh6JNvmsQxHr5LuBfsU3cirKMF > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cORgbhzh6JNvmsQxHr5LuBfsU3cirKMF { border-width: 0; border-radius: 0; }#cORgbhzh6JNvmsQxHr5LuBfsU3cirKMF > .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; }#cORgbhzh6JNvmsQxHr5LuBfsU3cirKMF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fbf6f2;background-image:none;font-size:0.875rem;font-family:arial;height:21.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; }#eLCLrQK93pAqRTZK2mPf6eOPZOeZ1gHq { color:#4b2e06;display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:9.65625rem;left:1.25rem;height:3.1484375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IRdkg8bOtaCcpdBVhAUgVrbNi1Eka1Ek { color:#4b2e06;display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:9.5937652587887rem;left:51.53125rem;height:4.72265625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BQrJKyiGirKhzPusTKJOCLPeGqxqXIkx { color:#4b2e06;display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:9.5937652587887rem;left:26.53125rem;height:4.72265625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vvwNJetTiR4IC5dM4vNMDdzbwUiIyTD0 { 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:9.375rem;width:9.375rem;top:0rem;left:7.8125rem;overflow:hidden;display:block; }
#AoC6ZXw3ioAWT3h32aba0ZZxvJ3AWk5p { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:0rem;left:32.8125rem;overflow:hidden;display:block; }
#uc0FEGRq3knaKpGvg9axzQVCum6XF462 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:0rem;left:57.8125rem;overflow:hidden;display:block; }
#a9yJwWEP8ZZsmc2fAOAerJTtKAeoCSNt { color:#4b2e06;display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:9.5937652587887rem;left:51.53125rem;height:4.75rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#yymEGUge8xDAAXGRReMvTAT9VvZfzXtT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbf6f2;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yymEGUge8xDAAXGRReMvTAT9VvZfzXtT > .row .container { background-color: transparent; background-image: none; }#yymEGUge8xDAAXGRReMvTAT9VvZfzXtT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yymEGUge8xDAAXGRReMvTAT9VvZfzXtT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yymEGUge8xDAAXGRReMvTAT9VvZfzXtT > .row .container > .video-iframe-container { display: none; }#yymEGUge8xDAAXGRReMvTAT9VvZfzXtT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yymEGUge8xDAAXGRReMvTAT9VvZfzXtT > .row > .video-iframe-container { display: none; }#yymEGUge8xDAAXGRReMvTAT9VvZfzXtT > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yymEGUge8xDAAXGRReMvTAT9VvZfzXtT > .row .container { border-width: 0; border-radius: 0; }#yymEGUge8xDAAXGRReMvTAT9VvZfzXtT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yymEGUge8xDAAXGRReMvTAT9VvZfzXtT > .row .container { font-size:0.875rem;font-family:arial;height:20.375rem;width:75rem;position:relative;display:block; }#y6dFXNvsVv2kttARniIpP7TqpUtnx5is { color:rgba(var(--color-tertiary-2),1);display:block;width:40.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:3.75rem;left:17.40625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#OsqhzbWcZCMKTX7cimURFKiE4l4UUvUM { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:3.40234375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:12.25rem;left:25rem;display:block; }
#T2oX4DmwQLTd4ZrBVB2Q83IT2nzrXxs9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SabiPwXoLESaF2iC2SwKEuuS4eIl83Xq { color:rgba(var(--color-tertiary-2),1);display:block;width:40.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:3.75rem;left:17.40625rem;height:8.4rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#XiXmgh6Jv3EaULW5DaOE6RclMTAUCwHE { color:rgba(var(--color-tertiary-2),1);display:block;width:40.187125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:3.9234390258789rem;left:17.404685974121rem;height:8.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EhtD1uzR2bcx2qdseAnSV6pH4qei38Ow { position:relative;display:block; }#EhtD1uzR2bcx2qdseAnSV6pH4qei38Ow { background-color: transparent; background-image: none; }#EhtD1uzR2bcx2qdseAnSV6pH4qei38Ow::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EhtD1uzR2bcx2qdseAnSV6pH4qei38Ow > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EhtD1uzR2bcx2qdseAnSV6pH4qei38Ow > .row .container > .video-iframe-container { display: none; }#EhtD1uzR2bcx2qdseAnSV6pH4qei38Ow > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EhtD1uzR2bcx2qdseAnSV6pH4qei38Ow > .row > .video-iframe-container { display: none; }#EhtD1uzR2bcx2qdseAnSV6pH4qei38Ow > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EhtD1uzR2bcx2qdseAnSV6pH4qei38Ow { border-width: 0; border-radius: 0; }#EhtD1uzR2bcx2qdseAnSV6pH4qei38Ow > .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; }#EhtD1uzR2bcx2qdseAnSV6pH4qei38Ow > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),0.75);background-image:none;font-size:0.875rem;font-family:arial;height:93.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#JreLxJZpntxM6L370ExoTn5ZvTDhOlNC { color:#fbf6f2;display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15005;line-height:1.7;letter-spacing:0;top:2.6875038146973rem;left:1.8741321563721rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#JreLxJZpntxM6L370ExoTn5ZvTDhOlNC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JreLxJZpntxM6L370ExoTn5ZvTDhOlNC li:before{  }
#SkwE5JT5gc3bhnTHbxbykOVgE3BHNwzS { 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:45.9375rem;width:37.5rem;top:12.174602031708rem;left:35.869922637939rem;overflow:hidden;display:block; }
#NC0yqHd5ScixxkRrifiDxmT8TnQKl90o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbf6f2;background-image: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; }#NC0yqHd5ScixxkRrifiDxmT8TnQKl90o > .row .container { border-width: 0; border-radius: 0; }#NC0yqHd5ScixxkRrifiDxmT8TnQKl90o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NC0yqHd5ScixxkRrifiDxmT8TnQKl90o > .row .container { font-size:0.875rem;font-family:arial;height:20.375rem;width:75rem;position:relative;display:none; }#Uf5KCtV80btSCAfz1OtrbIdXDSqTh1SS { color:rgba(var(--color-tertiary-2),1);display:block;width:40.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:3.75rem;left:17.40625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#VN80gCsS6sxLr5DSa2cArbgoNhBptEHJ { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:3.40234375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:12.25rem;left:25rem;display:block; }
#SwVVKPtu8DslKW7qPPeLorHQF5VBovfq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HCJKcmk5dSXQKd6wRHAXVdvkH3emWFGm { color:rgba(var(--color-tertiary-2),1);display:block;width:40.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:3.75rem;left:17.40625rem;height:8.4rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#wTGfgG65f6Z2vsTxTokhi79JSIcZdoTm { color:rgba(var(--color-tertiary-2),1);display:block;width:40.187125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:3.9234390258789rem;left:17.404685974121rem;height:8.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VvNKsx2nzvJqdUgql7742r9iicXyy5gS { position:relative;display:none; }#VvNKsx2nzvJqdUgql7742r9iicXyy5gS { border-width: 0; border-radius: 0; }#VvNKsx2nzvJqdUgql7742r9iicXyy5gS > .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; }#VvNKsx2nzvJqdUgql7742r9iicXyy5gS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-1),0.75);background-image:none;font-size:0.875rem;font-family:arial;height:96.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; }#LW3xJoiFnPoRThVOtxbTrUggNZhQGFgA { color:#fbf6f2;display:block;width:34.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15005;line-height:1.7;letter-spacing:0;top:2.73046875rem;left:1.25rem;height:88.770835875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#LW3xJoiFnPoRThVOtxbTrUggNZhQGFgA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LW3xJoiFnPoRThVOtxbTrUggNZhQGFgA li:before{  }
#HyuhyEn5wPy8S2EnvA9tlLxgU5M26Mvp { color:#fbf6f2;display:block;width:36.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:2.7296819686889rem;left:38.750001907349rem;height:87rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#HyuhyEn5wPy8S2EnvA9tlLxgU5M26Mvp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HyuhyEn5wPy8S2EnvA9tlLxgU5M26Mvp li:before{  }
#nudfHthTIMcGqdkTQK7H3FVVUR4NxHm0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbf6f2;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nudfHthTIMcGqdkTQK7H3FVVUR4NxHm0 > .row .container { background-color: transparent; background-image: none; }#nudfHthTIMcGqdkTQK7H3FVVUR4NxHm0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nudfHthTIMcGqdkTQK7H3FVVUR4NxHm0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nudfHthTIMcGqdkTQK7H3FVVUR4NxHm0 > .row .container > .video-iframe-container { display: none; }#nudfHthTIMcGqdkTQK7H3FVVUR4NxHm0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nudfHthTIMcGqdkTQK7H3FVVUR4NxHm0 > .row > .video-iframe-container { display: none; }#nudfHthTIMcGqdkTQK7H3FVVUR4NxHm0 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nudfHthTIMcGqdkTQK7H3FVVUR4NxHm0 > .row .container { border-width: 0; border-radius: 0; }#nudfHthTIMcGqdkTQK7H3FVVUR4NxHm0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nudfHthTIMcGqdkTQK7H3FVVUR4NxHm0 > .row .container { font-size:0.875rem;font-family:arial;height:16.125rem;width:75rem;position:relative;display:block; }#F0RzPEwZAkthxJfHa5Gp4H09mAp2aAyN { color:rgba(var(--color-tertiary-2),1);display:block;width:40.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:7.5rem;left:17.4375rem;height:8.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QAM41l3vSONNglQBTylerrhGvCfN6WtG { color:rgba(var(--color-tertiary-2),1);display:block;width:40.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:3.75rem;left:17.4375rem;height:8.4rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#M1MG6PIlSXQGK11dg7A76D4LxO2ZtwAa { position:relative;display:block; }#M1MG6PIlSXQGK11dg7A76D4LxO2ZtwAa { background-color: transparent; background-image: none; }#M1MG6PIlSXQGK11dg7A76D4LxO2ZtwAa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M1MG6PIlSXQGK11dg7A76D4LxO2ZtwAa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M1MG6PIlSXQGK11dg7A76D4LxO2ZtwAa > .row .container > .video-iframe-container { display: none; }#M1MG6PIlSXQGK11dg7A76D4LxO2ZtwAa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M1MG6PIlSXQGK11dg7A76D4LxO2ZtwAa > .row > .video-iframe-container { display: none; }#M1MG6PIlSXQGK11dg7A76D4LxO2ZtwAa > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M1MG6PIlSXQGK11dg7A76D4LxO2ZtwAa { border-width: 0; border-radius: 0; }#M1MG6PIlSXQGK11dg7A76D4LxO2ZtwAa > .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; }#M1MG6PIlSXQGK11dg7A76D4LxO2ZtwAa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-1),0.75);background-image:none;font-size:0.875rem;font-family:arial;height:22.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BdmRCaEq83q9SVpJRP7fyTOdnXnKULIT { border-bottom:0;border-left:0;border-right:0;border-top:0;height:16.625rem;width:12.5rem;position:absolute;display:block;z-index:15001;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:3.125rem;overflow:hidden;display:block; }
#ZA3DKk4sedszuAf9sVXGE0NcTJHCTvRX { border-bottom:0;border-left:0;border-right:0;border-top:0;height:16.5625rem;width:11.6875rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:3.1253910064698rem;left:21.874217987061rem;overflow:hidden;display:block; }
#nPz34ZwwmSB5mGzcMC57ycUkMt2iv8fP { border-bottom:0;border-left:0;border-right:0;border-top:0;height:16.5625rem;width:12.4375rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:3.1242179870606rem;left:40.624217987061rem;overflow:hidden;display:block; }
#BupZq5fyf6Vwgt3ca4fzDHKxKH4iqHTU { border-bottom:0;border-left:0;border-right:0;border-top:0;height:16.5625rem;width:11.6875rem;position:absolute;display:block;z-index:15003;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:3.1242179870606rem;left:59.374217987061rem;overflow:hidden;display:block; }
#qdnuIyoPDNUlexzpQOOviT5kNsPrX9ul { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbf6f2;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qdnuIyoPDNUlexzpQOOviT5kNsPrX9ul > .row .container { background-color: transparent; background-image: none; }#qdnuIyoPDNUlexzpQOOviT5kNsPrX9ul::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qdnuIyoPDNUlexzpQOOviT5kNsPrX9ul > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qdnuIyoPDNUlexzpQOOviT5kNsPrX9ul > .row .container > .video-iframe-container { display: none; }#qdnuIyoPDNUlexzpQOOviT5kNsPrX9ul > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qdnuIyoPDNUlexzpQOOviT5kNsPrX9ul > .row > .video-iframe-container { display: none; }#qdnuIyoPDNUlexzpQOOviT5kNsPrX9ul > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qdnuIyoPDNUlexzpQOOviT5kNsPrX9ul > .row .container { border-width: 0; border-radius: 0; }#qdnuIyoPDNUlexzpQOOviT5kNsPrX9ul > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qdnuIyoPDNUlexzpQOOviT5kNsPrX9ul > .row .container { font-size:0.875rem;font-family:arial;height:36.125rem;width:75rem;position:relative;display:block; }#gfl8ErwsoPVqJpqMx3IIuGffKdta1nzo { 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:32.375rem;width:50rem;top:0rem;left:12.5rem;overflow:hidden;display:block; }
#PbtFtyit6f0zVJGHXMibM9A95TMhXIls { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbf6f2;background-image: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; }#PbtFtyit6f0zVJGHXMibM9A95TMhXIls > .row .container { border-width: 0; border-radius: 0; }#PbtFtyit6f0zVJGHXMibM9A95TMhXIls > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PbtFtyit6f0zVJGHXMibM9A95TMhXIls > .row .container { font-size:0.875rem;font-family:arial;height:16.625rem;width:75rem;position:relative;display:none; }#V7Ngc0x6E2PoHiUL4zK8EzKL56FuXRaH { color:rgba(var(--color-tertiary-1),1);display:block;width:40.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:3.75rem;left:17.40625rem;height:8.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xZBpSr0egUf8GVqlydLlMVTiPqbh8fLy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbf6f2;background-image: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; }#xZBpSr0egUf8GVqlydLlMVTiPqbh8fLy > .row .container { border-width: 0; border-radius: 0; }#xZBpSr0egUf8GVqlydLlMVTiPqbh8fLy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xZBpSr0egUf8GVqlydLlMVTiPqbh8fLy > .row .container { font-size:0.875rem;font-family:arial;height:34.375rem;width:75rem;position:relative;display:none; }#ErU7DNy5isxI7NB7kvo3EN1n6G8I1feC { color:#4b2e06;display:block;width:35.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:10.111979484558rem;left:32.625rem;height:16.1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ki6xq1Lsyxrmt9HgWcQ3lheZva8lE96Z { 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:33.3125rem;width:25rem;top:0.5rem;left:0rem;overflow:hidden;display:block; }
#fL5O4P3O3HMMxz9uJFS8DKMTa7cmM4E9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbf6f2;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fL5O4P3O3HMMxz9uJFS8DKMTa7cmM4E9 > .row .container { background-color: transparent; background-image: none; }#fL5O4P3O3HMMxz9uJFS8DKMTa7cmM4E9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fL5O4P3O3HMMxz9uJFS8DKMTa7cmM4E9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fL5O4P3O3HMMxz9uJFS8DKMTa7cmM4E9 > .row .container > .video-iframe-container { display: none; }#fL5O4P3O3HMMxz9uJFS8DKMTa7cmM4E9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fL5O4P3O3HMMxz9uJFS8DKMTa7cmM4E9 > .row > .video-iframe-container { display: none; }#fL5O4P3O3HMMxz9uJFS8DKMTa7cmM4E9 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fL5O4P3O3HMMxz9uJFS8DKMTa7cmM4E9 > .row .container { border-width: 0; border-radius: 0; }#fL5O4P3O3HMMxz9uJFS8DKMTa7cmM4E9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fL5O4P3O3HMMxz9uJFS8DKMTa7cmM4E9 > .row .container { font-size:0.875rem;font-family:arial;height:12.625rem;width:75rem;position:relative;display:block; }#QBqUTQPuDiVwgwyp0RGc50sxGbH851cO { color:rgba(var(--color-tertiary-1),1);display:block;width:40.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:3.75rem;left:17.40625rem;height:8.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xWMLEFctMmAPJ1EyISVNpoJZV4NoU5fK { color:rgba(var(--color-tertiary-1),1);display:block;width:40.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:3.75rem;left:17.40625rem;height:12.6rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#oSMmTPt0mPeMaTbhCmw1Zd0KMqVxcqLw { position:relative;display:block; }#oSMmTPt0mPeMaTbhCmw1Zd0KMqVxcqLw { background-color: transparent; background-image: none; }#oSMmTPt0mPeMaTbhCmw1Zd0KMqVxcqLw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oSMmTPt0mPeMaTbhCmw1Zd0KMqVxcqLw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oSMmTPt0mPeMaTbhCmw1Zd0KMqVxcqLw > .row .container > .video-iframe-container { display: none; }#oSMmTPt0mPeMaTbhCmw1Zd0KMqVxcqLw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oSMmTPt0mPeMaTbhCmw1Zd0KMqVxcqLw > .row > .video-iframe-container { display: none; }#oSMmTPt0mPeMaTbhCmw1Zd0KMqVxcqLw > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oSMmTPt0mPeMaTbhCmw1Zd0KMqVxcqLw { border-width: 0; border-radius: 0; }#oSMmTPt0mPeMaTbhCmw1Zd0KMqVxcqLw > .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; }#oSMmTPt0mPeMaTbhCmw1Zd0KMqVxcqLw > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),0.75);background-image:none;font-size:0.875rem;font-family:arial;height:33.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#gR2wpRcqxqWxXPAVXKLVH9sT8oK21c8J { 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.25rem;width:26.25rem;top:3.75rem;left:24.375rem;overflow:hidden;display:block; }
#kTdygqv00cdE7km2P8HqfeUtBQaQp7WF { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),0.75);background-image:none;background-position:center !important;background-repeat: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:49.5625rem;width:36.25rem;top:3.75rem;left:0rem;display:none; }
#TaqlHohlfCXRNsxaTCEQA6hwfDRtup1P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbf6f2;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TaqlHohlfCXRNsxaTCEQA6hwfDRtup1P > .row .container { background-color: transparent; background-image: none; }#TaqlHohlfCXRNsxaTCEQA6hwfDRtup1P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TaqlHohlfCXRNsxaTCEQA6hwfDRtup1P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TaqlHohlfCXRNsxaTCEQA6hwfDRtup1P > .row .container > .video-iframe-container { display: none; }#TaqlHohlfCXRNsxaTCEQA6hwfDRtup1P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TaqlHohlfCXRNsxaTCEQA6hwfDRtup1P > .row > .video-iframe-container { display: none; }#TaqlHohlfCXRNsxaTCEQA6hwfDRtup1P > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TaqlHohlfCXRNsxaTCEQA6hwfDRtup1P > .row .container { border-width: 0; border-radius: 0; }#TaqlHohlfCXRNsxaTCEQA6hwfDRtup1P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TaqlHohlfCXRNsxaTCEQA6hwfDRtup1P > .row .container { font-size:0.875rem;font-family:arial;height:40.125rem;width:75rem;position:relative;display:block; }#ohSpuFMMqwa03sDCHWaswzyVOey6sfTo { color:#4b2e06;display:block;width:62.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:3.75rem;left:6.25rem;height:32.1875rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#MKhqLGVFkzTCkQdZZzSop7fxcoeTmbKJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbf6f2;background-image: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; }#MKhqLGVFkzTCkQdZZzSop7fxcoeTmbKJ > .row .container { border-width: 0; border-radius: 0; }#MKhqLGVFkzTCkQdZZzSop7fxcoeTmbKJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MKhqLGVFkzTCkQdZZzSop7fxcoeTmbKJ > .row .container { font-size:0.875rem;font-family:arial;height:16.375rem;width:75rem;position:relative;display:none; }#TouWsXnUe1RPVHixJd62BmgGAgm04fqT { color:rgba(var(--color-tertiary-2),1);display:block;width:56.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:7.7250118255612rem;left:9.375rem;height:8.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Zum5lh7bCNp6CPcaqTKAWhJaTpgxINQZ { color:rgba(var(--color-tertiary-2),1);display:block;width:40.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:3.75rem;left:17.4375rem;height:8.4rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#GKrWlyJhTe3xLW13gHURawbyS5hUnAPq { position:relative;display:none; }#GKrWlyJhTe3xLW13gHURawbyS5hUnAPq { border-width: 0; border-radius: 0; }#GKrWlyJhTe3xLW13gHURawbyS5hUnAPq > .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; }#GKrWlyJhTe3xLW13gHURawbyS5hUnAPq > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),0.75);background-image:none;font-size:0.875rem;font-family:arial;height:72.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#WCTSzqBJPNFkTAeCtQxBS9Or3bVMahlD { border-bottom:0;border-left:0;border-right:0;border-top:0;height:18.75rem;width:28.8125rem;position:absolute;display:block;z-index:15001;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.9375rem;left:4.625rem;overflow:hidden;display:block; }
#Tf9wVULMFM2ESc5Nbp9IcLozma7NUaL9 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:18.75rem;width:28.9375rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:4rem;left:41.4375rem;overflow:hidden;display:block; }
#sGtboucG5gDmN7GeT35aCaQszwrcLGHl { border-bottom:0;border-left:0;border-right:0;border-top:0;height:18.75rem;width:28.9375rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:47.6875rem;left:41.4375rem;overflow:hidden;display:block; }
#yRce3OLJw9EzJwrSqJV2diSfZUkoFwMx { border-bottom:0;border-left:0;border-right:0;border-top:0;height:18.75rem;width:28.9375rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:25.6875rem;left:41.4375rem;overflow:hidden;display:block; }
#LVQsCTSgr55BJETbQlPB7ZTW0osOpxQb { border-bottom:0;border-left:0;border-right:0;border-top:0;height:18.75rem;width:28.9375rem;position:absolute;display:block;z-index:15003;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:47.6875rem;left:4.5625rem;overflow:hidden;display:block; }
#D0LwmzdVu2euhPERBMR9h0KcuuCaFZGc { border-bottom:0;border-left:0;border-right:0;border-top:0;height:18.75rem;width:28.75rem;position:absolute;display:block;z-index:15003;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:25.6875rem;left:4.6875rem;overflow:hidden;display:block; }
#mA2FbtfTzqi69mfqu1uEbmL0KJXqXklV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbf6f2;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mA2FbtfTzqi69mfqu1uEbmL0KJXqXklV > .row .container { background-color: transparent; background-image: none; }#mA2FbtfTzqi69mfqu1uEbmL0KJXqXklV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mA2FbtfTzqi69mfqu1uEbmL0KJXqXklV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mA2FbtfTzqi69mfqu1uEbmL0KJXqXklV > .row .container > .video-iframe-container { display: none; }#mA2FbtfTzqi69mfqu1uEbmL0KJXqXklV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mA2FbtfTzqi69mfqu1uEbmL0KJXqXklV > .row > .video-iframe-container { display: none; }#mA2FbtfTzqi69mfqu1uEbmL0KJXqXklV > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mA2FbtfTzqi69mfqu1uEbmL0KJXqXklV > .row .container { border-width: 0; border-radius: 0; }#mA2FbtfTzqi69mfqu1uEbmL0KJXqXklV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mA2FbtfTzqi69mfqu1uEbmL0KJXqXklV > .row .container { font-size:0.875rem;font-family:arial;height:15.625rem;width:75rem;position:relative;display:block; }#t8hurLdL3D9K83wMF75LCMnHDQgpl5Go { color:rgba(var(--color-tertiary-1),1);display:block;width:40.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:7.5rem;left:17.40625rem;height:4.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hO8I5gaPpgw38Rt5oHy2iCeiMmowDmsu { color:rgba(var(--color-tertiary-1),1);display:block;width:40.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:7.5rem;left:17.40625rem;height:8.4rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#MBqFdo7MWT8ucnMKNToaPizsJg5wqUcK { position:relative;display:block; }#MBqFdo7MWT8ucnMKNToaPizsJg5wqUcK { background-color: transparent; background-image: none; }#MBqFdo7MWT8ucnMKNToaPizsJg5wqUcK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MBqFdo7MWT8ucnMKNToaPizsJg5wqUcK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MBqFdo7MWT8ucnMKNToaPizsJg5wqUcK > .row .container > .video-iframe-container { display: none; }#MBqFdo7MWT8ucnMKNToaPizsJg5wqUcK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MBqFdo7MWT8ucnMKNToaPizsJg5wqUcK > .row > .video-iframe-container { display: none; }#MBqFdo7MWT8ucnMKNToaPizsJg5wqUcK > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MBqFdo7MWT8ucnMKNToaPizsJg5wqUcK { border-width: 0; border-radius: 0; }#MBqFdo7MWT8ucnMKNToaPizsJg5wqUcK > .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; }#MBqFdo7MWT8ucnMKNToaPizsJg5wqUcK > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),0.75);background-image:none;font-size:0.875rem;font-family:arial;height:28.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#vstE26oyeVbqkmtiQ9m8UJJ3zD1Ci6Mo { color:#fbf6f2;display:block;width:28.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:10.875000953674rem;left:8.80703163147rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SIeFRto2pNWwmXXEKU6mQyhqDS0rxIgr { 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.0625rem solid #fbf6f2;border-left:0.0625rem solid #fbf6f2;border-right:0.0625rem solid #fbf6f2;border-bottom:0.0625rem solid #fbf6f2;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#fbf6f2;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6265625rem;height:4.0609375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:20.06093788147rem;left:13.55624961853rem;display:block; }
#ctnPuC9sqMJIE6uQcbKA4mlpDIw7gNT3 { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#USceTHiPBa4or0znmWtbaFiFN8gXhhT0 { 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:23.3125rem;width:18.625rem;top:2.4375rem;left:45.40625rem;overflow:hidden;display:block; }
#nVWT32I5TygLyhd1xgWXMKzlJOiRhtBq { color:#fbf6f2;display:block;width:28.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:6.0000009536743rem;left:8.8064231872556rem;height:3.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TbCmhDHC48pqSRQxtsgBDz3DXuAwyoDr { position:relative;display:none; }#TbCmhDHC48pqSRQxtsgBDz3DXuAwyoDr { border-width: 0; border-radius: 0; }#TbCmhDHC48pqSRQxtsgBDz3DXuAwyoDr > .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; }#TbCmhDHC48pqSRQxtsgBDz3DXuAwyoDr > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),0.75);background-image:none;font-size:0.875rem;font-family:arial;height:61.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#eSiJrD70hS0MpAfUisXJ0T6iAQcDs6mX { color:#fbf6f2;display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:44.25rem;left:7.6875rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FKLBLen3EBES2GJJKDkPbMFRJsmxka4s { 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.0625rem solid #fbf6f2;border-left:0.0625rem solid #fbf6f2;border-right:0.0625rem solid #fbf6f2;border-bottom:0.0625rem solid #fbf6f2;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#fbf6f2;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.473076375rem;height:3.907988875rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:49.625rem;left:10.3125rem;display:block; }
#NMs7cCJ2nxm5PIXVxRMPpfJ29dbtuWOR { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#Zf63D5n4ebdtQ0PcVpz33zTu1xATkqKs { color:#fbf6f2;display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:3.6180553436279rem;left:5.0868053436279rem;height:10.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#idX4ZCmpDOzrNBSAHcypb9ODNDyRKTaJ { color:#fbf6f2;display:block;width:36.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:44.8125rem;left:36.59375rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RilifMSKtsn4dhbooF1VxnSKG7xMkQ3f { 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.0625rem solid #fbf6f2;border-left:0.0625rem solid #fbf6f2;border-right:0.0625rem solid #fbf6f2;border-bottom:0.0625rem solid #fbf6f2;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#fbf6f2;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.278638875rem;height:3.712676375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:49.666666030884rem;left:45.427951812744rem;display:block; }
#O7F0zHNovgb1JJiD7rcCJy4byWGT6qt9 { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#pzyTiKqDRDmqemg4TF58u5F268ZPz5VF { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.6875rem;width:11.6875rem;top:18.4375rem;left:2.625rem;overflow:hidden;display:block; }
#DJ6tXLZnQiwAfgJtA2nrw9F3CZp2T9mk { 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:14.0625rem;width:26.1875rem;top:21.9375rem;left:7.6875rem;overflow:hidden;display:block; }
#QpvE8ZKscBZs98n1iaMpISW8rCT0P8nD { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.6875rem;width:20rem;top:27.930582046509rem;left:43.0625rem;overflow:hidden;display:block; }
#VpGw6ihuuEgaQ46XMiGf17vbDBNTJ4Qx { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.6875rem;width:11.6875rem;top:15.686658859253rem;left:38.008682250976rem;overflow:hidden;display:block; }
#U9n1TtGLJllDHEZDa2aHT6TGDlk3Tnle { color:#fbf6f2;display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:3.6180689334869rem;left:40.5625rem;height:7.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U2JsbOU3TFvvKfG4QSUztqwI0x5hf7UW { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.1875rem;width:25.25rem;top:16.436583995819rem;left:48.953125rem;overflow:hidden;display:block; }
#ArBvIbTayIfmGwTpTtgI6umQSvyKVkTA { color:#fd4336;display:block;width:36.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:41.680555343628rem;left:36.5625rem;height:2.3625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bfF4qwWJBpashqHh5Kag11Q7VapGd2IT { color:#fbf6f2;display:block;width:36.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:56.125rem;left:36.59375rem;height:2.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OO5bTWuvU4otgTXhfSt24S5u0PAv4W9h { position:relative;display:none; }#OO5bTWuvU4otgTXhfSt24S5u0PAv4W9h { border-width: 0; border-radius: 0; }#OO5bTWuvU4otgTXhfSt24S5u0PAv4W9h > .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; }#OO5bTWuvU4otgTXhfSt24S5u0PAv4W9h > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),0.75);background-image:none;font-size:0.875rem;font-family:arial;height:40.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#vn3Mc3S2FshTT1BwcRkx46uInzz8GTxp { color:#fbf6f2;display:block;width:21.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:22.547715187073rem;left:8.7109375rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HW09nMB44zG31D68zJkTD3evEaCfnrl0 { 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.0625rem solid #fbf6f2;border-left:0.0625rem solid #fbf6f2;border-right:0.0625rem solid #fbf6f2;border-bottom:0.0625rem solid #fbf6f2;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#fbf6f2;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.361138875rem;height:3.796876375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:28.874103546142rem;left:10.498264312744rem;display:block; }
#vSkNsER5NNJn136bKolsWqLLzpUssQEQ { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#HM1ibDfF5099bDlWthZ6zZEodP1eDs2G { color:#fbf6f2;display:block;width:28.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:5.1796798706055rem;left:5.6727428436279rem;height:12.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NJ8cHkexDhud7Z3UIekiNeTJ6xi47UPC { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:14.875rem;top:7.24219417572rem;left:40.125rem;overflow:hidden;display:block; }
#wKu7iS54OTvogAXd2e01U5VoVKCAT91g { 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:16.75rem;width:31.25rem;top:14.8125rem;left:45.9375rem;overflow:hidden;display:block; }
#HEqqDdxfrJMlXrtJkMLGMmfOlBD4e6lO { position:relative;display:none; }#HEqqDdxfrJMlXrtJkMLGMmfOlBD4e6lO { border-width: 0; border-radius: 0; }#HEqqDdxfrJMlXrtJkMLGMmfOlBD4e6lO > .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; }#HEqqDdxfrJMlXrtJkMLGMmfOlBD4e6lO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:13.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; }#vLEbAlNPrTZOHiKctdB1RWd8AFecr3t9 { background-color:rgba(75,174,22,0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40.375rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:6.0928821563721rem;left:17.3125rem;display:block; }
#NmfSx38TAcNOZ72MWupElpz87Dm9Wfkk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ih1D9sIGiZa3RVnTbkZTJbvPVMOmJNx0 { position:relative;display:none; }#Ih1D9sIGiZa3RVnTbkZTJbvPVMOmJNx0 { border-width: 0; border-radius: 0; }#Ih1D9sIGiZa3RVnTbkZTJbvPVMOmJNx0 > .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; }#Ih1D9sIGiZa3RVnTbkZTJbvPVMOmJNx0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:"open sans";height:17.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#gGOOtyiUCrQxoSfvbcFbzRlz0LQGtmzS { display:block;width:57.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:2.25rem;left:8.65625rem;height:5.0625rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-3),1);font-style:normal;display:block; }
#HEmDsR9afp7dT1dci2S0RWCWOtDrgbb0 { display:block;width:57.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15000;line-height:1.5;letter-spacing:0;top:9.1866321563719rem;left:8.65625rem;height:5.25rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-3),1);font-style:normal;display:block; }
#KiaGiwSSZZENfoJdItqzenKI9pbEQt9O { position:relative;display:none; }#KiaGiwSSZZENfoJdItqzenKI9pbEQt9O { border-width: 0; border-radius: 0; }#KiaGiwSSZZENfoJdItqzenKI9pbEQt9O > .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; }#KiaGiwSSZZENfoJdItqzenKI9pbEQt9O > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:"open sans";height:29.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; }#DFtBBwsQpiGRn3sEsBmCUC0O6uCRybtL { 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:22.4375rem;width:37.1875rem;top:3.5625rem;left:0.18623606395406rem;overflow:hidden;display:block; }
#AXIwMGdxWnNva332vMTy4PiXlSiyoQLc { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);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:15001;top:5.75rem;left:39rem;display:block; }
#CSVTEWPIG2IuvbiFKTy9pBBRsZaBfmeR { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);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:15002;top:10.125rem;left:39rem;display:block; }
#uB4Lwf8PU5sp7Sz7OefEF9q6F37wAOW3 { display:block;width:28.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:6.125rem;left:42.9375rem;height:1.6875rem;font-style:normal;color:#47545a;text-align:left;text-align-last:left;display:block; }
#XC9wTZrrycM5lpB4uOzTNxlrBKu6VIVL { display:block;width:28.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:10rem;left:42.9375rem;height:1.6875rem;font-style:normal;color:#47545a;text-align:left;text-align-last:left;display:block; }
#KC7wbV1gyawOBcwBILHoKCUUEFCllEDO { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);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:15003;top:14.875rem;left:39rem;display:block; }
#CokpkeviPgzIehoApROHXngXC2KhdJOi { display:block;width:31.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:15.625rem;left:43.1875rem;height:1.6875rem;font-style:normal;color:#47545a;text-align:left;text-align-last:left;display:block; }
#D9ZupRf9wg4MBcqlGJgrbDuySxaltyBQ { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);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:15004;top:20.1875rem;left:39rem;display:block; }
#k6eUfGzlHPPf8aQ2aucCIWmWn8baKmTD { display:block;width:31.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:20.1875rem;left:42.9375rem;height:1.6875rem;font-style:normal;color:#47545a;text-align:left;text-align-last:left;display:block; }
#akNDNDdB0V0IqWrraXmTnKrsTGm2STfV { position:relative;display:none; }#akNDNDdB0V0IqWrraXmTnKrsTGm2STfV { border-width: 0; border-radius: 0; }#akNDNDdB0V0IqWrraXmTnKrsTGm2STfV > .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; }#akNDNDdB0V0IqWrraXmTnKrsTGm2STfV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:9.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:none; }#HAi2IMAuUZpZWhDdEn6LQTrUp3ylIvyg { display:block;width:45.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:4.03125rem;left:14.71875rem;height:2.84375rem;color:rgba(var(--color-secondary-2),1);display:block; }
#ChZCwxEBRQc27HtEey3T9L5kkpEgXiwa { position:relative;display:none; }#ChZCwxEBRQc27HtEey3T9L5kkpEgXiwa { border-width: 0; border-radius: 0; }#ChZCwxEBRQc27HtEey3T9L5kkpEgXiwa > .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; }#ChZCwxEBRQc27HtEey3T9L5kkpEgXiwa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;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:none; }#NGyoqr9VtfpmHTMsUutCivmJEWGTakha { display:block;width:40.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.0494804382324rem;left:18.375rem;height:16.0875rem;color:#47545a;text-align:left;text-align-last:left;display:block; }
#ml0FccuZAzFXFZ4bUT1OmJcM9Kwa0LBV { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6.6944783553481rem;left:14.125rem;height:1.3rem;display:block; }
#VBZ4wWztl7TppacbPuR9Wv36flfiv0w5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:2.0494804382324rem;left:15.3125rem; }
#EPJx1BV7teOqxa1mfvnwMivD3FyxMvMs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:5.0494804382324rem;left:15.3125rem; }
#TIlZyMp11v2fDaJQoISMtkK7rWPCW3gD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:8.90625rem;left:15.3125rem; }
#EM1bC0gMlK94IIGPIddmbWyvyLTwxPUk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:12.40625rem;left:15.3125rem; }
#hKI8JFVPrkxOkUisPn4DyCRGqunkWNrC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:15.814233779908rem;left:15.3125rem; }
#zruObbQqacRHLNdLr8O0Zzri8LTAr5So { position:relative;display:none; }#zruObbQqacRHLNdLr8O0Zzri8LTAr5So { border-width: 0; border-radius: 0; }#zruObbQqacRHLNdLr8O0Zzri8LTAr5So > .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; }#zruObbQqacRHLNdLr8O0Zzri8LTAr5So > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#LG8fq9XZbsI3WTRhsTBF521XeS09WE6D { display:block;width:31.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:2.03125rem;left:21.9375rem;height:2.84375rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NRmzlyv2SqvzLTqd26g1Ii6NfIrqBIKi { position:relative;display:none; }#NRmzlyv2SqvzLTqd26g1Ii6NfIrqBIKi { border-width: 0; border-radius: 0; }#NRmzlyv2SqvzLTqd26g1Ii6NfIrqBIKi > .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; }#NRmzlyv2SqvzLTqd26g1Ii6NfIrqBIKi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:43.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; }#FgzCExxIp4Ciu0vTT0VJafFE7ODS4QVx { display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:4.65625rem;left:30.96875rem;height:35.50625rem;color:#47545a;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UuBS3Gbi9uwFnLdhnsUkRDPk6NDxw4px { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #52a5a9;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.125rem solid #52a5a9;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.375rem;width:37.75rem;top:2.5625rem;left:18.5625rem;display:block; }
#yq4ZmnLUuKneTUVG3bUEOrRy3g1vf09F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#yq4ZmnLUuKneTUVG3bUEOrRy3g1vf09F > .row .container { border-width: 0; border-radius: 0; }#yq4ZmnLUuKneTUVG3bUEOrRy3g1vf09F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yq4ZmnLUuKneTUVG3bUEOrRy3g1vf09F > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:9.5rem;width:75rem;position:relative;display:none; }#JXwbnlxiV7dnCenzSE09009vCih7Pffe { display:block;width:56.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:2.640625rem;left:9.375rem;height:4.21875rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#fZhp2yMNFaohhzNvyio2q9AxhDf92iHt { position:relative;display:none; }#fZhp2yMNFaohhzNvyio2q9AxhDf92iHt { border-width: 0; border-radius: 0; }#fZhp2yMNFaohhzNvyio2q9AxhDf92iHt > .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; }#fZhp2yMNFaohhzNvyio2q9AxhDf92iHt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),0.1);background-image:none;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:90.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; }#rUZlTuaSxn5e9DoxTo2AUo5lDur4GfGm { display:block;width:68.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:10.6875rem;left:4.1875rem;height:5.15625rem;text-align:center;text-align-last:center;color:#0d94a6;font-style:normal;display:block; }
#VW7JnJCa9xnTuBgZvBan7ayDfzum8zdk { display:block;width:68.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:3.6875rem;left:3.125rem;height:18rem;text-align:center;text-align-last:center;color:#0d94a6;font-style:normal;display:none; }
#vNX9rPTSAL5os6Uh2GQvFwvmUnooldQN { display:block;width:68.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:3.6875rem;left:3.125rem;height:18rem;text-align:center;text-align-last:center;color:#0d94a6;font-style:normal;display:none; }
#lCTtS8EGvd4kNvOTTtFBQFaMncH9dpR2 { display:block;width:68.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:15.8125rem;left:4.1875rem;height:13.5rem;text-align:center;text-align-last:center;color:#0d94a6;font-style:normal;display:block; }
#LSi0fzNhEiOWqUxup0MqHaHJTM3IZF7e { 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:26.8125rem;width:50rem;top:29.3125rem;left:13.5625rem;overflow:hidden;display:block; }
#QliITIuDXe0aka0gEey20o3onkpPMv9C { background-color:rgba(75,174,22,0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.375rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:83.375rem;left:26.875rem;display:block; }
#iKefUBwf0h4fRK4tOe17wUrzR0VGKFUC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NPuFJ9XhhO3nK2WwLJobUWmLIPtFIEPS .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; }
#NPuFJ9XhhO3nK2WwLJobUWmLIPtFIEPS .widget-text.counter-number { border-top:0.25rem solid rgba(var(--color-secondary-2),1);border-left:0.25rem solid rgba(var(--color-secondary-2),1);border-right:0.25rem solid rgba(var(--color-secondary-2),1);border-bottom:0.25rem solid rgba(var(--color-secondary-2),1);background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-3),1);padding-top:1.016875rem;padding-right:0.900625rem;padding-bottom:1.016875rem;padding-left:0.900625rem;display:block;align-items:center;width:5.40375rem;min-width:5.40375rem;height:5.466875rem;position:relative;font-family:var(--headlines-font-family);font-size:4.068125rem;font-weight:400;line-height:87.47px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NPuFJ9XhhO3nK2WwLJobUWmLIPtFIEPS .widget-text.counter-label { background-color:;background-image:none;color:#47545a;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.635625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:7.205rem;height:2.16125rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.525625rem;font-weight:300;line-height:34.58px;text-align:center;text-align-last:center;text-transform:none;top:-4%;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NPuFJ9XhhO3nK2WwLJobUWmLIPtFIEPS { 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:67.5rem;left:25.375rem;z-index:15065; }
#NPuFJ9XhhO3nK2WwLJobUWmLIPtFIEPS #P78oQEHscTxLfHUqMudvZZCe8xlWUgrH { display:flex;position:relative;top:0rem;left:0rem; }
#NPuFJ9XhhO3nK2WwLJobUWmLIPtFIEPS #o0s6DNeTAVKZApgJ6XHzpIle6zVbqQp4 { width:auto; }
#NPuFJ9XhhO3nK2WwLJobUWmLIPtFIEPS #RlvT120a8UhNgKB23nodcbGMSGW10Ecv {  }
#NPuFJ9XhhO3nK2WwLJobUWmLIPtFIEPS #BcLM0RNSg7GTSDx5se5CDUvbbpgzxXl7 { display:flex;position:relative;top:0rem;left:0rem; }
#NPuFJ9XhhO3nK2WwLJobUWmLIPtFIEPS #dkUee5mR10aJ0FWwZ3DG3IoB1cJ6EUpa {  }
#NPuFJ9XhhO3nK2WwLJobUWmLIPtFIEPS #Sh6HMTR20coU8pyn03nELBcb5xqdSuei {  }
#NPuFJ9XhhO3nK2WwLJobUWmLIPtFIEPS #HD8ySyp8S9QaqVTHnFyTTMfg03g3dLWg { display:flex;position:relative;top:0rem;left:0rem; }
#NPuFJ9XhhO3nK2WwLJobUWmLIPtFIEPS #rdi0GmtHdiep5In4rwi4UZD1Eg3WXtrs {  }
#NPuFJ9XhhO3nK2WwLJobUWmLIPtFIEPS #KpWPKCIt1WZwZ6AvgqlFHKf3bzFwhMrM {  }
#NPuFJ9XhhO3nK2WwLJobUWmLIPtFIEPS #l3M6tCmKoF5PSrLTVuec16cDOJAC3vCT { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#NPuFJ9XhhO3nK2WwLJobUWmLIPtFIEPS #xhCl8UI97hPeV6yCk8KdTgTPaXrMK3B9 {  }
#NPuFJ9XhhO3nK2WwLJobUWmLIPtFIEPS #nMmahacNBpJQVxUSSkZeJ7Rfzz2XTvkN {  }
#gnTAJZkxCy202Ud0T4TABu7Gp6sxEu64 { display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:62.625rem;left:0rem;height:2.65625rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vUzdoabtmAvgObdd3Bzf3J4Zs2dHdSvW { display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15023;line-height:1.7;letter-spacing:0;top:3.9358377456665rem;left:0rem;height:5.3125rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FRSncIemvzTZIXlZQhQcySSk3dtPn2uW { position:relative;display:none; }#FRSncIemvzTZIXlZQhQcySSk3dtPn2uW { border-width: 0; border-radius: 0; }#FRSncIemvzTZIXlZQhQcySSk3dtPn2uW > .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; }#FRSncIemvzTZIXlZQhQcySSk3dtPn2uW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),0.1);background-image:none;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:32.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; }#HAaKa83Os8X0b1gvvauTzzI6FTVgeG4P { display:block;width:68.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:7rem;left:3.125rem;height:4.21875rem;text-align:center;text-align-last:center;color:#0d94a6;font-style:normal;display:block; }
#syKMKIRvTKtown2g1soF6QzEzgJq4XEc { display:block;width:68.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:12.812465667724rem;left:6.25rem;height:14.4375rem;color:#47545a;text-align:left;text-align-last:left;font-style:normal;display:block; }
#U69ZI9nFI2GNITu7ABmQBBzivncKlthS { display:block;width:68.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:5.15625rem;left:3.125rem;height:3.25rem;text-align:center;text-align-last:center;color:#0d94a6;font-style:normal;display:none; }
#yT7kThU5aUVtGNkUPH0QLIiRsuQOItec { display:block;width:62.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:3.75rem;left:8.0625rem;height:3.28125rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E9qXTVr4qoLRu9JTiyaucwGGi3sA8VXu { position:relative;display:none; }#E9qXTVr4qoLRu9JTiyaucwGGi3sA8VXu { border-width: 0; border-radius: 0; }#E9qXTVr4qoLRu9JTiyaucwGGi3sA8VXu > .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; }#E9qXTVr4qoLRu9JTiyaucwGGi3sA8VXu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),0.1);background-image:none;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:36.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#zB4vI91casGTTXxsLHQCiRkbaUxxDZwX { display:block;width:68.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:6.936195373535rem;left:3.125rem;height:4.21875rem;text-align:center;text-align-last:center;color:#0d94a6;font-style:normal;display:block; }
#bS4L28qieUNPF0sTZhoHfMdNRtnwC7dL { display:block;width:68.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:13.391492947936rem;left:6.25rem;height:14.4375rem;color:#47545a;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uE9JWa0Kc9bECa1AOkraSdiobTO6KTUp { display:block;width:68.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:5.15625rem;left:3.125rem;height:3.25rem;text-align:center;text-align-last:center;color:#0d94a6;font-style:normal;display:none; }
#VftAmZHCsq5Cv6PoEkoDuCvgArdCDdUM { display:block;width:62.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:3.7291641235351rem;left:6.25rem;height:3.28125rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:block; }
#omsybxeQR84MVAFNRPE5SCxPQiy5TJc6 { background-color:rgba(75,174,22,0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:31.604193791747rem;left:28.75rem;display:block; }
#wIAoidcWf41HzVIn4hWah7Grc5D0TkNy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TECobPIRfafHEyc0DQFqsyT0t9JvstMe { position:relative;display:none; }#TECobPIRfafHEyc0DQFqsyT0t9JvstMe { border-width: 0; border-radius: 0; }#TECobPIRfafHEyc0DQFqsyT0t9JvstMe > .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; }#TECobPIRfafHEyc0DQFqsyT0t9JvstMe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),0.1);background-image:none;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:39.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; }#rxXvI32WE5KTXkzA4ExTs73WKITRZP9v { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:13.747406005859rem;left:2rem;overflow:hidden;display:block; }
#sNNh2XyUXDr4LGodC4q8W1LDhiBeS68H { display:block;width:51.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:10.31120300293rem;left:23.25rem;height:26.25rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZyAugF19nc6lvVXqGkxC4e2PWeKFHZS9 { display:block;width:51.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:3.75rem;left:23.25rem;height:24.5rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:none; }
#JK5bvZMrdIroAG7rWXA5VzWvIw5W6Kyi { display:block;width:68.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:3.75rem;left:3.125rem;height:4.21875rem;text-align:center;text-align-last:center;color:#0d94a6;font-style:normal;display:block; }
#kbMplEdtFW0iJ46OXrxFLNhn4rOnO0is { position:relative;display:none; }#kbMplEdtFW0iJ46OXrxFLNhn4rOnO0is { border-width: 0; border-radius: 0; }#kbMplEdtFW0iJ46OXrxFLNhn4rOnO0is > .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; }#kbMplEdtFW0iJ46OXrxFLNhn4rOnO0is > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),0.1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#dJ9M56Laf2q3C0HysZLvdbuuITy8NbEp { 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:15.625rem;width:15.625rem;top:1.50927734375rem;left:1.53125rem;overflow:hidden;display:block; }
#kqMxtwtaFsFUyzAWmHqsrwBAColJRkLJ { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:15.625rem;top:1.50927734375rem;left:20.28125rem;overflow:hidden;display:block; }
#MkhK7HIt1FzKu3qlGsnmiEB6gMcbSgeR { 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:15.625rem;width:15.625rem;top:1.50927734375rem;left:39.03125rem;overflow:hidden;display:block; }
#W2M8LqKO1RpFxrhWkT2TZa4wOu1KwCUU { 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:15.625rem;width:15.625rem;top:1.50927734375rem;left:57.78125rem;overflow:hidden;display:block; }
#vVJidZtlL3L7hVVbAxH5KtmsiUvDe1Km { position:relative;display:none; }#vVJidZtlL3L7hVVbAxH5KtmsiUvDe1Km { border-width: 0; border-radius: 0; }#vVJidZtlL3L7hVVbAxH5KtmsiUvDe1Km > .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; }#vVJidZtlL3L7hVVbAxH5KtmsiUvDe1Km > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fbf6f2;background-image:none;font-size:0.875rem;font-family:arial;height:36.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; }#gRvXvOzgXsOrAkJM83zNwxET7l3B5szp .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; }
#gRvXvOzgXsOrAkJM83zNwxET7l3B5szp .widget-text.counter-number { border-top:0.25rem solid #ba7291;border-left:0.25rem solid #ba7291;border-right:0.25rem solid #ba7291;border-bottom:0.25rem solid #ba7291;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-1),1);padding-top:1.016875rem;padding-right:0.900625rem;padding-bottom:1.016875rem;padding-left:0.900625rem;display:block;align-items:center;width:5.40375rem;min-width:5.40375rem;height:5.466875rem;position:relative;font-family:var(--headlines-font-family);font-size:4.068125rem;font-weight:400;line-height:87.47px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gRvXvOzgXsOrAkJM83zNwxET7l3B5szp .widget-text.counter-label { background-color:;background-image:none;color:#47545a;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.635625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:7.205rem;height:2.16125rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.525625rem;font-weight:300;line-height:34.58px;text-align:center;text-align-last:center;text-transform:none;top:-4%;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#gRvXvOzgXsOrAkJM83zNwxET7l3B5szp { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:26.125rem;height:10.7975rem;padding-top:0.126875rem;padding-right:0.12875rem;padding-bottom:0.126875rem;padding-left:0.12875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:20.812404632568rem;left:24.307292938233rem;z-index:15067; }
#gRvXvOzgXsOrAkJM83zNwxET7l3B5szp #qFzF6Wnh48J5wzNiApT5DsfNZ3ZC3v2z { display:flex;position:relative;top:0rem;left:0rem; }
#gRvXvOzgXsOrAkJM83zNwxET7l3B5szp #eeeHZHX3h3uN66dsQEQXlHACLdWzt6Jl { width:auto; }
#gRvXvOzgXsOrAkJM83zNwxET7l3B5szp #xpVSsv83uX2lV01uofNNVBIVGHGaa5P2 {  }
#gRvXvOzgXsOrAkJM83zNwxET7l3B5szp #IWRgK9v2SIhmU3kzDtAzv1V6aEVs2cyl { display:flex;position:relative;top:0rem;left:0rem; }
#gRvXvOzgXsOrAkJM83zNwxET7l3B5szp #SkU4QV4Z1hltO0CeRgp2d4ahVJ0ulN65 {  }
#gRvXvOzgXsOrAkJM83zNwxET7l3B5szp #vwopU4Bo9DPXKkdz0rWmJvThoVccGXE0 {  }
#gRvXvOzgXsOrAkJM83zNwxET7l3B5szp #RtR41iSzkeQQetn0P8IfRkkm1osPwaql { display:flex;position:relative;top:0rem;left:0rem; }
#gRvXvOzgXsOrAkJM83zNwxET7l3B5szp #lbme3dSRJR6VmMXRfTt5TflTU1px89BO {  }
#gRvXvOzgXsOrAkJM83zNwxET7l3B5szp #fiZImrOgDQINXIM9LqzuKta1gZ6w8CVC {  }
#gRvXvOzgXsOrAkJM83zNwxET7l3B5szp #ySUUbqeBxZePUyuAVDy8gciIgwgHWAaH { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#gRvXvOzgXsOrAkJM83zNwxET7l3B5szp #Z60NwJ3EWXSBGCLdL2rFol0CUcPP9rm5 {  }
#gRvXvOzgXsOrAkJM83zNwxET7l3B5szp #rwWqNBubX7132XdpLv8o175bteiA8rhN {  }
#ErpazHq6wa1RfgrWysM68htOJS9Ms4gI { display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:4.9375rem;left:0rem;height:7rem;color:rgba(var(--color-tertiary-1),1);text-align:center;text-align-last:center;font-style:normal;display:block; }
#GGIlsveL3NcQPiDtJrT2LNkipvEbsWy2 { display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15025;line-height:1.7;letter-spacing:0;top:16.249904632568rem;left:0rem;height:2.65625rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KGQWnMZkmlggDAfr5TmZDNiMkAidSWNp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbf6f2;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KGQWnMZkmlggDAfr5TmZDNiMkAidSWNp > .row .container { background-color: transparent; background-image: none; }#KGQWnMZkmlggDAfr5TmZDNiMkAidSWNp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KGQWnMZkmlggDAfr5TmZDNiMkAidSWNp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KGQWnMZkmlggDAfr5TmZDNiMkAidSWNp > .row .container > .video-iframe-container { display: none; }#KGQWnMZkmlggDAfr5TmZDNiMkAidSWNp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KGQWnMZkmlggDAfr5TmZDNiMkAidSWNp > .row > .video-iframe-container { display: none; }#KGQWnMZkmlggDAfr5TmZDNiMkAidSWNp > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KGQWnMZkmlggDAfr5TmZDNiMkAidSWNp > .row .container { border-width: 0; border-radius: 0; }#KGQWnMZkmlggDAfr5TmZDNiMkAidSWNp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KGQWnMZkmlggDAfr5TmZDNiMkAidSWNp > .row .container { font-size:0.875rem;font-family:arial;height:21.4375rem;width:75rem;position:relative;display:block; }#dAuFZetZTDSncTtfH2HrrusrEwkQuFGu { border-bottom:0;border-left:0;border-right:0;border-top:0;height:6.1875rem;width:6.1875rem;position:absolute;display:block;z-index:15021;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:7.5rem;left:34.3759765625rem;overflow:hidden;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #auHglWQXvMUk717Nm9zrRmvwIu65Gqwu { display:block; }#auHglWQXvMUk717Nm9zrRmvwIu65Gqwu > .row .container { width:47.75rem;height:38.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #KBJtPnwOLA00b158hsR9FXTkS9s0CUhe { top:3.810937166214rem;left:5.0261715054512rem;width:18.75rem;height:6.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ghNXnIHTbeyutziIwQOupEzd65cpnts5 { top:17.497264862061rem;left:2.2136717438698rem;width:20.625rem;height:0;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #WlxuQ36vD1WcoAK77tF3DLP59KnzFTpd { width:4.3125rem;height:4.3125rem;top:10.823436737061rem;left:12.181639492512rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qghIXTk7kLHDuk1lrZIKzc2wiSlBaKDa { width:19.25rem;height:24.125rem;top:9.186327934265rem;left:27.198044598102rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RtVNgqqyoJkKu9m8RkNfhA6RpbbykoWM { top:15.323436737061rem;left:5.0261715054512rem;width:18.75rem;height:2.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QVacRBokud6vZKBdtFyv7S6ObrZleckJ { top:30.76953125rem;left:5.0260419845581rem;width:18.75rem;height:3.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xDN8GPAKP9rfFbbr3Exe0dOILwlTbfPr { display:block; }
 }@media only screen and (max-width: 1199px) { #wpg9DHi2U91Z3tcNM6eOeIin3LBboA08 { top:36.5rem;left:0rem;width:18.75rem;height:7.625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #faUFTgd8CQswQ1xqXf9KLuduIavbEkXb { top:18.183982849121rem;left:2.5253904461861rem;width:23.75rem;height:7.225rem;font-size:1.0625rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 1199px) { #ivgxhedKrxs8TPaqUoXfLwmHNwIHFNNn { top:26.49609375rem;left:5.0260419845581rem;width:18.75rem;height:1.80625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dg7LgmDfpmqFSc4WbD0zZNRUO3i1cEJ5 { display:none; }#dg7LgmDfpmqFSc4WbD0zZNRUO3i1cEJ5 > .row .container { width:47.75rem;height:40.625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #GTPaUCCgWdgMG1VNkwlfiyuDSCFtf3fU { top:3.810937166214rem;left:5.0261715054512rem;width:18.75rem;height:6.1rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cqgTW5oLSnwqXLZhbBaL6SgKzWu0ul0D { top:17.497264862061rem;left:2.2136717438698rem;width:20.625rem;height:0;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #VXDPqfTXp3CaSMb4DNzt9VzgCeuFbGqT { width:4.37460625rem;height:4.5rem;top:10.823436737061rem;left:12.181639492512rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h3Q0CACztTRuRduOCHtHmtnheQ771l1A { width:19.3125rem;height:25rem;top:9.186327934265rem;left:27.198044598102rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RKT7RcIUrnPvfSqPkZyapmLpXSlTPG29 { top:1.25rem;left:1.2492186427116rem;width:45.249625rem;height:39.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Vcfv8Rc0OFwX7ee0SiqtgfmRyF3IabBI { top:15.323436737061rem;left:5.0261715054512rem;width:18.75rem;height:2.15rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ihv4U4XWODgUEmNafQb74x3AGACcRudn { top:34.495311737061rem;left:5.0261715054512rem;width:18.75rem;height:3.50116875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EubneDc4rZRWeCpfzlT79fkiVVAMTtIE { display:block; }
 }@media only screen and (max-width: 1199px) { #iCz41hEKck77DuUyqGoFi1EutDFctNSh { top:36.5rem;left:0rem;width:18.75rem;height:13.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ZbsGnbOOnozTJPAWtG6w3QoqkCMr42k9 { top:18.183982849121rem;left:2.5253904461861rem;width:23.75rem;height:10.8rem;font-size:1.0625rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 1199px) { #yHLvh82JdVBr0Cmzd8909Qp42v2OrW4n { top:29.872262954712rem;left:5.0261715054512rem;width:18.75rem;height:1.8rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HswUq8QTq8NMVwWbcrz5fsIWQKMJ7HUK { display:block; }#HswUq8QTq8NMVwWbcrz5fsIWQKMJ7HUK > .row .container { width:47.75rem;height:10.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #fm9OB8OeSSRpF0THHNwWiuWzS4CT6zwG { top:2.6250019073486rem;left:3.7792966961861rem;width:40.1875rem;height:7.96875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iEUw5KzKssEci5F0ZnWR6iaO6sstHnXL { top:7.5625rem;left:0rem;width:18.0625rem;height:40.9375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #vAV8UEq5WAgOqrxwqzzqegIEMZFdFVen { display:block; }#vAV8UEq5WAgOqrxwqzzqegIEMZFdFVen > .row .container { width:47.75rem;height:22.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #r0byVomwPqBPUHI8hWikvNWvoLAV24Pa { top:0.0625rem;left:0rem;width:47.75rem;height:20.825rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UJfJ3deLPrtRwN4tq4VUM4zUuLhPT1GF { display:block; }#UJfJ3deLPrtRwN4tq4VUM4zUuLhPT1GF > .row .container { width:47.75rem;height:21.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #XwKXoXZ8KzfNvFNTCZDToTWz9bbf6t4B { width:31.25rem;height:20.25rem;top:0.0625rem;left:8.2488277554513rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F3eZBgH78PRvAlCBLPnDBJsZBTvtJ97y { display:block; }#F3eZBgH78PRvAlCBLPnDBJsZBTvtJ97y > .row .container { width:47.75rem;height:7.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Rw8LoPCMiF7AxeZOqusJyioIkifMrlRA { top:2.625rem;left:3.7792966961861rem;width:40.1875rem;height:5.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CdTIW20vCG0pw7tzEEaqJWAUwa3QpsrA { top:1.25rem;left:0rem;width:18.0625rem;height:5.25rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #t8DmBCCv4zlsZs967h6SmJF0EgEdpm33 { display:block; }#t8DmBCCv4zlsZs967h6SmJF0EgEdpm33 > .row .container { width:47.75rem;height:18.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #L2lyAsWCJC583zTWvbVGLmIz5fhNkslD { top:9.3294372558594rem;left:0.45833337306976rem;width:15rem;height:2.975rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EzkLX1hSERmMA91e7fJmrXmKEu27iMDU { top:9.3714828491213rem;left:16.373436748981rem;width:15rem;height:5.95rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hFEbbmXmI8KLgLDfb96os2ZnfwNHAd8J { top:9.3714828491213rem;left:32.289841473102rem;width:15rem;height:4.4625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W7W3Q8XGZn4nEo7xOVPxIWV0PuLcODzN { width:9.375rem;height:9.375rem;top:0rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yMawoUvkAvLzUrPxasBOddgiJcT0U6m3 { width:9.375rem;height:9.375rem;top:0rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cwMLVkD870ldmcqGe0QyRuKLKd0zVsTi { width:9.375rem;height:9.375rem;top:0rem;left:35rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OwMErV9GCU27aGP3HcQVOwIixl04KpoX { top:9.3714828491213rem;left:32.289841473102rem;width:15rem;height:4.5rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #zLqUqJ9WeTyunJJDNedAOMQycCbTWpDR { top:9.3714828491213rem;left:16.373436748981rem;width:15rem;height:6rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #cORgbhzh6JNvmsQxHr5LuBfsU3cirKMF { display:block; }#cORgbhzh6JNvmsQxHr5LuBfsU3cirKMF > .row .container { width:47.75rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #eLCLrQK93pAqRTZK2mPf6eOPZOeZ1gHq { top:9.625rem;left:0rem;width:14.6875rem;height:4.4625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IRdkg8bOtaCcpdBVhAUgVrbNi1Eka1Ek { top:9.6028747558594rem;left:15.916667938233rem;width:15rem;height:5.95rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BQrJKyiGirKhzPusTKJOCLPeGqxqXIkx { top:9.3841247558594rem;left:32.291667938233rem;width:15rem;height:5.95rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vvwNJetTiR4IC5dM4vNMDdzbwUiIyTD0 { width:9.375rem;height:9.375rem;top:0rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AoC6ZXw3ioAWT3h32aba0ZZxvJ3AWk5p { width:9.375rem;height:9.375rem;top:0rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uc0FEGRq3knaKpGvg9axzQVCum6XF462 { width:9.375rem;height:9.375rem;top:0rem;left:35rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a9yJwWEP8ZZsmc2fAOAerJTtKAeoCSNt { top:9.6028747558594rem;left:15.916667938233rem;width:15rem;height:6rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #yymEGUge8xDAAXGRReMvTAT9VvZfzXtT { display:block; }#yymEGUge8xDAAXGRReMvTAT9VvZfzXtT > .row .container { width:47.75rem;height:7.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #y6dFXNvsVv2kttARniIpP7TqpUtnx5is { top:2.3742218017578rem;left:3.7792966961861rem;width:40.1875rem;height:5.25rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #OsqhzbWcZCMKTX7cimURFKiE4l4UUvUM { width:18.725rem;height:3.32421875rem;top:51.870700836182rem;left:14.498436748981rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #T2oX4DmwQLTd4ZrBVB2Q83IT2nzrXxs9 { display:block; }
 }@media only screen and (max-width: 1199px) { #SabiPwXoLESaF2iC2SwKEuuS4eIl83Xq { top:1.0625rem;left:0rem;width:19.9375rem;height:2.125rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #XiXmgh6Jv3EaULW5DaOE6RclMTAUCwHE { top:2.625rem;left:3.7792966961861rem;width:40.187125rem;height:5.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EhtD1uzR2bcx2qdseAnSV6pH4qei38Ow { display:block; }#EhtD1uzR2bcx2qdseAnSV6pH4qei38Ow > .row .container { width:47.75rem;height:60.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #JreLxJZpntxM6L370ExoTn5ZvTDhOlNC { top:1.435546875rem;left:2.6871092915535rem;width:37.5rem;height:56.4875rem;font-size:1.125rem;line-height:1.3;display:block; }#JreLxJZpntxM6L370ExoTn5ZvTDhOlNC li:before{  }
 }@media only screen and (max-width: 1199px) { #SkwE5JT5gc3bhnTHbxbykOVgE3BHNwzS { width:18.75rem;height:22.9375rem;top:17.63932800293rem;left:26.697917938233rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NC0yqHd5ScixxkRrifiDxmT8TnQKl90o { display:none; }#NC0yqHd5ScixxkRrifiDxmT8TnQKl90o > .row .container { width:47.75rem;height:7.625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #Uf5KCtV80btSCAfz1OtrbIdXDSqTh1SS { top:2.3742218017578rem;left:3.7792966961861rem;width:40.1875rem;height:5.25rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #VN80gCsS6sxLr5DSa2cArbgoNhBptEHJ { width:18.725rem;height:3.32421875rem;top:51.870700836182rem;left:14.498436748981rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #SwVVKPtu8DslKW7qPPeLorHQF5VBovfq { display:block; }
 }@media only screen and (max-width: 1199px) { #HCJKcmk5dSXQKd6wRHAXVdvkH3emWFGm { top:1.0625rem;left:0rem;width:19.9375rem;height:2.125rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #wTGfgG65f6Z2vsTxTokhi79JSIcZdoTm { top:2.625rem;left:3.7792966961861rem;width:40.187125rem;height:5.3333335rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VvNKsx2nzvJqdUgql7742r9iicXyy5gS { display:none; }#VvNKsx2nzvJqdUgql7742r9iicXyy5gS > .row .container { width:47.75rem;height:82.625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #LW3xJoiFnPoRThVOtxbTrUggNZhQGFgA { top:1.4351574182511rem;left:0.56171870231628rem;width:21.4375rem;height:84.1875rem;font-size:1.125rem;display:block; }#LW3xJoiFnPoRThVOtxbTrUggNZhQGFgA li:before{  }
 }@media only screen and (max-width: 1199px) { #HyuhyEn5wPy8S2EnvA9tlLxgU5M26Mvp { top:1.4351574182511rem;left:24.500000357628rem;width:23.25rem;height:75.166664125rem;font-size:1.125rem;display:block; }#HyuhyEn5wPy8S2EnvA9tlLxgU5M26Mvp li:before{  }
 }@media only screen and (max-width: 1199px) { #nudfHthTIMcGqdkTQK7H3FVVUR4NxHm0 { display:block; }#nudfHthTIMcGqdkTQK7H3FVVUR4NxHm0 > .row .container { width:47.75rem;height:7.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #F0RzPEwZAkthxJfHa5Gp4H09mAp2aAyN { top:2.3125rem;left:3.7792966961861rem;width:40.187125rem;height:5.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QAM41l3vSONNglQBTylerrhGvCfN6WtG { top:1.1875rem;left:0rem;width:19.9375rem;height:2.625rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #M1MG6PIlSXQGK11dg7A76D4LxO2ZtwAa { display:block; }#M1MG6PIlSXQGK11dg7A76D4LxO2ZtwAa > .row .container { width:47.75rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #BdmRCaEq83q9SVpJRP7fyTOdnXnKULIT { width:10rem;height:13.3125rem;top:0.99843788146975rem;left:0.96679681539537rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZA3DKk4sedszuAf9sVXGE0NcTJHCTvRX { width:9.375rem;height:13.3125rem;top:0.99726486206056rem;left:12.873045742512rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nPz34ZwwmSB5mGzcMC57ycUkMt2iv8fP { width:10rem;height:13.3125rem;top:0.99726486206056rem;left:24.810936748981rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BupZq5fyf6Vwgt3ca4fzDHKxKH4iqHTU { width:9.375rem;height:13.3125rem;top:1.0277347564698rem;left:36.747654736042rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qdnuIyoPDNUlexzpQOOviT5kNsPrX9ul { display:block; }#qdnuIyoPDNUlexzpQOOviT5kNsPrX9ul > .row .container { width:47.75rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #gfl8ErwsoPVqJpqMx3IIuGffKdta1nzo { width:31.25rem;height:20.1875rem;top:0.0625rem;left:8.2488277554513rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PbtFtyit6f0zVJGHXMibM9A95TMhXIls { display:none; }#PbtFtyit6f0zVJGHXMibM9A95TMhXIls > .row .container { width:47.75rem;height:10.3125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #V7Ngc0x6E2PoHiUL4zK8EzKL56FuXRaH { top:2.4363269805908rem;left:3.7792966961861rem;width:40.1875rem;height:5.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xZBpSr0egUf8GVqlydLlMVTiPqbh8fLy { display:none; }#xZBpSr0egUf8GVqlydLlMVTiPqbh8fLy > .row .container { width:47.75rem;height:26.8125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #ErU7DNy5isxI7NB7kvo3EN1n6G8I1feC { top:5.8437423706055rem;left:21.249999344349rem;width:25rem;height:11.9rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ki6xq1Lsyxrmt9HgWcQ3lheZva8lE96Z { width:18.75rem;height:24.9375rem;top:0.6874923706055rem;left:1.8750000596046rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fL5O4P3O3HMMxz9uJFS8DKMTa7cmM4E9 { display:block; }#fL5O4P3O3HMMxz9uJFS8DKMTa7cmM4E9 > .row .container { width:47.75rem;height:8.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #QBqUTQPuDiVwgwyp0RGc50sxGbH851cO { top:2.4363269805908rem;left:3.7792966961861rem;width:40.1875rem;height:5.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xWMLEFctMmAPJ1EyISVNpoJZV4NoU5fK { top:1.3125rem;left:0rem;width:19.9375rem;height:2.125rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #oSMmTPt0mPeMaTbhCmw1Zd0KMqVxcqLw { display:block; }#oSMmTPt0mPeMaTbhCmw1Zd0KMqVxcqLw { background-color: transparent; background-image: none; }#oSMmTPt0mPeMaTbhCmw1Zd0KMqVxcqLw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oSMmTPt0mPeMaTbhCmw1Zd0KMqVxcqLw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oSMmTPt0mPeMaTbhCmw1Zd0KMqVxcqLw > .row .container > .video-iframe-container { display: none; }#oSMmTPt0mPeMaTbhCmw1Zd0KMqVxcqLw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oSMmTPt0mPeMaTbhCmw1Zd0KMqVxcqLw > .row > .video-iframe-container { display: none; }#oSMmTPt0mPeMaTbhCmw1Zd0KMqVxcqLw > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oSMmTPt0mPeMaTbhCmw1Zd0KMqVxcqLw > .row .container { width:47.75rem;background-color:rgba(251,246,242,0.75);background-image:none;height:18.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #gR2wpRcqxqWxXPAVXKLVH9sT8oK21c8J { width:16.25rem;height:16.25rem;top:1.2796821594238rem;left:15.748827755451rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kTdygqv00cdE7km2P8HqfeUtBQaQp7WF { top:0.0625rem;left:1.2492186427116rem;width:45.249625rem;height:18.75rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 1199px) { #TaqlHohlfCXRNsxaTCEQA6hwfDRtup1P { display:block; }#TaqlHohlfCXRNsxaTCEQA6hwfDRtup1P > .row .container { width:47.75rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ohSpuFMMqwa03sDCHWaswzyVOey6sfTo { top:2.3402309417724rem;left:1.9980466961861rem;width:43.75rem;height:23.8rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MKhqLGVFkzTCkQdZZzSop7fxcoeTmbKJ { display:none; }#MKhqLGVFkzTCkQdZZzSop7fxcoeTmbKJ > .row .container { width:47.75rem;height:12.0625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #TouWsXnUe1RPVHixJd62BmgGAgm04fqT { top:7.5rem;left:3.7792966961861rem;width:40.187125rem;height:5.3333335rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Zum5lh7bCNp6CPcaqTKAWhJaTpgxINQZ { top:1.875rem;left:0rem;width:19.9375rem;height:4.3125rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #GKrWlyJhTe3xLW13gHURawbyS5hUnAPq { display:none; }#GKrWlyJhTe3xLW13gHURawbyS5hUnAPq > .row .container { width:47.75rem;height:45.3125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #WCTSzqBJPNFkTAeCtQxBS9Or3bVMahlD { width:18.75rem;height:12rem;top:2.5558471679688rem;left:3.2589841485024rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tf9wVULMFM2ESc5Nbp9IcLozma7NUaL9 { width:18.75rem;height:12.1241875rem;top:29.375408841297rem;left:24.227341473102rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sGtboucG5gDmN7GeT35aCaQszwrcLGHl { width:18.75rem;height:12.1241875rem;top:29.377752495929rem;left:3.2589841485024rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yRce3OLJw9EzJwrSqJV2diSfZUkoFwMx { width:18.75rem;height:12.1241875rem;top:15.796879960224rem;left:24.227341473102rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LVQsCTSgr55BJETbQlPB7ZTW0osOpxQb { width:18.75rem;height:12.1241875rem;top:15.799222184345rem;left:3.2589841485024rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D0LwmzdVu2euhPERBMR9h0KcuuCaFZGc { width:18.624625rem;height:12.1241875rem;top:2.4925781022758rem;left:24.258982479572rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mA2FbtfTzqi69mfqu1uEbmL0KJXqXklV { display:block; }#mA2FbtfTzqi69mfqu1uEbmL0KJXqXklV > .row .container { width:47.75rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #t8hurLdL3D9K83wMF75LCMnHDQgpl5Go { top:2.3125rem;left:3.8109372258186rem;width:40.125rem;height:2.65625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hO8I5gaPpgw38Rt5oHy2iCeiMmowDmsu { top:1.3125rem;left:0rem;width:18.125rem;height:2.125rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #MBqFdo7MWT8ucnMKNToaPizsJg5wqUcK { display:block; }#MBqFdo7MWT8ucnMKNToaPizsJg5wqUcK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #vstE26oyeVbqkmtiQ9m8UJJ3zD1Ci6Mo { top:11.248836517334rem;left:0.94570308923719rem;width:28.125rem;height:2.1875rem;font-size:1.5625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #SIeFRto2pNWwmXXEKU6mQyhqDS0rxIgr { width:18.75rem;height:3.18828125rem;top:15.253131866455rem;left:5.6355465054512rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ctnPuC9sqMJIE6uQcbKA4mlpDIw7gNT3 { display:block; }
 }@media only screen and (max-width: 1199px) { #USceTHiPBa4or0znmWtbaFiFN8gXhhT0 { width:18.5625rem;height:23.25rem;top:2.4375076293945rem;left:28.123825848102rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nVWT32I5TygLyhd1xgWXMKzlJOiRhtBq { top:8.2473964691163rem;left:0.94444447755812rem;width:28.125rem;height:2.1875rem;font-size:1.5625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #TbCmhDHC48pqSRQxtsgBDz3DXuAwyoDr { display:none; }#TbCmhDHC48pqSRQxtsgBDz3DXuAwyoDr > .row .container { width:47.75rem;height:47.1875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #eSiJrD70hS0MpAfUisXJ0T6iAQcDs6mX { top:34.1875rem;left:2.6875rem;width:17.9375rem;height:2.1875rem;font-size:1.5625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #FKLBLen3EBES2GJJKDkPbMFRJsmxka4s { width:18.708333375rem;height:3.145833375rem;top:38.5625rem;left:2.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NMs7cCJ2nxm5PIXVxRMPpfJ29dbtuWOR { display:block; }
 }@media only screen and (max-width: 1199px) { #Zf63D5n4ebdtQ0PcVpz33zTu1xATkqKs { top:3.8255209922791rem;left:2.4357638955116rem;width:18.5rem;height:7rem;font-size:1.25rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #idX4ZCmpDOzrNBSAHcypb9ODNDyRKTaJ { top:34.999999046326rem;left:27.009549438953rem;width:18.1875rem;height:2.1875rem;font-size:1.5625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #RilifMSKtsn4dhbooF1VxnSKG7xMkQ3f { width:18.708333375rem;height:3.145833375rem;top:38.5625rem;left:26.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O7F0zHNovgb1JJiD7rcCJy4byWGT6qt9 { display:block; }
 }@media only screen and (max-width: 1199px) { #pzyTiKqDRDmqemg4TF58u5F268ZPz5VF { width:7.0625rem;height:8.8125rem;top:11.75rem;left:28rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 1199px) { #DJ6tXLZnQiwAfgJtA2nrw9F3CZp2T9mk { width:15.75rem;height:8.4375rem;top:13.8125rem;left:31.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QpvE8ZKscBZs98n1iaMpISW8rCT0P8nD { width:15.75rem;height:8.4375rem;top:15.031249523163rem;left:4.9592016339302rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VpGw6ihuuEgaQ46XMiGf17vbDBNTJ4Qx { width:7.0625rem;height:8.8125rem;top:11.908854961395rem;left:1.4357638955116rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 1199px) { #U9n1TtGLJllDHEZDa2aHT6TGDlk3Tnle { top:3.8255209922791rem;left:27.949652969838rem;width:18.5rem;height:7rem;font-size:1.25rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #U2JsbOU3TFvvKfG4QSUztqwI0x5hf7UW { width:17.375rem;height:10.5rem;top:20.5625rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ArBvIbTayIfmGwTpTtgI6umQSvyKVkTA { top:32.812499046326rem;left:27.062499344349rem;width:18.1875rem;height:2.1875rem;font-size:1.5625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #bfF4qwWJBpashqHh5Kag11Q7VapGd2IT { top:42.8125rem;left:27.0625rem;width:18.1875rem;height:1.75rem;font-size:1.25rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #OO5bTWuvU4otgTXhfSt24S5u0PAv4W9h { display:none; }#OO5bTWuvU4otgTXhfSt24S5u0PAv4W9h > .row .container { width:47.75rem;height:25.4375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #vn3Mc3S2FshTT1BwcRkx46uInzz8GTxp { top:13.8125rem;left:2.6875rem;width:17.9375rem;height:2.1875rem;font-size:1.5625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #HW09nMB44zG31D68zJkTD3evEaCfnrl0 { width:18.708333375rem;height:3.145833375rem;top:18.1875rem;left:2.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vSkNsER5NNJn136bKolsWqLLzpUssQEQ { display:block; }
 }@media only screen and (max-width: 1199px) { #HM1ibDfF5099bDlWthZ6zZEodP1eDs2G { top:2.8125rem;left:2.4375rem;width:18.5rem;height:7rem;font-size:1.25rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #NJ8cHkexDhud7Z3UIekiNeTJ6xi47UPC { width:10rem;height:12.5rem;top:3.5546743869781rem;left:24.749999344349rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 1199px) { #wKu7iS54OTvogAXd2e01U5VoVKCAT91g { width:18.75rem;height:10rem;top:9.90536904335rem;left:28.999131500721rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HEqqDdxfrJMlXrtJkMLGMmfOlBD4e6lO { display:none; }#HEqqDdxfrJMlXrtJkMLGMmfOlBD4e6lO > .row .container { width:47.75rem;height:10.8125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #vLEbAlNPrTZOHiKctdB1RWd8AFecr3t9 { width:33.125rem;height:3.4375rem;top:3.6875rem;left:7.3124998211863rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NmfSx38TAcNOZ72MWupElpz87Dm9Wfkk { display:block; }
 }@media only screen and (max-width: 1199px) { #Ih1D9sIGiZa3RVnTbkZTJbvPVMOmJNx0 { display:none; }#Ih1D9sIGiZa3RVnTbkZTJbvPVMOmJNx0 > .row .container { width:47.75rem;height:14.25rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #gGOOtyiUCrQxoSfvbcFbzRlz0LQGtmzS { width:47.75rem;height:4.6875rem;top:2.3116254806519rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HEmDsR9afp7dT1dci2S0RWCWOtDrgbb0 { width:47.75rem;height:4.6875rem;top:7.9678819179537rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KiaGiwSSZZENfoJdItqzenKI9pbEQt9O { display:none; }#KiaGiwSSZZENfoJdItqzenKI9pbEQt9O > .row .container { width:47.75rem;height:19.4375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #DFtBBwsQpiGRn3sEsBmCUC0O6uCRybtL { width:22.8125rem;height:13.8125rem;top:2.8125rem;left:0.53038197755814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AXIwMGdxWnNva332vMTy4PiXlSiyoQLc { width:3.125rem;height:3.125rem;top:0.96875rem;left:23.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CSVTEWPIG2IuvbiFKTy9pBBRsZaBfmeR { width:3.125rem;height:3.125rem;top:5.3125rem;left:23.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uB4Lwf8PU5sp7Sz7OefEF9q6F37wAOW3 { width:19.4375rem;height:3.375rem;top:0.84375rem;left:27.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #XC9wTZrrycM5lpB4uOzTNxlrBKu6VIVL { width:17.0625rem;height:3.375rem;top:5.1875rem;left:27.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #KC7wbV1gyawOBcwBILHoKCUUEFCllEDO { width:3.125rem;height:3.125rem;top:9.75rem;left:23.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CokpkeviPgzIehoApROHXngXC2KhdJOi { width:18.5rem;height:3.375rem;top:9.625rem;left:27.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #D9ZupRf9wg4MBcqlGJgrbDuySxaltyBQ { width:3.125rem;height:3.125rem;top:13.78125rem;left:23.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k6eUfGzlHPPf8aQ2aucCIWmWn8baKmTD { width:19.6875rem;height:3.375rem;top:13.65625rem;left:28.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #akNDNDdB0V0IqWrraXmTnKrsTGm2STfV { display:none; }#akNDNDdB0V0IqWrraXmTnKrsTGm2STfV > .row .container { width:47.75rem;height:6.8125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #HAi2IMAuUZpZWhDdEn6LQTrUp3ylIvyg { width:39.6875rem;height:2.4375rem;top:2.467903137207rem;left:4.0312498211861rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ChZCwxEBRQc27HtEey3T9L5kkpEgXiwa { display:none; }#ChZCwxEBRQc27HtEey3T9L5kkpEgXiwa > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #NGyoqr9VtfpmHTMsUutCivmJEWGTakha { width:40.6875rem;height:16.0875rem;top:2.0494794845581rem;left:4.6562498211861rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ml0FccuZAzFXFZ4bUT1OmJcM9Kwa0LBV { width:12.5rem;height:1.3rem;top:6.6875rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VBZ4wWztl7TppacbPuR9Wv36flfiv0w5 { width:2.375rem;height:2.375rem;top:2rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EPJx1BV7teOqxa1mfvnwMivD3FyxMvMs { width:2.375rem;height:2.375rem;top:5rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TIlZyMp11v2fDaJQoISMtkK7rWPCW3gD { width:2.375rem;height:2.375rem;top:8.875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EM1bC0gMlK94IIGPIddmbWyvyLTwxPUk { width:2.375rem;height:2.375rem;top:12.375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hKI8JFVPrkxOkUisPn4DyCRGqunkWNrC { width:2.375rem;height:2.375rem;top:15.8125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zruObbQqacRHLNdLr8O0Zzri8LTAr5So { display:none; }#zruObbQqacRHLNdLr8O0Zzri8LTAr5So > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #LG8fq9XZbsI3WTRhsTBF521XeS09WE6D { width:30.875rem;height:2.84375rem;top:1.703125rem;left:8.4375002980231rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NRmzlyv2SqvzLTqd26g1Ii6NfIrqBIKi { display:none; }#NRmzlyv2SqvzLTqd26g1Ii6NfIrqBIKi > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #FgzCExxIp4Ciu0vTT0VJafFE7ODS4QVx { width:12.5rem;height:35.50625rem;top:4.65625rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UuBS3Gbi9uwFnLdhnsUkRDPk6NDxw4px { width:37.75rem;height:38.375rem;top:2.5625rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yq4ZmnLUuKneTUVG3bUEOrRy3g1vf09F { display:none; }#yq4ZmnLUuKneTUVG3bUEOrRy3g1vf09F > .row .container { width:47.75rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #JXwbnlxiV7dnCenzSE09009vCih7Pffe { width:43.748699188233rem;height:3.75rem;top:1.291748046875rem;left:2rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fZhp2yMNFaohhzNvyio2q9AxhDf92iHt { display:none; }#fZhp2yMNFaohhzNvyio2q9AxhDf92iHt > .row .container { width:47.75rem;height:61.5rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #rUZlTuaSxn5e9DoxTo2AUo5lDur4GfGm { width:43.75rem;height:2.8125rem;top:6.9921674728394rem;left:2.0000000596046rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VW7JnJCa9xnTuBgZvBan7ayDfzum8zdk { width:43.75rem;height:9.3333330154419rem;top:1.9609375rem;left:2rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #vNX9rPTSAL5os6Uh2GQvFwvmUnooldQN { width:43.75rem;height:9.3333330154419rem;top:1.9609375rem;left:2rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #lCTtS8EGvd4kNvOTTtFBQFaMncH9dpR2 { width:43.75rem;height:7.03125rem;top:10.625rem;left:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LSi0fzNhEiOWqUxup0MqHaHJTM3IZF7e { width:34.25rem;height:18.375rem;top:17.625rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QliITIuDXe0aka0gEey20o3onkpPMv9C { width:17.5rem;height:3.4375rem;top:55.25rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iKefUBwf0h4fRK4tOe17wUrzR0VGKFUC { display:block; }
 }@media only screen and (max-width: 1199px) { #NPuFJ9XhhO3nK2WwLJobUWmLIPtFIEPS .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; }
#NPuFJ9XhhO3nK2WwLJobUWmLIPtFIEPS .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 #ab91d9;border-left:0.1875rem solid #ab91d9;border-right:0.1875rem solid #ab91d9;border-bottom:0.1875rem solid #ab91d9; }
#NPuFJ9XhhO3nK2WwLJobUWmLIPtFIEPS .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; }
#NPuFJ9XhhO3nK2WwLJobUWmLIPtFIEPS { width:20.625rem;height:8.1925rem;display:flex;top:44.75rem;left:13.5625rem;z-index:15057;padding-top:0.19625rem;padding-right:0.2025rem;padding-bottom:0.19625rem;padding-left:0.2025rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 1199px) { #NPuFJ9XhhO3nK2WwLJobUWmLIPtFIEPS #P78oQEHscTxLfHUqMudvZZCe8xlWUgrH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #NPuFJ9XhhO3nK2WwLJobUWmLIPtFIEPS #o0s6DNeTAVKZApgJ6XHzpIle6zVbqQp4 {  }
 }@media only screen and (max-width: 1199px) { #NPuFJ9XhhO3nK2WwLJobUWmLIPtFIEPS #RlvT120a8UhNgKB23nodcbGMSGW10Ecv {  }
 }@media only screen and (max-width: 1199px) { #NPuFJ9XhhO3nK2WwLJobUWmLIPtFIEPS #BcLM0RNSg7GTSDx5se5CDUvbbpgzxXl7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #NPuFJ9XhhO3nK2WwLJobUWmLIPtFIEPS #dkUee5mR10aJ0FWwZ3DG3IoB1cJ6EUpa {  }
 }@media only screen and (max-width: 1199px) { #NPuFJ9XhhO3nK2WwLJobUWmLIPtFIEPS #Sh6HMTR20coU8pyn03nELBcb5xqdSuei {  }
 }@media only screen and (max-width: 1199px) { #NPuFJ9XhhO3nK2WwLJobUWmLIPtFIEPS #HD8ySyp8S9QaqVTHnFyTTMfg03g3dLWg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #NPuFJ9XhhO3nK2WwLJobUWmLIPtFIEPS #rdi0GmtHdiep5In4rwi4UZD1Eg3WXtrs {  }
 }@media only screen and (max-width: 1199px) { #NPuFJ9XhhO3nK2WwLJobUWmLIPtFIEPS #KpWPKCIt1WZwZ6AvgqlFHKf3bzFwhMrM {  }
 }@media only screen and (max-width: 1199px) { #NPuFJ9XhhO3nK2WwLJobUWmLIPtFIEPS #l3M6tCmKoF5PSrLTVuec16cDOJAC3vCT { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #NPuFJ9XhhO3nK2WwLJobUWmLIPtFIEPS #xhCl8UI97hPeV6yCk8KdTgTPaXrMK3B9 {  }
 }@media only screen and (max-width: 1199px) { #NPuFJ9XhhO3nK2WwLJobUWmLIPtFIEPS #nMmahacNBpJQVxUSSkZeJ7Rfzz2XTvkN {  }
 }@media only screen and (max-width: 1199px) { #gnTAJZkxCy202Ud0T4TABu7Gp6sxEu64 { width:41.68575rem;height:2.125rem;top:39.9375rem;left:4.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vUzdoabtmAvgObdd3Bzf3J4Zs2dHdSvW { width:41.684rem;height:4.25rem;top:1.9600496292114rem;left:3.0329862236977rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FRSncIemvzTZIXlZQhQcySSk3dtPn2uW { display:none; }#FRSncIemvzTZIXlZQhQcySSk3dtPn2uW > .row .container { width:47.75rem;height:26.625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #HAaKa83Os8X0b1gvvauTzzI6FTVgeG4P { width:43.75rem;height:2.34375rem;top:6rem;left:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #syKMKIRvTKtown2g1soF6QzEzgJq4XEc { width:37.5rem;height:13.5rem;top:9.2917079925538rem;left:5.1249998211861rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U69ZI9nFI2GNITu7ABmQBBzivncKlthS { width:43.75rem;height:2.3333332538605rem;top:3.8828125rem;left:2rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #yT7kThU5aUVtGNkUPH0QLIiRsuQOItec { width:37.5rem;height:2.34375rem;top:3.75rem;left:5.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E9qXTVr4qoLRu9JTiyaucwGGi3sA8VXu { display:none; }#E9qXTVr4qoLRu9JTiyaucwGGi3sA8VXu > .row .container { width:47.75rem;height:30.1875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #zB4vI91casGTTXxsLHQCiRkbaUxxDZwX { width:43.75rem;height:2.34375rem;top:6.061279296875rem;left:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bS4L28qieUNPF0sTZhoHfMdNRtnwC7dL { width:37.5rem;height:10.5rem;top:10.162321090698rem;left:5.1249998211861rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uE9JWa0Kc9bECa1AOkraSdiobTO6KTUp { width:43.75rem;height:2.3333332538605rem;top:1.875rem;left:1.9980466961861rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #VftAmZHCsq5Cv6PoEkoDuCvgArdCDdUM { width:37.5rem;height:2.34375rem;top:3.75rem;left:5.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #omsybxeQR84MVAFNRPE5SCxPQiy5TJc6 { width:17.5rem;height:3.4375rem;top:24.217876434326rem;left:15.125000298023rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wIAoidcWf41HzVIn4hWah7Grc5D0TkNy { display:block; }
 }@media only screen and (max-width: 1199px) { #TECobPIRfafHEyc0DQFqsyT0t9JvstMe { display:none; }#TECobPIRfafHEyc0DQFqsyT0t9JvstMe > .row .container { width:47.75rem;height:50.6875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #rxXvI32WE5KTXkzA4ExTs73WKITRZP9v { width:15.625rem;height:15.625rem;top:8.39453125rem;left:16.03125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sNNh2XyUXDr4LGodC4q8W1LDhiBeS68H { width:45.5rem;height:21rem;top:25.895835876465rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZyAugF19nc6lvVXqGkxC4e2PWeKFHZS9 { width:45.5rem;height:21rem;top:18.64599609375rem;left:1.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #JK5bvZMrdIroAG7rWXA5VzWvIw5W6Kyi { width:43.75rem;height:2.34375rem;top:3.75rem;left:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kbMplEdtFW0iJ46OXrxFLNhn4rOnO0is { display:none; }#kbMplEdtFW0iJ46OXrxFLNhn4rOnO0is > .row .container { width:47.75rem;height:15rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #dJ9M56Laf2q3C0HysZLvdbuuITy8NbEp { width:10rem;height:10rem;top:2.58349609375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kqMxtwtaFsFUyzAWmHqsrwBAColJRkLJ { width:10rem;height:10rem;top:2.541748046875rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MkhK7HIt1FzKu3qlGsnmiEB6gMcbSgeR { width:10rem;height:10rem;top:2.625rem;left:24.84375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W2M8LqKO1RpFxrhWkT2TZa4wOu1KwCUU { width:10rem;height:10rem;top:2.625rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vVJidZtlL3L7hVVbAxH5KtmsiUvDe1Km { display:none; }#vVJidZtlL3L7hVVbAxH5KtmsiUvDe1Km > .row .container { width:47.75rem;height:29rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #gRvXvOzgXsOrAkJM83zNwxET7l3B5szp .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; }
#gRvXvOzgXsOrAkJM83zNwxET7l3B5szp .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 #ba7291;border-left:0.1875rem solid #ba7291;border-right:0.1875rem solid #ba7291;border-bottom:0.1875rem solid #ba7291; }
#gRvXvOzgXsOrAkJM83zNwxET7l3B5szp .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; }
#gRvXvOzgXsOrAkJM83zNwxET7l3B5szp { width:20.625rem;height:8.1918125rem;display:flex;top:17.817708492279rem;left:13.358507454395rem;z-index:15057;padding-top:0.19625rem;padding-right:0.2025rem;padding-bottom:0.19625rem;padding-left:0.2025rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 1199px) { #gRvXvOzgXsOrAkJM83zNwxET7l3B5szp #qFzF6Wnh48J5wzNiApT5DsfNZ3ZC3v2z { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #gRvXvOzgXsOrAkJM83zNwxET7l3B5szp #eeeHZHX3h3uN66dsQEQXlHACLdWzt6Jl {  }
 }@media only screen and (max-width: 1199px) { #gRvXvOzgXsOrAkJM83zNwxET7l3B5szp #xpVSsv83uX2lV01uofNNVBIVGHGaa5P2 {  }
 }@media only screen and (max-width: 1199px) { #gRvXvOzgXsOrAkJM83zNwxET7l3B5szp #IWRgK9v2SIhmU3kzDtAzv1V6aEVs2cyl { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #gRvXvOzgXsOrAkJM83zNwxET7l3B5szp #SkU4QV4Z1hltO0CeRgp2d4ahVJ0ulN65 {  }
 }@media only screen and (max-width: 1199px) { #gRvXvOzgXsOrAkJM83zNwxET7l3B5szp #vwopU4Bo9DPXKkdz0rWmJvThoVccGXE0 {  }
 }@media only screen and (max-width: 1199px) { #gRvXvOzgXsOrAkJM83zNwxET7l3B5szp #RtR41iSzkeQQetn0P8IfRkkm1osPwaql { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #gRvXvOzgXsOrAkJM83zNwxET7l3B5szp #lbme3dSRJR6VmMXRfTt5TflTU1px89BO {  }
 }@media only screen and (max-width: 1199px) { #gRvXvOzgXsOrAkJM83zNwxET7l3B5szp #fiZImrOgDQINXIM9LqzuKta1gZ6w8CVC {  }
 }@media only screen and (max-width: 1199px) { #gRvXvOzgXsOrAkJM83zNwxET7l3B5szp #ySUUbqeBxZePUyuAVDy8gciIgwgHWAaH { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #gRvXvOzgXsOrAkJM83zNwxET7l3B5szp #Z60NwJ3EWXSBGCLdL2rFol0CUcPP9rm5 {  }
 }@media only screen and (max-width: 1199px) { #gRvXvOzgXsOrAkJM83zNwxET7l3B5szp #rwWqNBubX7132XdpLv8o175bteiA8rhN {  }
 }@media only screen and (max-width: 1199px) { #ErpazHq6wa1RfgrWysM68htOJS9Ms4gI { width:41.68575rem;height:5.25rem;top:3.650993347168rem;left:3.0303819775581rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GGIlsveL3NcQPiDtJrT2LNkipvEbsWy2 { width:41.68575rem;height:2.125rem;top:12.028645992279rem;left:3.0303819775581rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KGQWnMZkmlggDAfr5TmZDNiMkAidSWNp { display:block; }#KGQWnMZkmlggDAfr5TmZDNiMkAidSWNp > .row .container { width:47.75rem;height:12rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #dAuFZetZTDSncTtfH2HrrusrEwkQuFGu { width:4.3125rem;height:4.3125rem;top:3.75rem;left:21.686716854572rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #auHglWQXvMUk717Nm9zrRmvwIu65Gqwu { background-color:#7ab3ba;background-image:none;display:block; }#auHglWQXvMUk717Nm9zrRmvwIu65Gqwu > .row .container { background-color: transparent; background-image: none; }#auHglWQXvMUk717Nm9zrRmvwIu65Gqwu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#auHglWQXvMUk717Nm9zrRmvwIu65Gqwu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#auHglWQXvMUk717Nm9zrRmvwIu65Gqwu > .row .container > .video-iframe-container { display: none; }#auHglWQXvMUk717Nm9zrRmvwIu65Gqwu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#auHglWQXvMUk717Nm9zrRmvwIu65Gqwu > .row > .video-iframe-container { display: none; }#auHglWQXvMUk717Nm9zrRmvwIu65Gqwu > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#auHglWQXvMUk717Nm9zrRmvwIu65Gqwu > .row .container { width:20rem;height:56.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KBJtPnwOLA00b158hsR9FXTkS9s0CUhe { width:18.75rem;height:6.125rem;top:1.7355468273163rem;left:0.62226560711861rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ghNXnIHTbeyutziIwQOupEzd65cpnts5 { width:18.125rem;height:0;top:40.657028198243rem;left:1.7179687321186rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #WlxuQ36vD1WcoAK77tF3DLP59KnzFTpd { width:4.3125rem;height:4.3125rem;top:7.7355465888975rem;left:7.8105459511281rem;display:block; }
 }@media only screen and (max-width: 763px) { #qghIXTk7kLHDuk1lrZIKzc2wiSlBaKDa { width:15.5rem;height:19.4375rem;top:17.069530487061rem;left:2.1867187321186rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtVNgqqyoJkKu9m8RkNfhA6RpbbykoWM { width:18.75rem;height:2.625rem;top:12.172265052796rem;left:0.62226560711861rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QVacRBokud6vZKBdtFyv7S6ObrZleckJ { top:50.118492126465rem;left:3.8736982345581rem;width:12.25130175rem;height:3.25260425rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDN8GPAKP9rfFbbr3Exe0dOILwlTbfPr { display:block; }
 }@media only screen and (max-width: 763px) { #wpg9DHi2U91Z3tcNM6eOeIin3LBboA08 { width:18.75rem;height:7.65rem;top:37.694011688233rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #faUFTgd8CQswQ1xqXf9KLuduIavbEkXb { width:20rem;height:auto;top:18.125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ivgxhedKrxs8TPaqUoXfLwmHNwIHFNNn { width:18.75rem;height:1.80625rem;top:46.19140625rem;left:0.625rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15005;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #dg7LgmDfpmqFSc4WbD0zZNRUO3i1cEJ5 { background-color:rgba(122,179,186,0.75);background-image:none;display:none; }#dg7LgmDfpmqFSc4WbD0zZNRUO3i1cEJ5 > .row .container { width:20rem;height:58.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GTPaUCCgWdgMG1VNkwlfiyuDSCFtf3fU { width:18.75rem;height:6.1rem;top:1.7355468273163rem;left:0.62226560711861rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cqgTW5oLSnwqXLZhbBaL6SgKzWu0ul0D { width:18.125rem;height:0;top:40.657028198243rem;left:1.7179687321186rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #VXDPqfTXp3CaSMb4DNzt9VzgCeuFbGqT { width:4.37460625rem;height:4.43671875rem;top:7.7355465888975rem;left:7.8105459511281rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3Q0CACztTRuRduOCHtHmtnheQ771l1A { width:15.625rem;height:19.4375rem;top:17.069530487061rem;left:2.1867187321186rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKT7RcIUrnPvfSqPkZyapmLpXSlTPG29 { width:20rem;height:18.75rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vcfv8Rc0OFwX7ee0SiqtgfmRyF3IabBI { width:18.75rem;height:2.6rem;top:12.172265052796rem;left:0.62226560711861rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ihv4U4XWODgUEmNafQb74x3AGACcRudn { top:52.994527816772rem;left:3.8109374344349rem;width:12.2515625rem;height:3.25273125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EubneDc4rZRWeCpfzlT79fkiVVAMTtIE { display:block; }
 }@media only screen and (max-width: 763px) { #iCz41hEKck77DuUyqGoFi1EutDFctNSh { width:18.75rem;height:13.3rem;top:36.505077362061rem;left:0.62226560711861rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #ZbsGnbOOnozTJPAWtG6w3QoqkCMr42k9 { width:20rem;height:auto;top:17.3125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #yHLvh82JdVBr0Cmzd8909Qp42v2OrW4n { width:18.75rem;height:1.8rem;top:49.630075454712rem;left:0.62226560711861rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15005;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #HswUq8QTq8NMVwWbcrz5fsIWQKMJ7HUK { display:block; }#HswUq8QTq8NMVwWbcrz5fsIWQKMJ7HUK > .row .container { width:20rem;height:51.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fm9OB8OeSSRpF0THHNwWiuWzS4CT6zwG { width:18.75rem;height:6.375rem;top:2.3737030029297rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEUw5KzKssEci5F0ZnWR6iaO6sstHnXL { width:18.12369725rem;height:40.95rem;top:7.430992126465rem;left:0.9361979961395rem;font-size:1.125rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #vAV8UEq5WAgOqrxwqzzqegIEMZFdFVen { display:none; }#vAV8UEq5WAgOqrxwqzzqegIEMZFdFVen > .row .container { width:20rem;height:29.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #r0byVomwPqBPUHI8hWikvNWvoLAV24Pa { width:19.9991875rem;height:27.6rem;top:1.5609378814698rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJfJ3deLPrtRwN4tq4VUM4zUuLhPT1GF { display:block; }#UJfJ3deLPrtRwN4tq4VUM4zUuLhPT1GF > .row .container { width:20rem;height:13.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XwKXoXZ8KzfNvFNTCZDToTWz9bbf6t4B { width:19.9991875rem;height:12.999625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3eZBgH78PRvAlCBLPnDBJsZBTvtJ97y { display:block; }#F3eZBgH78PRvAlCBLPnDBJsZBTvtJ97y > .row .container { width:20rem;height:5.7476501464844rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rw8LoPCMiF7AxeZOqusJyioIkifMrlRA { width:18.125rem;height:0;top:1.25rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #CdTIW20vCG0pw7tzEEaqJWAUwa3QpsrA { width:18.75rem;height:4.375rem;top:1.3734359741211rem;left:0.62226560711861rem;font-size:1.5625rem;z-index:15004;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #t8DmBCCv4zlsZs967h6SmJF0EgEdpm33 { display:block; }#t8DmBCCv4zlsZs967h6SmJF0EgEdpm33 > .row .container { width:20rem;height:43.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L2lyAsWCJC583zTWvbVGLmIz5fhNkslD { width:18.125rem;height:1.4875rem;top:10.708343505859rem;left:0.90625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzkLX1hSERmMA91e7fJmrXmKEu27iMDU { width:18.125rem;height:0;top:38.645843505859rem;left:0.90625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hFEbbmXmI8KLgLDfb96os2ZnfwNHAd8J { width:18.125rem;height:0;top:23.184906005859rem;left:0.90625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #W7W3Q8XGZn4nEo7xOVPxIWV0PuLcODzN { width:9.375rem;height:9.375rem;top:1.25rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMawoUvkAvLzUrPxasBOddgiJcT0U6m3 { width:9.375rem;height:9.375rem;top:14.497406005859rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwMLVkD870ldmcqGe0QyRuKLKd0zVsTi { width:9.375rem;height:9.375rem;top:29.91667175293rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwMErV9GCU27aGP3HcQVOwIixl04KpoX { width:18.125rem;height:4.4625rem;top:22.997406005859rem;left:0.90625rem;font-size:1.0625rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #zLqUqJ9WeTyunJJDNedAOMQycCbTWpDR { width:18.125rem;height:4.4625rem;top:38.5625rem;left:0.90625rem;font-size:1.0625rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #cORgbhzh6JNvmsQxHr5LuBfsU3cirKMF { display:block; }#cORgbhzh6JNvmsQxHr5LuBfsU3cirKMF > .row .container { width:20rem;height:48.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eLCLrQK93pAqRTZK2mPf6eOPZOeZ1gHq { width:18.125rem;height:2.975rem;top:11.686218261719rem;left:0.90625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRdkg8bOtaCcpdBVhAUgVrbNi1Eka1Ek { width:18.125rem;height:0;top:41.880218505859rem;left:0.90625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BQrJKyiGirKhzPusTKJOCLPeGqxqXIkx { width:18.125rem;height:5.95rem;top:24.177093505859rem;left:0.90625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvwNJetTiR4IC5dM4vNMDdzbwUiIyTD0 { width:9.375rem;height:9.375rem;top:2.2903747558594rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoC6ZXw3ioAWT3h32aba0ZZxvJ3AWk5p { width:9.375rem;height:9.375rem;top:16.686218261719rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uc0FEGRq3knaKpGvg9axzQVCum6XF462 { width:9.375rem;height:9.375rem;top:32.484375rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9yJwWEP8ZZsmc2fAOAerJTtKAeoCSNt { width:20rem;height:4.4625rem;top:41.880218505859rem;left:-0.03125rem;font-size:1.0625rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #yymEGUge8xDAAXGRReMvTAT9VvZfzXtT { display:block; }#yymEGUge8xDAAXGRReMvTAT9VvZfzXtT > .row .container { width:20rem;height:9.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y6dFXNvsVv2kttARniIpP7TqpUtnx5is { width:20rem;height:0;top:1.875rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #OsqhzbWcZCMKTX7cimURFKiE4l4UUvUM { width:12.4741875rem;height:3.32421875rem;top:4.2843589782715rem;left:3.7488279640674rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2oX4DmwQLTd4ZrBVB2Q83IT2nzrXxs9 { display:block; }
 }@media only screen and (max-width: 763px) { #SabiPwXoLESaF2iC2SwKEuuS4eIl83Xq { width:19.9991875rem;height:2.1875rem;top:1.1249952316284rem;left:0rem;font-size:1.5625rem;z-index:15004;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #XiXmgh6Jv3EaULW5DaOE6RclMTAUCwHE { width:20rem;height:auto;top:3.875rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #EhtD1uzR2bcx2qdseAnSV6pH4qei38Ow { display:block; }#EhtD1uzR2bcx2qdseAnSV6pH4qei38Ow { background-color: transparent; background-image: none; }#EhtD1uzR2bcx2qdseAnSV6pH4qei38Ow::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EhtD1uzR2bcx2qdseAnSV6pH4qei38Ow > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EhtD1uzR2bcx2qdseAnSV6pH4qei38Ow > .row .container > .video-iframe-container { display: none; }#EhtD1uzR2bcx2qdseAnSV6pH4qei38Ow > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EhtD1uzR2bcx2qdseAnSV6pH4qei38Ow > .row > .video-iframe-container { display: none; }#EhtD1uzR2bcx2qdseAnSV6pH4qei38Ow > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EhtD1uzR2bcx2qdseAnSV6pH4qei38Ow > .row .container { width:20rem;height:84.3125rem;background-color:rgba(122,179,186,0.75);background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JreLxJZpntxM6L370ExoTn5ZvTDhOlNC { width:18.125rem;height:57.95rem;top:1.4127502441406rem;left:0.90625rem;font-size:1.125rem;display:block; }#JreLxJZpntxM6L370ExoTn5ZvTDhOlNC li:before{  }
 }@media only screen and (max-width: 763px) { #SkwE5JT5gc3bhnTHbxbykOVgE3BHNwzS { width:18.1223965rem;height:22.18619725rem;top:60.04426574707rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NC0yqHd5ScixxkRrifiDxmT8TnQKl90o { display:none; }#NC0yqHd5ScixxkRrifiDxmT8TnQKl90o > .row .container { width:20rem;height:9.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Uf5KCtV80btSCAfz1OtrbIdXDSqTh1SS { width:20rem;height:0;top:1.875rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #VN80gCsS6sxLr5DSa2cArbgoNhBptEHJ { width:12.4741875rem;height:3.32421875rem;top:4.2843589782715rem;left:3.7488279640674rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwVVKPtu8DslKW7qPPeLorHQF5VBovfq { display:block; }
 }@media only screen and (max-width: 763px) { #HCJKcmk5dSXQKd6wRHAXVdvkH3emWFGm { width:19.9991875rem;height:2.16666675rem;top:1.1249952316284rem;left:0rem;font-size:1.5625rem;z-index:15004;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #wTGfgG65f6Z2vsTxTokhi79JSIcZdoTm { width:20rem;height:auto;top:3.875rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #VvNKsx2nzvJqdUgql7742r9iicXyy5gS { display:none; }#VvNKsx2nzvJqdUgql7742r9iicXyy5gS > .row .container { width:20rem;height:132.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LW3xJoiFnPoRThVOtxbTrUggNZhQGFgA { width:18.125rem;height:61.9375rem;top:2.4960948945954rem;left:0.9375rem;font-size:0.9375rem;display:block; }#LW3xJoiFnPoRThVOtxbTrUggNZhQGFgA li:before{  }
 }@media only screen and (max-width: 763px) { #HyuhyEn5wPy8S2EnvA9tlLxgU5M26Mvp { width:20rem;height:61rem;top:67.671098709106rem;left:0rem;font-size:0.9375rem;display:block; }#HyuhyEn5wPy8S2EnvA9tlLxgU5M26Mvp li:before{  }
 }@media only screen and (max-width: 763px) { #nudfHthTIMcGqdkTQK7H3FVVUR4NxHm0 { display:block; }#nudfHthTIMcGqdkTQK7H3FVVUR4NxHm0 > .row .container { width:20rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F0RzPEwZAkthxJfHa5Gp4H09mAp2aAyN { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #QAM41l3vSONNglQBTylerrhGvCfN6WtG { width:19.9991875rem;height:2.1875rem;top:1.875rem;left:0rem;font-size:1.5625rem;z-index:15004;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #M1MG6PIlSXQGK11dg7A76D4LxO2ZtwAa { display:block; }#M1MG6PIlSXQGK11dg7A76D4LxO2ZtwAa > .row .container { width:20rem;height:78rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BdmRCaEq83q9SVpJRP7fyTOdnXnKULIT { width:12.4375rem;height:16.5625rem;top:2.2488288879394rem;left:3.7488279640674rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZA3DKk4sedszuAf9sVXGE0NcTJHCTvRX { width:11.625rem;height:16.5rem;top:40.478904604912rem;left:3.7804684937rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPz34ZwwmSB5mGzcMC57ycUkMt2iv8fP { width:12.375rem;height:16.5rem;top:21.43710899353rem;left:3.7804684937rem;display:block; }
 }@media only screen and (max-width: 763px) { #BupZq5fyf6Vwgt3ca4fzDHKxKH4iqHTU { width:11.625rem;height:16.5rem;top:59.583976626396rem;left:3.7804684937rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdnuIyoPDNUlexzpQOOviT5kNsPrX9ul { display:block; }#qdnuIyoPDNUlexzpQOOviT5kNsPrX9ul > .row .container { width:20rem;height:13rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gfl8ErwsoPVqJpqMx3IIuGffKdta1nzo { width:19.875rem;height:12.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbtFtyit6f0zVJGHXMibM9A95TMhXIls { display:none; }#PbtFtyit6f0zVJGHXMibM9A95TMhXIls > .row .container { width:20rem;height:6.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #V7Ngc0x6E2PoHiUL4zK8EzKL56FuXRaH { width:20rem;height:5.3125rem;top:1.375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZBpSr0egUf8GVqlydLlMVTiPqbh8fLy { display:none; }#xZBpSr0egUf8GVqlydLlMVTiPqbh8fLy > .row .container { width:20rem;height:40.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ErU7DNy5isxI7NB7kvo3EN1n6G8I1feC { width:20rem;height:14.175rem;top:24.187526702881rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ki6xq1Lsyxrmt9HgWcQ3lheZva8lE96Z { width:15.625rem;height:20.8125rem;top:2.14453125rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fL5O4P3O3HMMxz9uJFS8DKMTa7cmM4E9 { display:block; }#fL5O4P3O3HMMxz9uJFS8DKMTa7cmM4E9 > .row .container { width:20rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QBqUTQPuDiVwgwyp0RGc50sxGbH851cO { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #xWMLEFctMmAPJ1EyISVNpoJZV4NoU5fK { width:19.9991875rem;height:2.1875rem;top:1.3734588623047rem;left:0rem;font-size:1.5625rem;z-index:15004;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #oSMmTPt0mPeMaTbhCmw1Zd0KMqVxcqLw { display:block; }#oSMmTPt0mPeMaTbhCmw1Zd0KMqVxcqLw { background-color: transparent; background-image: none; }#oSMmTPt0mPeMaTbhCmw1Zd0KMqVxcqLw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oSMmTPt0mPeMaTbhCmw1Zd0KMqVxcqLw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oSMmTPt0mPeMaTbhCmw1Zd0KMqVxcqLw > .row .container > .video-iframe-container { display: none; }#oSMmTPt0mPeMaTbhCmw1Zd0KMqVxcqLw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oSMmTPt0mPeMaTbhCmw1Zd0KMqVxcqLw > .row > .video-iframe-container { display: none; }#oSMmTPt0mPeMaTbhCmw1Zd0KMqVxcqLw > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oSMmTPt0mPeMaTbhCmw1Zd0KMqVxcqLw > .row .container { width:20rem;height:16.6875rem;background-color:rgba(122,179,186,0.75);background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gR2wpRcqxqWxXPAVXKLVH9sT8oK21c8J { width:12.5rem;height:12.5rem;top:1.875rem;left:3.7488279640674rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTdygqv00cdE7km2P8HqfeUtBQaQp7WF { width:20rem;height:16.5rem;top:0.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TaqlHohlfCXRNsxaTCEQA6hwfDRtup1P { display:block; }#TaqlHohlfCXRNsxaTCEQA6hwfDRtup1P > .row .container { width:20rem;height:66.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ohSpuFMMqwa03sDCHWaswzyVOey6sfTo { width:18.125rem;height:56.7rem;top:1.3502197265625rem;left:0.90625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKhqLGVFkzTCkQdZZzSop7fxcoeTmbKJ { display:none; }#MKhqLGVFkzTCkQdZZzSop7fxcoeTmbKJ > .row .container { width:20rem;height:7.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TouWsXnUe1RPVHixJd62BmgGAgm04fqT { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zum5lh7bCNp6CPcaqTKAWhJaTpgxINQZ { width:19.9991875rem;height:4.3333335rem;top:1.875rem;left:0rem;font-size:1.5625rem;z-index:15004;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #GKrWlyJhTe3xLW13gHURawbyS5hUnAPq { background-color:rgba(122,179,186,0.75);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#GKrWlyJhTe3xLW13gHURawbyS5hUnAPq > .row .container { border-width: 0; border-radius: 0; }#GKrWlyJhTe3xLW13gHURawbyS5hUnAPq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GKrWlyJhTe3xLW13gHURawbyS5hUnAPq > .row .container { width:20rem;height:80.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WCTSzqBJPNFkTAeCtQxBS9Or3bVMahlD { width:18.125rem;height:11.75rem;top:1.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf9wVULMFM2ESc5Nbp9IcLozma7NUaL9 { width:18.125rem;height:11.75rem;top:15.197912216186rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGtboucG5gDmN7GeT35aCaQszwrcLGHl { width:18.125rem;height:11.75rem;top:54.324608087539rem;left:0.93632808327675rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRce3OLJw9EzJwrSqJV2diSfZUkoFwMx { width:18.125rem;height:11.75rem;top:41.3531229496rem;left:0.93632808327675rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVQsCTSgr55BJETbQlPB7ZTW0osOpxQb { width:18.125rem;height:11.75rem;top:28.320653915405rem;left:0.93632808327675rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0LwmzdVu2euhPERBMR9h0KcuuCaFZGc { width:18.5rem;height:12.043059591804rem;top:67.323772460938rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mA2FbtfTzqi69mfqu1uEbmL0KJXqXklV { display:block; }#mA2FbtfTzqi69mfqu1uEbmL0KJXqXklV > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t8hurLdL3D9K83wMF75LCMnHDQgpl5Go { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #hO8I5gaPpgw38Rt5oHy2iCeiMmowDmsu { width:18.125rem;height:2.1875rem;top:1.37109375rem;left:0.93632808327675rem;font-size:1.5625rem;z-index:15004;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #MBqFdo7MWT8ucnMKNToaPizsJg5wqUcK { display:block; }#MBqFdo7MWT8ucnMKNToaPizsJg5wqUcK > .row .container { width:20rem;height:41.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vstE26oyeVbqkmtiQ9m8UJJ3zD1Ci6Mo { width:18.125rem;height:3.0625rem;top:6.5208334922787rem;left:0.93663197755812rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIeFRto2pNWwmXXEKU6mQyhqDS0rxIgr { width:12.5rem;height:3.375rem;top:11.689063072204rem;left:3.7499998807907rem;background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #ctnPuC9sqMJIE6uQcbKA4mlpDIw7gNT3 { display:block; }
 }@media only screen and (max-width: 763px) { #USceTHiPBa4or0znmWtbaFiFN8gXhhT0 { width:15.5rem;height:19.375rem;top:18.374999046326rem;left:2.1875001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVWT32I5TygLyhd1xgWXMKzlJOiRhtBq { width:20rem;height:2.1875rem;top:3.810763835907rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbCmhDHC48pqSRQxtsgBDz3DXuAwyoDr { display:none; }#TbCmhDHC48pqSRQxtsgBDz3DXuAwyoDr > .row .container { width:20rem;height:82.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eSiJrD70hS0MpAfUisXJ0T6iAQcDs6mX { width:18.125rem;height:1.925rem;top:24.125rem;left:0.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKLBLen3EBES2GJJKDkPbMFRJsmxka4s { width:12.5rem;height:3.375rem;top:27.1875rem;left:3.75rem;background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #NMs7cCJ2nxm5PIXVxRMPpfJ29dbtuWOR { display:block; }
 }@media only screen and (max-width: 763px) { #Zf63D5n4ebdtQ0PcVpz33zTu1xATkqKs { width:20rem;height:8.05rem;top:1.7378071546554rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #idX4ZCmpDOzrNBSAHcypb9ODNDyRKTaJ { width:20rem;height:1.925rem;top:69.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RilifMSKtsn4dhbooF1VxnSKG7xMkQ3f { width:18.5rem;height:3.9375rem;top:72.81250190735rem;left:0.74913197755812rem;background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #O7F0zHNovgb1JJiD7rcCJy4byWGT6qt9 { display:block; }
 }@media only screen and (max-width: 763px) { #pzyTiKqDRDmqemg4TF58u5F268ZPz5VF { width:7rem;height:8.75rem;top:55.652776718139rem;left:11.210937798023rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #DJ6tXLZnQiwAfgJtA2nrw9F3CZp2T9mk { width:14.9375rem;height:8rem;top:13.875rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpvE8ZKscBZs98n1iaMpISW8rCT0P8nD { width:14.9375rem;height:8rem;top:52.966997146606rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpGw6ihuuEgaQ46XMiGf17vbDBNTJ4Qx { width:7rem;height:8.75rem;top:11.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9n1TtGLJllDHEZDa2aHT6TGDlk3Tnle { width:20rem;height:8.05rem;top:36.409673690796rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2JsbOU3TFvvKfG4QSUztqwI0x5hf7UW { width:14.5625rem;height:8.6875rem;top:45.836804905884rem;left:4.4409313632421rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArBvIbTayIfmGwTpTtgI6umQSvyKVkTA { width:20rem;height:1.75rem;top:66.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfF4qwWJBpashqHh5Kag11Q7VapGd2IT { width:20rem;height:1.75rem;top:78.111982345581rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OO5bTWuvU4otgTXhfSt24S5u0PAv4W9h { display:none; }#OO5bTWuvU4otgTXhfSt24S5u0PAv4W9h > .row .container { width:20rem;height:38.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vn3Mc3S2FshTT1BwcRkx46uInzz8GTxp { width:18.125rem;height:1.92448125rem;top:28.375rem;left:0.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HW09nMB44zG31D68zJkTD3evEaCfnrl0 { width:12.5rem;height:3.375rem;top:31.4375rem;left:3.75rem;background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #vSkNsER5NNJn136bKolsWqLLzpUssQEQ { display:block; }
 }@media only screen and (max-width: 763px) { #HM1ibDfF5099bDlWthZ6zZEodP1eDs2G { width:20rem;height:8.0486rem;top:1.7378071546554rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJ8cHkexDhud7Z3UIekiNeTJ6xi47UPC { width:9rem;height:11.25rem;top:12.125rem;left:1.75rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #wKu7iS54OTvogAXd2e01U5VoVKCAT91g { width:17.5rem;height:9.3125rem;top:17.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEqqDdxfrJMlXrtJkMLGMmfOlBD4e6lO { display:none; }#HEqqDdxfrJMlXrtJkMLGMmfOlBD4e6lO > .row .container { width:20rem;height:7.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vLEbAlNPrTZOHiKctdB1RWd8AFecr3t9 { width:19rem;height:3.4375rem;top:1.25rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmfSx38TAcNOZ72MWupElpz87Dm9Wfkk { display:block; }
 }@media only screen and (max-width: 763px) { #Ih1D9sIGiZa3RVnTbkZTJbvPVMOmJNx0 { display:none; }#Ih1D9sIGiZa3RVnTbkZTJbvPVMOmJNx0 > .row .container { width:20rem;height:11.25rem;background-color:#faf0d5;background-image:none;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gGOOtyiUCrQxoSfvbcFbzRlz0LQGtmzS { width:20rem;height:2.625rem;top:2.4618053436279rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEmDsR9afp7dT1dci2S0RWCWOtDrgbb0 { width:16.25rem;height:3.375rem;top:6.03125rem;left:1.8750000596046rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#fafbfb;display:block; }
 }@media only screen and (max-width: 763px) { #KiaGiwSSZZENfoJdItqzenKI9pbEQt9O { display:none; }#KiaGiwSSZZENfoJdItqzenKI9pbEQt9O > .row .container { width:20rem;height:43.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DFtBBwsQpiGRn3sEsBmCUC0O6uCRybtL { width:14.75rem;height:8.9375rem;top:1.3125267028809rem;left:2.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXIwMGdxWnNva332vMTy4PiXlSiyoQLc { width:3.125rem;height:3.125rem;top:11.3125rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSVTEWPIG2IuvbiFKTy9pBBRsZaBfmeR { width:3.125rem;height:3.125rem;top:28.625rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uB4Lwf8PU5sp7Sz7OefEF9q6F37wAOW3 { width:18.6875rem;height:3.375rem;top:15.125rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XC9wTZrrycM5lpB4uOzTNxlrBKu6VIVL { width:20rem;height:3.375rem;top:31.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KC7wbV1gyawOBcwBILHoKCUUEFCllEDO { width:3.125rem;height:3.125rem;top:20.9375rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CokpkeviPgzIehoApROHXngXC2KhdJOi { width:18.3125rem;height:3.375rem;top:24.0625rem;left:0.84375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9ZupRf9wg4MBcqlGJgrbDuySxaltyBQ { width:3.125rem;height:3.125rem;top:36.25rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6eUfGzlHPPf8aQ2aucCIWmWn8baKmTD { width:20rem;height:3.375rem;top:39.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #akNDNDdB0V0IqWrraXmTnKrsTGm2STfV { display:none; }#akNDNDdB0V0IqWrraXmTnKrsTGm2STfV > .row .container { width:20rem;height:8.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HAi2IMAuUZpZWhDdEn6LQTrUp3ylIvyg { width:20rem;height:3.7375rem;top:2.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChZCwxEBRQc27HtEey3T9L5kkpEgXiwa { display:none; }#ChZCwxEBRQc27HtEey3T9L5kkpEgXiwa > .row .container { width:20rem;height:24.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NGyoqr9VtfpmHTMsUutCivmJEWGTakha { width:17.5rem;height:20.475rem;top:2rem;left:2.25rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ml0FccuZAzFXFZ4bUT1OmJcM9Kwa0LBV { width:12.5rem;height:0;top:22.995659828186rem;left:3.7499998211861rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #VBZ4wWztl7TppacbPuR9Wv36flfiv0w5 { display:flex;width:2.375rem;height:2.375rem;top:2rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EPJx1BV7teOqxa1mfvnwMivD3FyxMvMs { display:flex;width:2.375rem;height:2.375rem;top:6.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TIlZyMp11v2fDaJQoISMtkK7rWPCW3gD { display:flex;width:2.375rem;height:2.375rem;top:11.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EM1bC0gMlK94IIGPIddmbWyvyLTwxPUk { display:flex;width:2.375rem;height:2.375rem;top:15.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hKI8JFVPrkxOkUisPn4DyCRGqunkWNrC { display:flex;width:2.375rem;height:2.375rem;top:19.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zruObbQqacRHLNdLr8O0Zzri8LTAr5So { display:none; }#zruObbQqacRHLNdLr8O0Zzri8LTAr5So > .row .container { width:20rem;height:5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LG8fq9XZbsI3WTRhsTBF521XeS09WE6D { width:20rem;height:1.86875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRmzlyv2SqvzLTqd26g1Ii6NfIrqBIKi { display:none; }#NRmzlyv2SqvzLTqd26g1Ii6NfIrqBIKi > .row .container { width:20rem;height:33.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FgzCExxIp4Ciu0vTT0VJafFE7ODS4QVx { width:12.5rem;height:27.7875rem;top:2.3125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuBS3Gbi9uwFnLdhnsUkRDPk6NDxw4px { width:19.9375rem;height:31.6875rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yq4ZmnLUuKneTUVG3bUEOrRy3g1vf09F { display:none; }#yq4ZmnLUuKneTUVG3bUEOrRy3g1vf09F > .row .container { width:20rem;height:3.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JXwbnlxiV7dnCenzSE09009vCih7Pffe { width:19.997396469116rem;height:1.875rem;top:0.90625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZhp2yMNFaohhzNvyio2q9AxhDf92iHt { display:none; }#fZhp2yMNFaohhzNvyio2q9AxhDf92iHt > .row .container { width:20rem;height:54.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rUZlTuaSxn5e9DoxTo2AUo5lDur4GfGm { width:18.1241875rem;height:0;top:1.423828125rem;left:0.93632808327675rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #VW7JnJCa9xnTuBgZvBan7ayDfzum8zdk { width:18.12325rem;height:2.03125rem;top:9.711805820465rem;left:0.93663197755812rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.3;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #vNX9rPTSAL5os6Uh2GQvFwvmUnooldQN { width:18.123697280884rem;height:7.15rem;top:11.6875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.3;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #lCTtS8EGvd4kNvOTTtFBQFaMncH9dpR2 { width:20rem;height:auto;top:15.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #LSi0fzNhEiOWqUxup0MqHaHJTM3IZF7e { width:20rem;height:10.6875rem;top:18.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QliITIuDXe0aka0gEey20o3onkpPMv9C { width:17.5rem;height:3.4375rem;top:48.3125rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKefUBwf0h4fRK4tOe17wUrzR0VGKFUC { display:block; }
 }@media only screen and (max-width: 763px) { #NPuFJ9XhhO3nK2WwLJobUWmLIPtFIEPS .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NPuFJ9XhhO3nK2WwLJobUWmLIPtFIEPS .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 #ab91d9;border-left:0.1875rem solid #ab91d9;border-right:0.1875rem solid #ab91d9;border-bottom:0.1875rem solid #ab91d9; }
#NPuFJ9XhhO3nK2WwLJobUWmLIPtFIEPS .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; }
#NPuFJ9XhhO3nK2WwLJobUWmLIPtFIEPS { width:14.625rem;height:5.4375rem;display:flex;top:39.9375rem;left:2.5rem;z-index:15057; }
 }@media only screen and (max-width: 763px) { #NPuFJ9XhhO3nK2WwLJobUWmLIPtFIEPS #P78oQEHscTxLfHUqMudvZZCe8xlWUgrH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NPuFJ9XhhO3nK2WwLJobUWmLIPtFIEPS #o0s6DNeTAVKZApgJ6XHzpIle6zVbqQp4 {  }
 }@media only screen and (max-width: 763px) { #NPuFJ9XhhO3nK2WwLJobUWmLIPtFIEPS #RlvT120a8UhNgKB23nodcbGMSGW10Ecv {  }
 }@media only screen and (max-width: 763px) { #NPuFJ9XhhO3nK2WwLJobUWmLIPtFIEPS #BcLM0RNSg7GTSDx5se5CDUvbbpgzxXl7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NPuFJ9XhhO3nK2WwLJobUWmLIPtFIEPS #dkUee5mR10aJ0FWwZ3DG3IoB1cJ6EUpa {  }
 }@media only screen and (max-width: 763px) { #NPuFJ9XhhO3nK2WwLJobUWmLIPtFIEPS #Sh6HMTR20coU8pyn03nELBcb5xqdSuei {  }
 }@media only screen and (max-width: 763px) { #NPuFJ9XhhO3nK2WwLJobUWmLIPtFIEPS #HD8ySyp8S9QaqVTHnFyTTMfg03g3dLWg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NPuFJ9XhhO3nK2WwLJobUWmLIPtFIEPS #rdi0GmtHdiep5In4rwi4UZD1Eg3WXtrs {  }
 }@media only screen and (max-width: 763px) { #NPuFJ9XhhO3nK2WwLJobUWmLIPtFIEPS #KpWPKCIt1WZwZ6AvgqlFHKf3bzFwhMrM {  }
 }@media only screen and (max-width: 763px) { #NPuFJ9XhhO3nK2WwLJobUWmLIPtFIEPS #l3M6tCmKoF5PSrLTVuec16cDOJAC3vCT { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NPuFJ9XhhO3nK2WwLJobUWmLIPtFIEPS #xhCl8UI97hPeV6yCk8KdTgTPaXrMK3B9 {  }
 }@media only screen and (max-width: 763px) { #NPuFJ9XhhO3nK2WwLJobUWmLIPtFIEPS #nMmahacNBpJQVxUSSkZeJ7Rfzz2XTvkN {  }
 }@media only screen and (max-width: 763px) { #gnTAJZkxCy202Ud0T4TABu7Gp6sxEu64 { width:20rem;height:3.6125rem;top:32.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUzdoabtmAvgObdd3Bzf3J4Zs2dHdSvW { width:18.1875rem;height:5.41875rem;top:1.8732643127441rem;left:0.90538197755812rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRSncIemvzTZIXlZQhQcySSk3dtPn2uW { display:none; }#FRSncIemvzTZIXlZQhQcySSk3dtPn2uW > .row .container { width:20rem;height:34.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HAaKa83Os8X0b1gvvauTzzI6FTVgeG4P { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #syKMKIRvTKtown2g1soF6QzEzgJq4XEc { width:17.5rem;height:22.5rem;top:9.24910441041rem;left:1.2491319775581rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U69ZI9nFI2GNITu7ABmQBBzivncKlthS { width:20rem;height:3.575rem;top:4.2890625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.3;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #yT7kThU5aUVtGNkUPH0QLIiRsuQOItec { width:20rem;height:2.0625rem;top:2.2265625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9qXTVr4qoLRu9JTiyaucwGGi3sA8VXu { display:none; }#E9qXTVr4qoLRu9JTiyaucwGGi3sA8VXu > .row .container { width:20rem;height:29.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zB4vI91casGTTXxsLHQCiRkbaUxxDZwX { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #bS4L28qieUNPF0sTZhoHfMdNRtnwC7dL { width:17.5rem;height:10.5rem;top:9.5390892028806rem;left:1.2491319775581rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uE9JWa0Kc9bECa1AOkraSdiobTO6KTUp { width:20rem;height:3.575rem;top:4.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.3;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #VftAmZHCsq5Cv6PoEkoDuCvgArdCDdUM { width:20rem;height:2.0625rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #omsybxeQR84MVAFNRPE5SCxPQiy5TJc6 { width:17.5rem;height:3.4375rem;top:23.2890625rem;left:1.2491319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIAoidcWf41HzVIn4hWah7Grc5D0TkNy { display:block; }
 }@media only screen and (max-width: 763px) { #TECobPIRfafHEyc0DQFqsyT0t9JvstMe { display:none; }#TECobPIRfafHEyc0DQFqsyT0t9JvstMe > .row .container { width:20rem;height:56.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rxXvI32WE5KTXkzA4ExTs73WKITRZP9v { width:9.375rem;height:9.375rem;top:2.47900390625rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNNh2XyUXDr4LGodC4q8W1LDhiBeS68H { width:17.5rem;height:0;top:13.1640625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZyAugF19nc6lvVXqGkxC4e2PWeKFHZS9 { width:17.5rem;height:42rem;top:13.1015625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #JK5bvZMrdIroAG7rWXA5VzWvIw5W6Kyi { width:20rem;height:auto;top:3.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #kbMplEdtFW0iJ46OXrxFLNhn4rOnO0is { display:none; }#kbMplEdtFW0iJ46OXrxFLNhn4rOnO0is > .row .container { width:20rem;height:45.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dJ9M56Laf2q3C0HysZLvdbuuITy8NbEp { width:9.375rem;height:9.375rem;top:2.375rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqMxtwtaFsFUyzAWmHqsrwBAColJRkLJ { width:9.375rem;height:9.375rem;top:12.9375rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkhK7HIt1FzKu3qlGsnmiEB6gMcbSgeR { width:9.375rem;height:9.375rem;top:23.625rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2M8LqKO1RpFxrhWkT2TZa4wOu1KwCUU { width:9.375rem;height:9.375rem;top:34.2705078125rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVJidZtlL3L7hVVbAxH5KtmsiUvDe1Km { display:none; }#vVJidZtlL3L7hVVbAxH5KtmsiUvDe1Km > .row .container { width:20rem;height:20.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gRvXvOzgXsOrAkJM83zNwxET7l3B5szp .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gRvXvOzgXsOrAkJM83zNwxET7l3B5szp .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 #ba7291;border-left:0.1875rem solid #ba7291;border-right:0.1875rem solid #ba7291;border-bottom:0.1875rem solid #ba7291; }
#gRvXvOzgXsOrAkJM83zNwxET7l3B5szp .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; }
#gRvXvOzgXsOrAkJM83zNwxET7l3B5szp { width:14.625rem;height:5.4375rem;display:flex;top:13.4375rem;left:2.4835069775581rem;z-index:15057; }
 }@media only screen and (max-width: 763px) { #gRvXvOzgXsOrAkJM83zNwxET7l3B5szp #qFzF6Wnh48J5wzNiApT5DsfNZ3ZC3v2z { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gRvXvOzgXsOrAkJM83zNwxET7l3B5szp #eeeHZHX3h3uN66dsQEQXlHACLdWzt6Jl {  }
 }@media only screen and (max-width: 763px) { #gRvXvOzgXsOrAkJM83zNwxET7l3B5szp #xpVSsv83uX2lV01uofNNVBIVGHGaa5P2 {  }
 }@media only screen and (max-width: 763px) { #gRvXvOzgXsOrAkJM83zNwxET7l3B5szp #IWRgK9v2SIhmU3kzDtAzv1V6aEVs2cyl { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gRvXvOzgXsOrAkJM83zNwxET7l3B5szp #SkU4QV4Z1hltO0CeRgp2d4ahVJ0ulN65 {  }
 }@media only screen and (max-width: 763px) { #gRvXvOzgXsOrAkJM83zNwxET7l3B5szp #vwopU4Bo9DPXKkdz0rWmJvThoVccGXE0 {  }
 }@media only screen and (max-width: 763px) { #gRvXvOzgXsOrAkJM83zNwxET7l3B5szp #RtR41iSzkeQQetn0P8IfRkkm1osPwaql { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gRvXvOzgXsOrAkJM83zNwxET7l3B5szp #lbme3dSRJR6VmMXRfTt5TflTU1px89BO {  }
 }@media only screen and (max-width: 763px) { #gRvXvOzgXsOrAkJM83zNwxET7l3B5szp #fiZImrOgDQINXIM9LqzuKta1gZ6w8CVC {  }
 }@media only screen and (max-width: 763px) { #gRvXvOzgXsOrAkJM83zNwxET7l3B5szp #ySUUbqeBxZePUyuAVDy8gciIgwgHWAaH { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gRvXvOzgXsOrAkJM83zNwxET7l3B5szp #Z60NwJ3EWXSBGCLdL2rFol0CUcPP9rm5 {  }
 }@media only screen and (max-width: 763px) { #gRvXvOzgXsOrAkJM83zNwxET7l3B5szp #rwWqNBubX7132XdpLv8o175bteiA8rhN {  }
 }@media only screen and (max-width: 763px) { #ErpazHq6wa1RfgrWysM68htOJS9Ms4gI { width:20rem;height:3.5rem;top:1.7039928436279rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGIlsveL3NcQPiDtJrT2LNkipvEbsWy2 { width:16.0625rem;height:3.6125rem;top:6.9288196563719rem;left:1.9687500596046rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGQWnMZkmlggDAfr5TmZDNiMkAidSWNp { display:block; }#KGQWnMZkmlggDAfr5TmZDNiMkAidSWNp > .row .container { width:20rem;height:12rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dAuFZetZTDSncTtfH2HrrusrEwkQuFGu { width:4.375rem;height:4.375rem;top:3.75rem;left:7.8105459511281rem;display:block; }
 }