.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2fbef1b1-facc-4ea8-88c1-5c5947eb2b02/facebook3.png");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:arial;height:783px;width:960px;overflow:visible;position:relative;display:block; }#HRvOJA79X7g2EPW6TF9lOTCvZchTB4Ht { color:#000980;display:block;width:400px;position:absolute;font-family:cairo;font-size:23px;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:15px;left:317px;height:59.8047px;text-align:center;text-align-last:center;font-style:normal;display:none; }
#SHNxuXLIi0x02cm5XrO9GQayqZTatwqA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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; }#SHNxuXLIi0x02cm5XrO9GQayqZTatwqA.adaptive-delivery-prevent-bg, #SHNxuXLIi0x02cm5XrO9GQayqZTatwqA.lazyload, #SHNxuXLIi0x02cm5XrO9GQayqZTatwqA.lazyloading { background-image: none; }#SHNxuXLIi0x02cm5XrO9GQayqZTatwqA > .row .container { background-color: transparent; background-image: none; }#SHNxuXLIi0x02cm5XrO9GQayqZTatwqA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SHNxuXLIi0x02cm5XrO9GQayqZTatwqA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SHNxuXLIi0x02cm5XrO9GQayqZTatwqA > .row .container > .video-iframe-container { display: none; }#SHNxuXLIi0x02cm5XrO9GQayqZTatwqA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SHNxuXLIi0x02cm5XrO9GQayqZTatwqA > .row > .video-iframe-container { display: none; }#SHNxuXLIi0x02cm5XrO9GQayqZTatwqA > .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); }#SHNxuXLIi0x02cm5XrO9GQayqZTatwqA > .row .container { border-width: 0; border-radius: 0; }#SHNxuXLIi0x02cm5XrO9GQayqZTatwqA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SHNxuXLIi0x02cm5XrO9GQayqZTatwqA > .row .container { font-size:14px;font-family:arial;height:534px;width:960px;position:relative;display:block; }#A8i7d81oeSxBmM43Mc5OGeZTgsfglMF8 { position:absolute;display:block;z-index:15041;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:161.973px;width:205px;top:230.67361450195px;left:323.11108398438px;overflow:hidden;display:none; }
#bz6C0WMfwH57tBd9a0CS9GVyLUk1fbGx { box-sizing:content-box;height:107.988px;width:588.984px;position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;top:0px;left:207px;display:block; }
#NvHKqcDEQvPD6ivo4LDM3gZfFURsMWci { color:#000b45;display:block;width:876px;position:absolute;font-family:cairo;font-size:36px;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:30.578125px;left:42px;height:46.7969px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KuZ4p68zTIH8opC0PdEfaeclDPtov6fR .widget-form-header {  }
#KuZ4p68zTIH8opC0PdEfaeclDPtov6fR .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:14px;font-weight:400;color:#000b45;width:548px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;text-align:right;text-align-last:right; }
#KuZ4p68zTIH8opC0PdEfaeclDPtov6fR .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 #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:548px;box-sizing:border-box;height:41px;color:#000b45;font-size:14px;overflow:hidden;font-family:"open sans";text-align:right;text-align-last:right;line-height:.8; }
#KuZ4p68zTIH8opC0PdEfaeclDPtov6fR .widget-input-text {padding-top: 0; padding-bottom: 0;}#KuZ4p68zTIH8opC0PdEfaeclDPtov6fR .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 #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:548px;box-sizing:border-box;height:70px;color:#000b45;font-size:14px;overflow:hidden;font-family:"open sans";text-align:right;text-align-last:right;line-height:.8; }
#KuZ4p68zTIH8opC0PdEfaeclDPtov6fR .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:548px;box-sizing:border-box;height:40px;color:#000980;font-family:"open sans";font-size:14px;overflow:hidden;text-align:right;text-align-last:right; }
#KuZ4p68zTIH8opC0PdEfaeclDPtov6fR .widget-input-select {padding-top: 0; padding-bottom: 0;}#KuZ4p68zTIH8opC0PdEfaeclDPtov6fR .widget-input-checkbox { width:13px;height:13px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px; }
#KuZ4p68zTIH8opC0PdEfaeclDPtov6fR .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#KuZ4p68zTIH8opC0PdEfaeclDPtov6fR .widget-input-button { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#000b45;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:20px;font-weight:bold;color:#ffffff;width:548px;height:55px;font-family:cairo;overflow:hidden; }
#KuZ4p68zTIH8opC0PdEfaeclDPtov6fR [class*="-text"]:-moz-placeholder { color:#414247;font-family:"open sans";font-size:14px; }
#KuZ4p68zTIH8opC0PdEfaeclDPtov6fR [class*="-text"]::-moz-placeholder { color:#414247;font-family:"open sans";font-size:14px; }
#KuZ4p68zTIH8opC0PdEfaeclDPtov6fR [class*="-text"]:-ms-input-placeholder { color:#414247;font-family:"open sans";font-size:14px; }
#KuZ4p68zTIH8opC0PdEfaeclDPtov6fR [class*="-text"]::-webkit-input-placeholder { color:#414247;font-family:"open sans";font-size:14px; }
#KuZ4p68zTIH8opC0PdEfaeclDPtov6fR .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:12px;font-weight:300;color:#000000;vertical-align:top;width:529px;overflow:hidden;font-style:normal; }
#KuZ4p68zTIH8opC0PdEfaeclDPtov6fR .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; }
#KuZ4p68zTIH8opC0PdEfaeclDPtov6fR .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:cairo;font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;text-align:right;text-align-last:right; }
#KuZ4p68zTIH8opC0PdEfaeclDPtov6fR .widget-container { padding-top:4px;padding-right:0;padding-bottom:4px;padding-left:0;width:100%;font-size:0;height:auto; }
#KuZ4p68zTIH8opC0PdEfaeclDPtov6fR .widget-container:first-of-type{padding-top:0;}#KuZ4p68zTIH8opC0PdEfaeclDPtov6fR .widget-container:last-of-type{padding-bottom:0;}#KuZ4p68zTIH8opC0PdEfaeclDPtov6fR  { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:548px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15020;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:96.984375px;left:207.484375px; }
#KuZ4p68zTIH8opC0PdEfaeclDPtov6fR .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:548px; }
#KuZ4p68zTIH8opC0PdEfaeclDPtov6fR .widget-info-text { font-size:12px; }
#KuZ4p68zTIH8opC0PdEfaeclDPtov6fR {display:block;}#KuZ4p68zTIH8opC0PdEfaeclDPtov6fR { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:548px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15020;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:96.984375px;left:207.484375px; }
#KuZ4p68zTIH8opC0PdEfaeclDPtov6fR #Ih3Jf9DM5In3TbL98BV0WhvRRVOEguUy { position:relative; }
#KuZ4p68zTIH8opC0PdEfaeclDPtov6fR #M0WvWVryZbThcOuqr2zTqb3N4vu648rZ { position:relative;display:block; }
#KuZ4p68zTIH8opC0PdEfaeclDPtov6fR #ETU2qcKTsp4OyDGAtGWB2820GlocBBL1 { position:relative; }
#KuZ4p68zTIH8opC0PdEfaeclDPtov6fR #ZKF4G8QrJmVu7vq2p9KStCIdpk6NAPeR { position:relative; }
#KuZ4p68zTIH8opC0PdEfaeclDPtov6fR #segtiL01htt8LDERdo8tViFdSCtM6Ky7 { position:relative;display:block; }
#KuZ4p68zTIH8opC0PdEfaeclDPtov6fR #tTVmD11bLnCgIFTTcgeNUzNpdecLHmse { position:relative; }
#KuZ4p68zTIH8opC0PdEfaeclDPtov6fR #xQLvU6uFgekeyr5CiaiQ3gKW7p9pgai3 { position:relative; }
#KuZ4p68zTIH8opC0PdEfaeclDPtov6fR #xGrSIBbVoqylgpl6pcaMVeww8nHsF8qx { position:relative;display:block; }
#KuZ4p68zTIH8opC0PdEfaeclDPtov6fR #RfOsnMpzuJNeRCcKSlMo6hRWUXPSMior { position:relative; }
#KuZ4p68zTIH8opC0PdEfaeclDPtov6fR #k9wzQ1IBhGeT1RTyAK3hbTeG1wuLS3hX { position:relative; }
#KuZ4p68zTIH8opC0PdEfaeclDPtov6fR #TEhBl2dEb5PaxMPZphUBGTTbTfx1m2Ko { position:relative;display:block; }
#KuZ4p68zTIH8opC0PdEfaeclDPtov6fR #uWdXJlgariprbaoLtwyaieTsb6gFrESP { position:relative; }
#KuZ4p68zTIH8opC0PdEfaeclDPtov6fR #dTq8BAsHk8BvXxZvAwskGx757sTqX3PT { position:relative; }
#KuZ4p68zTIH8opC0PdEfaeclDPtov6fR #cvylzWQqe8NJ7z65TTGWRp3r4686nJTH { position:relative; }
#BELQf5CJKNiEwh5uBlZRpTMkngdeKhIg { color:#d78b47;display:block;width:403px;position:absolute;font-family:cairo;font-size:19px;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:125px;left:277px;height:49.375px;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; }
#zBUQOdPOZUhPc44H9iaS17ZOy1eahhEw { color:#000000;display:block;width:248px;position:absolute;font-family:"open sans";font-size:15px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:46px;top:38px;left:35px;display:none; }
#gAhEE6bhS1En9r9iLmuEhtlIMgh3RVVE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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; }#gAhEE6bhS1En9r9iLmuEhtlIMgh3RVVE.adaptive-delivery-prevent-bg, #gAhEE6bhS1En9r9iLmuEhtlIMgh3RVVE.lazyload, #gAhEE6bhS1En9r9iLmuEhtlIMgh3RVVE.lazyloading { background-image: none; }#gAhEE6bhS1En9r9iLmuEhtlIMgh3RVVE > .row .container { background-color: transparent; background-image: none; }#gAhEE6bhS1En9r9iLmuEhtlIMgh3RVVE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gAhEE6bhS1En9r9iLmuEhtlIMgh3RVVE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gAhEE6bhS1En9r9iLmuEhtlIMgh3RVVE > .row .container > .video-iframe-container { display: none; }#gAhEE6bhS1En9r9iLmuEhtlIMgh3RVVE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gAhEE6bhS1En9r9iLmuEhtlIMgh3RVVE > .row > .video-iframe-container { display: none; }#gAhEE6bhS1En9r9iLmuEhtlIMgh3RVVE > .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); }#gAhEE6bhS1En9r9iLmuEhtlIMgh3RVVE > .row .container { border-width: 0; border-radius: 0; }#gAhEE6bhS1En9r9iLmuEhtlIMgh3RVVE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gAhEE6bhS1En9r9iLmuEhtlIMgh3RVVE > .row .container { font-size:14px;font-family:arial;height:494px;width:960px;position:relative;display:block; }#UH91glm4n6T1SWwFCkPi7wdJDHxBQ5vR { color:#000b45;display:block;width:960px;position:absolute;font-family:cairo;font-size:38px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:33.984375px;left:0px;height:49.3906px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OspCer8CM1hbBPFFPfmil4LWecw14t7R { 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:15009;opacity:1;top:111.50390625px;left:697.5px; }
#XhPzqNwQeVKxwZHbxqkAucOThATCp4X7 { background-color:#000b45;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:18px;border-top-right-radius:18px;border-bottom-left-radius:18px;border-bottom-right-radius:18px;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:35px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:355px;height:62px;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:173.49609375px;left:545px;display:block; }
#ZKx4mAdtXKSmsWxFOGZm1wUOy2u8RCea { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#HXswBwh9IaPq3bc4mFc91wMcCTOTprGL { background-color:#000b45;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:18px;border-top-right-radius:18px;border-bottom-left-radius:18px;border-bottom-right-radius:18px;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:25px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:355px;height:62px;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:173.49609375px;left:42.0703125px;display:block; }
#SF1B7voqeUF9T3t6IGxRRMNJXE5d4D1O { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Xo50JywpUEW93kPme8hxIGwkTrUFnBCX { 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:15010;opacity:1;top:111.50390625px;left:194.5703125px; }
#Xo50JywpUEW93kPme8hxIGwkTrUFnBCX > img { max-width: 100%;max-height:100%; }#IMUClWGS7opseIT0ycgPuzIHhE71HmV6 { color:#000b45;display:block;width:925.977px;position:absolute;font-family:cairo;font-size:24px;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:282.328125px;left:16.9921875px;height:93.5625px;text-align:center;text-align-last:center;display:block; }
#k6twn2NdxNRCpkFGEbteM8En2vQ5NTOs { position:absolute;display:block;z-index:15041;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:161.973px;width:205px;top:230.67361450195px;left:323.11108398438px;overflow:hidden;display:none; }
#tcrzrsJ7Rb8Db28kWAQzLbLqK3LpMT8A { color:#000000;display:block;width:302px;position:absolute;font-family:"open sans";font-size:21px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:136px;top:371px;left:8px;display:none; }
#JTMyfgGIfta112kRhk9ZiJE6UnmLc1EE { 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:15009;opacity:1;top:111.50390625px;left:697.5px;display:none; }
#r8iygE0fehXkTCBs6byaJT6luMNPACL7 { color:#000b45;display:block;width:925.969px;position:absolute;font-family:cairo;font-size:24px;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:374.390625px;left:34.0078125px;height:62.3906px;text-align:center;text-align-last:center;display:block; }
#zpPicTRvuzRSUOgbL1TWw7SWy8cIvGzh { color:#000000;display:block;width:302px;position:absolute;font-family:"open sans";font-size:21px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:109px;top:526px;left:8px;display:none; }
#rgrgr7gyMWeP1pXLGusXN9w0mRsITFyx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000b45;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; }#rgrgr7gyMWeP1pXLGusXN9w0mRsITFyx > .row .container { background-color: transparent; background-image: none; }#rgrgr7gyMWeP1pXLGusXN9w0mRsITFyx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rgrgr7gyMWeP1pXLGusXN9w0mRsITFyx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rgrgr7gyMWeP1pXLGusXN9w0mRsITFyx > .row .container > .video-iframe-container { display: none; }#rgrgr7gyMWeP1pXLGusXN9w0mRsITFyx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rgrgr7gyMWeP1pXLGusXN9w0mRsITFyx > .row > .video-iframe-container { display: none; }#rgrgr7gyMWeP1pXLGusXN9w0mRsITFyx > .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); }#rgrgr7gyMWeP1pXLGusXN9w0mRsITFyx > .row .container { border-width: 0; border-radius: 0; }#rgrgr7gyMWeP1pXLGusXN9w0mRsITFyx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rgrgr7gyMWeP1pXLGusXN9w0mRsITFyx > .row .container { font-size:14px;font-family:arial;height:285px;width:960px;position:relative;display:block; }#e7OMys9yeV7PwfC2ym5V3tXSqBd8MayT { color:#ffffff;display:block;width:272.988px;position:absolute;font-family:cairo;font-size:20px;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:18.984375px;left:640.46875px;height:26px;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; }
#ltZyxOB766ymqHKbBVgGLwdpTD4ZpB8P { color:#ffffff;display:block;width:360px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:62.20703125px;left:511.953125px;height:41.5938px;display:block; }
#MgwGoPwc2Iv90KA3ozS91sTtAmt6sZGV { 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;height:30px;width:30px;top:67.98828125px;left:884.6875px;overflow:hidden;display:block; }
#HFyFut99ORawZwwahZc5oZLu0oFuisMm { color:#ffffff;display:block;width:416.973px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:62.20703125px;left:0px;height:41.5938px;display:block; }
#SiLvHh0WL99hK945N3ZLcAOOqSVxAvsT { 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;height:30px;width:30px;top:67.96875px;left:423.984375px;overflow:hidden;display:block; }
#CIlBL5wbVBepQeE1k5ZzoxDge6IZUEXy { color:#ffffff;display:block;width:417.969px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:161.2109375px;left:452.734375px;height:41.5938px;display:block; }
#bva6p5oBLS3yWoS6CyWv8XoKaOUrWPQ8 { 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;height:30px;width:30px;top:166.9921875px;left:884.6875px;overflow:hidden;display:block; }
#o4RLJTlUHPfUbtdhz34UJfg66lkQMxId { color:#ffffff;display:block;width:416.973px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:166.9921875px;left:0px;height:41.5938px;display:block; }
#OigxQZZhs0ZCVK8pfLn5pEh2RIZ9vSBF { 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;height:30px;width:30px;top:166.97265625px;left:423.984375px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HRvOJA79X7g2EPW6TF9lOTCvZchTB4Ht { top:15px;left:219px;width:400px;height:59px;font-size:23px;display:none; }
 }@media only screen and (max-width: 763px) { #SHNxuXLIi0x02cm5XrO9GQayqZTatwqA { display:block; }#SHNxuXLIi0x02cm5XrO9GQayqZTatwqA > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A8i7d81oeSxBmM43Mc5OGeZTgsfglMF8 { top:240px;left:235.11108398438px;width:205px;height:161.969px;display:none; }
 }@media only screen and (max-width: 763px) { #bz6C0WMfwH57tBd9a0CS9GVyLUk1fbGx { top:0px;left:109px;width:588px;height:107px;display:block; }
 }@media only screen and (max-width: 763px) { #NvHKqcDEQvPD6ivo4LDM3gZfFURsMWci { top:30px;left:0px;width:764px;height:46px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #KuZ4p68zTIH8opC0PdEfaeclDPtov6fR .widget-regular-label { width:548px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#KuZ4p68zTIH8opC0PdEfaeclDPtov6fR .widget-input-text { width:548px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#KuZ4p68zTIH8opC0PdEfaeclDPtov6fR .widget-input-text {padding-top: 0; padding-bottom: 0;}#KuZ4p68zTIH8opC0PdEfaeclDPtov6fR .widget-textarea { width:548px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#KuZ4p68zTIH8opC0PdEfaeclDPtov6fR .widget-input-select { width:548px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#KuZ4p68zTIH8opC0PdEfaeclDPtov6fR .widget-input-select {padding-top: 0; padding-bottom: 0;}#KuZ4p68zTIH8opC0PdEfaeclDPtov6fR .widget-input-button { width:548px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#KuZ4p68zTIH8opC0PdEfaeclDPtov6fR .widget-checkbox-label { width:529px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KuZ4p68zTIH8opC0PdEfaeclDPtov6fR  { width:548px;height:auto;top:96px;left:109.484375px; }
#KuZ4p68zTIH8opC0PdEfaeclDPtov6fR .radio-container { width:548px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#KuZ4p68zTIH8opC0PdEfaeclDPtov6fR {display:block;}#KuZ4p68zTIH8opC0PdEfaeclDPtov6fR { width:548px;height:auto;top:96px;left:109.484375px; }
 }@media only screen and (max-width: 763px) { #KuZ4p68zTIH8opC0PdEfaeclDPtov6fR #Ih3Jf9DM5In3TbL98BV0WhvRRVOEguUy {  }
 }@media only screen and (max-width: 763px) { #KuZ4p68zTIH8opC0PdEfaeclDPtov6fR #M0WvWVryZbThcOuqr2zTqb3N4vu648rZ {  }
 }@media only screen and (max-width: 763px) { #KuZ4p68zTIH8opC0PdEfaeclDPtov6fR #ETU2qcKTsp4OyDGAtGWB2820GlocBBL1 {  }
 }@media only screen and (max-width: 763px) { #KuZ4p68zTIH8opC0PdEfaeclDPtov6fR #ZKF4G8QrJmVu7vq2p9KStCIdpk6NAPeR {  }
 }@media only screen and (max-width: 763px) { #KuZ4p68zTIH8opC0PdEfaeclDPtov6fR #segtiL01htt8LDERdo8tViFdSCtM6Ky7 {  }
 }@media only screen and (max-width: 763px) { #KuZ4p68zTIH8opC0PdEfaeclDPtov6fR #tTVmD11bLnCgIFTTcgeNUzNpdecLHmse {  }
 }@media only screen and (max-width: 763px) { #KuZ4p68zTIH8opC0PdEfaeclDPtov6fR #xQLvU6uFgekeyr5CiaiQ3gKW7p9pgai3 {  }
 }@media only screen and (max-width: 763px) { #KuZ4p68zTIH8opC0PdEfaeclDPtov6fR #xGrSIBbVoqylgpl6pcaMVeww8nHsF8qx {  }
 }@media only screen and (max-width: 763px) { #KuZ4p68zTIH8opC0PdEfaeclDPtov6fR #RfOsnMpzuJNeRCcKSlMo6hRWUXPSMior {  }
 }@media only screen and (max-width: 763px) { #KuZ4p68zTIH8opC0PdEfaeclDPtov6fR #k9wzQ1IBhGeT1RTyAK3hbTeG1wuLS3hX {  }
 }@media only screen and (max-width: 763px) { #KuZ4p68zTIH8opC0PdEfaeclDPtov6fR #TEhBl2dEb5PaxMPZphUBGTTbTfx1m2Ko {  }
 }@media only screen and (max-width: 763px) { #KuZ4p68zTIH8opC0PdEfaeclDPtov6fR #uWdXJlgariprbaoLtwyaieTsb6gFrESP {  }
 }@media only screen and (max-width: 763px) { #KuZ4p68zTIH8opC0PdEfaeclDPtov6fR #dTq8BAsHk8BvXxZvAwskGx757sTqX3PT {  }
 }@media only screen and (max-width: 763px) { #KuZ4p68zTIH8opC0PdEfaeclDPtov6fR #cvylzWQqe8NJ7z65TTGWRp3r4686nJTH {  }
 }@media only screen and (max-width: 763px) { #BELQf5CJKNiEwh5uBlZRpTMkngdeKhIg { top:125px;left:179px;width:402px;height:49px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #zBUQOdPOZUhPc44H9iaS17ZOy1eahhEw { top:38px;left:0px;width:248px;height:46px;font-size:15px;display:none; }
 }@media only screen and (max-width: 763px) { #gAhEE6bhS1En9r9iLmuEhtlIMgh3RVVE { display:block; }#gAhEE6bhS1En9r9iLmuEhtlIMgh3RVVE > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UH91glm4n6T1SWwFCkPi7wdJDHxBQ5vR { width:764px;height:49px;top:33px;left:0px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #OspCer8CM1hbBPFFPfmil4LWecw14t7R { top:111px;left:599.5px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #XhPzqNwQeVKxwZHbxqkAucOThATCp4X7 { width:355px;height:62px;top:173px;left:409px;display:block; }
 }@media only screen and (max-width: 763px) { #ZKx4mAdtXKSmsWxFOGZm1wUOy2u8RCea { display:block; }
 }@media only screen and (max-width: 763px) { #HXswBwh9IaPq3bc4mFc91wMcCTOTprGL { width:355px;height:62px;top:173px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #SF1B7voqeUF9T3t6IGxRRMNJXE5d4D1O { display:block; }
 }@media only screen and (max-width: 763px) { #Xo50JywpUEW93kPme8hxIGwkTrUFnBCX { top:111px;left:96.5703125px;width:50px;height:50px;display:block; }
#Xo50JywpUEW93kPme8hxIGwkTrUFnBCX > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #IMUClWGS7opseIT0ycgPuzIHhE71HmV6 { top:282px;left:0px;width:764px;height:93px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #k6twn2NdxNRCpkFGEbteM8En2vQ5NTOs { top:240px;left:235.11108398438px;width:205px;height:161.969px;display:none; }
 }@media only screen and (max-width: 763px) { #tcrzrsJ7Rb8Db28kWAQzLbLqK3LpMT8A { top:371px;left:0px;width:302px;height:136px;font-size:21px;display:none; }
 }@media only screen and (max-width: 763px) { #JTMyfgGIfta112kRhk9ZiJE6UnmLc1EE { top:111px;left:599.5px;width:50px;height:50px;display:none; }
 }@media only screen and (max-width: 763px) { #r8iygE0fehXkTCBs6byaJT6luMNPACL7 { top:374px;left:0px;width:764px;height:62px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #zpPicTRvuzRSUOgbL1TWw7SWy8cIvGzh { top:526px;left:0px;width:302px;height:109px;font-size:21px;display:none; }
 }@media only screen and (max-width: 763px) { #rgrgr7gyMWeP1pXLGusXN9w0mRsITFyx { display:block; }#rgrgr7gyMWeP1pXLGusXN9w0mRsITFyx > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e7OMys9yeV7PwfC2ym5V3tXSqBd8MayT { top:18px;left:492px;width:272px;height:25px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ltZyxOB766ymqHKbBVgGLwdpTD4ZpB8P { top:62px;left:404px;width:360px;height:41px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #MgwGoPwc2Iv90KA3ozS91sTtAmt6sZGV { top:67px;left:734px;width:30px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #HFyFut99ORawZwwahZc5oZLu0oFuisMm { top:62px;left:0px;width:416px;height:41px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #SiLvHh0WL99hK945N3ZLcAOOqSVxAvsT { top:67px;left:325.984375px;width:30px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #CIlBL5wbVBepQeE1k5ZzoxDge6IZUEXy { top:161px;left:347px;width:417px;height:41px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #bva6p5oBLS3yWoS6CyWv8XoKaOUrWPQ8 { top:166px;left:734px;width:30px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #o4RLJTlUHPfUbtdhz34UJfg66lkQMxId { top:166px;left:0px;width:416px;height:41px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #OigxQZZhs0ZCVK8pfLn5pEh2RIZ9vSBF { top:166px;left:325.984375px;width:30px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:322px;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/35c1e236-6de5-4a50-8ab9-0b2643a8e39c/insta31.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #HRvOJA79X7g2EPW6TF9lOTCvZchTB4Ht { width:123.969px;height:0;top:47px;left:132.625px;font-size:20px;z-index:15020;display:none; }
 }@media only screen and (max-width: 763px) { #SHNxuXLIi0x02cm5XrO9GQayqZTatwqA { display:block; }#SHNxuXLIi0x02cm5XrO9GQayqZTatwqA > .row .container { width:320px;height:500px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A8i7d81oeSxBmM43Mc5OGeZTgsfglMF8 { width:205px;height:161.969px;top:522.54296875px;left:57px;z-index:15040;display:none; }
 }@media only screen and (max-width: 763px) { #bz6C0WMfwH57tBd9a0CS9GVyLUk1fbGx { width:320px;height:107px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #NvHKqcDEQvPD6ivo4LDM3gZfFURsMWci { width:320px;height:0;top:627.4223125px;left:0px;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #KuZ4p68zTIH8opC0PdEfaeclDPtov6fR .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;color:#000b45; }
#KuZ4p68zTIH8opC0PdEfaeclDPtov6fR .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;color:#000b45; }
#KuZ4p68zTIH8opC0PdEfaeclDPtov6fR .widget-input-text {padding-top: 0; padding-bottom: 0;}#KuZ4p68zTIH8opC0PdEfaeclDPtov6fR .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;color:#000b45; }
#KuZ4p68zTIH8opC0PdEfaeclDPtov6fR .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#KuZ4p68zTIH8opC0PdEfaeclDPtov6fR .widget-input-select {padding-top: 0; padding-bottom: 0;}#KuZ4p68zTIH8opC0PdEfaeclDPtov6fR .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;background-color:#000b45;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;color:#ffffff; }
#KuZ4p68zTIH8opC0PdEfaeclDPtov6fR [class*="-text"]:-moz-placeholder { color:#414247; }
#KuZ4p68zTIH8opC0PdEfaeclDPtov6fR [class*="-text"]::-moz-placeholder { color:#414247; }
#KuZ4p68zTIH8opC0PdEfaeclDPtov6fR [class*="-text"]:-ms-input-placeholder { color:#414247; }
#KuZ4p68zTIH8opC0PdEfaeclDPtov6fR [class*="-text"]::-webkit-input-placeholder { color:#414247; }
#KuZ4p68zTIH8opC0PdEfaeclDPtov6fR .widget-checkbox-label { width:261px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KuZ4p68zTIH8opC0PdEfaeclDPtov6fR  { width:280px;height:auto;top:60.40625px;left:0px; }
#KuZ4p68zTIH8opC0PdEfaeclDPtov6fR .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#KuZ4p68zTIH8opC0PdEfaeclDPtov6fR {display:block;}#KuZ4p68zTIH8opC0PdEfaeclDPtov6fR { width:280px;height:auto;top:60.40625px;left:0px; }
 }@media only screen and (max-width: 763px) { #KuZ4p68zTIH8opC0PdEfaeclDPtov6fR #Ih3Jf9DM5In3TbL98BV0WhvRRVOEguUy {  }
 }@media only screen and (max-width: 763px) { #KuZ4p68zTIH8opC0PdEfaeclDPtov6fR #M0WvWVryZbThcOuqr2zTqb3N4vu648rZ {  }
 }@media only screen and (max-width: 763px) { #KuZ4p68zTIH8opC0PdEfaeclDPtov6fR #ETU2qcKTsp4OyDGAtGWB2820GlocBBL1 {  }
 }@media only screen and (max-width: 763px) { #KuZ4p68zTIH8opC0PdEfaeclDPtov6fR #ZKF4G8QrJmVu7vq2p9KStCIdpk6NAPeR {  }
 }@media only screen and (max-width: 763px) { #KuZ4p68zTIH8opC0PdEfaeclDPtov6fR #segtiL01htt8LDERdo8tViFdSCtM6Ky7 {  }
 }@media only screen and (max-width: 763px) { #KuZ4p68zTIH8opC0PdEfaeclDPtov6fR #tTVmD11bLnCgIFTTcgeNUzNpdecLHmse {  }
 }@media only screen and (max-width: 763px) { #KuZ4p68zTIH8opC0PdEfaeclDPtov6fR #xQLvU6uFgekeyr5CiaiQ3gKW7p9pgai3 {  }
 }@media only screen and (max-width: 763px) { #KuZ4p68zTIH8opC0PdEfaeclDPtov6fR #xGrSIBbVoqylgpl6pcaMVeww8nHsF8qx {  }
 }@media only screen and (max-width: 763px) { #KuZ4p68zTIH8opC0PdEfaeclDPtov6fR #RfOsnMpzuJNeRCcKSlMo6hRWUXPSMior {  }
 }@media only screen and (max-width: 763px) { #KuZ4p68zTIH8opC0PdEfaeclDPtov6fR #k9wzQ1IBhGeT1RTyAK3hbTeG1wuLS3hX {  }
 }@media only screen and (max-width: 763px) { #KuZ4p68zTIH8opC0PdEfaeclDPtov6fR #TEhBl2dEb5PaxMPZphUBGTTbTfx1m2Ko {  }
 }@media only screen and (max-width: 763px) { #KuZ4p68zTIH8opC0PdEfaeclDPtov6fR #uWdXJlgariprbaoLtwyaieTsb6gFrESP {  }
 }@media only screen and (max-width: 763px) { #KuZ4p68zTIH8opC0PdEfaeclDPtov6fR #dTq8BAsHk8BvXxZvAwskGx757sTqX3PT {  }
 }@media only screen and (max-width: 763px) { #KuZ4p68zTIH8opC0PdEfaeclDPtov6fR #cvylzWQqe8NJ7z65TTGWRp3r4686nJTH {  }
 }@media only screen and (max-width: 763px) { #BELQf5CJKNiEwh5uBlZRpTMkngdeKhIg { width:320px;height:auto;top:125px;left:0px;text-align:center;text-align-last:center;font-size:14px;display:none; }
 }@media only screen and (max-width: 763px) { #zBUQOdPOZUhPc44H9iaS17ZOy1eahhEw { top:12.84375px;left:35.5px;width:248.969px;height:39px;z-index:15041;text-align:center;text-align-last:center;color:#000b45;font-size:15px;font-family:cairo;display:block; }
 }@media only screen and (max-width: 763px) { #gAhEE6bhS1En9r9iLmuEhtlIMgh3RVVE { display:block; }#gAhEE6bhS1En9r9iLmuEhtlIMgh3RVVE > .row .container { width:320px;height:666px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UH91glm4n6T1SWwFCkPi7wdJDHxBQ5vR { width:320px;height:70.1875px;top:9.98046875px;left:0px;text-align:center;text-align-last:center;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #OspCer8CM1hbBPFFPfmil4LWecw14t7R { display:flex;width:50px;height:50px;top:141.03515625px;left:36.97265625px; }
 }@media only screen and (max-width: 763px) { #XhPzqNwQeVKxwZHbxqkAucOThATCp4X7 { width:303.965px;height:60.9961px;top:135.546875px;left:8.0078125px;color:#ffffff;background-color:#000b45;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ZKx4mAdtXKSmsWxFOGZm1wUOy2u8RCea { display:block; }
 }@media only screen and (max-width: 763px) { #HXswBwh9IaPq3bc4mFc91wMcCTOTprGL { width:303.965px;height:61.9922px;top:273.53515625px;left:8.0078125px;color:#ffffff;background-color:#000b45;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #SF1B7voqeUF9T3t6IGxRRMNJXE5d4D1O { display:block; }
 }@media only screen and (max-width: 763px) { #Xo50JywpUEW93kPme8hxIGwkTrUFnBCX { display:flex;width:50px;height:50px;top:215.52734375px;left:135px; }
#Xo50JywpUEW93kPme8hxIGwkTrUFnBCX > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #IMUClWGS7opseIT0ycgPuzIHhE71HmV6 { width:320px;height:0;top:703.54296875px;left:0px;font-size:24px;display:none; }
 }@media only screen and (max-width: 763px) { #k6twn2NdxNRCpkFGEbteM8En2vQ5NTOs { width:205px;height:161.969px;top:522.54296875px;left:57px;z-index:15040;display:none; }
 }@media only screen and (max-width: 763px) { #tcrzrsJ7Rb8Db28kWAQzLbLqK3LpMT8A { top:355.40625px;left:8.5078125px;width:302.93px;height:136.484px;z-index:15041;font-size:21px;text-align:center;text-align-last:center;color:#000b45;font-family:cairo;display:block; }
 }@media only screen and (max-width: 763px) { #JTMyfgGIfta112kRhk9ZiJE6UnmLc1EE { display:flex;width:50px;height:50px;top:141.03515625px;left:36.97265625px;z-index:15010; }
 }@media only screen and (max-width: 763px) { #r8iygE0fehXkTCBs6byaJT6luMNPACL7 { width:320px;height:auto;top:374px;left:0px;font-size:24px;display:none; }
 }@media only screen and (max-width: 763px) { #zpPicTRvuzRSUOgbL1TWw7SWy8cIvGzh { top:518.953125px;left:8.5078125px;width:302.93px;height:136.484px;z-index:15042;font-size:21px;text-align:center;text-align-last:center;color:#000b45;font-family:cairo;display:block; }
 }@media only screen and (max-width: 763px) { #rgrgr7gyMWeP1pXLGusXN9w0mRsITFyx { background-color:#000b45;background-image:none;display:block; }#rgrgr7gyMWeP1pXLGusXN9w0mRsITFyx > .row .container { background-color: transparent; background-image: none; }#rgrgr7gyMWeP1pXLGusXN9w0mRsITFyx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rgrgr7gyMWeP1pXLGusXN9w0mRsITFyx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rgrgr7gyMWeP1pXLGusXN9w0mRsITFyx > .row .container > .video-iframe-container { display: none; }#rgrgr7gyMWeP1pXLGusXN9w0mRsITFyx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rgrgr7gyMWeP1pXLGusXN9w0mRsITFyx > .row > .video-iframe-container { display: none; }#rgrgr7gyMWeP1pXLGusXN9w0mRsITFyx > .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); }#rgrgr7gyMWeP1pXLGusXN9w0mRsITFyx > .row .container { width:320px;height:456px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e7OMys9yeV7PwfC2ym5V3tXSqBd8MayT { width:273px;height:20.7969px;top:19.999847412109px;left:33.333333015442px;text-align:right;text-align-last:right;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ltZyxOB766ymqHKbBVgGLwdpTD4ZpB8P { width:262px;height:62.3907px;top:66px;left:17.000000953674px;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #MgwGoPwc2Iv90KA3ozS91sTtAmt6sZGV { width:30px;height:30px;top:66px;left:277.6666765213px;display:block; }
 }@media only screen and (max-width: 763px) { #HFyFut99ORawZwwahZc5oZLu0oFuisMm { width:257px;height:62.3907px;top:164px;left:19.500000953674px;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #SiLvHh0WL99hK945N3ZLcAOOqSVxAvsT { width:30px;height:30px;top:164.00001525879px;left:277.6666765213px;display:block; }
 }@media only screen and (max-width: 763px) { #CIlBL5wbVBepQeE1k5ZzoxDge6IZUEXy { width:266px;height:62.3907px;top:242.5px;left:15.000000953674px;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #bva6p5oBLS3yWoS6CyWv8XoKaOUrWPQ8 { width:30px;height:30px;top:242.50001525879px;left:277.6666765213px;display:block; }
 }@media only screen and (max-width: 763px) { #o4RLJTlUHPfUbtdhz34UJfg66lkQMxId { width:243px;height:62.3906px;top:339.27087402344px;left:38.500000953674px;text-align:right;text-align-last:right;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #OigxQZZhs0ZCVK8pfLn5pEh2RIZ9vSBF { width:30px;height:30px;top:339.29144287109px;left:277.6666765213px;display:block; }
 }