.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:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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 { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/93aeb4bb-98cd-4ae4-bea4-8aae6423a3c8/background.jpeg");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 > .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:975px;width:960px;overflow:visible;position:relative;display:block; }#FKbzflsktpx8SS3a01iyIf8nGQAxDiIT { color:#ffffff;display:block;width:414px;position:absolute;font-family:neuton;font-size:42px;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:194px;left:473px;height:84px;font-style:italic;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IxAgqmOHVr79FFT7KBLEzP3QrC7SaPTF { color:#ffffff;display:block;width:415px;position:absolute;font-family:neuton;font-size:23px;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:325px;left:473px;height:418.4684px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#RsrMMiHzgTQICDyrE8Ah4mENMKACq6yT { position:absolute;display:block;z-index:15005;background-color:#000000;background-image:none;background-position:top left !important;background-repeat: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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:737px;width:382px;top:193.99305725098px;left:38.993041992188px;display:block; }
#xzzknfbAKpnXvACFoLP4A9M2RTt0B8Ga { color:#ffffff;display:block;width:276px;position:absolute;font-family:"times new roman";font-size:32px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:226px;left:92px;height:83.1876px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IqQnIO6GSVfXsxzIB4QtLMkKQiKDHblv { position:absolute;display:block;z-index:15009;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:110.984px;width:325.984px;top:32.390625px;left:316.984375px;overflow:hidden;display:block; }
#xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 .widget-form-header {  }
#xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:14px;font-weight:bold;color:#ffffff;width:285px;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:right;text-align-last:right; }
#xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;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:285px;box-sizing:border-box;height:40px;color:#070101;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 .widget-input-text {padding-top: 0; padding-bottom: 0;}#xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;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:285px;box-sizing:border-box;height:70px;color:#070101;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 .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:285px;box-sizing:border-box;height:40px;color:#000000;font-family:"open sans";font-size:14px;overflow:hidden;vertical-align:top; }
#xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 .widget-input-select {padding-top: 0; padding-bottom: 0;}#xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 .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; }
#xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 .widget-input-button { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#fbc108;background-image:none;background-position:top left !important;background-repeat: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:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:14px;font-weight:bold;color:#000000;width:285px;height:45px;font-family:"times new roman";overflow:hidden;text-align:center;text-align-last:center; }
#xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 [class*="-text"]:-moz-placeholder { color:#000000;font-family:neuton;font-size:16px;text-align:center;text-align-last:center;font-weight:400;font-style:normal; }
#xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 [class*="-text"]::-moz-placeholder { color:#000000;font-family:neuton;font-size:16px;text-align:center;text-align-last:center;font-weight:400;font-style:normal; }
#xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:neuton;font-size:16px;text-align:center;text-align-last:center;font-weight:400;font-style:normal; }
#xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:neuton;font-size:16px;text-align:center;text-align-last:center;font-weight:400;font-style:normal; }
#xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 .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:"open sans";font-size:12px;font-weight:300;color:#000000;vertical-align:top;width:268px;overflow:hidden;font-style:normal;line-height:1.6;float:none; }
#xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 .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; }
#xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 .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;float:none; }
#xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 .widget-container { padding-top:4px;padding-right:0;padding-bottom:4px;padding-left:0;width:100%;font-size:0;height:auto; }
#xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 .widget-container:first-of-type{padding-top:0;}#xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 .widget-container:last-of-type{padding-bottom:0;}#xTgUMuc4Fzod3NoAFcM21cXbWA68LT80  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:285px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15009;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:absolute;top:367.20486450195px;left:67.447937011719px; }
#xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:285px;display:block;vertical-align:top; }
#xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 .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; }
#xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 {display:block;}#xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:285px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15009;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:absolute;top:367.20486450195px;left:67.447937011719px; }
#xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 #iTUW6bTHUst8X5av8ie5Lh0Mn83SPnZV { position:relative; }
#xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 #cq5hwdKugmCm7a5h7Za8bbplMEMid0fB { position:relative;display:block; }
#xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 #tSC2dwLoEEtTpuaL1dgw6vF32ploWSy8 { position:relative; }
#xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 #n6TPQDaqGAamr0ws8EoAtT3pd9FMfi4S { position:relative; }
#xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 #tKGeo8CcNMKu51cT4ok2GswDHSlLgApa { position:relative;display:block; }
#xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 #eSVgcGB2zGu731WEti3A8NSIloCC3i4E { position:relative; }
#xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 #GcDxSZTtlWOoZGDr8cn7UimSroeIPIbI { position:relative; }
#xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 #DlPv8cmUD1McMa1idocfrfAUWptckrvm { position:relative;display:block; }
#xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 #gAXCUkQgg5K1Pg1C5Jz7NvGetB9a5X5z { position:relative; }
#xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 #VsV51ivmc8MhE78kUu46aIh8XP8MHvFR { position:relative; }
#xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 #qRaHIsQd0sQ2hwAXbyUk4cI9cSA90nfa { position:relative;display:block; }
#xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 #mLNJb6l8sXguKqqRvC8KPJLCrN84SieJ { position:relative; }
#xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 #resHPHgDstV0uozmLZzGfNi2AAay9h8n { position:relative; }
#xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 #B3hCXIKT9gs891u0t0Nhxr8TbW7zKIoo { position:relative;display:block; }
#xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 #op0NVtDUTSQ8sLWbTcD56V9fykC531Wc { position:relative; }
#xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 #URLD9gc6hHFpMuolNbvMpPOzswgwzNqf { position:relative; }
#xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 #uBfEqQu1lectFhSFNNmnh1OGXeaStrT6 { position:relative;display:block; }
#xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 #l3HbgR9dutk1NOd49EhQQoow6DwpnkWT { position:relative; }
#ZiaIXf2Em7iTQbB5N3sROmhvdAs1nC0D { position:relative;display:block; }
#fch7GD1ed23b0sCZuUwr61u3VCJThpgA { position:relative;display:block; }
#uID51FCsKAtTxylIz5Q8C9rFvwC2LlvX { position:relative;display:block; }
#xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 #S5ReR0FaPAu1Bh2v8zZIeUDfMhWxhRlv { position:relative; }
#xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 #VPJ41lLgbaa3A5SoyoqOWgNWPxlEvyd0 { position:relative; }
#zp0INUP5HStBGvRaJdu6bfOBXSbm63ow { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zp0INUP5HStBGvRaJdu6bfOBXSbm63ow > .row .container { background-color: transparent; background-image: none; }#zp0INUP5HStBGvRaJdu6bfOBXSbm63ow::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zp0INUP5HStBGvRaJdu6bfOBXSbm63ow > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zp0INUP5HStBGvRaJdu6bfOBXSbm63ow > .row .container > .video-iframe-container { display: none; }#zp0INUP5HStBGvRaJdu6bfOBXSbm63ow > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zp0INUP5HStBGvRaJdu6bfOBXSbm63ow > .row > .video-iframe-container { display: none; }#zp0INUP5HStBGvRaJdu6bfOBXSbm63ow > .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); }#zp0INUP5HStBGvRaJdu6bfOBXSbm63ow > .row .container { border-width: 0; border-radius: 0; }#zp0INUP5HStBGvRaJdu6bfOBXSbm63ow > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zp0INUP5HStBGvRaJdu6bfOBXSbm63ow > .row .container { font-size:14px;font-family:arial;height:33px;width:960px;position:relative;display:block; }#EvRTxyW0MzEfnsEzDZ0SIUxAOySiTTp3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a12776f9-fbf4-4739-a7dd-7cea9a47b6db/14283243840x2160desktop4kmiddleeastwallpaperimage.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EvRTxyW0MzEfnsEzDZ0SIUxAOySiTTp3.adaptive-delivery-prevent-bg, #EvRTxyW0MzEfnsEzDZ0SIUxAOySiTTp3.lazyload, #EvRTxyW0MzEfnsEzDZ0SIUxAOySiTTp3.lazyloading { background-image: none; }#EvRTxyW0MzEfnsEzDZ0SIUxAOySiTTp3 > .row .container { background-color: transparent; background-image: none; }#EvRTxyW0MzEfnsEzDZ0SIUxAOySiTTp3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.8); }#EvRTxyW0MzEfnsEzDZ0SIUxAOySiTTp3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EvRTxyW0MzEfnsEzDZ0SIUxAOySiTTp3 > .row .container > .video-iframe-container { display: none; }#EvRTxyW0MzEfnsEzDZ0SIUxAOySiTTp3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.8); }#EvRTxyW0MzEfnsEzDZ0SIUxAOySiTTp3 > .row > .video-iframe-container { display: none; }#EvRTxyW0MzEfnsEzDZ0SIUxAOySiTTp3 > .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); }#EvRTxyW0MzEfnsEzDZ0SIUxAOySiTTp3 > .row .container { border-width: 0; border-radius: 0; }#EvRTxyW0MzEfnsEzDZ0SIUxAOySiTTp3::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EvRTxyW0MzEfnsEzDZ0SIUxAOySiTTp3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EvRTxyW0MzEfnsEzDZ0SIUxAOySiTTp3 > .row .container { font-size:14px;font-family:arial;height:562px;width:960px;position:relative;display:block; }#DUTc50odAm5UZLxx4D0pvR9gUkMPpVvK { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:529px;width:499px;top:0px;left:461px;overflow:hidden;display:block; }
#hrP8yJUmSp1203gtgliOBQ2PU1xZ3g1Q { color:#ffffff;display:block;width:472.984px;position:absolute;font-family:neuton;font-size:46px;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:51px;left:9.5px;height:;font-style:italic;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gaVf8fSI0e9PSB8TFmbMXPXNboSdWEu9 { color:#ffffff;display:block;width:485px;position:absolute;font-family:neuton;font-size:23px;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:208px;left:0px;height:239.1245px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#JLMA4WHBOPzJlfTpoX9AeI20IkKcTKRH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JLMA4WHBOPzJlfTpoX9AeI20IkKcTKRH > .row .container { background-color: transparent; background-image: none; }#JLMA4WHBOPzJlfTpoX9AeI20IkKcTKRH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLMA4WHBOPzJlfTpoX9AeI20IkKcTKRH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLMA4WHBOPzJlfTpoX9AeI20IkKcTKRH > .row .container > .video-iframe-container { display: none; }#JLMA4WHBOPzJlfTpoX9AeI20IkKcTKRH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLMA4WHBOPzJlfTpoX9AeI20IkKcTKRH > .row > .video-iframe-container { display: none; }#JLMA4WHBOPzJlfTpoX9AeI20IkKcTKRH > .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); }#JLMA4WHBOPzJlfTpoX9AeI20IkKcTKRH > .row .container { border-width: 0; border-radius: 0; }#JLMA4WHBOPzJlfTpoX9AeI20IkKcTKRH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JLMA4WHBOPzJlfTpoX9AeI20IkKcTKRH > .row .container { font-size:14px;font-family:arial;height:33px;width:960px;position:relative;display:block; }#O6oSy6vK1sFFsUSi1AyrVP9BDwB7XNyk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/221c2ad8-ff21-4455-a026-65bcf5d1e1a2/Untitleddesign2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#O6oSy6vK1sFFsUSi1AyrVP9BDwB7XNyk.adaptive-delivery-prevent-bg, #O6oSy6vK1sFFsUSi1AyrVP9BDwB7XNyk.lazyload, #O6oSy6vK1sFFsUSi1AyrVP9BDwB7XNyk.lazyloading { background-image: none; }#O6oSy6vK1sFFsUSi1AyrVP9BDwB7XNyk > .row .container { background-color: transparent; background-image: none; }#O6oSy6vK1sFFsUSi1AyrVP9BDwB7XNyk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#O6oSy6vK1sFFsUSi1AyrVP9BDwB7XNyk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O6oSy6vK1sFFsUSi1AyrVP9BDwB7XNyk > .row .container > .video-iframe-container { display: none; }#O6oSy6vK1sFFsUSi1AyrVP9BDwB7XNyk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#O6oSy6vK1sFFsUSi1AyrVP9BDwB7XNyk > .row > .video-iframe-container { display: none; }#O6oSy6vK1sFFsUSi1AyrVP9BDwB7XNyk > .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); }#O6oSy6vK1sFFsUSi1AyrVP9BDwB7XNyk > .row .container { border-width: 0; border-radius: 0; }#O6oSy6vK1sFFsUSi1AyrVP9BDwB7XNyk::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O6oSy6vK1sFFsUSi1AyrVP9BDwB7XNyk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O6oSy6vK1sFFsUSi1AyrVP9BDwB7XNyk > .row .container { font-size:14px;font-family:arial;height:586px;width:960px;position:relative;display:block; }#wr2lai8fVxQ5DnkF15tlUbKiaPGzxkt0 { color:#ffffff;display:block;width:410px;position:absolute;font-family:raleway;font-size:42px;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:97px;left:527px;height:58.8px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#pIQKyGVkrKCQZS8irnTPLy8tXALhGLc0 { color:#ffffff;display:block;width:321px;position:absolute;font-family:"open sans";font-size:16px;font-weight:400;z-index:15015;line-height:1.7;letter-spacing:0;top:205px;left:616px;height:54.375px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#uOb6Ut1eBd4r7WUJ9cqlv3KTFLLuquh9 { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), #000000);background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), #000000);background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), #000000);background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), #000000);background-size:auto !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:8px;width:328px;top:168px;left:610px;display:block; }
#XwO41OCpHuK1UdxWnWUsbxcy89dIFBhI .accordion-element-container { border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0;flex-direction:column;align-items:center;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #000000, rgba(0,0,0,0));background-image: -moz-linear-gradient(45deg, #000000, rgba(0,0,0,0));background-image: -ms-linear-gradient(45deg, #000000, rgba(0,0,0,0));background-image: -o-linear-gradient(45deg, #000000, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000' );";background-image: linear-gradient(45deg, #000000, rgba(0,0,0,0));background-size:contain !important;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#XwO41OCpHuK1UdxWnWUsbxcy89dIFBhI .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0;flex-direction:row-reverse;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:10px; }
#XwO41OCpHuK1UdxWnWUsbxcy89dIFBhI .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:24px;font-family:raleway;font-style:normal;color:#ffffff;height:auto;line-height:2;overflow:hidden;text-align:right;text-align-last:right; }
#XwO41OCpHuK1UdxWnWUsbxcy89dIFBhI .accordion-desc-text { display:block;position:relative;width:100%;padding-top:20px;padding-right:0;padding-bottom:0;padding-left:0;font-size:16px;font-family:raleway;color:#ffffff;height:auto;line-height:1.7;overflow:hidden;text-align:right;text-align-last:right; }
#XwO41OCpHuK1UdxWnWUsbxcy89dIFBhI .accordion-trigger { width:20px;min-width:20px;height:20px;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_ddf7c9403d5ac4a6dec78d880e5e68fdbec19a96.svg");background-size:contain !important; }#XwO41OCpHuK1UdxWnWUsbxcy89dIFBhI .accordion-trigger.adaptive-delivery-prevent-bg, #XwO41OCpHuK1UdxWnWUsbxcy89dIFBhI .accordion-trigger.lazyload, #XwO41OCpHuK1UdxWnWUsbxcy89dIFBhI .accordion-trigger.lazyloading { background-image: none; }
#XwO41OCpHuK1UdxWnWUsbxcy89dIFBhI { box-sizing:content-box;height:auto;width:543.991px;position:absolute;display:flex;flex-direction:column;gap:25px;z-index:15045;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:97px;left:0px; }
#XwO41OCpHuK1UdxWnWUsbxcy89dIFBhI #iCtcsWbTB441glvbwP2llEE6qhkVRHX1 { height:auto;display:flex;position:relative;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px; }
#XwO41OCpHuK1UdxWnWUsbxcy89dIFBhI #hPErL2qFvP3lQ1gFtkqLOQ54dTWAUhOD { height:auto;display:flex;position:relative;top:0px;left:0px; }
#XwO41OCpHuK1UdxWnWUsbxcy89dIFBhI #mtQHWtVEx7wgL6S3eXKSNhDWyOhlC80W { display:block;position:relative; }
#XwO41OCpHuK1UdxWnWUsbxcy89dIFBhI #SnmrZeMTKUnlGdudNiXgGxiGuTxI0TTl {  }
#XwO41OCpHuK1UdxWnWUsbxcy89dIFBhI #F4fW6JafWMMHNtTUXtdOTmZPPwixUHM8 {  }
#XwO41OCpHuK1UdxWnWUsbxcy89dIFBhI #cGxFGOwMz3TKpOtcSvFL5V5ydHEO28cp { height:auto;display:flex;position:relative;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px; }
#XwO41OCpHuK1UdxWnWUsbxcy89dIFBhI #yL471ht8UtA8kkJdtEl3sNOiEWEPOQKB { height:auto;display:flex;position:relative;top:0px;left:0px; }
#XwO41OCpHuK1UdxWnWUsbxcy89dIFBhI #iSxIq3T7Hdt4XLaPEt4BO5idznHLNkOR { display:block;position:relative; }
#XwO41OCpHuK1UdxWnWUsbxcy89dIFBhI #GQi99viTBa6Ds9k7P6aVh4hArU1qNhyg {  }
#XwO41OCpHuK1UdxWnWUsbxcy89dIFBhI #IQ164rzq2X5t6UrODu9Owd9GaJJ5LiXt { display:none; }
#XwO41OCpHuK1UdxWnWUsbxcy89dIFBhI #l0pSAvJZK982WsE3WDKqJ6llMtACNTvA { height:auto;display:flex;position:relative;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px; }
#XwO41OCpHuK1UdxWnWUsbxcy89dIFBhI #eQPhZNM9b8Ni5UB2z39MpHbBtGscWNWu { height:auto;display:flex;position:relative;top:0px;left:0px; }
#XwO41OCpHuK1UdxWnWUsbxcy89dIFBhI #pyJ3C8b8eSg72KRk5DS7TFTyPsfDBRFw { display:block;position:relative; }
#XwO41OCpHuK1UdxWnWUsbxcy89dIFBhI #G3slnPXzJmAQn7IXpT0LurKLmxGoWkvr {  }
#XwO41OCpHuK1UdxWnWUsbxcy89dIFBhI #ob7FhefPCTFL8Cb8gZZ1lbPcTITmMZV0 { display:none; }
#VchJbILyiEaObgTlEkL6W8JqyHLOb0eU { position:absolute;display:block;z-index:15009;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:110.988px;width:325.987px;top:32.387500762939px;left:317.00003051758px;overflow:hidden;display:none; }
#JAGhacRAVk9KIqflgx2JSPPCVb0DtTgE { position:absolute;display:block;z-index:15046;height:10px;width:620px;top:574.9826965332px;left:35.625px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@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) { #FKbzflsktpx8SS3a01iyIf8nGQAxDiIT { width:414px;height:84px;top:194px;left:350px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #IxAgqmOHVr79FFT7KBLEzP3QrC7SaPTF { width:415px;height:418px;top:325px;left:349px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #RsrMMiHzgTQICDyrE8Ah4mENMKACq6yT { width:382px;height:737px;top:193px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #xzzknfbAKpnXvACFoLP4A9M2RTt0B8Ga { width:276px;height:83px;top:226px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #IqQnIO6GSVfXsxzIB4QtLMkKQiKDHblv { top:32px;left:218.984375px;width:325px;height:110.64898890743px;display:block; }
 }@media only screen and (max-width: 763px) { #xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 .widget-regular-label { width:285px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 .widget-input-text { width:285px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 .widget-input-text {padding-top: 0; padding-bottom: 0;}#xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 .widget-textarea { width:285px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 .widget-input-select { width:285px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 .widget-input-select {padding-top: 0; padding-bottom: 0;}#xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 .widget-input-button { width:285px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 .widget-checkbox-label { width:269px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xTgUMuc4Fzod3NoAFcM21cXbWA68LT80  { width:285px;height:auto;top:367px;left:0px; }
#xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 .radio-container { width:285px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 {display:block;}#xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 { width:285px;height:auto;top:367px;left:0px; }
 }@media only screen and (max-width: 763px) { #xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 #iTUW6bTHUst8X5av8ie5Lh0Mn83SPnZV {  }
 }@media only screen and (max-width: 763px) { #xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 #cq5hwdKugmCm7a5h7Za8bbplMEMid0fB { display:none; }
 }@media only screen and (max-width: 763px) { #xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 #tSC2dwLoEEtTpuaL1dgw6vF32ploWSy8 {  }
 }@media only screen and (max-width: 763px) { #xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 #n6TPQDaqGAamr0ws8EoAtT3pd9FMfi4S {  }
 }@media only screen and (max-width: 763px) { #xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 #tKGeo8CcNMKu51cT4ok2GswDHSlLgApa { display:none; }
 }@media only screen and (max-width: 763px) { #xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 #eSVgcGB2zGu731WEti3A8NSIloCC3i4E {  }
 }@media only screen and (max-width: 763px) { #xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 #GcDxSZTtlWOoZGDr8cn7UimSroeIPIbI {  }
 }@media only screen and (max-width: 763px) { #xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 #DlPv8cmUD1McMa1idocfrfAUWptckrvm {  }
 }@media only screen and (max-width: 763px) { #xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 #gAXCUkQgg5K1Pg1C5Jz7NvGetB9a5X5z {  }
 }@media only screen and (max-width: 763px) { #xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 #VsV51ivmc8MhE78kUu46aIh8XP8MHvFR {  }
 }@media only screen and (max-width: 763px) { #xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 #qRaHIsQd0sQ2hwAXbyUk4cI9cSA90nfa {  }
 }@media only screen and (max-width: 763px) { #xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 #mLNJb6l8sXguKqqRvC8KPJLCrN84SieJ {  }
 }@media only screen and (max-width: 763px) { #xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 #resHPHgDstV0uozmLZzGfNi2AAay9h8n {  }
 }@media only screen and (max-width: 763px) { #xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 #B3hCXIKT9gs891u0t0Nhxr8TbW7zKIoo {  }
 }@media only screen and (max-width: 763px) { #xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 #op0NVtDUTSQ8sLWbTcD56V9fykC531Wc {  }
 }@media only screen and (max-width: 763px) { #xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 #URLD9gc6hHFpMuolNbvMpPOzswgwzNqf {  }
 }@media only screen and (max-width: 763px) { #xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 #uBfEqQu1lectFhSFNNmnh1OGXeaStrT6 {  }
 }@media only screen and (max-width: 763px) { #xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 #l3HbgR9dutk1NOd49EhQQoow6DwpnkWT {  }
 }@media only screen and (max-width: 763px) { #ZiaIXf2Em7iTQbB5N3sROmhvdAs1nC0D { display:block; }
 }@media only screen and (max-width: 763px) { #fch7GD1ed23b0sCZuUwr61u3VCJThpgA { display:block; }
 }@media only screen and (max-width: 763px) { #uID51FCsKAtTxylIz5Q8C9rFvwC2LlvX { display:block; }
 }@media only screen and (max-width: 763px) { #xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 #S5ReR0FaPAu1Bh2v8zZIeUDfMhWxhRlv {  }
 }@media only screen and (max-width: 763px) { #xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 #VPJ41lLgbaa3A5SoyoqOWgNWPxlEvyd0 {  }
 }@media only screen and (max-width: 763px) { #zp0INUP5HStBGvRaJdu6bfOBXSbm63ow { display:block; }#zp0INUP5HStBGvRaJdu6bfOBXSbm63ow > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EvRTxyW0MzEfnsEzDZ0SIUxAOySiTTp3 { display:block; }#EvRTxyW0MzEfnsEzDZ0SIUxAOySiTTp3 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DUTc50odAm5UZLxx4D0pvR9gUkMPpVvK { top:0px;left:264px;width:499px;height:529px;display:block; }
 }@media only screen and (max-width: 763px) { #hrP8yJUmSp1203gtgliOBQ2PU1xZ3g1Q { width:472px;height:;top:51px;left:0px;font-size:46px;display:block; }
 }@media only screen and (max-width: 763px) { #gaVf8fSI0e9PSB8TFmbMXPXNboSdWEu9 { width:485px;height:239px;top:208px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #JLMA4WHBOPzJlfTpoX9AeI20IkKcTKRH { display:block; }#JLMA4WHBOPzJlfTpoX9AeI20IkKcTKRH > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O6oSy6vK1sFFsUSi1AyrVP9BDwB7XNyk { display:block; }#O6oSy6vK1sFFsUSi1AyrVP9BDwB7XNyk > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wr2lai8fVxQ5DnkF15tlUbKiaPGzxkt0 { top:199px;left:0px;width:360px;height:58.7969px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #pIQKyGVkrKCQZS8irnTPLy8tXALhGLc0 { top:288px;left:0px;width:360px;height:190.312px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #uOb6Ut1eBd4r7WUJ9cqlv3KTFLLuquh9 { width:328px;height:8px;top:168px;left:436px;display:block; }
 }@media only screen and (max-width: 763px) { #XwO41OCpHuK1UdxWnWUsbxcy89dIFBhI .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XwO41OCpHuK1UdxWnWUsbxcy89dIFBhI { display:flex;height:auto;width:445px;top:186px;left:80px; }
 }@media only screen and (max-width: 763px) { #XwO41OCpHuK1UdxWnWUsbxcy89dIFBhI #iCtcsWbTB441glvbwP2llEE6qhkVRHX1 {  }
 }@media only screen and (max-width: 763px) { #XwO41OCpHuK1UdxWnWUsbxcy89dIFBhI #hPErL2qFvP3lQ1gFtkqLOQ54dTWAUhOD {  }
 }@media only screen and (max-width: 763px) { #XwO41OCpHuK1UdxWnWUsbxcy89dIFBhI #mtQHWtVEx7wgL6S3eXKSNhDWyOhlC80W {  }
 }@media only screen and (max-width: 763px) { #XwO41OCpHuK1UdxWnWUsbxcy89dIFBhI #SnmrZeMTKUnlGdudNiXgGxiGuTxI0TTl {  }
 }@media only screen and (max-width: 763px) { #XwO41OCpHuK1UdxWnWUsbxcy89dIFBhI #F4fW6JafWMMHNtTUXtdOTmZPPwixUHM8 {  }
 }@media only screen and (max-width: 763px) { #XwO41OCpHuK1UdxWnWUsbxcy89dIFBhI #cGxFGOwMz3TKpOtcSvFL5V5ydHEO28cp {  }
 }@media only screen and (max-width: 763px) { #XwO41OCpHuK1UdxWnWUsbxcy89dIFBhI #yL471ht8UtA8kkJdtEl3sNOiEWEPOQKB {  }
 }@media only screen and (max-width: 763px) { #XwO41OCpHuK1UdxWnWUsbxcy89dIFBhI #iSxIq3T7Hdt4XLaPEt4BO5idznHLNkOR {  }
 }@media only screen and (max-width: 763px) { #XwO41OCpHuK1UdxWnWUsbxcy89dIFBhI #GQi99viTBa6Ds9k7P6aVh4hArU1qNhyg {  }
 }@media only screen and (max-width: 763px) { #XwO41OCpHuK1UdxWnWUsbxcy89dIFBhI #IQ164rzq2X5t6UrODu9Owd9GaJJ5LiXt {  }
 }@media only screen and (max-width: 763px) { #XwO41OCpHuK1UdxWnWUsbxcy89dIFBhI #l0pSAvJZK982WsE3WDKqJ6llMtACNTvA {  }
 }@media only screen and (max-width: 763px) { #XwO41OCpHuK1UdxWnWUsbxcy89dIFBhI #eQPhZNM9b8Ni5UB2z39MpHbBtGscWNWu {  }
 }@media only screen and (max-width: 763px) { #XwO41OCpHuK1UdxWnWUsbxcy89dIFBhI #pyJ3C8b8eSg72KRk5DS7TFTyPsfDBRFw {  }
 }@media only screen and (max-width: 763px) { #XwO41OCpHuK1UdxWnWUsbxcy89dIFBhI #G3slnPXzJmAQn7IXpT0LurKLmxGoWkvr {  }
 }@media only screen and (max-width: 763px) { #XwO41OCpHuK1UdxWnWUsbxcy89dIFBhI #ob7FhefPCTFL8Cb8gZZ1lbPcTITmMZV0 {  }
 }@media only screen and (max-width: 763px) { #VchJbILyiEaObgTlEkL6W8JqyHLOb0eU { top:32px;left:219.00003051758px;width:325px;height:110.65195851368px;display:none; }
 }@media only screen and (max-width: 763px) { #JAGhacRAVk9KIqflgx2JSPPCVb0DtTgE { top:574px;left:0px;width:620px;height:10px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:1156px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FKbzflsktpx8SS3a01iyIf8nGQAxDiIT { width:285px;height:54.0046px;top:34px;left:17.5px;text-align:center;text-align-last:center;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #IxAgqmOHVr79FFT7KBLEzP3QrC7SaPTF { width:319.988px;height:291.1566px;top:828.02087402344px;left:0px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #RsrMMiHzgTQICDyrE8Ah4mENMKACq6yT { width:320px;height:647px;top:125.49768829346px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #xzzknfbAKpnXvACFoLP4A9M2RTt0B8Ga { width:300px;height:83.1876px;top:145.80555725098px;left:9.9999990463257px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IqQnIO6GSVfXsxzIB4QtLMkKQiKDHblv { width:319.988px;height:108.924px;top:1152.9630126953px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 .widget-input-text {padding-top: 0; padding-bottom: 0;}#xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 .widget-input-select {padding-top: 0; padding-bottom: 0;}#xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 .widget-checkbox-label { width:264px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xTgUMuc4Fzod3NoAFcM21cXbWA68LT80  { width:280px;height:auto;top:248.38889312744px;left:0px; }
#xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 {display:block;}#xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 { width:280px;height:auto;top:248.38889312744px;left:0px; }
 }@media only screen and (max-width: 763px) { #xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 #iTUW6bTHUst8X5av8ie5Lh0Mn83SPnZV {  }
 }@media only screen and (max-width: 763px) { #xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 #cq5hwdKugmCm7a5h7Za8bbplMEMid0fB { display:none; }
 }@media only screen and (max-width: 763px) { #xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 #tSC2dwLoEEtTpuaL1dgw6vF32ploWSy8 {  }
 }@media only screen and (max-width: 763px) { #xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 #n6TPQDaqGAamr0ws8EoAtT3pd9FMfi4S {  }
 }@media only screen and (max-width: 763px) { #xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 #tKGeo8CcNMKu51cT4ok2GswDHSlLgApa { display:none; }
 }@media only screen and (max-width: 763px) { #xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 #eSVgcGB2zGu731WEti3A8NSIloCC3i4E {  }
 }@media only screen and (max-width: 763px) { #xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 #GcDxSZTtlWOoZGDr8cn7UimSroeIPIbI {  }
 }@media only screen and (max-width: 763px) { #xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 #DlPv8cmUD1McMa1idocfrfAUWptckrvm {  }
 }@media only screen and (max-width: 763px) { #xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 #gAXCUkQgg5K1Pg1C5Jz7NvGetB9a5X5z {  }
 }@media only screen and (max-width: 763px) { #xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 #VsV51ivmc8MhE78kUu46aIh8XP8MHvFR {  }
 }@media only screen and (max-width: 763px) { #xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 #qRaHIsQd0sQ2hwAXbyUk4cI9cSA90nfa {  }
 }@media only screen and (max-width: 763px) { #xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 #mLNJb6l8sXguKqqRvC8KPJLCrN84SieJ {  }
 }@media only screen and (max-width: 763px) { #xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 #resHPHgDstV0uozmLZzGfNi2AAay9h8n {  }
 }@media only screen and (max-width: 763px) { #xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 #B3hCXIKT9gs891u0t0Nhxr8TbW7zKIoo {  }
 }@media only screen and (max-width: 763px) { #xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 #op0NVtDUTSQ8sLWbTcD56V9fykC531Wc {  }
 }@media only screen and (max-width: 763px) { #xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 #URLD9gc6hHFpMuolNbvMpPOzswgwzNqf {  }
 }@media only screen and (max-width: 763px) { #xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 #uBfEqQu1lectFhSFNNmnh1OGXeaStrT6 {  }
 }@media only screen and (max-width: 763px) { #xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 #l3HbgR9dutk1NOd49EhQQoow6DwpnkWT {  }
 }@media only screen and (max-width: 763px) { #ZiaIXf2Em7iTQbB5N3sROmhvdAs1nC0D { display:block; }
 }@media only screen and (max-width: 763px) { #fch7GD1ed23b0sCZuUwr61u3VCJThpgA { display:block; }
 }@media only screen and (max-width: 763px) { #uID51FCsKAtTxylIz5Q8C9rFvwC2LlvX { display:block; }
 }@media only screen and (max-width: 763px) { #xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 #S5ReR0FaPAu1Bh2v8zZIeUDfMhWxhRlv {  }
 }@media only screen and (max-width: 763px) { #xTgUMuc4Fzod3NoAFcM21cXbWA68LT80 #VPJ41lLgbaa3A5SoyoqOWgNWPxlEvyd0 {  }
 }@media only screen and (max-width: 763px) { #zp0INUP5HStBGvRaJdu6bfOBXSbm63ow { display:none; }#zp0INUP5HStBGvRaJdu6bfOBXSbm63ow > .row .container { width:320px;height:33px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EvRTxyW0MzEfnsEzDZ0SIUxAOySiTTp3 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a04eefb3-719b-40f0-bda0-a73e23fba236/sensiabybeyondbanner_orig.webp");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#EvRTxyW0MzEfnsEzDZ0SIUxAOySiTTp3.adaptive-delivery-prevent-bg, #EvRTxyW0MzEfnsEzDZ0SIUxAOySiTTp3.lazyload, #EvRTxyW0MzEfnsEzDZ0SIUxAOySiTTp3.lazyloading { background-image: none; }#EvRTxyW0MzEfnsEzDZ0SIUxAOySiTTp3 > .row .container { background-color: transparent; background-image: none; }#EvRTxyW0MzEfnsEzDZ0SIUxAOySiTTp3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.76); }#EvRTxyW0MzEfnsEzDZ0SIUxAOySiTTp3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EvRTxyW0MzEfnsEzDZ0SIUxAOySiTTp3 > .row .container > .video-iframe-container { display: none; }#EvRTxyW0MzEfnsEzDZ0SIUxAOySiTTp3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.76); }#EvRTxyW0MzEfnsEzDZ0SIUxAOySiTTp3 > .row > .video-iframe-container { display: none; }#EvRTxyW0MzEfnsEzDZ0SIUxAOySiTTp3 > .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); }#EvRTxyW0MzEfnsEzDZ0SIUxAOySiTTp3 > .row .container { width:320px;height:666px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DUTc50odAm5UZLxx4D0pvR9gUkMPpVvK { width:320px;height:339px;top:114.765625px;left:0px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hrP8yJUmSp1203gtgliOBQ2PU1xZ3g1Q { width:320px;height:96px;top:12.765625px;left:0px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #gaVf8fSI0e9PSB8TFmbMXPXNboSdWEu9 { width:320px;height:166.375px;top:466.765625px;left:0px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #JLMA4WHBOPzJlfTpoX9AeI20IkKcTKRH { display:none; }#JLMA4WHBOPzJlfTpoX9AeI20IkKcTKRH > .row .container { width:320px;height:33px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #O6oSy6vK1sFFsUSi1AyrVP9BDwB7XNyk { display:block; }#O6oSy6vK1sFFsUSi1AyrVP9BDwB7XNyk > .row .container { width:320px;height:748px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wr2lai8fVxQ5DnkF15tlUbKiaPGzxkt0 { width:320px;height:44.7969px;top:20px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #pIQKyGVkrKCQZS8irnTPLy8tXALhGLc0 { width:320px;height:54.3889px;top:102px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #uOb6Ut1eBd4r7WUJ9cqlv3KTFLLuquh9 { width:320px;height:8px;top:82px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #XwO41OCpHuK1UdxWnWUsbxcy89dIFBhI .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XwO41OCpHuK1UdxWnWUsbxcy89dIFBhI .accordion-heading-text { font-size:20px;height:auto;line-height:1.5;overflow:hidden; }
#XwO41OCpHuK1UdxWnWUsbxcy89dIFBhI .accordion-desc-text { font-size:14px;height:auto; }
#XwO41OCpHuK1UdxWnWUsbxcy89dIFBhI { display:flex;height:auto;width:320px;top:176px;left:0px; }
 }@media only screen and (max-width: 763px) { #XwO41OCpHuK1UdxWnWUsbxcy89dIFBhI #iCtcsWbTB441glvbwP2llEE6qhkVRHX1 {  }
 }@media only screen and (max-width: 763px) { #XwO41OCpHuK1UdxWnWUsbxcy89dIFBhI #hPErL2qFvP3lQ1gFtkqLOQ54dTWAUhOD {  }
 }@media only screen and (max-width: 763px) { #XwO41OCpHuK1UdxWnWUsbxcy89dIFBhI #mtQHWtVEx7wgL6S3eXKSNhDWyOhlC80W {  }
 }@media only screen and (max-width: 763px) { #XwO41OCpHuK1UdxWnWUsbxcy89dIFBhI #SnmrZeMTKUnlGdudNiXgGxiGuTxI0TTl {  }
 }@media only screen and (max-width: 763px) { #XwO41OCpHuK1UdxWnWUsbxcy89dIFBhI #F4fW6JafWMMHNtTUXtdOTmZPPwixUHM8 {  }
 }@media only screen and (max-width: 763px) { #XwO41OCpHuK1UdxWnWUsbxcy89dIFBhI #cGxFGOwMz3TKpOtcSvFL5V5ydHEO28cp {  }
 }@media only screen and (max-width: 763px) { #XwO41OCpHuK1UdxWnWUsbxcy89dIFBhI #yL471ht8UtA8kkJdtEl3sNOiEWEPOQKB {  }
 }@media only screen and (max-width: 763px) { #XwO41OCpHuK1UdxWnWUsbxcy89dIFBhI #iSxIq3T7Hdt4XLaPEt4BO5idznHLNkOR {  }
 }@media only screen and (max-width: 763px) { #XwO41OCpHuK1UdxWnWUsbxcy89dIFBhI #GQi99viTBa6Ds9k7P6aVh4hArU1qNhyg {  }
 }@media only screen and (max-width: 763px) { #XwO41OCpHuK1UdxWnWUsbxcy89dIFBhI #IQ164rzq2X5t6UrODu9Owd9GaJJ5LiXt {  }
 }@media only screen and (max-width: 763px) { #XwO41OCpHuK1UdxWnWUsbxcy89dIFBhI #l0pSAvJZK982WsE3WDKqJ6llMtACNTvA {  }
 }@media only screen and (max-width: 763px) { #XwO41OCpHuK1UdxWnWUsbxcy89dIFBhI #eQPhZNM9b8Ni5UB2z39MpHbBtGscWNWu {  }
 }@media only screen and (max-width: 763px) { #XwO41OCpHuK1UdxWnWUsbxcy89dIFBhI #pyJ3C8b8eSg72KRk5DS7TFTyPsfDBRFw {  }
 }@media only screen and (max-width: 763px) { #XwO41OCpHuK1UdxWnWUsbxcy89dIFBhI #G3slnPXzJmAQn7IXpT0LurKLmxGoWkvr {  }
 }@media only screen and (max-width: 763px) { #XwO41OCpHuK1UdxWnWUsbxcy89dIFBhI #ob7FhefPCTFL8Cb8gZZ1lbPcTITmMZV0 {  }
 }@media only screen and (max-width: 763px) { #VchJbILyiEaObgTlEkL6W8JqyHLOb0eU { width:241px;height:81px;top:617px;left:39.5px;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #JAGhacRAVk9KIqflgx2JSPPCVb0DtTgE { width:320px;height:10px;top:718px;left:0px;display:block; }
 }