.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#spH9hDxFrcFgnbABRAlbSn0izOJ3q68y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#spH9hDxFrcFgnbABRAlbSn0izOJ3q68y > .row .container { background-color: transparent; background-image: none; }#spH9hDxFrcFgnbABRAlbSn0izOJ3q68y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#spH9hDxFrcFgnbABRAlbSn0izOJ3q68y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#spH9hDxFrcFgnbABRAlbSn0izOJ3q68y > .row .container > .video-iframe-container { display: none; }#spH9hDxFrcFgnbABRAlbSn0izOJ3q68y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#spH9hDxFrcFgnbABRAlbSn0izOJ3q68y > .row > .video-iframe-container { display: none; }#spH9hDxFrcFgnbABRAlbSn0izOJ3q68y > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#spH9hDxFrcFgnbABRAlbSn0izOJ3q68y > .row .container { border-width: 0; border-radius: 0; }#spH9hDxFrcFgnbABRAlbSn0izOJ3q68y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#spH9hDxFrcFgnbABRAlbSn0izOJ3q68y > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:75rem;position:relative;display:block; }#lIiwRw0wI4G9A1AzoeDzLUvxzC5WcHdI { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:10.625rem;top:0.9375rem;left:1.25rem;overflow:hidden;display:block; }
#W7Vtfsp9FB0X63AF4Q9Rfiv2X8Aga626 { color:#585858;display:block;width:9.875rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:2.3125rem;left:63.4375rem;height:1.625rem;font-style:normal;display:none; }
#khyN6TntOJTyRJwiiRMSIDGtwlfI2CGz { color:#585858;display:block;width:9.875rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:2.3125rem;left:63.4375rem;height:1.625rem;font-style:normal;display:none; }
#RtUnywLAhvs629qbHpB7GfwSXQC9MaTx { color:#585858;display:block;width:9.875rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:2.3125rem;left:63.4375rem;height:1.625rem;font-style:normal;display:none; }
#mg6eXT1BlsreToFCMOhwwKiRFJyWaXdJ { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:4.0625rem;width:4rem;top:1.1875rem;left:58.375rem;overflow:hidden;display:block; }
#HnT2fJ8zXo0kbyKtE3CkfCKqtAwvEifL { z-index:15008;top:1.6875rem;left:63.125rem;background-color:#5fae00;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#f6f6f6;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.1875rem;height:3.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#pyBKBrzxpE8KRSyg9QZRfoNWum8oG43N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JyCcTkETvMz8bfQhrmrSBPZoKMVmF1hc { position:relative;display:block; }#JyCcTkETvMz8bfQhrmrSBPZoKMVmF1hc { background-color: transparent; background-image: none; }#JyCcTkETvMz8bfQhrmrSBPZoKMVmF1hc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JyCcTkETvMz8bfQhrmrSBPZoKMVmF1hc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JyCcTkETvMz8bfQhrmrSBPZoKMVmF1hc > .row .container > .video-iframe-container { display: none; }#JyCcTkETvMz8bfQhrmrSBPZoKMVmF1hc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JyCcTkETvMz8bfQhrmrSBPZoKMVmF1hc > .row > .video-iframe-container { display: none; }#JyCcTkETvMz8bfQhrmrSBPZoKMVmF1hc > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JyCcTkETvMz8bfQhrmrSBPZoKMVmF1hc { border-width: 0; border-radius: 0; }#JyCcTkETvMz8bfQhrmrSBPZoKMVmF1hc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JyCcTkETvMz8bfQhrmrSBPZoKMVmF1hc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:26.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#RshliEiuMTfHR1HgpyEdLIXTqFVIXuVX { color:#000000;display:block;width:47.6875rem;position:absolute;font-family:inter;font-size:3.125rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:1.26953125rem;left:13.65625rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#e8r21vfgZRPkLSbUWUt5q8IcJit9gAo7 { color:#000000;display:block;width:32rem;position:absolute;font-family:inter;font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:6.14453125rem;left:21.5rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zwWpWSEOITTiLBZlNofDa0Gfuf5l3ODr { color:#ff7400;display:block;width:24.8125rem;position:absolute;font-family:inter;font-size:2.0625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:10.15625rem;left:25.09375rem;height:2.6806625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bq6eKVZC5waJynsJlrlmoNOcwdzex6hH { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;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.8125rem;width:10.75rem;top:21.125rem;left:25.4375rem;overflow:hidden;display:block; }
#nJOJhcWs4DfokXNPXiKA2GTJZBCPfRlg { z-index:15007;top:14.5625rem;left:27rem;background-color:#5fae00;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#f6f6f6;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21rem;height:3.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#wIWHCMNilvCOnb1Dxb9HtJPq1ruTFTZs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QCtVHeLPp9HpSVy6D3sPIKoGrIFmv0i7 { position:absolute;display:block;z-index:15056;height:3.9375rem;width:10.6875rem;top:21.0625rem;left:38.71875rem;display:block; }
#rAhVHO9Shsf2X8yohyUW9BGpke1tiRrV { position:relative;display:block; }#rAhVHO9Shsf2X8yohyUW9BGpke1tiRrV { background-color: transparent; background-image: none; }#rAhVHO9Shsf2X8yohyUW9BGpke1tiRrV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAhVHO9Shsf2X8yohyUW9BGpke1tiRrV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAhVHO9Shsf2X8yohyUW9BGpke1tiRrV > .row .container > .video-iframe-container { display: none; }#rAhVHO9Shsf2X8yohyUW9BGpke1tiRrV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAhVHO9Shsf2X8yohyUW9BGpke1tiRrV > .row > .video-iframe-container { display: none; }#rAhVHO9Shsf2X8yohyUW9BGpke1tiRrV > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAhVHO9Shsf2X8yohyUW9BGpke1tiRrV { border-width: 0; border-radius: 0; }#rAhVHO9Shsf2X8yohyUW9BGpke1tiRrV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rAhVHO9Shsf2X8yohyUW9BGpke1tiRrV > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:15.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#JuLydb3kT1THCav1Rf2kdGQWOOzxNZlP { position:absolute;display:block;z-index:15000;height:7.5625rem;width:75rem;top:4.03125rem;left:0rem;display:block; }
#PbgXbhSKuNnHLh0DzQ1cEyDyXBzcNG45 { color:#000000;display:block;width:31.5rem;position:absolute;font-family:inter;font-size:1.8125rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:1.91845703125rem;left:21.75rem;height:2.17480625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AoSObbNNvTHCZJqBRWRzdmqwgsBPgPyd { position:relative;display:block; }#AoSObbNNvTHCZJqBRWRzdmqwgsBPgPyd { background-color: transparent; background-image: none; }#AoSObbNNvTHCZJqBRWRzdmqwgsBPgPyd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AoSObbNNvTHCZJqBRWRzdmqwgsBPgPyd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AoSObbNNvTHCZJqBRWRzdmqwgsBPgPyd > .row .container > .video-iframe-container { display: none; }#AoSObbNNvTHCZJqBRWRzdmqwgsBPgPyd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AoSObbNNvTHCZJqBRWRzdmqwgsBPgPyd > .row > .video-iframe-container { display: none; }#AoSObbNNvTHCZJqBRWRzdmqwgsBPgPyd > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AoSObbNNvTHCZJqBRWRzdmqwgsBPgPyd { border-width: 0; border-radius: 0; }#AoSObbNNvTHCZJqBRWRzdmqwgsBPgPyd > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AoSObbNNvTHCZJqBRWRzdmqwgsBPgPyd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:19.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#haiMHX1VTm0Fm4k8pzsJeDRIrwrZMJnk { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:12.8125rem;width:17.125rem;top:0.4375rem;left:19.5625rem;overflow:hidden;display:block; }
#r2aCJwxKub1gq7KOs4cZrv2TOt7sniwQ { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:12.8125rem;width:17.125rem;top:0.4375rem;left:38.312501907349rem;overflow:hidden;display:block; }
#qKyWve6zkowugS83vT2prBzBG0w0QVNr { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:12.8125rem;width:17.125rem;top:0.4375rem;left:57.062498092651rem;overflow:hidden;display:block; }
#tRZx91Gs0LTT7bIqJV6Qe2MpB3Lw5BR8 { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:12.8125rem;width:17.125rem;top:0.40625rem;left:0.84375rem;overflow:hidden;display:block; }
#Xy6SXCFdT0nXA0CIEvNvuGfMv4T8ukF9 { z-index:15006;top:15.125rem;left:1.5625rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0.125rem solid #a2d06a;border-left:0.125rem solid #a2d06a;border-right:0.125rem solid #a2d06a;border-bottom:0.125rem solid #a2d06a;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#a2d06a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#VTqsrFAgETTKkdWEgzEBQZ9d5qR31RQy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gcy3QmUpFEwLXnoJclCvG9MrCIcvhrEM { z-index:15007;top:15.125rem;left:20.3125rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0.125rem solid #a2d06a;border-left:0.125rem solid #a2d06a;border-right:0.125rem solid #a2d06a;border-bottom:0.125rem solid #a2d06a;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#a2d06a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#PpXnAfLKJQfTK9ERG6FGwfUx8RfIf214 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N31gMeoFAQ4qasX2S4qUupudNlo6NpG7 { z-index:15008;top:15.125rem;left:57.8125rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0.125rem solid #a2d06a;border-left:0.125rem solid #a2d06a;border-right:0.125rem solid #a2d06a;border-bottom:0.125rem solid #a2d06a;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#a2d06a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#hiDeUJTIfJttuT15xdatlnPI1f7XysDq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MGwJPDRGgZJ74r0L7rwaCQGb3oCSOg0A { z-index:15009;top:15.125rem;left:39.0625rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0.125rem solid #a2d06a;border-left:0.125rem solid #a2d06a;border-right:0.125rem solid #a2d06a;border-bottom:0.125rem solid #a2d06a;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#a2d06a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#dllOOVM0n6KAoH0DVsCRzZTCf2SDQVB3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ozEnmgGBHCLOA42dG2uIGARnKn84PLOB { position:relative;display:block; }#ozEnmgGBHCLOA42dG2uIGARnKn84PLOB { background-color: transparent; background-image: none; }#ozEnmgGBHCLOA42dG2uIGARnKn84PLOB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozEnmgGBHCLOA42dG2uIGARnKn84PLOB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozEnmgGBHCLOA42dG2uIGARnKn84PLOB > .row .container > .video-iframe-container { display: none; }#ozEnmgGBHCLOA42dG2uIGARnKn84PLOB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozEnmgGBHCLOA42dG2uIGARnKn84PLOB > .row > .video-iframe-container { display: none; }#ozEnmgGBHCLOA42dG2uIGARnKn84PLOB > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozEnmgGBHCLOA42dG2uIGARnKn84PLOB { border-width: 0; border-radius: 0; }#ozEnmgGBHCLOA42dG2uIGARnKn84PLOB > .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; }#ozEnmgGBHCLOA42dG2uIGARnKn84PLOB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:19.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Ro2VES8AlhV6iWiT5zu8usNBTO3TiQWg { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:12.8125rem;width:17.125rem;top:0.4375rem;left:19.5625rem;overflow:hidden;display:block; }
#SfGM8VT1zC0nixcxhvieVTHDDOelZGS3 { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:12.8125rem;width:17.125rem;top:0.4375rem;left:57.0625rem;overflow:hidden;display:block; }
#F4ewy2ciMIUHGRayahuDc5Sldupgb7Hd { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:12.8125rem;width:17.125rem;top:0.4375rem;left:38.3125rem;overflow:hidden;display:block; }
#nI0WdITHynITdQLgZWI2eGZrLXLi5Lc3 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:12.8125rem;width:17.125rem;top:0.4375rem;left:0.8125rem;overflow:hidden;display:block; }
#dfq2fSWGD3FP07FsVZpAL2f4dburtOLS { z-index:15010;top:15.125rem;left:1.5625rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0.125rem solid #a2d06a;border-left:0.125rem solid #a2d06a;border-right:0.125rem solid #a2d06a;border-bottom:0.125rem solid #a2d06a;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#a2d06a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:2.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TykZMT6aTrlguq1CpXUiOuHhbpQofxgL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JEtKTsiq8kNth6Qqg5XLFPP1fWdXpthS { z-index:15009;top:15.125rem;left:19.6875rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0.125rem solid #a2d06a;border-left:0.125rem solid #a2d06a;border-right:0.125rem solid #a2d06a;border-bottom:0.125rem solid #a2d06a;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#a2d06a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17rem;height:2.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#bzkSLuCNLm3M5MdGVRxOB6rPiDdWFSvQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NNntukAsbuKq3f8oHqNbK1F9nI9yN1CW { z-index:15008;top:15.125rem;left:39.0625rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0.125rem solid #a2d06a;border-left:0.125rem solid #a2d06a;border-right:0.125rem solid #a2d06a;border-bottom:0.125rem solid #a2d06a;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#a2d06a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#q9aA9LxsvdnNLlL7s8w2BmMdokeaKr3B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R3SPaUqSW04DudAgh0mLQdnPSZpZCFzU { z-index:15007;top:15.125rem;left:57.8125rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #a2d06a;border-left:0.125rem solid #a2d06a;border-right:0.125rem solid #a2d06a;border-bottom:0.125rem solid #a2d06a;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#a2d06a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#nmCD2fzRneZJ3taa1cgbzFu7ETFf0mx0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R6TuAuvdDlTvvGAiwyKVbqUGCR940yM5 { position:relative;display:block; }#R6TuAuvdDlTvvGAiwyKVbqUGCR940yM5 { background-color: transparent; background-image: none; }#R6TuAuvdDlTvvGAiwyKVbqUGCR940yM5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R6TuAuvdDlTvvGAiwyKVbqUGCR940yM5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R6TuAuvdDlTvvGAiwyKVbqUGCR940yM5 > .row .container > .video-iframe-container { display: none; }#R6TuAuvdDlTvvGAiwyKVbqUGCR940yM5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R6TuAuvdDlTvvGAiwyKVbqUGCR940yM5 > .row > .video-iframe-container { display: none; }#R6TuAuvdDlTvvGAiwyKVbqUGCR940yM5 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R6TuAuvdDlTvvGAiwyKVbqUGCR940yM5 { border-width: 0; border-radius: 0; }#R6TuAuvdDlTvvGAiwyKVbqUGCR940yM5 > .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; }#R6TuAuvdDlTvvGAiwyKVbqUGCR940yM5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:13.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RlRfJ5apxGc1fTzZtE9DrdfeMGgV4g4W { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:4.75rem;top:3.6875rem;left:35.125rem;overflow:hidden;display:block; }
#wmvyXP65WAL9cSA1lBUXQM8Nv8JTe4vz { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:4.75rem;top:3.6875rem;left:16.0625rem;overflow:hidden;display:block; }
#Z8Jx9m9Pi0E00XB0s6Me3qFmpTNmMUFC { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:4.75rem;top:3.6875rem;left:54rem;overflow:hidden;display:block; }
#wkhZzuSI72ksHH1UMZqRS1FWy7qPNouG { color:#000000;display:block;width:13.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:9rem;left:11.8125rem;height:1.875rem;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; }
#zDCuLbnX7oB56oTkp0GSttPhpBNp71J1 { color:#000000;display:block;width:9.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:11.125rem;left:13.90625rem;height:1.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qLiCmxDPtogsk4z98u2X2zzeF8Vo2TKc { color:#000000;display:block;width:13.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:9rem;left:30.875rem;height:1.875rem;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; }
#uZZP96pv1lFoOL482sQT0fubF8AsHTUS { color:#000000;display:block;width:12.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:11.125rem;left:31.375rem;height:1.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Cthg9KOaB7nbrnDIOwXoyS4yLagvUFfO { color:#000000;display:block;width:10rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:11.125rem;left:51.375rem;height:1.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iGzqtTduxEISE0wWrWow2RlFKTeHCVaQ { color:#000000;display:block;width:13.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:9rem;left:49.75rem;height:1.875rem;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; }
#iOFBVp5NeoxOiSQNCeSKIWthnHs2gKsV { position:relative;display:block; }#iOFBVp5NeoxOiSQNCeSKIWthnHs2gKsV { background-color: transparent; background-image: none; }#iOFBVp5NeoxOiSQNCeSKIWthnHs2gKsV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iOFBVp5NeoxOiSQNCeSKIWthnHs2gKsV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iOFBVp5NeoxOiSQNCeSKIWthnHs2gKsV > .row .container > .video-iframe-container { display: none; }#iOFBVp5NeoxOiSQNCeSKIWthnHs2gKsV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iOFBVp5NeoxOiSQNCeSKIWthnHs2gKsV > .row > .video-iframe-container { display: none; }#iOFBVp5NeoxOiSQNCeSKIWthnHs2gKsV > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iOFBVp5NeoxOiSQNCeSKIWthnHs2gKsV { border-width: 0; border-radius: 0; }#iOFBVp5NeoxOiSQNCeSKIWthnHs2gKsV > .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; }#iOFBVp5NeoxOiSQNCeSKIWthnHs2gKsV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:75.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#khAOea1ZMPuW58DafOKsdSLQR5RtZ5QW { display:block;width:75rem;position:absolute;font-family:inter;font-size:2.75rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:4rem;left:0rem;height:3.57470625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qXxnm5EMTQW0XswPJbaaTiVZFlO4TWuP { border-bottom:0;border-left:0;border-right:0;border-top:0;height:19.4375rem;width:19.4375rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:10.0625rem;left:7.5rem;overflow:hidden;display:block; }
#cC7u6tPpzl4yu6532iudQxAf6VrtGIL1 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:19.4375rem;width:19.4375rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:30.6240234375rem;left:48.125rem;overflow:hidden;display:block; }
#qiMeUDqopI1N1BSy6RBgoKycPutnT8EP { border-bottom:0;border-left:0;border-right:0;border-top:0;height:19.4375rem;width:19.4375rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:30.6240234375rem;left:27.8125rem;overflow:hidden;display:block; }
#mqacWN332WXBn3XDhQyJxybqCGo4FqW3 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:19.4375rem;width:19.4375rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:30.6240234375rem;left:7.5rem;overflow:hidden;display:block; }
#G9qlH10Jaa12rTC92ny6zH11glGsL8Ex { 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:19.5rem;width:19.5rem;top:10.03125rem;left:27.75rem;overflow:hidden;display:block; }
#bH1onlaP2lx3FTqUCrFcodsPGZ0VIfA1 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.5625rem;width:19.5625rem;top:10rem;left:48.0625rem;overflow:hidden;display:block; }
#HllHO4PDSuiJO5VGTl8txIwUtxwpDQsm { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.4375rem;width:19.4375rem;top:51.4375rem;left:7.5rem;overflow:hidden;display:block; }
#HokJVolszx3qNCs4qLeeFhVeksz0TsqP { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.4375rem;width:19.4375rem;top:51.4375rem;left:27.78125rem;overflow:hidden;display:block; }
#FTVn04IWbZ2MHgKIKUtFnBneIQJB8FFH { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.4375rem;width:19.4375rem;top:51.4375rem;left:48.125rem;overflow:hidden;display:block; }
#P7dC46IDZ9bqfm3ozzoQyAMO6NR2OMEW { position:relative;display:block; }#P7dC46IDZ9bqfm3ozzoQyAMO6NR2OMEW { background-color: transparent; background-image: none; }#P7dC46IDZ9bqfm3ozzoQyAMO6NR2OMEW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P7dC46IDZ9bqfm3ozzoQyAMO6NR2OMEW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P7dC46IDZ9bqfm3ozzoQyAMO6NR2OMEW > .row .container > .video-iframe-container { display: none; }#P7dC46IDZ9bqfm3ozzoQyAMO6NR2OMEW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P7dC46IDZ9bqfm3ozzoQyAMO6NR2OMEW > .row > .video-iframe-container { display: none; }#P7dC46IDZ9bqfm3ozzoQyAMO6NR2OMEW > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P7dC46IDZ9bqfm3ozzoQyAMO6NR2OMEW { border-width: 0; border-radius: 0; }#P7dC46IDZ9bqfm3ozzoQyAMO6NR2OMEW > .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; }#P7dC46IDZ9bqfm3ozzoQyAMO6NR2OMEW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:26.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#svQrw8Zsg5vVkJmHJcEHis8749FPKsFU { position:absolute;display:block;z-index:15000;height:26.8125rem;width:75rem;top:-0.0625rem;left:0.0625rem;display:block; }
#KLayEKX7EKI2xTiVONVbpJMZNvTyGWGd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KLayEKX7EKI2xTiVONVbpJMZNvTyGWGd > .row .container { background-color: transparent; background-image: none; }#KLayEKX7EKI2xTiVONVbpJMZNvTyGWGd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KLayEKX7EKI2xTiVONVbpJMZNvTyGWGd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KLayEKX7EKI2xTiVONVbpJMZNvTyGWGd > .row .container > .video-iframe-container { display: none; }#KLayEKX7EKI2xTiVONVbpJMZNvTyGWGd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KLayEKX7EKI2xTiVONVbpJMZNvTyGWGd > .row > .video-iframe-container { display: none; }#KLayEKX7EKI2xTiVONVbpJMZNvTyGWGd > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KLayEKX7EKI2xTiVONVbpJMZNvTyGWGd > .row .container { border-width: 0; border-radius: 0; }#KLayEKX7EKI2xTiVONVbpJMZNvTyGWGd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KLayEKX7EKI2xTiVONVbpJMZNvTyGWGd > .row .container { font-size:0.875rem;font-family:arial;height:40.875rem;width:75rem;position:relative;display:block; }#Tb8ipPLvyKonStDeKZoIxeGz4n5NSfTH { color:#222222;display:block;width:30.0625rem;position:absolute;font-family:inter;font-size:2.5rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:3.201171875rem;left:22.46875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KXgLwLR9HIH8T8DdxSkqFUGteVhbwHX4 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:5.8125rem;width:5.8125rem;top:8.875rem;left:34.4375rem;overflow:hidden;display:block; }
#ZwR0AhwcLPF2XIE6IHuu70Oc8FL6EasX { color:rgba(34,34,34,0.8);display:block;width:46.875rem;position:absolute;font-family:inter;font-size:1.3125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:15.75rem;left:14rem;height:5.1181625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d6PtrJy7WQFvqIk07WE2rlQqGPMdTSUr { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2.8125rem;top:15.75rem;left:9.375rem;overflow:hidden;display:block; }
#UW4eOnuOVktd25GqRD5KHeMonrWmbgrg { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2.8125rem;top:17.5rem;left:63.125rem;overflow:hidden;display:block; }
#br4lIqp9ul1BOMaLxT2FTnts7Pfl3pne { color:#222222;display:block;width:75rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1;letter-spacing:0;top:22.0625rem;left:0rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#zZtbzm2hiqrTzDoCnACaWxTMX5nBFxfp { color:rgba(34,34,34,0.5);display:block;width:75rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:23.75rem;left:0rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JmyTcfZNBvNL19nLVl3rNzGGTpnEzUqd { color:rgba(34,34,34,0.6);display:block;width:26.25rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:27.3125rem;left:8.125rem;height:5.84765625rem;font-style:normal;display:block; }
#LeilsDHHLTRZeEBuo6x6UAgVtuqUE5lG { color:#222222;display:block;width:26.25rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1;letter-spacing:0;top:34.3125rem;left:8.125rem;height:1.25rem;text-align:left;text-align-last:left;display:block; }
#MTTqm3Xvhl1cycDmksbRPEXqLlbDAfri { color:rgba(34,34,34,0.5);display:block;width:26.25rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:35.9375rem;left:8.125rem;height:1.13720625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rxzrdZCSOzG1RPVy0U0fueLUXMZoe8cc { color:rgba(34,34,34,0.6);display:block;width:26.25rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:27.3125rem;left:40.625rem;height:5.84765625rem;font-style:normal;display:block; }
#lsufRlOxDPTsAPh65ET2n9Pha3TX0MgS { color:#222222;display:block;width:26.25rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1;letter-spacing:0;top:34.3125rem;left:40.625rem;height:1.25rem;text-align:left;text-align-last:left;display:block; }
#B4V2pNOdu3xOntGWeqr2UBCHXaE8Ib9P { color:rgba(34,34,34,0.5);display:block;width:26.25rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:35.9375rem;left:40.625rem;height:1.13720625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { background-color: transparent; background-image: none; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container > .video-iframe-container { display: none; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row > .video-iframe-container { display: none; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { border-width: 0; border-radius: 0; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { font-size:0.875rem;font-family:arial;height:10.5625rem;width:75rem;position:relative;display:block; }#MQ4aJLXgH8xiHIWWUWF50ZuuQvqNZIfw { 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:4.5625rem;width:9.8125rem;top:0.62578010559081rem;left:32.5625rem;overflow:hidden;display:block; }
#I5RMoz8EoTulnTmh3Fg0n7ft8yL8zTSG { color:#000000;display:block;width:10.625rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:6.75rem;left:14.375rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xeRQPE1AbpzvohxSEPiI4d5a81fTAKpW { color:#000000;display:block;width:10.0625rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:6.75rem;left:27.5rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iLsXEMtwsRcn7TaHPlb7tMvlEkmGAnXb { color:#000000;display:block;width:7.125rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:6.75rem;left:35.8125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#STEsph4ddoF5mAEQxZJ4TQXGCeAr3kfo { color:#000000;display:block;width:7.125rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:6.75rem;left:21.8125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MtvnQBOulU0m9ugXZUWxZk9ybPbxOGhg { color:#000000;display:block;width:19.125rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:6.6875rem;left:41.4375rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #spH9hDxFrcFgnbABRAlbSn0izOJ3q68y { display:block; }#spH9hDxFrcFgnbABRAlbSn0izOJ3q68y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #lIiwRw0wI4G9A1AzoeDzLUvxzC5WcHdI { top:0.9375rem;left:0rem;width:10.625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W7Vtfsp9FB0X63AF4Q9Rfiv2X8Aga626 { width:7.75rem;height:1.29980625rem;top:2.568359375rem;left:39.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #khyN6TntOJTyRJwiiRMSIDGtwlfI2CGz { width:7.75rem;height:1.29980625rem;top:2.568359375rem;left:39.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #RtUnywLAhvs629qbHpB7GfwSXQC9MaTx { width:9.875rem;height:1.625rem;top:2.3125rem;left:37.875rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #mg6eXT1BlsreToFCMOhwwKiRFJyWaXdJ { width:4rem;height:4.0625rem;top:1.1875rem;left:32.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HnT2fJ8zXo0kbyKtE3CkfCKqtAwvEifL { top:1.53125rem;left:37.4375rem;width:10.3125rem;height:2.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pyBKBrzxpE8KRSyg9QZRfoNWum8oG43N { display:block; }
 }@media only screen and (max-width: 1199px) { #JyCcTkETvMz8bfQhrmrSBPZoKMVmF1hc { display:block; }#JyCcTkETvMz8bfQhrmrSBPZoKMVmF1hc > .row .container { width:47.75rem;height:22.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #RshliEiuMTfHR1HgpyEdLIXTqFVIXuVX { top:2.125rem;left:4.03125rem;width:39.6875rem;height:3.1499rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e8r21vfgZRPkLSbUWUt5q8IcJit9gAo7 { top:6.25rem;left:11.625rem;width:26.0625rem;height:1.79980625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zwWpWSEOITTiLBZlNofDa0Gfuf5l3ODr { width:26.5625rem;height:2.92480625rem;top:9.0625rem;left:10.59375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bq6eKVZC5waJynsJlrlmoNOcwdzex6hH { width:8.625rem;height:3rem;top:18.1875rem;left:15rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nJOJhcWs4DfokXNPXiKA2GTJZBCPfRlg { top:13.4375rem;left:16.5rem;width:16.3125rem;height:3.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wIWHCMNilvCOnb1Dxb9HtJPq1ruTFTZs { display:block; }
 }@media only screen and (max-width: 1199px) { #QCtVHeLPp9HpSVy6D3sPIKoGrIFmv0i7 { width:8.6875rem;height:3.125rem;top:18.125rem;left:25.09375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rAhVHO9Shsf2X8yohyUW9BGpke1tiRrV { display:block; }#rAhVHO9Shsf2X8yohyUW9BGpke1tiRrV > .row .container { width:47.75rem;height:8.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #JuLydb3kT1THCav1Rf2kdGQWOOzxNZlP { width:47.75rem;height:4.5rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PbgXbhSKuNnHLh0DzQ1cEyDyXBzcNG45 { top:0rem;left:8.125rem;width:31.5rem;height:1.94970625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AoSObbNNvTHCZJqBRWRzdmqwgsBPgPyd { display:block; }#AoSObbNNvTHCZJqBRWRzdmqwgsBPgPyd > .row .container { width:47.75rem;height:13.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #haiMHX1VTm0Fm4k8pzsJeDRIrwrZMJnk { width:11.5rem;height:8.5625rem;top:1.125rem;left:12.15625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r2aCJwxKub1gq7KOs4cZrv2TOt7sniwQ { width:11.5rem;height:8.5625rem;top:1.125rem;left:24.09375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qKyWve6zkowugS83vT2prBzBG0w0QVNr { width:11.5rem;height:8.5625rem;top:1.125rem;left:36.03125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tRZx91Gs0LTT7bIqJV6Qe2MpB3Lw5BR8 { width:11.5rem;height:8.5625rem;top:1.125rem;left:0.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Xy6SXCFdT0nXA0CIEvNvuGfMv4T8ukF9 { top:10.75rem;left:0.65625rem;width:10.625rem;height:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VTqsrFAgETTKkdWEgzEBQZ9d5qR31RQy { display:block; }
 }@media only screen and (max-width: 1199px) { #gcy3QmUpFEwLXnoJclCvG9MrCIcvhrEM { top:10.75rem;left:12.59375rem;width:10.625rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PpXnAfLKJQfTK9ERG6FGwfUx8RfIf214 { display:block; }
 }@media only screen and (max-width: 1199px) { #N31gMeoFAQ4qasX2S4qUupudNlo6NpG7 { top:10.75rem;left:36.46875rem;width:10.625rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hiDeUJTIfJttuT15xdatlnPI1f7XysDq { display:block; }
 }@media only screen and (max-width: 1199px) { #MGwJPDRGgZJ74r0L7rwaCQGb3oCSOg0A { top:10.75rem;left:24.53125rem;width:10.625rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dllOOVM0n6KAoH0DVsCRzZTCf2SDQVB3 { display:block; }
 }@media only screen and (max-width: 1199px) { #ozEnmgGBHCLOA42dG2uIGARnKn84PLOB { display:block; }#ozEnmgGBHCLOA42dG2uIGARnKn84PLOB > .row .container { width:47.75rem;height:13.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Ro2VES8AlhV6iWiT5zu8usNBTO3TiQWg { width:11.5rem;height:8.5625rem;top:0.875rem;left:12.15625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SfGM8VT1zC0nixcxhvieVTHDDOelZGS3 { width:11.5rem;height:8.5625rem;top:0.875rem;left:36.03125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F4ewy2ciMIUHGRayahuDc5Sldupgb7Hd { width:11.5rem;height:8.5625rem;top:0.875rem;left:24.09375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nI0WdITHynITdQLgZWI2eGZrLXLi5Lc3 { width:11.5rem;height:8.5625rem;top:0.875rem;left:0.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dfq2fSWGD3FP07FsVZpAL2f4dburtOLS { top:10.75rem;left:0.65625rem;width:10.625rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TykZMT6aTrlguq1CpXUiOuHhbpQofxgL { display:block; }
 }@media only screen and (max-width: 1199px) { #JEtKTsiq8kNth6Qqg5XLFPP1fWdXpthS { top:10.75rem;left:12.59375rem;width:10.625rem;height:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bzkSLuCNLm3M5MdGVRxOB6rPiDdWFSvQ { display:block; }
 }@media only screen and (max-width: 1199px) { #NNntukAsbuKq3f8oHqNbK1F9nI9yN1CW { top:10.75rem;left:24.53125rem;width:10.625rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q9aA9LxsvdnNLlL7s8w2BmMdokeaKr3B { display:block; }
 }@media only screen and (max-width: 1199px) { #R3SPaUqSW04DudAgh0mLQdnPSZpZCFzU { top:10.75rem;left:36.46875rem;width:10.625rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nmCD2fzRneZJ3taa1cgbzFu7ETFf0mx0 { display:block; }
 }@media only screen and (max-width: 1199px) { #R6TuAuvdDlTvvGAiwyKVbqUGCR940yM5 { display:block; }#R6TuAuvdDlTvvGAiwyKVbqUGCR940yM5 > .row .container { width:47.75rem;height:12.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #RlRfJ5apxGc1fTzZtE9DrdfeMGgV4g4W { width:4.75rem;height:4.75rem;top:2.1875rem;left:21.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wmvyXP65WAL9cSA1lBUXQM8Nv8JTe4vz { width:4.75rem;height:4.75rem;top:2.1875rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z8Jx9m9Pi0E00XB0s6Me3qFmpTNmMUFC { width:4.75rem;height:4.75rem;top:2.1875rem;left:38.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wkhZzuSI72ksHH1UMZqRS1FWy7qPNouG { width:12rem;height:1.6875rem;top:7.875rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zDCuLbnX7oB56oTkp0GSttPhpBNp71J1 { width:9.0625rem;height:1.3125rem;top:10.4375rem;left:2.09375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qLiCmxDPtogsk4z98u2X2zzeF8Vo2TKc { width:11.9375rem;height:1.6875rem;top:7.875rem;left:17.90625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uZZP96pv1lFoOL482sQT0fubF8AsHTUS { width:12.25rem;height:1.3125rem;top:10.4375rem;left:17.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Cthg9KOaB7nbrnDIOwXoyS4yLagvUFfO { width:10rem;height:1.3125rem;top:10.4375rem;left:36.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iGzqtTduxEISE0wWrWow2RlFKTeHCVaQ { width:11.6875rem;height:1.6875rem;top:7.875rem;left:35.28125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iOFBVp5NeoxOiSQNCeSKIWthnHs2gKsV { display:block; }#iOFBVp5NeoxOiSQNCeSKIWthnHs2gKsV > .row .container { width:47.75rem;height:58.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #khAOea1ZMPuW58DafOKsdSLQR5RtZ5QW { width:47.75rem;height:3.57470625rem;top:1.4375rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qXxnm5EMTQW0XswPJbaaTiVZFlO4TWuP { width:15.3125rem;height:15.3125rem;top:7.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cC7u6tPpzl4yu6532iudQxAf6VrtGIL1 { width:15.3125rem;height:15.3125rem;top:24.4375rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qiMeUDqopI1N1BSy6RBgoKycPutnT8EP { width:15.3125rem;height:15.3125rem;top:24.4375rem;left:16.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mqacWN332WXBn3XDhQyJxybqCGo4FqW3 { width:15.3125rem;height:15.3125rem;top:24.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G9qlH10Jaa12rTC92ny6zH11glGsL8Ex { width:15.3125rem;height:15.3125rem;top:7.6875rem;left:16.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bH1onlaP2lx3FTqUCrFcodsPGZ0VIfA1 { width:15.3125rem;height:15.3125rem;top:7.6875rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HllHO4PDSuiJO5VGTl8txIwUtxwpDQsm { width:15.3125rem;height:15.3125rem;top:41rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HokJVolszx3qNCs4qLeeFhVeksz0TsqP { width:15.3125rem;height:15.3125rem;top:41rem;left:16.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FTVn04IWbZ2MHgKIKUtFnBneIQJB8FFH { width:15.3125rem;height:15.3125rem;top:41rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P7dC46IDZ9bqfm3ozzoQyAMO6NR2OMEW { display:block; }#P7dC46IDZ9bqfm3ozzoQyAMO6NR2OMEW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #svQrw8Zsg5vVkJmHJcEHis8749FPKsFU { width:44.375rem;height:21.8125rem;top:1.5rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KLayEKX7EKI2xTiVONVbpJMZNvTyGWGd { display:block; }#KLayEKX7EKI2xTiVONVbpJMZNvTyGWGd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Tb8ipPLvyKonStDeKZoIxeGz4n5NSfTH { width:30.0625rem;height:3.25rem;top:3.1875rem;left:8.84375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KXgLwLR9HIH8T8DdxSkqFUGteVhbwHX4 { width:5.8125rem;height:5.8125rem;top:8.875rem;left:20.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZwR0AhwcLPF2XIE6IHuu70Oc8FL6EasX { width:38.8125rem;height:5.1181625rem;top:15.75rem;left:4.46875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d6PtrJy7WQFvqIk07WE2rlQqGPMdTSUr { width:2.8125rem;height:2rem;top:15.75rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UW4eOnuOVktd25GqRD5KHeMonrWmbgrg { width:2.8125rem;height:2rem;top:19.4375rem;left:43.28125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #br4lIqp9ul1BOMaLxT2FTnts7Pfl3pne { width:47.75rem;height:0.9375rem;top:22.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zZtbzm2hiqrTzDoCnACaWxTMX5nBFxfp { width:47.75rem;height:0.89355625rem;top:23.75rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JmyTcfZNBvNL19nLVl3rNzGGTpnEzUqd { width:22.375rem;height:7.3095625rem;top:26.5810546875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LeilsDHHLTRZeEBuo6x6UAgVtuqUE5lG { width:26.25rem;height:0.8125rem;top:34.62353515625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MTTqm3Xvhl1cycDmksbRPEXqLlbDAfri { width:26.25rem;height:1.05615rem;top:35.9375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rxzrdZCSOzG1RPVy0U0fueLUXMZoe8cc { width:20.5625rem;height:7.3095625rem;top:26.5810546875rem;left:27.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lsufRlOxDPTsAPh65ET2n9Pha3TX0MgS { width:7.625rem;height:0.8125rem;top:34.62353515625rem;left:27.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B4V2pNOdu3xOntGWeqr2UBCHXaE8Ib9P { width:16.625rem;height:1.05615rem;top:35.93701171875rem;left:27.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS { display:block; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MQ4aJLXgH8xiHIWWUWF50ZuuQvqNZIfw { width:9.8125rem;height:4.5625rem;top:0.625rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I5RMoz8EoTulnTmh3Fg0n7ft8yL8zTSG { top:6.75rem;left:0.75rem;width:10.625rem;height:0.975rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xeRQPE1AbpzvohxSEPiI4d5a81fTAKpW { top:6.75rem;left:13.875rem;width:10.0625rem;height:0.975rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iLsXEMtwsRcn7TaHPlb7tMvlEkmGAnXb { top:6.75rem;left:22.1875rem;width:7.125rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #STEsph4ddoF5mAEQxZJ4TQXGCeAr3kfo { top:6.75rem;left:8.1875rem;width:7.125rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MtvnQBOulU0m9ugXZUWxZk9ybPbxOGhg { width:19.125rem;height:1.05rem;top:6.6875rem;left:27.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #spH9hDxFrcFgnbABRAlbSn0izOJ3q68y { background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:block; }#spH9hDxFrcFgnbABRAlbSn0izOJ3q68y > .row .container { background-color: transparent; background-image: none; }#spH9hDxFrcFgnbABRAlbSn0izOJ3q68y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#spH9hDxFrcFgnbABRAlbSn0izOJ3q68y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#spH9hDxFrcFgnbABRAlbSn0izOJ3q68y > .row .container > .video-iframe-container { display: none; }#spH9hDxFrcFgnbABRAlbSn0izOJ3q68y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#spH9hDxFrcFgnbABRAlbSn0izOJ3q68y > .row > .video-iframe-container { display: none; }#spH9hDxFrcFgnbABRAlbSn0izOJ3q68y > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#spH9hDxFrcFgnbABRAlbSn0izOJ3q68y > .row .container { width:20rem;height:4.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lIiwRw0wI4G9A1AzoeDzLUvxzC5WcHdI { width:8.4375rem;height:3.5rem;top:0.75rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #W7Vtfsp9FB0X63AF4Q9Rfiv2X8Aga626 { width:7.4375rem;height:0;top:6.625rem;left:15rem;font-size:1rem;z-index:15027;display:none; }
 }@media only screen and (max-width: 763px) { #khyN6TntOJTyRJwiiRMSIDGtwlfI2CGz { width:10.9375rem;height:0;top:6.5625rem;left:2.5rem;font-size:1rem;z-index:15028;display:none; }
 }@media only screen and (max-width: 763px) { #RtUnywLAhvs629qbHpB7GfwSXQC9MaTx { width:7.4375rem;height:0;top:3.4375rem;left:15.0625rem;font-size:1.4375rem;z-index:15027;display:none; }
 }@media only screen and (max-width: 763px) { #mg6eXT1BlsreToFCMOhwwKiRFJyWaXdJ { width:3.375rem;height:3.4375rem;top:0.5rem;left:10.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HnT2fJ8zXo0kbyKtE3CkfCKqtAwvEifL { top:1.3125rem;left:10.8125rem;width:9.1875rem;height:2.3125rem;color:#ffffff;background-color:#5fae00;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyBKBrzxpE8KRSyg9QZRfoNWum8oG43N { display:block; }
 }@media only screen and (max-width: 763px) { #JyCcTkETvMz8bfQhrmrSBPZoKMVmF1hc { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JyCcTkETvMz8bfQhrmrSBPZoKMVmF1hc > .row .container { background-color: transparent; background-image: none; }#JyCcTkETvMz8bfQhrmrSBPZoKMVmF1hc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JyCcTkETvMz8bfQhrmrSBPZoKMVmF1hc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JyCcTkETvMz8bfQhrmrSBPZoKMVmF1hc > .row .container > .video-iframe-container { display: none; }#JyCcTkETvMz8bfQhrmrSBPZoKMVmF1hc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JyCcTkETvMz8bfQhrmrSBPZoKMVmF1hc > .row > .video-iframe-container { display: none; }#JyCcTkETvMz8bfQhrmrSBPZoKMVmF1hc > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JyCcTkETvMz8bfQhrmrSBPZoKMVmF1hc > .row .container { border-width: 0; border-radius: 0; }#JyCcTkETvMz8bfQhrmrSBPZoKMVmF1hc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JyCcTkETvMz8bfQhrmrSBPZoKMVmF1hc > .row .container { width:20rem;height:41rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RshliEiuMTfHR1HgpyEdLIXTqFVIXuVX { width:20rem;height:6.82425rem;top:2rem;left:0rem;font-size:2.4375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.4;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #e8r21vfgZRPkLSbUWUt5q8IcJit9gAo7 { width:20rem;height:1.6621125rem;top:10.8125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #zwWpWSEOITTiLBZlNofDa0Gfuf5l3ODr { width:20rem;height:6.82425rem;top:15.3369140625rem;left:0rem;font-size:2.4375rem;line-height:1.4;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #bq6eKVZC5waJynsJlrlmoNOcwdzex6hH { width:9.125rem;height:3.0625rem;top:31.375rem;left:0.38906249999999rem;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #nJOJhcWs4DfokXNPXiKA2GTJZBCPfRlg { top:24.75rem;left:0rem;width:19.875rem;height:3.6875rem;color:#ffffff;background-color:#5fae00;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIWHCMNilvCOnb1Dxb9HtJPq1ruTFTZs { display:block; }
 }@media only screen and (max-width: 763px) { #QCtVHeLPp9HpSVy6D3sPIKoGrIFmv0i7 { width:9.1875rem;height:5.3125rem;top:30.25rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAhVHO9Shsf2X8yohyUW9BGpke1tiRrV { display:block; }#rAhVHO9Shsf2X8yohyUW9BGpke1tiRrV > .row .container { width:20rem;height:8.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JuLydb3kT1THCav1Rf2kdGQWOOzxNZlP { width:20rem;height:4.0625rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbgXbhSKuNnHLh0DzQ1cEyDyXBzcNG45 { width:20rem;height:2.2749rem;top:1.3125rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #AoSObbNNvTHCZJqBRWRzdmqwgsBPgPyd { display:block; }#AoSObbNNvTHCZJqBRWRzdmqwgsBPgPyd > .row .container { width:20rem;height:20.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #haiMHX1VTm0Fm4k8pzsJeDRIrwrZMJnk { width:8.5rem;height:6.125rem;top:0rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2aCJwxKub1gq7KOs4cZrv2TOt7sniwQ { width:8.5rem;height:6.125rem;top:10.5rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKyWve6zkowugS83vT2prBzBG0w0QVNr { width:8.5rem;height:6.125rem;top:10.5rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRZx91Gs0LTT7bIqJV6Qe2MpB3Lw5BR8 { width:8.5rem;height:6.0625rem;top:0rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xy6SXCFdT0nXA0CIEvNvuGfMv4T8ukF9 { top:6.8125rem;left:1.09375rem;width:8.75rem;height:2.25rem;color:#a2d06a;background-color:rgba(162,208,106,0.06);background-image:none;border-top:0.125rem solid #a2d06a;border-left:0.125rem solid #a2d06a;border-right:0.125rem solid #a2d06a;border-bottom:0.125rem solid #a2d06a;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTqsrFAgETTKkdWEgzEBQZ9d5qR31RQy { display:block; }
 }@media only screen and (max-width: 763px) { #gcy3QmUpFEwLXnoJclCvG9MrCIcvhrEM { top:6.8125rem;left:10.59375rem;width:8.75rem;height:2.25rem;color:#a2d06a;background-color:rgba(162,208,106,0.06);background-image:none;border-top:0.125rem solid #a2d06a;border-left:0.125rem solid #a2d06a;border-right:0.125rem solid #a2d06a;border-bottom:0.125rem solid #a2d06a;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpXnAfLKJQfTK9ERG6FGwfUx8RfIf214 { display:block; }
 }@media only screen and (max-width: 763px) { #N31gMeoFAQ4qasX2S4qUupudNlo6NpG7 { top:17.375rem;left:10.59375rem;width:8.75rem;height:2.25rem;color:#a2d06a;background-color:rgba(162,208,106,0.06);background-image:none;border-top:0.125rem solid #a2d06a;border-left:0.125rem solid #a2d06a;border-right:0.125rem solid #a2d06a;border-bottom:0.125rem solid #a2d06a;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiDeUJTIfJttuT15xdatlnPI1f7XysDq { display:block; }
 }@media only screen and (max-width: 763px) { #MGwJPDRGgZJ74r0L7rwaCQGb3oCSOg0A { top:17.375rem;left:1.15625rem;width:8.75rem;height:2.1875rem;color:#a2d06a;background-color:rgba(162,208,106,0.06);background-image:none;border-top:0.125rem solid #a2d06a;border-left:0.125rem solid #a2d06a;border-right:0.125rem solid #a2d06a;border-bottom:0.125rem solid #a2d06a;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dllOOVM0n6KAoH0DVsCRzZTCf2SDQVB3 { display:block; }
 }@media only screen and (max-width: 763px) { #ozEnmgGBHCLOA42dG2uIGARnKn84PLOB { display:block; }#ozEnmgGBHCLOA42dG2uIGARnKn84PLOB > .row .container { width:20rem;height:22.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ro2VES8AlhV6iWiT5zu8usNBTO3TiQWg { width:8.5rem;height:6.125rem;top:0rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfGM8VT1zC0nixcxhvieVTHDDOelZGS3 { width:8.5rem;height:6.125rem;top:10.625rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4ewy2ciMIUHGRayahuDc5Sldupgb7Hd { width:8.5rem;height:6.125rem;top:10.625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nI0WdITHynITdQLgZWI2eGZrLXLi5Lc3 { width:8.5rem;height:6.125rem;top:0rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfq2fSWGD3FP07FsVZpAL2f4dburtOLS { top:6.875rem;left:1.15625rem;width:8.75rem;height:2.1875rem;color:#a2d06a;background-color:rgba(162,208,106,0.06);background-image:none;border-top:0.125rem solid #a2d06a;border-left:0.125rem solid #a2d06a;border-right:0.125rem solid #a2d06a;border-bottom:0.125rem solid #a2d06a;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TykZMT6aTrlguq1CpXUiOuHhbpQofxgL { display:block; }
 }@media only screen and (max-width: 763px) { #JEtKTsiq8kNth6Qqg5XLFPP1fWdXpthS { top:6.875rem;left:10.65625rem;width:8.75rem;height:2.1875rem;color:#a2d06a;background-color:rgba(162,208,106,0.06);background-image:none;border-top:0.125rem solid #a2d06a;border-left:0.125rem solid #a2d06a;border-right:0.125rem solid #a2d06a;border-bottom:0.125rem solid #a2d06a;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzkSLuCNLm3M5MdGVRxOB6rPiDdWFSvQ { display:block; }
 }@media only screen and (max-width: 763px) { #NNntukAsbuKq3f8oHqNbK1F9nI9yN1CW { top:17.625rem;left:1.125rem;width:8.75rem;height:2.1875rem;color:#a2d06a;background-color:rgba(162,208,106,0.06);background-image:none;border-top:0.125rem solid #a2d06a;border-left:0.125rem solid #a2d06a;border-right:0.125rem solid #a2d06a;border-bottom:0.125rem solid #a2d06a;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9aA9LxsvdnNLlL7s8w2BmMdokeaKr3B { display:block; }
 }@media only screen and (max-width: 763px) { #R3SPaUqSW04DudAgh0mLQdnPSZpZCFzU { top:17.625rem;left:10.65625rem;width:8.75rem;height:2.1875rem;color:#a2d06a;background-color:rgba(162,208,106,0.06);background-image:none;border-top:0.125rem solid #a2d06a;border-left:0.125rem solid #a2d06a;border-right:0.125rem solid #a2d06a;border-bottom:0.125rem solid #a2d06a;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmCD2fzRneZJ3taa1cgbzFu7ETFf0mx0 { display:block; }
 }@media only screen and (max-width: 763px) { #R6TuAuvdDlTvvGAiwyKVbqUGCR940yM5 { display:block; }#R6TuAuvdDlTvvGAiwyKVbqUGCR940yM5 > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RlRfJ5apxGc1fTzZtE9DrdfeMGgV4g4W { width:3.125rem;height:3.125rem;top:1rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmvyXP65WAL9cSA1lBUXQM8Nv8JTe4vz { width:3.125rem;height:3.125rem;top:1rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8Jx9m9Pi0E00XB0s6Me3qFmpTNmMUFC { width:3.125rem;height:3.125rem;top:1rem;left:14.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkhZzuSI72ksHH1UMZqRS1FWy7qPNouG { width:4.9375rem;height:2.8125rem;top:4.375rem;left:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDCuLbnX7oB56oTkp0GSttPhpBNp71J1 { width:5.125rem;height:2.0625rem;top:7.8125rem;left:1.125rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qLiCmxDPtogsk4z98u2X2zzeF8Vo2TKc { width:4.875rem;height:2.8125rem;top:4.375rem;left:7.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZZP96pv1lFoOL482sQT0fubF8AsHTUS { width:5.25rem;height:2.0625rem;top:7.8125rem;left:7.375rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cthg9KOaB7nbrnDIOwXoyS4yLagvUFfO { width:4.25rem;height:2.0625rem;top:7.8125rem;left:13.90625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iGzqtTduxEISE0wWrWow2RlFKTeHCVaQ { width:5.5625rem;height:2.8125rem;top:4.375rem;left:13.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iOFBVp5NeoxOiSQNCeSKIWthnHs2gKsV { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iOFBVp5NeoxOiSQNCeSKIWthnHs2gKsV > .row .container { background-color: transparent; background-image: none; }#iOFBVp5NeoxOiSQNCeSKIWthnHs2gKsV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iOFBVp5NeoxOiSQNCeSKIWthnHs2gKsV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iOFBVp5NeoxOiSQNCeSKIWthnHs2gKsV > .row .container > .video-iframe-container { display: none; }#iOFBVp5NeoxOiSQNCeSKIWthnHs2gKsV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iOFBVp5NeoxOiSQNCeSKIWthnHs2gKsV > .row > .video-iframe-container { display: none; }#iOFBVp5NeoxOiSQNCeSKIWthnHs2gKsV > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iOFBVp5NeoxOiSQNCeSKIWthnHs2gKsV > .row .container { border-width: 0; border-radius: 0; }#iOFBVp5NeoxOiSQNCeSKIWthnHs2gKsV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iOFBVp5NeoxOiSQNCeSKIWthnHs2gKsV > .row .container { width:20rem;height:44.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #khAOea1ZMPuW58DafOKsdSLQR5RtZ5QW { width:20rem;height:2.5996125rem;top:1.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXxnm5EMTQW0XswPJbaaTiVZFlO4TWuP { width:9.375rem;height:9.375rem;top:4.5625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cC7u6tPpzl4yu6532iudQxAf6VrtGIL1 { width:9.375rem;height:9.375rem;top:14.4375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiMeUDqopI1N1BSy6RBgoKycPutnT8EP { width:9.375rem;height:9.375rem;top:24.5rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqacWN332WXBn3XDhQyJxybqCGo4FqW3 { width:9.375rem;height:9.375rem;top:24.5625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9qlH10Jaa12rTC92ny6zH11glGsL8Ex { width:9.375rem;height:9.375rem;top:4.5625rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bH1onlaP2lx3FTqUCrFcodsPGZ0VIfA1 { width:9.375rem;height:9.375rem;top:14.4375rem;left:0.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HllHO4PDSuiJO5VGTl8txIwUtxwpDQsm { width:9.375rem;height:9.375rem;top:35.1875rem;left:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #HokJVolszx3qNCs4qLeeFhVeksz0TsqP { width:9.375rem;height:9.375rem;top:34.5625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTVn04IWbZ2MHgKIKUtFnBneIQJB8FFH { width:9.375rem;height:9.375rem;top:34.5625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7dC46IDZ9bqfm3ozzoQyAMO6NR2OMEW { display:block; }#P7dC46IDZ9bqfm3ozzoQyAMO6NR2OMEW > .row .container { width:20rem;height:21.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #svQrw8Zsg5vVkJmHJcEHis8749FPKsFU { width:20rem;height:17.1875rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLayEKX7EKI2xTiVONVbpJMZNvTyGWGd { display:block; }#KLayEKX7EKI2xTiVONVbpJMZNvTyGWGd > .row .container { width:20rem;height:32.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tb8ipPLvyKonStDeKZoIxeGz4n5NSfTH { width:20rem;height:2.03125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXgLwLR9HIH8T8DdxSkqFUGteVhbwHX4 { width:4.0625rem;height:4.0625rem;top:4.53125rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwR0AhwcLPF2XIE6IHuu70Oc8FL6EasX { width:16.8125rem;height:5.27831875rem;top:9.32958984375rem;left:1.59375rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6PtrJy7WQFvqIk07WE2rlQqGPMdTSUr { width:1.0625rem;height:0.75rem;top:9.3296880722044rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UW4eOnuOVktd25GqRD5KHeMonrWmbgrg { width:1rem;height:0.75rem;top:13.9228515625rem;left:18.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #br4lIqp9ul1BOMaLxT2FTnts7Pfl3pne { width:20rem;height:0.9375rem;top:14.918749332428rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZtbzm2hiqrTzDoCnACaWxTMX5nBFxfp { width:20rem;height:0.89375rem;top:16.231249332428rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmyTcfZNBvNL19nLVl3rNzGGTpnEzUqd { width:9.375rem;height:8.4453125rem;top:19.287109375rem;left:0.5625rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeilsDHHLTRZeEBuo6x6UAgVtuqUE5lG { width:5.6875rem;height:0.8125rem;top:29.193359375rem;left:0.5rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTTqm3Xvhl1cycDmksbRPEXqLlbDAfri { width:8.125rem;height:1.05615rem;top:30.318359375rem;left:0.46875rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxzrdZCSOzG1RPVy0U0fueLUXMZoe8cc { width:8.75rem;height:8.4453125rem;top:19.287109375rem;left:11.25rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsufRlOxDPTsAPh65ET2n9Pha3TX0MgS { width:6.6875rem;height:0.8125rem;top:29.2548828125rem;left:11.375rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4V2pNOdu3xOntGWeqr2UBCHXaE8Ib9P { width:7.6875rem;height:1.05615rem;top:30.318359375rem;left:11.4375rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS { display:block; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { width:20rem;height:9.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MQ4aJLXgH8xiHIWWUWF50ZuuQvqNZIfw { width:6.5rem;height:3rem;top:1.25rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5RMoz8EoTulnTmh3Fg0n7ft8yL8zTSG { width:7.125rem;height:0.975rem;top:6.2992172241213rem;left:6.4374998807906rem;font-size:0.75rem;text-align:center;text-align-last:center;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #xeRQPE1AbpzvohxSEPiI4d5a81fTAKpW { width:10.0625rem;height:0.975rem;top:7.5234375rem;left:4.9687498807907rem;font-size:0.75rem;text-align:center;text-align-last:center;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #iLsXEMtwsRcn7TaHPlb7tMvlEkmGAnXb { width:7.125rem;height:auto;top:6.75rem;left:6.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;font-family:"open sans";display:none; }
 }@media only screen and (max-width: 763px) { #STEsph4ddoF5mAEQxZJ4TQXGCeAr3kfo { width:7.125rem;height:auto;top:6.75rem;left:6.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;font-family:"open sans";display:none; }
 }@media only screen and (max-width: 763px) { #MtvnQBOulU0m9ugXZUWxZk9ybPbxOGhg { width:19.125rem;height:1.05rem;top:4.9375rem;left:0.4375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }