.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:#212121;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container { display: none; }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .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); }#n3QgmXau4ZqePOwmwc2Wy6KAn2695lKm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#181918;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;z-index:auto;display:block; }#n3QgmXau4ZqePOwmwc2Wy6KAn2695lKm > .row .container { background-color: transparent; background-image: none; }#n3QgmXau4ZqePOwmwc2Wy6KAn2695lKm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n3QgmXau4ZqePOwmwc2Wy6KAn2695lKm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n3QgmXau4ZqePOwmwc2Wy6KAn2695lKm > .row .container > .video-iframe-container { display: none; }#n3QgmXau4ZqePOwmwc2Wy6KAn2695lKm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n3QgmXau4ZqePOwmwc2Wy6KAn2695lKm > .row > .video-iframe-container { display: none; }#n3QgmXau4ZqePOwmwc2Wy6KAn2695lKm > .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); }#n3QgmXau4ZqePOwmwc2Wy6KAn2695lKm > .row .container { border-width: 0; border-radius: 0; }#n3QgmXau4ZqePOwmwc2Wy6KAn2695lKm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n3QgmXau4ZqePOwmwc2Wy6KAn2695lKm > .row .container { font-size:14px;font-family:arial;height:78px;width:960px;position:relative;display:block; }#p1AsPN8ODUqs6mNLRLMnpwgpAM75QD9a { position:absolute;display:block;z-index:15001;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:37px;width:186px;top:20px;left:0px;overflow:hidden;display:block; }
#PtXg5qeKnV4Mo58Dw9EWmXSU82X7Epf9 { background-color:#159a59;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:lato;font-size:16px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:194px;height:50px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:14px;left:756px;display:block; }
#GzNV7wT7e4UQ2FlS68SMZwVJtHyLb6Re { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#cJWTQAmggEE95UFkbCf2WKkvtJ2NuAoq { color:#ffffff;display:block;width:247px;position:absolute;font-family:lato;font-size:16px;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:29px;left:492.5px;height:20.7969px;font-style:normal;display:block; }
#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9ada7a69-a32d-4ca3-918a-d68f8a9f327a/successfulmaninglassesstandingnearbrandnew20231127050947utc2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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;display:block; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE.adaptive-delivery-prevent-bg, #ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE.lazyload, #ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE.lazyloading { background-image: none; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container { background-color: transparent; background-image: none; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.54); }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container > .video-iframe-container { display: none; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.54); }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row > .video-iframe-container { display: none; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .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); }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container { border-width: 0; border-radius: 0; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container { width:960px;height:777px;font-size:14px;font-family:arial;position:relative;display:block; }#lW9UXDJtH3Pg9yTiHtA3a1IuQIWvuIXQ { color:#ffffff;display:block;width:782px;position:absolute;font-family:lato;font-size:40px;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:264px;left:0px;height:96px;font-style:normal;display:block; }
#ulsbMXBaIHTJsaRxg2cMSZLEdZ7DPwsT { background-color:#159a59;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:"open sans";font-size:16px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:194px;height:55px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:7px;left:766px;display:none; }
#Wxy8gZzfT7iQnxc0Lpr7BFIB8TXRMp2L { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#uvN28TiBgpm45wyO5slurktI8iqcHRii { background-color:#159a59;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;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:lato;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:204px;height:56px;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:422px;left:0px;display:block; }
#DtGIAW5OQcxCuFs8qFmp90DCwPyWca5J { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#N0cFAnluFrfEwQh7QZSp7CrDwNs7aJiq { color:#ffffff;display:block;width:385px;position:absolute;font-family:"open sans";font-size:20px;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:370px;left:0px;height:26px;font-style:italic;display:block; }
#U6ySqznptgcw8oSxn4Zg3bN1Vk3Su5ok { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#U6ySqznptgcw8oSxn4Zg3bN1Vk3Su5ok > .row .container { background-color: transparent; background-image: none; }#U6ySqznptgcw8oSxn4Zg3bN1Vk3Su5ok::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U6ySqznptgcw8oSxn4Zg3bN1Vk3Su5ok > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U6ySqznptgcw8oSxn4Zg3bN1Vk3Su5ok > .row .container > .video-iframe-container { display: none; }#U6ySqznptgcw8oSxn4Zg3bN1Vk3Su5ok > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U6ySqznptgcw8oSxn4Zg3bN1Vk3Su5ok > .row > .video-iframe-container { display: none; }#U6ySqznptgcw8oSxn4Zg3bN1Vk3Su5ok > .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); }#U6ySqznptgcw8oSxn4Zg3bN1Vk3Su5ok > .row .container { border-width: 0; border-radius: 0; }#U6ySqznptgcw8oSxn4Zg3bN1Vk3Su5ok > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U6ySqznptgcw8oSxn4Zg3bN1Vk3Su5ok > .row .container { font-size:14px;font-family:arial;height:189px;width:960px;position:relative;display:block; }#MuIwDn09m3d2AshtDt2B0ut3z7TtJ3Qz { color:#585858;display:block;width:960px;position:absolute;font-family:lato;font-size:36px;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:59px;left:0px;height:46.7969px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dykrwyKxoi3Bneue3NkkIlEV0wlBzgaH { color:#585858;display:block;width:943px;position:absolute;font-family:lato;font-size:22px;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:128px;left:0px;height:35.1953px;font-style:normal;display:block; }
#KDC15sbsl5FbkkiTEGh24OzyAnfzNOLV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#KDC15sbsl5FbkkiTEGh24OzyAnfzNOLV > .row .container { background-color: transparent; background-image: none; }#KDC15sbsl5FbkkiTEGh24OzyAnfzNOLV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KDC15sbsl5FbkkiTEGh24OzyAnfzNOLV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KDC15sbsl5FbkkiTEGh24OzyAnfzNOLV > .row .container > .video-iframe-container { display: none; }#KDC15sbsl5FbkkiTEGh24OzyAnfzNOLV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KDC15sbsl5FbkkiTEGh24OzyAnfzNOLV > .row > .video-iframe-container { display: none; }#KDC15sbsl5FbkkiTEGh24OzyAnfzNOLV > .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); }#KDC15sbsl5FbkkiTEGh24OzyAnfzNOLV > .row .container { border-width: 0; border-radius: 0; }#KDC15sbsl5FbkkiTEGh24OzyAnfzNOLV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KDC15sbsl5FbkkiTEGh24OzyAnfzNOLV > .row .container { font-size:14px;font-family:arial;height:320px;width:960px;position:relative;display:block; }#i34TssGIqKMmSgh9ENn6TRJ9PBBst8fJ { color:#585858;display:block;width:374px;position:absolute;font-family:lato;font-size:16px;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:29px;left:0px;height:;font-style:normal;display:block; }#i34TssGIqKMmSgh9ENn6TRJ9PBBst8fJ li:not(:first-child){ padding-top:14px;padding-right:0;padding-bottom:0;padding-left:0; }#i34TssGIqKMmSgh9ENn6TRJ9PBBst8fJ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/BQBgmEti/tick.svg); }
#PbT9TRUQZCE5k0ZMtbEQgec3VDCbTqNK { position:absolute;display:block;z-index:15001;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:300px;width:300px;top:10px;left:630px;overflow:hidden;display:block; }
#elf0ONlLTDy8Ga3qA8FFftKKanuMCIzH { background-color:#f9f9f9;background-image:none;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;display:block; }#elf0ONlLTDy8Ga3qA8FFftKKanuMCIzH > .row .container { background-color: transparent; background-image: none; }#elf0ONlLTDy8Ga3qA8FFftKKanuMCIzH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elf0ONlLTDy8Ga3qA8FFftKKanuMCIzH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elf0ONlLTDy8Ga3qA8FFftKKanuMCIzH > .row .container > .video-iframe-container { display: none; }#elf0ONlLTDy8Ga3qA8FFftKKanuMCIzH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elf0ONlLTDy8Ga3qA8FFftKKanuMCIzH > .row > .video-iframe-container { display: none; }#elf0ONlLTDy8Ga3qA8FFftKKanuMCIzH > .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); }#elf0ONlLTDy8Ga3qA8FFftKKanuMCIzH > .row .container { border-width: 0; border-radius: 0; }#elf0ONlLTDy8Ga3qA8FFftKKanuMCIzH > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#elf0ONlLTDy8Ga3qA8FFftKKanuMCIzH > .row .container { width:960px;height:984px;font-size:14px;font-family:arial;position:relative;display:block; }#EBRgKitmy1Xew0TuHsuMKBTA6TJp0G3r { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:2px solid #f2f2f2;border-left:2px solid #f2f2f2;border-right:2px solid #f2f2f2;border-bottom:2px solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:761px;width:534px;top:193px;left:0px;display:block; }
#NBiOs6rM1QxDoF5wTTJDzTFF86EW0Bdu { background-color:#159a59;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:"open sans";font-size:16px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:194px;height:55px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:7px;left:766px;display:none; }
#gTcS7rQU6Thdz2m6TcIoufpkmGqaqAOX { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#P0MqSKrQorVJwH2UK6zPHCETRRVoLHqK { color:#585858;display:block;width:960px;position:absolute;font-family:lato;font-size:20px;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:112px;left:-0.5px;height:26px;font-style:normal;display:block; }
#Oyr1v6tTdKhbHFMGM08DxPfCy0rFCknN { color:#585858;display:block;width:960px;position:absolute;font-family:lato;font-size:48px;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:50px;left:0px;height:62.3984px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy .widget-form-header {  }
#pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy .widget-regular-label { height:auto;display:block;font-family:lato;font-size:16px;font-weight:400;color:#585858;width:496px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;overflow:hidden;font-style:normal; }
#pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy .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:transparent;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;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:496px;box-sizing:border-box;height:41px;color:#585858;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy .widget-input-text {padding-top: 0; padding-bottom: 0;}#pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;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:496px;box-sizing:border-box;height:70px;color:#585858;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:496px;box-sizing:border-box;height:40px;color:#585858;font-family:"open sans";font-size:14px;overflow:hidden;vertical-align:top; }
#pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy .widget-input-select {padding-top: 0; padding-bottom: 0;}#pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy .widget-input-checkbox { width:13px;height:13px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy .widget-input-button { border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;background-color:#159a59;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:120px;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:20px;font-weight:bold;color:#f2f9ff;width:496px;height:50px;font-family:lato;overflow:hidden; }
#pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy .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:lato;font-size:12px;font-weight:300;color:#000000;vertical-align:top;width:480px;overflow:hidden;font-style:normal;line-height:1.5; }
#pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy .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:middle; }
#pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy .widget-container { padding-top:5px;padding-right:0;padding-bottom:5px;padding-left:0;width:100%;font-size:0;height:auto; }
#pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy .widget-container:first-of-type{padding-top:0;}#pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy .widget-container:last-of-type{padding-bottom:0;}#pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:496px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15009;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:193px;left:0px; }
#pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:496px;display:block;vertical-align:top; }
#pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:12px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy {display:block;}#pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:496px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15009;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:193px;left:0px; }
#pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy #H5kPMkxL6ItvdT1ZWConUcLzce6OCZbE { position:relative; }
#pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy #ihglWTizb2b9HD2L7XDgh3aZ32BF414O { position:relative;display:block; }
#pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy #Ef9n6uMeh0KP0q9FbmKI2RXIWvxFBQBf { position:relative; }
#pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy #HwLDsIQXRlkfsE3owxUtpL2Cc8suy5Cc { position:relative; }
#pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy #r7G9ywNzMt6TqVeeEBGqLRHe79pkqAUX { position:relative;display:block; }
#pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy #duNu117xOGiEcdUme7CKS4N9QcObLkGV { position:relative; }
#pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy #WHcm8EqWpDoxwuGb6MS1XwHG1xSw0hIl { position:relative; }
#pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy #gnmBUZG1lx3LF0Mib8crdsOx7u39Ts8T { position:relative;display:block; }
#pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy #LMT2lR0To6TJX44TU7ygepP5GEeTSMDB { position:relative; }
#pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy #F9tVCIXC5yNrD93WrxZMek5MGCp45283 { position:relative; }
#pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy #HPaV5xWFBU3XgpTlTU13h4A6xdqPVTH7 { position:relative;display:block; }
#pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy #gQ6fxvOMQQo60zQQcmOlQ7sgmSupHm2a { position:relative; }
#pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy #dWXIDsaEVdRECoku1NE3NpVQxWhJbzxA { position:relative; }
#pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy #ZshoWKTremiCyTssFBIO4sgCFXWyBUMc { position:relative;display:block; }
#pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy #ceh5cJvmByHVM4h7FHA2ML44WlsL8tBr { position:relative; }
#pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy #AsQQONI7rGMySkTQMN3nwfPJLqqDsIU0 { position:relative; }
#pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy #xvdaQGeNmaLvlhbe7ENWPvtv3shgTvJX { position:relative;display:block; }
#pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy #OzLoKGnGJlEme8OCUM7QnGU0IUSpxGzD { position:relative; }
#pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy #ofFEin4XNR0KA0wNX0oLvFmIenm0izsq { position:relative; }
#pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy #ddBbVLWiJL5mhodF3NRDCn18v6aJ8oQI { position:relative;z-index:2; }
#pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy #OAhUDS5Ta3s9305E7SqQwB5ihcJyJDLn { position:relative; }
#pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy #mypQT3UdHZmfoBT08twVCsJiEBGTk3pP { position:relative; }
#pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy #Ducp24yEpc4i4LV7U4At6TC6r0O0rrnc { position:relative; }
#xxF4HxphpEPFTCaRXzbOQoSsLsctuTwO { position:relative;display:block; }#xxF4HxphpEPFTCaRXzbOQoSsLsctuTwO { background-color: transparent; background-image: none; }#xxF4HxphpEPFTCaRXzbOQoSsLsctuTwO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xxF4HxphpEPFTCaRXzbOQoSsLsctuTwO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xxF4HxphpEPFTCaRXzbOQoSsLsctuTwO > .row .container > .video-iframe-container { display: none; }#xxF4HxphpEPFTCaRXzbOQoSsLsctuTwO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xxF4HxphpEPFTCaRXzbOQoSsLsctuTwO > .row > .video-iframe-container { display: none; }#xxF4HxphpEPFTCaRXzbOQoSsLsctuTwO > .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); }#xxF4HxphpEPFTCaRXzbOQoSsLsctuTwO { border-width: 0; border-radius: 0; }#xxF4HxphpEPFTCaRXzbOQoSsLsctuTwO > .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; }#xxF4HxphpEPFTCaRXzbOQoSsLsctuTwO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#212121;background-image:none;font-size:14px;font-family:arial;height:62px;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; }#i8CniQqX2RcMIDcXuRCxUmn0JW8ZV9cK { position:absolute;display:block;z-index:15000;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:36px;width:182px;top:13px;left:0px;overflow:hidden;display:block; }
#dQNZmHRZV2gNERls3kIgtGJSlMHwnJeJ { box-sizing:content-box;color:#ffffff;font-size:25px;font-weight:400;line-height:1;height:37px;width:37px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:13px;left:886px;display:block; }
#sBGeWlygiZmNQAX06avF7RmG40JEQSBJ { box-sizing:content-box;color:#ffffff;font-size:25px;font-weight:400;line-height:1;height:37px;width:37px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:13px;left:923px;display:block; }
#kZVW7fI0nPMDykyTzVOTe7Ct89KoUcOT { color:#ffffff;display:block;width:220px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:21.90625px;left:348.5px;height:18.1953px;display:block; }
#tMDMT4zr6Axp8JFJreEbZ9TkOEawx4OF { color:#ffffff;display:block;width:220px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:21.90625px;left:667px;height:18.1953px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #n3QgmXau4ZqePOwmwc2Wy6KAn2695lKm { display:block; }#n3QgmXau4ZqePOwmwc2Wy6KAn2695lKm > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p1AsPN8ODUqs6mNLRLMnpwgpAM75QD9a { width:186px;height:37px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #PtXg5qeKnV4Mo58Dw9EWmXSU82X7Epf9 { width:194px;height:50px;top:14px;left:570px;display:block; }
 }@media only screen and (max-width: 763px) { #GzNV7wT7e4UQ2FlS68SMZwVJtHyLb6Re { display:block; }
 }@media only screen and (max-width: 763px) { #cJWTQAmggEE95UFkbCf2WKkvtJ2NuAoq { top:29px;left:394.5px;width:247px;height:20px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE { display:block; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lW9UXDJtH3Pg9yTiHtA3a1IuQIWvuIXQ { width:764px;height:96px;top:264px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #ulsbMXBaIHTJsaRxg2cMSZLEdZ7DPwsT { width:194px;height:55px;top:7px;left:570px;display:none; }
 }@media only screen and (max-width: 763px) { #Wxy8gZzfT7iQnxc0Lpr7BFIB8TXRMp2L { display:block; }
 }@media only screen and (max-width: 763px) { #uvN28TiBgpm45wyO5slurktI8iqcHRii { width:204px;height:56px;top:422px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #DtGIAW5OQcxCuFs8qFmp90DCwPyWca5J { display:block; }
 }@media only screen and (max-width: 763px) { #N0cFAnluFrfEwQh7QZSp7CrDwNs7aJiq { top:370px;left:0px;width:385px;height:26px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #U6ySqznptgcw8oSxn4Zg3bN1Vk3Su5ok { display:block; }#U6ySqznptgcw8oSxn4Zg3bN1Vk3Su5ok > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MuIwDn09m3d2AshtDt2B0ut3z7TtJ3Qz { width:764px;height:46px;top:59px;left:0px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #dykrwyKxoi3Bneue3NkkIlEV0wlBzgaH { width:764px;height:35px;top:128px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #KDC15sbsl5FbkkiTEGh24OzyAnfzNOLV { display:block; }#KDC15sbsl5FbkkiTEGh24OzyAnfzNOLV > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i34TssGIqKMmSgh9ENn6TRJ9PBBst8fJ { top:29px;left:0px;width:374px;height:;font-size:14px;display:block; }#i34TssGIqKMmSgh9ENn6TRJ9PBBst8fJ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/BQBgmEti/tick.svg); }
 }@media only screen and (max-width: 763px) { #PbT9TRUQZCE5k0ZMtbEQgec3VDCbTqNK { top:10px;left:464px;width:300px;height:300px;display:block; }
 }@media only screen and (max-width: 763px) { #elf0ONlLTDy8Ga3qA8FFftKKanuMCIzH { display:block; }#elf0ONlLTDy8Ga3qA8FFftKKanuMCIzH > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EBRgKitmy1Xew0TuHsuMKBTA6TJp0G3r { width:534px;height:761px;top:193px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #NBiOs6rM1QxDoF5wTTJDzTFF86EW0Bdu { width:194px;height:55px;top:7px;left:570px;display:none; }
 }@media only screen and (max-width: 763px) { #gTcS7rQU6Thdz2m6TcIoufpkmGqaqAOX { display:block; }
 }@media only screen and (max-width: 763px) { #P0MqSKrQorVJwH2UK6zPHCETRRVoLHqK { top:112px;left:0px;width:764px;height:26px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Oyr1v6tTdKhbHFMGM08DxPfCy0rFCknN { width:764px;height:62px;top:50px;left:0px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy .widget-regular-label { width:496px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy .widget-input-text { width:496px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy .widget-input-text {padding-top: 0; padding-bottom: 0;}#pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy .widget-textarea { width:496px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy .widget-input-select { width:496px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy .widget-input-select {padding-top: 0; padding-bottom: 0;}#pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy .widget-input-button { width:496px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy .widget-checkbox-label { width:480px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy  { width:496px;height:auto;top:193px;left:0px; }
#pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy .radio-container { width:496px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy {display:block;}#pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy { width:496px;height:auto;top:193px;left:0px; }
 }@media only screen and (max-width: 763px) { #pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy #H5kPMkxL6ItvdT1ZWConUcLzce6OCZbE {  }
 }@media only screen and (max-width: 763px) { #pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy #ihglWTizb2b9HD2L7XDgh3aZ32BF414O { display:block; }
 }@media only screen and (max-width: 763px) { #pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy #Ef9n6uMeh0KP0q9FbmKI2RXIWvxFBQBf {  }
 }@media only screen and (max-width: 763px) { #pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy #HwLDsIQXRlkfsE3owxUtpL2Cc8suy5Cc {  }
 }@media only screen and (max-width: 763px) { #pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy #r7G9ywNzMt6TqVeeEBGqLRHe79pkqAUX { display:block; }
 }@media only screen and (max-width: 763px) { #pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy #duNu117xOGiEcdUme7CKS4N9QcObLkGV {  }
 }@media only screen and (max-width: 763px) { #pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy #WHcm8EqWpDoxwuGb6MS1XwHG1xSw0hIl {  }
 }@media only screen and (max-width: 763px) { #pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy #gnmBUZG1lx3LF0Mib8crdsOx7u39Ts8T { display:block; }
 }@media only screen and (max-width: 763px) { #pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy #LMT2lR0To6TJX44TU7ygepP5GEeTSMDB {  }
 }@media only screen and (max-width: 763px) { #pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy #F9tVCIXC5yNrD93WrxZMek5MGCp45283 {  }
 }@media only screen and (max-width: 763px) { #pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy #HPaV5xWFBU3XgpTlTU13h4A6xdqPVTH7 { display:block; }
 }@media only screen and (max-width: 763px) { #pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy #gQ6fxvOMQQo60zQQcmOlQ7sgmSupHm2a {  }
 }@media only screen and (max-width: 763px) { #pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy #dWXIDsaEVdRECoku1NE3NpVQxWhJbzxA {  }
 }@media only screen and (max-width: 763px) { #pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy #ZshoWKTremiCyTssFBIO4sgCFXWyBUMc {  }
 }@media only screen and (max-width: 763px) { #pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy #ceh5cJvmByHVM4h7FHA2ML44WlsL8tBr {  }
 }@media only screen and (max-width: 763px) { #pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy #AsQQONI7rGMySkTQMN3nwfPJLqqDsIU0 {  }
 }@media only screen and (max-width: 763px) { #pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy #xvdaQGeNmaLvlhbe7ENWPvtv3shgTvJX {  }
 }@media only screen and (max-width: 763px) { #pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy #OzLoKGnGJlEme8OCUM7QnGU0IUSpxGzD {  }
 }@media only screen and (max-width: 763px) { #pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy #ofFEin4XNR0KA0wNX0oLvFmIenm0izsq {  }
 }@media only screen and (max-width: 763px) { #pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy #ddBbVLWiJL5mhodF3NRDCn18v6aJ8oQI {  }
 }@media only screen and (max-width: 763px) { #pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy #OAhUDS5Ta3s9305E7SqQwB5ihcJyJDLn {  }
 }@media only screen and (max-width: 763px) { #pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy #mypQT3UdHZmfoBT08twVCsJiEBGTk3pP {  }
 }@media only screen and (max-width: 763px) { #pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy #Ducp24yEpc4i4LV7U4At6TC6r0O0rrnc {  }
 }@media only screen and (max-width: 763px) { #xxF4HxphpEPFTCaRXzbOQoSsLsctuTwO { display:block; }#xxF4HxphpEPFTCaRXzbOQoSsLsctuTwO > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i8CniQqX2RcMIDcXuRCxUmn0JW8ZV9cK { top:13px;left:0px;width:182px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #dQNZmHRZV2gNERls3kIgtGJSlMHwnJeJ { top:13px;left:721px;width:37px;height:37px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #sBGeWlygiZmNQAX06avF7RmG40JEQSBJ { top:13px;left:725px;width:37px;height:37px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #kZVW7fI0nPMDykyTzVOTe7Ct89KoUcOT { top:21px;left:254px;width:220px;height:18px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #tMDMT4zr6Axp8JFJreEbZ9TkOEawx4OF { top:21px;left:508px;width:220px;height:18px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #n3QgmXau4ZqePOwmwc2Wy6KAn2695lKm { position:relative;z-index:auto;display:block; }#n3QgmXau4ZqePOwmwc2Wy6KAn2695lKm > .row .container { width:320px;height:56px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p1AsPN8ODUqs6mNLRLMnpwgpAM75QD9a { width:137px;height:25px;top:18px;left:9.5px;display:block; }
 }@media only screen and (max-width: 763px) { #PtXg5qeKnV4Mo58Dw9EWmXSU82X7Epf9 { width:194px;height:55px;top:86px;left:63px;display:none; }
 }@media only screen and (max-width: 763px) { #GzNV7wT7e4UQ2FlS68SMZwVJtHyLb6Re { display:block; }
 }@media only screen and (max-width: 763px) { #cJWTQAmggEE95UFkbCf2WKkvtJ2NuAoq { width:319px;height:15.5938px;top:22.6875px;left:0px;font-size:12px;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE { display:block; }#ci7nyii1Zlb7SlGULs29EO0uwTSfH0dE > .row .container { width:320px;height:445px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lW9UXDJtH3Pg9yTiHtA3a1IuQIWvuIXQ { width:320px;height:144px;top:91px;left:0px;text-align:center;text-align-last:center;font-size:30px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ulsbMXBaIHTJsaRxg2cMSZLEdZ7DPwsT { width:194px;height:55px;top:540px;left:63px;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #Wxy8gZzfT7iQnxc0Lpr7BFIB8TXRMp2L { display:block; }
 }@media only screen and (max-width: 763px) { #uvN28TiBgpm45wyO5slurktI8iqcHRii { width:204px;height:56px;top:321px;left:58px;display:block; }
 }@media only screen and (max-width: 763px) { #DtGIAW5OQcxCuFs8qFmp90DCwPyWca5J { display:block; }
 }@media only screen and (max-width: 763px) { #N0cFAnluFrfEwQh7QZSp7CrDwNs7aJiq { width:240px;height:46.7969px;top:248px;left:40px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U6ySqznptgcw8oSxn4Zg3bN1Vk3Su5ok { display:block; }#U6ySqznptgcw8oSxn4Zg3bN1Vk3Su5ok > .row .container { width:320px;height:268px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MuIwDn09m3d2AshtDt2B0ut3z7TtJ3Qz { width:320px;height:109.195px;top:40px;left:0px;text-align:center;text-align-last:center;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #dykrwyKxoi3Bneue3NkkIlEV0wlBzgaH { width:320px;height:86.3906px;top:161px;left:0px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #KDC15sbsl5FbkkiTEGh24OzyAnfzNOLV { display:block; }#KDC15sbsl5FbkkiTEGh24OzyAnfzNOLV > .row .container { width:320px;height:270px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i34TssGIqKMmSgh9ENn6TRJ9PBBst8fJ { width:293px;height:233.758px;top:17px;left:13.5px;font-size:14px;color:#585858;font-weight:300;font-style:normal;display:block; }#i34TssGIqKMmSgh9ENn6TRJ9PBBst8fJ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/BQBgmEti/tick.svg); }
 }@media only screen and (max-width: 763px) { #PbT9TRUQZCE5k0ZMtbEQgec3VDCbTqNK { width:300px;height:300px;top:10px;left:10px;display:none; }
 }@media only screen and (max-width: 763px) { #elf0ONlLTDy8Ga3qA8FFftKKanuMCIzH { display:block; }#elf0ONlLTDy8Ga3qA8FFftKKanuMCIzH > .row .container { width:320px;height:1022px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EBRgKitmy1Xew0TuHsuMKBTA6TJp0G3r { width:316px;height:854px;top:153px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #NBiOs6rM1QxDoF5wTTJDzTFF86EW0Bdu { width:194px;height:55px;top:797px;left:72px;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #gTcS7rQU6Thdz2m6TcIoufpkmGqaqAOX { display:block; }
 }@media only screen and (max-width: 763px) { #P0MqSKrQorVJwH2UK6zPHCETRRVoLHqK { width:320px;height:41.5938px;top:89px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Oyr1v6tTdKhbHFMGM08DxPfCy0rFCknN { width:241px;height:67.5938px;top:10px;left:39.5px;text-align:center;text-align-last:center;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy .widget-input-text {padding-top: 0; padding-bottom: 0;}#pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy .widget-input-select {padding-top: 0; padding-bottom: 0;}#pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy .widget-checkbox-label { width:264px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy  { width:280px;height:auto;top:153px;left:0px; }
#pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy {display:block;}#pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy { width:280px;height:auto;top:153px;left:0px; }
 }@media only screen and (max-width: 763px) { #pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy #H5kPMkxL6ItvdT1ZWConUcLzce6OCZbE {  }
 }@media only screen and (max-width: 763px) { #pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy #ihglWTizb2b9HD2L7XDgh3aZ32BF414O { display:block; }
 }@media only screen and (max-width: 763px) { #pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy #Ef9n6uMeh0KP0q9FbmKI2RXIWvxFBQBf {  }
 }@media only screen and (max-width: 763px) { #pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy #HwLDsIQXRlkfsE3owxUtpL2Cc8suy5Cc {  }
 }@media only screen and (max-width: 763px) { #pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy #r7G9ywNzMt6TqVeeEBGqLRHe79pkqAUX { display:block; }
 }@media only screen and (max-width: 763px) { #pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy #duNu117xOGiEcdUme7CKS4N9QcObLkGV {  }
 }@media only screen and (max-width: 763px) { #pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy #WHcm8EqWpDoxwuGb6MS1XwHG1xSw0hIl {  }
 }@media only screen and (max-width: 763px) { #pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy #gnmBUZG1lx3LF0Mib8crdsOx7u39Ts8T { display:block; }
 }@media only screen and (max-width: 763px) { #pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy #LMT2lR0To6TJX44TU7ygepP5GEeTSMDB {  }
 }@media only screen and (max-width: 763px) { #pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy #F9tVCIXC5yNrD93WrxZMek5MGCp45283 {  }
 }@media only screen and (max-width: 763px) { #pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy #HPaV5xWFBU3XgpTlTU13h4A6xdqPVTH7 { display:block; }
 }@media only screen and (max-width: 763px) { #pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy #gQ6fxvOMQQo60zQQcmOlQ7sgmSupHm2a {  }
 }@media only screen and (max-width: 763px) { #pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy #dWXIDsaEVdRECoku1NE3NpVQxWhJbzxA {  }
 }@media only screen and (max-width: 763px) { #pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy #ZshoWKTremiCyTssFBIO4sgCFXWyBUMc {  }
 }@media only screen and (max-width: 763px) { #pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy #ceh5cJvmByHVM4h7FHA2ML44WlsL8tBr {  }
 }@media only screen and (max-width: 763px) { #pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy #AsQQONI7rGMySkTQMN3nwfPJLqqDsIU0 {  }
 }@media only screen and (max-width: 763px) { #pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy #xvdaQGeNmaLvlhbe7ENWPvtv3shgTvJX {  }
 }@media only screen and (max-width: 763px) { #pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy #OzLoKGnGJlEme8OCUM7QnGU0IUSpxGzD {  }
 }@media only screen and (max-width: 763px) { #pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy #ofFEin4XNR0KA0wNX0oLvFmIenm0izsq {  }
 }@media only screen and (max-width: 763px) { #pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy #ddBbVLWiJL5mhodF3NRDCn18v6aJ8oQI {  }
 }@media only screen and (max-width: 763px) { #pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy #OAhUDS5Ta3s9305E7SqQwB5ihcJyJDLn {  }
 }@media only screen and (max-width: 763px) { #pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy #mypQT3UdHZmfoBT08twVCsJiEBGTk3pP {  }
 }@media only screen and (max-width: 763px) { #pXPHbMJc1Nkucac87saz5pNXqsDzT5Cy #Ducp24yEpc4i4LV7U4At6TC6r0O0rrnc {  }
 }@media only screen and (max-width: 763px) { #xxF4HxphpEPFTCaRXzbOQoSsLsctuTwO { display:block; }#xxF4HxphpEPFTCaRXzbOQoSsLsctuTwO > .row .container { width:320px;height:248px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i8CniQqX2RcMIDcXuRCxUmn0JW8ZV9cK { width:182px;height:36px;top:20px;left:69px;display:block; }
 }@media only screen and (max-width: 763px) { #dQNZmHRZV2gNERls3kIgtGJSlMHwnJeJ { width:37px;height:37px;top:77px;left:117px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #sBGeWlygiZmNQAX06avF7RmG40JEQSBJ { width:37px;height:37px;top:77px;left:167px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #kZVW7fI0nPMDykyTzVOTe7Ct89KoUcOT { width:200px;height:18.1953px;top:172px;left:60px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tMDMT4zr6Axp8JFJreEbZ9TkOEawx4OF { width:220px;height:18.1953px;top:210.1875px;left:50px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }