.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#7bafba;background-image:none;position:relative;display:block; }
#Mn8yy8zHcHOe461Qm2uhehyyKwTbK7Hf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mn8yy8zHcHOe461Qm2uhehyyKwTbK7Hf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mn8yy8zHcHOe461Qm2uhehyyKwTbK7Hf > .row > .video-iframe-container { display: none; }#Mn8yy8zHcHOe461Qm2uhehyyKwTbK7Hf > .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); }#fAexgtA1dT4fFCrk5MvaLACzobde2vhT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fAexgtA1dT4fFCrk5MvaLACzobde2vhT > .row .container { background-color: transparent; background-image: none; }#fAexgtA1dT4fFCrk5MvaLACzobde2vhT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fAexgtA1dT4fFCrk5MvaLACzobde2vhT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fAexgtA1dT4fFCrk5MvaLACzobde2vhT > .row .container > .video-iframe-container { display: none; }#fAexgtA1dT4fFCrk5MvaLACzobde2vhT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fAexgtA1dT4fFCrk5MvaLACzobde2vhT > .row > .video-iframe-container { display: none; }#fAexgtA1dT4fFCrk5MvaLACzobde2vhT > .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); }#fAexgtA1dT4fFCrk5MvaLACzobde2vhT > .row .container { border-width: 0; border-radius: 0; }#fAexgtA1dT4fFCrk5MvaLACzobde2vhT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fAexgtA1dT4fFCrk5MvaLACzobde2vhT > .row .container { font-size:14px;font-family:arial;height:119px;width:960px;position:relative;display:block; }#bCt1wGXcylHhFFw5vlnS9W3H7hVpST7v { background-color:#32475e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:arial;font-size:12px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:76px;height:39px;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:40px;left:291px;display:block; }
#okmTA7dmp50cr6fmDEX19OgzVBtEhvss { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Wmlpkgu7Hoc1hO8hRvgAvD2gdyJAtDKC { background-color:#32475e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:arial;font-size:12px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:76px;height:39px;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:41px;left:411px;display:block; }
#FkNz8T5voV8yhkD59ioFhw8XICtfyG8i { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#h1z8eg4N3kdz4fJgrL96B8aOP1XQsUXn { background-color:#32475e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:arial;font-size:12px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:76px;height:39px;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:41px;left:532px;display:block; }
#EaTsR5tym6Mh65UflE7VNICqBzTU12Wv { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#EIuyDhrC4SAVz7GT3VT68rIJvwClIUKn { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:89px;width:130px;top:15.5px;left:65.78125px;overflow:hidden;display:block; }
#gbf2eEhoV2rWanUzoy1yucKtg2whLibd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3dfbff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gbf2eEhoV2rWanUzoy1yucKtg2whLibd > .row .container { background-color: transparent; background-image: none; }#gbf2eEhoV2rWanUzoy1yucKtg2whLibd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbf2eEhoV2rWanUzoy1yucKtg2whLibd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbf2eEhoV2rWanUzoy1yucKtg2whLibd > .row .container > .video-iframe-container { display: none; }#gbf2eEhoV2rWanUzoy1yucKtg2whLibd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbf2eEhoV2rWanUzoy1yucKtg2whLibd > .row > .video-iframe-container { display: none; }#gbf2eEhoV2rWanUzoy1yucKtg2whLibd > .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); }#gbf2eEhoV2rWanUzoy1yucKtg2whLibd > .row .container { border-width: 0; border-radius: 0; }#gbf2eEhoV2rWanUzoy1yucKtg2whLibd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gbf2eEhoV2rWanUzoy1yucKtg2whLibd > .row .container { font-size:14px;font-family:arial;height:15px;width:960px;position:relative;display:block; }#TTtZ7EF3cSVgy1Jafnn5LZud8hHorW0W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6d00ff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TTtZ7EF3cSVgy1Jafnn5LZud8hHorW0W > .row .container { background-color: transparent; background-image: none; }#TTtZ7EF3cSVgy1Jafnn5LZud8hHorW0W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTtZ7EF3cSVgy1Jafnn5LZud8hHorW0W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTtZ7EF3cSVgy1Jafnn5LZud8hHorW0W > .row .container > .video-iframe-container { display: none; }#TTtZ7EF3cSVgy1Jafnn5LZud8hHorW0W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTtZ7EF3cSVgy1Jafnn5LZud8hHorW0W > .row > .video-iframe-container { display: none; }#TTtZ7EF3cSVgy1Jafnn5LZud8hHorW0W > .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); }#TTtZ7EF3cSVgy1Jafnn5LZud8hHorW0W > .row .container { border-width: 0; border-radius: 0; }#TTtZ7EF3cSVgy1Jafnn5LZud8hHorW0W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TTtZ7EF3cSVgy1Jafnn5LZud8hHorW0W > .row .container { font-size:14px;font-family:arial;height:149px;width:960px;position:relative;display:block; }#NBgUfLvKTwn3OwfZNQ5oXpq1QLium6yE { display:block;width:960px;position:absolute;font-family:"hatsch sans";font-size:40px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:2px 2px 2px #000000;top:20.58203125px;left:0px;height:104px;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wQlGeywTK2ZAwkZV2UguqUX2akvS2462 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7bafba;background-image:url("https://images.assets-landingi.com/uc/0177d099-a4f2-423e-82af-f4b8a0982c5d/MIMovieImageEthanHoldsOnincTEXT.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wQlGeywTK2ZAwkZV2UguqUX2akvS2462.adaptive-delivery-prevent-bg, #wQlGeywTK2ZAwkZV2UguqUX2akvS2462.lazyload, #wQlGeywTK2ZAwkZV2UguqUX2akvS2462.lazyloading { background-image: none; }#wQlGeywTK2ZAwkZV2UguqUX2akvS2462 > .row .container { background-color: transparent; background-image: none; }#wQlGeywTK2ZAwkZV2UguqUX2akvS2462::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wQlGeywTK2ZAwkZV2UguqUX2akvS2462 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wQlGeywTK2ZAwkZV2UguqUX2akvS2462 > .row .container > .video-iframe-container { display: none; }#wQlGeywTK2ZAwkZV2UguqUX2akvS2462 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wQlGeywTK2ZAwkZV2UguqUX2akvS2462 > .row > .video-iframe-container { display: none; }#wQlGeywTK2ZAwkZV2UguqUX2akvS2462 > .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); }#wQlGeywTK2ZAwkZV2UguqUX2akvS2462 > .row .container { border-width: 0; border-radius: 0; }#wQlGeywTK2ZAwkZV2UguqUX2akvS2462 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wQlGeywTK2ZAwkZV2UguqUX2akvS2462 > .row .container { font-size:14px;font-family:arial;height:481px;width:960px;position:relative;display:block; }#GUJcinnAsDpzCXOZfRbdp3vLgvHOcKXu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6d00ff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GUJcinnAsDpzCXOZfRbdp3vLgvHOcKXu > .row .container { background-color: transparent; background-image: none; }#GUJcinnAsDpzCXOZfRbdp3vLgvHOcKXu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GUJcinnAsDpzCXOZfRbdp3vLgvHOcKXu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GUJcinnAsDpzCXOZfRbdp3vLgvHOcKXu > .row .container > .video-iframe-container { display: none; }#GUJcinnAsDpzCXOZfRbdp3vLgvHOcKXu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GUJcinnAsDpzCXOZfRbdp3vLgvHOcKXu > .row > .video-iframe-container { display: none; }#GUJcinnAsDpzCXOZfRbdp3vLgvHOcKXu > .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); }#GUJcinnAsDpzCXOZfRbdp3vLgvHOcKXu > .row .container { border-width: 0; border-radius: 0; }#GUJcinnAsDpzCXOZfRbdp3vLgvHOcKXu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GUJcinnAsDpzCXOZfRbdp3vLgvHOcKXu > .row .container { font-size:14px;font-family:arial;height:90px;width:960px;position:relative;display:block; }#eENeqJXGQiqF015yp5ZhvAhS6ng3S7ek { display:block;width:708.965px;position:absolute;font-family:"hatsch sans";font-size:40px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:2px 2px 2px #000000;top:18.984375px;left:125.5078125px;height:52px;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eVgSTqpOHOgRNIl3QUvwHOI26BWhR8Np { position:relative;display:block; }#eVgSTqpOHOgRNIl3QUvwHOI26BWhR8Np { background-color: transparent; background-image: none; }#eVgSTqpOHOgRNIl3QUvwHOI26BWhR8Np::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVgSTqpOHOgRNIl3QUvwHOI26BWhR8Np > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVgSTqpOHOgRNIl3QUvwHOI26BWhR8Np > .row .container > .video-iframe-container { display: none; }#eVgSTqpOHOgRNIl3QUvwHOI26BWhR8Np > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVgSTqpOHOgRNIl3QUvwHOI26BWhR8Np > .row > .video-iframe-container { display: none; }#eVgSTqpOHOgRNIl3QUvwHOI26BWhR8Np > .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); }#eVgSTqpOHOgRNIl3QUvwHOI26BWhR8Np { border-width: 0; border-radius: 0; }#eVgSTqpOHOgRNIl3QUvwHOI26BWhR8Np > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#eVgSTqpOHOgRNIl3QUvwHOI26BWhR8Np > .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:364px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#I4sMvSVqgFcH0CAHJ2WKFkKRVFOWW1u1 { color:#000000;display:block;width:805px;position:absolute;font-family:"open sans condensed";font-size:20px;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:222.921875px;left:77.5px;height:112px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KSfs7LJKAISlsRKCr0UJJtCMSXXaNVFC { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:155px;width:155px;top:32.48046875px;left:402.5px;overflow:hidden;display:block; }
#STltTKOHMEPzbGX1H5OIHPt76eHNrVuK { position:relative;display:block; }#STltTKOHMEPzbGX1H5OIHPt76eHNrVuK { background-color: transparent; background-image: none; }#STltTKOHMEPzbGX1H5OIHPt76eHNrVuK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STltTKOHMEPzbGX1H5OIHPt76eHNrVuK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STltTKOHMEPzbGX1H5OIHPt76eHNrVuK > .row .container > .video-iframe-container { display: none; }#STltTKOHMEPzbGX1H5OIHPt76eHNrVuK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STltTKOHMEPzbGX1H5OIHPt76eHNrVuK > .row > .video-iframe-container { display: none; }#STltTKOHMEPzbGX1H5OIHPt76eHNrVuK > .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); }#STltTKOHMEPzbGX1H5OIHPt76eHNrVuK { border-width: 0; border-radius: 0; }#STltTKOHMEPzbGX1H5OIHPt76eHNrVuK > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#STltTKOHMEPzbGX1H5OIHPt76eHNrVuK > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/76df1d5f-de3c-4b7e-80b8-4f5e11986219/SUNGLASSESCOLLAGE.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:14px;font-family:arial;height:279px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#STltTKOHMEPzbGX1H5OIHPt76eHNrVuK > .row .container.adaptive-delivery-prevent-bg, #STltTKOHMEPzbGX1H5OIHPt76eHNrVuK > .row .container.lazyload, #STltTKOHMEPzbGX1H5OIHPt76eHNrVuK > .row .container.lazyloading { background-image: none; }#OOUQ5X5NDIkQvquzkKsgi6OHGCTVrT4v { position:relative;display:block; }#OOUQ5X5NDIkQvquzkKsgi6OHGCTVrT4v { background-color: transparent; background-image: none; }#OOUQ5X5NDIkQvquzkKsgi6OHGCTVrT4v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OOUQ5X5NDIkQvquzkKsgi6OHGCTVrT4v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OOUQ5X5NDIkQvquzkKsgi6OHGCTVrT4v > .row .container > .video-iframe-container { display: none; }#OOUQ5X5NDIkQvquzkKsgi6OHGCTVrT4v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OOUQ5X5NDIkQvquzkKsgi6OHGCTVrT4v > .row > .video-iframe-container { display: none; }#OOUQ5X5NDIkQvquzkKsgi6OHGCTVrT4v > .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); }#OOUQ5X5NDIkQvquzkKsgi6OHGCTVrT4v { border-width: 0; border-radius: 0; }#OOUQ5X5NDIkQvquzkKsgi6OHGCTVrT4v > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#OOUQ5X5NDIkQvquzkKsgi6OHGCTVrT4v > .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:254px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vyTF9TPMafsh1gpvtcbtg7J2vdWPT6QZ { color:#000000;display:block;width:916px;position:absolute;font-family:"open sans";font-size:20px;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:132.59375px;left:22px;height:84px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qghaWdBGkHtlOkgeuS5A0odnf9ielszP { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:74px;width:600px;top:28px;left:180px;overflow:hidden;display:block; }
#s8icZZ77FmPHdN2cOTKUZ7O4Sb6lS5LH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6d00ff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#s8icZZ77FmPHdN2cOTKUZ7O4Sb6lS5LH > .row .container { background-color: transparent; background-image: none; }#s8icZZ77FmPHdN2cOTKUZ7O4Sb6lS5LH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s8icZZ77FmPHdN2cOTKUZ7O4Sb6lS5LH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s8icZZ77FmPHdN2cOTKUZ7O4Sb6lS5LH > .row .container > .video-iframe-container { display: none; }#s8icZZ77FmPHdN2cOTKUZ7O4Sb6lS5LH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s8icZZ77FmPHdN2cOTKUZ7O4Sb6lS5LH > .row > .video-iframe-container { display: none; }#s8icZZ77FmPHdN2cOTKUZ7O4Sb6lS5LH > .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); }#s8icZZ77FmPHdN2cOTKUZ7O4Sb6lS5LH > .row .container { border-width: 0; border-radius: 0; }#s8icZZ77FmPHdN2cOTKUZ7O4Sb6lS5LH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s8icZZ77FmPHdN2cOTKUZ7O4Sb6lS5LH > .row .container { font-size:14px;font-family:arial;height:221px;width:960px;position:relative;display:block; }#z2uShT0pOBkTm3Dz20cwpzIpweIpoTT4 { display:block;width:834px;position:absolute;font-family:"open sans condensed";font-size:30px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:2px 2px 2px #000000;top:32.51953125px;left:59.9921875px;height:156px;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Atq8DyARBUbOMDA8ktCsDOcyDpUtlWyF { position:relative;display:block; }#Atq8DyARBUbOMDA8ktCsDOcyDpUtlWyF { background-color: transparent; background-image: none; }#Atq8DyARBUbOMDA8ktCsDOcyDpUtlWyF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Atq8DyARBUbOMDA8ktCsDOcyDpUtlWyF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Atq8DyARBUbOMDA8ktCsDOcyDpUtlWyF > .row .container > .video-iframe-container { display: none; }#Atq8DyARBUbOMDA8ktCsDOcyDpUtlWyF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Atq8DyARBUbOMDA8ktCsDOcyDpUtlWyF > .row > .video-iframe-container { display: none; }#Atq8DyARBUbOMDA8ktCsDOcyDpUtlWyF > .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); }#Atq8DyARBUbOMDA8ktCsDOcyDpUtlWyF { border-width: 0; border-radius: 0; }#Atq8DyARBUbOMDA8ktCsDOcyDpUtlWyF > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Atq8DyARBUbOMDA8ktCsDOcyDpUtlWyF > .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:536px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#asN7dAsKeS6Sq9DEZbaTcXfLoyXaEXBU { display:block;width:451.992px;position:absolute;font-family:"open sans";font-size:24px;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:197px;left:9px;height:57.6px;color:#000000;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-style:normal;text-align:center;text-align-last:center;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HqDBC1u9JcilfOHGCcogQhtkdTKcA9n3 { color:#000000;display:block;width:456px;position:absolute;font-family:"open sans";font-size:18px;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:284px;left:13px;height:210.5155px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GEtQREI33Lpy24NkQnPhOHSrzQeAmlUl { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:131.992px;width:190px;top:39px;left:140px;overflow:hidden;display:block; }
#KzeXqus7s5G4aWmFKemyn87bTxk9ObTx { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:57px;width:145px;top:76.484375px;left:642.484375px;overflow:hidden;display:block; }
#IkGJoGCeU4mQsJwrQlcyIL0WVNl7oXkJ { display:block;width:451.973px;position:absolute;font-family:"open sans";font-size:24px;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:197px;left:489px;height:57.6px;color:#000000;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-style:normal;text-align:center;text-align-last:center;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#w3SxaE9vf89GCt3ERADgI4MlUHImLToS { color:#000000;display:block;width:462px;position:absolute;font-family:"open sans";font-size:18px;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:284px;left:488.515625px;height:210.5155px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Jat3vDaUedZqS8KWNsMIemxaXsfXfrhM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6d00ff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Jat3vDaUedZqS8KWNsMIemxaXsfXfrhM > .row .container { background-color: transparent; background-image: none; }#Jat3vDaUedZqS8KWNsMIemxaXsfXfrhM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jat3vDaUedZqS8KWNsMIemxaXsfXfrhM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jat3vDaUedZqS8KWNsMIemxaXsfXfrhM > .row .container > .video-iframe-container { display: none; }#Jat3vDaUedZqS8KWNsMIemxaXsfXfrhM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jat3vDaUedZqS8KWNsMIemxaXsfXfrhM > .row > .video-iframe-container { display: none; }#Jat3vDaUedZqS8KWNsMIemxaXsfXfrhM > .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); }#Jat3vDaUedZqS8KWNsMIemxaXsfXfrhM > .row .container { border-width: 0; border-radius: 0; }#Jat3vDaUedZqS8KWNsMIemxaXsfXfrhM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jat3vDaUedZqS8KWNsMIemxaXsfXfrhM > .row .container { font-size:14px;font-family:arial;height:80px;width:960px;position:relative;display:block; }#EcuF7IpX02ho3GwEUCyWhDHRa4gRx5Go { display:block;width:960px;position:absolute;font-family:"hatsch sans";font-size:40px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:2px 2px 2px #000000;top:15.769897460938px;left:0px;height:;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eU4buz92vd1G9U4KUdscQrRZqkIHqZna { position:relative;display:block; }#eU4buz92vd1G9U4KUdscQrRZqkIHqZna { background-color: transparent; background-image: none; }#eU4buz92vd1G9U4KUdscQrRZqkIHqZna::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eU4buz92vd1G9U4KUdscQrRZqkIHqZna > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eU4buz92vd1G9U4KUdscQrRZqkIHqZna > .row .container > .video-iframe-container { display: none; }#eU4buz92vd1G9U4KUdscQrRZqkIHqZna > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eU4buz92vd1G9U4KUdscQrRZqkIHqZna > .row > .video-iframe-container { display: none; }#eU4buz92vd1G9U4KUdscQrRZqkIHqZna > .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); }#eU4buz92vd1G9U4KUdscQrRZqkIHqZna { border-width: 0; border-radius: 0; }#eU4buz92vd1G9U4KUdscQrRZqkIHqZna > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#eU4buz92vd1G9U4KUdscQrRZqkIHqZna > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#e2eff8;background-image:none;font-size:14px;font-family:arial;height:765px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EqB285DIO2F9v1syyytpAh7WxH2CL9f0 { color:#000000;display:block;width:872.969px;position:absolute;font-family:"open sans";font-size:18px;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:218px;left:43.5px;height:70.1718px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UQidPqp9GTsZcMLcfILoBGHo7qghdi9I { color:#000000;display:block;width:872.969px;position:absolute;font-family:"open sans";font-size:18px;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:457px;left:43.5px;height:116.9531px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fzyKHiXrxeMonXZDP3Ulkz6Bhry7Zbgf { color:#000000;display:block;width:872.969px;position:absolute;font-family:"open sans";font-size:18px;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:615px;left:43.5px;height:116.9531px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Fhu3Uw7B6epbvspb8qMyXX61OtZzM5ce { color:#6d00ff;display:block;width:842px;position:absolute;font-family:"open sans";font-size:24px;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:28.96875px;left:59.5px;height:93.5625px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TGGcehk5Tyld9LJGzpKJiFZlTX5T6oeZ { color:#000000;display:block;width:872.969px;position:absolute;font-family:"open sans";font-size:18px;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:324px;left:44px;height:93.5624px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wuTbg12D3Zd1KhbNN0oHgA9BWLpgxk0O { color:#fb0000;display:block;width:870px;position:absolute;font-family:"open sans";font-size:22px;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:147.96875px;left:45.5px;height:28.5938px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RgbTpVVyViLNPKCllHuH9gNuk88wV15Z { position:relative;display:block; }#RgbTpVVyViLNPKCllHuH9gNuk88wV15Z { background-color: transparent; background-image: none; }#RgbTpVVyViLNPKCllHuH9gNuk88wV15Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RgbTpVVyViLNPKCllHuH9gNuk88wV15Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RgbTpVVyViLNPKCllHuH9gNuk88wV15Z > .row .container > .video-iframe-container { display: none; }#RgbTpVVyViLNPKCllHuH9gNuk88wV15Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RgbTpVVyViLNPKCllHuH9gNuk88wV15Z > .row > .video-iframe-container { display: none; }#RgbTpVVyViLNPKCllHuH9gNuk88wV15Z > .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); }#RgbTpVVyViLNPKCllHuH9gNuk88wV15Z { border-width: 0; border-radius: 0; }#RgbTpVVyViLNPKCllHuH9gNuk88wV15Z > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#RgbTpVVyViLNPKCllHuH9gNuk88wV15Z > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#e2eff8;background-image:none;font-size:14px;font-family:arial;height:1339px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WZenCTmNTTPiVHomTihrbNmFhNsZPglu .widget-form-header {  }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu .widget-regular-label { height:auto;display:block;font-family:arial;font-size:19px;font-weight:700;color:#3dfbff;width:918px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-shadow:4px 4px 5px #000000;line-height:1.3; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:918px;box-sizing:border-box;height:50px;font-family:roboto;line-height:1.5;overflow:hidden;font-size:20px; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu .widget-input-text {padding-top: 0; padding-bottom: 0;}#WZenCTmNTTPiVHomTihrbNmFhNsZPglu .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:918px;box-sizing:border-box;height:54px;font-family:roboto;line-height:1.5;overflow:hidden;font-size:20px; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:918px;box-sizing:border-box;height:47px;font-family:"open sans";font-size:18px;overflow:hidden;font-weight:400;font-style:normal; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu .widget-input-select {padding-top: 0; padding-bottom: 0;}#WZenCTmNTTPiVHomTihrbNmFhNsZPglu .widget-input-checkbox { width:13px;height:13px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#WZenCTmNTTPiVHomTihrbNmFhNsZPglu .widget-input-button { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;background-color:#3dfbff;background-image:none;border-top:5px solid #fd0101;border-left:5px solid #fd0101;border-right:5px solid #fd0101;border-bottom:5px solid #fd0101;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:30px;font-weight:bold;color:#000000;width:918px;height:71px;overflow:hidden;font-family:"franklin gothic condensed";box-shadow: none; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu [class*="-text"]:-moz-placeholder {  }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu [class*="-text"]::-moz-placeholder {  }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu [class*="-text"]:-ms-input-placeholder {  }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu [class*="-text"]::-webkit-input-placeholder {  }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:arial;font-size:16px;font-weight:400;color:#ffffff;vertical-align:top;width:899px;font-style:normal;overflow:hidden;line-height:1.5; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:top; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:27px;vertical-align:top;font-family:arial;font-size:18px;font-weight:400;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.4; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu .widget-container { padding-top:2px;padding-right:0;padding-bottom:2px;padding-left:0;width:100%;font-size:0;height:auto; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu .widget-container:first-of-type{padding-top:0;}#WZenCTmNTTPiVHomTihrbNmFhNsZPglu .widget-container:last-of-type{padding-bottom:0;}#WZenCTmNTTPiVHomTihrbNmFhNsZPglu  { background-color:#36445b;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:918px;height:auto;position:absolute;z-index:15005;top:0px;left:0px;border-bottom:1px solid #ddad68;border-left:1px solid #ddad68;border-right:1px solid #ddad68;border-top:1px solid #ddad68; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:918px; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu .widget-info-text { display:block;height:auto;font-family:arial;font-size:19px;line-height:1.4;font-weight:300;color:#00fffd;vertical-align:top;overflow:hidden;font-style:normal;text-align:center;text-align-last:center; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu {display:block;}#WZenCTmNTTPiVHomTihrbNmFhNsZPglu { background-color:#36445b;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:918px;height:auto;position:absolute;z-index:15005;top:0px;left:0px;border-bottom:1px solid #ddad68;border-left:1px solid #ddad68;border-right:1px solid #ddad68;border-top:1px solid #ddad68; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #uMR79nFxZGGHNyJQqGD2IsTOQPDu8pRV { position:relative;display:block;z-index:15000; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #AtgsRgN4RpqcMbtwKvLuondCsLgRvfTT { position:relative;display:block;z-index:15000; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #NwJZT3JD7IrToqB6PhtLuf4WdNMfp9e1 { position:relative; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #CZLJWypLPSahQHcclpkm1w67gdNCb3KE { position:relative;display:block; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #qbRLAvbav9pc4OIaJbyTRGskpGnZFG3L { position:relative; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #bvmyas3Fo20arUhWeTWlpvTXpOQJiz0h { position:relative;display:block;z-index:15000; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #wWTsieWyPRxdVRQDzoxxDb079CklZS4U { position:relative;display:block;z-index:15000; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #X5V4ou8lXhdbU347BdBFT3sRGdxq0X7c { position:relative; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #vTX6JdCIhl4y8SSWOFn5uXWvwpnmQ42V { position:relative;z-index:2; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #KMyzMcsSi7IznnsnUsVMTHc5ZIlrNgPc { position:relative; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #mzVpVCKM4JnzDAPIncC77it8vclkve30 { position:relative; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #pbOsMAJrxqkx4uzTt3IcyNiB8Fk8e5Me { position:relative;z-index:2; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #cWR3DklVU2gogqyLeL3kQxmGGTcihs9G { position:relative; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #BusqkkgwfXevwna5RB7wk8bFTduC7V5G { position:relative; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #G1JOPfhGo0yJV373xNZwXyNUatdmRloH { position:relative;z-index:2; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #TvLn3GDFZ8WIJNDFi9NitnPV5UwsXQ7H { position:relative; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #BveT1ky96nA4ELZl76oWtx4p5MLc15Bp { position:relative; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #SEIPJNJacN76wCpgPlgxr9w7eqCAMkyr { position:relative;z-index:2; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #nCIAglGJdtT1zBCglmDfEOm5JvTU4T6b { position:relative; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #uQesMboy4b3t2iIaS8b13PgChDLUABto { position:relative; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #OGnBcTF92bETmLBe3ueUm6cqXnNBUSTu { position:relative;z-index:2; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #Bvo0aZUVatGrNdkQeFufi7OwTlx667yL { position:relative; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #So4bTqzytbPdIoKK2rRHxwedHGpJuaA2 { position:relative; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #yPQ6y1C13u5fEzFie179M8MoypShHuvL { position:relative;z-index:2; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #C6SsuPJc7P79WK5gPw83fEBIBm7EOWcs { position:relative; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #CdemOFA7oJC4Brw5uvHKSZtfJmePe1rD { position:relative; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #THFTgwHCTEB5FsWfX0DBvOAQXSWcC4fs { position:relative;z-index:2; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #zTud3K0QzDBFAFtehb2l0hBT6guCExHl { position:relative; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #ZQTuWvHcOHQ2sa2QuHM4HV5idzeqLpmM { position:relative;display:block;z-index:15000; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #gy66rkdfCLffdvZzulpduLU1zmhhhpbq { position:relative;display:block;z-index:15000; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #XXDEFAVnrDxePKzXDoNOff3u0KGUySVt { position:relative; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #XfWTkShHFEWt2k11A5T26yBtzSfUFJbR { position:relative;z-index:2; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #JMAG1WuUPdtB1TP2CIrOAqCIKnZn69HD { position:relative; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #DVwudOlx9VLCXvDKzCpT25hy17VhMH4f { position:relative; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #MnT9FDdZz07HG94kZSlp78BdlEXD6W7F { position:relative;z-index:2; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #wm5LiNIq4RNXJ10AirP3BKLnv8GowsGo { position:relative; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #PmeLDdZEFlH1fwO27Ik8sz21XsfnedpQ { position:relative; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #AU3MmRxQgASpWuOPr96ghp1KhQW18uX9 { position:relative;z-index:2; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #p1TwxEX9Cxypy0KlQfumopr6HXq9q2QO { position:relative; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #OLDtJpAz8qpuzyJNl8yNavRz9XDckSQZ { position:relative; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #PCAfes2qGz0KWMTg7JwINvk8oJG1HC40 { position:relative;z-index:2; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #GBITEPivCJg9bPz9KWZP9wTELlfBfOF4 { position:relative; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #NtJ7LtUAAT9r5gILLohgfk1qOSoQVOxH { position:relative;display:block;z-index:15000; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #fQ0N2HXxfslwkrhqr1gdEHPpmBer1HFX { position:relative;display:block;z-index:15000; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #ZKePBUmhz0m9D0TroJJyAT4475VILRpK { position:relative; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #BNTsTzJtK9kcqO6Nx9QLQnzmJQ1kETpG { position:relative;z-index:2; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #kklTOL0dqTPGLqHr5rKLLKHvAArxgaGb { position:relative; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #wLJKaVwNJS9bLqn4t0qaiwAeQhp6AEmV { position:relative; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #q2T6sAfaOt8nFqABKMinVgcMlBt6bNwE { position:relative;z-index:2; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #MuRE5MPVATlOvgt5wv7oaTFyFBzZzP2q { position:relative; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #Qk6gfuZ82TytQMewif5Pty3zlMzG1TOg { position:relative; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #l8Q571KJ6uIplaE3Wd2iiJPDlQiWIxia { position:relative;z-index:2; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #UQXFfoL3kdL95VA9zeqb5JQiBAEw8Dkm { position:relative; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #p992RvCnKJWVfpTNAbGzIeF2HOirc2Ma { position:relative; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #byzl55J5LVZUeeJiQov1TVM1cMgEVyGb { position:relative;z-index:2; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #F4eA1uqgTZX2yTI4EknTRIyhVTZ2mPu0 { position:relative; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #ziHmMXFGog6EGGNm4MTd8tsFcoLmxiTQ { position:relative; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #VGKc3sBG2nqGWWfGIFL9fLUBEE23eFIb { position:relative;z-index:2; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #MmAAcfBJiv9XyMU0R98C0HkHb8capFIQ { position:relative; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #fZW6IRsPiIOKHCDbeoZJSCSqVrQyLvXw { position:relative; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #Vl4SRSLM3JO89FnyOJQcgF6tcgbIvrVK { position:relative;z-index:2; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #WJnmvtkkwhJDCJZ33CETTeAK6zqhW2AQ { position:relative; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #R9mQIoBnH5tEddvmpGlqfn4aw70wiGb7 { position:relative; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #XPLZGU5n8TH8xn8iZUywzdmKqyLxxgIa { position:relative;z-index:2; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #FzKJtFscXw5M9Oh5iei4uGTgmyNQAgGc { position:relative; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #POFnhpMyGDrxRpNQhP84aqzp2oMPLizP { position:relative;display:block;z-index:15000; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #RyeWvO7lPZx54KoMiMa7CBpoSAwUmOb5 { position:relative;display:block;z-index:15000; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #dXg3R2KMJy7578ePok23rkSZrEUXf2NC { position:relative; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #VsxzlfRoFDrmxVyTfMGZ6o2o6AgTlQN6 { position:relative;z-index:2; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #dPPXO6BtUXdTHW27T5bDtw08lmmsik4s { position:relative; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #AX2bUvLxuLm5dzOqr4TFv5NzR9FAyVvF { position:relative; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #ywdC6sDKyWpXVGc2Sfi6CfHg2lxzBvh6 { position:relative;z-index:2; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #h6PRvnqDxiLn1vFpM0OelpemcRVWDWmf { position:relative; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #G1uzEdiTAEPEgUE3EgQFOUAV7DoxXJeH { position:relative; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #F0O9W9Ae3OWGAdCMb8nWzoEeIKu3HrKp { position:relative;z-index:2; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #AEqu4AQgp1dtXMhX9k7yphdTNZdsauKk { position:relative; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #rcrXud5ghZODlLR8ITWIHMgiCFdDxKKi { position:relative; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #UgliLW45CTZ6xRJa75VEFf6KLsAPZ2A5 { position:relative;z-index:2; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #guugfTOKZOCmfZsqCETbEl7xUQd60h0X { position:relative; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #eWhmE8sa3rvccOPwgzd5w1tgaQZ4Thkw { position:relative;display:block;z-index:15000; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #KXGtLaOfaca8QyL7JsnDWXQ4Sq5IrAww { position:relative;display:block;z-index:15000; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #V0aqKVxf73dWeXCET1qeWVFFigfR9XVF { position:relative; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #KM3y6S5rgf1WlCKKfK4pd0WyeRwhDHyO { position:relative;z-index:2; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #uNosQo2WwozArqiMamxOEKyzQirRqMHr { position:relative; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #TCdRGd89GeNw2RRZneueEMvTyg0zC1qu { position:relative; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #O5RcTBF7V3DMTG8TqpqlzJdxlST6tmrM { position:relative;z-index:2; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #ulQNQzmTWTNWyrlCp0vV4OyfSQMteUoX { position:relative; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #SJx1o9IDrepZraoauEaNTZGDz8zK8JaM { position:relative; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #gtQobxAtPNL206a8vpotMJr1AyP2UJPO { position:relative;z-index:2; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #efAOGLLLSitXTpVt7vbVIsAkQSGPsHgz { position:relative; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #cp7Mvc2rZnCuOLvoJpv4JNadA5W5QhwD { position:relative; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #Tt3QddaO53xPnNGCmdlFBT90Byw4ysBH { position:relative;z-index:2; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #Ox4F2g5y2Ll0h35fvye2gM78rDwV0NfM { position:relative; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #avHPQxoRT7xcD9JQvdkTbH7m5m2hW3uf { position:relative; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #iLE4gibNTaB8o9XvCLJWGqINtVs0DxIl { position:relative;z-index:2; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #P5iVmLnb4qRdx6ACZTSe2tmXfRy6rIwV { position:relative; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #RbD8KRUHPSDdBdoiXSX72eJ5vans16nx { position:relative; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #Is8rhViUe6fGv2Lt1HTdXfe5nSEDuhZo { position:relative;z-index:2; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #m5KZKtpk0zEEQLOmULKmNTq0BkVeTGiv { position:relative; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #orISXaP1eJZ8QqfSkKyCK9b1Nn0szNX9 { position:relative; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #UXea2zNUu4Lu9sl3S6dFLNF9V54laF6h { position:relative;z-index:2; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #vfr2u8ThEkDgcl9PqFk8yXJ5mwPhIR90 { position:relative; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #xVaEMGCJmxBm4xTe16CVet2rImdRoTsk { position:relative; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu #JMbGWQcO6SOTTbR86weMpxhRCGIPcoSn { position:relative; }
#QpWbloolpT0fzGO7iQoTZbQaU7HVw5tg { position:relative;display:block; }#QpWbloolpT0fzGO7iQoTZbQaU7HVw5tg { background-color: transparent; background-image: none; }#QpWbloolpT0fzGO7iQoTZbQaU7HVw5tg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QpWbloolpT0fzGO7iQoTZbQaU7HVw5tg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QpWbloolpT0fzGO7iQoTZbQaU7HVw5tg > .row .container > .video-iframe-container { display: none; }#QpWbloolpT0fzGO7iQoTZbQaU7HVw5tg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QpWbloolpT0fzGO7iQoTZbQaU7HVw5tg > .row > .video-iframe-container { display: none; }#QpWbloolpT0fzGO7iQoTZbQaU7HVw5tg > .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); }#QpWbloolpT0fzGO7iQoTZbQaU7HVw5tg { border-width: 0; border-radius: 0; }#QpWbloolpT0fzGO7iQoTZbQaU7HVw5tg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#QpWbloolpT0fzGO7iQoTZbQaU7HVw5tg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#e2eff8;background-image:none;font-size:14px;font-family:arial;height:261px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TlTipSgeuH5EbpABC2GVVqzn5a3hNGgn { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:125px;width:125px;top:117.859375px;left:417.5px;overflow:hidden;display:block; }
#HbUvXvL9WQ6QLrobZONw7tBI0B5C32Qg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3dfbff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HbUvXvL9WQ6QLrobZONw7tBI0B5C32Qg > .row .container { background-color: transparent; background-image: none; }#HbUvXvL9WQ6QLrobZONw7tBI0B5C32Qg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HbUvXvL9WQ6QLrobZONw7tBI0B5C32Qg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HbUvXvL9WQ6QLrobZONw7tBI0B5C32Qg > .row .container > .video-iframe-container { display: none; }#HbUvXvL9WQ6QLrobZONw7tBI0B5C32Qg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HbUvXvL9WQ6QLrobZONw7tBI0B5C32Qg > .row > .video-iframe-container { display: none; }#HbUvXvL9WQ6QLrobZONw7tBI0B5C32Qg > .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); }#HbUvXvL9WQ6QLrobZONw7tBI0B5C32Qg > .row .container { border-width: 0; border-radius: 0; }#HbUvXvL9WQ6QLrobZONw7tBI0B5C32Qg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HbUvXvL9WQ6QLrobZONw7tBI0B5C32Qg > .row .container { font-size:14px;font-family:arial;height:15px;width:960px;position:relative;display:block; }#f1Aw5m3Q3VrM8CdfLVqlwexOfUkCxeC1 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#f1Aw5m3Q3VrM8CdfLVqlwexOfUkCxeC1 > .row .container { background-color: transparent; background-image: none; }#f1Aw5m3Q3VrM8CdfLVqlwexOfUkCxeC1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1Aw5m3Q3VrM8CdfLVqlwexOfUkCxeC1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1Aw5m3Q3VrM8CdfLVqlwexOfUkCxeC1 > .row .container > .video-iframe-container { display: none; }#f1Aw5m3Q3VrM8CdfLVqlwexOfUkCxeC1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1Aw5m3Q3VrM8CdfLVqlwexOfUkCxeC1 > .row > .video-iframe-container { display: none; }#f1Aw5m3Q3VrM8CdfLVqlwexOfUkCxeC1 > .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); }#f1Aw5m3Q3VrM8CdfLVqlwexOfUkCxeC1 > .row .container { border-width: 0; border-radius: 0; }#f1Aw5m3Q3VrM8CdfLVqlwexOfUkCxeC1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#f1Aw5m3Q3VrM8CdfLVqlwexOfUkCxeC1 > .row .container { font-size:14px;font-family:arial;height:413px;width:960px;position:relative;display:block; }#m647C1JGTM4NA04hiQQTasPU4EEDearN { display:block;width:960px;position:absolute;font-family:arial;font-size:16px;font-weight:700;z-index:15000;line-height:1.4;letter-spacing:0;top:241.984375px;left:0px;height:89.5624px;text-align:center;text-align-last:center;color:#999999;font-style:normal;display:block; }
#f7eaUuStywcy7psa5PzSMvMggymGXHId { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:162px;width:232px;top:43.671875px;left:362.5px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fAexgtA1dT4fFCrk5MvaLACzobde2vhT { display:block; }#fAexgtA1dT4fFCrk5MvaLACzobde2vhT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bCt1wGXcylHhFFw5vlnS9W3H7hVpST7v { width:76px;height:39px;top:40px;left:193px;display:block; }
 }@media only screen and (max-width: 763px) { #okmTA7dmp50cr6fmDEX19OgzVBtEhvss { display:block; }
 }@media only screen and (max-width: 763px) { #Wmlpkgu7Hoc1hO8hRvgAvD2gdyJAtDKC { width:76px;height:39px;top:41px;left:313px;display:block; }
 }@media only screen and (max-width: 763px) { #FkNz8T5voV8yhkD59ioFhw8XICtfyG8i { display:block; }
 }@media only screen and (max-width: 763px) { #h1z8eg4N3kdz4fJgrL96B8aOP1XQsUXn { width:76px;height:39px;top:41px;left:434px;display:block; }
 }@media only screen and (max-width: 763px) { #EaTsR5tym6Mh65UflE7VNICqBzTU12Wv { display:block; }
 }@media only screen and (max-width: 763px) { #EIuyDhrC4SAVz7GT3VT68rIJvwClIUKn { top:15px;left:0px;width:130px;height:89px;display:block; }
 }@media only screen and (max-width: 763px) { #gbf2eEhoV2rWanUzoy1yucKtg2whLibd { display:block; }#gbf2eEhoV2rWanUzoy1yucKtg2whLibd > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTtZ7EF3cSVgy1Jafnn5LZud8hHorW0W { display:block; }#TTtZ7EF3cSVgy1Jafnn5LZud8hHorW0W > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NBgUfLvKTwn3OwfZNQ5oXpq1QLium6yE { width:385px;height:88px;top:60px;left:382px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #wQlGeywTK2ZAwkZV2UguqUX2akvS2462 { display:block; }#wQlGeywTK2ZAwkZV2UguqUX2akvS2462 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GUJcinnAsDpzCXOZfRbdp3vLgvHOcKXu { display:block; }#GUJcinnAsDpzCXOZfRbdp3vLgvHOcKXu > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eENeqJXGQiqF015yp5ZhvAhS6ng3S7ek { width:385px;height:88px;top:60px;left:382px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #eVgSTqpOHOgRNIl3QUvwHOI26BWhR8Np { display:block; }#eVgSTqpOHOgRNIl3QUvwHOI26BWhR8Np > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I4sMvSVqgFcH0CAHJ2WKFkKRVFOWW1u1 { top:222px;left:0px;width:764px;height:112px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #KSfs7LJKAISlsRKCr0UJJtCMSXXaNVFC { top:32px;left:304.5px;width:155px;height:155px;display:block; }
 }@media only screen and (max-width: 763px) { #STltTKOHMEPzbGX1H5OIHPt76eHNrVuK { display:block; }#STltTKOHMEPzbGX1H5OIHPt76eHNrVuK > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OOUQ5X5NDIkQvquzkKsgi6OHGCTVrT4v { display:block; }#OOUQ5X5NDIkQvquzkKsgi6OHGCTVrT4v > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vyTF9TPMafsh1gpvtcbtg7J2vdWPT6QZ { top:132px;left:0px;width:764px;height:84px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #qghaWdBGkHtlOkgeuS5A0odnf9ielszP { top:28px;left:82px;width:600px;height:74px;display:block; }
 }@media only screen and (max-width: 763px) { #s8icZZ77FmPHdN2cOTKUZ7O4Sb6lS5LH { display:block; }#s8icZZ77FmPHdN2cOTKUZ7O4Sb6lS5LH > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z2uShT0pOBkTm3Dz20cwpzIpweIpoTT4 { width:385px;height:88px;top:60px;left:382px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #Atq8DyARBUbOMDA8ktCsDOcyDpUtlWyF { display:block; }#Atq8DyARBUbOMDA8ktCsDOcyDpUtlWyF > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #asN7dAsKeS6Sq9DEZbaTcXfLoyXaEXBU { width:385px;height:88px;top:60px;left:382px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #HqDBC1u9JcilfOHGCcogQhtkdTKcA9n3 { top:284px;left:0px;width:456px;height:210px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #GEtQREI33Lpy24NkQnPhOHSrzQeAmlUl { top:39px;left:91px;width:190px;height:131.973px;display:block; }
 }@media only screen and (max-width: 763px) { #KzeXqus7s5G4aWmFKemyn87bTxk9ObTx { top:76px;left:495.484375px;width:145px;height:57px;display:block; }
 }@media only screen and (max-width: 763px) { #IkGJoGCeU4mQsJwrQlcyIL0WVNl7oXkJ { width:385px;height:88px;top:60px;left:382px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #w3SxaE9vf89GCt3ERADgI4MlUHImLToS { top:284px;left:302px;width:462px;height:211px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Jat3vDaUedZqS8KWNsMIemxaXsfXfrhM { display:block; }#Jat3vDaUedZqS8KWNsMIemxaXsfXfrhM > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EcuF7IpX02ho3GwEUCyWhDHRa4gRx5Go { width:385px;height:88px;top:60px;left:382px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #eU4buz92vd1G9U4KUdscQrRZqkIHqZna { display:block; }#eU4buz92vd1G9U4KUdscQrRZqkIHqZna > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EqB285DIO2F9v1syyytpAh7WxH2CL9f0 { top:218px;left:0px;width:764px;height:70px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #UQidPqp9GTsZcMLcfILoBGHo7qghdi9I { top:457px;left:0px;width:764px;height:116px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #fzyKHiXrxeMonXZDP3Ulkz6Bhry7Zbgf { top:615px;left:0px;width:764px;height:116px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Fhu3Uw7B6epbvspb8qMyXX61OtZzM5ce { top:28px;left:0px;width:764px;height:94px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #TGGcehk5Tyld9LJGzpKJiFZlTX5T6oeZ { top:324px;left:0px;width:764px;height:93px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #wuTbg12D3Zd1KhbNN0oHgA9BWLpgxk0O { top:147px;left:0px;width:764px;height:28px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #RgbTpVVyViLNPKCllHuH9gNuk88wV15Z { display:block; }#RgbTpVVyViLNPKCllHuH9gNuk88wV15Z > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu .widget-regular-label { width:422px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu .widget-input-text { width:422px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu .widget-input-text {padding-top: 0; padding-bottom: 0;}#WZenCTmNTTPiVHomTihrbNmFhNsZPglu .widget-textarea { width:422px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu .widget-input-select { width:422px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu .widget-input-select {padding-top: 0; padding-bottom: 0;}#WZenCTmNTTPiVHomTihrbNmFhNsZPglu .widget-input-button { width:422px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu .widget-checkbox-label { width:403px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu  { width:422px;height:auto;top:140px;left:300px; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu .radio-container { width:422px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu {display:block;}#WZenCTmNTTPiVHomTihrbNmFhNsZPglu { width:422px;height:auto;top:140px;left:300px; }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #uMR79nFxZGGHNyJQqGD2IsTOQPDu8pRV {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #AtgsRgN4RpqcMbtwKvLuondCsLgRvfTT {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #NwJZT3JD7IrToqB6PhtLuf4WdNMfp9e1 {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #CZLJWypLPSahQHcclpkm1w67gdNCb3KE {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #qbRLAvbav9pc4OIaJbyTRGskpGnZFG3L {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #bvmyas3Fo20arUhWeTWlpvTXpOQJiz0h {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #wWTsieWyPRxdVRQDzoxxDb079CklZS4U {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #X5V4ou8lXhdbU347BdBFT3sRGdxq0X7c {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #vTX6JdCIhl4y8SSWOFn5uXWvwpnmQ42V {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #KMyzMcsSi7IznnsnUsVMTHc5ZIlrNgPc {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #mzVpVCKM4JnzDAPIncC77it8vclkve30 {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #pbOsMAJrxqkx4uzTt3IcyNiB8Fk8e5Me {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #cWR3DklVU2gogqyLeL3kQxmGGTcihs9G {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #BusqkkgwfXevwna5RB7wk8bFTduC7V5G {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #G1JOPfhGo0yJV373xNZwXyNUatdmRloH {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #TvLn3GDFZ8WIJNDFi9NitnPV5UwsXQ7H {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #BveT1ky96nA4ELZl76oWtx4p5MLc15Bp {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #SEIPJNJacN76wCpgPlgxr9w7eqCAMkyr {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #nCIAglGJdtT1zBCglmDfEOm5JvTU4T6b {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #uQesMboy4b3t2iIaS8b13PgChDLUABto {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #OGnBcTF92bETmLBe3ueUm6cqXnNBUSTu {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #Bvo0aZUVatGrNdkQeFufi7OwTlx667yL {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #So4bTqzytbPdIoKK2rRHxwedHGpJuaA2 {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #yPQ6y1C13u5fEzFie179M8MoypShHuvL {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #C6SsuPJc7P79WK5gPw83fEBIBm7EOWcs {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #CdemOFA7oJC4Brw5uvHKSZtfJmePe1rD {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #THFTgwHCTEB5FsWfX0DBvOAQXSWcC4fs {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #zTud3K0QzDBFAFtehb2l0hBT6guCExHl {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #ZQTuWvHcOHQ2sa2QuHM4HV5idzeqLpmM {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #gy66rkdfCLffdvZzulpduLU1zmhhhpbq {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #XXDEFAVnrDxePKzXDoNOff3u0KGUySVt {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #XfWTkShHFEWt2k11A5T26yBtzSfUFJbR {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #JMAG1WuUPdtB1TP2CIrOAqCIKnZn69HD {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #DVwudOlx9VLCXvDKzCpT25hy17VhMH4f {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #MnT9FDdZz07HG94kZSlp78BdlEXD6W7F {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #wm5LiNIq4RNXJ10AirP3BKLnv8GowsGo {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #PmeLDdZEFlH1fwO27Ik8sz21XsfnedpQ {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #AU3MmRxQgASpWuOPr96ghp1KhQW18uX9 {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #p1TwxEX9Cxypy0KlQfumopr6HXq9q2QO {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #OLDtJpAz8qpuzyJNl8yNavRz9XDckSQZ {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #PCAfes2qGz0KWMTg7JwINvk8oJG1HC40 {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #GBITEPivCJg9bPz9KWZP9wTELlfBfOF4 {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #NtJ7LtUAAT9r5gILLohgfk1qOSoQVOxH {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #fQ0N2HXxfslwkrhqr1gdEHPpmBer1HFX {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #ZKePBUmhz0m9D0TroJJyAT4475VILRpK {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #BNTsTzJtK9kcqO6Nx9QLQnzmJQ1kETpG {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #kklTOL0dqTPGLqHr5rKLLKHvAArxgaGb {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #wLJKaVwNJS9bLqn4t0qaiwAeQhp6AEmV {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #q2T6sAfaOt8nFqABKMinVgcMlBt6bNwE {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #MuRE5MPVATlOvgt5wv7oaTFyFBzZzP2q {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #Qk6gfuZ82TytQMewif5Pty3zlMzG1TOg {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #l8Q571KJ6uIplaE3Wd2iiJPDlQiWIxia {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #UQXFfoL3kdL95VA9zeqb5JQiBAEw8Dkm {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #p992RvCnKJWVfpTNAbGzIeF2HOirc2Ma {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #byzl55J5LVZUeeJiQov1TVM1cMgEVyGb {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #F4eA1uqgTZX2yTI4EknTRIyhVTZ2mPu0 {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #ziHmMXFGog6EGGNm4MTd8tsFcoLmxiTQ {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #VGKc3sBG2nqGWWfGIFL9fLUBEE23eFIb {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #MmAAcfBJiv9XyMU0R98C0HkHb8capFIQ {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #fZW6IRsPiIOKHCDbeoZJSCSqVrQyLvXw {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #Vl4SRSLM3JO89FnyOJQcgF6tcgbIvrVK {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #WJnmvtkkwhJDCJZ33CETTeAK6zqhW2AQ {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #R9mQIoBnH5tEddvmpGlqfn4aw70wiGb7 {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #XPLZGU5n8TH8xn8iZUywzdmKqyLxxgIa {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #FzKJtFscXw5M9Oh5iei4uGTgmyNQAgGc {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #POFnhpMyGDrxRpNQhP84aqzp2oMPLizP {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #RyeWvO7lPZx54KoMiMa7CBpoSAwUmOb5 {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #dXg3R2KMJy7578ePok23rkSZrEUXf2NC {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #VsxzlfRoFDrmxVyTfMGZ6o2o6AgTlQN6 {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #dPPXO6BtUXdTHW27T5bDtw08lmmsik4s {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #AX2bUvLxuLm5dzOqr4TFv5NzR9FAyVvF {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #ywdC6sDKyWpXVGc2Sfi6CfHg2lxzBvh6 {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #h6PRvnqDxiLn1vFpM0OelpemcRVWDWmf {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #G1uzEdiTAEPEgUE3EgQFOUAV7DoxXJeH {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #F0O9W9Ae3OWGAdCMb8nWzoEeIKu3HrKp {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #AEqu4AQgp1dtXMhX9k7yphdTNZdsauKk {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #rcrXud5ghZODlLR8ITWIHMgiCFdDxKKi {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #UgliLW45CTZ6xRJa75VEFf6KLsAPZ2A5 {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #guugfTOKZOCmfZsqCETbEl7xUQd60h0X {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #eWhmE8sa3rvccOPwgzd5w1tgaQZ4Thkw {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #KXGtLaOfaca8QyL7JsnDWXQ4Sq5IrAww {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #V0aqKVxf73dWeXCET1qeWVFFigfR9XVF {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #KM3y6S5rgf1WlCKKfK4pd0WyeRwhDHyO {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #uNosQo2WwozArqiMamxOEKyzQirRqMHr {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #TCdRGd89GeNw2RRZneueEMvTyg0zC1qu {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #O5RcTBF7V3DMTG8TqpqlzJdxlST6tmrM {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #ulQNQzmTWTNWyrlCp0vV4OyfSQMteUoX {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #SJx1o9IDrepZraoauEaNTZGDz8zK8JaM {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #gtQobxAtPNL206a8vpotMJr1AyP2UJPO {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #efAOGLLLSitXTpVt7vbVIsAkQSGPsHgz {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #cp7Mvc2rZnCuOLvoJpv4JNadA5W5QhwD {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #Tt3QddaO53xPnNGCmdlFBT90Byw4ysBH {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #Ox4F2g5y2Ll0h35fvye2gM78rDwV0NfM {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #avHPQxoRT7xcD9JQvdkTbH7m5m2hW3uf {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #iLE4gibNTaB8o9XvCLJWGqINtVs0DxIl {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #P5iVmLnb4qRdx6ACZTSe2tmXfRy6rIwV {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #RbD8KRUHPSDdBdoiXSX72eJ5vans16nx {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #Is8rhViUe6fGv2Lt1HTdXfe5nSEDuhZo {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #m5KZKtpk0zEEQLOmULKmNTq0BkVeTGiv {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #orISXaP1eJZ8QqfSkKyCK9b1Nn0szNX9 {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #UXea2zNUu4Lu9sl3S6dFLNF9V54laF6h {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #vfr2u8ThEkDgcl9PqFk8yXJ5mwPhIR90 {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #xVaEMGCJmxBm4xTe16CVet2rImdRoTsk {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #JMbGWQcO6SOTTbR86weMpxhRCGIPcoSn {  }
 }@media only screen and (max-width: 763px) { #QpWbloolpT0fzGO7iQoTZbQaU7HVw5tg { display:block; }#QpWbloolpT0fzGO7iQoTZbQaU7HVw5tg > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TlTipSgeuH5EbpABC2GVVqzn5a3hNGgn { top:117px;left:319.5px;width:125px;height:125px;display:block; }
 }@media only screen and (max-width: 763px) { #HbUvXvL9WQ6QLrobZONw7tBI0B5C32Qg { display:block; }#HbUvXvL9WQ6QLrobZONw7tBI0B5C32Qg > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f1Aw5m3Q3VrM8CdfLVqlwexOfUkCxeC1 { display:block; }#f1Aw5m3Q3VrM8CdfLVqlwexOfUkCxeC1 > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m647C1JGTM4NA04hiQQTasPU4EEDearN { width:764px;height:89px;top:241px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #f7eaUuStywcy7psa5PzSMvMggymGXHId { top:43px;left:264.5px;width:232px;height:162px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#Mn8yy8zHcHOe461Qm2uhehyyKwTbK7Hf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mn8yy8zHcHOe461Qm2uhehyyKwTbK7Hf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mn8yy8zHcHOe461Qm2uhehyyKwTbK7Hf > .row > .video-iframe-container { display: none; }#Mn8yy8zHcHOe461Qm2uhehyyKwTbK7Hf > .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); } }@media only screen and (max-width: 763px) { #fAexgtA1dT4fFCrk5MvaLACzobde2vhT { display:block; }#fAexgtA1dT4fFCrk5MvaLACzobde2vhT > .row .container { width:320px;height:175px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bCt1wGXcylHhFFw5vlnS9W3H7hVpST7v { width:76px;height:39px;top:100px;left:22px;display:block; }
 }@media only screen and (max-width: 763px) { #okmTA7dmp50cr6fmDEX19OgzVBtEhvss { display:block; }
 }@media only screen and (max-width: 763px) { #Wmlpkgu7Hoc1hO8hRvgAvD2gdyJAtDKC { width:76px;height:39px;top:100px;left:122px;display:block; }
 }@media only screen and (max-width: 763px) { #FkNz8T5voV8yhkD59ioFhw8XICtfyG8i { display:block; }
 }@media only screen and (max-width: 763px) { #h1z8eg4N3kdz4fJgrL96B8aOP1XQsUXn { width:76px;height:39px;top:100px;left:230px;display:block; }
 }@media only screen and (max-width: 763px) { #EaTsR5tym6Mh65UflE7VNICqBzTU12Wv { display:block; }
 }@media only screen and (max-width: 763px) { #EIuyDhrC4SAVz7GT3VT68rIJvwClIUKn { width:86px;height:60px;top:20px;left:112px;display:block; }
 }@media only screen and (max-width: 763px) { #gbf2eEhoV2rWanUzoy1yucKtg2whLibd { display:block; }#gbf2eEhoV2rWanUzoy1yucKtg2whLibd > .row .container { width:320px;height:10px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTtZ7EF3cSVgy1Jafnn5LZud8hHorW0W { display:block; }#TTtZ7EF3cSVgy1Jafnn5LZud8hHorW0W > .row .container { width:320px;height:150px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NBgUfLvKTwn3OwfZNQ5oXpq1QLium6yE { width:313.965px;height:124.75px;top:13.203125px;left:0px;font-size:26px;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wQlGeywTK2ZAwkZV2UguqUX2akvS2462 { background-color:#7bafba;background-image:url("https://images.assets-landingi.com/uc/6b72f29f-4147-4a5c-94ab-9ab7cced889d/MIMovieImageASSESSMENTCELLPHONEPAGE.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wQlGeywTK2ZAwkZV2UguqUX2akvS2462.adaptive-delivery-prevent-bg, #wQlGeywTK2ZAwkZV2UguqUX2akvS2462.lazyload, #wQlGeywTK2ZAwkZV2UguqUX2akvS2462.lazyloading { background-image: none; }#wQlGeywTK2ZAwkZV2UguqUX2akvS2462 > .row .container { background-color: transparent; background-image: none; }#wQlGeywTK2ZAwkZV2UguqUX2akvS2462::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wQlGeywTK2ZAwkZV2UguqUX2akvS2462 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wQlGeywTK2ZAwkZV2UguqUX2akvS2462 > .row .container > .video-iframe-container { display: none; }#wQlGeywTK2ZAwkZV2UguqUX2akvS2462 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wQlGeywTK2ZAwkZV2UguqUX2akvS2462 > .row > .video-iframe-container { display: none; }#wQlGeywTK2ZAwkZV2UguqUX2akvS2462 > .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); }#wQlGeywTK2ZAwkZV2UguqUX2akvS2462 > .row .container { border-width: 0; border-radius: 0; }#wQlGeywTK2ZAwkZV2UguqUX2akvS2462 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wQlGeywTK2ZAwkZV2UguqUX2akvS2462 > .row .container { width:320px;height:154px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GUJcinnAsDpzCXOZfRbdp3vLgvHOcKXu { display:block; }#GUJcinnAsDpzCXOZfRbdp3vLgvHOcKXu > .row .container { width:320px;height:65px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eENeqJXGQiqF015yp5ZhvAhS6ng3S7ek { width:313.965px;height:31.2px;top:18.203125px;left:0px;font-size:26px;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #eVgSTqpOHOgRNIl3QUvwHOI26BWhR8Np { display:block; }#eVgSTqpOHOgRNIl3QUvwHOI26BWhR8Np > .row .container { width:320px;height:396px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I4sMvSVqgFcH0CAHJ2WKFkKRVFOWW1u1 { width:315px;height:210.516px;top:155.953125px;left:2.5px;font-size:18px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #KSfs7LJKAISlsRKCr0UJJtCMSXXaNVFC { width:108.984px;height:108.984px;top:26.5234375px;left:105.48828125px;display:block; }
 }@media only screen and (max-width: 763px) { #STltTKOHMEPzbGX1H5OIHPt76eHNrVuK { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/76df1d5f-de3c-4b7e-80b8-4f5e11986219/SUNGLASSESCOLLAGE.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#STltTKOHMEPzbGX1H5OIHPt76eHNrVuK.adaptive-delivery-prevent-bg, #STltTKOHMEPzbGX1H5OIHPt76eHNrVuK.lazyload, #STltTKOHMEPzbGX1H5OIHPt76eHNrVuK.lazyloading { background-image: none; }#STltTKOHMEPzbGX1H5OIHPt76eHNrVuK > .row .container { background-color: transparent; background-image: none; }#STltTKOHMEPzbGX1H5OIHPt76eHNrVuK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STltTKOHMEPzbGX1H5OIHPt76eHNrVuK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STltTKOHMEPzbGX1H5OIHPt76eHNrVuK > .row .container > .video-iframe-container { display: none; }#STltTKOHMEPzbGX1H5OIHPt76eHNrVuK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STltTKOHMEPzbGX1H5OIHPt76eHNrVuK > .row > .video-iframe-container { display: none; }#STltTKOHMEPzbGX1H5OIHPt76eHNrVuK > .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); }#STltTKOHMEPzbGX1H5OIHPt76eHNrVuK > .row .container { border-width: 0; border-radius: 0; }#STltTKOHMEPzbGX1H5OIHPt76eHNrVuK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#STltTKOHMEPzbGX1H5OIHPt76eHNrVuK > .row .container { width:320px;height:128px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OOUQ5X5NDIkQvquzkKsgi6OHGCTVrT4v { display:block; }#OOUQ5X5NDIkQvquzkKsgi6OHGCTVrT4v > .row .container { width:320px;height:244px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vyTF9TPMafsh1gpvtcbtg7J2vdWPT6QZ { width:313px;height:140.3436px;top:84px;left:0px;font-size:18px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #qghaWdBGkHtlOkgeuS5A0odnf9ielszP { width:320px;height:39.466666666667px;top:18.3125px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #s8icZZ77FmPHdN2cOTKUZ7O4Sb6lS5LH { display:block; }#s8icZZ77FmPHdN2cOTKUZ7O4Sb6lS5LH > .row .container { width:320px;height:195px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z2uShT0pOBkTm3Dz20cwpzIpweIpoTT4 { width:313.965px;height:163.734px;top:16.6015625px;left:0px;font-size:18px;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Atq8DyARBUbOMDA8ktCsDOcyDpUtlWyF { display:block; }#Atq8DyARBUbOMDA8ktCsDOcyDpUtlWyF > .row .container { width:320px;height:969px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #asN7dAsKeS6Sq9DEZbaTcXfLoyXaEXBU { width:311.973px;height:52.7812px;top:171.953125px;left:4.00390625px;font-size:20px;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #HqDBC1u9JcilfOHGCcogQhtkdTKcA9n3 { width:317px;height:249.5624px;top:245.953125px;left:2px;font-size:16px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #GEtQREI33Lpy24NkQnPhOHSrzQeAmlUl { width:171.973px;height:118.965px;top:36.9921875px;left:74.00390625px;display:block; }
 }@media only screen and (max-width: 763px) { #KzeXqus7s5G4aWmFKemyn87bTxk9ObTx { width:135px;height:52.9883px;top:562px;left:93px;display:block; }
 }@media only screen and (max-width: 763px) { #IkGJoGCeU4mQsJwrQlcyIL0WVNl7oXkJ { width:307.988px;height:44px;top:638px;left:6px;font-size:20px;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #w3SxaE9vf89GCt3ERADgI4MlUHImLToS { width:311px;height:228.7657px;top:702px;left:5px;font-size:16px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Jat3vDaUedZqS8KWNsMIemxaXsfXfrhM { display:block; }#Jat3vDaUedZqS8KWNsMIemxaXsfXfrhM > .row .container { width:320px;height:85px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EcuF7IpX02ho3GwEUCyWhDHRa4gRx5Go { width:320px;height:62.375px;top:12.171875px;left:0px;font-size:26px;text-align:center;text-align-last:center;line-height:1.2;font-family:"hatsch sans";display:block; }
 }@media only screen and (max-width: 763px) { #eU4buz92vd1G9U4KUdscQrRZqkIHqZna { background-color:#e2eff8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eU4buz92vd1G9U4KUdscQrRZqkIHqZna > .row .container { background-color: transparent; background-image: none; }#eU4buz92vd1G9U4KUdscQrRZqkIHqZna::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eU4buz92vd1G9U4KUdscQrRZqkIHqZna > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eU4buz92vd1G9U4KUdscQrRZqkIHqZna > .row .container > .video-iframe-container { display: none; }#eU4buz92vd1G9U4KUdscQrRZqkIHqZna > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eU4buz92vd1G9U4KUdscQrRZqkIHqZna > .row > .video-iframe-container { display: none; }#eU4buz92vd1G9U4KUdscQrRZqkIHqZna > .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); }#eU4buz92vd1G9U4KUdscQrRZqkIHqZna > .row .container { border-width: 0; border-radius: 0; }#eU4buz92vd1G9U4KUdscQrRZqkIHqZna > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eU4buz92vd1G9U4KUdscQrRZqkIHqZna > .row .container { width:320px;height:1159px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EqB285DIO2F9v1syyytpAh7WxH2CL9f0 { width:319px;height:145.5782px;top:285px;left:1px;font-size:16px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #UQidPqp9GTsZcMLcfILoBGHo7qghdi9I { width:320px;height:207.9686px;top:653px;left:0px;font-size:16px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #fzyKHiXrxeMonXZDP3Ulkz6Bhry7Zbgf { width:320px;height:228.7656px;top:895px;left:0px;font-size:16px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Fhu3Uw7B6epbvspb8qMyXX61OtZzM5ce { width:315px;height:140.344px;top:17.75px;left:3px;font-size:18px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TGGcehk5Tyld9LJGzpKJiFZlTX5T6oeZ { width:320px;height:145.5782px;top:464px;left:1px;font-size:16px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #wuTbg12D3Zd1KhbNN0oHgA9BWLpgxk0O { width:311px;height:75.5625px;top:174.78125px;left:4.5px;font-size:18px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #RgbTpVVyViLNPKCllHuH9gNuk88wV15Z { background-color:#36445b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RgbTpVVyViLNPKCllHuH9gNuk88wV15Z > .row .container { background-color: transparent; background-image: none; }#RgbTpVVyViLNPKCllHuH9gNuk88wV15Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RgbTpVVyViLNPKCllHuH9gNuk88wV15Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RgbTpVVyViLNPKCllHuH9gNuk88wV15Z > .row .container > .video-iframe-container { display: none; }#RgbTpVVyViLNPKCllHuH9gNuk88wV15Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RgbTpVVyViLNPKCllHuH9gNuk88wV15Z > .row > .video-iframe-container { display: none; }#RgbTpVVyViLNPKCllHuH9gNuk88wV15Z > .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); }#RgbTpVVyViLNPKCllHuH9gNuk88wV15Z > .row .container { border-width: 0; border-radius: 0; }#RgbTpVVyViLNPKCllHuH9gNuk88wV15Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RgbTpVVyViLNPKCllHuH9gNuk88wV15Z > .row .container { width:320px;height:1813px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu .widget-regular-label { width:278px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block;font-size:17px;overflow:hidden;line-height:1.3;text-shadow:2px 2px 3px #000000;font-weight:700;font-style:normal; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu .widget-input-text { width:278px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu .widget-input-text {padding-top: 0; padding-bottom: 0;}#WZenCTmNTTPiVHomTihrbNmFhNsZPglu .widget-textarea { width:278px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu .widget-input-select { width:278px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;font-size:15px;overflow:hidden; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu .widget-input-select {padding-top: 0; padding-bottom: 0;}#WZenCTmNTTPiVHomTihrbNmFhNsZPglu .widget-input-button { width:278px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;background-color:#3dfbff;background-image:none;font-size:20px;overflow:hidden;color:#000000;height:82px;line-height:1.1;border-top:5px solid #ddad68;border-left:5px solid #ddad68;border-right:5px solid #ddad68;border-bottom:5px solid #ddad68; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu [class*="-text"]:-moz-placeholder { font-size:15px; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu [class*="-text"]::-moz-placeholder { font-size:15px; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu [class*="-text"]:-ms-input-placeholder { font-size:15px; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu [class*="-text"]::-webkit-input-placeholder { font-size:15px; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu .widget-checkbox-label { width:258px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:15px;overflow:hidden;height:auto;line-height:1.5; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu .widget-radio-label { font-size:16px;overflow:hidden;height:23px; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu  { width:278px;height:auto;top:17.328125px;left:0px;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-top:3px solid #ddad68;border-left:3px solid #ddad68;border-right:3px solid #ddad68;border-bottom:3px solid #ddad68; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu .radio-container { width:278px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu .widget-info-text { font-size:16px;overflow:hidden;height:auto;line-height:1.3; }
#WZenCTmNTTPiVHomTihrbNmFhNsZPglu {display:block;}#WZenCTmNTTPiVHomTihrbNmFhNsZPglu { width:278px;height:auto;top:17.328125px;left:0px;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-top:3px solid #ddad68;border-left:3px solid #ddad68;border-right:3px solid #ddad68;border-bottom:3px solid #ddad68; }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #uMR79nFxZGGHNyJQqGD2IsTOQPDu8pRV {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #AtgsRgN4RpqcMbtwKvLuondCsLgRvfTT {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #NwJZT3JD7IrToqB6PhtLuf4WdNMfp9e1 {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #CZLJWypLPSahQHcclpkm1w67gdNCb3KE {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #qbRLAvbav9pc4OIaJbyTRGskpGnZFG3L {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #bvmyas3Fo20arUhWeTWlpvTXpOQJiz0h {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #wWTsieWyPRxdVRQDzoxxDb079CklZS4U {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #X5V4ou8lXhdbU347BdBFT3sRGdxq0X7c {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #vTX6JdCIhl4y8SSWOFn5uXWvwpnmQ42V {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #KMyzMcsSi7IznnsnUsVMTHc5ZIlrNgPc {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #mzVpVCKM4JnzDAPIncC77it8vclkve30 {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #pbOsMAJrxqkx4uzTt3IcyNiB8Fk8e5Me {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #cWR3DklVU2gogqyLeL3kQxmGGTcihs9G {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #BusqkkgwfXevwna5RB7wk8bFTduC7V5G {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #G1JOPfhGo0yJV373xNZwXyNUatdmRloH {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #TvLn3GDFZ8WIJNDFi9NitnPV5UwsXQ7H {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #BveT1ky96nA4ELZl76oWtx4p5MLc15Bp {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #SEIPJNJacN76wCpgPlgxr9w7eqCAMkyr {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #nCIAglGJdtT1zBCglmDfEOm5JvTU4T6b {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #uQesMboy4b3t2iIaS8b13PgChDLUABto {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #OGnBcTF92bETmLBe3ueUm6cqXnNBUSTu {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #Bvo0aZUVatGrNdkQeFufi7OwTlx667yL {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #So4bTqzytbPdIoKK2rRHxwedHGpJuaA2 {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #yPQ6y1C13u5fEzFie179M8MoypShHuvL {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #C6SsuPJc7P79WK5gPw83fEBIBm7EOWcs {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #CdemOFA7oJC4Brw5uvHKSZtfJmePe1rD {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #THFTgwHCTEB5FsWfX0DBvOAQXSWcC4fs {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #zTud3K0QzDBFAFtehb2l0hBT6guCExHl {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #ZQTuWvHcOHQ2sa2QuHM4HV5idzeqLpmM {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #gy66rkdfCLffdvZzulpduLU1zmhhhpbq {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #XXDEFAVnrDxePKzXDoNOff3u0KGUySVt {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #XfWTkShHFEWt2k11A5T26yBtzSfUFJbR {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #JMAG1WuUPdtB1TP2CIrOAqCIKnZn69HD {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #DVwudOlx9VLCXvDKzCpT25hy17VhMH4f {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #MnT9FDdZz07HG94kZSlp78BdlEXD6W7F {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #wm5LiNIq4RNXJ10AirP3BKLnv8GowsGo {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #PmeLDdZEFlH1fwO27Ik8sz21XsfnedpQ {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #AU3MmRxQgASpWuOPr96ghp1KhQW18uX9 {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #p1TwxEX9Cxypy0KlQfumopr6HXq9q2QO {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #OLDtJpAz8qpuzyJNl8yNavRz9XDckSQZ {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #PCAfes2qGz0KWMTg7JwINvk8oJG1HC40 {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #GBITEPivCJg9bPz9KWZP9wTELlfBfOF4 {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #NtJ7LtUAAT9r5gILLohgfk1qOSoQVOxH {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #fQ0N2HXxfslwkrhqr1gdEHPpmBer1HFX {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #ZKePBUmhz0m9D0TroJJyAT4475VILRpK {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #BNTsTzJtK9kcqO6Nx9QLQnzmJQ1kETpG {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #kklTOL0dqTPGLqHr5rKLLKHvAArxgaGb {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #wLJKaVwNJS9bLqn4t0qaiwAeQhp6AEmV {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #q2T6sAfaOt8nFqABKMinVgcMlBt6bNwE {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #MuRE5MPVATlOvgt5wv7oaTFyFBzZzP2q {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #Qk6gfuZ82TytQMewif5Pty3zlMzG1TOg {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #l8Q571KJ6uIplaE3Wd2iiJPDlQiWIxia {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #UQXFfoL3kdL95VA9zeqb5JQiBAEw8Dkm {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #p992RvCnKJWVfpTNAbGzIeF2HOirc2Ma {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #byzl55J5LVZUeeJiQov1TVM1cMgEVyGb {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #F4eA1uqgTZX2yTI4EknTRIyhVTZ2mPu0 {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #ziHmMXFGog6EGGNm4MTd8tsFcoLmxiTQ {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #VGKc3sBG2nqGWWfGIFL9fLUBEE23eFIb {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #MmAAcfBJiv9XyMU0R98C0HkHb8capFIQ {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #fZW6IRsPiIOKHCDbeoZJSCSqVrQyLvXw {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #Vl4SRSLM3JO89FnyOJQcgF6tcgbIvrVK {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #WJnmvtkkwhJDCJZ33CETTeAK6zqhW2AQ {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #R9mQIoBnH5tEddvmpGlqfn4aw70wiGb7 {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #XPLZGU5n8TH8xn8iZUywzdmKqyLxxgIa {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #FzKJtFscXw5M9Oh5iei4uGTgmyNQAgGc {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #POFnhpMyGDrxRpNQhP84aqzp2oMPLizP {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #RyeWvO7lPZx54KoMiMa7CBpoSAwUmOb5 {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #dXg3R2KMJy7578ePok23rkSZrEUXf2NC {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #VsxzlfRoFDrmxVyTfMGZ6o2o6AgTlQN6 {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #dPPXO6BtUXdTHW27T5bDtw08lmmsik4s {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #AX2bUvLxuLm5dzOqr4TFv5NzR9FAyVvF {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #ywdC6sDKyWpXVGc2Sfi6CfHg2lxzBvh6 {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #h6PRvnqDxiLn1vFpM0OelpemcRVWDWmf {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #G1uzEdiTAEPEgUE3EgQFOUAV7DoxXJeH {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #F0O9W9Ae3OWGAdCMb8nWzoEeIKu3HrKp {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #AEqu4AQgp1dtXMhX9k7yphdTNZdsauKk {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #rcrXud5ghZODlLR8ITWIHMgiCFdDxKKi {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #UgliLW45CTZ6xRJa75VEFf6KLsAPZ2A5 {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #guugfTOKZOCmfZsqCETbEl7xUQd60h0X {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #eWhmE8sa3rvccOPwgzd5w1tgaQZ4Thkw {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #KXGtLaOfaca8QyL7JsnDWXQ4Sq5IrAww {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #V0aqKVxf73dWeXCET1qeWVFFigfR9XVF {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #KM3y6S5rgf1WlCKKfK4pd0WyeRwhDHyO {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #uNosQo2WwozArqiMamxOEKyzQirRqMHr {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #TCdRGd89GeNw2RRZneueEMvTyg0zC1qu {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #O5RcTBF7V3DMTG8TqpqlzJdxlST6tmrM {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #ulQNQzmTWTNWyrlCp0vV4OyfSQMteUoX {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #SJx1o9IDrepZraoauEaNTZGDz8zK8JaM {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #gtQobxAtPNL206a8vpotMJr1AyP2UJPO {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #efAOGLLLSitXTpVt7vbVIsAkQSGPsHgz {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #cp7Mvc2rZnCuOLvoJpv4JNadA5W5QhwD {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #Tt3QddaO53xPnNGCmdlFBT90Byw4ysBH {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #Ox4F2g5y2Ll0h35fvye2gM78rDwV0NfM {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #avHPQxoRT7xcD9JQvdkTbH7m5m2hW3uf {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #iLE4gibNTaB8o9XvCLJWGqINtVs0DxIl {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #P5iVmLnb4qRdx6ACZTSe2tmXfRy6rIwV {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #RbD8KRUHPSDdBdoiXSX72eJ5vans16nx {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #Is8rhViUe6fGv2Lt1HTdXfe5nSEDuhZo {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #m5KZKtpk0zEEQLOmULKmNTq0BkVeTGiv {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #orISXaP1eJZ8QqfSkKyCK9b1Nn0szNX9 {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #UXea2zNUu4Lu9sl3S6dFLNF9V54laF6h {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #vfr2u8ThEkDgcl9PqFk8yXJ5mwPhIR90 {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #xVaEMGCJmxBm4xTe16CVet2rImdRoTsk {  }
 }@media only screen and (max-width: 763px) { #WZenCTmNTTPiVHomTihrbNmFhNsZPglu #JMbGWQcO6SOTTbR86weMpxhRCGIPcoSn {  }
 }@media only screen and (max-width: 763px) { #QpWbloolpT0fzGO7iQoTZbQaU7HVw5tg { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QpWbloolpT0fzGO7iQoTZbQaU7HVw5tg > .row .container { background-color: transparent; background-image: none; }#QpWbloolpT0fzGO7iQoTZbQaU7HVw5tg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QpWbloolpT0fzGO7iQoTZbQaU7HVw5tg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QpWbloolpT0fzGO7iQoTZbQaU7HVw5tg > .row .container > .video-iframe-container { display: none; }#QpWbloolpT0fzGO7iQoTZbQaU7HVw5tg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QpWbloolpT0fzGO7iQoTZbQaU7HVw5tg > .row > .video-iframe-container { display: none; }#QpWbloolpT0fzGO7iQoTZbQaU7HVw5tg > .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); }#QpWbloolpT0fzGO7iQoTZbQaU7HVw5tg > .row .container { border-width: 0; border-radius: 0; }#QpWbloolpT0fzGO7iQoTZbQaU7HVw5tg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QpWbloolpT0fzGO7iQoTZbQaU7HVw5tg > .row .container { width:320px;height:137px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TlTipSgeuH5EbpABC2GVVqzn5a3hNGgn { width:97.9844px;height:97.9844px;top:20px;left:111px;display:block; }
 }@media only screen and (max-width: 763px) { #HbUvXvL9WQ6QLrobZONw7tBI0B5C32Qg { display:block; }#HbUvXvL9WQ6QLrobZONw7tBI0B5C32Qg > .row .container { width:320px;height:10px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f1Aw5m3Q3VrM8CdfLVqlwexOfUkCxeC1 { display:block; }#f1Aw5m3Q3VrM8CdfLVqlwexOfUkCxeC1 > .row .container { width:320px;height:385px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m647C1JGTM4NA04hiQQTasPU4EEDearN { width:320px;height:89.5624px;top:185.96875px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #f7eaUuStywcy7psa5PzSMvMggymGXHId { width:164px;height:112px;top:36.484375px;left:78px;display:block; }
 }