.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#48b5ce;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); }#VQlCN9AA2UfL4GbAJIWzWbDn5JhEW3Bn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#VQlCN9AA2UfL4GbAJIWzWbDn5JhEW3Bn > .row .container { background-color: transparent; background-image: none; }#VQlCN9AA2UfL4GbAJIWzWbDn5JhEW3Bn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VQlCN9AA2UfL4GbAJIWzWbDn5JhEW3Bn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VQlCN9AA2UfL4GbAJIWzWbDn5JhEW3Bn > .row .container > .video-iframe-container { display: none; }#VQlCN9AA2UfL4GbAJIWzWbDn5JhEW3Bn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VQlCN9AA2UfL4GbAJIWzWbDn5JhEW3Bn > .row > .video-iframe-container { display: none; }#VQlCN9AA2UfL4GbAJIWzWbDn5JhEW3Bn > .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); }#VQlCN9AA2UfL4GbAJIWzWbDn5JhEW3Bn > .row .container { border-width: 0; border-radius: 0; }#VQlCN9AA2UfL4GbAJIWzWbDn5JhEW3Bn > .row .container { font-size:14px;font-family:arial;height:140px;width:960px;position:relative;display:block; }#exK2NWwPzp1foKtHoyN6lsxZsFnrbQf3 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:114px;width:386px;top:0.9765625px;left:269.04296875px;overflow:hidden;display:block; }
#WK70NCPPXACfECsRWda7lvAUoudL2MWS { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0 0 8px rgba(0,0,0,0.21) ;height:472px;width:322px;top:32px;left:130px;display:none; }
#wFxkJHQikPcVMmIDJcrUi5HK7ZJKedd8 { background-color:rgba(255,255,255,0.7);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#wFxkJHQikPcVMmIDJcrUi5HK7ZJKedd8 > .row .container { background-color: transparent; background-image: none; }#wFxkJHQikPcVMmIDJcrUi5HK7ZJKedd8::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wFxkJHQikPcVMmIDJcrUi5HK7ZJKedd8 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wFxkJHQikPcVMmIDJcrUi5HK7ZJKedd8 > .row .container > .video-iframe-container { display: none; }#wFxkJHQikPcVMmIDJcrUi5HK7ZJKedd8 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wFxkJHQikPcVMmIDJcrUi5HK7ZJKedd8 > .row > .video-iframe-container { display: none; }#wFxkJHQikPcVMmIDJcrUi5HK7ZJKedd8 > .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); }#wFxkJHQikPcVMmIDJcrUi5HK7ZJKedd8 > .row .container { border-width: 0; border-radius: 0; }#wFxkJHQikPcVMmIDJcrUi5HK7ZJKedd8 > .row .container { font-size:14px;font-family:arial;height:550px;width:960px;overflow:visible;position:relative;display:block; }#Tb359B7nIVCr33kUIKokombn5tOq6NCZ { color:#000000;display:block;width:307.984px;position:absolute;font-family:cairo;font-size:30px;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:41.1875px;left:38.515625px;height:39px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b6UqAxdsPWAQXmrZVTp4TTmrlm8rU7ns { 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; }
#VUOHllwPM66f9BFvSaGUWPxmP5wBwT9S { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#xn0qVny7LprQqG0tqZDeLaPLE2BdoTf5 { z-index:100004;top:21px;left:56px;background-color:#c657a0;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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; }
#uy7AFEGGE5lSQMW4FOJhGhn0mKeI204l { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-form-header { font-size:14px; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:19px;font-weight:700;color:#ba0484;width:281px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;text-align:center;text-align-last:center;vertical-align:top;overflow:hidden; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-input-text { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top: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:281px;box-sizing:border-box;height:41px;color:#161616;font-size:16px;overflow:hidden;font-family:cairo;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:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:281px;box-sizing:border-box;height:70px;color:#161616;font-size:16px;overflow:hidden;font-family:cairo;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:0;margin-bottom:4px;margin-left:0;display:block;width:281px;box-sizing:border-box;height:40px;color:rgba(135,127,126,0.7);font-family:cairo;font-size:13px;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:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-input-button { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:transparent;background-image: -webkit-linear-gradient(top, #37a3eb, #2b84bf);background-image: -moz-linear-gradient(top, #37a3eb, #2b84bf);background-image: -ms-linear-gradient(top, #37a3eb, #2b84bf);background-image: -o-linear-gradient(top, #37a3eb, #2b84bf);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#37a3eb', endColorstr='#2b84bf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#37a3eb', endColorstr='#2b84bf' );";background-image: linear-gradient(to bottom, #37a3eb, #2b84bf);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:bold;color:#f2f9ff;width:281px;height:55px;font-family:cairo;overflow:hidden;text-shadow:1px 1px 1px #000000;text-align:center;text-align-last:center; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:13px; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:13px; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:13px; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:13px; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:ubuntu;font-size:12px;font-weight:400;color:#161616;vertical-align:top;width:265px;overflow:hidden;font-style:normal;float:none; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:16px;height:16px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt .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: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:4px;padding-right:0;padding-bottom:4px;padding-left:0;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:280.99px;height:auto;border-top:1px solid #5d92ff;border-left:1px solid #0e9ae5;border-right:1px solid #0e9ae5;border-bottom:1px solid #0e9ae5;left:41.53125px;top:90.984375px;z-index:100012;position:absolute;font-size:14px; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:281px;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:0;margin-right:0;margin-bottom:0;margin-left:0; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt {display:block;}#a2XgQAc062soe4uQacHyOlDitRAleHZt { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:280.99px;height:auto;border-top:1px solid #5d92ff;border-left:1px solid #0e9ae5;border-right:1px solid #0e9ae5;border-bottom:1px solid #0e9ae5;left:41.53125px;top:90.984375px;z-index:100012;position:absolute;font-size:14px; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt #meGRfFIu6f3qkm09GKvN2zKWJGggUcpE { position:relative; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt #dBLbiZcSfsb5a2ZgLsoHNVcqNWTuXdrq { position:relative; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt #ocMkHIaZSIQPxSqRUXpKatKlo1zBytBP { position:relative; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt #JSiwS4V6Tp3IVz8E35xUSJQBedmOauda { position:relative; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt #gGeJBxUhdv37tWK3eO3uFNVP1uI04Kny { position:relative; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt #MT1fZBCxKnFaoIy8K54LbBEltEyDFQLG { position:relative; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt #pCTCZE3TKR6OdiRZprokKbvCtgriq4ip { position:relative; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt #elkKV3dFkrKQiKa5fETlenanAqDFEZfi { position:relative; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt #gp4vq481IJmdgc6smxXSOWKLXZxOO8JF { position:relative; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt #GuaW9RGMGK4SHVAlF4lH2OrJATDbo4Pe { position:relative; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt #kZu4T3ccFNH5BaSN79Ao5vzgCM4QlDne { position:relative; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt #cVNcTpRBZCcszMSDNC3eaU6GbUymR6c1 { position:relative; }
#sz66f36wgTcyE45xCzU8SWWqdOQ72C95 { position:relative;display:block; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt #TPBTPRx8PIntFd6CzNBIxsqr9dLzuhmW { position:relative; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt #InAxTJQQwe9pPnJtaowd3QHaoehW5rT1 { position:relative; }
#d1Kmvll56ms0Nkc5k1pf1w9ILoiaHZ2k { position:absolute;display:block;z-index:100019;background-color:#405466;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;height:99px;width:387px;top:376px;left:376px;display:none; }
#hMWQ7sISgRgLhReFpucQJmeJVKAHmws9 { color:#fef7da;display:block;width:375px;position:absolute;font-family:kids;font-size:22px;font-weight:normal;z-index:100021;line-height:1.3;letter-spacing:0;top:385px;left:379px;height:0;text-align:center;text-align-last:center;display:none; }
#vMN1nnGoPB0rLUO6MR9tcBAekfZOXfRT { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:345px;width:521px;top:148px;left:385.125px;overflow:hidden;display:block; }
#Sft4Z5Kfia1OXKSRSJtNubWliThpfMVK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.32);background-image:none;position:relative;display:block; }#Sft4Z5Kfia1OXKSRSJtNubWliThpfMVK > .row .container { background-color: transparent; background-image: none; }#Sft4Z5Kfia1OXKSRSJtNubWliThpfMVK::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Sft4Z5Kfia1OXKSRSJtNubWliThpfMVK > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Sft4Z5Kfia1OXKSRSJtNubWliThpfMVK > .row .container > .video-iframe-container { display: none; }#Sft4Z5Kfia1OXKSRSJtNubWliThpfMVK > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Sft4Z5Kfia1OXKSRSJtNubWliThpfMVK > .row > .video-iframe-container { display: none; }#Sft4Z5Kfia1OXKSRSJtNubWliThpfMVK > .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); }#Sft4Z5Kfia1OXKSRSJtNubWliThpfMVK > .row .container { border-width: 0; border-radius: 0; }#Sft4Z5Kfia1OXKSRSJtNubWliThpfMVK > .row .container { font-size:14px;font-family:"open sans";height:755px;width:960px;position:relative;display:block; }#aUgKP6eJqp2AMtZ3X6IJmTh6o4vHqn2v { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-shadow: 1px 1px 50px rgba(133,98,202,0.7) ;height:237.986px;width:318.993px;top:220.0000038147px;left:522.98614501953px;overflow:hidden;display:none; }
#xyZUCBWfiTg5lbLfBgJUCIOx3uHxZ9tg { box-sizing:content-box;color:#000000;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:100030;top:232.8819694519px;left:850.98962402344px;display:none; }
#qIaaGB5c1q43wHGzHOSDiNRwZyOI4rKJ { color:#000000;display:block;width:911.969px;position:absolute;font-family:kids;font-size:24px;font-weight:400;z-index:100018;line-height:1.5;letter-spacing:0;top:24px;left:8px;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;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sPTicE3BDTdgAgnaAxlXJln3T75dTGr6 { color:#000000;display:block;width:895px;position:absolute;font-family:kids;font-size:34px;font-weight:normal;z-index:100031;line-height:1.3;letter-spacing:0;top:108.97569274902px;left:31.979156494141px;height:176px;text-align:center;text-align-last:center;display:block; }
#R72Ey9wGoAkwah90y83q71qccQpRqzlr { box-sizing:content-box;color:#ffffff;font-size:21px;font-weight:400;line-height:1;height:31px;width:31px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:1px 1px 1px #000000;display:block;z-index:100032;top:159px;left:904.1875px;display:none; }
#C5n78JQh1skW0rZkCHLP1imTdqtSFvZw { box-sizing:content-box;color:#ffffff;font-size:21px;font-weight:400;line-height:1;height:31px;width:31px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:1px 1px 1px #000000;display:block;z-index:100033;top:203px;left:904.1875px;display:none; }
#Z1Ip2RQ55bweLtKJviooGdPD7iW9JnrV { box-sizing:content-box;color:#ffffff;font-size:21px;font-weight:400;line-height:1;height:31px;width:31px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:1px 1px 1px #000000;display:block;z-index:100034;top:248px;left:904.1875px;display:none; }
#eVRSK3sgcH0PwoRlcihER1QEguI9fUdI { box-sizing:content-box;color:#ffffff;font-size:21px;font-weight:400;line-height:1;height:31px;width:31px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:1px 1px 1px #000000;display:block;z-index:100035;top:293px;left:904.1875px;display:none; }
#DhRDXMdVzoTHwGzTalXcle4CoZDA6Bpo { color:#000000;display:block;width:960px;position:absolute;font-family:"sari 3";font-size:32px;font-weight:400;z-index:100038;line-height:1.5;letter-spacing:0;top:319px;left:0px;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;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yIxaJDQLBQILV2gh0aG5NVPulzaWD4RS { color:#ffffff;display:block;width:960px;position:absolute;font-family:tajawal;font-size:24px;font-weight:normal;z-index:100039;line-height:1.3;letter-spacing:0;top:574px;left:0px;height:31px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#uyehgOs7ut3MwROKqrQJX9walRoCPoeZ { color:#000000;display:block;width:960px;position:absolute;font-family:tajawal;font-size:24px;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:615px;left:0px;height:31px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#XwtvKZNRyam19yKLrSQqfc5TvT39TeQM { box-sizing:content-box;color:#eff1f4;font-size:45px;font-weight:400;line-height:1;height:65px;width:65px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100037;top:510px;left:447.5px;display:block; }
#MnwUeuwF09K0HWCOIBtx9y28lTAbn19P { 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-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:cairo;font-size:25px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:234px;height:56px;text-decoration:none;z-index:100040;text-align:center;text-align-last:center;top:673.21875px;left:346.984375px;display:block; }
#edKNGSmoPUTNrVFep9mThXr4F2fTd2Vt { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#duFbVhcDe8me99CPvx08tetxlacG53P8 { position:absolute;display:block;z-index:100014;background-color:rgba(227,227,227,0.61);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:754px;width:960px;top:0px;left:0px;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:287px;width:960px;position:relative;display:block; }#TAgWdD1lCNu6s3NvsEBRAqwbnVCUiDs8 { color:#ffffff;display:block;width:530px;position:absolute;font-family:cairo;font-size:41px;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:19px;left:198px;height:53px;text-align:center;text-align-last:center;font-style:normal;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:232px;left:432px;height:20px;display:block; }
#AkN69xS04F96SBAtS5EC0siqFUao8aJc { color:#ffffff;display:block;width:364px;position:absolute;font-family:cairo;font-size:14px;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:254px;left:361px;height:18px;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:76px;left:449px;display:block; }
#R3zxdrF5co39JyD4bgAWuPJDymzv021o { color:#ffffff;display:block;width:393px;position:absolute;font-family:cairo;font-size:23px;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:126px;left:287px;height:116px;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) { #VQlCN9AA2UfL4GbAJIWzWbDn5JhEW3Bn { display:block; }#VQlCN9AA2UfL4GbAJIWzWbDn5JhEW3Bn > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #exK2NWwPzp1foKtHoyN6lsxZsFnrbQf3 { width:386px;height:114px;top:0px;left:171.04296875px;display:block; }
 }@media only screen and (max-width: 763px) { #WK70NCPPXACfECsRWda7lvAUoudL2MWS { width:322px;height:472px;top:32px;left:32px;display:block; }
 }@media only screen and (max-width: 763px) { #wFxkJHQikPcVMmIDJcrUi5HK7ZJKedd8 { display:block; }#wFxkJHQikPcVMmIDJcrUi5HK7ZJKedd8 > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tb359B7nIVCr33kUIKokombn5tOq6NCZ { width:307px;height:39px;top:41px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #b6UqAxdsPWAQXmrZVTp4TTmrlm8rU7ns { top:18px;left:606px;width:158px;height:47px;display:block; }
 }@media only screen and (max-width: 763px) { #VUOHllwPM66f9BFvSaGUWPxmP5wBwT9S { display:block; }
 }@media only screen and (max-width: 763px) { #xn0qVny7LprQqG0tqZDeLaPLE2BdoTf5 { top:21px;left:0px;width:105px;height:33px;display:block; }
 }@media only screen and (max-width: 763px) { #uy7AFEGGE5lSQMW4FOJhGhn0mKeI204l { display:block; }
 }@media only screen and (max-width: 763px) { #a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-input-text {padding-top: 0; padding-bottom: 0;}#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-input-select {padding-top: 0; padding-bottom: 0;}#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-checkbox-label { width:264px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt  { width:280px;height:auto;top:90px;left:0px; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt {display:block;}#a2XgQAc062soe4uQacHyOlDitRAleHZt { width:280px;height:auto;top:90px;left:0px; }
 }@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 #JSiwS4V6Tp3IVz8E35xUSJQBedmOauda {  }
 }@media only screen and (max-width: 763px) { #a2XgQAc062soe4uQacHyOlDitRAleHZt #gGeJBxUhdv37tWK3eO3uFNVP1uI04Kny {  }
 }@media only screen and (max-width: 763px) { #a2XgQAc062soe4uQacHyOlDitRAleHZt #MT1fZBCxKnFaoIy8K54LbBEltEyDFQLG {  }
 }@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 #GuaW9RGMGK4SHVAlF4lH2OrJATDbo4Pe {  }
 }@media only screen and (max-width: 763px) { #a2XgQAc062soe4uQacHyOlDitRAleHZt #kZu4T3ccFNH5BaSN79Ao5vzgCM4QlDne {  }
 }@media only screen and (max-width: 763px) { #a2XgQAc062soe4uQacHyOlDitRAleHZt #cVNcTpRBZCcszMSDNC3eaU6GbUymR6c1 {  }
 }@media only screen and (max-width: 763px) { #sz66f36wgTcyE45xCzU8SWWqdOQ72C95 { display:block; }
 }@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) { #d1Kmvll56ms0Nkc5k1pf1w9ILoiaHZ2k { top:376px;left:278px;width:387px;height:99px;display:block; }
 }@media only screen and (max-width: 763px) { #hMWQ7sISgRgLhReFpucQJmeJVKAHmws9 { top:385px;left:281px;width:375px;height:84px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #vMN1nnGoPB0rLUO6MR9tcBAekfZOXfRT { top:148px;left:243px;width:521px;height:345px;display:block; }
 }@media only screen and (max-width: 763px) { #Sft4Z5Kfia1OXKSRSJtNubWliThpfMVK { display:block; }#Sft4Z5Kfia1OXKSRSJtNubWliThpfMVK > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aUgKP6eJqp2AMtZ3X6IJmTh6o4vHqn2v { top:220px;left:424.98614501953px;width:318px;height:237.24516838927px;display:block; }
 }@media only screen and (max-width: 763px) { #xyZUCBWfiTg5lbLfBgJUCIOx3uHxZ9tg { top:232px;left:714px;width:50px;height:50px;font-size:35px;display:none; }
 }@media only screen and (max-width: 763px) { #qIaaGB5c1q43wHGzHOSDiNRwZyOI4rKJ { top:24px;left:0px;width:764px;height:;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #sPTicE3BDTdgAgnaAxlXJln3T75dTGr6 { top:108px;left:0px;width:764px;height:173px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #R72Ey9wGoAkwah90y83q71qccQpRqzlr { top:159px;left:733px;width:31px;height:31px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #C5n78JQh1skW0rZkCHLP1imTdqtSFvZw { top:203px;left:733px;width:31px;height:31px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #Z1Ip2RQ55bweLtKJviooGdPD7iW9JnrV { top:248px;left:733px;width:31px;height:31px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #eVRSK3sgcH0PwoRlcihER1QEguI9fUdI { top:293px;left:733px;width:31px;height:31px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #DhRDXMdVzoTHwGzTalXcle4CoZDA6Bpo { top:319px;left:0px;width:764px;height:;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #yIxaJDQLBQILV2gh0aG5NVPulzaWD4RS { top:574px;left:0px;width:764px;height:31px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #uyehgOs7ut3MwROKqrQJX9walRoCPoeZ { top:615px;left:0px;width:764px;height:31px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #XwtvKZNRyam19yKLrSQqfc5TvT39TeQM { top:510px;left:349.5px;width:65px;height:65px;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #MnwUeuwF09K0HWCOIBtx9y28lTAbn19P { width:234px;height:56px;top:673px;left:248.984375px;display:block; }
 }@media only screen and (max-width: 763px) { #edKNGSmoPUTNrVFep9mThXr4F2fTd2Vt { display:block; }
 }@media only screen and (max-width: 763px) { #duFbVhcDe8me99CPvx08tetxlacG53P8 { top:0px;left:0px;width:764px;height:754px;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) { #TAgWdD1lCNu6s3NvsEBRAqwbnVCUiDs8 { top:19px;left:100px;width:530px;height:53px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #nac3CcWeFBNlXmCHcwpnm8A4tBl4IGfH { top:232px;left:334px;width:200px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #AkN69xS04F96SBAtS5EC0siqFUao8aJc { top:254px;left:263px;width:364px;height:18px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #C9RgM0cl1mZK9cX62qvI5cV6UvTkKkbv { top:76px;left:351px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #R3zxdrF5co39JyD4bgAWuPJDymzv021o { top:126px;left:189px;width:393px;height:116px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VQlCN9AA2UfL4GbAJIWzWbDn5JhEW3Bn { display:block; }#VQlCN9AA2UfL4GbAJIWzWbDn5JhEW3Bn > .row .container { width:320px;height:98px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #exK2NWwPzp1foKtHoyN6lsxZsFnrbQf3 { width:250px;height:77px;top:0px;left:35.000000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #WK70NCPPXACfECsRWda7lvAUoudL2MWS { width:320px;height:537.986px;top:265.96875px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #wFxkJHQikPcVMmIDJcrUi5HK7ZJKedd8 { background-color:#ffffff;background-image:none;display:block; }#wFxkJHQikPcVMmIDJcrUi5HK7ZJKedd8 > .row .container { background-color: transparent; background-image: none; }#wFxkJHQikPcVMmIDJcrUi5HK7ZJKedd8::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wFxkJHQikPcVMmIDJcrUi5HK7ZJKedd8 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wFxkJHQikPcVMmIDJcrUi5HK7ZJKedd8 > .row .container > .video-iframe-container { display: none; }#wFxkJHQikPcVMmIDJcrUi5HK7ZJKedd8 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wFxkJHQikPcVMmIDJcrUi5HK7ZJKedd8 > .row > .video-iframe-container { display: none; }#wFxkJHQikPcVMmIDJcrUi5HK7ZJKedd8 > .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); }#wFxkJHQikPcVMmIDJcrUi5HK7ZJKedd8 > .row .container { width:320px;height:713px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tb359B7nIVCr33kUIKokombn5tOq6NCZ { width:320px;height:32px;top:234.96875px;left:0px;text-align:center;text-align-last:center;font-size:25px;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #b6UqAxdsPWAQXmrZVTp4TTmrlm8rU7ns { top:765px;left:12px;width:121px;height:35px;font-size:19px;display:none; }
 }@media only screen and (max-width: 763px) { #VUOHllwPM66f9BFvSaGUWPxmP5wBwT9S { display:block; }
 }@media only screen and (max-width: 763px) { #xn0qVny7LprQqG0tqZDeLaPLE2BdoTf5 { top:786px;left:107px;width:105px;height:33px;display:none; }
 }@media only screen and (max-width: 763px) { #uy7AFEGGE5lSQMW4FOJhGhn0mKeI204l { display:block; }
 }@media only screen and (max-width: 763px) { #a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-regular-label { width:276px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-input-text { width:276px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;border-top:3px solid #d6d4d4;border-left:3px solid #d6d4d4;border-right:3px solid #d6d4d4;border-bottom:3px solid #d6d4d4; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-input-text {padding-top: 0; padding-bottom: 0;}#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-textarea { width:276px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;border-top:3px solid #d6d4d4;border-left:3px solid #d6d4d4;border-right:3px solid #d6d4d4;border-bottom:3px solid #d6d4d4; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-input-select { width:276px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;border-top:3px solid #d6d4d4;border-left:3px solid #d6d4d4;border-right:3px solid #d6d4d4;border-bottom:3px solid #d6d4d4; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-input-select {padding-top: 0; padding-bottom: 0;}#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-input-button { width:276px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-checkbox-label { width:260px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt  { width:276px;height:auto;top:271.96875px;left:1.984375px;border-top:1px solid #5d92ff;border-left:1px solid #0e9ae5;border-right:1px solid #0e9ae5;border-bottom:1px solid #0e9ae5; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt .radio-container { width:276px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt {display:block;}#a2XgQAc062soe4uQacHyOlDitRAleHZt { width:276px;height:auto;top:271.96875px;left:1.984375px;border-top:1px solid #5d92ff;border-left:1px solid #0e9ae5;border-right:1px solid #0e9ae5;border-bottom:1px solid #0e9ae5; }
 }@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 #JSiwS4V6Tp3IVz8E35xUSJQBedmOauda {  }
 }@media only screen and (max-width: 763px) { #a2XgQAc062soe4uQacHyOlDitRAleHZt #gGeJBxUhdv37tWK3eO3uFNVP1uI04Kny {  }
 }@media only screen and (max-width: 763px) { #a2XgQAc062soe4uQacHyOlDitRAleHZt #MT1fZBCxKnFaoIy8K54LbBEltEyDFQLG {  }
 }@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 #GuaW9RGMGK4SHVAlF4lH2OrJATDbo4Pe {  }
 }@media only screen and (max-width: 763px) { #a2XgQAc062soe4uQacHyOlDitRAleHZt #kZu4T3ccFNH5BaSN79Ao5vzgCM4QlDne {  }
 }@media only screen and (max-width: 763px) { #a2XgQAc062soe4uQacHyOlDitRAleHZt #cVNcTpRBZCcszMSDNC3eaU6GbUymR6c1 {  }
 }@media only screen and (max-width: 763px) { #sz66f36wgTcyE45xCzU8SWWqdOQ72C95 { display:block; }
 }@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) { #d1Kmvll56ms0Nkc5k1pf1w9ILoiaHZ2k { width:320px;height:99px;top:1293.21875px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #hMWQ7sISgRgLhReFpucQJmeJVKAHmws9 { width:320px;height:auto;top:385px;left:0px;font-size:22px;display:none; }
 }@media only screen and (max-width: 763px) { #vMN1nnGoPB0rLUO6MR9tcBAekfZOXfRT { width:320px;height:212.93900184843px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Sft4Z5Kfia1OXKSRSJtNubWliThpfMVK { background-color:rgba(181,16,60,0.32);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Sft4Z5Kfia1OXKSRSJtNubWliThpfMVK > .row .container { background-color: transparent; background-image: none; }#Sft4Z5Kfia1OXKSRSJtNubWliThpfMVK::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Sft4Z5Kfia1OXKSRSJtNubWliThpfMVK > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Sft4Z5Kfia1OXKSRSJtNubWliThpfMVK > .row .container > .video-iframe-container { display: none; }#Sft4Z5Kfia1OXKSRSJtNubWliThpfMVK > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Sft4Z5Kfia1OXKSRSJtNubWliThpfMVK > .row > .video-iframe-container { display: none; }#Sft4Z5Kfia1OXKSRSJtNubWliThpfMVK > .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); }#Sft4Z5Kfia1OXKSRSJtNubWliThpfMVK > .row .container { border-width: 0; border-radius: 0; }#Sft4Z5Kfia1OXKSRSJtNubWliThpfMVK > .row .container { width:320px;height:953px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aUgKP6eJqp2AMtZ3X6IJmTh6o4vHqn2v { width:319px;height:238px;top:17.984375px;left:1px;display:none; }
 }@media only screen and (max-width: 763px) { #xyZUCBWfiTg5lbLfBgJUCIOx3uHxZ9tg { width:50px;height:50px;top:728.99658203125px;left:35.989583015442px;font-size:35px;z-index:100031;display:none; }
 }@media only screen and (max-width: 763px) { #qIaaGB5c1q43wHGzHOSDiNRwZyOI4rKJ { width:320px;height:234px;top:12px;left:0px;font-size:30px;font-family:hekaya;text-align:center;text-align-last:center;line-height:1.3;font-weight:400;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; }
 }@media only screen and (max-width: 763px) { #sPTicE3BDTdgAgnaAxlXJln3T75dTGr6 { width:260px;height:148px;top:271px;left:30px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #R72Ey9wGoAkwah90y83q71qccQpRqzlr { width:31px;height:31px;top:286.5px;left:277px;font-size:21px;display:none; }
 }@media only screen and (max-width: 763px) { #C5n78JQh1skW0rZkCHLP1imTdqtSFvZw { width:31px;height:31px;top:329px;left:277px;font-size:21px;display:none; }
 }@media only screen and (max-width: 763px) { #Z1Ip2RQ55bweLtKJviooGdPD7iW9JnrV { width:31px;height:31px;top:373px;left:277px;font-size:21px;display:none; }
 }@media only screen and (max-width: 763px) { #eVRSK3sgcH0PwoRlcihER1QEguI9fUdI { width:31px;height:31px;top:441px;left:277px;font-size:21px;display:none; }
 }@media only screen and (max-width: 763px) { #DhRDXMdVzoTHwGzTalXcle4CoZDA6Bpo { width:320px;height:234px;top:490.078125px;left:0px;font-size:30px;font-family:hekaya;text-align:center;text-align-last:center;line-height:1.3;font-weight:400;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; }
 }@media only screen and (max-width: 763px) { #yIxaJDQLBQILV2gh0aG5NVPulzaWD4RS { width:246.984px;height:48px;top:743.078125px;left:36.5px;font-size:32px;font-family:hekaya;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #uyehgOs7ut3MwROKqrQJX9walRoCPoeZ { width:320px;height:66px;top:790.078125px;left:0px;font-size:22px;font-family:hekaya;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #XwtvKZNRyam19yKLrSQqfc5TvT39TeQM { width:65px;height:65px;top:418px;left:127.5px;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #MnwUeuwF09K0HWCOIBtx9y28lTAbn19P { width:233.984px;height:55.9844px;top:876.40625px;left:41.984375px;display:block; }
 }@media only screen and (max-width: 763px) { #edKNGSmoPUTNrVFep9mThXr4F2fTd2Vt { display:block; }
 }@media only screen and (max-width: 763px) { #duFbVhcDe8me99CPvx08tetxlacG53P8 { width:320px;height:950px;top:1.078125px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #b7W5TlJApFz1qorHZ4FMmDqEMd7B2Meq { display:block; }#b7W5TlJApFz1qorHZ4FMmDqEMd7B2Meq > .row .container { width:320px;height:330px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TAgWdD1lCNu6s3NvsEBRAqwbnVCUiDs8 { width:299px;height:74px;top:23px;left:10.500000953674px;text-align:center;text-align-last:center;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #nac3CcWeFBNlXmCHcwpnm8A4tBl4IGfH { width:200px;height:20px;top:305px;left:60px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AkN69xS04F96SBAtS5EC0siqFUao8aJc { width:320px;height:11px;top:275.98959350586px;left:-0.052083969116211px;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:97px;left:135px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #R3zxdrF5co39JyD4bgAWuPJDymzv021o { width:320px;height:96px;top:133.99307250977px;left:-0.052083969116211px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }