.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#L0qT0yBCttz08qtVoJCud4XVTmy3po2s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ab87d43e-a821-4ce7-91e8-ce59e48981dd/IMG20170303WA0011.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#L0qT0yBCttz08qtVoJCud4XVTmy3po2s.adaptive-delivery-prevent-bg, #L0qT0yBCttz08qtVoJCud4XVTmy3po2s.lazyload, #L0qT0yBCttz08qtVoJCud4XVTmy3po2s.lazyloading { background-image: none; }#L0qT0yBCttz08qtVoJCud4XVTmy3po2s > .row .container { background-color: transparent; background-image: none; }#L0qT0yBCttz08qtVoJCud4XVTmy3po2s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,64,128,0.79); }#L0qT0yBCttz08qtVoJCud4XVTmy3po2s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L0qT0yBCttz08qtVoJCud4XVTmy3po2s > .row .container > .video-iframe-container { display: none; }#L0qT0yBCttz08qtVoJCud4XVTmy3po2s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,64,128,0.79); }#L0qT0yBCttz08qtVoJCud4XVTmy3po2s > .row > .video-iframe-container { display: none; }#L0qT0yBCttz08qtVoJCud4XVTmy3po2s > .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); }#L0qT0yBCttz08qtVoJCud4XVTmy3po2s > .row .container { border-width: 0; border-radius: 0; }#L0qT0yBCttz08qtVoJCud4XVTmy3po2s::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L0qT0yBCttz08qtVoJCud4XVTmy3po2s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L0qT0yBCttz08qtVoJCud4XVTmy3po2s > .row .container { font-size:14px;font-family:arial;height:736px;width:1200px;position:relative;display:block; }#n9SRPqxygfCru06gJB7NXCkFQnS4gbdb { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:57px;width:186px;top:101px;left:234px;overflow:hidden;display:block; }
#FF56ITnRdnOrshvOL7Nn9kxrBELyIzsI { color:#faf3f3;display:block;width:473.984px;position:absolute;font-family:montserrat;font-size:36px;font-weight:700;z-index:15034;line-height:1.1;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.86);top:201.9921875px;left:101.953125px;height:79.2014px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AKb9WH41S7K9DwwlGoFe8IRfv4L11DcO { color:#faf3f3;display:block;width:78px;position:absolute;font-family:montserrat;font-size:23px;font-weight:700;z-index:15036;line-height:1.1;letter-spacing:0;text-shadow:1px 1px 3px #000000;top:366px;left:164px;height:50.5938px;font-style:normal;display:block; }
#NJxXQiERXlN51kVROGOShNMfy9oqDHKo { color:#f6f1f1;display:block;width:152.988px;position:absolute;font-family:montserrat;font-size:240px;font-weight:700;z-index:15037;line-height:.7;letter-spacing:0;text-shadow:1px 1px 3px #000000;top:346.26953125px;left:261.22265625px;height:168px;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; }
#AiIWh4EDoKtyyXgKPV8xylhnTZoMHlAH { color:#faf3f3;display:block;width:80px;position:absolute;font-family:montserrat;font-size:90px;font-weight:700;z-index:15037;line-height:1;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.92);top:346.26953125px;left:394.9609375px;height:90px;font-style:normal;display:block; }
#zvgnBI0dav7N3yDBxPxDC2RKkztADCuM { color:#faf3f3;display:block;width:37.9883px;position:absolute;font-family:montserrat;font-size:35px;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px #000000;top:472.48046875px;left:197.2265625px;height:45.5px;font-style:normal;display:block; }
#BmQZp2OFEBDWrVD45izf9ck2CziLHuVx { color:#faf3f3;display:block;width:91px;position:absolute;font-family:rubik;font-size:20px;font-weight:700;z-index:15037;line-height:1.1;letter-spacing:0;text-shadow:1px 1px 3px #000000;top:567px;left:158px;height:22px;font-style:normal;display:block; }
#n2B3Jcd2CmQBOXSKokcKOJ7hy6GEeTGT { color:#faf3f3;display:block;width:31px;position:absolute;font-family:montserrat;font-size:73px;font-weight:700;z-index:15038;line-height:1;letter-spacing:0;text-shadow:1px 1px 3px #000000;top:589px;left:168px;height:73.0078px;font-style:normal;display:block; }
#ostVTkOrSTzmyMyDbBAAvZEHKqKe5l2h { color:#faf3f3;display:block;width:17px;position:absolute;font-family:montserrat;font-size:34px;font-weight:700;z-index:15038;line-height:1.1;letter-spacing:0;text-shadow:1px 1px 3px #000000;top:609px;left:217px;height:37.3785px;font-style:normal;display:block; }
#I95iZr3wPP0EBwBW4xS0WnEITnCD22V1 { color:#faf3f3;display:block;width:202px;position:absolute;font-family:montserrat;font-size:32px;font-weight:700;z-index:15038;line-height:1.1;letter-spacing:0;text-shadow:1px 1px 3px #000000;top:560.40625px;left:333.953125px;height:35.191px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CrTGRmspOWvGVZ0IOLHQHlhJTO136lbO { position:absolute;display:block;z-index:15002;background-color:rgba(244,241,246,0.48);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: 1px 1px 3px #000000 ;height:498px;width:361px;top:202px;left:725px;display:block; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-form-header {  }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:14px;font-weight:700;color:#000000;width:289px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-input-text { 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:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:289px;box-sizing:border-box;height:44px;color:#161616;font-size:14px;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0 10px 15px rgba(0,0,0,0.15) ; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-input-text {padding-top: 0; padding-bottom: 0;}#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-textarea { 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:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:289px;box-sizing:border-box;height:50px;color:#161616;font-size:14px;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0 10px 15px rgba(0,0,0,0.15) ; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .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:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:289px;box-sizing:border-box;height:44px;color:#9e9e9e;font-family:ubuntu;font-size:14px;overflow:hidden;vertical-align:top;box-shadow: 0 10px 15px rgba(0,0,0,0.15) ; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-input-select {padding-top: 0; padding-bottom: 0;}#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-input-button { border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;background-color:#051b43;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:21px;font-weight:bold;color:#ffffff;width:289px;height:60px;font-family:ubuntu;overflow:hidden;box-shadow: 0 15px 15px rgba(0,0,0,0.25) ; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:14px;font-weight:400;font-style:normal; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:14px;font-weight:400;font-style:normal; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:14px;font-weight:400;font-style:normal; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:14px;font-weight:400;font-style:normal; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:ubuntu;line-height:1.3;font-size:14px;font-weight:400;color:#000000;vertical-align:top;width:270px;overflow:hidden;font-style:normal;float:none; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:20px;vertical-align:middle;font-family:ubuntu;font-size:14px;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-container:first-of-type{padding-top:0;}#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-container:last-of-type{padding-bottom:0;}#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv  { background-color:rgba(244,239,246,0.21);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:289px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:740.984375px;top:276px;z-index:15012;position:absolute; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:289px;display:block;vertical-align:top; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:14px;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv {display:block;}#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv { background-color:rgba(244,239,246,0.21);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:289px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:740.984375px;top:276px;z-index:15012;position:absolute; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #xzgpNSIdUkTJkMTrhqC15F5CbTAKXF9P { position:relative; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #H9bJb3QFPA7Iu8fq9CD9CTtyUyCEUTTo { position:relative;display:none; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #irwcRuTozIdnecZC7U3RBgeBHKbJ9niS { position:relative; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #MmUwyOkcgaiEab01AMIe4SAC8rLkepua { position:relative; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #qpvBh1ue66R3tJycGkszf7Dkk3xHwGGh { position:relative;display:none; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #CBQx4EJ3k1ofABJVm5OlKnTWxc3Tya7G { position:relative; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #HuzMbP7gN2gQNO6TBMc5lFI8tecidQP5 { position:relative; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #rRJPHSEmTJ5XreCcKU7HgdwZKg1O5eI6 { position:relative;display:none; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #DceDv2mJ39OvuD62o5KwxhRhTASFZ65m { position:relative; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #zANGt9J6z45CEmBanPZcDXOo33n95DaL { position:relative; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #MzvTEgRxi5Rx3abz7ZIlhv6biiSGZhT6 { position:relative;display:none; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #bOwuIdi6s9uLMP90Am3Vym4EnmC91LIe { position:relative; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #Jgdiomx3axQZ5eWnGpvR7vMyGZ94nZzQ { position:relative; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #qDJSD1GIdqosxGdQxBdO4HCdBmz131xL { position:relative;display:block; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #iqAneRV0aZSIsdqeqf3Ooonr847w18Ah { position:relative; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #NqhTQq1Lx7dyv1vNcfIXr3GgbMwmkNev { position:relative; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #Oev9n8gmV3uUrPOnmpNvKzRdmBWs938Z { position:relative; }
#pgpJKAoyfvAqlDfpsxk2XHD62yANMqCx { color:#0f3084;display:block;width:320px;position:absolute;font-family:"open sans";font-size:17px;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:219px;left:746px;height:66.25px;font-style:normal;display:block; }
#T8tokTmFa5fX1LX36TKFQ5JgzITVhbAJ { position:absolute;display:block;z-index:15039;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:90px;width:4px;top:567px;left:278.8313253012px;display:block; }
#e86a2zEZcdP67cz4GU3Ur8TuoUcrCtcn { color:#000000;display:block;width:284px;position:absolute;font-family:"open sans";font-size:23px;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:595.59375px;left:292.921875px;height:59.7917px;text-align:center;text-align-last:center;display:block; }
#SXfT0ZXnnzAv2T4fUoohslhOnunmtM7u { position:relative;display:block; }#SXfT0ZXnnzAv2T4fUoohslhOnunmtM7u { background-color: transparent; background-image: none; }#SXfT0ZXnnzAv2T4fUoohslhOnunmtM7u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SXfT0ZXnnzAv2T4fUoohslhOnunmtM7u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SXfT0ZXnnzAv2T4fUoohslhOnunmtM7u > .row .container > .video-iframe-container { display: none; }#SXfT0ZXnnzAv2T4fUoohslhOnunmtM7u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SXfT0ZXnnzAv2T4fUoohslhOnunmtM7u > .row > .video-iframe-container { display: none; }#SXfT0ZXnnzAv2T4fUoohslhOnunmtM7u > .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); }#SXfT0ZXnnzAv2T4fUoohslhOnunmtM7u { border-width: 0; border-radius: 0; }#SXfT0ZXnnzAv2T4fUoohslhOnunmtM7u > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#SXfT0ZXnnzAv2T4fUoohslhOnunmtM7u > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:627px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ddVohv4LadDXh4WI4xsJo2VVpGoaimwa { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:525px;width:525px;top:49px;left:37.5px;overflow:hidden;display:block; }
#bv0HKDMMDE0yrNWUS6m4JZuRh18WAMuk { color:#6d0608;display:block;width:481px;position:absolute;font-family:montserrat;font-size:37px;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:49px;left:632px;height:48.0938px;font-style:normal;display:block; }
#Gvx5t522ua0VIGTyavdEg0b9VWeRpZcI { position:absolute;display:block;z-index:15036;background-color:#bba14f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7px;width:478px;top:97px;left:634.00001907349px;display:block; }
#K5C2bP0WdOXF38239n8CiAJ3oAK5QM9W { color:#000000;display:block;width:494px;position:absolute;font-family:"open sans";font-size:15px;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:128px;left:632px;height:39px;display:block; }
#s3EOxOhiQNzRvcymBnNfISwFBFRZL3Jb { color:#000000;display:block;width:492px;position:absolute;font-family:"open sans";font-size:15px;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:185.99609375px;left:631.9921875px;height:116.9791px;display:block; }
#yEnBR4G4XpkCc0iC8A7zC3TUsBXZldm7 { color:#000000;display:block;width:491.99px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15039;line-height:2;letter-spacing:0;top:314px;left:632px;height:256.1112px;display:block; }
#qlKyrGbq2gvCfZbLSc8ovmxtExTcuAmb { color:#000000;display:block;width:492px;position:absolute;font-family:"open sans";font-size:15px;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:490px;left:632px;height:19.5px;display:block; }
#bJ4t6OGIqWElifSRNlpTP9PGo0FNq16a { position:absolute;display:block;z-index:15043;background-color:#bba14f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #5d92ff;border-left:1px solid #5d92ff;border-right:1px solid #5d92ff;border-bottom:1px solid #5d92ff;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: none;height:59px;width:387px;top:555px;left:632px;display:block; }
#ihwhe7WqeadQZObO5lpD0TrW4ydZT3h5 { color:#000000;display:block;width:352px;position:absolute;font-family:"open sans";font-size:15px;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:566px;left:650px;height:38.993px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#curasBfShweItAcE9vNcoSWIwkosf7b4 { color:#000000;display:block;width:492px;position:absolute;font-family:"open sans";font-size:15px;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:495px;left:627px;height:19.5px;display:block; }
#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO { position:relative;display:block; }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO { background-color: transparent; background-image: none; }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO > .row .container > .video-iframe-container { display: none; }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO > .row > .video-iframe-container { display: none; }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO > .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); }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO { border-width: 0; border-radius: 0; }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:854px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MSzEu82ktw8Q4Rhhummh1Z4CoenOt4vr { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:465px;width:833.979px;top:174.94790649414px;left:242.18751907349px;display:block; }
#KDl3svQAvxBibWWBipgge031LZAne5FV { background-color:#bba14f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:46.9792px;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:693.54168701172px;left:519.16670608521px;display:block; }
#AtDfD3pW3lOGqh1mnQUkR6xdAy89ENuz { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#123f82;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { background-color: transparent; background-image: none; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container > .video-iframe-container { display: none; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row > .video-iframe-container { display: none; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .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); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { border-width: 0; border-radius: 0; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { font-size:14px;font-family:arial;height:662px;width:1200px;position:relative;display:block; }#kGz27wyoutuqebFXtkcacrankw9MoXZh { color:#f5f8f8;display:block;width:683px;position:absolute;font-family:montserrat;font-size:40px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:23px;left:258.5px;height:104px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f1ZdxTguqB2MFm40FmeVgf7DOQbvf3kU { color:#f5f8f5;display:block;width:271px;position:absolute;font-family:montserrat;font-size:13px;font-weight:400;z-index:15019;line-height:1.9;letter-spacing:0;top:441px;left:89px;height:123.524px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RoIWlxqttK5KPOmTqwhPmJThlxduOqEU { color:#f6fbfb;display:block;width:147px;position:absolute;font-family:montserrat;font-size:16px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:401px;left:151px;height:20.8px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hn2zbQUdewGg4OzLS67DoTS7tfyQcJgA { color:#effaef;display:block;width:271px;position:absolute;font-family:montserrat;font-size:13px;font-weight:400;z-index:15020;line-height:1.9;letter-spacing:0;top:440.99993896484px;left:464.49998474121px;height:123.524px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MDBAJy6xtgdyJTmEFGVfgSIUUykc7XIS { color:#f5fafa;display:block;width:147px;position:absolute;font-family:montserrat;font-size:16px;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:400.99993896484px;left:526.49998474121px;height:20.8px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rouaRUDPoEU3gTWyPb00kR0lIdGlew2C { color:#f5fbfb;display:block;width:147px;position:absolute;font-family:montserrat;font-size:16px;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:401px;left:888px;height:20.8px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dEi5BgEXGbKElfIxS7pFcqzWwmRlBKz8 { color:#f3fbf3;display:block;width:251px;position:absolute;font-family:montserrat;font-size:13px;font-weight:400;z-index:15021;line-height:1.9;letter-spacing:0;top:441px;left:836px;height:98.8195px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lBuzKpWZnx7ClikbW4SRWdWHazAVBkcn { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:107px;width:107px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:226px;left:171px; }
#T5lZ8o99g51wImNXZzrMcG5gm02XQo0X { box-sizing:content-box;color:#5d92ff;font-size:74px;font-weight:400;line-height:1;height:107px;width:107px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:226px;left:552.5px; }
#AWThTeWWDgJxq5XkZKwoPTHWlHaIWh3d { box-sizing:content-box;color:#5d92ff;font-size:74px;font-weight:400;line-height:1;height:107px;width:107px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:226px;left:908px; }
#Te3otP7TTWZ79Wbsbznyb2KN7gRe7seP { position:relative;display:block; }#Te3otP7TTWZ79Wbsbznyb2KN7gRe7seP { background-color: transparent; background-image: none; }#Te3otP7TTWZ79Wbsbznyb2KN7gRe7seP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Te3otP7TTWZ79Wbsbznyb2KN7gRe7seP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Te3otP7TTWZ79Wbsbznyb2KN7gRe7seP > .row .container > .video-iframe-container { display: none; }#Te3otP7TTWZ79Wbsbznyb2KN7gRe7seP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Te3otP7TTWZ79Wbsbznyb2KN7gRe7seP > .row > .video-iframe-container { display: none; }#Te3otP7TTWZ79Wbsbznyb2KN7gRe7seP > .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); }#Te3otP7TTWZ79Wbsbznyb2KN7gRe7seP { border-width: 0; border-radius: 0; }#Te3otP7TTWZ79Wbsbznyb2KN7gRe7seP > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Te3otP7TTWZ79Wbsbznyb2KN7gRe7seP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:1049px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DdsmCyNqBz9UJxPUTdShHptIgo8pV5Tn { color:#080909;display:block;width:683px;position:absolute;font-family:montserrat;font-size:40px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:31px;left:258.5px;height:52.0078px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SDvFhFM6s2DFtrEUmLuny7fxyLfVneW0 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:236px;width:357px;top:117px;left:32px;overflow:hidden;display:block; }
#btbGcyXs3Jh36OaTUuG9X17hifX7hyxt { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:238px;width:358px;top:116px;left:421px;overflow:hidden;display:block; }
#T3ci2FdWQQQEMEioSHyxc8VDy4n802p3 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:240px;width:360px;top:115px;left:808px;overflow:hidden;display:block; }
#McZtxqnF2UAl0iON5MKTStAUxw9xvFpe { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:236px;width:354px;top:412px;left:33.5px;overflow:hidden;display:block; }
#RH8n8zikWS9noSdmzKVMZheBIXWqNg3p { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:236px;width:354px;top:412px;left:811px;overflow:hidden;display:block; }
#mXU3H0qyTddcv8d0gcCpWCPKHEDJZEkT { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:240px;width:361px;top:702px;left:612px;overflow:hidden;display:block; }
#GvA1MDxAFkSt8JBrzqCkt9c3yysAhF9o { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:237px;width:356px;top:705px;left:227px;overflow:hidden;display:block; }
#JySaoJbtxLHrvHmpGocQIphFq4VLbiwR { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:236px;width:355px;top:412px;left:422.47503662109px;overflow:hidden;display:block; }
#UHWwTa2ay4Zwd0E7xKUEvnC8mGHZIThu { position:absolute;display:block;z-index:15018;background-color:#bba14f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34px;width:357px;top:352.99993896484px;left:32.000015258789px;display:block; }
#nkZ4n8TbATFzGnFRBE9sgEwlEbwGZkiV { position:absolute;display:block;z-index:15019;background-color:#bba14f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34px;width:357px;top:353.99999332428px;left:421.48612976074px;display:block; }
#xpkEqWkT2AvknLsHNp171ts1LbimVDek { position:absolute;display:block;z-index:15019;background-color:#bba14f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34px;width:357px;top:648px;left:32px;display:block; }
#Nf0tmvVFg6rJnAHiJ7FLCnDvvMplcECC { position:absolute;display:block;z-index:15020;background-color:#bba14f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34px;width:354px;top:648px;left:422.47503662109px;display:block; }
#mlwx7sJ7mr8BSDnc6wSvcMFvPAIqILay { position:absolute;display:block;z-index:15020;background-color:#bba14f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34px;width:362px;top:353.00001525879px;left:807.00004577637px;display:block; }
#xckGvaEmbKsTKD2CwEiFIwMyyUWvKgH4 { position:absolute;display:block;z-index:15021;background-color:#bba14f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34px;width:354px;top:648px;left:811px;display:block; }
#klmxcvDo633HUNTQvSkJoMHTCdqhuJCJ { position:absolute;display:block;z-index:15021;background-color:#bba14f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34px;width:358px;top:941px;left:226px;display:block; }
#HMo1WmpG2bk7qDPmRZWBxGiRT9zHf2M3 { position:absolute;display:block;z-index:15022;background-color:#bba14f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34px;width:361px;top:941px;left:612px;display:block; }
#TkWG1N1XTS1lFw22gz9MDW5HfkfTIaJ7 { color:#000000;display:block;width:279px;position:absolute;font-family:montserrat;font-size:18px;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:359.58333969116px;left:71.000015258789px;height:23.4028px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DkfbSuo0hHafCN7DzFUfAgcHI2fKtwM1 { color:#000000;display:block;width:279px;position:absolute;font-family:montserrat;font-size:18px;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:359.58333969116px;left:460.49998474121px;height:23.4028px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t11NdmrQhi9vRtKUhXLREEcxyidktbed { color:#000000;display:block;width:279px;position:absolute;font-family:montserrat;font-size:18px;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:359.58333969116px;left:848.50004577637px;height:23.4028px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#chm3Qnf5JTsQRBfIzO8yszTTgieHRrUn { color:#000000;display:block;width:279px;position:absolute;font-family:montserrat;font-size:18px;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:654.58740234375px;left:848.5px;height:23.4028px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o2R81UUJ7Who5nqkGfyORCJbM3R6s562 { color:#000000;display:block;width:279px;position:absolute;font-family:montserrat;font-size:18px;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:654.58740234375px;left:460.5px;height:23.4028px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SWyqS2r0pchyrEmRBKRnRcV6y0zOi2B0 { color:#000000;display:block;width:279px;position:absolute;font-family:montserrat;font-size:18px;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:654.58740234375px;left:71px;height:23.4028px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ViTfzlGVDoBpaA8HPtBMPMgI2NNoXwUb { color:#000000;display:block;width:279px;position:absolute;font-family:montserrat;font-size:18px;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:947.58740234375px;left:265.47500610352px;height:23.4028px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GhcTMorsMWx21BHAX8W55FZQbA58P1k4 { color:#000000;display:block;width:279px;position:absolute;font-family:montserrat;font-size:18px;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:947.58740234375px;left:653px;height:23.4028px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xivvXgDfqEmahFTkcRCwvKZ03FrNzOFg { color:#000000;display:block;width:279px;position:absolute;font-family:montserrat;font-size:18px;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:359.58333969116px;left:848.50004577637px;height:23.4028px;font-style:normal;text-align:center;text-align-last:center;display:none; }
#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#14261c;background-image:url("https://images.assets-landingi.com/uc/d72d782a-bb39-4715-8dd6-df22beae127e/WhatsAppImage20250204at131721.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W.adaptive-delivery-prevent-bg, #LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W.lazyload, #LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W.lazyloading { background-image: none; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { background-color: transparent; background-image: none; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container > .video-iframe-container { display: none; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row > .video-iframe-container { display: none; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .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); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { border-width: 0; border-radius: 0; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { font-size:14px;font-family:arial;height:310px;width:1200px;position:relative;display:block; }#fiTHnrK13FK5SKaR0tGF2LRIxoy8lAeX { color:#ffffff;display:block;width:629px;position:absolute;font-family:"open sans";font-size:11px;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:282.40625px;left:285.5px;height:14.3056px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U8ndoKugc83XRNnWn6ndb3bgzIP1SkNh { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:81.9965px;width:255.99px;top:72px;left:472px;overflow:hidden;display:block; }
#PMMenkPTHtJGgShDtHfz2pbTmGdLfrO9 { color:#ffffff;display:block;width:360px;position:absolute;font-family:"open sans";font-size:13px;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:174px;left:420px;height:36.3889px;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #L0qT0yBCttz08qtVoJCud4XVTmy3po2s { display:block; }#L0qT0yBCttz08qtVoJCud4XVTmy3po2s > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n9SRPqxygfCru06gJB7NXCkFQnS4gbdb { top:101px;left:16px;width:186px;height:57px;display:block; }
 }@media only screen and (max-width: 763px) { #FF56ITnRdnOrshvOL7Nn9kxrBELyIzsI { top:201px;left:0px;width:473px;height:79px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #AKb9WH41S7K9DwwlGoFe8IRfv4L11DcO { top:366px;left:0px;width:78px;height:50px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #NJxXQiERXlN51kVROGOShNMfy9oqDHKo { top:346px;left:43.22265625px;width:152px;height:167px;font-size:95px;display:block; }
 }@media only screen and (max-width: 763px) { #AiIWh4EDoKtyyXgKPV8xylhnTZoMHlAH { top:346px;left:176.9609375px;width:80px;height:90px;font-size:90px;display:block; }
 }@media only screen and (max-width: 763px) { #zvgnBI0dav7N3yDBxPxDC2RKkztADCuM { top:472px;left:0px;width:37px;height:45px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #BmQZp2OFEBDWrVD45izf9ck2CziLHuVx { top:567px;left:0px;width:90px;height:21px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #n2B3Jcd2CmQBOXSKokcKOJ7hy6GEeTGT { top:589px;left:0px;width:30px;height:73px;font-size:91px;display:block; }
 }@media only screen and (max-width: 763px) { #ostVTkOrSTzmyMyDbBAAvZEHKqKe5l2h { top:609px;left:0px;width:16px;height:37px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #I95iZr3wPP0EBwBW4xS0WnEITnCD22V1 { top:560px;left:115.953125px;width:202px;height:35px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #CrTGRmspOWvGVZ0IOLHQHlhJTO136lbO { top:202px;left:403px;width:361px;height:498px;display:block; }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-regular-label { display:block;width:289px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-input-text { width:289px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-input-text {padding-top: 0; padding-bottom: 0;}#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-textarea { width:289px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-input-select { width:289px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-input-select {padding-top: 0; padding-bottom: 0;}#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-input-button { width:289px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-checkbox-label { width:270px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv  { width:289px;height:auto;top:276px;left:435px; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .radio-container { width:289px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv {display:block;}#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv { width:289px;height:auto;top:276px;left:435px; }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #xzgpNSIdUkTJkMTrhqC15F5CbTAKXF9P {  }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #H9bJb3QFPA7Iu8fq9CD9CTtyUyCEUTTo { display:none; }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #irwcRuTozIdnecZC7U3RBgeBHKbJ9niS {  }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #MmUwyOkcgaiEab01AMIe4SAC8rLkepua {  }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #qpvBh1ue66R3tJycGkszf7Dkk3xHwGGh { display:none; }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #CBQx4EJ3k1ofABJVm5OlKnTWxc3Tya7G {  }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #HuzMbP7gN2gQNO6TBMc5lFI8tecidQP5 {  }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #rRJPHSEmTJ5XreCcKU7HgdwZKg1O5eI6 {  }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #DceDv2mJ39OvuD62o5KwxhRhTASFZ65m {  }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #zANGt9J6z45CEmBanPZcDXOo33n95DaL {  }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #MzvTEgRxi5Rx3abz7ZIlhv6biiSGZhT6 {  }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #bOwuIdi6s9uLMP90Am3Vym4EnmC91LIe {  }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #Jgdiomx3axQZ5eWnGpvR7vMyGZ94nZzQ {  }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #qDJSD1GIdqosxGdQxBdO4HCdBmz131xL {  }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #iqAneRV0aZSIsdqeqf3Ooonr847w18Ah {  }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #NqhTQq1Lx7dyv1vNcfIXr3GgbMwmkNev {  }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #Oev9n8gmV3uUrPOnmpNvKzRdmBWs938Z {  }
 }@media only screen and (max-width: 763px) { #pgpJKAoyfvAqlDfpsxk2XHD62yANMqCx { top:219px;left:444px;width:320px;height:66px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #T8tokTmFa5fX1LX36TKFQ5JgzITVhbAJ { top:567px;left:60.831325301205px;width:4px;height:90px;display:block; }
 }@media only screen and (max-width: 763px) { #e86a2zEZcdP67cz4GU3Ur8TuoUcrCtcn { top:595px;left:74.921875px;width:284px;height:59px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #SXfT0ZXnnzAv2T4fUoohslhOnunmtM7u { display:block; }#SXfT0ZXnnzAv2T4fUoohslhOnunmtM7u > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ddVohv4LadDXh4WI4xsJo2VVpGoaimwa { top:49px;left:0px;width:525px;height:525px;display:block; }
 }@media only screen and (max-width: 763px) { #bv0HKDMMDE0yrNWUS6m4JZuRh18WAMuk { top:49px;left:283px;width:481px;height:48px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #Gvx5t522ua0VIGTyavdEg0b9VWeRpZcI { top:97px;left:286px;width:478px;height:7px;display:block; }
 }@media only screen and (max-width: 763px) { #K5C2bP0WdOXF38239n8CiAJ3oAK5QM9W { top:128px;left:270px;width:494px;height:39px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #s3EOxOhiQNzRvcymBnNfISwFBFRZL3Jb { top:185px;left:273px;width:491px;height:116px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #yEnBR4G4XpkCc0iC8A7zC3TUsBXZldm7 { top:314px;left:273px;width:491px;height:256px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #qlKyrGbq2gvCfZbLSc8ovmxtExTcuAmb { top:490px;left:272px;width:492px;height:19px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #bJ4t6OGIqWElifSRNlpTP9PGo0FNq16a { top:555px;left:375px;width:386px;height:58px;display:block; }
 }@media only screen and (max-width: 763px) { #ihwhe7WqeadQZObO5lpD0TrW4ydZT3h5 { top:566px;left:382px;width:351px;height:38px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #curasBfShweItAcE9vNcoSWIwkosf7b4 { top:495px;left:273px;width:491px;height:19px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO { display:block; }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MSzEu82ktw8Q4Rhhummh1Z4CoenOt4vr { top:174px;left:0px;width:764px;height:425.98194918577px;display:block; }
 }@media only screen and (max-width: 763px) { #KDl3svQAvxBibWWBipgge031LZAne5FV { width:280px;height:46px;top:693px;left:301.16670608521px;display:block; }
 }@media only screen and (max-width: 763px) { #AtDfD3pW3lOGqh1mnQUkR6xdAy89ENuz { display:block; }
 }@media only screen and (max-width: 763px) { #p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu { display:block; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kGz27wyoutuqebFXtkcacrankw9MoXZh { top:23px;left:40.5px;width:683px;height:104px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #f1ZdxTguqB2MFm40FmeVgf7DOQbvf3kU { top:441px;left:0px;width:271px;height:123px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #RoIWlxqttK5KPOmTqwhPmJThlxduOqEU { top:401px;left:0px;width:147px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #hn2zbQUdewGg4OzLS67DoTS7tfyQcJgA { top:440px;left:246.484375px;width:271px;height:123px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #MDBAJy6xtgdyJTmEFGVfgSIUUykc7XIS { top:400px;left:308.49998474121px;width:147px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #rouaRUDPoEU3gTWyPb00kR0lIdGlew2C { top:401px;left:617px;width:147px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #dEi5BgEXGbKElfIxS7pFcqzWwmRlBKz8 { top:441px;left:513px;width:251px;height:98px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #lBuzKpWZnx7ClikbW4SRWdWHazAVBkcn { top:226px;left:0px;width:107px;height:107px;display:block; }
 }@media only screen and (max-width: 763px) { #T5lZ8o99g51wImNXZzrMcG5gm02XQo0X { top:226px;left:334.5px;width:107px;height:107px;display:block; }
 }@media only screen and (max-width: 763px) { #AWThTeWWDgJxq5XkZKwoPTHWlHaIWh3d { top:226px;left:657px;width:107px;height:107px;display:block; }
 }@media only screen and (max-width: 763px) { #Te3otP7TTWZ79Wbsbznyb2KN7gRe7seP { display:block; }#Te3otP7TTWZ79Wbsbznyb2KN7gRe7seP > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DdsmCyNqBz9UJxPUTdShHptIgo8pV5Tn { top:31px;left:40.5px;width:683px;height:52px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #SDvFhFM6s2DFtrEUmLuny7fxyLfVneW0 { top:117px;left:0px;width:357px;height:236px;display:block; }
 }@media only screen and (max-width: 763px) { #btbGcyXs3Jh36OaTUuG9X17hifX7hyxt { top:116px;left:203px;width:358px;height:238px;display:block; }
 }@media only screen and (max-width: 763px) { #T3ci2FdWQQQEMEioSHyxc8VDy4n802p3 { top:115px;left:404px;width:360px;height:240px;display:block; }
 }@media only screen and (max-width: 763px) { #McZtxqnF2UAl0iON5MKTStAUxw9xvFpe { top:412px;left:0px;width:354px;height:236px;display:block; }
 }@media only screen and (max-width: 763px) { #RH8n8zikWS9noSdmzKVMZheBIXWqNg3p { top:412px;left:410px;width:354px;height:236px;display:block; }
 }@media only screen and (max-width: 763px) { #mXU3H0qyTddcv8d0gcCpWCPKHEDJZEkT { top:702px;left:394px;width:361px;height:240px;display:block; }
 }@media only screen and (max-width: 763px) { #GvA1MDxAFkSt8JBrzqCkt9c3yysAhF9o { top:705px;left:9px;width:356px;height:237px;display:block; }
 }@media only screen and (max-width: 763px) { #JySaoJbtxLHrvHmpGocQIphFq4VLbiwR { top:412px;left:204.47503662109px;width:355px;height:236px;display:block; }
 }@media only screen and (max-width: 763px) { #UHWwTa2ay4Zwd0E7xKUEvnC8mGHZIThu { top:352px;left:0px;width:357px;height:34px;display:block; }
 }@media only screen and (max-width: 763px) { #nkZ4n8TbATFzGnFRBE9sgEwlEbwGZkiV { top:353px;left:203.48612976074px;width:357px;height:34px;display:block; }
 }@media only screen and (max-width: 763px) { #xpkEqWkT2AvknLsHNp171ts1LbimVDek { top:648px;left:0px;width:357px;height:34px;display:block; }
 }@media only screen and (max-width: 763px) { #Nf0tmvVFg6rJnAHiJ7FLCnDvvMplcECC { top:648px;left:204.47503662109px;width:354px;height:34px;display:block; }
 }@media only screen and (max-width: 763px) { #mlwx7sJ7mr8BSDnc6wSvcMFvPAIqILay { top:353px;left:402px;width:362px;height:34px;display:block; }
 }@media only screen and (max-width: 763px) { #xckGvaEmbKsTKD2CwEiFIwMyyUWvKgH4 { top:648px;left:410px;width:354px;height:34px;display:block; }
 }@media only screen and (max-width: 763px) { #klmxcvDo633HUNTQvSkJoMHTCdqhuJCJ { top:941px;left:8px;width:358px;height:34px;display:block; }
 }@media only screen and (max-width: 763px) { #HMo1WmpG2bk7qDPmRZWBxGiRT9zHf2M3 { top:941px;left:394px;width:361px;height:34px;display:block; }
 }@media only screen and (max-width: 763px) { #TkWG1N1XTS1lFw22gz9MDW5HfkfTIaJ7 { top:359px;left:0px;width:279px;height:23px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #DkfbSuo0hHafCN7DzFUfAgcHI2fKtwM1 { top:359px;left:242.49998474121px;width:279px;height:23px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #t11NdmrQhi9vRtKUhXLREEcxyidktbed { top:359px;left:485px;width:279px;height:23px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #chm3Qnf5JTsQRBfIzO8yszTTgieHRrUn { top:654px;left:485px;width:279px;height:23px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #o2R81UUJ7Who5nqkGfyORCJbM3R6s562 { top:654px;left:242.5px;width:279px;height:23px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #SWyqS2r0pchyrEmRBKRnRcV6y0zOi2B0 { top:654px;left:0px;width:279px;height:23px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #ViTfzlGVDoBpaA8HPtBMPMgI2NNoXwUb { top:947px;left:47.475006103516px;width:279px;height:23px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #GhcTMorsMWx21BHAX8W55FZQbA58P1k4 { top:947px;left:435px;width:279px;height:23px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #xivvXgDfqEmahFTkcRCwvKZ03FrNzOFg { top:302px;left:0px;width:117px;height:;font-size:13px;display:none; }
 }@media only screen and (max-width: 763px) { #LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W { display:block; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fiTHnrK13FK5SKaR0tGF2LRIxoy8lAeX { top:282px;left:67.5px;width:629px;height:14px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #U8ndoKugc83XRNnWn6ndb3bgzIP1SkNh { top:72px;left:254px;width:255px;height:81.662158678073px;display:block; }
 }@media only screen and (max-width: 763px) { #PMMenkPTHtJGgShDtHfz2pbTmGdLfrO9 { top:174px;left:202px;width:360px;height:36px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #L0qT0yBCttz08qtVoJCud4XVTmy3po2s { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d72d782a-bb39-4715-8dd6-df22beae127e/WhatsAppImage20250204at131721.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#L0qT0yBCttz08qtVoJCud4XVTmy3po2s.adaptive-delivery-prevent-bg, #L0qT0yBCttz08qtVoJCud4XVTmy3po2s.lazyload, #L0qT0yBCttz08qtVoJCud4XVTmy3po2s.lazyloading { background-image: none; }#L0qT0yBCttz08qtVoJCud4XVTmy3po2s > .row .container { background-color: transparent; background-image: none; }#L0qT0yBCttz08qtVoJCud4XVTmy3po2s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.51); }#L0qT0yBCttz08qtVoJCud4XVTmy3po2s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L0qT0yBCttz08qtVoJCud4XVTmy3po2s > .row .container > .video-iframe-container { display: none; }#L0qT0yBCttz08qtVoJCud4XVTmy3po2s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.51); }#L0qT0yBCttz08qtVoJCud4XVTmy3po2s > .row > .video-iframe-container { display: none; }#L0qT0yBCttz08qtVoJCud4XVTmy3po2s > .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); }#L0qT0yBCttz08qtVoJCud4XVTmy3po2s > .row .container { border-width: 0; border-radius: 0; }#L0qT0yBCttz08qtVoJCud4XVTmy3po2s::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L0qT0yBCttz08qtVoJCud4XVTmy3po2s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L0qT0yBCttz08qtVoJCud4XVTmy3po2s > .row .container { width:320px;height:1042px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n9SRPqxygfCru06gJB7NXCkFQnS4gbdb { width:210px;height:65px;top:20px;left:55px;display:block; }
 }@media only screen and (max-width: 763px) { #FF56ITnRdnOrshvOL7Nn9kxrBELyIzsI { width:275px;height:85.7812px;top:105px;left:22px;font-size:26px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AKb9WH41S7K9DwwlGoFe8IRfv4L11DcO { width:78px;height:37.375px;top:231.75px;left:55px;font-size:17px;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #NJxXQiERXlN51kVROGOShNMfy9oqDHKo { width:32px;height:66.5px;top:252.75px;left:144px;font-size:95px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AiIWh4EDoKtyyXgKPV8xylhnTZoMHlAH { width:57px;height:32px;top:238.125px;left:191px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zvgnBI0dav7N3yDBxPxDC2RKkztADCuM { width:38px;height:24.6875px;top:295.5625px;left:96px;font-size:19px;text-align:right;text-align-last:right;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #BmQZp2OFEBDWrVD45izf9ck2CziLHuVx { width:125px;height:26.3906px;top:373.640625px;left:0px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n2B3Jcd2CmQBOXSKokcKOJ7hy6GEeTGT { width:35px;height:91.007px;top:399.015625px;left:21px;font-size:91px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ostVTkOrSTzmyMyDbBAAvZEHKqKe5l2h { width:17px;height:35.191px;top:439px;left:85.5px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I95iZr3wPP0EBwBW4xS0WnEITnCD22V1 { width:151px;height:24.1875px;top:374.734375px;left:147px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CrTGRmspOWvGVZ0IOLHQHlhJTO136lbO { width:280px;height:481px;top:527px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-regular-label { display:block;width:220px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-input-text { width:220px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-input-text {padding-top: 0; padding-bottom: 0;}#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-textarea { width:220px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-input-select { width:220px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-input-select {padding-top: 0; padding-bottom: 0;}#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-input-button { width:220px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;font-size:15px;overflow:hidden; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .widget-checkbox-label { width:201px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv  { width:220px;height:auto;top:602.5625px;left:30px; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv .radio-container { width:220px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv {display:block;}#MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv { width:220px;height:auto;top:602.5625px;left:30px; }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #xzgpNSIdUkTJkMTrhqC15F5CbTAKXF9P {  }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #H9bJb3QFPA7Iu8fq9CD9CTtyUyCEUTTo { display:none; }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #irwcRuTozIdnecZC7U3RBgeBHKbJ9niS {  }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #MmUwyOkcgaiEab01AMIe4SAC8rLkepua {  }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #qpvBh1ue66R3tJycGkszf7Dkk3xHwGGh { display:none; }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #CBQx4EJ3k1ofABJVm5OlKnTWxc3Tya7G {  }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #HuzMbP7gN2gQNO6TBMc5lFI8tecidQP5 {  }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #rRJPHSEmTJ5XreCcKU7HgdwZKg1O5eI6 {  }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #DceDv2mJ39OvuD62o5KwxhRhTASFZ65m {  }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #zANGt9J6z45CEmBanPZcDXOo33n95DaL {  }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #MzvTEgRxi5Rx3abz7ZIlhv6biiSGZhT6 {  }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #bOwuIdi6s9uLMP90Am3Vym4EnmC91LIe {  }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #Jgdiomx3axQZ5eWnGpvR7vMyGZ94nZzQ {  }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #qDJSD1GIdqosxGdQxBdO4HCdBmz131xL {  }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #iqAneRV0aZSIsdqeqf3Ooonr847w18Ah {  }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #NqhTQq1Lx7dyv1vNcfIXr3GgbMwmkNev {  }
 }@media only screen and (max-width: 763px) { #MJX72dU3RWrohhVEIOO7R7pzv0mWMmmv #Oev9n8gmV3uUrPOnmpNvKzRdmBWs938Z {  }
 }@media only screen and (max-width: 763px) { #pgpJKAoyfvAqlDfpsxk2XHD62yANMqCx { width:257px;height:54.5312px;top:548px;left:32px;font-size:14px;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #T8tokTmFa5fX1LX36TKFQ5JgzITVhbAJ { width:2px;height:85px;top:390.1875px;left:124px;display:block; }
 }@media only screen and (max-width: 763px) { #e86a2zEZcdP67cz4GU3Ur8TuoUcrCtcn { width:177px;height:44.1667px;top:410.59375px;left:133px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SXfT0ZXnnzAv2T4fUoohslhOnunmtM7u { display:block; }#SXfT0ZXnnzAv2T4fUoohslhOnunmtM7u > .row .container { width:320px;height:856px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ddVohv4LadDXh4WI4xsJo2VVpGoaimwa { width:291px;height:291px;top:20px;left:14px;display:block; }
 }@media only screen and (max-width: 763px) { #bv0HKDMMDE0yrNWUS6m4JZuRh18WAMuk { width:300px;height:60px;top:331px;left:10px;font-size:25px;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gvx5t522ua0VIGTyavdEg0b9VWeRpZcI { width:293px;height:5px;top:411px;left:13px;display:block; }
 }@media only screen and (max-width: 763px) { #K5C2bP0WdOXF38239n8CiAJ3oAK5QM9W { width:294px;height:30.7986px;top:436px;left:13px;font-size:11px;font-family:"open sans";text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #s3EOxOhiQNzRvcymBnNfISwFBFRZL3Jb { width:293px;height:107.7951px;top:486.7656px;left:13px;font-size:11px;font-family:"open sans";text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #yEnBR4G4XpkCc0iC8A7zC3TUsBXZldm7 { width:300px;height:176.1112px;top:673.484375px;left:10px;font-size:11px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qlKyrGbq2gvCfZbLSc8ovmxtExTcuAmb { width:320px;height:19.5px;top:653.9846px;left:0px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bJ4t6OGIqWElifSRNlpTP9PGo0FNq16a { width:288px;height:44px;top:608.984375px;left:15px;display:block; }
 }@media only screen and (max-width: 763px) { #ihwhe7WqeadQZObO5lpD0TrW4ydZT3h5 { width:275px;height:28.6112px;top:617.6875px;left:31px;font-size:11px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #curasBfShweItAcE9vNcoSWIwkosf7b4 { width:320px;height:19.5px;top:614.4846px;left:0px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO { display:block; }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO > .row .container { width:320px;height:245px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MSzEu82ktw8Q4Rhhummh1Z4CoenOt4vr { height:163px;width:296px;top:20px;left:12px;display:block; }
 }@media only screen and (max-width: 763px) { #KDl3svQAvxBibWWBipgge031LZAne5FV { width:145px;height:23px;top:203px;left:87px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #AtDfD3pW3lOGqh1mnQUkR6xdAy89ENuz { display:block; }
 }@media only screen and (max-width: 763px) { #p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu { display:block; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { width:320px;height:880px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kGz27wyoutuqebFXtkcacrankw9MoXZh { width:307px;height:72.7812px;top:20px;left:6px;font-size:28px;font-family:neuton;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f1ZdxTguqB2MFm40FmeVgf7DOQbvf3kU { width:240px;height:97.9167px;top:547.1563px;left:40px;font-size:14px;font-family:neuton;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RoIWlxqttK5KPOmTqwhPmJThlxduOqEU { width:147px;height:20.7986px;top:424.7656px;left:86px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hn2zbQUdewGg4OzLS67DoTS7tfyQcJgA { width:232px;height:97.9167px;top:665.1251px;left:44px;font-size:14px;font-family:neuton;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MDBAJy6xtgdyJTmEFGVfgSIUUykc7XIS { width:147px;height:20.7986px;top:465.5625px;left:86px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rouaRUDPoEU3gTWyPb00kR0lIdGlew2C { width:147px;height:20.7986px;top:506.3594px;left:86px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dEi5BgEXGbKElfIxS7pFcqzWwmRlBKz8 { width:214px;height:78.3333px;top:783.0939px;left:53px;font-size:14px;font-family:neuton;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lBuzKpWZnx7ClikbW4SRWdWHazAVBkcn { display:flex;width:84px;height:84px;top:112.7656px;left:118px; }
 }@media only screen and (max-width: 763px) { #T5lZ8o99g51wImNXZzrMcG5gm02XQo0X { display:flex;width:84px;height:84px;top:216.7656px;left:118px;font-size:58px; }
 }@media only screen and (max-width: 763px) { #AWThTeWWDgJxq5XkZKwoPTHWlHaIWh3d { display:flex;width:84px;height:84px;top:320.7656px;left:118px;font-size:58px; }
 }@media only screen and (max-width: 763px) { #Te3otP7TTWZ79Wbsbznyb2KN7gRe7seP { display:block; }#Te3otP7TTWZ79Wbsbznyb2KN7gRe7seP > .row .container { width:320px;height:595px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DdsmCyNqBz9UJxPUTdShHptIgo8pV5Tn { width:320px;height:36.3906px;top:20px;left:0px;font-size:28px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SDvFhFM6s2DFtrEUmLuny7fxyLfVneW0 { width:143px;height:94px;top:74.375px;left:13px;display:block; }
 }@media only screen and (max-width: 763px) { #btbGcyXs3Jh36OaTUuG9X17hifX7hyxt { width:146px;height:97px;top:72.875px;left:156px;display:block; }
 }@media only screen and (max-width: 763px) { #T3ci2FdWQQQEMEioSHyxc8VDy4n802p3 { width:140px;height:92px;top:208px;left:14px;display:block; }
 }@media only screen and (max-width: 763px) { #McZtxqnF2UAl0iON5MKTStAUxw9xvFpe { width:147px;height:96px;top:206px;left:154px;display:block; }
 }@media only screen and (max-width: 763px) { #RH8n8zikWS9noSdmzKVMZheBIXWqNg3p { width:148px;height:97px;top:338px;left:154px;display:block; }
 }@media only screen and (max-width: 763px) { #mXU3H0qyTddcv8d0gcCpWCPKHEDJZEkT { width:145px;height:95px;top:462px;left:153px;display:block; }
 }@media only screen and (max-width: 763px) { #GvA1MDxAFkSt8JBrzqCkt9c3yysAhF9o { width:141px;height:93px;top:462.03125px;left:14px;display:block; }
 }@media only screen and (max-width: 763px) { #JySaoJbtxLHrvHmpGocQIphFq4VLbiwR { width:139px;height:89px;top:338.15625px;left:15px;display:block; }
 }@media only screen and (max-width: 763px) { #UHWwTa2ay4Zwd0E7xKUEvnC8mGHZIThu { width:143px;height:23px;top:168.375px;left:13px;display:block; }
 }@media only screen and (max-width: 763px) { #nkZ4n8TbATFzGnFRBE9sgEwlEbwGZkiV { width:146px;height:23px;top:168px;left:156px;display:block; }
 }@media only screen and (max-width: 763px) { #xpkEqWkT2AvknLsHNp171ts1LbimVDek { width:147px;height:20px;top:300px;left:154px;display:block; }
 }@media only screen and (max-width: 763px) { #Nf0tmvVFg6rJnAHiJ7FLCnDvvMplcECC { width:149px;height:19px;top:427px;left:154px;display:block; }
 }@media only screen and (max-width: 763px) { #mlwx7sJ7mr8BSDnc6wSvcMFvPAIqILay { width:141px;height:21px;top:299px;left:13px;display:block; }
 }@media only screen and (max-width: 763px) { #xckGvaEmbKsTKD2CwEiFIwMyyUWvKgH4 { width:141px;height:20px;top:555px;left:14px;display:block; }
 }@media only screen and (max-width: 763px) { #klmxcvDo633HUNTQvSkJoMHTCdqhuJCJ { width:141px;height:19px;top:427.15625px;left:14px;display:block; }
 }@media only screen and (max-width: 763px) { #HMo1WmpG2bk7qDPmRZWBxGiRT9zHf2M3 { width:144px;height:19px;top:556px;left:154px;display:block; }
 }@media only screen and (max-width: 763px) { #TkWG1N1XTS1lFw22gz9MDW5HfkfTIaJ7 { width:144px;height:16.8924px;top:168.375px;left:12.5px;font-size:13px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DkfbSuo0hHafCN7DzFUfAgcHI2fKtwM1 { width:139px;height:16.8924px;top:171px;left:159px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #t11NdmrQhi9vRtKUhXLREEcxyidktbed { width:117px;height:16.8924px;top:301px;left:27px;font-size:13px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #chm3Qnf5JTsQRBfIzO8yszTTgieHRrUn { width:126px;height:14.3056px;top:428.6875px;left:166px;font-size:11px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o2R81UUJ7Who5nqkGfyORCJbM3R6s562 { width:143px;height:14.3056px;top:429.15625px;left:13px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #SWyqS2r0pchyrEmRBKRnRcV6y0zOi2B0 { width:160px;height:14.3056px;top:302px;left:149px;font-size:11px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ViTfzlGVDoBpaA8HPtBMPMgI2NNoXwUb { width:137px;height:16.8924px;top:557px;left:17px;font-size:13px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GhcTMorsMWx21BHAX8W55FZQbA58P1k4 { width:124px;height:16.8984px;top:557px;left:166px;font-size:13px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xivvXgDfqEmahFTkcRCwvKZ03FrNzOFg { width:117px;height:;top:302px;left:170.5px;font-size:13px;text-align:center;text-align-last:center;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W { display:block; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { width:320px;height:200px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fiTHnrK13FK5SKaR0tGF2LRIxoy8lAeX { width:320px;height:25.9722px;top:154.375px;left:0px;font-size:10px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U8ndoKugc83XRNnWn6ndb3bgzIP1SkNh { width:143px;height:44px;top:20px;left:88px;display:block; }
 }@media only screen and (max-width: 763px) { #PMMenkPTHtJGgShDtHfz2pbTmGdLfrO9 { width:246.984px;height:50.3646px;top:84px;left:36px;font-size:12px;text-align:center;text-align-last:center;display:block; }
 }