.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-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);
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
@media only screen and (max-width: 763px) { 
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XRsZeAwhGD9TkzhT7CZs9OOVucRZJ4KP { background-color:#effdfe;background-image:url("https://images.assets-landingi.com/Ue7s5nDo/Artboard_25.png");background-position:top center;background-repeat:no-repeat;background-attachment:fixed;z-index:;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; }#XRsZeAwhGD9TkzhT7CZs9OOVucRZJ4KP > .row .container { background-color: transparent; background-image: none; }#XRsZeAwhGD9TkzhT7CZs9OOVucRZJ4KP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XRsZeAwhGD9TkzhT7CZs9OOVucRZJ4KP > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XRsZeAwhGD9TkzhT7CZs9OOVucRZJ4KP > .row .container > .video-iframe-container { display: none; }#XRsZeAwhGD9TkzhT7CZs9OOVucRZJ4KP > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XRsZeAwhGD9TkzhT7CZs9OOVucRZJ4KP > .row > .video-iframe-container { display: none; }#XRsZeAwhGD9TkzhT7CZs9OOVucRZJ4KP > .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); }#XRsZeAwhGD9TkzhT7CZs9OOVucRZJ4KP > .row .container { border-width: 0; border-radius: 0; }#XRsZeAwhGD9TkzhT7CZs9OOVucRZJ4KP > .row .container { font-size:14px;font-family:"open sans";height:796px;width:960px;overflow:visible;position:relative;display:block; }#kgtW7t7T4DP4b4yoGTUludUSm7fNV85D { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;height:45px;width:133px;position:absolute;display:block;z-index:100001;top:544px;left:0px;display:block; }
#ZC0CDmSaMT5c9IZWNRW40xT8CTKdQSW2 { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:124px;width:232px;top:161.97915649414px;left:0px;overflow:hidden;display:none; }
#xBuywzwPtVdsG7IsnbchXMTNpZFhhlqp .widget-form-header {  }
#xBuywzwPtVdsG7IsnbchXMTNpZFhhlqp .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:14px;font-weight:bold;color:#19232e;width:272px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;background-color:transparent;background-image:none;text-align:right;text-align-last:right; }
#xBuywzwPtVdsG7IsnbchXMTNpZFhhlqp .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:0px;margin-bottom:4px;margin-left:0px;display:block;width:272px;box-sizing:border-box;height:41px;color:#161616;font-size:13px;overflow:hidden;font-family:ubuntu;box-shadow: 0 0 0 rgba(0,0,0,0.5) ; }
#xBuywzwPtVdsG7IsnbchXMTNpZFhhlqp .widget-input-text {padding-top: 0; padding-bottom: 0;}#xBuywzwPtVdsG7IsnbchXMTNpZFhhlqp .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:0px;margin-bottom:4px;margin-left:0px;display:block;width:272px;box-sizing:border-box;height:70px;color:#161616;font-size:13px;overflow:hidden;font-family:ubuntu;box-shadow: 0 0 0 rgba(0,0,0,0.5) ; }
#xBuywzwPtVdsG7IsnbchXMTNpZFhhlqp .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:272px;box-sizing:border-box;height:40px;color:#161616;font-family:ubuntu;font-size:13px;overflow:hidden;box-shadow: 0 0 0 rgba(0,0,0,0.5) ; }
#xBuywzwPtVdsG7IsnbchXMTNpZFhhlqp .widget-input-select {padding-top: 0; padding-bottom: 0;}#xBuywzwPtVdsG7IsnbchXMTNpZFhhlqp .widget-input-checkbox { width:13px;height:13px;box-sizing:border-box;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:3px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px; }
#xBuywzwPtVdsG7IsnbchXMTNpZFhhlqp .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#xBuywzwPtVdsG7IsnbchXMTNpZFhhlqp .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;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:0px;margin-bottom:4px;margin-left:0px;display:block;box-sizing:border-box;font-size:22px;font-weight:bold;color:#f2f9ff;width:272px;height:55px;font-family:cairo;overflow:hidden;text-shadow:1px 1px 1px #000000;text-align:center;text-align-last:center;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ; }
#xBuywzwPtVdsG7IsnbchXMTNpZFhhlqp [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:13px; }
#xBuywzwPtVdsG7IsnbchXMTNpZFhhlqp [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:13px; }
#xBuywzwPtVdsG7IsnbchXMTNpZFhhlqp [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:13px; }
#xBuywzwPtVdsG7IsnbchXMTNpZFhhlqp [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:13px; }
#xBuywzwPtVdsG7IsnbchXMTNpZFhhlqp .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto;font-family:ubuntu;font-size:12px;font-weight:400;color:#161616;vertical-align:top;width:253px;overflow:hidden;font-style:normal; }
#xBuywzwPtVdsG7IsnbchXMTNpZFhhlqp .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:16px;height:16px;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:3px;vertical-align:middle; }
#xBuywzwPtVdsG7IsnbchXMTNpZFhhlqp .widget-radio-label { display:inline;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;box-sizing:border-box;height:18px;vertical-align:middle;font-family:ubuntu;font-size:12px;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#xBuywzwPtVdsG7IsnbchXMTNpZFhhlqp .widget-container { padding-top:4px;padding-left:0px;padding-right:0px;padding-bottom:4px;width:100%;font-size:0px;height:auto; }
#xBuywzwPtVdsG7IsnbchXMTNpZFhhlqp .widget-container:first-of-type{padding-top:0;}#xBuywzwPtVdsG7IsnbchXMTNpZFhhlqp .widget-container:last-of-type{padding-bottom:0;}#xBuywzwPtVdsG7IsnbchXMTNpZFhhlqp  { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:272px;height:auto;border-top:1px solid #0e9ae5;border-left:1px solid #0e9ae5;border-right:1px solid #0e9ae5;border-bottom:1px solid #0e9ae5;left:27.5px;top:742px;z-index:100005;position:absolute;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;border-top-right-radius:18px;border-bottom-right-radius:18px;border-bottom-left-radius:18px;border-top-left-radius:18px; }
#xBuywzwPtVdsG7IsnbchXMTNpZFhhlqp .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;width:272px; }
#xBuywzwPtVdsG7IsnbchXMTNpZFhhlqp .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:12px;line-height:1.3;font-weight:300;color:#19232e;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#xBuywzwPtVdsG7IsnbchXMTNpZFhhlqp {display:block;}#xBuywzwPtVdsG7IsnbchXMTNpZFhhlqp { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:272px;height:auto;border-top:1px solid #0e9ae5;border-left:1px solid #0e9ae5;border-right:1px solid #0e9ae5;border-bottom:1px solid #0e9ae5;left:27.5px;top:742px;z-index:100005;position:absolute;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;border-top-right-radius:18px;border-bottom-right-radius:18px;border-bottom-left-radius:18px;border-top-left-radius:18px; }
#xBuywzwPtVdsG7IsnbchXMTNpZFhhlqp #fqTpLilKcFr5IyZohMCurCkWx8TKNzwC { position:relative; }
#xBuywzwPtVdsG7IsnbchXMTNpZFhhlqp #Q2339PBQKH0PxrV3yaP7y2n6RsQzAayK { position:relative; }
#xBuywzwPtVdsG7IsnbchXMTNpZFhhlqp #tR21BRXwV2DoEeLgyiMiPUyRNS1Ay8nq { position:relative; }
#xBuywzwPtVdsG7IsnbchXMTNpZFhhlqp #Mvt1Vy6L1B5CqphBUoRxbylIyE8kAJCf { position:relative; }
#xBuywzwPtVdsG7IsnbchXMTNpZFhhlqp #EGB7QKnGfvsZii3mx0UuU0ZNJ4FnBPG6 { position:relative; }
#xBuywzwPtVdsG7IsnbchXMTNpZFhhlqp #NoKhqZU7TiBVidTDydX7TLI0lsphgbtT { position:relative; }
#xBuywzwPtVdsG7IsnbchXMTNpZFhhlqp #FMuTztIGUZP2dFlQur1kHAa5kKQTzxcf { position:relative; }
#xBuywzwPtVdsG7IsnbchXMTNpZFhhlqp #qX5Pk0OuHKzvZUr1sUwDG4CZAP7WdcTD { position:relative; }
#xBuywzwPtVdsG7IsnbchXMTNpZFhhlqp #WAxZKibAdCwmlF9fVPFTwESPrU4XBN5A { position:relative; }
#xBuywzwPtVdsG7IsnbchXMTNpZFhhlqp #iMGKn4y4CV0GeHax1sR3c3evA1Cysil4 { position:relative; }
#xBuywzwPtVdsG7IsnbchXMTNpZFhhlqp #dKlmH0er230KTDappsekVCz8RA2VoKlf { position:relative; }
#CRAPcNeMU6m4aMyk5BUsuImc4zT0FLA4 { color:#e6cd26;display:block;width:412px;position:absolute;font-family:cairo;font-size:59px;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:39px;left:0px;height:152px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XKvtgTsxweyXJt1Fov5WdyKcAwdiTaI2 { position:relative;display:block; }#XKvtgTsxweyXJt1Fov5WdyKcAwdiTaI2 { background-color: transparent; background-image: none; }#XKvtgTsxweyXJt1Fov5WdyKcAwdiTaI2::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XKvtgTsxweyXJt1Fov5WdyKcAwdiTaI2 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XKvtgTsxweyXJt1Fov5WdyKcAwdiTaI2 > .row .container > .video-iframe-container { display: none; }#XKvtgTsxweyXJt1Fov5WdyKcAwdiTaI2 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XKvtgTsxweyXJt1Fov5WdyKcAwdiTaI2 > .row > .video-iframe-container { display: none; }#XKvtgTsxweyXJt1Fov5WdyKcAwdiTaI2 > .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); }#XKvtgTsxweyXJt1Fov5WdyKcAwdiTaI2 { border-width: 0; border-radius: 0; }#XKvtgTsxweyXJt1Fov5WdyKcAwdiTaI2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:"open sans";height:513px;width:960px;position:relative;display:block; }#ITECtwlKK2bLCQAiITSQKUSSwBUSFyNe { display:block;width:466.997px;position:absolute;font-family:cairo;font-size:15px;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:130.19097137451px;left:451.92706298828px;height:38px;color:#31455f;font-style:normal;text-align:right;text-align-last:right;display:block; }
#TXpaghAofSAhVSqsaiOVym2w3ef4cqRv { color:#e6cd26;display:block;width:371px;position:absolute;font-family:cairo;font-size:52px;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:28.645812988281px;left:561.00003051758px;height:67px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JNJrBIZ6p8kcWiPtvQRgfiAeVn7097Jw { display:block;width:542.986px;position:absolute;font-family:cairo;font-size:15px;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:211px;left:378px;height:19px;color:#31455f;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Iip1Vq0vfosMltJBME59lbIREOZv49XT { display:block;width:518.993px;position:absolute;font-family:cairo;font-size:15px;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:300px;left:415px;height:19px;color:#31455f;font-style:normal;text-align:right;text-align-last:right;display:block; }
#z419zf2kzqMVU1wszBQuPzQOIQC0wxZz { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.9931px;width:27.9861px;top:130.17362213135px;left:932.01391601562px;overflow:hidden;display:block; }
#hcZHnMsKV2Eh9xgGstx2CMndonclfHrV { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.9931px;width:27.9861px;top:206px;left:933px;overflow:hidden;display:block; }
#J6vIZyydP76xD9EHFnNKf510z8iBSycm { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.9931px;width:27.9861px;top:294px;left:933px;overflow:hidden;display:block; }
#TyZRTfBiWlHZi3CE5Z5PsUW4btEPqThA { position:absolute;display:block;z-index:100027;background-color:#141517;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:5px;width:108px;top:489.00001907349px;left:508.00003051758px;display:block; }
#pgS3GDIeAe9fm4umCKkmwvFXMSR8Z2qP { position:absolute;display:block;z-index:100026;background-color:#141517;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:5px;width:108px;top:489.00001907349px;left:323.50003051758px;display:block; }
#wiULF41gQoO82BUHmmJI8lnpdHdKnndo { position:absolute;display:block;z-index:100028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:37px;width:37px;top:473.00001907349px;left:453.00003051758px;overflow:hidden;display:block; }
#kmzUdr5mMM6iJpyTfomT4OD4voODd8aa { border-bottom:0;border-left:0;border-right:0;border-top:0;height:128px;width:60px;position:absolute;display:block;z-index:100008;top:1px;left:370.50003051758px;overflow:hidden;display:block; }
#rHddfvXiyErk0KCzhTyJr5xOMgtTBifT { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#effdfe;background-image:none;position:relative;display:block; }#rHddfvXiyErk0KCzhTyJr5xOMgtTBifT > .row .container { background-color: transparent; background-image: none; }#rHddfvXiyErk0KCzhTyJr5xOMgtTBifT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rHddfvXiyErk0KCzhTyJr5xOMgtTBifT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rHddfvXiyErk0KCzhTyJr5xOMgtTBifT > .row .container > .video-iframe-container { display: none; }#rHddfvXiyErk0KCzhTyJr5xOMgtTBifT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rHddfvXiyErk0KCzhTyJr5xOMgtTBifT > .row > .video-iframe-container { display: none; }#rHddfvXiyErk0KCzhTyJr5xOMgtTBifT > .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); }#rHddfvXiyErk0KCzhTyJr5xOMgtTBifT > .row .container { border-width: 0; border-radius: 0; }#rHddfvXiyErk0KCzhTyJr5xOMgtTBifT > .row .container { font-size:14px;font-family:"open sans";height:96px;width:960px;position:relative;display:block; }#WOnbVxCLFqk5WcMgekC3Qw1g2aC5tfSa { color:#e6cd26;display:block;width:820px;position:absolute;font-family:cairo;font-size:24px;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:32.645843505859px;left:86px;height:31px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EMgFNmLCo8bhLJ0IIuFq23JKW7G712xt { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#EMgFNmLCo8bhLJ0IIuFq23JKW7G712xt > .row .container { background-color: transparent; background-image: none; }#EMgFNmLCo8bhLJ0IIuFq23JKW7G712xt::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EMgFNmLCo8bhLJ0IIuFq23JKW7G712xt > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EMgFNmLCo8bhLJ0IIuFq23JKW7G712xt > .row .container > .video-iframe-container { display: none; }#EMgFNmLCo8bhLJ0IIuFq23JKW7G712xt > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EMgFNmLCo8bhLJ0IIuFq23JKW7G712xt > .row > .video-iframe-container { display: none; }#EMgFNmLCo8bhLJ0IIuFq23JKW7G712xt > .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); }#EMgFNmLCo8bhLJ0IIuFq23JKW7G712xt > .row .container { border-width: 0; border-radius: 0; }#EMgFNmLCo8bhLJ0IIuFq23JKW7G712xt > .row .container { font-size:14px;font-family:"open sans";height:407px;width:960px;position:relative;display:block; }#pJ4DB7wLVsk3kW6sq5CKhPzRgssdrZRl { display:block;width:200px;position:absolute;font-family:cairo;font-size:22px;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:219px;left:29px;height:56px;color:#31455f;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JPtiXIePZ7JtBg8TiUJlr0UdlRSsvLLe { display:block;width:200px;position:absolute;font-family:cairo;font-size:22px;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:213px;left:260px;height:56px;color:#31455f;text-align:center;text-align-last:center;font-style:normal;display:block; }
#swGddszIrZfkyQnCHN94mle3MydpcDpI { display:block;width:200px;position:absolute;font-family:cairo;font-size:22px;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:211px;left:500px;height:56px;color:#31455f;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zia3vETIplwUfvF07zu2vQ1Z2xB6pJlI { display:block;width:200px;position:absolute;font-family:cairo;font-size:22px;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:212px;left:760px;height:56px;color:#31455f;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vgzF84VRGwcrFFBZh6ev0AtTlymIXL0S { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:96px;width:96px;top:85px;left:77px;overflow:hidden;display:block; }
#G0Ek6mIvLA0nkx4swT51pJLVw8SR2cL6 { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;height:110px;width:110px;top:73px;left:552.00003051758px;overflow:hidden;display:block; }
#EAQJJRTys0fVm4zEFEsUop3KZszVf7en { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:111px;width:111px;top:69.979187011719px;left:792.96578394224px;overflow:hidden;display:block; }
#iRi6t3JJdsuVqTeyHxEquGlOnlqqmtzc { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:102px;width:102px;top:78.979187011719px;left:305.00003051758px;overflow:hidden;display:block; }
#TFKddU5X3z9vtF7wif8XuuGZm8vitk7Q { position:absolute;display:block;z-index:100031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:37px;width:37px;top:388px;left:460.00003051758px;overflow:hidden;display:block; }
#bTpQxpTHUHcxyMcaxW9qaPsCPngFRqxA { position:absolute;display:block;z-index:100030;background-color:#141517;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:5px;width:108px;top:402px;left:517.00003051758px;display:block; }
#q7gZT7oW0CPoNmFnXagMI5BUUyk2U5HH { position:absolute;display:block;z-index:100029;background-color:#141517;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:5px;width:108px;top:402px;left:344.00003051758px;display:block; }
#bqMyhetrIR9wAW1zq0XVSpqFDUwtEL0c { position:relative;display:block; }#bqMyhetrIR9wAW1zq0XVSpqFDUwtEL0c { background-color: transparent; background-image: none; }#bqMyhetrIR9wAW1zq0XVSpqFDUwtEL0c::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bqMyhetrIR9wAW1zq0XVSpqFDUwtEL0c > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bqMyhetrIR9wAW1zq0XVSpqFDUwtEL0c > .row .container > .video-iframe-container { display: none; }#bqMyhetrIR9wAW1zq0XVSpqFDUwtEL0c > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bqMyhetrIR9wAW1zq0XVSpqFDUwtEL0c > .row > .video-iframe-container { display: none; }#bqMyhetrIR9wAW1zq0XVSpqFDUwtEL0c > .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); }#bqMyhetrIR9wAW1zq0XVSpqFDUwtEL0c { border-width: 0; border-radius: 0; }#bqMyhetrIR9wAW1zq0XVSpqFDUwtEL0c > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:"open sans";height:185px;width:960px;position:relative;display:block; }#L7XazomOoDk1Bf3GKdysn21bkvinDzku { color:#000000;display:block;width:293px;position:absolute;font-family:cairo;font-size:22px;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:9.2916679382324px;left:607.97915649414px;height:28px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JPk0tQBQxNFshNgeEt24Qy8lfxFJQTc3 { color:#000000;display:block;width:360px;position:absolute;font-family:cairo;font-size:21px;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:9.2916679382324px;left:69px;height:81px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Zwi14pmeH0ceSHdRUtHDGiGSSyRioeAe { color:#000000;display:block;width:140px;position:absolute;font-family:cairo;font-size:18px;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:112px;left:745px;height:23px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#F5q0bIASBMCMpbIKy9KMAmuUExXt0zTB { color:#000000;display:block;width:146px;position:absolute;font-family:cairo;font-size:18px;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:113px;left:283px;height:23px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#zg0szSTnPCO3qynsmUTG8pOwiLeDFTSd { color:#000000;display:block;width:231px;position:absolute;font-family:cairo;font-size:18px;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:155px;left:653px;height:23px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#uIv2nKMy6wo0qDfuDet5ZTF7IKd1iCpm { color:#000000;display:block;width:227px;position:absolute;font-family:cairo;font-size:18px;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:154px;left:203px;height:23px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#dgSlak1ZdtEPHNzpBKyuTvun0aVaX7Dd { position:absolute;display:block;z-index:100001;background-color:#ff9805;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2px;width:80px;top:696px;left:510px;display:none; }
#bgZZOzLWlRTguoVD8AElTq4J8AbGTSB6 { position:absolute;display:block;z-index:100001;background-color:#ff9805;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2px;width:80px;top:696px;left:510px;display:none; }
#mLeUAbJbXDUbWPTDT6mabZgBmiAbAdrt { position:relative;display:block; }#mLeUAbJbXDUbWPTDT6mabZgBmiAbAdrt { background-color: transparent; background-image: none; }#mLeUAbJbXDUbWPTDT6mabZgBmiAbAdrt::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mLeUAbJbXDUbWPTDT6mabZgBmiAbAdrt > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mLeUAbJbXDUbWPTDT6mabZgBmiAbAdrt > .row .container > .video-iframe-container { display: none; }#mLeUAbJbXDUbWPTDT6mabZgBmiAbAdrt > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mLeUAbJbXDUbWPTDT6mabZgBmiAbAdrt > .row > .video-iframe-container { display: none; }#mLeUAbJbXDUbWPTDT6mabZgBmiAbAdrt > .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); }#mLeUAbJbXDUbWPTDT6mabZgBmiAbAdrt { border-width: 0; border-radius: 0; }#mLeUAbJbXDUbWPTDT6mabZgBmiAbAdrt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:"open sans";height:50px;width:960px;position:relative;display:block; }#d2KccN0M0ZSCqxe48R1a6OvHweueN7P6 { color:#000000;display:block;width:540px;position:absolute;font-family:cairo;font-size:19px;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:13.499938964844px;left:117.68753051758px;height:24px;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#F7UxpRWFqGyZUJmPQq4RIpf7XyNmAHds { position:relative;display:block; }#F7UxpRWFqGyZUJmPQq4RIpf7XyNmAHds { background-color: transparent; background-image: none; }#F7UxpRWFqGyZUJmPQq4RIpf7XyNmAHds::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#F7UxpRWFqGyZUJmPQq4RIpf7XyNmAHds > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#F7UxpRWFqGyZUJmPQq4RIpf7XyNmAHds > .row .container > .video-iframe-container { display: none; }#F7UxpRWFqGyZUJmPQq4RIpf7XyNmAHds > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#F7UxpRWFqGyZUJmPQq4RIpf7XyNmAHds > .row > .video-iframe-container { display: none; }#F7UxpRWFqGyZUJmPQq4RIpf7XyNmAHds > .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); }#F7UxpRWFqGyZUJmPQq4RIpf7XyNmAHds { border-width: 0; border-radius: 0; }#F7UxpRWFqGyZUJmPQq4RIpf7XyNmAHds > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:"open sans";height:99px;width:960px;position:relative;display:block; }#CImbIsTAy329iECuE97vN8TgUnxFu2r5 { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:35px;width:35px;top:0px;left:462px;overflow:hidden;display:block; }
#XJ4g23kU7LuV5APaQo2BP7KgC1VVvkIK { position:absolute;display:block;z-index:100035;background-color:#141517;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:5px;width:108px;top:15px;left:515px;display:block; }
#SzBO6ESFxTWcWfTJgZotrzTsvyEmCiDN { position:absolute;display:block;z-index:100034;background-color:#141517;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:5px;width:108px;top:15px;left:338px;display:block; }
#meXyTs5cASxkP5XT2bdSNBWk3tDTzztq { color:#fdbd61;display:block;width:960px;position:absolute;font-family:cairo;font-size:36px;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:35px;left:0px;height:46px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b6Fx3G7LyIhoaxxxQiTNIFG3ESywmtQe { position:relative;display:block; }#b6Fx3G7LyIhoaxxxQiTNIFG3ESywmtQe { background-color: transparent; background-image: none; }#b6Fx3G7LyIhoaxxxQiTNIFG3ESywmtQe::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b6Fx3G7LyIhoaxxxQiTNIFG3ESywmtQe > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b6Fx3G7LyIhoaxxxQiTNIFG3ESywmtQe > .row .container > .video-iframe-container { display: none; }#b6Fx3G7LyIhoaxxxQiTNIFG3ESywmtQe > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b6Fx3G7LyIhoaxxxQiTNIFG3ESywmtQe > .row > .video-iframe-container { display: none; }#b6Fx3G7LyIhoaxxxQiTNIFG3ESywmtQe > .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); }#b6Fx3G7LyIhoaxxxQiTNIFG3ESywmtQe { border-width: 0; border-radius: 0; }#b6Fx3G7LyIhoaxxxQiTNIFG3ESywmtQe > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);background-image: -moz-linear-gradient(top, #ffffff, #ffffff);background-image: -ms-linear-gradient(top, #ffffff, #ffffff);background-image: -o-linear-gradient(top, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(to bottom, #ffffff, #ffffff);background-size:cover;font-size:14px;font-family:arial;height:447px;width:960px;position:relative;display:block; }#HDTsaXy5M5ywLHF3ocV5FTT3iTL7Gad1 { position:absolute;display:block;z-index:100001;border-top:2px solid #ff845e;border-left:2px solid #ff845e;border-right:2px solid #ff845e;border-bottom:2px solid #ff845e;border-top-left-radius:134px;border-top-right-radius:134px;border-bottom-left-radius:134px;border-bottom-right-radius:134px;height:165px;width:165px;top:37.499908447266px;left:75.5px;overflow:hidden;display:block; }
#oEJdT7OOZ3SozKDZhNh6nC47ts8lpnPa { position:absolute;display:block;z-index:100000;background-color:rgba(0,0,0,0);background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:1px solid #e6cd26;border-left:1px solid #e6cd26;border-right:1px solid #e6cd26;border-bottom:1px solid #e6cd26;border-top-left-radius:99px;border-top-right-radius:99px;border-bottom-left-radius:99px;border-bottom-right-radius:99px;height:182px;width:182px;top:29.979166030884px;left:68px;display:block; }
#Jo1l2vOZhE0wxPuxsd82exptwLGlxWxC { color:#686868;display:block;width:252px;position:absolute;font-family:cairo;font-size:16px;font-weight:400;z-index:100002;line-height:1.6;letter-spacing:0;top:232.00006103516px;left:365.00003051758px;height:100px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tmNIXq0FH4TGD9A5atPqW8LrBNcwt6q7 { position:absolute;display:block;z-index:100004;background-color:#e6cd26;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1px;width:52px;top:348px;left:127px;display:block; }
#HsRkHw7xaBPDL0ko5L2KwBOXfSL5SNLd { color:#686868;display:block;width:270px;position:absolute;font-family:cairo;font-size:16px;font-weight:400;z-index:100003;line-height:1.6;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:366px;left:18px;height:25px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kT2xyS0vUdgo48Z2hNFBPVgkwf10ZZXl { color:#000000;display:block;width:84px;position:absolute;font-family:ubuntu;font-size:123px;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:1px;left:0px;height:159px;font-style:normal;display:block; }
#Pge4P359RtfpvMXuFDvPqOd8coas0tLZ { color:#000000;display:block;width:84px;position:absolute;font-family:ubuntu;font-size:123px;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:1px;left:328px;height:159px;font-style:normal;display:block; }
#JvKNxhSMfttHDVNxR4WODpPRlOVvAZL7 { position:absolute;display:block;z-index:100007;background-color:rgba(0,0,0,0);background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:1px solid #e6cd26;border-left:1px solid #e6cd26;border-right:1px solid #e6cd26;border-bottom:1px solid #e6cd26;border-top-left-radius:99px;border-top-right-radius:99px;border-bottom-left-radius:99px;border-bottom-right-radius:99px;height:182px;width:182px;top:29.979166030884px;left:388.00003051758px;display:block; }
#UGvIAulmlgkQG5sGyy3Am944ZBQ65spo { position:absolute;display:block;z-index:100008;border-top:2px solid #ff845e;border-left:2px solid #ff845e;border-right:2px solid #ff845e;border-bottom:2px solid #ff845e;border-top-left-radius:134px;border-top-right-radius:134px;border-bottom-left-radius:134px;border-bottom-right-radius:134px;height:165px;width:165px;top:38px;left:397px;overflow:hidden;display:block; }
#WkKRJa30Wq8GPWFsi1GG4X6y6ROwNqXH { color:#686868;display:block;width:252px;position:absolute;font-family:cairo;font-size:16px;font-weight:400;z-index:100009;line-height:1.6;letter-spacing:0;top:232px;left:27.5px;height:100px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kwdZAr2Ze9gTcKKmRVRtzffCqXhJyyN5 { position:absolute;display:block;z-index:100011;background-color:#e6cd26;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1px;width:52px;top:348px;left:455px;display:block; }
#a4lTuE9vZ9fucvxQLpXGbhvfHUOZJ6pX { color:#686868;display:block;width:270px;position:absolute;font-family:cairo;font-size:16px;font-weight:400;z-index:100010;line-height:1.6;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:367px;left:346px;height:25px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oGKd3byOMv2yHsMbTp66gBmub1FUgKZZ { color:#686868;display:block;width:270px;position:absolute;font-family:cairo;font-size:16px;font-weight:400;z-index:100017;line-height:1.6;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:365px;left:675px;height:25px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dd5gr8W9GakM8mov5fBfFv1itzQvKz5I { position:absolute;display:block;z-index:100014;background-color:rgba(0,0,0,0);background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:1px solid #e6cd26;border-left:1px solid #e6cd26;border-right:1px solid #e6cd26;border-bottom:1px solid #e6cd26;border-top-left-radius:99px;border-top-right-radius:99px;border-bottom-left-radius:99px;border-bottom-right-radius:99px;height:189px;width:188px;top:26.458343505859px;left:715.00003051758px;display:block; }
#IFZ8othUilAZ0GNTqWPH1OTcg1zHEvTM { position:absolute;display:block;z-index:100015;border-top:2px solid #ff845e;border-left:2px solid #ff845e;border-right:2px solid #ff845e;border-bottom:2px solid #ff845e;border-top-left-radius:134px;border-top-right-radius:134px;border-bottom-left-radius:134px;border-bottom-right-radius:134px;height:165px;width:165px;top:37.479166030884px;left:724.50003051758px;overflow:hidden;display:block; }
#C8TD75XsqcdkQ4mgkwoBNJlArQ8mmn30 { color:#686868;display:block;width:252px;position:absolute;font-family:cairo;font-size:16px;font-weight:400;z-index:100016;line-height:1.6;letter-spacing:0;top:257.31262207031px;left:684.50003051758px;height:75px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lTTHQnho1mb54BlV3UHsDVOA32cdVdOo { position:absolute;display:block;z-index:100018;background-color:#e6cd26;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1px;width:52px;top:348px;left:784px;display:block; }
#MMR9xzKHrbDOty9TvfPx9rJzMIb10Aqy { color:#000000;display:block;width:84px;position:absolute;font-family:ubuntu;font-size:123px;font-weight:400;z-index:100016;line-height:1.3;letter-spacing:0;top:0px;left:657px;height:159px;font-style:normal;display:block; }
#Gme9wo5iyZy4gaxeXuoH4Vy787rQyWwk { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(255,255,255,0.67);background-image:none;position:relative;display:block; }#Gme9wo5iyZy4gaxeXuoH4Vy787rQyWwk > .row .container { background-color: transparent; background-image: none; }#Gme9wo5iyZy4gaxeXuoH4Vy787rQyWwk::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Gme9wo5iyZy4gaxeXuoH4Vy787rQyWwk > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Gme9wo5iyZy4gaxeXuoH4Vy787rQyWwk > .row .container > .video-iframe-container { display: none; }#Gme9wo5iyZy4gaxeXuoH4Vy787rQyWwk > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Gme9wo5iyZy4gaxeXuoH4Vy787rQyWwk > .row > .video-iframe-container { display: none; }#Gme9wo5iyZy4gaxeXuoH4Vy787rQyWwk > .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); }#Gme9wo5iyZy4gaxeXuoH4Vy787rQyWwk > .row .container { border-width: 0; border-radius: 0; }#Gme9wo5iyZy4gaxeXuoH4Vy787rQyWwk > .row .container { font-size:14px;font-family:arial;height:565px;width:960px;position:relative;display:block; }#RxXotst4WxmMMfgLwVNhtt2HfsQJXyZf { display:block;width:483px;position:absolute;font-family:cairo;font-size:46px;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px #000000;top:47.979095458984px;left:477.00003051758px;height:59px;font-style:normal;color:#ffffff;text-align:right;text-align-last:right;display:block; }
#bA0pTvnHn62CWAWqgdAuJsMAyc4DDVe6 { display:block;width:483px;position:absolute;font-family:cairo;font-size:46px;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px #000000;top:124.91659545898px;left:356.81253051758px;height:59px;font-style:normal;color:#ffffff;text-align:right;text-align-last:right;display:block; }
#M2rbDvz4xexBeAMiKCVgJHuuabUvuWBg { border-bottom:0;border-left:0;border-right:0;border-top:0;height:152px;width:87px;position:absolute;display:block;z-index:100009;top:220px;left:369.68753051758px;overflow:hidden;display:block; }
#lFdAnwx0pAhNJ2AEiwpwL29TRWmLiBI2 .widget-form-header {  }
#lFdAnwx0pAhNJ2AEiwpwL29TRWmLiBI2 .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:14px;font-weight:bold;color:#050505;width:286px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;background-color:transparent;background-image:none;text-align:right;text-align-last:right; }
#lFdAnwx0pAhNJ2AEiwpwL29TRWmLiBI2 .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 #0e9ae5;border-left:1px solid #0e9ae5;border-right:1px solid #0e9ae5;border-bottom:1px solid #0e9ae5;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:286px;box-sizing:border-box;height:41px;color:#6e6e6e;font-size:13px;overflow:hidden;font-family:"open sans"; }
#lFdAnwx0pAhNJ2AEiwpwL29TRWmLiBI2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#lFdAnwx0pAhNJ2AEiwpwL29TRWmLiBI2 .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 #0e9ae5;border-left:1px solid #0e9ae5;border-right:1px solid #0e9ae5;border-bottom:1px solid #0e9ae5;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:286px;box-sizing:border-box;height:70px;color:#6e6e6e;font-size:13px;overflow:hidden;font-family:"open sans"; }
#lFdAnwx0pAhNJ2AEiwpwL29TRWmLiBI2 .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:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:286px;box-sizing:border-box;height:40px;color:#6e6e6e;font-family:cairo;font-size:13px;overflow:hidden; }
#lFdAnwx0pAhNJ2AEiwpwL29TRWmLiBI2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#lFdAnwx0pAhNJ2AEiwpwL29TRWmLiBI2 .widget-input-checkbox { width:13px;height:13px;box-sizing:border-box;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:3px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px; }
#lFdAnwx0pAhNJ2AEiwpwL29TRWmLiBI2 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#lFdAnwx0pAhNJ2AEiwpwL29TRWmLiBI2 .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;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:0px;margin-bottom:4px;margin-left:0px;display:block;box-sizing:border-box;font-size:22px;font-weight:bold;color:#e0f4f0;width:286px;height:55px;font-family:cairo;overflow:hidden;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ; }
#lFdAnwx0pAhNJ2AEiwpwL29TRWmLiBI2 [class*="-text"]:-moz-placeholder { color:#b9b8b8;font-family:"open sans";font-size:13px; }
#lFdAnwx0pAhNJ2AEiwpwL29TRWmLiBI2 [class*="-text"]::-moz-placeholder { color:#b9b8b8;font-family:"open sans";font-size:13px; }
#lFdAnwx0pAhNJ2AEiwpwL29TRWmLiBI2 [class*="-text"]:-ms-input-placeholder { color:#b9b8b8;font-family:"open sans";font-size:13px; }
#lFdAnwx0pAhNJ2AEiwpwL29TRWmLiBI2 [class*="-text"]::-webkit-input-placeholder { color:#b9b8b8;font-family:"open sans";font-size:13px; }
#lFdAnwx0pAhNJ2AEiwpwL29TRWmLiBI2 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto;font-family:"open sans";font-size:12px;font-weight:400;color:#f2f9ff;vertical-align:top;width:267px;overflow:hidden;font-style:normal; }
#lFdAnwx0pAhNJ2AEiwpwL29TRWmLiBI2 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:3px;vertical-align:middle; }
#lFdAnwx0pAhNJ2AEiwpwL29TRWmLiBI2 .widget-radio-label { display:inline;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:400;color:#f2f9ff;overflow:hidden;font-style:normal;line-height:1.3; }
#lFdAnwx0pAhNJ2AEiwpwL29TRWmLiBI2 .widget-container { padding-top:4px;padding-left:0px;padding-right:0px;padding-bottom:4px;width:100%;font-size:0px;height:auto; }
#lFdAnwx0pAhNJ2AEiwpwL29TRWmLiBI2 .widget-container:first-of-type{padding-top:0;}#lFdAnwx0pAhNJ2AEiwpwL29TRWmLiBI2 .widget-container:last-of-type{padding-bottom:0;}#lFdAnwx0pAhNJ2AEiwpwL29TRWmLiBI2  { background-color:#ecf6f4;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;background-size:initial;border-top-left-radius:17px;border-top-right-radius:17px;border-bottom-left-radius:17px;border-bottom-right-radius:17px;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:286px;height:auto;border-top:1px solid #0e9ae5;border-left:1px solid #0e9ae5;border-right:1px solid #0e9ae5;border-bottom:1px solid #0e9ae5;left:17.5px;top:47.96875px;z-index:100004;position:absolute;box-shadow: 11px 1px 8px rgba(0,0,0,0.5) ; }
#lFdAnwx0pAhNJ2AEiwpwL29TRWmLiBI2 .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;width:286px; }
#lFdAnwx0pAhNJ2AEiwpwL29TRWmLiBI2 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:12px;line-height:1.3;font-weight:300;color:#f2f9ff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#lFdAnwx0pAhNJ2AEiwpwL29TRWmLiBI2 {display:block;}#lFdAnwx0pAhNJ2AEiwpwL29TRWmLiBI2 { background-color:#ecf6f4;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;background-size:initial;border-top-left-radius:17px;border-top-right-radius:17px;border-bottom-left-radius:17px;border-bottom-right-radius:17px;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:286px;height:auto;border-top:1px solid #0e9ae5;border-left:1px solid #0e9ae5;border-right:1px solid #0e9ae5;border-bottom:1px solid #0e9ae5;left:17.5px;top:47.96875px;z-index:100004;position:absolute;box-shadow: 11px 1px 8px rgba(0,0,0,0.5) ; }
#lFdAnwx0pAhNJ2AEiwpwL29TRWmLiBI2 #n98kAtxamVakSq7oL2cFZo99GOs6KmCo { position:relative; }
#lFdAnwx0pAhNJ2AEiwpwL29TRWmLiBI2 #ByRFS7dgauViquTxieIxv6LWbe782bhP { position:relative; }
#lFdAnwx0pAhNJ2AEiwpwL29TRWmLiBI2 #qLFvTQLcC7QBIdwwzDzv9cI33SKUyF8K { position:relative; }
#lFdAnwx0pAhNJ2AEiwpwL29TRWmLiBI2 #qAnIRkMotNkR4FF0S98xqXpZlopuoqLT { position:relative; }
#lFdAnwx0pAhNJ2AEiwpwL29TRWmLiBI2 #N63hC9ETST7uT6r5zR1AiQFMMdveah1U { position:relative; }
#lFdAnwx0pAhNJ2AEiwpwL29TRWmLiBI2 #wHRkciPvbJp8OT06XnK6SczL24GCu1Js { position:relative; }
#lFdAnwx0pAhNJ2AEiwpwL29TRWmLiBI2 #CH0MxDH4aEtHMURpVBkL6qxJMoco5biU { position:relative; }
#lFdAnwx0pAhNJ2AEiwpwL29TRWmLiBI2 #VrUVDTogdCTIK5hppAakaDDhD6J2bU2N { position:relative; }
#lFdAnwx0pAhNJ2AEiwpwL29TRWmLiBI2 #f96XROs0ruTU2LifZ2OWZd72f8uRl868 { position:relative; }
#lFdAnwx0pAhNJ2AEiwpwL29TRWmLiBI2 #oXMnq9UQQuEzq3RpMhUFrmplbt9kWfwv { position:relative; }
#lFdAnwx0pAhNJ2AEiwpwL29TRWmLiBI2 #GPPF8TPDx9eHD4vDhdWEQxiBSiML5pvv { position:relative; }
#rD29qUz0HB1u3i1ihcCXxQ7HkUDR8ySH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(60deg, #0a3a74, #50dcb6);background-image: -moz-linear-gradient(60deg, #0a3a74, #50dcb6);background-image: -ms-linear-gradient(60deg, #0a3a74, #50dcb6);background-image: -o-linear-gradient(60deg, #0a3a74, #50dcb6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a3a74', endColorstr='#50dcb6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a3a74', endColorstr='#50dcb6' );";background-image: linear-gradient(60deg, #0a3a74, #50dcb6);position:relative;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;display:block; }#rD29qUz0HB1u3i1ihcCXxQ7HkUDR8ySH > .row .container { background-color: transparent; background-image: none; }#rD29qUz0HB1u3i1ihcCXxQ7HkUDR8ySH::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rD29qUz0HB1u3i1ihcCXxQ7HkUDR8ySH > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rD29qUz0HB1u3i1ihcCXxQ7HkUDR8ySH > .row .container > .video-iframe-container { display: none; }#rD29qUz0HB1u3i1ihcCXxQ7HkUDR8ySH > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rD29qUz0HB1u3i1ihcCXxQ7HkUDR8ySH > .row > .video-iframe-container { display: none; }#rD29qUz0HB1u3i1ihcCXxQ7HkUDR8ySH > .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); }#rD29qUz0HB1u3i1ihcCXxQ7HkUDR8ySH > .row .container { border-width: 0; border-radius: 0; }#rD29qUz0HB1u3i1ihcCXxQ7HkUDR8ySH > .row .container { font-size:14px;font-family:arial;height:257px;width:960px;position:relative;display:block; }#KNNrbSg2VVTHTeTlx1amg9a2HAxveWdV { display:block;width:306px;position:absolute;font-family:cairo;font-size:24px;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:23.270843505859px;left:653.00003051758px;height:62px;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#BKZrqULSRx0BNXeRiz0MmZhsdJsKrQSU { display:block;width:371px;position:absolute;font-family:cairo;font-size:14px;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:131px;left:556px;height:36px;font-style:normal;color:#ffffff;text-align:right;text-align-last:right;display:block; }
#EwLOuuPNgV50mZAFAhTT1375fBaPbaRg { box-sizing:content-box;color:#ffffff;font-size:34px;font-weight:400;line-height:1;height:49px;width:37px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:122px;left:921px;display:block; }
#h6fiogq7OzN7uq5s0I3Q2muQ3VQhfZyH { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:33px;width:43px;top:217px;left:387px;overflow:hidden;display:block; }
#NI2y60V42fvD1qKQmvKZ1hZxkAsM1uZo { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:33px;width:33px;top:219.5px;left:430px;overflow:hidden;display:block; }
#EGkW7ADZ7TxWHZ01mTfTB3GuC5VygRLi { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:33px;width:33px;top:217px;left:474.109375px;overflow:hidden;display:block; }
#ZnFAlUKLgqTuHoMiywrGegKZLuMbeley { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:98.9931px;width:221.997px;top:52.986114501953px;left:62.083312988281px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #XRsZeAwhGD9TkzhT7CZs9OOVucRZJ4KP { display:block; }#XRsZeAwhGD9TkzhT7CZs9OOVucRZJ4KP > .row .container { height:567px;width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kgtW7t7T4DP4b4yoGTUludUSm7fNV85D { width:360px;height:439px;top:-150px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ZC0CDmSaMT5c9IZWNRW40xT8CTKdQSW2 { top:161px;left:0px;width:232px;height:124px;display:none; }
 }@media only screen and (max-width: 763px) { #xBuywzwPtVdsG7IsnbchXMTNpZFhhlqp .widget-regular-label { width:272px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#xBuywzwPtVdsG7IsnbchXMTNpZFhhlqp .widget-input-text { width:272px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#xBuywzwPtVdsG7IsnbchXMTNpZFhhlqp .widget-input-text {padding-top: 0; padding-bottom: 0;}#xBuywzwPtVdsG7IsnbchXMTNpZFhhlqp .widget-textarea { width:272px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#xBuywzwPtVdsG7IsnbchXMTNpZFhhlqp .widget-input-select { width:272px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#xBuywzwPtVdsG7IsnbchXMTNpZFhhlqp .widget-input-select {padding-top: 0; padding-bottom: 0;}#xBuywzwPtVdsG7IsnbchXMTNpZFhhlqp .widget-input-button { width:272px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#xBuywzwPtVdsG7IsnbchXMTNpZFhhlqp .widget-checkbox-label { width:253px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#xBuywzwPtVdsG7IsnbchXMTNpZFhhlqp  { width:272px;height:auto;top:742px;left:0px; }
#xBuywzwPtVdsG7IsnbchXMTNpZFhhlqp .radio-container { width:272px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#xBuywzwPtVdsG7IsnbchXMTNpZFhhlqp {display:block;}#xBuywzwPtVdsG7IsnbchXMTNpZFhhlqp { width:272px;height:auto;top:742px;left:0px; }
 }@media only screen and (max-width: 763px) { #xBuywzwPtVdsG7IsnbchXMTNpZFhhlqp #fqTpLilKcFr5IyZohMCurCkWx8TKNzwC {  }
 }@media only screen and (max-width: 763px) { #xBuywzwPtVdsG7IsnbchXMTNpZFhhlqp #Q2339PBQKH0PxrV3yaP7y2n6RsQzAayK {  }
 }@media only screen and (max-width: 763px) { #xBuywzwPtVdsG7IsnbchXMTNpZFhhlqp #tR21BRXwV2DoEeLgyiMiPUyRNS1Ay8nq {  }
 }@media only screen and (max-width: 763px) { #xBuywzwPtVdsG7IsnbchXMTNpZFhhlqp #Mvt1Vy6L1B5CqphBUoRxbylIyE8kAJCf {  }
 }@media only screen and (max-width: 763px) { #xBuywzwPtVdsG7IsnbchXMTNpZFhhlqp #EGB7QKnGfvsZii3mx0UuU0ZNJ4FnBPG6 {  }
 }@media only screen and (max-width: 763px) { #xBuywzwPtVdsG7IsnbchXMTNpZFhhlqp #NoKhqZU7TiBVidTDydX7TLI0lsphgbtT {  }
 }@media only screen and (max-width: 763px) { #xBuywzwPtVdsG7IsnbchXMTNpZFhhlqp #FMuTztIGUZP2dFlQur1kHAa5kKQTzxcf {  }
 }@media only screen and (max-width: 763px) { #xBuywzwPtVdsG7IsnbchXMTNpZFhhlqp #qX5Pk0OuHKzvZUr1sUwDG4CZAP7WdcTD {  }
 }@media only screen and (max-width: 763px) { #xBuywzwPtVdsG7IsnbchXMTNpZFhhlqp #WAxZKibAdCwmlF9fVPFTwESPrU4XBN5A {  }
 }@media only screen and (max-width: 763px) { #xBuywzwPtVdsG7IsnbchXMTNpZFhhlqp #iMGKn4y4CV0GeHax1sR3c3evA1Cysil4 {  }
 }@media only screen and (max-width: 763px) { #xBuywzwPtVdsG7IsnbchXMTNpZFhhlqp #dKlmH0er230KTDappsekVCz8RA2VoKlf {  }
 }@media only screen and (max-width: 763px) { #CRAPcNeMU6m4aMyk5BUsuImc4zT0FLA4 { top:39px;left:0px;width:412px;height:152px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #XKvtgTsxweyXJt1Fov5WdyKcAwdiTaI2 { display:block; }#XKvtgTsxweyXJt1Fov5WdyKcAwdiTaI2 > .row .container { width:764px;height:342px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ITECtwlKK2bLCQAiITSQKUSSwBUSFyNe { width:300px;height:23px;top:133px;left:464px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #TXpaghAofSAhVSqsaiOVym2w3ef4cqRv { top:28px;left:393px;width:371px;height:66px;font-size:52px;display:block; }
 }@media only screen and (max-width: 763px) { #JNJrBIZ6p8kcWiPtvQRgfiAeVn7097Jw { width:300px;height:23px;top:133px;left:464px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Iip1Vq0vfosMltJBME59lbIREOZv49XT { width:300px;height:23px;top:133px;left:464px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #z419zf2kzqMVU1wszBQuPzQOIQC0wxZz { top:130px;left:736px;width:27px;height:27.97151800358px;display:block; }
 }@media only screen and (max-width: 763px) { #hcZHnMsKV2Eh9xgGstx2CMndonclfHrV { top:206px;left:737px;width:27px;height:27.97151800358px;display:block; }
 }@media only screen and (max-width: 763px) { #J6vIZyydP76xD9EHFnNKf510z8iBSycm { top:294px;left:737px;width:27px;height:27.97151800358px;display:block; }
 }@media only screen and (max-width: 763px) { #TyZRTfBiWlHZi3CE5Z5PsUW4btEPqThA { top:489px;left:410.00003051758px;width:108px;height:5px;display:block; }
 }@media only screen and (max-width: 763px) { #pgS3GDIeAe9fm4umCKkmwvFXMSR8Z2qP { top:489px;left:225.50003051758px;width:108px;height:5px;display:block; }
 }@media only screen and (max-width: 763px) { #wiULF41gQoO82BUHmmJI8lnpdHdKnndo { top:473px;left:355.00003051758px;width:37px;height:37px;display:block; }
 }@media only screen and (max-width: 763px) { #kmzUdr5mMM6iJpyTfomT4OD4voODd8aa { width:55px;height:98px;top:460px;left:395px;display:block; }
 }@media only screen and (max-width: 763px) { #rHddfvXiyErk0KCzhTyJr5xOMgtTBifT { display:block; }#rHddfvXiyErk0KCzhTyJr5xOMgtTBifT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WOnbVxCLFqk5WcMgekC3Qw1g2aC5tfSa { top:32px;left:0px;width:764px;height:31px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #EMgFNmLCo8bhLJ0IIuFq23JKW7G712xt { display:block; }#EMgFNmLCo8bhLJ0IIuFq23JKW7G712xt > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pJ4DB7wLVsk3kW6sq5CKhPzRgssdrZRl { width:200px;height:55px;top:218px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #JPtiXIePZ7JtBg8TiUJlr0UdlRSsvLLe { width:200px;height:55px;top:212px;left:182px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #swGddszIrZfkyQnCHN94mle3MydpcDpI { width:200px;height:55px;top:210px;left:373px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #zia3vETIplwUfvF07zu2vQ1Z2xB6pJlI { width:200px;height:55px;top:211px;left:564px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #vgzF84VRGwcrFFBZh6ev0AtTlymIXL0S { top:85px;left:52.5px;width:96px;height:96px;display:block; }
 }@media only screen and (max-width: 763px) { #G0Ek6mIvLA0nkx4swT51pJLVw8SR2cL6 { top:73px;left:429.50003051758px;width:110px;height:110px;display:block; }
 }@media only screen and (max-width: 763px) { #EAQJJRTys0fVm4zEFEsUop3KZszVf7en { top:69px;left:621.46578394224px;width:111px;height:111px;display:block; }
 }@media only screen and (max-width: 763px) { #iRi6t3JJdsuVqTeyHxEquGlOnlqqmtzc { top:78px;left:231.50003051758px;width:102px;height:102px;display:block; }
 }@media only screen and (max-width: 763px) { #TFKddU5X3z9vtF7wif8XuuGZm8vitk7Q { top:388px;left:345px;width:37px;height:37px;display:block; }
 }@media only screen and (max-width: 763px) { #bTpQxpTHUHcxyMcaxW9qaPsCPngFRqxA { top:402px;left:394.50003051758px;width:108px;height:5px;display:block; }
 }@media only screen and (max-width: 763px) { #q7gZT7oW0CPoNmFnXagMI5BUUyk2U5HH { top:402px;left:270.50003051758px;width:108px;height:5px;display:block; }
 }@media only screen and (max-width: 763px) { #bqMyhetrIR9wAW1zq0XVSpqFDUwtEL0c { display:block; }#bqMyhetrIR9wAW1zq0XVSpqFDUwtEL0c > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L7XazomOoDk1Bf3GKdysn21bkvinDzku { width:293px;height:28px;top:9px;left:460.97915649414px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #JPk0tQBQxNFshNgeEt24Qy8lfxFJQTc3 { width:360px;height:80px;top:9px;left:19.993041992188px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #Zwi14pmeH0ceSHdRUtHDGiGSSyRioeAe { width:140px;height:23px;top:112px;left:598px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #F5q0bIASBMCMpbIKy9KMAmuUExXt0zTB { width:146px;height:22px;top:113px;left:234px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #zg0szSTnPCO3qynsmUTG8pOwiLeDFTSd { width:231px;height:22px;top:155px;left:506px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #uIv2nKMy6wo0qDfuDet5ZTF7IKd1iCpm { width:227px;height:22px;top:154px;left:154px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #dgSlak1ZdtEPHNzpBKyuTvun0aVaX7Dd { width:80px;height:2px;top:696px;left:412px;display:none; }
 }@media only screen and (max-width: 763px) { #bgZZOzLWlRTguoVD8AElTq4J8AbGTSB6 { width:80px;height:2px;top:696px;left:412px;display:none; }
 }@media only screen and (max-width: 763px) { #mLeUAbJbXDUbWPTDT6mabZgBmiAbAdrt { display:block; }#mLeUAbJbXDUbWPTDT6mabZgBmiAbAdrt > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d2KccN0M0ZSCqxe48R1a6OvHweueN7P6 { width:540px;height:24px;top:13px;left:19.687530517578px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #F7UxpRWFqGyZUJmPQq4RIpf7XyNmAHds { display:block; }#F7UxpRWFqGyZUJmPQq4RIpf7XyNmAHds > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CImbIsTAy329iECuE97vN8TgUnxFu2r5 { width:35px;height:35px;top:0px;left:364px;display:block; }
 }@media only screen and (max-width: 763px) { #XJ4g23kU7LuV5APaQo2BP7KgC1VVvkIK { top:15px;left:417px;width:107px;height:5px;display:block; }
 }@media only screen and (max-width: 763px) { #SzBO6ESFxTWcWfTJgZotrzTsvyEmCiDN { top:15px;left:240px;width:107px;height:5px;display:block; }
 }@media only screen and (max-width: 763px) { #meXyTs5cASxkP5XT2bdSNBWk3tDTzztq { width:764px;height:46px;top:35px;left:0px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #b6Fx3G7LyIhoaxxxQiTNIFG3ESywmtQe { display:block; }#b6Fx3G7LyIhoaxxxQiTNIFG3ESywmtQe > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HDTsaXy5M5ywLHF3ocV5FTT3iTL7Gad1 { width:165px;height:165px;top:37px;left:42.5px;display:block; }
 }@media only screen and (max-width: 763px) { #oEJdT7OOZ3SozKDZhNh6nC47ts8lpnPa { width:182px;height:182px;top:29px;left:35px;display:block; }
 }@media only screen and (max-width: 763px) { #Jo1l2vOZhE0wxPuxsd82exptwLGlxWxC { width:252px;height:101px;top:232px;left:256px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #tmNIXq0FH4TGD9A5atPqW8LrBNcwt6q7 { width:52px;height:1px;top:348px;left:94px;display:block; }
 }@media only screen and (max-width: 763px) { #HsRkHw7xaBPDL0ko5L2KwBOXfSL5SNLd { width:270px;height:25px;top:366px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #kT2xyS0vUdgo48Z2hNFBPVgkwf10ZZXl { width:84px;height:158px;top:1px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Pge4P359RtfpvMXuFDvPqOd8coas0tLZ { width:84px;height:158px;top:1px;left:254px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #JvKNxhSMfttHDVNxR4WODpPRlOVvAZL7 { width:182px;height:182px;top:29px;left:289.00003051758px;display:block; }
 }@media only screen and (max-width: 763px) { #UGvIAulmlgkQG5sGyy3Am944ZBQ65spo { width:165px;height:165px;top:38px;left:298px;display:block; }
 }@media only screen and (max-width: 763px) { #WkKRJa30Wq8GPWFsi1GG4X6y6ROwNqXH { width:252px;height:101px;top:232px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #kwdZAr2Ze9gTcKKmRVRtzffCqXhJyyN5 { width:52px;height:1px;top:348px;left:356px;display:block; }
 }@media only screen and (max-width: 763px) { #a4lTuE9vZ9fucvxQLpXGbhvfHUOZJ6pX { width:270px;height:25px;top:367px;left:238px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #oGKd3byOMv2yHsMbTp66gBmub1FUgKZZ { width:270px;height:25px;top:365px;left:492px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #dd5gr8W9GakM8mov5fBfFv1itzQvKz5I { width:188px;height:189px;top:26px;left:550.00003051758px;display:block; }
 }@media only screen and (max-width: 763px) { #IFZ8othUilAZ0GNTqWPH1OTcg1zHEvTM { width:165px;height:165px;top:37px;left:559.50003051758px;display:block; }
 }@media only screen and (max-width: 763px) { #C8TD75XsqcdkQ4mgkwoBNJlArQ8mmn30 { width:252px;height:76px;top:257px;left:510px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #lTTHQnho1mb54BlV3UHsDVOA32cdVdOo { width:52px;height:1px;top:348px;left:619px;display:block; }
 }@media only screen and (max-width: 763px) { #MMR9xzKHrbDOty9TvfPx9rJzMIb10Aqy { width:84px;height:158px;top:0px;left:508px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Gme9wo5iyZy4gaxeXuoH4Vy787rQyWwk { display:block; }#Gme9wo5iyZy4gaxeXuoH4Vy787rQyWwk > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RxXotst4WxmMMfgLwVNhtt2HfsQJXyZf { width:483px;height:58px;top:47px;left:281px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #bA0pTvnHn62CWAWqgdAuJsMAyc4DDVe6 { width:483px;height:58px;top:124px;left:258.81253051758px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #M2rbDvz4xexBeAMiKCVgJHuuabUvuWBg { width:55px;height:98px;top:460px;left:395px;display:block; }
 }@media only screen and (max-width: 763px) { #lFdAnwx0pAhNJ2AEiwpwL29TRWmLiBI2 .widget-regular-label { width:286px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#lFdAnwx0pAhNJ2AEiwpwL29TRWmLiBI2 .widget-input-text { width:286px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#lFdAnwx0pAhNJ2AEiwpwL29TRWmLiBI2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#lFdAnwx0pAhNJ2AEiwpwL29TRWmLiBI2 .widget-textarea { width:286px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#lFdAnwx0pAhNJ2AEiwpwL29TRWmLiBI2 .widget-input-select { width:286px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#lFdAnwx0pAhNJ2AEiwpwL29TRWmLiBI2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#lFdAnwx0pAhNJ2AEiwpwL29TRWmLiBI2 .widget-input-button { width:286px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#lFdAnwx0pAhNJ2AEiwpwL29TRWmLiBI2 .widget-checkbox-label { width:267px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#lFdAnwx0pAhNJ2AEiwpwL29TRWmLiBI2  { width:286px;height:auto;top:47px;left:0px; }
#lFdAnwx0pAhNJ2AEiwpwL29TRWmLiBI2 .radio-container { width:286px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#lFdAnwx0pAhNJ2AEiwpwL29TRWmLiBI2 {display:block;}#lFdAnwx0pAhNJ2AEiwpwL29TRWmLiBI2 { width:286px;height:auto;top:47px;left:0px; }
 }@media only screen and (max-width: 763px) { #lFdAnwx0pAhNJ2AEiwpwL29TRWmLiBI2 #n98kAtxamVakSq7oL2cFZo99GOs6KmCo {  }
 }@media only screen and (max-width: 763px) { #lFdAnwx0pAhNJ2AEiwpwL29TRWmLiBI2 #ByRFS7dgauViquTxieIxv6LWbe782bhP {  }
 }@media only screen and (max-width: 763px) { #lFdAnwx0pAhNJ2AEiwpwL29TRWmLiBI2 #qLFvTQLcC7QBIdwwzDzv9cI33SKUyF8K {  }
 }@media only screen and (max-width: 763px) { #lFdAnwx0pAhNJ2AEiwpwL29TRWmLiBI2 #qAnIRkMotNkR4FF0S98xqXpZlopuoqLT {  }
 }@media only screen and (max-width: 763px) { #lFdAnwx0pAhNJ2AEiwpwL29TRWmLiBI2 #N63hC9ETST7uT6r5zR1AiQFMMdveah1U {  }
 }@media only screen and (max-width: 763px) { #lFdAnwx0pAhNJ2AEiwpwL29TRWmLiBI2 #wHRkciPvbJp8OT06XnK6SczL24GCu1Js {  }
 }@media only screen and (max-width: 763px) { #lFdAnwx0pAhNJ2AEiwpwL29TRWmLiBI2 #CH0MxDH4aEtHMURpVBkL6qxJMoco5biU {  }
 }@media only screen and (max-width: 763px) { #lFdAnwx0pAhNJ2AEiwpwL29TRWmLiBI2 #VrUVDTogdCTIK5hppAakaDDhD6J2bU2N {  }
 }@media only screen and (max-width: 763px) { #lFdAnwx0pAhNJ2AEiwpwL29TRWmLiBI2 #f96XROs0ruTU2LifZ2OWZd72f8uRl868 {  }
 }@media only screen and (max-width: 763px) { #lFdAnwx0pAhNJ2AEiwpwL29TRWmLiBI2 #oXMnq9UQQuEzq3RpMhUFrmplbt9kWfwv {  }
 }@media only screen and (max-width: 763px) { #lFdAnwx0pAhNJ2AEiwpwL29TRWmLiBI2 #GPPF8TPDx9eHD4vDhdWEQxiBSiML5pvv {  }
 }@media only screen and (max-width: 763px) { #rD29qUz0HB1u3i1ihcCXxQ7HkUDR8ySH { display:block; }#rD29qUz0HB1u3i1ihcCXxQ7HkUDR8ySH > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KNNrbSg2VVTHTeTlx1amg9a2HAxveWdV { width:306px;height:61px;top:23px;left:458px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #BKZrqULSRx0BNXeRiz0MmZhsdJsKrQSU { width:370px;height:35px;top:130px;left:393px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #EwLOuuPNgV50mZAFAhTT1375fBaPbaRg { top:122px;left:727px;width:37px;height:49px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #h6fiogq7OzN7uq5s0I3Q2muQ3VQhfZyH { top:217px;left:289px;width:43px;height:33px;display:block; }
 }@media only screen and (max-width: 763px) { #NI2y60V42fvD1qKQmvKZ1hZxkAsM1uZo { top:219px;left:332px;width:33px;height:33px;display:block; }
 }@media only screen and (max-width: 763px) { #EGkW7ADZ7TxWHZ01mTfTB3GuC5VygRLi { top:217px;left:376.109375px;width:33px;height:33px;display:block; }
 }@media only screen and (max-width: 763px) { #ZnFAlUKLgqTuHoMiywrGegKZLuMbeley { top:52px;left:0px;width:221px;height:98.54851687185px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #XRsZeAwhGD9TkzhT7CZs9OOVucRZJ4KP { display:block; }#XRsZeAwhGD9TkzhT7CZs9OOVucRZJ4KP { background-color: transparent; background-image: none; }#XRsZeAwhGD9TkzhT7CZs9OOVucRZJ4KP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XRsZeAwhGD9TkzhT7CZs9OOVucRZJ4KP > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XRsZeAwhGD9TkzhT7CZs9OOVucRZJ4KP > .row .container > .video-iframe-container { display: none; }#XRsZeAwhGD9TkzhT7CZs9OOVucRZJ4KP > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XRsZeAwhGD9TkzhT7CZs9OOVucRZJ4KP > .row > .video-iframe-container { display: none; }#XRsZeAwhGD9TkzhT7CZs9OOVucRZJ4KP > .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); }#XRsZeAwhGD9TkzhT7CZs9OOVucRZJ4KP { border-width: 0; border-radius: 0; }#XRsZeAwhGD9TkzhT7CZs9OOVucRZJ4KP > .row .container { height:817px;width:320px;background-color:#effdfe;background-image:url("https://images.assets-landingi.com/8Uy9L9HD/2_14_.png");background-position:center left;background-repeat:no-repeat;background-attachment:fixed;background-size:contain;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kgtW7t7T4DP4b4yoGTUludUSm7fNV85D { width:320px;height:82px;top:143.97570800781px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ZC0CDmSaMT5c9IZWNRW40xT8CTKdQSW2 { width:283.993px;height:123.993px;top:20px;left:18px;z-index:100024;display:block; }
 }@media only screen and (max-width: 763px) { #xBuywzwPtVdsG7IsnbchXMTNpZFhhlqp .widget-regular-label { width:271px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#xBuywzwPtVdsG7IsnbchXMTNpZFhhlqp .widget-input-text { width:271px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#xBuywzwPtVdsG7IsnbchXMTNpZFhhlqp .widget-input-text {padding-top: 0; padding-bottom: 0;}#xBuywzwPtVdsG7IsnbchXMTNpZFhhlqp .widget-textarea { width:271px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#xBuywzwPtVdsG7IsnbchXMTNpZFhhlqp .widget-input-select { width:271px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#xBuywzwPtVdsG7IsnbchXMTNpZFhhlqp .widget-input-select {padding-top: 0; padding-bottom: 0;}#xBuywzwPtVdsG7IsnbchXMTNpZFhhlqp .widget-input-button { width:271px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#xBuywzwPtVdsG7IsnbchXMTNpZFhhlqp .widget-checkbox-label { width:252px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#xBuywzwPtVdsG7IsnbchXMTNpZFhhlqp  { width:271.997px;height:auto;top:473.10765075684px;left:0px; }
#xBuywzwPtVdsG7IsnbchXMTNpZFhhlqp .radio-container { width:271px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#xBuywzwPtVdsG7IsnbchXMTNpZFhhlqp {display:block;}#xBuywzwPtVdsG7IsnbchXMTNpZFhhlqp { width:271.997px;height:auto;top:473.10765075684px;left:0px; }
 }@media only screen and (max-width: 763px) { #xBuywzwPtVdsG7IsnbchXMTNpZFhhlqp #fqTpLilKcFr5IyZohMCurCkWx8TKNzwC {  }
 }@media only screen and (max-width: 763px) { #xBuywzwPtVdsG7IsnbchXMTNpZFhhlqp #Q2339PBQKH0PxrV3yaP7y2n6RsQzAayK {  }
 }@media only screen and (max-width: 763px) { #xBuywzwPtVdsG7IsnbchXMTNpZFhhlqp #tR21BRXwV2DoEeLgyiMiPUyRNS1Ay8nq {  }
 }@media only screen and (max-width: 763px) { #xBuywzwPtVdsG7IsnbchXMTNpZFhhlqp #Mvt1Vy6L1B5CqphBUoRxbylIyE8kAJCf {  }
 }@media only screen and (max-width: 763px) { #xBuywzwPtVdsG7IsnbchXMTNpZFhhlqp #EGB7QKnGfvsZii3mx0UuU0ZNJ4FnBPG6 {  }
 }@media only screen and (max-width: 763px) { #xBuywzwPtVdsG7IsnbchXMTNpZFhhlqp #NoKhqZU7TiBVidTDydX7TLI0lsphgbtT {  }
 }@media only screen and (max-width: 763px) { #xBuywzwPtVdsG7IsnbchXMTNpZFhhlqp #FMuTztIGUZP2dFlQur1kHAa5kKQTzxcf {  }
 }@media only screen and (max-width: 763px) { #xBuywzwPtVdsG7IsnbchXMTNpZFhhlqp #qX5Pk0OuHKzvZUr1sUwDG4CZAP7WdcTD {  }
 }@media only screen and (max-width: 763px) { #xBuywzwPtVdsG7IsnbchXMTNpZFhhlqp #WAxZKibAdCwmlF9fVPFTwESPrU4XBN5A {  }
 }@media only screen and (max-width: 763px) { #xBuywzwPtVdsG7IsnbchXMTNpZFhhlqp #iMGKn4y4CV0GeHax1sR3c3evA1Cysil4 {  }
 }@media only screen and (max-width: 763px) { #xBuywzwPtVdsG7IsnbchXMTNpZFhhlqp #dKlmH0er230KTDappsekVCz8RA2VoKlf {  }
 }@media only screen and (max-width: 763px) { #CRAPcNeMU6m4aMyk5BUsuImc4zT0FLA4 { width:273.976px;height:41.1111px;top:235.97222900391px;left:23.003472328186px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #XKvtgTsxweyXJt1Fov5WdyKcAwdiTaI2 { display:block; }#XKvtgTsxweyXJt1Fov5WdyKcAwdiTaI2 > .row .container { width:320px;height:800px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ITECtwlKK2bLCQAiITSQKUSSwBUSFyNe { width:235px;height:93.3334px;top:304px;left:42px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #TXpaghAofSAhVSqsaiOVym2w3ef4cqRv { width:320px;height:41.1111px;top:228px;left:0px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #JNJrBIZ6p8kcWiPtvQRgfiAeVn7097Jw { width:246.997px;height:70px;top:466px;left:36px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Iip1Vq0vfosMltJBME59lbIREOZv49XT { width:268.993px;height:73.3333px;top:605px;left:25px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #z419zf2kzqMVU1wszBQuPzQOIQC0wxZz { width:27.9688px;height:28.9931px;top:316px;left:277px;display:block; }
 }@media only screen and (max-width: 763px) { #hcZHnMsKV2Eh9xgGstx2CMndonclfHrV { width:27.9688px;height:28.9931px;top:475px;left:277px;display:block; }
 }@media only screen and (max-width: 763px) { #J6vIZyydP76xD9EHFnNKf510z8iBSycm { width:35px;height:36.9792px;top:740.45140075684px;left:151.9791727066px;display:block; }
 }@media only screen and (max-width: 763px) { #TyZRTfBiWlHZi3CE5Z5PsUW4btEPqThA { width:107.969px;height:5px;top:770.45142269135px;left:185.98959445953px;display:block; }
 }@media only screen and (max-width: 763px) { #pgS3GDIeAe9fm4umCKkmwvFXMSR8Z2qP { width:107.969px;height:5px;top:770.43406677246px;left:41.996529579163px;display:block; }
 }@media only screen and (max-width: 763px) { #wiULF41gQoO82BUHmmJI8lnpdHdKnndo { width:30.9896px;height:30.9896px;top:605px;left:289px;display:block; }
 }@media only screen and (max-width: 763px) { #kmzUdr5mMM6iJpyTfomT4OD4voODd8aa { width:60px;height:128px;top:1px;left:130px;display:none; }
 }@media only screen and (max-width: 763px) { #rHddfvXiyErk0KCzhTyJr5xOMgtTBifT { display:block; }#rHddfvXiyErk0KCzhTyJr5xOMgtTBifT > .row .container { width:320px;height:170px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WOnbVxCLFqk5WcMgekC3Qw1g2aC5tfSa { width:320px;height:62.2222px;top:20px;left:0px;text-align:center;text-align-last:center;text-shadow:2px 1px 3px rgba(0,0,0,0.5);font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #EMgFNmLCo8bhLJ0IIuFq23JKW7G712xt { display:block; }#EMgFNmLCo8bhLJ0IIuFq23JKW7G712xt > .row .container { width:320px;height:812px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pJ4DB7wLVsk3kW6sq5CKhPzRgssdrZRl { width:160px;height:46.6667px;top:121.9792px;left:80px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #JPtiXIePZ7JtBg8TiUJlr0UdlRSsvLLe { width:160px;height:46.6667px;top:288.6459px;left:80px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #swGddszIrZfkyQnCHN94mle3MydpcDpI { width:160px;height:46.6667px;top:473.24662017822px;left:80.000000953674px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #zia3vETIplwUfvF07zu2vQ1Z2xB6pJlI { width:160px;height:46.6667px;top:656.9097442627px;left:80.000000953674px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #vgzF84VRGwcrFFBZh6ev0AtTlymIXL0S { width:81.9965px;height:81.9965px;top:20px;left:119px;display:block; }
 }@media only screen and (max-width: 763px) { #G0Ek6mIvLA0nkx4swT51pJLVw8SR2cL6 { width:82.9688px;height:82.9688px;top:377.27407836914px;left:118.5069437027px;display:block; }
 }@media only screen and (max-width: 763px) { #EAQJJRTys0fVm4zEFEsUop3KZszVf7en { width:75px;height:75px;top:538.92362976074px;left:122.50000095367px;display:block; }
 }@media only screen and (max-width: 763px) { #iRi6t3JJdsuVqTeyHxEquGlOnlqqmtzc { width:80px;height:80px;top:188.6459px;left:120px;display:block; }
 }@media only screen and (max-width: 763px) { #TFKddU5X3z9vtF7wif8XuuGZm8vitk7Q { width:36.9792px;height:36.9792px;top:775.5555267334px;left:141.49305820465px;display:block; }
 }@media only screen and (max-width: 763px) { #bTpQxpTHUHcxyMcaxW9qaPsCPngFRqxA { width:107.969px;height:5px;top:789.96520996094px;left:33.003472328186px;display:block; }
 }@media only screen and (max-width: 763px) { #q7gZT7oW0CPoNmFnXagMI5BUUyk2U5HH { width:107.969px;height:5px;top:790.98968505859px;left:177.96875095367px;display:block; }
 }@media only screen and (max-width: 763px) { #bqMyhetrIR9wAW1zq0XVSpqFDUwtEL0c { display:block; }#bqMyhetrIR9wAW1zq0XVSpqFDUwtEL0c > .row .container { width:320px;height:315px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L7XazomOoDk1Bf3GKdysn21bkvinDzku { width:320px;height:18.8889px;top:155.5556px;left:0px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #JPk0tQBQxNFshNgeEt24Qy8lfxFJQTc3 { width:320px;height:37.7778px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #Zwi14pmeH0ceSHdRUtHDGiGSSyRioeAe { width:320px;height:18.8889px;top:194.4445px;left:0px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #F5q0bIASBMCMpbIKy9KMAmuUExXt0zTB { width:320px;height:18.8889px;top:77.7778px;left:0px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #zg0szSTnPCO3qynsmUTG8pOwiLeDFTSd { width:320px;height:18.8889px;top:233.3334px;left:0px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #uIv2nKMy6wo0qDfuDet5ZTF7IKd1iCpm { width:320px;height:18.8889px;top:116.6667px;left:0px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #dgSlak1ZdtEPHNzpBKyuTvun0aVaX7Dd { width:60px;height:2.98611px;top:294.21883px;left:130px;z-index:100002;background-color:#ecdf62;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;display:block; }
 }@media only screen and (max-width: 763px) { #bgZZOzLWlRTguoVD8AElTq4J8AbGTSB6 { width:60px;height:1.99653px;top:145.20849609375px;left:130.00000095367px;z-index:100003;background-color:#ecdf62;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;display:block; }
 }@media only screen and (max-width: 763px) { #mLeUAbJbXDUbWPTDT6mabZgBmiAbAdrt { display:block; }#mLeUAbJbXDUbWPTDT6mabZgBmiAbAdrt > .row .container { width:320px;height:40px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d2KccN0M0ZSCqxe48R1a6OvHweueN7P6 { width:320px;height:18.8889px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #F7UxpRWFqGyZUJmPQq4RIpf7XyNmAHds { display:block; }#F7UxpRWFqGyZUJmPQq4RIpf7XyNmAHds > .row .container { width:320px;height:115px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CImbIsTAy329iECuE97vN8TgUnxFu2r5 { width:35px;height:35px;top:17.96875px;left:153.97570896149px;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #XJ4g23kU7LuV5APaQo2BP7KgC1VVvkIK { width:106.997px;height:5px;top:47px;left:214px;display:block; }
 }@media only screen and (max-width: 763px) { #SzBO6ESFxTWcWfTJgZotrzTsvyEmCiDN { width:106.997px;height:5px;top:47px;left:36px;display:block; }
 }@media only screen and (max-width: 763px) { #meXyTs5cASxkP5XT2bdSNBWk3tDTzztq { width:320px;height:37.7778px;top:73.090301513672px;left:0px;text-align:center;text-align-last:center;font-size:32px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #b6Fx3G7LyIhoaxxxQiTNIFG3ESywmtQe { background-color:rgba(0,0,0,0);background-image:none;display:block; }#b6Fx3G7LyIhoaxxxQiTNIFG3ESywmtQe > .row .container { background-color: transparent; background-image: none; }#b6Fx3G7LyIhoaxxxQiTNIFG3ESywmtQe::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b6Fx3G7LyIhoaxxxQiTNIFG3ESywmtQe > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b6Fx3G7LyIhoaxxxQiTNIFG3ESywmtQe > .row .container > .video-iframe-container { display: none; }#b6Fx3G7LyIhoaxxxQiTNIFG3ESywmtQe > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b6Fx3G7LyIhoaxxxQiTNIFG3ESywmtQe > .row > .video-iframe-container { display: none; }#b6Fx3G7LyIhoaxxxQiTNIFG3ESywmtQe > .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); }#b6Fx3G7LyIhoaxxxQiTNIFG3ESywmtQe > .row .container { width:320px;height:1365px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HDTsaXy5M5ywLHF3ocV5FTT3iTL7Gad1 { width:165px;height:165px;top:67.517364501953px;left:76.5px;display:block; }
 }@media only screen and (max-width: 763px) { #oEJdT7OOZ3SozKDZhNh6nC47ts8lpnPa { width:181.997px;height:181.997px;top:60px;left:69px;display:block; }
 }@media only screen and (max-width: 763px) { #Jo1l2vOZhE0wxPuxsd82exptwLGlxWxC { width:251.997px;height:102.222px;top:696.712932px;left:34px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #tmNIXq0FH4TGD9A5atPqW8LrBNcwt6q7 { width:51.9965px;height:0.989583px;top:386.181166px;left:134px;display:block; }
 }@media only screen and (max-width: 763px) { #HsRkHw7xaBPDL0ko5L2KwBOXfSL5SNLd { width:270px;height:25.5556px;top:407.181166px;left:25px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #kT2xyS0vUdgo48Z2hNFBPVgkwf10ZZXl { width:83.9931px;height:20px;top:20px;left:118px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Pge4P359RtfpvMXuFDvPqOd8coas0tLZ { width:83.9931px;height:20px;top:452.736766px;left:118px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #JvKNxhSMfttHDVNxR4WODpPRlOVvAZL7 { width:181.997px;height:181.997px;top:492.736766px;left:69px;display:block; }
 }@media only screen and (max-width: 763px) { #UGvIAulmlgkQG5sGyy3Am944ZBQ65spo { width:165px;height:165px;top:500.75757898828px;left:78.010375976562px;display:block; }
 }@media only screen and (max-width: 763px) { #WkKRJa30Wq8GPWFsi1GG4X6y6ROwNqXH { width:251.997px;height:102.222px;top:263.976166px;left:34px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #kwdZAr2Ze9gTcKKmRVRtzffCqXhJyyN5 { width:51.9965px;height:0.989583px;top:818.917932px;left:134px;display:block; }
 }@media only screen and (max-width: 763px) { #a4lTuE9vZ9fucvxQLpXGbhvfHUOZJ6pX { width:270px;height:25.5556px;top:839.917932px;left:25px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #oGKd3byOMv2yHsMbTp66gBmub1FUgKZZ { width:270px;height:25.5556px;top:1247.116398px;left:25px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #dd5gr8W9GakM8mov5fBfFv1itzQvKz5I { width:181.997px;height:181.997px;top:925.473532px;left:69px;display:block; }
 }@media only screen and (max-width: 763px) { #IFZ8othUilAZ0GNTqWPH1OTcg1zHEvTM { width:165px;height:165px;top:936.48049000781px;left:78.496520996094px;display:block; }
 }@media only screen and (max-width: 763px) { #C8TD75XsqcdkQ4mgkwoBNJlArQ8mmn30 { width:251.997px;height:76.6667px;top:1129.449698px;left:34px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #lTTHQnho1mb54BlV3UHsDVOA32cdVdOo { width:51.9965px;height:0.989583px;top:1226.116398px;left:134px;display:block; }
 }@media only screen and (max-width: 763px) { #MMR9xzKHrbDOty9TvfPx9rJzMIb10Aqy { width:83.9931px;height:20px;top:885.473532px;left:118px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Gme9wo5iyZy4gaxeXuoH4Vy787rQyWwk { display:block; }#Gme9wo5iyZy4gaxeXuoH4Vy787rQyWwk > .row .container { width:320px;height:630px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RxXotst4WxmMMfgLwVNhtt2HfsQJXyZf { width:320px;height:33.3333px;top:16.857643127441px;left:0px;text-align:center;text-align-last:center;font-size:26px;text-shadow:1px 1px 6px #000000;display:block; }
 }@media only screen and (max-width: 763px) { #bA0pTvnHn62CWAWqgdAuJsMAyc4DDVe6 { width:320px;height:28.8889px;top:87.239593505859px;left:0px;text-align:center;text-align-last:center;font-size:23px;text-shadow:1px 1px 6px #000000;display:block; }
 }@media only screen and (max-width: 763px) { #M2rbDvz4xexBeAMiKCVgJHuuabUvuWBg { width:87px;height:152px;top:220px;left:116px;display:none; }
 }@media only screen and (max-width: 763px) { #lFdAnwx0pAhNJ2AEiwpwL29TRWmLiBI2 .widget-regular-label { width:277px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#lFdAnwx0pAhNJ2AEiwpwL29TRWmLiBI2 .widget-input-text { width:277px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#lFdAnwx0pAhNJ2AEiwpwL29TRWmLiBI2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#lFdAnwx0pAhNJ2AEiwpwL29TRWmLiBI2 .widget-textarea { width:277px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#lFdAnwx0pAhNJ2AEiwpwL29TRWmLiBI2 .widget-input-select { width:277px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#lFdAnwx0pAhNJ2AEiwpwL29TRWmLiBI2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#lFdAnwx0pAhNJ2AEiwpwL29TRWmLiBI2 .widget-input-button { width:277px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#lFdAnwx0pAhNJ2AEiwpwL29TRWmLiBI2 .widget-checkbox-label { width:258px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#lFdAnwx0pAhNJ2AEiwpwL29TRWmLiBI2  { width:277.969px;height:auto;top:142.51736450195px;left:0px; }
#lFdAnwx0pAhNJ2AEiwpwL29TRWmLiBI2 .radio-container { width:277px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#lFdAnwx0pAhNJ2AEiwpwL29TRWmLiBI2 {display:block;}#lFdAnwx0pAhNJ2AEiwpwL29TRWmLiBI2 { width:277.969px;height:auto;top:142.51736450195px;left:0px; }
 }@media only screen and (max-width: 763px) { #lFdAnwx0pAhNJ2AEiwpwL29TRWmLiBI2 #n98kAtxamVakSq7oL2cFZo99GOs6KmCo {  }
 }@media only screen and (max-width: 763px) { #lFdAnwx0pAhNJ2AEiwpwL29TRWmLiBI2 #ByRFS7dgauViquTxieIxv6LWbe782bhP {  }
 }@media only screen and (max-width: 763px) { #lFdAnwx0pAhNJ2AEiwpwL29TRWmLiBI2 #qLFvTQLcC7QBIdwwzDzv9cI33SKUyF8K {  }
 }@media only screen and (max-width: 763px) { #lFdAnwx0pAhNJ2AEiwpwL29TRWmLiBI2 #qAnIRkMotNkR4FF0S98xqXpZlopuoqLT {  }
 }@media only screen and (max-width: 763px) { #lFdAnwx0pAhNJ2AEiwpwL29TRWmLiBI2 #N63hC9ETST7uT6r5zR1AiQFMMdveah1U {  }
 }@media only screen and (max-width: 763px) { #lFdAnwx0pAhNJ2AEiwpwL29TRWmLiBI2 #wHRkciPvbJp8OT06XnK6SczL24GCu1Js {  }
 }@media only screen and (max-width: 763px) { #lFdAnwx0pAhNJ2AEiwpwL29TRWmLiBI2 #CH0MxDH4aEtHMURpVBkL6qxJMoco5biU {  }
 }@media only screen and (max-width: 763px) { #lFdAnwx0pAhNJ2AEiwpwL29TRWmLiBI2 #VrUVDTogdCTIK5hppAakaDDhD6J2bU2N {  }
 }@media only screen and (max-width: 763px) { #lFdAnwx0pAhNJ2AEiwpwL29TRWmLiBI2 #f96XROs0ruTU2LifZ2OWZd72f8uRl868 {  }
 }@media only screen and (max-width: 763px) { #lFdAnwx0pAhNJ2AEiwpwL29TRWmLiBI2 #oXMnq9UQQuEzq3RpMhUFrmplbt9kWfwv {  }
 }@media only screen and (max-width: 763px) { #lFdAnwx0pAhNJ2AEiwpwL29TRWmLiBI2 #GPPF8TPDx9eHD4vDhdWEQxiBSiML5pvv {  }
 }@media only screen and (max-width: 763px) { #rD29qUz0HB1u3i1ihcCXxQ7HkUDR8ySH { display:block; }#rD29qUz0HB1u3i1ihcCXxQ7HkUDR8ySH > .row .container { width:320px;height:695px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KNNrbSg2VVTHTeTlx1amg9a2HAxveWdV { width:320px;height:64.4444px;top:168.976px;left:0px;text-align:center;text-align-last:center;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #BKZrqULSRx0BNXeRiz0MmZhsdJsKrQSU { width:280.99px;height:60px;top:253.4031px;left:19px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #EwLOuuPNgV50mZAFAhTT1375fBaPbaRg { width:30.9896px;height:32.9861px;top:333.4031px;left:144px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #h6fiogq7OzN7uq5s0I3Q2muQ3VQhfZyH { width:42.9861px;height:32.9861px;top:386.3719px;left:138px;display:block; }
 }@media only screen and (max-width: 763px) { #NI2y60V42fvD1qKQmvKZ1hZxkAsM1uZo { width:32.9861px;height:32.9861px;top:439.3407px;left:143px;display:block; }
 }@media only screen and (max-width: 763px) { #EGkW7ADZ7TxWHZ01mTfTB3GuC5VygRLi { width:32.9861px;height:32.9861px;top:492.3095px;left:143px;display:block; }
 }@media only screen and (max-width: 763px) { #ZnFAlUKLgqTuHoMiywrGegKZLuMbeley { width:296.997px;height:128.993px;top:20px;left:11px;display:block; }
 }