.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/NJ4ISTmi/BG.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#kynB32OkwNhumfpvXqAfAnX3rqoDWoK6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#kynB32OkwNhumfpvXqAfAnX3rqoDWoK6 > .row .container { background-color: transparent; background-image: none; }#kynB32OkwNhumfpvXqAfAnX3rqoDWoK6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kynB32OkwNhumfpvXqAfAnX3rqoDWoK6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kynB32OkwNhumfpvXqAfAnX3rqoDWoK6 > .row .container > .video-iframe-container { display: none; }#kynB32OkwNhumfpvXqAfAnX3rqoDWoK6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kynB32OkwNhumfpvXqAfAnX3rqoDWoK6 > .row > .video-iframe-container { display: none; }#kynB32OkwNhumfpvXqAfAnX3rqoDWoK6 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kynB32OkwNhumfpvXqAfAnX3rqoDWoK6 > .row .container { border-width: 0; border-radius: 0; }#kynB32OkwNhumfpvXqAfAnX3rqoDWoK6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kynB32OkwNhumfpvXqAfAnX3rqoDWoK6 > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#WllALV3CwDep03H7yaEFK2azcXrS7flI { 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:3.1875rem;width:8.75rem;top:0.59375rem;left:0rem;overflow:hidden;display:block; }
#cPkyL4pBOmZcvSKlV62NSnRiMfnfTgCW { color:#000000;display:block;width:6.25rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:1.46875rem;left:68.75rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EASzwMuKWwagRivy96B99x3zMusX26p9 { color:#000000;display:block;width:6.25rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:1.46875rem;left:62.5625rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qRqneRPl8N51GRzsrZJJUdUxiAWNaDuc { color:#000000;display:block;width:13.125rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:1.46875rem;left:40.1875rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#axzy0VzaOtA5HtOnrnsziJ34lO74y3tB { color:#000000;display:block;width:9.375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:1.46875rem;left:53.25rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jwf2cS4bV4sgGoQJLpcMt8RhnOfkfalM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4a7694;background-image: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; }#Jwf2cS4bV4sgGoQJLpcMt8RhnOfkfalM > .row .container { background-color: transparent; background-image: none; }#Jwf2cS4bV4sgGoQJLpcMt8RhnOfkfalM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jwf2cS4bV4sgGoQJLpcMt8RhnOfkfalM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jwf2cS4bV4sgGoQJLpcMt8RhnOfkfalM > .row .container > .video-iframe-container { display: none; }#Jwf2cS4bV4sgGoQJLpcMt8RhnOfkfalM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jwf2cS4bV4sgGoQJLpcMt8RhnOfkfalM > .row > .video-iframe-container { display: none; }#Jwf2cS4bV4sgGoQJLpcMt8RhnOfkfalM > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jwf2cS4bV4sgGoQJLpcMt8RhnOfkfalM > .row .container { border-width: 0; border-radius: 0; }#Jwf2cS4bV4sgGoQJLpcMt8RhnOfkfalM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jwf2cS4bV4sgGoQJLpcMt8RhnOfkfalM > .row .container { font-size:0.875rem;font-family:arial;height:32.25rem;width:75rem;position:relative;display:block; }#nBrLlyp7MkiPTg4llBLTHvD2k9toTvZW { color:#ffffff;display:block;width:31.375rem;position:absolute;font-family:raleway;font-size:3.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:9.1875rem;left:7.5rem;height:14.625rem;font-style:normal;display:block; }
#FRJTP0HeXyVS9Ddb3IT0HxGldgwLPaci { background-color:#84bd00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.3125rem 0.625rem rgba(0,0,0,0.12) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:27.625rem;left:7.5rem;display:block; }
#rM477CUvDmKWRChSASlUhXoFMKgVhXBI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XV97um6XcALTAVExPtXDDxkSuk3Quf8W { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #84bd00;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.8125rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:27.625rem;left:21rem;display:block; }
#frKNp3GoUEyoVNONHG5HoE1yibtD28Jn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m7IHIeD3kcJLGABTZNcg6i8KbJQORpwh { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.4375rem;width:48.75rem;top:5.9375rem;left:18.75rem;overflow:hidden;display:block; }
#Z5pJSKmJx79V5bRp3niC6mZSmyAvawBt { position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;border-top:0.1875rem solid #84bd00;border-left:0;border-right:0.1875rem solid #84bd00;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:7.3125rem;top:21.4375rem;left:20.1875rem;display:block; }
#f63FdzIk3bLNsGXAC8sphqcHtszLy9om { box-sizing:content-box;color:#84bd00;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:25.5625rem;left:26.4375rem;display:block; }
#dqIiesQgRTqZMBU10aULnkhvT7TCMxLT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:4.6875rem;display:none; }
#NwJOTgLqkJV6Txvlf0wza1lnxeBOR7ya { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#l3yHVIqFSZBtbxmU2uGPOnenhTMM4B2n { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.5) ;height:12.5rem;width:12.5rem;display:none; }
#FNkk65g0toiuigmQw5AdOfAOnuOBGn9r { position:absolute;display:block;z-index:15007;height:6.25rem;width:6.25rem;top:32.25rem;left:61.25rem;display:block; }
#w82L8fE8IJRUCCLiZznIIzSG31QcT2We { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4a7694;background-image: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; }#w82L8fE8IJRUCCLiZznIIzSG31QcT2We > .row .container { background-color: transparent; background-image: none; }#w82L8fE8IJRUCCLiZznIIzSG31QcT2We::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w82L8fE8IJRUCCLiZznIIzSG31QcT2We > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w82L8fE8IJRUCCLiZznIIzSG31QcT2We > .row .container > .video-iframe-container { display: none; }#w82L8fE8IJRUCCLiZznIIzSG31QcT2We > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w82L8fE8IJRUCCLiZznIIzSG31QcT2We > .row > .video-iframe-container { display: none; }#w82L8fE8IJRUCCLiZznIIzSG31QcT2We > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w82L8fE8IJRUCCLiZznIIzSG31QcT2We > .row .container { border-width: 0; border-radius: 0; }#w82L8fE8IJRUCCLiZznIIzSG31QcT2We > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w82L8fE8IJRUCCLiZznIIzSG31QcT2We > .row .container { font-size:0.875rem;font-family:arial;height:6.5rem;width:75rem;position:relative;display:block; }#pa1t0NVPkOxSKPBM5trxL3peRNTUVcVy { position:absolute;display:block;z-index:15006;height:6.25rem;width:6.25rem;top:0rem;left:34.375rem;display:block; }
#sN2GPRFUgPmvsduAq6odSO2JxdJ5Ty6M { position:relative;display:block; }#sN2GPRFUgPmvsduAq6odSO2JxdJ5Ty6M { background-color: transparent; background-image: none; }#sN2GPRFUgPmvsduAq6odSO2JxdJ5Ty6M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sN2GPRFUgPmvsduAq6odSO2JxdJ5Ty6M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sN2GPRFUgPmvsduAq6odSO2JxdJ5Ty6M > .row .container > .video-iframe-container { display: none; }#sN2GPRFUgPmvsduAq6odSO2JxdJ5Ty6M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sN2GPRFUgPmvsduAq6odSO2JxdJ5Ty6M > .row > .video-iframe-container { display: none; }#sN2GPRFUgPmvsduAq6odSO2JxdJ5Ty6M > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sN2GPRFUgPmvsduAq6odSO2JxdJ5Ty6M { border-width: 0; border-radius: 0; }#sN2GPRFUgPmvsduAq6odSO2JxdJ5Ty6M > .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; }#sN2GPRFUgPmvsduAq6odSO2JxdJ5Ty6M > .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:9.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#M3KQeo5bekJO3agCLTzulZpzXTR1CTzu { color:#000000;display:block;width:75rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.375rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Rc0AXvSEruF6NKV4Bl3T57BJAQyI4zMR { position:relative;display:block; }#Rc0AXvSEruF6NKV4Bl3T57BJAQyI4zMR { background-color: transparent; background-image: none; }#Rc0AXvSEruF6NKV4Bl3T57BJAQyI4zMR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rc0AXvSEruF6NKV4Bl3T57BJAQyI4zMR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rc0AXvSEruF6NKV4Bl3T57BJAQyI4zMR > .row .container > .video-iframe-container { display: none; }#Rc0AXvSEruF6NKV4Bl3T57BJAQyI4zMR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rc0AXvSEruF6NKV4Bl3T57BJAQyI4zMR > .row > .video-iframe-container { display: none; }#Rc0AXvSEruF6NKV4Bl3T57BJAQyI4zMR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rc0AXvSEruF6NKV4Bl3T57BJAQyI4zMR { border-width: 0; border-radius: 0; }#Rc0AXvSEruF6NKV4Bl3T57BJAQyI4zMR > .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; }#Rc0AXvSEruF6NKV4Bl3T57BJAQyI4zMR > .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:16.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BQu2uPzu4u48kFL9w5QwsKE70lX9xy87 { color:#000000;display:block;width:53.125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:1.71875rem;left:10.9375rem;height:13.125rem;text-align:left;text-align-last:left;display:block; }
#FivhoQvOkLqEARr1QglmGnZ4BTgNUNmz { position:relative;display:block; }#FivhoQvOkLqEARr1QglmGnZ4BTgNUNmz { background-color: transparent; background-image: none; }#FivhoQvOkLqEARr1QglmGnZ4BTgNUNmz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FivhoQvOkLqEARr1QglmGnZ4BTgNUNmz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FivhoQvOkLqEARr1QglmGnZ4BTgNUNmz > .row .container > .video-iframe-container { display: none; }#FivhoQvOkLqEARr1QglmGnZ4BTgNUNmz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FivhoQvOkLqEARr1QglmGnZ4BTgNUNmz > .row > .video-iframe-container { display: none; }#FivhoQvOkLqEARr1QglmGnZ4BTgNUNmz > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FivhoQvOkLqEARr1QglmGnZ4BTgNUNmz { border-width: 0; border-radius: 0; }#FivhoQvOkLqEARr1QglmGnZ4BTgNUNmz > .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; }#FivhoQvOkLqEARr1QglmGnZ4BTgNUNmz > .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:9.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mD47Oy7To8cCwFHi1SuXpOM3e0vP5l2k { color:#000000;display:block;width:75rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.6875rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BzBPn4ryzgqgP2yyv7aelUFxtklzBImy { position:relative;display:block; }#BzBPn4ryzgqgP2yyv7aelUFxtklzBImy { background-color: transparent; background-image: none; }#BzBPn4ryzgqgP2yyv7aelUFxtklzBImy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BzBPn4ryzgqgP2yyv7aelUFxtklzBImy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BzBPn4ryzgqgP2yyv7aelUFxtklzBImy > .row .container > .video-iframe-container { display: none; }#BzBPn4ryzgqgP2yyv7aelUFxtklzBImy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BzBPn4ryzgqgP2yyv7aelUFxtklzBImy > .row > .video-iframe-container { display: none; }#BzBPn4ryzgqgP2yyv7aelUFxtklzBImy > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BzBPn4ryzgqgP2yyv7aelUFxtklzBImy { border-width: 0; border-radius: 0; }#BzBPn4ryzgqgP2yyv7aelUFxtklzBImy > .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; }#BzBPn4ryzgqgP2yyv7aelUFxtklzBImy > .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:33.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bE1MtkK4Hh7feC5ICfVCJVG776RKmCT0 { position:absolute;display:block;z-index:14991;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.875rem;width:20.0625rem;top:9.5625rem;left:26.375rem;overflow:hidden;display:block; }
#ppD1IlmcqOuS6oxdn5oA9rAS02dBLNoZ { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:25.3125rem;left:62.4375rem;overflow:hidden;display:block; }
#cdEnEX6eypFWpEhlzCZfJn7mwCJ4xrnX { 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:3.75rem;width:3.75rem;top:1.375rem;left:7.5rem;overflow:hidden;display:block; }
#xymT64IyONgQOiFwkqli2Cp6uAAADw68 { 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:3.375rem;width:4.6875rem;top:21.9375rem;left:10.3125rem;overflow:hidden;display:block; }
#NWTpXHTQ3BA0wLoyDOZgXTp3LDNLdIb9 { position:absolute;display:block;z-index:15008;background-color:#84bd00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:10.625rem;top:4.9375rem;left:51.5rem;display:block; }
#Ml2uWTDNLw4ONDxUwuWvzEStQ916qs7r { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.625rem;left:44rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#fNXZocl1FhMN9zuReoP9alLh9axq3xtq { color:#000000;display:block;width:12.875rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:23.0625rem;left:48.3125rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#SzKaFkBdTpPT3wa9KH3yu9PTZIsyvCkT { color:#000000;display:block;width:16.25rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:20.125rem;left:16.1875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uZiLlQfaaWU5ZIVQnOT2VtUPGn9mB5oD { color:#000000;display:block;width:14.125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:0rem;left:12.3125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PK3KTraUl4c9JsTQkhBl0Tfasp9ApfNr { color:#000000;display:block;width:13.75rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:5.5625rem;left:48.375rem;height:4.5rem;text-align:right;text-align-last:right;display:block; }
#azv9eTxIUmc1sxTl0T9vEoGBP7Nm0grO { color:#000000;display:block;width:17.625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:25.875rem;left:43.6875rem;height:4.5rem;text-align:right;text-align-last:right;display:block; }
#nunt5RtVz7RNxqrwXzu4Pb7TF9AU4IfD { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:22.9375rem;left:16.25rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#xUnzwn3Cvry0knBJIMXTzTB1JhNbLVpE { color:#000000;display:block;width:21.0625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:2.9375rem;left:12.3125rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#m7EBzmJAa81vI1eNxDd9KOpnzHOeINUJ { position:absolute;display:block;z-index:14992;background-color:transparent;background-image:none;border-top:0.1875rem solid #84bd00;border-left:0;border-right:0.1875rem solid #84bd00;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.25rem;width:21.25rem;top:2.1875rem;left:12.3125rem;display:block; }
#IZylNKBUgLv2FroHMWbA8CFTgq4SOmyM { position:absolute;display:block;z-index:14994;background-color:transparent;background-image:none;border-top:0;border-left:0.1875rem solid #84bd00;border-right:0;border-bottom:0.1875rem solid #84bd00;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.8125rem;width:17.4375rem;top:15.4375rem;left:43.5625rem;display:block; }
#zcluTcRk5cD1dZL5OUWAq2qRDFC2n12O { position:absolute;display:block;z-index:14993;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0.1875rem solid #84bd00;border-bottom:0.1875rem solid #84bd00;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:17.8125rem;top:15.5rem;left:16.25rem;display:block; }
#Fve8LhNdh0gPwP3wT3fQsqmXT8oAzDIA { position:absolute;display:block;z-index:14995;background-color:transparent;background-image:none;border-top:0.1875rem solid #84bd00;border-left:0.1875rem solid #84bd00;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:19.1875rem;top:4.9375rem;left:42.8125rem;display:block; }
#IPcZv25dTK4fpigJ5V2l6PfqA2GTSNhx { 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:3.75rem;width:3.75rem;top:4.25rem;left:63.6875rem;overflow:hidden;display:block; }
#TfxtusgBJNTW1i0L5rtcxxLO3dbFHAU1 { position:absolute;display:block;z-index:15008;background-color:#84bd00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:10.625rem;top:4.9375rem;left:51.5rem;display:none; }
#nAb6eoUEkZuIOJe5PH6TTd8XorPfvNhy { position:absolute;display:block;z-index:15008;background-color:#84bd00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:10.625rem;top:4.9375rem;left:51.5rem;display:none; }
#gTeXGeWDrOZX1FFF5VFoZcXS1wZLiw6J { position:absolute;display:block;z-index:15008;background-color:#84bd00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:10.625rem;top:4.9375rem;left:51.5rem;display:none; }
#hdwmdxksC4aMr9vypRNxrOl7GQSgS4i1 { position:relative;display:block; }#hdwmdxksC4aMr9vypRNxrOl7GQSgS4i1 { background-color: transparent; background-image: none; }#hdwmdxksC4aMr9vypRNxrOl7GQSgS4i1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hdwmdxksC4aMr9vypRNxrOl7GQSgS4i1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hdwmdxksC4aMr9vypRNxrOl7GQSgS4i1 > .row .container > .video-iframe-container { display: none; }#hdwmdxksC4aMr9vypRNxrOl7GQSgS4i1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hdwmdxksC4aMr9vypRNxrOl7GQSgS4i1 > .row > .video-iframe-container { display: none; }#hdwmdxksC4aMr9vypRNxrOl7GQSgS4i1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hdwmdxksC4aMr9vypRNxrOl7GQSgS4i1 { border-width: 0; border-radius: 0; }#hdwmdxksC4aMr9vypRNxrOl7GQSgS4i1 > .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; }#hdwmdxksC4aMr9vypRNxrOl7GQSgS4i1 > .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:3.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SZXdD7HiC6LHiSBug0lXUStTUEd9UAfy { background-color:#84bd00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.25rem;left:29.6875rem;display:block; }
#C63U1DnnTZTgCSbTwA3RR9RGtvMl62NJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TfJPDAub2gEUAyuo3uvxByoksThwG1QC { position:relative;display:block; }#TfJPDAub2gEUAyuo3uvxByoksThwG1QC { background-color: transparent; background-image: none; }#TfJPDAub2gEUAyuo3uvxByoksThwG1QC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfJPDAub2gEUAyuo3uvxByoksThwG1QC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfJPDAub2gEUAyuo3uvxByoksThwG1QC > .row .container > .video-iframe-container { display: none; }#TfJPDAub2gEUAyuo3uvxByoksThwG1QC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfJPDAub2gEUAyuo3uvxByoksThwG1QC > .row > .video-iframe-container { display: none; }#TfJPDAub2gEUAyuo3uvxByoksThwG1QC > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfJPDAub2gEUAyuo3uvxByoksThwG1QC { border-width: 0; border-radius: 0; }#TfJPDAub2gEUAyuo3uvxByoksThwG1QC > .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; }#TfJPDAub2gEUAyuo3uvxByoksThwG1QC > .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:7rem;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; }#z4Md3GIGQG7tZJgv2elwgAKurW10m9PJ { color:#000000;display:block;width:75rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.6875rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nQfrw9oOinfT3H0N4hkSrAcpGMxddWiq { position:relative;display:block; }#nQfrw9oOinfT3H0N4hkSrAcpGMxddWiq { background-color: transparent; background-image: none; }#nQfrw9oOinfT3H0N4hkSrAcpGMxddWiq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQfrw9oOinfT3H0N4hkSrAcpGMxddWiq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQfrw9oOinfT3H0N4hkSrAcpGMxddWiq > .row .container > .video-iframe-container { display: none; }#nQfrw9oOinfT3H0N4hkSrAcpGMxddWiq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQfrw9oOinfT3H0N4hkSrAcpGMxddWiq > .row > .video-iframe-container { display: none; }#nQfrw9oOinfT3H0N4hkSrAcpGMxddWiq > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQfrw9oOinfT3H0N4hkSrAcpGMxddWiq { border-width: 0; border-radius: 0; }#nQfrw9oOinfT3H0N4hkSrAcpGMxddWiq > .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; }#nQfrw9oOinfT3H0N4hkSrAcpGMxddWiq > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:44.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tMTd4aMkgio7B8rqOcxZ0smsTE1vWqtz { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;border-top:0.125rem solid rgba(81,72,72,0.3);border-left:0.125rem solid rgba(81,72,72,0.3);border-right:0.125rem solid rgba(81,72,72,0.3);border-bottom:0.125rem solid rgba(81,72,72,0.3);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:8.1875rem;width:14.5rem;top:3.25rem;left:30.25rem;display:block; }
#dM7abb18Gf0AtxhN1hmWVb5Qh3R3hfNH { position:absolute;display:block;z-index:15001;background-color:#84bd00;background-image:none;border-top:0.125rem solid rgba(81,72,72,0.3);border-left:0.125rem solid rgba(81,72,72,0.3);border-right:0.125rem solid rgba(81,72,72,0.3);border-bottom:0.125rem solid rgba(81,72,72,0.3);border-top-left-radius:22.5rem;border-top-right-radius:22.5rem;border-bottom-left-radius:22.5rem;border-bottom-right-radius:22.5rem;box-shadow: none;height:3.125rem;width:3.125rem;top:1.75rem;left:35.9375rem;display:block; }
#Wkc44IvDfT8rEi0cyTseFRVxSs9XUPD0 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.75rem;left:31.375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#hpEWaIQwR4tL3Hwdr5BkrJD9U8ZyAGXA { color:#000000;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:0.75rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:7.625rem;left:31.25rem;height:2.9238375rem;text-align:center;text-align-last:center;display:block; }
#D4CuqU1HW5rwZXfsLHTvsRGOO3TzxTZZ { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;border-top:0.125rem solid rgba(81,72,72,0.3);border-left:0.125rem solid rgba(81,72,72,0.3);border-right:0.125rem solid rgba(81,72,72,0.3);border-bottom:0.125rem solid rgba(81,72,72,0.3);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:8.1875rem;width:14.5rem;top:16.8125rem;left:44.1875rem;display:block; }
#RaasBtG9h9o1yXClOd78sTNTP6M8661x { color:#000000;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:0.75rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:21.1875rem;left:45.3125rem;height:2.9238375rem;text-align:center;text-align-last:center;display:block; }
#H1UIyNRqAm0lmCssWTWi1FsTJd7Lsd7y { color:#000000;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:19.3125rem;left:45.3125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#TGhJsuwAAwnkqTvHSSzlwrJMPSWAw5du { position:absolute;display:block;z-index:15005;background-color:#84bd00;background-image:none;border-top:0.125rem solid rgba(81,72,72,0.3);border-left:0.125rem solid rgba(81,72,72,0.3);border-right:0.125rem solid rgba(81,72,72,0.3);border-bottom:0.125rem solid rgba(81,72,72,0.3);border-top-left-radius:22.5rem;border-top-right-radius:22.5rem;border-bottom-left-radius:22.5rem;border-bottom-right-radius:22.5rem;box-shadow: none;height:3.125rem;width:3.125rem;top:14.875rem;left:49.875rem;display:block; }
#PuW92qCFN9tZKiNdUxL7GOga5swkg08A { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;border-top:0.125rem solid rgba(81,72,72,0.3);border-left:0.125rem solid rgba(81,72,72,0.3);border-right:0.125rem solid rgba(81,72,72,0.3);border-bottom:0.125rem solid rgba(81,72,72,0.3);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:8.1875rem;width:14.5rem;top:33.0625rem;left:30.25rem;display:block; }
#wbg2Fkuk6nywPtqIURXVGFaDlgV6LV7D { color:#000000;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:0.75rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:37.4375rem;left:31.25rem;height:2.923825rem;text-align:center;text-align-last:center;display:block; }
#ACVrsfdX3LgSdxOpruRLV81f4q126ALk { color:#000000;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:35.5625rem;left:31.25rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#WOn5GZokarD6OgnRwpoNIiyXgMrok77a { position:absolute;display:block;z-index:15009;background-color:#84bd00;background-image:none;border-top:0.125rem solid rgba(81,72,72,0.3);border-left:0.125rem solid rgba(81,72,72,0.3);border-right:0.125rem solid rgba(81,72,72,0.3);border-bottom:0.125rem solid rgba(81,72,72,0.3);border-top-left-radius:22.5rem;border-top-right-radius:22.5rem;border-bottom-left-radius:22.5rem;border-bottom-right-radius:22.5rem;box-shadow: none;height:3.125rem;width:3.125rem;top:31.5625rem;left:35.9375rem;display:block; }
#vg4Id4xWcF6fnqwRhH7clCNdCACZOB24 { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;border-top:0.125rem solid rgba(81,72,72,0.3);border-left:0.125rem solid rgba(81,72,72,0.3);border-right:0.125rem solid rgba(81,72,72,0.3);border-bottom:0.125rem solid rgba(81,72,72,0.3);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:8.1875rem;width:14.5rem;top:17.0625rem;left:14.5rem;display:block; }
#oZfo2th0fgza46m6hDrNI9UNZzFuVBtT { color:#000000;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:0.75rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:21.4375rem;left:15.625rem;height:2.923825rem;text-align:center;text-align-last:center;display:block; }
#TzgW7EQ2oEn7aQgl3cfehsVuRlyxiu4i { color:#000000;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:19.5625rem;left:15.625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#FdLarKiNyOTgWSQmcxV0T38xPtnWcfwd { position:absolute;display:block;z-index:15013;background-color:#84bd00;background-image:none;border-top:0.125rem solid rgba(81,72,72,0.3);border-left:0.125rem solid rgba(81,72,72,0.3);border-right:0.125rem solid rgba(81,72,72,0.3);border-bottom:0.125rem solid rgba(81,72,72,0.3);border-top-left-radius:22.5rem;border-top-right-radius:22.5rem;border-bottom-left-radius:22.5rem;border-bottom-right-radius:22.5rem;box-shadow: none;height:3.125rem;width:3.125rem;top:15.5625rem;left:20.1875rem;display:block; }
#ATA57tu2ssaXgqTqw8DoiI0t2AXxzwKw { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.625rem;width:4.9375rem;top:15.625rem;left:35rem;overflow:hidden;display:block; }
#DlNXmJhXha6lm2HOuwZihmBLZlwEEIVC { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.9375rem solid #f6f6f6;border-left:0.9375rem solid #f6f6f6;border-right:0.9375rem solid #f6f6f6;border-bottom:0.9375rem solid #f6f6f6;border-top-left-radius:22.5rem;border-top-right-radius:22.5rem;border-bottom-left-radius:22.5rem;border-bottom-right-radius:22.5rem;box-shadow: none;height:32.375rem;width:32.375rem;top:5.1875rem;left:20.5rem;display:block; }
#JZ7Cu3Bn8xIInwWMVmu0vXvzoUWC4sZ4 { color:#ffffff;display:block;width:3.125rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15016;line-height:1.8;letter-spacing:0;top:15.25rem;left:20.1875rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qu3JGEPBphJHtXcJ4h5bk42VJMgQpv82 { color:#ffffff;display:block;width:3.125rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15017;line-height:1.8;letter-spacing:0;top:1.625rem;left:35.9375rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CMF5th2OJDzulG4qITmu8qnzW49UO0c9 { color:#ffffff;display:block;width:3.125rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15018;line-height:1.8;letter-spacing:0;top:14.75rem;left:49.875rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Hiq9Rd8LIiJIH6nOKmMsusgydS1o9pyE { color:#ffffff;display:block;width:3.125rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15019;line-height:1.8;letter-spacing:0;top:31.25rem;left:35.9375rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XFTcB66H9ccQZMSnpl4Cb0TKVk7FAcPV { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:22.5rem;border-top-right-radius:22.5rem;border-bottom-left-radius:22.5rem;border-bottom-right-radius:22.5rem;box-shadow: 0rem 0rem 1.875rem #1a1a1c ;height:9.375rem;width:2.6875rem;top:16.0625rem;left:36.125rem;display:block; }
#NSn58yT8cK6gzWSJTM4kpknWvrE9sbEd { position:relative;display:block; }#NSn58yT8cK6gzWSJTM4kpknWvrE9sbEd { background-color: transparent; background-image: none; }#NSn58yT8cK6gzWSJTM4kpknWvrE9sbEd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NSn58yT8cK6gzWSJTM4kpknWvrE9sbEd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NSn58yT8cK6gzWSJTM4kpknWvrE9sbEd > .row .container > .video-iframe-container { display: none; }#NSn58yT8cK6gzWSJTM4kpknWvrE9sbEd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NSn58yT8cK6gzWSJTM4kpknWvrE9sbEd > .row > .video-iframe-container { display: none; }#NSn58yT8cK6gzWSJTM4kpknWvrE9sbEd > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NSn58yT8cK6gzWSJTM4kpknWvrE9sbEd { border-width: 0; border-radius: 0; }#NSn58yT8cK6gzWSJTM4kpknWvrE9sbEd > .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; }#NSn58yT8cK6gzWSJTM4kpknWvrE9sbEd > .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:3.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KUUsveCak151KPSwP8BJiJTHaOLlSgRS { background-color:#84bd00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0rem;left:29.6875rem;display:block; }
#I21q5HxuwbcoZbHwLFfDhTTi1I0inNat { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NqUmzEJOkHpf0fXkSmQJIgfJOXrNChCp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,255,255,0.2), #ffffff);background-image: -moz-linear-gradient(180deg, rgba(255,255,255,0.2), #ffffff);background-image: -ms-linear-gradient(180deg, rgba(255,255,255,0.2), #ffffff);background-image: -o-linear-gradient(180deg, rgba(255,255,255,0.2), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, rgba(255,255,255,0.2), #ffffff);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NqUmzEJOkHpf0fXkSmQJIgfJOXrNChCp > .row .container { background-color: transparent; background-image: none; }#NqUmzEJOkHpf0fXkSmQJIgfJOXrNChCp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NqUmzEJOkHpf0fXkSmQJIgfJOXrNChCp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NqUmzEJOkHpf0fXkSmQJIgfJOXrNChCp > .row .container > .video-iframe-container { display: none; }#NqUmzEJOkHpf0fXkSmQJIgfJOXrNChCp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NqUmzEJOkHpf0fXkSmQJIgfJOXrNChCp > .row > .video-iframe-container { display: none; }#NqUmzEJOkHpf0fXkSmQJIgfJOXrNChCp > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NqUmzEJOkHpf0fXkSmQJIgfJOXrNChCp > .row .container { border-width: 0; border-radius: 0; }#NqUmzEJOkHpf0fXkSmQJIgfJOXrNChCp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NqUmzEJOkHpf0fXkSmQJIgfJOXrNChCp > .row .container { font-size:0.875rem;font-family:arial;height:7.625rem;width:75rem;position:relative;display:block; }#yMgECNALtqXodnZZtG6Fk1AEFmb4M3BT { color:#000000;display:block;width:75rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.78125rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y99W4Ephub0FKlHthGWW4U77McDdcuL7 { 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; }#y99W4Ephub0FKlHthGWW4U77McDdcuL7 > .row .container { background-color: transparent; background-image: none; }#y99W4Ephub0FKlHthGWW4U77McDdcuL7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y99W4Ephub0FKlHthGWW4U77McDdcuL7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y99W4Ephub0FKlHthGWW4U77McDdcuL7 > .row .container > .video-iframe-container { display: none; }#y99W4Ephub0FKlHthGWW4U77McDdcuL7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y99W4Ephub0FKlHthGWW4U77McDdcuL7 > .row > .video-iframe-container { display: none; }#y99W4Ephub0FKlHthGWW4U77McDdcuL7 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y99W4Ephub0FKlHthGWW4U77McDdcuL7 > .row .container { border-width: 0; border-radius: 0; }#y99W4Ephub0FKlHthGWW4U77McDdcuL7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y99W4Ephub0FKlHthGWW4U77McDdcuL7 > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#bXop9tn7637USoLF7tEkUKJomRTzwW9W { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:13.875rem;top:7.375rem;left:19.3125rem;overflow:hidden;display:block; }
#Zy7PMBkalorDEkKaGC54CwDaBSTmrGVC { 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:4rem;width:13.875rem;top:2.1875rem;left:19.3125rem;overflow:hidden;display:block; }
#zKffy1vsfWCTTCkxkOS5W1mDIcScS1Ei { 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:4rem;width:13.875rem;top:12.5625rem;left:19.3125rem;overflow:hidden;display:block; }
#zDfD2eblrPPkq3Vu8STElz0kL3NsO8TK { 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:4rem;width:13.875rem;top:7.375rem;left:41.875rem;overflow:hidden;display:block; }
#LnXX6lgsVcTGtgAdyQwHeveeMyDhdVA8 { 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:4rem;width:13.875rem;top:2.1875rem;left:41.875rem;overflow:hidden;display:block; }
#vB1OPPxhBOa0XPgzrIhDaeQG0oChTkXc { 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:4rem;width:13.875rem;top:12.5625rem;left:41.875rem;overflow:hidden;display:block; }
#qiXB6P8CTmlJXo5HH5lm3By3gcHicxtO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(255,255,255,0.2));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(255,255,255,0.2));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(255,255,255,0.2));background-image: -o-linear-gradient(180deg, #ffffff, rgba(255,255,255,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#33ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#33ffffff' );";background-image: linear-gradient(180deg, #ffffff, rgba(255,255,255,0.2));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qiXB6P8CTmlJXo5HH5lm3By3gcHicxtO > .row .container { background-color: transparent; background-image: none; }#qiXB6P8CTmlJXo5HH5lm3By3gcHicxtO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qiXB6P8CTmlJXo5HH5lm3By3gcHicxtO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qiXB6P8CTmlJXo5HH5lm3By3gcHicxtO > .row .container > .video-iframe-container { display: none; }#qiXB6P8CTmlJXo5HH5lm3By3gcHicxtO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qiXB6P8CTmlJXo5HH5lm3By3gcHicxtO > .row > .video-iframe-container { display: none; }#qiXB6P8CTmlJXo5HH5lm3By3gcHicxtO > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qiXB6P8CTmlJXo5HH5lm3By3gcHicxtO > .row .container { border-width: 0; border-radius: 0; }#qiXB6P8CTmlJXo5HH5lm3By3gcHicxtO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qiXB6P8CTmlJXo5HH5lm3By3gcHicxtO > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:75rem;position:relative;display:block; }#A1eA2tOS09z3dBVE8poWzAElZ7cBnlmK { color:#000000;display:block;width:75rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:0.3125rem;left:0rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#eCmpPshxV1u6tAf6ASg4MSTGC8pJNzcr { position:relative;display:block; }#eCmpPshxV1u6tAf6ASg4MSTGC8pJNzcr { background-color: transparent; background-image: none; }#eCmpPshxV1u6tAf6ASg4MSTGC8pJNzcr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eCmpPshxV1u6tAf6ASg4MSTGC8pJNzcr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eCmpPshxV1u6tAf6ASg4MSTGC8pJNzcr > .row .container > .video-iframe-container { display: none; }#eCmpPshxV1u6tAf6ASg4MSTGC8pJNzcr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eCmpPshxV1u6tAf6ASg4MSTGC8pJNzcr > .row > .video-iframe-container { display: none; }#eCmpPshxV1u6tAf6ASg4MSTGC8pJNzcr > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eCmpPshxV1u6tAf6ASg4MSTGC8pJNzcr { border-width: 0; border-radius: 0; }#eCmpPshxV1u6tAf6ASg4MSTGC8pJNzcr > .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; }#eCmpPshxV1u6tAf6ASg4MSTGC8pJNzcr > .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:6.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; }#rCpFOsmq0h3QEMzzvuFX6Aeq9XM7z4Ay { color:#000000;display:block;width:75rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.0625rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DF1GvfMCTtdcyPfK5NWlqcAg1b03qbxC { position:relative;display:block; }#DF1GvfMCTtdcyPfK5NWlqcAg1b03qbxC { background-color: transparent; background-image: none; }#DF1GvfMCTtdcyPfK5NWlqcAg1b03qbxC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DF1GvfMCTtdcyPfK5NWlqcAg1b03qbxC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DF1GvfMCTtdcyPfK5NWlqcAg1b03qbxC > .row .container > .video-iframe-container { display: none; }#DF1GvfMCTtdcyPfK5NWlqcAg1b03qbxC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DF1GvfMCTtdcyPfK5NWlqcAg1b03qbxC > .row > .video-iframe-container { display: none; }#DF1GvfMCTtdcyPfK5NWlqcAg1b03qbxC > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DF1GvfMCTtdcyPfK5NWlqcAg1b03qbxC { border-width: 0; border-radius: 0; }#DF1GvfMCTtdcyPfK5NWlqcAg1b03qbxC > .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; }#DF1GvfMCTtdcyPfK5NWlqcAg1b03qbxC > .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:15.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MCSTK1CsE20WbAdn9kumLfJhN9UTH21D { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(0,0,0,0.09) ;height:36.9375rem;width:27.4375rem;top:0.875rem;left:23.8125rem;display:block; }
#inCRnVJ1FNkdL7sRUUIWl34WS00eQaTX { color:#000000;display:block;width:22.5rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:13.8125rem;left:26.25rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#gTzaQJkLn1zdawp3b4G2XuNA5TTmT20H { 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:8.125rem;width:8.125rem;top:3.5rem;left:32.1875rem;overflow:hidden;display:block; }
#rfLPMp3MzKbmeTGA2bS6oeM9ldqb45Qa { 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:6.5rem;width:8.8125rem;top:4.4375rem;left:34rem;overflow:hidden;display:block; }
#yNSkSqHcQNZJXLfSiOxSKd4OAF1PhVgn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,255,255,0.5), #ffffff);background-image: -moz-linear-gradient(180deg, rgba(255,255,255,0.5), #ffffff);background-image: -ms-linear-gradient(180deg, rgba(255,255,255,0.5), #ffffff);background-image: -o-linear-gradient(180deg, rgba(255,255,255,0.5), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fffffff', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, rgba(255,255,255,0.5), #ffffff);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yNSkSqHcQNZJXLfSiOxSKd4OAF1PhVgn > .row .container { background-color: transparent; background-image: none; }#yNSkSqHcQNZJXLfSiOxSKd4OAF1PhVgn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yNSkSqHcQNZJXLfSiOxSKd4OAF1PhVgn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yNSkSqHcQNZJXLfSiOxSKd4OAF1PhVgn > .row .container > .video-iframe-container { display: none; }#yNSkSqHcQNZJXLfSiOxSKd4OAF1PhVgn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yNSkSqHcQNZJXLfSiOxSKd4OAF1PhVgn > .row > .video-iframe-container { display: none; }#yNSkSqHcQNZJXLfSiOxSKd4OAF1PhVgn > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yNSkSqHcQNZJXLfSiOxSKd4OAF1PhVgn > .row .container { border-width: 0; border-radius: 0; }#yNSkSqHcQNZJXLfSiOxSKd4OAF1PhVgn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yNSkSqHcQNZJXLfSiOxSKd4OAF1PhVgn > .row .container { font-size:0.875rem;font-family:arial;height:25.3125rem;width:75rem;position:relative;display:block; }#wyQONLSxTZZrxiX4xvmm0S3DJcW36p4I { background-color:#84bd00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(132,189,0,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:16.0625rem;left:29.6875rem;display:block; }
#T8XrtuETZ4JqDMR7omhNTd31bWuTUN6L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TGvaKgKgqUvlFIg4SE2cJhgoKAboXZ1o { color:#000000;display:block;width:21.8125rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:3.125rem;left:26.625rem;height:10.5rem;text-align:justify;text-align-last:initial;display:block; }
#hvHcDiL7Xzqh9fTs9QdrWC6heqnhX3UT { color:#000000;display:block;width:21.8125rem;position:absolute;font-family:raleway;font-size:0.625rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:21.1875rem;left:26.5625rem;height:0.9375rem;text-align:center;text-align-last:center;display:block; }
#zmoGGTsNlFonf9Iln52UAt6mux0absW6 { 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; }#zmoGGTsNlFonf9Iln52UAt6mux0absW6 > .row .container { background-color: transparent; background-image: none; }#zmoGGTsNlFonf9Iln52UAt6mux0absW6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zmoGGTsNlFonf9Iln52UAt6mux0absW6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zmoGGTsNlFonf9Iln52UAt6mux0absW6 > .row .container > .video-iframe-container { display: none; }#zmoGGTsNlFonf9Iln52UAt6mux0absW6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zmoGGTsNlFonf9Iln52UAt6mux0absW6 > .row > .video-iframe-container { display: none; }#zmoGGTsNlFonf9Iln52UAt6mux0absW6 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zmoGGTsNlFonf9Iln52UAt6mux0absW6 > .row .container { border-width: 0; border-radius: 0; }#zmoGGTsNlFonf9Iln52UAt6mux0absW6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zmoGGTsNlFonf9Iln52UAt6mux0absW6 > .row .container { font-size:0.875rem;font-family:arial;height:6.5rem;width:75rem;position:relative;display:block; }#ndwuKBluMoF4eF3PkA4JeggPp10z5T65 { color:#000000;display:block;width:75rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.0625rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xursu9RTtlDnA6v9TBmdMpZzyLhE6P0b { 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; }#xursu9RTtlDnA6v9TBmdMpZzyLhE6P0b > .row .container { background-color: transparent; background-image: none; }#xursu9RTtlDnA6v9TBmdMpZzyLhE6P0b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xursu9RTtlDnA6v9TBmdMpZzyLhE6P0b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xursu9RTtlDnA6v9TBmdMpZzyLhE6P0b > .row .container > .video-iframe-container { display: none; }#xursu9RTtlDnA6v9TBmdMpZzyLhE6P0b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xursu9RTtlDnA6v9TBmdMpZzyLhE6P0b > .row > .video-iframe-container { display: none; }#xursu9RTtlDnA6v9TBmdMpZzyLhE6P0b > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xursu9RTtlDnA6v9TBmdMpZzyLhE6P0b > .row .container { border-width: 0; border-radius: 0; }#xursu9RTtlDnA6v9TBmdMpZzyLhE6P0b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xursu9RTtlDnA6v9TBmdMpZzyLhE6P0b > .row .container { font-size:0.875rem;font-family:arial;height:23.4375rem;width:75rem;position:relative;display:block; }#TNdv9mCT4nvU23JElgKNX0VAHqOsyteT { position:absolute;display:block;z-index:15006;background-color:#84bd00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:10.9375rem;top:6.8125rem;left:7rem;display:block; }
#zeaubTWGLn6WTemsgxayfwCM8M25MwcB { color:#000000;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:8.25rem;left:3.75rem;height:7.5rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#FcOnND3CZzbodTMKfMkzQTLTbQ7P7nU2 { color:#000000;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:10.5rem;left:28.75rem;height:3rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#bSkMNJICwdrT4tKJvnzxGUXbBR3x86Qn { position:absolute;display:block;z-index:15010;background-color:#84bd00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:10.9375rem;top:6.8125rem;left:32rem;display:block; }
#my9SAGiwxdZpPDNbeWdnyBHnlo2SrIcw { color:#000000;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:9.75rem;left:53.75rem;height:4.5rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#WUzfpKXdr7rCceKugMgpvzd8wVhgf13S { position:absolute;display:block;z-index:15014;background-color:#84bd00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:10.9375rem;top:6.8125rem;left:57.125rem;display:block; }
#NL0JdIRLtmwDCK8w7rrdP8J8Ic2odxix { 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:2.375rem;width:8.3125rem;top:4.5rem;left:8.3125rem;overflow:hidden;display:block; }
#gLeDvsM4xg5u5yKRCDfMz66vaIloRId9 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:8.8125rem;top:4.875rem;left:32.9375rem;overflow:hidden;display:block; }
#RpdOL0FduSIcocIroJGIseGXECVcw7dk { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:9.375rem;top:4.3125rem;left:57.75rem;overflow:hidden;display:block; }
#sBWmI2TgDM61CRVvyFE8pwRnHTGRSXbr { color:#929292;display:block;width:16.75rem;position:absolute;font-family:raleway;font-size:0.75rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:17.8125rem;left:54.125rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Rmurcv8pdGArMduvUtdLEOWiPmuyLTe6 { color:#929292;display:block;width:16.75rem;position:absolute;font-family:raleway;font-size:0.75rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:17.6875rem;left:29.125rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#re8lVw44eM4VPuTD621wdCp0g3HizyPq { color:#929292;display:block;width:16.75rem;position:absolute;font-family:raleway;font-size:0.75rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:17.875rem;left:4.125rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mRMo6506Z3VqeQ326n5a4g4euUei5TOk { 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; }#mRMo6506Z3VqeQ326n5a4g4euUei5TOk > .row .container { background-color: transparent; background-image: none; }#mRMo6506Z3VqeQ326n5a4g4euUei5TOk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mRMo6506Z3VqeQ326n5a4g4euUei5TOk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mRMo6506Z3VqeQ326n5a4g4euUei5TOk > .row .container > .video-iframe-container { display: none; }#mRMo6506Z3VqeQ326n5a4g4euUei5TOk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mRMo6506Z3VqeQ326n5a4g4euUei5TOk > .row > .video-iframe-container { display: none; }#mRMo6506Z3VqeQ326n5a4g4euUei5TOk > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mRMo6506Z3VqeQ326n5a4g4euUei5TOk > .row .container { border-width: 0; border-radius: 0; }#mRMo6506Z3VqeQ326n5a4g4euUei5TOk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mRMo6506Z3VqeQ326n5a4g4euUei5TOk > .row .container { font-size:0.875rem;font-family:arial;height:6.9375rem;width:75rem;position:relative;display:block; }#UIzHiF0KH88SFuhQ9ceeFvB42XUCStoo { 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.375rem;width:13.125rem;top:1.3125rem;left:26.4375rem;overflow:hidden;display:block; }
#aa7ZZB4n3OUy4G1paGxs0oRBLkpQhp0v { 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:5.875rem;width:5.875rem;top:0.5625rem;left:42.6875rem;overflow:hidden;display:block; }
#dXJW1UFWWzM0pTDPsezPukcDNVZSv1OC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#84bd00;background-image: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; }#dXJW1UFWWzM0pTDPsezPukcDNVZSv1OC > .row .container { background-color: transparent; background-image: none; }#dXJW1UFWWzM0pTDPsezPukcDNVZSv1OC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dXJW1UFWWzM0pTDPsezPukcDNVZSv1OC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dXJW1UFWWzM0pTDPsezPukcDNVZSv1OC > .row .container > .video-iframe-container { display: none; }#dXJW1UFWWzM0pTDPsezPukcDNVZSv1OC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dXJW1UFWWzM0pTDPsezPukcDNVZSv1OC > .row > .video-iframe-container { display: none; }#dXJW1UFWWzM0pTDPsezPukcDNVZSv1OC > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dXJW1UFWWzM0pTDPsezPukcDNVZSv1OC > .row .container { border-width: 0; border-radius: 0; }#dXJW1UFWWzM0pTDPsezPukcDNVZSv1OC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dXJW1UFWWzM0pTDPsezPukcDNVZSv1OC > .row .container { font-size:0.875rem;font-family:arial;height:2.5625rem;width:75rem;position:relative;display:block; }#SoJaMpcP4mu2mEzZ2N57vIiIXOPlTrTA { color:#ffffff;display:block;width:28.8125rem;position:absolute;font-family:raleway;font-size:0.75rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:0.71875rem;left:23.0625rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XoovXWGXMO7dwGJys23aBwcpNX82uwJQ { 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:5.875rem;width:5.875rem;top:0.5625rem;left:42.6875rem;overflow:hidden;display:none; }
#b3af74596450dc1bc9e5d6510678dc6e.widget-smartsection { 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; } #b3af74596450dc1bc9e5d6510678dc6e.widget-smartsection *:focus-visible, #b3af74596450dc1bc9e5d6510678dc6e.widget-smartsection input[type="text"]:focus-visible, #b3af74596450dc1bc9e5d6510678dc6e.widget-smartsection input[type="email"]:focus-visible, #b3af74596450dc1bc9e5d6510678dc6e.widget-smartsection input[type="tel"]:focus-visible, #b3af74596450dc1bc9e5d6510678dc6e.widget-smartsection textarea:focus-visible { outline: none; } #dXWTywtfQZLZ5lJXkqCyB2bQe1G6Mr6C > .row .container { background-color: transparent; background-image: none; }#dXWTywtfQZLZ5lJXkqCyB2bQe1G6Mr6C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dXWTywtfQZLZ5lJXkqCyB2bQe1G6Mr6C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dXWTywtfQZLZ5lJXkqCyB2bQe1G6Mr6C > .row .container > .video-iframe-container { display: none; }#dXWTywtfQZLZ5lJXkqCyB2bQe1G6Mr6C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dXWTywtfQZLZ5lJXkqCyB2bQe1G6Mr6C > .row > .video-iframe-container { display: none; }#dXWTywtfQZLZ5lJXkqCyB2bQe1G6Mr6C > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dXWTywtfQZLZ5lJXkqCyB2bQe1G6Mr6C > .row .container { border-width: 0; border-radius: 0; }#dXWTywtfQZLZ5lJXkqCyB2bQe1G6Mr6C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dXWTywtfQZLZ5lJXkqCyB2bQe1G6Mr6C > .row .container { font-size:0.875rem;font-family:arial;height:35.6875rem;width:75rem;position:relative;display:block; }#a7de3fcf8e0724b9b987bfa75fb71e03.widget-smartsection { position:relative;display:block; } #a7de3fcf8e0724b9b987bfa75fb71e03.widget-smartsection *:focus-visible, #a7de3fcf8e0724b9b987bfa75fb71e03.widget-smartsection input[type="text"]:focus-visible, #a7de3fcf8e0724b9b987bfa75fb71e03.widget-smartsection input[type="email"]:focus-visible, #a7de3fcf8e0724b9b987bfa75fb71e03.widget-smartsection input[type="tel"]:focus-visible, #a7de3fcf8e0724b9b987bfa75fb71e03.widget-smartsection textarea:focus-visible { outline: none; } #spnpTqCR394aETeBM78z3PsWiWnIwstZ { background-color: transparent; background-image: none; }#spnpTqCR394aETeBM78z3PsWiWnIwstZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#spnpTqCR394aETeBM78z3PsWiWnIwstZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#spnpTqCR394aETeBM78z3PsWiWnIwstZ > .row .container > .video-iframe-container { display: none; }#spnpTqCR394aETeBM78z3PsWiWnIwstZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#spnpTqCR394aETeBM78z3PsWiWnIwstZ > .row > .video-iframe-container { display: none; }#spnpTqCR394aETeBM78z3PsWiWnIwstZ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#spnpTqCR394aETeBM78z3PsWiWnIwstZ { border-width: 0; border-radius: 0; }#spnpTqCR394aETeBM78z3PsWiWnIwstZ > .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; }#spnpTqCR394aETeBM78z3PsWiWnIwstZ > .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:5.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #kynB32OkwNhumfpvXqAfAnX3rqoDWoK6 { display:block; }#kynB32OkwNhumfpvXqAfAnX3rqoDWoK6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WllALV3CwDep03H7yaEFK2azcXrS7flI { top:0.5625rem;left:0rem;width:8.75rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPkyL4pBOmZcvSKlV62NSnRiMfnfTgCW { top:1.4375rem;left:41.5rem;width:6.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EASzwMuKWwagRivy96B99x3zMusX26p9 { top:1.4375rem;left:41.5rem;width:6.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRqneRPl8N51GRzsrZJJUdUxiAWNaDuc { top:1.4375rem;left:26.5625rem;width:13.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #axzy0VzaOtA5HtOnrnsziJ34lO74y3tB { top:1.4375rem;left:38.375rem;width:9.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jwf2cS4bV4sgGoQJLpcMt8RhnOfkfalM { display:block; }#Jwf2cS4bV4sgGoQJLpcMt8RhnOfkfalM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nBrLlyp7MkiPTg4llBLTHvD2k9toTvZW { top:9.1875rem;left:0rem;width:31.375rem;height:14.625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRJTP0HeXyVS9Ddb3IT0HxGldgwLPaci { width:12.5rem;height:3.4375rem;top:27.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rM477CUvDmKWRChSASlUhXoFMKgVhXBI { display:block; }
 }@media only screen and (max-width: 763px) { #XV97um6XcALTAVExPtXDDxkSuk3Quf8W { width:18.8125rem;height:3.4375rem;top:27.625rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #frKNp3GoUEyoVNONHG5HoE1yibtD28Jn { display:block; }
 }@media only screen and (max-width: 763px) { #m7IHIeD3kcJLGABTZNcg6i8KbJQORpwh { top:5.9375rem;left:0rem;width:47.75rem;height:24.915705128205rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5pJSKmJx79V5bRp3niC6mZSmyAvawBt { top:21.4375rem;left:6.5625rem;width:7.3125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f63FdzIk3bLNsGXAC8sphqcHtszLy9om { top:25.5625rem;left:12.8125rem;width:1.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqIiesQgRTqZMBU10aULnkhvT7TCMxLT { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NwJOTgLqkJV6Txvlf0wza1lnxeBOR7ya { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #l3yHVIqFSZBtbxmU2uGPOnenhTMM4B2n { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #FNkk65g0toiuigmQw5AdOfAOnuOBGn9r { top:32.25rem;left:41.5rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w82L8fE8IJRUCCLiZznIIzSG31QcT2We { display:block; }#w82L8fE8IJRUCCLiZznIIzSG31QcT2We > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pa1t0NVPkOxSKPBM5trxL3peRNTUVcVy { top:0rem;left:20.75rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sN2GPRFUgPmvsduAq6odSO2JxdJ5Ty6M { display:block; }#sN2GPRFUgPmvsduAq6odSO2JxdJ5Ty6M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M3KQeo5bekJO3agCLTzulZpzXTR1CTzu { top:4.375rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rc0AXvSEruF6NKV4Bl3T57BJAQyI4zMR { display:block; }#Rc0AXvSEruF6NKV4Bl3T57BJAQyI4zMR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BQu2uPzu4u48kFL9w5QwsKE70lX9xy87 { top:1.6875rem;left:0rem;width:47.75rem;height:13.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FivhoQvOkLqEARr1QglmGnZ4BTgNUNmz { display:block; }#FivhoQvOkLqEARr1QglmGnZ4BTgNUNmz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mD47Oy7To8cCwFHi1SuXpOM3e0vP5l2k { top:3.6875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzBPn4ryzgqgP2yyv7aelUFxtklzBImy { display:block; }#BzBPn4ryzgqgP2yyv7aelUFxtklzBImy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bE1MtkK4Hh7feC5ICfVCJVG776RKmCT0 { top:9.5625rem;left:12.75rem;width:20.0625rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppD1IlmcqOuS6oxdn5oA9rAS02dBLNoZ { top:25.3125rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdEnEX6eypFWpEhlzCZfJn7mwCJ4xrnX { top:1.375rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xymT64IyONgQOiFwkqli2Cp6uAAADw68 { top:21.9375rem;left:0rem;width:4.6875rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWTpXHTQ3BA0wLoyDOZgXTp3LDNLdIb9 { top:4.9375rem;left:37.125rem;width:10.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ml2uWTDNLw4ONDxUwuWvzEStQ916qs7r { top:2.625rem;left:29.5625rem;width:18.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNXZocl1FhMN9zuReoP9alLh9axq3xtq { top:23.0625rem;left:34.6875rem;width:12.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzKaFkBdTpPT3wa9KH3yu9PTZIsyvCkT { top:20.125rem;left:2.5625rem;width:16.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZiLlQfaaWU5ZIVQnOT2VtUPGn9mB5oD { top:0rem;left:0rem;width:14.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PK3KTraUl4c9JsTQkhBl0Tfasp9ApfNr { top:5.5625rem;left:34rem;width:13.75rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #azv9eTxIUmc1sxTl0T9vEoGBP7Nm0grO { top:25.875rem;left:30.0625rem;width:17.625rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nunt5RtVz7RNxqrwXzu4Pb7TF9AU4IfD { top:22.9375rem;left:2.625rem;width:14.0625rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUnzwn3Cvry0knBJIMXTzTB1JhNbLVpE { top:2.9375rem;left:0rem;width:21.0625rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7EBzmJAa81vI1eNxDd9KOpnzHOeINUJ { top:2.1875rem;left:0rem;width:21.25rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZylNKBUgLv2FroHMWbA8CFTgq4SOmyM { top:15.4375rem;left:29.9375rem;width:17.4375rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcluTcRk5cD1dZL5OUWAq2qRDFC2n12O { top:15.5rem;left:2.625rem;width:17.8125rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fve8LhNdh0gPwP3wT3fQsqmXT8oAzDIA { top:4.9375rem;left:28.375rem;width:19.1875rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPcZv25dTK4fpigJ5V2l6PfqA2GTSNhx { top:4.25rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfxtusgBJNTW1i0L5rtcxxLO3dbFHAU1 { top:4.9375rem;left:37.125rem;width:10.625rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nAb6eoUEkZuIOJe5PH6TTd8XorPfvNhy { top:4.9375rem;left:37.125rem;width:10.625rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gTeXGeWDrOZX1FFF5VFoZcXS1wZLiw6J { top:4.9375rem;left:37.125rem;width:10.625rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hdwmdxksC4aMr9vypRNxrOl7GQSgS4i1 { display:block; }#hdwmdxksC4aMr9vypRNxrOl7GQSgS4i1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SZXdD7HiC6LHiSBug0lXUStTUEd9UAfy { width:15.625rem;height:3.4375rem;top:0.25rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C63U1DnnTZTgCSbTwA3RR9RGtvMl62NJ { display:block; }
 }@media only screen and (max-width: 763px) { #TfJPDAub2gEUAyuo3uvxByoksThwG1QC { display:block; }#TfJPDAub2gEUAyuo3uvxByoksThwG1QC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z4Md3GIGQG7tZJgv2elwgAKurW10m9PJ { top:3.6875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQfrw9oOinfT3H0N4hkSrAcpGMxddWiq { display:block; }#nQfrw9oOinfT3H0N4hkSrAcpGMxddWiq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tMTd4aMkgio7B8rqOcxZ0smsTE1vWqtz { top:3.25rem;left:16.625rem;width:14.5rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dM7abb18Gf0AtxhN1hmWVb5Qh3R3hfNH { top:1.75rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wkc44IvDfT8rEi0cyTseFRVxSs9XUPD0 { top:5.75rem;left:17.75rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpEWaIQwR4tL3Hwdr5BkrJD9U8ZyAGXA { top:7.625rem;left:17.625rem;width:12.5rem;height:2.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4CuqU1HW5rwZXfsLHTvsRGOO3TzxTZZ { top:16.8125rem;left:30.5625rem;width:14.5rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaasBtG9h9o1yXClOd78sTNTP6M8661x { top:21.1875rem;left:31.6875rem;width:12.5rem;height:2.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1UIyNRqAm0lmCssWTWi1FsTJd7Lsd7y { top:19.3125rem;left:31.6875rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGhJsuwAAwnkqTvHSSzlwrJMPSWAw5du { top:14.875rem;left:36.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuW92qCFN9tZKiNdUxL7GOga5swkg08A { top:33.0625rem;left:16.625rem;width:14.5rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbg2Fkuk6nywPtqIURXVGFaDlgV6LV7D { top:37.4375rem;left:17.625rem;width:12.5rem;height:2.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACVrsfdX3LgSdxOpruRLV81f4q126ALk { top:35.5625rem;left:17.625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOn5GZokarD6OgnRwpoNIiyXgMrok77a { top:31.5625rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vg4Id4xWcF6fnqwRhH7clCNdCACZOB24 { top:17.0625rem;left:0.875rem;width:14.5rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZfo2th0fgza46m6hDrNI9UNZzFuVBtT { top:21.4375rem;left:2rem;width:12.5rem;height:2.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzgW7EQ2oEn7aQgl3cfehsVuRlyxiu4i { top:19.5625rem;left:2rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdLarKiNyOTgWSQmcxV0T38xPtnWcfwd { top:15.5625rem;left:6.5625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATA57tu2ssaXgqTqw8DoiI0t2AXxzwKw { top:15.625rem;left:21.375rem;width:4.9375rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlNXmJhXha6lm2HOuwZihmBLZlwEEIVC { top:5.1875rem;left:6.875rem;width:32.375rem;height:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZ7Cu3Bn8xIInwWMVmu0vXvzoUWC4sZ4 { top:15.25rem;left:6.5625rem;width:3.125rem;height:3.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qu3JGEPBphJHtXcJ4h5bk42VJMgQpv82 { top:1.625rem;left:22.3125rem;width:3.125rem;height:3.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMF5th2OJDzulG4qITmu8qnzW49UO0c9 { top:14.75rem;left:36.25rem;width:3.125rem;height:3.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hiq9Rd8LIiJIH6nOKmMsusgydS1o9pyE { top:31.25rem;left:22.3125rem;width:3.125rem;height:3.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFTcB66H9ccQZMSnpl4Cb0TKVk7FAcPV { top:16.0625rem;left:22.5rem;width:2.6875rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSn58yT8cK6gzWSJTM4kpknWvrE9sbEd { display:block; }#NSn58yT8cK6gzWSJTM4kpknWvrE9sbEd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KUUsveCak151KPSwP8BJiJTHaOLlSgRS { width:15.625rem;height:3.4375rem;top:0rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I21q5HxuwbcoZbHwLFfDhTTi1I0inNat { display:block; }
 }@media only screen and (max-width: 763px) { #NqUmzEJOkHpf0fXkSmQJIgfJOXrNChCp { display:block; }#NqUmzEJOkHpf0fXkSmQJIgfJOXrNChCp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yMgECNALtqXodnZZtG6Fk1AEFmb4M3BT { top:3.75rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y99W4Ephub0FKlHthGWW4U77McDdcuL7 { display:block; }#y99W4Ephub0FKlHthGWW4U77McDdcuL7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bXop9tn7637USoLF7tEkUKJomRTzwW9W { top:7.375rem;left:10rem;width:13.875rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zy7PMBkalorDEkKaGC54CwDaBSTmrGVC { top:2.1875rem;left:10rem;width:13.875rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKffy1vsfWCTTCkxkOS5W1mDIcScS1Ei { top:12.5625rem;left:10rem;width:13.875rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDfD2eblrPPkq3Vu8STElz0kL3NsO8TK { top:7.375rem;left:23.875rem;width:13.875rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnXX6lgsVcTGtgAdyQwHeveeMyDhdVA8 { top:2.1875rem;left:23.875rem;width:13.875rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #vB1OPPxhBOa0XPgzrIhDaeQG0oChTkXc { top:12.5625rem;left:23.875rem;width:13.875rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiXB6P8CTmlJXo5HH5lm3By3gcHicxtO { display:block; }#qiXB6P8CTmlJXo5HH5lm3By3gcHicxtO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A1eA2tOS09z3dBVE8poWzAElZ7cBnlmK { top:0.3125rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCmpPshxV1u6tAf6ASg4MSTGC8pJNzcr { display:block; }#eCmpPshxV1u6tAf6ASg4MSTGC8pJNzcr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rCpFOsmq0h3QEMzzvuFX6Aeq9XM7z4Ay { top:3.0625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DF1GvfMCTtdcyPfK5NWlqcAg1b03qbxC { display:block; }#DF1GvfMCTtdcyPfK5NWlqcAg1b03qbxC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MCSTK1CsE20WbAdn9kumLfJhN9UTH21D { top:0.875rem;left:10.1875rem;width:27.4375rem;height:36.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #inCRnVJ1FNkdL7sRUUIWl34WS00eQaTX { top:13.8125rem;left:12.625rem;width:22.5rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTzaQJkLn1zdawp3b4G2XuNA5TTmT20H { top:3.5rem;left:18.5625rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfLPMp3MzKbmeTGA2bS6oeM9ldqb45Qa { top:4.4375rem;left:20.375rem;width:8.8125rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNSkSqHcQNZJXLfSiOxSKd4OAF1PhVgn { display:block; }#yNSkSqHcQNZJXLfSiOxSKd4OAF1PhVgn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wyQONLSxTZZrxiX4xvmm0S3DJcW36p4I { width:15.625rem;height:3.4375rem;top:16.0625rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8XrtuETZ4JqDMR7omhNTd31bWuTUN6L { display:block; }
 }@media only screen and (max-width: 763px) { #TGvaKgKgqUvlFIg4SE2cJhgoKAboXZ1o { top:3.125rem;left:13rem;width:21.8125rem;height:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvHcDiL7Xzqh9fTs9QdrWC6heqnhX3UT { top:21.1875rem;left:12.9375rem;width:21.8125rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmoGGTsNlFonf9Iln52UAt6mux0absW6 { display:block; }#zmoGGTsNlFonf9Iln52UAt6mux0absW6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ndwuKBluMoF4eF3PkA4JeggPp10z5T65 { top:3.0625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xursu9RTtlDnA6v9TBmdMpZzyLhE6P0b { display:block; }#xursu9RTtlDnA6v9TBmdMpZzyLhE6P0b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TNdv9mCT4nvU23JElgKNX0VAHqOsyteT { top:6.8125rem;left:2.4375rem;width:10.9375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeaubTWGLn6WTemsgxayfwCM8M25MwcB { top:8.25rem;left:0rem;width:17.5rem;height:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcOnND3CZzbodTMKfMkzQTLTbQ7P7nU2 { top:10.5rem;left:14.25rem;width:17.5rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSkMNJICwdrT4tKJvnzxGUXbBR3x86Qn { top:6.8125rem;left:18.3125rem;width:10.9375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #my9SAGiwxdZpPDNbeWdnyBHnlo2SrIcw { top:9.75rem;left:30.125rem;width:17.5rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUzfpKXdr7rCceKugMgpvzd8wVhgf13S { top:6.8125rem;left:34.3125rem;width:10.9375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NL0JdIRLtmwDCK8w7rrdP8J8Ic2odxix { top:4.5rem;left:3.75rem;width:8.3125rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLeDvsM4xg5u5yKRCDfMz66vaIloRId9 { top:4.875rem;left:19.25rem;width:8.8125rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpdOL0FduSIcocIroJGIseGXECVcw7dk { top:4.3125rem;left:34.9375rem;width:9.375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBWmI2TgDM61CRVvyFE8pwRnHTGRSXbr { top:17.8125rem;left:30.875rem;width:16.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rmurcv8pdGArMduvUtdLEOWiPmuyLTe6 { top:17.6875rem;left:15rem;width:16.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #re8lVw44eM4VPuTD621wdCp0g3HizyPq { top:17.875rem;left:0rem;width:16.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRMo6506Z3VqeQ326n5a4g4euUei5TOk { display:block; }#mRMo6506Z3VqeQ326n5a4g4euUei5TOk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UIzHiF0KH88SFuhQ9ceeFvB42XUCStoo { top:1.3125rem;left:12.8125rem;width:13.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aa7ZZB4n3OUy4G1paGxs0oRBLkpQhp0v { top:0.5625rem;left:29.0625rem;width:5.875rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXJW1UFWWzM0pTDPsezPukcDNVZSv1OC { display:block; }#dXJW1UFWWzM0pTDPsezPukcDNVZSv1OC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SoJaMpcP4mu2mEzZ2N57vIiIXOPlTrTA { top:0.6875rem;left:9.4375rem;width:28.8125rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoovXWGXMO7dwGJys23aBwcpNX82uwJQ { top:0.5625rem;left:29.0625rem;width:5.875rem;height:5.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #b3af74596450dc1bc9e5d6510678dc6e.widget-smartsection { display:block; } #b3af74596450dc1bc9e5d6510678dc6e.widget-smartsection *:focus-visible, #b3af74596450dc1bc9e5d6510678dc6e.widget-smartsection input[type="text"]:focus-visible, #b3af74596450dc1bc9e5d6510678dc6e.widget-smartsection input[type="email"]:focus-visible, #b3af74596450dc1bc9e5d6510678dc6e.widget-smartsection input[type="tel"]:focus-visible, #b3af74596450dc1bc9e5d6510678dc6e.widget-smartsection textarea:focus-visible { outline: none; } #dXWTywtfQZLZ5lJXkqCyB2bQe1G6Mr6C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a7de3fcf8e0724b9b987bfa75fb71e03.widget-smartsection { display:block; } #a7de3fcf8e0724b9b987bfa75fb71e03.widget-smartsection *:focus-visible, #a7de3fcf8e0724b9b987bfa75fb71e03.widget-smartsection input[type="text"]:focus-visible, #a7de3fcf8e0724b9b987bfa75fb71e03.widget-smartsection input[type="email"]:focus-visible, #a7de3fcf8e0724b9b987bfa75fb71e03.widget-smartsection input[type="tel"]:focus-visible, #a7de3fcf8e0724b9b987bfa75fb71e03.widget-smartsection textarea:focus-visible { outline: none; } #spnpTqCR394aETeBM78z3PsWiWnIwstZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #kynB32OkwNhumfpvXqAfAnX3rqoDWoK6 { position:relative;z-index:auto;display:none; }#kynB32OkwNhumfpvXqAfAnX3rqoDWoK6 > .row .container { width:20rem;height:34.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WllALV3CwDep03H7yaEFK2azcXrS7flI { width:8.75rem;height:3.1875rem;top:1.25rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPkyL4pBOmZcvSKlV62NSnRiMfnfTgCW { width:6.25rem;height:1.4375rem;top:13.75rem;left:6.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EASzwMuKWwagRivy96B99x3zMusX26p9 { width:6.25rem;height:1.4375rem;top:11.0625rem;left:6.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qRqneRPl8N51GRzsrZJJUdUxiAWNaDuc { width:13.125rem;height:1.4375rem;top:5.6875rem;left:3.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #axzy0VzaOtA5HtOnrnsziJ34lO74y3tB { width:9.375rem;height:1.4375rem;top:8.375rem;left:5.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jwf2cS4bV4sgGoQJLpcMt8RhnOfkfalM { background-color:#4a7694;background-image:none;display:block; }#Jwf2cS4bV4sgGoQJLpcMt8RhnOfkfalM > .row .container { background-color: transparent; background-image: none; }#Jwf2cS4bV4sgGoQJLpcMt8RhnOfkfalM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jwf2cS4bV4sgGoQJLpcMt8RhnOfkfalM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jwf2cS4bV4sgGoQJLpcMt8RhnOfkfalM > .row .container > .video-iframe-container { display: none; }#Jwf2cS4bV4sgGoQJLpcMt8RhnOfkfalM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jwf2cS4bV4sgGoQJLpcMt8RhnOfkfalM > .row > .video-iframe-container { display: none; }#Jwf2cS4bV4sgGoQJLpcMt8RhnOfkfalM > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jwf2cS4bV4sgGoQJLpcMt8RhnOfkfalM > .row .container { width:20rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nBrLlyp7MkiPTg4llBLTHvD2k9toTvZW { width:20rem;height:7.55566875rem;top:2.9970703125rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FRJTP0HeXyVS9Ddb3IT0HxGldgwLPaci { width:20rem;height:2.5rem;top:23.25rem;left:0rem;box-shadow: 0rem 0.3125rem 0.625rem rgba(0,0,0,0.12) ;display:block; }
 }@media only screen and (max-width: 763px) { #rM477CUvDmKWRChSASlUhXoFMKgVhXBI { display:block; }
 }@media only screen and (max-width: 763px) { #XV97um6XcALTAVExPtXDDxkSuk3Quf8W { width:20rem;height:2.5rem;top:27.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #frKNp3GoUEyoVNONHG5HoE1yibtD28Jn { display:block; }
 }@media only screen and (max-width: 763px) { #m7IHIeD3kcJLGABTZNcg6i8KbJQORpwh { width:20rem;height:10.375rem;top:10.3720703125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z5pJSKmJx79V5bRp3niC6mZSmyAvawBt { width:7.3125rem;height:5rem;top:41.498046875rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #f63FdzIk3bLNsGXAC8sphqcHtszLy9om { width:1.9375rem;height:1.9375rem;top:45.623046875rem;left:12.5rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dqIiesQgRTqZMBU10aULnkhvT7TCMxLT { top:12.5625rem;left:8.28125rem;width:3.4375rem;height:8.1875rem;z-index:15008;overflow:hidden;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #NwJOTgLqkJV6Txvlf0wza1lnxeBOR7ya { top:14.0625rem;left:8.6875rem;width:2.625rem;height:0.75rem;z-index:15009;background-color:#efefef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #l3yHVIqFSZBtbxmU2uGPOnenhTMM4B2n { top:12.8125rem;left:8.90625rem;width:2.1875rem;height:7.6875rem;z-index:14999;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.5) ;background-color:#4a7694;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #FNkk65g0toiuigmQw5AdOfAOnuOBGn9r { width:6.25rem;height:6.25rem;top:40.3125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w82L8fE8IJRUCCLiZznIIzSG31QcT2We { display:none; }#w82L8fE8IJRUCCLiZznIIzSG31QcT2We > .row .container { width:20rem;height:39.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pa1t0NVPkOxSKPBM5trxL3peRNTUVcVy { width:6.25rem;height:6.25rem;top:32.8125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sN2GPRFUgPmvsduAq6odSO2JxdJ5Ty6M { display:block; }#sN2GPRFUgPmvsduAq6odSO2JxdJ5Ty6M > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M3KQeo5bekJO3agCLTzulZpzXTR1CTzu { width:20rem;height:4.2246125rem;top:1.875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rc0AXvSEruF6NKV4Bl3T57BJAQyI4zMR { display:block; }#Rc0AXvSEruF6NKV4Bl3T57BJAQyI4zMR > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BQu2uPzu4u48kFL9w5QwsKE70lX9xy87 { width:19.4375rem;height:22.5rem;top:0rem;left:0.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FivhoQvOkLqEARr1QglmGnZ4BTgNUNmz { display:block; }#FivhoQvOkLqEARr1QglmGnZ4BTgNUNmz > .row .container { width:20rem;height:7.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mD47Oy7To8cCwFHi1SuXpOM3e0vP5l2k { width:20rem;height:2.11230625rem;top:3.09375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzBPn4ryzgqgP2yyv7aelUFxtklzBImy { display:block; }#BzBPn4ryzgqgP2yyv7aelUFxtklzBImy > .row .container { width:20rem;height:61.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bE1MtkK4Hh7feC5ICfVCJVG776RKmCT0 { width:14.125rem;height:5.5625rem;top:23.8125rem;left:2.90625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ppD1IlmcqOuS6oxdn5oA9rAS02dBLNoZ { width:4.5625rem;height:4.5625rem;top:15.375rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdEnEX6eypFWpEhlzCZfJn7mwCJ4xrnX { width:3.75rem;height:3.75rem;top:46.5625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xymT64IyONgQOiFwkqli2Cp6uAAADw68 { width:5.125rem;height:3.6875rem;top:31.4375rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWTpXHTQ3BA0wLoyDOZgXTp3LDNLdIb9 { width:12.5rem;height:0.1875rem;top:6.75rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ml2uWTDNLw4ONDxUwuWvzEStQ916qs7r { width:19.375rem;height:1.625rem;top:4.9375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fNXZocl1FhMN9zuReoP9alLh9axq3xtq { width:20rem;height:1.625rem;top:21.125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SzKaFkBdTpPT3wa9KH3yu9PTZIsyvCkT { width:20rem;height:1.625rem;top:36.3125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uZiLlQfaaWU5ZIVQnOT2VtUPGn9mB5oD { width:20rem;height:1.625rem;top:51.5rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PK3KTraUl4c9JsTQkhBl0Tfasp9ApfNr { width:17.5rem;height:4.5rem;top:7.75rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #azv9eTxIUmc1sxTl0T9vEoGBP7Nm0grO { width:17.5rem;height:4.5rem;top:23.8125rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nunt5RtVz7RNxqrwXzu4Pb7TF9AU4IfD { width:17.5rem;height:4.5rem;top:38.9375rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xUnzwn3Cvry0knBJIMXTzTB1JhNbLVpE { width:17.5rem;height:6rem;top:54.1875rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m7EBzmJAa81vI1eNxDd9KOpnzHOeINUJ { width:19.8125rem;height:9.25rem;top:64.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IZylNKBUgLv2FroHMWbA8CFTgq4SOmyM { width:17.4375rem;height:9.8125rem;top:70.4375rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zcluTcRk5cD1dZL5OUWAq2qRDFC2n12O { width:17.8125rem;height:6.6875rem;top:85.3125rem;left:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fve8LhNdh0gPwP3wT3fQsqmXT8oAzDIA { width:19.1875rem;height:6.0625rem;top:61.9375rem;left:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IPcZv25dTK4fpigJ5V2l6PfqA2GTSNhx { width:3.75rem;height:3.75rem;top:0rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfxtusgBJNTW1i0L5rtcxxLO3dbFHAU1 { width:12.5rem;height:0.1875rem;top:23.0625rem;left:3.75rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #nAb6eoUEkZuIOJe5PH6TTd8XorPfvNhy { width:12.5rem;height:0.1875rem;top:38.125rem;left:3.75rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #gTeXGeWDrOZX1FFF5VFoZcXS1wZLiw6J { width:12.5rem;height:0.1875rem;top:53.4375rem;left:3.75rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #hdwmdxksC4aMr9vypRNxrOl7GQSgS4i1 { display:block; }#hdwmdxksC4aMr9vypRNxrOl7GQSgS4i1 > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SZXdD7HiC6LHiSBug0lXUStTUEd9UAfy { width:20rem;height:2.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C63U1DnnTZTgCSbTwA3RR9RGtvMl62NJ { display:block; }
 }@media only screen and (max-width: 763px) { #TfJPDAub2gEUAyuo3uvxByoksThwG1QC { display:block; }#TfJPDAub2gEUAyuo3uvxByoksThwG1QC > .row .container { width:20rem;height:7.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z4Md3GIGQG7tZJgv2elwgAKurW10m9PJ { width:20rem;height:2.11230625rem;top:3.53125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQfrw9oOinfT3H0N4hkSrAcpGMxddWiq { display:block; }#nQfrw9oOinfT3H0N4hkSrAcpGMxddWiq > .row .container { width:20rem;height:53.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tMTd4aMkgio7B8rqOcxZ0smsTE1vWqtz { width:14.5rem;height:8.1875rem;top:1.875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dM7abb18Gf0AtxhN1hmWVb5Qh3R3hfNH { width:3.125rem;height:3.125rem;top:0.1875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wkc44IvDfT8rEi0cyTseFRVxSs9XUPD0 { width:12.5rem;height:1.29980625rem;top:4.375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpEWaIQwR4tL3Hwdr5BkrJD9U8ZyAGXA { width:12.5rem;height:2.9238375rem;top:6.25rem;left:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4CuqU1HW5rwZXfsLHTvsRGOO3TzxTZZ { width:14.5rem;height:8.1875rem;top:15.25rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaasBtG9h9o1yXClOd78sTNTP6M8661x { width:12.5rem;height:2.9238375rem;top:19.625rem;left:3.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1UIyNRqAm0lmCssWTWi1FsTJd7Lsd7y { width:12.5rem;height:1.29980625rem;top:17.75rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGhJsuwAAwnkqTvHSSzlwrJMPSWAw5du { width:3.125rem;height:3.125rem;top:13.3125rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuW92qCFN9tZKiNdUxL7GOga5swkg08A { width:14.5rem;height:8.1875rem;top:28.5rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbg2Fkuk6nywPtqIURXVGFaDlgV6LV7D { width:12.5rem;height:2.923825rem;top:32.875rem;left:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACVrsfdX3LgSdxOpruRLV81f4q126ALk { width:12.5rem;height:1.29980625rem;top:31rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOn5GZokarD6OgnRwpoNIiyXgMrok77a { width:3.125rem;height:3.125rem;top:27rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vg4Id4xWcF6fnqwRhH7clCNdCACZOB24 { width:14.5rem;height:8.1875rem;top:41.9375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZfo2th0fgza46m6hDrNI9UNZzFuVBtT { width:12.5rem;height:2.923825rem;top:46.3125rem;left:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzgW7EQ2oEn7aQgl3cfehsVuRlyxiu4i { width:12.5rem;height:1.29980625rem;top:44.4375rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdLarKiNyOTgWSQmcxV0T38xPtnWcfwd { width:3.125rem;height:3.125rem;top:40.1875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATA57tu2ssaXgqTqw8DoiI0t2AXxzwKw { width:4.9375rem;height:11.625rem;top:49.5625rem;left:14.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #DlNXmJhXha6lm2HOuwZihmBLZlwEEIVC { width:18.125rem;height:32.375rem;top:39.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JZ7Cu3Bn8xIInwWMVmu0vXvzoUWC4sZ4 { width:3.125rem;height:3.375rem;top:39.9375rem;left:8.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qu3JGEPBphJHtXcJ4h5bk42VJMgQpv82 { width:3.125rem;height:3.375rem;top:0.0625rem;left:8.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMF5th2OJDzulG4qITmu8qnzW49UO0c9 { width:3.125rem;height:3.375rem;top:13.125rem;left:8.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hiq9Rd8LIiJIH6nOKmMsusgydS1o9pyE { width:3.125rem;height:3.375rem;top:26.6875rem;left:8.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFTcB66H9ccQZMSnpl4Cb0TKVk7FAcPV { width:2.6875rem;height:9.375rem;top:50rem;left:15.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NSn58yT8cK6gzWSJTM4kpknWvrE9sbEd { display:block; }#NSn58yT8cK6gzWSJTM4kpknWvrE9sbEd > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KUUsveCak151KPSwP8BJiJTHaOLlSgRS { width:20rem;height:2.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I21q5HxuwbcoZbHwLFfDhTTi1I0inNat { display:block; }
 }@media only screen and (max-width: 763px) { #NqUmzEJOkHpf0fXkSmQJIgfJOXrNChCp { display:block; }#NqUmzEJOkHpf0fXkSmQJIgfJOXrNChCp > .row .container { width:20rem;height:9.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yMgECNALtqXodnZZtG6Fk1AEFmb4M3BT { width:18.5625rem;height:4.2246125rem;top:3.6875rem;left:0.71875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y99W4Ephub0FKlHthGWW4U77McDdcuL7 { display:block; }#y99W4Ephub0FKlHthGWW4U77McDdcuL7 > .row .container { width:20rem;height:32.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bXop9tn7637USoLF7tEkUKJomRTzwW9W { width:13.875rem;height:4rem;top:6.5rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zy7PMBkalorDEkKaGC54CwDaBSTmrGVC { width:13.875rem;height:4rem;top:1.25rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKffy1vsfWCTTCkxkOS5W1mDIcScS1Ei { width:13.875rem;height:4rem;top:11.75rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDfD2eblrPPkq3Vu8STElz0kL3NsO8TK { width:13.875rem;height:4rem;top:22.25rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnXX6lgsVcTGtgAdyQwHeveeMyDhdVA8 { width:13.875rem;height:4rem;top:17rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vB1OPPxhBOa0XPgzrIhDaeQG0oChTkXc { width:13.875rem;height:4rem;top:27.5rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiXB6P8CTmlJXo5HH5lm3By3gcHicxtO { display:block; }#qiXB6P8CTmlJXo5HH5lm3By3gcHicxtO > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A1eA2tOS09z3dBVE8poWzAElZ7cBnlmK { width:14.4375rem;height:3rem;top:0rem;left:2.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCmpPshxV1u6tAf6ASg4MSTGC8pJNzcr { background-color:#ffffff;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; }#eCmpPshxV1u6tAf6ASg4MSTGC8pJNzcr > .row .container { background-color: transparent; background-image: none; }#eCmpPshxV1u6tAf6ASg4MSTGC8pJNzcr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eCmpPshxV1u6tAf6ASg4MSTGC8pJNzcr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eCmpPshxV1u6tAf6ASg4MSTGC8pJNzcr > .row .container > .video-iframe-container { display: none; }#eCmpPshxV1u6tAf6ASg4MSTGC8pJNzcr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eCmpPshxV1u6tAf6ASg4MSTGC8pJNzcr > .row > .video-iframe-container { display: none; }#eCmpPshxV1u6tAf6ASg4MSTGC8pJNzcr > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eCmpPshxV1u6tAf6ASg4MSTGC8pJNzcr > .row .container { border-width: 0; border-radius: 0; }#eCmpPshxV1u6tAf6ASg4MSTGC8pJNzcr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eCmpPshxV1u6tAf6ASg4MSTGC8pJNzcr > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rCpFOsmq0h3QEMzzvuFX6Aeq9XM7z4Ay { width:20rem;height:2.11230625rem;top:0.84375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DF1GvfMCTtdcyPfK5NWlqcAg1b03qbxC { background-color:#ffffff;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; }#DF1GvfMCTtdcyPfK5NWlqcAg1b03qbxC > .row .container { background-color: transparent; background-image: none; }#DF1GvfMCTtdcyPfK5NWlqcAg1b03qbxC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DF1GvfMCTtdcyPfK5NWlqcAg1b03qbxC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DF1GvfMCTtdcyPfK5NWlqcAg1b03qbxC > .row .container > .video-iframe-container { display: none; }#DF1GvfMCTtdcyPfK5NWlqcAg1b03qbxC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DF1GvfMCTtdcyPfK5NWlqcAg1b03qbxC > .row > .video-iframe-container { display: none; }#DF1GvfMCTtdcyPfK5NWlqcAg1b03qbxC > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DF1GvfMCTtdcyPfK5NWlqcAg1b03qbxC > .row .container { border-width: 0; border-radius: 0; }#DF1GvfMCTtdcyPfK5NWlqcAg1b03qbxC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DF1GvfMCTtdcyPfK5NWlqcAg1b03qbxC > .row .container { width:20rem;height:11.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MCSTK1CsE20WbAdn9kumLfJhN9UTH21D { width:20rem;height:36.9375rem;top:7.8740234375rem;left:0rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #inCRnVJ1FNkdL7sRUUIWl34WS00eQaTX { width:15.1875rem;height:1.625rem;top:9.0615234375rem;left:2.40625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTzaQJkLn1zdawp3b4G2XuNA5TTmT20H { width:5.9375rem;height:5.9375rem;top:2.1875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfLPMp3MzKbmeTGA2bS6oeM9ldqb45Qa { width:6.5625rem;height:4.6875rem;top:2.875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNSkSqHcQNZJXLfSiOxSKd4OAF1PhVgn { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(255,255,255,0.5));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(255,255,255,0.5));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(255,255,255,0.5));background-image: -o-linear-gradient(180deg, #ffffff, rgba(255,255,255,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#7fffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#7fffffff' );";background-image: linear-gradient(180deg, #ffffff, rgba(255,255,255,0.5));background-size:auto !important;display:block; }#yNSkSqHcQNZJXLfSiOxSKd4OAF1PhVgn > .row .container { background-color: transparent; background-image: none; }#yNSkSqHcQNZJXLfSiOxSKd4OAF1PhVgn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yNSkSqHcQNZJXLfSiOxSKd4OAF1PhVgn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yNSkSqHcQNZJXLfSiOxSKd4OAF1PhVgn > .row .container > .video-iframe-container { display: none; }#yNSkSqHcQNZJXLfSiOxSKd4OAF1PhVgn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yNSkSqHcQNZJXLfSiOxSKd4OAF1PhVgn > .row > .video-iframe-container { display: none; }#yNSkSqHcQNZJXLfSiOxSKd4OAF1PhVgn > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yNSkSqHcQNZJXLfSiOxSKd4OAF1PhVgn > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wyQONLSxTZZrxiX4xvmm0S3DJcW36p4I { width:20rem;height:3.4375rem;top:13.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8XrtuETZ4JqDMR7omhNTd31bWuTUN6L { display:block; }
 }@media only screen and (max-width: 763px) { #TGvaKgKgqUvlFIg4SE2cJhgoKAboXZ1o { width:16.25rem;height:11.8125rem;top:0rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvHcDiL7Xzqh9fTs9QdrWC6heqnhX3UT { width:20rem;height:0.9375rem;top:18.125rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmoGGTsNlFonf9Iln52UAt6mux0absW6 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,255,255,0.5), #ffffff);background-image: -moz-linear-gradient(180deg, rgba(255,255,255,0.5), #ffffff);background-image: -ms-linear-gradient(180deg, rgba(255,255,255,0.5), #ffffff);background-image: -o-linear-gradient(180deg, rgba(255,255,255,0.5), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fffffff', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, rgba(255,255,255,0.5), #ffffff);background-size:auto !important;display:block; }#zmoGGTsNlFonf9Iln52UAt6mux0absW6 > .row .container { background-color: transparent; background-image: none; }#zmoGGTsNlFonf9Iln52UAt6mux0absW6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zmoGGTsNlFonf9Iln52UAt6mux0absW6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zmoGGTsNlFonf9Iln52UAt6mux0absW6 > .row .container > .video-iframe-container { display: none; }#zmoGGTsNlFonf9Iln52UAt6mux0absW6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zmoGGTsNlFonf9Iln52UAt6mux0absW6 > .row > .video-iframe-container { display: none; }#zmoGGTsNlFonf9Iln52UAt6mux0absW6 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zmoGGTsNlFonf9Iln52UAt6mux0absW6 > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ndwuKBluMoF4eF3PkA4JeggPp10z5T65 { width:17.625rem;height:4.2246125rem;top:0.4375rem;left:1.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xursu9RTtlDnA6v9TBmdMpZzyLhE6P0b { display:block; }#xursu9RTtlDnA6v9TBmdMpZzyLhE6P0b > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TNdv9mCT4nvU23JElgKNX0VAHqOsyteT { width:10.9375rem;height:0.1875rem;top:5.9375rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeaubTWGLn6WTemsgxayfwCM8M25MwcB { width:17.5rem;height:6.5625rem;top:7.3125rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcOnND3CZzbodTMKfMkzQTLTbQ7P7nU2 { width:17.5rem;height:2.625rem;top:21.875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSkMNJICwdrT4tKJvnzxGUXbBR3x86Qn { width:10.9375rem;height:0.1875rem;top:20.5rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #my9SAGiwxdZpPDNbeWdnyBHnlo2SrIcw { width:17.5rem;height:3.9375rem;top:33.8125rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUzfpKXdr7rCceKugMgpvzd8wVhgf13S { width:10.9375rem;height:0.1875rem;top:32.4375rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NL0JdIRLtmwDCK8w7rrdP8J8Ic2odxix { width:7.625rem;height:2.1875rem;top:3.1875rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLeDvsM4xg5u5yKRCDfMz66vaIloRId9 { width:8.8125rem;height:1.5rem;top:17.8125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpdOL0FduSIcocIroJGIseGXECVcw7dk { width:9.375rem;height:2.25rem;top:29rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBWmI2TgDM61CRVvyFE8pwRnHTGRSXbr { width:20rem;height:1.125rem;top:38.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rmurcv8pdGArMduvUtdLEOWiPmuyLTe6 { width:16.75rem;height:1.125rem;top:25.125rem;left:1.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #re8lVw44eM4VPuTD621wdCp0g3HizyPq { width:16.75rem;height:1.125rem;top:14.5rem;left:1.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRMo6506Z3VqeQ326n5a4g4euUei5TOk { display:none; }#mRMo6506Z3VqeQ326n5a4g4euUei5TOk > .row .container { width:20rem;height:8.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UIzHiF0KH88SFuhQ9ceeFvB42XUCStoo { width:10.6875rem;height:3.5rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aa7ZZB4n3OUy4G1paGxs0oRBLkpQhp0v { width:5.875rem;height:5.875rem;top:0.9375rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXJW1UFWWzM0pTDPsezPukcDNVZSv1OC { display:block; }#dXJW1UFWWzM0pTDPsezPukcDNVZSv1OC > .row .container { width:20rem;height:7.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SoJaMpcP4mu2mEzZ2N57vIiIXOPlTrTA { width:12.8125rem;height:1.875rem;top:2.84375rem;left:7.1875rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XoovXWGXMO7dwGJys23aBwcpNX82uwJQ { width:5.875rem;height:5.875rem;top:0.84375rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #b3af74596450dc1bc9e5d6510678dc6e.widget-smartsection { display:block; } #b3af74596450dc1bc9e5d6510678dc6e.widget-smartsection *:focus-visible, #b3af74596450dc1bc9e5d6510678dc6e.widget-smartsection input[type="text"]:focus-visible, #b3af74596450dc1bc9e5d6510678dc6e.widget-smartsection input[type="email"]:focus-visible, #b3af74596450dc1bc9e5d6510678dc6e.widget-smartsection input[type="tel"]:focus-visible, #b3af74596450dc1bc9e5d6510678dc6e.widget-smartsection textarea:focus-visible { outline: none; } #dXWTywtfQZLZ5lJXkqCyB2bQe1G6Mr6C > .row .container { width:20rem;height:64.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a7de3fcf8e0724b9b987bfa75fb71e03.widget-smartsection { display:block; } #a7de3fcf8e0724b9b987bfa75fb71e03.widget-smartsection *:focus-visible, #a7de3fcf8e0724b9b987bfa75fb71e03.widget-smartsection input[type="text"]:focus-visible, #a7de3fcf8e0724b9b987bfa75fb71e03.widget-smartsection input[type="email"]:focus-visible, #a7de3fcf8e0724b9b987bfa75fb71e03.widget-smartsection input[type="tel"]:focus-visible, #a7de3fcf8e0724b9b987bfa75fb71e03.widget-smartsection textarea:focus-visible { outline: none; } #spnpTqCR394aETeBM78z3PsWiWnIwstZ > .row .container { width:20rem;height:13.875rem;position:relative;display:block; } }