.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;
}
.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:url("//new.landingi.com/uploads/3bdc07ab6e93c9c38c5a/pictures/a0cc433ee8288a65cb3de8738799fa9a.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-size:initial !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#RfCF86mC6czgNBqhP42hQ4K3wMdwNSNI::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RfCF86mC6czgNBqhP42hQ4K3wMdwNSNI > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RfCF86mC6czgNBqhP42hQ4K3wMdwNSNI > .row > .video-iframe-container { display: none; }#RfCF86mC6czgNBqhP42hQ4K3wMdwNSNI > .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); }#ZiCUDLnql6OoC5DXcJDPVBDDEbT7a8x6 { display:block; }#ZiCUDLnql6OoC5DXcJDPVBDDEbT7a8x6 { background-color: transparent; background-image: none; }#ZiCUDLnql6OoC5DXcJDPVBDDEbT7a8x6::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZiCUDLnql6OoC5DXcJDPVBDDEbT7a8x6 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZiCUDLnql6OoC5DXcJDPVBDDEbT7a8x6 > .row .container > .video-iframe-container { display: none; }#ZiCUDLnql6OoC5DXcJDPVBDDEbT7a8x6 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZiCUDLnql6OoC5DXcJDPVBDDEbT7a8x6 > .row > .video-iframe-container { display: none; }#ZiCUDLnql6OoC5DXcJDPVBDDEbT7a8x6 > .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); }#ZiCUDLnql6OoC5DXcJDPVBDDEbT7a8x6 > .row .container { background-color:transparent;background-image:none;width:60rem;height:7.1875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#RAZrTmNOU95or15avo8cA7R5veTGCwV9 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:4.4375rem;width:6.625rem;position:absolute;display:block;z-index:100000;top:1.375rem;left:26.687501907349rem;overflow:hidden;display:block; }
#IKTET9Z2RRWcK78wnT56RTXugZK8uiJv { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;position:relative;display:block; }#IKTET9Z2RRWcK78wnT56RTXugZK8uiJv > .row .container { background-color: transparent; background-image: none; }#IKTET9Z2RRWcK78wnT56RTXugZK8uiJv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IKTET9Z2RRWcK78wnT56RTXugZK8uiJv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IKTET9Z2RRWcK78wnT56RTXugZK8uiJv > .row .container > .video-iframe-container { display: none; }#IKTET9Z2RRWcK78wnT56RTXugZK8uiJv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IKTET9Z2RRWcK78wnT56RTXugZK8uiJv > .row > .video-iframe-container { display: none; }#IKTET9Z2RRWcK78wnT56RTXugZK8uiJv > .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); }#IKTET9Z2RRWcK78wnT56RTXugZK8uiJv > .row .container { border-width: 0; border-radius: 0; }#IKTET9Z2RRWcK78wnT56RTXugZK8uiJv > .row .container { font-size:0.875rem;font-family:arial;height:28.125rem;width:60rem;position:relative;display:block; }#SFuPHkKfhBi8LVKRsvt9A0bBiCcmv7Eu { display:block;width:27.5rem;position:absolute;font-family:"titillium web";font-size:2.8125rem;font-weight:normal;z-index:100001;line-height:1;letter-spacing:0;top:8.1875rem;left:1.25rem;height:5.625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#RU5XolF1ssEhTxvCapAbsdnUTKP7uEwb { display:block;width:27.5rem;position:absolute;font-family:"titillium web";font-size:4.0625rem;font-weight:700;z-index:100002;line-height:1;letter-spacing:0;top:12.3125rem;left:0rem;height:4.0625rem;text-align:right;text-align-last:right;color:#ff5335;font-style:normal;display:block; }
#w8BF7EwZRvCFknSzguRO253NVZT3Td11 { display:block;width:27.5rem;position:absolute;font-family:"titillium web";font-size:3.0625rem;font-weight:700;z-index:100003;line-height:1;letter-spacing:0;top:1.8125rem;left:31.25rem;height:18.375rem;text-align:center;text-align-last:center;color:#f4cc08;font-style:normal;display:block; }
#RmDqO7NTadCfePsB4lIaXgGhFWZ7S0wD { display:block;width:27.5rem;position:absolute;font-family:"titillium web";font-size:2.5625rem;font-weight:normal;z-index:100002;line-height:1;letter-spacing:0;top:15.5625rem;left:31.250001907349rem;height:2.5625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#Tx2F202P3G5fvv5VZsqAqxhbnvdZNMJu { background-color:#f4cc08;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#0f0f0e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:22.050001144409rem;left:36.250001907349rem;display:block; }
#U9u94qi3cIvCph74S8t7032NFTbgt4gH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bpIZpT8HBGh57ox6GuXXmphx5Tr1zBp7 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:url("//new.landingi.com/uploads/3bdc07ab6e93c9c38c5a/pictures/c664f07d5b226a66f0b454a262eeae2c.jpg");background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;position:relative;display:block; }#bpIZpT8HBGh57ox6GuXXmphx5Tr1zBp7.adaptive-delivery-prevent-bg, #bpIZpT8HBGh57ox6GuXXmphx5Tr1zBp7.lazyload, #bpIZpT8HBGh57ox6GuXXmphx5Tr1zBp7.lazyloading { background-image: none; }#bpIZpT8HBGh57ox6GuXXmphx5Tr1zBp7 > .row .container { background-color: transparent; background-image: none; }#bpIZpT8HBGh57ox6GuXXmphx5Tr1zBp7::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bpIZpT8HBGh57ox6GuXXmphx5Tr1zBp7 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bpIZpT8HBGh57ox6GuXXmphx5Tr1zBp7 > .row .container > .video-iframe-container { display: none; }#bpIZpT8HBGh57ox6GuXXmphx5Tr1zBp7 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bpIZpT8HBGh57ox6GuXXmphx5Tr1zBp7 > .row > .video-iframe-container { display: none; }#bpIZpT8HBGh57ox6GuXXmphx5Tr1zBp7 > .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); }#bpIZpT8HBGh57ox6GuXXmphx5Tr1zBp7 > .row .container { border-width: 0; border-radius: 0; }#bpIZpT8HBGh57ox6GuXXmphx5Tr1zBp7 > .row .container { font-size:0.875rem;font-family:arial;height:217.1875rem;width:60rem;position:relative;display:block; }#kxna0RnnvI8Kn9SpZ38dXynUyea7IfNr { display:block;width:20rem;position:absolute;font-family:"titillium web";font-size:2rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:2.6250004768372rem;left:0rem;height:2.6rem;color:#ffffff;display:block; }
#VVWTcAZ3lIcWTrzIRuP6nlDHMQW6Z0fP { border-top:0;border-left:0;border-right:0;border-bottom:0;height:11rem;width:13.125rem;position:absolute;display:block;z-index:100005;top:11.375rem;left:23.437501907349rem;overflow:hidden;display:block; }
#ersmGn2nLcdbX37fb4KQ4XaIt5RT9Vk7 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11rem;width:13.125rem;position:absolute;display:block;z-index:100008;top:11.375rem;left:43.375rem;overflow:hidden;display:block; }
#IrTSys6BCLzLpynHbOATS001VpZ0HJWa { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11rem;width:13.125rem;position:absolute;display:block;z-index:100009;top:10.8125rem;left:3.4375rem;overflow:hidden;display:block; }
#gKRHmqDx61mIAi53vlk7g3HqeSPOkysW { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11rem;width:13.125rem;position:absolute;display:block;z-index:100010;top:30.062500357628rem;left:3.4375rem;overflow:hidden;display:block; }
#ceLRZH89zCGP3dhk2oVbOGHTZFzE59O8 { border-top:0;border-left:0;border-right:0;border-bottom:0;height:11rem;width:13.125rem;position:absolute;display:block;z-index:100006;top:30.12421643734rem;left:23.437501907349rem;overflow:hidden;display:block; }
#TEo1JfWBTvwCTp0VWIVSpN8Wez4z8nzy { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11rem;width:13.125rem;position:absolute;display:block;z-index:100009;top:30.06171643734rem;left:43.437501907349rem;overflow:hidden;display:block; }
#z9x7WRaXf2UJdtJg203LIVSXmpNMlJwv { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11rem;width:13.125rem;position:absolute;display:block;z-index:100011;top:51.124219894409rem;left:43.437501907349rem;overflow:hidden;display:block; }
#cs5QTLzq0Tg4FhwaqzUcRsfM2AaV38t8 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11rem;width:13.125rem;position:absolute;display:block;z-index:100012;top:51.124223709106rem;left:23.437501907349rem;overflow:hidden;display:block; }
#yMpRPWmXi9J4L3VT7PlrpKTUDJT6H9mF { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11rem;width:13.125rem;position:absolute;display:block;z-index:100013;top:51.124221801757rem;left:3.4375rem;overflow:hidden;display:block; }
#L7Mhn4saFcUyuZ5rGKPLK6VziDRiZHqH { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11rem;width:13.125rem;position:absolute;display:block;z-index:100014;top:69.2500038147rem;left:23.437501907349rem;overflow:hidden;display:block; }
#rM3c0cQBKodomSRrgNysbpqd5QpzKfVq { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11rem;width:13.125rem;position:absolute;display:block;z-index:100015;top:69.2500038147rem;left:43.437501907349rem;overflow:hidden;display:block; }
#DTTo1R8f1FLkNETTGoeqHNAZAhJxCTM2 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11rem;width:13.125rem;position:absolute;display:block;z-index:100014;top:69.25rem;left:3.4375rem;overflow:hidden;display:block; }
#trdUGiqiaLIC4PwnVDEQpDHb4L32GJ6y { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11rem;width:13.125rem;position:absolute;display:block;z-index:100015;top:88.25000190735rem;left:3.4375rem;overflow:hidden;display:block; }
#TPglPMZlNBT8hTLQkzOXhRyZQbI68meD { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11rem;width:13.125rem;position:absolute;display:block;z-index:100016;top:88.25000190735rem;left:23.437501907349rem;overflow:hidden;display:block; }
#z997lTwFaL5ccrugdDxM29xPlzp79nV3 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11rem;width:13.125rem;position:absolute;display:block;z-index:100017;top:88.25000190735rem;left:43.437501907349rem;overflow:hidden;display:block; }
#RvsTM4e5byafrxvcksOWkrdVLrWNfkh4 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11rem;width:13.125rem;position:absolute;display:block;z-index:100018;top:106.81249809265rem;left:43.437501907349rem;overflow:hidden;display:block; }
#Tw5J5WXGGlsedKmQLbdeK8vLFGNKVvvm { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11rem;width:13.125rem;position:absolute;display:block;z-index:100019;top:106.81249809265rem;left:23.437501907349rem;overflow:hidden;display:block; }
#fty2bvLDBO3IK42GOeBU96faug8apUlw { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11rem;width:13.125rem;position:absolute;display:block;z-index:100020;top:106.81249809265rem;left:3.4375rem;overflow:hidden;display:block; }
#KC4E43fRBOpBV2b7Jk5n1wJT45ucaBuo { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11rem;width:13.125rem;position:absolute;display:block;z-index:100021;top:124.99843978882rem;left:43.437501907349rem;overflow:hidden;display:block; }
#pfiKlagTDkkM3nPeTX8i75B6WZFOs7kN { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11rem;width:13.125rem;position:absolute;display:block;z-index:100022;top:124.99921989441rem;left:23.437501907349rem;overflow:hidden;display:block; }
#sopTST5hupPC3id3z9Fne75pdRITaiOm { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11rem;width:13.125rem;position:absolute;display:block;z-index:100023;top:125.00000190735rem;left:3.4375rem;overflow:hidden;display:block; }
#XIWAfLuuuT1HJ6RNQ7Tf5H2HcuayQkwf { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11rem;width:13.125rem;position:absolute;display:block;z-index:100022;top:145.37344360351rem;left:43.437501907349rem;overflow:hidden;display:block; }
#QqthtC2Fc6h0cq7GF7Ao4XXNTs8FbnoJ { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11rem;width:13.125rem;position:absolute;display:block;z-index:100023;top:145.37344360351rem;left:23.437501907349rem;overflow:hidden;display:block; }
#CHRTULyPek9PQTql04Fx2MtyvuRTbSsS { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11rem;width:13.125rem;position:absolute;display:block;z-index:100024;top:145.37344360351rem;left:3.4375rem;overflow:hidden;display:block; }
#I2XTd3xXbmD0TqGQfHOIT5PMKEeCTBbA { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11rem;width:13.125rem;position:absolute;display:block;z-index:100023;top:165.49844360351rem;left:43.437501907349rem;overflow:hidden;display:block; }
#U5NT5hzhpA57SaoNOaXpqAtvb6tgW1CB { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11rem;width:13.125rem;position:absolute;display:block;z-index:100024;top:165.49844360351rem;left:23.437501907349rem;overflow:hidden;display:block; }
#oRx8q1ILuZrnbA5T5WqBsW0HkSc9szVr { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11rem;width:13.125rem;position:absolute;display:block;z-index:100025;top:165.49844360351rem;left:3.4375rem;overflow:hidden;display:block; }
#e4JA5iFHQvWO8VuCL2QORFrlusBTn3Kw { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11rem;width:13.125rem;position:absolute;display:block;z-index:100026;top:186.31094360351rem;left:43.437501907349rem;overflow:hidden;display:block; }
#RP6saaSrtQvw37TztNK788JK51fb2feO { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11rem;width:13.125rem;position:absolute;display:block;z-index:100027;top:186.31094360351rem;left:23.437501907349rem;overflow:hidden;display:block; }
#trHGTe7H8GI8upnKonSUTAdquEF9pOqP { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11rem;width:13.125rem;position:absolute;display:block;z-index:100028;top:186.31094360351rem;left:3.4375rem;overflow:hidden;display:block; }
#fcPieIpHgHewd4kGKTJeIEzvqtTpta02 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11rem;width:13.125rem;position:absolute;display:block;z-index:100029;top:203.8125rem;left:3.4375rem;overflow:hidden;display:block; }
#OC5GlfQ9SMKddFhkmC8O3xsuLW0dMfo0 { position:relative;display:block; }#OC5GlfQ9SMKddFhkmC8O3xsuLW0dMfo0 { background-color: transparent; background-image: none; }#OC5GlfQ9SMKddFhkmC8O3xsuLW0dMfo0::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OC5GlfQ9SMKddFhkmC8O3xsuLW0dMfo0 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OC5GlfQ9SMKddFhkmC8O3xsuLW0dMfo0 > .row .container > .video-iframe-container { display: none; }#OC5GlfQ9SMKddFhkmC8O3xsuLW0dMfo0 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OC5GlfQ9SMKddFhkmC8O3xsuLW0dMfo0 > .row > .video-iframe-container { display: none; }#OC5GlfQ9SMKddFhkmC8O3xsuLW0dMfo0 > .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); }#OC5GlfQ9SMKddFhkmC8O3xsuLW0dMfo0 { border-width: 0; border-radius: 0; }#OC5GlfQ9SMKddFhkmC8O3xsuLW0dMfo0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:185.5rem;width:60rem;position:relative;display:block; }#ErQQxEM8XLETE5c9EZn8VOZBgNoTqIbT { color:#000000;display:block;width:18.75rem;position:absolute;font-family:comfortaa;font-size:1.3125rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:3.25rem;left:0rem;height:1.70605625rem;font-style:normal;display:block; }
#dOsHTgkxMHqTgU0tG7SXeppJkGD6DV0B { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11rem;width:11rem;position:absolute;display:block;z-index:100030;top:10.437499761581rem;left:0.9375rem;overflow:hidden;display:block; }
#uTp9cchIHzDqI5ap8ThKV70iU53lEMm0 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11rem;width:11rem;position:absolute;display:block;z-index:100031;top:10.437499761581rem;left:45.937501907349rem;overflow:hidden;display:block; }
#paDCde3fcw4aTLndkhJ0216qVTtJzmL9 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11rem;width:11rem;position:absolute;display:block;z-index:100032;top:10.437499761581rem;left:30.937501907349rem;overflow:hidden;display:block; }
#xXZxTXUZsGPDr7GnTzUsHdgvKC77Wbhs { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11rem;width:11rem;position:absolute;display:block;z-index:100033;top:10.437499761581rem;left:15.937501907349rem;overflow:hidden;display:block; }
#BoQebtsymI5JHU1XcLFvQJ3OV6SZBzmn { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11rem;width:11rem;position:absolute;display:block;z-index:100031;top:25.812491178512rem;left:15.937501907349rem;overflow:hidden;display:block; }
#Sx7VAIZZnsTiwzcJKuAFXCDFTTaLbn1G { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11rem;width:11rem;position:absolute;display:block;z-index:100032;top:25.812500715256rem;left:30.937501907349rem;overflow:hidden;display:block; }
#coV7ebfONMnnK4PgbMERe46Gs4ttE9ns { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11rem;width:11rem;position:absolute;display:block;z-index:100033;top:25.812500715256rem;left:45.937501907349rem;overflow:hidden;display:block; }
#bz3MME84eh515aNrOcROfXn8i78c6Qfk { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11rem;width:11rem;position:absolute;display:block;z-index:100032;top:25.811718940735rem;left:0.9375rem;overflow:hidden;display:block; }
#UfAIJpVqXpB77Uw8kZ3aMxUq7DUkHJVF { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11rem;width:11rem;position:absolute;display:block;z-index:100033;top:41.811718940735rem;left:0.9375rem;overflow:hidden;display:block; }
#PZvs2LdtZwb3EngWniwQOPhNGunnt3Qp { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11rem;width:11rem;position:absolute;display:block;z-index:100034;top:41.811718940735rem;left:15.937501907349rem;overflow:hidden;display:block; }
#POcDu7EPBBKnypF7vqfcXTbdQpO3mVJc { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11rem;width:11rem;position:absolute;display:block;z-index:100035;top:41.811718940735rem;left:30.937501907349rem;overflow:hidden;display:block; }
#mLk3bd18oEJQSmGbXfEuSPxKeFCeXEDt { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11rem;width:11rem;position:absolute;display:block;z-index:100036;top:41.811718940735rem;left:45.937501907349rem;overflow:hidden;display:block; }
#N0X6Zqi98OHpUzlX7AID9hQeUzHUV35r { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11rem;width:11rem;position:absolute;display:block;z-index:100034;top:57.936719894409rem;left:0.9375rem;overflow:hidden;display:block; }
#gofP3AevG0JIQGbSfwPZMnLIlgmEc7OL { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11rem;width:11rem;position:absolute;display:block;z-index:100035;top:57.936719894409rem;left:15.937501907349rem;overflow:hidden;display:block; }
#Q1KmTk3u0hT7SyTtkDAIxParetmmIwHJ { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11rem;width:11rem;position:absolute;display:block;z-index:100036;top:57.936719894409rem;left:30.937501907349rem;overflow:hidden;display:block; }
#Lz33A8w3OO4SsE6uc8cfgmoKf9QXxtNL { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11rem;width:11rem;position:absolute;display:block;z-index:100037;top:57.936719894409rem;left:45.937501907349rem;overflow:hidden;display:block; }
#Lt7IQVTkFAx0IH6TR5Fyqc6hg0z9FhFa { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11rem;width:11rem;position:absolute;display:block;z-index:100035;top:73.999221801756rem;left:0.9375rem;overflow:hidden;display:block; }
#oF2IQIT3U1evt7CIthS9vCqeTpkOVLrg { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11rem;width:11rem;position:absolute;display:block;z-index:100036;top:73.999221801756rem;left:15.937501907349rem;overflow:hidden;display:block; }
#uBncsS8MyGEIW2Lf1dyMtQxWaDoDkpag { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11rem;width:11rem;position:absolute;display:block;z-index:100037;top:73.999221801756rem;left:30.937501907349rem;overflow:hidden;display:block; }
#bqRnPEDOXLlZm95wGfzlJngciUcKLTCE { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11rem;width:11rem;position:absolute;display:block;z-index:100038;top:73.999221801756rem;left:45.937501907349rem;overflow:hidden;display:block; }
#DVrxuPALT7Vm1TCWqDJoMTSuzUzMolLz { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11rem;width:11rem;position:absolute;display:block;z-index:100036;top:90.245296478269rem;left:0.9375rem;overflow:hidden;display:block; }
#t86voey02s4Ug1f0imRSL5T3pWRQyC46 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11rem;width:11rem;position:absolute;display:block;z-index:100037;top:90.2468585968rem;left:15.937501907349rem;overflow:hidden;display:block; }
#cKPhySG4ylMCGiGIPBHIJ1Moend4ESnv { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11rem;width:11rem;position:absolute;display:block;z-index:100038;top:90.248422622681rem;left:30.937501907349rem;overflow:hidden;display:block; }
#GWRUC7U4aBHsQzBQEGefRcIq1SSbigvr { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11rem;width:11rem;position:absolute;display:block;z-index:100039;top:90.249221801756rem;left:45.937501907349rem;overflow:hidden;display:block; }
#rykxhftftoHnkoBAl43b5qCKanQ5wq3X { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11rem;width:11rem;position:absolute;display:block;z-index:100037;top:107.55703544617rem;left:0.9375rem;overflow:hidden;display:block; }
#M8sfGrSyDxWyFvQykVaCGchDnIgKvJVD { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11rem;width:11rem;position:absolute;display:block;z-index:100038;top:107.55703544617rem;left:15.937501907349rem;overflow:hidden;display:block; }
#KLgW4QZC8o4G3oNUmEpad1s5noh51t6U { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11rem;width:11rem;position:absolute;display:block;z-index:100039;top:107.55703544617rem;left:30.937501907349rem;overflow:hidden;display:block; }
#cyduIUglk1uu7hCQTma44yoZnZOx8XoA { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11rem;width:11rem;position:absolute;display:block;z-index:100040;top:107.55703544617rem;left:45.937501907349rem;overflow:hidden;display:block; }
#ow8niZhDzH4Qm5ppGCsph8bVd8GKRKTr { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11rem;width:11rem;position:absolute;display:block;z-index:100038;top:124.68202972412rem;left:0.9375rem;overflow:hidden;display:block; }
#kXr79kufJivFC9T9DP6ZZhqJP6B6QcSo { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11rem;width:11rem;position:absolute;display:block;z-index:100039;top:124.68202972412rem;left:15.937501907349rem;overflow:hidden;display:block; }
#gRicx0bt8rU6rn9wJuuKMwFQxM0iKSB1 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11rem;width:11rem;position:absolute;display:block;z-index:100040;top:124.68202972412rem;left:30.937501907349rem;overflow:hidden;display:block; }
#JpLgSuC0aD6gdQohz48KxGvKwn96rxxl { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11rem;width:11rem;position:absolute;display:block;z-index:100041;top:124.68202972412rem;left:45.937501907349rem;overflow:hidden;display:block; }
#MR5t6TmkgDoCZiwQJWlZ8caL3ectpx4R { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11rem;width:11rem;position:absolute;display:block;z-index:100039;top:141.74453544617rem;left:0.9375rem;overflow:hidden;display:block; }
#zUT4GGZpoTdgGEFxqnoUFOsTwTENuupG { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11rem;width:11rem;position:absolute;display:block;z-index:100040;top:141.74453544617rem;left:15.937501907349rem;overflow:hidden;display:block; }
#xWdLLPSWKd0XZHr3A2kkMmqXZTRpPUml { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11rem;width:11rem;position:absolute;display:block;z-index:100041;top:141.74453544617rem;left:30.937501907349rem;overflow:hidden;display:block; }
#NslienQQloSZRuCvu5tAcx0ZpBvTpXl3 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11rem;width:11rem;position:absolute;display:block;z-index:100042;top:141.74453544617rem;left:45.937501907349rem;overflow:hidden;display:block; }
#crQh14usXfTkEsqquEn2vA2vITzilxTS { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11rem;width:11rem;position:absolute;display:block;z-index:100040;top:157.55702972412rem;left:0.9375rem;overflow:hidden;display:block; }
#MyhIRLfpzSekJDixt5QSqwDTVvZ3lXBN { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11rem;width:11rem;position:absolute;display:block;z-index:100041;top:157.55702972412rem;left:15.937501907349rem;overflow:hidden;display:block; }
#ZOqHniGUIa2AO2poPH586Z7aTNwQRMUR { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11rem;width:11rem;position:absolute;display:block;z-index:100042;top:157.55702972412rem;left:30.937501907349rem;overflow:hidden;display:block; }
#JL0cs54apL8wBtNl4rOqlZTH4ppqc1AD { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11rem;width:11rem;position:absolute;display:block;z-index:100043;top:157.55702972412rem;left:45.937501907349rem;overflow:hidden;display:block; }
#yKtXp6BmDZTRXELgddHT8DTmZQ2ptZTx { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11rem;width:11rem;position:absolute;display:block;z-index:100041;top:173.43203163147rem;left:0.9375rem;overflow:hidden;display:block; }
#ymSBQv9K2oFSzNdx3v8dvmNQUVK9RfRI { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11rem;width:11rem;position:absolute;display:block;z-index:100042;top:173.43203163147rem;left:15.937501907349rem;overflow:hidden;display:block; }
#Zrb4qWPe9p1m9p5yhRIycv1X2puxaVpS { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11rem;width:11rem;position:absolute;display:block;z-index:100043;top:173.43203163147rem;left:30.937501907349rem;overflow:hidden;display:block; }
#iMZfpUadCVz4qlwQlSS6RzCfMC0oMmR3 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4cc08;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#iMZfpUadCVz4qlwQlSS6RzCfMC0oMmR3 > .row .container { background-color: transparent; background-image: none; }#iMZfpUadCVz4qlwQlSS6RzCfMC0oMmR3::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iMZfpUadCVz4qlwQlSS6RzCfMC0oMmR3 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iMZfpUadCVz4qlwQlSS6RzCfMC0oMmR3 > .row .container > .video-iframe-container { display: none; }#iMZfpUadCVz4qlwQlSS6RzCfMC0oMmR3 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iMZfpUadCVz4qlwQlSS6RzCfMC0oMmR3 > .row > .video-iframe-container { display: none; }#iMZfpUadCVz4qlwQlSS6RzCfMC0oMmR3 > .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); }#iMZfpUadCVz4qlwQlSS6RzCfMC0oMmR3 > .row .container { border-width: 0; border-radius: 0; }#iMZfpUadCVz4qlwQlSS6RzCfMC0oMmR3 > .row .container { font-size:0.875rem;font-family:arial;height:15.1875rem;width:60rem;position:relative;display:block; }#Qg7KMMK72awpiX7rVxmH3fGyqcbICQc5 { display:block;width:60rem;position:absolute;font-family:"titillium web";font-size:2.1875rem;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:3.875rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;color:#040303;font-style:normal;display:block; }
#Bf3nexs19pVaTDLB9ShS0g0sfM3MVky5 { background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;display:block;font-family:"titillium web";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.25rem;height:3.4375rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:8.3125rem;left:14.875001907349rem;display:block; }
#rlnz5gcrLWLye61ne6ZGRPyLt5vHT4T8 { display:block;position:absolute;top:50%;width:100%;z-index:100000;display:block; }
#AgL3cgQNEwuignzzJ6e1UkwN3BvvaGuy { position:relative;display:block; }#AgL3cgQNEwuignzzJ6e1UkwN3BvvaGuy { background-color: transparent; background-image: none; }#AgL3cgQNEwuignzzJ6e1UkwN3BvvaGuy::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AgL3cgQNEwuignzzJ6e1UkwN3BvvaGuy > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AgL3cgQNEwuignzzJ6e1UkwN3BvvaGuy > .row .container > .video-iframe-container { display: none; }#AgL3cgQNEwuignzzJ6e1UkwN3BvvaGuy > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AgL3cgQNEwuignzzJ6e1UkwN3BvvaGuy > .row > .video-iframe-container { display: none; }#AgL3cgQNEwuignzzJ6e1UkwN3BvvaGuy > .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); }#AgL3cgQNEwuignzzJ6e1UkwN3BvvaGuy { border-width: 0; border-radius: 0; }#AgL3cgQNEwuignzzJ6e1UkwN3BvvaGuy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:13.3125rem;width:60rem;position:relative;display:block; }#m5N51zMGK4XZLplNRwegApiyNGOFfsCv { color:#000000;display:block;width:56.25rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:6.59375rem;left:1.875rem;height:4.87305rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ZiCUDLnql6OoC5DXcJDPVBDDEbT7a8x6 { display:block; }#ZiCUDLnql6OoC5DXcJDPVBDDEbT7a8x6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RAZrTmNOU95or15avo8cA7R5veTGCwV9 { width:2.1875rem;height:1.5rem;top:5.5625rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKTET9Z2RRWcK78wnT56RTXugZK8uiJv { display:block; }#IKTET9Z2RRWcK78wnT56RTXugZK8uiJv > .row .container { width:47.75rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SFuPHkKfhBi8LVKRsvt9A0bBiCcmv7Eu { width:21.875rem;height:5rem;top:5.1875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RU5XolF1ssEhTxvCapAbsdnUTKP7uEwb { width:21.875rem;height:3.4375rem;top:10.625rem;left:0rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8BF7EwZRvCFknSzguRO253NVZT3Td11 { width:21.875rem;height:3.4375rem;top:6.25rem;left:25.875rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmDqO7NTadCfePsB4lIaXgGhFWZ7S0wD { width:21.875rem;height:2.5rem;top:10.1875rem;left:25.875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tx2F202P3G5fvv5VZsqAqxhbnvdZNMJu { width:17.5rem;height:3.4375rem;top:22rem;left:27.062501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9u94qi3cIvCph74S8t7032NFTbgt4gH { display:block; }
 }@media only screen and (max-width: 763px) { #bpIZpT8HBGh57ox6GuXXmphx5Tr1zBp7 { display:block; }#bpIZpT8HBGh57ox6GuXXmphx5Tr1zBp7 > .row .container { width:47.75rem;height:33.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kxna0RnnvI8Kn9SpZ38dXynUyea7IfNr { width:20rem;height:2.5625rem;top:2.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVWTcAZ3lIcWTrzIRuP6nlDHMQW6Z0fP { width:11.875rem;height:9.9375rem;top:11.375rem;left:17.916666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #ersmGn2nLcdbX37fb4KQ4XaIt5RT9Vk7 { width:11.875rem;height:9.9375rem;top:11.375rem;left:33.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrTSys6BCLzLpynHbOATS001VpZ0HJWa { width:11.875rem;height:9.9375rem;top:11.375rem;left:33.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKRHmqDx61mIAi53vlk7g3HqeSPOkysW { width:11.875rem;height:9.9375rem;top:11.375rem;left:33.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceLRZH89zCGP3dhk2oVbOGHTZFzE59O8 { width:11.875rem;height:9.9375rem;top:11.375rem;left:17.916666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEo1JfWBTvwCTp0VWIVSpN8Wez4z8nzy { width:11.875rem;height:9.9375rem;top:11.375rem;left:33.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9x7WRaXf2UJdtJg203LIVSXmpNMlJwv { width:11.875rem;height:9.9375rem;top:11.375rem;left:33.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #cs5QTLzq0Tg4FhwaqzUcRsfM2AaV38t8 { width:11.875rem;height:9.9375rem;top:11.375rem;left:33.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMpRPWmXi9J4L3VT7PlrpKTUDJT6H9mF { width:11.875rem;height:9.9375rem;top:11.375rem;left:33.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7Mhn4saFcUyuZ5rGKPLK6VziDRiZHqH { width:11.875rem;height:9.9375rem;top:11.375rem;left:33.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #rM3c0cQBKodomSRrgNysbpqd5QpzKfVq { width:11.875rem;height:9.9375rem;top:11.375rem;left:33.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTTo1R8f1FLkNETTGoeqHNAZAhJxCTM2 { width:11.875rem;height:9.9375rem;top:11.375rem;left:33.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #trdUGiqiaLIC4PwnVDEQpDHb4L32GJ6y { width:11.875rem;height:9.9375rem;top:11.375rem;left:33.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPglPMZlNBT8hTLQkzOXhRyZQbI68meD { width:11.875rem;height:9.9375rem;top:11.375rem;left:33.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #z997lTwFaL5ccrugdDxM29xPlzp79nV3 { width:11.875rem;height:9.9375rem;top:11.375rem;left:33.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvsTM4e5byafrxvcksOWkrdVLrWNfkh4 { width:11.875rem;height:9.9375rem;top:11.375rem;left:33.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw5J5WXGGlsedKmQLbdeK8vLFGNKVvvm { width:11.875rem;height:9.9375rem;top:11.375rem;left:33.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #fty2bvLDBO3IK42GOeBU96faug8apUlw { width:11.875rem;height:9.9375rem;top:11.375rem;left:33.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #KC4E43fRBOpBV2b7Jk5n1wJT45ucaBuo { width:11.875rem;height:9.9375rem;top:11.375rem;left:33.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfiKlagTDkkM3nPeTX8i75B6WZFOs7kN { width:11.875rem;height:9.9375rem;top:11.375rem;left:33.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #sopTST5hupPC3id3z9Fne75pdRITaiOm { width:11.875rem;height:9.9375rem;top:11.375rem;left:33.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIWAfLuuuT1HJ6RNQ7Tf5H2HcuayQkwf { width:11.875rem;height:9.9375rem;top:11.375rem;left:33.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqthtC2Fc6h0cq7GF7Ao4XXNTs8FbnoJ { width:11.875rem;height:9.9375rem;top:11.375rem;left:33.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHRTULyPek9PQTql04Fx2MtyvuRTbSsS { width:11.875rem;height:9.9375rem;top:11.375rem;left:33.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2XTd3xXbmD0TqGQfHOIT5PMKEeCTBbA { width:11.875rem;height:9.9375rem;top:11.375rem;left:33.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5NT5hzhpA57SaoNOaXpqAtvb6tgW1CB { width:11.875rem;height:9.9375rem;top:11.375rem;left:33.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRx8q1ILuZrnbA5T5WqBsW0HkSc9szVr { width:11.875rem;height:9.9375rem;top:11.375rem;left:33.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4JA5iFHQvWO8VuCL2QORFrlusBTn3Kw { width:11.875rem;height:9.9375rem;top:11.375rem;left:33.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #RP6saaSrtQvw37TztNK788JK51fb2feO { width:11.875rem;height:9.9375rem;top:11.375rem;left:33.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #trHGTe7H8GI8upnKonSUTAdquEF9pOqP { width:11.875rem;height:9.9375rem;top:11.375rem;left:33.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcPieIpHgHewd4kGKTJeIEzvqtTpta02 { width:11.875rem;height:9.9375rem;top:11.375rem;left:33.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #OC5GlfQ9SMKddFhkmC8O3xsuLW0dMfo0 { display:block; }#OC5GlfQ9SMKddFhkmC8O3xsuLW0dMfo0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ErQQxEM8XLETE5c9EZn8VOZBgNoTqIbT { top:3.25rem;left:0rem;width:18.75rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOsHTgkxMHqTgU0tG7SXeppJkGD6DV0B { width:9.9375rem;height:9.9375rem;top:11.375rem;left:33.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTp9cchIHzDqI5ap8ThKV70iU53lEMm0 { width:9.9375rem;height:9.9375rem;top:11.375rem;left:33.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #paDCde3fcw4aTLndkhJ0216qVTtJzmL9 { width:9.9375rem;height:9.9375rem;top:11.375rem;left:33.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXZxTXUZsGPDr7GnTzUsHdgvKC77Wbhs { width:9.9375rem;height:9.9375rem;top:11.375rem;left:33.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoQebtsymI5JHU1XcLFvQJ3OV6SZBzmn { width:9.9375rem;height:9.9375rem;top:11.375rem;left:33.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sx7VAIZZnsTiwzcJKuAFXCDFTTaLbn1G { width:9.9375rem;height:9.9375rem;top:11.375rem;left:33.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #coV7ebfONMnnK4PgbMERe46Gs4ttE9ns { width:9.9375rem;height:9.9375rem;top:11.375rem;left:33.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #bz3MME84eh515aNrOcROfXn8i78c6Qfk { width:9.9375rem;height:9.9375rem;top:11.375rem;left:33.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfAIJpVqXpB77Uw8kZ3aMxUq7DUkHJVF { width:9.9375rem;height:9.9375rem;top:11.375rem;left:33.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZvs2LdtZwb3EngWniwQOPhNGunnt3Qp { width:9.9375rem;height:9.9375rem;top:11.375rem;left:33.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #POcDu7EPBBKnypF7vqfcXTbdQpO3mVJc { width:9.9375rem;height:9.9375rem;top:11.375rem;left:33.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLk3bd18oEJQSmGbXfEuSPxKeFCeXEDt { width:9.9375rem;height:9.9375rem;top:11.375rem;left:33.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0X6Zqi98OHpUzlX7AID9hQeUzHUV35r { width:9.9375rem;height:9.9375rem;top:11.375rem;left:33.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #gofP3AevG0JIQGbSfwPZMnLIlgmEc7OL { width:9.9375rem;height:9.9375rem;top:11.375rem;left:33.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1KmTk3u0hT7SyTtkDAIxParetmmIwHJ { width:9.9375rem;height:9.9375rem;top:11.375rem;left:33.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lz33A8w3OO4SsE6uc8cfgmoKf9QXxtNL { width:9.9375rem;height:9.9375rem;top:11.375rem;left:33.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lt7IQVTkFAx0IH6TR5Fyqc6hg0z9FhFa { width:9.9375rem;height:9.9375rem;top:11.375rem;left:33.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #oF2IQIT3U1evt7CIthS9vCqeTpkOVLrg { width:9.9375rem;height:9.9375rem;top:11.375rem;left:33.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBncsS8MyGEIW2Lf1dyMtQxWaDoDkpag { width:9.9375rem;height:9.9375rem;top:11.375rem;left:33.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqRnPEDOXLlZm95wGfzlJngciUcKLTCE { width:9.9375rem;height:9.9375rem;top:11.375rem;left:33.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVrxuPALT7Vm1TCWqDJoMTSuzUzMolLz { width:9.9375rem;height:9.9375rem;top:11.375rem;left:33.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #t86voey02s4Ug1f0imRSL5T3pWRQyC46 { width:9.9375rem;height:9.9375rem;top:11.375rem;left:33.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKPhySG4ylMCGiGIPBHIJ1Moend4ESnv { width:9.9375rem;height:9.9375rem;top:11.375rem;left:33.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWRUC7U4aBHsQzBQEGefRcIq1SSbigvr { width:9.9375rem;height:9.9375rem;top:11.375rem;left:33.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #rykxhftftoHnkoBAl43b5qCKanQ5wq3X { width:9.9375rem;height:9.9375rem;top:11.375rem;left:33.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8sfGrSyDxWyFvQykVaCGchDnIgKvJVD { width:9.9375rem;height:9.9375rem;top:11.375rem;left:33.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLgW4QZC8o4G3oNUmEpad1s5noh51t6U { width:9.9375rem;height:9.9375rem;top:11.375rem;left:33.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyduIUglk1uu7hCQTma44yoZnZOx8XoA { width:9.9375rem;height:9.9375rem;top:11.375rem;left:33.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #ow8niZhDzH4Qm5ppGCsph8bVd8GKRKTr { width:9.9375rem;height:9.9375rem;top:11.375rem;left:33.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXr79kufJivFC9T9DP6ZZhqJP6B6QcSo { width:9.9375rem;height:9.9375rem;top:11.375rem;left:33.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRicx0bt8rU6rn9wJuuKMwFQxM0iKSB1 { width:9.9375rem;height:9.9375rem;top:11.375rem;left:33.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpLgSuC0aD6gdQohz48KxGvKwn96rxxl { width:9.9375rem;height:9.9375rem;top:11.375rem;left:33.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #MR5t6TmkgDoCZiwQJWlZ8caL3ectpx4R { width:9.9375rem;height:9.9375rem;top:11.375rem;left:33.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUT4GGZpoTdgGEFxqnoUFOsTwTENuupG { width:9.9375rem;height:9.9375rem;top:11.375rem;left:33.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWdLLPSWKd0XZHr3A2kkMmqXZTRpPUml { width:9.9375rem;height:9.9375rem;top:11.375rem;left:33.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #NslienQQloSZRuCvu5tAcx0ZpBvTpXl3 { width:9.9375rem;height:9.9375rem;top:11.375rem;left:33.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #crQh14usXfTkEsqquEn2vA2vITzilxTS { width:9.9375rem;height:9.9375rem;top:11.375rem;left:33.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyhIRLfpzSekJDixt5QSqwDTVvZ3lXBN { width:9.9375rem;height:9.9375rem;top:11.375rem;left:33.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOqHniGUIa2AO2poPH586Z7aTNwQRMUR { width:9.9375rem;height:9.9375rem;top:11.375rem;left:33.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #JL0cs54apL8wBtNl4rOqlZTH4ppqc1AD { width:9.9375rem;height:9.9375rem;top:11.375rem;left:33.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKtXp6BmDZTRXELgddHT8DTmZQ2ptZTx { width:9.9375rem;height:9.9375rem;top:11.375rem;left:33.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymSBQv9K2oFSzNdx3v8dvmNQUVK9RfRI { width:9.9375rem;height:9.9375rem;top:11.375rem;left:33.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zrb4qWPe9p1m9p5yhRIycv1X2puxaVpS { width:9.9375rem;height:9.9375rem;top:11.375rem;left:33.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMZfpUadCVz4qlwQlSS6RzCfMC0oMmR3 { display:block; }#iMZfpUadCVz4qlwQlSS6RzCfMC0oMmR3 > .row .container { width:47.75rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qg7KMMK72awpiX7rVxmH3fGyqcbICQc5 { width:47.75rem;height:2.8125rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bf3nexs19pVaTDLB9ShS0g0sfM3MVky5 { width:17.5rem;height:3.4375rem;top:8.125rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlnz5gcrLWLye61ne6ZGRPyLt5vHT4T8 { display:block; }
 }@media only screen and (max-width: 763px) { #AgL3cgQNEwuignzzJ6e1UkwN3BvvaGuy { display:block; }#AgL3cgQNEwuignzzJ6e1UkwN3BvvaGuy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m5N51zMGK4XZLplNRwegApiyNGOFfsCv { top:6.5625rem;left:0rem;width:47.75rem;height:4.75rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ZiCUDLnql6OoC5DXcJDPVBDDEbT7a8x6 { display:block; }#ZiCUDLnql6OoC5DXcJDPVBDDEbT7a8x6 > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RAZrTmNOU95or15avo8cA7R5veTGCwV9 { width:6.125rem;height:4.125rem;top:0.59375rem;left:6.9374998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKTET9Z2RRWcK78wnT56RTXugZK8uiJv { display:block; }#IKTET9Z2RRWcK78wnT56RTXugZK8uiJv > .row .container { width:20rem;height:37rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SFuPHkKfhBi8LVKRsvt9A0bBiCcmv7Eu { width:20rem;height:3.75rem;top:2.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RU5XolF1ssEhTxvCapAbsdnUTKP7uEwb { width:20rem;height:3.4375rem;top:7.1875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w8BF7EwZRvCFknSzguRO253NVZT3Td11 { width:20rem;height:24.0625rem;top:6.46875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RmDqO7NTadCfePsB4lIaXgGhFWZ7S0wD { width:20rem;height:1.875rem;top:20.625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tx2F202P3G5fvv5VZsqAqxhbnvdZNMJu { width:17.5rem;height:3.4375rem;top:32.88671875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9u94qi3cIvCph74S8t7032NFTbgt4gH { display:block; }
 }@media only screen and (max-width: 763px) { #bpIZpT8HBGh57ox6GuXXmphx5Tr1zBp7 { background-color:transparent;background-image:url("//new.landingi.com/uploads/3bdc07ab6e93c9c38c5a/pictures/c664f07d5b226a66f0b454a262eeae2c.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-size:cover !important;display:block; }#bpIZpT8HBGh57ox6GuXXmphx5Tr1zBp7.adaptive-delivery-prevent-bg, #bpIZpT8HBGh57ox6GuXXmphx5Tr1zBp7.lazyload, #bpIZpT8HBGh57ox6GuXXmphx5Tr1zBp7.lazyloading { background-image: none; }#bpIZpT8HBGh57ox6GuXXmphx5Tr1zBp7 > .row .container { background-color: transparent; background-image: none; }#bpIZpT8HBGh57ox6GuXXmphx5Tr1zBp7::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bpIZpT8HBGh57ox6GuXXmphx5Tr1zBp7 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bpIZpT8HBGh57ox6GuXXmphx5Tr1zBp7 > .row .container > .video-iframe-container { display: none; }#bpIZpT8HBGh57ox6GuXXmphx5Tr1zBp7 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bpIZpT8HBGh57ox6GuXXmphx5Tr1zBp7 > .row > .video-iframe-container { display: none; }#bpIZpT8HBGh57ox6GuXXmphx5Tr1zBp7 > .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); }#bpIZpT8HBGh57ox6GuXXmphx5Tr1zBp7 > .row .container { width:20rem;height:431.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kxna0RnnvI8Kn9SpZ38dXynUyea7IfNr { width:20rem;height:2.6rem;top:3.125rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VVWTcAZ3lIcWTrzIRuP6nlDHMQW6Z0fP { width:13.125rem;height:11rem;top:8.186718940735rem;left:3.4374998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #ersmGn2nLcdbX37fb4KQ4XaIt5RT9Vk7 { width:13.125rem;height:11rem;top:21.6875rem;left:3.4374998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrTSys6BCLzLpynHbOATS001VpZ0HJWa { width:13.125rem;height:11rem;top:35.375rem;left:3.4374998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKRHmqDx61mIAi53vlk7g3HqeSPOkysW { width:13.125rem;height:11rem;top:49.125rem;left:3.4374998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceLRZH89zCGP3dhk2oVbOGHTZFzE59O8 { width:13.125rem;height:11rem;top:186.5rem;left:3.4374998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEo1JfWBTvwCTp0VWIVSpN8Wez4z8nzy { width:13.125rem;height:11rem;top:307.62501335144rem;left:3.4374998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9x7WRaXf2UJdtJg203LIVSXmpNMlJwv { width:13.125rem;height:11rem;top:321.56251335144rem;left:3.4374998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #cs5QTLzq0Tg4FhwaqzUcRsfM2AaV38t8 { width:13.125rem;height:11rem;top:200.18750572204rem;left:3.4374998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMpRPWmXi9J4L3VT7PlrpKTUDJT6H9mF { width:13.125rem;height:11rem;top:63.25rem;left:3.4374998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7Mhn4saFcUyuZ5rGKPLK6VziDRiZHqH { width:13.125rem;height:11rem;top:213.68750762939rem;left:3.4374998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #rM3c0cQBKodomSRrgNysbpqd5QpzKfVq { width:13.125rem;height:11rem;top:335.68751335144rem;left:3.4374998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTTo1R8f1FLkNETTGoeqHNAZAhJxCTM2 { width:13.125rem;height:11rem;top:77.375rem;left:3.4374998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #trdUGiqiaLIC4PwnVDEQpDHb4L32GJ6y { width:13.125rem;height:11rem;top:91.25rem;left:3.4374998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPglPMZlNBT8hTLQkzOXhRyZQbI68meD { width:13.125rem;height:11rem;top:227.06250667572rem;left:3.4374998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #z997lTwFaL5ccrugdDxM29xPlzp79nV3 { width:13.125rem;height:11rem;top:349.37501239777rem;left:3.4374998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvsTM4e5byafrxvcksOWkrdVLrWNfkh4 { width:13.125rem;height:11rem;top:362.93751239777rem;left:3.4999998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw5J5WXGGlsedKmQLbdeK8vLFGNKVvvm { width:13.125rem;height:11rem;top:240.56250572204rem;left:3.4374998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #fty2bvLDBO3IK42GOeBU96faug8apUlw { width:13.125rem;height:11rem;top:104.75rem;left:3.4374998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #KC4E43fRBOpBV2b7Jk5n1wJT45ucaBuo { width:13.125rem;height:11rem;top:376.75001335144rem;left:3.4374998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfiKlagTDkkM3nPeTX8i75B6WZFOs7kN { width:13.125rem;height:11rem;top:254.06250572204rem;left:3.4374998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #sopTST5hupPC3id3z9Fne75pdRITaiOm { width:13.125rem;height:11rem;top:118.375rem;left:3.4374998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIWAfLuuuT1HJ6RNQ7Tf5H2HcuayQkwf { width:13.125rem;height:11rem;top:390.50001239777rem;left:3.4374998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqthtC2Fc6h0cq7GF7Ao4XXNTs8FbnoJ { width:13.125rem;height:11rem;top:267.37500572204rem;left:3.4374998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHRTULyPek9PQTql04Fx2MtyvuRTbSsS { width:13.125rem;height:11rem;top:132rem;left:3.4374998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2XTd3xXbmD0TqGQfHOIT5PMKEeCTBbA { width:13.125rem;height:11rem;top:404.18751335144rem;left:3.4374998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5NT5hzhpA57SaoNOaXpqAtvb6tgW1CB { width:13.125rem;height:11rem;top:280.62500762939rem;left:3.4374998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRx8q1ILuZrnbA5T5WqBsW0HkSc9szVr { width:13.125rem;height:11rem;top:145.5rem;left:3.4374998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4JA5iFHQvWO8VuCL2QORFrlusBTn3Kw { width:13.125rem;height:11rem;top:417.81251239777rem;left:3.4374998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #RP6saaSrtQvw37TztNK788JK51fb2feO { width:13.125rem;height:11rem;top:294.18751335144rem;left:3.4374998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #trHGTe7H8GI8upnKonSUTAdquEF9pOqP { width:13.125rem;height:11rem;top:159.125rem;left:3.4374998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcPieIpHgHewd4kGKTJeIEzvqtTpta02 { width:13.125rem;height:11rem;top:172.6875rem;left:3.4374998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #OC5GlfQ9SMKddFhkmC8O3xsuLW0dMfo0 { display:block; }#OC5GlfQ9SMKddFhkmC8O3xsuLW0dMfo0 > .row .container { width:20rem;height:532.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ErQQxEM8XLETE5c9EZn8VOZBgNoTqIbT { width:18.75rem;height:1.70605625rem;top:1.25rem;left:0.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOsHTgkxMHqTgU0tG7SXeppJkGD6DV0B { width:11rem;height:11rem;top:4.2rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTp9cchIHzDqI5ap8ThKV70iU53lEMm0 { width:11rem;height:11rem;top:408.45rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #paDCde3fcw4aTLndkhJ0216qVTtJzmL9 { width:11rem;height:11rem;top:273.7rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXZxTXUZsGPDr7GnTzUsHdgvKC77Wbhs { width:11rem;height:11rem;top:138.95rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoQebtsymI5JHU1XcLFvQJ3OV6SZBzmn { width:11rem;height:11rem;top:151.2rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sx7VAIZZnsTiwzcJKuAFXCDFTTaLbn1G { width:11rem;height:11rem;top:285.95rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #coV7ebfONMnnK4PgbMERe46Gs4ttE9ns { width:11rem;height:11rem;top:420.7rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bz3MME84eh515aNrOcROfXn8i78c6Qfk { width:11rem;height:11rem;top:16.45rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfAIJpVqXpB77Uw8kZ3aMxUq7DUkHJVF { width:11rem;height:11rem;top:28.7rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZvs2LdtZwb3EngWniwQOPhNGunnt3Qp { width:11rem;height:11rem;top:163.45rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #POcDu7EPBBKnypF7vqfcXTbdQpO3mVJc { width:11rem;height:11rem;top:298.2rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLk3bd18oEJQSmGbXfEuSPxKeFCeXEDt { width:11rem;height:11rem;top:432.95rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0X6Zqi98OHpUzlX7AID9hQeUzHUV35r { width:11rem;height:11rem;top:40.95rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gofP3AevG0JIQGbSfwPZMnLIlgmEc7OL { width:11rem;height:11rem;top:175.7rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1KmTk3u0hT7SyTtkDAIxParetmmIwHJ { width:11rem;height:11rem;top:310.45rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lz33A8w3OO4SsE6uc8cfgmoKf9QXxtNL { width:11rem;height:11rem;top:445.2rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lt7IQVTkFAx0IH6TR5Fyqc6hg0z9FhFa { width:11rem;height:11rem;top:53.2rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oF2IQIT3U1evt7CIthS9vCqeTpkOVLrg { width:11rem;height:11rem;top:187.95rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBncsS8MyGEIW2Lf1dyMtQxWaDoDkpag { width:11rem;height:11rem;top:322.7rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqRnPEDOXLlZm95wGfzlJngciUcKLTCE { width:11rem;height:11rem;top:457.45rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVrxuPALT7Vm1TCWqDJoMTSuzUzMolLz { width:11rem;height:11rem;top:65.45rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t86voey02s4Ug1f0imRSL5T3pWRQyC46 { width:11rem;height:11rem;top:200.2rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKPhySG4ylMCGiGIPBHIJ1Moend4ESnv { width:11rem;height:11rem;top:334.95rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWRUC7U4aBHsQzBQEGefRcIq1SSbigvr { width:11rem;height:11rem;top:469.7rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rykxhftftoHnkoBAl43b5qCKanQ5wq3X { width:11rem;height:11rem;top:77.7rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8sfGrSyDxWyFvQykVaCGchDnIgKvJVD { width:11rem;height:11rem;top:212.45rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLgW4QZC8o4G3oNUmEpad1s5noh51t6U { width:11rem;height:11rem;top:347.2rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyduIUglk1uu7hCQTma44yoZnZOx8XoA { width:11rem;height:11rem;top:481.95rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ow8niZhDzH4Qm5ppGCsph8bVd8GKRKTr { width:11rem;height:11rem;top:89.95rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXr79kufJivFC9T9DP6ZZhqJP6B6QcSo { width:11rem;height:11rem;top:224.7rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRicx0bt8rU6rn9wJuuKMwFQxM0iKSB1 { width:11rem;height:11rem;top:359.45rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpLgSuC0aD6gdQohz48KxGvKwn96rxxl { width:11rem;height:11rem;top:494.2rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MR5t6TmkgDoCZiwQJWlZ8caL3ectpx4R { width:11rem;height:11rem;top:102.2rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUT4GGZpoTdgGEFxqnoUFOsTwTENuupG { width:11rem;height:11rem;top:236.95rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWdLLPSWKd0XZHr3A2kkMmqXZTRpPUml { width:11rem;height:11rem;top:371.7rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NslienQQloSZRuCvu5tAcx0ZpBvTpXl3 { width:11rem;height:11rem;top:506.45rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #crQh14usXfTkEsqquEn2vA2vITzilxTS { width:11rem;height:11rem;top:114.45rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyhIRLfpzSekJDixt5QSqwDTVvZ3lXBN { width:11rem;height:11rem;top:249.2rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOqHniGUIa2AO2poPH586Z7aTNwQRMUR { width:11rem;height:11rem;top:383.95rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JL0cs54apL8wBtNl4rOqlZTH4ppqc1AD { width:11rem;height:11rem;top:518.7rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKtXp6BmDZTRXELgddHT8DTmZQ2ptZTx { width:11rem;height:11rem;top:126.7rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymSBQv9K2oFSzNdx3v8dvmNQUVK9RfRI { width:11rem;height:11rem;top:261.45rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zrb4qWPe9p1m9p5yhRIycv1X2puxaVpS { width:11rem;height:11rem;top:396.2rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMZfpUadCVz4qlwQlSS6RzCfMC0oMmR3 { display:block; }#iMZfpUadCVz4qlwQlSS6RzCfMC0oMmR3 > .row .container { width:20rem;height:14.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qg7KMMK72awpiX7rVxmH3fGyqcbICQc5 { width:20rem;height:4.548825rem;top:2.5625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bf3nexs19pVaTDLB9ShS0g0sfM3MVky5 { width:17.5rem;height:3.4375rem;top:8.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlnz5gcrLWLye61ne6ZGRPyLt5vHT4T8 { display:block; }
 }@media only screen and (max-width: 763px) { #AgL3cgQNEwuignzzJ6e1UkwN3BvvaGuy { display:block; }#AgL3cgQNEwuignzzJ6e1UkwN3BvvaGuy > .row .container { width:20rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m5N51zMGK4XZLplNRwegApiyNGOFfsCv { width:20rem;height:8.035125rem;top:4.4750003814697rem;left:0rem;font-size:0.5625rem;display:block; }
 }