.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;
  }
}
@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:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WwQrgq1iE9FzL4QHHldWdzrtF3QbPHcL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#006aac;background-image:none;position:relative;display:block; }#WwQrgq1iE9FzL4QHHldWdzrtF3QbPHcL > .row .container { background-color: transparent; background-image: none; }#WwQrgq1iE9FzL4QHHldWdzrtF3QbPHcL::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WwQrgq1iE9FzL4QHHldWdzrtF3QbPHcL > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WwQrgq1iE9FzL4QHHldWdzrtF3QbPHcL > .row .container > .video-iframe-container { display: none; }#WwQrgq1iE9FzL4QHHldWdzrtF3QbPHcL > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WwQrgq1iE9FzL4QHHldWdzrtF3QbPHcL > .row > .video-iframe-container { display: none; }#WwQrgq1iE9FzL4QHHldWdzrtF3QbPHcL > .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); }#WwQrgq1iE9FzL4QHHldWdzrtF3QbPHcL > .row .container { border-width: 0; border-radius: 0; }#WwQrgq1iE9FzL4QHHldWdzrtF3QbPHcL > .row .container { font-size:14px;font-family:arial;height:179px;width:960px;position:relative;display:block; }#Me33ndGD0SQnq5cqonWTEFvsh4UDsrAk { color:#ffffff;display:block;width:794px;position:absolute;font-family:"open sans";font-size:28px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:42px;left:83px;height:72px;text-align:center;text-align-last:center;display:block; }
#cRukzrRwX4Tk0PfArh8QHTENcowUycLz { position:relative;display:block; }#cRukzrRwX4Tk0PfArh8QHTENcowUycLz { background-color: transparent; background-image: none; }#cRukzrRwX4Tk0PfArh8QHTENcowUycLz::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cRukzrRwX4Tk0PfArh8QHTENcowUycLz > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cRukzrRwX4Tk0PfArh8QHTENcowUycLz > .row .container > .video-iframe-container { display: none; }#cRukzrRwX4Tk0PfArh8QHTENcowUycLz > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cRukzrRwX4Tk0PfArh8QHTENcowUycLz > .row > .video-iframe-container { display: none; }#cRukzrRwX4Tk0PfArh8QHTENcowUycLz > .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); }#cRukzrRwX4Tk0PfArh8QHTENcowUycLz { border-width: 0; border-radius: 0; }#cRukzrRwX4Tk0PfArh8QHTENcowUycLz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:561px;width:960px;position:relative;display:block; }#P1IstAzqMF7nhbWJQms86342Fvtp0Sq6 { color:#000000;display:block;width:893px;position:absolute;font-family:averta;font-size:26px;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:41px;left:33.5px;height:33px;display:block; }
#urLN0uZcMJnOIG3acI78orKcgXiHXLOm { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:360px;width:640px;top:120px;left:160px;display:block; }
#bXyiJn8DWS12Junoctu5Va2PR1wKIPZE { position:relative;display:block; }#bXyiJn8DWS12Junoctu5Va2PR1wKIPZE { background-color: transparent; background-image: none; }#bXyiJn8DWS12Junoctu5Va2PR1wKIPZE::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bXyiJn8DWS12Junoctu5Va2PR1wKIPZE > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bXyiJn8DWS12Junoctu5Va2PR1wKIPZE > .row .container > .video-iframe-container { display: none; }#bXyiJn8DWS12Junoctu5Va2PR1wKIPZE > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bXyiJn8DWS12Junoctu5Va2PR1wKIPZE > .row > .video-iframe-container { display: none; }#bXyiJn8DWS12Junoctu5Va2PR1wKIPZE > .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); }#bXyiJn8DWS12Junoctu5Va2PR1wKIPZE { border-width: 0; border-radius: 0; }#bXyiJn8DWS12Junoctu5Va2PR1wKIPZE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:558px;width:960px;position:relative;display:block; }#lgaVUrgSRDTRc4QnVRbIJSsJRy7MSWZe { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:360px;width:640px;top:120px;left:160px;display:block; }
#Jt8P1QzXDFJm9dOupVQMTOI71pdTi6Mn { color:#000000;display:block;width:893px;position:absolute;font-family:averta;font-size:26px;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:42px;left:33.5px;height:33px;display:block; }
#LTuToc3HOB1L1wXOvPwpN1AhkChrfa7D { position:relative;display:block; }#LTuToc3HOB1L1wXOvPwpN1AhkChrfa7D { background-color: transparent; background-image: none; }#LTuToc3HOB1L1wXOvPwpN1AhkChrfa7D::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LTuToc3HOB1L1wXOvPwpN1AhkChrfa7D > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LTuToc3HOB1L1wXOvPwpN1AhkChrfa7D > .row .container > .video-iframe-container { display: none; }#LTuToc3HOB1L1wXOvPwpN1AhkChrfa7D > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LTuToc3HOB1L1wXOvPwpN1AhkChrfa7D > .row > .video-iframe-container { display: none; }#LTuToc3HOB1L1wXOvPwpN1AhkChrfa7D > .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); }#LTuToc3HOB1L1wXOvPwpN1AhkChrfa7D { border-width: 0; border-radius: 0; }#LTuToc3HOB1L1wXOvPwpN1AhkChrfa7D > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:530px;width:960px;position:relative;display:block; }#IuiCi4TCFH3eJLilqec2hZ1ZfJLIdMJa { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:360px;width:640px;top:120px;left:160px;display:block; }
#l5TZe9oSvq3tgXaw2lCTnQ9WGn4TKF0V { color:#000000;display:block;width:893px;position:absolute;font-family:averta;font-size:26px;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:38px;left:33.5px;height:33px;display:block; }
#oyx0akO707B0rO75Q9H5FSM2v7z1F5Kr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#006aac;background-image:none;position:relative;display:block; }#oyx0akO707B0rO75Q9H5FSM2v7z1F5Kr > .row .container { background-color: transparent; background-image: none; }#oyx0akO707B0rO75Q9H5FSM2v7z1F5Kr::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oyx0akO707B0rO75Q9H5FSM2v7z1F5Kr > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oyx0akO707B0rO75Q9H5FSM2v7z1F5Kr > .row .container > .video-iframe-container { display: none; }#oyx0akO707B0rO75Q9H5FSM2v7z1F5Kr > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oyx0akO707B0rO75Q9H5FSM2v7z1F5Kr > .row > .video-iframe-container { display: none; }#oyx0akO707B0rO75Q9H5FSM2v7z1F5Kr > .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); }#oyx0akO707B0rO75Q9H5FSM2v7z1F5Kr > .row .container { border-width: 0; border-radius: 0; }#oyx0akO707B0rO75Q9H5FSM2v7z1F5Kr > .row .container { font-size:14px;font-family:arial;height:205px;width:960px;position:relative;display:block; }#ONAD7rDEaBsqHT5JrrkVAUkRr87Sisbs { color:#000000;display:block;width:960px;position:absolute;font-family:averta;font-size:32px;font-weight:700;z-index:100000;line-height:1.4;letter-spacing:0;text-shadow:0 0 20px rgba(0,0,0,0.6);top:36.5px;left:0px;height:88px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o6T8CszTw5nbhbZEPT1H6XaTpxTTnFol { position:relative;display:block; }#o6T8CszTw5nbhbZEPT1H6XaTpxTTnFol { background-color: transparent; background-image: none; }#o6T8CszTw5nbhbZEPT1H6XaTpxTTnFol::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#o6T8CszTw5nbhbZEPT1H6XaTpxTTnFol > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#o6T8CszTw5nbhbZEPT1H6XaTpxTTnFol > .row .container > .video-iframe-container { display: none; }#o6T8CszTw5nbhbZEPT1H6XaTpxTTnFol > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#o6T8CszTw5nbhbZEPT1H6XaTpxTTnFol > .row > .video-iframe-container { display: none; }#o6T8CszTw5nbhbZEPT1H6XaTpxTTnFol > .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); }#o6T8CszTw5nbhbZEPT1H6XaTpxTTnFol { border-width: 0; border-radius: 0; }#o6T8CszTw5nbhbZEPT1H6XaTpxTTnFol > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:246px;width:960px;position:relative;display:block; }#crS2X1TFx6shTnFpJvrpHTFTI4AWUTQu { color:#e76d24;display:block;width:691px;position:absolute;font-family:averta;font-size:32px;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:37px;left:134.5px;height:82px;text-align:center;text-align-last:center;display:block; }
#QJrClJ4JFIvpI6RxiRUeCKm0T7uTiaPK { background-color:#e76d24;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;box-shadow: 0 4px 6px rgba(0,0,0,0.1) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:averta;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:535px;height:56px;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:162px;left:212.5px;display:block; }
#HsrIlPA6V3pfoCaJgRdSVOlmei3x2q9L { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#s00mWJiec4t9vv1C2UDxEqgNacqPykpi { position:relative;display:block; }#s00mWJiec4t9vv1C2UDxEqgNacqPykpi { background-color: transparent; background-image: none; }#s00mWJiec4t9vv1C2UDxEqgNacqPykpi::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#s00mWJiec4t9vv1C2UDxEqgNacqPykpi > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#s00mWJiec4t9vv1C2UDxEqgNacqPykpi > .row .container > .video-iframe-container { display: none; }#s00mWJiec4t9vv1C2UDxEqgNacqPykpi > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#s00mWJiec4t9vv1C2UDxEqgNacqPykpi > .row > .video-iframe-container { display: none; }#s00mWJiec4t9vv1C2UDxEqgNacqPykpi > .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); }#s00mWJiec4t9vv1C2UDxEqgNacqPykpi { border-width: 0; border-radius: 0; }#s00mWJiec4t9vv1C2UDxEqgNacqPykpi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:1218px;width:960px;position:relative;display:block; }#d5HHFkv9TLSnDRSDg4ciewcanLROfnMT { background-color:#e76d24;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;box-shadow: 0 4px 6px rgba(0,0,0,0.1) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:averta;font-size:24px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:768px;height:63px;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:1101px;left:96px;display:block; }
#wbqVHq5Uw129Xg4AXchCQC5WXMVtcOat { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#NkpCHsvnBIWQO9WFXnh0rHcb3wyQzxvB { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:338px;width:452px;top:45px;left:0px;overflow:hidden;display:block; }
#oNbvSAC9WIJTT9lOU6tGCnVMG5Ukb4DF { color:#322c60;display:block;width:436px;position:absolute;font-family:averta;font-size:20px;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:45px;left:485px;height:52px;text-align:center;text-align-last:center;display:block; }
#r1eiMatbpp8VMc2pKVny09iMMXRUpR0C { position:absolute;display:block;z-index:99999;background-color:rgba(0,0,0,0);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:2px solid #5d92ff;border-left:2px solid #5d92ff;border-right:2px solid #5d92ff;border-bottom:2px solid #5d92ff;height:643px;width:781px;top:410px;left:87.5px;display:block; }
#k5eRVUMkJiqLd3ndKTdmpI4a5xcE6IgL { color:#000000;display:block;width:443px;position:absolute;font-family:averta;font-size:16px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:113px;left:485px;height:240px;display:block; }#k5eRVUMkJiqLd3ndKTdmpI4a5xcE6IgL li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#k5eRVUMkJiqLd3ndKTdmpI4a5xcE6IgL li:before{  }
#JN6IU1bEcWwvmzbPDfAy1hlgtX54y7eL { color:#000000;display:block;width:547px;position:absolute;font-family:averta;font-size:16px;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:511px;left:206.5px;height:;text-align:left;text-align-last:left;display:block; }#JN6IU1bEcWwvmzbPDfAy1hlgtX54y7eL li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#JN6IU1bEcWwvmzbPDfAy1hlgtX54y7eL li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/6E51S4rT/video_camera.png); }
#IcTbX71GlQIQh8WRzhKA1QNra60uyQTi { color:#e76d24;display:block;width:691px;position:absolute;font-family:averta;font-size:32px;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:438px;left:104px;height:41px;text-align:center;text-align-last:center;display:block; }
#nQVFC1oqEMqANFxKwsnXdmnSOPhQ2vLT { position:relative;display:block; }#nQVFC1oqEMqANFxKwsnXdmnSOPhQ2vLT { background-color: transparent; background-image: none; }#nQVFC1oqEMqANFxKwsnXdmnSOPhQ2vLT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nQVFC1oqEMqANFxKwsnXdmnSOPhQ2vLT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nQVFC1oqEMqANFxKwsnXdmnSOPhQ2vLT > .row .container > .video-iframe-container { display: none; }#nQVFC1oqEMqANFxKwsnXdmnSOPhQ2vLT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nQVFC1oqEMqANFxKwsnXdmnSOPhQ2vLT > .row > .video-iframe-container { display: none; }#nQVFC1oqEMqANFxKwsnXdmnSOPhQ2vLT > .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); }#nQVFC1oqEMqANFxKwsnXdmnSOPhQ2vLT { border-width: 0; border-radius: 0; }#nQVFC1oqEMqANFxKwsnXdmnSOPhQ2vLT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:174px;width:960px;position:relative;display:block; }#ZssLQ1Q57DX0e8sUXRHa7I0oKumPOUXV { color:#322c60;display:block;width:430px;position:absolute;font-family:averta;font-size:14px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:106px;left:0px;height:18px;display:block; }
#QkcsrgsuxpnxrwzmIIwfpRqUbdozWiUs { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#333333;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:averta;font-size:13px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:142px;height:26px;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:102px;left:749px;display:block; }
#Tlg1EQ2AwMNmy7XRWW0Myyl4e8dIzmRn { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#T5hVTwJ2i3zPUprUZRK3HMVrTSd15RSH { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#333333;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:averta;font-size:13px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:66px;height:26px;text-decoration:none;z-index:100012;text-align:right;text-align-last:right;top:102px;left:894px;display:block; }
#JWArNcuL2a38IfeINoqJo7EkDoaTyhoC { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WwQrgq1iE9FzL4QHHldWdzrtF3QbPHcL { display:block; }#WwQrgq1iE9FzL4QHHldWdzrtF3QbPHcL > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Me33ndGD0SQnq5cqonWTEFvsh4UDsrAk { top:42px;left:0px;width:764px;height:72px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #cRukzrRwX4Tk0PfArh8QHTENcowUycLz { display:block; }#cRukzrRwX4Tk0PfArh8QHTENcowUycLz > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P1IstAzqMF7nhbWJQms86342Fvtp0Sq6 { top:41px;left:0px;width:764px;height:33px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #urLN0uZcMJnOIG3acI78orKcgXiHXLOm { top:120px;left:62px;width:640px;height:360px;display:block; }
 }@media only screen and (max-width: 763px) { #bXyiJn8DWS12Junoctu5Va2PR1wKIPZE { display:block; }#bXyiJn8DWS12Junoctu5Va2PR1wKIPZE > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lgaVUrgSRDTRc4QnVRbIJSsJRy7MSWZe { top:120px;left:62px;width:640px;height:360px;display:block; }
 }@media only screen and (max-width: 763px) { #Jt8P1QzXDFJm9dOupVQMTOI71pdTi6Mn { top:42px;left:0px;width:764px;height:33px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #LTuToc3HOB1L1wXOvPwpN1AhkChrfa7D { display:block; }#LTuToc3HOB1L1wXOvPwpN1AhkChrfa7D > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IuiCi4TCFH3eJLilqec2hZ1ZfJLIdMJa { top:120px;left:62px;width:640px;height:360px;display:block; }
 }@media only screen and (max-width: 763px) { #l5TZe9oSvq3tgXaw2lCTnQ9WGn4TKF0V { top:38px;left:0px;width:764px;height:33px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #oyx0akO707B0rO75Q9H5FSM2v7z1F5Kr { display:block; }#oyx0akO707B0rO75Q9H5FSM2v7z1F5Kr > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ONAD7rDEaBsqHT5JrrkVAUkRr87Sisbs { width:764px;height:88px;top:36px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #o6T8CszTw5nbhbZEPT1H6XaTpxTTnFol { display:block; }#o6T8CszTw5nbhbZEPT1H6XaTpxTTnFol > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #crS2X1TFx6shTnFpJvrpHTFTI4AWUTQu { top:37px;left:36.5px;width:691px;height:82px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #QJrClJ4JFIvpI6RxiRUeCKm0T7uTiaPK { width:535px;height:56px;top:162px;left:114.5px;display:block; }
 }@media only screen and (max-width: 763px) { #HsrIlPA6V3pfoCaJgRdSVOlmei3x2q9L { display:block; }
 }@media only screen and (max-width: 763px) { #s00mWJiec4t9vv1C2UDxEqgNacqPykpi { display:block; }#s00mWJiec4t9vv1C2UDxEqgNacqPykpi > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d5HHFkv9TLSnDRSDg4ciewcanLROfnMT { width:748px;height:63px;top:1101px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #wbqVHq5Uw129Xg4AXchCQC5WXMVtcOat { display:block; }
 }@media only screen and (max-width: 763px) { #NkpCHsvnBIWQO9WFXnh0rHcb3wyQzxvB { top:45px;left:0px;width:452px;height:338px;display:block; }
 }@media only screen and (max-width: 763px) { #oNbvSAC9WIJTT9lOU6tGCnVMG5Ukb4DF { width:436px;height:52px;top:45px;left:328px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #r1eiMatbpp8VMc2pKVny09iMMXRUpR0C { top:410px;left:0px;width:760px;height:643px;display:block; }
 }@media only screen and (max-width: 763px) { #k5eRVUMkJiqLd3ndKTdmpI4a5xcE6IgL { top:113px;left:321px;width:443px;height:260px;font-size:16px;display:block; }#k5eRVUMkJiqLd3ndKTdmpI4a5xcE6IgL li:before{  }
 }@media only screen and (max-width: 763px) { #JN6IU1bEcWwvmzbPDfAy1hlgtX54y7eL { top:511px;left:108.5px;width:547px;height:495px;font-size:16px;display:block; }#JN6IU1bEcWwvmzbPDfAy1hlgtX54y7eL li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/6E51S4rT/video_camera.png); }
 }@media only screen and (max-width: 763px) { #IcTbX71GlQIQh8WRzhKA1QNra60uyQTi { top:438px;left:6px;width:691px;height:41px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #nQVFC1oqEMqANFxKwsnXdmnSOPhQ2vLT { display:block; }#nQVFC1oqEMqANFxKwsnXdmnSOPhQ2vLT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZssLQ1Q57DX0e8sUXRHa7I0oKumPOUXV { width:430px;height:18px;top:106px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #QkcsrgsuxpnxrwzmIIwfpRqUbdozWiUs { width:142px;height:26px;top:102px;left:622px;display:block; }
 }@media only screen and (max-width: 763px) { #Tlg1EQ2AwMNmy7XRWW0Myyl4e8dIzmRn { display:block; }
 }@media only screen and (max-width: 763px) { #T5hVTwJ2i3zPUprUZRK3HMVrTSd15RSH { width:66px;height:26px;top:102px;left:698px;display:block; }
 }@media only screen and (max-width: 763px) { #JWArNcuL2a38IfeINoqJo7EkDoaTyhoC { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WwQrgq1iE9FzL4QHHldWdzrtF3QbPHcL { display:block; }#WwQrgq1iE9FzL4QHHldWdzrtF3QbPHcL > .row .container { width:320px;height:190px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Me33ndGD0SQnq5cqonWTEFvsh4UDsrAk { width:320px;height:128px;top:37px;left:0px;font-size:25px;font-family:averta;display:block; }
 }@media only screen and (max-width: 763px) { #cRukzrRwX4Tk0PfArh8QHTENcowUycLz { display:block; }#cRukzrRwX4Tk0PfArh8QHTENcowUycLz > .row .container { width:320px;height:306px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P1IstAzqMF7nhbWJQms86342Fvtp0Sq6 { width:320px;height:66px;top:20px;left:0px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #urLN0uZcMJnOIG3acI78orKcgXiHXLOm { height:180px;width:320px;top:106px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #bXyiJn8DWS12Junoctu5Va2PR1wKIPZE { display:block; }#bXyiJn8DWS12Junoctu5Va2PR1wKIPZE > .row .container { width:320px;height:306px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lgaVUrgSRDTRc4QnVRbIJSsJRy7MSWZe { height:180px;width:320px;top:106px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Jt8P1QzXDFJm9dOupVQMTOI71pdTi6Mn { width:320px;height:66px;top:20px;left:0px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #LTuToc3HOB1L1wXOvPwpN1AhkChrfa7D { display:block; }#LTuToc3HOB1L1wXOvPwpN1AhkChrfa7D > .row .container { width:320px;height:300px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IuiCi4TCFH3eJLilqec2hZ1ZfJLIdMJa { height:180px;width:320px;top:73px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #l5TZe9oSvq3tgXaw2lCTnQ9WGn4TKF0V { width:320px;height:33px;top:20px;left:0px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #oyx0akO707B0rO75Q9H5FSM2v7z1F5Kr { display:block; }#oyx0akO707B0rO75Q9H5FSM2v7z1F5Kr > .row .container { width:320px;height:233px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ONAD7rDEaBsqHT5JrrkVAUkRr87Sisbs { width:320px;height:140px;top:20px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #o6T8CszTw5nbhbZEPT1H6XaTpxTTnFol { display:block; }#o6T8CszTw5nbhbZEPT1H6XaTpxTTnFol > .row .container { width:320px;height:303px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #crS2X1TFx6shTnFpJvrpHTFTI4AWUTQu { width:320px;height:148px;top:20px;left:0px;font-size:29px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QJrClJ4JFIvpI6RxiRUeCKm0T7uTiaPK { width:246px;height:56px;top:202px;left:37px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #HsrIlPA6V3pfoCaJgRdSVOlmei3x2q9L { display:block; }
 }@media only screen and (max-width: 763px) { #s00mWJiec4t9vv1C2UDxEqgNacqPykpi { display:block; }#s00mWJiec4t9vv1C2UDxEqgNacqPykpi > .row .container { width:320px;height:1655px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d5HHFkv9TLSnDRSDg4ciewcanLROfnMT { width:320px;height:59px;top:1539px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #wbqVHq5Uw129Xg4AXchCQC5WXMVtcOat { display:block; }
 }@media only screen and (max-width: 763px) { #NkpCHsvnBIWQO9WFXnh0rHcb3wyQzxvB { width:280px;height:209px;top:20px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #oNbvSAC9WIJTT9lOU6tGCnVMG5Ukb4DF { width:320px;height:52px;top:249px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #r1eiMatbpp8VMc2pKVny09iMMXRUpR0C { width:316px;height:836px;top:681px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #k5eRVUMkJiqLd3ndKTdmpI4a5xcE6IgL { width:320px;height:340px;top:321px;left:0px;font-size:16px;display:block; }#k5eRVUMkJiqLd3ndKTdmpI4a5xcE6IgL li:before{  }
 }@media only screen and (max-width: 763px) { #JN6IU1bEcWwvmzbPDfAy1hlgtX54y7eL { width:305px;height:715px;top:782px;left:7px;font-size:16px;display:block; }#JN6IU1bEcWwvmzbPDfAy1hlgtX54y7eL li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/6E51S4rT/video_camera.png); }
 }@media only screen and (max-width: 763px) { #IcTbX71GlQIQh8WRzhKA1QNra60uyQTi { width:314px;height:33px;top:704px;left:3px;font-size:26px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nQVFC1oqEMqANFxKwsnXdmnSOPhQ2vLT { display:block; }#nQVFC1oqEMqANFxKwsnXdmnSOPhQ2vLT > .row .container { width:320px;height:201px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZssLQ1Q57DX0e8sUXRHa7I0oKumPOUXV { width:320px;height:36px;top:20px;left:0px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QkcsrgsuxpnxrwzmIIwfpRqUbdozWiUs { width:142px;height:26px;top:76px;left:89px;display:block; }
 }@media only screen and (max-width: 763px) { #Tlg1EQ2AwMNmy7XRWW0Myyl4e8dIzmRn { display:block; }
 }@media only screen and (max-width: 763px) { #T5hVTwJ2i3zPUprUZRK3HMVrTSd15RSH { width:66px;height:26px;top:122px;left:127px;display:block; }
 }@media only screen and (max-width: 763px) { #JWArNcuL2a38IfeINoqJo7EkDoaTyhoC { display:block; }
 }