.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;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); }#k3JUcnxa8ASNWA6tlZPukVbvH5aUZliF { display:none; }#k3JUcnxa8ASNWA6tlZPukVbvH5aUZliF { border-width: 0; border-radius: 0; }#k3JUcnxa8ASNWA6tlZPukVbvH5aUZliF > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k3JUcnxa8ASNWA6tlZPukVbvH5aUZliF > .row .container { background-color:#fffbf4;background-image:none;width:1200px;height:119px;font-size:14px;font-family:lato;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;position:relative;display:none; }#OQgDJZ63r5EgRmN386x4THJz3c2tiRg5 { color:#ffffff;display:block;width:465px;position:absolute;font-family:cairo;font-size:35px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:2.953125px;left:386px;height:0;text-align:center;text-align-last:center;display:none; }
#dCKb2Ps64tVuC4ZS7GPLJnu7Fl3E8Tqp { position:absolute;display:block;z-index:15014;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #dfb022;border-left:1px solid #dfb022;border-right:1px solid #dfb022;border-bottom:1px solid #dfb022;border-top-left-radius:14px;border-top-right-radius:14px;border-bottom-left-radius:14px;border-bottom-right-radius:14px;height:68px;width:552px;top:233px;left:526px;display:none; }
#to4wPGHiWOWdCxboof7gS8nfK1ofROo9 { 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;height:330px;width:236px;display:none; }
#oQFV9pP2hsf0hLJFvlbgg8DZipqPLPo8 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:5px solid #e2bc89;border-left:5px solid #e2bc89;border-right:5px solid #e2bc89;border-bottom:5px solid #e2bc89;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-sizing:border-box;color:#6f6f6f;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:cairo;font-size:26px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:60px;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:28px;left:840px;display:block; }
#Q0wm9TG7CuTXfnOIrTcgyDTuzW4It2rD { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#vAWRO9JtNhI7cvgpBWxm9KvE9XTcloTI { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:5px solid #2f9e45;border-left:5px solid #2f9e45;border-right:5px solid #2f9e45;border-bottom:5px solid #2f9e45;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-sizing:border-box;color:#6f6f6f;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:cairo;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:336px;height:55px;text-decoration:none;z-index:15125;text-align:center;text-align-last:center;top:167px;left:147px;display:none; }
#QnVHA0ToHglNoILHgxGd4LFaDtEfMnAq { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#UMWXHp3kXRW45GhXkFVfKxBoCETLgSSN { box-sizing:content-box;color:#5d92ff;font-size:31px;font-weight:400;line-height:1;height:45px;width:45px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15223;opacity:1;top:36px;left:48px; }
#RovT7TayQ1mQvhvliTu4AMcmCdzBK5Hd { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15224;opacity:1;top:35px;left:316px; }
#WiKhTCILmcI3qzIleLi3igQbEp3pQFMT { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:5px solid #2f9e45;border-left:5px solid #2f9e45;border-right:5px solid #2f9e45;border-bottom:5px solid #2f9e45;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#6f6f6f;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:cairo;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:326px;height:61px;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:28px;left:40px;display:block; }
#pNQA517zzDQHwanbHnnztSkyb4n8hrWF { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#sLTd9FVfKUR600LCXu8c4MaT8fTfrk2w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.82);background-image:url("https://images.assets-landingi.com/uc/64c1f1b1-366f-44e7-91c3-0f0971dece8a/AFWderma.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#sLTd9FVfKUR600LCXu8c4MaT8fTfrk2w.adaptive-delivery-prevent-bg, #sLTd9FVfKUR600LCXu8c4MaT8fTfrk2w.lazyload, #sLTd9FVfKUR600LCXu8c4MaT8fTfrk2w.lazyloading { background-image: none; }#sLTd9FVfKUR600LCXu8c4MaT8fTfrk2w > .row .container { background-color: transparent; background-image: none; }#sLTd9FVfKUR600LCXu8c4MaT8fTfrk2w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sLTd9FVfKUR600LCXu8c4MaT8fTfrk2w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sLTd9FVfKUR600LCXu8c4MaT8fTfrk2w > .row .container > .video-iframe-container { display: none; }#sLTd9FVfKUR600LCXu8c4MaT8fTfrk2w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sLTd9FVfKUR600LCXu8c4MaT8fTfrk2w > .row > .video-iframe-container { display: none; }#sLTd9FVfKUR600LCXu8c4MaT8fTfrk2w > .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); }#sLTd9FVfKUR600LCXu8c4MaT8fTfrk2w > .row .container { border-width: 0; border-radius: 0; }#sLTd9FVfKUR600LCXu8c4MaT8fTfrk2w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sLTd9FVfKUR600LCXu8c4MaT8fTfrk2w > .row .container { font-size:14px;font-family:arial;height:715px;width:1200px;position:relative;display:block; }#n8D2DQeg6ER6C6b00vu6A2Pt0CfdNgI1 .widget-form-header {  }
#n8D2DQeg6ER6C6b00vu6A2Pt0CfdNgI1 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:12px;font-weight:bold;color:#000000;width:273px;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;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right;line-height:1; }
#n8D2DQeg6ER6C6b00vu6A2Pt0CfdNgI1 .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:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-left:1px solid #000000;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:273px;box-sizing:border-box;height:45px;color:#161616;font-size:14px;overflow:hidden;font-family:cairo;vertical-align:top; }
#n8D2DQeg6ER6C6b00vu6A2Pt0CfdNgI1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#n8D2DQeg6ER6C6b00vu6A2Pt0CfdNgI1 .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:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-left:1px solid #000000;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:273px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:cairo;vertical-align:top; }
#n8D2DQeg6ER6C6b00vu6A2Pt0CfdNgI1 .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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-left:1px solid #000000;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:273px;box-sizing:border-box;height:45px;color:#161616;font-family:cairo;font-size:14px;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right; }
#n8D2DQeg6ER6C6b00vu6A2Pt0CfdNgI1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#n8D2DQeg6ER6C6b00vu6A2Pt0CfdNgI1 .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; }
#n8D2DQeg6ER6C6b00vu6A2Pt0CfdNgI1 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#n8D2DQeg6ER6C6b00vu6A2Pt0CfdNgI1 .widget-input-button { border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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:#f2f9ff;width:273px;height:65px;font-family:cairo;overflow:hidden;box-shadow: 1px 1px 30px rgba(255,255,255,0.5) ; }
#n8D2DQeg6ER6C6b00vu6A2Pt0CfdNgI1 [class*="-text"]:-moz-placeholder { color:#161616;font-family:cairo;font-size:14px; }
#n8D2DQeg6ER6C6b00vu6A2Pt0CfdNgI1 [class*="-text"]::-moz-placeholder { color:#161616;font-family:cairo;font-size:14px; }
#n8D2DQeg6ER6C6b00vu6A2Pt0CfdNgI1 [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:cairo;font-size:14px; }
#n8D2DQeg6ER6C6b00vu6A2Pt0CfdNgI1 [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:cairo;font-size:14px; }
#n8D2DQeg6ER6C6b00vu6A2Pt0CfdNgI1 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:11px;font-weight:300;color:#000000;vertical-align:top;width:254px;overflow:hidden;font-style:normal; }
#n8D2DQeg6ER6C6b00vu6A2Pt0CfdNgI1 .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; }
#n8D2DQeg6ER6C6b00vu6A2Pt0CfdNgI1 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:cairo;font-size:12px;font-weight:700;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;text-align:right;text-align-last:right; }
#n8D2DQeg6ER6C6b00vu6A2Pt0CfdNgI1 .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#n8D2DQeg6ER6C6b00vu6A2Pt0CfdNgI1 .widget-container:first-of-type{padding-top:0;}#n8D2DQeg6ER6C6b00vu6A2Pt0CfdNgI1 .widget-container:last-of-type{padding-bottom:0;}#n8D2DQeg6ER6C6b00vu6A2Pt0CfdNgI1  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:273px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:118.36871337891px;top:322.05000305176px;z-index:15028;position:absolute; }
#n8D2DQeg6ER6C6b00vu6A2Pt0CfdNgI1 .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:273px;display:block;vertical-align:top; }
#n8D2DQeg6ER6C6b00vu6A2Pt0CfdNgI1 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:11px;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;text-align:left;text-align-last:left; }
#n8D2DQeg6ER6C6b00vu6A2Pt0CfdNgI1 {display:block;}#n8D2DQeg6ER6C6b00vu6A2Pt0CfdNgI1 { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:273px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:118.36871337891px;top:322.05000305176px;z-index:15028;position:absolute; }
#n8D2DQeg6ER6C6b00vu6A2Pt0CfdNgI1 #nLBG4XRDmJT2SkwM1mwL7ku9OTiwHDIS { position:relative; }
#n8D2DQeg6ER6C6b00vu6A2Pt0CfdNgI1 #nvO9S6GUVo2xJRNOSSnrKLzsxyxJNAAP { position:relative;display:block; }
#n8D2DQeg6ER6C6b00vu6A2Pt0CfdNgI1 #XqWADg7B6LaiTrrIoFJvJTqMJlKGUpqS { position:relative; }
#n8D2DQeg6ER6C6b00vu6A2Pt0CfdNgI1 #SvipS7EMwE9BKx6LdHkltGO1UPLkd9Ow { position:relative; }
#n8D2DQeg6ER6C6b00vu6A2Pt0CfdNgI1 #rrdUl7sf7GEWtEtryRfJKxtVOXKUxACW { position:relative;display:block; }
#n8D2DQeg6ER6C6b00vu6A2Pt0CfdNgI1 #Mo0O2LfusQ6eXkNV7US0AFrQmARsKhAw { position:relative; }
#n8D2DQeg6ER6C6b00vu6A2Pt0CfdNgI1 #Zip5iHI4QicIsPTZn9TEfq3kSKSVrtx3 { position:relative; }
#n8D2DQeg6ER6C6b00vu6A2Pt0CfdNgI1 #FASoc1lnPOLB3WSv2Gt7pUPnN57mPrQp { position:relative;display:block; }
#n8D2DQeg6ER6C6b00vu6A2Pt0CfdNgI1 #xluEAbzl5EdgCvN9XANTmD5V4kaO5JPJ { position:relative; }
#n8D2DQeg6ER6C6b00vu6A2Pt0CfdNgI1 #Mo1XmhLlaWI9xqvWqOUmdyCKdRdVkahH { position:relative; }
#n8D2DQeg6ER6C6b00vu6A2Pt0CfdNgI1 #mweNiKrU56RQIROueos4UEQ1LN6Kk2SK { position:relative;display:block; }
#n8D2DQeg6ER6C6b00vu6A2Pt0CfdNgI1 #OmE4UnWwAN7Lt71FiaNc9FBF8DPQ6OgC { position:relative; }
#G4yWhTq73Xn5Nh9DE1duLEgvGKATRwZS { position:relative;display:block; }
#n8D2DQeg6ER6C6b00vu6A2Pt0CfdNgI1 #tDuuShChZ4IR4dfkcqNtOOABL9G06pZw { position:relative; }
#n8D2DQeg6ER6C6b00vu6A2Pt0CfdNgI1 #TgvXvR563vOx6PEas2wvhwZtC8aTPyly { position:relative; }
#FnNAnwRoFPI0LLkNLg5axDOfJkga3gTE { color:#002323;display:block;width:246px;position:absolute;font-family:cairo;font-size:24px;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:259px;left:163px;height:31.2px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XFW6TAzwHBNsiQQNHzylTSdW99MeHyBr { position:absolute;display:block;z-index:15008;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;height:100px;width:375px;top:825.00003051758px;left:120px;overflow:hidden;display:none; }
#GEaJcE2TMEMg20M7I4qcMviJqCAzT9lD { 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;height:59px;width:177px;top:631px;left:188px;overflow:hidden;display:block; }
#WfnrQD7IeABBhSot6uXp8ub72GWglygL { position:absolute;display:block;z-index:15029;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:4px solid rgba(206,146,47,0.83);border-left:4px solid rgba(206,146,47,0.83);border-right:4px solid rgba(206,146,47,0.83);border-bottom:4px solid rgba(206,146,47,0.83);border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;height:52px;width:227px;top:244px;left:175px;display:block; }#WfnrQD7IeABBhSot6uXp8ub72GWglygL.adaptive-delivery-prevent-bg, #WfnrQD7IeABBhSot6uXp8ub72GWglygL.lazyload, #WfnrQD7IeABBhSot6uXp8ub72GWglygL.lazyloading { background-image: none; }
#O4L2zW8UnsqznC16iha7TmZyuQmKk1WA { position:absolute;display:block;z-index:15095;height:94px;width:168px;top:471.54998779297px;left:1014.6500854492px;display:block; }
#wM5QR4vpaShkBaDWvdB7a0TWo8kueqg3 { position:relative;display:none; }#wM5QR4vpaShkBaDWvdB7a0TWo8kueqg3 { border-width: 0; border-radius: 0; }#wM5QR4vpaShkBaDWvdB7a0TWo8kueqg3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wM5QR4vpaShkBaDWvdB7a0TWo8kueqg3 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e7e9f1;background-image:url("https://images.assets-landingi.com/uc/9d9b57c1-d049-408d-add6-b1042c01a1b5/offerback.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:14px;font-family:arial;height:414px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#wM5QR4vpaShkBaDWvdB7a0TWo8kueqg3 > .row .container.adaptive-delivery-prevent-bg, #wM5QR4vpaShkBaDWvdB7a0TWo8kueqg3 > .row .container.lazyload, #wM5QR4vpaShkBaDWvdB7a0TWo8kueqg3 > .row .container.lazyloading { background-image: none; }#i6zWnRnOv5FsCczGN9kA7bKJWcqZWly7 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:300px;border-top-right-radius:300px;border-bottom-left-radius:300px;border-bottom-right-radius:300px;height:264px;width:405px;top:78px;left:444.00006103516px;overflow:hidden;display:block; }
#prVhMRC2T7Ccoki5zPafIeXRQA9siqBX { color:#0f86a9;display:block;width:381px;position:absolute;font-family:cairo;font-size:42px;font-weight:700;z-index:15074;line-height:1.3;letter-spacing:0;text-shadow:3px 1px 3px rgba(206,146,47,0.93);top:13.675003051758px;left:456.00006103516px;height:54.6px;font-style:normal;text-align:center;text-align-last:center;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; }
#AuRpqiBkOuXz773rKGWkmB3ZqcsDCaPd { position:absolute;display:block;z-index:15087;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;height:55px;width:165px;top:356px;left:548px;overflow:hidden;display:block; }
#fs9NX1L9Pu2MJbEdHGcwf2m0OCv350K1 { z-index:15089;top:364px;left:540px;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:39px;border-top-right-radius:39px;border-bottom-left-radius:39px;border-bottom-right-radius:39px;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:20px;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:181.975px;height:40px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#RCauTGTtnUvU1TIiacDOyKMeeXiDJsop { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#flr9mW5GabIITyqJ3B94tNVRfN3uEUeD { position:relative;display:block; }#flr9mW5GabIITyqJ3B94tNVRfN3uEUeD { background-color: transparent; background-image: none; }#flr9mW5GabIITyqJ3B94tNVRfN3uEUeD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flr9mW5GabIITyqJ3B94tNVRfN3uEUeD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flr9mW5GabIITyqJ3B94tNVRfN3uEUeD > .row .container > .video-iframe-container { display: none; }#flr9mW5GabIITyqJ3B94tNVRfN3uEUeD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flr9mW5GabIITyqJ3B94tNVRfN3uEUeD > .row > .video-iframe-container { display: none; }#flr9mW5GabIITyqJ3B94tNVRfN3uEUeD > .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); }#flr9mW5GabIITyqJ3B94tNVRfN3uEUeD { border-width: 0; border-radius: 0; }#flr9mW5GabIITyqJ3B94tNVRfN3uEUeD > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#flr9mW5GabIITyqJ3B94tNVRfN3uEUeD > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e7e9f1;background-image:url("https://images.assets-landingi.com/uc/9d9b57c1-d049-408d-add6-b1042c01a1b5/offerback.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:14px;font-family:arial;height:274px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#flr9mW5GabIITyqJ3B94tNVRfN3uEUeD > .row .container.adaptive-delivery-prevent-bg, #flr9mW5GabIITyqJ3B94tNVRfN3uEUeD > .row .container.lazyload, #flr9mW5GabIITyqJ3B94tNVRfN3uEUeD > .row .container.lazyloading { background-image: none; }#fkXwi10t0NalSPHHOx8TPl0l6W3uciM2 { position:absolute;display:block;z-index:15075;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;height:177px;width:177px;top:24px;left:144px;overflow:hidden;display:block; }
#hmcDtJTMfHBS0pEHI1ASA3spJ8Ik5Gzq { position:absolute;display:block;z-index:15076;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;height:183px;width:179px;top:21px;left:418px;overflow:hidden;display:block; }
#zmyKqrVO2kpxOcC9kBhH8qnNNEksshKl { position:absolute;display:block;z-index:15077;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;height:182px;width:188px;top:20px;left:930px;overflow:hidden;display:block; }
#BwGzbgOLXeLIPmUBV2HcQFWGEt8ArRA6 { position:absolute;display:block;z-index:15078;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;height:179px;width:156px;top:22px;left:684px;overflow:hidden;display:block; }
#rIhpfpxGvEAwZ9BNaIbBnC4OhfP5Gb70 { color:#e7668a;display:block;width:200px;position:absolute;font-family:cairo;font-size:20px;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:213px;left:918px;height:52.0126px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WgWtuETLlPi0y1neb7n1nbRqaaflDZQS { color:#e7668a;display:block;width:200px;position:absolute;font-family:cairo;font-size:20px;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:215px;left:662px;height:52.0126px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eZh0rTybJIFVEoEQBL1w7Q2Xf0Zvy5ig { color:#e7668a;display:block;width:200px;position:absolute;font-family:cairo;font-size:20px;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:213px;left:415px;height:52.0125px;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#tKifTZwAZJUscb17wE0UcvaCWumtxQJC { color:#e7668a;display:block;width:245px;position:absolute;font-family:cairo;font-size:20px;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:213px;left:105.97503662109px;height:52.0126px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g8kQPuNkOmLUBThPCWXb3hHTbK8yAsHg { position:relative;display:block; }#g8kQPuNkOmLUBThPCWXb3hHTbK8yAsHg { background-color: transparent; background-image: none; }#g8kQPuNkOmLUBThPCWXb3hHTbK8yAsHg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8kQPuNkOmLUBThPCWXb3hHTbK8yAsHg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8kQPuNkOmLUBThPCWXb3hHTbK8yAsHg > .row .container > .video-iframe-container { display: none; }#g8kQPuNkOmLUBThPCWXb3hHTbK8yAsHg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8kQPuNkOmLUBThPCWXb3hHTbK8yAsHg > .row > .video-iframe-container { display: none; }#g8kQPuNkOmLUBThPCWXb3hHTbK8yAsHg > .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); }#g8kQPuNkOmLUBThPCWXb3hHTbK8yAsHg { border-width: 0; border-radius: 0; }#g8kQPuNkOmLUBThPCWXb3hHTbK8yAsHg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g8kQPuNkOmLUBThPCWXb3hHTbK8yAsHg > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b076ff64-2f15-4c40-97b6-055f9f95d81c/mobileapp0103.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;font-size:14px;font-family:arial;height:406px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#g8kQPuNkOmLUBThPCWXb3hHTbK8yAsHg > .row .container.adaptive-delivery-prevent-bg, #g8kQPuNkOmLUBThPCWXb3hHTbK8yAsHg > .row .container.lazyload, #g8kQPuNkOmLUBThPCWXb3hHTbK8yAsHg > .row .container.lazyloading { background-image: none; }#pzT7Jf8V99C01HoKJy1SqelarsTzROKd { color:#000000;display:block;width:465px;position:absolute;font-family:cairo;font-size:34px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:50.000002622604px;left:585px;height:44.175px;font-style:normal;display:block; }
#NDE63TyRHRufN1DUT9T9DFTKf8AgCTPl { position:absolute;display:block;z-index:15001;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:3px;width:355px;top:108px;left:695px;display:block; }
#AOrUOkzV8H3nMhJ5MDGgI1PtlpSa8OPL { color:#707b8b;display:block;width:848px;position:absolute;font-family:cairo;font-size:14px;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:126.984375px;left:198.984375px;height:47.6px;text-align:justify;text-align-last:initial;display:block; }
#xXE28GcLKOrPw4XlonWt6e4yt9LWnUMo { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:60px;border-top-right-radius:60px;border-bottom-left-radius:60px;border-bottom-right-radius:60px;box-shadow: 1px 3px 8px rgba(0,0,0,0.1) ;height:30px;width:30px;top:238px;left:1011px;display:block; }
#R75WL3895UGhqnndApaMKZBX61CAqzO1 { box-sizing:content-box;color:#1b57c7;font-size:19px;font-weight:400;line-height:1;height:28px;width:28px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:240px;left:1013px;display:block; }
#Luopn3dryQzWLOozFQSnPzCIMhu4q3xm { color:#000814;display:block;width:457px;position:absolute;font-family:cairo;font-size:18px;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:196px;left:590px;height:28.8px;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#Vmp21xK7ltZczSLPBMe2WFZPZ3OTsqw5 { color:#707b8b;display:block;width:332px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:15003;line-height:2.7;letter-spacing:0;top:228px;left:669px;height:43.1813px;text-align:right;text-align-last:right;display:block; }
#W5kNBzOLd3OAkf89gMalyLSCVbz6EdPZ { box-sizing:content-box;color:#1b57c7;font-size:19px;font-weight:400;line-height:1;height:28px;width:28px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:274px;left:1014px;display:block; }
#loUpm7DMCEDmydmsQrpAvzGJ1ycLC2Wt { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:60px;border-top-right-radius:60px;border-bottom-left-radius:60px;border-bottom-right-radius:60px;box-shadow: 1px 3px 8px rgba(0,0,0,0.1) ;height:30px;width:30px;top:273px;left:1011px;display:block; }
#MfpXIPnJbg24B59GlA0wWCSMeXC7sf7m { box-sizing:content-box;color:#1b57c7;font-size:19px;font-weight:400;line-height:1;height:28px;width:28px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:311px;left:1014px;display:block; }
#sC6xH93duXGASnTStOm0t5v1c42IJL6S { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:60px;border-top-right-radius:60px;border-bottom-left-radius:60px;border-bottom-right-radius:60px;box-shadow: 1px 3px 8px rgba(0,0,0,0.1) ;height:30px;width:30px;top:309px;left:1011px;display:block; }
#HfqC5JDgpp1BMrOPv0EWoQV6ZbRsTduH { color:#707b8b;display:block;width:182px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:15004;line-height:2.7;letter-spacing:0;top:265px;left:819px;height:43.1813px;text-align:right;text-align-last:right;display:block; }
#gBSdw5fzINvp7yTVwT0itPfeThHaHTcB { color:#707b8b;display:block;width:182px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:15005;line-height:2.7;letter-spacing:0;top:337px;left:819px;height:43.1813px;text-align:right;text-align-last:right;display:block; }
#d6uRbK8nh3QfLTgWGC18CEq2XrHAvnDb { box-sizing:content-box;color:#1b57c7;font-size:19px;font-weight:400;line-height:1;height:28px;width:28px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:346px;left:1014px;display:block; }
#k5wVGpVeVqSiRHc9MCTkU71z8bE6az1d { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:60px;border-top-right-radius:60px;border-bottom-left-radius:60px;border-bottom-right-radius:60px;box-shadow: 1px 3px 8px rgba(0,0,0,0.1) ;height:30px;width:30px;top:344px;left:1011px;display:block; }
#iBPrW2RaTisEGsq4NkNDxXW5MAF2pbIN { color:#707b8b;display:block;width:182px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:15005;line-height:2.7;letter-spacing:0;top:302px;left:819px;height:43.1813px;text-align:right;text-align-last:right;display:block; }
#KxKMwotcqUUSqa8gLCHMQLf7rBlS6TXU { position:relative;display:block; }#KxKMwotcqUUSqa8gLCHMQLf7rBlS6TXU { background-color: transparent; background-image: none; }#KxKMwotcqUUSqa8gLCHMQLf7rBlS6TXU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KxKMwotcqUUSqa8gLCHMQLf7rBlS6TXU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KxKMwotcqUUSqa8gLCHMQLf7rBlS6TXU > .row .container > .video-iframe-container { display: none; }#KxKMwotcqUUSqa8gLCHMQLf7rBlS6TXU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KxKMwotcqUUSqa8gLCHMQLf7rBlS6TXU > .row > .video-iframe-container { display: none; }#KxKMwotcqUUSqa8gLCHMQLf7rBlS6TXU > .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); }#KxKMwotcqUUSqa8gLCHMQLf7rBlS6TXU { border-width: 0; border-radius: 0; }#KxKMwotcqUUSqa8gLCHMQLf7rBlS6TXU > .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; }#KxKMwotcqUUSqa8gLCHMQLf7rBlS6TXU > .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:328px;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; }#RS4nX3OUuf9lTtm12a6EkF52BtTi1ngm { color:#0c0b0c;display:block;width:534.984px;position:absolute;font-family:cairo;font-size:49px;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:10.40625px;left:313.96875px;height:63.675px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HJmhnBow22s76JucNbDMCQKdRkdTSdy6 { color:#050505;display:block;width:593px;position:absolute;font-family:cairo;font-size:20px;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:121px;left:410px;height:32.0063px;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KDfvG4I1uel8tCKF0aAJs3ANKpNaS20i { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:41px;font-weight:400;line-height:1;height:58.9844px;width:58.9844px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:165px;left:1011px;display:none; }
#nmVt8V9nCT6HtgTRhwnXxKThwPDJcvzB { box-sizing:content-box;color:rgba(185,140,101,0.83);font-size:41px;font-weight:400;line-height:1;height:58.975px;width:58.975px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:108.5px;left:1003.0000610352px;display:block; }
#luGxE8r5nTIUHxWsKBLglLbicurF52BN { position:absolute;display:block;z-index:15007;background-color:rgba(236,236,236,0.61);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:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-shadow: 1px 1px 31px #b98c65 ;height:46.9922px;width:322.992px;top:187px;left:749px;display:block; }
#hmLik13bFUwmkoX8Nmr7GKRxwOu6hHta { color:#000000;display:block;width:309px;position:absolute;font-family:cairo;font-size:18px;font-weight:700;z-index:15013;line-height:1.6;letter-spacing:0;top:196px;left:741px;height:28.8px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#XMFDDFIhlvXWP7W9DuH279O8oZN2tsvT { box-sizing:content-box;color:#b98c65;font-size:35px;font-weight:400;line-height:1;height:49.9922px;width:49.9922px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15023;top:185px;left:610px;display:block; }
#TvQycwsRTd4UGZrxnC8e6c1m5ywseNre { box-sizing:content-box;color:#b98c65;font-size:35px;font-weight:400;line-height:1;height:49.9922px;width:49.9922px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15024;top:185px;left:547px;display:block; }
#Xk0hPAsidRwGVe6yOkq0dx35T291k14g { box-sizing:content-box;color:#b98c65;font-size:35px;font-weight:400;line-height:1;height:49.9922px;width:49.9922px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15025;top:185px;left:485px;display:block; }
#TTD4ZvR7nDOVnXVyvbyZy6hFHnqhJx0s { color:#b98c65;display:block;width:339px;position:absolute;font-family:cairo;font-size:16px;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:267px;left:457px;height:20.775px;font-style:normal;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #k3JUcnxa8ASNWA6tlZPukVbvH5aUZliF { display:block; }#k3JUcnxa8ASNWA6tlZPukVbvH5aUZliF > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OQgDJZ63r5EgRmN386x4THJz3c2tiRg5 { top:2px;left:168px;width:465px;height:45px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #dCKb2Ps64tVuC4ZS7GPLJnu7Fl3E8Tqp { top:233px;left:210px;width:552px;height:68px;display:block; }
 }@media only screen and (max-width: 763px) { #to4wPGHiWOWdCxboof7gS8nfK1ofROo9 { width:;height:;top:0px;display:none; }
 }@media only screen and (max-width: 763px) { #oQFV9pP2hsf0hLJFvlbgg8DZipqPLPo8 { width:280px;height:60px;top:28px;left:484px;display:block; }
 }@media only screen and (max-width: 763px) { #Q0wm9TG7CuTXfnOIrTcgyDTuzW4It2rD { display:block; }
 }@media only screen and (max-width: 763px) { #vAWRO9JtNhI7cvgpBWxm9KvE9XTcloTI { width:336px;height:55px;top:167px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #QnVHA0ToHglNoILHgxGd4LFaDtEfMnAq { display:block; }
 }@media only screen and (max-width: 763px) { #UMWXHp3kXRW45GhXkFVfKxBoCETLgSSN { top:36px;left:0px;width:45px;height:45px;display:block; }
 }@media only screen and (max-width: 763px) { #RovT7TayQ1mQvhvliTu4AMcmCdzBK5Hd { top:35px;left:98px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #WiKhTCILmcI3qzIleLi3igQbEp3pQFMT { width:326px;height:61px;top:28px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #pNQA517zzDQHwanbHnnztSkyb4n8hrWF { display:block; }
 }@media only screen and (max-width: 763px) { #sLTd9FVfKUR600LCXu8c4MaT8fTfrk2w { display:block; }#sLTd9FVfKUR600LCXu8c4MaT8fTfrk2w > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n8D2DQeg6ER6C6b00vu6A2Pt0CfdNgI1 .widget-regular-label { display:block; }
#n8D2DQeg6ER6C6b00vu6A2Pt0CfdNgI1  { width:273px;height:auto; }
#n8D2DQeg6ER6C6b00vu6A2Pt0CfdNgI1 {display:block;}#n8D2DQeg6ER6C6b00vu6A2Pt0CfdNgI1 { width:273px;height:auto; }
 }@media only screen and (max-width: 763px) { #n8D2DQeg6ER6C6b00vu6A2Pt0CfdNgI1 #nLBG4XRDmJT2SkwM1mwL7ku9OTiwHDIS {  }
 }@media only screen and (max-width: 763px) { #n8D2DQeg6ER6C6b00vu6A2Pt0CfdNgI1 #nvO9S6GUVo2xJRNOSSnrKLzsxyxJNAAP { display:block; }
 }@media only screen and (max-width: 763px) { #n8D2DQeg6ER6C6b00vu6A2Pt0CfdNgI1 #XqWADg7B6LaiTrrIoFJvJTqMJlKGUpqS {  }
 }@media only screen and (max-width: 763px) { #n8D2DQeg6ER6C6b00vu6A2Pt0CfdNgI1 #SvipS7EMwE9BKx6LdHkltGO1UPLkd9Ow {  }
 }@media only screen and (max-width: 763px) { #n8D2DQeg6ER6C6b00vu6A2Pt0CfdNgI1 #rrdUl7sf7GEWtEtryRfJKxtVOXKUxACW { display:block; }
 }@media only screen and (max-width: 763px) { #n8D2DQeg6ER6C6b00vu6A2Pt0CfdNgI1 #Mo0O2LfusQ6eXkNV7US0AFrQmARsKhAw {  }
 }@media only screen and (max-width: 763px) { #n8D2DQeg6ER6C6b00vu6A2Pt0CfdNgI1 #Zip5iHI4QicIsPTZn9TEfq3kSKSVrtx3 {  }
 }@media only screen and (max-width: 763px) { #n8D2DQeg6ER6C6b00vu6A2Pt0CfdNgI1 #FASoc1lnPOLB3WSv2Gt7pUPnN57mPrQp { display:block; }
 }@media only screen and (max-width: 763px) { #n8D2DQeg6ER6C6b00vu6A2Pt0CfdNgI1 #xluEAbzl5EdgCvN9XANTmD5V4kaO5JPJ {  }
 }@media only screen and (max-width: 763px) { #n8D2DQeg6ER6C6b00vu6A2Pt0CfdNgI1 #Mo1XmhLlaWI9xqvWqOUmdyCKdRdVkahH {  }
 }@media only screen and (max-width: 763px) { #n8D2DQeg6ER6C6b00vu6A2Pt0CfdNgI1 #mweNiKrU56RQIROueos4UEQ1LN6Kk2SK { display:block; }
 }@media only screen and (max-width: 763px) { #n8D2DQeg6ER6C6b00vu6A2Pt0CfdNgI1 #OmE4UnWwAN7Lt71FiaNc9FBF8DPQ6OgC {  }
 }@media only screen and (max-width: 763px) { #G4yWhTq73Xn5Nh9DE1duLEgvGKATRwZS { display:block; }
 }@media only screen and (max-width: 763px) { #n8D2DQeg6ER6C6b00vu6A2Pt0CfdNgI1 #tDuuShChZ4IR4dfkcqNtOOABL9G06pZw {  }
 }@media only screen and (max-width: 763px) { #n8D2DQeg6ER6C6b00vu6A2Pt0CfdNgI1 #TgvXvR563vOx6PEas2wvhwZtC8aTPyly {  }
 }@media only screen and (max-width: 763px) { #FnNAnwRoFPI0LLkNLg5axDOfJkga3gTE { width:246px;height:31px;top:259px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #XFW6TAzwHBNsiQQNHzylTSdW99MeHyBr { top:825px;left:0px;width:375px;height:100px;display:block; }
 }@media only screen and (max-width: 763px) { #GEaJcE2TMEMg20M7I4qcMviJqCAzT9lD { top:631px;left:0px;width:177px;height:59px;display:block; }
 }@media only screen and (max-width: 763px) { #WfnrQD7IeABBhSot6uXp8ub72GWglygL { top:244px;left:0px;width:226px;height:51px;display:block; }
 }@media only screen and (max-width: 763px) { #O4L2zW8UnsqznC16iha7TmZyuQmKk1WA { top:471px;left:596px;width:168px;height:94px;display:block; }
 }@media only screen and (max-width: 763px) { #wM5QR4vpaShkBaDWvdB7a0TWo8kueqg3 { display:block; }#wM5QR4vpaShkBaDWvdB7a0TWo8kueqg3 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i6zWnRnOv5FsCczGN9kA7bKJWcqZWly7 { top:78px;left:226.00006103516px;width:405px;height:264px;display:block; }
 }@media only screen and (max-width: 763px) { #prVhMRC2T7Ccoki5zPafIeXRQA9siqBX { width:381px;height:54px;top:13px;left:238.00006103516px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #AuRpqiBkOuXz773rKGWkmB3ZqcsDCaPd { top:356px;left:330px;width:165px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #fs9NX1L9Pu2MJbEdHGcwf2m0OCv350K1 { top:364px;left:322px;width:181px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #RCauTGTtnUvU1TIiacDOyKMeeXiDJsop { display:block; }
 }@media only screen and (max-width: 763px) { #flr9mW5GabIITyqJ3B94tNVRfN3uEUeD { display:block; }#flr9mW5GabIITyqJ3B94tNVRfN3uEUeD > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fkXwi10t0NalSPHHOx8TPl0l6W3uciM2 { top:24px;left:0px;width:177px;height:177px;display:block; }
 }@media only screen and (max-width: 763px) { #hmcDtJTMfHBS0pEHI1ASA3spJ8Ik5Gzq { top:21px;left:200px;width:179px;height:183px;display:block; }
 }@media only screen and (max-width: 763px) { #zmyKqrVO2kpxOcC9kBhH8qnNNEksshKl { top:20px;left:574px;width:188px;height:182px;display:block; }
 }@media only screen and (max-width: 763px) { #BwGzbgOLXeLIPmUBV2HcQFWGEt8ArRA6 { top:22px;left:466px;width:156px;height:179px;display:block; }
 }@media only screen and (max-width: 763px) { #rIhpfpxGvEAwZ9BNaIbBnC4OhfP5Gb70 { top:213px;left:564px;width:200px;height:52px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #WgWtuETLlPi0y1neb7n1nbRqaaflDZQS { top:215px;left:444.00006103516px;width:200px;height:52px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #eZh0rTybJIFVEoEQBL1w7Q2Xf0Zvy5ig { top:213px;left:197.00006103516px;width:200px;height:52px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #tKifTZwAZJUscb17wE0UcvaCWumtxQJC { top:213px;left:0px;width:245px;height:52px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #g8kQPuNkOmLUBThPCWXb3hHTbK8yAsHg { display:block; }#g8kQPuNkOmLUBThPCWXb3hHTbK8yAsHg > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pzT7Jf8V99C01HoKJy1SqelarsTzROKd { width:465px;height:44px;top:50px;left:299px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #NDE63TyRHRufN1DUT9T9DFTKf8AgCTPl { width:355px;height:3px;top:108px;left:409px;display:block; }
 }@media only screen and (max-width: 763px) { #AOrUOkzV8H3nMhJ5MDGgI1PtlpSa8OPL { width:764px;height:48px;top:126px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #xXE28GcLKOrPw4XlonWt6e4yt9LWnUMo { width:30px;height:30px;top:238px;left:734px;display:block; }
 }@media only screen and (max-width: 763px) { #R75WL3895UGhqnndApaMKZBX61CAqzO1 { width:27px;height:27px;top:240px;left:736px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Luopn3dryQzWLOozFQSnPzCIMhu4q3xm { width:456px;height:28px;top:196px;left:307px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Vmp21xK7ltZczSLPBMe2WFZPZ3OTsqw5 { width:331px;height:43px;top:228px;left:432px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #W5kNBzOLd3OAkf89gMalyLSCVbz6EdPZ { width:27px;height:27px;top:274px;left:736px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #loUpm7DMCEDmydmsQrpAvzGJ1ycLC2Wt { width:30px;height:30px;top:273px;left:734px;display:block; }
 }@media only screen and (max-width: 763px) { #MfpXIPnJbg24B59GlA0wWCSMeXC7sf7m { width:27px;height:27px;top:311px;left:736px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #sC6xH93duXGASnTStOm0t5v1c42IJL6S { width:30px;height:30px;top:309px;left:734px;display:block; }
 }@media only screen and (max-width: 763px) { #HfqC5JDgpp1BMrOPv0EWoQV6ZbRsTduH { width:181px;height:43px;top:265px;left:582px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #gBSdw5fzINvp7yTVwT0itPfeThHaHTcB { width:181px;height:43px;top:337px;left:582px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #d6uRbK8nh3QfLTgWGC18CEq2XrHAvnDb { width:27px;height:27px;top:346px;left:736px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #k5wVGpVeVqSiRHc9MCTkU71z8bE6az1d { width:30px;height:30px;top:344px;left:734px;display:block; }
 }@media only screen and (max-width: 763px) { #iBPrW2RaTisEGsq4NkNDxXW5MAF2pbIN { width:181px;height:43px;top:302px;left:582px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #KxKMwotcqUUSqa8gLCHMQLf7rBlS6TXU { display:none; }#KxKMwotcqUUSqa8gLCHMQLf7rBlS6TXU > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RS4nX3OUuf9lTtm12a6EkF52BtTi1ngm { top:10px;left:95.96875px;width:534px;height:63px;font-size:49px;display:none; }
 }@media only screen and (max-width: 763px) { #HJmhnBow22s76JucNbDMCQKdRkdTSdy6 { width:592px;height:31px;top:121px;left:171px;font-size:14px;display:none; }
 }@media only screen and (max-width: 763px) { #KDfvG4I1uel8tCKF0aAJs3ANKpNaS20i { width:58px;height:58px;top:165px;left:706px;font-size:40px;display:none; }
 }@media only screen and (max-width: 763px) { #nmVt8V9nCT6HtgTRhwnXxKThwPDJcvzB { width:58px;height:58px;top:108px;left:706px;font-size:40px;display:none; }
 }@media only screen and (max-width: 763px) { #luGxE8r5nTIUHxWsKBLglLbicurF52BN { top:187px;left:442px;width:322px;height:46px;display:block; }
 }@media only screen and (max-width: 763px) { #hmLik13bFUwmkoX8Nmr7GKRxwOu6hHta { width:309px;height:28px;top:196px;left:455px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #XMFDDFIhlvXWP7W9DuH279O8oZN2tsvT { top:185px;left:392px;width:49px;height:49px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #TvQycwsRTd4UGZrxnC8e6c1m5ywseNre { top:185px;left:329px;width:49px;height:49px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #Xk0hPAsidRwGVe6yOkq0dx35T291k14g { top:185px;left:267px;width:49px;height:49px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #TTD4ZvR7nDOVnXVyvbyZy6hFHnqhJx0s { top:267px;left:239px;width:339px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #k3JUcnxa8ASNWA6tlZPukVbvH5aUZliF { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/40141d51-835e-4a68-99b0-0b120bcb03c4/afwmob01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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:none; }#k3JUcnxa8ASNWA6tlZPukVbvH5aUZliF.adaptive-delivery-prevent-bg, #k3JUcnxa8ASNWA6tlZPukVbvH5aUZliF.lazyload, #k3JUcnxa8ASNWA6tlZPukVbvH5aUZliF.lazyloading { background-image: none; }#k3JUcnxa8ASNWA6tlZPukVbvH5aUZliF > .row .container { border-width: 0; border-radius: 0; }#k3JUcnxa8ASNWA6tlZPukVbvH5aUZliF::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; }#k3JUcnxa8ASNWA6tlZPukVbvH5aUZliF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k3JUcnxa8ASNWA6tlZPukVbvH5aUZliF > .row .container { width:320px;height:702px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OQgDJZ63r5EgRmN386x4THJz3c2tiRg5 { width:320px;height:0;top:56.387496948242px;left:0px;text-align:center;text-align-last:center;font-size:23px;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #dCKb2Ps64tVuC4ZS7GPLJnu7Fl3E8Tqp { width:306px;height:54px;top:237px;left:7px;display:none; }
 }@media only screen and (max-width: 763px) { #to4wPGHiWOWdCxboof7gS8nfK1ofROo9 { top:1047.6666870117px;left:0px;width:320px;height:452px;z-index:15015;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #oQFV9pP2hsf0hLJFvlbgg8DZipqPLPo8 { width:280px;height:62px;top:229px;left:20px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #Q0wm9TG7CuTXfnOIrTcgyDTuzW4It2rD { display:block; }
 }@media only screen and (max-width: 763px) { #vAWRO9JtNhI7cvgpBWxm9KvE9XTcloTI { width:292.4px;height:53.4px;top:329.80000305176px;left:13px;font-size:17px;line-height:2;display:none; }
 }@media only screen and (max-width: 763px) { #QnVHA0ToHglNoILHgxGd4LFaDtEfMnAq { display:block; }
 }@media only screen and (max-width: 763px) { #UMWXHp3kXRW45GhXkFVfKxBoCETLgSSN { display:flex;width:45px;height:45px;top:151px;left:20px; }
 }@media only screen and (max-width: 763px) { #RovT7TayQ1mQvhvliTu4AMcmCdzBK5Hd { display:flex;width:50px;height:50px;top:149px;left:253px; }
 }@media only screen and (max-width: 763px) { #WiKhTCILmcI3qzIleLi3igQbEp3pQFMT { top:147px;left:14px;width:292px;height:53px;z-index:15225;font-size:17px;line-height:2;color:#6f6f6f;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:5px solid #2f9e45;border-left:5px solid #2f9e45;border-right:5px solid #2f9e45;border-bottom:5px solid #2f9e45;display:block; }
 }@media only screen and (max-width: 763px) { #pNQA517zzDQHwanbHnnztSkyb4n8hrWF { display:block; }
 }@media only screen and (max-width: 763px) { #sLTd9FVfKUR600LCXu8c4MaT8fTfrk2w { display:block; }#sLTd9FVfKUR600LCXu8c4MaT8fTfrk2w { background-color: transparent; background-image: none; }#sLTd9FVfKUR600LCXu8c4MaT8fTfrk2w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sLTd9FVfKUR600LCXu8c4MaT8fTfrk2w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sLTd9FVfKUR600LCXu8c4MaT8fTfrk2w > .row .container > .video-iframe-container { display: none; }#sLTd9FVfKUR600LCXu8c4MaT8fTfrk2w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sLTd9FVfKUR600LCXu8c4MaT8fTfrk2w > .row > .video-iframe-container { display: none; }#sLTd9FVfKUR600LCXu8c4MaT8fTfrk2w > .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); }#sLTd9FVfKUR600LCXu8c4MaT8fTfrk2w { border-width: 0; border-radius: 0; }#sLTd9FVfKUR600LCXu8c4MaT8fTfrk2w > .row .container::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; }#sLTd9FVfKUR600LCXu8c4MaT8fTfrk2w > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sLTd9FVfKUR600LCXu8c4MaT8fTfrk2w > .row .container { width:320px;height:1059px;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/335e3001-ff54-4b72-978f-866f8aae9715/afwmob11.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:fixed;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;position:relative;display:block; }#sLTd9FVfKUR600LCXu8c4MaT8fTfrk2w > .row .container.adaptive-delivery-prevent-bg, #sLTd9FVfKUR600LCXu8c4MaT8fTfrk2w > .row .container.lazyload, #sLTd9FVfKUR600LCXu8c4MaT8fTfrk2w > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #n8D2DQeg6ER6C6b00vu6A2Pt0CfdNgI1 .widget-regular-label { width:240px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#n8D2DQeg6ER6C6b00vu6A2Pt0CfdNgI1 .widget-input-text { width:240px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#n8D2DQeg6ER6C6b00vu6A2Pt0CfdNgI1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#n8D2DQeg6ER6C6b00vu6A2Pt0CfdNgI1 .widget-textarea { width:240px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#n8D2DQeg6ER6C6b00vu6A2Pt0CfdNgI1 .widget-input-select { width:240px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#n8D2DQeg6ER6C6b00vu6A2Pt0CfdNgI1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#n8D2DQeg6ER6C6b00vu6A2Pt0CfdNgI1 .widget-input-button { width:240px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#n8D2DQeg6ER6C6b00vu6A2Pt0CfdNgI1 .widget-checkbox-label { width:221px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#n8D2DQeg6ER6C6b00vu6A2Pt0CfdNgI1  { width:240px;height:auto;top:384.99371337891px;left:19.968749046326px; }
#n8D2DQeg6ER6C6b00vu6A2Pt0CfdNgI1 .radio-container { width:240px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#n8D2DQeg6ER6C6b00vu6A2Pt0CfdNgI1 {display:block;}#n8D2DQeg6ER6C6b00vu6A2Pt0CfdNgI1 { width:240px;height:auto;top:384.99371337891px;left:19.968749046326px; }
 }@media only screen and (max-width: 763px) { #n8D2DQeg6ER6C6b00vu6A2Pt0CfdNgI1 #nLBG4XRDmJT2SkwM1mwL7ku9OTiwHDIS {  }
 }@media only screen and (max-width: 763px) { #n8D2DQeg6ER6C6b00vu6A2Pt0CfdNgI1 #nvO9S6GUVo2xJRNOSSnrKLzsxyxJNAAP { display:block; }
 }@media only screen and (max-width: 763px) { #n8D2DQeg6ER6C6b00vu6A2Pt0CfdNgI1 #XqWADg7B6LaiTrrIoFJvJTqMJlKGUpqS {  }
 }@media only screen and (max-width: 763px) { #n8D2DQeg6ER6C6b00vu6A2Pt0CfdNgI1 #SvipS7EMwE9BKx6LdHkltGO1UPLkd9Ow {  }
 }@media only screen and (max-width: 763px) { #n8D2DQeg6ER6C6b00vu6A2Pt0CfdNgI1 #rrdUl7sf7GEWtEtryRfJKxtVOXKUxACW { display:block; }
 }@media only screen and (max-width: 763px) { #n8D2DQeg6ER6C6b00vu6A2Pt0CfdNgI1 #Mo0O2LfusQ6eXkNV7US0AFrQmARsKhAw {  }
 }@media only screen and (max-width: 763px) { #n8D2DQeg6ER6C6b00vu6A2Pt0CfdNgI1 #Zip5iHI4QicIsPTZn9TEfq3kSKSVrtx3 {  }
 }@media only screen and (max-width: 763px) { #n8D2DQeg6ER6C6b00vu6A2Pt0CfdNgI1 #FASoc1lnPOLB3WSv2Gt7pUPnN57mPrQp { display:block; }
 }@media only screen and (max-width: 763px) { #n8D2DQeg6ER6C6b00vu6A2Pt0CfdNgI1 #xluEAbzl5EdgCvN9XANTmD5V4kaO5JPJ {  }
 }@media only screen and (max-width: 763px) { #n8D2DQeg6ER6C6b00vu6A2Pt0CfdNgI1 #Mo1XmhLlaWI9xqvWqOUmdyCKdRdVkahH {  }
 }@media only screen and (max-width: 763px) { #n8D2DQeg6ER6C6b00vu6A2Pt0CfdNgI1 #mweNiKrU56RQIROueos4UEQ1LN6Kk2SK { display:block; }
 }@media only screen and (max-width: 763px) { #n8D2DQeg6ER6C6b00vu6A2Pt0CfdNgI1 #OmE4UnWwAN7Lt71FiaNc9FBF8DPQ6OgC {  }
 }@media only screen and (max-width: 763px) { #G4yWhTq73Xn5Nh9DE1duLEgvGKATRwZS { display:block; }
 }@media only screen and (max-width: 763px) { #n8D2DQeg6ER6C6b00vu6A2Pt0CfdNgI1 #tDuuShChZ4IR4dfkcqNtOOABL9G06pZw {  }
 }@media only screen and (max-width: 763px) { #n8D2DQeg6ER6C6b00vu6A2Pt0CfdNgI1 #TgvXvR563vOx6PEas2wvhwZtC8aTPyly {  }
 }@media only screen and (max-width: 763px) { #FnNAnwRoFPI0LLkNLg5axDOfJkga3gTE { width:171.958px;height:28.9px;top:323px;left:69.000002861023px;text-align:center;text-align-last:center;font-size:17px;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #XFW6TAzwHBNsiQQNHzylTSdW99MeHyBr { width:320px;height:85.333333333333px;top:825px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #GEaJcE2TMEMg20M7I4qcMviJqCAzT9lD { width:165px;height:55px;top:696px;left:81.000002861023px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #WfnrQD7IeABBhSot6uXp8ub72GWglygL { width:162px;height:35px;top:315px;left:70.000002861023px;display:block; }
 }@media only screen and (max-width: 763px) { #O4L2zW8UnsqznC16iha7TmZyuQmKk1WA { width:168px;height:94px;top:657.00006103516px;left:151.9791765213px;z-index:15090;display:block; }
 }@media only screen and (max-width: 763px) { #wM5QR4vpaShkBaDWvdB7a0TWo8kueqg3 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ea58d379-8fcf-40d0-b551-f1d95b0c0178/offers.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#wM5QR4vpaShkBaDWvdB7a0TWo8kueqg3.adaptive-delivery-prevent-bg, #wM5QR4vpaShkBaDWvdB7a0TWo8kueqg3.lazyload, #wM5QR4vpaShkBaDWvdB7a0TWo8kueqg3.lazyloading { background-image: none; }#wM5QR4vpaShkBaDWvdB7a0TWo8kueqg3 > .row .container { border-width: 0; border-radius: 0; }#wM5QR4vpaShkBaDWvdB7a0TWo8kueqg3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wM5QR4vpaShkBaDWvdB7a0TWo8kueqg3 > .row .container { width:320px;height:750px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #i6zWnRnOv5FsCczGN9kA7bKJWcqZWly7 { width:320px;height:210px;top:75px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #prVhMRC2T7Ccoki5zPafIeXRQA9siqBX { width:268px;height:40.3px;top:21px;left:26.000000953674px;text-align:center;text-align-last:center;line-height:1.3;font-size:31px;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #AuRpqiBkOuXz773rKGWkmB3ZqcsDCaPd { width:165px;height:55px;top:294px;left:78px;display:block; }
 }@media only screen and (max-width: 763px) { #fs9NX1L9Pu2MJbEdHGcwf2m0OCv350K1 { top:304px;left:70px;width:180.994px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #RCauTGTtnUvU1TIiacDOyKMeeXiDJsop { display:block; }
 }@media only screen and (max-width: 763px) { #flr9mW5GabIITyqJ3B94tNVRfN3uEUeD { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ea58d379-8fcf-40d0-b551-f1d95b0c0178/offers.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#flr9mW5GabIITyqJ3B94tNVRfN3uEUeD.adaptive-delivery-prevent-bg, #flr9mW5GabIITyqJ3B94tNVRfN3uEUeD.lazyload, #flr9mW5GabIITyqJ3B94tNVRfN3uEUeD.lazyloading { background-image: none; }#flr9mW5GabIITyqJ3B94tNVRfN3uEUeD > .row .container { background-color: transparent; background-image: none; }#flr9mW5GabIITyqJ3B94tNVRfN3uEUeD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flr9mW5GabIITyqJ3B94tNVRfN3uEUeD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flr9mW5GabIITyqJ3B94tNVRfN3uEUeD > .row .container > .video-iframe-container { display: none; }#flr9mW5GabIITyqJ3B94tNVRfN3uEUeD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flr9mW5GabIITyqJ3B94tNVRfN3uEUeD > .row > .video-iframe-container { display: none; }#flr9mW5GabIITyqJ3B94tNVRfN3uEUeD > .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); }#flr9mW5GabIITyqJ3B94tNVRfN3uEUeD > .row .container { width:320px;height:984px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fkXwi10t0NalSPHHOx8TPl0l6W3uciM2 { width:178px;height:178px;top:20px;left:71px;display:block; }
 }@media only screen and (max-width: 763px) { #hmcDtJTMfHBS0pEHI1ASA3spJ8Ik5Gzq { width:180px;height:184px;top:257px;left:70px;display:block; }
 }@media only screen and (max-width: 763px) { #zmyKqrVO2kpxOcC9kBhH8qnNNEksshKl { width:190px;height:183px;top:744px;left:65px;display:block; }
 }@media only screen and (max-width: 763px) { #BwGzbgOLXeLIPmUBV2HcQFWGEt8ArRA6 { width:157px;height:180px;top:512px;left:82px;display:block; }
 }@media only screen and (max-width: 763px) { #rIhpfpxGvEAwZ9BNaIbBnC4OhfP5Gb70 { width:200px;height:41.55px;top:941px;left:60px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #WgWtuETLlPi0y1neb7n1nbRqaaflDZQS { width:199.988px;height:41.55px;top:702.52502441406px;left:60.000003814697px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #eZh0rTybJIFVEoEQBL1w7Q2Xf0Zvy5ig { width:199.988px;height:41.55px;top:456.97500610352px;left:60.000003814697px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #tKifTZwAZJUscb17wE0UcvaCWumtxQJC { width:200px;height:41.55px;top:215px;left:60px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #g8kQPuNkOmLUBThPCWXb3hHTbK8yAsHg { background-color:#f5f5f5;background-image:url("https://images.assets-landingi.com/uc/b076ff64-2f15-4c40-97b6-055f9f95d81c/mobileapp0103.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#g8kQPuNkOmLUBThPCWXb3hHTbK8yAsHg.adaptive-delivery-prevent-bg, #g8kQPuNkOmLUBThPCWXb3hHTbK8yAsHg.lazyload, #g8kQPuNkOmLUBThPCWXb3hHTbK8yAsHg.lazyloading { background-image: none; }#g8kQPuNkOmLUBThPCWXb3hHTbK8yAsHg > .row .container { background-color: transparent; background-image: none; }#g8kQPuNkOmLUBThPCWXb3hHTbK8yAsHg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8kQPuNkOmLUBThPCWXb3hHTbK8yAsHg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8kQPuNkOmLUBThPCWXb3hHTbK8yAsHg > .row .container > .video-iframe-container { display: none; }#g8kQPuNkOmLUBThPCWXb3hHTbK8yAsHg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8kQPuNkOmLUBThPCWXb3hHTbK8yAsHg > .row > .video-iframe-container { display: none; }#g8kQPuNkOmLUBThPCWXb3hHTbK8yAsHg > .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); }#g8kQPuNkOmLUBThPCWXb3hHTbK8yAsHg > .row .container { width:320px;height:474px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pzT7Jf8V99C01HoKJy1SqelarsTzROKd { width:263.984px;height:29.9813px;top:20px;left:28px;text-align:center;text-align-last:center;line-height:1.2;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #NDE63TyRHRufN1DUT9T9DFTKf8AgCTPl { width:233.984px;height:2.98828px;top:70px;left:43px;display:block; }
 }@media only screen and (max-width: 763px) { #AOrUOkzV8H3nMhJ5MDGgI1PtlpSa8OPL { width:281.992px;height:90px;top:92.96875px;left:19px;text-align:center;text-align-last:center;line-height:1.5;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #xXE28GcLKOrPw4XlonWt6e4yt9LWnUMo { width:30px;height:30px;top:238px;left:145px;display:none; }
 }@media only screen and (max-width: 763px) { #R75WL3895UGhqnndApaMKZBX61CAqzO1 { width:27px;height:27px;top:240px;left:146px;font-size:18px;display:none; }
 }@media only screen and (max-width: 763px) { #Luopn3dryQzWLOozFQSnPzCIMhu4q3xm { width:216.992px;height:30px;top:202.89065px;left:51px;text-align:center;text-align-last:center;line-height:1.5;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Vmp21xK7ltZczSLPBMe2WFZPZ3OTsqw5 { width:248.984px;height:36.4125px;top:252.89065px;left:35px;text-align:center;text-align-last:center;line-height:2.6;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #W5kNBzOLd3OAkf89gMalyLSCVbz6EdPZ { width:27px;height:27px;top:274px;left:146px;font-size:18px;display:none; }
 }@media only screen and (max-width: 763px) { #loUpm7DMCEDmydmsQrpAvzGJ1ycLC2Wt { width:30px;height:30px;top:273px;left:145px;display:none; }
 }@media only screen and (max-width: 763px) { #MfpXIPnJbg24B59GlA0wWCSMeXC7sf7m { width:27px;height:27px;top:311px;left:146px;font-size:18px;display:none; }
 }@media only screen and (max-width: 763px) { #sC6xH93duXGASnTStOm0t5v1c42IJL6S { width:30px;height:30px;top:309px;left:145px;display:none; }
 }@media only screen and (max-width: 763px) { #HfqC5JDgpp1BMrOPv0EWoQV6ZbRsTduH { width:160.996px;height:36.4125px;top:309.27735px;left:79px;text-align:center;text-align-last:center;line-height:2.6;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #gBSdw5fzINvp7yTVwT0itPfeThHaHTcB { width:160.996px;height:36.4125px;top:365.66405px;left:79px;text-align:center;text-align-last:center;line-height:2.6;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #d6uRbK8nh3QfLTgWGC18CEq2XrHAvnDb { width:27px;height:27px;top:346px;left:146px;font-size:18px;display:none; }
 }@media only screen and (max-width: 763px) { #k5wVGpVeVqSiRHc9MCTkU71z8bE6az1d { width:30px;height:30px;top:344px;left:145px;display:none; }
 }@media only screen and (max-width: 763px) { #iBPrW2RaTisEGsq4NkNDxXW5MAF2pbIN { width:181.992px;height:36.4125px;top:422.05075px;left:69px;text-align:center;text-align-last:center;line-height:2.6;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #KxKMwotcqUUSqa8gLCHMQLf7rBlS6TXU { display:block; }#KxKMwotcqUUSqa8gLCHMQLf7rBlS6TXU { background-color: transparent; background-image: none; }#KxKMwotcqUUSqa8gLCHMQLf7rBlS6TXU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KxKMwotcqUUSqa8gLCHMQLf7rBlS6TXU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KxKMwotcqUUSqa8gLCHMQLf7rBlS6TXU > .row .container > .video-iframe-container { display: none; }#KxKMwotcqUUSqa8gLCHMQLf7rBlS6TXU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KxKMwotcqUUSqa8gLCHMQLf7rBlS6TXU > .row > .video-iframe-container { display: none; }#KxKMwotcqUUSqa8gLCHMQLf7rBlS6TXU > .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); }#KxKMwotcqUUSqa8gLCHMQLf7rBlS6TXU > .row .container { width:320px;height:612px;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RS4nX3OUuf9lTtm12a6EkF52BtTi1ngm { width:240.99px;height:41.6063px;top:54.913177490234px;left:0px;font-size:32px;text-align:center;text-align-last:center;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #HJmhnBow22s76JucNbDMCQKdRkdTSdy6 { width:288px;height:44.8125px;top:123px;left:0px;text-align:center;text-align-last:center;font-size:14px;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #KDfvG4I1uel8tCKF0aAJs3ANKpNaS20i { width:38.9931px;height:38.9931px;top:112.22222900391px;left:262.96876621246px;font-size:27px;z-index:15009;color:rgba(185,140,101,0.83);display:block; }
 }@media only screen and (max-width: 763px) { #nmVt8V9nCT6HtgTRhwnXxKThwPDJcvzB { width:38.9931px;height:38.9931px;top:323.21182250977px;left:262.96876621246px;font-size:27px;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #luGxE8r5nTIUHxWsKBLglLbicurF52BN { width:320px;height:46px;top:507px;left:4px;display:block; }
 }@media only screen and (max-width: 763px) { #hmLik13bFUwmkoX8Nmr7GKRxwOu6hHta { width:309px;height:27.2063px;top:516px;left:-4px;text-align:center;text-align-last:center;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #XMFDDFIhlvXWP7W9DuH279O8oZN2tsvT { width:48.9844px;height:48.9844px;top:424.2421875px;left:193.453125px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #TvQycwsRTd4UGZrxnC8e6c1m5ywseNre { width:48.9844px;height:48.9844px;top:424.2421875px;left:119.484375px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #Xk0hPAsidRwGVe6yOkq0dx35T291k14g { width:48.9844px;height:48.9844px;top:424.2421875px;left:54px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #TTD4ZvR7nDOVnXVyvbyZy6hFHnqhJx0s { width:319.992px;height:20.775px;top:573px;left:4px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }