.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#UrvIGI3HAszXqHNAORN1o4TJ0LKCHecf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0px;left:0px;right:0px;display:block; }#UrvIGI3HAszXqHNAORN1o4TJ0LKCHecf > .row .container { background-color: transparent; background-image: none; }#UrvIGI3HAszXqHNAORN1o4TJ0LKCHecf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UrvIGI3HAszXqHNAORN1o4TJ0LKCHecf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UrvIGI3HAszXqHNAORN1o4TJ0LKCHecf > .row .container > .video-iframe-container { display: none; }#UrvIGI3HAszXqHNAORN1o4TJ0LKCHecf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UrvIGI3HAszXqHNAORN1o4TJ0LKCHecf > .row > .video-iframe-container { display: none; }#UrvIGI3HAszXqHNAORN1o4TJ0LKCHecf > .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); }#UrvIGI3HAszXqHNAORN1o4TJ0LKCHecf > .row .container { border-width: 0; border-radius: 0; }#UrvIGI3HAszXqHNAORN1o4TJ0LKCHecf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UrvIGI3HAszXqHNAORN1o4TJ0LKCHecf > .row .container { font-size:14px;font-family:arial;height:69px;width:1200px;position:relative;display:block; }#uTXuuwuxId1ICkG41Nm8dwqKighw0efu { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/5089d7bb-ea3f-4983-b242-496e40d43455/Group1169.svg");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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:55px;width:221px;top:7px;left:0px;display:block; }#uTXuuwuxId1ICkG41Nm8dwqKighw0efu.adaptive-delivery-prevent-bg, #uTXuuwuxId1ICkG41Nm8dwqKighw0efu.lazyload, #uTXuuwuxId1ICkG41Nm8dwqKighw0efu.lazyloading { background-image: none; }
#WJGxTL281JOk2xPqerV5TEDrGPkZwfFF { position:relative;display:none; }#WJGxTL281JOk2xPqerV5TEDrGPkZwfFF { border-width: 0; border-radius: 0; }#WJGxTL281JOk2xPqerV5TEDrGPkZwfFF > .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; }#WJGxTL281JOk2xPqerV5TEDrGPkZwfFF > .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:300px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6b0ee231-230c-4097-83ca-175bb1f39d60/hearingcheck1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:arial;height:655px;width:1200px;overflow:visible;position:relative;display:block; }#qMLXyARJOpi9UkFxzCtOTaxDtuz7AQQF { color:#ffffff;display:block;width:371px;position:absolute;font-family:montserrat;font-size:46px;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:311px;left:75px;height:101.2px;font-style:normal;display:block; }
#GR9X1dI55lHeJvIlVqNTPfDXGC9lU0fL { color:#ffffff;display:block;width:367px;position:absolute;font-family:montserrat;font-size:20px;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:421px;left:77px;height:78px;font-style:normal;display:block; }
#xoTiewPTDrgAJrJLRbZN8un4L4rsmSB0 { background-color:#ffffff;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:57px;border-top-right-radius:57px;border-bottom-left-radius:57px;border-bottom-right-radius:57px;box-shadow: none;box-sizing:border-box;color:#01a4a4;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:19px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:325px;height:60px;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:513px;left:63px;display:block; }
#B3eBMGnK9K1pDvxtOT6nWpw56g8VpMxf { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#yzb1WwtLTxMd7OupNtOaGCpbReGumrai { position:absolute;display:block;z-index:14999;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:329px;width:580px;top:278px;left:0px;overflow:hidden;display:block; }
#MHSehOX06KNq6mA7IUwbHBbkfnuUd44b { 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; }#MHSehOX06KNq6mA7IUwbHBbkfnuUd44b > .row .container { background-color: transparent; background-image: none; }#MHSehOX06KNq6mA7IUwbHBbkfnuUd44b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHSehOX06KNq6mA7IUwbHBbkfnuUd44b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHSehOX06KNq6mA7IUwbHBbkfnuUd44b > .row .container > .video-iframe-container { display: none; }#MHSehOX06KNq6mA7IUwbHBbkfnuUd44b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHSehOX06KNq6mA7IUwbHBbkfnuUd44b > .row > .video-iframe-container { display: none; }#MHSehOX06KNq6mA7IUwbHBbkfnuUd44b > .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); }#MHSehOX06KNq6mA7IUwbHBbkfnuUd44b > .row .container { border-width: 0; border-radius: 0; }#MHSehOX06KNq6mA7IUwbHBbkfnuUd44b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MHSehOX06KNq6mA7IUwbHBbkfnuUd44b > .row .container { font-size:14px;font-family:arial;height:763px;width:1200px;position:relative;display:block; }#PfNJDmCSazqXNuIppyqdMOtSu4Tx83ik { color:#3c3c3c;display:block;width:631px;position:absolute;font-family:montserrat;font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:141px;left:285px;height:166.3747px;display:block; }
#MvHoxgA5PvapZ3EGlQnBk8sMrAayTTdc { color:#3c3c3c;display:block;width:527.997px;position:absolute;font-family:montserrat;font-size:32px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:70px;left:334px;height:41.599px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ReD6ceITRihRcSJbLBTfd69RFwTKvSKl { color:#3c3c3c;display:block;width:622.997px;position:absolute;font-family:montserrat;font-size:16px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:357.99478149414px;left:286.99868774414px;height:;overflow:hidden;display:block; }#ReD6ceITRihRcSJbLBTfd69RFwTKvSKl li:not(:first-child){ padding-top:20px;padding-right:0;padding-bottom:0;padding-left:0; }#ReD6ceITRihRcSJbLBTfd69RFwTKvSKl li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/8b90dfad-16ec-4f3e-aa58-faacecbbd0f4/Group387.png); }
#qs1Tnp3Gmdtnm3QPILT3X3QLJxh0NdKq { color:#3c3c3c;display:block;width:627.997px;position:absolute;font-family:montserrat;font-size:16px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:567.99478149414px;left:283.99740600586px;height:103.9844px;display:block; }
#qgSuxubPgKMlquaNIKaNAR1NWFQDk1Pa { 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; }#qgSuxubPgKMlquaNIKaNAR1NWFQDk1Pa > .row .container { background-color: transparent; background-image: none; }#qgSuxubPgKMlquaNIKaNAR1NWFQDk1Pa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qgSuxubPgKMlquaNIKaNAR1NWFQDk1Pa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qgSuxubPgKMlquaNIKaNAR1NWFQDk1Pa > .row .container > .video-iframe-container { display: none; }#qgSuxubPgKMlquaNIKaNAR1NWFQDk1Pa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qgSuxubPgKMlquaNIKaNAR1NWFQDk1Pa > .row > .video-iframe-container { display: none; }#qgSuxubPgKMlquaNIKaNAR1NWFQDk1Pa > .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); }#qgSuxubPgKMlquaNIKaNAR1NWFQDk1Pa > .row .container { border-width: 0; border-radius: 0; }#qgSuxubPgKMlquaNIKaNAR1NWFQDk1Pa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qgSuxubPgKMlquaNIKaNAR1NWFQDk1Pa > .row .container { font-size:14px;font-family:arial;height:517px;width:1200px;position:relative;display:block; }#WvHveJJKSxkRnJqulJ89nMg4cyo0XP1D { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/021f3c1e-6ad1-4093-afe5-374c68851ed6/freepik__enhance__73951.webp");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-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;box-shadow: none;height:425px;width:945px;top:0px;left:127.5px;display:block; }#WvHveJJKSxkRnJqulJ89nMg4cyo0XP1D.adaptive-delivery-prevent-bg, #WvHveJJKSxkRnJqulJ89nMg4cyo0XP1D.lazyload, #WvHveJJKSxkRnJqulJ89nMg4cyo0XP1D.lazyloading { background-image: none; }
#ioZzQCMG6TZ8SxcdO5wNOw65Vku4Apul { 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; }#ioZzQCMG6TZ8SxcdO5wNOw65Vku4Apul > .row .container { background-color: transparent; background-image: none; }#ioZzQCMG6TZ8SxcdO5wNOw65Vku4Apul::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ioZzQCMG6TZ8SxcdO5wNOw65Vku4Apul > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ioZzQCMG6TZ8SxcdO5wNOw65Vku4Apul > .row .container > .video-iframe-container { display: none; }#ioZzQCMG6TZ8SxcdO5wNOw65Vku4Apul > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ioZzQCMG6TZ8SxcdO5wNOw65Vku4Apul > .row > .video-iframe-container { display: none; }#ioZzQCMG6TZ8SxcdO5wNOw65Vku4Apul > .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); }#ioZzQCMG6TZ8SxcdO5wNOw65Vku4Apul > .row .container { border-width: 0; border-radius: 0; }#ioZzQCMG6TZ8SxcdO5wNOw65Vku4Apul > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ioZzQCMG6TZ8SxcdO5wNOw65Vku4Apul > .row .container { font-size:14px;font-family:arial;height:998px;width:1200px;position:relative;display:block; }#AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 .widget-form-header {  }
#AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 .widget-regular-label { height:auto;display:block;font-family:montserrat;font-size:14px;font-weight:bold;color:#3c3c3c;width:460px;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;text-align:center;text-align-last:center;vertical-align:top; }
#AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 .widget-input-text { border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-left:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom: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:460px;box-sizing:border-box;height:52px;color:#161616;font-size:14px;overflow:hidden;font-family:montserrat;vertical-align:top;line-height:2;text-align:left;text-align-last:left; }
#AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 .widget-textarea { border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-left:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom: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:460px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:montserrat;vertical-align:top;line-height:2;text-align:left;text-align-last:left; }
#AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 .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:460px;box-sizing:border-box;height:40px;color:#161616;font-family:arial;font-size:14px;overflow:hidden;vertical-align:top; }
#AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 .widget-input-checkbox { width:16px;height:16px;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; }
#AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 .widget-input-button { border-top-left-radius:90px;border-top-right-radius:90px;border-bottom-left-radius:90px;border-bottom-right-radius:90px;background-color:#01a4a4;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:53px;margin-bottom:4px;margin-left:53px;display:block;box-sizing:border-box;font-size:24px;font-weight:bold;color:#ffffff;width:354px;height:68px;font-family:montserrat;overflow:hidden; }
#AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 [class*="-text"]:-moz-placeholder { color:#b3b3b3;font-family:montserrat;font-size:18px; }
#AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 [class*="-text"]::-moz-placeholder { color:#b3b3b3;font-family:montserrat;font-size:18px; }
#AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 [class*="-text"]:-ms-input-placeholder { color:#b3b3b3;font-family:montserrat;font-size:18px; }
#AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 [class*="-text"]::-webkit-input-placeholder { color:#b3b3b3;font-family:montserrat;font-size:18px; }
#AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 .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:montserrat;line-height:1.3;font-size:12px;font-weight:300;color:#808080;vertical-align:top;width:440px;overflow:hidden;font-style:normal;float:none; }
#AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 .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; }
#AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 .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:arial;font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 .widget-container { padding-top:6px;padding-right:0;padding-bottom:6px;padding-left:0;width:100%;font-size:0;height:auto; }
#AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 .widget-container:first-of-type{padding-top:0;}#AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 .widget-container:last-of-type{padding-bottom:0;}#AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7  { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:460px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:14998;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;position:absolute;top:150.359375px;left:350px; }
#AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:460px;display:block;vertical-align:top; }
#AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 .widget-info-text { display:block;height:auto;font-family:montserrat;font-size:14px;line-height:1.3;font-weight:300;color:#3c3c3c;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 {display:block;}#AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:460px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:14998;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;position:absolute;top:150.359375px;left:350px; }
#AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 #uN7C4FMEitB55XMb2SzET7dTnASSSXTi { position:relative; }
#AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 #fpbUCc3veoC6VoE3861QEiznyesVypzI { position:relative;display:block; }
#AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 #w1UcWPuOKa0qw5OgbckfTmfhy5noQFNH { position:relative; }
#AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 #PW0TxdAwZM6PRKFfGSgZuuXH94iIFB0X { position:relative; }
#AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 #CVzmKS6EgTMQPKOccD7aioxEpJ7BE1uT { position:relative;display:block; }
#AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 #n6bHSHMxgNt6cIaHxoFzbdM2ixr42NAp { position:relative; }
#AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 #mdTg9Na90zTwy66svgzzzNNvupAE3QTK { position:relative; }
#AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 #BHLc84LSa3nA4T3kILmZu46sxqaWvSq9 { position:relative;display:block; }
#AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 #PpPhOeAehcyFiQbI9bkp2dkge9G6e0lB { position:relative; }
#AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 #Dfni5v7giT4skfb2hW0H16rPLQH1wNTf { position:relative; }
#AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 #vD7HKMOf2bKbSFRntlQgR6MFT5hApA2V { position:relative;display:block; }
#AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 #mgDNzxoFmkOmDMQ3CbIBJsTzqEhkhT8h { position:relative; }
#AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 #y20lysero8zwTLRITbZLWN34Jb4wMqgT { position:relative; }
#AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 #yQKOTpgIlILEUFA6emQ5yXGtWLpTMDWk { position:relative;display:block; }
#AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 #MVWsFvZD2S6cBWsouw1FlJyaQTKh3lX7 { position:relative; }
#AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 #QBDiALog8RtGdJaCXclCr0CfALRiq4MG { position:relative;display:block;z-index:15000; }
#AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 #uzxfI4TIz7rnUNZR708OKvF4HK7ThmFN { position:relative;display:block;z-index:15000; }
#AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 #AitnmskbWrfOHXbs2nAQhedxv9RHZML2 { position:relative; }
#AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 #BUv2AVKdmwv0keBSJNtZ39ntC6aDWnpR { position:relative;z-index:2; }
#AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 #xdvH3sh7OKShTkhdbwTwkALkNWrWotcC { position:relative; }
#AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 #hBh9HyCn2RP5ZUssXQ2uoAAwDnR7Bg1c { position:relative;display:block;z-index:15000; }
#AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 #W0HoHM34bMl9uTrBzriRSbqkTqg3iN7o { position:relative;display:block;z-index:15000; }
#AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 #QCMJn5xk6fvmhprga6dfw3UT5xZq2dWv { position:relative; }
#AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 #ETvmfqV5nCHAXMrmtG3g3N0Ti3nyDJPh { position:relative;z-index:2; }
#AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 #CN4a4xhdQPcNANZNAH1H4yJuNJkLcG0X { position:relative; }
#OHiATriw2opSTDBHv8R6ZRQPGbws8kSV { position:relative;display:block; }
#x6pxURorn9MnQ1E3N3edyfizdJnwmBtT { position:relative;display:block; }
#AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 #KdmtGtAX6FTHUWO2tOoUZXbINLp7DkMD { position:relative; }
#AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 #AdmAoKstLN4zR1pGqVfqsIUrxvJNllDF { position:relative; }
#QGMbIp34K7TgDQWhPC0G8uKFe113kO9n { color:#3c3c3c;display:block;width:527.984px;position:absolute;font-family:montserrat;font-size:32px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:41px;left:335.984375px;height:83.2px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eTLQ1ORlSGhklRo5qZFHlnLfRB9EWxhV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#eTLQ1ORlSGhklRo5qZFHlnLfRB9EWxhV > .row .container { background-color: transparent; background-image: none; }#eTLQ1ORlSGhklRo5qZFHlnLfRB9EWxhV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTLQ1ORlSGhklRo5qZFHlnLfRB9EWxhV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTLQ1ORlSGhklRo5qZFHlnLfRB9EWxhV > .row .container > .video-iframe-container { display: none; }#eTLQ1ORlSGhklRo5qZFHlnLfRB9EWxhV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTLQ1ORlSGhklRo5qZFHlnLfRB9EWxhV > .row > .video-iframe-container { display: none; }#eTLQ1ORlSGhklRo5qZFHlnLfRB9EWxhV > .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); }#eTLQ1ORlSGhklRo5qZFHlnLfRB9EWxhV > .row .container { border-width: 0; border-radius: 0; }#eTLQ1ORlSGhklRo5qZFHlnLfRB9EWxhV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eTLQ1ORlSGhklRo5qZFHlnLfRB9EWxhV > .row .container { font-size:14px;font-family:arial;height:183px;width:1200px;position:relative;display:block; }#wFoJKy5gJGbSme3ue99AZSsIsTgpsGUR { color:#3c3c3c;display:block;width:1110px;position:absolute;font-family:montserrat;font-size:12px;font-weight:normal;z-index:15000;line-height:2;letter-spacing:0;top:43.49609375px;left:45px;height:96px;text-align:center;text-align-last:center;display:block; }
#fLalDag7tIR2EueTWXeLDGMRiZRh9G90 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#171717;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; }#fLalDag7tIR2EueTWXeLDGMRiZRh9G90 > .row .container { background-color: transparent; background-image: none; }#fLalDag7tIR2EueTWXeLDGMRiZRh9G90::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fLalDag7tIR2EueTWXeLDGMRiZRh9G90 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fLalDag7tIR2EueTWXeLDGMRiZRh9G90 > .row .container > .video-iframe-container { display: none; }#fLalDag7tIR2EueTWXeLDGMRiZRh9G90 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fLalDag7tIR2EueTWXeLDGMRiZRh9G90 > .row > .video-iframe-container { display: none; }#fLalDag7tIR2EueTWXeLDGMRiZRh9G90 > .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); }#fLalDag7tIR2EueTWXeLDGMRiZRh9G90 > .row .container { border-width: 0; border-radius: 0; }#fLalDag7tIR2EueTWXeLDGMRiZRh9G90 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fLalDag7tIR2EueTWXeLDGMRiZRh9G90 > .row .container { font-size:14px;font-family:arial;height:163px;width:1200px;position:relative;display:block; }#Vd6WzTIDgqPOUxqbtgJQx7E8ss4Z6dZy { color:#c5c5c5;display:block;width:980px;position:absolute;font-family:montserrat;font-size:14px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:41px;left:110px;height:72.7916px;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UrvIGI3HAszXqHNAORN1o4TJ0LKCHecf { display:block; }#UrvIGI3HAszXqHNAORN1o4TJ0LKCHecf > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uTXuuwuxId1ICkG41Nm8dwqKighw0efu { top:7px;left:0px;width:221px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #WJGxTL281JOk2xPqerV5TEDrGPkZwfFF { display:none; }#WJGxTL281JOk2xPqerV5TEDrGPkZwfFF > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qMLXyARJOpi9UkFxzCtOTaxDtuz7AQQF { top:311px;left:0px;width:371px;height:101px;font-size:46px;display:block; }
 }@media only screen and (max-width: 763px) { #GR9X1dI55lHeJvIlVqNTPfDXGC9lU0fL { top:420px;left:0px;width:366px;height:77px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #xoTiewPTDrgAJrJLRbZN8un4L4rsmSB0 { width:325px;height:60px;top:513px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #B3eBMGnK9K1pDvxtOT6nWpw56g8VpMxf { display:block; }
 }@media only screen and (max-width: 763px) { #yzb1WwtLTxMd7OupNtOaGCpbReGumrai { top:278px;left:0px;width:580px;height:329px;display:block; }
 }@media only screen and (max-width: 763px) { #MHSehOX06KNq6mA7IUwbHBbkfnuUd44b { display:block; }#MHSehOX06KNq6mA7IUwbHBbkfnuUd44b > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PfNJDmCSazqXNuIppyqdMOtSu4Tx83ik { top:140px;left:67px;width:630px;height:187px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #MvHoxgA5PvapZ3EGlQnBk8sMrAayTTdc { top:70px;left:116px;width:527px;height:41px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #ReD6ceITRihRcSJbLBTfd69RFwTKvSKl { top:357px;left:68.998687744141px;width:622px;height:;font-size:16px;display:block; }#ReD6ceITRihRcSJbLBTfd69RFwTKvSKl li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/8b90dfad-16ec-4f3e-aa58-faacecbbd0f4/Group387.png); }
 }@media only screen and (max-width: 763px) { #qs1Tnp3Gmdtnm3QPILT3X3QLJxh0NdKq { top:567px;left:65.997406005859px;width:627px;height:104px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #qgSuxubPgKMlquaNIKaNAR1NWFQDk1Pa { display:block; }#qgSuxubPgKMlquaNIKaNAR1NWFQDk1Pa > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WvHveJJKSxkRnJqulJ89nMg4cyo0XP1D { top:0px;left:0px;width:764px;height:425px;display:block; }
 }@media only screen and (max-width: 763px) { #ioZzQCMG6TZ8SxcdO5wNOw65Vku4Apul { display:block; }#ioZzQCMG6TZ8SxcdO5wNOw65Vku4Apul > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 .widget-regular-label { width:460px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 .widget-input-text { width:460px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 .widget-textarea { width:460px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 .widget-input-select { width:460px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 .widget-input-button { width:354px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:53px; }
#AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 .widget-checkbox-label { width:441px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7  { width:460px;height:auto;top:150px;left:132px; }
#AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 .radio-container { width:460px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 {display:block;}#AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 { width:460px;height:auto;top:150px;left:132px; }
 }@media only screen and (max-width: 763px) { #AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 #uN7C4FMEitB55XMb2SzET7dTnASSSXTi {  }
 }@media only screen and (max-width: 763px) { #AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 #fpbUCc3veoC6VoE3861QEiznyesVypzI {  }
 }@media only screen and (max-width: 763px) { #AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 #w1UcWPuOKa0qw5OgbckfTmfhy5noQFNH {  }
 }@media only screen and (max-width: 763px) { #AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 #PW0TxdAwZM6PRKFfGSgZuuXH94iIFB0X {  }
 }@media only screen and (max-width: 763px) { #AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 #CVzmKS6EgTMQPKOccD7aioxEpJ7BE1uT {  }
 }@media only screen and (max-width: 763px) { #AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 #n6bHSHMxgNt6cIaHxoFzbdM2ixr42NAp {  }
 }@media only screen and (max-width: 763px) { #AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 #mdTg9Na90zTwy66svgzzzNNvupAE3QTK {  }
 }@media only screen and (max-width: 763px) { #AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 #BHLc84LSa3nA4T3kILmZu46sxqaWvSq9 {  }
 }@media only screen and (max-width: 763px) { #AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 #PpPhOeAehcyFiQbI9bkp2dkge9G6e0lB {  }
 }@media only screen and (max-width: 763px) { #AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 #Dfni5v7giT4skfb2hW0H16rPLQH1wNTf {  }
 }@media only screen and (max-width: 763px) { #AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 #vD7HKMOf2bKbSFRntlQgR6MFT5hApA2V {  }
 }@media only screen and (max-width: 763px) { #AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 #mgDNzxoFmkOmDMQ3CbIBJsTzqEhkhT8h {  }
 }@media only screen and (max-width: 763px) { #AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 #y20lysero8zwTLRITbZLWN34Jb4wMqgT {  }
 }@media only screen and (max-width: 763px) { #AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 #yQKOTpgIlILEUFA6emQ5yXGtWLpTMDWk {  }
 }@media only screen and (max-width: 763px) { #AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 #MVWsFvZD2S6cBWsouw1FlJyaQTKh3lX7 {  }
 }@media only screen and (max-width: 763px) { #AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 #QBDiALog8RtGdJaCXclCr0CfALRiq4MG {  }
 }@media only screen and (max-width: 763px) { #AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 #uzxfI4TIz7rnUNZR708OKvF4HK7ThmFN {  }
 }@media only screen and (max-width: 763px) { #AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 #AitnmskbWrfOHXbs2nAQhedxv9RHZML2 {  }
 }@media only screen and (max-width: 763px) { #AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 #BUv2AVKdmwv0keBSJNtZ39ntC6aDWnpR {  }
 }@media only screen and (max-width: 763px) { #AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 #xdvH3sh7OKShTkhdbwTwkALkNWrWotcC {  }
 }@media only screen and (max-width: 763px) { #AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 #hBh9HyCn2RP5ZUssXQ2uoAAwDnR7Bg1c {  }
 }@media only screen and (max-width: 763px) { #AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 #W0HoHM34bMl9uTrBzriRSbqkTqg3iN7o {  }
 }@media only screen and (max-width: 763px) { #AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 #QCMJn5xk6fvmhprga6dfw3UT5xZq2dWv {  }
 }@media only screen and (max-width: 763px) { #AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 #ETvmfqV5nCHAXMrmtG3g3N0Ti3nyDJPh {  }
 }@media only screen and (max-width: 763px) { #AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 #CN4a4xhdQPcNANZNAH1H4yJuNJkLcG0X {  }
 }@media only screen and (max-width: 763px) { #OHiATriw2opSTDBHv8R6ZRQPGbws8kSV { display:block; }
 }@media only screen and (max-width: 763px) { #x6pxURorn9MnQ1E3N3edyfizdJnwmBtT { display:block; }
 }@media only screen and (max-width: 763px) { #AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 #KdmtGtAX6FTHUWO2tOoUZXbINLp7DkMD {  }
 }@media only screen and (max-width: 763px) { #AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 #AdmAoKstLN4zR1pGqVfqsIUrxvJNllDF {  }
 }@media only screen and (max-width: 763px) { #QGMbIp34K7TgDQWhPC0G8uKFe113kO9n { top:41px;left:117.984375px;width:527px;height:83px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #eTLQ1ORlSGhklRo5qZFHlnLfRB9EWxhV { display:block; }#eTLQ1ORlSGhklRo5qZFHlnLfRB9EWxhV > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wFoJKy5gJGbSme3ue99AZSsIsTgpsGUR { top:43px;left:0px;width:764px;height:96px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #fLalDag7tIR2EueTWXeLDGMRiZRh9G90 { display:block; }#fLalDag7tIR2EueTWXeLDGMRiZRh9G90 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vd6WzTIDgqPOUxqbtgJQx7E8ss4Z6dZy { top:40px;left:0px;width:764px;height:72px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UrvIGI3HAszXqHNAORN1o4TJ0LKCHecf { position:fixed;z-index:199999;top:0px;left:0px;right:0px;display:block; }#UrvIGI3HAszXqHNAORN1o4TJ0LKCHecf > .row .container { width:320px;height:50px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uTXuuwuxId1ICkG41Nm8dwqKighw0efu { width:181.999px;height:41.9987px;top:3.9973957538605px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #WJGxTL281JOk2xPqerV5TEDrGPkZwfFF { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6b0ee231-230c-4097-83ca-175bb1f39d60/hearingcheck1.png");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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WJGxTL281JOk2xPqerV5TEDrGPkZwfFF.adaptive-delivery-prevent-bg, #WJGxTL281JOk2xPqerV5TEDrGPkZwfFF.lazyload, #WJGxTL281JOk2xPqerV5TEDrGPkZwfFF.lazyloading { background-image: none; }#WJGxTL281JOk2xPqerV5TEDrGPkZwfFF > .row .container { background-color: transparent; background-image: none; }#WJGxTL281JOk2xPqerV5TEDrGPkZwfFF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WJGxTL281JOk2xPqerV5TEDrGPkZwfFF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WJGxTL281JOk2xPqerV5TEDrGPkZwfFF > .row .container > .video-iframe-container { display: none; }#WJGxTL281JOk2xPqerV5TEDrGPkZwfFF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WJGxTL281JOk2xPqerV5TEDrGPkZwfFF > .row > .video-iframe-container { display: none; }#WJGxTL281JOk2xPqerV5TEDrGPkZwfFF > .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); }#WJGxTL281JOk2xPqerV5TEDrGPkZwfFF > .row .container { border-width: 0; border-radius: 0; }#WJGxTL281JOk2xPqerV5TEDrGPkZwfFF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WJGxTL281JOk2xPqerV5TEDrGPkZwfFF > .row .container { width:320px;height:370px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#01a4a4;background-image:none;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:375px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qMLXyARJOpi9UkFxzCtOTaxDtuz7AQQF { width:231.969px;height:132px;top:20px;left:34px;font-size:40px;z-index:15002;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #GR9X1dI55lHeJvIlVqNTPfDXGC9lU0fL { width:278px;height:104px;top:161px;left:34px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #xoTiewPTDrgAJrJLRbZN8un4L4rsmSB0 { width:280px;height:60px;top:283px;left:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #B3eBMGnK9K1pDvxtOT6nWpw56g8VpMxf { display:block; }
 }@media only screen and (max-width: 763px) { #yzb1WwtLTxMd7OupNtOaGCpbReGumrai { width:320px;height:181.51724137931px;top:298.890625px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #MHSehOX06KNq6mA7IUwbHBbkfnuUd44b { display:block; }#MHSehOX06KNq6mA7IUwbHBbkfnuUd44b > .row .container { width:320px;height:987px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PfNJDmCSazqXNuIppyqdMOtSu4Tx83ik { width:320px;height:311.9535px;top:137.96875px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #MvHoxgA5PvapZ3EGlQnBk8sMrAayTTdc { width:320px;height:78px;top:40px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #ReD6ceITRihRcSJbLBTfd69RFwTKvSKl { width:320px;height:247.172px;top:469.91668701172px;left:0px;font-size:16px;display:block; }#ReD6ceITRihRcSJbLBTfd69RFwTKvSKl li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/8b90dfad-16ec-4f3e-aa58-faacecbbd0f4/Group387.png); }
 }@media only screen and (max-width: 763px) { #qs1Tnp3Gmdtnm3QPILT3X3QLJxh0NdKq { width:320px;height:187.1717px;top:737.08856201172px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #qgSuxubPgKMlquaNIKaNAR1NWFQDk1Pa { display:block; }#qgSuxubPgKMlquaNIKaNAR1NWFQDk1Pa > .row .container { width:320px;height:252px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WvHveJJKSxkRnJqulJ89nMg4cyo0XP1D { width:320px;height:232px;top:20px;left:0px;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;display:block; }
 }@media only screen and (max-width: 763px) { #ioZzQCMG6TZ8SxcdO5wNOw65Vku4Apul { display:block; }#ioZzQCMG6TZ8SxcdO5wNOw65Vku4Apul > .row .container { width:320px;height:1179px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 .widget-checkbox-label { width:260px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;line-height:1.3;overflow:hidden;height:auto; }
#AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 .widget-container { padding-top:6px;padding-right:0;padding-bottom:6px;padding-left:0; }
#AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 .widget-container:first-of-type{padding-top:0;}#AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 .widget-container:last-of-type{padding-bottom:0;}#AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7  { width:280px;height:auto;top:215px;left:0px;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;z-index:14996;background-color:transparent;background-image:none; }
#AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 .widget-info-text { font-size:14px;overflow:hidden;height:auto; }
#AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 {display:block;}#AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 { width:280px;height:auto;top:215px;left:0px;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;z-index:14996;background-color:transparent;background-image:none; }
 }@media only screen and (max-width: 763px) { #AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 #uN7C4FMEitB55XMb2SzET7dTnASSSXTi {  }
 }@media only screen and (max-width: 763px) { #AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 #fpbUCc3veoC6VoE3861QEiznyesVypzI { display:block; }
 }@media only screen and (max-width: 763px) { #AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 #w1UcWPuOKa0qw5OgbckfTmfhy5noQFNH {  }
 }@media only screen and (max-width: 763px) { #AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 #PW0TxdAwZM6PRKFfGSgZuuXH94iIFB0X {  }
 }@media only screen and (max-width: 763px) { #AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 #CVzmKS6EgTMQPKOccD7aioxEpJ7BE1uT { display:block; }
 }@media only screen and (max-width: 763px) { #AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 #n6bHSHMxgNt6cIaHxoFzbdM2ixr42NAp {  }
 }@media only screen and (max-width: 763px) { #AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 #mdTg9Na90zTwy66svgzzzNNvupAE3QTK {  }
 }@media only screen and (max-width: 763px) { #AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 #BHLc84LSa3nA4T3kILmZu46sxqaWvSq9 { display:block; }
 }@media only screen and (max-width: 763px) { #AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 #PpPhOeAehcyFiQbI9bkp2dkge9G6e0lB {  }
 }@media only screen and (max-width: 763px) { #AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 #Dfni5v7giT4skfb2hW0H16rPLQH1wNTf {  }
 }@media only screen and (max-width: 763px) { #AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 #vD7HKMOf2bKbSFRntlQgR6MFT5hApA2V { display:block; }
 }@media only screen and (max-width: 763px) { #AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 #mgDNzxoFmkOmDMQ3CbIBJsTzqEhkhT8h {  }
 }@media only screen and (max-width: 763px) { #AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 #y20lysero8zwTLRITbZLWN34Jb4wMqgT {  }
 }@media only screen and (max-width: 763px) { #AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 #yQKOTpgIlILEUFA6emQ5yXGtWLpTMDWk { display:block; }
 }@media only screen and (max-width: 763px) { #AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 #MVWsFvZD2S6cBWsouw1FlJyaQTKh3lX7 {  }
 }@media only screen and (max-width: 763px) { #AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 #QBDiALog8RtGdJaCXclCr0CfALRiq4MG {  }
 }@media only screen and (max-width: 763px) { #AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 #uzxfI4TIz7rnUNZR708OKvF4HK7ThmFN {  }
 }@media only screen and (max-width: 763px) { #AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 #AitnmskbWrfOHXbs2nAQhedxv9RHZML2 {  }
 }@media only screen and (max-width: 763px) { #AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 #BUv2AVKdmwv0keBSJNtZ39ntC6aDWnpR {  }
 }@media only screen and (max-width: 763px) { #AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 #xdvH3sh7OKShTkhdbwTwkALkNWrWotcC {  }
 }@media only screen and (max-width: 763px) { #AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 #hBh9HyCn2RP5ZUssXQ2uoAAwDnR7Bg1c {  }
 }@media only screen and (max-width: 763px) { #AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 #W0HoHM34bMl9uTrBzriRSbqkTqg3iN7o {  }
 }@media only screen and (max-width: 763px) { #AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 #QCMJn5xk6fvmhprga6dfw3UT5xZq2dWv {  }
 }@media only screen and (max-width: 763px) { #AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 #ETvmfqV5nCHAXMrmtG3g3N0Ti3nyDJPh {  }
 }@media only screen and (max-width: 763px) { #AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 #CN4a4xhdQPcNANZNAH1H4yJuNJkLcG0X {  }
 }@media only screen and (max-width: 763px) { #OHiATriw2opSTDBHv8R6ZRQPGbws8kSV { display:block; }
 }@media only screen and (max-width: 763px) { #x6pxURorn9MnQ1E3N3edyfizdJnwmBtT { display:block; }
 }@media only screen and (max-width: 763px) { #AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 #KdmtGtAX6FTHUWO2tOoUZXbINLp7DkMD {  }
 }@media only screen and (max-width: 763px) { #AWHlAKVCmkNpXVuCttaZo07KN8uvstQ7 #AdmAoKstLN4zR1pGqVfqsIUrxvJNllDF {  }
 }@media only screen and (max-width: 763px) { #QGMbIp34K7TgDQWhPC0G8uKFe113kO9n { width:320px;height:156px;top:38px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #eTLQ1ORlSGhklRo5qZFHlnLfRB9EWxhV { display:block; }#eTLQ1ORlSGhklRo5qZFHlnLfRB9EWxhV > .row .container { width:320px;height:280px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wFoJKy5gJGbSme3ue99AZSsIsTgpsGUR { width:320px;height:216px;top:32px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #fLalDag7tIR2EueTWXeLDGMRiZRh9G90 { display:block; }#fLalDag7tIR2EueTWXeLDGMRiZRh9G90 > .row .container { width:320px;height:203px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vd6WzTIDgqPOUxqbtgJQx7E8ss4Z6dZy { width:320px;height:152.0158px;top:20px;left:0px;font-size:13px;display:block; }
 }