.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
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:#ffffff;background-image:url("https://images.assets-landingi.com/Sqb6x7OS/landing2_body1.png");background-position:center left;background-repeat:repeat;background-attachment:fixed;background-size:cover;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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(53,152,203,0.28);background-image:url("https://images.assets-landingi.com/l2Ki7U1T/142369051_2841322922853986_1068062946711068527_n.png");background-position:center right;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:arial;height:717px;width:960px;overflow:visible;position:relative;display:block; }#EnpvPTTzJy4sXRO2x0vgBMFwH6twat7p { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:54px;width:290px;top:9px;left:367px;overflow:hidden;display:block; }
#fTv72iFuyy3TIB3AkwNyVFg11rWUiy24 { position:absolute;display:block;z-index:100011;background-color:#ffffff;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;border-top-left-radius:18px;border-top-right-radius:18px;border-bottom-left-radius:18px;border-bottom-right-radius:18px;box-shadow: 0 0 20px rgba(0,0,0,0.22) ;height:486px;width:312px;top:169px;left:66px;display:block; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 .widget-form-header { font-size:14px; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:14px;font-weight:bold;color:#000000;width:275px;padding-top:0px;padding-right:0;padding-bottom:5px;padding-left:0px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0px;background-color:transparent;background-image:none;text-align:right;text-align-last:right;vertical-align:top; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 .widget-input-text { border-top-left-radius:18px;border-top-right-radius:18px;border-bottom-left-radius:18px;border-bottom-right-radius:18px;background-color:#a3afc8;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:initial;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:275px;box-sizing:border-box;height:41px;color:#0f2149;font-size:14px;overflow:hidden;font-family:cairo;vertical-align:top;text-align:right;text-align-last:right; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 .widget-input-text {padding-top: 0; padding-bottom: 0;}#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 .widget-textarea { border-top-left-radius:18px;border-top-right-radius:18px;border-bottom-left-radius:18px;border-bottom-right-radius:18px;background-color:#a3afc8;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:initial;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:275px;box-sizing:border-box;height:70px;color:#0f2149;font-size:14px;overflow:hidden;font-family:cairo;vertical-align:top;text-align:right;text-align-last:right; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 .widget-input-select { border-top-left-radius:18px;border-top-right-radius:18px;border-bottom-left-radius:18px;border-bottom-right-radius:18px;background-color:#a3afc8;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:initial;border-top:1px solid #a3afc8;border-left:1px solid #a3afc8;border-right:1px solid #a3afc8;border-bottom:1px solid #a3afc8;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:275px;box-sizing:border-box;height:40px;color:#000919;font-family:dosis;font-size:14px;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 .widget-input-select {padding-top: 0; padding-bottom: 0;}#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 .widget-input-button { border-top-left-radius:19px;border-top-right-radius:19px;border-bottom-left-radius:19px;border-bottom-right-radius:19px;background-color:#20447b;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;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:0;margin-left:0px;margin-bottom:4px;display:block;box-sizing:border-box;font-size:20px;font-weight:bold;color:#f2f9ff;width:275px;height:55px;font-family:cairo;overflow:hidden; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 [class*="-text"]:-moz-placeholder { color:#000919;font-family:dosis;font-size:14px; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 [class*="-text"]::-moz-placeholder { color:#000919;font-family:dosis;font-size:14px; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 [class*="-text"]:-ms-input-placeholder { color:#000919;font-family:dosis;font-size:14px; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 [class*="-text"]::-webkit-input-placeholder { color:#000919;font-family:dosis;font-size:14px; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 .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:dosis;line-height:1.3;font-size:12px;font-weight:300;color:#000000;vertical-align:top;width:256px;overflow:hidden;font-style:normal;float:none; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 .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; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 .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:dosis;font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 .widget-container { padding-top:4px;padding-left:0;padding-right:0;padding-bottom:4px;width:100%;font-size:0;height:auto; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 .widget-container:first-of-type{padding-top:0;}#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 .widget-container:last-of-type{padding-bottom:0;}#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49  { background-color:rgba(0,0,0,0);background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:275px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100021;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;position:absolute;top:179px;left:66px;font-size:14px; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;width:275px;display:block;vertical-align:top; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 .widget-info-text { display:block;height:auto;font-family:dosis;font-size:12px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 {display:block;}#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 { background-color:rgba(0,0,0,0);background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:275px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100021;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;position:absolute;top:179px;left:66px;font-size:14px; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 #FLOUyELGNiOd34A6NX3g5CHFBZzlPueE { position:relative; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 #mJUde1JdVA6QH4iwTxn8vL5s33JlOlod { position:relative; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 #LeKulocxJgRsDKO24BN6THTUrc6vhMHr { position:relative; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 #Kd2FZLrkBgDI8OzCCfJcBnTLCMW8TLvV { position:relative; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 #WApVp9TFxhWcIOxhv300OQ8fRCRptDlJ { position:relative; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 #fEt5G53WxeTTnBVcRGWnZ8EmCBQaUckH { position:relative; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 #aKiB6mgTcpk9CFvQuXgFL1AgZxvI3e2u { position:relative; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 #L4dKep1cFiI4DxVpUmNOIVFxXPqHQzTi { position:relative; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 #LOuTHmbozx1xXkRd4vex672N9JFMpWT3 { position:relative; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 #kyfZbo98kEZNuNUlBVkwaD1S0J3FugGh { position:relative; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 #fzx1hglUTOFF6UlAKL5cEzLZDPyLxOmG { position:relative; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 #G4VE3wzKG0W0LV3yV2dKkAr6Qo8p71P0 { position:relative; }
#HNHCaXlSveTB6OfBN3pgqDSO7WUFAFCl { position:relative;display:block; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 #azhH0ZNASu6Haks5TEVloOhgm3EKyikb { position:relative; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 #gQyNoA9OGaTpSt5T1PvyBn7TiwcUyQiw { position:relative; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 #FmRc5r1hONXUaiZXNm3oJRt7UkdmfUdz { position:relative; }
#Z7A08h7lEsiOG3FbVCPnOV4zWKR6Kcc5 { position:relative;display:block; }
#Vxxpf4y3AvfHbsqtGaaWhGbEuVoN7A7U { position:relative;display:block; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 #L6UvTwG5C6HXsJF13LQyEb8T1v45IJnT { position:relative; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 #dLUMZ1TW3nLopml9mHoKQvKI0DVWTqy7 { position:relative; }
#w9sF1Rf4HdwaqTOlxaTJ6q44guAghXgC { color:#20447b;display:block;width:310px;position:absolute;font-family:cairo;font-size:26px;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:169px;left:57px;height:33px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Am9UD96v647rFJ61Hp5p9h1iWmeU4Uav { color:#c8d80a;display:block;width:406px;position:absolute;font-family:cairo;font-size:21px;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:71px;left:19px;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ardiigJWId8BzeO3HFgzsdb0tWA2AbDV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ardiigJWId8BzeO3HFgzsdb0tWA2AbDV > .row .container { background-color: transparent; background-image: none; }#ardiigJWId8BzeO3HFgzsdb0tWA2AbDV::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ardiigJWId8BzeO3HFgzsdb0tWA2AbDV > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ardiigJWId8BzeO3HFgzsdb0tWA2AbDV > .row .container > .video-iframe-container { display: none; }#ardiigJWId8BzeO3HFgzsdb0tWA2AbDV > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ardiigJWId8BzeO3HFgzsdb0tWA2AbDV > .row > .video-iframe-container { display: none; }#ardiigJWId8BzeO3HFgzsdb0tWA2AbDV > .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); }#ardiigJWId8BzeO3HFgzsdb0tWA2AbDV > .row .container { border-width: 0; border-radius: 0; }#ardiigJWId8BzeO3HFgzsdb0tWA2AbDV > .row .container { font-size:14px;font-family:arial;height:113px;width:960px;position:relative;display:block; }#yPldw9QBBA8xGX7RxN8T9xvNwI2ToDkQ { color:#066db0;display:block;width:960px;position:absolute;font-family:cairo;font-size:24px;font-weight:700;z-index:100003;line-height:1.5;letter-spacing:0;top:16px;left:0px;height:72px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J8kTqrWkA5TDWdpV5AVUAkHLTsH4irWm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#J8kTqrWkA5TDWdpV5AVUAkHLTsH4irWm > .row .container { background-color: transparent; background-image: none; }#J8kTqrWkA5TDWdpV5AVUAkHLTsH4irWm::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#J8kTqrWkA5TDWdpV5AVUAkHLTsH4irWm > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#J8kTqrWkA5TDWdpV5AVUAkHLTsH4irWm > .row .container > .video-iframe-container { display: none; }#J8kTqrWkA5TDWdpV5AVUAkHLTsH4irWm > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#J8kTqrWkA5TDWdpV5AVUAkHLTsH4irWm > .row > .video-iframe-container { display: none; }#J8kTqrWkA5TDWdpV5AVUAkHLTsH4irWm > .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); }#J8kTqrWkA5TDWdpV5AVUAkHLTsH4irWm > .row .container { border-width: 0; border-radius: 0; }#J8kTqrWkA5TDWdpV5AVUAkHLTsH4irWm > .row .container { font-size:14px;font-family:arial;height:314px;width:960px;position:relative;display:block; }#ZU63znTiXh7ixy05oAZi4qHrisMyqiJo { box-sizing:content-box;color:#0842ba;font-size:14px;font-weight:400;line-height:1;height:20px;width:20px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100023;top:50px;left:861px;display:block; }
#TvnwElXr3i6SNnxMaBNBnr3cNDf8GS1g { box-sizing:content-box;color:#0842ba;font-size:14px;font-weight:400;line-height:1;height:20px;width:20px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100024;top:85px;left:861px;display:block; }
#CGXK6KivgpwzJaG7KRNaXh0VUJxzO8pN { color:rgba(83,109,222,0.72);display:block;width:477.997px;position:absolute;font-family:cairo;font-size:20px;font-weight:400;z-index:100012;line-height:1.6;letter-spacing:0;top:45px;left:383px;height:224px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#L6osEKvsATxlL6ObTtlmZAmbAim8Rex3 { box-sizing:content-box;color:#0842ba;font-size:14px;font-weight:400;line-height:1;height:20px;width:20px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100025;top:118px;left:861px;display:block; }
#PUn12BTd8yv9t6mdcNHupJlCeAgxKN16 { box-sizing:content-box;color:#0842ba;font-size:14px;font-weight:400;line-height:1;height:20px;width:20px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100026;top:149px;left:861px;display:block; }
#g7sqkhQEJFVDtT3qVf4anWOJuZ9gDl8U { box-sizing:content-box;color:#0842ba;font-size:14px;font-weight:400;line-height:1;height:20px;width:20px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100027;top:180px;left:861px;display:block; }
#sVv7TpEqyUZhTL1GeSwKq08xVTcBMfuB { box-sizing:content-box;color:#0842ba;font-size:14px;font-weight:400;line-height:1;height:20px;width:20px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100028;top:211px;left:861px;display:block; }
#TDfgrav4xugq8mVChZ1T8CxhBzG5VH7e { box-sizing:content-box;color:#0842ba;font-size:14px;font-weight:400;line-height:1;height:20px;width:20px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100029;top:245px;left:861px;display:block; }
#MEpkxQPh4x3eiV7UgpIhmJS4KLwwKNDU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#MEpkxQPh4x3eiV7UgpIhmJS4KLwwKNDU > .row .container { background-color: transparent; background-image: none; }#MEpkxQPh4x3eiV7UgpIhmJS4KLwwKNDU::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MEpkxQPh4x3eiV7UgpIhmJS4KLwwKNDU > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MEpkxQPh4x3eiV7UgpIhmJS4KLwwKNDU > .row .container > .video-iframe-container { display: none; }#MEpkxQPh4x3eiV7UgpIhmJS4KLwwKNDU > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MEpkxQPh4x3eiV7UgpIhmJS4KLwwKNDU > .row > .video-iframe-container { display: none; }#MEpkxQPh4x3eiV7UgpIhmJS4KLwwKNDU > .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); }#MEpkxQPh4x3eiV7UgpIhmJS4KLwwKNDU > .row .container { border-width: 0; border-radius: 0; }#MEpkxQPh4x3eiV7UgpIhmJS4KLwwKNDU > .row .container { font-size:14px;font-family:arial;height:129px;width:960px;position:relative;display:block; }#GgGrkSnrUeuJRrLoTiWbXBKffRyQITi8 { color:#ff0000;display:block;width:954px;position:absolute;font-family:cairo;font-size:26px;font-weight:700;z-index:100030;line-height:1.3;letter-spacing:0;top:32.5px;left:0px;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vEZAauDdB3bRxTG13elxa4Fl3o0IVG87 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#vEZAauDdB3bRxTG13elxa4Fl3o0IVG87 > .row .container { background-color: transparent; background-image: none; }#vEZAauDdB3bRxTG13elxa4Fl3o0IVG87::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vEZAauDdB3bRxTG13elxa4Fl3o0IVG87 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vEZAauDdB3bRxTG13elxa4Fl3o0IVG87 > .row .container > .video-iframe-container { display: none; }#vEZAauDdB3bRxTG13elxa4Fl3o0IVG87 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vEZAauDdB3bRxTG13elxa4Fl3o0IVG87 > .row > .video-iframe-container { display: none; }#vEZAauDdB3bRxTG13elxa4Fl3o0IVG87 > .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); }#vEZAauDdB3bRxTG13elxa4Fl3o0IVG87 > .row .container { border-width: 0; border-radius: 0; }#vEZAauDdB3bRxTG13elxa4Fl3o0IVG87 > .row .container { font-size:14px;font-family:arial;height:300px;width:960px;position:relative;display:block; }#FppzWlkQyewWKVOiw7PhUWHBCJseZIJ2 { color:#042974;display:block;width:234px;position:absolute;font-family:cairo;font-size:20px;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:21px;left:726px;height:26px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Om3ePH9Ce7PHump4TftAoD8vbhRHrpgu { color:#042974;display:block;width:234px;position:absolute;font-family:cairo;font-size:20px;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:21px;left:487px;height:52px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sVTenTLutMQWbo30PRzgb3oDyvWg2q2k { color:#042974;display:block;width:234px;position:absolute;font-family:cairo;font-size:20px;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:21px;left:243px;height:26px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#laP4e4tNdt9X2tpN0LNqG2CseBiVvagI { color:#042974;display:block;width:234px;position:absolute;font-family:cairo;font-size:20px;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:21px;left:3px;height:26px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WuUZ7yHUDMkNkTTmO3erZv7ff6iehe4w { color:rgba(83,109,222,0.72);display:block;width:228px;position:absolute;font-family:cairo;font-size:17px;font-weight:400;z-index:100013;line-height:1.6;letter-spacing:0;top:86.5px;left:720px;height:189px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PmbRMFUlA3HzxvCnPOlKnTrI35615n0V { color:rgba(83,109,222,0.72);display:block;width:228px;position:absolute;font-family:cairo;font-size:17px;font-weight:400;z-index:100014;line-height:1.6;letter-spacing:0;top:86.5px;left:480px;height:162px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gHwt2QRyXzCehdh9yyF1cCgX2KhmV6LI { color:rgba(83,109,222,0.72);display:block;width:228px;position:absolute;font-family:cairo;font-size:17px;font-weight:400;z-index:100015;line-height:1.6;letter-spacing:0;top:86.5px;left:240px;height:189px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HlwkFp1f1F2cZ7oAgcaFgV4SN5GmNnwu { color:rgba(83,109,222,0.72);display:block;width:228px;position:absolute;font-family:cairo;font-size:17px;font-weight:400;z-index:100016;line-height:1.6;letter-spacing:0;top:86.5px;left:6px;height:189px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZJOcwgeUn0xguSD3CbLN5JfX59C4Z39W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ZJOcwgeUn0xguSD3CbLN5JfX59C4Z39W > .row .container { background-color: transparent; background-image: none; }#ZJOcwgeUn0xguSD3CbLN5JfX59C4Z39W::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZJOcwgeUn0xguSD3CbLN5JfX59C4Z39W > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZJOcwgeUn0xguSD3CbLN5JfX59C4Z39W > .row .container > .video-iframe-container { display: none; }#ZJOcwgeUn0xguSD3CbLN5JfX59C4Z39W > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZJOcwgeUn0xguSD3CbLN5JfX59C4Z39W > .row > .video-iframe-container { display: none; }#ZJOcwgeUn0xguSD3CbLN5JfX59C4Z39W > .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); }#ZJOcwgeUn0xguSD3CbLN5JfX59C4Z39W > .row .container { border-width: 0; border-radius: 0; }#ZJOcwgeUn0xguSD3CbLN5JfX59C4Z39W > .row .container { font-size:14px;font-family:arial;height:300px;width:960px;position:relative;display:block; }#ot38B5xiqTATemsZsDRtQvwkAXs9JVWr { color:rgba(83,109,222,0.72);display:block;width:228px;position:absolute;font-family:cairo;font-size:17px;font-weight:400;z-index:100015;line-height:1.6;letter-spacing:0;top:72px;left:726px;height:216px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TfxSvwxvi6IJ6pPO4snqyBpcTdL0zgmX { color:#042974;display:block;width:234px;position:absolute;font-family:cairo;font-size:20px;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:15px;left:726px;height:26px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mQb0wEWETp9zkGNQU2mDbELD16FshVuM { color:#042974;display:block;width:234px;position:absolute;font-family:cairo;font-size:20px;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:15px;left:480px;height:26px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H98S3qchZQwbC1U3SXcltrrJgmFP9vST { color:rgba(83,109,222,0.72);display:block;width:228px;position:absolute;font-family:cairo;font-size:17px;font-weight:400;z-index:100017;line-height:1.6;letter-spacing:0;top:72px;left:486px;height:216px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nlIUnGqbtL6k4TgdqgWbymlMpd70T3BQ { color:#042974;display:block;width:234px;position:absolute;font-family:cairo;font-size:20px;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:14px;left:240px;height:26px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JwCGUXaAxTbHdpTfVCb29nTgZ4n5eRuz { color:rgba(83,109,222,0.72);display:block;width:228px;position:absolute;font-family:cairo;font-size:17px;font-weight:400;z-index:100019;line-height:1.6;letter-spacing:0;top:84px;left:246px;height:189px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#c7NkOynMwkKORoT4TGJJGd1rNCx08uBi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#c7NkOynMwkKORoT4TGJJGd1rNCx08uBi > .row .container { background-color: transparent; background-image: none; }#c7NkOynMwkKORoT4TGJJGd1rNCx08uBi::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#c7NkOynMwkKORoT4TGJJGd1rNCx08uBi > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#c7NkOynMwkKORoT4TGJJGd1rNCx08uBi > .row .container > .video-iframe-container { display: none; }#c7NkOynMwkKORoT4TGJJGd1rNCx08uBi > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#c7NkOynMwkKORoT4TGJJGd1rNCx08uBi > .row > .video-iframe-container { display: none; }#c7NkOynMwkKORoT4TGJJGd1rNCx08uBi > .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); }#c7NkOynMwkKORoT4TGJJGd1rNCx08uBi > .row .container { border-width: 0; border-radius: 0; }#c7NkOynMwkKORoT4TGJJGd1rNCx08uBi > .row .container { font-size:14px;font-family:arial;height:131px;width:960px;position:relative;display:block; }#TXtzsSDy5h3ML000BHspTIOeUK7oqb8a { color:#ff0000;display:block;width:954px;position:absolute;font-family:cairo;font-size:25px;font-weight:700;z-index:100029;line-height:1.3;letter-spacing:0;top:33.5px;left:0px;height:64px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fTz6T2JZ9AnnJA5G3GTPbqMPpaLc9Iu5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#002362;background-image:none;position:relative;display:block; }#fTz6T2JZ9AnnJA5G3GTPbqMPpaLc9Iu5 > .row .container { background-color: transparent; background-image: none; }#fTz6T2JZ9AnnJA5G3GTPbqMPpaLc9Iu5::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fTz6T2JZ9AnnJA5G3GTPbqMPpaLc9Iu5 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fTz6T2JZ9AnnJA5G3GTPbqMPpaLc9Iu5 > .row .container > .video-iframe-container { display: none; }#fTz6T2JZ9AnnJA5G3GTPbqMPpaLc9Iu5 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fTz6T2JZ9AnnJA5G3GTPbqMPpaLc9Iu5 > .row > .video-iframe-container { display: none; }#fTz6T2JZ9AnnJA5G3GTPbqMPpaLc9Iu5 > .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); }#fTz6T2JZ9AnnJA5G3GTPbqMPpaLc9Iu5 > .row .container { border-width: 0; border-radius: 0; }#fTz6T2JZ9AnnJA5G3GTPbqMPpaLc9Iu5 > .row .container { font-size:14px;font-family:arial;height:656px;width:960px;position:relative;display:block; }#mr9FbwJO3gG0SPIIn8QovtUZ0euX1Z0R { color:#042974;display:block;width:472px;position:absolute;font-family:cairo;font-size:27px;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:38px;left:293px;height:70px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w0QEoukGMS9qUJFZmDSEAtVeGO6NL5wk { position:absolute;display:block;z-index:100014;background-color:#ffffff;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;border-top-left-radius:18px;border-top-right-radius:18px;border-bottom-left-radius:18px;border-bottom-right-radius:18px;box-shadow: 0 0 21px rgba(0,0,0,0.22) ;height:500px;width:312px;top:128px;left:373px;display:block; }
#Q7FIkLIUfkozliN6vgWqPsbBL4CspxfD { color:#20447b;display:block;width:310px;position:absolute;font-family:cairo;font-size:26px;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:128px;left:378px;height:33px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT .widget-form-header { font-size:14px; }
#gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:14px;font-weight:bold;color:#000000;width:275px;padding-top:0px;padding-right:0;padding-bottom:5px;padding-left:0px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0px;background-color:transparent;background-image:none;text-align:right;text-align-last:right;vertical-align:top; }
#gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT .widget-input-text { border-top-left-radius:18px;border-top-right-radius:18px;border-bottom-left-radius:18px;border-bottom-right-radius:18px;background-color:#a3afc8;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:initial;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:275px;box-sizing:border-box;height:41px;color:#0f2149;font-size:14px;overflow:hidden;font-family:cairo;vertical-align:top;text-align:right;text-align-last:right; }
#gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT .widget-input-text {padding-top: 0; padding-bottom: 0;}#gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT .widget-textarea { border-top-left-radius:18px;border-top-right-radius:18px;border-bottom-left-radius:18px;border-bottom-right-radius:18px;background-color:#a3afc8;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:initial;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:275px;box-sizing:border-box;height:70px;color:#0f2149;font-size:14px;overflow:hidden;font-family:cairo;vertical-align:top;text-align:right;text-align-last:right; }
#gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT .widget-input-select { border-top-left-radius:18px;border-top-right-radius:18px;border-bottom-left-radius:18px;border-bottom-right-radius:18px;background-color:#a3afc8;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:initial;border-top:1px solid #a3afc8;border-left:1px solid #a3afc8;border-right:1px solid #a3afc8;border-bottom:1px solid #a3afc8;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:275px;box-sizing:border-box;height:40px;color:#000919;font-family:dosis;font-size:14px;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right; }
#gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT .widget-input-select {padding-top: 0; padding-bottom: 0;}#gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT .widget-input-button { border-top-left-radius:19px;border-top-right-radius:19px;border-bottom-left-radius:19px;border-bottom-right-radius:19px;background-color:#20447b;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;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:0;margin-left:0px;margin-bottom:4px;display:block;box-sizing:border-box;font-size:20px;font-weight:bold;color:#f2f9ff;width:275px;height:55px;font-family:cairo;overflow:hidden; }
#gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT [class*="-text"]:-moz-placeholder { color:#000919;font-family:dosis;font-size:14px; }
#gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT [class*="-text"]::-moz-placeholder { color:#000919;font-family:dosis;font-size:14px; }
#gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT [class*="-text"]:-ms-input-placeholder { color:#000919;font-family:dosis;font-size:14px; }
#gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT [class*="-text"]::-webkit-input-placeholder { color:#000919;font-family:dosis;font-size:14px; }
#gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT .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:dosis;line-height:1.3;font-size:12px;font-weight:300;color:#000000;vertical-align:top;width:256px;overflow:hidden;font-style:normal;float:none; }
#gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT .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; }
#gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT .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:dosis;font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT .widget-container { padding-top:4px;padding-left:0;padding-right:0;padding-bottom:4px;width:100%;font-size:0;height:auto; }
#gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT .widget-container:first-of-type{padding-top:0;}#gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT .widget-container:last-of-type{padding-bottom:0;}#gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT  { background-color:rgba(0,0,0,0);background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:275px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100022;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;position:absolute;top:162px;left:371.5px;font-size:14px; }
#gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;width:275px;display:block;vertical-align:top; }
#gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT .widget-info-text { display:block;height:auto;font-family:dosis;font-size:12px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT {display:block;}#gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT { background-color:rgba(0,0,0,0);background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:275px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100022;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;position:absolute;top:162px;left:371.5px;font-size:14px; }
#gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT #pI18XZLtXxLCvESiXZ8VxbpeC4ok3bG8 { position:relative; }
#gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT #K1Pnb2eesTPaPSPsZmLQLKJwU2GKWkIF { position:relative; }
#gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT #ufFn4Fd9mpNE9VPHkN5ENVU55ISJLH3K { position:relative; }
#gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT #fdmFu2BC5zoeVoQWissLqDSetHoJwTAR { position:relative; }
#gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT #kgXzdBJSsQupBsXnJRV5ysHi8G5mzkKb { position:relative; }
#gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT #UlI5S02sZK269WfPZQLTfu8nXcqVruBE { position:relative; }
#gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT #kPlG9lmOpEz7Fd8Le5olnk87TUw5EUmH { position:relative; }
#gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT #e8DzqfXxCFKuaMgtpp9wXxoe6PzTb5a1 { position:relative; }
#gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT #geDK7KdupIhdPM7Cuq2uMvLcZP7NdFHS { position:relative; }
#gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT #hTDunarMoq5HIdOSv8Z8Nvmz09mMnMtL { position:relative; }
#gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT #DfehwXhXbc0lqaNBFG4ykKaOlW3NpDc0 { position:relative; }
#gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT #iPzqwP0MpRuENsKR6NFRcODJlaDt3Pw9 { position:relative; }
#TfldCKIXslFyTapkJarEOoiTUeT5BTN3 { position:relative;display:block; }
#gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT #gxeFuHvAZSQiA9OWek3BTdVqBfvnnLWE { position:relative; }
#gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT #lRyU07AXufNteBmHm0Wz4Aad5ZsJp552 { position:relative; }
#gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT #Mg3U6AM9S4WmZwy6vfTcu9uPbfyw6Mv7 { position:relative; }
#a6h4vhQO9RH63WADgpi5v0UVFlpwQTVV { position:relative;display:block; }
#OE37TQ7G9OEShLJPXSpXk36tEhM2CeQW { position:relative;display:block; }
#gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT #qJAMTIG1xINVxz3zPvxquaiXNxoyaEAe { position:relative; }
#gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT #BKpTeWGo7rBnsL8VNIdVBViw5OFV3ot7 { position:relative; }
#WpLzJ8fhR4BxDJJUZnepSK0cVIT4yADl { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#002362;background-image:none;position:relative;display:block; }#WpLzJ8fhR4BxDJJUZnepSK0cVIT4yADl > .row .container { background-color: transparent; background-image: none; }#WpLzJ8fhR4BxDJJUZnepSK0cVIT4yADl::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WpLzJ8fhR4BxDJJUZnepSK0cVIT4yADl > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WpLzJ8fhR4BxDJJUZnepSK0cVIT4yADl > .row .container > .video-iframe-container { display: none; }#WpLzJ8fhR4BxDJJUZnepSK0cVIT4yADl > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WpLzJ8fhR4BxDJJUZnepSK0cVIT4yADl > .row > .video-iframe-container { display: none; }#WpLzJ8fhR4BxDJJUZnepSK0cVIT4yADl > .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); }#WpLzJ8fhR4BxDJJUZnepSK0cVIT4yADl > .row .container { border-width: 0; border-radius: 0; }#WpLzJ8fhR4BxDJJUZnepSK0cVIT4yADl > .row .container { font-size:14px;font-family:arial;height:322px;width:960px;position:relative;display:block; }#XrrtMd8Cw3CHIN85kbpZBbTqO2qdqWQD { 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:89px;left:648px;height:31px;font-style:normal;color:#ffffff;text-align:right;text-align-last:right;display:block; }
#rMsuTz0AUu8SF5J3W3HkPr0mm5XxKsxP { display:block;width:371px;position:absolute;font-family:cairo;font-size:14px;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:129px;left:552px;height:36px;font-style:normal;color:#ffffff;text-align:right;text-align-last:right;display:block; }
#L1cqChmkevf60Qn6pMofswGCoeTse0W9 { box-sizing:content-box;color:#ffffff;font-size:34px;font-weight:400;line-height:1;height:49px;width:47px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100002;top:121px;left:913px;display:block; }
#WRQsnvAVO57D608rUm2z2VNZWzTxCpkR { 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:100003;top:172px;left:919px;display:block; }
#qiFKGz4TTGxvTxvaOAgkTkyE8lTewaqs { display:block;width:371px;position:absolute;font-family:cairo;font-size:14px;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:178px;left:552px;height:36px;font-style:normal;color:#ffffff;text-align:right;text-align-last:right;display:block; }
#T08SnO0VxZk1pgeQiTmTGGvAuNNsCmUL { 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:222px;left:555px;height:36px;font-style:normal;color:#ffffff;text-align:right;text-align-last:right;display:block; }
#Te6aoBz390rGcnhlIGMcVTe9IeAiBtmE { 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:213px;left:920px;display:block; }
#qUfs83w9NaORMwB4qxKZZhMKCkUxaIZu { display:block;width:371px;position:absolute;font-family:cairo;font-size:14px;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:268px;left:557px;height:36px;font-style:normal;color:#ffffff;text-align:right;text-align-last:right;display:block; }
#NEDT9fwKWZNusNmtrlSqMllxNM8fsaLc { 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:100005;top:260px;left:922px;display:block; }
#m9rvrd0L460g7UTbA6OTu831vHtgCwi8 { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:98.9792px;width:221.979px;top:129px;left:46.0625px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EnpvPTTzJy4sXRO2x0vgBMFwH6twat7p { top:9px;left:269px;width:290px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #fTv72iFuyy3TIB3AkwNyVFg11rWUiy24 { width:312px;height:486px;top:169px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 .widget-regular-label { width:275px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 .widget-input-text { width:275px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 .widget-input-text {padding-top: 0; padding-bottom: 0;}#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 .widget-textarea { width:275px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 .widget-input-select { width:275px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 .widget-input-select {padding-top: 0; padding-bottom: 0;}#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 .widget-input-button { width:275px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 .widget-checkbox-label { width:256px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49  { width:275px;height:auto;top:179px;left:0px; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 .radio-container { width:275px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 {display:block;}#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 { width:275px;height:auto;top:179px;left:0px; }
 }@media only screen and (max-width: 763px) { #G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 #FLOUyELGNiOd34A6NX3g5CHFBZzlPueE {  }
 }@media only screen and (max-width: 763px) { #G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 #mJUde1JdVA6QH4iwTxn8vL5s33JlOlod {  }
 }@media only screen and (max-width: 763px) { #G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 #LeKulocxJgRsDKO24BN6THTUrc6vhMHr {  }
 }@media only screen and (max-width: 763px) { #G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 #Kd2FZLrkBgDI8OzCCfJcBnTLCMW8TLvV {  }
 }@media only screen and (max-width: 763px) { #G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 #WApVp9TFxhWcIOxhv300OQ8fRCRptDlJ {  }
 }@media only screen and (max-width: 763px) { #G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 #fEt5G53WxeTTnBVcRGWnZ8EmCBQaUckH {  }
 }@media only screen and (max-width: 763px) { #G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 #aKiB6mgTcpk9CFvQuXgFL1AgZxvI3e2u {  }
 }@media only screen and (max-width: 763px) { #G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 #L4dKep1cFiI4DxVpUmNOIVFxXPqHQzTi {  }
 }@media only screen and (max-width: 763px) { #G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 #LOuTHmbozx1xXkRd4vex672N9JFMpWT3 {  }
 }@media only screen and (max-width: 763px) { #G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 #kyfZbo98kEZNuNUlBVkwaD1S0J3FugGh {  }
 }@media only screen and (max-width: 763px) { #G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 #fzx1hglUTOFF6UlAKL5cEzLZDPyLxOmG {  }
 }@media only screen and (max-width: 763px) { #G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 #G4VE3wzKG0W0LV3yV2dKkAr6Qo8p71P0 {  }
 }@media only screen and (max-width: 763px) { #HNHCaXlSveTB6OfBN3pgqDSO7WUFAFCl { display:block; }
 }@media only screen and (max-width: 763px) { #G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 #azhH0ZNASu6Haks5TEVloOhgm3EKyikb {  }
 }@media only screen and (max-width: 763px) { #G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 #gQyNoA9OGaTpSt5T1PvyBn7TiwcUyQiw {  }
 }@media only screen and (max-width: 763px) { #G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 #FmRc5r1hONXUaiZXNm3oJRt7UkdmfUdz {  }
 }@media only screen and (max-width: 763px) { #Z7A08h7lEsiOG3FbVCPnOV4zWKR6Kcc5 { display:block; }
 }@media only screen and (max-width: 763px) { #Vxxpf4y3AvfHbsqtGaaWhGbEuVoN7A7U { display:block; }
 }@media only screen and (max-width: 763px) { #G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 #L6UvTwG5C6HXsJF13LQyEb8T1v45IJnT {  }
 }@media only screen and (max-width: 763px) { #G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 #dLUMZ1TW3nLopml9mHoKQvKI0DVWTqy7 {  }
 }@media only screen and (max-width: 763px) { #w9sF1Rf4HdwaqTOlxaTJ6q44guAghXgC { width:310px;height:33px;top:169px;left:0px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #Am9UD96v647rFJ61Hp5p9h1iWmeU4Uav { width:406px;height:;top:71px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #ardiigJWId8BzeO3HFgzsdb0tWA2AbDV { display:block; }#ardiigJWId8BzeO3HFgzsdb0tWA2AbDV > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yPldw9QBBA8xGX7RxN8T9xvNwI2ToDkQ { width:764px;height:70px;top:15px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #J8kTqrWkA5TDWdpV5AVUAkHLTsH4irWm { display:block; }#J8kTqrWkA5TDWdpV5AVUAkHLTsH4irWm > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZU63znTiXh7ixy05oAZi4qHrisMyqiJo { top:50px;left:714px;width:20px;height:20px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #TvnwElXr3i6SNnxMaBNBnr3cNDf8GS1g { top:85px;left:714px;width:20px;height:20px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #CGXK6KivgpwzJaG7KRNaXh0VUJxzO8pN { width:477px;height:224px;top:45px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #L6osEKvsATxlL6ObTtlmZAmbAim8Rex3 { top:118px;left:714px;width:20px;height:20px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #PUn12BTd8yv9t6mdcNHupJlCeAgxKN16 { top:149px;left:714px;width:20px;height:20px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #g7sqkhQEJFVDtT3qVf4anWOJuZ9gDl8U { top:180px;left:714px;width:20px;height:20px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #sVv7TpEqyUZhTL1GeSwKq08xVTcBMfuB { top:211px;left:714px;width:20px;height:20px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #TDfgrav4xugq8mVChZ1T8CxhBzG5VH7e { top:245px;left:714px;width:20px;height:20px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #MEpkxQPh4x3eiV7UgpIhmJS4KLwwKNDU { display:block; }#MEpkxQPh4x3eiV7UgpIhmJS4KLwwKNDU > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GgGrkSnrUeuJRrLoTiWbXBKffRyQITi8 { top:32px;left:0px;width:764px;height:;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #vEZAauDdB3bRxTG13elxa4Fl3o0IVG87 { display:block; }#vEZAauDdB3bRxTG13elxa4Fl3o0IVG87 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FppzWlkQyewWKVOiw7PhUWHBCJseZIJ2 { width:234px;height:52px;top:21px;left:292px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Om3ePH9Ce7PHump4TftAoD8vbhRHrpgu { width:234px;height:52px;top:21px;left:339px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #sVTenTLutMQWbo30PRzgb3oDyvWg2q2k { width:234px;height:26px;top:21px;left:148px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #laP4e4tNdt9X2tpN0LNqG2CseBiVvagI { width:234px;height:26px;top:21px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #WuUZ7yHUDMkNkTTmO3erZv7ff6iehe4w { width:228px;height:189px;top:86px;left:536px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #PmbRMFUlA3HzxvCnPOlKnTrI35615n0V { width:228px;height:162px;top:86px;left:345px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #gHwt2QRyXzCehdh9yyF1cCgX2KhmV6LI { width:228px;height:189px;top:86px;left:154px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #HlwkFp1f1F2cZ7oAgcaFgV4SN5GmNnwu { width:228px;height:189px;top:86px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #ZJOcwgeUn0xguSD3CbLN5JfX59C4Z39W { display:block; }#ZJOcwgeUn0xguSD3CbLN5JfX59C4Z39W > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ot38B5xiqTATemsZsDRtQvwkAXs9JVWr { width:228px;height:216px;top:72px;left:536px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #TfxSvwxvi6IJ6pPO4snqyBpcTdL0zgmX { width:234px;height:26px;top:15px;left:530px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #mQb0wEWETp9zkGNQU2mDbELD16FshVuM { width:234px;height:26px;top:15px;left:339px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #H98S3qchZQwbC1U3SXcltrrJgmFP9vST { width:228px;height:216px;top:72px;left:345px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #nlIUnGqbtL6k4TgdqgWbymlMpd70T3BQ { width:234px;height:26px;top:14px;left:148px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #JwCGUXaAxTbHdpTfVCb29nTgZ4n5eRuz { width:228px;height:189px;top:84px;left:154px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #c7NkOynMwkKORoT4TGJJGd1rNCx08uBi { display:block; }#c7NkOynMwkKORoT4TGJJGd1rNCx08uBi > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TXtzsSDy5h3ML000BHspTIOeUK7oqb8a { top:33px;left:0px;width:764px;height:64px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #fTz6T2JZ9AnnJA5G3GTPbqMPpaLc9Iu5 { display:block; }#fTz6T2JZ9AnnJA5G3GTPbqMPpaLc9Iu5 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mr9FbwJO3gG0SPIIn8QovtUZ0euX1Z0R { width:472px;height:70px;top:38px;left:195px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #w0QEoukGMS9qUJFZmDSEAtVeGO6NL5wk { width:312px;height:500px;top:128px;left:275px;display:block; }
 }@media only screen and (max-width: 763px) { #Q7FIkLIUfkozliN6vgWqPsbBL4CspxfD { width:310px;height:33px;top:128px;left:280px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT .widget-regular-label { width:275px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT .widget-input-text { width:275px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT .widget-input-text {padding-top: 0; padding-bottom: 0;}#gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT .widget-textarea { width:275px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT .widget-input-select { width:275px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT .widget-input-select {padding-top: 0; padding-bottom: 0;}#gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT .widget-input-button { width:275px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT .widget-checkbox-label { width:256px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT  { width:275px;height:441px;top:162px;left:273.5px; }
#gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT .radio-container { width:275px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT {display:block;}#gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT { width:275px;height:441px;top:162px;left:273.5px; }
 }@media only screen and (max-width: 763px) { #gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT #pI18XZLtXxLCvESiXZ8VxbpeC4ok3bG8 {  }
 }@media only screen and (max-width: 763px) { #gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT #K1Pnb2eesTPaPSPsZmLQLKJwU2GKWkIF {  }
 }@media only screen and (max-width: 763px) { #gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT #ufFn4Fd9mpNE9VPHkN5ENVU55ISJLH3K {  }
 }@media only screen and (max-width: 763px) { #gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT #fdmFu2BC5zoeVoQWissLqDSetHoJwTAR {  }
 }@media only screen and (max-width: 763px) { #gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT #kgXzdBJSsQupBsXnJRV5ysHi8G5mzkKb {  }
 }@media only screen and (max-width: 763px) { #gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT #UlI5S02sZK269WfPZQLTfu8nXcqVruBE {  }
 }@media only screen and (max-width: 763px) { #gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT #kPlG9lmOpEz7Fd8Le5olnk87TUw5EUmH {  }
 }@media only screen and (max-width: 763px) { #gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT #e8DzqfXxCFKuaMgtpp9wXxoe6PzTb5a1 {  }
 }@media only screen and (max-width: 763px) { #gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT #geDK7KdupIhdPM7Cuq2uMvLcZP7NdFHS {  }
 }@media only screen and (max-width: 763px) { #gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT #hTDunarMoq5HIdOSv8Z8Nvmz09mMnMtL {  }
 }@media only screen and (max-width: 763px) { #gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT #DfehwXhXbc0lqaNBFG4ykKaOlW3NpDc0 {  }
 }@media only screen and (max-width: 763px) { #gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT #iPzqwP0MpRuENsKR6NFRcODJlaDt3Pw9 {  }
 }@media only screen and (max-width: 763px) { #TfldCKIXslFyTapkJarEOoiTUeT5BTN3 { display:block; }
 }@media only screen and (max-width: 763px) { #gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT #gxeFuHvAZSQiA9OWek3BTdVqBfvnnLWE {  }
 }@media only screen and (max-width: 763px) { #gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT #lRyU07AXufNteBmHm0Wz4Aad5ZsJp552 {  }
 }@media only screen and (max-width: 763px) { #gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT #Mg3U6AM9S4WmZwy6vfTcu9uPbfyw6Mv7 {  }
 }@media only screen and (max-width: 763px) { #a6h4vhQO9RH63WADgpi5v0UVFlpwQTVV { display:block; }
 }@media only screen and (max-width: 763px) { #OE37TQ7G9OEShLJPXSpXk36tEhM2CeQW { display:block; }
 }@media only screen and (max-width: 763px) { #gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT #qJAMTIG1xINVxz3zPvxquaiXNxoyaEAe {  }
 }@media only screen and (max-width: 763px) { #gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT #BKpTeWGo7rBnsL8VNIdVBViw5OFV3ot7 {  }
 }@media only screen and (max-width: 763px) { #WpLzJ8fhR4BxDJJUZnepSK0cVIT4yADl { display:block; }#WpLzJ8fhR4BxDJJUZnepSK0cVIT4yADl > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XrrtMd8Cw3CHIN85kbpZBbTqO2qdqWQD { width:306px;height:30px;top:89px;left:458px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #rMsuTz0AUu8SF5J3W3HkPr0mm5XxKsxP { width:371px;height:34px;top:129px;left:393px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #L1cqChmkevf60Qn6pMofswGCoeTse0W9 { top:121px;left:717px;width:47px;height:49px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #WRQsnvAVO57D608rUm2z2VNZWzTxCpkR { top:172px;left:727px;width:37px;height:49px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #qiFKGz4TTGxvTxvaOAgkTkyE8lTewaqs { width:371px;height:34px;top:178px;left:393px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #T08SnO0VxZk1pgeQiTmTGGvAuNNsCmUL { width:371px;height:34px;top:222px;left:393px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Te6aoBz390rGcnhlIGMcVTe9IeAiBtmE { top:213px;left:727px;width:37px;height:49px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #qUfs83w9NaORMwB4qxKZZhMKCkUxaIZu { width:371px;height:34px;top:268px;left:393px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #NEDT9fwKWZNusNmtrlSqMllxNM8fsaLc { top:260px;left:727px;width:37px;height:49px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #m9rvrd0L460g7UTbA6OTu831vHtgCwi8 { top:129px;left:0px;width:221px;height:98.542669351605px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/l2Ki7U1T/142369051_2841322922853986_1068062946711068527_n.png");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:849px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EnpvPTTzJy4sXRO2x0vgBMFwH6twat7p { width:228px;height:41px;top:25px;left:46px;display:block; }
 }@media only screen and (max-width: 763px) { #fTv72iFuyy3TIB3AkwNyVFg11rWUiy24 { width:309px;height:521px;top:251px;left:5.5px;box-shadow: 0 0 20px rgba(0,0,0,0.22) ;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(top, #f3f3f3, #d1efff);background-image: -moz-linear-gradient(top, #f3f3f3, #d1efff);background-image: -ms-linear-gradient(top, #f3f3f3, #d1efff);background-image: -o-linear-gradient(top, #f3f3f3, #d1efff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#d1efff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#d1efff' );";background-image: linear-gradient(to bottom, #f3f3f3, #d1efff);display:block; }
 }@media only screen and (max-width: 763px) { #G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 .widget-regular-label { width:268px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 .widget-input-text { width:268px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 .widget-input-text {padding-top: 0; padding-bottom: 0;}#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 .widget-textarea { width:268px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 .widget-input-select { width:268px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 .widget-input-select {padding-top: 0; padding-bottom: 0;}#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 .widget-input-button { width:268px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 .widget-checkbox-label { width:249px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49  { width:268px;height:auto;top:290px;left:0px; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 .radio-container { width:268px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 {display:block;}#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 { width:268px;height:auto;top:290px;left:0px; }
 }@media only screen and (max-width: 763px) { #G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 #FLOUyELGNiOd34A6NX3g5CHFBZzlPueE {  }
 }@media only screen and (max-width: 763px) { #G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 #mJUde1JdVA6QH4iwTxn8vL5s33JlOlod {  }
 }@media only screen and (max-width: 763px) { #G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 #LeKulocxJgRsDKO24BN6THTUrc6vhMHr {  }
 }@media only screen and (max-width: 763px) { #G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 #Kd2FZLrkBgDI8OzCCfJcBnTLCMW8TLvV {  }
 }@media only screen and (max-width: 763px) { #G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 #WApVp9TFxhWcIOxhv300OQ8fRCRptDlJ {  }
 }@media only screen and (max-width: 763px) { #G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 #fEt5G53WxeTTnBVcRGWnZ8EmCBQaUckH {  }
 }@media only screen and (max-width: 763px) { #G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 #aKiB6mgTcpk9CFvQuXgFL1AgZxvI3e2u {  }
 }@media only screen and (max-width: 763px) { #G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 #L4dKep1cFiI4DxVpUmNOIVFxXPqHQzTi {  }
 }@media only screen and (max-width: 763px) { #G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 #LOuTHmbozx1xXkRd4vex672N9JFMpWT3 {  }
 }@media only screen and (max-width: 763px) { #G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 #kyfZbo98kEZNuNUlBVkwaD1S0J3FugGh {  }
 }@media only screen and (max-width: 763px) { #G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 #fzx1hglUTOFF6UlAKL5cEzLZDPyLxOmG {  }
 }@media only screen and (max-width: 763px) { #G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 #G4VE3wzKG0W0LV3yV2dKkAr6Qo8p71P0 {  }
 }@media only screen and (max-width: 763px) { #HNHCaXlSveTB6OfBN3pgqDSO7WUFAFCl { display:block; }
 }@media only screen and (max-width: 763px) { #G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 #azhH0ZNASu6Haks5TEVloOhgm3EKyikb {  }
 }@media only screen and (max-width: 763px) { #G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 #gQyNoA9OGaTpSt5T1PvyBn7TiwcUyQiw {  }
 }@media only screen and (max-width: 763px) { #G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 #FmRc5r1hONXUaiZXNm3oJRt7UkdmfUdz {  }
 }@media only screen and (max-width: 763px) { #Z7A08h7lEsiOG3FbVCPnOV4zWKR6Kcc5 { display:block; }
 }@media only screen and (max-width: 763px) { #Vxxpf4y3AvfHbsqtGaaWhGbEuVoN7A7U { display:block; }
 }@media only screen and (max-width: 763px) { #G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 #L6UvTwG5C6HXsJF13LQyEb8T1v45IJnT {  }
 }@media only screen and (max-width: 763px) { #G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 #dLUMZ1TW3nLopml9mHoKQvKI0DVWTqy7 {  }
 }@media only screen and (max-width: 763px) { #w9sF1Rf4HdwaqTOlxaTJ6q44guAghXgC { width:310px;height:39px;top:251px;left:5px;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #Am9UD96v647rFJ61Hp5p9h1iWmeU4Uav { width:320px;height:135px;top:101.71875px;left:0px;text-align:center;text-align-last:center;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #ardiigJWId8BzeO3HFgzsdb0tWA2AbDV { display:block; }#ardiigJWId8BzeO3HFgzsdb0tWA2AbDV > .row .container { width:320px;height:191px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yPldw9QBBA8xGX7RxN8T9xvNwI2ToDkQ { width:320px;height:120px;top:41.5px;left:0px;text-align:center;text-align-last:center;font-size:20px;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #J8kTqrWkA5TDWdpV5AVUAkHLTsH4irWm { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#J8kTqrWkA5TDWdpV5AVUAkHLTsH4irWm > .row .container { background-color: transparent; background-image: none; }#J8kTqrWkA5TDWdpV5AVUAkHLTsH4irWm::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#J8kTqrWkA5TDWdpV5AVUAkHLTsH4irWm > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#J8kTqrWkA5TDWdpV5AVUAkHLTsH4irWm > .row .container > .video-iframe-container { display: none; }#J8kTqrWkA5TDWdpV5AVUAkHLTsH4irWm > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#J8kTqrWkA5TDWdpV5AVUAkHLTsH4irWm > .row > .video-iframe-container { display: none; }#J8kTqrWkA5TDWdpV5AVUAkHLTsH4irWm > .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); }#J8kTqrWkA5TDWdpV5AVUAkHLTsH4irWm > .row .container { border-width: 0; border-radius: 0; }#J8kTqrWkA5TDWdpV5AVUAkHLTsH4irWm > .row .container { width:320px;height:266px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZU63znTiXh7ixy05oAZi4qHrisMyqiJo { width:20px;height:20px;top:17px;left:299px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #TvnwElXr3i6SNnxMaBNBnr3cNDf8GS1g { width:20px;height:20px;top:51px;left:299px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #CGXK6KivgpwzJaG7KRNaXh0VUJxzO8pN { width:293px;height:224px;top:12px;left:0px;text-align:right;text-align-last:right;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #L6osEKvsATxlL6ObTtlmZAmbAim8Rex3 { width:20px;height:20px;top:83px;left:299px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #PUn12BTd8yv9t6mdcNHupJlCeAgxKN16 { width:20px;height:20px;top:117px;left:298px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #g7sqkhQEJFVDtT3qVf4anWOJuZ9gDl8U { width:20px;height:20px;top:177px;left:298px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #sVv7TpEqyUZhTL1GeSwKq08xVTcBMfuB { width:20px;height:20px;top:211px;left:298px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #TDfgrav4xugq8mVChZ1T8CxhBzG5VH7e { width:20px;height:20px;top:211px;left:298px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #MEpkxQPh4x3eiV7UgpIhmJS4KLwwKNDU { display:block; }#MEpkxQPh4x3eiV7UgpIhmJS4KLwwKNDU > .row .container { width:320px;height:195px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GgGrkSnrUeuJRrLoTiWbXBKffRyQITi8 { width:320px;height:155px;top:20px;left:0px;font-size:24px;color:#0c3b9b;display:block; }
 }@media only screen and (max-width: 763px) { #vEZAauDdB3bRxTG13elxa4Fl3o0IVG87 { display:block; }#vEZAauDdB3bRxTG13elxa4Fl3o0IVG87 > .row .container { width:320px;height:1039px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FppzWlkQyewWKVOiw7PhUWHBCJseZIJ2 { width:234px;height:26px;top:784px;left:43px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Om3ePH9Ce7PHump4TftAoD8vbhRHrpgu { width:234px;height:52px;top:530px;left:43px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #sVTenTLutMQWbo30PRzgb3oDyvWg2q2k { width:234px;height:26px;top:275px;left:43px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #laP4e4tNdt9X2tpN0LNqG2CseBiVvagI { width:234px;height:26px;top:20px;left:43px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #WuUZ7yHUDMkNkTTmO3erZv7ff6iehe4w { width:228px;height:189px;top:830px;left:46px;text-align:right;text-align-last:right;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #PmbRMFUlA3HzxvCnPOlKnTrI35615n0V { width:228px;height:162px;top:602px;left:46px;text-align:right;text-align-last:right;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #gHwt2QRyXzCehdh9yyF1cCgX2KhmV6LI { width:228px;height:189px;top:321px;left:46px;text-align:right;text-align-last:right;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #HlwkFp1f1F2cZ7oAgcaFgV4SN5GmNnwu { width:228px;height:189px;top:66px;left:46px;text-align:right;text-align-last:right;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #ZJOcwgeUn0xguSD3CbLN5JfX59C4Z39W { display:block; }#ZJOcwgeUn0xguSD3CbLN5JfX59C4Z39W > .row .container { width:320px;height:839px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ot38B5xiqTATemsZsDRtQvwkAXs9JVWr { width:228px;height:216px;top:603px;left:46px;text-align:right;text-align-last:right;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #TfxSvwxvi6IJ6pPO4snqyBpcTdL0zgmX { width:234px;height:26px;top:557px;left:43px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #mQb0wEWETp9zkGNQU2mDbELD16FshVuM { width:234px;height:26px;top:275px;left:43px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #H98S3qchZQwbC1U3SXcltrrJgmFP9vST { width:228px;height:216px;top:321px;left:46px;text-align:right;text-align-last:right;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #nlIUnGqbtL6k4TgdqgWbymlMpd70T3BQ { width:234px;height:26px;top:20px;left:43px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #JwCGUXaAxTbHdpTfVCb29nTgZ4n5eRuz { width:228px;height:189px;top:66px;left:46px;text-align:right;text-align-last:right;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #c7NkOynMwkKORoT4TGJJGd1rNCx08uBi { display:block; }#c7NkOynMwkKORoT4TGJJGd1rNCx08uBi > .row .container { width:320px;height:203px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TXtzsSDy5h3ML000BHspTIOeUK7oqb8a { width:320px;height:124px;top:24px;left:0px;font-size:24px;color:#ff0000;display:block; }
 }@media only screen and (max-width: 763px) { #fTz6T2JZ9AnnJA5G3GTPbqMPpaLc9Iu5 { display:block; }#fTz6T2JZ9AnnJA5G3GTPbqMPpaLc9Iu5 > .row .container { width:320px;height:757px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mr9FbwJO3gG0SPIIn8QovtUZ0euX1Z0R { width:320px;height:96px;top:57px;left:0px;text-align:center;text-align-last:center;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #w0QEoukGMS9qUJFZmDSEAtVeGO6NL5wk { width:316px;height:542px;top:176px;left:4px;display:block; }
 }@media only screen and (max-width: 763px) { #Q7FIkLIUfkozliN6vgWqPsbBL4CspxfD { width:310px;height:39px;top:180px;left:4px;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT .widget-regular-label { width:275px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT .widget-input-text { width:275px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT .widget-input-text {padding-top: 0; padding-bottom: 0;}#gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT .widget-textarea { width:275px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT .widget-input-select { width:275px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT .widget-input-select {padding-top: 0; padding-bottom: 0;}#gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT .widget-input-button { width:275px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT .widget-checkbox-label { width:256px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT  { width:275px;height:auto;top:219px;left:0px; }
#gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT .radio-container { width:275px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT {display:block;}#gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT { width:275px;height:auto;top:219px;left:0px; }
 }@media only screen and (max-width: 763px) { #gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT #pI18XZLtXxLCvESiXZ8VxbpeC4ok3bG8 {  }
 }@media only screen and (max-width: 763px) { #gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT #K1Pnb2eesTPaPSPsZmLQLKJwU2GKWkIF {  }
 }@media only screen and (max-width: 763px) { #gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT #ufFn4Fd9mpNE9VPHkN5ENVU55ISJLH3K {  }
 }@media only screen and (max-width: 763px) { #gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT #fdmFu2BC5zoeVoQWissLqDSetHoJwTAR {  }
 }@media only screen and (max-width: 763px) { #gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT #kgXzdBJSsQupBsXnJRV5ysHi8G5mzkKb {  }
 }@media only screen and (max-width: 763px) { #gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT #UlI5S02sZK269WfPZQLTfu8nXcqVruBE {  }
 }@media only screen and (max-width: 763px) { #gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT #kPlG9lmOpEz7Fd8Le5olnk87TUw5EUmH {  }
 }@media only screen and (max-width: 763px) { #gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT #e8DzqfXxCFKuaMgtpp9wXxoe6PzTb5a1 {  }
 }@media only screen and (max-width: 763px) { #gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT #geDK7KdupIhdPM7Cuq2uMvLcZP7NdFHS {  }
 }@media only screen and (max-width: 763px) { #gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT #hTDunarMoq5HIdOSv8Z8Nvmz09mMnMtL {  }
 }@media only screen and (max-width: 763px) { #gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT #DfehwXhXbc0lqaNBFG4ykKaOlW3NpDc0 {  }
 }@media only screen and (max-width: 763px) { #gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT #iPzqwP0MpRuENsKR6NFRcODJlaDt3Pw9 {  }
 }@media only screen and (max-width: 763px) { #TfldCKIXslFyTapkJarEOoiTUeT5BTN3 { display:block; }
 }@media only screen and (max-width: 763px) { #gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT #gxeFuHvAZSQiA9OWek3BTdVqBfvnnLWE {  }
 }@media only screen and (max-width: 763px) { #gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT #lRyU07AXufNteBmHm0Wz4Aad5ZsJp552 {  }
 }@media only screen and (max-width: 763px) { #gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT #Mg3U6AM9S4WmZwy6vfTcu9uPbfyw6Mv7 {  }
 }@media only screen and (max-width: 763px) { #a6h4vhQO9RH63WADgpi5v0UVFlpwQTVV { display:block; }
 }@media only screen and (max-width: 763px) { #OE37TQ7G9OEShLJPXSpXk36tEhM2CeQW { display:block; }
 }@media only screen and (max-width: 763px) { #gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT #qJAMTIG1xINVxz3zPvxquaiXNxoyaEAe {  }
 }@media only screen and (max-width: 763px) { #gAx6biP4KTmyI3QdInrRaUnQ2il3oMBT #BKpTeWGo7rBnsL8VNIdVBViw5OFV3ot7 {  }
 }@media only screen and (max-width: 763px) { #WpLzJ8fhR4BxDJJUZnepSK0cVIT4yADl { display:block; }#WpLzJ8fhR4BxDJJUZnepSK0cVIT4yADl > .row .container { width:320px;height:515px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XrrtMd8Cw3CHIN85kbpZBbTqO2qdqWQD { width:320px;height:32px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #rMsuTz0AUu8SF5J3W3HkPr0mm5XxKsxP { width:272px;height:60px;top:176.984375px;left:0px;text-align:right;text-align-last:right;font-size:16px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #L1cqChmkevf60Qn6pMofswGCoeTse0W9 { width:38px;height:38px;top:176.984375px;left:272px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #WRQsnvAVO57D608rUm2z2VNZWzTxCpkR { width:37px;height:37px;top:256.984375px;left:273px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #qiFKGz4TTGxvTxvaOAgkTkyE8lTewaqs { width:258px;height:60px;top:256.984375px;left:15px;text-align:right;text-align-last:right;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #T08SnO0VxZk1pgeQiTmTGGvAuNNsCmUL { width:281px;height:60px;top:342.984375px;left:3.5px;text-align:right;text-align-last:right;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Te6aoBz390rGcnhlIGMcVTe9IeAiBtmE { width:31px;height:33px;top:356.484375px;left:289px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #qUfs83w9NaORMwB4qxKZZhMKCkUxaIZu { width:284px;height:60px;top:432.984375px;left:0px;text-align:right;text-align-last:right;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #NEDT9fwKWZNusNmtrlSqMllxNM8fsaLc { width:26px;height:35px;top:445.484375px;left:294px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #m9rvrd0L460g7UTbA6OTu831vHtgCwi8 { width:185.984px;height:81.9844px;top:72px;left:67px;display:block; }
 }