.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;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#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:rgba(40,10,42,0.48);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:0.875rem;font-family:arial;height:8.75rem;width:60rem;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:7.125rem;width:24.125rem;top:0.06103515625rem;left:16.815185546875rem;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: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:29.5rem;width:20.125rem;top:2rem;left:8.125rem;display:none; }
#wFxkJHQikPcVMmIDJcrUi5HK7ZJKedd8 { background-color:rgba(172,77,179,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:0.875rem;font-family:arial;height:33.8125rem;width:60rem;overflow:visible;position:relative;display:block; }#Tb359B7nIVCr33kUIKokombn5tOq6NCZ { color:#efeeee;display:block;width:19.2480625rem;position:absolute;font-family:cairo;font-size:1.875rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:1.26171875rem;left:3.064453125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b6UqAxdsPWAQXmrZVTp4TTmrlm8rU7ns { z-index:100000;top:1.125rem;left:49.759765625rem;background-color:#fdfdfd;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0.1875rem 0rem #62dede ;box-sizing:border-box;color:#ed00a6;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.875rem;height:2.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#VUOHllwPM66f9BFvSaGUWPxmP5wBwT9S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xn0qVny7LprQqG0tqZDeLaPLE2BdoTf5 { z-index:100004;top:1.3125rem;left:3.5rem;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:3.25rem;border-top-right-radius:3.25rem;border-bottom-left-radius:3.25rem;border-bottom-right-radius:3.25rem;box-shadow: 0rem 0.1875rem 0rem #29bdbe ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5625rem;height:2.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#uy7AFEGGE5lSQMW4FOJhGhn0mKeI204l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-form-header { font-size:0.875rem; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:1.1875rem;font-weight:700;color:rgba(12,47,243,0.93);width:17.5625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5625rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:1rem;overflow:hidden;font-family:cairo;box-shadow: 0rem 0rem 0rem 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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:1rem;overflow:hidden;font-family:cairo;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;vertical-align:top;text-align:center;text-align-last:center; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5625rem;box-sizing:border-box;height:2.5rem;color:rgba(135,127,126,0.7);font-family:cairo;font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem 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:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image: -webkit-linear-gradient(top, #0d7210, rgba(61,134,56,0.8));background-image: -moz-linear-gradient(top, #0d7210, rgba(61,134,56,0.8));background-image: -ms-linear-gradient(top, #0d7210, rgba(61,134,56,0.8));background-image: -o-linear-gradient(top, #0d7210, rgba(61,134,56,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d7210', endColorstr='#cc3d8638' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d7210', endColorstr='#cc3d8638' );";background-image: linear-gradient(to bottom, #0d7210, rgba(61,134,56,0.8));background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.375rem;font-weight:bold;color:#f2f9ff;width:17.5625rem;height:3.4375rem;font-family:cairo;overflow:hidden;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;text-align:center;text-align-last:center; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.8125rem; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.8125rem; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.8125rem; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.8125rem; }
#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:0.75rem;font-weight:400;color:#161616;vertical-align:top;width:16.5625rem;overflow:hidden;font-style:normal;float:none; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:1rem;height:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;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:1.125rem;vertical-align:middle;font-family:ubuntu;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;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:rgba(211,204,36,0.74);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5625rem;height:auto;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;left:2.595703125rem;top:5.6865234375rem;z-index:100012;position:absolute;font-size:0.875rem; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5625rem;display:block;vertical-align:top; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.75rem;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:rgba(211,204,36,0.74);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5625rem;height:auto;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;left:2.595703125rem;top:5.6865234375rem;z-index:100012;position:absolute;font-size:0.875rem; }
#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:6.1875rem;width:24.1875rem;top:23.5rem;left:23.5rem;display:none; }
#hMWQ7sISgRgLhReFpucQJmeJVKAHmws9 { color:#fef7da;display:block;width:23.4375rem;position:absolute;font-family:kids;font-size:1.375rem;font-weight:normal;z-index:100021;line-height:1.3;letter-spacing:0;top:24.0625rem;left:23.6875rem;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:15.9375rem;width:34.375rem;top:10.375rem;left:24.1953125rem;overflow:hidden;display:block; }
#DKCizleabMbeleThXtJ6qTbih6twbyaZ { z-index:100004;top:4.94921875rem;left:26.96875rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, #0d7210, #02ab84);background-image: -moz-linear-gradient(173deg, #0d7210, #02ab84);background-image: -ms-linear-gradient(173deg, #0d7210, #02ab84);background-image: -o-linear-gradient(173deg, #0d7210, #02ab84);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d7210', endColorstr='#02ab84' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d7210', endColorstr='#02ab84' );";background-image: linear-gradient(173deg, #0d7210, #02ab84);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#f2f9ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#b5qOX18gAg4q28I3d3W6miTVGKXZQr5u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wB2I1TSJGcFvB9A4nvTkaVRrwJuVWQKW { position:absolute;display:block;z-index:100084;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25rem;width:25rem;top:17.4990234375rem;left:25.53125rem;overflow:hidden;display:block; }
#sRzry5iwFVrlNpdtsc6p1MSy98RPJ5UV { z-index:100003;top:5.10498046875rem;left:44.375rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(216deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(216deg, #7700fd, #ff004c);background-image: -o-linear-gradient(216deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #7700fd, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#S4fhSaPvPUiFZfxOlwl8QHFzPke7dleG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Sft4Z5Kfia1OXKSRSJtNubWliThpfMVK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(40,10,42,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:0.875rem;font-family:"open sans";height:47.1875rem;width:60rem;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(133,98,202,0.7) ;height:14.874125rem;width:19.9370625rem;top:13.750000238419rem;left:32.686634063721rem;overflow:hidden;display:none; }
#xyZUCBWfiTg5lbLfBgJUCIOx3uHxZ9tg { box-sizing:content-box;color:#000000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100030;top:14.555123090744rem;left:53.186851501465rem;display:none; }
#qIaaGB5c1q43wHGzHOSDiNRwZyOI4rKJ { color:#efeeee;display:block;width:56.9980625rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:700;z-index:100018;line-height:1.5;letter-spacing:0;top:1rem;left:1.5rem;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:#d3cc24;display:block;width:55.9375rem;position:absolute;font-family:"sari 3";font-size:2.125rem;font-weight:normal;z-index:100031;line-height:1.3;letter-spacing:0;top:10.998046875rem;left:2.03125rem;height:11.1123rem;text-align:center;text-align-last:center;display:block; }
#R72Ey9wGoAkwah90y83q71qccQpRqzlr { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;display:block;z-index:100032;top:9.9375rem;left:56.51171875rem;display:none; }
#C5n78JQh1skW0rZkCHLP1imTdqtSFvZw { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;display:block;z-index:100033;top:12.6875rem;left:56.51171875rem;display:none; }
#Z1Ip2RQ55bweLtKJviooGdPD7iW9JnrV { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;display:block;z-index:100034;top:15.5rem;left:56.51171875rem;display:none; }
#eVRSK3sgcH0PwoRlcihER1QEguI9fUdI { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;display:block;z-index:100035;top:18.3125rem;left:56.51171875rem;display:none; }
#DhRDXMdVzoTHwGzTalXcle4CoZDA6Bpo { color:#000000;display:block;width:60rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:100038;line-height:1.5;letter-spacing:0;top:24.84375rem;left:0rem;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:60rem;position:absolute;font-family:"sari 3";font-size:1.6875rem;font-weight:400;z-index:100039;line-height:1.3;letter-spacing:0;top:35.03125rem;left:0rem;height:2.1933625rem;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; }
#uyehgOs7ut3MwROKqrQJX9walRoCPoeZ { color:#efeeee;display:block;width:60rem;position:absolute;font-family:tajawal;font-size:1.5625rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:37.974609375rem;left:0rem;height:2.03125rem;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; }
#XwtvKZNRyam19yKLrSQqfc5TvT39TeQM { box-sizing:content-box;color:#eff1f4;font-size:2.8125rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100037;top:30.96875rem;left:27.96875rem;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.625rem;height:3.5rem;text-decoration:none;z-index:100040;text-align:center;text-align-last:center;top:42.076171875rem;left:21.6865234375rem;display:none; }
#edKNGSmoPUTNrVFep9mThXr4F2fTd2Vt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#duFbVhcDe8me99CPvx08tetxlacG53P8 { position:absolute;display:block;z-index:100014;background-color:rgba(172,77,179,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:47.0625rem;width:60rem;top:0rem;left:0.015744274809158rem;display:block; }
#b7W5TlJApFz1qorHZ4FMmDqEMd7B2Meq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(40,10,42,0.32);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:0.875rem;font-family:arial;height:17.9375rem;width:60rem;position:relative;display:block; }#TAgWdD1lCNu6s3NvsEBRAqwbnVCUiDs8 { color:#ffffff;display:block;width:33.125rem;position:absolute;font-family:cairo;font-size:2.5625rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.5625rem;left:12.25rem;height:3.392575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AkN69xS04F96SBAtS5EC0siqFUao8aJc { color:#ffffff;display:block;width:22.75rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:15.875rem;left:22.5625rem;height:1.20019375rem;display:block; }
#uJmsprl0fnuFL7fZZ0fyW8s0fwoIEWMh { z-index:100005;top:6.9375rem;left:21.90625rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, #0d7210, #02ab84);background-image: -moz-linear-gradient(173deg, #0d7210, #02ab84);background-image: -ms-linear-gradient(173deg, #0d7210, #02ab84);background-image: -o-linear-gradient(173deg, #0d7210, #02ab84);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d7210', endColorstr='#02ab84' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d7210', endColorstr='#02ab84' );";background-image: linear-gradient(173deg, #0d7210, #02ab84);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#f2f9ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ku4TTyZ9T3m2Nw87u1ZTTwCu0F56V9sr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#e8zWOJQ1BTDbmxEmO2WHxNtGbf3BsJUx { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5625rem;height:1.875rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:7.09375rem;left:4.90625rem;display:block; }
#T7f3erH5kOqPBH4VIbK07mRTBMqypMJs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#K97lORBahlbiBE0JiZ9QTac9aDa1ABlW { color:#ffffff;display:block;width:10.8730625rem;position:absolute;font-family:tajawal;font-size:1.4375rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:12.5rem;left:22.5625rem;height:1.86889375rem;text-align:center;text-align-last:center;display:block; }
#u2D4odEOzXJZg29fULOZhsITzXuMHn7o { box-sizing:content-box;color:#ffffff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.249025rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:12.3125rem;left:31.875rem;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:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #exK2NWwPzp1foKtHoyN6lsxZsFnrbQf3 { width:24.125rem;height:7.125rem;top:0rem;left:10.690185546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WK70NCPPXACfECsRWda7lvAUoudL2MWS { width:20.125rem;height:29.5rem;top:2rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFxkJHQikPcVMmIDJcrUi5HK7ZJKedd8 { display:block; }#wFxkJHQikPcVMmIDJcrUi5HK7ZJKedd8 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tb359B7nIVCr33kUIKokombn5tOq6NCZ { width:19.1875rem;height:2.4375rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6UqAxdsPWAQXmrZVTp4TTmrlm8rU7ns { top:1.125rem;left:37.875rem;width:9.875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUOHllwPM66f9BFvSaGUWPxmP5wBwT9S { display:block; }
 }@media only screen and (max-width: 763px) { #xn0qVny7LprQqG0tqZDeLaPLE2BdoTf5 { top:1.3125rem;left:0rem;width:6.5625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uy7AFEGGE5lSQMW4FOJhGhn0mKeI204l { display:block; }
 }@media only screen and (max-width: 763px) { #a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-regular-label { width:17.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-input-text { width:17.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-input-text {padding-top: 0; padding-bottom: 0;}#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-textarea { width:17.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-input-select { width:17.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-input-select {padding-top: 0; padding-bottom: 0;}#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-input-button { width:17.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-checkbox-label { width:16.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt  { width:17.5625rem;height:auto;top:5.625rem;left:0rem; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt .radio-container { width:17.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt {display:block;}#a2XgQAc062soe4uQacHyOlDitRAleHZt { width:17.5625rem;height:auto;top:5.625rem;left:0rem; }
 }@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:23.5rem;left:17.375rem;width:24.1875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMWQ7sISgRgLhReFpucQJmeJVKAHmws9 { top:24.0625rem;left:17.5625rem;width:23.4375rem;height:5.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMN1nnGoPB0rLUO6MR9tcBAekfZOXfRT { top:10.375rem;left:13.375rem;width:34.375rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKCizleabMbeleThXtJ6qTbih6twbyaZ { top:4.9375rem;left:20.84375rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5qOX18gAg4q28I3d3W6miTVGKXZQr5u { display:block; }
 }@media only screen and (max-width: 763px) { #wB2I1TSJGcFvB9A4nvTkaVRrwJuVWQKW { top:17.4375rem;left:19.40625rem;width:25rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRzry5iwFVrlNpdtsc6p1MSy98RPJ5UV { top:5.0625rem;left:32.125rem;width:15.625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4fhSaPvPUiFZfxOlwl8QHFzPke7dleG { display:block; }
 }@media only screen and (max-width: 763px) { #Sft4Z5Kfia1OXKSRSJtNubWliThpfMVK { display:block; }#Sft4Z5Kfia1OXKSRSJtNubWliThpfMVK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aUgKP6eJqp2AMtZ3X6IJmTh6o4vHqn2v { top:13.75rem;left:26.561634063721rem;width:19.875rem;height:14.827823024329rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyZUCBWfiTg5lbLfBgJUCIOx3uHxZ9tg { top:14.5rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qIaaGB5c1q43wHGzHOSDiNRwZyOI4rKJ { top:1rem;left:0rem;width:47.75rem;height:7rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPTicE3BDTdgAgnaAxlXJln3T75dTGr6 { top:10.9375rem;left:0rem;width:47.75rem;height:11.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R72Ey9wGoAkwah90y83q71qccQpRqzlr { top:9.9375rem;left:45.8125rem;width:1.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5n78JQh1skW0rZkCHLP1imTdqtSFvZw { top:12.6875rem;left:45.8125rem;width:1.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1Ip2RQ55bweLtKJviooGdPD7iW9JnrV { top:15.5rem;left:45.8125rem;width:1.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVRSK3sgcH0PwoRlcihER1QEguI9fUdI { top:18.3125rem;left:45.8125rem;width:1.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhRDXMdVzoTHwGzTalXcle4CoZDA6Bpo { top:24.8125rem;left:0rem;width:47.75rem;height:6.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIxaJDQLBQILV2gh0aG5NVPulzaWD4RS { top:35rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyehgOs7ut3MwROKqrQJX9walRoCPoeZ { top:37.9375rem;left:0rem;width:47.75rem;height:2rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwtvKZNRyam19yKLrSQqfc5TvT39TeQM { top:30.9375rem;left:21.84375rem;width:4.0625rem;height:4.0625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnwUeuwF09K0HWCOIBtx9y28lTAbn19P { width:14.625rem;height:3.5rem;top:42.0625rem;left:15.5615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #edKNGSmoPUTNrVFep9mThXr4F2fTd2Vt { display:block; }
 }@media only screen and (max-width: 763px) { #duFbVhcDe8me99CPvx08tetxlacG53P8 { top:0rem;left:0rem;width:47.75rem;height:47.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7W5TlJApFz1qorHZ4FMmDqEMd7B2Meq { display:block; }#b7W5TlJApFz1qorHZ4FMmDqEMd7B2Meq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TAgWdD1lCNu6s3NvsEBRAqwbnVCUiDs8 { top:1.5625rem;left:6.125rem;width:33.125rem;height:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkN69xS04F96SBAtS5EC0siqFUao8aJc { top:15.875rem;left:16.4375rem;width:22.75rem;height:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJmsprl0fnuFL7fZZ0fyW8s0fwoIEWMh { top:6.9375rem;left:15.78125rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ku4TTyZ9T3m2Nw87u1ZTTwCu0F56V9sr { display:block; }
 }@media only screen and (max-width: 763px) { #e8zWOJQ1BTDbmxEmO2WHxNtGbf3BsJUx { width:10.5625rem;height:1.875rem;top:7.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7f3erH5kOqPBH4VIbK07mRTBMqypMJs { display:block; }
 }@media only screen and (max-width: 763px) { #K97lORBahlbiBE0JiZ9QTac9aDa1ABlW { top:12.5rem;left:16.4375rem;width:10.8125rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2D4odEOzXJZg29fULOZhsITzXuMHn7o { top:12.3125rem;left:25.75rem;width:2.1875rem;height:2.249025rem;font-size:1.5625rem;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:20rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #exK2NWwPzp1foKtHoyN6lsxZsFnrbQf3 { width:15.625rem;height:4.8125rem;top:0.25rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WK70NCPPXACfECsRWda7lvAUoudL2MWS { width:20rem;height:33.624125rem;top:16.623046875rem;left:0rem;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:20rem;height:84.0673828125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tb359B7nIVCr33kUIKokombn5tOq6NCZ { width:20rem;height:2.03125rem;top:12.810546875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;color:#280a2a;display:block; }
 }@media only screen and (max-width: 763px) { #b6UqAxdsPWAQXmrZVTp4TTmrlm8rU7ns { top:47.8125rem;left:0.75rem;width:7.5625rem;height:2.1875rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VUOHllwPM66f9BFvSaGUWPxmP5wBwT9S { display:block; }
 }@media only screen and (max-width: 763px) { #xn0qVny7LprQqG0tqZDeLaPLE2BdoTf5 { top:49.125rem;left:6.6875rem;width:6.5625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uy7AFEGGE5lSQMW4FOJhGhn0mKeI204l { display:block; }
 }@media only screen and (max-width: 763px) { #a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-regular-label { width:17.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-input-text { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top:0.1875rem solid #d6d4d4;border-left:0.1875rem solid #d6d4d4;border-right:0.1875rem solid #d6d4d4;border-bottom:0.1875rem solid #d6d4d4; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-input-text {padding-top: 0; padding-bottom: 0;}#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-textarea { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top:0.1875rem solid #d6d4d4;border-left:0.1875rem solid #d6d4d4;border-right:0.1875rem solid #d6d4d4;border-bottom:0.1875rem solid #d6d4d4; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-input-select { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top:0.1875rem solid #d6d4d4;border-left:0.1875rem solid #d6d4d4;border-right:0.1875rem solid #d6d4d4;border-bottom:0.1875rem solid #d6d4d4; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-input-select {padding-top: 0; padding-bottom: 0;}#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-input-button { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt  { width:17.25rem;height:auto;top:16.998046875rem;left:0.1240234375rem;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt .radio-container { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt {display:block;}#a2XgQAc062soe4uQacHyOlDitRAleHZt { width:17.25rem;height:auto;top:16.998046875rem;left:0.1240234375rem;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem 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:20rem;height:6.1875rem;top:80.826171875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hMWQ7sISgRgLhReFpucQJmeJVKAHmws9 { width:20rem;height:auto;top:24.0625rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vMN1nnGoPB0rLUO6MR9tcBAekfZOXfRT { width:20rem;height:9.3125rem;top:2.6918238993711rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKCizleabMbeleThXtJ6qTbih6twbyaZ { top:73.7548828125rem;left:2.96875rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5qOX18gAg4q28I3d3W6miTVGKXZQr5u { display:block; }
 }@media only screen and (max-width: 763px) { #wB2I1TSJGcFvB9A4nvTkaVRrwJuVWQKW { width:18.75rem;height:18.75rem;top:52.6923828125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRzry5iwFVrlNpdtsc6p1MSy98RPJ5UV { top:79.0673828125rem;left:2.1875rem;width:15.625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4fhSaPvPUiFZfxOlwl8QHFzPke7dleG { 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:20rem;height:48.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aUgKP6eJqp2AMtZ3X6IJmTh6o4vHqn2v { width:19.9375rem;height:14.875rem;top:1.1240234375rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xyZUCBWfiTg5lbLfBgJUCIOx3uHxZ9tg { width:3.125rem;height:3.125rem;top:45.562286376953rem;left:2.2493489384651rem;font-size:2.1875rem;z-index:100031;display:none; }
 }@media only screen and (max-width: 763px) { #qIaaGB5c1q43wHGzHOSDiNRwZyOI4rKJ { width:20rem;height:11.6953125rem;top:0.8125rem;left:0rem;font-size:1.5rem;font-family:exo;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:16.25rem;height:8.125rem;top:13.875rem;left:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R72Ey9wGoAkwah90y83q71qccQpRqzlr { width:1.9375rem;height:1.9375rem;top:17.90625rem;left:17.3125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #C5n78JQh1skW0rZkCHLP1imTdqtSFvZw { width:1.9375rem;height:1.9375rem;top:20.5625rem;left:17.3125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z1Ip2RQ55bweLtKJviooGdPD7iW9JnrV { width:1.9375rem;height:1.9375rem;top:23.3125rem;left:17.3125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eVRSK3sgcH0PwoRlcihER1QEguI9fUdI { width:1.9375rem;height:1.9375rem;top:27.5625rem;left:17.3125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DhRDXMdVzoTHwGzTalXcle4CoZDA6Bpo { width:20rem;height:8.53025rem;top:27.1298828125rem;left:0rem;font-size:1.3125rem;font-family:exo;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:15.4355625rem;height:2.8125rem;top:38.8798828125rem;left:2.28125rem;font-size:1.875rem;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:20rem;height:3.9375rem;top:43.0673828125rem;left:0rem;font-size:1.3125rem;font-family:exo;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #XwtvKZNRyam19yKLrSQqfc5TvT39TeQM { width:4.0625rem;height:4.0625rem;top:23.1298828125rem;left:7.96875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnwUeuwF09K0HWCOIBtx9y28lTAbn19P { width:14.6230625rem;height:3.499025rem;top:49.525390625rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #edKNGSmoPUTNrVFep9mThXr4F2fTd2Vt { display:block; }
 }@media only screen and (max-width: 763px) { #duFbVhcDe8me99CPvx08tetxlacG53P8 { width:19.8125rem;height:44.3125rem;top:0.0673828125rem;left:-0.060546875rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #b7W5TlJApFz1qorHZ4FMmDqEMd7B2Meq { display:block; }#b7W5TlJApFz1qorHZ4FMmDqEMd7B2Meq > .row .container { width:20rem;height:20.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TAgWdD1lCNu6s3NvsEBRAqwbnVCUiDs8 { width:18.6875rem;height:4.7109375rem;top:7.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkN69xS04F96SBAtS5EC0siqFUao8aJc { width:20rem;height:0.73046875rem;top:17.310546875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJmsprl0fnuFL7fZZ0fyW8s0fwoIEWMh { top:0.9609375rem;left:2.3125rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ku4TTyZ9T3m2Nw87u1ZTTwCu0F56V9sr { display:block; }
 }@media only screen and (max-width: 763px) { #e8zWOJQ1BTDbmxEmO2WHxNtGbf3BsJUx { width:10.5625rem;height:1.875rem;top:25.9365234375rem;left:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #T7f3erH5kOqPBH4VIbK07mRTBMqypMJs { display:block; }
 }@media only screen and (max-width: 763px) { #K97lORBahlbiBE0JiZ9QTac9aDa1ABlW { width:10.8125rem;height:1.54296875rem;top:14.4150390625rem;left:3.9375rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2D4odEOzXJZg29fULOZhsITzXuMHn7o { width:2.1875rem;height:2.249025rem;top:14.0615234375rem;left:12.625rem;font-size:1.5625rem;display:block; }
 }