.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;
}
.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-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;position:relative;display:block; }
#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn > .row > .video-iframe-container { display: none; }#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn > .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); }#pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fffbfe, #ffffff);background-image: -moz-linear-gradient(180deg, #fffbfe, #ffffff);background-image: -ms-linear-gradient(180deg, #fffbfe, #ffffff);background-image: -o-linear-gradient(180deg, #fffbfe, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffbfe', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffbfe', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #fffbfe, #ffffff);background-size:auto !important;position:relative;display:block; }#pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o > .row .container { background-color: transparent; background-image: none; }#pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o > .row .container > .video-iframe-container { display: none; }#pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o > .row > .video-iframe-container { display: none; }#pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o > .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); }#pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o > .row .container { border-width: 0; border-radius: 0; }#pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o > .row .container { font-size:14px;font-family:arial;height:800px;width:1200px;position:relative;display:block; }#kT8DlCIkVwDLsiwDwEuufKPrPUixhWdI { color:#322e6c;display:block;width:227px;position:absolute;font-family:"mykonos ar";font-size:40px;font-weight:400;z-index:100017;line-height:1.3;letter-spacing:0;top:13px;left:698.5625px;height:52px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#qFRzwroCgZHyvTqxpgQ0kzd6TGHb831X { color:#ffffff;display:block;width:875.99px;position:absolute;font-family:cairo;font-size:18px;font-weight:400;z-index:100018;line-height:1.3;letter-spacing:0;top:175.92015075684px;left:161.99653625488px;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sXVXTVMsZOWmlwt8Z42fImy0PEMT2a1N { color:#322e6c;display:block;width:206px;position:absolute;font-family:"mykonos ar";font-size:40px;font-weight:400;z-index:100018;line-height:1.3;letter-spacing:0;top:13px;left:289.609375px;height:52px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#OzDeVRkGAFeKmGl2zEbmZX2LO9ZN6izW { color:#d5b56a;display:block;width:722.986px;position:absolute;font-family:"mykonos ar";font-size:39px;font-weight:400;z-index:100018;line-height:1.3;letter-spacing:0;top:232.98612976074px;left:254.98265075684px;height:50.696px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#urSoeI1li6g1lSlmWSgBzId5pRMSHCrE { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:146px;width:119px;top:0px;left:541px;overflow:hidden;display:block; }
#pqkTO9c2Awaio3zWF6TkumnnBvUx7Eg6 { position:absolute;display:block;z-index:100000;background-color:#f1e5ef;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:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: 0 1px 9px rgba(0,0,0,0.5) ;height:145.979px;width:143.958px;top:10px;left:529px;display:block; }
#FV1nIwT5Q7QQVWeXZ4P3QhOBnhXfBUhy { color:#0078c4;display:block;width:607.983px;position:absolute;font-family:cairo;font-size:30px;font-weight:700;z-index:100003;line-height:1.5;letter-spacing:0;text-shadow:2px 2px 3px rgba(0,0,0,0.5);top:486.09367370605px;left:559.97156333923px;height:;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; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-form-header {  }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:18px;font-weight:bold;color:#a41354;width:370px;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;overflow:hidden;text-align:right;text-align-last:right;line-height:1.4; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-text { border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;background-color:#ffffff;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;width:370px;box-sizing:border-box;height:45px;color:#000000;font-size:17px;overflow:hidden;font-family:lato;text-align:center;text-align-last:center;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-text {padding-top: 0; padding-bottom: 0;}#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-textarea { border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;background-color:#ffffff;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;width:370px;box-sizing:border-box;height:70px;color:#000000;font-size:17px;overflow:hidden;font-family:lato;text-align:center;text-align-last:center;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-select { border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;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:370px;box-sizing:border-box;height:45px;color:#161616;font-family:cairo;font-size:14px;overflow:hidden;text-align:right;text-align-last:right; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-select {padding-top: 0; padding-bottom: 0;}#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .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; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-button { border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;background-color:#e1093f;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:22px;font-weight:400;color:#f2f9ff;width:370px;height:47px;font-family:cairo;overflow:hidden;font-style:normal;line-height:1; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .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:lato;font-size:13px;font-weight:300;color:#ffffff;vertical-align:top;width:351px;overflow:hidden;font-style:normal; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .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; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-container:first-of-type{padding-top:0;}#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-container:last-of-type{padding-bottom:0;}#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:370px;height:auto;border-top:7px solid #df4a8d;border-left:1px solid #df4a8d;border-right:1px solid #df4a8d;border-bottom:6px solid #df4a8d;z-index:100005;position:absolute;top:343.26702880859px;left:75.86647605896px; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:370px; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-info-text { display:block;height:auto;font-family:lato;font-size:12px;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX {display:block;}#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:370px;height:auto;border-top:7px solid #df4a8d;border-left:1px solid #df4a8d;border-right:1px solid #df4a8d;border-bottom:6px solid #df4a8d;z-index:100005;position:absolute;top:343.26702880859px;left:75.86647605896px; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #oZJ5kpGhS9HOJdayXGohfTnr19Uw20P5 { position:relative; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #KWsspdZh4WhHdUeUnsmARLonqaUS5zV0 { position:relative; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #VV25GQEq4Sy8D7nbG6PBT5n3koHacqH8 { position:relative; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #yd9h1rNW8nzFduPFWeo4qpJLoqQEdc8M { position:relative; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #UsWuTyNa0QA7TOGL8mLQIbhiig5QwBAS { position:relative; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #Q6EzucxCm4sGesc4hEDtlQFNdV5yfzlz { position:relative; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #uKXwLWoMPw3csb8TC34ksTLMQ5CqvEtP { position:relative; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #c9hbVSx4mnd97MZgcIWrVbReBLywFHF3 { position:relative; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #WJf1TOstcDL7xv7TUe6omgeH8GEKz26n { position:relative; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #e1oTGePBZMuLeZCyld1pFRzcQ9iEstTf { position:relative; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #wE2os5TuJq5RkVB72tf1T5MFJv4DRgsx { position:relative; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #p1CKp5EsCCLmDVadSKIDOD9EoatbS2yM { position:relative; }
#qoPBykNlLFCo6W6TI2DDpMalosgc9R6v { position:relative;display:block; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #KaP1MICsO0yPW5W17kFp8836ddTGPEpE { position:relative; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #WUN0qoF8LWGFTIr74WsXb1W3f3w3cMu6 { position:relative; }
#XmcntPucbZWDIrXz0fU9UCuaGtyIlEVt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/onDXoHHX/unnamed.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#XmcntPucbZWDIrXz0fU9UCuaGtyIlEVt.adaptive-delivery-prevent-bg, #XmcntPucbZWDIrXz0fU9UCuaGtyIlEVt.lazyload, #XmcntPucbZWDIrXz0fU9UCuaGtyIlEVt.lazyloading { background-image: none; }#XmcntPucbZWDIrXz0fU9UCuaGtyIlEVt > .row .container { background-color: transparent; background-image: none; }#XmcntPucbZWDIrXz0fU9UCuaGtyIlEVt::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff; }#XmcntPucbZWDIrXz0fU9UCuaGtyIlEVt > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XmcntPucbZWDIrXz0fU9UCuaGtyIlEVt > .row .container > .video-iframe-container { display: none; }#XmcntPucbZWDIrXz0fU9UCuaGtyIlEVt > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff; }#XmcntPucbZWDIrXz0fU9UCuaGtyIlEVt > .row > .video-iframe-container { display: none; }#XmcntPucbZWDIrXz0fU9UCuaGtyIlEVt > .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); }#XmcntPucbZWDIrXz0fU9UCuaGtyIlEVt > .row .container { border-width: 0; border-radius: 0; }#XmcntPucbZWDIrXz0fU9UCuaGtyIlEVt > .row .container { font-size:14px;font-family:arial;height:913px;width:1200px;position:relative;display:block; }#K6y5uJcWT8u4U6x4BXfND4AuhfcnRyrQ { color:#6e0505;display:block;width:501px;position:absolute;font-family:"alw arabic";font-size:40px;font-weight:700;z-index:100071;line-height:1.3;letter-spacing:0;top:29.943176269531px;left:347.99146080017px;height:52px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WUEvhIpwq9fL8MIyBwRFVdmxSfKHGK6H { position:absolute;display:block;z-index:100013;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !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:84px;border-top-right-radius:84px;border-bottom-left-radius:84px;border-bottom-right-radius:84px;box-shadow: 4px 6px 4px #df4a8d ;height:171.997px;width:230px;top:130px;left:938px;display:block; }#WUEvhIpwq9fL8MIyBwRFVdmxSfKHGK6H.adaptive-delivery-prevent-bg, #WUEvhIpwq9fL8MIyBwRFVdmxSfKHGK6H.lazyload, #WUEvhIpwq9fL8MIyBwRFVdmxSfKHGK6H.lazyloading { background-image: none; }
#J1gU3RSD5UBdnxPVykKStSskLLUrlZPw { color:#1799eb;display:block;width:190px;position:absolute;font-family:cairo;font-size:17px;font-weight:700;z-index:100032;line-height:1.3;letter-spacing:0;top:188.42328262329px;left:970.4829158783px;height:45.2046px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eagiXbzNvrtfxSiqEbpx1xIyC1wKuNwo { position:absolute;display:block;z-index:100017;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !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:84px;border-top-right-radius:84px;border-bottom-left-radius:84px;border-bottom-right-radius:84px;box-shadow: 4px 6px 4px #df4a8d ;height:171.997px;width:230px;top:150px;left:108px;display:block; }#eagiXbzNvrtfxSiqEbpx1xIyC1wKuNwo.adaptive-delivery-prevent-bg, #eagiXbzNvrtfxSiqEbpx1xIyC1wKuNwo.lazyload, #eagiXbzNvrtfxSiqEbpx1xIyC1wKuNwo.lazyloading { background-image: none; }
#M9KdDlgHnr0Us1otGOTxVHQ4ac9euMBR { color:#1799eb;display:block;width:190px;position:absolute;font-family:cairo;font-size:18px;font-weight:700;z-index:100036;line-height:1.3;letter-spacing:0;top:194px;left:128px;height:46.7898px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xKwpfHucF4Db8Qu9vONtTgVLGRTmX29u { color:#a0111b;display:block;width:230px;position:absolute;font-family:cairo;font-size:15px;font-weight:700;z-index:100133;line-height:1.6;letter-spacing:0;top:274px;left:108px;height:;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; }
#nlqTBQtVPF2VbmaBEysyMtqzhwrHgd99 { color:#a0111b;display:block;width:230px;position:absolute;font-family:cairo;font-size:15px;font-weight:700;z-index:100134;line-height:1.6;letter-spacing:0;top:250.98960113525px;left:937.96876525879px;height:;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; }
#dMqo5KvzshWBTZZSOLs5RMNistUQC2K1 { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-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.3;overflow:hidden;position:absolute;width:140.966px;height:43.9773px;text-decoration:none;z-index:100175;text-align:center;text-align-last:center;top:312.99715042114px;left:994.98578453064px;display:block; }
#tRPPWKpBvMMGTCoCoTA8fUqBsyUGJW2V { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#BT7PWDgHXtkiP7nuIv7LvFbXbIh5Xopi { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-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.3;overflow:hidden;position:absolute;width:140.966px;height:43.9773px;text-decoration:none;z-index:100176;text-align:center;text-align-last:center;top:333px;left:161px;display:block; }
#T6TP0zCxdwxRLLn5SLCSoVaXfE0tUozT { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#vwOeMqOELEnQvtL5T6o9GNPnJAp51J3X { position:absolute;display:block;z-index:100017;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !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:84px;border-top-right-radius:84px;border-bottom-left-radius:84px;border-bottom-right-radius:84px;box-shadow: 4px 6px 4px #df4a8d ;height:171.997px;width:230px;top:148px;left:654px;display:block; }#vwOeMqOELEnQvtL5T6o9GNPnJAp51J3X.adaptive-delivery-prevent-bg, #vwOeMqOELEnQvtL5T6o9GNPnJAp51J3X.lazyload, #vwOeMqOELEnQvtL5T6o9GNPnJAp51J3X.lazyloading { background-image: none; }
#dUbNXTTyuTASxTlbEpJq8CiXTBiz3KvO { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-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.3;overflow:hidden;position:absolute;width:140.966px;height:43.9773px;text-decoration:none;z-index:100179;text-align:center;text-align-last:center;top:327.99431228638px;left:698.48010826111px;display:block; }
#vrE1ZIIrmdHr2fApVo8RTxfG8GJgOx90 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#OrLGZv3a04XS8vRx7GO5PAKv8XPp5rqO { color:#a0111b;display:block;width:230px;position:absolute;font-family:cairo;font-size:15px;font-weight:700;z-index:100138;line-height:1.6;letter-spacing:0;top:269px;left:654px;height:;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; }
#i63bZH0PPUNGsD7xlCWR2VhhD9K2wfI8 { color:#1799eb;display:block;width:190px;position:absolute;font-family:cairo;font-size:17px;font-weight:700;z-index:100036;line-height:1.3;letter-spacing:0;top:198px;left:674px;height:45.2045px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vEy8wmedJbDt2G2dtSRxg3L4k9yCu3AH { position:absolute;display:block;z-index:100021;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !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:84px;border-top-right-radius:84px;border-bottom-left-radius:84px;border-bottom-right-radius:84px;box-shadow: 4px 6px 4px #df4a8d ;height:171.997px;width:230px;top:150px;left:380px;display:block; }#vEy8wmedJbDt2G2dtSRxg3L4k9yCu3AH.adaptive-delivery-prevent-bg, #vEy8wmedJbDt2G2dtSRxg3L4k9yCu3AH.lazyload, #vEy8wmedJbDt2G2dtSRxg3L4k9yCu3AH.lazyloading { background-image: none; }
#cUi4a1qZeqtXknieeh0dhdN9IGQFSPeR { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-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.3;overflow:hidden;position:absolute;width:140.966px;height:43.9773px;text-decoration:none;z-index:100183;text-align:center;text-align-last:center;top:333px;left:424px;display:block; }
#eo69bcWvB47gfiRNmTWClRFoy1eQ5FOM { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#POnX8N75wM0UnMxNTFyK32hIUuo3TQzn { color:#a0111b;display:block;width:230px;position:absolute;font-family:cairo;font-size:15px;font-weight:700;z-index:100142;line-height:1.6;letter-spacing:0;top:250.96586608887px;left:379.98578453064px;height:;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; }
#p4RoSTvR1akOHsfOcGe71JB2cz3o1XeD { color:#1799eb;display:block;width:190px;position:absolute;font-family:cairo;font-size:17px;font-weight:700;z-index:100040;line-height:1.3;letter-spacing:0;top:187px;left:397px;height:22.1023px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MdprsISt4dd2WJZGWF6KdnbCwafgG8yh { position:absolute;display:block;z-index:100033;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !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:84px;border-top-right-radius:84px;border-bottom-left-radius:84px;border-bottom-right-radius:84px;box-shadow: 4px 6px 4px #df4a8d ;height:171.997px;width:230px;top:415px;left:125px;display:block; }#MdprsISt4dd2WJZGWF6KdnbCwafgG8yh.adaptive-delivery-prevent-bg, #MdprsISt4dd2WJZGWF6KdnbCwafgG8yh.lazyload, #MdprsISt4dd2WJZGWF6KdnbCwafgG8yh.lazyloading { background-image: none; }
#I4aKimHFS1JAaXTsmxB1euz6ouUSgdh4 { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-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.3;overflow:hidden;position:absolute;width:140.966px;height:43.9773px;text-decoration:none;z-index:100192;text-align:center;text-align-last:center;top:598px;left:178px;display:block; }
#vFzibKCBVfeGCSWrR8UFuAZpRt7AiEb2 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#ySXN1Llt3nVkBsh8mrHePciB7BA7b747 { color:#1799eb;display:block;width:190px;position:absolute;font-family:cairo;font-size:18px;font-weight:700;z-index:100052;line-height:1.3;letter-spacing:0;top:459px;left:145px;height:46.7898px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DRiz6adQBGUxzT6d5FnFTbbcFuLFuNPi { color:#a0111b;display:block;width:230px;position:absolute;font-family:cairo;font-size:15px;font-weight:700;z-index:100149;line-height:1.6;letter-spacing:0;top:539px;left:125px;height:;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; }
#tgfEpysTXMHP4XgONZxKfGwVTcV68iqd { position:absolute;display:block;z-index:100037;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !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:84px;border-top-right-radius:84px;border-bottom-left-radius:84px;border-bottom-right-radius:84px;box-shadow: 4px 6px 4px #df4a8d ;height:171.997px;width:230px;top:415px;left:397px;display:block; }#tgfEpysTXMHP4XgONZxKfGwVTcV68iqd.adaptive-delivery-prevent-bg, #tgfEpysTXMHP4XgONZxKfGwVTcV68iqd.lazyload, #tgfEpysTXMHP4XgONZxKfGwVTcV68iqd.lazyloading { background-image: none; }
#cNmT07DfBbIqiTGGMGGmp912mazCZpSc { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-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.3;overflow:hidden;position:absolute;width:140.966px;height:43.9773px;text-decoration:none;z-index:100199;text-align:center;text-align-last:center;top:598px;left:441px;display:block; }
#wfD35xJsEEg6ai7aMlXX53584tUv3Em4 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#KIBads9g0JvcylDkpnuaCGCH6b3ByIGd { color:#a0111b;display:block;width:230px;position:absolute;font-family:cairo;font-size:15px;font-weight:700;z-index:100158;line-height:1.6;letter-spacing:0;top:536px;left:397px;height:;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; }
#N7eX4Tl3dOBxE3XXXUONrx8Qs1NecEbB { color:#1799eb;display:block;width:190px;position:absolute;font-family:cairo;font-size:17px;font-weight:700;z-index:100056;line-height:1.3;letter-spacing:0;top:449.34657287598px;left:420.99429893494px;height:66.3068px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#flBTQz4SWap4L7pPzy8NyB57ri3DzHhi { position:absolute;display:block;z-index:100033;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !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:84px;border-top-right-radius:84px;border-bottom-left-radius:84px;border-bottom-right-radius:84px;box-shadow: 4px 6px 4px #df4a8d ;height:171.997px;width:230px;top:413px;left:655px;display:block; }#flBTQz4SWap4L7pPzy8NyB57ri3DzHhi.adaptive-delivery-prevent-bg, #flBTQz4SWap4L7pPzy8NyB57ri3DzHhi.lazyload, #flBTQz4SWap4L7pPzy8NyB57ri3DzHhi.lazyloading { background-image: none; }
#h6EngfWnGFJnbIpPWTLF1RGo7dTdu6cp { color:#a0111b;display:block;width:230px;position:absolute;font-family:cairo;font-size:15px;font-weight:700;z-index:100154;line-height:1.6;letter-spacing:0;top:534px;left:655px;height:;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; }
#lIHDwJ137QeGUe4cfvoWazwUB6Myrvm3 { color:#1799eb;display:block;width:190px;position:absolute;font-family:cairo;font-size:15px;font-weight:700;z-index:100052;line-height:1.3;letter-spacing:0;top:443.38067626953px;left:673.99146080017px;height:58.4659px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TpXRZgmL4ELbsiVRWWVWJhDk7F0yBXuh { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-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.3;overflow:hidden;position:absolute;width:140.966px;height:43.9773px;text-decoration:none;z-index:100195;text-align:center;text-align-last:center;top:593px;left:699px;display:block; }
#JhGO7vPxBIxI20PpaFBV5FSXKweVdJmc { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#CruTVwBRBGA7CGqglHJRZ5hbNyF2X2Xe { position:absolute;display:block;z-index:100029;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !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:84px;border-top-right-radius:84px;border-bottom-left-radius:84px;border-bottom-right-radius:84px;box-shadow: 4px 6px 4px #df4a8d ;height:171.997px;width:230px;top:395px;left:939px;display:block; }#CruTVwBRBGA7CGqglHJRZ5hbNyF2X2Xe.adaptive-delivery-prevent-bg, #CruTVwBRBGA7CGqglHJRZ5hbNyF2X2Xe.lazyload, #CruTVwBRBGA7CGqglHJRZ5hbNyF2X2Xe.lazyloading { background-image: none; }
#ynSVCNmTtd0tEcUBBz4XEc783UERTD9T { color:#a0111b;display:block;width:230px;position:absolute;font-family:cairo;font-size:15px;font-weight:700;z-index:100150;line-height:1.6;letter-spacing:0;top:516px;left:939px;height:;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; }
#SK2DNGXUMtPdU2mEbdSv1QMpl8wITpwv { color:#1799eb;display:block;width:190px;position:absolute;font-family:cairo;font-size:17px;font-weight:700;z-index:100048;line-height:1.3;letter-spacing:0;top:453px;left:971px;height:45.2045px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AU1DIhlrgkVDeT92y1h2EI7yUbXvacVV { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-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.3;overflow:hidden;position:absolute;width:140.966px;height:43.9773px;text-decoration:none;z-index:100191;text-align:center;text-align-last:center;top:578px;left:996px;display:block; }
#PAiR5WaGV7A1T5Na0vUEO2CIqe0FHtZs { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#yNwhr3bpTDVThlSkvfqhECJqr7vf4LpT { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-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.3;overflow:hidden;position:absolute;width:140.966px;height:43.9773px;text-decoration:none;z-index:100207;text-align:center;text-align-last:center;top:842px;left:441px;display:block; }
#pgpTXDWCiobI892gqiRUpOysx8n3KxJP { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#FJbN7iZ7bMf96EWETBsJnRcBkbKphMHe { position:absolute;display:block;z-index:100045;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !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:84px;border-top-right-radius:84px;border-bottom-left-radius:84px;border-bottom-right-radius:84px;box-shadow: 4px 6px 4px #df4a8d ;height:171.997px;width:230px;top:659px;left:397px;display:block; }#FJbN7iZ7bMf96EWETBsJnRcBkbKphMHe.adaptive-delivery-prevent-bg, #FJbN7iZ7bMf96EWETBsJnRcBkbKphMHe.lazyload, #FJbN7iZ7bMf96EWETBsJnRcBkbKphMHe.lazyloading { background-image: none; }
#b1sB9wqJ8eqelv1hNkL19A7eIrsd3XnN { color:#a0111b;display:block;width:230px;position:absolute;font-family:cairo;font-size:15px;font-weight:700;z-index:100166;line-height:1.6;letter-spacing:0;top:780px;left:397px;height:;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; }
#bqeff47QzlW9bq5mOHSRXF0BGPTFsTy8 { color:#1799eb;display:block;width:190px;position:absolute;font-family:cairo;font-size:17px;font-weight:700;z-index:100064;line-height:1.3;letter-spacing:0;top:726.09382629395px;left:420.99429893494px;height:45.2045px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aFpP8gJWyQvsZS20i6hmNpTi15pM9ATF { position:absolute;display:block;z-index:100041;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !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:84px;border-top-right-radius:84px;border-bottom-left-radius:84px;border-bottom-right-radius:84px;box-shadow: 4px 6px 4px #df4a8d ;height:171.997px;width:230px;top:657px;left:655px;display:block; }#aFpP8gJWyQvsZS20i6hmNpTi15pM9ATF.adaptive-delivery-prevent-bg, #aFpP8gJWyQvsZS20i6hmNpTi15pM9ATF.lazyload, #aFpP8gJWyQvsZS20i6hmNpTi15pM9ATF.lazyloading { background-image: none; }
#gXSEBPqMut5oRZ590RTtFMuKlTSEUEWU { color:#a0111b;display:block;width:230px;position:absolute;font-family:cairo;font-size:15px;font-weight:700;z-index:100162;line-height:1.6;letter-spacing:0;top:778px;left:655px;height:;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; }
#oe23zlFbxKNQ3TSkmBaFhsnowEqdoW1Q { color:#1799eb;display:block;width:190px;position:absolute;font-family:cairo;font-size:16px;font-weight:700;z-index:100060;line-height:1.3;letter-spacing:0;top:716.90330505371px;left:673.99146080017px;height:41.5625px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Sc3Om5la3bZGc0i4f9KU26JuB97Lq7kB { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-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.3;overflow:hidden;position:absolute;width:140.966px;height:43.9773px;text-decoration:none;z-index:100203;text-align:center;text-align-last:center;top:837px;left:699px;display:block; }
#Mabt77teFmQDs0N7kzB0VLhC2KPykuBs { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#DAQnRCeiT5yh5UmryC8dlJCCWTHyHOnu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e7668a;background-image:none;position:relative;display:block; }#DAQnRCeiT5yh5UmryC8dlJCCWTHyHOnu > .row .container { background-color: transparent; background-image: none; }#DAQnRCeiT5yh5UmryC8dlJCCWTHyHOnu::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DAQnRCeiT5yh5UmryC8dlJCCWTHyHOnu > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DAQnRCeiT5yh5UmryC8dlJCCWTHyHOnu > .row .container > .video-iframe-container { display: none; }#DAQnRCeiT5yh5UmryC8dlJCCWTHyHOnu > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DAQnRCeiT5yh5UmryC8dlJCCWTHyHOnu > .row > .video-iframe-container { display: none; }#DAQnRCeiT5yh5UmryC8dlJCCWTHyHOnu > .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); }#DAQnRCeiT5yh5UmryC8dlJCCWTHyHOnu > .row .container { border-width: 0; border-radius: 0; }#DAQnRCeiT5yh5UmryC8dlJCCWTHyHOnu > .row .container { font-size:14px;font-family:arial;height:375px;width:1200px;position:relative;display:block; }#EgenyCSKcHUdVpNRxQ1uQBRKJnq6SamV { color:#ffffff;display:block;width:293px;position:absolute;font-family:"alw arabic";font-size:32px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:45.00016784668px;left:697px;height:41.5938px;text-align:right;text-align-last:right;display:block; }
#RRgXboiF38EUDriX3XJa8GTE9niH19bD { color:#ffffff;display:block;width:388px;position:absolute;font-family:amiri;font-size:22px;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:206px;left:542px;height:28.5938px;text-align:right;text-align-last:right;display:block; }
#GnsPQkUb13HPv5z1iFeqT3tsl6T4vB56 { color:#ffffff;display:block;width:233px;position:absolute;font-family:amiri;font-size:22px;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:123px;left:707px;height:57.1876px;text-align:right;text-align-last:right;display:block; }
#GSCufOTRzywzMB8NDH0cE2dHGcld5MXb { box-sizing:content-box;color:#ffffff;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:block;z-index:100003;top:257px;left:801px;display:block; }
#ZzaQD0rq9TJGvGfhLBcn8PhqLev9etc7 { box-sizing:content-box;color:#ffffff;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:block;z-index:100004;top:257px;left:843px;display:block; }
#iDquHaJBSgT7kG1qlTqdsS8Fe2rXzeLT { box-sizing:content-box;color:#ffffff;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:block;z-index:100006;top:257px;left:886px;display:block; }
#VusokiBe0BFqf2zp3TgkvpBZ5k0R5OX6 { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:19px;border-top-right-radius:19px;border-bottom-left-radius:19px;border-bottom-right-radius:19px;height:337px;width:217px;top:18.00016784668px;left:205px;overflow:hidden;display:block; }
#mAyeHuR4zVW620pLHx0weBMOZe89eWmv { box-sizing:content-box;color:#172595;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:block;z-index:100020;top:197px;left:939px;display:block; }
#wO3ohoO1Zs6JR5CIbIJPeo5ezibTP7H4 { box-sizing:content-box;color:#172595;font-size:35px;font-weight:400;line-height:1;height:51px;width:51px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:122px;left:938px;display:block; }
#TvGwT8UHKF3r4TpLRFbAkmIs8B1Phl3O { box-sizing:content-box;color:#172595;font-size:36px;font-weight:400;line-height:1;height:52px;width:52px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100021;top:254px;left:938px;display:block; }
#Iacfnz8KToy96XW9Je9lxGxqiV2AtO9X { color:#ffffff;display:block;width:445px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100056;line-height:1.3;letter-spacing:0;top:321.66666412354px;left:601px;height:20.7812px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o { display:block; }#pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kT8DlCIkVwDLsiwDwEuufKPrPUixhWdI { top:13px;left:480.5625px;width:227px;height:52px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #qFRzwroCgZHyvTqxpgQ0kzd6TGHb831X { width:764px;height:46px;top:175px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #sXVXTVMsZOWmlwt8Z42fImy0PEMT2a1N { top:13px;left:71.609375px;width:206px;height:52px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #OzDeVRkGAFeKmGl2zEbmZX2LO9ZN6izW { top:232px;left:36.982650756836px;width:722px;height:50px;font-size:39px;display:block; }
 }@media only screen and (max-width: 763px) { #urSoeI1li6g1lSlmWSgBzId5pRMSHCrE { top:0px;left:323px;width:119px;height:146px;display:block; }
 }@media only screen and (max-width: 763px) { #pqkTO9c2Awaio3zWF6TkumnnBvUx7Eg6 { top:10px;left:311px;width:143px;height:145px;display:block; }
 }@media only screen and (max-width: 763px) { #FV1nIwT5Q7QQVWeXZ4P3QhOBnhXfBUhy { width:540px;height:72px;top:68px;left:112px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-regular-label { width:420px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-text { width:420px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-text {padding-top: 0; padding-bottom: 0;}#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-textarea { width:420px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-select { width:420px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-select {padding-top: 0; padding-bottom: 0;}#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-button { width:231px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:94px; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-checkbox-label { width:401px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX  { width:420px;height:auto;top:252px;left:152px; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .radio-container { width:420px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX {display:block;}#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX { width:420px;height:auto;top:252px;left:152px; }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #oZJ5kpGhS9HOJdayXGohfTnr19Uw20P5 {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #KWsspdZh4WhHdUeUnsmARLonqaUS5zV0 {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #VV25GQEq4Sy8D7nbG6PBT5n3koHacqH8 {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #yd9h1rNW8nzFduPFWeo4qpJLoqQEdc8M {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #UsWuTyNa0QA7TOGL8mLQIbhiig5QwBAS {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #Q6EzucxCm4sGesc4hEDtlQFNdV5yfzlz {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #uKXwLWoMPw3csb8TC34ksTLMQ5CqvEtP {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #c9hbVSx4mnd97MZgcIWrVbReBLywFHF3 {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #WJf1TOstcDL7xv7TUe6omgeH8GEKz26n {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #e1oTGePBZMuLeZCyld1pFRzcQ9iEstTf {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #wE2os5TuJq5RkVB72tf1T5MFJv4DRgsx {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #p1CKp5EsCCLmDVadSKIDOD9EoatbS2yM {  }
 }@media only screen and (max-width: 763px) { #qoPBykNlLFCo6W6TI2DDpMalosgc9R6v { display:block; }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #KaP1MICsO0yPW5W17kFp8836ddTGPEpE {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #WUN0qoF8LWGFTIr74WsXb1W3f3w3cMu6 {  }
 }@media only screen and (max-width: 763px) { #XmcntPucbZWDIrXz0fU9UCuaGtyIlEVt { display:block; }#XmcntPucbZWDIrXz0fU9UCuaGtyIlEVt > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K6y5uJcWT8u4U6x4BXfND4AuhfcnRyrQ { top:29px;left:129.99146080017px;width:501px;height:52px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #WUEvhIpwq9fL8MIyBwRFVdmxSfKHGK6H { width:230px;height:171px;top:130px;left:534px;display:block; }
 }@media only screen and (max-width: 763px) { #J1gU3RSD5UBdnxPVykKStSskLLUrlZPw { width:190px;height:22px;top:188px;left:574px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #eagiXbzNvrtfxSiqEbpx1xIyC1wKuNwo { width:230px;height:171px;top:150px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #M9KdDlgHnr0Us1otGOTxVHQ4ac9euMBR { width:190px;height:70px;top:193px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #xKwpfHucF4Db8Qu9vONtTgVLGRTmX29u { width:230px;height:;top:273px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #nlqTBQtVPF2VbmaBEysyMtqzhwrHgd99 { width:230px;height:;top:250px;left:534px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #dMqo5KvzshWBTZZSOLs5RMNistUQC2K1 { width:140px;height:43px;top:312px;left:624px;display:block; }
 }@media only screen and (max-width: 763px) { #tRPPWKpBvMMGTCoCoTA8fUqBsyUGJW2V { display:block; }
 }@media only screen and (max-width: 763px) { #BT7PWDgHXtkiP7nuIv7LvFbXbIh5Xopi { width:140px;height:43px;top:333px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #T6TP0zCxdwxRLLn5SLCSoVaXfE0tUozT { display:block; }
 }@media only screen and (max-width: 763px) { #vwOeMqOELEnQvtL5T6o9GNPnJAp51J3X { width:230px;height:171px;top:148px;left:436px;display:block; }
 }@media only screen and (max-width: 763px) { #dUbNXTTyuTASxTlbEpJq8CiXTBiz3KvO { width:140px;height:43px;top:327px;left:480.48010826111px;display:block; }
 }@media only screen and (max-width: 763px) { #vrE1ZIIrmdHr2fApVo8RTxfG8GJgOx90 { display:block; }
 }@media only screen and (max-width: 763px) { #OrLGZv3a04XS8vRx7GO5PAKv8XPp5rqO { width:230px;height:;top:268px;left:435.99146080017px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #i63bZH0PPUNGsD7xlCWR2VhhD9K2wfI8 { width:190px;height:45px;top:197px;left:455.99146080017px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #vEy8wmedJbDt2G2dtSRxg3L4k9yCu3AH { width:230px;height:171px;top:150px;left:162px;display:block; }
 }@media only screen and (max-width: 763px) { #cUi4a1qZeqtXknieeh0dhdN9IGQFSPeR { width:140px;height:43px;top:333px;left:206px;display:block; }
 }@media only screen and (max-width: 763px) { #eo69bcWvB47gfiRNmTWClRFoy1eQ5FOM { display:block; }
 }@media only screen and (max-width: 763px) { #POnX8N75wM0UnMxNTFyK32hIUuo3TQzn { width:230px;height:;top:250px;left:161.98578453064px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #p4RoSTvR1akOHsfOcGe71JB2cz3o1XeD { width:190px;height:22px;top:186px;left:178.98862266541px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #MdprsISt4dd2WJZGWF6KdnbCwafgG8yh { width:230px;height:171px;top:415px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #I4aKimHFS1JAaXTsmxB1euz6ouUSgdh4 { width:140px;height:43px;top:598px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #vFzibKCBVfeGCSWrR8UFuAZpRt7AiEb2 { display:block; }
 }@media only screen and (max-width: 763px) { #ySXN1Llt3nVkBsh8mrHePciB7BA7b747 { width:190px;height:46px;top:458px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #DRiz6adQBGUxzT6d5FnFTbbcFuLFuNPi { width:230px;height:;top:538px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #tgfEpysTXMHP4XgONZxKfGwVTcV68iqd { width:230px;height:171px;top:415px;left:179px;display:block; }
 }@media only screen and (max-width: 763px) { #cNmT07DfBbIqiTGGMGGmp912mazCZpSc { width:140px;height:43px;top:598px;left:223px;display:block; }
 }@media only screen and (max-width: 763px) { #wfD35xJsEEg6ai7aMlXX53584tUv3Em4 { display:block; }
 }@media only screen and (max-width: 763px) { #KIBads9g0JvcylDkpnuaCGCH6b3ByIGd { width:230px;height:;top:535px;left:178.98862266541px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #N7eX4Tl3dOBxE3XXXUONrx8Qs1NecEbB { width:190px;height:88px;top:449px;left:202.99429893494px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #flBTQz4SWap4L7pPzy8NyB57ri3DzHhi { width:230px;height:171px;top:413px;left:437px;display:block; }
 }@media only screen and (max-width: 763px) { #h6EngfWnGFJnbIpPWTLF1RGo7dTdu6cp { width:230px;height:;top:533px;left:437.00000572205px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #lIHDwJ137QeGUe4cfvoWazwUB6Myrvm3 { width:190px;height:77px;top:443px;left:455.99146080017px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #TpXRZgmL4ELbsiVRWWVWJhDk7F0yBXuh { width:140px;height:43px;top:593px;left:481px;display:block; }
 }@media only screen and (max-width: 763px) { #JhGO7vPxBIxI20PpaFBV5FSXKweVdJmc { display:block; }
 }@media only screen and (max-width: 763px) { #CruTVwBRBGA7CGqglHJRZ5hbNyF2X2Xe { width:230px;height:171px;top:395px;left:534px;display:block; }
 }@media only screen and (max-width: 763px) { #ynSVCNmTtd0tEcUBBz4XEc783UERTD9T { width:230px;height:;top:515px;left:534px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #SK2DNGXUMtPdU2mEbdSv1QMpl8wITpwv { width:190px;height:45px;top:452px;left:574px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #AU1DIhlrgkVDeT92y1h2EI7yUbXvacVV { width:140px;height:43px;top:578px;left:624px;display:block; }
 }@media only screen and (max-width: 763px) { #PAiR5WaGV7A1T5Na0vUEO2CIqe0FHtZs { display:block; }
 }@media only screen and (max-width: 763px) { #yNwhr3bpTDVThlSkvfqhECJqr7vf4LpT { width:140px;height:43px;top:842px;left:223px;display:block; }
 }@media only screen and (max-width: 763px) { #pgpTXDWCiobI892gqiRUpOysx8n3KxJP { display:block; }
 }@media only screen and (max-width: 763px) { #FJbN7iZ7bMf96EWETBsJnRcBkbKphMHe { width:230px;height:171px;top:659px;left:179px;display:block; }
 }@media only screen and (max-width: 763px) { #b1sB9wqJ8eqelv1hNkL19A7eIrsd3XnN { width:230px;height:;top:779px;left:178.98862266541px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #bqeff47QzlW9bq5mOHSRXF0BGPTFsTy8 { width:190px;height:45px;top:726px;left:202.99429893494px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #aFpP8gJWyQvsZS20i6hmNpTi15pM9ATF { width:230px;height:171px;top:657px;left:437px;display:block; }
 }@media only screen and (max-width: 763px) { #gXSEBPqMut5oRZ590RTtFMuKlTSEUEWU { width:230px;height:;top:778px;left:437px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #oe23zlFbxKNQ3TSkmBaFhsnowEqdoW1Q { width:190px;height:41px;top:716px;left:455.99146080017px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Sc3Om5la3bZGc0i4f9KU26JuB97Lq7kB { width:140px;height:43px;top:837px;left:481px;display:block; }
 }@media only screen and (max-width: 763px) { #Mabt77teFmQDs0N7kzB0VLhC2KPykuBs { display:block; }
 }@media only screen and (max-width: 763px) { #DAQnRCeiT5yh5UmryC8dlJCCWTHyHOnu { display:block; }#DAQnRCeiT5yh5UmryC8dlJCCWTHyHOnu > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EgenyCSKcHUdVpNRxQ1uQBRKJnq6SamV { top:45px;left:471px;width:293px;height:41px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #RRgXboiF38EUDriX3XJa8GTE9niH19bD { top:206px;left:324px;width:388px;height:28px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #GnsPQkUb13HPv5z1iFeqT3tsl6T4vB56 { top:123px;left:489px;width:233px;height:56px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #GSCufOTRzywzMB8NDH0cE2dHGcld5MXb { top:257px;left:583px;width:45px;height:45px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #ZzaQD0rq9TJGvGfhLBcn8PhqLev9etc7 { top:257px;left:625px;width:45px;height:45px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #iDquHaJBSgT7kG1qlTqdsS8Fe2rXzeLT { top:257px;left:668px;width:45px;height:45px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #VusokiBe0BFqf2zp3TgkvpBZ5k0R5OX6 { top:18px;left:0px;width:217px;height:337px;display:block; }
 }@media only screen and (max-width: 763px) { #mAyeHuR4zVW620pLHx0weBMOZe89eWmv { top:197px;left:714px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #wO3ohoO1Zs6JR5CIbIJPeo5ezibTP7H4 { width:51px;height:51px;top:122px;left:713px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #TvGwT8UHKF3r4TpLRFbAkmIs8B1Phl3O { top:254px;left:712px;width:52px;height:52px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #Iacfnz8KToy96XW9Je9lxGxqiV2AtO9X { top:321px;left:319px;width:445px;height:20px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:transparent;background-image:url("https://images.assets-landingi.com/QBaf86E7/Landing.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn > .row > .video-iframe-container { display: none; }#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn > .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); } }@media only screen and (max-width: 763px) { #pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(180deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(180deg, #ffffff, #ffffff);background-image: -o-linear-gradient(180deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #ffffff, #ffffff);background-size:auto !important;display:block; }#pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o > .row .container { background-color: transparent; background-image: none; }#pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o > .row .container > .video-iframe-container { display: none; }#pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o > .row > .video-iframe-container { display: none; }#pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o > .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); }#pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o > .row .container { width:320px;height:800px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kT8DlCIkVwDLsiwDwEuufKPrPUixhWdI { width:201.938px;height:32.5px;top:20px;left:10.000000953674px;text-align:center;text-align-last:center;font-size:25px;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; }
 }@media only screen and (max-width: 763px) { #qFRzwroCgZHyvTqxpgQ0kzd6TGHb831X { width:320px;height:0;top:263.9792175293px;left:0px;text-align:center;text-align-last:center;font-size:14px;font-weight:400;font-style:normal;line-height:1.4;font-family:cairo;display:none; }
 }@media only screen and (max-width: 763px) { #sXVXTVMsZOWmlwt8Z42fImy0PEMT2a1N { width:158.938px;height:32.5px;top:63.8125px;left:31.500000953674px;text-align:center;text-align-last:center;font-size:25px;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; }
 }@media only screen and (max-width: 763px) { #OzDeVRkGAFeKmGl2zEbmZX2LO9ZN6izW { width:300px;height:22.1023px;top:304.80111694336px;left:9.9857950210571px;text-align:center;text-align-last:center;font-size:17px;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; }
 }@media only screen and (max-width: 763px) { #urSoeI1li6g1lSlmWSgBzId5pRMSHCrE { width:92px;height:117px;top:0px;left:211.93750476837px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pqkTO9c2Awaio3zWF6TkumnnBvUx7Eg6 { width:102px;height:102px;top:0px;left:218px;display:none; }
 }@media only screen and (max-width: 763px) { #FV1nIwT5Q7QQVWeXZ4P3QhOBnhXfBUhy { width:302.969px;height:209.943px;top:116.99653625488px;left:8.4895830154419px;text-align:center;text-align-last:center;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-regular-label { width:259px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-text { width:259px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;height:45px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-text {padding-top: 0; padding-bottom: 0;}#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-textarea { width:259px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-select { width:259px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;font-family:cairo;height:45px; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-select {padding-top: 0; padding-bottom: 0;}#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-button { width:253px;margin-top:4px;margin-right:3px;margin-bottom:4px;margin-left:3px;height:47px;line-height:1.2;overflow:hidden;font-size:22px; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-checkbox-label { width:240px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-container { padding-top:3px;padding-right:0;padding-bottom:2px;padding-left:0; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-container:first-of-type{padding-top:0;}#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-container:last-of-type{padding-bottom:0;}#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX  { width:258.993px;height:auto;top:362.43753051758px;left:8.4895830154419px;border-top:6px solid #df4a8d;border-left:2px solid #df4a8d;border-right:2px solid #df4a8d;border-bottom:5px solid #df4a8d; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .radio-container { width:259px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX {display:block;}#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX { width:258.993px;height:auto;top:362.43753051758px;left:8.4895830154419px;border-top:6px solid #df4a8d;border-left:2px solid #df4a8d;border-right:2px solid #df4a8d;border-bottom:5px solid #df4a8d; }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #oZJ5kpGhS9HOJdayXGohfTnr19Uw20P5 {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #KWsspdZh4WhHdUeUnsmARLonqaUS5zV0 {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #VV25GQEq4Sy8D7nbG6PBT5n3koHacqH8 {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #yd9h1rNW8nzFduPFWeo4qpJLoqQEdc8M {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #UsWuTyNa0QA7TOGL8mLQIbhiig5QwBAS {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #Q6EzucxCm4sGesc4hEDtlQFNdV5yfzlz {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #uKXwLWoMPw3csb8TC34ksTLMQ5CqvEtP {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #c9hbVSx4mnd97MZgcIWrVbReBLywFHF3 {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #WJf1TOstcDL7xv7TUe6omgeH8GEKz26n {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #e1oTGePBZMuLeZCyld1pFRzcQ9iEstTf {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #wE2os5TuJq5RkVB72tf1T5MFJv4DRgsx {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #p1CKp5EsCCLmDVadSKIDOD9EoatbS2yM {  }
 }@media only screen and (max-width: 763px) { #qoPBykNlLFCo6W6TI2DDpMalosgc9R6v { display:block; }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #KaP1MICsO0yPW5W17kFp8836ddTGPEpE {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #WUN0qoF8LWGFTIr74WsXb1W3f3w3cMu6 {  }
 }@media only screen and (max-width: 763px) { #XmcntPucbZWDIrXz0fU9UCuaGtyIlEVt { background-color:rgba(255,255,255,0.95);background-image:none;display:block; }#XmcntPucbZWDIrXz0fU9UCuaGtyIlEVt > .row .container { background-color: transparent; background-image: none; }#XmcntPucbZWDIrXz0fU9UCuaGtyIlEVt::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XmcntPucbZWDIrXz0fU9UCuaGtyIlEVt > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XmcntPucbZWDIrXz0fU9UCuaGtyIlEVt > .row .container > .video-iframe-container { display: none; }#XmcntPucbZWDIrXz0fU9UCuaGtyIlEVt > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XmcntPucbZWDIrXz0fU9UCuaGtyIlEVt > .row > .video-iframe-container { display: none; }#XmcntPucbZWDIrXz0fU9UCuaGtyIlEVt > .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); }#XmcntPucbZWDIrXz0fU9UCuaGtyIlEVt > .row .container { width:320px;height:2445px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K6y5uJcWT8u4U6x4BXfND4AuhfcnRyrQ { width:310.994px;height:80.5682px;top:23.991470336914px;left:4.48863697052px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #WUEvhIpwq9fL8MIyBwRFVdmxSfKHGK6H { width:230px;height:170.996px;top:85px;left:45px;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#WUEvhIpwq9fL8MIyBwRFVdmxSfKHGK6H.adaptive-delivery-prevent-bg, #WUEvhIpwq9fL8MIyBwRFVdmxSfKHGK6H.lazyload, #WUEvhIpwq9fL8MIyBwRFVdmxSfKHGK6H.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #J1gU3RSD5UBdnxPVykKStSskLLUrlZPw { width:190px;height:41.5624px;top:126.9886329025px;left:65.000000953674px;text-align:center;text-align-last:center;line-height:1.3;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #eagiXbzNvrtfxSiqEbpx1xIyC1wKuNwo { width:230px;height:170.996px;top:322px;left:45px;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#eagiXbzNvrtfxSiqEbpx1xIyC1wKuNwo.adaptive-delivery-prevent-bg, #eagiXbzNvrtfxSiqEbpx1xIyC1wKuNwo.lazyload, #eagiXbzNvrtfxSiqEbpx1xIyC1wKuNwo.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #M9KdDlgHnr0Us1otGOTxVHQ4ac9euMBR { width:190px;height:70.1847px;top:366px;left:65px;text-align:center;text-align-last:center;line-height:1.3;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #xKwpfHucF4Db8Qu9vONtTgVLGRTmX29u { width:230px;height:19.4886px;top:447px;left:45px;text-align:center;text-align-last:center;line-height:1.3;font-size:15px;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #nlqTBQtVPF2VbmaBEysyMtqzhwrHgd99 { width:230px;height:19.4886px;top:192px;left:45px;text-align:center;text-align-last:center;line-height:1.3;font-size:15px;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #dMqo5KvzshWBTZZSOLs5RMNistUQC2K1 { width:140px;height:42.9883px;top:512px;left:90px;display:block; }
 }@media only screen and (max-width: 763px) { #tRPPWKpBvMMGTCoCoTA8fUqBsyUGJW2V { display:block; }
 }@media only screen and (max-width: 763px) { #BT7PWDgHXtkiP7nuIv7LvFbXbIh5Xopi { width:140px;height:42.9883px;top:268px;left:90px;display:block; }
 }@media only screen and (max-width: 763px) { #T6TP0zCxdwxRLLn5SLCSoVaXfE0tUozT { display:block; }
 }@media only screen and (max-width: 763px) { #vwOeMqOELEnQvtL5T6o9GNPnJAp51J3X { width:230px;height:171px;top:572px;left:45px;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#vwOeMqOELEnQvtL5T6o9GNPnJAp51J3X.adaptive-delivery-prevent-bg, #vwOeMqOELEnQvtL5T6o9GNPnJAp51J3X.lazyload, #vwOeMqOELEnQvtL5T6o9GNPnJAp51J3X.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #dUbNXTTyuTASxTlbEpJq8CiXTBiz3KvO { width:140px;height:43px;top:739px;left:102px;display:block; }
 }@media only screen and (max-width: 763px) { #vrE1ZIIrmdHr2fApVo8RTxfG8GJgOx90 { display:block; }
 }@media only screen and (max-width: 763px) { #OrLGZv3a04XS8vRx7GO5PAKv8XPp5rqO { width:230px;height:19.4886px;top:693px;left:45px;text-align:center;text-align-last:center;line-height:1.3;font-size:15px;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #i63bZH0PPUNGsD7xlCWR2VhhD9K2wfI8 { width:190px;height:41.5625px;top:622px;left:65px;text-align:center;text-align-last:center;line-height:1.3;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #vEy8wmedJbDt2G2dtSRxg3L4k9yCu3AH { width:230px;height:171px;top:802px;left:45px;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#vEy8wmedJbDt2G2dtSRxg3L4k9yCu3AH.adaptive-delivery-prevent-bg, #vEy8wmedJbDt2G2dtSRxg3L4k9yCu3AH.lazyload, #vEy8wmedJbDt2G2dtSRxg3L4k9yCu3AH.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #cUi4a1qZeqtXknieeh0dhdN9IGQFSPeR { width:140px;height:43px;top:993px;left:90px;display:block; }
 }@media only screen and (max-width: 763px) { #eo69bcWvB47gfiRNmTWClRFoy1eQ5FOM { display:block; }
 }@media only screen and (max-width: 763px) { #POnX8N75wM0UnMxNTFyK32hIUuo3TQzn { width:230px;height:46.4886px;top:923px;left:45px;text-align:center;text-align-last:center;line-height:1.3;font-size:15px;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #p4RoSTvR1akOHsfOcGe71JB2cz3o1XeD { width:190px;height:20.7812px;top:839px;left:62px;text-align:center;text-align-last:center;line-height:1.3;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #MdprsISt4dd2WJZGWF6KdnbCwafgG8yh { width:230px;height:171px;top:1036px;left:45px;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#MdprsISt4dd2WJZGWF6KdnbCwafgG8yh.adaptive-delivery-prevent-bg, #MdprsISt4dd2WJZGWF6KdnbCwafgG8yh.lazyload, #MdprsISt4dd2WJZGWF6KdnbCwafgG8yh.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #I4aKimHFS1JAaXTsmxB1euz6ouUSgdh4 { width:140px;height:43px;top:1899px;left:90px;display:block; }
 }@media only screen and (max-width: 763px) { #vFzibKCBVfeGCSWrR8UFuAZpRt7AiEb2 { display:block; }
 }@media only screen and (max-width: 763px) { #ySXN1Llt3nVkBsh8mrHePciB7BA7b747 { width:190px;height:46.7898px;top:1080px;left:65px;text-align:center;text-align-last:center;line-height:1.3;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #DRiz6adQBGUxzT6d5FnFTbbcFuLFuNPi { width:230px;height:19.4886px;top:1160px;left:45px;text-align:center;text-align-last:center;line-height:1.3;font-size:15px;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #tgfEpysTXMHP4XgONZxKfGwVTcV68iqd { width:230px;height:171px;top:1270px;left:45px;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#tgfEpysTXMHP4XgONZxKfGwVTcV68iqd.adaptive-delivery-prevent-bg, #tgfEpysTXMHP4XgONZxKfGwVTcV68iqd.lazyload, #tgfEpysTXMHP4XgONZxKfGwVTcV68iqd.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #cNmT07DfBbIqiTGGMGGmp912mazCZpSc { width:140px;height:42.9972px;top:1654px;left:90px;display:block; }
 }@media only screen and (max-width: 763px) { #wfD35xJsEEg6ai7aMlXX53584tUv3Em4 { display:block; }
 }@media only screen and (max-width: 763px) { #KIBads9g0JvcylDkpnuaCGCH6b3ByIGd { width:230px;height:19.4886px;top:1391px;left:45px;text-align:center;text-align-last:center;line-height:1.3;font-size:15px;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #N7eX4Tl3dOBxE3XXXUONrx8Qs1NecEbB { width:190px;height:63.3438px;top:1304px;left:69px;text-align:center;text-align-last:center;line-height:1.3;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #flBTQz4SWap4L7pPzy8NyB57ri3DzHhi { width:230px;height:171px;top:1475px;left:45px;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#flBTQz4SWap4L7pPzy8NyB57ri3DzHhi.adaptive-delivery-prevent-bg, #flBTQz4SWap4L7pPzy8NyB57ri3DzHhi.lazyload, #flBTQz4SWap4L7pPzy8NyB57ri3DzHhi.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #h6EngfWnGFJnbIpPWTLF1RGo7dTdu6cp { width:230px;height:19.4886px;top:1611.1222312301px;left:44.985795021057px;text-align:center;text-align-last:center;line-height:1.3;font-size:15px;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #lIHDwJ137QeGUe4cfvoWazwUB6Myrvm3 { width:190px;height:72.7841px;top:1528px;left:65px;text-align:center;text-align-last:center;line-height:1.3;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #TpXRZgmL4ELbsiVRWWVWJhDk7F0yBXuh { width:140px;height:42.9972px;top:1452px;left:90px;display:block; }
 }@media only screen and (max-width: 763px) { #JhGO7vPxBIxI20PpaFBV5FSXKweVdJmc { display:block; }
 }@media only screen and (max-width: 763px) { #CruTVwBRBGA7CGqglHJRZ5hbNyF2X2Xe { width:230px;height:171px;top:1708px;left:45px;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#CruTVwBRBGA7CGqglHJRZ5hbNyF2X2Xe.adaptive-delivery-prevent-bg, #CruTVwBRBGA7CGqglHJRZ5hbNyF2X2Xe.lazyload, #CruTVwBRBGA7CGqglHJRZ5hbNyF2X2Xe.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ynSVCNmTtd0tEcUBBz4XEc783UERTD9T { width:230px;height:19.4886px;top:1829px;left:45px;text-align:center;text-align-last:center;line-height:1.3;font-size:15px;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #SK2DNGXUMtPdU2mEbdSv1QMpl8wITpwv { width:190px;height:41.5625px;top:1766px;left:77px;text-align:center;text-align-last:center;line-height:1.3;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #AU1DIhlrgkVDeT92y1h2EI7yUbXvacVV { width:140px;height:42.9972px;top:1217px;left:90px;display:block; }
 }@media only screen and (max-width: 763px) { #PAiR5WaGV7A1T5Na0vUEO2CIqe0FHtZs { display:block; }
 }@media only screen and (max-width: 763px) { #yNwhr3bpTDVThlSkvfqhECJqr7vf4LpT { width:140px;height:43px;top:2378px;left:90px;display:block; }
 }@media only screen and (max-width: 763px) { #pgpTXDWCiobI892gqiRUpOysx8n3KxJP { display:block; }
 }@media only screen and (max-width: 763px) { #FJbN7iZ7bMf96EWETBsJnRcBkbKphMHe { width:230px;height:171px;top:1959px;left:45px;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#FJbN7iZ7bMf96EWETBsJnRcBkbKphMHe.adaptive-delivery-prevent-bg, #FJbN7iZ7bMf96EWETBsJnRcBkbKphMHe.lazyload, #FJbN7iZ7bMf96EWETBsJnRcBkbKphMHe.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #b1sB9wqJ8eqelv1hNkL19A7eIrsd3XnN { width:230px;height:19.4886px;top:2080px;left:45px;text-align:center;text-align-last:center;line-height:1.3;font-size:15px;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #bqeff47QzlW9bq5mOHSRXF0BGPTFsTy8 { width:190px;height:41.5625px;top:2026px;left:69px;text-align:center;text-align-last:center;line-height:1.3;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #aFpP8gJWyQvsZS20i6hmNpTi15pM9ATF { width:230px;height:171px;top:2187px;left:45px;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#aFpP8gJWyQvsZS20i6hmNpTi15pM9ATF.adaptive-delivery-prevent-bg, #aFpP8gJWyQvsZS20i6hmNpTi15pM9ATF.lazyload, #aFpP8gJWyQvsZS20i6hmNpTi15pM9ATF.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #gXSEBPqMut5oRZ590RTtFMuKlTSEUEWU { width:230px;height:19.4886px;top:2308px;left:45px;text-align:center;text-align-last:center;line-height:1.3;font-size:15px;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #oe23zlFbxKNQ3TSkmBaFhsnowEqdoW1Q { width:190px;height:41.5625px;top:2247px;left:64px;text-align:center;text-align-last:center;line-height:1.3;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Sc3Om5la3bZGc0i4f9KU26JuB97Lq7kB { width:140px;height:42.9972px;top:2144px;left:90px;display:block; }
 }@media only screen and (max-width: 763px) { #Mabt77teFmQDs0N7kzB0VLhC2KPykuBs { display:block; }
 }@media only screen and (max-width: 763px) { #DAQnRCeiT5yh5UmryC8dlJCCWTHyHOnu { display:block; }#DAQnRCeiT5yh5UmryC8dlJCCWTHyHOnu > .row .container { width:320px;height:570px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EgenyCSKcHUdVpNRxQ1uQBRKJnq6SamV { width:258px;height:36.4062px;top:311.00001525879px;left:31.000000953674px;font-size:28px;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #RRgXboiF38EUDriX3XJa8GTE9niH19bD { width:179px;height:26px;top:424.50001525879px;left:60.000004768372px;font-size:20px;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #GnsPQkUb13HPv5z1iFeqT3tsl6T4vB56 { width:209px;height:47.7898px;top:364.15626525879px;left:45.000000953674px;font-size:18px;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #GSCufOTRzywzMB8NDH0cE2dHGcld5MXb { width:45px;height:45px;top:469px;left:189px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #ZzaQD0rq9TJGvGfhLBcn8PhqLev9etc7 { width:45px;height:45px;top:469px;left:127px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #iDquHaJBSgT7kG1qlTqdsS8Fe2rXzeLT { width:45px;height:45px;top:469px;left:66px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #VusokiBe0BFqf2zp3TgkvpBZ5k0R5OX6 { width:186px;height:285px;top:11px;left:67px;display:block; }
 }@media only screen and (max-width: 763px) { #mAyeHuR4zVW620pLHx0weBMOZe89eWmv { width:45px;height:45px;top:415.00001525879px;left:254.00002002716px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #wO3ohoO1Zs6JR5CIbIJPeo5ezibTP7H4 { width:45px;height:45px;top:364.97917175293px;left:254.00002002716px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #TvGwT8UHKF3r4TpLRFbAkmIs8B1Phl3O { width:45px;height:45px;top:469.00001525879px;left:254.00002002716px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #Iacfnz8KToy96XW9Je9lxGxqiV2AtO9X { width:309px;height:15.5966px;top:539.34375px;left:10.989583015442px;font-size:12px;text-align:center;text-align-last:center;display:block; }
 }