.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-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
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-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
@media only screen and (max-width: 763px) { 
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;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 { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:arial;height:71px;width:960px;overflow:visible;position:relative;display:block; }#LlFTqxZLfdL1dVx1EVRvEZcMSqE0g9v6 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:53px;width:248px;top:14.5px;left:12px;overflow:hidden;display:block; }
#imk70DZKGMb399trSeGQ79IWrp7T9Clk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/AAZZ0dY8/BG1.jpg");background-position:top left;background-repeat:repeat;background-attachment:scroll;position:relative;display:block; }#imk70DZKGMb399trSeGQ79IWrp7T9Clk > .row .container { background-color: transparent; background-image: none; }#imk70DZKGMb399trSeGQ79IWrp7T9Clk::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#imk70DZKGMb399trSeGQ79IWrp7T9Clk > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#imk70DZKGMb399trSeGQ79IWrp7T9Clk > .row .container > .video-iframe-container { display: none; }#imk70DZKGMb399trSeGQ79IWrp7T9Clk > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#imk70DZKGMb399trSeGQ79IWrp7T9Clk > .row > .video-iframe-container { display: none; }#imk70DZKGMb399trSeGQ79IWrp7T9Clk > .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); }#imk70DZKGMb399trSeGQ79IWrp7T9Clk > .row .container { border-width: 0; border-radius: 0; }#imk70DZKGMb399trSeGQ79IWrp7T9Clk > .row .container { font-size:14px;font-family:arial;height:684px;width:960px;position:relative;display:block; }#vzzvFGPL869J8G3hq6Vo20TWoMhGQW02 { color:#ffffff;display:block;width:960px;position:absolute;font-family:cairo;font-size:38px;font-weight:700;z-index:100003;line-height:1.4;letter-spacing:0;text-shadow:1px 1px 0 rgba(0,0,0,0.1);top:10px;left:0;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tRbiRN0T1IIJCbMwpRnCLgaQHcguq4Tp { color:#ffffff;display:block;width:960px;position:absolute;font-family:cairo;font-size:20px;font-weight:400;z-index:100004;line-height:1.6;letter-spacing:0;top:78px;left:0;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#A21TOTvuMsLI5LFiUA5PwlhD3EBh4pU8 { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:464px;width:312px;top:149px;left:353.390625px;overflow:hidden;display:block; }
#qbwhdB89h1OCNvkG8bcgWda7b1VPq0Nx { position:absolute;display:block;z-index:100007;background-color:#daf5ff;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: 1px 5px 25px rgba(0,0,0,0.1) ;height:310px;width:280px;top:208px;left:680px;display:block; }
#hMdFf3NlhnQcG0gx1hKIX5oGmqGDiWMz { color:#000000;display:block;width:280px;position:absolute;font-family:cairo;font-size:29px;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 0 rgba(0,0,0,0.1);top:230px;left:680px;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wWzNFeQyBQEmRF5rzNn77Ph7c8vQXPQh { color:#000000;display:block;width:245px;position:absolute;font-family:cairo;font-size:17px;font-weight:400;z-index:100009;line-height:1.5;letter-spacing:0;top:408px;left:695px;height:75px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qCEuJ6VhKg933VhOSsMzff0PWnhGPWUC { color:#000000;display:block;width:280px;position:absolute;font-family:cairo;font-size:100px;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 0 rgba(0,0,0,0.1);top:272px;left:680px;height:130px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KpWQMXSW0EdkmA8PEgN5WaVvuCNBiyx9 { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:73px;width:287px;top:204.59375px;left:103.390625px;overflow:hidden;display:block; }
#IsTFrG7GgBUn15WO5HhMJThU0EkOb9wn { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:74px;width:307px;top:514.59375px;left:603.390625px;overflow:hidden;display:block; }
#gRDwWO8k4cEEPT8m7HmRCeoP8QoZlRHN { position:absolute;display:block;z-index:100008;background-color:rgba(54,41,222,0.38);background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: 1px 5px 25px rgba(0,0,0,0.1) ;height:373px;width:280px;top:282px;left:0;display:block; }
#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw .widget-form-header {  }
#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw .widget-regular-label { height:auto;display:none;font-family:"open sans";font-size:14px;font-weight:bold;color:#000000;width:230px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0px;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:1px solid rgba(87,189,226,0.2);padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-left:0;margin-bottom:4px;display:block;width:230px;box-sizing:border-box;height:50px;color:#000000;font-size:35px;overflow:hidden;font-family:cairo;vertical-align:top;text-align:right;text-align-last:right;font-weight:700;font-style:normal;line-height:1; }
#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw .widget-input-text {padding-top: 0; padding-bottom: 0;}#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:1px solid rgba(87,189,226,0.2);padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:230px;box-sizing:border-box;height:70px;color:#000000;font-size:35px;overflow:hidden;font-family:cairo;vertical-align:top;text-align:right;text-align-last:right;font-weight:700;font-style:normal;line-height:1; }
#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw .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:0px;margin-bottom:4px;margin-left:0px;display:block;width:230px;box-sizing:border-box;height:40px;color:#161616;font-family:cairo;font-size:14px;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right;font-weight:700;font-style:normal; }
#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw .widget-input-select {padding-top: 0; padding-bottom: 0;}#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw .widget-input-checkbox { width:13px;height:13px;box-sizing:border-box;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw .widget-input-button { border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;background-color:rgba(8,9,9,0.66);background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;background-size:initial;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-left:0px;margin-bottom:4px;display:block;box-sizing:border-box;font-size:25px;font-weight:bold;color:#f2f9ff;width:230px;height:60px;font-family:cairo;overflow:hidden;text-align:center;text-align-last:center; }
#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw [class*="-text"]:-moz-placeholder { color:rgba(0,0,0,0.98);font-family:cairo;font-size:15px;font-weight:700;font-style:normal;line-height:1.5; }
#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw [class*="-text"]::-moz-placeholder { color:rgba(0,0,0,0.98);font-family:cairo;font-size:15px;font-weight:700;font-style:normal;line-height:1.5; }
#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw [class*="-text"]:-ms-input-placeholder { color:rgba(0,0,0,0.98);font-family:cairo;font-size:15px;font-weight:700;font-style:normal;line-height:1.5; }
#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw [class*="-text"]::-webkit-input-placeholder { color:rgba(0,0,0,0.98);font-family:cairo;font-size:15px;font-weight:700;font-style:normal;line-height:1.5; }
#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto;font-family:lato;font-size:12px;font-weight:300;color:#000000;vertical-align:top;width:213px;overflow:hidden;font-style:normal;line-height:1.4; }
#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:3px;vertical-align:middle; }
#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw .widget-radio-label { display:inline;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;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; }
#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw .widget-container { padding-top:2px;padding-left:0;padding-right:0;padding-bottom:2px;width:100%;font-size:0px;height:auto; }
#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw .widget-container:first-of-type{padding-top:0;}#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw .widget-container:last-of-type{padding-bottom:0;}#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:230px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100012;position:absolute;top:299px;left:5px; }
#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;width:230px;display:block;vertical-align:top; }
#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:12px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw {display:block;}#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:230px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100012;position:absolute;top:299px;left:5px; }
#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw #kAPgZV6pl6nzbTG4GyXfRPsmLmJWUxTo { position:relative;top:0px;left:0px; }
#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw #kOLc8s4ET8eoBMevTIKfX3JeuX0wtLbl { position:relative;top:0px;left:0px; }
#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw #LWeTFccwViBrFT08BGFLpihtMa2TcSST { position:relative;top:0px;left:0px; }
#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw #ocTGPHRgE7ZMknLsDMhaq8vb2BmqW6ZF { position:relative;top:0px;left:0px; }
#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw #CPz3gDTMRTikvyGu6k0kMEJZgi1KkbuW { position:relative;top:0px;left:0px; }
#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw #pOE1pHpN0qxL3pBfVOzHOz4ZNACmXdEX { position:relative;top:0px;left:0px; }
#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw #S5v5T1RVTODX3poT4RcDgTHmxylzf1gM { position:relative;top:0px;left:0px; }
#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw #lSDpiGz65wzSTKFV8bN3ezyDhuDqzeW7 { position:relative;top:0px;left:0px; }
#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw #ttGLHF6wIhlH2ynsxm588HcGN1lAh3fA { position:relative;top:0px;left:0px; }
#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw #sxZrS5tVxLdwf2BeOzGObuxy3MVB82tc { position:relative;top:0px;left:0px; }
#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw #XZT6mpk9fdlHbh9ZHOzT9W5yLkfqBihz { position:relative;top:0px;left:0px; }
#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw #Sc3MMPxpguhJrkoIBpSS3EIIS2r4nsks { position:relative;top:0px;left:0px; }
#GGTBFAzHMJwoSd7zLv1F60HOwshuHuvG { position:relative;top:0px;left:0px;display:block; }
#TiRtZ19btIJ1D2SQ4CU8I6IPBQtiZgDT { position:relative;top:0px;left:0px;display:block; }
#Zp56bLRrlaX0L3k61LXSxJIcuAAIBsk8 { position:relative;top:0px;left:0px;display:block; }
#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw #aRCUHNLZarkUb3fLn63PQWJqfkwpTQww { position:relative;top:0px;left:0px; }
#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw #GTgOKhq5SJmcQv4yUdyAA8oHyT4pVq27 { position:relative; }
#aaOnmXnxRAlsiUCnTMUxlVfHzgDeI5FZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#aaOnmXnxRAlsiUCnTMUxlVfHzgDeI5FZ > .row .container { background-color: transparent; background-image: none; }#aaOnmXnxRAlsiUCnTMUxlVfHzgDeI5FZ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aaOnmXnxRAlsiUCnTMUxlVfHzgDeI5FZ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aaOnmXnxRAlsiUCnTMUxlVfHzgDeI5FZ > .row .container > .video-iframe-container { display: none; }#aaOnmXnxRAlsiUCnTMUxlVfHzgDeI5FZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aaOnmXnxRAlsiUCnTMUxlVfHzgDeI5FZ > .row > .video-iframe-container { display: none; }#aaOnmXnxRAlsiUCnTMUxlVfHzgDeI5FZ > .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); }#aaOnmXnxRAlsiUCnTMUxlVfHzgDeI5FZ > .row .container { border-width: 0; border-radius: 0; }#aaOnmXnxRAlsiUCnTMUxlVfHzgDeI5FZ > .row .container { font-size:14px;font-family:arial;height:154px;width:960px;position:relative;display:block; }#u1nADw3T42RrDm0F4ZENecufS0uzgOw3 { color:#000000;display:block;width:900px;position:absolute;font-family:cairo;font-size:23px;font-weight:300;z-index:100006;line-height:1.7;letter-spacing:0;top:68px;left:23px;height:78px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b5fs5xHszCyy70TLoBqAWhmC52SCvOrR { color:#57bde2;display:block;width:637px;position:absolute;font-family:cairo;font-size:32px;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:11px;left:180px;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VBVr6yFmGyxwcFUTqhHcVi7MifTVzMrJ { position:relative;display:block; }#VBVr6yFmGyxwcFUTqhHcVi7MifTVzMrJ { background-color: transparent; background-image: none; }#VBVr6yFmGyxwcFUTqhHcVi7MifTVzMrJ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VBVr6yFmGyxwcFUTqhHcVi7MifTVzMrJ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VBVr6yFmGyxwcFUTqhHcVi7MifTVzMrJ > .row .container > .video-iframe-container { display: none; }#VBVr6yFmGyxwcFUTqhHcVi7MifTVzMrJ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VBVr6yFmGyxwcFUTqhHcVi7MifTVzMrJ > .row > .video-iframe-container { display: none; }#VBVr6yFmGyxwcFUTqhHcVi7MifTVzMrJ > .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); }#VBVr6yFmGyxwcFUTqhHcVi7MifTVzMrJ { border-width: 0; border-radius: 0; }#VBVr6yFmGyxwcFUTqhHcVi7MifTVzMrJ > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f3;background-image:none;font-size:14px;font-family:arial;height:300px;width:960px;position:relative;display:block; }#hOxqpI9q10pOTbTZpRAHT7ZLBzxlq97s { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:109px;width:68px;top:13px;left:682px;overflow:hidden;display:block; }
#CM6XnP9TtfdxEaMm4cO5EcsrHTDQSen0 { color:#000000;display:block;width:240px;position:absolute;font-family:cairo;font-size:17px;font-weight:700;z-index:100025;line-height:1.3;letter-spacing:0;top:128px;left:597px;height:22px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T9wwdaEl4I9TLtBWTts4FFPM68TfyFwr { color:#000000;display:block;width:279px;position:absolute;font-family:cairo;font-size:17px;font-weight:normal;z-index:100031;line-height:1.6;letter-spacing:0;top:176px;left:581px;height:81px;text-align:center;text-align-last:center;display:block; }
#hMWhrUUi74gnPf5A3D6T84wGToCxwcup { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:115px;width:44px;top:12px;left:185.85858585859px;overflow:hidden;display:block; }
#cT3tRo1rDtq0iRTmqeBWF19AwdAE1oxL { color:#000000;display:block;width:240px;position:absolute;font-family:cairo;font-size:17px;font-weight:700;z-index:100026;line-height:1.3;letter-spacing:0;top:134px;left:120px;height:22px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mr3mAMiE1NCTf5SV9TefyDIkoVyIAhPp { color:#000000;display:block;width:264px;position:absolute;font-family:cairo;font-size:17px;font-weight:normal;z-index:100031;line-height:1.6;letter-spacing:0;top:178px;left:94px;height:54px;text-align:center;text-align-last:center;display:block; }
#VBlOaI0yexuVZe7K2y0Eq9gQ1KJQOo5R { position:relative;display:block; }#VBlOaI0yexuVZe7K2y0Eq9gQ1KJQOo5R { background-color: transparent; background-image: none; }#VBlOaI0yexuVZe7K2y0Eq9gQ1KJQOo5R::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VBlOaI0yexuVZe7K2y0Eq9gQ1KJQOo5R > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VBlOaI0yexuVZe7K2y0Eq9gQ1KJQOo5R > .row .container > .video-iframe-container { display: none; }#VBlOaI0yexuVZe7K2y0Eq9gQ1KJQOo5R > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VBlOaI0yexuVZe7K2y0Eq9gQ1KJQOo5R > .row > .video-iframe-container { display: none; }#VBlOaI0yexuVZe7K2y0Eq9gQ1KJQOo5R > .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); }#VBlOaI0yexuVZe7K2y0Eq9gQ1KJQOo5R { border-width: 0; border-radius: 0; }#VBlOaI0yexuVZe7K2y0Eq9gQ1KJQOo5R > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f3;background-image:none;font-size:14px;font-family:arial;height:342px;width:960px;position:relative;display:block; }#GB9z9pTXc5Kl7xZbIbB9PM3pwWJB90tf { color:#000000;display:block;width:240px;position:absolute;font-family:cairo;font-size:17px;font-weight:700;z-index:100025;line-height:1.3;letter-spacing:0;top:126px;left:603px;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IXpQrC3HyfgsOG9ITJVfH63TDw9exJpT { color:#000000;display:block;width:296px;position:absolute;font-family:cairo;font-size:17px;font-weight:normal;z-index:100030;line-height:1.6;letter-spacing:0;top:172px;left:580px;height:108px;text-align:center;text-align-last:center;display:block; }
#EXli82sZXaMtBSolr9tcJTl1sRb5EL3u { color:#000000;display:block;width:240px;position:absolute;font-family:cairo;font-size:17px;font-weight:700;z-index:100027;line-height:1.3;letter-spacing:0;top:125px;left:89px;height:22px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EZUQ2CG12hZddV0Zf93s4iZFweG4Z4WT { color:#000000;display:block;width:264px;position:absolute;font-family:cairo;font-size:17px;font-weight:normal;z-index:100030;line-height:1.6;letter-spacing:0;top:170px;left:76px;height:81px;text-align:center;text-align-last:center;display:block; }
#wG6aWOVqTOsaPrnDctcrRX2boUq7deZX { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:99px;width:43px;top:22px;left:187.5px;overflow:hidden;display:block; }
#yIVcd8xdirA7SFoO1ZwE1EN2t2MRUETI { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:109px;width:54px;top:11px;left:690px;overflow:hidden;display:block; }
#uDuTefOJm1ydxTmulwmTa2pixT3nZgpT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/ham5jacV/BG2.jpg");background-position:bottom center;background-repeat:repeat;background-attachment:scroll;position:relative;display:block; }#uDuTefOJm1ydxTmulwmTa2pixT3nZgpT > .row .container { background-color: transparent; background-image: none; }#uDuTefOJm1ydxTmulwmTa2pixT3nZgpT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uDuTefOJm1ydxTmulwmTa2pixT3nZgpT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uDuTefOJm1ydxTmulwmTa2pixT3nZgpT > .row .container > .video-iframe-container { display: none; }#uDuTefOJm1ydxTmulwmTa2pixT3nZgpT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uDuTefOJm1ydxTmulwmTa2pixT3nZgpT > .row > .video-iframe-container { display: none; }#uDuTefOJm1ydxTmulwmTa2pixT3nZgpT > .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); }#uDuTefOJm1ydxTmulwmTa2pixT3nZgpT > .row .container { border-width: 0; border-radius: 0; }#uDuTefOJm1ydxTmulwmTa2pixT3nZgpT > .row .container { font-size:14px;font-family:arial;height:285px;width:960px;position:relative;display:block; }#k1cK1ZIcXoJgvmROAMn2kkz6VVeGWOMA { color:#000000;display:block;width:647px;position:absolute;font-family:cairo;font-size:16px;font-weight:700;z-index:100009;line-height:1.6;letter-spacing:0;top:35px;left:300px;height:50px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#lX1cGFdPfFNwGPQhar9AuzOOTVPGq163 { color:#57bde2;display:block;width:370px;position:absolute;font-family:lato;font-size:60px;font-weight:300;z-index:100010;line-height:1.5;letter-spacing:0;top:109px;left:270px;height:90px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WnlNIpZWVeH5HtQBJ9TFpG54GuDfQ1Vw { background-color:#0e9ae5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:050px;border-top-right-radius:050px;border-bottom-left-radius:050px;border-bottom-right-radius:050px;box-shadow: 1px 2px 4px rgba(0,0,0,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:cairo;font-size:23px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:236px;height:65px;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:120.5px;left:413px;display:block; }
#MSZVPxHRtDdLapWUygF74hGABdQhCWnK { display:block;position:absolute;top:50%;left:0;width:100%;z-index:100000;display:block; }
#SnLlv4FgNaEO4TGSxMcHyuntedXJ5cay { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:220px;width:150px;top:22px;left:0;overflow:hidden;display:block; }
#Ol5asNaXGWkQF24RVxooJwphRAvHQICq { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:58px;width:58px;top:106px;left:820px;overflow:hidden;display:block; }
#CGpHpKqrK4Z7piTwtaBRix6o8QJ5Hc6y { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:42px;width:33px;top:203px;left:740px;overflow:hidden;display:block; }
#dCqZI6fFDg19KN4udnpWRCI2RLN4Q7iw { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:124px;width:128px;top:158px;left:832px;overflow:hidden;display:block; }
#U2SlMaToaE1qNP9Ah7PKOmB59Ju0G9dt { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:77px;width:52px;top:206px;left:800px;overflow:hidden;display:block; }
#wggL8g7K00e8zIN9k4NRRBndr8u8yd4b { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:55px;width:55px;top:230px;left:680px;overflow:hidden;display:block; }
#bPBng92Z3CcmMeQmLM69TymnTPCBD1Pl { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:56px;width:34px;top:223px;left:789px;overflow:hidden;display:block; }
#JIuoN4E09Qhk6uByFv7HlF4RRSQ32P0o { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:38px;width:23px;top:243px;left:737px;overflow:hidden;display:block; }
#maTVuDa84KAR4Z3EzP1Mu5ppM97MJU1E { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:44px;width:45px;top:238px;left:608px;overflow:hidden;display:block; }
#dPCinqNR2hxVwDRcsPI0ZpHtI3UxJFUK { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28px;width:28px;top:217px;left:647px;overflow:hidden;display:block; }
#RfzbqrlV989qx36JukZ9OCSQJJSpPlF8 { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:29px;width:27px;top:245px;left:760px;overflow:hidden;display:block; }
#b7GaiMUwS7TROU4b4CsiTTKBMTk0v5WT { color:#57bde2;display:block;width:370px;position:absolute;font-family:lato;font-size:60px;font-weight:300;z-index:100010;line-height:1.5;letter-spacing:0;top:109px;left:270px;height:90px;text-align:left;text-align-last:left;font-style:normal;display:none; }
#riOeHHCJhHhxJmcMG17HM1z29SdEFTlt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#69a7d8;background-image:url("https://images.assets-landingi.com/UN8igvhq/Cardio_Landing_page_1949X1021_2_copy.png");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;position:relative;display:block; }#riOeHHCJhHhxJmcMG17HM1z29SdEFTlt > .row .container { background-color: transparent; background-image: none; }#riOeHHCJhHhxJmcMG17HM1z29SdEFTlt::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#riOeHHCJhHhxJmcMG17HM1z29SdEFTlt > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#riOeHHCJhHhxJmcMG17HM1z29SdEFTlt > .row .container > .video-iframe-container { display: none; }#riOeHHCJhHhxJmcMG17HM1z29SdEFTlt > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#riOeHHCJhHhxJmcMG17HM1z29SdEFTlt > .row > .video-iframe-container { display: none; }#riOeHHCJhHhxJmcMG17HM1z29SdEFTlt > .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); }#riOeHHCJhHhxJmcMG17HM1z29SdEFTlt > .row .container { border-width: 0; border-radius: 0; }#riOeHHCJhHhxJmcMG17HM1z29SdEFTlt > .row .container { font-size:14px;font-family:arial;height:576px;width:960px;position:relative;display:block; }#JmXrB0KNQSt4qPD0iWeIAPmTbCatpRrz { color:#000000;display:block;width:654px;position:absolute;font-family:cairo;font-size:20px;font-weight:700;z-index:100007;line-height:1.8;letter-spacing:0;top:23px;left:-74px;height:36px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Guws4OtmPAzepblBWXDkLGUZzJcxQzex { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:354px;width:648px;top:149px;left:-75px;display:block; }
#HlMwCB4WnCuEsI0Xdr8HrI3SHK05ooZt { color:#000000;display:block;width:543px;position:absolute;font-family:cairo;font-size:13px;font-weight:300;z-index:100008;line-height:1.8;letter-spacing:0;top:70px;left:37px;height:46px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#P3w7LcQhbvHfT7mVKq03ShPJmubsxtX1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/AAZZ0dY8/BG1.jpg");background-position:top left;background-repeat:repeat;background-attachment:scroll;position:relative;display:block; }#P3w7LcQhbvHfT7mVKq03ShPJmubsxtX1 > .row .container { background-color: transparent; background-image: none; }#P3w7LcQhbvHfT7mVKq03ShPJmubsxtX1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#P3w7LcQhbvHfT7mVKq03ShPJmubsxtX1 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#P3w7LcQhbvHfT7mVKq03ShPJmubsxtX1 > .row .container > .video-iframe-container { display: none; }#P3w7LcQhbvHfT7mVKq03ShPJmubsxtX1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#P3w7LcQhbvHfT7mVKq03ShPJmubsxtX1 > .row > .video-iframe-container { display: none; }#P3w7LcQhbvHfT7mVKq03ShPJmubsxtX1 > .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); }#P3w7LcQhbvHfT7mVKq03ShPJmubsxtX1 > .row .container { border-width: 0; border-radius: 0; }#P3w7LcQhbvHfT7mVKq03ShPJmubsxtX1 > .row .container { font-size:14px;font-family:arial;height:652px;width:960px;position:relative;display:block; }#Tq5W7SwhxSgw0NcclTOMieFEgczmgG1o { color:#ffffff;display:block;width:960px;position:absolute;font-family:cairo;font-size:37px;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 0 rgba(0,0,0,0.1);top:15px;left:0;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hUJTXa5LXZrSoV1F8UNIIsZ2360W4wxh { color:#ffffff;display:block;width:960px;position:absolute;font-family:cairo;font-size:20px;font-weight:400;z-index:100004;line-height:2.6;letter-spacing:0;top:90px;left:0;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T3bPBRgFRnUrWr0GsnxklKOFivhC73AB { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:444px;width:300px;top:127px;left:331.5px;overflow:hidden;display:block; }
#hVJ5LRebGL0pvgaSXwEP5LCRuyfx0G7m { position:absolute;display:block;z-index:100007;background-color:#daf5ff;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: 1px 5px 25px rgba(0,0,0,0.1) ;height:310px;width:280px;top:169px;left:680px;display:block; }
#pqVMn2kANz62XWaIHlRDQ38ilKeb1zo4 { color:#000000;display:block;width:280px;position:absolute;font-family:cairo;font-size:29px;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 0 rgba(0,0,0,0.1);top:215px;left:680px;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QomKMFaBvqEX0cEhs1ZWNEaAHnWcWwOI { color:#000000;display:block;width:245px;position:absolute;font-family:cairo;font-size:19px;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:384px;left:695px;height:24px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FnkOmkGxNhCbTgtERF4TTsTtUHJ5IyBl { color:#000000;display:block;width:280px;position:absolute;font-family:cairo;font-size:100px;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 0 rgba(0,0,0,0.1);top:255px;left:680px;height:130px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#onTvITVHgCpLDExHHC6sizmhh4WoovqP { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:73px;width:287px;top:165.59375px;left:103.390625px;overflow:hidden;display:block; }
#ybBd7ew7e0TPLFDFyHetTH75GbuMIVIr { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:74px;width:307px;top:475.59375px;left:603.390625px;overflow:hidden;display:block; }
#F6b2923lN571ivmCJp9DJfEu5sTOphni { position:absolute;display:block;z-index:100008;background-color:rgba(54,41,222,0.38);background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: 1px 5px 25px rgba(0,0,0,0.1) ;height:375px;width:280px;top:243px;left:0;display:block; }
#rrgCeumdEv7kX697G0hr0hq3DHzJV05k .widget-form-header {  }
#rrgCeumdEv7kX697G0hr0hq3DHzJV05k .widget-regular-label { height:auto;display:none;font-family:"open sans";font-size:14px;font-weight:bold;color:#000000;width:230px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0px;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#rrgCeumdEv7kX697G0hr0hq3DHzJV05k .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:1px solid rgba(87,189,226,0.2);padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-left:0;margin-bottom:4px;display:block;width:230px;box-sizing:border-box;height:50px;color:#000000;font-size:35px;overflow:hidden;font-family:cairo;vertical-align:top;text-align:right;text-align-last:right;font-weight:700;font-style:normal;line-height:1; }
#rrgCeumdEv7kX697G0hr0hq3DHzJV05k .widget-input-text {padding-top: 0; padding-bottom: 0;}#rrgCeumdEv7kX697G0hr0hq3DHzJV05k .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:1px solid rgba(87,189,226,0.2);padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:230px;box-sizing:border-box;height:70px;color:#000000;font-size:35px;overflow:hidden;font-family:cairo;vertical-align:top;text-align:right;text-align-last:right;font-weight:700;font-style:normal;line-height:1; }
#rrgCeumdEv7kX697G0hr0hq3DHzJV05k .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:0px;margin-bottom:4px;margin-left:0px;display:block;width:230px;box-sizing:border-box;height:40px;color:#161616;font-family:cairo;font-size:14px;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right;font-weight:700;font-style:normal; }
#rrgCeumdEv7kX697G0hr0hq3DHzJV05k .widget-input-select {padding-top: 0; padding-bottom: 0;}#rrgCeumdEv7kX697G0hr0hq3DHzJV05k .widget-input-checkbox { width:13px;height:13px;box-sizing:border-box;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#rrgCeumdEv7kX697G0hr0hq3DHzJV05k .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#rrgCeumdEv7kX697G0hr0hq3DHzJV05k .widget-input-button { border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;background-color:rgba(8,9,9,0.66);background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;background-size:initial;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-left:0px;margin-bottom:4px;display:block;box-sizing:border-box;font-size:25px;font-weight:bold;color:#f2f9ff;width:230px;height:60px;font-family:cairo;overflow:hidden;text-align:center;text-align-last:center; }
#rrgCeumdEv7kX697G0hr0hq3DHzJV05k [class*="-text"]:-moz-placeholder { color:rgba(0,0,0,0.98);font-family:cairo;font-size:15px;font-weight:700;font-style:normal;line-height:1.5; }
#rrgCeumdEv7kX697G0hr0hq3DHzJV05k [class*="-text"]::-moz-placeholder { color:rgba(0,0,0,0.98);font-family:cairo;font-size:15px;font-weight:700;font-style:normal;line-height:1.5; }
#rrgCeumdEv7kX697G0hr0hq3DHzJV05k [class*="-text"]:-ms-input-placeholder { color:rgba(0,0,0,0.98);font-family:cairo;font-size:15px;font-weight:700;font-style:normal;line-height:1.5; }
#rrgCeumdEv7kX697G0hr0hq3DHzJV05k [class*="-text"]::-webkit-input-placeholder { color:rgba(0,0,0,0.98);font-family:cairo;font-size:15px;font-weight:700;font-style:normal;line-height:1.5; }
#rrgCeumdEv7kX697G0hr0hq3DHzJV05k .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto;font-family:lato;font-size:12px;font-weight:300;color:#000000;vertical-align:top;width:213px;overflow:hidden;font-style:normal;line-height:1.4; }
#rrgCeumdEv7kX697G0hr0hq3DHzJV05k .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:3px;vertical-align:middle; }
#rrgCeumdEv7kX697G0hr0hq3DHzJV05k .widget-radio-label { display:inline;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;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; }
#rrgCeumdEv7kX697G0hr0hq3DHzJV05k .widget-container { padding-top:2px;padding-left:0;padding-right:0;padding-bottom:2px;width:100%;font-size:0px;height:auto; }
#rrgCeumdEv7kX697G0hr0hq3DHzJV05k .widget-container:first-of-type{padding-top:0;}#rrgCeumdEv7kX697G0hr0hq3DHzJV05k .widget-container:last-of-type{padding-bottom:0;}#rrgCeumdEv7kX697G0hr0hq3DHzJV05k  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:230px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100013;position:absolute;top:269px;left:0; }
#rrgCeumdEv7kX697G0hr0hq3DHzJV05k .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;width:230px;display:block;vertical-align:top; }
#rrgCeumdEv7kX697G0hr0hq3DHzJV05k .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:12px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#rrgCeumdEv7kX697G0hr0hq3DHzJV05k {display:block;}#rrgCeumdEv7kX697G0hr0hq3DHzJV05k { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:230px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100013;position:absolute;top:269px;left:0; }
#rrgCeumdEv7kX697G0hr0hq3DHzJV05k #s4aLuJ9X4mmGIODR5EKb7UzS2zMUlyL7 { position:relative;top:0px;left:0px; }
#rrgCeumdEv7kX697G0hr0hq3DHzJV05k #nB6sBRnb0VrbOl9dCdXs0lOmV7OP9GZn { position:relative;top:0px;left:0px; }
#rrgCeumdEv7kX697G0hr0hq3DHzJV05k #K0CGpN67hbwhbVvvf9l44Cc0tvJx6W4n { position:relative;top:0px;left:0px; }
#rrgCeumdEv7kX697G0hr0hq3DHzJV05k #tyhaQ8CNbIMZWOGGegWTV10qrD8JGd4B { position:relative;top:0px;left:0px; }
#rrgCeumdEv7kX697G0hr0hq3DHzJV05k #snr1d8EwoI1RiNybRw5HrMit2b8NIdsG { position:relative;top:0px;left:0px; }
#rrgCeumdEv7kX697G0hr0hq3DHzJV05k #gymNyvwvhMlhtmVulru9ttdmL62sh9BN { position:relative;top:0px;left:0px; }
#rrgCeumdEv7kX697G0hr0hq3DHzJV05k #dv4ia2959pWU9HT7XoiOn7JhpNiOPkaV { position:relative;top:0px;left:0px; }
#rrgCeumdEv7kX697G0hr0hq3DHzJV05k #mPo0qy1snvTLJhdt2DWThclCM08JQpKE { position:relative;top:0px;left:0px; }
#rrgCeumdEv7kX697G0hr0hq3DHzJV05k #if6dZSgHG1qB9Km33nsumGh37WGqDvTk { position:relative;top:0px;left:0px; }
#rrgCeumdEv7kX697G0hr0hq3DHzJV05k #gqCZbBem4sHa1bT6qkgWXc9HiDd3aIv5 { position:relative;top:0px;left:0px; }
#rrgCeumdEv7kX697G0hr0hq3DHzJV05k #dUtD40wnqLJDsrfJDEdyqcc4l8EUeoyz { position:relative;top:0px;left:0px; }
#rrgCeumdEv7kX697G0hr0hq3DHzJV05k #huSPZUHLZf9WUkNc8qOqLQH13NJaTB4Z { position:relative;top:0px;left:0px; }
#S2192fp93QA6CX00bLQXSoIpZXrKuL6f { position:relative;top:0px;left:0px;display:block; }
#C9zyizHiMII4QDKJbVdvH9GI3BuqTVRQ { position:relative;top:0px;left:0px;display:block; }
#sKJEdKsRlUoEk9qHevS8k6udQlgPrRlb { position:relative;top:0px;left:0px;display:block; }
#rrgCeumdEv7kX697G0hr0hq3DHzJV05k #T5ONetvkId3U7B6OccIS3zdSTVfd4q26 { position:relative;top:0px;left:0px; }
#rrgCeumdEv7kX697G0hr0hq3DHzJV05k #c3nP45qrbrt72q4TNHNEm1BAiW9QMSer { position:relative; }
#GP1L6oXbUei0gRo3gdlRnPtE1dhvvDne { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;background-image:none;position:relative;display:block; }#GP1L6oXbUei0gRo3gdlRnPtE1dhvvDne > .row .container { background-color: transparent; background-image: none; }#GP1L6oXbUei0gRo3gdlRnPtE1dhvvDne::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GP1L6oXbUei0gRo3gdlRnPtE1dhvvDne > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GP1L6oXbUei0gRo3gdlRnPtE1dhvvDne > .row .container > .video-iframe-container { display: none; }#GP1L6oXbUei0gRo3gdlRnPtE1dhvvDne > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GP1L6oXbUei0gRo3gdlRnPtE1dhvvDne > .row > .video-iframe-container { display: none; }#GP1L6oXbUei0gRo3gdlRnPtE1dhvvDne > .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); }#GP1L6oXbUei0gRo3gdlRnPtE1dhvvDne > .row .container { border-width: 0; border-radius: 0; }#GP1L6oXbUei0gRo3gdlRnPtE1dhvvDne > .row .container { font-size:14px;font-family:"open sans";height:258px;width:960px;position:relative;display:block; }#iuWtW2fBXOnmc8GxcZ0WBT3yb1aEIMbD { color:#000000;display:block;width:289px;position:absolute;font-family:cairo;font-size:24px;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:5.76171875px;left:670.859375px;height:31px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#dzklyTA6fJWaTmusVtFq4sL4DsvvsTc5 { color:#000000;display:block;width:385px;position:absolute;font-family:cairo;font-size:14px;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:54.765625px;left:549.83203125px;height:36px;text-align:right;text-align-last:right;display:block; }
#NWTSBz3urzvAffqVqwX6Z98sp0u12wCt { box-sizing:content-box;color:#0002a8;font-size:26px;font-weight:400;line-height:1;height:38px;width:39px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100002;top:39.75390625px;left:926.421875px;display:block; }
#X3BCTzC23qh1GuUgnFgH3DSXQ8dcmRMs { color:#000000;display:block;width:385px;position:absolute;font-family:cairo;font-size:14px;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:108.75px;left:552.83203125px;height:36px;text-align:right;text-align-last:right;display:block; }
#FAS81WTh0qFTLmBZrbrPHF431KJLJZPg { box-sizing:content-box;color:#0002a8;font-size:26px;font-weight:400;line-height:1;height:38px;width:39px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:93.75390625px;left:927.4140625px;display:block; }
#rb7dbtg5r0F2w5S9kldLWsSqTKTnk1Hl { color:#000000;display:block;width:385px;position:absolute;font-family:cairo;font-size:14px;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:158.75px;left:553.83203125px;height:36px;text-align:right;text-align-last:right;display:block; }
#ByxXHvHUA3MT3B1IfT5sfo5kdptaTTSm { box-sizing:content-box;color:#0002a8;font-size:26px;font-weight:400;line-height:1;height:38px;width:39px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:141.75px;left:927.40234375px;display:block; }
#nM2Hz9flbTUTVxEcGFkhSnEBJbTba4P1 { color:#000000;display:block;width:385px;position:absolute;font-family:cairo;font-size:14px;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:204.74609375px;left:555.83203125px;height:36px;text-align:right;text-align-last:right;display:block; }
#rfzu4A6aNadMO4peZn6RdzlyQC23x60W { box-sizing:content-box;color:#0002a8;font-size:26px;font-weight:400;line-height:1;height:38px;width:39px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:186.73828125px;left:927.40234375px;display:block; }
#FSULQW4a2JdISFbeTzNwi3ShK34CA5S6 { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:134px;width:303px;top:58.03125px;left:-0.109375px;overflow:hidden;display:block; }
#LJhCMeb7gl3SxEtdWC1cMcTNoox3Nn3s { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30px;width:39px;top:207.24609375px;left:356.87109375px;overflow:hidden;display:block; }
#oGT7XnCnfwqSu8l7q7mFSJTGgPo9rQSM { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:39px;width:40px;top:201.734375px;left:401.484375px;overflow:hidden;display:block; }
#MAmHlZ5HJh3mcCTIVPlqmmwB9TtqcQ6d { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31px;width:28px;top:204.75px;left:453.6015625px;overflow:hidden;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) { #LlFTqxZLfdL1dVx1EVRvEZcMSqE0g9v6 { width:248px;height:53px;top:14px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #imk70DZKGMb399trSeGQ79IWrp7T9Clk { display:block; }#imk70DZKGMb399trSeGQ79IWrp7T9Clk > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vzzvFGPL869J8G3hq6Vo20TWoMhGQW02 { width:764px;height:;top:10px;left:0;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #tRbiRN0T1IIJCbMwpRnCLgaQHcguq4Tp { width:764px;height:;top:78px;left:0;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #A21TOTvuMsLI5LFiUA5PwlhD3EBh4pU8 { width:312px;height:464px;top:149px;left:255.390625px;display:block; }
 }@media only screen and (max-width: 763px) { #qbwhdB89h1OCNvkG8bcgWda7b1VPq0Nx { width:280px;height:310px;top:208px;left:484px;display:block; }
 }@media only screen and (max-width: 763px) { #hMdFf3NlhnQcG0gx1hKIX5oGmqGDiWMz { width:280px;height:;top:230px;left:484px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #wWzNFeQyBQEmRF5rzNn77Ph7c8vQXPQh { width:245px;height:100px;top:408px;left:519px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #qCEuJ6VhKg933VhOSsMzff0PWnhGPWUC { width:280px;height:;top:272px;left:484px;font-size:85px;display:block; }
 }@media only screen and (max-width: 763px) { #KpWQMXSW0EdkmA8PEgN5WaVvuCNBiyx9 { width:287px;height:73px;top:204px;left:5.390625px;display:block; }
 }@media only screen and (max-width: 763px) { #IsTFrG7GgBUn15WO5HhMJThU0EkOb9wn { width:307px;height:74px;top:514px;left:457px;display:block; }
 }@media only screen and (max-width: 763px) { #gRDwWO8k4cEEPT8m7HmRCeoP8QoZlRHN { width:280px;height:373px;top:282px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw .widget-regular-label { width:230px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw .widget-input-text { width:230px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw .widget-input-text {padding-top: 0; padding-bottom: 0;}#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw .widget-textarea { width:230px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw .widget-input-select { width:230px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw .widget-input-select {padding-top: 0; padding-bottom: 0;}#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw .widget-input-button { width:230px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw .widget-checkbox-label { width:214px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw  { width:230px;height:auto;top:299px;left:0; }
#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw .radio-container { width:230px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw {display:block;}#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw { width:230px;height:auto;top:299px;left:0; }
 }@media only screen and (max-width: 763px) { #AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw #kAPgZV6pl6nzbTG4GyXfRPsmLmJWUxTo {  }
 }@media only screen and (max-width: 763px) { #AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw #kOLc8s4ET8eoBMevTIKfX3JeuX0wtLbl {  }
 }@media only screen and (max-width: 763px) { #AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw #LWeTFccwViBrFT08BGFLpihtMa2TcSST {  }
 }@media only screen and (max-width: 763px) { #AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw #ocTGPHRgE7ZMknLsDMhaq8vb2BmqW6ZF {  }
 }@media only screen and (max-width: 763px) { #AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw #CPz3gDTMRTikvyGu6k0kMEJZgi1KkbuW {  }
 }@media only screen and (max-width: 763px) { #AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw #pOE1pHpN0qxL3pBfVOzHOz4ZNACmXdEX {  }
 }@media only screen and (max-width: 763px) { #AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw #S5v5T1RVTODX3poT4RcDgTHmxylzf1gM {  }
 }@media only screen and (max-width: 763px) { #AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw #lSDpiGz65wzSTKFV8bN3ezyDhuDqzeW7 {  }
 }@media only screen and (max-width: 763px) { #AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw #ttGLHF6wIhlH2ynsxm588HcGN1lAh3fA {  }
 }@media only screen and (max-width: 763px) { #AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw #sxZrS5tVxLdwf2BeOzGObuxy3MVB82tc {  }
 }@media only screen and (max-width: 763px) { #AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw #XZT6mpk9fdlHbh9ZHOzT9W5yLkfqBihz {  }
 }@media only screen and (max-width: 763px) { #AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw #Sc3MMPxpguhJrkoIBpSS3EIIS2r4nsks {  }
 }@media only screen and (max-width: 763px) { #GGTBFAzHMJwoSd7zLv1F60HOwshuHuvG { display:block; }
 }@media only screen and (max-width: 763px) { #TiRtZ19btIJ1D2SQ4CU8I6IPBQtiZgDT { display:block; }
 }@media only screen and (max-width: 763px) { #Zp56bLRrlaX0L3k61LXSxJIcuAAIBsk8 { display:block; }
 }@media only screen and (max-width: 763px) { #AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw #aRCUHNLZarkUb3fLn63PQWJqfkwpTQww {  }
 }@media only screen and (max-width: 763px) { #AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw #GTgOKhq5SJmcQv4yUdyAA8oHyT4pVq27 {  }
 }@media only screen and (max-width: 763px) { #aaOnmXnxRAlsiUCnTMUxlVfHzgDeI5FZ { display:block; }#aaOnmXnxRAlsiUCnTMUxlVfHzgDeI5FZ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u1nADw3T42RrDm0F4ZENecufS0uzgOw3 { width:764px;height:78px;top:68px;left:0;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #b5fs5xHszCyy70TLoBqAWhmC52SCvOrR { width:637px;height:;top:11px;left:82px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #VBVr6yFmGyxwcFUTqhHcVi7MifTVzMrJ { display:block; }#VBVr6yFmGyxwcFUTqhHcVi7MifTVzMrJ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hOxqpI9q10pOTbTZpRAHT7ZLBzxlq97s { width:68px;height:109px;top:13px;left:535px;display:block; }
 }@media only screen and (max-width: 763px) { #CM6XnP9TtfdxEaMm4cO5EcsrHTDQSen0 { width:240px;height:22px;top:128px;left:450px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #T9wwdaEl4I9TLtBWTts4FFPM68TfyFwr { top:176px;left:434px;width:279px;height:108px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #hMWhrUUi74gnPf5A3D6T84wGToCxwcup { width:44px;height:115px;top:12px;left:136.85858585859px;display:block; }
 }@media only screen and (max-width: 763px) { #cT3tRo1rDtq0iRTmqeBWF19AwdAE1oxL { width:240px;height:22px;top:134px;left:71px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #mr3mAMiE1NCTf5SV9TefyDIkoVyIAhPp { top:178px;left:45px;width:264px;height:81px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #VBlOaI0yexuVZe7K2y0Eq9gQ1KJQOo5R { display:block; }#VBlOaI0yexuVZe7K2y0Eq9gQ1KJQOo5R > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GB9z9pTXc5Kl7xZbIbB9PM3pwWJB90tf { width:240px;height:;top:126px;left:456px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #IXpQrC3HyfgsOG9ITJVfH63TDw9exJpT { top:172px;left:433px;width:296px;height:135px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #EXli82sZXaMtBSolr9tcJTl1sRb5EL3u { width:240px;height:22px;top:125px;left:40px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #EZUQ2CG12hZddV0Zf93s4iZFweG4Z4WT { top:170px;left:27px;width:264px;height:81px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #wG6aWOVqTOsaPrnDctcrRX2boUq7deZX { width:43px;height:99px;top:22px;left:138.5px;display:block; }
 }@media only screen and (max-width: 763px) { #yIVcd8xdirA7SFoO1ZwE1EN2t2MRUETI { width:54px;height:109px;top:11px;left:543px;display:block; }
 }@media only screen and (max-width: 763px) { #uDuTefOJm1ydxTmulwmTa2pixT3nZgpT { display:block; }#uDuTefOJm1ydxTmulwmTa2pixT3nZgpT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k1cK1ZIcXoJgvmROAMn2kkz6VVeGWOMA { width:647px;height:50px;top:35px;left:117px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #lX1cGFdPfFNwGPQhar9AuzOOTVPGq163 { width:370px;height:90px;top:109px;left:172px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #WnlNIpZWVeH5HtQBJ9TFpG54GuDfQ1Vw { width:236px;height:65px;top:120px;left:315px;display:block; }
 }@media only screen and (max-width: 763px) { #MSZVPxHRtDdLapWUygF74hGABdQhCWnK { display:block; }
 }@media only screen and (max-width: 763px) { #SnLlv4FgNaEO4TGSxMcHyuntedXJ5cay { width:150px;height:220px;top:22px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #Ol5asNaXGWkQF24RVxooJwphRAvHQICq { top:106px;left:706px;width:58px;height:58px;display:block; }
 }@media only screen and (max-width: 763px) { #CGpHpKqrK4Z7piTwtaBRix6o8QJ5Hc6y { top:203px;left:642px;width:33px;height:42px;display:block; }
 }@media only screen and (max-width: 763px) { #dCqZI6fFDg19KN4udnpWRCI2RLN4Q7iw { top:158px;left:636px;width:128px;height:124px;display:block; }
 }@media only screen and (max-width: 763px) { #U2SlMaToaE1qNP9Ah7PKOmB59Ju0G9dt { top:206px;left:702px;width:52px;height:77px;display:block; }
 }@media only screen and (max-width: 763px) { #wggL8g7K00e8zIN9k4NRRBndr8u8yd4b { top:230px;left:582px;width:55px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #bPBng92Z3CcmMeQmLM69TymnTPCBD1Pl { top:223px;left:691px;width:34px;height:56px;display:block; }
 }@media only screen and (max-width: 763px) { #JIuoN4E09Qhk6uByFv7HlF4RRSQ32P0o { top:243px;left:639px;width:23px;height:38px;display:block; }
 }@media only screen and (max-width: 763px) { #maTVuDa84KAR4Z3EzP1Mu5ppM97MJU1E { top:238px;left:510px;width:45px;height:44px;display:block; }
 }@media only screen and (max-width: 763px) { #dPCinqNR2hxVwDRcsPI0ZpHtI3UxJFUK { top:217px;left:549px;width:28px;height:28px;display:block; }
 }@media only screen and (max-width: 763px) { #RfzbqrlV989qx36JukZ9OCSQJJSpPlF8 { top:245px;left:662px;width:27px;height:29px;display:block; }
 }@media only screen and (max-width: 763px) { #b7GaiMUwS7TROU4b4CsiTTKBMTk0v5WT { width:102px;height:;top:197px;left:99px;font-size:18px;display:none; }
 }@media only screen and (max-width: 763px) { #riOeHHCJhHhxJmcMG17HM1z29SdEFTlt { display:block; }#riOeHHCJhHhxJmcMG17HM1z29SdEFTlt > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JmXrB0KNQSt4qPD0iWeIAPmTbCatpRrz { width:654px;height:36px;top:23px;left:0;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #Guws4OtmPAzepblBWXDkLGUZzJcxQzex { width:648px;height:354px;top:149px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #HlMwCB4WnCuEsI0Xdr8HrI3SHK05ooZt { width:543px;height:46px;top:70px;left:0;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #P3w7LcQhbvHfT7mVKq03ShPJmubsxtX1 { display:block; }#P3w7LcQhbvHfT7mVKq03ShPJmubsxtX1 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tq5W7SwhxSgw0NcclTOMieFEgczmgG1o { width:764px;height:;top:15px;left:0;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #hUJTXa5LXZrSoV1F8UNIIsZ2360W4wxh { width:764px;height:;top:90px;left:0;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #T3bPBRgFRnUrWr0GsnxklKOFivhC73AB { width:300px;height:444px;top:127px;left:233.5px;display:block; }
 }@media only screen and (max-width: 763px) { #hVJ5LRebGL0pvgaSXwEP5LCRuyfx0G7m { width:280px;height:310px;top:169px;left:484px;display:block; }
 }@media only screen and (max-width: 763px) { #pqVMn2kANz62XWaIHlRDQ38ilKeb1zo4 { width:280px;height:;top:215px;left:484px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #QomKMFaBvqEX0cEhs1ZWNEaAHnWcWwOI { width:245px;height:24px;top:384px;left:519px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #FnkOmkGxNhCbTgtERF4TTsTtUHJ5IyBl { width:280px;height:;top:255px;left:484px;font-size:62px;display:block; }
 }@media only screen and (max-width: 763px) { #onTvITVHgCpLDExHHC6sizmhh4WoovqP { width:287px;height:73px;top:165px;left:5.390625px;display:block; }
 }@media only screen and (max-width: 763px) { #ybBd7ew7e0TPLFDFyHetTH75GbuMIVIr { width:307px;height:74px;top:475px;left:457px;display:block; }
 }@media only screen and (max-width: 763px) { #F6b2923lN571ivmCJp9DJfEu5sTOphni { width:280px;height:375px;top:243px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #rrgCeumdEv7kX697G0hr0hq3DHzJV05k .widget-regular-label { width:230px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#rrgCeumdEv7kX697G0hr0hq3DHzJV05k .widget-input-text { width:230px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#rrgCeumdEv7kX697G0hr0hq3DHzJV05k .widget-input-text {padding-top: 0; padding-bottom: 0;}#rrgCeumdEv7kX697G0hr0hq3DHzJV05k .widget-textarea { width:230px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#rrgCeumdEv7kX697G0hr0hq3DHzJV05k .widget-input-select { width:230px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#rrgCeumdEv7kX697G0hr0hq3DHzJV05k .widget-input-select {padding-top: 0; padding-bottom: 0;}#rrgCeumdEv7kX697G0hr0hq3DHzJV05k .widget-input-button { width:230px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#rrgCeumdEv7kX697G0hr0hq3DHzJV05k .widget-checkbox-label { width:214px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#rrgCeumdEv7kX697G0hr0hq3DHzJV05k  { width:230px;height:306px;top:269px;left:0; }
#rrgCeumdEv7kX697G0hr0hq3DHzJV05k .radio-container { width:230px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#rrgCeumdEv7kX697G0hr0hq3DHzJV05k {display:block;}#rrgCeumdEv7kX697G0hr0hq3DHzJV05k { width:230px;height:306px;top:269px;left:0; }
 }@media only screen and (max-width: 763px) { #rrgCeumdEv7kX697G0hr0hq3DHzJV05k #s4aLuJ9X4mmGIODR5EKb7UzS2zMUlyL7 {  }
 }@media only screen and (max-width: 763px) { #rrgCeumdEv7kX697G0hr0hq3DHzJV05k #nB6sBRnb0VrbOl9dCdXs0lOmV7OP9GZn {  }
 }@media only screen and (max-width: 763px) { #rrgCeumdEv7kX697G0hr0hq3DHzJV05k #K0CGpN67hbwhbVvvf9l44Cc0tvJx6W4n {  }
 }@media only screen and (max-width: 763px) { #rrgCeumdEv7kX697G0hr0hq3DHzJV05k #tyhaQ8CNbIMZWOGGegWTV10qrD8JGd4B {  }
 }@media only screen and (max-width: 763px) { #rrgCeumdEv7kX697G0hr0hq3DHzJV05k #snr1d8EwoI1RiNybRw5HrMit2b8NIdsG {  }
 }@media only screen and (max-width: 763px) { #rrgCeumdEv7kX697G0hr0hq3DHzJV05k #gymNyvwvhMlhtmVulru9ttdmL62sh9BN {  }
 }@media only screen and (max-width: 763px) { #rrgCeumdEv7kX697G0hr0hq3DHzJV05k #dv4ia2959pWU9HT7XoiOn7JhpNiOPkaV {  }
 }@media only screen and (max-width: 763px) { #rrgCeumdEv7kX697G0hr0hq3DHzJV05k #mPo0qy1snvTLJhdt2DWThclCM08JQpKE {  }
 }@media only screen and (max-width: 763px) { #rrgCeumdEv7kX697G0hr0hq3DHzJV05k #if6dZSgHG1qB9Km33nsumGh37WGqDvTk {  }
 }@media only screen and (max-width: 763px) { #rrgCeumdEv7kX697G0hr0hq3DHzJV05k #gqCZbBem4sHa1bT6qkgWXc9HiDd3aIv5 {  }
 }@media only screen and (max-width: 763px) { #rrgCeumdEv7kX697G0hr0hq3DHzJV05k #dUtD40wnqLJDsrfJDEdyqcc4l8EUeoyz {  }
 }@media only screen and (max-width: 763px) { #rrgCeumdEv7kX697G0hr0hq3DHzJV05k #huSPZUHLZf9WUkNc8qOqLQH13NJaTB4Z {  }
 }@media only screen and (max-width: 763px) { #S2192fp93QA6CX00bLQXSoIpZXrKuL6f { display:block; }
 }@media only screen and (max-width: 763px) { #C9zyizHiMII4QDKJbVdvH9GI3BuqTVRQ { display:block; }
 }@media only screen and (max-width: 763px) { #sKJEdKsRlUoEk9qHevS8k6udQlgPrRlb { display:block; }
 }@media only screen and (max-width: 763px) { #rrgCeumdEv7kX697G0hr0hq3DHzJV05k #T5ONetvkId3U7B6OccIS3zdSTVfd4q26 {  }
 }@media only screen and (max-width: 763px) { #rrgCeumdEv7kX697G0hr0hq3DHzJV05k #c3nP45qrbrt72q4TNHNEm1BAiW9QMSer {  }
 }@media only screen and (max-width: 763px) { #GP1L6oXbUei0gRo3gdlRnPtE1dhvvDne { display:block; }#GP1L6oXbUei0gRo3gdlRnPtE1dhvvDne > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iuWtW2fBXOnmc8GxcZ0WBT3yb1aEIMbD { top:5px;left:475px;width:289px;height:30px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #dzklyTA6fJWaTmusVtFq4sL4DsvvsTc5 { top:54px;left:379px;width:385px;height:35px;display:block; }
 }@media only screen and (max-width: 763px) { #NWTSBz3urzvAffqVqwX6Z98sp0u12wCt { top:39px;left:725px;width:39px;height:39px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #X3BCTzC23qh1GuUgnFgH3DSXQ8dcmRMs { top:108px;left:379px;width:385px;height:35px;display:block; }
 }@media only screen and (max-width: 763px) { #FAS81WTh0qFTLmBZrbrPHF431KJLJZPg { top:93px;left:725px;width:39px;height:39px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #rb7dbtg5r0F2w5S9kldLWsSqTKTnk1Hl { top:158px;left:379px;width:385px;height:35px;display:block; }
 }@media only screen and (max-width: 763px) { #ByxXHvHUA3MT3B1IfT5sfo5kdptaTTSm { top:141px;left:725px;width:39px;height:38px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #nM2Hz9flbTUTVxEcGFkhSnEBJbTba4P1 { top:204px;left:379px;width:385px;height:35px;display:block; }
 }@media only screen and (max-width: 763px) { #rfzu4A6aNadMO4peZn6RdzlyQC23x60W { top:186px;left:725px;width:39px;height:39px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #FSULQW4a2JdISFbeTzNwi3ShK34CA5S6 { top:58px;left:0;width:303px;height:134px;display:block; }
 }@media only screen and (max-width: 763px) { #LJhCMeb7gl3SxEtdWC1cMcTNoox3Nn3s { top:207px;left:258.87109375px;width:39px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #oGT7XnCnfwqSu8l7q7mFSJTGgPo9rQSM { top:201px;left:303.484375px;width:40px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #MAmHlZ5HJh3mcCTIVPlqmmwB9TtqcQ6d { top:204px;left:355.6015625px;width:28px;height:29.931034482759px;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:65px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LlFTqxZLfdL1dVx1EVRvEZcMSqE0g9v6 { width:243px;height:52px;top:6.5px;left:38.5px;display:block; }
 }@media only screen and (max-width: 763px) { #imk70DZKGMb399trSeGQ79IWrp7T9Clk { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/AAZZ0dY8/BG1.jpg");background-position:top left;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;display:block; }#imk70DZKGMb399trSeGQ79IWrp7T9Clk > .row .container { background-color: transparent; background-image: none; }#imk70DZKGMb399trSeGQ79IWrp7T9Clk::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#imk70DZKGMb399trSeGQ79IWrp7T9Clk > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#imk70DZKGMb399trSeGQ79IWrp7T9Clk > .row .container > .video-iframe-container { display: none; }#imk70DZKGMb399trSeGQ79IWrp7T9Clk > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#imk70DZKGMb399trSeGQ79IWrp7T9Clk > .row > .video-iframe-container { display: none; }#imk70DZKGMb399trSeGQ79IWrp7T9Clk > .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); }#imk70DZKGMb399trSeGQ79IWrp7T9Clk > .row .container { width:320px;height:979px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vzzvFGPL869J8G3hq6Vo20TWoMhGQW02 { width:320px;height:111px;top:43px;left:0;text-align:center;text-align-last:center;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #tRbiRN0T1IIJCbMwpRnCLgaQHcguq4Tp { width:320px;height:112px;top:171px;left:0;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #A21TOTvuMsLI5LFiUA5PwlhD3EBh4pU8 { width:94px;height:144px;top:532px;left:25px;z-index:100013;display:none; }
 }@media only screen and (max-width: 763px) { #qbwhdB89h1OCNvkG8bcgWda7b1VPq0Nx { width:280px;height:287px;top:301px;left:25px;display:block; }
 }@media only screen and (max-width: 763px) { #hMdFf3NlhnQcG0gx1hKIX5oGmqGDiWMz { width:280px;height:37px;top:315px;left:25px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wWzNFeQyBQEmRF5rzNn77Ph7c8vQXPQh { width:242px;height:100px;top:460px;left:44px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qCEuJ6VhKg933VhOSsMzff0PWnhGPWUC { width:280px;height:110px;top:351px;left:20px;text-align:center;text-align-last:center;font-size:85px;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #KpWQMXSW0EdkmA8PEgN5WaVvuCNBiyx9 { width:287px;height:73px;top:514px;left:16px;display:none; }
 }@media only screen and (max-width: 763px) { #IsTFrG7GgBUn15WO5HhMJThU0EkOb9wn { width:307px;height:74px;top:1102px;left:6px;display:none; }
 }@media only screen and (max-width: 763px) { #gRDwWO8k4cEEPT8m7HmRCeoP8QoZlRHN { width:280px;height:338px;top:609px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw .widget-regular-label { width:230px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw .widget-input-text { width:230px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw .widget-input-text {padding-top: 0; padding-bottom: 0;}#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw .widget-textarea { width:230px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw .widget-input-select { width:230px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw .widget-input-select {padding-top: 0; padding-bottom: 0;}#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw .widget-input-button { width:230px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw .widget-checkbox-label { width:213px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw  { width:230px;height:auto;top:612px;left:25px; }
#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw .radio-container { width:230px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw {display:block;}#AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw { width:230px;height:auto;top:612px;left:25px; }
 }@media only screen and (max-width: 763px) { #AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw #kAPgZV6pl6nzbTG4GyXfRPsmLmJWUxTo {  }
 }@media only screen and (max-width: 763px) { #AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw #kOLc8s4ET8eoBMevTIKfX3JeuX0wtLbl {  }
 }@media only screen and (max-width: 763px) { #AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw #LWeTFccwViBrFT08BGFLpihtMa2TcSST {  }
 }@media only screen and (max-width: 763px) { #AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw #ocTGPHRgE7ZMknLsDMhaq8vb2BmqW6ZF {  }
 }@media only screen and (max-width: 763px) { #AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw #CPz3gDTMRTikvyGu6k0kMEJZgi1KkbuW {  }
 }@media only screen and (max-width: 763px) { #AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw #pOE1pHpN0qxL3pBfVOzHOz4ZNACmXdEX {  }
 }@media only screen and (max-width: 763px) { #AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw #S5v5T1RVTODX3poT4RcDgTHmxylzf1gM {  }
 }@media only screen and (max-width: 763px) { #AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw #lSDpiGz65wzSTKFV8bN3ezyDhuDqzeW7 {  }
 }@media only screen and (max-width: 763px) { #AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw #ttGLHF6wIhlH2ynsxm588HcGN1lAh3fA {  }
 }@media only screen and (max-width: 763px) { #AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw #sxZrS5tVxLdwf2BeOzGObuxy3MVB82tc {  }
 }@media only screen and (max-width: 763px) { #AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw #XZT6mpk9fdlHbh9ZHOzT9W5yLkfqBihz {  }
 }@media only screen and (max-width: 763px) { #AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw #Sc3MMPxpguhJrkoIBpSS3EIIS2r4nsks {  }
 }@media only screen and (max-width: 763px) { #GGTBFAzHMJwoSd7zLv1F60HOwshuHuvG { display:block; }
 }@media only screen and (max-width: 763px) { #TiRtZ19btIJ1D2SQ4CU8I6IPBQtiZgDT { display:block; }
 }@media only screen and (max-width: 763px) { #Zp56bLRrlaX0L3k61LXSxJIcuAAIBsk8 { display:block; }
 }@media only screen and (max-width: 763px) { #AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw #aRCUHNLZarkUb3fLn63PQWJqfkwpTQww {  }
 }@media only screen and (max-width: 763px) { #AJ8XdoVaZXmfAoT17g5fFONdc8uhsVnw #GTgOKhq5SJmcQv4yUdyAA8oHyT4pVq27 {  }
 }@media only screen and (max-width: 763px) { #aaOnmXnxRAlsiUCnTMUxlVfHzgDeI5FZ { display:block; }#aaOnmXnxRAlsiUCnTMUxlVfHzgDeI5FZ > .row .container { width:320px;height:166px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u1nADw3T42RrDm0F4ZENecufS0uzgOw3 { width:320px;height:81px;top:78px;left:0;text-align:center;text-align-last:center;font-family:cairo;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #b5fs5xHszCyy70TLoBqAWhmC52SCvOrR { width:320px;height:64px;top:9px;left:0;text-align:center;text-align-last:center;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #VBVr6yFmGyxwcFUTqhHcVi7MifTVzMrJ { display:block; }#VBVr6yFmGyxwcFUTqhHcVi7MifTVzMrJ > .row .container { width:320px;height:597px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hOxqpI9q10pOTbTZpRAHT7ZLBzxlq97s { width:59px;height:93px;top:319px;left:124px;display:block; }
 }@media only screen and (max-width: 763px) { #CM6XnP9TtfdxEaMm4cO5EcsrHTDQSen0 { width:240px;height:22px;top:420px;left:41px;text-align:center;text-align-last:center;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #T9wwdaEl4I9TLtBWTts4FFPM68TfyFwr { width:279px;height:108px;top:460px;left:21px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hMWhrUUi74gnPf5A3D6T84wGToCxwcup { width:38px;height:95px;top:14px;left:139px;display:block; }
 }@media only screen and (max-width: 763px) { #cT3tRo1rDtq0iRTmqeBWF19AwdAE1oxL { width:240px;height:22px;top:124px;left:44px;text-align:center;text-align-last:center;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #mr3mAMiE1NCTf5SV9TefyDIkoVyIAhPp { width:264px;height:81px;top:165px;left:32px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VBlOaI0yexuVZe7K2y0Eq9gQ1KJQOo5R { display:block; }#VBlOaI0yexuVZe7K2y0Eq9gQ1KJQOo5R > .row .container { width:320px;height:617px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GB9z9pTXc5Kl7xZbIbB9PM3pwWJB90tf { width:240px;height:22px;top:445px;left:40px;text-align:center;text-align-last:center;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #IXpQrC3HyfgsOG9ITJVfH63TDw9exJpT { width:296px;height:135px;top:482px;left:12px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EXli82sZXaMtBSolr9tcJTl1sRb5EL3u { width:240px;height:22px;top:119px;left:40px;text-align:center;text-align-last:center;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #EZUQ2CG12hZddV0Zf93s4iZFweG4Z4WT { width:284px;height:81px;top:159px;left:19px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wG6aWOVqTOsaPrnDctcrRX2boUq7deZX { width:41px;height:93px;top:17px;left:137px;display:block; }
 }@media only screen and (max-width: 763px) { #yIVcd8xdirA7SFoO1ZwE1EN2t2MRUETI { width:54px;height:109px;top:311px;left:126px;display:block; }
 }@media only screen and (max-width: 763px) { #uDuTefOJm1ydxTmulwmTa2pixT3nZgpT { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/ham5jacV/BG2.jpg");background-position:top left;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;display:block; }#uDuTefOJm1ydxTmulwmTa2pixT3nZgpT > .row .container { background-color: transparent; background-image: none; }#uDuTefOJm1ydxTmulwmTa2pixT3nZgpT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uDuTefOJm1ydxTmulwmTa2pixT3nZgpT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uDuTefOJm1ydxTmulwmTa2pixT3nZgpT > .row .container > .video-iframe-container { display: none; }#uDuTefOJm1ydxTmulwmTa2pixT3nZgpT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uDuTefOJm1ydxTmulwmTa2pixT3nZgpT > .row > .video-iframe-container { display: none; }#uDuTefOJm1ydxTmulwmTa2pixT3nZgpT > .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); }#uDuTefOJm1ydxTmulwmTa2pixT3nZgpT > .row .container { width:320px;height:276px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k1cK1ZIcXoJgvmROAMn2kkz6VVeGWOMA { width:320px;height:100px;top:0;left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lX1cGFdPfFNwGPQhar9AuzOOTVPGq163 { width:63px;height:57px;top:215px;left:128px;text-align:right;text-align-last:right;font-family:cairo;font-size:38px;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WnlNIpZWVeH5HtQBJ9TFpG54GuDfQ1Vw { width:241px;height:64px;top:114px;left:39.5px;display:block; }
 }@media only screen and (max-width: 763px) { #MSZVPxHRtDdLapWUygF74hGABdQhCWnK { display:block; }
 }@media only screen and (max-width: 763px) { #SnLlv4FgNaEO4TGSxMcHyuntedXJ5cay { width:87px;height:128px;top:186px;left:26px;display:none; }
 }@media only screen and (max-width: 763px) { #Ol5asNaXGWkQF24RVxooJwphRAvHQICq { width:58px;height:58px;top:106px;left:131px;display:none; }
 }@media only screen and (max-width: 763px) { #CGpHpKqrK4Z7piTwtaBRix6o8QJ5Hc6y { width:33px;height:42px;top:203px;left:143px;display:none; }
 }@media only screen and (max-width: 763px) { #dCqZI6fFDg19KN4udnpWRCI2RLN4Q7iw { width:128px;height:124px;top:158px;left:96px;display:none; }
 }@media only screen and (max-width: 763px) { #U2SlMaToaE1qNP9Ah7PKOmB59Ju0G9dt { width:52px;height:77px;top:206px;left:134px;display:none; }
 }@media only screen and (max-width: 763px) { #wggL8g7K00e8zIN9k4NRRBndr8u8yd4b { width:55px;height:55px;top:230px;left:132px;display:none; }
 }@media only screen and (max-width: 763px) { #bPBng92Z3CcmMeQmLM69TymnTPCBD1Pl { width:34px;height:56px;top:196px;left:143px;display:none; }
 }@media only screen and (max-width: 763px) { #JIuoN4E09Qhk6uByFv7HlF4RRSQ32P0o { width:23px;height:38px;top:243px;left:148px;display:none; }
 }@media only screen and (max-width: 763px) { #maTVuDa84KAR4Z3EzP1Mu5ppM97MJU1E { width:45px;height:44px;top:238px;left:137px;display:none; }
 }@media only screen and (max-width: 763px) { #dPCinqNR2hxVwDRcsPI0ZpHtI3UxJFUK { width:28px;height:28px;top:217px;left:146px;display:none; }
 }@media only screen and (max-width: 763px) { #RfzbqrlV989qx36JukZ9OCSQJJSpPlF8 { width:27px;height:29px;top:245px;left:146px;display:none; }
 }@media only screen and (max-width: 763px) { #b7GaiMUwS7TROU4b4CsiTTKBMTk0v5WT { width:154px;height:27px;top:192px;left:72px;text-align:right;text-align-last:right;font-family:cairo;font-size:18px;font-weight:700;font-style:normal;z-index:100011;display:block; }
 }@media only screen and (max-width: 763px) { #riOeHHCJhHhxJmcMG17HM1z29SdEFTlt { background-color:#69a7d8;background-image:url("https://images.assets-landingi.com/bXElPPlp/Landing_page_1949X1021_copy.jpg");background-position:bottom left;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;display:block; }#riOeHHCJhHhxJmcMG17HM1z29SdEFTlt > .row .container { background-color: transparent; background-image: none; }#riOeHHCJhHhxJmcMG17HM1z29SdEFTlt::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#riOeHHCJhHhxJmcMG17HM1z29SdEFTlt > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#riOeHHCJhHhxJmcMG17HM1z29SdEFTlt > .row .container > .video-iframe-container { display: none; }#riOeHHCJhHhxJmcMG17HM1z29SdEFTlt > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#riOeHHCJhHhxJmcMG17HM1z29SdEFTlt > .row > .video-iframe-container { display: none; }#riOeHHCJhHhxJmcMG17HM1z29SdEFTlt > .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); }#riOeHHCJhHhxJmcMG17HM1z29SdEFTlt > .row .container { width:320px;height:361px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JmXrB0KNQSt4qPD0iWeIAPmTbCatpRrz { width:320px;height:30px;top:15px;left:0;text-align:center;text-align-last:center;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #Guws4OtmPAzepblBWXDkLGUZzJcxQzex { height:179px;width:320px;top:154px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #HlMwCB4WnCuEsI0Xdr8HrI3SHK05ooZt { width:320px;height:92px;top:45px;left:0;text-align:center;text-align-last:center;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #P3w7LcQhbvHfT7mVKq03ShPJmubsxtX1 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/AAZZ0dY8/BG1.jpg");background-position:top left;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;display:block; }#P3w7LcQhbvHfT7mVKq03ShPJmubsxtX1 > .row .container { background-color: transparent; background-image: none; }#P3w7LcQhbvHfT7mVKq03ShPJmubsxtX1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#P3w7LcQhbvHfT7mVKq03ShPJmubsxtX1 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#P3w7LcQhbvHfT7mVKq03ShPJmubsxtX1 > .row .container > .video-iframe-container { display: none; }#P3w7LcQhbvHfT7mVKq03ShPJmubsxtX1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#P3w7LcQhbvHfT7mVKq03ShPJmubsxtX1 > .row > .video-iframe-container { display: none; }#P3w7LcQhbvHfT7mVKq03ShPJmubsxtX1 > .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); }#P3w7LcQhbvHfT7mVKq03ShPJmubsxtX1 > .row .container { width:320px;height:806px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tq5W7SwhxSgw0NcclTOMieFEgczmgG1o { width:320px;height:99px;top:19px;left:0;text-align:center;text-align-last:center;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #hUJTXa5LXZrSoV1F8UNIIsZ2360W4wxh { width:320px;height:81px;top:139px;left:0;text-align:center;text-align-last:center;font-size:16px;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #T3bPBRgFRnUrWr0GsnxklKOFivhC73AB { width:86px;height:129px;top:394px;left:117px;z-index:100013;display:none; }
 }@media only screen and (max-width: 763px) { #hVJ5LRebGL0pvgaSXwEP5LCRuyfx0G7m { width:280px;height:186px;top:230px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #pqVMn2kANz62XWaIHlRDQ38ilKeb1zo4 { width:280px;height:37px;top:230px;left:20.09375px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QomKMFaBvqEX0cEhs1ZWNEaAHnWcWwOI { width:218px;height:20px;top:362px;left:51px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FnkOmkGxNhCbTgtERF4TTsTtUHJ5IyBl { width:280px;height:80px;top:267px;left:20px;text-align:center;text-align-last:center;font-size:62px;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #onTvITVHgCpLDExHHC6sizmhh4WoovqP { width:287px;height:73px;top:514px;left:16px;display:none; }
 }@media only screen and (max-width: 763px) { #ybBd7ew7e0TPLFDFyHetTH75GbuMIVIr { width:307px;height:74px;top:1102px;left:6px;display:none; }
 }@media only screen and (max-width: 763px) { #F6b2923lN571ivmCJp9DJfEu5sTOphni { width:280px;height:342px;top:432px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #rrgCeumdEv7kX697G0hr0hq3DHzJV05k .widget-regular-label { width:230px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#rrgCeumdEv7kX697G0hr0hq3DHzJV05k .widget-input-text { width:230px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#rrgCeumdEv7kX697G0hr0hq3DHzJV05k .widget-input-text {padding-top: 0; padding-bottom: 0;}#rrgCeumdEv7kX697G0hr0hq3DHzJV05k .widget-textarea { width:230px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#rrgCeumdEv7kX697G0hr0hq3DHzJV05k .widget-input-select { width:230px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#rrgCeumdEv7kX697G0hr0hq3DHzJV05k .widget-input-select {padding-top: 0; padding-bottom: 0;}#rrgCeumdEv7kX697G0hr0hq3DHzJV05k .widget-input-button { width:230px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#rrgCeumdEv7kX697G0hr0hq3DHzJV05k .widget-checkbox-label { width:214px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#rrgCeumdEv7kX697G0hr0hq3DHzJV05k  { width:230px;height:auto;top:432px;left:25px; }
#rrgCeumdEv7kX697G0hr0hq3DHzJV05k .radio-container { width:230px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#rrgCeumdEv7kX697G0hr0hq3DHzJV05k {display:block;}#rrgCeumdEv7kX697G0hr0hq3DHzJV05k { width:230px;height:auto;top:432px;left:25px; }
 }@media only screen and (max-width: 763px) { #rrgCeumdEv7kX697G0hr0hq3DHzJV05k #s4aLuJ9X4mmGIODR5EKb7UzS2zMUlyL7 {  }
 }@media only screen and (max-width: 763px) { #rrgCeumdEv7kX697G0hr0hq3DHzJV05k #nB6sBRnb0VrbOl9dCdXs0lOmV7OP9GZn {  }
 }@media only screen and (max-width: 763px) { #rrgCeumdEv7kX697G0hr0hq3DHzJV05k #K0CGpN67hbwhbVvvf9l44Cc0tvJx6W4n {  }
 }@media only screen and (max-width: 763px) { #rrgCeumdEv7kX697G0hr0hq3DHzJV05k #tyhaQ8CNbIMZWOGGegWTV10qrD8JGd4B {  }
 }@media only screen and (max-width: 763px) { #rrgCeumdEv7kX697G0hr0hq3DHzJV05k #snr1d8EwoI1RiNybRw5HrMit2b8NIdsG {  }
 }@media only screen and (max-width: 763px) { #rrgCeumdEv7kX697G0hr0hq3DHzJV05k #gymNyvwvhMlhtmVulru9ttdmL62sh9BN {  }
 }@media only screen and (max-width: 763px) { #rrgCeumdEv7kX697G0hr0hq3DHzJV05k #dv4ia2959pWU9HT7XoiOn7JhpNiOPkaV {  }
 }@media only screen and (max-width: 763px) { #rrgCeumdEv7kX697G0hr0hq3DHzJV05k #mPo0qy1snvTLJhdt2DWThclCM08JQpKE {  }
 }@media only screen and (max-width: 763px) { #rrgCeumdEv7kX697G0hr0hq3DHzJV05k #if6dZSgHG1qB9Km33nsumGh37WGqDvTk {  }
 }@media only screen and (max-width: 763px) { #rrgCeumdEv7kX697G0hr0hq3DHzJV05k #gqCZbBem4sHa1bT6qkgWXc9HiDd3aIv5 {  }
 }@media only screen and (max-width: 763px) { #rrgCeumdEv7kX697G0hr0hq3DHzJV05k #dUtD40wnqLJDsrfJDEdyqcc4l8EUeoyz {  }
 }@media only screen and (max-width: 763px) { #rrgCeumdEv7kX697G0hr0hq3DHzJV05k #huSPZUHLZf9WUkNc8qOqLQH13NJaTB4Z {  }
 }@media only screen and (max-width: 763px) { #S2192fp93QA6CX00bLQXSoIpZXrKuL6f { display:block; }
 }@media only screen and (max-width: 763px) { #C9zyizHiMII4QDKJbVdvH9GI3BuqTVRQ { display:block; }
 }@media only screen and (max-width: 763px) { #sKJEdKsRlUoEk9qHevS8k6udQlgPrRlb { display:block; }
 }@media only screen and (max-width: 763px) { #rrgCeumdEv7kX697G0hr0hq3DHzJV05k #T5ONetvkId3U7B6OccIS3zdSTVfd4q26 {  }
 }@media only screen and (max-width: 763px) { #rrgCeumdEv7kX697G0hr0hq3DHzJV05k #c3nP45qrbrt72q4TNHNEm1BAiW9QMSer {  }
 }@media only screen and (max-width: 763px) { #GP1L6oXbUei0gRo3gdlRnPtE1dhvvDne { display:block; }#GP1L6oXbUei0gRo3gdlRnPtE1dhvvDne > .row .container { width:320px;height:507px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iuWtW2fBXOnmc8GxcZ0WBT3yb1aEIMbD { width:237px;height:24px;top:122px;left:41.5px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #dzklyTA6fJWaTmusVtFq4sL4DsvvsTc5 { width:320px;height:54px;top:180px;left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NWTSBz3urzvAffqVqwX6Z98sp0u12wCt { width:39px;height:39px;top:162.9375px;left:210.984375px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #X3BCTzC23qh1GuUgnFgH3DSXQ8dcmRMs { width:320px;height:36px;top:256px;left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FAS81WTh0qFTLmBZrbrPHF431KJLJZPg { width:39px;height:39px;top:238.984375px;left:210px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #rb7dbtg5r0F2w5S9kldLWsSqTKTnk1Hl { width:320px;height:36px;top:324px;left:1px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ByxXHvHUA3MT3B1IfT5sfo5kdptaTTSm { width:39px;height:39px;top:307.046875px;left:211.984375px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #nM2Hz9flbTUTVxEcGFkhSnEBJbTba4P1 { width:320px;height:54px;top:388px;left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rfzu4A6aNadMO4peZn6RdzlyQC23x60W { width:39px;height:39px;top:375.984375px;left:210px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #FSULQW4a2JdISFbeTzNwi3ShK34CA5S6 { width:198px;height:87px;top:19px;left:61px;display:block; }
 }@media only screen and (max-width: 763px) { #LJhCMeb7gl3SxEtdWC1cMcTNoox3Nn3s { width:39px;height:30px;top:459.984375px;left:86px;display:block; }
 }@media only screen and (max-width: 763px) { #oGT7XnCnfwqSu8l7q7mFSJTGgPo9rQSM { width:40px;height:40px;top:454.984375px;left:143.984375px;display:block; }
 }@media only screen and (max-width: 763px) { #MAmHlZ5HJh3mcCTIVPlqmmwB9TtqcQ6d { width:28px;height:29.931034482759px;top:459.984375px;left:210.96875px;display:block; }
 }