.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;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:url("//new.landingi.com/uploads/3bdc07ab6e93c9c38c5a/pictures/febc25600d8080cc469f23be5a11427e.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#kTIqZOFKxsxThBXvSnZSWfMZoSvpikT5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTIqZOFKxsxThBXvSnZSWfMZoSvpikT5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTIqZOFKxsxThBXvSnZSWfMZoSvpikT5 > .row > .video-iframe-container { display: none; }#kTIqZOFKxsxThBXvSnZSWfMZoSvpikT5 > .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); }#vErh6VBhOsabbVmehsGrgqDOs8d28v6o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#vErh6VBhOsabbVmehsGrgqDOs8d28v6o > .row .container { background-color: transparent; background-image: none; }#vErh6VBhOsabbVmehsGrgqDOs8d28v6o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vErh6VBhOsabbVmehsGrgqDOs8d28v6o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vErh6VBhOsabbVmehsGrgqDOs8d28v6o > .row .container > .video-iframe-container { display: none; }#vErh6VBhOsabbVmehsGrgqDOs8d28v6o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vErh6VBhOsabbVmehsGrgqDOs8d28v6o > .row > .video-iframe-container { display: none; }#vErh6VBhOsabbVmehsGrgqDOs8d28v6o > .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); }#vErh6VBhOsabbVmehsGrgqDOs8d28v6o > .row .container { border-width: 0; border-radius: 0; }#vErh6VBhOsabbVmehsGrgqDOs8d28v6o > .row > .video-iframe-container {  }#vErh6VBhOsabbVmehsGrgqDOs8d28v6o > .row .container { font-size:0.875rem;font-family:arial;height:10.0625rem;width:75rem;position:relative;display:block; }#biVZCensO24KOT1f2iPSAsmkOA9HihWf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#biVZCensO24KOT1f2iPSAsmkOA9HihWf > .row .container { background-color: transparent; background-image: none; }#biVZCensO24KOT1f2iPSAsmkOA9HihWf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#biVZCensO24KOT1f2iPSAsmkOA9HihWf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#biVZCensO24KOT1f2iPSAsmkOA9HihWf > .row .container > .video-iframe-container { display: none; }#biVZCensO24KOT1f2iPSAsmkOA9HihWf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#biVZCensO24KOT1f2iPSAsmkOA9HihWf > .row > .video-iframe-container { display: none; }#biVZCensO24KOT1f2iPSAsmkOA9HihWf > .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); }#biVZCensO24KOT1f2iPSAsmkOA9HihWf > .row .container { border-width: 0; border-radius: 0; }#biVZCensO24KOT1f2iPSAsmkOA9HihWf > .row > .video-iframe-container {  }#biVZCensO24KOT1f2iPSAsmkOA9HihWf > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#tQhlWGCKO7ul5yWXH5pI5GcctK9U1cJ8 { color:#ffffff;display:block;width:30.5625rem;position:absolute;font-family:"open sans";font-size:3rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:14.71875rem;height:7.7988125rem;font-style:normal;display:block; }
#Ff0hEk6T76doSHxCqihSmUTMo8giHI66 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Ff0hEk6T76doSHxCqihSmUTMo8giHI66 > .row .container { background-color: transparent; background-image: none; }#Ff0hEk6T76doSHxCqihSmUTMo8giHI66::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ff0hEk6T76doSHxCqihSmUTMo8giHI66 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ff0hEk6T76doSHxCqihSmUTMo8giHI66 > .row .container > .video-iframe-container { display: none; }#Ff0hEk6T76doSHxCqihSmUTMo8giHI66 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ff0hEk6T76doSHxCqihSmUTMo8giHI66 > .row > .video-iframe-container { display: none; }#Ff0hEk6T76doSHxCqihSmUTMo8giHI66 > .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); }#Ff0hEk6T76doSHxCqihSmUTMo8giHI66 > .row .container { border-width: 0; border-radius: 0; }#Ff0hEk6T76doSHxCqihSmUTMo8giHI66 > .row > .video-iframe-container {  }#Ff0hEk6T76doSHxCqihSmUTMo8giHI66 > .row .container { font-size:0.875rem;font-family:arial;height:31.0625rem;width:60rem;position:relative;display:block; }#vNX31MsbB5uFCbonlUnFt0KLd4al5tNc { color:#000000;display:block;width:29.6875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.625rem;left:0.15625rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WMfLO08U3VmCXRfx3TZLAtUpVMCWaVny { color:#000000;display:block;width:29.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.125rem;left:0.15625rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#wHt4x1o1iBACKSbu0Iiihe1egJReOQZC { color:#000000;display:block;width:29.6875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.625rem;left:30.3125rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iNTJkt115C04EafPXEAF6pT5pbteHqLq { color:#000000;display:block;width:29.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:5.125rem;left:30.3125rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#z0B1KI0TyT5DXrCCL2AmoMUtdZ9cMCsC { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.8125rem;width:29.9375rem;top:12.0625rem;left:0rem;display:block; }
#zqfrD7Jt5W8eG4JmgD1hXIpIGwThlggq { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.8125rem;width:29.9375rem;top:12.0625rem;left:30.0625rem;display:block; }
#iqNvsFuxqTlPkXAaT4zOiLwxt8m4NaFC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#iqNvsFuxqTlPkXAaT4zOiLwxt8m4NaFC > .row .container { background-color: transparent; background-image: none; }#iqNvsFuxqTlPkXAaT4zOiLwxt8m4NaFC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iqNvsFuxqTlPkXAaT4zOiLwxt8m4NaFC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iqNvsFuxqTlPkXAaT4zOiLwxt8m4NaFC > .row .container > .video-iframe-container { display: none; }#iqNvsFuxqTlPkXAaT4zOiLwxt8m4NaFC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iqNvsFuxqTlPkXAaT4zOiLwxt8m4NaFC > .row > .video-iframe-container { display: none; }#iqNvsFuxqTlPkXAaT4zOiLwxt8m4NaFC > .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); }#iqNvsFuxqTlPkXAaT4zOiLwxt8m4NaFC > .row .container { border-width: 0; border-radius: 0; }#iqNvsFuxqTlPkXAaT4zOiLwxt8m4NaFC > .row > .video-iframe-container {  }#iqNvsFuxqTlPkXAaT4zOiLwxt8m4NaFC > .row .container { font-size:0.875rem;font-family:arial;height:31.0625rem;width:60rem;position:relative;display:block; }#FJaEUl0gFQKmRu51QBBTWCJaPHoNeN2g { color:#000000;display:block;width:29.6875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.625rem;left:0.15625rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PmKLTSqFHVgF8cQgyVN4T1Wlv3STO1fX { color:#000000;display:block;width:29.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.125rem;left:0.15625rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#uHcHTyV4zymX235HUaiZJ71KNXrZdGsC { color:#000000;display:block;width:29.6875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.625rem;left:30.3125rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CMmiZXEXGSsCHZ24OWOmfJWozHeJuX8S { color:#000000;display:block;width:29.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:5.125rem;left:30.3125rem;height:5.2rem;text-align:center;text-align-last:center;display:block; }
#LNDO0gDuQsyp58BC28lLiwNwEuJqqp3l { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.8125rem;width:29.9375rem;top:13.4375rem;left:0rem;display:block; }
#h4FAFFV4sNJk8RZsZMgecM3h270J7kn1 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.8125rem;width:29.9375rem;top:13.4375rem;left:30.0625rem;display:block; }
#TTli04eS5Dn4415s1c4CLBkP9CNTyEMV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#TTli04eS5Dn4415s1c4CLBkP9CNTyEMV > .row .container { background-color: transparent; background-image: none; }#TTli04eS5Dn4415s1c4CLBkP9CNTyEMV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTli04eS5Dn4415s1c4CLBkP9CNTyEMV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTli04eS5Dn4415s1c4CLBkP9CNTyEMV > .row .container > .video-iframe-container { display: none; }#TTli04eS5Dn4415s1c4CLBkP9CNTyEMV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTli04eS5Dn4415s1c4CLBkP9CNTyEMV > .row > .video-iframe-container { display: none; }#TTli04eS5Dn4415s1c4CLBkP9CNTyEMV > .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); }#TTli04eS5Dn4415s1c4CLBkP9CNTyEMV > .row .container { border-width: 0; border-radius: 0; }#TTli04eS5Dn4415s1c4CLBkP9CNTyEMV > .row > .video-iframe-container {  }#TTli04eS5Dn4415s1c4CLBkP9CNTyEMV > .row .container { font-size:0.875rem;font-family:arial;height:31.0625rem;width:60rem;position:relative;display:block; }#MvGgTx2TLkHBUEJXfApiz2hGJR6zqra7 { color:#000000;display:block;width:29.6875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.625rem;left:0.15625rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#k7cBQxSybvsghXEQk7PJwPNaBXd17wHy { color:#000000;display:block;width:29.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.125rem;left:0.15625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#WClM5NiDBLWCiFA8p8w50mvnR6NJdNBr { color:#000000;display:block;width:29.6875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.625rem;left:30.3125rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B3Z7SbZIklPeeA0iMTSWsGSlTefO0AXB { color:#000000;display:block;width:29.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:5.125rem;left:30.3125rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#WbatKu0dATHbP6clASCkJmVOwp4sxsN1 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.8125rem;width:29.9375rem;top:13.4375rem;left:0rem;display:block; }
#NCnq0QruKDPyUKR25057d0GkQHVRsSiN { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.8125rem;width:29.9375rem;top:13.4375rem;left:30.0625rem;display:block; }
#kB076C7xNKWR1TTWBx57J9tPIMNIGJf9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#kB076C7xNKWR1TTWBx57J9tPIMNIGJf9 > .row .container { background-color: transparent; background-image: none; }#kB076C7xNKWR1TTWBx57J9tPIMNIGJf9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kB076C7xNKWR1TTWBx57J9tPIMNIGJf9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kB076C7xNKWR1TTWBx57J9tPIMNIGJf9 > .row .container > .video-iframe-container { display: none; }#kB076C7xNKWR1TTWBx57J9tPIMNIGJf9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kB076C7xNKWR1TTWBx57J9tPIMNIGJf9 > .row > .video-iframe-container { display: none; }#kB076C7xNKWR1TTWBx57J9tPIMNIGJf9 > .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); }#kB076C7xNKWR1TTWBx57J9tPIMNIGJf9 > .row .container { border-width: 0; border-radius: 0; }#kB076C7xNKWR1TTWBx57J9tPIMNIGJf9 > .row > .video-iframe-container {  }#kB076C7xNKWR1TTWBx57J9tPIMNIGJf9 > .row .container { font-size:0.875rem;font-family:arial;height:31.0625rem;width:60rem;position:relative;display:block; }#Gc9cz3B4szDTASBFgT6zf7aTra1vQcv8 { color:#000000;display:block;width:29.6875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.625rem;left:0.15625rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EH7sBF3QTkwb9S3mLOtzcRcFPJgrhirn { color:#000000;display:block;width:29.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.125rem;left:0.15625rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#vMCuW47KTOkTBc3TKVQnIURo47RD8eog { color:#000000;display:block;width:29.6875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.625rem;left:30.3125rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eCktxrInrgke90LWPC43HUzFAVXsnDFS { color:#000000;display:block;width:29.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:5.125rem;left:30.3125rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#ddTZAvJvL26nfMkdJbHfNs8170a3hHaX { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.8125rem;width:29.9375rem;top:13.4375rem;left:0rem;display:block; }
#rxDgsCpWeONVpkdBXhGevCGQ6sBr1bqc { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.8125rem;width:29.9375rem;top:13.4375rem;left:30.0625rem;display:block; }
#M9p7P2LGWPKiTmlDGX7pgPZBqGtbg1MK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#M9p7P2LGWPKiTmlDGX7pgPZBqGtbg1MK > .row .container { background-color: transparent; background-image: none; }#M9p7P2LGWPKiTmlDGX7pgPZBqGtbg1MK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M9p7P2LGWPKiTmlDGX7pgPZBqGtbg1MK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M9p7P2LGWPKiTmlDGX7pgPZBqGtbg1MK > .row .container > .video-iframe-container { display: none; }#M9p7P2LGWPKiTmlDGX7pgPZBqGtbg1MK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M9p7P2LGWPKiTmlDGX7pgPZBqGtbg1MK > .row > .video-iframe-container { display: none; }#M9p7P2LGWPKiTmlDGX7pgPZBqGtbg1MK > .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); }#M9p7P2LGWPKiTmlDGX7pgPZBqGtbg1MK > .row .container { border-width: 0; border-radius: 0; }#M9p7P2LGWPKiTmlDGX7pgPZBqGtbg1MK > .row > .video-iframe-container {  }#M9p7P2LGWPKiTmlDGX7pgPZBqGtbg1MK > .row .container { font-size:0.875rem;font-family:arial;height:31.0625rem;width:60rem;position:relative;display:block; }#SJEGkZ04bxysAF3es1TWHeU6KLPqVatn { color:#000000;display:block;width:29.6875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.625rem;left:0.15625rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Gk0sh7ACbq83MpHqnIKAHd6v5O8Q2XkD { color:#000000;display:block;width:29.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.125rem;left:0.15625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#xorDM0ln7pfMNTopbl9GgZRy10EU0mEn { color:#000000;display:block;width:29.6875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.625rem;left:30.3125rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ucUIlG1NJIPz9BmIuknwdTOruoR3T4Ps { color:#000000;display:block;width:29.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:5.125rem;left:30.3125rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#mKgV8evuZdwCBM4iSLXMCv9MxmqyHxak { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.8125rem;width:29.9375rem;top:12.0625rem;left:0rem;display:block; }
#qP8Bbb0WlL657GyIvFdiw7d7V3QAUG0q { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.8125rem;width:29.9375rem;top:12.0625rem;left:30.0625rem;display:block; }
#HCbwnSTxow7OtPXuqA9Z9NLElF5aKldf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#HCbwnSTxow7OtPXuqA9Z9NLElF5aKldf > .row .container { background-color: transparent; background-image: none; }#HCbwnSTxow7OtPXuqA9Z9NLElF5aKldf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HCbwnSTxow7OtPXuqA9Z9NLElF5aKldf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HCbwnSTxow7OtPXuqA9Z9NLElF5aKldf > .row .container > .video-iframe-container { display: none; }#HCbwnSTxow7OtPXuqA9Z9NLElF5aKldf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HCbwnSTxow7OtPXuqA9Z9NLElF5aKldf > .row > .video-iframe-container { display: none; }#HCbwnSTxow7OtPXuqA9Z9NLElF5aKldf > .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); }#HCbwnSTxow7OtPXuqA9Z9NLElF5aKldf > .row .container { border-width: 0; border-radius: 0; }#HCbwnSTxow7OtPXuqA9Z9NLElF5aKldf > .row > .video-iframe-container {  }#HCbwnSTxow7OtPXuqA9Z9NLElF5aKldf > .row .container { font-size:0.875rem;font-family:arial;height:31.0625rem;width:60rem;position:relative;display:block; }#nr7QI5oGdUMeUn75gwa4vC35VmcMFo11 { color:#000000;display:block;width:29.6875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.625rem;left:0.15625rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JRbvFlDtazuD92HhlIbwvvoLzBB6ZdlM { color:#000000;display:block;width:29.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.125rem;left:0.15625rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#PsQtOlSQ89xrcVHCKn3cAVf3tHAeatDT { color:#000000;display:block;width:29.6875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.625rem;left:30.3125rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DTVRdtsAJTZI5wExwp7AqrhRN6iOzPI5 { color:#000000;display:block;width:29.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:5.125rem;left:30.3125rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#DleGkOR6asHIRNh9SnBUky6IwDVutWQU { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.8125rem;width:29.9375rem;top:12.0625rem;left:0rem;display:block; }
#VDUtwBsXXmCPllW7TRKoumlmBXRs2v6t { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.8125rem;width:29.9375rem;top:12.0625rem;left:30.0625rem;display:block; }
#MB1iRPDh39h3Pw0PsWtwOq5TFkrLKg5q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#MB1iRPDh39h3Pw0PsWtwOq5TFkrLKg5q > .row .container { background-color: transparent; background-image: none; }#MB1iRPDh39h3Pw0PsWtwOq5TFkrLKg5q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MB1iRPDh39h3Pw0PsWtwOq5TFkrLKg5q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MB1iRPDh39h3Pw0PsWtwOq5TFkrLKg5q > .row .container > .video-iframe-container { display: none; }#MB1iRPDh39h3Pw0PsWtwOq5TFkrLKg5q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MB1iRPDh39h3Pw0PsWtwOq5TFkrLKg5q > .row > .video-iframe-container { display: none; }#MB1iRPDh39h3Pw0PsWtwOq5TFkrLKg5q > .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); }#MB1iRPDh39h3Pw0PsWtwOq5TFkrLKg5q > .row .container { border-width: 0; border-radius: 0; }#MB1iRPDh39h3Pw0PsWtwOq5TFkrLKg5q > .row > .video-iframe-container {  }#MB1iRPDh39h3Pw0PsWtwOq5TFkrLKg5q > .row .container { font-size:0.875rem;font-family:arial;height:31.0625rem;width:60rem;position:relative;display:block; }#NBdSnQXcLfVPx1kEX3ETI0tEKTkm0dQH { color:#000000;display:block;width:29.6875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.625rem;left:0.15625rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tvL7L9ATObyvlPCaa0AKPkGnGvMe9zHW { color:#000000;display:block;width:29.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.125rem;left:0.15625rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#m4V4aVpy50RI8s4vdqgGxJ5n5KvDvKfq { color:#000000;display:block;width:29.6875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.625rem;left:30.3125rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Cb4eeQxUuogG47g7KX25pkk8UEkGkvoq { color:#000000;display:block;width:29.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:5.125rem;left:30.3125rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#wMpAfA43ORKZgzpTzm9C7reryWq1Esd3 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.8125rem;width:29.9375rem;top:12.0625rem;left:0rem;display:block; }
#aIMVy89PgS98GgyDE7oIpvlUtV9n9Wcr { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.8125rem;width:29.9375rem;top:12.0625rem;left:30.0625rem;display:block; }
#LQl6KZmmR29y1T0cagFOqWlaLt3oK4Ed { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#LQl6KZmmR29y1T0cagFOqWlaLt3oK4Ed > .row .container { background-color: transparent; background-image: none; }#LQl6KZmmR29y1T0cagFOqWlaLt3oK4Ed::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LQl6KZmmR29y1T0cagFOqWlaLt3oK4Ed > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LQl6KZmmR29y1T0cagFOqWlaLt3oK4Ed > .row .container > .video-iframe-container { display: none; }#LQl6KZmmR29y1T0cagFOqWlaLt3oK4Ed > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LQl6KZmmR29y1T0cagFOqWlaLt3oK4Ed > .row > .video-iframe-container { display: none; }#LQl6KZmmR29y1T0cagFOqWlaLt3oK4Ed > .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); }#LQl6KZmmR29y1T0cagFOqWlaLt3oK4Ed > .row .container { border-width: 0; border-radius: 0; }#LQl6KZmmR29y1T0cagFOqWlaLt3oK4Ed > .row > .video-iframe-container {  }#LQl6KZmmR29y1T0cagFOqWlaLt3oK4Ed > .row .container { font-size:0.875rem;font-family:arial;height:31.0625rem;width:60rem;position:relative;display:block; }#p8zuap73dZoVTNKZvd2orao8uvC8v1Gf { color:#000000;display:block;width:29.6875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.625rem;left:0.15625rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#h96pOCg1SsoVv2IIdFy2fzlSzQ3r5O6W { color:#000000;display:block;width:29.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.125rem;left:0.15625rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#Ty0LUIGsUk96r442oPVK5uRUh2p9iLTS { color:#000000;display:block;width:29.6875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.625rem;left:30.3125rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N5FoBtq6VzWb0TPiLA0g2iNXmNhTDNUb { color:#000000;display:block;width:29.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:5.125rem;left:30.3125rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#RWANJFz0z7qQiyEIOqfIy4Enk8Abbh60 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.8125rem;width:29.9375rem;top:12.0625rem;left:0rem;display:block; }
#yKehyuSPl7dLSrwKF7QvttaWOTvgJtCS { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.8125rem;width:29.9375rem;top:12.0625rem;left:30.0625rem;display:block; }
#fMRkEZgoZkWEQGvXV3T829NA0VeqGEK4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#fMRkEZgoZkWEQGvXV3T829NA0VeqGEK4 > .row .container { background-color: transparent; background-image: none; }#fMRkEZgoZkWEQGvXV3T829NA0VeqGEK4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fMRkEZgoZkWEQGvXV3T829NA0VeqGEK4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fMRkEZgoZkWEQGvXV3T829NA0VeqGEK4 > .row .container > .video-iframe-container { display: none; }#fMRkEZgoZkWEQGvXV3T829NA0VeqGEK4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fMRkEZgoZkWEQGvXV3T829NA0VeqGEK4 > .row > .video-iframe-container { display: none; }#fMRkEZgoZkWEQGvXV3T829NA0VeqGEK4 > .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); }#fMRkEZgoZkWEQGvXV3T829NA0VeqGEK4 > .row .container { border-width: 0; border-radius: 0; }#fMRkEZgoZkWEQGvXV3T829NA0VeqGEK4 > .row > .video-iframe-container {  }#fMRkEZgoZkWEQGvXV3T829NA0VeqGEK4 > .row .container { font-size:0.875rem;font-family:arial;height:31.0625rem;width:60rem;position:relative;display:block; }#uxUpqmKK3voKc6SbKomvGoUn92WqhgTc { color:#000000;display:block;width:29.6875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.625rem;left:0.15625rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AFrVUVmgVXStNsfvF7Ih5MXeVCFFgW2E { color:#000000;display:block;width:29.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.125rem;left:0.15625rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#wzsnVMylKUIRumCUMlcRbTVRQgCTEi2T { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.8125rem;width:29.9375rem;top:13.4375rem;left:0rem;display:block; }
#uS3w9Id115I6XhcdrrJkfD9aoEMcHxmD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#uS3w9Id115I6XhcdrrJkfD9aoEMcHxmD > .row .container { background-color: transparent; background-image: none; }#uS3w9Id115I6XhcdrrJkfD9aoEMcHxmD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uS3w9Id115I6XhcdrrJkfD9aoEMcHxmD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uS3w9Id115I6XhcdrrJkfD9aoEMcHxmD > .row .container > .video-iframe-container { display: none; }#uS3w9Id115I6XhcdrrJkfD9aoEMcHxmD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uS3w9Id115I6XhcdrrJkfD9aoEMcHxmD > .row > .video-iframe-container { display: none; }#uS3w9Id115I6XhcdrrJkfD9aoEMcHxmD > .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); }#uS3w9Id115I6XhcdrrJkfD9aoEMcHxmD > .row .container { border-width: 0; border-radius: 0; }#uS3w9Id115I6XhcdrrJkfD9aoEMcHxmD > .row > .video-iframe-container {  }#uS3w9Id115I6XhcdrrJkfD9aoEMcHxmD > .row .container { font-size:0.875rem;font-family:arial;height:14.1875rem;width:75rem;position:relative;display:block; }#HI12ShmGzTof2wP7vdOkCNSd43TlQmMK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#HI12ShmGzTof2wP7vdOkCNSd43TlQmMK > .row .container { background-color: transparent; background-image: none; }#HI12ShmGzTof2wP7vdOkCNSd43TlQmMK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HI12ShmGzTof2wP7vdOkCNSd43TlQmMK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HI12ShmGzTof2wP7vdOkCNSd43TlQmMK > .row .container > .video-iframe-container { display: none; }#HI12ShmGzTof2wP7vdOkCNSd43TlQmMK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HI12ShmGzTof2wP7vdOkCNSd43TlQmMK > .row > .video-iframe-container { display: none; }#HI12ShmGzTof2wP7vdOkCNSd43TlQmMK > .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); }#HI12ShmGzTof2wP7vdOkCNSd43TlQmMK > .row .container { border-width: 0; border-radius: 0; }#HI12ShmGzTof2wP7vdOkCNSd43TlQmMK > .row > .video-iframe-container {  }#HI12ShmGzTof2wP7vdOkCNSd43TlQmMK > .row .container { font-size:0.875rem;font-family:arial;height:18.4375rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vErh6VBhOsabbVmehsGrgqDOs8d28v6o { display:block; }#vErh6VBhOsabbVmehsGrgqDOs8d28v6o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #biVZCensO24KOT1f2iPSAsmkOA9HihWf { display:block; }#biVZCensO24KOT1f2iPSAsmkOA9HihWf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tQhlWGCKO7ul5yWXH5pI5GcctK9U1cJ8 { top:0rem;left:8.59375rem;width:30.5625rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ff0hEk6T76doSHxCqihSmUTMo8giHI66 { display:block; }#Ff0hEk6T76doSHxCqihSmUTMo8giHI66 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vNX31MsbB5uFCbonlUnFt0KLd4al5tNc { top:2.625rem;left:0rem;width:29.6875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMfLO08U3VmCXRfx3TZLAtUpVMCWaVny { top:5.125rem;left:0rem;width:29.6875rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHt4x1o1iBACKSbu0Iiihe1egJReOQZC { top:2.625rem;left:18.0625rem;width:29.6875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNTJkt115C04EafPXEAF6pT5pbteHqLq { top:5.125rem;left:18.0625rem;width:29.6875rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0B1KI0TyT5DXrCCL2AmoMUtdZ9cMCsC { top:12.0625rem;left:0rem;width:29.9375rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqfrD7Jt5W8eG4JmgD1hXIpIGwThlggq { top:12.0625rem;left:17.8125rem;width:29.9375rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqNvsFuxqTlPkXAaT4zOiLwxt8m4NaFC { display:block; }#iqNvsFuxqTlPkXAaT4zOiLwxt8m4NaFC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FJaEUl0gFQKmRu51QBBTWCJaPHoNeN2g { top:2.625rem;left:0rem;width:29.6875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmKLTSqFHVgF8cQgyVN4T1Wlv3STO1fX { top:5.125rem;left:0rem;width:29.6875rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHcHTyV4zymX235HUaiZJ71KNXrZdGsC { top:2.625rem;left:18.0625rem;width:29.6875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMmiZXEXGSsCHZ24OWOmfJWozHeJuX8S { top:5.125rem;left:18.0625rem;width:29.6875rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNDO0gDuQsyp58BC28lLiwNwEuJqqp3l { top:13.4375rem;left:0rem;width:29.9375rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4FAFFV4sNJk8RZsZMgecM3h270J7kn1 { top:13.4375rem;left:17.8125rem;width:29.9375rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTli04eS5Dn4415s1c4CLBkP9CNTyEMV { display:block; }#TTli04eS5Dn4415s1c4CLBkP9CNTyEMV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MvGgTx2TLkHBUEJXfApiz2hGJR6zqra7 { top:2.625rem;left:0rem;width:29.6875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7cBQxSybvsghXEQk7PJwPNaBXd17wHy { top:5.125rem;left:0rem;width:29.6875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WClM5NiDBLWCiFA8p8w50mvnR6NJdNBr { top:2.625rem;left:18.0625rem;width:29.6875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3Z7SbZIklPeeA0iMTSWsGSlTefO0AXB { top:5.125rem;left:18.0625rem;width:29.6875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbatKu0dATHbP6clASCkJmVOwp4sxsN1 { top:13.4375rem;left:0rem;width:29.9375rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCnq0QruKDPyUKR25057d0GkQHVRsSiN { top:13.4375rem;left:17.8125rem;width:29.9375rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kB076C7xNKWR1TTWBx57J9tPIMNIGJf9 { display:block; }#kB076C7xNKWR1TTWBx57J9tPIMNIGJf9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gc9cz3B4szDTASBFgT6zf7aTra1vQcv8 { top:2.625rem;left:0rem;width:29.6875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EH7sBF3QTkwb9S3mLOtzcRcFPJgrhirn { top:5.125rem;left:0rem;width:29.6875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMCuW47KTOkTBc3TKVQnIURo47RD8eog { top:2.625rem;left:18.0625rem;width:29.6875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCktxrInrgke90LWPC43HUzFAVXsnDFS { top:5.125rem;left:18.0625rem;width:29.6875rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddTZAvJvL26nfMkdJbHfNs8170a3hHaX { top:13.4375rem;left:0rem;width:29.9375rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxDgsCpWeONVpkdBXhGevCGQ6sBr1bqc { top:13.4375rem;left:17.8125rem;width:29.9375rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9p7P2LGWPKiTmlDGX7pgPZBqGtbg1MK { display:block; }#M9p7P2LGWPKiTmlDGX7pgPZBqGtbg1MK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SJEGkZ04bxysAF3es1TWHeU6KLPqVatn { top:2.625rem;left:0rem;width:29.6875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gk0sh7ACbq83MpHqnIKAHd6v5O8Q2XkD { top:5.125rem;left:0rem;width:29.6875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xorDM0ln7pfMNTopbl9GgZRy10EU0mEn { top:2.625rem;left:18.0625rem;width:29.6875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucUIlG1NJIPz9BmIuknwdTOruoR3T4Ps { top:5.125rem;left:18.0625rem;width:29.6875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKgV8evuZdwCBM4iSLXMCv9MxmqyHxak { top:12.0625rem;left:0rem;width:29.9375rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qP8Bbb0WlL657GyIvFdiw7d7V3QAUG0q { top:12.0625rem;left:17.8125rem;width:29.9375rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCbwnSTxow7OtPXuqA9Z9NLElF5aKldf { display:block; }#HCbwnSTxow7OtPXuqA9Z9NLElF5aKldf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nr7QI5oGdUMeUn75gwa4vC35VmcMFo11 { top:2.625rem;left:0rem;width:29.6875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRbvFlDtazuD92HhlIbwvvoLzBB6ZdlM { top:5.125rem;left:0rem;width:29.6875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsQtOlSQ89xrcVHCKn3cAVf3tHAeatDT { top:2.625rem;left:18.0625rem;width:29.6875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTVRdtsAJTZI5wExwp7AqrhRN6iOzPI5 { top:5.125rem;left:18.0625rem;width:29.6875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DleGkOR6asHIRNh9SnBUky6IwDVutWQU { top:12.0625rem;left:0rem;width:29.9375rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDUtwBsXXmCPllW7TRKoumlmBXRs2v6t { top:12.0625rem;left:17.8125rem;width:29.9375rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MB1iRPDh39h3Pw0PsWtwOq5TFkrLKg5q { display:block; }#MB1iRPDh39h3Pw0PsWtwOq5TFkrLKg5q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NBdSnQXcLfVPx1kEX3ETI0tEKTkm0dQH { top:2.625rem;left:0rem;width:29.6875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvL7L9ATObyvlPCaa0AKPkGnGvMe9zHW { top:5.125rem;left:0rem;width:29.6875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4V4aVpy50RI8s4vdqgGxJ5n5KvDvKfq { top:2.625rem;left:18.0625rem;width:29.6875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cb4eeQxUuogG47g7KX25pkk8UEkGkvoq { top:5.125rem;left:18.0625rem;width:29.6875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMpAfA43ORKZgzpTzm9C7reryWq1Esd3 { top:12.0625rem;left:0rem;width:29.9375rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIMVy89PgS98GgyDE7oIpvlUtV9n9Wcr { top:12.0625rem;left:17.8125rem;width:29.9375rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQl6KZmmR29y1T0cagFOqWlaLt3oK4Ed { display:block; }#LQl6KZmmR29y1T0cagFOqWlaLt3oK4Ed > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p8zuap73dZoVTNKZvd2orao8uvC8v1Gf { top:2.625rem;left:0rem;width:29.6875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h96pOCg1SsoVv2IIdFy2fzlSzQ3r5O6W { top:5.125rem;left:0rem;width:29.6875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ty0LUIGsUk96r442oPVK5uRUh2p9iLTS { top:2.625rem;left:18.0625rem;width:29.6875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5FoBtq6VzWb0TPiLA0g2iNXmNhTDNUb { top:5.125rem;left:18.0625rem;width:29.6875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWANJFz0z7qQiyEIOqfIy4Enk8Abbh60 { top:12.0625rem;left:0rem;width:29.9375rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKehyuSPl7dLSrwKF7QvttaWOTvgJtCS { top:12.0625rem;left:17.8125rem;width:29.9375rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMRkEZgoZkWEQGvXV3T829NA0VeqGEK4 { display:block; }#fMRkEZgoZkWEQGvXV3T829NA0VeqGEK4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uxUpqmKK3voKc6SbKomvGoUn92WqhgTc { top:2.625rem;left:0rem;width:29.6875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFrVUVmgVXStNsfvF7Ih5MXeVCFFgW2E { top:5.125rem;left:0rem;width:29.6875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzsnVMylKUIRumCUMlcRbTVRQgCTEi2T { top:13.4375rem;left:0rem;width:29.9375rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uS3w9Id115I6XhcdrrJkfD9aoEMcHxmD { display:block; }#uS3w9Id115I6XhcdrrJkfD9aoEMcHxmD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HI12ShmGzTof2wP7vdOkCNSd43TlQmMK { display:block; }#HI12ShmGzTof2wP7vdOkCNSd43TlQmMK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vErh6VBhOsabbVmehsGrgqDOs8d28v6o { display:block; }#vErh6VBhOsabbVmehsGrgqDOs8d28v6o > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #biVZCensO24KOT1f2iPSAsmkOA9HihWf { display:block; }#biVZCensO24KOT1f2iPSAsmkOA9HihWf > .row .container { width:20rem;height:5.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tQhlWGCKO7ul5yWXH5pI5GcctK9U1cJ8 { width:20rem;height:5.19921875rem;top:0rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ff0hEk6T76doSHxCqihSmUTMo8giHI66 { display:block; }#Ff0hEk6T76doSHxCqihSmUTMo8giHI66 > .row .container { width:20rem;height:49.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vNX31MsbB5uFCbonlUnFt0KLd4al5tNc { width:20rem;height:1.95rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMfLO08U3VmCXRfx3TZLAtUpVMCWaVny { width:20rem;height:6.499rem;top:4.45rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHt4x1o1iBACKSbu0Iiihe1egJReOQZC { width:20rem;height:1.95rem;top:24.68125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNTJkt115C04EafPXEAF6pT5pbteHqLq { width:20rem;height:7.7988125rem;top:27.88125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0B1KI0TyT5DXrCCL2AmoMUtdZ9cMCsC { height:11.231732776618rem;width:20rem;top:12.2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqfrD7Jt5W8eG4JmgD1hXIpIGwThlggq { height:11.231732776618rem;width:20rem;top:35.63125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqNvsFuxqTlPkXAaT4zOiLwxt8m4NaFC { display:block; }#iqNvsFuxqTlPkXAaT4zOiLwxt8m4NaFC > .row .container { width:20rem;height:52rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FJaEUl0gFQKmRu51QBBTWCJaPHoNeN2g { width:20rem;height:1.95rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmKLTSqFHVgF8cQgyVN4T1Wlv3STO1fX { width:20rem;height:9.098625rem;top:4.45rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHcHTyV4zymX235HUaiZJ71KNXrZdGsC { width:20rem;height:1.95rem;top:27.28125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMmiZXEXGSsCHZ24OWOmfJWozHeJuX8S { width:20rem;height:7.7988125rem;top:30.48125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNDO0gDuQsyp58BC28lLiwNwEuJqqp3l { height:11.231732776618rem;width:20rem;top:14.8rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4FAFFV4sNJk8RZsZMgecM3h270J7kn1 { height:11.231732776618rem;width:20rem;top:39.53125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTli04eS5Dn4415s1c4CLBkP9CNTyEMV { display:block; }#TTli04eS5Dn4415s1c4CLBkP9CNTyEMV > .row .container { width:20rem;height:51.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MvGgTx2TLkHBUEJXfApiz2hGJR6zqra7 { width:20rem;height:1.95rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7cBQxSybvsghXEQk7PJwPNaBXd17wHy { width:20rem;height:5.2rem;top:4.45rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WClM5NiDBLWCiFA8p8w50mvnR6NJdNBr { width:20rem;height:1.95rem;top:23.38125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3Z7SbZIklPeeA0iMTSWsGSlTefO0AXB { width:20rem;height:5.2rem;top:26.58125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbatKu0dATHbP6clASCkJmVOwp4sxsN1 { height:11.231732776618rem;width:20rem;top:10.9rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCnq0QruKDPyUKR25057d0GkQHVRsSiN { height:11.231732776618rem;width:20rem;top:33.03125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kB076C7xNKWR1TTWBx57J9tPIMNIGJf9 { display:block; }#kB076C7xNKWR1TTWBx57J9tPIMNIGJf9 > .row .container { width:20rem;height:51.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gc9cz3B4szDTASBFgT6zf7aTra1vQcv8 { width:20rem;height:1.95rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EH7sBF3QTkwb9S3mLOtzcRcFPJgrhirn { width:20rem;height:6.499rem;top:4.45rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMCuW47KTOkTBc3TKVQnIURo47RD8eog { width:20rem;height:1.95rem;top:24.68125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCktxrInrgke90LWPC43HUzFAVXsnDFS { width:20rem;height:6.499rem;top:27.88125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddTZAvJvL26nfMkdJbHfNs8170a3hHaX { height:11.231732776618rem;width:20rem;top:12.2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxDgsCpWeONVpkdBXhGevCGQ6sBr1bqc { height:11.231732776618rem;width:20rem;top:35.63125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9p7P2LGWPKiTmlDGX7pgPZBqGtbg1MK { display:block; }#M9p7P2LGWPKiTmlDGX7pgPZBqGtbg1MK > .row .container { width:20rem;height:49.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SJEGkZ04bxysAF3es1TWHeU6KLPqVatn { width:20rem;height:1.95rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gk0sh7ACbq83MpHqnIKAHd6v5O8Q2XkD { width:20rem;height:5.2rem;top:4.45rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xorDM0ln7pfMNTopbl9GgZRy10EU0mEn { width:20rem;height:1.95rem;top:23.38125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucUIlG1NJIPz9BmIuknwdTOruoR3T4Ps { width:20rem;height:5.19921875rem;top:26.58125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKgV8evuZdwCBM4iSLXMCv9MxmqyHxak { height:11.231732776618rem;width:20rem;top:10.9rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qP8Bbb0WlL657GyIvFdiw7d7V3QAUG0q { height:11.231732776618rem;width:20rem;top:31.73125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCbwnSTxow7OtPXuqA9Z9NLElF5aKldf { display:block; }#HCbwnSTxow7OtPXuqA9Z9NLElF5aKldf > .row .container { width:20rem;height:49.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nr7QI5oGdUMeUn75gwa4vC35VmcMFo11 { width:20rem;height:1.95rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRbvFlDtazuD92HhlIbwvvoLzBB6ZdlM { width:20rem;height:3.9rem;top:4.45rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsQtOlSQ89xrcVHCKn3cAVf3tHAeatDT { width:20rem;height:1.95rem;top:22.08125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTVRdtsAJTZI5wExwp7AqrhRN6iOzPI5 { width:20rem;height:3.9rem;top:25.28125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DleGkOR6asHIRNh9SnBUky6IwDVutWQU { height:11.231732776618rem;width:20rem;top:9.6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDUtwBsXXmCPllW7TRKoumlmBXRs2v6t { height:11.231732776618rem;width:20rem;top:30.43125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MB1iRPDh39h3Pw0PsWtwOq5TFkrLKg5q { display:block; }#MB1iRPDh39h3Pw0PsWtwOq5TFkrLKg5q > .row .container { width:20rem;height:42.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NBdSnQXcLfVPx1kEX3ETI0tEKTkm0dQH { width:20rem;height:1.95rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvL7L9ATObyvlPCaa0AKPkGnGvMe9zHW { width:20rem;height:2.6rem;top:4.45rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4V4aVpy50RI8s4vdqgGxJ5n5KvDvKfq { width:20rem;height:1.95rem;top:20.78125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cb4eeQxUuogG47g7KX25pkk8UEkGkvoq { width:20rem;height:3.9rem;top:23.98125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMpAfA43ORKZgzpTzm9C7reryWq1Esd3 { height:11.231732776618rem;width:20rem;top:8.3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIMVy89PgS98GgyDE7oIpvlUtV9n9Wcr { height:11.231732776618rem;width:20rem;top:29.13125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQl6KZmmR29y1T0cagFOqWlaLt3oK4Ed { display:block; }#LQl6KZmmR29y1T0cagFOqWlaLt3oK4Ed > .row .container { width:20rem;height:43.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p8zuap73dZoVTNKZvd2orao8uvC8v1Gf { width:20rem;height:1.95rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h96pOCg1SsoVv2IIdFy2fzlSzQ3r5O6W { width:20rem;height:3.9rem;top:4.45rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ty0LUIGsUk96r442oPVK5uRUh2p9iLTS { width:20rem;height:1.95rem;top:22.08125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5FoBtq6VzWb0TPiLA0g2iNXmNhTDNUb { width:20rem;height:3.9rem;top:25.28125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWANJFz0z7qQiyEIOqfIy4Enk8Abbh60 { height:11.231732776618rem;width:20rem;top:9.6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKehyuSPl7dLSrwKF7QvttaWOTvgJtCS { height:11.231732776618rem;width:20rem;top:30.43125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMRkEZgoZkWEQGvXV3T829NA0VeqGEK4 { display:block; }#fMRkEZgoZkWEQGvXV3T829NA0VeqGEK4 > .row .container { width:20rem;height:23.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uxUpqmKK3voKc6SbKomvGoUn92WqhgTc { width:20rem;height:1.95rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFrVUVmgVXStNsfvF7Ih5MXeVCFFgW2E { width:20rem;height:3.9rem;top:4.45rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzsnVMylKUIRumCUMlcRbTVRQgCTEi2T { height:11.231732776618rem;width:20rem;top:9.6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uS3w9Id115I6XhcdrrJkfD9aoEMcHxmD { background-color:#ffffff;background-image:none;display:block; }#uS3w9Id115I6XhcdrrJkfD9aoEMcHxmD > .row .container { background-color: transparent; background-image: none; }#uS3w9Id115I6XhcdrrJkfD9aoEMcHxmD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uS3w9Id115I6XhcdrrJkfD9aoEMcHxmD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uS3w9Id115I6XhcdrrJkfD9aoEMcHxmD > .row .container > .video-iframe-container { display: none; }#uS3w9Id115I6XhcdrrJkfD9aoEMcHxmD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uS3w9Id115I6XhcdrrJkfD9aoEMcHxmD > .row > .video-iframe-container { display: none; }#uS3w9Id115I6XhcdrrJkfD9aoEMcHxmD > .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); }#uS3w9Id115I6XhcdrrJkfD9aoEMcHxmD > .row .container { width:20rem;height:20.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HI12ShmGzTof2wP7vdOkCNSd43TlQmMK { display:block; }#HI12ShmGzTof2wP7vdOkCNSd43TlQmMK > .row .container { width:20rem;height:25.4375rem;position:relative;display:block; } }