.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:229,245,234;--color-primary-1:167,223,184;--color-primary-2:79,191,112;--color-primary-3:40,96,56;--color-primary-4:12,29,17;--color-secondary-0:255,255,255;--color-secondary-1:192,192,192;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:41,41,41;--color-tertiary-0:255,255,255;--color-tertiary-1:169,169,169;--color-tertiary-2:153,153,153;--color-tertiary-3:81,81,81;--color-tertiary-4:0,0,0;--headlines-font-family:"proximan regular";--paragraphs-font-family:"proximan regular"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s > .row > .video-iframe-container { display: none; }#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#La0f7kWXvIa9iLr2T6ehPpOtOg9ewl9R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#La0f7kWXvIa9iLr2T6ehPpOtOg9ewl9R > .row .container { background-color: transparent; background-image: none; }#La0f7kWXvIa9iLr2T6ehPpOtOg9ewl9R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#La0f7kWXvIa9iLr2T6ehPpOtOg9ewl9R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#La0f7kWXvIa9iLr2T6ehPpOtOg9ewl9R > .row .container > .video-iframe-container { display: none; }#La0f7kWXvIa9iLr2T6ehPpOtOg9ewl9R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#La0f7kWXvIa9iLr2T6ehPpOtOg9ewl9R > .row > .video-iframe-container { display: none; }#La0f7kWXvIa9iLr2T6ehPpOtOg9ewl9R > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#La0f7kWXvIa9iLr2T6ehPpOtOg9ewl9R > .row .container { border-width: 0; border-radius: 0; }#La0f7kWXvIa9iLr2T6ehPpOtOg9ewl9R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#La0f7kWXvIa9iLr2T6ehPpOtOg9ewl9R > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:75rem;position:relative;display:block; }#QRkO3ii9MpHGzzeITaubILiMNS24SggS { 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:2.9375rem;width:10rem;top:0.9056713581085rem;left:0.43721055984497rem;overflow:hidden;display:block; }
#AEL5Ltn24P8bJdbmvOUGpoT5k1B9LICh { color:rgba(85,187,71,0.81);display:block;width:15.7494375rem;position:absolute;font-family:"proximan regular";font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:1.7657697200775rem;left:42.182437419891rem;height:1.21816875rem;font-style:normal;display:block; }
#X2cEWplAtRorc4ZgEME0D2zxD9NKIJEV { color:rgba(var(--color-secondary-4),0.85);display:block;width:16.875rem;position:absolute;font-family:"proximan regular";font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:1.8475116491318rem;left:57.999713420868rem;height:1.137875rem;font-style:normal;display:block; }
#DkP9y1g2nSzdxXRnHTV54ccSF5gfH6JE { position:absolute;display:block;z-index:15000;height:5.9989875rem;width:10.7494375rem;top:4.25rem;left:64.3125rem;display:block; }
#uTzTakFIJXHyNwLZsTZs0zD3cfUDhB0X { color:rgba(var(--color-secondary-4),0.81);display:block;width:1.43735625rem;position:absolute;font-family:"proximan regular";font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:1.7650463581085rem;left:57.493636608124rem;height:1.21816875rem;font-style:normal;display:block; }
#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu { background-color:#f4f4f4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { background-color: transparent; background-image: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container > .video-iframe-container { display: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row > .video-iframe-container { display: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { border-width: 0; border-radius: 0; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { width:75rem;height:32.5625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#JUFxpbR3zGalxIySTIAXEU0kzHLH4VQC { display:block;width:32.2496875rem;position:absolute;font-family:"proximan regular";font-size:2.8125rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:2.6873555183411rem;left:0.74942159652713rem;height:3.09316875rem;color:rgba(41,41,41,0.81);font-style:normal;display:block; }
#FWIR6bkh26xKyt5T7uTRcyr0fB85nNPC { display:block;width:32.0625rem;position:absolute;font-family:"proximan regular";font-size:1.4375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:10.749422073364rem;left:0.74942159652713rem;height:3.73698125rem;color:#6a6466;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#H8BAXyOwZWCOBGaXbTzkNplChbldhkWa { display:block;width:22.4375rem;position:absolute;font-family:"proximan regular";font-size:1rem;font-weight:400;z-index:15036;line-height:1.4;letter-spacing:0;top:16.061198234558rem;left:1.9364876747131rem;height:6.99509375rem;color:#808080;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XQI4J7P5NJycnULSMEfTfO9ElTzdGmfW { display:block;width:39.5rem;position:absolute;font-family:"proximan regular";font-size:2.8125rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:6.37442111969rem;left:0.74942159652713rem;height:3.09316875rem;color:rgba(85,187,71,0.85);font-style:normal;display:block; }
#uXAXDGnh2SBCfZKUzQkWNcP0gZ6FvEPa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:16.31148815155rem;left:0.74942159652713rem; }
#Enr8LRuM2RwOtTJBncKITS8unLLMFcts { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:17.687355995178rem;left:0.74942159652713rem; }
#AqL3Lpm5FA9JRZZspHCVV8tUcssXJ2pb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:19.124711036682rem;left:0.74942159652713rem; }
#Vwsp0TpwTC2G9zUuvwocMpWadLFzD3UT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9989875rem;width:0.9989875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:24.5625rem;left:0rem;display:none; }
#ckqVJrCemJmshxy48R5qbz2PVPT4eorp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9989875rem;width:0.9989875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:24.5625rem;left:0rem;display:none; }
#hMnDFJsd9brIDDfoXcE8DOgqB4OHHf30 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9989875rem;width:0.9989875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:24.5625rem;left:0rem;display:none; }
#SALuQsiQR9ClOmX9XF2GE4zDMzf5DNU5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:20.499133110046rem;left:0.74942159652713rem; }
#ThCCHUp0OT8nA1b6sR0BTWOncTwgSS6E { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:21.874278068542rem;left:0.74942159652713rem; }
#DorMe2X4I2fV3X5WKUcrNhKpDLURzFaU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9989875rem;width:0.9989875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:24.5625rem;left:0rem;display:none; }
#M31xe4HyiaG8C3FSyOfo9JU9eOJkCfP4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9989875rem;width:0.9989875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:24.5625rem;left:0rem;display:none; }
#TcIxuPLd8cMABpFPg3eTswJpknhC1nhQ { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.25rem 0.3125rem 0.1875rem rgba(var(--color-tertiary-4),0.13) ;height:20.9375rem;width:37.875rem;top:3.6805553436279rem;left:36.942755712307rem;display:block; }
#pF2xfTX73xt6h3Ru4Cq2EvqUi9ZZkV9J { color:rgba(106,100,102,0.9);display:block;width:37.687375rem;position:absolute;font-family:"proximan regular";font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:24.306279182434rem;left:0.93605375289919rem;height:1.38093125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nB6Q6m1rFb1gIrFVaFiPPUxMg8T6z0gB { position:absolute;display:block;z-index:15053;height:4.56163125rem;width:15.8745625rem;top:26.499567985534rem;left:0.74942159652713rem;display:block; }
#rZswnLUavy5K0TafCxhQPlFCFJrnoqwC { position:relative;display:block; }#rZswnLUavy5K0TafCxhQPlFCFJrnoqwC { background-color: transparent; background-image: none; }#rZswnLUavy5K0TafCxhQPlFCFJrnoqwC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rZswnLUavy5K0TafCxhQPlFCFJrnoqwC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rZswnLUavy5K0TafCxhQPlFCFJrnoqwC > .row .container > .video-iframe-container { display: none; }#rZswnLUavy5K0TafCxhQPlFCFJrnoqwC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rZswnLUavy5K0TafCxhQPlFCFJrnoqwC > .row > .video-iframe-container { display: none; }#rZswnLUavy5K0TafCxhQPlFCFJrnoqwC > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rZswnLUavy5K0TafCxhQPlFCFJrnoqwC { border-width: 0; border-radius: 0; }#rZswnLUavy5K0TafCxhQPlFCFJrnoqwC > .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; }#rZswnLUavy5K0TafCxhQPlFCFJrnoqwC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:8.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#g0kfQ0oNWLOVBhlSXkyS8lG1gXPigKAR { position:absolute;display:block;z-index:15036;height:7.3730625rem;width:72.81125rem;top:0rem;left:1.0927734375rem;display:block; }
#lkZWCNZCusXhZ6TViEO6ytTrcLRktWX7 { position:absolute;display:block;z-index:15036;height:7.3734375rem;width:72.811875rem;top:37.811686992645rem;left:1.09375rem;display:none; }
#n6mOcklzRenqDRtxJruqi4Ces84Oevx7 { display:block;width:24.5rem;position:absolute;font-family:"proximan regular";font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:0.9375rem;left:2.8125rem;height:1.2999125rem;color:rgba(var(--color-primary-2),1);font-style:normal;text-align:left;text-align-last:left;display:block; }
#qZuiHuDmMygzyxnfAsUtUTgBadZ3btrN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qZuiHuDmMygzyxnfAsUtUTgBadZ3btrN > .row .container { background-color: transparent; background-image: none; }#qZuiHuDmMygzyxnfAsUtUTgBadZ3btrN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qZuiHuDmMygzyxnfAsUtUTgBadZ3btrN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qZuiHuDmMygzyxnfAsUtUTgBadZ3btrN > .row .container > .video-iframe-container { display: none; }#qZuiHuDmMygzyxnfAsUtUTgBadZ3btrN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qZuiHuDmMygzyxnfAsUtUTgBadZ3btrN > .row > .video-iframe-container { display: none; }#qZuiHuDmMygzyxnfAsUtUTgBadZ3btrN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qZuiHuDmMygzyxnfAsUtUTgBadZ3btrN > .row .container { border-width: 0; border-radius: 0; }#qZuiHuDmMygzyxnfAsUtUTgBadZ3btrN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qZuiHuDmMygzyxnfAsUtUTgBadZ3btrN > .row .container { font-size:0.875rem;font-family:arial;height:9.5625rem;width:75rem;position:relative;display:block; }#N2aTyK1oQcZrQIKOisaWaJ8IdcSrM2b0 { position:absolute;display:block;z-index:15013;background-color:#f4f4f4;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:73.0625rem;top:1.375rem;left:0.5rem;display:block; }
#EzB4DyrZQeXObJ5o70oJT37FRCzavKC5 { color:#000000;display:block;width:14.1869375rem;position:absolute;font-family:"proximan regular";font-size:1.625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:3.7254052162171rem;left:19.421296596527rem;height:2.11154375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vSz2wkJNtCVZPytPVPlK74wOuIB7Rp0a .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; }
#vSz2wkJNtCVZPytPVPlK74wOuIB7Rp0a .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#4fbf70;padding-top:0.61625rem;padding-right:0.549375rem;padding-bottom:0.61625rem;padding-left:0.549375rem;display:block;align-items:center;width:3.293125rem;min-width:3.293125rem;height:3.31125rem;position:relative;font-family:"open sans";font-size:2.464375rem;font-weight:700;line-height:52.98px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vSz2wkJNtCVZPytPVPlK74wOuIB7Rp0a .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.385rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.39125rem;height:1.30875rem;position:relative;font-family:"open sans";font-size:0.924375rem;font-weight:400;line-height:20.94px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#vSz2wkJNtCVZPytPVPlK74wOuIB7Rp0a { 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;box-shadow: none;display:flex;justify-content:space-between;width:21.5625rem;height:6.2375rem;padding-top:0.055rem;padding-right:0.055rem;padding-bottom:0.055rem;padding-left:0.055rem;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:1.6064453125rem;left:35.0625rem;z-index:15016; }
#vSz2wkJNtCVZPytPVPlK74wOuIB7Rp0a #UaQ4aQToT6r3y5577vxquOhf6ppUOX23 { display:flex;position:relative;top:0rem;left:0rem; }
#vSz2wkJNtCVZPytPVPlK74wOuIB7Rp0a #OlhJ5qx2mdcTvTJJ91GnwAuZEMR0gQyh { width:auto; }
#vSz2wkJNtCVZPytPVPlK74wOuIB7Rp0a #KwTob0HpTXuXIB8RZTqgu8CWSlE0xbIi {  }
#vSz2wkJNtCVZPytPVPlK74wOuIB7Rp0a #iDrqJkWfdRxymRZmOJ3T6CXThf4KL82c { display:flex;position:relative;top:0rem;left:0rem; }
#vSz2wkJNtCVZPytPVPlK74wOuIB7Rp0a #RDOovpys1iUPJ1fsRgGwe64ywoZyc0uB {  }
#vSz2wkJNtCVZPytPVPlK74wOuIB7Rp0a #Cgcuq73zh4v1AK4J0J0iRqhaVW6ZNb8q {  }
#vSz2wkJNtCVZPytPVPlK74wOuIB7Rp0a #UdpQRfSBGBGx3koMsR358tkZxJaggeth { display:flex;position:relative;top:0rem;left:0rem; }
#vSz2wkJNtCVZPytPVPlK74wOuIB7Rp0a #TtTuo1Kai8EdtxrF6Uf747da9Gt5yp93 {  }
#vSz2wkJNtCVZPytPVPlK74wOuIB7Rp0a #y9TuoXTvl2OQTWwc921nFCsIWsJ11ipL {  }
#vSz2wkJNtCVZPytPVPlK74wOuIB7Rp0a #OuhwXNRXb3oQy9TDJXaLyHaKsKgtwFze { display:flex;position:relative;top:0rem;left:0rem; }
#vSz2wkJNtCVZPytPVPlK74wOuIB7Rp0a #PX3wyiUADBvsMzavkzcGaQ9yvEFwG3o3 {  }
#vSz2wkJNtCVZPytPVPlK74wOuIB7Rp0a #ONZDnSOBP7m32OdORnp2gyzil4TaxoRp {  }
#DaS5wmFEWccc7CSwBgEODSBfBW95pWRH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DaS5wmFEWccc7CSwBgEODSBfBW95pWRH > .row .container { background-color: transparent; background-image: none; }#DaS5wmFEWccc7CSwBgEODSBfBW95pWRH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DaS5wmFEWccc7CSwBgEODSBfBW95pWRH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DaS5wmFEWccc7CSwBgEODSBfBW95pWRH > .row .container > .video-iframe-container { display: none; }#DaS5wmFEWccc7CSwBgEODSBfBW95pWRH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DaS5wmFEWccc7CSwBgEODSBfBW95pWRH > .row > .video-iframe-container { display: none; }#DaS5wmFEWccc7CSwBgEODSBfBW95pWRH > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DaS5wmFEWccc7CSwBgEODSBfBW95pWRH > .row .container { border-width: 0; border-radius: 0; }#DaS5wmFEWccc7CSwBgEODSBfBW95pWRH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DaS5wmFEWccc7CSwBgEODSBfBW95pWRH > .row .container { font-size:0.875rem;font-family:arial;height:45.9375rem;width:75rem;position:relative;display:block; }#Uhb2rfupb64ETPPSqaO6wA956rCTpaau { color:rgba(var(--color-primary-2),1);display:block;width:43.1875rem;position:absolute;font-family:"proximan regular";font-size:2.125rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:3.3125rem;left:1.9375rem;height:2.5499125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kqpqHRqqRnhu8FHgaRqnc0A1I633FGof { display:block;width:31.375rem;position:absolute;font-family:"proximan regular";font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:6.9375rem;left:1.9375rem;height:4.14279375rem;color:#808080;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wHVw7T1vdVW0iQJsc7FLDf5k5Ty4WB1R { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.687375rem;width:26.0619375rem;top:16.178385734558rem;left:43.218318462372rem;display:block; }
#bh6ADTJ7SVv6tGrFztgUJRs3G2P834AI { box-sizing:content-box;height:5.18735625rem;width:5.18735625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.545573711395rem;left:16.155961513519rem;display:none; }
#r7R81DVGB6meCOSHZ8T6ZvPfP3U5o8UR { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;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.75rem;width:29.3125rem;top:25.3125rem;left:4.1875rem;display:none; }
#Q0ezbrf1lmTTBEs8usiLHUMRHI0UNCnT { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:11.875rem;width:21.5rem;top:29.375rem;left:8.4375rem;display:none; }
#R3rqytWyO90rNnGBsRgpHpFd51MTHF2E { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:22.6875rem;width:26.0625rem;top:16.17693901062rem;left:5.7183165550232rem;display:block; }
#HNcmZKF61F4Oce25S1DiqBzc8za9xTJm { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:11.875rem;width:21.5rem;top:29.375rem;left:8.4375rem;display:none; }
#col9huLgWvawoiFdy2WOMopM7ReVsLNt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#col9huLgWvawoiFdy2WOMopM7ReVsLNt > .row .container { background-color: transparent; background-image: none; }#col9huLgWvawoiFdy2WOMopM7ReVsLNt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#col9huLgWvawoiFdy2WOMopM7ReVsLNt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#col9huLgWvawoiFdy2WOMopM7ReVsLNt > .row .container > .video-iframe-container { display: none; }#col9huLgWvawoiFdy2WOMopM7ReVsLNt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#col9huLgWvawoiFdy2WOMopM7ReVsLNt > .row > .video-iframe-container { display: none; }#col9huLgWvawoiFdy2WOMopM7ReVsLNt > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#col9huLgWvawoiFdy2WOMopM7ReVsLNt > .row .container { border-width: 0; border-radius: 0; }#col9huLgWvawoiFdy2WOMopM7ReVsLNt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#col9huLgWvawoiFdy2WOMopM7ReVsLNt > .row .container { font-size:0.875rem;font-family:arial;height:48.375rem;width:75rem;position:relative;display:block; }#Iktnqx3zwlChzdThe0Tonn0B1LO6yS8q { color:rgba(var(--color-primary-2),1);display:block;width:47.374rem;position:absolute;font-family:"proximan regular";font-size:2.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.6962890625rem;left:0rem;height:5.525175rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Tps0QA4rZK0UtkWKo7RPTaIauXQbEdea { color:#808080;display:block;width:19.375rem;position:absolute;font-family:"proximan regular";font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.1;letter-spacing:0;top:39.125rem;left:5.4375rem;height:2.06163125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#mC0wi8zV1amwl0V4394gk2Pae3iznP7J { color:#808080;display:block;width:20.3125rem;position:absolute;font-family:"proximan regular";font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.1;letter-spacing:0;top:14.6875rem;left:5.4375rem;height:2.06163125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#PsXUNKTI6n5eJStmS1FlFPyuC4fxCSTE { color:#808080;display:block;width:23rem;position:absolute;font-family:"proximan regular";font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.1;letter-spacing:0;top:23rem;left:5.4375rem;height:2.06163125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#o7XO1hpDDkiE0U5hLdrHWtfMKwaDfxxn { color:#808080;display:block;width:22.6244375rem;position:absolute;font-family:"proximan regular";font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.1;letter-spacing:0;top:30.875rem;left:5.5625rem;height:2.06163125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#aTH56v1NfMEVNzmclF5g54SRgVyuIlxp { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:2.9375rem;left:0rem;display:none; }
#Qcpvl6l8BkfTCVEzGldC16gwyVuH32a9 { color:rgba(85,187,71,0.85);display:block;width:25.561375rem;position:absolute;font-family:"proximan regular";font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:37.375rem;left:5.4375rem;height:1.3501rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#iVHrQERZRU9lIEATnRsA12M6sWGg1eHU { color:rgba(85,187,71,0.85);display:block;width:25.560625rem;position:absolute;font-family:"proximan regular";font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:12.9375rem;left:5.4375rem;height:1.3501rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#pVeCGgsJ5MyFgDughV3rP0CyPxnaOwON { color:rgba(85,187,71,0.85);display:block;width:25.560625rem;position:absolute;font-family:"proximan regular";font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:21.25rem;left:5.5rem;height:1.349825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#xV2qQh4ieQKXdKFCHyyTR2GO4ra9Mlwt { color:rgba(85,187,71,0.85);display:block;width:25.560625rem;position:absolute;font-family:"proximan regular";font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:29.125rem;left:5.4375rem;height:1.3501rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#sJEEPxbZQuVmwAVrc99fUR9AHVTDdT1E { color:rgba(var(--color-primary-2),1);display:block;width:46.4355625rem;position:absolute;font-family:"proximan regular";font-size:2.375rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:6.341796875rem;left:0rem;height:2.61230625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#vL2Zdo2qd24mcCAMVClLNDOcuHlMQVrs { box-sizing:content-box;height:5.87456875rem;width:31.9994375rem;position:absolute;display:block;z-index:15000;background-color:#f8f8f8;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:28.5rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#SCOOLIywQUvXGHgig3Hp8uHdaVKHEboM { box-sizing:content-box;height:5.87456875rem;width:32.1245625rem;position:absolute;display:block;z-index:15001;background-color:#f8f8f8;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:12.125rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#GI3krqSwR0PsbbpH8rVtwHtAcGp2uDx4 { box-sizing:content-box;height:5.87456875rem;width:31.6869375rem;position:absolute;display:block;z-index:15001;background-color:#f8f8f8;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:36.625rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#Erp918TDcoTnKsKAsVwvyBiOfP5MxeK8 { box-sizing:content-box;height:5.875rem;width:32.0625rem;position:absolute;display:block;z-index:15002;background-color:#f8f8f8;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:20.375rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#FFHfsuTLQv5cGse1WuTKKZl0l25F6spq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.06206875rem;width:3.06206875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:.89;top:13.125rem;left:1rem; }
#tWdloi1OBmpKRhOhZyGqIyoCbvRfiarG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.186775rem;width:2.186775rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:.64;top:22.1875rem;left:1.4375rem; }
#nt8FDUunRmyC5aCLQoeyDBwgZAbJH8ax { box-sizing:content-box;color:#5d92ff;font-size:1.8125rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:.76;top:38.25rem;left:1.375rem; }
#NBRFn7dx03m7DTC4QVH4sLrtf2BmoGLX { box-sizing:content-box;color:#5d92ff;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:.82;top:29.4375rem;left:1.1875rem; }
#U7qNMqF4OPytriagJr5TBT4XRNi2MPwT { position:absolute;display:block;z-index:14999;height:21.4985rem;width:38.624125rem;top:11.504993438721rem;left:36.376955032349rem;display:none; }
#pWJ6aXVnaq4ud3Fprklvr3mb2sqQrWpx { position:absolute;display:block;z-index:15054;height:5.4362rem;width:9.6860625rem;top:33.734807968139rem;left:45.286460399628rem;display:block; }
#FultKZGUnntpyMNMS9Psn1z0DOwR8tck { position:absolute;display:block;z-index:15055;height:5.4362rem;width:9.6860625rem;top:40.560622215271rem;left:45.286460399628rem;display:block; }
#oLOybbANHL8VD7fepOa90NNpSZXVMrx7 { position:absolute;display:block;z-index:15056;height:21.7480625rem;width:38.75rem;top:12.124566107988rem;left:36.250001907349rem;display:block; }
#PH3408EA3zmfn7KbtNiGsTnhRJlqGM5S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PH3408EA3zmfn7KbtNiGsTnhRJlqGM5S > .row .container { background-color: transparent; background-image: none; }#PH3408EA3zmfn7KbtNiGsTnhRJlqGM5S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PH3408EA3zmfn7KbtNiGsTnhRJlqGM5S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PH3408EA3zmfn7KbtNiGsTnhRJlqGM5S > .row .container > .video-iframe-container { display: none; }#PH3408EA3zmfn7KbtNiGsTnhRJlqGM5S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PH3408EA3zmfn7KbtNiGsTnhRJlqGM5S > .row > .video-iframe-container { display: none; }#PH3408EA3zmfn7KbtNiGsTnhRJlqGM5S > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PH3408EA3zmfn7KbtNiGsTnhRJlqGM5S > .row .container { border-width: 0; border-radius: 0; }#PH3408EA3zmfn7KbtNiGsTnhRJlqGM5S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PH3408EA3zmfn7KbtNiGsTnhRJlqGM5S > .row .container { font-size:0.875rem;font-family:"open sans";height:66rem;width:75rem;position:relative;display:block; }#WK1o1pw4dEOpbgPP1qzBVSLLX1BRvGzP { position:absolute;display:block;z-index:15014;background-color:rgba(85,187,71,0.85);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:0.93605625rem;width:0.93605625rem;top:30.0625rem;left:49.0625rem;display:block; }
#hR6mf0DAEhRfVUTlwAV7XqH6CysELlfX { position:absolute;display:block;z-index:15018;background-color:rgba(85,187,71,0.85);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:0.936775rem;width:0.936775rem;top:40.5rem;left:49.0625rem;display:block; }
#kerfLofhkLTqhh9PwiBwyyDulJZnyEi0 { position:absolute;display:block;z-index:15019;background-color:rgba(85,187,71,0.85);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:0.936775rem;width:0.936775rem;top:21.125rem;left:47.9375rem;display:block; }
#aWawyWTAQxWZMDpuyJIy5dIuPgwKAV9J { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;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.061875rem;width:29.9373125rem;top:13.125rem;left:43.3125rem;overflow:hidden;display:block; }
#d8keKOzudlpbDnomaS6EJspvVWwO04rP { color:#808080;display:block;width:17.6236875rem;position:absolute;font-family:"proximan regular";font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:29.5625rem;left:3.25rem;height:3.89756875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#t1JyZNfD4cHp7E1gA2Wynswz9AJRumdh { color:#808080;display:block;width:19.749375rem;position:absolute;font-family:"proximan regular";font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:39.0625rem;left:3.25rem;height:3.89756875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#cR3GDWfoVhFsscnUx6gPu4Z76I98DifC { color:#808080;display:block;width:18.1875rem;position:absolute;font-family:"proximan regular";font-size:1rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:20.75rem;left:3.25rem;height:3.89756875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#xeGMzB3UInQZpwD3RIuzkd2C5pIq65vT { color:#808080;display:block;width:19.125rem;position:absolute;font-family:"proximan regular";font-size:1rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:48.5625rem;left:3.25rem;height:3.89756875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#wDNQ7hMGcM6yc3KrGBbbkb5ZSKTXbkX6 { box-sizing:content-box;height:0.0625rem;width:0.0625rem;position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.875rem;left:9.375rem;display:block; }
#cr9V2EHsVXJUXJC0FS8UZxDKORKDe5g1 { box-sizing:content-box;height:0.125rem;width:23rem;position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:40.875rem;left:25.75rem;display:block; }
#k8TzoyklZKboprNCG82d5GdXsaUbh4C6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#A3gMq2PMHulvRaN6OA3xJBMaP2NNTaJG { color:rgba(85,187,71,0.85);display:block;width:25.561rem;position:absolute;font-family:"proximan regular";font-size:1.375rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:27.6875rem;left:3.25rem;height:1.65003125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#S5LRdNQk6mTcIMLzGmZHazkSGbUBQ26M { color:rgba(85,187,71,0.85);display:block;width:25.561rem;position:absolute;font-family:"proximan regular";font-size:1.375rem;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;top:37.25rem;left:3.25rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#EwcDTft5LWElu2cgUoaGOSKx24BAnTRd { color:rgba(85,187,71,0.85);display:block;width:15.3125rem;position:absolute;font-family:"proximan regular";font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:18.875rem;left:3.25rem;height:1.65003125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#n3rFQTUIuLTH8LFr2c5Tb6Xw1UAkDOot { color:rgba(85,187,71,0.85);display:block;width:15.3125rem;position:absolute;font-family:"proximan regular";font-size:1.375rem;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;top:46.875rem;left:3.25rem;height:1.6503875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#W0f72TfcctNEzKdFCUusrKaSTJALNnGi { color:rgba(var(--color-primary-2),1);display:block;width:46.4351875rem;position:absolute;font-family:"proximan regular";font-size:2.125rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:4.9375rem;left:0rem;height:2.3372375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JRrZsAET34JeabmMs31wL1qtTgXvUTve { display:block;width:32.1875rem;position:absolute;font-family:"proximan regular";font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:8.125rem;left:0.125rem;height:5.523725rem;color:#808080;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UQQaH0ehTBGtJIQuvmSIeMP80rOySoPp { color:#808080;display:block;width:18.1875rem;position:absolute;font-family:"proximan regular";font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.2;letter-spacing:0;top:31.0625rem;left:56rem;height:4.048825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#heshetleSbBaonByDRhNIRxNeT5KRBFn { box-sizing:content-box;height:0.124511875rem;width:22.9996875rem;position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.4375rem;left:25.9375rem;display:block; }
#q8KDx9RL5QxBqZWEJmL6E5Q3nv4oT8UP { box-sizing:content-box;height:0.124511875rem;width:22.9996875rem;position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.5625rem;left:24.6875rem;display:block; }
#CVxCT3LpS9OKr0x8a0pkBdZARZxekhug { box-sizing:content-box;height:0.124511875rem;width:22.9996875rem;position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:50.4375rem;left:25rem;display:block; }
#tGbByW9EAsL64wTfcIDkO30pKR4NSTLT { position:absolute;display:block;z-index:15019;background-color:rgba(85,187,71,0.85);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:0.9366875rem;width:0.9366875rem;top:50rem;left:48.1875rem;display:block; }
#sleAnLQHJTbeRRGBa79PAnIeaTyNrzPP { position:absolute;display:block;z-index:15054;height:4.56055rem;width:15.8735rem;top:56.188152313233rem;left:3.2497844696045rem;display:block; }
#Mxrk0lHxhPssC2xNo0FdAoCrnuna056A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6dc461;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Mxrk0lHxhPssC2xNo0FdAoCrnuna056A > .row .container { background-color: transparent; background-image: none; }#Mxrk0lHxhPssC2xNo0FdAoCrnuna056A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mxrk0lHxhPssC2xNo0FdAoCrnuna056A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mxrk0lHxhPssC2xNo0FdAoCrnuna056A > .row .container > .video-iframe-container { display: none; }#Mxrk0lHxhPssC2xNo0FdAoCrnuna056A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mxrk0lHxhPssC2xNo0FdAoCrnuna056A > .row > .video-iframe-container { display: none; }#Mxrk0lHxhPssC2xNo0FdAoCrnuna056A > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mxrk0lHxhPssC2xNo0FdAoCrnuna056A > .row .container { border-width: 0; border-radius: 0; }#Mxrk0lHxhPssC2xNo0FdAoCrnuna056A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mxrk0lHxhPssC2xNo0FdAoCrnuna056A > .row .container { font-size:0.875rem;font-family:arial;height:46.3125rem;width:75rem;position:relative;display:block; }#MBT5b6OCqVpZshP70q3goTLfWo6Gfc8K { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(0,0,0,0.1) ;height:10.8125rem;width:10.8125rem;top:31.561920166016rem;left:3.124276638031rem;display:block; }
#ZJ0gxz6pO7kqXl9BL7mpt1znDGbBDXuu { color:#ffffff;display:block;width:17.124rem;position:absolute;font-family:"proximan regular";font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:32.562355041504rem;left:15.812356472016rem;height:1.74985625rem;font-style:normal;display:block; }
#KMFFgMDgAgz62Ni9iTcnpllTKWdd6g4V { color:#ffffff;display:block;width:21.5rem;position:absolute;font-family:"proximan regular";font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:36.1875rem;left:15.8125rem;height:7.795125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cICAlphdbsrT3UzPMHKSJuZdJRBrlx9f { color:#ffffff;display:block;width:17.1228125rem;position:absolute;font-family:"proximan regular";font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:34.124855041504rem;left:15.874566555023rem;height:1.39901875rem;font-style:normal;display:block; }
#tk6o5AMnLOey71fyuwz2aS43lXBTwIRH { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8.5625rem;border-top-right-radius:8.5625rem;border-bottom-left-radius:8.5625rem;border-bottom-right-radius:8.5625rem;box-shadow: none;height:10.2495625rem;width:10.2495625rem;top:31.841726779937rem;left:3.4035010337829rem;overflow:hidden;display:block; }
#nD3qMe2TQiFQZHaeFCTpsdESQWJztFIH { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.4375rem;border-top-right-radius:6.4375rem;border-bottom-left-radius:6.4375rem;border-bottom-right-radius:6.4375rem;box-shadow: none;height:9.9375rem;width:9.9375rem;top:13.499855041504rem;left:41.624713420868rem;overflow:hidden;display:block; }
#ptiZoHqZ7UODh4B5dpsoiro10TxFEABu { color:#ffffff;display:block;width:21rem;position:absolute;font-family:"proximan regular";font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:17.874855041504rem;left:15.812356472016rem;height:5.1967625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EOGhpVTCFwDIZEZTTemV5fkRwmLGIcT5 { color:#ffffff;display:block;width:17.1220625rem;position:absolute;font-family:"proximan regular";font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:15.311920166016rem;left:15.874566555023rem;height:1.3997375rem;font-style:normal;display:block; }
#Ic18zlyoxACu4u0mxuW3BC6M6NiOHn1a { color:#ffffff;display:block;width:20.9375rem;position:absolute;font-family:"proximan regular";font-size:1rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:17.874855041504rem;left:53.687068462372rem;height:5.1967625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NycVJTV5xQFCJz1T6DdWK0anS5R9eyZd { color:#ffffff;display:block;width:20.3125rem;position:absolute;font-family:"proximan regular";font-size:1rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:15.311920166016rem;left:53.749278545379rem;height:1.3997375rem;font-style:normal;display:block; }
#R2BQG5sInqNpgrgAmfGkPEQBct6ZaQ3f { color:#ffffff;display:block;width:17.1230625rem;position:absolute;font-family:"proximan regular";font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:13.749420166016rem;left:15.812356472016rem;height:1.74985625rem;font-style:normal;display:block; }
#LWBsNeWZzGA9xmEpHVyXm2unWAolinhb { color:#ffffff;display:block;width:17.1230625rem;position:absolute;font-family:"proximan regular";font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:13.749420166016rem;left:53.749278545379rem;height:1.74985625rem;font-style:normal;display:block; }
#dJOQLN2d7EohJ4mpGkDwJDyTG3Q9PkcO { color:#ffffff;display:block;width:15.5625rem;position:absolute;font-family:"proximan regular";font-size:2.125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:3.125rem;left:5.8125rem;height:2.7625875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LDazeQegrrn7a1P2I06KGt9XK2mV4ict { display:block;width:36.3125rem;position:absolute;font-family:"proximan regular";font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:6.310546875rem;left:5.8125rem;height:3.14959375rem;color:rgba(var(--color-primary-0),1);font-style:normal;text-align:left;text-align-last:left;display:block; }
#EESK2PRWMkv2eXPf8sbUIvPDnG9l3x5a { color:#292929;display:block;width:39.3120625rem;position:absolute;font-family:"proximan regular";font-size:1.9375rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:3.3083047866821rem;left:20.310908794403rem;height:2.5180875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VqzX0CKKkzGQIGqcvoRVbJIWSRRmbaI3 { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(0,0,0,0.1) ;height:10.8125rem;width:10.8125rem;top:13.062210083007rem;left:41.187068462372rem;display:block; }
#L8HBXFkMQ00XdznHTtE3ZwsUSrexZ3kT { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(0,0,0,0.1) ;height:10.8125rem;width:10.8125rem;top:12.647712707519rem;left:3.124276638031rem;display:block; }
#Dr1P4sk0EbPieGqz16iEqwX9mgoQAJbK { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.4375rem;border-top-right-radius:6.4375rem;border-bottom-left-radius:6.4375rem;border-bottom-right-radius:6.4375rem;box-shadow: none;height:10.2495625rem;width:9.9370625rem;top:12.868200778961rem;left:3.5597510337829rem;overflow:hidden;display:block; }
#I3L5LS4Uhxqaafl7URFKVvDqLJuS6KZs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#I3L5LS4Uhxqaafl7URFKVvDqLJuS6KZs > .row .container { background-color: transparent; background-image: none; }#I3L5LS4Uhxqaafl7URFKVvDqLJuS6KZs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I3L5LS4Uhxqaafl7URFKVvDqLJuS6KZs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I3L5LS4Uhxqaafl7URFKVvDqLJuS6KZs > .row .container > .video-iframe-container { display: none; }#I3L5LS4Uhxqaafl7URFKVvDqLJuS6KZs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I3L5LS4Uhxqaafl7URFKVvDqLJuS6KZs > .row > .video-iframe-container { display: none; }#I3L5LS4Uhxqaafl7URFKVvDqLJuS6KZs > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I3L5LS4Uhxqaafl7URFKVvDqLJuS6KZs > .row .container { border-width: 0; border-radius: 0; }#I3L5LS4Uhxqaafl7URFKVvDqLJuS6KZs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I3L5LS4Uhxqaafl7URFKVvDqLJuS6KZs > .row .container { font-size:0.875rem;font-family:arial;height:45.8125rem;width:75rem;position:relative;display:block; }#p7piRUqJGXNxszes0WbGk51eVbGXimEA { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:"proximan regular";font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:17.125rem;left:49.75rem;height:2rem;font-style:normal;display:block; }
#OLkVytT27JEBdn4fEhgTTOV0fgmMDKuO { color:#000000;display:block;width:24.4375rem;position:absolute;font-family:"proximan regular";font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:19.374298095703rem;left:49.749713420868rem;height:5.60185rem;font-style:normal;display:block; }
#aQaX7PB444e2p8fdO8Cht4moATCwBAFt { color:#000000;display:block;width:43.125rem;position:absolute;font-family:"proximan regular";font-size:1rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:8.8114929199219rem;left:1.500289440155rem;height:3.1987875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sTxrR2QuNGp3uDlTuT0ZoQlT1aoT4xrL { box-sizing:content-box;height:18.75rem;width:0.0625rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-2),1);background-image:none;top:18.4375rem;left:48.8125rem;display:block; }
#fDlbWdWfR3dWL7nisDHUZSLtAaW1Ad53 { box-sizing:content-box;height:1rem;width:1rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);background-image:none;top:17.625rem;left:48.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#NZX68tQyuSUqITTC1vhAgV9JUr1kkhof { color:rgba(var(--color-secondary-4),1);display:block;width:24.5625rem;position:absolute;font-family:"proximan regular";font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:26.5625rem;left:49.75rem;height:2rem;font-style:normal;display:block; }
#gWMJlrMAfBvixRtbkd69HMHE5KTsBAfL { color:#000000;display:block;width:24.9375rem;position:absolute;font-family:"proximan regular";font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:28.812225341797rem;left:49.749713420868rem;height:5.60185rem;font-style:normal;display:block; }
#JVldKeHBwt7dWBdSAXoPuFsT0DCd6vGr { box-sizing:content-box;height:1rem;width:1rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:rgba(var(--color-primary-2),1);background-image:none;top:27.0625rem;left:48.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#rxPNTaeE51R8J955ILaMRvqrve800cAQ { color:rgba(var(--color-primary-2),1);display:block;width:24.8125rem;position:absolute;font-family:"proximan regular";font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:36.000003814698rem;left:49.75rem;height:2rem;font-style:normal;display:block; }
#uE2oUItdQTR8Z4nAC4bnWPQPmc8FpDqE { box-sizing:content-box;height:1rem;width:1rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15020;background-color:rgba(var(--color-primary-2),1);background-image:none;top:36.5625rem;left:48.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#TxVTS3qwUTVWca8zFsNF4FgcpSxhGnut { color:#000000;display:block;width:21.8125rem;position:absolute;font-family:"proximan regular";font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:38.25rem;left:49.75rem;height:4.2013875rem;font-style:normal;display:block; }
#BbRL95QcldT8lCqg6FJFU6cxhP410zl2 { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;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.3744375rem;width:34.68675rem;top:18.43533039093rem;left:5.7175927162171rem;overflow:hidden;display:block; }
#y7Vkp5nObEtmpZTkdMtMTTih2nKT2NEB { color:rgba(var(--color-primary-2),1);display:block;width:30.3125rem;position:absolute;font-family:"proximan regular";font-size:2.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:5.1956024169922rem;left:1.500289440155rem;height:2.7625875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sJDahs0iMFHTZXMyRFanZWiNsTs1zALA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8747125rem;width:2.8747125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2));top:22.872541427613rem;left:20.779803752899rem; }
#adaNgTMt2pBaBTn2TcmecstFGkqKNMpB { color:#292929;display:block;width:12.8125rem;position:absolute;font-family:"proximan regular";font-size:2.125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:3.125rem;left:19.375rem;height:2.76171875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#hC8H3TFKyKRlRRCDfTqpBJozitozmnLu { box-sizing:content-box;height:1rem;width:1rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);background-image:none;top:17.625rem;left:48.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#pdqeiUnpebiq5quqN2SdQALvq4uDDaBi { box-sizing:content-box;height:1rem;width:1rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);background-image:none;top:17.625rem;left:48.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#iwWpiTlXhkEEilCZL74DApBI3EnvJFAT { position:absolute;display:block;z-index:15055;height:4.5601875rem;width:15.873125rem;top:38.935910224914rem;left:1.500289440155rem;display:block; }
#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N > .row .container { background-color: transparent; background-image: none; }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N > .row .container > .video-iframe-container { display: none; }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N > .row > .video-iframe-container { display: none; }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N > .row .container { border-width: 0; border-radius: 0; }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N > .row .container { font-size:0.875rem;font-family:arial;height:15.875rem;width:75rem;position:relative;display:block; }#NUqfgPLqVKapnG5RJLypP4vyoCyvExuo { color:#4fbf70;display:block;width:32.123875rem;position:absolute;font-family:"proximan regular";font-size:2.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:3.375rem;left:0rem;height:2.7625875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JlHQZuAfFkU73e7xfxrO0VC7ri0bISnX { display:block;width:29.5625rem;position:absolute;font-family:"proximan regular";font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:6.6875rem;left:0.125rem;height:6.90465625rem;color:#808080;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mnTEDun6scab88eQRVHThqvTUlqtCemg { box-sizing:content-box;height:10.7498125rem;width:0.185546875rem;position:absolute;display:block;z-index:15009;background-color:rgba(79,191,112,0.85);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.375rem;left:36.625rem;display:none; }
#lBlb1pPiusnRpPePZDxD779oLALAOmQX { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#EorBJ5mopZa93LKbpEzmgRmzkSxTeha7 { color:#4fbf70;display:block;width:34.9353125rem;position:absolute;font-family:"proximan regular";font-size:1.4375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:15.55908203125rem;left:0rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#lnAwrc5qU3q7GzIpbsvzU4pRopZERGo7 { position:relative;display:block; }#lnAwrc5qU3q7GzIpbsvzU4pRopZERGo7 { background-color: transparent; background-image: none; }#lnAwrc5qU3q7GzIpbsvzU4pRopZERGo7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lnAwrc5qU3q7GzIpbsvzU4pRopZERGo7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lnAwrc5qU3q7GzIpbsvzU4pRopZERGo7 > .row .container > .video-iframe-container { display: none; }#lnAwrc5qU3q7GzIpbsvzU4pRopZERGo7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lnAwrc5qU3q7GzIpbsvzU4pRopZERGo7 > .row > .video-iframe-container { display: none; }#lnAwrc5qU3q7GzIpbsvzU4pRopZERGo7 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lnAwrc5qU3q7GzIpbsvzU4pRopZERGo7 { border-width: 0; border-radius: 0; }#lnAwrc5qU3q7GzIpbsvzU4pRopZERGo7 > .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; }#lnAwrc5qU3q7GzIpbsvzU4pRopZERGo7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:83.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#niik7ehOHiQN0p4gf1m4MTuhT2kCOxxn { box-sizing:content-box;height:1.9375rem;width:31.0625rem;position:absolute;display:block;z-index:15036;background-color:#f8f8f8;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.5rem;left:38.875rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#Z9ED9uxM7EGV0kRJJnZXcZLHPFAn9Fzt { color:rgba(85,187,71,0.85);display:block;width:25.561rem;position:absolute;font-family:"proximan regular";font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.2;letter-spacing:0;top:1.75rem;left:39.875rem;height:1.349825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#kCRHuOJABlxb6L2xlJCIcl9kiUnLpJEy { box-sizing:content-box;height:2.06235625rem;width:31.124875rem;position:absolute;display:block;z-index:15077;background-color:#f8f8f8;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.4375rem;left:0.1875rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#NzDRTIlGOrx3c1t9OxTu8MryPhQqcmrP { display:block;width:1.62435rem;position:absolute;font-family:proxim;font-size:1.25rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:5.4375rem;left:40.25rem;height:1.625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#koIoyQCsTHiXTHsVxeyXr8xoFpcnO7v3 { color:rgba(85,187,71,0.85);display:block;width:25.561rem;position:absolute;font-family:"proximan regular";font-size:1.25rem;font-weight:400;z-index:15058;line-height:1.2;letter-spacing:0;top:5.3125rem;left:2.6875rem;height:1.49956875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#yrWZu5EVPtFRCMOmbwoWyv0OwvPThzr1 { color:rgba(85,187,71,0.85);display:block;width:25.561rem;position:absolute;font-family:"proximan regular";font-size:1.25rem;font-weight:400;z-index:15035;line-height:1.2;letter-spacing:0;top:5.5rem;left:43.375rem;height:1.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#S7OgOfyNttWyme1eDOIwrGznPHAdKpKT { color:rgba(85,187,71,0.85);display:block;width:25.560625rem;position:absolute;font-family:"proximan regular";font-size:1.125rem;font-weight:400;z-index:15079;line-height:1.2;letter-spacing:0;top:1.6875rem;left:0.8125rem;height:1.349825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#avdKB6fHdUSR3TWh6UNESTyn9MlDSPfZ { display:block;width:25.0621875rem;position:absolute;font-family:"proximan regular";font-size:0.9375rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:7rem;left:2.625rem;height:7.309025rem;color:#808080;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rBVyRiGlqxrvuIbcTlyzUJ9h6T91Jfso { display:block;width:26.5625rem;position:absolute;font-family:"proximan regular";font-size:0.9375rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:7.1875rem;left:43.3125rem;height:3.6545125rem;color:#808080;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zkZMKvvpU2nfS0Ny4wQhN3XGhv7X6pMA { position:absolute;display:block;z-index:15044;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.9375rem;width:21.9375rem;top:9.9375rem;left:2.625rem;overflow:hidden;display:block; }
#GabySRTPTuIQ84n3KPtnSLadzQwfMwvu { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:22.3115rem;top:11.75rem;left:43.375rem;overflow:hidden;display:block; }
#khSev2hOe27cA4gbopVfWKACygZax4pu { box-sizing:content-box;height:0.874025rem;width:0.874025rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15048;background-color:rgba(var(--color-tertiary-2),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.4375rem;left:34rem;display:block; }
#ZZTkA7aq1zlqLoUIMweE4hDEV3MWi46u { box-sizing:content-box;height:10.749rem;width:0.185546875rem;position:absolute;display:block;z-index:15048;background-color:rgba(85,187,71,0.85);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23rem;left:34.375rem;display:block; }
#hfSERQ6HPfTPGRJpZEakC23O7olPkB4l { position:absolute;display:block;z-index:15045;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.625rem;width:21.625rem;top:35.1875rem;left:2.75rem;overflow:hidden;display:block; }
#DEVFFfoQwmZ2PytJVemo6Fva7S2LO6l6 { display:block;width:26.0625rem;position:absolute;font-family:"proximan regular";font-size:0.9375rem;font-weight:400;z-index:15048;line-height:1.3;letter-spacing:0;top:31.9375rem;left:2.75rem;height:7.309025rem;color:#808080;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IVBz378cTsgQTQqA668BqLt4ZhxksaHa { box-sizing:content-box;height:20.4375rem;width:0.125rem;position:absolute;display:block;z-index:15049;background-color:rgba(85,187,71,0.85);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:57.8125rem;left:34.375rem;display:block; }
#gqwqn2XvT2LewXFUVi42N5GKcVAb03oT { box-sizing:content-box;height:0.874025rem;width:0.874025rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15049;background-color:rgba(var(--color-tertiary-2),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:35.1875rem;left:34rem;display:block; }
#zEvBQN3CS7hw1lzPh1mbOTOzOZ2RGubD { color:rgba(85,187,71,0.85);display:block;width:25.561rem;position:absolute;font-family:"proximan regular";font-size:1.25rem;font-weight:400;z-index:15059;line-height:1.2;letter-spacing:0;top:30.3125rem;left:2.625rem;height:1.49956875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#CexCtry7hVGtf0CrW8DP0V8cePD42yWV { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15024;background-color:rgba(85,187,71,0.85);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.4375rem;left:40.25rem;display:block; }
#yaqFUKeVqV32p3pFQyP6euZyVlPCnN2w { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.125rem;width:21.5625rem;top:37rem;left:43.5rem;overflow:hidden;display:block; }
#wMzDuDLPtZFuusPDG3SmJugUkCJevu8z { display:block;width:26.0625rem;position:absolute;font-family:"proximan regular";font-size:1rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:32.3125rem;left:43.3125rem;height:3.89756875rem;color:#808080;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EbsHi4EqipQQOFov3zI1K5HNrQgi0cIQ { display:block;width:1.62435rem;position:absolute;font-family:proxim;font-size:1.25rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:30.5625rem;left:40.375rem;height:1.625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#AkvBlFBEHJO6CFhKQczfl76DOrA17sUy { color:rgba(85,187,71,0.85);display:block;width:25.561rem;position:absolute;font-family:"proximan regular";font-size:1.25rem;font-weight:400;z-index:15027;line-height:1.2;letter-spacing:0;top:30.5625rem;left:43.3125rem;height:1.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#d7eKxKR5WcRbwgIr21RJC47fPUb5bLDR { color:rgba(85,187,71,0.85);display:block;width:27.25rem;position:absolute;font-family:"proximan regular";font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.2;letter-spacing:0;top:54.625rem;left:42.8125rem;height:1.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#lXEqixeudz4PAUP4Iuegx2rCns37oIN8 { display:block;width:24.375rem;position:absolute;font-family:"proximan regular";font-size:0.9375rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:56.625rem;left:43.1875rem;height:7.309025rem;color:#808080;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UGnbJAf7EQPa9aTu234KQOMOGdhkLnm8 { color:rgba(85,187,71,0.85);display:block;width:25.5605625rem;position:absolute;font-family:"proximan regular";font-size:1.25rem;font-weight:400;z-index:15060;line-height:1.2;letter-spacing:0;top:54.5rem;left:2.5rem;height:1.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#uoOnfqQknO9bMTWn7C2OoZGe8BsrtxWO { display:block;width:24.375rem;position:absolute;font-family:"proximan regular";font-size:0.9375rem;font-weight:400;z-index:15052;line-height:1.3;letter-spacing:0;top:56.375rem;left:2.5625rem;height:7.309025rem;color:#808080;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oOTQ8mE16WktEk39vwqkLvgD5hZusFCc { box-sizing:content-box;height:0.874025rem;width:0.874025rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15051;background-color:rgba(153,153,153,0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:54.9375rem;left:34rem;display:block; }
#tJ4VIv6UVPAe2rtVJ8BCIxHbBV0wN7Er { position:absolute;display:block;z-index:15046;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.8125rem;width:21.8125rem;top:59.4375rem;left:2.5625rem;overflow:hidden;display:block; }
#HuhQ8nml13WTTzslFA46PNGIPWmPvpUi { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.1875rem;width:21.749rem;top:65.3125rem;left:43.1875rem;overflow:hidden;display:block; }
#MKieyM79UJXcOio0i1nXONZ60Vgfd2I9 { display:block;width:1.624025rem;position:absolute;font-family:proxim;font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:54.5625rem;left:40.5rem;height:1.625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#OHC498KvEGeFU4ScPg9J5ENkxEQtzWG0 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15020;background-color:rgba(85,187,71,0.85);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:54.4375rem;left:40.375rem;display:block; }
#RehPF91BXzpdpug7Fpz2hLtLu0QpWvnz { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15031;background-color:rgba(85,187,71,0.85);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.3125rem;left:40.125rem;display:block; }
#irs3ChxAlEXKgIXIEl7GCFmzkmT14ucq { box-sizing:content-box;height:15.0625rem;width:0.125rem;position:absolute;display:block;z-index:15050;background-color:rgba(85,187,71,0.85);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:37.6875rem;left:34.4375rem;display:block; }
#DeALN3AmXNSK8JKonUQdUZWeXnDgA2sZ { box-sizing:content-box;height:10.75rem;width:0.125rem;position:absolute;display:block;z-index:15049;background-color:rgba(85,187,71,0.85);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.875rem;left:34.4375rem;display:block; }
#Vu5AiqImvuK2267lPkQO0JtDfrtUxc2H { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15041;background-color:rgba(85,187,71,0.85);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.125rem;left:0rem;display:block; }
#SbmCxe59oiVApFVGwSmb8wv3sy0XDZNW { display:block;width:1.62435rem;position:absolute;font-family:proxim;font-size:1.25rem;font-weight:400;z-index:15059;line-height:1.3;letter-spacing:0;top:5.25rem;left:0.125rem;height:1.6247125rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#xqdCT6NTgXQDUyRryLUDqhq0qkkdkrTl { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15040;background-color:rgba(85,187,71,0.85);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.0625rem;left:0.125rem;display:block; }
#ga8aTZOT478y4ErPfPDh3OzT2LuTa0we { display:block;width:1.62435rem;position:absolute;font-family:proxim;font-size:1.25rem;font-weight:400;z-index:15063;line-height:1.3;letter-spacing:0;top:30.1875rem;left:0.3125rem;height:1.6247125rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#x0kRIATcftSD95zQyuoJWkfJ81APUSZB { display:block;width:1.624025rem;position:absolute;font-family:proxim;font-size:1.25rem;font-weight:400;z-index:15064;line-height:1.3;letter-spacing:0;top:54.4375rem;left:0.1875rem;height:1.625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#zNJWu4tlRJy8IwToQJa7AslmB4ZMlCyD { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15041;background-color:rgba(85,187,71,0.85);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:54.3125rem;left:0.0625rem;display:block; }
#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4f4f4;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row .container { background-color: transparent; background-image: none; }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row .container > .video-iframe-container { display: none; }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row > .video-iframe-container { display: none; }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row .container { border-width: 0; border-radius: 0; }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row .container { font-size:0.875rem;font-family:arial;height:40.8125rem;width:75rem;position:relative;display:block; }#enIMFTKSv0T3NNWgi43oKfLA2fgWpV0X { color:rgba(79,191,112,0.85);display:block;width:37.062375rem;position:absolute;font-family:"proximan regular";font-size:2.125rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:4.0625rem;left:0rem;height:2.5499125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ll6AJGRT9TvD4vfFRIttkR3AFBe853zg { display:block;width:34.75rem;position:absolute;font-family:"proximan regular";font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:7.6875rem;left:0rem;height:10.19675625rem;color:#808080;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hnDmt5G55yP7rUPiL2IeCsA146iT7pGi { color:rgba(85,187,71,0.85);display:block;width:26.31075rem;position:absolute;font-family:"proximan regular";font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:18.0625rem;left:0rem;height:1.78746875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XTBKFLJ9T7WlN3WqEkNdZNzbPPDMRbPQ { display:block;width:28.5rem;position:absolute;font-family:"proximan regular";font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:21.25rem;left:1.5625rem;height:8.9974125rem;color:#808080;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wkvXWopEorroDzspFkSlxrKaspWgmmGC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.99935rem;width:0.99935rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:21.4375rem;left:0.0625rem; }
#bAeaDTqXNZqUXCFLIxePwJvocDcr7Ne3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9989875rem;width:0.9989875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:23rem;left:0rem; }
#MeFqTBSrRNxG2ev4xG0cB7kxtwpk5f5S { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.99935rem;width:0.99935rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:24.4375rem;left:0rem; }
#IDXsnTU3b22k7xflAE617yxgr0VBW6vX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.99935rem;width:0.99935rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:25.9375rem;left:0rem; }
#zcbCeBsevwLfowPqFiPUZpcOxby4bdmo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.99935rem;width:0.99935rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:27.4375rem;left:0rem; }
#Af7dcVk3WksiSK7fQpNxTzFe58Fd4QIu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9989875rem;width:0.9989875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:28.9375rem;left:0rem; }
#iEfLW2RNgFkSBCS0bKyZ16VMslcJewyJ { position:absolute;display:block;z-index:15051;height:17.6875rem;width:31.75rem;top:9.6875rem;left:39.8125rem;display:block; }
#oJXAtJwXrGb2zG2FzK2Q7l6Ta9yiIUu3 { color:rgba(85,187,71,0.85);display:block;width:26.31075rem;position:absolute;font-family:"proximan regular";font-size:1.6875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:27.875rem;left:0rem;height:2.1933625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#gQh84QXoIt1IhECqI4IefUVOy3HEw9Fn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9989875rem;width:0.9989875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:30.9375rem;left:3.1875rem;display:none; }
#tZlTwtPsVT2BLD0RGiViQqTHU6kUSNiL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9989875rem;width:0.9989875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:24.5625rem;left:0rem;display:none; }
#V8wUlo5cTIRvPbJKXzJmGLgfyQqKRmCx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9989875rem;width:0.9989875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:24.5625rem;left:0rem;display:none; }
#qSg2qS7rSIpLG50gmqIgIV6uNKc8a9ht { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9989875rem;width:0.9989875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:24.5625rem;left:0rem;display:none; }
#KbKIWW1hhlsaEfCLaaSAosg6FUvTnOii { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9989875rem;width:0.9989875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:24.5625rem;left:0rem;display:none; }
#Vafvot1ypnPoSGO3C9d8FXMWt5TLtM4S { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9989875rem;width:0.9989875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:24.5625rem;left:0rem;display:none; }
#WeZHni2xTqeNqc8eQIMZbKQ8G5grHaHi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9989875rem;width:0.9989875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:24.5625rem;left:0rem;display:none; }
#zkwD9blvTCvut9IErLW2fdXqA8ocXKVb { position:absolute;display:block;z-index:15054;height:4.5625rem;width:15.875rem;top:32.3125rem;left:0rem;display:none; }
#mnIOdG8O9he8U5PziTCCTSAp5HX5J9Uq { position:absolute;display:block;z-index:15056;height:4.5601875rem;width:15.873125rem;top:32.516639709472rem;left:0rem;display:block; }
#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(85,187,71,0.85);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .row .container { background-color: transparent; background-image: none; }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .row .container > .video-iframe-container { display: none; }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .row > .video-iframe-container { display: none; }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .row .container { border-width: 0; border-radius: 0; }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .row .container { font-size:0.875rem;font-family:arial;height:24.875rem;width:75rem;position:relative;display:block; }#p4OgPb5TSQ6l9sRlRaToh6kTSgkEFslk { display:block;width:32.5615rem;position:absolute;font-family:"proximan regular";font-size:2.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:2.247540473938rem;left:21.218896389008rem;height:2.924625rem;font-style:normal;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;display:block; }
#EyGfmTzfTqbQMuCwAJlz9e980VKG4obQ { color:#ffffff;display:block;width:11.8735625rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:10.403646469116rem;left:1.370080947876rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GFpdqPsQWEudV0esefwGw6JnTT2gOLIW { color:#ffffff;display:block;width:11.8735625rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:10.812355041504rem;left:20.399306774139rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ftETNJlBckeTax07HmwW3T4duZ2P8H1r { color:#ffffff;display:block;width:11.8735625rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:10.812355041504rem;left:41.652202129364rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WpSXhVKGsUsERZdZF3N1Gg2pRtSK03C3 { color:#ffffff;display:block;width:7.8746875rem;position:absolute;font-family:"proximan regular";font-size:1.0625rem;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;top:18.122832298279rem;left:3.3716721534729rem;height:2.5491875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MW6hXpzsDCrVHNMUgI8flG94pxRV5INg { color:#ffffff;display:block;width:11.9994375rem;position:absolute;font-family:"proximan regular";font-size:1.0625rem;font-weight:400;z-index:15021;line-height:1.2;letter-spacing:0;top:18.328271508217rem;left:22.305411815643rem;height:2.5491875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VyeF2bfVK7LV4Hhbvb1KbiCNuGfDGJTx { color:#ffffff;display:block;width:10.4369375rem;position:absolute;font-family:"proximan regular";font-size:1.0625rem;font-weight:400;z-index:15024;line-height:1.2;letter-spacing:0;top:18.398439049721rem;left:42.371242046356rem;height:2.5491875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WIJQoD0zqXWzdStGbrk673TGmnW5sysd { color:#ffffff;display:block;width:9.1869375rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:10.811859130859rem;left:63.21615076065rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fqAFTVJTT5gRmw9L7B1sxQZ8ukDn4vnE { color:#ffffff;display:block;width:8.74925rem;position:absolute;font-family:"proximan regular";font-size:1.0625rem;font-weight:400;z-index:15027;line-height:1.2;letter-spacing:0;top:18.1875rem;left:63.3125rem;height:1.2747375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#csJ0giE7fdv1vuP2V3DqHXNyFsweZwAG { position:absolute;display:block;z-index:15028;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.499875rem;width:0.062210625rem;top:8.375rem;left:37.0625rem;display:block; }
#k6D8SMxJk5OZERNczPeVIGLWtvEfVe9Z { box-sizing:content-box;height:7.9369375rem;width:7.9369375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15018;background-color:rgba(85,187,71,0.01);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(var(--color-tertiary-4),0.14) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:8.4678821563719rem;left:63.716006755831rem;display:block; }
#zffmxXzVglmlynzdqKo1urpBGd1gpqo8 { position:absolute;display:block;z-index:15029;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.499875rem;width:0.06148725rem;top:7.66854763031rem;left:58.811488628388rem;display:block; }
#g4f9fbp8kLgCDlk0PTn0Vc3iFK6dbKoW { position:absolute;display:block;z-index:15029;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.499875rem;width:0.06148725rem;top:8.2928247451781rem;left:16.560330867768rem;display:block; }
#w1bspg39My9xh8CtD6Ff9hPpFOZ3KdvT { box-sizing:content-box;height:7.9369375rem;width:7.9369375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:rgba(85,187,71,0.01);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(var(--color-tertiary-4),0.14) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:8.4678821563719rem;left:43.621242046356rem;display:block; }
#chi8yknxtdTByKyLvMyh8ovmq4clKJSJ { box-sizing:content-box;height:7.9369375rem;width:7.9369375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15020;background-color:rgba(85,187,71,0.01);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(var(--color-tertiary-4),0.14) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:8.4678821563719rem;left:22.368346691132rem;display:block; }
#M2SbXecMCfx24hqtKX1oFIxnE8zQAM7x { box-sizing:content-box;height:7.9369375rem;width:7.9369375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15021;background-color:rgba(85,187,71,0.01);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(var(--color-tertiary-4),0.14) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:8.0606193542481rem;left:3.3369507789612rem;display:block; }
#xs9aPh7XuzcNuCnAqm1atsCpGsb3GDR0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xs9aPh7XuzcNuCnAqm1atsCpGsb3GDR0 > .row .container { background-color: transparent; background-image: none; }#xs9aPh7XuzcNuCnAqm1atsCpGsb3GDR0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xs9aPh7XuzcNuCnAqm1atsCpGsb3GDR0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xs9aPh7XuzcNuCnAqm1atsCpGsb3GDR0 > .row .container > .video-iframe-container { display: none; }#xs9aPh7XuzcNuCnAqm1atsCpGsb3GDR0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xs9aPh7XuzcNuCnAqm1atsCpGsb3GDR0 > .row > .video-iframe-container { display: none; }#xs9aPh7XuzcNuCnAqm1atsCpGsb3GDR0 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xs9aPh7XuzcNuCnAqm1atsCpGsb3GDR0 > .row .container { border-width: 0; border-radius: 0; }#xs9aPh7XuzcNuCnAqm1atsCpGsb3GDR0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xs9aPh7XuzcNuCnAqm1atsCpGsb3GDR0 > .row .container { font-size:0.875rem;font-family:arial;height:32.875rem;width:75rem;position:relative;display:block; }#rKmTNRDPMio3zry6gpRxPwn91pU0Vg2x { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.1875rem 0.9375rem rgba(0,0,0,0.2) ;height:19.875rem;width:31.5625rem;top:3.9375rem;left:39.3212890625rem;overflow:hidden;display:block; }
#VyXuWMm8Q62pW6MNBBSOgmPT4qrr39fA { display:block;width:30.8125rem;position:absolute;font-family:"proximan regular";font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:9.625rem;left:3.5625rem;height:5.523725rem;color:#808080;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dJodUJGT6tsy8233BsuCf4UO2KOMtqWQ { display:block;width:17.9375rem;position:absolute;font-family:"proximan regular";font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:17.1875rem;left:4.75rem;height:5.19675rem;color:#808080;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gSWz2ABfln3XWqbHkx7e7GMTUIfT2ISW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9989875rem;width:0.9989875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:17.3125rem;left:3.5625rem; }
#BIUcEFAe0NTQNN4TA6OE9pe867QECEXV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9989875rem;width:0.9989875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:18.625rem;left:3.5625rem; }
#UeCReudWySwZDE1q7KS9qKEdMzuGsSvQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9982625rem;width:0.9982625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:19.9375rem;left:3.5625rem; }
#w6kXinsbk3gkeO5VFrhsFe5lGM8t730k { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.49754375rem;width:12.435625rem;top:27.1875rem;left:42.8125rem;overflow:hidden;display:block; }
#c08zmLfPpMwJZBhfrH3bPWqLXVXg9Us1 { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.124275rem;width:11.4359375rem;top:27.375rem;left:2.0625rem;overflow:hidden;display:block; }
#UHHTXGOSbZQZ921BAC3Xbyqgcr7MDBWr { position:absolute;display:block;z-index:14998;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5612rem;width:13.3716875rem;top:27.125rem;left:23.875rem;overflow:hidden;display:block; }
#q6vN2KEvlOach3xL0p8kfEVZoES6ikng { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.06033125rem;width:14.6216875rem;top:26.875rem;left:16.5625rem;overflow:hidden;display:block; }
#KuRfUP8yzTqxpFLgpbD9WR4dS0CELiL6 { color:rgba(var(--color-primary-2),1);display:block;width:36.9375rem;position:absolute;font-family:"proximan regular";font-size:2.125rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:3.9375rem;left:3.5625rem;height:4.67448125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#y9qnhFLwHQoNJ07iEiaigK8hEKCaTXcV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9989875rem;width:0.9989875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:17.3125rem;left:3.5625rem;display:none; }
#DEDz17ruuoKFmM4R1JsMZestwPrwPCGt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9989875rem;width:0.9989875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:17.3125rem;left:3.5625rem;display:none; }
#NQo3JLIlLXR62zNUu7uoXdPMx5VZTaxz { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.31235625rem;width:12.1245625rem;top:27.25rem;left:31.8125rem;overflow:hidden;display:block; }
#otmsQ7QBpccnKka16iw5wfVwTWElDTpu { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.31235625rem;width:11.87425rem;top:27.25rem;left:11.25rem;overflow:hidden;display:block; }
#TvaSkTpIXD82JPePdW38hBzA453lgh3J { background-color:transparent;background-image:url("https://images.assets-landingi.com/zf3hI1DG/bg2.jpg");background-position:center left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#TvaSkTpIXD82JPePdW38hBzA453lgh3J.adaptive-delivery-prevent-bg, #TvaSkTpIXD82JPePdW38hBzA453lgh3J.lazyload, #TvaSkTpIXD82JPePdW38hBzA453lgh3J.lazyloading { background-image: none; }#TvaSkTpIXD82JPePdW38hBzA453lgh3J > .row .container { background-color: transparent; background-image: none; }#TvaSkTpIXD82JPePdW38hBzA453lgh3J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),1); }#TvaSkTpIXD82JPePdW38hBzA453lgh3J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvaSkTpIXD82JPePdW38hBzA453lgh3J > .row .container > .video-iframe-container { display: none; }#TvaSkTpIXD82JPePdW38hBzA453lgh3J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),1); }#TvaSkTpIXD82JPePdW38hBzA453lgh3J > .row > .video-iframe-container { display: none; }#TvaSkTpIXD82JPePdW38hBzA453lgh3J > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvaSkTpIXD82JPePdW38hBzA453lgh3J > .row .container { border-width: 0; border-radius: 0; }#TvaSkTpIXD82JPePdW38hBzA453lgh3J::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TvaSkTpIXD82JPePdW38hBzA453lgh3J > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TvaSkTpIXD82JPePdW38hBzA453lgh3J > .row .container { width:75rem;height:22.25rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#BFuP75V4vOcIqf9Xncu9D5uW3KvwIufQ { color:rgba(0,0,0,0);display:block;width:58.499rem;position:absolute;font-family:"proxim l";font-size:3.6875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.3107643127441rem;left:6.3739876747131rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tgiuQXfNDeMCqa00EN9itGqMA4uM57IN { color:rgba(var(--color-secondary-0),0.68);display:block;width:41.7484375rem;position:absolute;font-family:"proximan regular";font-size:1.1875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:8.4367771148681rem;left:14.780816555023rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gX1ZV4zZnRHAz27FeBhgvME6I0II5cys { position:absolute;display:block;z-index:15051;height:3.3125rem;width:6rem;top:15.123046875rem;left:4.154296875rem;display:block; }
#pOqPsAF5Kv8WBnmEFPIi4P3eq1ITUQOx { color:rgba(255,255,255,0.9);display:block;width:37.687375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:11.282552719116rem;left:16.778068065643rem;height:1.70573125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GUNuxDZmVzkcGyRADeGaf8rR7rOWv5HW { position:absolute;display:block;z-index:15053;height:3.56228125rem;width:6.3748125rem;top:9.3815116882325rem;left:66.557077407837rem;display:block; }
#am1QzMeTsiTrrTDw9P6eH2hS5t4TPX4Q { position:absolute;display:block;z-index:15080;height:4.49978125rem;width:8.0620625rem;top:15.122615814209rem;left:65.711809158325rem;display:none; }
#mpO9Hl3gkTahLnVVilyJZyEf0BXKSEK6 { position:absolute;display:block;z-index:15024;height:3.99956875rem;width:7.1245625rem;top:5.9678821563721rem;left:0.87456703186037rem;display:block; }
#bZkHgMvCuwxnKiVeXAAVHUVUT6JNalnT { position:absolute;display:block;z-index:15057;height:4.56055rem;width:15.8735rem;top:15.12260055542rem;left:27.685548782349rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #La0f7kWXvIa9iLr2T6ehPpOtOg9ewl9R { background-color:transparent;background-image: -webkit-linear-gradient(45deg, #000000, rgba(0,0,0,0.1));background-image: -moz-linear-gradient(45deg, #000000, rgba(0,0,0,0.1));background-image: -ms-linear-gradient(45deg, #000000, rgba(0,0,0,0.1));background-image: -o-linear-gradient(45deg, #000000, rgba(0,0,0,0.1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000019' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000019' );";background-image: linear-gradient(45deg, #000000, rgba(0,0,0,0.1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#La0f7kWXvIa9iLr2T6ehPpOtOg9ewl9R > .row .container { background-color: transparent; background-image: none; }#La0f7kWXvIa9iLr2T6ehPpOtOg9ewl9R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#La0f7kWXvIa9iLr2T6ehPpOtOg9ewl9R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#La0f7kWXvIa9iLr2T6ehPpOtOg9ewl9R > .row .container > .video-iframe-container { display: none; }#La0f7kWXvIa9iLr2T6ehPpOtOg9ewl9R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#La0f7kWXvIa9iLr2T6ehPpOtOg9ewl9R > .row > .video-iframe-container { display: none; }#La0f7kWXvIa9iLr2T6ehPpOtOg9ewl9R > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#La0f7kWXvIa9iLr2T6ehPpOtOg9ewl9R > .row .container { border-width: 0; border-radius: 0; }#La0f7kWXvIa9iLr2T6ehPpOtOg9ewl9R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QRkO3ii9MpHGzzeITaubILiMNS24SggS { width:10rem;height:2.9371390354277rem;top:0.875rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #AEL5Ltn24P8bJdbmvOUGpoT5k1B9LICh { top:1.75rem;left:28.557437419891rem;width:15.6875rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2cEWplAtRorc4ZgEME0D2zxD9NKIJEV { top:1.8125rem;left:30.875rem;width:16.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkP9y1g2nSzdxXRnHTV54ccSF5gfH6JE { top:4.25rem;left:37.0625rem;width:10.6875rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTzTakFIJXHyNwLZsTZs0zD3cfUDhB0X { top:1.75rem;left:43.868636608124rem;width:1.375rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu { display:block; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JUFxpbR3zGalxIySTIAXEU0kzHLH4VQC { width:32.1875rem;height:3.0625rem;top:2.625rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWIR6bkh26xKyt5T7uTRcyr0fB85nNPC { width:32rem;height:3.6875rem;top:10.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8BAXyOwZWCOBGaXbTzkNplChbldhkWa { width:22.375rem;height:6.9375rem;top:16rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQI4J7P5NJycnULSMEfTfO9ElTzdGmfW { width:39.4375rem;height:3.0625rem;top:6.3125rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXAXDGnh2SBCfZKUzQkWNcP0gZ6FvEPa { top:16.25rem;left:0rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Enr8LRuM2RwOtTJBncKITS8unLLMFcts { top:17.625rem;left:0rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqL3Lpm5FA9JRZZspHCVV8tUcssXJ2pb { top:19.0625rem;left:0rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vwsp0TpwTC2G9zUuvwocMpWadLFzD3UT { top:24.5625rem;left:0rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ckqVJrCemJmshxy48R5qbz2PVPT4eorp { top:24.5625rem;left:0rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hMnDFJsd9brIDDfoXcE8DOgqB4OHHf30 { top:24.5625rem;left:0rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SALuQsiQR9ClOmX9XF2GE4zDMzf5DNU5 { top:20.4375rem;left:0rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThCCHUp0OT8nA1b6sR0BTWOncTwgSS6E { top:21.8125rem;left:0rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DorMe2X4I2fV3X5WKUcrNhKpDLURzFaU { top:24.5625rem;left:0rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #M31xe4HyiaG8C3FSyOfo9JU9eOJkCfP4 { top:24.5625rem;left:0rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TcIxuPLd8cMABpFPg3eTswJpknhC1nhQ { top:3.625rem;left:9.875rem;width:37.875rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pF2xfTX73xt6h3Ru4Cq2EvqUi9ZZkV9J { width:37.625rem;height:1.375rem;top:24.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nB6Q6m1rFb1gIrFVaFiPPUxMg8T6z0gB { top:26.4375rem;left:0rem;width:15.8125rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZswnLUavy5K0TafCxhQPlFCFJrnoqwC { display:block; }#rZswnLUavy5K0TafCxhQPlFCFJrnoqwC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g0kfQ0oNWLOVBhlSXkyS8lG1gXPigKAR { top:0rem;left:0rem;width:47.75rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkZWCNZCusXhZ6TViEO6ytTrcLRktWX7 { top:37.75rem;left:0rem;width:47.75rem;height:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #n6mOcklzRenqDRtxJruqi4Ces84Oevx7 { width:24.5rem;height:1.25rem;top:0.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZuiHuDmMygzyxnfAsUtUTgBadZ3btrN { display:block; }#qZuiHuDmMygzyxnfAsUtUTgBadZ3btrN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N2aTyK1oQcZrQIKOisaWaJ8IdcSrM2b0 { width:47.75rem;height:6.75rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzB4DyrZQeXObJ5o70oJT37FRCzavKC5 { width:14.125rem;height:2.0625rem;top:3.6875rem;left:5.7962965965271rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSz2wkJNtCVZPytPVPlK74wOuIB7Rp0a .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vSz2wkJNtCVZPytPVPlK74wOuIB7Rp0a .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; }
#vSz2wkJNtCVZPytPVPlK74wOuIB7Rp0a .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; }
#vSz2wkJNtCVZPytPVPlK74wOuIB7Rp0a { display:flex;width:18rem;height:5.0625rem;top:5.5rem;left:18.4375rem; }
 }@media only screen and (max-width: 763px) { #vSz2wkJNtCVZPytPVPlK74wOuIB7Rp0a #UaQ4aQToT6r3y5577vxquOhf6ppUOX23 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vSz2wkJNtCVZPytPVPlK74wOuIB7Rp0a #OlhJ5qx2mdcTvTJJ91GnwAuZEMR0gQyh {  }
 }@media only screen and (max-width: 763px) { #vSz2wkJNtCVZPytPVPlK74wOuIB7Rp0a #KwTob0HpTXuXIB8RZTqgu8CWSlE0xbIi {  }
 }@media only screen and (max-width: 763px) { #vSz2wkJNtCVZPytPVPlK74wOuIB7Rp0a #iDrqJkWfdRxymRZmOJ3T6CXThf4KL82c { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vSz2wkJNtCVZPytPVPlK74wOuIB7Rp0a #RDOovpys1iUPJ1fsRgGwe64ywoZyc0uB {  }
 }@media only screen and (max-width: 763px) { #vSz2wkJNtCVZPytPVPlK74wOuIB7Rp0a #Cgcuq73zh4v1AK4J0J0iRqhaVW6ZNb8q {  }
 }@media only screen and (max-width: 763px) { #vSz2wkJNtCVZPytPVPlK74wOuIB7Rp0a #UdpQRfSBGBGx3koMsR358tkZxJaggeth { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vSz2wkJNtCVZPytPVPlK74wOuIB7Rp0a #TtTuo1Kai8EdtxrF6Uf747da9Gt5yp93 {  }
 }@media only screen and (max-width: 763px) { #vSz2wkJNtCVZPytPVPlK74wOuIB7Rp0a #y9TuoXTvl2OQTWwc921nFCsIWsJ11ipL {  }
 }@media only screen and (max-width: 763px) { #vSz2wkJNtCVZPytPVPlK74wOuIB7Rp0a #OuhwXNRXb3oQy9TDJXaLyHaKsKgtwFze { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vSz2wkJNtCVZPytPVPlK74wOuIB7Rp0a #PX3wyiUADBvsMzavkzcGaQ9yvEFwG3o3 {  }
 }@media only screen and (max-width: 763px) { #vSz2wkJNtCVZPytPVPlK74wOuIB7Rp0a #ONZDnSOBP7m32OdORnp2gyzil4TaxoRp {  }
 }@media only screen and (max-width: 763px) { #DaS5wmFEWccc7CSwBgEODSBfBW95pWRH { display:block; }#DaS5wmFEWccc7CSwBgEODSBfBW95pWRH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uhb2rfupb64ETPPSqaO6wA956rCTpaau { width:43.125rem;height:2.5rem;top:3.3125rem;left:0rem;color:#000000;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqpqHRqqRnhu8FHgaRqnc0A1I633FGof { width:31.3125rem;height:4.125rem;top:6.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHVw7T1vdVW0iQJsc7FLDf5k5Ty4WB1R { top:16.125rem;left:21.6875rem;width:26rem;height:22.633457316825rem;display:block; }
 }@media only screen and (max-width: 763px) { #bh6ADTJ7SVv6tGrFztgUJRs3G2P834AI { top:12.5rem;left:9.3434615135194rem;width:5.125rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #r7R81DVGB6meCOSHZ8T6ZvPfP3U5o8UR { width:29.3125rem;height:32.75rem;top:25.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q0ezbrf1lmTTBEs8usiLHUMRHI0UNCnT { top:29.375rem;left:1.625rem;width:21.5rem;height:11.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #R3rqytWyO90rNnGBsRgpHpFd51MTHF2E { top:16.125rem;left:0rem;width:26.0625rem;height:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNcmZKF61F4Oce25S1DiqBzc8za9xTJm { top:29.375rem;left:1.625rem;width:21.5rem;height:11.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #col9huLgWvawoiFdy2WOMopM7ReVsLNt { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#col9huLgWvawoiFdy2WOMopM7ReVsLNt > .row .container { background-color: transparent; background-image: none; }#col9huLgWvawoiFdy2WOMopM7ReVsLNt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#col9huLgWvawoiFdy2WOMopM7ReVsLNt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#col9huLgWvawoiFdy2WOMopM7ReVsLNt > .row .container > .video-iframe-container { display: none; }#col9huLgWvawoiFdy2WOMopM7ReVsLNt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#col9huLgWvawoiFdy2WOMopM7ReVsLNt > .row > .video-iframe-container { display: none; }#col9huLgWvawoiFdy2WOMopM7ReVsLNt > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#col9huLgWvawoiFdy2WOMopM7ReVsLNt > .row .container { border-width: 0; border-radius: 0; }#col9huLgWvawoiFdy2WOMopM7ReVsLNt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iktnqx3zwlChzdThe0Tonn0B1LO6yS8q { width:47.3125rem;height:5.5rem;top:2.6875rem;left:0rem;color:#000000;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tps0QA4rZK0UtkWKo7RPTaIauXQbEdea { width:19.375rem;height:2.0625rem;top:39.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mC0wi8zV1amwl0V4394gk2Pae3iznP7J { width:20.3125rem;height:2.0625rem;top:14.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsXUNKTI6n5eJStmS1FlFPyuC4fxCSTE { width:23rem;height:2.0625rem;top:23rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7XO1hpDDkiE0U5hLdrHWtfMKwaDfxxn { width:22.5625rem;height:2.0625rem;top:30.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTH56v1NfMEVNzmclF5g54SRgVyuIlxp { top:2.9375rem;left:0rem;width:20rem;height:;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qcpvl6l8BkfTCVEzGldC16gwyVuH32a9 { width:25.5rem;height:1.3125rem;top:37.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVHrQERZRU9lIEATnRsA12M6sWGg1eHU { width:25.5rem;height:1.3125rem;top:12.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVeCGgsJ5MyFgDughV3rP0CyPxnaOwON { width:25.5rem;height:1.3125rem;top:21.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xV2qQh4ieQKXdKFCHyyTR2GO4ra9Mlwt { width:25.5rem;height:1.3125rem;top:29.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJEEPxbZQuVmwAVrc99fUR9AHVTDdT1E { width:19rem;height:;top:3rem;left:0rem;color:#000000;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #vL2Zdo2qd24mcCAMVClLNDOcuHlMQVrs { top:28.5rem;left:0rem;width:31.9375rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCOOLIywQUvXGHgig3Hp8uHdaVKHEboM { top:12.125rem;left:0rem;width:32.0625rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GI3krqSwR0PsbbpH8rVtwHtAcGp2uDx4 { top:36.625rem;left:0rem;width:31.625rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Erp918TDcoTnKsKAsVwvyBiOfP5MxeK8 { top:20.375rem;left:0rem;width:32rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFHfsuTLQv5cGse1WuTKKZl0l25F6spq { top:13.125rem;left:0rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWdloi1OBmpKRhOhZyGqIyoCbvRfiarG { top:22.1875rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nt8FDUunRmyC5aCLQoeyDBwgZAbJH8ax { top:38.25rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBRFn7dx03m7DTC4QVH4sLrtf2BmoGLX { top:29.4375rem;left:0rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7qNMqF4OPytriagJr5TBT4XRNi2MPwT { top:11.5rem;left:0rem;width:38.5625rem;height:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWJ6aXVnaq4ud3Fprklvr3mb2sqQrWpx { top:33.6875rem;left:22.125rem;width:9.625rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FultKZGUnntpyMNMS9Psn1z0DOwR8tck { top:40.5rem;left:22.125rem;width:9.625rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLOybbANHL8VD7fepOa90NNpSZXVMrx7 { top:12.0625rem;left:0rem;width:38.75rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PH3408EA3zmfn7KbtNiGsTnhRJlqGM5S { display:block; }#PH3408EA3zmfn7KbtNiGsTnhRJlqGM5S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WK1o1pw4dEOpbgPP1qzBVSLLX1BRvGzP { width:0.875rem;height:0.875rem;top:30.0625rem;left:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hR6mf0DAEhRfVUTlwAV7XqH6CysELlfX { width:0.875rem;height:0.875rem;top:40.5rem;left:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kerfLofhkLTqhh9PwiBwyyDulJZnyEi0 { width:0.875rem;height:0.875rem;top:21.125rem;left:34.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWawyWTAQxWZMDpuyJIy5dIuPgwKAV9J { top:13.125rem;left:17.875rem;width:29.875rem;height:44.968081741639rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8keKOzudlpbDnomaS6EJspvVWwO04rP { width:17.5625rem;height:3.875rem;top:29.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1JyZNfD4cHp7E1gA2Wynswz9AJRumdh { width:19.6875rem;height:3.875rem;top:39.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cR3GDWfoVhFsscnUx6gPu4Z76I98DifC { width:18.125rem;height:3.875rem;top:20.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeGMzB3UInQZpwD3RIuzkd2C5pIq65vT { width:19.125rem;height:3.875rem;top:48.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDNQ7hMGcM6yc3KrGBbbkb5ZSKTXbkX6 { top:25.875rem;left:0rem;width:0;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #cr9V2EHsVXJUXJC0FS8UZxDKORKDe5g1 { top:40.875rem;left:12.125rem;width:22.9375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8TzoyklZKboprNCG82d5GdXsaUbh4C6 { display:none; }
 }@media only screen and (max-width: 763px) { #A3gMq2PMHulvRaN6OA3xJBMaP2NNTaJG { width:25.5rem;height:1.625rem;top:27.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5LRdNQk6mTcIMLzGmZHazkSGbUBQ26M { width:25.5rem;height:;top:37.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwcDTft5LWElu2cgUoaGOSKx24BAnTRd { width:15.25rem;height:1.625rem;top:18.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3rFQTUIuLTH8LFr2c5Tb6Xw1UAkDOot { width:15.25rem;height:1.625rem;top:46.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0f72TfcctNEzKdFCUusrKaSTJALNnGi { width:46.375rem;height:2.3125rem;top:4.9375rem;left:0rem;color:#000000;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRrZsAET34JeabmMs31wL1qtTgXvUTve { width:32.1875rem;height:5.5rem;top:8.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQQaH0ehTBGtJIQuvmSIeMP80rOySoPp { width:17.5625rem;height:4.75rem;top:7.6875rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #heshetleSbBaonByDRhNIRxNeT5KRBFn { top:30.4375rem;left:12.3125rem;width:22.9375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8KDx9RL5QxBqZWEJmL6E5Q3nv4oT8UP { top:21.5625rem;left:11.0625rem;width:22.9375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVxCT3LpS9OKr0x8a0pkBdZARZxekhug { top:50.4375rem;left:11.375rem;width:22.9375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGbByW9EAsL64wTfcIDkO30pKR4NSTLT { width:0.875rem;height:0.875rem;top:50rem;left:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sleAnLQHJTbeRRGBa79PAnIeaTyNrzPP { top:56.1875rem;left:0rem;width:15.8125rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mxrk0lHxhPssC2xNo0FdAoCrnuna056A { display:block; }#Mxrk0lHxhPssC2xNo0FdAoCrnuna056A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MBT5b6OCqVpZshP70q3goTLfWo6Gfc8K { width:10.8125rem;height:10.8125rem;top:31.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJ0gxz6pO7kqXl9BL7mpt1znDGbBDXuu { width:17.0625rem;height:1.6875rem;top:32.5rem;left:6.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMFFgMDgAgz62Ni9iTcnpllTKWdd6g4V { top:36.125rem;left:2.4375rem;width:21.4375rem;height:7.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cICAlphdbsrT3UzPMHKSJuZdJRBrlx9f { width:17.0625rem;height:1.375rem;top:34.0625rem;left:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tk6o5AMnLOey71fyuwz2aS43lXBTwIRH { width:10.1875rem;height:10.1875rem;top:31.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nD3qMe2TQiFQZHaeFCTpsdESQWJztFIH { width:9.9375rem;height:9.9375rem;top:13.4375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptiZoHqZ7UODh4B5dpsoiro10TxFEABu { top:17.8125rem;left:2.875rem;width:21rem;height:5.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOGhpVTCFwDIZEZTTemV5fkRwmLGIcT5 { width:17.0625rem;height:1.375rem;top:15.25rem;left:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ic18zlyoxACu4u0mxuW3BC6M6NiOHn1a { top:17.8125rem;left:26.8125rem;width:20.9375rem;height:5.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NycVJTV5xQFCJz1T6DdWK0anS5R9eyZd { width:20.3125rem;height:1.375rem;top:15.25rem;left:27.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2BQG5sInqNpgrgAmfGkPEQBct6ZaQ3f { width:17.0625rem;height:1.75rem;top:13.6875rem;left:6.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWBsNeWZzGA9xmEpHVyXm2unWAolinhb { width:17.0625rem;height:1.75rem;top:13.6875rem;left:30.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJOQLN2d7EohJ4mpGkDwJDyTG3Q9PkcO { width:15.5rem;height:2.75rem;top:3.0625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDazeQegrrn7a1P2I06KGt9XK2mV4ict { width:36.3125rem;height:3.125rem;top:6.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EESK2PRWMkv2eXPf8sbUIvPDnG9l3x5a { width:39.25rem;height:2.5rem;top:3.25rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqzX0CKKkzGQIGqcvoRVbJIWSRRmbaI3 { width:10.8125rem;height:10.8125rem;top:13rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8HBXFkMQ00XdznHTtE3ZwsUSrexZ3kT { width:10.8125rem;height:10.8125rem;top:12.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dr1P4sk0EbPieGqz16iEqwX9mgoQAJbK { width:9.875rem;height:10.185548263131rem;top:12.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3L5LS4Uhxqaafl7URFKVvDqLJuS6KZs { background-color:#ededed;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#I3L5LS4Uhxqaafl7URFKVvDqLJuS6KZs > .row .container { background-color: transparent; background-image: none; }#I3L5LS4Uhxqaafl7URFKVvDqLJuS6KZs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I3L5LS4Uhxqaafl7URFKVvDqLJuS6KZs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I3L5LS4Uhxqaafl7URFKVvDqLJuS6KZs > .row .container > .video-iframe-container { display: none; }#I3L5LS4Uhxqaafl7URFKVvDqLJuS6KZs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I3L5LS4Uhxqaafl7URFKVvDqLJuS6KZs > .row > .video-iframe-container { display: none; }#I3L5LS4Uhxqaafl7URFKVvDqLJuS6KZs > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I3L5LS4Uhxqaafl7URFKVvDqLJuS6KZs > .row .container { border-width: 0; border-radius: 0; }#I3L5LS4Uhxqaafl7URFKVvDqLJuS6KZs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p7piRUqJGXNxszes0WbGk51eVbGXimEA { top:17.125rem;left:22.75rem;width:25rem;height:2rem;font-size:1.125rem;color:#063949;display:block; }
 }@media only screen and (max-width: 763px) { #OLkVytT27JEBdn4fEhgTTOV0fgmMDKuO { top:19.3125rem;left:23.3125rem;width:24.4375rem;height:5.625rem;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #aQaX7PB444e2p8fdO8Cht4moATCwBAFt { top:8.75rem;left:0rem;width:43.125rem;height:3.1875rem;font-size:0.9375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #sTxrR2QuNGp3uDlTuT0ZoQlT1aoT4xrL { top:18.4375rem;left:35.1875rem;width:0.0625rem;height:18.75rem;background-color:#ff6e64;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #fDlbWdWfR3dWL7nisDHUZSLtAaW1Ad53 { top:17.625rem;left:34.6875rem;width:1rem;height:1rem;background-color:#ff6e64;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #NZX68tQyuSUqITTC1vhAgV9JUr1kkhof { top:26.5625rem;left:23.1875rem;width:24.5625rem;height:2rem;font-size:1.25rem;color:#063949;display:block; }
 }@media only screen and (max-width: 763px) { #gWMJlrMAfBvixRtbkd69HMHE5KTsBAfL { top:28.75rem;left:22.8125rem;width:24.875rem;height:5.5625rem;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #JVldKeHBwt7dWBdSAXoPuFsT0DCd6vGr { top:27.0625rem;left:34.6875rem;width:1rem;height:1rem;background-color:#ff6e64;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #rxPNTaeE51R8J955ILaMRvqrve800cAQ { top:36rem;left:22.9375rem;width:24.8125rem;height:2rem;font-size:1.25rem;color:#063949;display:block; }
 }@media only screen and (max-width: 763px) { #uE2oUItdQTR8Z4nAC4bnWPQPmc8FpDqE { top:36.5625rem;left:34.6875rem;width:1rem;height:1rem;background-color:#ff6e64;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #TxVTS3qwUTVWca8zFsNF4FgcpSxhGnut { top:38.1875rem;left:26rem;width:21.75rem;height:4.1875rem;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #BbRL95QcldT8lCqg6FJFU6cxhP410zl2 { top:18.375rem;left:0rem;width:34.625rem;height:16.345287420629rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #y7Vkp5nObEtmpZTkdMtMTTih2nKT2NEB { width:30.3125rem;height:;top:5.1875rem;left:0rem;color:#000000;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJDahs0iMFHTZXMyRFanZWiNsTs1zALA { top:22.8125rem;left:7.1548037528994rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #adaNgTMt2pBaBTn2TcmecstFGkqKNMpB { width:20rem;height:4.5rem;top:4.125rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hC8H3TFKyKRlRRCDfTqpBJozitozmnLu { top:17.625rem;left:34.6875rem;width:1rem;height:1rem;background-color:#ff6e64;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #pdqeiUnpebiq5quqN2SdQALvq4uDDaBi { top:17.625rem;left:34.6875rem;width:1rem;height:1rem;background-color:#ff6e64;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #iwWpiTlXhkEEilCZL74DApBI3EnvJFAT { top:38.875rem;left:0rem;width:15.8125rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N { display:block; }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NUqfgPLqVKapnG5RJLypP4vyoCyvExuo { width:32.0625rem;height:2.75rem;top:3.375rem;left:0rem;color:#000000;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlHQZuAfFkU73e7xfxrO0VC7ri0bISnX { width:29.5625rem;height:6.875rem;top:6.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnTEDun6scab88eQRVHThqvTUlqtCemg { top:16.375rem;left:23rem;width:0.125rem;height:10.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lBlb1pPiusnRpPePZDxD779oLALAOmQX { display:none; }
 }@media only screen and (max-width: 763px) { #EorBJ5mopZa93LKbpEzmgRmzkSxTeha7 { width:34.875rem;height:1.8125rem;top:15.5rem;left:0rem;color:#000000;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnAwrc5qU3q7GzIpbsvzU4pRopZERGo7 { display:block; }#lnAwrc5qU3q7GzIpbsvzU4pRopZERGo7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #niik7ehOHiQN0p4gf1m4MTuhT2kCOxxn { top:1.5rem;left:16.75rem;width:31rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9ED9uxM7EGV0kRJJnZXcZLHPFAn9Fzt { width:25.5rem;height:1.3125rem;top:1.75rem;left:22.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCRHuOJABlxb6L2xlJCIcl9kiUnLpJEy { top:1.4375rem;left:0rem;width:31.0625rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzDRTIlGOrx3c1t9OxTu8MryPhQqcmrP { width:1.5625rem;height:1.5625rem;top:5.4375rem;left:26.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #koIoyQCsTHiXTHsVxeyXr8xoFpcnO7v3 { width:25.5rem;height:1.4375rem;top:5.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrWZu5EVPtFRCMOmbwoWyv0OwvPThzr1 { width:25.5rem;height:1.4375rem;top:5.5rem;left:22.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7OgOfyNttWyme1eDOIwrGznPHAdKpKT { width:25.5rem;height:1.3125rem;top:1.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #avdKB6fHdUSR3TWh6UNESTyn9MlDSPfZ { width:25rem;height:7.25rem;top:7rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBVyRiGlqxrvuIbcTlyzUJ9h6T91Jfso { width:26.5625rem;height:3.625rem;top:7.1875rem;left:21.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkZMKvvpU2nfS0Ny4wQhN3XGhv7X6pMA { top:9.9375rem;left:0rem;width:21.875rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GabySRTPTuIQ84n3KPtnSLadzQwfMwvu { top:11.75rem;left:25.5rem;width:22.25rem;height:12.465928795735rem;display:block; }
 }@media only screen and (max-width: 763px) { #khSev2hOe27cA4gbopVfWKACygZax4pu { top:20.4375rem;left:20.375rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZTkA7aq1zlqLoUIMweE4hDEV3MWi46u { top:23rem;left:20.75rem;width:0.125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfSERQ6HPfTPGRJpZEakC23O7olPkB4l { top:35.1875rem;left:0rem;width:21.5625rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEVFFfoQwmZ2PytJVemo6Fva7S2LO6l6 { width:26rem;height:7.25rem;top:31.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVBz378cTsgQTQqA668BqLt4ZhxksaHa { top:57.8125rem;left:20.75rem;width:0.0625rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqwqn2XvT2LewXFUVi42N5GKcVAb03oT { top:35.1875rem;left:20.375rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEvBQN3CS7hw1lzPh1mbOTOzOZ2RGubD { width:25.5rem;height:1.4375rem;top:30.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CexCtry7hVGtf0CrW8DP0V8cePD42yWV { top:30.4375rem;left:26.625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaqFUKeVqV32p3pFQyP6euZyVlPCnN2w { top:37rem;left:26.1875rem;width:21.5625rem;height:12.124rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMzDuDLPtZFuusPDG3SmJugUkCJevu8z { width:26rem;height:3.875rem;top:32.3125rem;left:21.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbsHi4EqipQQOFov3zI1K5HNrQgi0cIQ { width:1.5625rem;height:1.5625rem;top:30.5625rem;left:26.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkvBlFBEHJO6CFhKQczfl76DOrA17sUy { width:25.5rem;height:1.4375rem;top:30.5625rem;left:22.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7eKxKR5WcRbwgIr21RJC47fPUb5bLDR { width:27.1875rem;height:1.4375rem;top:54.625rem;left:20.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXEqixeudz4PAUP4Iuegx2rCns37oIN8 { width:24.375rem;height:7.25rem;top:56.625rem;left:23.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGnbJAf7EQPa9aTu234KQOMOGdhkLnm8 { width:25.5rem;height:1.4375rem;top:54.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoOnfqQknO9bMTWn7C2OoZGe8BsrtxWO { width:24.375rem;height:7.25rem;top:56.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOTQ8mE16WktEk39vwqkLvgD5hZusFCc { top:54.9375rem;left:20.375rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJ4VIv6UVPAe2rtVJ8BCIxHbBV0wN7Er { top:59.4375rem;left:0rem;width:21.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuhQ8nml13WTTzslFA46PNGIPWmPvpUi { top:65.3125rem;left:26.0625rem;width:21.6875rem;height:12.153561093086rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKieyM79UJXcOio0i1nXONZ60Vgfd2I9 { width:1.5625rem;height:1.5625rem;top:54.5625rem;left:26.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHC498KvEGeFU4ScPg9J5ENkxEQtzWG0 { top:54.4375rem;left:26.75rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RehPF91BXzpdpug7Fpz2hLtLu0QpWvnz { top:5.3125rem;left:26.5rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #irs3ChxAlEXKgIXIEl7GCFmzkmT14ucq { top:37.6875rem;left:20.8125rem;width:0.0625rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeALN3AmXNSK8JKonUQdUZWeXnDgA2sZ { top:7.875rem;left:20.8125rem;width:0.0625rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vu5AiqImvuK2267lPkQO0JtDfrtUxc2H { top:5.125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbmCxe59oiVApFVGwSmb8wv3sy0XDZNW { width:1.5625rem;height:1.5625rem;top:5.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqdCT6NTgXQDUyRryLUDqhq0qkkdkrTl { top:30.0625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ga8aTZOT478y4ErPfPDh3OzT2LuTa0we { width:1.5625rem;height:1.5625rem;top:30.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0kRIATcftSD95zQyuoJWkfJ81APUSZB { width:1.5625rem;height:1.5625rem;top:54.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNJWu4tlRJy8IwToQJa7AslmB4ZMlCyD { top:54.3125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t { display:block; }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #enIMFTKSv0T3NNWgi43oKfLA2fgWpV0X { width:37rem;height:2.5rem;top:4.0625rem;left:0rem;color:#000000;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ll6AJGRT9TvD4vfFRIttkR3AFBe853zg { width:34.6875rem;height:10.1875rem;top:7.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnDmt5G55yP7rUPiL2IeCsA146iT7pGi { width:26.25rem;height:1.75rem;top:18.0625rem;left:0rem;color:#000000;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTBKFLJ9T7WlN3WqEkNdZNzbPPDMRbPQ { width:28.5rem;height:8.9375rem;top:21.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkvXWopEorroDzspFkSlxrKaspWgmmGC { top:21.4375rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAeaDTqXNZqUXCFLIxePwJvocDcr7Ne3 { top:23rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeFqTBSrRNxG2ev4xG0cB7kxtwpk5f5S { top:24.4375rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDXsnTU3b22k7xflAE617yxgr0VBW6vX { top:25.9375rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcbCeBsevwLfowPqFiPUZpcOxby4bdmo { top:27.4375rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Af7dcVk3WksiSK7fQpNxTzFe58Fd4QIu { top:28.9375rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEfLW2RNgFkSBCS0bKyZ16VMslcJewyJ { top:9.6875rem;left:16rem;width:31.6875rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJXAtJwXrGb2zG2FzK2Q7l6Ta9yiIUu3 { width:15.4375rem;height:;top:24.875rem;left:0rem;color:#000000;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #gQh84QXoIt1IhECqI4IefUVOy3HEw9Fn { top:30.9375rem;left:0rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tZlTwtPsVT2BLD0RGiViQqTHU6kUSNiL { top:24.5625rem;left:0rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #V8wUlo5cTIRvPbJKXzJmGLgfyQqKRmCx { top:24.5625rem;left:0rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qSg2qS7rSIpLG50gmqIgIV6uNKc8a9ht { top:24.5625rem;left:0rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KbKIWW1hhlsaEfCLaaSAosg6FUvTnOii { top:24.5625rem;left:0rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vafvot1ypnPoSGO3C9d8FXMWt5TLtM4S { top:24.5625rem;left:0rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WeZHni2xTqeNqc8eQIMZbKQ8G5grHaHi { top:24.5625rem;left:0rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zkwD9blvTCvut9IErLW2fdXqA8ocXKVb { top:32.3125rem;left:0rem;width:15.875rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnIOdG8O9he8U5PziTCCTSAp5HX5J9Uq { top:32.5rem;left:0rem;width:15.8125rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS { display:block; }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p4OgPb5TSQ6l9sRlRaToh6kTSgkEFslk { width:32.5rem;height:2.875rem;top:2.1875rem;left:7.5938963890075rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyGfmTzfTqbQMuCwAJlz9e980VKG4obQ { width:11.8125rem;height:3.1875rem;top:10.375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFpdqPsQWEudV0esefwGw6JnTT2gOLIW { width:11.8125rem;height:3.1875rem;top:10.75rem;left:6.7743067741394rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftETNJlBckeTax07HmwW3T4duZ2P8H1r { width:11.8125rem;height:3.1875rem;top:10.75rem;left:28.027202129364rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpSXhVKGsUsERZdZF3N1Gg2pRtSK03C3 { width:7.8125rem;height:2.5rem;top:18.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MW6hXpzsDCrVHNMUgI8flG94pxRV5INg { width:11.9375rem;height:2.5rem;top:18.3125rem;left:8.6796875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyeF2bfVK7LV4Hhbvb1KbiCNuGfDGJTx { width:10.375rem;height:2.5rem;top:18.375rem;left:28.74609375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIJQoD0zqXWzdStGbrk673TGmnW5sysd { width:9.125rem;height:3.1875rem;top:10.75rem;left:38.625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqAFTVJTT5gRmw9L7B1sxQZ8ukDn4vnE { width:8.6875rem;height:1.25rem;top:18.1875rem;left:39.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #csJ0giE7fdv1vuP2V3DqHXNyFsweZwAG { width:0;height:10.4375rem;top:8.375rem;left:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6D8SMxJk5OZERNczPeVIGLWtvEfVe9Z { top:8.4375rem;left:39.8125rem;width:7.875rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zffmxXzVglmlynzdqKo1urpBGd1gpqo8 { width:0;height:10.4375rem;top:7.625rem;left:45.186488628388rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4f9fbp8kLgCDlk0PTn0Vc3iFK6dbKoW { width:0;height:10.4375rem;top:8.25rem;left:2.9353308677673rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1bspg39My9xh8CtD6Ff9hPpFOZ3KdvT { top:8.4375rem;left:29.996242046356rem;width:7.875rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #chi8yknxtdTByKyLvMyh8ovmq4clKJSJ { top:8.4375rem;left:8.7433466911319rem;width:7.875rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2SbXecMCfx24hqtKX1oFIxnE8zQAM7x { top:8rem;left:0rem;width:7.875rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xs9aPh7XuzcNuCnAqm1atsCpGsb3GDR0 { display:block; }#xs9aPh7XuzcNuCnAqm1atsCpGsb3GDR0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rKmTNRDPMio3zry6gpRxPwn91pU0Vg2x { width:31.5625rem;height:19.875rem;top:3.9375rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyXuWMm8Q62pW6MNBBSOgmPT4qrr39fA { width:30.75rem;height:5.5rem;top:9.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJodUJGT6tsy8233BsuCf4UO2KOMtqWQ { width:17.875rem;height:5.1875rem;top:17.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSWz2ABfln3XWqbHkx7e7GMTUIfT2ISW { top:17.3125rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIUcEFAe0NTQNN4TA6OE9pe867QECEXV { top:18.625rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeCReudWySwZDE1q7KS9qKEdMzuGsSvQ { top:19.9375rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6kXinsbk3gkeO5VFrhsFe5lGM8t730k { top:27.1875rem;left:29.1875rem;width:12.375rem;height:3.4803420194212rem;display:block; }
 }@media only screen and (max-width: 763px) { #c08zmLfPpMwJZBhfrH3bPWqLXVXg9Us1 { top:27.375rem;left:0rem;width:11.375rem;height:3.1073683246889rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHHTXGOSbZQZ921BAC3Xbyqgcr7MDBWr { top:27.125rem;left:10.25rem;width:13.3125rem;height:3.5455363861999rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6vN2KEvlOach3xL0p8kfEVZoES6ikng { top:26.875rem;left:2.9375rem;width:14.5625rem;height:4.0439990478368rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuRfUP8yzTqxpFLgpbD9WR4dS0CELiL6 { width:36.875rem;height:4.625rem;top:3.9375rem;left:0rem;color:#000000;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9qnhFLwHQoNJ07iEiaigK8hEKCaTXcV { top:17.3125rem;left:0rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DEDz17ruuoKFmM4R1JsMZestwPrwPCGt { top:17.3125rem;left:0rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NQo3JLIlLXR62zNUu7uoXdPMx5VZTaxz { top:27.25rem;left:18.1875rem;width:12.0625rem;height:3.2949686108075rem;display:block; }
 }@media only screen and (max-width: 763px) { #otmsQ7QBpccnKka16iw5wfVwTWElDTpu { top:27.25rem;left:0rem;width:11.8125rem;height:3.2944963825711rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvaSkTpIXD82JPePdW38hBzA453lgh3J { display:block; }#TvaSkTpIXD82JPePdW38hBzA453lgh3J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BFuP75V4vOcIqf9Xncu9D5uW3KvwIufQ { width:47.75rem;height:;top:3.25rem;left:0rem;color:#000000;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgiuQXfNDeMCqa00EN9itGqMA4uM57IN { width:41.6875rem;height:;top:8.375rem;left:1.1558165550232rem;color:#000000;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gX1ZV4zZnRHAz27FeBhgvME6I0II5cys { top:15.0625rem;left:0rem;width:6rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOqPsAF5Kv8WBnmEFPIi4P3eq1ITUQOx { width:37.625rem;height:1.6875rem;top:11.25rem;left:3.1530680656433rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUNuxDZmVzkcGyRADeGaf8rR7rOWv5HW { top:9.375rem;left:41.375rem;width:6.3125rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #am1QzMeTsiTrrTDw9P6eH2hS5t4TPX4Q { top:15.0625rem;left:39.6875rem;width:8rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpO9Hl3gkTahLnVVilyJZyEf0BXKSEK6 { top:5.9375rem;left:0rem;width:7.0625rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZkHgMvCuwxnKiVeXAAVHUVUT6JNalnT { top:15.0625rem;left:14.060548782349rem;width:15.8125rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #La0f7kWXvIa9iLr2T6ehPpOtOg9ewl9R { position:relative;z-index:auto;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#La0f7kWXvIa9iLr2T6ehPpOtOg9ewl9R > .row .container { background-color: transparent; background-image: none; }#La0f7kWXvIa9iLr2T6ehPpOtOg9ewl9R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#La0f7kWXvIa9iLr2T6ehPpOtOg9ewl9R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#La0f7kWXvIa9iLr2T6ehPpOtOg9ewl9R > .row .container > .video-iframe-container { display: none; }#La0f7kWXvIa9iLr2T6ehPpOtOg9ewl9R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#La0f7kWXvIa9iLr2T6ehPpOtOg9ewl9R > .row > .video-iframe-container { display: none; }#La0f7kWXvIa9iLr2T6ehPpOtOg9ewl9R > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#La0f7kWXvIa9iLr2T6ehPpOtOg9ewl9R > .row .container { border-width: 0; border-radius: 0; }#La0f7kWXvIa9iLr2T6ehPpOtOg9ewl9R > .row .container { width:20rem;height:5.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QRkO3ii9MpHGzzeITaubILiMNS24SggS { width:12.8125rem;height:3.125rem;top:0.50000005960464rem;left:3.5937502980233rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #AEL5Ltn24P8bJdbmvOUGpoT5k1B9LICh { width:8.375rem;height:0;top:4.4372110366821rem;left:5.8123556375504rem;font-size:0.75rem;z-index:15052;display:none; }
 }@media only screen and (max-width: 763px) { #X2cEWplAtRorc4ZgEME0D2zxD9NKIJEV { width:15.2495625rem;height:0.893375rem;top:4.3101806640625rem;left:2.3719619512558rem;font-size:0.6875rem;z-index:15053;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DkP9y1g2nSzdxXRnHTV54ccSF5gfH6JE { width:10.6875rem;height:5rem;top:0rem;left:4.6549483537674rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTzTakFIJXHyNwLZsTZs0zD3cfUDhB0X { width:1.375rem;height:auto;top:1.75rem;left:9.3125rem;font-size:0.75rem;z-index:15052;display:none; }
 }@media only screen and (max-width: 763px) { #TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu { background-color:#fafafa;background-image:none;display:block; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { background-color: transparent; background-image: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container > .video-iframe-container { display: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row > .video-iframe-container { display: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { width:20rem;height:39.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JUFxpbR3zGalxIySTIAXEU0kzHLH4VQC { width:18.3745625rem;height:1.71875rem;top:1.4761285781861rem;left:0.49913197755814rem;text-align:left;text-align-last:left;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWIR6bkh26xKyt5T7uTRcyr0fB85nNPC { width:16.5625rem;height:2.4508125rem;top:6.2369794845581rem;left:0.49913197755814rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #H8BAXyOwZWCOBGaXbTzkNplChbldhkWa { width:16.75rem;height:6.09084375rem;top:10rem;left:1.8125rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #XQI4J7P5NJycnULSMEfTfO9ElTzdGmfW { width:19.125rem;height:1.71875rem;top:3.6558160781861rem;left:0.43619793653488rem;text-align:left;text-align-last:left;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXAXDGnh2SBCfZKUzQkWNcP0gZ6FvEPa { display:flex;width:0.75rem;height:0.75rem;top:16.25rem;left:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Enr8LRuM2RwOtTJBncKITS8unLLMFcts { display:flex;width:0.75rem;height:0.75rem;top:17.625rem;left:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AqL3Lpm5FA9JRZZspHCVV8tUcssXJ2pb { display:flex;width:0.75rem;height:0.75rem;top:19.0625rem;left:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vwsp0TpwTC2G9zUuvwocMpWadLFzD3UT { display:flex;width:0.75rem;height:0.75rem;top:10.125rem;left:0.5625rem;z-index:15047; }
 }@media only screen and (max-width: 763px) { #ckqVJrCemJmshxy48R5qbz2PVPT4eorp { display:flex;width:0.75rem;height:0.75rem;top:11.375rem;left:0.5625rem;z-index:15048; }
 }@media only screen and (max-width: 763px) { #hMnDFJsd9brIDDfoXcE8DOgqB4OHHf30 { display:flex;width:0.75rem;height:0.75rem;top:12.6875rem;left:0.5625rem;z-index:15049; }
 }@media only screen and (max-width: 763px) { #SALuQsiQR9ClOmX9XF2GE4zDMzf5DNU5 { display:flex;width:0.75rem;height:0.75rem;top:20.4375rem;left:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ThCCHUp0OT8nA1b6sR0BTWOncTwgSS6E { display:flex;width:0.75rem;height:0.75rem;top:21.8125rem;left:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DorMe2X4I2fV3X5WKUcrNhKpDLURzFaU { display:flex;width:0.75rem;height:0.75rem;top:13.875rem;left:0.5625rem;z-index:15050; }
 }@media only screen and (max-width: 763px) { #M31xe4HyiaG8C3FSyOfo9JU9eOJkCfP4 { display:flex;width:0.75rem;height:0.75rem;top:15.125rem;left:0.5625rem;z-index:15051; }
 }@media only screen and (max-width: 763px) { #TcIxuPLd8cMABpFPg3eTswJpknhC1nhQ { height:9.8125rem;width:18.4375rem;top:17.623718261719rem;left:0.81401914358137rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #pF2xfTX73xt6h3Ru4Cq2EvqUi9ZZkV9J { width:11.124875rem;height:2.398725rem;top:29.569590568542rem;left:4.4350405931473rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #nB6Q6m1rFb1gIrFVaFiPPUxMg8T6z0gB { width:15.8105625rem;height:4.4987rem;top:33.667539596558rem;left:2.0941842198372rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZswnLUavy5K0TafCxhQPlFCFJrnoqwC { display:block; }#rZswnLUavy5K0TafCxhQPlFCFJrnoqwC > .row .container { width:20rem;height:9.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g0kfQ0oNWLOVBhlSXkyS8lG1gXPigKAR { width:20rem;height:7.3125rem;top:25.921875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lkZWCNZCusXhZ6TViEO6ytTrcLRktWX7 { width:20rem;height:6.25rem;top:2.7495651245117rem;left:0rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #n6mOcklzRenqDRtxJruqi4Ces84Oevx7 { width:13.12425rem;height:2.10069375rem;top:1.3819427490234rem;left:3.4353300333023rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.2;color:rgba(85,187,71,0.85);z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #qZuiHuDmMygzyxnfAsUtUTgBadZ3btrN { display:block; }#qZuiHuDmMygzyxnfAsUtUTgBadZ3btrN > .row .container { width:20rem;height:11.309318334961rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N2aTyK1oQcZrQIKOisaWaJ8IdcSrM2b0 { width:19.625rem;height:6.25rem;top:5.060546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzB4DyrZQeXObJ5o70oJT37FRCzavKC5 { width:15rem;height:1.6247125rem;top:2.1244201660156rem;left:2.4992767572403rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSz2wkJNtCVZPytPVPlK74wOuIB7Rp0a .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vSz2wkJNtCVZPytPVPlK74wOuIB7Rp0a .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; }
#vSz2wkJNtCVZPytPVPlK74wOuIB7Rp0a .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; }
#vSz2wkJNtCVZPytPVPlK74wOuIB7Rp0a { display:flex;width:18rem;height:5.0625rem;top:4.1225357055664rem;left:0.94328713417056rem; }
 }@media only screen and (max-width: 763px) { #vSz2wkJNtCVZPytPVPlK74wOuIB7Rp0a #UaQ4aQToT6r3y5577vxquOhf6ppUOX23 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vSz2wkJNtCVZPytPVPlK74wOuIB7Rp0a #OlhJ5qx2mdcTvTJJ91GnwAuZEMR0gQyh {  }
 }@media only screen and (max-width: 763px) { #vSz2wkJNtCVZPytPVPlK74wOuIB7Rp0a #KwTob0HpTXuXIB8RZTqgu8CWSlE0xbIi {  }
 }@media only screen and (max-width: 763px) { #vSz2wkJNtCVZPytPVPlK74wOuIB7Rp0a #iDrqJkWfdRxymRZmOJ3T6CXThf4KL82c { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vSz2wkJNtCVZPytPVPlK74wOuIB7Rp0a #RDOovpys1iUPJ1fsRgGwe64ywoZyc0uB {  }
 }@media only screen and (max-width: 763px) { #vSz2wkJNtCVZPytPVPlK74wOuIB7Rp0a #Cgcuq73zh4v1AK4J0J0iRqhaVW6ZNb8q {  }
 }@media only screen and (max-width: 763px) { #vSz2wkJNtCVZPytPVPlK74wOuIB7Rp0a #UdpQRfSBGBGx3koMsR358tkZxJaggeth { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vSz2wkJNtCVZPytPVPlK74wOuIB7Rp0a #TtTuo1Kai8EdtxrF6Uf747da9Gt5yp93 {  }
 }@media only screen and (max-width: 763px) { #vSz2wkJNtCVZPytPVPlK74wOuIB7Rp0a #y9TuoXTvl2OQTWwc921nFCsIWsJ11ipL {  }
 }@media only screen and (max-width: 763px) { #vSz2wkJNtCVZPytPVPlK74wOuIB7Rp0a #OuhwXNRXb3oQy9TDJXaLyHaKsKgtwFze { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vSz2wkJNtCVZPytPVPlK74wOuIB7Rp0a #PX3wyiUADBvsMzavkzcGaQ9yvEFwG3o3 {  }
 }@media only screen and (max-width: 763px) { #vSz2wkJNtCVZPytPVPlK74wOuIB7Rp0a #ONZDnSOBP7m32OdORnp2gyzil4TaxoRp {  }
 }@media only screen and (max-width: 763px) { #DaS5wmFEWccc7CSwBgEODSBfBW95pWRH { display:block; }#DaS5wmFEWccc7CSwBgEODSBfBW95pWRH > .row .container { width:20rem;height:48.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uhb2rfupb64ETPPSqaO6wA956rCTpaau { width:17.56225rem;height:3.9004625rem;top:2.125rem;left:1rem;text-align:left;text-align-last:left;color:rgba(41,41,41,0.74);font-size:1.5rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #kqpqHRqqRnhu8FHgaRqnc0A1I633FGof { width:18.6865rem;height:4.8726875rem;top:7.0625rem;left:1rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHVw7T1vdVW0iQJsc7FLDf5k5Ty4WB1R { height:9.8125rem;width:17.5625rem;top:83.75rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bh6ADTJ7SVv6tGrFztgUJRs3G2P834AI { width:4.37355625rem;height:4.37355625rem;top:77.25rem;left:7.8125rem;box-shadow: 0rem 0rem 0.8125rem rgba(var(--color-tertiary-4),0.13) ;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #r7R81DVGB6meCOSHZ8T6ZvPfP3U5o8UR { width:18.25rem;height:27.875rem;top:49.0625rem;left:0.6875rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #Q0ezbrf1lmTTBEs8usiLHUMRHI0UNCnT { height:14.6245625rem;width:16.311875rem;top:14.244791924954rem;left:1.8435330986977rem;z-index:15023;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #R3rqytWyO90rNnGBsRgpHpFd51MTHF2E { height:17.410071942446rem;width:20rem;top:16.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HNcmZKF61F4Oce25S1DiqBzc8za9xTJm { height:14.625rem;width:16.3125rem;top:32.156035363674rem;left:1.8435330986977rem;z-index:15024;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #col9huLgWvawoiFdy2WOMopM7ReVsLNt { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#col9huLgWvawoiFdy2WOMopM7ReVsLNt > .row .container { background-color: transparent; background-image: none; }#col9huLgWvawoiFdy2WOMopM7ReVsLNt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#col9huLgWvawoiFdy2WOMopM7ReVsLNt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#col9huLgWvawoiFdy2WOMopM7ReVsLNt > .row .container > .video-iframe-container { display: none; }#col9huLgWvawoiFdy2WOMopM7ReVsLNt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#col9huLgWvawoiFdy2WOMopM7ReVsLNt > .row > .video-iframe-container { display: none; }#col9huLgWvawoiFdy2WOMopM7ReVsLNt > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#col9huLgWvawoiFdy2WOMopM7ReVsLNt > .row .container { border-width: 0; border-radius: 0; }#col9huLgWvawoiFdy2WOMopM7ReVsLNt > .row .container { width:20rem;height:70.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iktnqx3zwlChzdThe0Tonn0B1LO6yS8q { width:17.374875rem;height:5.85069375rem;top:1.9979743957519rem;left:1.3107639551162rem;text-align:center;text-align-last:center;color:#000000;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tps0QA4rZK0UtkWKo7RPTaIauXQbEdea { width:16.5610625rem;height:2.10069375rem;top:32.211589813233rem;left:1.1675347685814rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mC0wi8zV1amwl0V4394gk2Pae3iznP7J { width:16.25rem;height:2.10069375rem;top:11.541019439698rem;left:1.1686198115349rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #PsXUNKTI6n5eJStmS1FlFPyuC4fxCSTE { width:17.4375rem;height:3.15104375rem;top:21.273006439209rem;left:1.1219618916511rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #o7XO1hpDDkiE0U5hLdrHWtfMKwaDfxxn { width:17.1860625rem;height:2.10069375rem;top:42.646701812744rem;left:1.2792969346046rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #aTH56v1NfMEVNzmclF5g54SRgVyuIlxp { top:4.1015625rem;left:0rem;width:20rem;height:0;z-index:15049;font-family:"proximan regular";font-weight:400;font-style:normal;text-align:center;text-align-last:center;font-size:1.5625rem;color:rgba(41,41,41,0.74);line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #Qcpvl6l8BkfTCVEzGldC16gwyVuH32a9 { width:18.4375rem;height:1.1993625rem;top:30.750003814698rem;left:1.0611979365349rem;text-align:left;text-align-last:left;font-size:1rem;font-family:"proximan regular";display:block; }
 }@media only screen and (max-width: 763px) { #iVHrQERZRU9lIEATnRsA12M6sWGg1eHU { width:18.4375rem;height:1.1993625rem;top:10.125003814698rem;left:1.0601128935814rem;text-align:left;text-align-last:left;font-size:1rem;color:rgba(85,187,71,0.85);font-family:"proximan regular";display:block; }
 }@media only screen and (max-width: 763px) { #pVeCGgsJ5MyFgDughV3rP0CyPxnaOwON { width:10.0621875rem;height:1.1993625rem;top:41.187282562256rem;left:1.1664497256279rem;text-align:left;text-align-last:left;font-size:1rem;font-family:"proximan regular";display:block; }
 }@media only screen and (max-width: 763px) { #xV2qQh4ieQKXdKFCHyyTR2GO4ra9Mlwt { width:13.8121875rem;height:1.1993625rem;top:19.938365936279rem;left:1.1675347685814rem;text-align:left;text-align-last:left;font-size:1rem;font-family:"proximan regular";display:block; }
 }@media only screen and (max-width: 763px) { #sJEEPxbZQuVmwAVrc99fUR9AHVTDdT1E { width:18.9980625rem;height:3.9004625rem;top:1.7352409362793rem;left:0.68684905767444rem;text-align:left;text-align-last:left;color:#000000;font-size:1.5rem;z-index:15004;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #vL2Zdo2qd24mcCAMVClLNDOcuHlMQVrs { width:18.6875rem;height:5.125rem;top:9.2905845642087rem;left:0.43728297948838rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCOOLIywQUvXGHgig3Hp8uHdaVKHEboM { width:18.4375rem;height:5.75rem;top:19.188587188721rem;left:0.49913197755814rem;display:block; }
 }@media only screen and (max-width: 763px) { #GI3krqSwR0PsbbpH8rVtwHtAcGp2uDx4 { width:18.375rem;height:6.125rem;top:29.234157562256rem;left:0.56206601858139rem;display:block; }
 }@media only screen and (max-width: 763px) { #Erp918TDcoTnKsKAsVwvyBiOfP5MxeK8 { width:18.3125rem;height:6.5625rem;top:39.982860565186rem;left:0.68684905767444rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFHfsuTLQv5cGse1WuTKKZl0l25F6spq { display:flex;width:2.5625rem;height:2.5625rem;top:37.438373565674rem;left:0.68359380960463rem; }
 }@media only screen and (max-width: 763px) { #tWdloi1OBmpKRhOhZyGqIyoCbvRfiarG { display:flex;width:1.686525rem;height:1.686525rem;top:7.2506523132325rem;left:0.97981780767444rem; }
 }@media only screen and (max-width: 763px) { #nt8FDUunRmyC5aCLQoeyDBwgZAbJH8ax { display:flex;width:1.936525rem;height:1.936525rem;top:26.921878814698rem;left:1.1675347685814rem; }
 }@media only screen and (max-width: 763px) { #NBRFn7dx03m7DTC4QVH4sLrtf2BmoGLX { display:flex;width:2.25rem;height:2.25rem;top:16.751522064209rem;left:1.1675347685814rem; }
 }@media only screen and (max-width: 763px) { #U7qNMqF4OPytriagJr5TBT4XRNi2MPwT { width:20rem;height:15.0625rem;top:51.934326171875rem;left:0rem;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #pWJ6aXVnaq4ud3Fprklvr3mb2sqQrWpx { width:5.3114125rem;height:2.9362rem;top:66.255430221556rem;left:7.3426650166513rem;display:block; }
 }@media only screen and (max-width: 763px) { #FultKZGUnntpyMNMS9Psn1z0DOwR8tck { width:9.6235rem;height:5.37435rem;top:62.931867599487rem;left:5.1877172589302rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLOybbANHL8VD7fepOa90NNpSZXVMrx7 { width:20rem;height:17.7495625rem;top:50.489364624024rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PH3408EA3zmfn7KbtNiGsTnhRJlqGM5S { display:block; }#PH3408EA3zmfn7KbtNiGsTnhRJlqGM5S > .row .container { width:20rem;height:75.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WK1o1pw4dEOpbgPP1qzBVSLLX1BRvGzP { width:0.9375rem;height:0.9375rem;top:16.796157836914rem;left:3.1076412200927rem;display:none; }
 }@media only screen and (max-width: 763px) { #hR6mf0DAEhRfVUTlwAV7XqH6CysELlfX { width:0.9375rem;height:0.9375rem;top:27.938369750976rem;left:8.6248569488525rem;display:none; }
 }@media only screen and (max-width: 763px) { #kerfLofhkLTqhh9PwiBwyyDulJZnyEi0 { width:0.9375rem;height:0.9375rem;top:13.187934875488rem;left:17.874711990356rem;display:none; }
 }@media only screen and (max-width: 763px) { #aWawyWTAQxWZMDpuyJIy5dIuPgwKAV9J { width:16.625rem;height:24.9375rem;top:26.70051574707rem;left:1.6872830986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8keKOzudlpbDnomaS6EJspvVWwO04rP { width:17.6875rem;height:3.6545125rem;top:20.999557495118rem;left:0.62500005960463rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #t1JyZNfD4cHp7E1gA2Wynswz9AJRumdh { width:16.125rem;height:3.6545125rem;top:62.723739624025rem;left:0.62500005960463rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #cR3GDWfoVhFsscnUx6gPu4Z76I98DifC { width:16.875rem;height:3.6545125rem;top:12.811630249024rem;left:0.62500005960463rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #xeGMzB3UInQZpwD3RIuzkd2C5pIq65vT { width:17.625rem;height:3.6545125rem;top:54.937286376953rem;left:0.62500005960463rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #wDNQ7hMGcM6yc3KrGBbbkb5ZSKTXbkX6 { width:0.062210625rem;height:0.062210625rem;top:43.687286376953rem;left:9.9370663762094rem;display:block; }
 }@media only screen and (max-width: 763px) { #cr9V2EHsVXJUXJC0FS8UZxDKORKDe5g1 { width:12.2496875rem;height:0.12442125rem;top:63.879604375rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #k8TzoyklZKboprNCG82d5GdXsaUbh4C6 { display:flex;top:26.479889988899rem;left:8.9076935052869rem;width:3.125rem;height:3.125rem;z-index:15037;display:none; }
 }@media only screen and (max-width: 763px) { #A3gMq2PMHulvRaN6OA3xJBMaP2NNTaJG { width:15.875rem;height:1.349825rem;top:19.1875rem;left:0.62500005960463rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5LRdNQk6mTcIMLzGmZHazkSGbUBQ26M { width:12rem;height:1.349825rem;top:60.999557495118rem;left:0.62500005960463rem;text-align:left;text-align-last:left;font-size:1.125rem;font-family:"proximan regular";display:block; }
 }@media only screen and (max-width: 763px) { #EwcDTft5LWElu2cgUoaGOSKx24BAnTRd { width:15.3125rem;height:1.349825rem;top:10.936630249024rem;left:0.62500005960463rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3rFQTUIuLTH8LFr2c5Tb6Xw1UAkDOot { width:15.3125rem;height:1.349825rem;top:53.336807250976rem;left:0.62500005960463rem;text-align:left;text-align-last:left;font-size:1.125rem;font-family:"proximan regular";display:block; }
 }@media only screen and (max-width: 763px) { #W0f72TfcctNEzKdFCUusrKaSTJALNnGi { width:12.9375rem;height:1.65003125rem;top:1.2990417480469rem;left:0.62500005960463rem;text-align:left;text-align-last:left;color:#000000;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRrZsAET34JeabmMs31wL1qtTgXvUTve { width:18.6875rem;height:0;top:5.9833984375rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #UQQaH0ehTBGtJIQuvmSIeMP80rOySoPp { width:17.75rem;height:4.8726875rem;top:3.3747863769531rem;left:0.62500005960463rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:15026;color:#808080;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #heshetleSbBaonByDRhNIRxNeT5KRBFn { width:20rem;height:0.0625rem;top:30.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #q8KDx9RL5QxBqZWEJmL6E5Q3nv4oT8UP { width:20rem;height:0.0625rem;top:21.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CVxCT3LpS9OKr0x8a0pkBdZARZxekhug { width:20rem;height:0.0625rem;top:50.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tGbByW9EAsL64wTfcIDkO30pKR4NSTLT { width:0.875rem;height:0.875rem;top:50rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sleAnLQHJTbeRRGBa79PAnIeaTyNrzPP { width:15.812375rem;height:4.49941875rem;top:69.377897262575rem;left:2.0920139551163rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mxrk0lHxhPssC2xNo0FdAoCrnuna056A { display:block; }#Mxrk0lHxhPssC2xNo0FdAoCrnuna056A > .row .container { width:20rem;height:64.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MBT5b6OCqVpZshP70q3goTLfWo6Gfc8K { width:6.75rem;height:6.75rem;top:45.339411735534rem;left:0.6549479961395rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJ0gxz6pO7kqXl9BL7mpt1znDGbBDXuu { width:9.4371875rem;height:1.5748rem;top:47.430557250976rem;left:8.0912910699844rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KMFFgMDgAgz62Ni9iTcnpllTKWdd6g4V { width:18.8121875rem;height:7.309rem;top:53.123696327209rem;left:0.812789440155rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cICAlphdbsrT3UzPMHKSJuZdJRBrlx9f { width:7.3119375rem;height:1.9256375rem;top:48.959781646729rem;left:8.4960943460463rem;font-size:0.875rem;text-align:left;text-align-last:left;color:rgba(var(--color-secondary-4),1);line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #tk6o5AMnLOey71fyuwz2aS43lXBTwIRH { width:6.25rem;height:6.25rem;top:45.588109970093rem;left:0.840133190155rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #nD3qMe2TQiFQZHaeFCTpsdESQWJztFIH { width:6.25rem;height:6.25rem;top:30.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptiZoHqZ7UODh4B5dpsoiro10TxFEABu { width:18.75rem;height:4.8726875rem;top:22.936198711395rem;left:0.52951395511627rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EOGhpVTCFwDIZEZTTemV5fkRwmLGIcT5 { width:2.99985625rem;height:1.22540625rem;top:18.857784748077rem;left:8.4975410699844rem;font-size:0.875rem;text-align:left;text-align-last:left;color:rgba(var(--color-secondary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #Ic18zlyoxACu4u0mxuW3BC6M6NiOHn1a { width:18.8125rem;height:4.8726875rem;top:37.936357021332rem;left:0.74985539913175rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NycVJTV5xQFCJz1T6DdWK0anS5R9eyZd { width:8.875rem;height:1.9256375rem;top:33.623410701752rem;left:8.4960943460463rem;font-size:0.875rem;text-align:left;text-align-last:left;color:rgba(var(--color-secondary-4),1);line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #R2BQG5sInqNpgrgAmfGkPEQBct6ZaQ3f { width:6.437375rem;height:1.5748rem;top:17.328559398651rem;left:8.1210943460463rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LWBsNeWZzGA9xmEpHVyXm2unWAolinhb { width:7.6244375rem;height:1.5748rem;top:31.925492763519rem;left:8.4960943460463rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dJOQLN2d7EohJ4mpGkDwJDyTG3Q9PkcO { width:12.6244375rem;height:2.09925rem;top:2.2175931930542rem;left:0.46571183204651rem;font-size:1.75rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #LDazeQegrrn7a1P2I06KGt9XK2mV4ict { width:19.06175rem;height:3.89756875rem;top:9.28964138031rem;left:0.46657991409302rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #EESK2PRWMkv2eXPf8sbUIvPDnG9l3x5a { width:18.9995625rem;height:4.386575rem;top:4.2585363388061rem;left:0.4976851940155rem;font-size:1.6875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #VqzX0CKKkzGQIGqcvoRVbJIWSRRmbaI3 { width:6.75rem;height:6.75rem;top:30.375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8HBXFkMQ00XdznHTtE3ZwsUSrexZ3kT { width:6.749875rem;height:6.749875rem;top:15.4375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dr1P4sk0EbPieGqz16iEqwX9mgoQAJbK { width:6.18706875rem;height:6.18706875rem;top:15.6875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3L5LS4Uhxqaafl7URFKVvDqLJuS6KZs { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#I3L5LS4Uhxqaafl7URFKVvDqLJuS6KZs > .row .container { background-color: transparent; background-image: none; }#I3L5LS4Uhxqaafl7URFKVvDqLJuS6KZs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I3L5LS4Uhxqaafl7URFKVvDqLJuS6KZs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I3L5LS4Uhxqaafl7URFKVvDqLJuS6KZs > .row .container > .video-iframe-container { display: none; }#I3L5LS4Uhxqaafl7URFKVvDqLJuS6KZs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I3L5LS4Uhxqaafl7URFKVvDqLJuS6KZs > .row > .video-iframe-container { display: none; }#I3L5LS4Uhxqaafl7URFKVvDqLJuS6KZs > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I3L5LS4Uhxqaafl7URFKVvDqLJuS6KZs > .row .container { border-width: 0; border-radius: 0; }#I3L5LS4Uhxqaafl7URFKVvDqLJuS6KZs > .row .container { width:20rem;height:66.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p7piRUqJGXNxszes0WbGk51eVbGXimEA { width:4.1875rem;height:1.79976875rem;top:28.861835002899rem;left:1.4677373170852rem;font-size:1.125rem;color:#063949;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OLkVytT27JEBdn4fEhgTTOV0fgmMDKuO { width:18.875rem;height:6.09085625rem;top:30.91189289093rem;left:0.56206607818604rem;font-size:0.9375rem;color:#808080;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aQaX7PB444e2p8fdO8Cht4moATCwBAFt { width:18.1875rem;height:6.09085625rem;top:40.536458969116rem;left:0.780526638031rem;font-size:0.9375rem;color:#808080;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sTxrR2QuNGp3uDlTuT0ZoQlT1aoT4xrL { width:18.125rem;height:0.0625rem;top:6.8125rem;left:0.6875rem;background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #fDlbWdWfR3dWL7nisDHUZSLtAaW1Ad53 { width:1rem;height:1rem;top:29.387587547302rem;left:0.49985539913178rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #NZX68tQyuSUqITTC1vhAgV9JUr1kkhof { width:3.8125rem;height:1.79976875rem;top:38.487125396729rem;left:1.6558161973953rem;font-size:1.125rem;color:#063949;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gWMJlrMAfBvixRtbkd69HMHE5KTsBAfL { width:18.8125rem;height:6.09085625rem;top:50.436050415039rem;left:0.81235539913175rem;font-size:0.9375rem;color:#808080;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JVldKeHBwt7dWBdSAXoPuFsT0DCd6vGr { width:1rem;height:1rem;top:53.25rem;left:0rem;background-color:#ff6e64;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #rxPNTaeE51R8J955ILaMRvqrve800cAQ { width:9.0625rem;height:1.79976875rem;top:48.260848999024rem;left:1.2811053991318rem;font-size:1.125rem;color:#063949;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uE2oUItdQTR8Z4nAC4bnWPQPmc8FpDqE { width:1rem;height:1rem;top:73.625rem;left:0rem;background-color:#ff6e64;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #TxVTS3qwUTVWca8zFsNF4FgcpSxhGnut { width:18.9375rem;height:5.1967625rem;top:8.2119140625rem;left:0.4375rem;font-size:1rem;color:#808080;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BbRL95QcldT8lCqg6FJFU6cxhP410zl2 { width:17.75rem;height:8.375rem;top:16.747684955597rem;left:0.99826395511625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #y7Vkp5nObEtmpZTkdMtMTTih2nKT2NEB { width:20rem;height:auto;top:5.1875rem;left:0rem;text-align:center;text-align-last:center;color:#000000;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #sJDahs0iMFHTZXMyRFanZWiNsTs1zALA { display:flex;width:2.43706875rem;height:2.43706875rem;top:18.433016419411rem;left:8.3249422311781rem; }
 }@media only screen and (max-width: 763px) { #adaNgTMt2pBaBTn2TcmecstFGkqKNMpB { width:18.5625rem;height:1.875rem;top:4.1552734375rem;left:0.40625rem;font-size:1.5625rem;text-align:left;text-align-last:left;line-height:1.2;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #hC8H3TFKyKRlRRCDfTqpBJozitozmnLu { width:1rem;height:1rem;top:48.786743164062rem;left:0.71831607818606rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #pdqeiUnpebiq5quqN2SdQALvq4uDDaBi { width:1rem;height:1rem;top:39.012153625488rem;left:0.59317135810852rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #iwWpiTlXhkEEilCZL74DApBI3EnvJFAT { width:15.812375rem;height:4.49941875rem;top:58.930847167969rem;left:2.0920139551163rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N { background-color:#eceff2;background-image:none;display:block; }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N > .row .container { background-color: transparent; background-image: none; }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N > .row .container > .video-iframe-container { display: none; }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N > .row > .video-iframe-container { display: none; }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N > .row .container { width:20rem;height:90.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NUqfgPLqVKapnG5RJLypP4vyoCyvExuo { width:17.625rem;height:1.95023125rem;top:2.0590515136719rem;left:0.780526638031rem;text-align:left;text-align-last:left;color:rgba(41,41,41,0.74);font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlHQZuAfFkU73e7xfxrO0VC7ri0bISnX { width:18.4375rem;height:7.309025rem;top:4.8466491699219rem;left:0.780526638031rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.3;font-family:"proximan regular";display:block; }
 }@media only screen and (max-width: 763px) { #mnTEDun6scab88eQRVHThqvTUlqtCemg { width:0.1875rem;height:8.75rem;top:97.625rem;left:9.875rem;background-color:rgba(85,187,71,0.85);background-image:none;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #lBlb1pPiusnRpPePZDxD779oLALAOmQX { top:13.7431640625rem;left:0.71875rem;width:17.75rem;height:10.9375rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #EorBJ5mopZa93LKbpEzmgRmzkSxTeha7 { width:17.06175rem;height:0;top:16.021728515625rem;left:0rem;text-align:left;text-align-last:left;color:rgba(41,41,41,0.74);font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lnAwrc5qU3q7GzIpbsvzU4pRopZERGo7 { display:none; }#lnAwrc5qU3q7GzIpbsvzU4pRopZERGo7 > .row .container { width:20rem;height:83.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #niik7ehOHiQN0p4gf1m4MTuhT2kCOxxn { width:20rem;height:1.875rem;top:1.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z9ED9uxM7EGV0kRJJnZXcZLHPFAn9Fzt { width:20rem;height:auto;top:1.75rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kCRHuOJABlxb6L2xlJCIcl9kiUnLpJEy { width:20rem;height:2rem;top:1.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NzDRTIlGOrx3c1t9OxTu8MryPhQqcmrP { width:1.5625rem;height:auto;top:5.4375rem;left:9.1875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #koIoyQCsTHiXTHsVxeyXr8xoFpcnO7v3 { width:20rem;height:auto;top:5.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #yrWZu5EVPtFRCMOmbwoWyv0OwvPThzr1 { width:20rem;height:auto;top:5.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #S7OgOfyNttWyme1eDOIwrGznPHAdKpKT { width:20rem;height:auto;top:1.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #avdKB6fHdUSR3TWh6UNESTyn9MlDSPfZ { width:20rem;height:auto;top:7rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rBVyRiGlqxrvuIbcTlyzUJ9h6T91Jfso { width:20rem;height:auto;top:7.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zkZMKvvpU2nfS0Ny4wQhN3XGhv7X6pMA { width:20rem;height:20rem;top:9.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GabySRTPTuIQ84n3KPtnSLadzQwfMwvu { width:20rem;height:11.205329254593rem;top:11.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #khSev2hOe27cA4gbopVfWKACygZax4pu { width:0.8125rem;height:0.8125rem;top:20.4375rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZZTkA7aq1zlqLoUIMweE4hDEV3MWi46u { width:0.125rem;height:10.6875rem;top:23rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hfSERQ6HPfTPGRJpZEakC23O7olPkB4l { width:20rem;height:20rem;top:35.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DEVFFfoQwmZ2PytJVemo6Fva7S2LO6l6 { width:20rem;height:auto;top:31.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IVBz378cTsgQTQqA668BqLt4ZhxksaHa { width:0.0625rem;height:20.375rem;top:57.8125rem;left:9.9375rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #gqwqn2XvT2LewXFUVi42N5GKcVAb03oT { width:0.8125rem;height:0.8125rem;top:35.1875rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zEvBQN3CS7hw1lzPh1mbOTOzOZ2RGubD { width:20rem;height:auto;top:30.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #CexCtry7hVGtf0CrW8DP0V8cePD42yWV { width:1.875rem;height:1.875rem;top:30.4375rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yaqFUKeVqV32p3pFQyP6euZyVlPCnN2w { width:20rem;height:11.245449275362rem;top:37rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wMzDuDLPtZFuusPDG3SmJugUkCJevu8z { width:20rem;height:auto;top:32.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #EbsHi4EqipQQOFov3zI1K5HNrQgi0cIQ { width:1.5625rem;height:auto;top:30.5625rem;left:9.1875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #AkvBlFBEHJO6CFhKQczfl76DOrA17sUy { width:20rem;height:auto;top:30.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #d7eKxKR5WcRbwgIr21RJC47fPUb5bLDR { width:20rem;height:auto;top:54.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #lXEqixeudz4PAUP4Iuegx2rCns37oIN8 { width:20rem;height:auto;top:56.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UGnbJAf7EQPa9aTu234KQOMOGdhkLnm8 { width:20rem;height:auto;top:54.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #uoOnfqQknO9bMTWn7C2OoZGe8BsrtxWO { width:20rem;height:auto;top:56.375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oOTQ8mE16WktEk39vwqkLvgD5hZusFCc { width:0.8125rem;height:0.8125rem;top:54.9375rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tJ4VIv6UVPAe2rtVJ8BCIxHbBV0wN7Er { width:20rem;height:20rem;top:59.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HuhQ8nml13WTTzslFA46PNGIPWmPvpUi { width:20rem;height:11.20789495616rem;top:65.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MKieyM79UJXcOio0i1nXONZ60Vgfd2I9 { width:1.5625rem;height:auto;top:54.5625rem;left:9.1875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #OHC498KvEGeFU4ScPg9J5ENkxEQtzWG0 { width:1.875rem;height:1.875rem;top:54.4375rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RehPF91BXzpdpug7Fpz2hLtLu0QpWvnz { width:1.875rem;height:1.875rem;top:5.3125rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #irs3ChxAlEXKgIXIEl7GCFmzkmT14ucq { width:0.0625rem;height:15rem;top:37.6875rem;left:9.9375rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #DeALN3AmXNSK8JKonUQdUZWeXnDgA2sZ { width:0.0625rem;height:10.6875rem;top:7.875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vu5AiqImvuK2267lPkQO0JtDfrtUxc2H { width:1.875rem;height:1.875rem;top:5.125rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SbmCxe59oiVApFVGwSmb8wv3sy0XDZNW { width:1.5625rem;height:auto;top:5.25rem;left:9.1875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #xqdCT6NTgXQDUyRryLUDqhq0qkkdkrTl { width:1.875rem;height:1.875rem;top:30.0625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ga8aTZOT478y4ErPfPDh3OzT2LuTa0we { width:1.5625rem;height:auto;top:30.1875rem;left:9.1875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #x0kRIATcftSD95zQyuoJWkfJ81APUSZB { width:1.5625rem;height:auto;top:54.4375rem;left:9.1875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #zNJWu4tlRJy8IwToQJa7AslmB4ZMlCyD { width:1.875rem;height:1.875rem;top:54.3125rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t { background-color:#ffffff;background-image:none;display:block; }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row .container { background-color: transparent; background-image: none; }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row .container > .video-iframe-container { display: none; }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row > .video-iframe-container { display: none; }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row .container { width:20rem;height:59.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #enIMFTKSv0T3NNWgi43oKfLA2fgWpV0X { width:16.9375rem;height:3.9004625rem;top:2.685546875rem;left:0.625rem;text-align:left;text-align-last:left;color:rgba(41,41,41,0.74);font-size:1.5rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Ll6AJGRT9TvD4vfFRIttkR3AFBe853zg { width:18.5rem;height:13.399875rem;top:6.8720703125rem;left:0.625rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #hnDmt5G55yP7rUPiL2IeCsA146iT7pGi { width:15.4375rem;height:0;top:23.5615234375rem;left:0.0615234375rem;text-align:left;text-align-last:left;color:rgba(85,187,71,0.85);font-size:1.375rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #XTBKFLJ9T7WlN3WqEkNdZNzbPPDMRbPQ { width:18.1875rem;height:10.496975rem;top:25.1875rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #wkvXWopEorroDzspFkSlxrKaspWgmmGC { display:flex;width:0.936775rem;height:0.936775rem;top:25.5628rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #bAeaDTqXNZqUXCFLIxePwJvocDcr7Ne3 { display:flex;width:0.75rem;height:0.75rem;top:25.499572753906rem;left:0.49985539913178rem; }
 }@media only screen and (max-width: 763px) { #MeFqTBSrRNxG2ev4xG0cB7kxtwpk5f5S { display:flex;width:0.93605625rem;height:0.93605625rem;top:25.75rem;left:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IDXsnTU3b22k7xflAE617yxgr0VBW6vX { display:flex;width:0.93605625rem;height:0.93605625rem;top:27.3125rem;left:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zcbCeBsevwLfowPqFiPUZpcOxby4bdmo { display:flex;width:0.93555rem;height:0.93555rem;top:28.8125rem;left:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Af7dcVk3WksiSK7fQpNxTzFe58Fd4QIu { display:flex;width:0.93555rem;height:0.93555rem;top:30.375rem;left:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iEfLW2RNgFkSBCS0bKyZ16VMslcJewyJ { width:18.999rem;height:13.2495rem;top:37.835693359375rem;left:0.499267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJXAtJwXrGb2zG2FzK2Q7l6Ta9yiIUu3 { width:15.4375rem;height:3.30005625rem;top:21.25rem;left:0.6875rem;text-align:left;text-align-last:left;color:rgba(85,187,71,0.85);font-size:1.5rem;line-height:1.1;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #gQh84QXoIt1IhECqI4IefUVOy3HEw9Fn { display:flex;width:0.93533125rem;height:0.93533125rem;top:31.8125rem;left:0.5625rem;z-index:15051;display:none; }
 }@media only screen and (max-width: 763px) { #tZlTwtPsVT2BLD0RGiViQqTHU6kUSNiL { display:flex;width:0.74941875rem;height:0.74941875rem;top:33.062347412109rem;left:0.43692135810852rem;z-index:15047; }
 }@media only screen and (max-width: 763px) { #V8wUlo5cTIRvPbJKXzJmGLgfyQqKRmCx { display:flex;width:0.7487rem;height:0.7487rem;top:31.499298095703rem;left:0.43692135810852rem;z-index:15048; }
 }@media only screen and (max-width: 763px) { #qSg2qS7rSIpLG50gmqIgIV6uNKc8a9ht { display:flex;width:0.7487rem;height:0.7487rem;top:30.0625rem;left:0.4375rem;z-index:15049; }
 }@media only screen and (max-width: 763px) { #KbKIWW1hhlsaEfCLaaSAosg6FUvTnOii { display:flex;width:0.74941875rem;height:0.74941875rem;top:27.0625rem;left:0.4375rem;z-index:15047; }
 }@media only screen and (max-width: 763px) { #Vafvot1ypnPoSGO3C9d8FXMWt5TLtM4S { display:flex;width:0.7487rem;height:0.7487rem;top:28.499847412109rem;left:0.49985539913178rem;z-index:15048; }
 }@media only screen and (max-width: 763px) { #WeZHni2xTqeNqc8eQIMZbKQ8G5grHaHi { display:flex;width:0.74829375rem;height:0.74829375rem;top:34.560546875rem;left:0.4375rem;z-index:15048; }
 }@media only screen and (max-width: 763px) { #zkwD9blvTCvut9IErLW2fdXqA8ocXKVb { width:15.875rem;height:4.5625rem;top:52.3339609375rem;left:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mnIOdG8O9he8U5PziTCCTSAp5HX5J9Uq { width:15.811625rem;height:4.49978125rem;top:53.909507751465rem;left:2.0941842198372rem;display:block; }
 }@media only screen and (max-width: 763px) { #TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS { display:block; }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .row .container { width:20rem;height:23.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p4OgPb5TSQ6l9sRlRaToh6kTSgkEFslk { width:19.9985625rem;height:2.4375rem;top:2.873987197876rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyGfmTzfTqbQMuCwAJlz9e980VKG4obQ { width:3.499025rem;height:3.24978125rem;top:7rem;left:12.3125rem;text-align:center;text-align-last:center;font-size:2.5rem;color:rgba(var(--color-secondary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #GFpdqPsQWEudV0esefwGw6JnTT2gOLIW { width:3.4997125rem;height:3.24978125rem;top:7.0625rem;left:3.3125rem;text-align:center;text-align-last:center;font-size:2.5rem;color:rgba(var(--color-secondary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #ftETNJlBckeTax07HmwW3T4duZ2P8H1r { width:1.87355625rem;height:3.24978125rem;top:16.1875rem;left:13.5rem;text-align:center;text-align-last:center;font-size:2.5rem;color:rgba(var(--color-secondary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #WpSXhVKGsUsERZdZF3N1Gg2pRtSK03C3 { width:6.749rem;height:2.06163125rem;top:10.1875rem;left:11.0625rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #MW6hXpzsDCrVHNMUgI8flG94pxRV5INg { width:8.43675rem;height:2.06163125rem;top:10.375rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #VyeF2bfVK7LV4Hhbvb1KbiCNuGfDGJTx { width:8.5619375rem;height:2.06163125rem;top:20.125rem;left:10.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #WIJQoD0zqXWzdStGbrk673TGmnW5sysd { width:4.87485625rem;height:3.24978125rem;top:16.1875rem;left:2.875rem;text-align:center;text-align-last:center;font-size:2.5rem;color:rgba(var(--color-secondary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #fqAFTVJTT5gRmw9L7B1sxQZ8ukDn4vnE { width:7.3119375rem;height:2.06163125rem;top:20.0625rem;left:1.5rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #csJ0giE7fdv1vuP2V3DqHXNyFsweZwAG { width:0;height:7.18675rem;top:62.5123125rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #k6D8SMxJk5OZERNczPeVIGLWtvEfVe9Z { width:7.875rem;height:7.875rem;top:8.4375rem;left:6.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zffmxXzVglmlynzdqKo1urpBGd1gpqo8 { width:0;height:10.4375rem;top:7.625rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #g4f9fbp8kLgCDlk0PTn0Vc3iFK6dbKoW { width:0;height:10.4375rem;top:8.25rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #w1bspg39My9xh8CtD6Ff9hPpFOZ3KdvT { width:7.875rem;height:7.875rem;top:8.4375rem;left:6.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #chi8yknxtdTByKyLvMyh8ovmq4clKJSJ { width:7.875rem;height:7.875rem;top:8.4375rem;left:6.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #M2SbXecMCfx24hqtKX1oFIxnE8zQAM7x { width:7.875rem;height:7.875rem;top:8rem;left:6.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xs9aPh7XuzcNuCnAqm1atsCpGsb3GDR0 { display:block; }#xs9aPh7XuzcNuCnAqm1atsCpGsb3GDR0 > .row .container { width:20rem;height:44.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rKmTNRDPMio3zry6gpRxPwn91pU0Vg2x { width:18.311625rem;height:11.436625rem;top:30.662616729736rem;left:0.84273731708525rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyXuWMm8Q62pW6MNBBSOgmPT4qrr39fA { width:17.5rem;height:7.309rem;top:6.7735824584963rem;left:0.74826395511625rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJodUJGT6tsy8233BsuCf4UO2KOMtqWQ { width:14.499rem;height:5.998275rem;top:16.6875rem;left:1.875rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #gSWz2ABfln3XWqbHkx7e7GMTUIfT2ISW { display:flex;width:0.75rem;height:0.75rem;top:17rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #BIUcEFAe0NTQNN4TA6OE9pe867QECEXV { display:flex;width:0.93555rem;height:0.93555rem;top:18.5rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UeCReudWySwZDE1q7KS9qKEdMzuGsSvQ { display:flex;width:0.93555rem;height:0.93555rem;top:19.9375rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #w6kXinsbk3gkeO5VFrhsFe5lGM8t730k { width:8.81225rem;height:2.24975625rem;top:23.185028076172rem;left:9.2323499917981rem;display:block; }
 }@media only screen and (max-width: 763px) { #c08zmLfPpMwJZBhfrH3bPWqLXVXg9Us1 { width:7.1875rem;height:1.811525rem;top:23.21826171875rem;left:1.81103515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHHTXGOSbZQZ921BAC3Xbyqgcr7MDBWr { width:9.1235625rem;height:2.31079375rem;top:26.1875rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6vN2KEvlOach3xL0p8kfEVZoES6ikng { width:9.8108125rem;height:2.68676875rem;top:26rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuRfUP8yzTqxpFLgpbD9WR4dS0CELiL6 { width:18.3125rem;height:3.9004625rem;top:2.25rem;left:0.5625rem;text-align:left;text-align-last:left;color:#000000;font-size:1.5rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #y9qnhFLwHQoNJ07iEiaigK8hEKCaTXcV { display:flex;width:0.74941875rem;height:0.74941875rem;top:18.499711990356rem;left:0.84129059314725rem;z-index:15052; }
 }@media only screen and (max-width: 763px) { #DEDz17ruuoKFmM4R1JsMZestwPrwPCGt { display:flex;width:0.7487rem;height:0.7487rem;top:19.937067031861rem;left:0.84129059314725rem;z-index:15053; }
 }@media only screen and (max-width: 763px) { #NQo3JLIlLXR62zNUu7uoXdPMx5VZTaxz { width:7.937rem;height:1.9995125rem;top:26.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #otmsQ7QBpccnKka16iw5wfVwTWElDTpu { width:7.68675rem;height:1.875rem;top:26.4375rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvaSkTpIXD82JPePdW38hBzA453lgh3J { display:block; }#TvaSkTpIXD82JPePdW38hBzA453lgh3J > .row .container { width:20rem;height:15.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BFuP75V4vOcIqf9Xncu9D5uW3KvwIufQ { width:20rem;height:2.26851875rem;top:2.1607351303101rem;left:0rem;text-align:center;text-align-last:center;color:#4fbf70;font-size:2.0625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #tgiuQXfNDeMCqa00EN9itGqMA4uM57IN { width:18.74925rem;height:0.97511875rem;top:4.8755798339844rem;left:0.62355327606201rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.75rem;font-family:"proximan regular";display:block; }
 }@media only screen and (max-width: 763px) { #gX1ZV4zZnRHAz27FeBhgvME6I0II5cys { width:2.2497125rem;height:1.249275rem;top:11.463397979736rem;left:0.62282991409302rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOqPsAF5Kv8WBnmEFPIi4P3eq1ITUQOx { width:18.312375rem;height:1.38093125rem;top:6.80700302124rem;left:0.84201395511625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUNuxDZmVzkcGyRADeGaf8rR7rOWv5HW { width:1.7476875rem;height:0.93605625rem;top:13.44762802124rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #am1QzMeTsiTrrTDw9P6eH2hS5t4TPX4Q { width:1.875rem;height:0.99935rem;top:18.844402313233rem;left:17.651910126209rem;display:none; }
 }@media only screen and (max-width: 763px) { #mpO9Hl3gkTahLnVVilyJZyEf0BXKSEK6 { width:3.436775rem;height:1.874275rem;top:4.4278068542481rem;left:1.0604746341706rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZkHgMvCuwxnKiVeXAAVHUVUT6JNalnT { width:15.812375rem;height:4.4987rem;top:9.3077259063719rem;left:2.0920139551163rem;display:block; }
 }