.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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:#ebebeb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bmchcDdbUcQ8zh4EidTgi3v1r2KovkX9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#161a23;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#bmchcDdbUcQ8zh4EidTgi3v1r2KovkX9 > .row .container { background-color: transparent; background-image: none; }#bmchcDdbUcQ8zh4EidTgi3v1r2KovkX9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bmchcDdbUcQ8zh4EidTgi3v1r2KovkX9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bmchcDdbUcQ8zh4EidTgi3v1r2KovkX9 > .row .container > .video-iframe-container { display: none; }#bmchcDdbUcQ8zh4EidTgi3v1r2KovkX9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bmchcDdbUcQ8zh4EidTgi3v1r2KovkX9 > .row > .video-iframe-container { display: none; }#bmchcDdbUcQ8zh4EidTgi3v1r2KovkX9 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bmchcDdbUcQ8zh4EidTgi3v1r2KovkX9 > .row .container { border-width: 0; border-radius: 0; }#bmchcDdbUcQ8zh4EidTgi3v1r2KovkX9 > .row > .video-iframe-container {  }#bmchcDdbUcQ8zh4EidTgi3v1r2KovkX9 > .row .container { font-size:0.875rem;font-family:"open sans";height:6.6875rem;width:75rem;position:relative;display:block; }#yvsfmfp1gxcUppLzo21VCdB5fu6FRHwH { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.9375rem;width:20.625rem;top:1.3125rem;left:1.90625rem;overflow:hidden;display:block; }
#oVVWUr8P1n8TJhgL04gIVKeyLfSzbW8s { position:absolute;display:block;z-index:15001;background-color:#83def9;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:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;height:2.625rem;width:13.1875rem;top:1.96875rem;left:59.96875rem;display:block; }
#kmurBXHpReCCic3QiB9WqqfAr3DomXBx { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.6875rem;left:60.15625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#o2CWiBVTOWlabFLqLgbk7RkCL8lD9gox { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#161a23;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#o2CWiBVTOWlabFLqLgbk7RkCL8lD9gox > .row .container { background-color: transparent; background-image: none; }#o2CWiBVTOWlabFLqLgbk7RkCL8lD9gox::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o2CWiBVTOWlabFLqLgbk7RkCL8lD9gox > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o2CWiBVTOWlabFLqLgbk7RkCL8lD9gox > .row .container > .video-iframe-container { display: none; }#o2CWiBVTOWlabFLqLgbk7RkCL8lD9gox > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o2CWiBVTOWlabFLqLgbk7RkCL8lD9gox > .row > .video-iframe-container { display: none; }#o2CWiBVTOWlabFLqLgbk7RkCL8lD9gox > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o2CWiBVTOWlabFLqLgbk7RkCL8lD9gox > .row .container { border-width: 0; border-radius: 0; }#o2CWiBVTOWlabFLqLgbk7RkCL8lD9gox > .row > .video-iframe-container {  }#o2CWiBVTOWlabFLqLgbk7RkCL8lD9gox > .row .container { font-size:0.875rem;font-family:"open sans";height:12.25rem;width:75rem;position:relative;display:block; }#TLE4QypnOroSJUGJcNVcna7TbO04h6vC { display:block;width:55.4375rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.1875rem;left:9.78125rem;height:6.5rem;text-align:center;text-align-last:center;color:#161a23;display:block; }
#ulKIy0sZCcFcklUEimw3hRWKIxkzaBtN { display:block;width:48.3125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.125rem;left:13.34375rem;height:2.5996125rem;text-align:center;text-align-last:center;color:#161a23;display:block; }
#bn6vr7MAwWPLRKid3bDgHKV8kXTa8iqC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#bn6vr7MAwWPLRKid3bDgHKV8kXTa8iqC > .row .container { background-color: transparent; background-image: none; }#bn6vr7MAwWPLRKid3bDgHKV8kXTa8iqC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bn6vr7MAwWPLRKid3bDgHKV8kXTa8iqC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bn6vr7MAwWPLRKid3bDgHKV8kXTa8iqC > .row .container > .video-iframe-container { display: none; }#bn6vr7MAwWPLRKid3bDgHKV8kXTa8iqC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bn6vr7MAwWPLRKid3bDgHKV8kXTa8iqC > .row > .video-iframe-container { display: none; }#bn6vr7MAwWPLRKid3bDgHKV8kXTa8iqC > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bn6vr7MAwWPLRKid3bDgHKV8kXTa8iqC > .row .container { border-width: 0; border-radius: 0; }#bn6vr7MAwWPLRKid3bDgHKV8kXTa8iqC > .row > .video-iframe-container {  }#bn6vr7MAwWPLRKid3bDgHKV8kXTa8iqC > .row .container { font-size:0.875rem;font-family:arial;height:2.3125rem;width:75rem;position:relative;display:block; }#tG8OpwVuc2sz1vLV24PEzCwfTztk0BGV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#tG8OpwVuc2sz1vLV24PEzCwfTztk0BGV > .row .container { background-color: transparent; background-image: none; }#tG8OpwVuc2sz1vLV24PEzCwfTztk0BGV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tG8OpwVuc2sz1vLV24PEzCwfTztk0BGV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tG8OpwVuc2sz1vLV24PEzCwfTztk0BGV > .row .container > .video-iframe-container { display: none; }#tG8OpwVuc2sz1vLV24PEzCwfTztk0BGV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tG8OpwVuc2sz1vLV24PEzCwfTztk0BGV > .row > .video-iframe-container { display: none; }#tG8OpwVuc2sz1vLV24PEzCwfTztk0BGV > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tG8OpwVuc2sz1vLV24PEzCwfTztk0BGV > .row .container { border-width: 0; border-radius: 0; }#tG8OpwVuc2sz1vLV24PEzCwfTztk0BGV > .row > .video-iframe-container {  }#tG8OpwVuc2sz1vLV24PEzCwfTztk0BGV > .row .container { font-size:0.875rem;font-family:"open sans";height:45.0625rem;width:75rem;position:relative;display:block; }#fRZnq0o5miHfoEPcTShefkfxyFD0Jwmw { position:absolute;display:block;z-index:15000;height:43.125rem;width:75rem;top:0rem;left:0rem;display:block; }
#PgvzNAOA9xTXnHoiFsoE7PrzZBdgf2Q7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#PgvzNAOA9xTXnHoiFsoE7PrzZBdgf2Q7 > .row .container { background-color: transparent; background-image: none; }#PgvzNAOA9xTXnHoiFsoE7PrzZBdgf2Q7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PgvzNAOA9xTXnHoiFsoE7PrzZBdgf2Q7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PgvzNAOA9xTXnHoiFsoE7PrzZBdgf2Q7 > .row .container > .video-iframe-container { display: none; }#PgvzNAOA9xTXnHoiFsoE7PrzZBdgf2Q7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PgvzNAOA9xTXnHoiFsoE7PrzZBdgf2Q7 > .row > .video-iframe-container { display: none; }#PgvzNAOA9xTXnHoiFsoE7PrzZBdgf2Q7 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PgvzNAOA9xTXnHoiFsoE7PrzZBdgf2Q7 > .row .container { border-width: 0; border-radius: 0; }#PgvzNAOA9xTXnHoiFsoE7PrzZBdgf2Q7 > .row > .video-iframe-container {  }#PgvzNAOA9xTXnHoiFsoE7PrzZBdgf2Q7 > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#VXDcdiKmWvWF87ZuK4EekX121DCE5BH2 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.625rem;width:23.4375rem;top:1.5625rem;left:14.125rem;overflow:hidden;display:block; }
#kNqOT0yCWMMSa50SZmkMTsPDIEKg7AVT { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.625rem;width:23.4375rem;top:1.5625rem;left:37.5rem;overflow:hidden;display:block; }
#GiShmxxc6gSTowHGTsGstWRuUaiTxiW4 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4f4f4;background-image:none;position:relative;display:block; }#GiShmxxc6gSTowHGTsGstWRuUaiTxiW4 > .row .container { background-color: transparent; background-image: none; }#GiShmxxc6gSTowHGTsGstWRuUaiTxiW4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GiShmxxc6gSTowHGTsGstWRuUaiTxiW4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GiShmxxc6gSTowHGTsGstWRuUaiTxiW4 > .row .container > .video-iframe-container { display: none; }#GiShmxxc6gSTowHGTsGstWRuUaiTxiW4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GiShmxxc6gSTowHGTsGstWRuUaiTxiW4 > .row > .video-iframe-container { display: none; }#GiShmxxc6gSTowHGTsGstWRuUaiTxiW4 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GiShmxxc6gSTowHGTsGstWRuUaiTxiW4 > .row .container { border-width: 0; border-radius: 0; }#GiShmxxc6gSTowHGTsGstWRuUaiTxiW4 > .row > .video-iframe-container {  }#GiShmxxc6gSTowHGTsGstWRuUaiTxiW4 > .row .container { font-size:0.875rem;font-family:arial;height:10.5rem;width:75rem;position:relative;display:block; }#JvTzbOuvoDbkdJqTy1tOmHm3yNeEAHzk { display:block;width:75rem;position:absolute;font-family:"titillium web";font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.2999973297119rem;left:0rem;height:;color:#00bb84;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sDbMZTeOru7fTyJGfNVNBe2URwTEJ3WH { position:absolute;display:block;z-index:15001;background-color:#c9282f;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;height:0.3125rem;width:12.5rem;top:6.7187480926512rem;left:31.250001907349rem;display:block; }
#xcpsdF4epc6S8AlBzqc9cnmPeCq36TzU { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4f4f4;background-image:url("//new.landingi.com/uploads/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#xcpsdF4epc6S8AlBzqc9cnmPeCq36TzU.adaptive-delivery-prevent-bg, #xcpsdF4epc6S8AlBzqc9cnmPeCq36TzU.lazyload, #xcpsdF4epc6S8AlBzqc9cnmPeCq36TzU.lazyloading { background-image: none; }#xcpsdF4epc6S8AlBzqc9cnmPeCq36TzU > .row .container { background-color: transparent; background-image: none; }#xcpsdF4epc6S8AlBzqc9cnmPeCq36TzU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xcpsdF4epc6S8AlBzqc9cnmPeCq36TzU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xcpsdF4epc6S8AlBzqc9cnmPeCq36TzU > .row .container > .video-iframe-container { display: none; }#xcpsdF4epc6S8AlBzqc9cnmPeCq36TzU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xcpsdF4epc6S8AlBzqc9cnmPeCq36TzU > .row > .video-iframe-container { display: none; }#xcpsdF4epc6S8AlBzqc9cnmPeCq36TzU > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xcpsdF4epc6S8AlBzqc9cnmPeCq36TzU > .row .container { border-width: 0; border-radius: 0; }#xcpsdF4epc6S8AlBzqc9cnmPeCq36TzU > .row > .video-iframe-container {  }#xcpsdF4epc6S8AlBzqc9cnmPeCq36TzU > .row .container { font-size:0.875rem;font-family:arial;height:4.25rem;width:75rem;position:relative;display:block; }#lO3aMNXrxZVknAApcJlxT4qSqe4sPiO4 { display:block;width:28.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:7.5rem;height:;color:#00bb84;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:right;text-align-last:right;font-style:normal;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#K4baTRTHSeBsZ3HT85FmI3Cb3K90QTET { display:block;width:34.125rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:1.9375rem;left:1.5625rem;height:1.5996125rem;color:#666666;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#kvGbBhlG3r3cTDHsql5gcRGE4X82v8xm { border-bottom:0.3125rem solid #eeeeee;border-left:0.3125rem solid #eeeeee;border-right:0.3125rem solid #eeeeee;border-top:0.3125rem solid #eeeeee;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#203a49;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:36.875rem;display:block; }
#L0tuVGwunWbFL9X6o7LUroRXtfoixkhG { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4f4f4;background-image:url("//new.landingi.com/uploads/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#L0tuVGwunWbFL9X6o7LUroRXtfoixkhG.adaptive-delivery-prevent-bg, #L0tuVGwunWbFL9X6o7LUroRXtfoixkhG.lazyload, #L0tuVGwunWbFL9X6o7LUroRXtfoixkhG.lazyloading { background-image: none; }#L0tuVGwunWbFL9X6o7LUroRXtfoixkhG > .row .container { background-color: transparent; background-image: none; }#L0tuVGwunWbFL9X6o7LUroRXtfoixkhG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L0tuVGwunWbFL9X6o7LUroRXtfoixkhG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L0tuVGwunWbFL9X6o7LUroRXtfoixkhG > .row .container > .video-iframe-container { display: none; }#L0tuVGwunWbFL9X6o7LUroRXtfoixkhG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L0tuVGwunWbFL9X6o7LUroRXtfoixkhG > .row > .video-iframe-container { display: none; }#L0tuVGwunWbFL9X6o7LUroRXtfoixkhG > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L0tuVGwunWbFL9X6o7LUroRXtfoixkhG > .row .container { border-width: 0; border-radius: 0; }#L0tuVGwunWbFL9X6o7LUroRXtfoixkhG > .row > .video-iframe-container {  }#L0tuVGwunWbFL9X6o7LUroRXtfoixkhG > .row .container { font-size:0.875rem;font-family:arial;height:12.3125rem;width:75rem;position:relative;display:block; }#VJGD1LiwrOhpdD80569quCSLuxvrxkRu { display:block;width:28.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.9375rem;left:39.375rem;height:;color:#00bb84;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left;font-style:normal;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vbqOKMuUtIfdDcXFfbT4e71ucDBJl6Gv { border-bottom:0.3125rem solid #eeeeee;border-left:0.3125rem solid #eeeeee;border-right:0.3125rem solid #eeeeee;border-top:0.3125rem solid #eeeeee;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#203a49;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:1.9375rem;left:36.875rem;display:block; }
#wc59U0a1uk8eHxup7tzGnc4NaR4sMOeu { display:block;width:34.875rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:3.7490234375rem;left:39.375rem;height:7.99805rem;color:#666666;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RVgu9DBJxvEHVDztIooPeeEhsbVC2KcG { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:6.25rem;top:1.875rem;left:26.15625rem;overflow:hidden;display:block; }
#yRA8m2A6BNpaocTSATy8idThJhykILSo { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:8.8466796875rem;left:23.03125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#T3fDMoetLssanFWxlyvPL4IQ7SxerCop { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4f4f4;background-image:url("//new.landingi.com/uploads/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#T3fDMoetLssanFWxlyvPL4IQ7SxerCop.adaptive-delivery-prevent-bg, #T3fDMoetLssanFWxlyvPL4IQ7SxerCop.lazyload, #T3fDMoetLssanFWxlyvPL4IQ7SxerCop.lazyloading { background-image: none; }#T3fDMoetLssanFWxlyvPL4IQ7SxerCop > .row .container { background-color: transparent; background-image: none; }#T3fDMoetLssanFWxlyvPL4IQ7SxerCop::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3fDMoetLssanFWxlyvPL4IQ7SxerCop > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3fDMoetLssanFWxlyvPL4IQ7SxerCop > .row .container > .video-iframe-container { display: none; }#T3fDMoetLssanFWxlyvPL4IQ7SxerCop > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3fDMoetLssanFWxlyvPL4IQ7SxerCop > .row > .video-iframe-container { display: none; }#T3fDMoetLssanFWxlyvPL4IQ7SxerCop > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3fDMoetLssanFWxlyvPL4IQ7SxerCop > .row .container { border-width: 0; border-radius: 0; }#T3fDMoetLssanFWxlyvPL4IQ7SxerCop > .row > .video-iframe-container {  }#T3fDMoetLssanFWxlyvPL4IQ7SxerCop > .row .container { font-size:0.875rem;font-family:arial;height:11.375rem;width:75rem;position:relative;display:block; }#RTBGtssI2tZkz1WGR01uOh8VnVJ2cSd0 { display:block;width:28.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.625rem;left:7.5rem;height:;color:#00bb84;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:right;text-align-last:right;font-style:normal;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pLC1JtoMyBdW0bDbRu67J2x1Au4FvZsE { display:block;width:34.125rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:3.5625rem;left:1.5625rem;height:3.199225rem;color:#666666;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#kUdPN9SEOree0tmvth0UCvF47ZM8V0l8 { border-bottom:0.3125rem solid #eeeeee;border-left:0.3125rem solid #eeeeee;border-right:0.3125rem solid #eeeeee;border-top:0.3125rem solid #eeeeee;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#203a49;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:1.625rem;left:36.875rem;display:block; }
#TSl6Q16ppK9qW4L2QT4BIZtFTiDTxQxb { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:6.25rem;top:1.5625rem;left:42.8125rem;overflow:hidden;display:block; }
#hzUCILJk28wXX8LyM5foDavgP0Jivth4 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:8.5625rem;left:39.6875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#GRgPT3RgBzZThq6TxgxSsTICETGHB7L0 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4f4f4;background-image:url("//new.landingi.com/uploads/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#GRgPT3RgBzZThq6TxgxSsTICETGHB7L0.adaptive-delivery-prevent-bg, #GRgPT3RgBzZThq6TxgxSsTICETGHB7L0.lazyload, #GRgPT3RgBzZThq6TxgxSsTICETGHB7L0.lazyloading { background-image: none; }#GRgPT3RgBzZThq6TxgxSsTICETGHB7L0 > .row .container { background-color: transparent; background-image: none; }#GRgPT3RgBzZThq6TxgxSsTICETGHB7L0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GRgPT3RgBzZThq6TxgxSsTICETGHB7L0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GRgPT3RgBzZThq6TxgxSsTICETGHB7L0 > .row .container > .video-iframe-container { display: none; }#GRgPT3RgBzZThq6TxgxSsTICETGHB7L0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GRgPT3RgBzZThq6TxgxSsTICETGHB7L0 > .row > .video-iframe-container { display: none; }#GRgPT3RgBzZThq6TxgxSsTICETGHB7L0 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GRgPT3RgBzZThq6TxgxSsTICETGHB7L0 > .row .container { border-width: 0; border-radius: 0; }#GRgPT3RgBzZThq6TxgxSsTICETGHB7L0 > .row > .video-iframe-container {  }#GRgPT3RgBzZThq6TxgxSsTICETGHB7L0 > .row .container { font-size:0.875rem;font-family:arial;height:21.1875rem;width:75rem;position:relative;display:block; }#k55oGC0CoomGKii6wdKpJnQn0B4JTFq9 { display:block;width:28.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.875rem;left:39.375rem;height:;color:#00bb84;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left;font-style:normal;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VF0cHGaO4MNl6RD6fX3JZW5RfgLdPeps { border-bottom:0.3125rem solid #eeeeee;border-left:0.3125rem solid #eeeeee;border-right:0.3125rem solid #eeeeee;border-top:0.3125rem solid #eeeeee;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#203a49;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:1.875rem;left:36.875rem;display:block; }
#XUo32eTuHiqnJKVTAeeykKg0AdfAKbV5 { display:block;width:34.875rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:4.4375rem;left:39.375rem;height:3.199225rem;color:#666666;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ggv40R3QyRM4DH9K0wUHp6FoeD89Pd79 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:5rem;top:1.875rem;left:26.6875rem;overflow:hidden;display:block; }
#CkFN2zQcScimooHtFm5wmWHikRRTe7T8 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:7.55078125rem;left:22.9375rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
#oHhLprNkQTGbX6EIwD88liMAtxLlKwMV { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:7.55078125rem;left:12.75rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
#zMbMhpp74hxfDSxqZJrTrm1Crp85JS8H { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:5rem;top:1.875rem;left:16.5rem;overflow:hidden;display:block; }
#MRfmskZ95dL3wrVclJgefQeoPmDUKKDS { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:7.55078125rem;left:1rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
#FyuAqHaOBQkNn2GncFz7pIRv8yVC6oQm { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:5rem;top:1.875rem;left:4.75rem;overflow:hidden;display:block; }
#IDEfrEW363Gn0MHelendZi00vG1xBSe0 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:17.23828125rem;left:1rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
#OHhnCwOHB1dcqNzHEPUxbrhFmpDQevgx { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:5rem;top:11.3125rem;left:4.75rem;overflow:hidden;display:block; }
#FkyosTfr5ilTzUiPMWxPiR702pTeBx7x { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:17.23828125rem;left:12.75rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
#aMtWI7W9ZUE3l6IympAhghEgAPqdhCQu { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:5rem;top:11.3125rem;left:16.5rem;overflow:hidden;display:block; }
#pMrI8FBItJn7Z8LKg6OSV2Nfmd2RORFl { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:17.23828125rem;left:22.9375rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
#QXBZeEcNn7O4GgN4fOkkVH3WKlDwzxr5 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:5rem;top:11.3125rem;left:26.6875rem;overflow:hidden;display:block; }
#RVsugOfJtuktkfFIXn3ZTbqK4kzMyK7N { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4f4f4;background-image:url("//new.landingi.com/uploads/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#RVsugOfJtuktkfFIXn3ZTbqK4kzMyK7N.adaptive-delivery-prevent-bg, #RVsugOfJtuktkfFIXn3ZTbqK4kzMyK7N.lazyload, #RVsugOfJtuktkfFIXn3ZTbqK4kzMyK7N.lazyloading { background-image: none; }#RVsugOfJtuktkfFIXn3ZTbqK4kzMyK7N > .row .container { background-color: transparent; background-image: none; }#RVsugOfJtuktkfFIXn3ZTbqK4kzMyK7N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RVsugOfJtuktkfFIXn3ZTbqK4kzMyK7N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RVsugOfJtuktkfFIXn3ZTbqK4kzMyK7N > .row .container > .video-iframe-container { display: none; }#RVsugOfJtuktkfFIXn3ZTbqK4kzMyK7N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RVsugOfJtuktkfFIXn3ZTbqK4kzMyK7N > .row > .video-iframe-container { display: none; }#RVsugOfJtuktkfFIXn3ZTbqK4kzMyK7N > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RVsugOfJtuktkfFIXn3ZTbqK4kzMyK7N > .row .container { border-width: 0; border-radius: 0; }#RVsugOfJtuktkfFIXn3ZTbqK4kzMyK7N > .row > .video-iframe-container {  }#RVsugOfJtuktkfFIXn3ZTbqK4kzMyK7N > .row .container { font-size:0.875rem;font-family:arial;height:14.75rem;width:75rem;position:relative;display:block; }#eC1QlLNZvG3W5EID9p96Nwe4DOQpJQ4r { display:block;width:28.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.6875rem;left:7.5rem;height:;color:#00bb84;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:right;text-align-last:right;font-style:normal;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#K7QhbKgBBUNaAHfNH0kUGFds4FNaGhcM { display:block;width:34.125rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:3.625rem;left:1.5625rem;height:9.5976625rem;color:#666666;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#RS8GQNmkJbaHAGQNJzBeq1D1860hAJLX { border-bottom:0.3125rem solid #eeeeee;border-left:0.3125rem solid #eeeeee;border-right:0.3125rem solid #eeeeee;border-top:0.3125rem solid #eeeeee;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#203a49;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:1.6875rem;left:36.875rem;display:block; }
#IFsWSxgEStIr0u3nhmvxHUlaUbPLSBTp { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:6.25rem;top:1.6875rem;left:42.4375rem;overflow:hidden;display:block; }
#HJiJPIXWn5ts2fTa6uTWivR4LNVAIsQC { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:8.6875rem;left:39.3125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#EL84948f9mzFQDQuHQxzakWEikk7CCBB { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4f4f4;background-image:url("//new.landingi.com/uploads/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#EL84948f9mzFQDQuHQxzakWEikk7CCBB.adaptive-delivery-prevent-bg, #EL84948f9mzFQDQuHQxzakWEikk7CCBB.lazyload, #EL84948f9mzFQDQuHQxzakWEikk7CCBB.lazyloading { background-image: none; }#EL84948f9mzFQDQuHQxzakWEikk7CCBB > .row .container { background-color: transparent; background-image: none; }#EL84948f9mzFQDQuHQxzakWEikk7CCBB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EL84948f9mzFQDQuHQxzakWEikk7CCBB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EL84948f9mzFQDQuHQxzakWEikk7CCBB > .row .container > .video-iframe-container { display: none; }#EL84948f9mzFQDQuHQxzakWEikk7CCBB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EL84948f9mzFQDQuHQxzakWEikk7CCBB > .row > .video-iframe-container { display: none; }#EL84948f9mzFQDQuHQxzakWEikk7CCBB > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EL84948f9mzFQDQuHQxzakWEikk7CCBB > .row .container { border-width: 0; border-radius: 0; }#EL84948f9mzFQDQuHQxzakWEikk7CCBB > .row > .video-iframe-container {  }#EL84948f9mzFQDQuHQxzakWEikk7CCBB > .row .container { font-size:0.875rem;font-family:arial;height:14.6875rem;width:75rem;position:relative;display:block; }#F2va442OLUkRkUDpKei59LOPd6GSVqSo { display:block;width:28.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.75rem;left:39.375rem;height:;color:#00bb84;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left;font-style:normal;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EvD2nse89RxHyPyynGBkExxt4omoou1M { display:block;width:34.875rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:3.6875rem;left:39.375rem;height:3.199225rem;color:#666666;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wRZts8qybuMzNbf7rfa4ONozRvPGnmc0 { border-bottom:0.3125rem solid #eeeeee;border-left:0.3125rem solid #eeeeee;border-right:0.3125rem solid #eeeeee;border-top:0.3125rem solid #eeeeee;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#203a49;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:1.75rem;left:36.875rem;display:block; }
#NTXhVBQUqJfLn7bUnIdW22yOTOKWp12B { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:8.9375rem;left:23.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#g53mZBCHxalnlRNDD1zwSaT8ZZVxOfxh { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:6.25rem;top:1.9375rem;left:26.1875rem;overflow:hidden;display:block; }
#eX8s5bmh7GGg1zPWZ3xQr1bAiri1JdJb { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4f4f4;background-image:url("//new.landingi.com/uploads/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#eX8s5bmh7GGg1zPWZ3xQr1bAiri1JdJb.adaptive-delivery-prevent-bg, #eX8s5bmh7GGg1zPWZ3xQr1bAiri1JdJb.lazyload, #eX8s5bmh7GGg1zPWZ3xQr1bAiri1JdJb.lazyloading { background-image: none; }#eX8s5bmh7GGg1zPWZ3xQr1bAiri1JdJb > .row .container { background-color: transparent; background-image: none; }#eX8s5bmh7GGg1zPWZ3xQr1bAiri1JdJb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eX8s5bmh7GGg1zPWZ3xQr1bAiri1JdJb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eX8s5bmh7GGg1zPWZ3xQr1bAiri1JdJb > .row .container > .video-iframe-container { display: none; }#eX8s5bmh7GGg1zPWZ3xQr1bAiri1JdJb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eX8s5bmh7GGg1zPWZ3xQr1bAiri1JdJb > .row > .video-iframe-container { display: none; }#eX8s5bmh7GGg1zPWZ3xQr1bAiri1JdJb > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eX8s5bmh7GGg1zPWZ3xQr1bAiri1JdJb > .row .container { border-width: 0; border-radius: 0; }#eX8s5bmh7GGg1zPWZ3xQr1bAiri1JdJb > .row > .video-iframe-container {  }#eX8s5bmh7GGg1zPWZ3xQr1bAiri1JdJb > .row .container { font-size:0.875rem;font-family:arial;height:13.3125rem;width:75rem;position:relative;display:block; }#P3V1g6EQUwxwcm9ZUnikQKF0k6tAmyxh { display:block;width:28.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.4375rem;left:7.5rem;height:;color:#00bb84;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:right;text-align-last:right;font-style:normal;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pnbgAio5GodCpzb9DiV2HfEVhU2OkQVB { display:block;width:34.125rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:3.375rem;left:1.5625rem;height:7.99805rem;color:#666666;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#pLGnWEfV2hpZ8XtGG9Jlf1aQISlSWsVb { border-bottom:0.3125rem solid #eeeeee;border-left:0.3125rem solid #eeeeee;border-right:0.3125rem solid #eeeeee;border-top:0.3125rem solid #eeeeee;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#203a49;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:1.4375rem;left:36.875rem;display:block; }
#iVnRvmkTQMMNCbUafa4vNeTXkLVQHNnl { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:8.4375rem;left:38.9375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#q48W2RN56n5fTTU2N3yt8gBh0Ln2k0wr { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:6.25rem;top:1.4375rem;left:42.0625rem;overflow:hidden;display:block; }
#ARguKqAUWyRRwE3hMLQxCHIPeUeJTOyu { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4f4f4;background-image:url("//new.landingi.com/uploads/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#ARguKqAUWyRRwE3hMLQxCHIPeUeJTOyu.adaptive-delivery-prevent-bg, #ARguKqAUWyRRwE3hMLQxCHIPeUeJTOyu.lazyload, #ARguKqAUWyRRwE3hMLQxCHIPeUeJTOyu.lazyloading { background-image: none; }#ARguKqAUWyRRwE3hMLQxCHIPeUeJTOyu > .row .container { background-color: transparent; background-image: none; }#ARguKqAUWyRRwE3hMLQxCHIPeUeJTOyu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ARguKqAUWyRRwE3hMLQxCHIPeUeJTOyu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ARguKqAUWyRRwE3hMLQxCHIPeUeJTOyu > .row .container > .video-iframe-container { display: none; }#ARguKqAUWyRRwE3hMLQxCHIPeUeJTOyu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ARguKqAUWyRRwE3hMLQxCHIPeUeJTOyu > .row > .video-iframe-container { display: none; }#ARguKqAUWyRRwE3hMLQxCHIPeUeJTOyu > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ARguKqAUWyRRwE3hMLQxCHIPeUeJTOyu > .row .container { border-width: 0; border-radius: 0; }#ARguKqAUWyRRwE3hMLQxCHIPeUeJTOyu > .row > .video-iframe-container {  }#ARguKqAUWyRRwE3hMLQxCHIPeUeJTOyu > .row .container { font-size:0.875rem;font-family:arial;height:14.6875rem;width:75rem;position:relative;display:block; }#wM7eB17GQumIc8hgB5gPlA7S1aEgB2fi { display:block;width:28.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.75rem;left:39.375rem;height:;color:#00bb84;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left;font-style:normal;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sTspOTi6VTvrmKWHFdyTc9gxL7ZOwOQG { display:block;width:34.875rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:3.6875rem;left:39.375rem;height:7.99805rem;color:#666666;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#O4kbFB3BMlzdvf3lSflvAHLlK5kWwee8 { border-bottom:0.3125rem solid #eeeeee;border-left:0.3125rem solid #eeeeee;border-right:0.3125rem solid #eeeeee;border-top:0.3125rem solid #eeeeee;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#203a49;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:1.75rem;left:36.875rem;display:block; }
#cQkOtr8Hg9LWpueS8cIcyKO8O9yBsqR0 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:8.9375rem;left:23.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#RoO381w5zBTh2eDBSTJDmmpWZOgH1Sd3 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:6.25rem;top:1.9375rem;left:26.1875rem;overflow:hidden;display:block; }
#U7OxeBXP4fkN0b45JIHociZAGhMfNHmn { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4f4f4;background-image:url("//new.landingi.com/uploads/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#U7OxeBXP4fkN0b45JIHociZAGhMfNHmn.adaptive-delivery-prevent-bg, #U7OxeBXP4fkN0b45JIHociZAGhMfNHmn.lazyload, #U7OxeBXP4fkN0b45JIHociZAGhMfNHmn.lazyloading { background-image: none; }#U7OxeBXP4fkN0b45JIHociZAGhMfNHmn > .row .container { background-color: transparent; background-image: none; }#U7OxeBXP4fkN0b45JIHociZAGhMfNHmn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7OxeBXP4fkN0b45JIHociZAGhMfNHmn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7OxeBXP4fkN0b45JIHociZAGhMfNHmn > .row .container > .video-iframe-container { display: none; }#U7OxeBXP4fkN0b45JIHociZAGhMfNHmn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7OxeBXP4fkN0b45JIHociZAGhMfNHmn > .row > .video-iframe-container { display: none; }#U7OxeBXP4fkN0b45JIHociZAGhMfNHmn > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7OxeBXP4fkN0b45JIHociZAGhMfNHmn > .row .container { border-width: 0; border-radius: 0; }#U7OxeBXP4fkN0b45JIHociZAGhMfNHmn > .row > .video-iframe-container {  }#U7OxeBXP4fkN0b45JIHociZAGhMfNHmn > .row .container { font-size:0.875rem;font-family:arial;height:13.3125rem;width:75rem;position:relative;display:block; }#IpVLZ0vuZkgWsgfdvPycmhygZQaIysey { display:block;width:28.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.4375rem;left:7.5rem;height:;color:#00bb84;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:right;text-align-last:right;font-style:normal;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KqxiJIarEnJkt2IA3x5EetW87gq2m6nN { display:block;width:34.125rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:3.375rem;left:1.5625rem;height:6.39844375rem;color:#666666;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#d1UvFw01zUGMPTamh3mRwToXUKwVHU6O { border-bottom:0.3125rem solid #eeeeee;border-left:0.3125rem solid #eeeeee;border-right:0.3125rem solid #eeeeee;border-top:0.3125rem solid #eeeeee;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#203a49;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:1.4375rem;left:36.875rem;display:block; }
#mZdhfHQKOUxoZHzrC6QSyN2r53AeyglH { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:8.4375rem;left:38.9375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#kgAfVosTBigfGCrTdFiQPp6GkkqXEUVU { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:6.25rem;top:1.4375rem;left:42.0625rem;overflow:hidden;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #bmchcDdbUcQ8zh4EidTgi3v1r2KovkX9 { background-color:#161a23;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#bmchcDdbUcQ8zh4EidTgi3v1r2KovkX9 > .row .container { background-color: transparent; background-image: none; }#bmchcDdbUcQ8zh4EidTgi3v1r2KovkX9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bmchcDdbUcQ8zh4EidTgi3v1r2KovkX9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bmchcDdbUcQ8zh4EidTgi3v1r2KovkX9 > .row .container > .video-iframe-container { display: none; }#bmchcDdbUcQ8zh4EidTgi3v1r2KovkX9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bmchcDdbUcQ8zh4EidTgi3v1r2KovkX9 > .row > .video-iframe-container { display: none; }#bmchcDdbUcQ8zh4EidTgi3v1r2KovkX9 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bmchcDdbUcQ8zh4EidTgi3v1r2KovkX9 > .row .container { border-width: 0; border-radius: 0; }#bmchcDdbUcQ8zh4EidTgi3v1r2KovkX9 > .row > .video-iframe-container {  }#bmchcDdbUcQ8zh4EidTgi3v1r2KovkX9 > .row .container { width:47.75rem;height:6.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #yvsfmfp1gxcUppLzo21VCdB5fu6FRHwH { width:20.625rem;height:3.9375rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oVVWUr8P1n8TJhgL04gIVKeyLfSzbW8s { width:13.1875rem;height:2.625rem;top:1.9375rem;left:34.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kmurBXHpReCCic3QiB9WqqfAr3DomXBx { width:12.5rem;height:1.29980625rem;top:2.6875rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o2CWiBVTOWlabFLqLgbk7RkCL8lD9gox { background-color:#161a23;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#o2CWiBVTOWlabFLqLgbk7RkCL8lD9gox > .row .container { background-color: transparent; background-image: none; }#o2CWiBVTOWlabFLqLgbk7RkCL8lD9gox::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o2CWiBVTOWlabFLqLgbk7RkCL8lD9gox > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o2CWiBVTOWlabFLqLgbk7RkCL8lD9gox > .row .container > .video-iframe-container { display: none; }#o2CWiBVTOWlabFLqLgbk7RkCL8lD9gox > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o2CWiBVTOWlabFLqLgbk7RkCL8lD9gox > .row > .video-iframe-container { display: none; }#o2CWiBVTOWlabFLqLgbk7RkCL8lD9gox > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o2CWiBVTOWlabFLqLgbk7RkCL8lD9gox > .row .container { border-width: 0; border-radius: 0; }#o2CWiBVTOWlabFLqLgbk7RkCL8lD9gox > .row > .video-iframe-container {  }#o2CWiBVTOWlabFLqLgbk7RkCL8lD9gox > .row .container { width:47.75rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TLE4QypnOroSJUGJcNVcna7TbO04h6vC { width:47.75rem;height:5.19921875rem;top:3.88671875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ulKIy0sZCcFcklUEimw3hRWKIxkzaBtN { width:38.75rem;height:2.11230625rem;top:1.1484375rem;left:4.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bn6vr7MAwWPLRKid3bDgHKV8kXTa8iqC { display:block; }#bn6vr7MAwWPLRKid3bDgHKV8kXTa8iqC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #tG8OpwVuc2sz1vLV24PEzCwfTztk0BGV { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#tG8OpwVuc2sz1vLV24PEzCwfTztk0BGV > .row .container { background-color: transparent; background-image: none; }#tG8OpwVuc2sz1vLV24PEzCwfTztk0BGV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tG8OpwVuc2sz1vLV24PEzCwfTztk0BGV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tG8OpwVuc2sz1vLV24PEzCwfTztk0BGV > .row .container > .video-iframe-container { display: none; }#tG8OpwVuc2sz1vLV24PEzCwfTztk0BGV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tG8OpwVuc2sz1vLV24PEzCwfTztk0BGV > .row > .video-iframe-container { display: none; }#tG8OpwVuc2sz1vLV24PEzCwfTztk0BGV > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tG8OpwVuc2sz1vLV24PEzCwfTztk0BGV > .row .container { border-width: 0; border-radius: 0; }#tG8OpwVuc2sz1vLV24PEzCwfTztk0BGV > .row > .video-iframe-container {  }#tG8OpwVuc2sz1vLV24PEzCwfTztk0BGV > .row .container { width:47.75rem;height:33.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #fRZnq0o5miHfoEPcTShefkfxyFD0Jwmw { width:47.75rem;height:31.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PgvzNAOA9xTXnHoiFsoE7PrzZBdgf2Q7 { display:block; }#PgvzNAOA9xTXnHoiFsoE7PrzZBdgf2Q7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #VXDcdiKmWvWF87ZuK4EekX121DCE5BH2 { width:23.4375rem;height:15.625rem;top:1.5625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kNqOT0yCWMMSa50SZmkMTsPDIEKg7AVT { width:23.4375rem;height:15.625rem;top:1.5625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GiShmxxc6gSTowHGTsGstWRuUaiTxiW4 { display:block; }#GiShmxxc6gSTowHGTsGstWRuUaiTxiW4 > .row .container { width:47.75rem;height:7.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #JvTzbOuvoDbkdJqTy1tOmHm3yNeEAHzk { width:47.75rem;height:3.25rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sDbMZTeOru7fTyJGfNVNBe2URwTEJ3WH { width:12.5rem;height:0.3125rem;top:4.9375rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xcpsdF4epc6S8AlBzqc9cnmPeCq36TzU { display:block; }#xcpsdF4epc6S8AlBzqc9cnmPeCq36TzU > .row .container { width:47.75rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #lO3aMNXrxZVknAApcJlxT4qSqe4sPiO4 { width:22.5rem;height:2.923825rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K4baTRTHSeBsZ3HT85FmI3Cb3K90QTET { width:22.499rem;height:1.5996125rem;top:2.5615234375rem;left:0.8134765625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kvGbBhlG3r3cTDHsql5gcRGE4X82v8xm { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L0tuVGwunWbFL9X6o7LUroRXtfoixkhG { display:block; }#L0tuVGwunWbFL9X6o7LUroRXtfoixkhG > .row .container { width:47.75rem;height:13.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #VJGD1LiwrOhpdD80569quCSLuxvrxkRu { width:22.5rem;height:1.4619125rem;top:0rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vbqOKMuUtIfdDcXFfbT4e71ucDBJl6Gv { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wc59U0a1uk8eHxup7tzGnc4NaR4sMOeu { width:22.5rem;height:9.597675rem;top:2.3984375rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RVgu9DBJxvEHVDztIooPeeEhsbVC2KcG { width:6.25rem;height:6.25rem;top:2.375rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yRA8m2A6BNpaocTSATy8idThJhykILSo { width:12.5rem;height:1.29980625rem;top:9.3125rem;left:9.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T3fDMoetLssanFWxlyvPL4IQ7SxerCop { display:block; }#T3fDMoetLssanFWxlyvPL4IQ7SxerCop > .row .container { width:47.75rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #RTBGtssI2tZkz1WGR01uOh8VnVJ2cSd0 { width:22.5rem;height:1.4619125rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pLC1JtoMyBdW0bDbRu67J2x1Au4FvZsE { width:22.5rem;height:3.199225rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kUdPN9SEOree0tmvth0UCvF47ZM8V0l8 { width:0.625rem;height:0.625rem;top:0.75rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TSl6Q16ppK9qW4L2QT4BIZtFTiDTxQxb { width:6.25rem;height:6.25rem;top:1.4375rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hzUCILJk28wXX8LyM5foDavgP0Jivth4 { width:12.5rem;height:1.29980625rem;top:8.4375rem;left:25.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GRgPT3RgBzZThq6TxgxSsTICETGHB7L0 { display:block; }#GRgPT3RgBzZThq6TxgxSsTICETGHB7L0 > .row .container { width:47.75rem;height:30.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #k55oGC0CoomGKii6wdKpJnQn0B4JTFq9 { width:22.5rem;height:1.4619125rem;top:1.375rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VF0cHGaO4MNl6RD6fX3JZW5RfgLdPeps { width:0.625rem;height:0.625rem;top:1.375rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XUo32eTuHiqnJKVTAeeykKg0AdfAKbV5 { width:22.5rem;height:3.199225rem;top:3.3125rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ggv40R3QyRM4DH9K0wUHp6FoeD89Pd79 { width:5rem;height:5rem;top:1.875rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CkFN2zQcScimooHtFm5wmWHikRRTe7T8 { width:12.5rem;height:1.13671875rem;top:7.5rem;left:10.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oHhLprNkQTGbX6EIwD88liMAtxLlKwMV { width:12.5rem;height:1.13671875rem;top:27.25rem;left:10.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zMbMhpp74hxfDSxqZJrTrm1Crp85JS8H { width:5rem;height:5rem;top:20.875rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MRfmskZ95dL3wrVclJgefQeoPmDUKKDS { width:12.5rem;height:1.13671875rem;top:7.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FyuAqHaOBQkNn2GncFz7pIRv8yVC6oQm { width:5rem;height:5rem;top:1.875rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IDEfrEW363Gn0MHelendZi00vG1xBSe0 { width:12.5rem;height:1.13671875rem;top:27.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OHhnCwOHB1dcqNzHEPUxbrhFmpDQevgx { width:5rem;height:5rem;top:20.875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FkyosTfr5ilTzUiPMWxPiR702pTeBx7x { width:12.5rem;height:1.13671875rem;top:17.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aMtWI7W9ZUE3l6IympAhghEgAPqdhCQu { width:5rem;height:5rem;top:11.3125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pMrI8FBItJn7Z8LKg6OSV2Nfmd2RORFl { width:12.5rem;height:1.13671875rem;top:17.1875rem;left:10.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QXBZeEcNn7O4GgN4fOkkVH3WKlDwzxr5 { width:5rem;height:5rem;top:11.3125rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RVsugOfJtuktkfFIXn3ZTbqK4kzMyK7N { display:block; }#RVsugOfJtuktkfFIXn3ZTbqK4kzMyK7N > .row .container { width:47.75rem;height:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #eC1QlLNZvG3W5EID9p96Nwe4DOQpJQ4r { width:22.5rem;height:1.4619125rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K7QhbKgBBUNaAHfNH0kUGFds4FNaGhcM { width:22.5rem;height:14.39645625rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RS8GQNmkJbaHAGQNJzBeq1D1860hAJLX { width:0.625rem;height:0.625rem;top:1.125rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IFsWSxgEStIr0u3nhmvxHUlaUbPLSBTp { width:6.25rem;height:6.25rem;top:1.6875rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HJiJPIXWn5ts2fTa6uTWivR4LNVAIsQC { width:12.5rem;height:1.29980625rem;top:8.6875rem;left:25.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EL84948f9mzFQDQuHQxzakWEikk7CCBB { display:block; }#EL84948f9mzFQDQuHQxzakWEikk7CCBB > .row .container { width:47.75rem;height:11.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #F2va442OLUkRkUDpKei59LOPd6GSVqSo { width:22.5rem;height:1.4619125rem;top:1.5625rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EvD2nse89RxHyPyynGBkExxt4omoou1M { width:22.5rem;height:4.79883125rem;top:3.5rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wRZts8qybuMzNbf7rfa4ONozRvPGnmc0 { width:0.625rem;height:0.625rem;top:1.5625rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NTXhVBQUqJfLn7bUnIdW22yOTOKWp12B { width:12.5rem;height:1.29980625rem;top:8.75rem;left:9.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g53mZBCHxalnlRNDD1zwSaT8ZZVxOfxh { width:6.25rem;height:6.25rem;top:1.75rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eX8s5bmh7GGg1zPWZ3xQr1bAiri1JdJb { display:block; }#eX8s5bmh7GGg1zPWZ3xQr1bAiri1JdJb > .row .container { width:47.75rem;height:17.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #P3V1g6EQUwxwcm9ZUnikQKF0k6tAmyxh { width:22.5rem;height:1.4619125rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pnbgAio5GodCpzb9DiV2HfEVhU2OkQVB { width:22.5rem;height:12.79689375rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pLGnWEfV2hpZ8XtGG9Jlf1aQISlSWsVb { width:0.625rem;height:0.625rem;top:1.1875rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iVnRvmkTQMMNCbUafa4vNeTXkLVQHNnl { width:12.5rem;height:1.29980625rem;top:8.4375rem;left:24.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q48W2RN56n5fTTU2N3yt8gBh0Ln2k0wr { width:6.25rem;height:6.25rem;top:1.4375rem;left:28rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ARguKqAUWyRRwE3hMLQxCHIPeUeJTOyu { display:block; }#ARguKqAUWyRRwE3hMLQxCHIPeUeJTOyu > .row .container { width:47.75rem;height:17.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #wM7eB17GQumIc8hgB5gPlA7S1aEgB2fi { width:22.5rem;height:1.4619125rem;top:1.3125rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sTspOTi6VTvrmKWHFdyTc9gxL7ZOwOQG { width:22.5rem;height:12.79689375rem;top:3.25rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O4kbFB3BMlzdvf3lSflvAHLlK5kWwee8 { width:0.625rem;height:0.625rem;top:1.3125rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cQkOtr8Hg9LWpueS8cIcyKO8O9yBsqR0 { width:12.5rem;height:1.29980625rem;top:8.3125rem;left:10.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RoO381w5zBTh2eDBSTJDmmpWZOgH1Sd3 { width:6.25rem;height:6.25rem;top:1.3125rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U7OxeBXP4fkN0b45JIHociZAGhMfNHmn { display:block; }#U7OxeBXP4fkN0b45JIHociZAGhMfNHmn > .row .container { width:47.75rem;height:17.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #IpVLZ0vuZkgWsgfdvPycmhygZQaIysey { width:22.5rem;height:1.4619125rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KqxiJIarEnJkt2IA3x5EetW87gq2m6nN { width:22.5rem;height:9.59765625rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d1UvFw01zUGMPTamh3mRwToXUKwVHU6O { width:0.625rem;height:0.625rem;top:1.375rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mZdhfHQKOUxoZHzrC6QSyN2r53AeyglH { width:12.5rem;height:1.29980625rem;top:8.4375rem;left:25.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kgAfVosTBigfGCrTdFiQPp6GkkqXEUVU { width:6.25rem;height:6.25rem;top:1.4375rem;left:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #bmchcDdbUcQ8zh4EidTgi3v1r2KovkX9 { display:block; }#bmchcDdbUcQ8zh4EidTgi3v1r2KovkX9 > .row .container { width:20rem;height:10.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yvsfmfp1gxcUppLzo21VCdB5fu6FRHwH { width:20rem;height:3.8181818181818rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVVWUr8P1n8TJhgL04gIVKeyLfSzbW8s { width:13.1875rem;height:2.625rem;top:6.31738125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmurBXHpReCCic3QiB9WqqfAr3DomXBx { width:12.5rem;height:1.29980625rem;top:7.06738125rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2CWiBVTOWlabFLqLgbk7RkCL8lD9gox { display:block; }#o2CWiBVTOWlabFLqLgbk7RkCL8lD9gox > .row .container { width:20rem;height:8rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TLE4QypnOroSJUGJcNVcna7TbO04h6vC { width:19.875rem;height:4.875rem;top:2.375rem;left:0.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulKIy0sZCcFcklUEimw3hRWKIxkzaBtN { width:20rem;height:1.29980625rem;top:0.537109375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bn6vr7MAwWPLRKid3bDgHKV8kXTa8iqC { display:block; }#bn6vr7MAwWPLRKid3bDgHKV8kXTa8iqC > .row .container { width:20rem;height:2.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tG8OpwVuc2sz1vLV24PEzCwfTztk0BGV { display:block; }#tG8OpwVuc2sz1vLV24PEzCwfTztk0BGV > .row .container { width:20rem;height:17.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fRZnq0o5miHfoEPcTShefkfxyFD0Jwmw { width:20rem;height:15.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgvzNAOA9xTXnHoiFsoE7PrzZBdgf2Q7 { display:block; }#PgvzNAOA9xTXnHoiFsoE7PrzZBdgf2Q7 > .row .container { width:20rem;height:30.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VXDcdiKmWvWF87ZuK4EekX121DCE5BH2 { width:20rem;height:13.333333333333rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNqOT0yCWMMSa50SZmkMTsPDIEKg7AVT { width:20rem;height:13.333333333333rem;top:15.833rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiShmxxc6gSTowHGTsGstWRuUaiTxiW4 { display:block; }#GiShmxxc6gSTowHGTsGstWRuUaiTxiW4 > .row .container { width:20rem;height:5.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JvTzbOuvoDbkdJqTy1tOmHm3yNeEAHzk { width:19.375rem;height:2.4375rem;top:1.8117198944092rem;left:0.625rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sDbMZTeOru7fTyJGfNVNBe2URwTEJ3WH { width:12.5rem;height:0.1875rem;top:4.8734378814697rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcpsdF4epc6S8AlBzqc9cnmPeCq36TzU { background-color:#eeeeee;background-image:none;display:block; }#xcpsdF4epc6S8AlBzqc9cnmPeCq36TzU > .row .container { background-color: transparent; background-image: none; }#xcpsdF4epc6S8AlBzqc9cnmPeCq36TzU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xcpsdF4epc6S8AlBzqc9cnmPeCq36TzU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xcpsdF4epc6S8AlBzqc9cnmPeCq36TzU > .row .container > .video-iframe-container { display: none; }#xcpsdF4epc6S8AlBzqc9cnmPeCq36TzU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xcpsdF4epc6S8AlBzqc9cnmPeCq36TzU > .row > .video-iframe-container { display: none; }#xcpsdF4epc6S8AlBzqc9cnmPeCq36TzU > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xcpsdF4epc6S8AlBzqc9cnmPeCq36TzU > .row .container { width:20rem;height:4.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lO3aMNXrxZVknAApcJlxT4qSqe4sPiO4 { width:18.75rem;height:2.923825rem;top:0rem;left:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #K4baTRTHSeBsZ3HT85FmI3Cb3K90QTET { width:19.4375rem;height:1.3994125rem;top:1.9375rem;left:0.625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvGbBhlG3r3cTDHsql5gcRGE4X82v8xm { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #L0tuVGwunWbFL9X6o7LUroRXtfoixkhG { background-color:#eeeeee;background-image:none;display:block; }#L0tuVGwunWbFL9X6o7LUroRXtfoixkhG > .row .container { background-color: transparent; background-image: none; }#L0tuVGwunWbFL9X6o7LUroRXtfoixkhG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L0tuVGwunWbFL9X6o7LUroRXtfoixkhG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L0tuVGwunWbFL9X6o7LUroRXtfoixkhG > .row .container > .video-iframe-container { display: none; }#L0tuVGwunWbFL9X6o7LUroRXtfoixkhG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L0tuVGwunWbFL9X6o7LUroRXtfoixkhG > .row > .video-iframe-container { display: none; }#L0tuVGwunWbFL9X6o7LUroRXtfoixkhG > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L0tuVGwunWbFL9X6o7LUroRXtfoixkhG > .row .container { width:20rem;height:21.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VJGD1LiwrOhpdD80569quCSLuxvrxkRu { width:18.75rem;height:1.4619125rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbqOKMuUtIfdDcXFfbT4e71ucDBJl6Gv { width:0.625rem;height:0.625rem;top:1.9375rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wc59U0a1uk8eHxup7tzGnc4NaR4sMOeu { width:19.375rem;height:8.396475rem;top:1.9375rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVgu9DBJxvEHVDztIooPeeEhsbVC2KcG { width:6.25rem;height:6.25rem;top:11.583rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRA8m2A6BNpaocTSATy8idThJhykILSo { width:12.5rem;height:1.29980625rem;top:19.083rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3fDMoetLssanFWxlyvPL4IQ7SxerCop { background-color:#eeeeee;background-image:none;display:block; }#T3fDMoetLssanFWxlyvPL4IQ7SxerCop > .row .container { background-color: transparent; background-image: none; }#T3fDMoetLssanFWxlyvPL4IQ7SxerCop::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3fDMoetLssanFWxlyvPL4IQ7SxerCop > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3fDMoetLssanFWxlyvPL4IQ7SxerCop > .row .container > .video-iframe-container { display: none; }#T3fDMoetLssanFWxlyvPL4IQ7SxerCop > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3fDMoetLssanFWxlyvPL4IQ7SxerCop > .row > .video-iframe-container { display: none; }#T3fDMoetLssanFWxlyvPL4IQ7SxerCop > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3fDMoetLssanFWxlyvPL4IQ7SxerCop > .row .container { width:20rem;height:17.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RTBGtssI2tZkz1WGR01uOh8VnVJ2cSd0 { width:18.75rem;height:1.4619125rem;top:1.1875047683716rem;left:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pLC1JtoMyBdW0bDbRu67J2x1Au4FvZsE { width:19.375rem;height:2.798825rem;top:3.2492189407349rem;left:0.625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUdPN9SEOree0tmvth0UCvF47ZM8V0l8 { width:0.625rem;height:0.625rem;top:1.625rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TSl6Q16ppK9qW4L2QT4BIZtFTiDTxQxb { width:6.25rem;height:6.25rem;top:7.2968734375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzUCILJk28wXX8LyM5foDavgP0Jivth4 { width:12.5rem;height:1.29980625rem;top:14.7968734375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRgPT3RgBzZThq6TxgxSsTICETGHB7L0 { background-color:#eeeeee;background-image:none;display:block; }#GRgPT3RgBzZThq6TxgxSsTICETGHB7L0 > .row .container { background-color: transparent; background-image: none; }#GRgPT3RgBzZThq6TxgxSsTICETGHB7L0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GRgPT3RgBzZThq6TxgxSsTICETGHB7L0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GRgPT3RgBzZThq6TxgxSsTICETGHB7L0 > .row .container > .video-iframe-container { display: none; }#GRgPT3RgBzZThq6TxgxSsTICETGHB7L0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GRgPT3RgBzZThq6TxgxSsTICETGHB7L0 > .row > .video-iframe-container { display: none; }#GRgPT3RgBzZThq6TxgxSsTICETGHB7L0 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GRgPT3RgBzZThq6TxgxSsTICETGHB7L0 > .row .container { width:20rem;height:51.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k55oGC0CoomGKii6wdKpJnQn0B4JTFq9 { width:18.75rem;height:1.38125rem;top:0rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VF0cHGaO4MNl6RD6fX3JZW5RfgLdPeps { width:0.625rem;height:0.625rem;top:1.875rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XUo32eTuHiqnJKVTAeeykKg0AdfAKbV5 { width:19.375rem;height:2.798825rem;top:2.0625038146973rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ggv40R3QyRM4DH9K0wUHp6FoeD89Pd79 { width:5rem;height:5rem;top:13.109375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkFN2zQcScimooHtFm5wmWHikRRTe7T8 { width:12.5rem;height:1.13671875rem;top:18.80859375rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHhLprNkQTGbX6EIwD88liMAtxLlKwMV { width:12.5rem;height:1.13671875rem;top:49.4814453125rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMbMhpp74hxfDSxqZJrTrm1Crp85JS8H { width:5rem;height:5rem;top:43.4072265625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRfmskZ95dL3wrVclJgefQeoPmDUKKDS { width:12.5rem;height:1.13671875rem;top:11.28515625rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyuAqHaOBQkNn2GncFz7pIRv8yVC6oQm { width:5rem;height:5rem;top:6.11035rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDEfrEW363Gn0MHelendZi00vG1xBSe0 { width:12.5rem;height:1.13671875rem;top:41.3447265625rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHhnCwOHB1dcqNzHEPUxbrhFmpDQevgx { width:5rem;height:5rem;top:35.4072265625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkyosTfr5ilTzUiPMWxPiR702pTeBx7x { width:12.5rem;height:1.13671875rem;top:25.5703125rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMtWI7W9ZUE3l6IympAhghEgAPqdhCQu { width:5rem;height:5rem;top:20.5703125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMrI8FBItJn7Z8LKg6OSV2Nfmd2RORFl { width:12.5rem;height:1.13671875rem;top:33.3330078125rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXBZeEcNn7O4GgN4fOkkVH3WKlDwzxr5 { width:5rem;height:5rem;top:27.6953125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVsugOfJtuktkfFIXn3ZTbqK4kzMyK7N { background-color:#eeeeee;background-image:none;display:block; }#RVsugOfJtuktkfFIXn3ZTbqK4kzMyK7N > .row .container { background-color: transparent; background-image: none; }#RVsugOfJtuktkfFIXn3ZTbqK4kzMyK7N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RVsugOfJtuktkfFIXn3ZTbqK4kzMyK7N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RVsugOfJtuktkfFIXn3ZTbqK4kzMyK7N > .row .container > .video-iframe-container { display: none; }#RVsugOfJtuktkfFIXn3ZTbqK4kzMyK7N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RVsugOfJtuktkfFIXn3ZTbqK4kzMyK7N > .row > .video-iframe-container { display: none; }#RVsugOfJtuktkfFIXn3ZTbqK4kzMyK7N > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RVsugOfJtuktkfFIXn3ZTbqK4kzMyK7N > .row .container { width:20rem;height:27.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eC1QlLNZvG3W5EID9p96Nwe4DOQpJQ4r { width:18.75rem;height:1.4619125rem;top:0rem;left:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #K7QhbKgBBUNaAHfNH0kUGFds4FNaGhcM { width:19.375rem;height:12.5947375rem;top:1.9375rem;left:0.625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RS8GQNmkJbaHAGQNJzBeq1D1860hAJLX { width:0.625rem;height:0.625rem;top:1.6875rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IFsWSxgEStIr0u3nhmvxHUlaUbPLSBTp { width:6.25rem;height:6.25rem;top:15.78225rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJiJPIXWn5ts2fTa6uTWivR4LNVAIsQC { width:12.5rem;height:1.29980625rem;top:23.28225rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EL84948f9mzFQDQuHQxzakWEikk7CCBB { background-color:#eeeeee;background-image:none;display:block; }#EL84948f9mzFQDQuHQxzakWEikk7CCBB > .row .container { background-color: transparent; background-image: none; }#EL84948f9mzFQDQuHQxzakWEikk7CCBB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EL84948f9mzFQDQuHQxzakWEikk7CCBB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EL84948f9mzFQDQuHQxzakWEikk7CCBB > .row .container > .video-iframe-container { display: none; }#EL84948f9mzFQDQuHQxzakWEikk7CCBB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EL84948f9mzFQDQuHQxzakWEikk7CCBB > .row > .video-iframe-container { display: none; }#EL84948f9mzFQDQuHQxzakWEikk7CCBB > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EL84948f9mzFQDQuHQxzakWEikk7CCBB > .row .container { width:20rem;height:17.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F2va442OLUkRkUDpKei59LOPd6GSVqSo { width:18.75rem;height:1.4619125rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvD2nse89RxHyPyynGBkExxt4omoou1M { width:19.375rem;height:4.1982375rem;top:2.1875rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRZts8qybuMzNbf7rfa4ONozRvPGnmc0 { width:0.625rem;height:0.625rem;top:1.75rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NTXhVBQUqJfLn7bUnIdW22yOTOKWp12B { width:12.5rem;height:1.29980625rem;top:15.1347625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g53mZBCHxalnlRNDD1zwSaT8ZZVxOfxh { width:6.25rem;height:6.25rem;top:7.6347625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eX8s5bmh7GGg1zPWZ3xQr1bAiri1JdJb { background-color:#eeeeee;background-image:none;display:block; }#eX8s5bmh7GGg1zPWZ3xQr1bAiri1JdJb > .row .container { background-color: transparent; background-image: none; }#eX8s5bmh7GGg1zPWZ3xQr1bAiri1JdJb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eX8s5bmh7GGg1zPWZ3xQr1bAiri1JdJb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eX8s5bmh7GGg1zPWZ3xQr1bAiri1JdJb > .row .container > .video-iframe-container { display: none; }#eX8s5bmh7GGg1zPWZ3xQr1bAiri1JdJb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eX8s5bmh7GGg1zPWZ3xQr1bAiri1JdJb > .row > .video-iframe-container { display: none; }#eX8s5bmh7GGg1zPWZ3xQr1bAiri1JdJb > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eX8s5bmh7GGg1zPWZ3xQr1bAiri1JdJb > .row .container { width:20rem;height:23.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P3V1g6EQUwxwcm9ZUnikQKF0k6tAmyxh { width:18.75rem;height:1.4619125rem;top:0rem;left:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pnbgAio5GodCpzb9DiV2HfEVhU2OkQVB { width:18.75rem;height:11.1953rem;top:1.9375rem;left:0.625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLGnWEfV2hpZ8XtGG9Jlf1aQISlSWsVb { width:0.625rem;height:0.625rem;top:1.4375rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iVnRvmkTQMMNCbUafa4vNeTXkLVQHNnl { width:12.5rem;height:1.29980625rem;top:21.8818125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q48W2RN56n5fTTU2N3yt8gBh0Ln2k0wr { width:6.25rem;height:6.25rem;top:14.3818125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARguKqAUWyRRwE3hMLQxCHIPeUeJTOyu { background-color:#eeeeee;background-image:none;display:block; }#ARguKqAUWyRRwE3hMLQxCHIPeUeJTOyu > .row .container { background-color: transparent; background-image: none; }#ARguKqAUWyRRwE3hMLQxCHIPeUeJTOyu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ARguKqAUWyRRwE3hMLQxCHIPeUeJTOyu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ARguKqAUWyRRwE3hMLQxCHIPeUeJTOyu > .row .container > .video-iframe-container { display: none; }#ARguKqAUWyRRwE3hMLQxCHIPeUeJTOyu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ARguKqAUWyRRwE3hMLQxCHIPeUeJTOyu > .row > .video-iframe-container { display: none; }#ARguKqAUWyRRwE3hMLQxCHIPeUeJTOyu > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ARguKqAUWyRRwE3hMLQxCHIPeUeJTOyu > .row .container { width:20rem;height:24.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wM7eB17GQumIc8hgB5gPlA7S1aEgB2fi { width:18.75rem;height:1.4619125rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTspOTi6VTvrmKWHFdyTc9gxL7ZOwOQG { width:19.375rem;height:11.1953rem;top:2.1875rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4kbFB3BMlzdvf3lSflvAHLlK5kWwee8 { width:0.625rem;height:0.625rem;top:1.75rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cQkOtr8Hg9LWpueS8cIcyKO8O9yBsqR0 { width:12.5rem;height:1.29980625rem;top:22.1318125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoO381w5zBTh2eDBSTJDmmpWZOgH1Sd3 { width:6.25rem;height:6.25rem;top:14.6318125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7OxeBXP4fkN0b45JIHociZAGhMfNHmn { background-color:#eeeeee;background-image:none;display:block; }#U7OxeBXP4fkN0b45JIHociZAGhMfNHmn > .row .container { background-color: transparent; background-image: none; }#U7OxeBXP4fkN0b45JIHociZAGhMfNHmn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7OxeBXP4fkN0b45JIHociZAGhMfNHmn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7OxeBXP4fkN0b45JIHociZAGhMfNHmn > .row .container > .video-iframe-container { display: none; }#U7OxeBXP4fkN0b45JIHociZAGhMfNHmn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7OxeBXP4fkN0b45JIHociZAGhMfNHmn > .row > .video-iframe-container { display: none; }#U7OxeBXP4fkN0b45JIHociZAGhMfNHmn > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7OxeBXP4fkN0b45JIHociZAGhMfNHmn > .row .container { width:20rem;height:23.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IpVLZ0vuZkgWsgfdvPycmhygZQaIysey { width:18.75rem;height:1.4619125rem;top:0rem;left:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KqxiJIarEnJkt2IA3x5EetW87gq2m6nN { width:18.75rem;height:8.39648125rem;top:1.9375rem;left:0.625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1UvFw01zUGMPTamh3mRwToXUKwVHU6O { width:0.625rem;height:0.625rem;top:1.4375rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mZdhfHQKOUxoZHzrC6QSyN2r53AeyglH { width:12.5rem;height:1.29980625rem;top:19.083rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgAfVosTBigfGCrTdFiQPp6GkkqXEUVU { width:6.25rem;height:6.25rem;top:11.583rem;left:6.875rem;display:block; }
 }