.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
@media only screen and (max-width: 763px) { 
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uHrZTTvhRK4UTwR9NJFA6kArOnsrv43M { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/8pvuDIgP/IMGL7543_copy.jpg");background-position:center;background-repeat:no-repeat;background-attachment:fixed;background-size:cover;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#uHrZTTvhRK4UTwR9NJFA6kArOnsrv43M > .row .container { background-color: transparent; background-image: none; }#uHrZTTvhRK4UTwR9NJFA6kArOnsrv43M::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uHrZTTvhRK4UTwR9NJFA6kArOnsrv43M > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uHrZTTvhRK4UTwR9NJFA6kArOnsrv43M > .row .container > .video-iframe-container { display: none; }#uHrZTTvhRK4UTwR9NJFA6kArOnsrv43M > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uHrZTTvhRK4UTwR9NJFA6kArOnsrv43M > .row > .video-iframe-container { display: none; }#uHrZTTvhRK4UTwR9NJFA6kArOnsrv43M > .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); }#uHrZTTvhRK4UTwR9NJFA6kArOnsrv43M > .row .container { border-width: 0; border-radius: 0; }#uHrZTTvhRK4UTwR9NJFA6kArOnsrv43M > .row .container { font-size:14px;font-family:arial;height:786px;width:960px;overflow:visible;position:relative;display:block; }#h5sAHKudN2IC7tdv1P7eWk89SXCnoBlf { z-index:100000;top:18px;left:796.15625px;background-color:#fdfdfd;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 0 3px 0 #62dede ;box-sizing:border-box;color:#ed00a6;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:158px;height:47px;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#As8NEliBHybdBzJNzOSK1TaETksWTmX1 { display:block;position:absolute;top:50%;left:0;width:100%;z-index:100000;display:block; }
#fEhVv4pIu11xITL01OKTaNPSGMp5mT4l { z-index:100002;top:41px;left:802.5px;background-color:#c657a0;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:52px;border-top-right-radius:52px;border-bottom-left-radius:52px;border-bottom-right-radius:52px;box-shadow: 0 3px 0 #29bdbe ;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:105px;height:33px;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#nzn67yIh6zKkOTxqGClV5kULh32KQczy { display:block;position:absolute;top:50%;left:0;width:100%;z-index:100000;display:block; }
#Aw0qZ1mFatCnfpL8csfOqa3ULWtmZCwZ { color:#ffffff;display:block;width:503.965px;position:absolute;font-family:hekaya;font-size:90px;font-weight:400;z-index:100013;line-height:1.5;letter-spacing:0;text-shadow:1px 2px 4px #535353;top:150.17578125px;left:22.96875px;height:403.333px;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-form-header { font-size:14px; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-regular-label { height:auto;display:none;font-family:"mykonos ar";font-size:19px;font-weight:700;color:#ffffff;width:314px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0px;background-color:transparent;background-image:none;font-style:normal;text-align:left;text-align-last:left;vertical-align:top;overflow:hidden; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-input-text { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:314px;box-sizing:border-box;height:35px;color:#000000;font-size:20px;overflow:hidden;font-family:tajawal;box-shadow: 0 0 0 rgba(0,0,0,0.5) ;vertical-align:top;text-align:center;text-align-last:center; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-input-text {padding-top: 0; padding-bottom: 0;}#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-textarea { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:314px;box-sizing:border-box;height:70px;color:#000000;font-size:20px;overflow:hidden;font-family:tajawal;box-shadow: 0 0 0 rgba(0,0,0,0.5) ;vertical-align:top;text-align:center;text-align-last:center; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:314px;box-sizing:border-box;height:40px;color:#000000;font-family:tajawal;font-size:20px;overflow:hidden;box-shadow: 0 0 0 rgba(0,0,0,0.5) ;vertical-align:top;text-align:center;text-align-last:center;font-weight:400;font-style:normal; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-input-select {padding-top: 0; padding-bottom: 0;}#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-input-checkbox { width:13px;height:13px;box-sizing:border-box;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-input-button { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;background-color:#bfd569;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-left:0px;margin-bottom:4px;display:block;box-sizing:border-box;font-size:30px;font-weight:400;color:#ffffff;width:314px;height:59px;font-family:hekaya;overflow:hidden;text-shadow:2px 1px 3px #fcdf01;text-align:center;text-align-last:center;font-style:normal; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt [class*="-text"]:-moz-placeholder { color:#000000;font-family:tajawal;font-size:20px;text-align:center;text-align-last:center; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt [class*="-text"]::-moz-placeholder { color:#000000;font-family:tajawal;font-size:20px;text-align:center;text-align-last:center; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:tajawal;font-size:20px;text-align:center;text-align-last:center; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:tajawal;font-size:20px;text-align:center;text-align-last:center; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto;font-family:tajawal;font-size:21px;font-weight:700;color:#011d2f;vertical-align:top;width:298px;overflow:hidden;font-style:normal;float:none;text-align:center;text-align-last:center; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:16px;height:16px;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:3px;vertical-align:middle; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-radio-label { display:inline;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;box-sizing:border-box;height:18px;vertical-align:middle;font-family:ubuntu;font-size:12px;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-container { padding-top:5px;padding-left:0;padding-right:0;padding-bottom:5px;width:100%;font-size:0;height:auto; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-container:first-of-type{padding-top:0;}#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-container:last-of-type{padding-bottom:0;}#a2XgQAc062soe4uQacHyOlDitRAleHZt  { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:314px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:74.305541992188px;top:420.17364501953px;z-index:100012;position:absolute;font-size:14px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:10px; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;width:314px;display:block;vertical-align:top; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:12px;line-height:1.3;font-weight:300;color:#19232e;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt {display:block;}#a2XgQAc062soe4uQacHyOlDitRAleHZt { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:314px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:74.305541992188px;top:420.17364501953px;z-index:100012;position:absolute;font-size:14px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:10px; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt #meGRfFIu6f3qkm09GKvN2zKWJGggUcpE { position:relative; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt #dBLbiZcSfsb5a2ZgLsoHNVcqNWTuXdrq { position:relative; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt #ocMkHIaZSIQPxSqRUXpKatKlo1zBytBP { position:relative; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt #DNzCB3kZCTrwVxxqEsAP0Sniz1Q5vbQo { position:relative;top:0px;left:0px; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt #yyKhMcpuMZOFZbk4cQefmtfqBP42gXqP { position:relative;top:0px;left:0px; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt #cVBIAfeU8KmuDFCDnq3h7uKziTbDVtk8 { position:relative;top:0px;left:0px; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt #UsDFCrCLNVsZyTmmto4V1VQzEGZBBsGd { position:relative;top:0px;left:0px; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt #E6DJQPTTUXtNQfG4wl459cc7ElDFeQ1T { position:relative;top:0px;left:0px; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt #cT7ZqxlGqnKou48GLivUFeq9Qif64xBt { position:relative;top:0px;left:0px; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt #pCTCZE3TKR6OdiRZprokKbvCtgriq4ip { position:relative; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt #elkKV3dFkrKQiKa5fETlenanAqDFEZfi { position:relative; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt #gp4vq481IJmdgc6smxXSOWKLXZxOO8JF { position:relative; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt #TPBTPRx8PIntFd6CzNBIxsqr9dLzuhmW { position:relative; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt #InAxTJQQwe9pPnJtaowd3QHaoehW5rT1 { position:relative; }
#exK2NWwPzp1foKtHoyN6lsxZsFnrbQf3 { position:absolute;display:block;z-index:100035;border-top:0;border-left:0;border-right:0;border-bottom:0;height:166px;width:605px;top:15.9375px;left:177.5px;overflow:hidden;display:block; }
#bZksAPFUZdU9uIkHTleudlAfKLf0lzZQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cd003d;background-image:none;position:relative;display:block; }#bZksAPFUZdU9uIkHTleudlAfKLf0lzZQ > .row .container { background-color: transparent; background-image: none; }#bZksAPFUZdU9uIkHTleudlAfKLf0lzZQ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bZksAPFUZdU9uIkHTleudlAfKLf0lzZQ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bZksAPFUZdU9uIkHTleudlAfKLf0lzZQ > .row .container > .video-iframe-container { display: none; }#bZksAPFUZdU9uIkHTleudlAfKLf0lzZQ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bZksAPFUZdU9uIkHTleudlAfKLf0lzZQ > .row > .video-iframe-container { display: none; }#bZksAPFUZdU9uIkHTleudlAfKLf0lzZQ > .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); }#bZksAPFUZdU9uIkHTleudlAfKLf0lzZQ > .row .container { border-width: 0; border-radius: 0; }#bZksAPFUZdU9uIkHTleudlAfKLf0lzZQ > .row .container { font-size:14px;font-family:arial;height:216px;width:960px;position:relative;display:block; }#XEW4dTrayOg2R4pfgIRKUxU1gDViX0Vs { display:block;width:180px;position:absolute;font-family:hekaya;font-size:28px;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:61.875px;left:600.9765625px;height:35.5556px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#ffffff;text-align:right;text-align-last:right;display:block; }
#FJIysflT5RVyeCyemNTR0zbmRH6N3Sf3 { box-sizing:content-box;color:#ffffff;font-size:52px;font-weight:400;line-height:1;height:75px;width:75px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:42.5px;left:779.98046875px;display:block; }
#surKmh2RGLTU88iJdPDtOLNZhFaUWp69 { box-sizing:content-box;color:#ffffff;font-size:42px;font-weight:400;line-height:1;height:60px;width:60px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:50px;left:491.97265625px;display:block; }
#xwvJ5Tvvroh97Gn4MAmx1LEL33pIm0QS { display:block;width:80px;position:absolute;font-family:hekaya;font-size:48px;font-weight:400;z-index:100011;line-height:.6;letter-spacing:0;top:51px;left:401px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#ffffff;text-align:right;text-align-last:right;display:block; }
#LyNBBobR7Z4OffsIVkV5g5Opo09p6Vlf { box-sizing:content-box;color:#ffffff;font-size:50px;font-weight:400;line-height:1;height:71.9922px;width:71.9922px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:43.984375px;left:208.984375px;display:block; }
#xpQwMSgsHtEHZuNmzoCazCab6IMNMK9i { display:block;width:65px;position:absolute;font-family:hekaya;font-size:60px;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:33.49609375px;left:115.9765625px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#ffffff;text-align:right;text-align-last:right;display:block; }
#E5HNZNfy2QHiiwHz5k2kecum1IMJVqBr { display:block;width:40.9961px;position:absolute;font-family:hekaya;font-size:28px;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:58.8671875px;left:62.98828125px;height:35.5556px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#W4we50Inpt3toQDb1nwzLhWziK4HPiXp { display:block;width:296.992px;position:absolute;font-family:hekaya;font-size:28px;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:148.8671875px;left:330.9765625px;height:35.5556px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#ffffff;text-align:right;text-align-last:right;display:block; }
#ViZgUT4v83tlm7X0k2eRob9gkx1vdnKy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ViZgUT4v83tlm7X0k2eRob9gkx1vdnKy > .row .container { background-color: transparent; background-image: none; }#ViZgUT4v83tlm7X0k2eRob9gkx1vdnKy::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ViZgUT4v83tlm7X0k2eRob9gkx1vdnKy > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ViZgUT4v83tlm7X0k2eRob9gkx1vdnKy > .row .container > .video-iframe-container { display: none; }#ViZgUT4v83tlm7X0k2eRob9gkx1vdnKy > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ViZgUT4v83tlm7X0k2eRob9gkx1vdnKy > .row > .video-iframe-container { display: none; }#ViZgUT4v83tlm7X0k2eRob9gkx1vdnKy > .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); }#ViZgUT4v83tlm7X0k2eRob9gkx1vdnKy > .row .container { border-width: 0; border-radius: 0; }#ViZgUT4v83tlm7X0k2eRob9gkx1vdnKy > .row .container { font-size:14px;font-family:arial;height:250px;width:960px;position:relative;display:block; }#L9Rp66iRhVJHpsLo5Co8I5ioyCcEdEOC { color:#cd003d;display:block;width:365.996px;position:absolute;font-family:hekaya;font-size:35px;font-weight:400;z-index:100011;line-height:1.4;letter-spacing:0;top:18.94921875px;left:296.9921875px;height:48.8889px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NXTJx3m3zCCt2A8KDihhdbScpyDwRVq7 { position:absolute;display:block;z-index:100013;background-color:#ffffff;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:4px dashed #8499f0;border-left:4px dashed #8499f0;border-right:4px dashed #8499f0;border-bottom:4px dashed #8499f0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:103.993px;width:0.989583px;top:131.99652099609px;left:726.99652099609px;display:none; }
#i21oxAzH1rrzVhL2xypJaim4Rvh6db6C { color:#ffffff;display:block;width:134px;position:absolute;font-family:hekaya;font-size:35px;font-weight:400;z-index:100012;line-height:1.4;letter-spacing:0;top:123px;left:804px;height:48.8889px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iyAsDOfaTcfdnJMDSi5GzWaXuXgNke9H { position:absolute;display:block;z-index:100003;background-color:#cd003d;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;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;height:125.996px;width:135.996px;top:87px;left:803px;display:block; }
#aMaIMUrfbT4PpxQzyowpOROgoTbVC1MO { position:absolute;display:block;z-index:100004;background-color:#cd003d;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;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;height:125.977px;width:135.977px;top:87px;left:641px;display:block; }
#HG1e43yJRzy2ypedSw9TBX6yiUx16O6N { color:#ffffff;display:block;width:133.984px;position:absolute;font-family:hekaya;font-size:35px;font-weight:400;z-index:100013;line-height:1.4;letter-spacing:0;top:99px;left:642px;height:97.7778px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v8xfSIiyLo0oZnGDfug0hslSVptFGHox { position:absolute;display:block;z-index:100005;background-color:#cd003d;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;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;height:125.977px;width:135.977px;top:84px;left:478px;display:block; }
#OuMldCmPsiR3hMABmGTHF96ObUvyD0Tf { color:#ffffff;display:block;width:133.965px;position:absolute;font-family:hekaya;font-size:35px;font-weight:400;z-index:100014;line-height:1.4;letter-spacing:0;top:123px;left:479px;height:48.8889px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XS6Lr45mlcDVAymxzWU7SwmwAzTikzSS { position:absolute;display:block;z-index:100006;background-color:#cd003d;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;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;height:125.977px;width:135.977px;top:84px;left:326px;display:block; }
#kFolwJ6LsZT0Bts1nOO9HqCkf4dKTyzD { color:#ffffff;display:block;width:133.965px;position:absolute;font-family:hekaya;font-size:35px;font-weight:400;z-index:100015;line-height:1.4;letter-spacing:0;top:121px;left:327px;height:48.8889px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NhOwb8p30ClDMcfKF4iiMwRf7HSn2wn7 { position:absolute;display:block;z-index:100007;background-color:#cd003d;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;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;height:125.977px;width:135.977px;top:85px;left:22px;display:block; }
#HfMdhnh4AaHVv8StMqGJRwwWGA1gqDQS { color:#ffffff;display:block;width:133.965px;position:absolute;font-family:hekaya;font-size:35px;font-weight:400;z-index:100016;line-height:1.4;letter-spacing:0;top:100px;left:23px;height:97.7778px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eFoVkp3KSTNAdi4dLls5gai2XlqSAXXP { color:#ffffff;display:block;width:133.965px;position:absolute;font-family:hekaya;font-size:35px;font-weight:400;z-index:100016;line-height:1.4;letter-spacing:0;top:99px;left:166px;height:97.7778px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fqbU5eMa56tw2CJEcWsUhqTwebBB1XzN { position:absolute;display:block;z-index:100007;background-color:#cd003d;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;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;height:125.977px;width:135.977px;top:84px;left:167px;display:block; }
#b7W5TlJApFz1qorHZ4FMmDqEMd7B2Meq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#48b5ce;background-image:none;position:relative;display:block; }#b7W5TlJApFz1qorHZ4FMmDqEMd7B2Meq > .row .container { background-color: transparent; background-image: none; }#b7W5TlJApFz1qorHZ4FMmDqEMd7B2Meq::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b7W5TlJApFz1qorHZ4FMmDqEMd7B2Meq > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b7W5TlJApFz1qorHZ4FMmDqEMd7B2Meq > .row .container > .video-iframe-container { display: none; }#b7W5TlJApFz1qorHZ4FMmDqEMd7B2Meq > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b7W5TlJApFz1qorHZ4FMmDqEMd7B2Meq > .row > .video-iframe-container { display: none; }#b7W5TlJApFz1qorHZ4FMmDqEMd7B2Meq > .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); }#b7W5TlJApFz1qorHZ4FMmDqEMd7B2Meq > .row .container { border-width: 0; border-radius: 0; }#b7W5TlJApFz1qorHZ4FMmDqEMd7B2Meq > .row .container { font-size:14px;font-family:arial;height:314px;width:960px;position:relative;display:block; }#nac3CcWeFBNlXmCHcwpnm8A4tBl4IGfH { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:240.39929199219px;left:428.11108398438px;height:20px;display:block; }
#AkN69xS04F96SBAtS5EC0siqFUao8aJc { color:#ffffff;display:block;width:363.965px;position:absolute;font-family:cairo;font-size:14px;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:136.875px;left:357.421875px;height:17.7778px;display:block; }
#C9RgM0cl1mZK9cX62qvI5cV6UvTkKkbv { box-sizing:content-box;color:#fbfeff;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:100003;top:11.328125px;left:700.44921875px;display:block; }
#R3zxdrF5co39JyD4bgAWuPJDymzv021o { color:#ffffff;display:block;width:667.988px;position:absolute;font-family:tajawal;font-size:23px;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:21.953125px;left:122.4609375px;height:28.8889px;text-align:center;text-align-last:center;display:block; }
#gTtZQEiKTXqUWAvk9cVKFqBdzBU0C8Fu { box-sizing:content-box;color:#ffffff;font-size:25px;font-weight:400;line-height:1;height:35.9961px;width:35px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:70.859375px;left:707.94921875px;display:block; }
#DNm8KiECSKFDkF6XodQWXx2NQ5GxvVys { color:#ffffff;display:block;width:173.984px;position:absolute;font-family:tajawal;font-size:23px;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:74.47265625px;left:545.44921875px;height:28.8889px;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #uHrZTTvhRK4UTwR9NJFA6kArOnsrv43M { display:block; }#uHrZTTvhRK4UTwR9NJFA6kArOnsrv43M > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h5sAHKudN2IC7tdv1P7eWk89SXCnoBlf { top:18px;left:606px;width:158px;height:47px;display:block; }
 }@media only screen and (max-width: 763px) { #As8NEliBHybdBzJNzOSK1TaETksWTmX1 { display:block; }
 }@media only screen and (max-width: 763px) { #fEhVv4pIu11xITL01OKTaNPSGMp5mT4l { top:41px;left:659px;width:105px;height:33px;display:block; }
 }@media only screen and (max-width: 763px) { #nzn67yIh6zKkOTxqGClV5kULh32KQczy { display:block; }
 }@media only screen and (max-width: 763px) { #Aw0qZ1mFatCnfpL8csfOqa3ULWtmZCwZ { top:150px;left:0;width:503px;height:270px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-regular-label { width:220px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-input-text { width:220px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-input-text {padding-top: 0; padding-bottom: 0;}#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-textarea { width:220px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-input-select { width:220px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-input-select {padding-top: 0; padding-bottom: 0;}#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-input-button { width:220px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-checkbox-label { width:203px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt  { width:220px;height:auto;top:178px;left:0; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt .radio-container { width:220px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt {display:block;}#a2XgQAc062soe4uQacHyOlDitRAleHZt { width:220px;height:auto;top:178px;left:0; }
 }@media only screen and (max-width: 763px) { #a2XgQAc062soe4uQacHyOlDitRAleHZt #meGRfFIu6f3qkm09GKvN2zKWJGggUcpE {  }
 }@media only screen and (max-width: 763px) { #a2XgQAc062soe4uQacHyOlDitRAleHZt #dBLbiZcSfsb5a2ZgLsoHNVcqNWTuXdrq {  }
 }@media only screen and (max-width: 763px) { #a2XgQAc062soe4uQacHyOlDitRAleHZt #ocMkHIaZSIQPxSqRUXpKatKlo1zBytBP {  }
 }@media only screen and (max-width: 763px) { #a2XgQAc062soe4uQacHyOlDitRAleHZt #DNzCB3kZCTrwVxxqEsAP0Sniz1Q5vbQo {  }
 }@media only screen and (max-width: 763px) { #a2XgQAc062soe4uQacHyOlDitRAleHZt #yyKhMcpuMZOFZbk4cQefmtfqBP42gXqP {  }
 }@media only screen and (max-width: 763px) { #a2XgQAc062soe4uQacHyOlDitRAleHZt #cVBIAfeU8KmuDFCDnq3h7uKziTbDVtk8 {  }
 }@media only screen and (max-width: 763px) { #a2XgQAc062soe4uQacHyOlDitRAleHZt #UsDFCrCLNVsZyTmmto4V1VQzEGZBBsGd {  }
 }@media only screen and (max-width: 763px) { #a2XgQAc062soe4uQacHyOlDitRAleHZt #E6DJQPTTUXtNQfG4wl459cc7ElDFeQ1T {  }
 }@media only screen and (max-width: 763px) { #a2XgQAc062soe4uQacHyOlDitRAleHZt #cT7ZqxlGqnKou48GLivUFeq9Qif64xBt {  }
 }@media only screen and (max-width: 763px) { #a2XgQAc062soe4uQacHyOlDitRAleHZt #pCTCZE3TKR6OdiRZprokKbvCtgriq4ip {  }
 }@media only screen and (max-width: 763px) { #a2XgQAc062soe4uQacHyOlDitRAleHZt #elkKV3dFkrKQiKa5fETlenanAqDFEZfi {  }
 }@media only screen and (max-width: 763px) { #a2XgQAc062soe4uQacHyOlDitRAleHZt #gp4vq481IJmdgc6smxXSOWKLXZxOO8JF {  }
 }@media only screen and (max-width: 763px) { #a2XgQAc062soe4uQacHyOlDitRAleHZt #TPBTPRx8PIntFd6CzNBIxsqr9dLzuhmW {  }
 }@media only screen and (max-width: 763px) { #a2XgQAc062soe4uQacHyOlDitRAleHZt #InAxTJQQwe9pPnJtaowd3QHaoehW5rT1 {  }
 }@media only screen and (max-width: 763px) { #exK2NWwPzp1foKtHoyN6lsxZsFnrbQf3 { width:605px;height:166px;top:15px;left:79.5px;display:block; }
 }@media only screen and (max-width: 763px) { #bZksAPFUZdU9uIkHTleudlAfKLf0lzZQ { display:block; }#bZksAPFUZdU9uIkHTleudlAfKLf0lzZQ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XEW4dTrayOg2R4pfgIRKUxU1gDViX0Vs { width:372px;height:39px;top:42px;left:392px;display:block; }
 }@media only screen and (max-width: 763px) { #FJIysflT5RVyeCyemNTR0zbmRH6N3Sf3 { top:42px;left:681.98046875px;width:75px;height:75px;font-size:52px;display:block; }
 }@media only screen and (max-width: 763px) { #surKmh2RGLTU88iJdPDtOLNZhFaUWp69 { top:50px;left:393.97265625px;width:60px;height:60px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #xwvJ5Tvvroh97Gn4MAmx1LEL33pIm0QS { width:372px;height:39px;top:42px;left:392px;display:block; }
 }@media only screen and (max-width: 763px) { #LyNBBobR7Z4OffsIVkV5g5Opo09p6Vlf { top:43px;left:110.984375px;width:71px;height:71px;font-size:49px;display:block; }
 }@media only screen and (max-width: 763px) { #xpQwMSgsHtEHZuNmzoCazCab6IMNMK9i { width:372px;height:39px;top:42px;left:392px;display:block; }
 }@media only screen and (max-width: 763px) { #E5HNZNfy2QHiiwHz5k2kecum1IMJVqBr { width:372px;height:39px;top:42px;left:392px;display:block; }
 }@media only screen and (max-width: 763px) { #W4we50Inpt3toQDb1nwzLhWziK4HPiXp { width:372px;height:39px;top:42px;left:392px;display:block; }
 }@media only screen and (max-width: 763px) { #ViZgUT4v83tlm7X0k2eRob9gkx1vdnKy { display:block; }#ViZgUT4v83tlm7X0k2eRob9gkx1vdnKy > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L9Rp66iRhVJHpsLo5Co8I5ioyCcEdEOC { width:365px;height:48px;top:18px;left:198.9921875px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #NXTJx3m3zCCt2A8KDihhdbScpyDwRVq7 { top:131px;left:628.99652099609px;width:0;height:103px;display:block; }
 }@media only screen and (max-width: 763px) { #i21oxAzH1rrzVhL2xypJaim4Rvh6db6C { width:133px;height:48px;top:123px;left:631px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #iyAsDOfaTcfdnJMDSi5GzWaXuXgNke9H { top:87px;left:629px;width:135px;height:125px;display:block; }
 }@media only screen and (max-width: 763px) { #aMaIMUrfbT4PpxQzyowpOROgoTbVC1MO { top:87px;left:543px;width:135px;height:125px;display:block; }
 }@media only screen and (max-width: 763px) { #HG1e43yJRzy2ypedSw9TBX6yiUx16O6N { width:133px;height:97px;top:99px;left:544px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #v8xfSIiyLo0oZnGDfug0hslSVptFGHox { top:84px;left:380px;width:135px;height:125px;display:block; }
 }@media only screen and (max-width: 763px) { #OuMldCmPsiR3hMABmGTHF96ObUvyD0Tf { width:133px;height:48px;top:123px;left:381px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #XS6Lr45mlcDVAymxzWU7SwmwAzTikzSS { top:84px;left:228px;width:135px;height:125px;display:block; }
 }@media only screen and (max-width: 763px) { #kFolwJ6LsZT0Bts1nOO9HqCkf4dKTyzD { width:133px;height:48px;top:121px;left:229px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #NhOwb8p30ClDMcfKF4iiMwRf7HSn2wn7 { top:85px;left:0;width:135px;height:125px;display:block; }
 }@media only screen and (max-width: 763px) { #HfMdhnh4AaHVv8StMqGJRwwWGA1gqDQS { width:133px;height:97px;top:100px;left:0;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #eFoVkp3KSTNAdi4dLls5gai2XlqSAXXP { width:133px;height:97px;top:99px;left:68px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #fqbU5eMa56tw2CJEcWsUhqTwebBB1XzN { top:84px;left:69px;width:135px;height:125px;display:block; }
 }@media only screen and (max-width: 763px) { #b7W5TlJApFz1qorHZ4FMmDqEMd7B2Meq { display:block; }#b7W5TlJApFz1qorHZ4FMmDqEMd7B2Meq > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nac3CcWeFBNlXmCHcwpnm8A4tBl4IGfH { top:240px;left:330.10766601562px;width:200px;height:20px;display:block; }
 }@media only screen and (max-width: 763px) { #AkN69xS04F96SBAtS5EC0siqFUao8aJc { top:136px;left:259.421875px;width:363px;height:17px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #C9RgM0cl1mZK9cX62qvI5cV6UvTkKkbv { top:11px;left:602.44921875px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #R3zxdrF5co39JyD4bgAWuPJDymzv021o { top:21px;left:24.4609375px;width:667px;height:28px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #gTtZQEiKTXqUWAvk9cVKFqBdzBU0C8Fu { top:70px;left:609.94921875px;width:35px;height:35.9961px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #DNm8KiECSKFDkF6XodQWXx2NQ5GxvVys { top:74px;left:447.44921875px;width:173px;height:28px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #uHrZTTvhRK4UTwR9NJFA6kArOnsrv43M { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/8pvuDIgP/IMGL7543_copy.jpg");background-position:center right;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#uHrZTTvhRK4UTwR9NJFA6kArOnsrv43M > .row .container { background-color: transparent; background-image: none; }#uHrZTTvhRK4UTwR9NJFA6kArOnsrv43M::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uHrZTTvhRK4UTwR9NJFA6kArOnsrv43M > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uHrZTTvhRK4UTwR9NJFA6kArOnsrv43M > .row .container > .video-iframe-container { display: none; }#uHrZTTvhRK4UTwR9NJFA6kArOnsrv43M > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uHrZTTvhRK4UTwR9NJFA6kArOnsrv43M > .row > .video-iframe-container { display: none; }#uHrZTTvhRK4UTwR9NJFA6kArOnsrv43M > .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); }#uHrZTTvhRK4UTwR9NJFA6kArOnsrv43M > .row .container { border-width: 0; border-radius: 0; }#uHrZTTvhRK4UTwR9NJFA6kArOnsrv43M > .row .container { width:320px;height:560px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h5sAHKudN2IC7tdv1P7eWk89SXCnoBlf { top:765px;left:12px;width:121px;height:35px;font-size:19px;display:none; }
 }@media only screen and (max-width: 763px) { #As8NEliBHybdBzJNzOSK1TaETksWTmX1 { display:block; }
 }@media only screen and (max-width: 763px) { #fEhVv4pIu11xITL01OKTaNPSGMp5mT4l { top:11.953125px;left:205.96875px;width:105px;height:33px;font-size:17px;display:none; }
 }@media only screen and (max-width: 763px) { #nzn67yIh6zKkOTxqGClV5kULh32KQczy { display:block; }
 }@media only screen and (max-width: 763px) { #Aw0qZ1mFatCnfpL8csfOqa3ULWtmZCwZ { width:245.996px;height:110px;top:97.98828125px;left:36.9921875px;text-align:center;text-align-last:center;font-size:40px;font-family:hekaya;line-height:1.4;color:#ffffff;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-regular-label { background-color:transparent;background-image:none;height:auto;width:219px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-input-text { width:219px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-input-text {padding-top: 0; padding-bottom: 0;}#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-textarea { width:219px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-input-select { width:219px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-input-select {padding-top: 0; padding-bottom: 0;}#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-input-button { width:219px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;font-family:hekaya;font-weight:400;font-style:normal;font-size:34px;overflow:hidden;height:65px; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-checkbox-label { width:203px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt  { width:219px;height:auto;top:228.92578125px;left:30.48828125px;background-color:#ffffff;background-image:none; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt .radio-container { width:219px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt {display:block;}#a2XgQAc062soe4uQacHyOlDitRAleHZt { width:219px;height:auto;top:228.92578125px;left:30.48828125px;background-color:#ffffff;background-image:none; }
 }@media only screen and (max-width: 763px) { #a2XgQAc062soe4uQacHyOlDitRAleHZt #meGRfFIu6f3qkm09GKvN2zKWJGggUcpE {  }
 }@media only screen and (max-width: 763px) { #a2XgQAc062soe4uQacHyOlDitRAleHZt #dBLbiZcSfsb5a2ZgLsoHNVcqNWTuXdrq {  }
 }@media only screen and (max-width: 763px) { #a2XgQAc062soe4uQacHyOlDitRAleHZt #ocMkHIaZSIQPxSqRUXpKatKlo1zBytBP {  }
 }@media only screen and (max-width: 763px) { #a2XgQAc062soe4uQacHyOlDitRAleHZt #DNzCB3kZCTrwVxxqEsAP0Sniz1Q5vbQo {  }
 }@media only screen and (max-width: 763px) { #a2XgQAc062soe4uQacHyOlDitRAleHZt #yyKhMcpuMZOFZbk4cQefmtfqBP42gXqP {  }
 }@media only screen and (max-width: 763px) { #a2XgQAc062soe4uQacHyOlDitRAleHZt #cVBIAfeU8KmuDFCDnq3h7uKziTbDVtk8 {  }
 }@media only screen and (max-width: 763px) { #a2XgQAc062soe4uQacHyOlDitRAleHZt #UsDFCrCLNVsZyTmmto4V1VQzEGZBBsGd {  }
 }@media only screen and (max-width: 763px) { #a2XgQAc062soe4uQacHyOlDitRAleHZt #E6DJQPTTUXtNQfG4wl459cc7ElDFeQ1T {  }
 }@media only screen and (max-width: 763px) { #a2XgQAc062soe4uQacHyOlDitRAleHZt #cT7ZqxlGqnKou48GLivUFeq9Qif64xBt {  }
 }@media only screen and (max-width: 763px) { #a2XgQAc062soe4uQacHyOlDitRAleHZt #pCTCZE3TKR6OdiRZprokKbvCtgriq4ip {  }
 }@media only screen and (max-width: 763px) { #a2XgQAc062soe4uQacHyOlDitRAleHZt #elkKV3dFkrKQiKa5fETlenanAqDFEZfi {  }
 }@media only screen and (max-width: 763px) { #a2XgQAc062soe4uQacHyOlDitRAleHZt #gp4vq481IJmdgc6smxXSOWKLXZxOO8JF {  }
 }@media only screen and (max-width: 763px) { #a2XgQAc062soe4uQacHyOlDitRAleHZt #TPBTPRx8PIntFd6CzNBIxsqr9dLzuhmW {  }
 }@media only screen and (max-width: 763px) { #a2XgQAc062soe4uQacHyOlDitRAleHZt #InAxTJQQwe9pPnJtaowd3QHaoehW5rT1 {  }
 }@media only screen and (max-width: 763px) { #exK2NWwPzp1foKtHoyN6lsxZsFnrbQf3 { width:320px;height:97.9883px;top:0;left:0;z-index:100035;display:block; }
 }@media only screen and (max-width: 763px) { #bZksAPFUZdU9uIkHTleudlAfKLf0lzZQ { display:block; }#bZksAPFUZdU9uIkHTleudlAfKLf0lzZQ > .row .container { width:320px;height:275px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XEW4dTrayOg2R4pfgIRKUxU1gDViX0Vs { width:180px;height:26.25px;top:33.57421875px;left:56.9921875px;text-align:center;text-align-last:center;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #FJIysflT5RVyeCyemNTR0zbmRH6N3Sf3 { width:35.9961px;height:35.9961px;top:28.7109375px;left:215px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #surKmh2RGLTU88iJdPDtOLNZhFaUWp69 { width:36px;height:36px;top:92.48046875px;left:215px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #xwvJ5Tvvroh97Gn4MAmx1LEL33pIm0QS { width:80px;height:25px;top:95.48828125px;left:120px;text-align:center;text-align-last:center;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #LyNBBobR7Z4OffsIVkV5g5Opo09p6Vlf { width:36px;height:36px;top:157.48046875px;left:215px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #xpQwMSgsHtEHZuNmzoCazCab6IMNMK9i { width:65px;height:26.25px;top:164.09375px;left:127.5px;text-align:center;text-align-last:center;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #E5HNZNfy2QHiiwHz5k2kecum1IMJVqBr { width:40px;height:23.75px;top:163.59375px;left:70px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #W4we50Inpt3toQDb1nwzLhWziK4HPiXp { width:295.996px;height:26.25px;top:226.23046875px;left:11.9921875px;text-align:center;text-align-last:center;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #ViZgUT4v83tlm7X0k2eRob9gkx1vdnKy { background-color:#ffffff;background-image:none;display:block; }#ViZgUT4v83tlm7X0k2eRob9gkx1vdnKy > .row .container { background-color: transparent; background-image: none; }#ViZgUT4v83tlm7X0k2eRob9gkx1vdnKy::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ViZgUT4v83tlm7X0k2eRob9gkx1vdnKy > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ViZgUT4v83tlm7X0k2eRob9gkx1vdnKy > .row .container > .video-iframe-container { display: none; }#ViZgUT4v83tlm7X0k2eRob9gkx1vdnKy > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ViZgUT4v83tlm7X0k2eRob9gkx1vdnKy > .row > .video-iframe-container { display: none; }#ViZgUT4v83tlm7X0k2eRob9gkx1vdnKy > .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); }#ViZgUT4v83tlm7X0k2eRob9gkx1vdnKy > .row .container { width:320px;height:960px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L9Rp66iRhVJHpsLo5Co8I5ioyCcEdEOC { width:282.988px;height:43.75px;top:13.984375px;left:18.4765625px;text-align:center;text-align-last:center;font-size:34px;color:#cd003d;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #NXTJx3m3zCCt2A8KDihhdbScpyDwRVq7 { width:213.993px;height:78.9931px;top:557.94424px;left:50px;display:none; }
 }@media only screen and (max-width: 763px) { #i21oxAzH1rrzVhL2xypJaim4Rvh6db6C { width:132.988px;height:33.75px;top:693.359375px;left:92.98828125px;text-align:center;text-align-last:center;font-size:26px;color:#ffffff;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #iyAsDOfaTcfdnJMDSi5GzWaXuXgNke9H { width:135px;height:125px;top:647.734375px;left:92px;display:block; }
 }@media only screen and (max-width: 763px) { #aMaIMUrfbT4PpxQzyowpOROgoTbVC1MO { width:135px;height:125px;top:502.734375px;left:92px;display:block; }
 }@media only screen and (max-width: 763px) { #HG1e43yJRzy2ypedSw9TBX6yiUx16O6N { width:132.988px;height:67.5px;top:531.484375px;left:92.98828125px;text-align:center;text-align-last:center;font-size:26px;color:#ffffff;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #v8xfSIiyLo0oZnGDfug0hslSVptFGHox { width:135px;height:125px;top:357.734375px;left:92px;display:block; }
 }@media only screen and (max-width: 763px) { #OuMldCmPsiR3hMABmGTHF96ObUvyD0Tf { width:132.988px;height:33.75px;top:396.734375px;left:93px;text-align:center;text-align-last:center;font-size:26px;color:#ffffff;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #XS6Lr45mlcDVAymxzWU7SwmwAzTikzSS { width:135px;height:125px;top:212.734375px;left:92px;display:block; }
 }@media only screen and (max-width: 763px) { #kFolwJ6LsZT0Bts1nOO9HqCkf4dKTyzD { width:132.988px;height:33.75px;top:258.359375px;left:92.98828125px;text-align:center;text-align-last:center;font-size:26px;color:#ffffff;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #NhOwb8p30ClDMcfKF4iiMwRf7HSn2wn7 { width:135px;height:125px;top:67.734375px;left:92px;display:block; }
 }@media only screen and (max-width: 763px) { #HfMdhnh4AaHVv8StMqGJRwwWGA1gqDQS { width:132.988px;height:67.5px;top:96.484375px;left:92.98828125px;text-align:center;text-align-last:center;font-size:26px;color:#ffffff;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #eFoVkp3KSTNAdi4dLls5gai2XlqSAXXP { width:132.988px;height:67.5px;top:835px;left:93px;text-align:center;text-align-last:center;font-size:26px;color:#ffffff;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #fqbU5eMa56tw2CJEcWsUhqTwebBB1XzN { width:135px;height:125px;top:806px;left:93px;display:block; }
 }@media only screen and (max-width: 763px) { #b7W5TlJApFz1qorHZ4FMmDqEMd7B2Meq { background-color:#cd003d;background-image:none;display:block; }#b7W5TlJApFz1qorHZ4FMmDqEMd7B2Meq > .row .container { background-color: transparent; background-image: none; }#b7W5TlJApFz1qorHZ4FMmDqEMd7B2Meq::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b7W5TlJApFz1qorHZ4FMmDqEMd7B2Meq > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b7W5TlJApFz1qorHZ4FMmDqEMd7B2Meq > .row .container > .video-iframe-container { display: none; }#b7W5TlJApFz1qorHZ4FMmDqEMd7B2Meq > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b7W5TlJApFz1qorHZ4FMmDqEMd7B2Meq > .row > .video-iframe-container { display: none; }#b7W5TlJApFz1qorHZ4FMmDqEMd7B2Meq > .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); }#b7W5TlJApFz1qorHZ4FMmDqEMd7B2Meq > .row .container { width:320px;height:340px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nac3CcWeFBNlXmCHcwpnm8A4tBl4IGfH { width:200px;height:20px;top:301.0764px;left:60px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #AkN69xS04F96SBAtS5EC0siqFUao8aJc { width:320px;height:13.75px;top:288.3203125px;left:0;text-align:center;text-align-last:center;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #C9RgM0cl1mZK9cX62qvI5cV6UvTkKkbv { width:50px;height:50px;top:11px;left:135px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #R3zxdrF5co39JyD4bgAWuPJDymzv021o { width:320px;height:47.5px;top:72.98828125px;left:0;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #gTtZQEiKTXqUWAvk9cVKFqBdzBU0C8Fu { width:62.9883px;height:62.9883px;top:147.05078125px;left:127.96875px;font-size:44px;display:block; }
 }@media only screen and (max-width: 763px) { #DNm8KiECSKFDkF6XodQWXx2NQ5GxvVys { width:320px;height:23.75px;top:237.5px;left:0;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }