.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
@media only screen and (max-width: 763px) { 
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#V9Bktg6q5ehbgFCteNEDMpDrJKtbDNDk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #4aa1a3, rgba(63,158,148,0.27));background-image: -moz-linear-gradient(180deg, #4aa1a3, rgba(63,158,148,0.27));background-image: -ms-linear-gradient(180deg, #4aa1a3, rgba(63,158,148,0.27));background-image: -o-linear-gradient(180deg, #4aa1a3, rgba(63,158,148,0.27));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4aa1a3', endColorstr='#443f9e94' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4aa1a3', endColorstr='#443f9e94' );";background-image: linear-gradient(180deg, #4aa1a3, rgba(63,158,148,0.27));background-size:auto !important;position:relative;display:block; }#V9Bktg6q5ehbgFCteNEDMpDrJKtbDNDk > .row .container { background-color: transparent; background-image: none; }#V9Bktg6q5ehbgFCteNEDMpDrJKtbDNDk::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#V9Bktg6q5ehbgFCteNEDMpDrJKtbDNDk > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#V9Bktg6q5ehbgFCteNEDMpDrJKtbDNDk > .row .container > .video-iframe-container { display: none; }#V9Bktg6q5ehbgFCteNEDMpDrJKtbDNDk > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#V9Bktg6q5ehbgFCteNEDMpDrJKtbDNDk > .row > .video-iframe-container { display: none; }#V9Bktg6q5ehbgFCteNEDMpDrJKtbDNDk > .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); }#V9Bktg6q5ehbgFCteNEDMpDrJKtbDNDk > .row .container { border-width: 0; border-radius: 0; }#V9Bktg6q5ehbgFCteNEDMpDrJKtbDNDk > .row .container { font-size:14px;font-family:arial;height:310px;width:960px;position:relative;display:block; }#ZWDOf57r9MqOUx7mF5WSKMVynlT1CAaw { color:#ffffff;display:block;width:532px;position:absolute;font-family:"open sans";font-size:69px;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:74.359375px;left:199px;height:89.6875px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mxtlZtggSfLVE52f5inIJFKvqD4wCv6T { color:#ffffff;display:block;width:403px;position:absolute;font-family:"open sans";font-size:26px;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:165.359375px;left:267.5px;height:67.5938px;display:block; }
#w8tmaS6C7p6zmXzqXZRDEkbQx0baw9nD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8eaea;background-image:none;position:relative;display:block; }#w8tmaS6C7p6zmXzqXZRDEkbQx0baw9nD > .row .container { background-color: transparent; background-image: none; }#w8tmaS6C7p6zmXzqXZRDEkbQx0baw9nD::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#w8tmaS6C7p6zmXzqXZRDEkbQx0baw9nD > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#w8tmaS6C7p6zmXzqXZRDEkbQx0baw9nD > .row .container > .video-iframe-container { display: none; }#w8tmaS6C7p6zmXzqXZRDEkbQx0baw9nD > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#w8tmaS6C7p6zmXzqXZRDEkbQx0baw9nD > .row > .video-iframe-container { display: none; }#w8tmaS6C7p6zmXzqXZRDEkbQx0baw9nD > .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); }#w8tmaS6C7p6zmXzqXZRDEkbQx0baw9nD > .row .container { border-width: 0; border-radius: 0; }#w8tmaS6C7p6zmXzqXZRDEkbQx0baw9nD > .row .container { font-size:14px;font-family:arial;height:465px;width:960px;position:relative;display:block; }#ChAOaxCkHvmupA3NnWfHhTE9vhvA9mKI { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:284px;width:427px;top:109px;left:52px;overflow:hidden;display:block; }
#APJ1VL38LBwnLkJ2k2LuHfZ7l3l0geT1 { color:#000000;display:block;width:712px;position:absolute;font-family:lato;font-size:26px;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:15.734375px;left:124px;height:67.5938px;text-align:center;text-align-last:center;display:block; }
#b51py7DV7rfhVJSvTzKLtrsKDbXLzNba .widget-form-header {  }
#b51py7DV7rfhVJSvTzKLtrsKDbXLzNba .widget-regular-label { height:auto;display:block;font-family:lato;font-size:14px;font-weight:700;color:#000000;width:241px;padding-top:0px;padding-right:0px;padding-bottom:5px;padding-left:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#b51py7DV7rfhVJSvTzKLtrsKDbXLzNba .widget-input-text { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:241px;box-sizing:border-box;height:44px;color:#161616;font-size:14px;overflow:hidden;font-family:lato;vertical-align:top; }
#b51py7DV7rfhVJSvTzKLtrsKDbXLzNba .widget-input-text {padding-top: 0; padding-bottom: 0;}#b51py7DV7rfhVJSvTzKLtrsKDbXLzNba .widget-textarea { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:241px;box-sizing:border-box;height:50px;color:#161616;font-size:14px;overflow:hidden;font-family:lato;vertical-align:top; }
#b51py7DV7rfhVJSvTzKLtrsKDbXLzNba .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:241px;box-sizing:border-box;height:44px;color:#000000;font-family:"open sans";font-size:14px;overflow:hidden;vertical-align:top; }
#b51py7DV7rfhVJSvTzKLtrsKDbXLzNba .widget-input-select {padding-top: 0; padding-bottom: 0;}#b51py7DV7rfhVJSvTzKLtrsKDbXLzNba .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:0px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#b51py7DV7rfhVJSvTzKLtrsKDbXLzNba .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#b51py7DV7rfhVJSvTzKLtrsKDbXLzNba .widget-input-button { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#000000;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-left:0px;margin-bottom:4px;display:block;box-sizing:border-box;font-size:16px;font-weight:bold;color:#ffffff;width:241px;height:60px;font-family:lato;overflow:hidden;box-shadow: 0 15px 15px rgba(0,0,0,0.25) ; }
#b51py7DV7rfhVJSvTzKLtrsKDbXLzNba [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:lato;font-size:14px;font-weight:400;font-style:normal; }
#b51py7DV7rfhVJSvTzKLtrsKDbXLzNba [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:lato;font-size:14px;font-weight:400;font-style:normal; }
#b51py7DV7rfhVJSvTzKLtrsKDbXLzNba [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:lato;font-size:14px;font-weight:400;font-style:normal; }
#b51py7DV7rfhVJSvTzKLtrsKDbXLzNba [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:lato;font-size:14px;font-weight:400;font-style:normal; }
#b51py7DV7rfhVJSvTzKLtrsKDbXLzNba .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:lato;line-height:1.3;font-size:14px;font-weight:400;color:#000000;vertical-align:top;width:222px;overflow:hidden;font-style:normal; }
#b51py7DV7rfhVJSvTzKLtrsKDbXLzNba .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; }
#b51py7DV7rfhVJSvTzKLtrsKDbXLzNba .widget-radio-label { display:inline;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;box-sizing:border-box;height:20px;vertical-align:middle;font-family:lato;font-size:14px;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3; }
#b51py7DV7rfhVJSvTzKLtrsKDbXLzNba .widget-container { padding-top:7px;padding-left:0;padding-right:0;padding-bottom:6px;width:100%;font-size:0px;height:auto; }
#b51py7DV7rfhVJSvTzKLtrsKDbXLzNba .widget-container:first-of-type{padding-top:0;}#b51py7DV7rfhVJSvTzKLtrsKDbXLzNba .widget-container:last-of-type{padding-bottom:0;}#b51py7DV7rfhVJSvTzKLtrsKDbXLzNba  { background-color:transparent;background-image: -webkit-linear-gradient(45deg, #a6e1db, #4aa1a3);background-image: -moz-linear-gradient(45deg, #a6e1db, #4aa1a3);background-image: -ms-linear-gradient(45deg, #a6e1db, #4aa1a3);background-image: -o-linear-gradient(45deg, #a6e1db, #4aa1a3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6e1db', endColorstr='#4aa1a3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6e1db', endColorstr='#4aa1a3' );";background-image: linear-gradient(45deg, #a6e1db, #4aa1a3);background-size:initial auto !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:241px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:578.5px;top:113px;z-index:100012;position:absolute; }
#b51py7DV7rfhVJSvTzKLtrsKDbXLzNba .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;width:241px;display:block;vertical-align:top; }
#b51py7DV7rfhVJSvTzKLtrsKDbXLzNba .widget-info-text { display:block;height:auto;font-family:lato;font-size:14px;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#b51py7DV7rfhVJSvTzKLtrsKDbXLzNba {display:block;}#b51py7DV7rfhVJSvTzKLtrsKDbXLzNba { background-color:transparent;background-image: -webkit-linear-gradient(45deg, #a6e1db, #4aa1a3);background-image: -moz-linear-gradient(45deg, #a6e1db, #4aa1a3);background-image: -ms-linear-gradient(45deg, #a6e1db, #4aa1a3);background-image: -o-linear-gradient(45deg, #a6e1db, #4aa1a3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6e1db', endColorstr='#4aa1a3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6e1db', endColorstr='#4aa1a3' );";background-image: linear-gradient(45deg, #a6e1db, #4aa1a3);background-size:initial auto !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:241px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:578.5px;top:113px;z-index:100012;position:absolute; }
#b51py7DV7rfhVJSvTzKLtrsKDbXLzNba #R2WOih9AAxDBrAEdbxkcwk6TbhtlPTpU { position:relative; }
#b51py7DV7rfhVJSvTzKLtrsKDbXLzNba #c8Nw9Kf4wQ1WInXOiEtoPA4lubmSUvxR { position:relative; }
#b51py7DV7rfhVJSvTzKLtrsKDbXLzNba #TT2shWFODRk1B4nSpXDLPawUbVUZ4eUw { position:relative; }
#b51py7DV7rfhVJSvTzKLtrsKDbXLzNba #VQu73dy71rqfc5Ct4d0ULkLXn2ULoKc6 { position:relative; }
#b51py7DV7rfhVJSvTzKLtrsKDbXLzNba #NqCZEElPDUEm60L5iUsKLCuFm9eTyO31 { position:relative; }
#b51py7DV7rfhVJSvTzKLtrsKDbXLzNba #S29XBgcuR8FDbdw5HX6tx7czpLkgZB2C { position:relative; }
#b51py7DV7rfhVJSvTzKLtrsKDbXLzNba #VnDZU1ZH3T6y5wzFyepwcJB9NMqakTg7 { position:relative; }
#b51py7DV7rfhVJSvTzKLtrsKDbXLzNba #HaKnAcxBmyTh4cJfuDTyHMvPDiDWCOpS { position:relative; }
#piEoRcGUiyMhd35iGrIICliOl2OgsdFp { color:#000000;display:block;width:570px;position:absolute;font-family:lato;font-size:23px;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:413.234375px;left:195px;height:29.8906px;display:block; }
#Ee4hdl3aTVBIOd8cUidJ8doKEFd6LZgX { background-color:#4aa1a3;background-image:url("https://images.assets-landingi.com/ad2oYcrS/bg02.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }
#Ee4hdl3aTVBIOd8cUidJ8doKEFd6LZgX.adaptive-delivery-prevent-bg { background-image: none; }#Ee4hdl3aTVBIOd8cUidJ8doKEFd6LZgX > .row .container { background-color: transparent; background-image: none; }#Ee4hdl3aTVBIOd8cUidJ8doKEFd6LZgX::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ee4hdl3aTVBIOd8cUidJ8doKEFd6LZgX > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ee4hdl3aTVBIOd8cUidJ8doKEFd6LZgX > .row .container > .video-iframe-container { display: none; }#Ee4hdl3aTVBIOd8cUidJ8doKEFd6LZgX > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ee4hdl3aTVBIOd8cUidJ8doKEFd6LZgX > .row > .video-iframe-container { display: none; }#Ee4hdl3aTVBIOd8cUidJ8doKEFd6LZgX > .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); }#Ee4hdl3aTVBIOd8cUidJ8doKEFd6LZgX > .row .container { border-width: 0; border-radius: 0; }#Ee4hdl3aTVBIOd8cUidJ8doKEFd6LZgX > .row .container { width:960px;height:158px;font-size:14px;font-family:arial;position:relative;display:block; }#zXNzEX3lQnJCIMLyHNhHi1w3lJantucr { display:block;width:960px;position:absolute;font-family:raleway;font-size:36px;font-weight:700;z-index:100000;line-height:1.2;letter-spacing:0;top:57px;left:0px;height:43.1875px;font-style:normal;text-align:center;text-align-last:center;color:#fffbfc;display:block; }
#gIl1heiDRJIId03N0pRfJlin9KeGGsgI { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#18b4fe;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:1px;width:65px;position:absolute;display:block;z-index:100001;top:148px;left:447px;display:block; }
#XRAcU1shtC077Xh35WySGM99y6NgMwsI { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#4aa1a3;background-image:url("https://images.assets-landingi.com/ad2oYcrS/bg02.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }
#XRAcU1shtC077Xh35WySGM99y6NgMwsI.adaptive-delivery-prevent-bg { background-image: none; }#XRAcU1shtC077Xh35WySGM99y6NgMwsI > .row .container { background-color: transparent; background-image: none; }#XRAcU1shtC077Xh35WySGM99y6NgMwsI::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XRAcU1shtC077Xh35WySGM99y6NgMwsI > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XRAcU1shtC077Xh35WySGM99y6NgMwsI > .row .container > .video-iframe-container { display: none; }#XRAcU1shtC077Xh35WySGM99y6NgMwsI > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XRAcU1shtC077Xh35WySGM99y6NgMwsI > .row > .video-iframe-container { display: none; }#XRAcU1shtC077Xh35WySGM99y6NgMwsI > .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); }#XRAcU1shtC077Xh35WySGM99y6NgMwsI > .row .container { border-width: 0; border-radius: 0; }#XRAcU1shtC077Xh35WySGM99y6NgMwsI > .row .container { font-size:14px;font-family:arial;height:259px;width:960px;position:relative;display:block; }#UcZLeTwRwFIOG45S5zv9GnHRgZoodyTe { display:block;width:432px;position:absolute;font-family:raleway;font-size:18px;font-weight:300;z-index:100004;line-height:1.6;letter-spacing:0;top:126.1875px;left:13px;height:115.188px;font-style:normal;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#x8WEfos8tT3l4iNkz8mKPfc8ET3iODET { display:block;width:432px;position:absolute;font-family:raleway;font-size:22px;font-weight:700;z-index:100009;line-height:1.4;letter-spacing:0;top:79px;left:13px;height:30.7969px;font-style:normal;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#dewJFML1fKO18JWBhveFAlDkOn57LKDy { box-sizing:content-box;color:#070707;font-size:28px;font-weight:400;line-height:1;height:40px;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:39px;left:196px;display:block; }
#cSWHV3k7FkDld41XI3XsgVFw3HJhEbGi { display:block;width:432px;position:absolute;font-family:raleway;font-size:18px;font-weight:300;z-index:100001;line-height:1.6;letter-spacing:0;top:126.1875px;left:516px;height:86.3906px;font-style:normal;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#F8dJzsqRCvJF2k8bO9BcboMgg5JHUyGf { display:block;width:432px;position:absolute;font-family:raleway;font-size:22px;font-weight:700;z-index:100006;line-height:1.4;letter-spacing:0;top:80px;left:528px;height:30.7969px;font-style:normal;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#EL35tfHcJIbo1ntTBWhd8ekMIDLbVymu { box-sizing:content-box;color:#070707;font-size:28px;font-weight:400;line-height:1;height:40px;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:39px;left:724px;display:block; }
#qwVke01kJ7kz2Wm0xN0EuGOFwG3PvGHn { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#4aa1a3;background-image:url("https://images.assets-landingi.com/ad2oYcrS/bg02.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }
#qwVke01kJ7kz2Wm0xN0EuGOFwG3PvGHn.adaptive-delivery-prevent-bg { background-image: none; }#qwVke01kJ7kz2Wm0xN0EuGOFwG3PvGHn > .row .container { background-color: transparent; background-image: none; }#qwVke01kJ7kz2Wm0xN0EuGOFwG3PvGHn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qwVke01kJ7kz2Wm0xN0EuGOFwG3PvGHn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qwVke01kJ7kz2Wm0xN0EuGOFwG3PvGHn > .row .container > .video-iframe-container { display: none; }#qwVke01kJ7kz2Wm0xN0EuGOFwG3PvGHn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qwVke01kJ7kz2Wm0xN0EuGOFwG3PvGHn > .row > .video-iframe-container { display: none; }#qwVke01kJ7kz2Wm0xN0EuGOFwG3PvGHn > .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); }#qwVke01kJ7kz2Wm0xN0EuGOFwG3PvGHn > .row .container { border-width: 0; border-radius: 0; }#qwVke01kJ7kz2Wm0xN0EuGOFwG3PvGHn > .row .container { font-size:14px;font-family:arial;height:325px;width:960px;position:relative;display:block; }#fwAhVbk9fBH1ekMeadWXemQRSid4qdPT { display:block;width:432px;position:absolute;font-family:raleway;font-size:18px;font-weight:300;z-index:100004;line-height:1.6;letter-spacing:0;top:161px;left:15px;height:115.188px;font-style:normal;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#Kcsx2bPkMuOFuhW4KJJN6JPxclBtM8iK { display:block;width:432px;position:absolute;font-family:raleway;font-size:21px;font-weight:700;z-index:100009;line-height:1.4;letter-spacing:0;top:85px;left:15px;height:58.7812px;font-style:normal;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#D1cpVGfmXEPhqp7CaS8Z8O7AJX9eUCBJ { box-sizing:content-box;color:#070707;font-size:28px;font-weight:400;line-height:1;height:40px;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:45px;left:196px;display:block; }
#IECy7ICHt3Es79UEaEUf6ORQTIxrHByA { display:block;width:432px;position:absolute;font-family:raleway;font-size:18px;font-weight:300;z-index:100001;line-height:1.6;letter-spacing:0;top:161px;left:528px;height:115.188px;font-style:normal;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#r5zFLPzQBmEb8GBHA81s7AJ4yHciBoEL { display:block;width:432px;position:absolute;font-family:raleway;font-size:21px;font-weight:700;z-index:100006;line-height:1.4;letter-spacing:0;top:85px;left:528px;height:58.7812px;font-style:normal;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#wr2suTQyuPMcGPm1mTui138ua92J6CyN { box-sizing:content-box;color:#070707;font-size:28px;font-weight:400;line-height:1;height:40px;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:45px;left:724px;display:block; }
#X2w8lx6diMAkLUc66SUbIQTC8KDcAOd8 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#e8eaea;background-image:none;position:relative;display:block; }#X2w8lx6diMAkLUc66SUbIQTC8KDcAOd8 > .row .container { background-color: transparent; background-image: none; }#X2w8lx6diMAkLUc66SUbIQTC8KDcAOd8::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#X2w8lx6diMAkLUc66SUbIQTC8KDcAOd8 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#X2w8lx6diMAkLUc66SUbIQTC8KDcAOd8 > .row .container > .video-iframe-container { display: none; }#X2w8lx6diMAkLUc66SUbIQTC8KDcAOd8 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#X2w8lx6diMAkLUc66SUbIQTC8KDcAOd8 > .row > .video-iframe-container { display: none; }#X2w8lx6diMAkLUc66SUbIQTC8KDcAOd8 > .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); }#X2w8lx6diMAkLUc66SUbIQTC8KDcAOd8 > .row .container { border-width: 0; border-radius: 0; }#X2w8lx6diMAkLUc66SUbIQTC8KDcAOd8 > .row .container { font-size:14px;font-family:arial;height:115px;width:960px;position:relative;display:block; }#LtDvCIgP3UJbANFC1dP2UPZUCsFEbFqX { display:block;width:260px;position:absolute;font-family:raleway;font-size:24px;font-weight:700;z-index:100004;line-height:1.4;letter-spacing:0;top:42px;left:51px;height:33.5938px;font-style:normal;text-align:left;text-align-last:left;color:#3317af;display:block; }
#VqQu8TkXJ0kJgrecfDzI6b7aTohcZlak { box-sizing:content-box;color:#3317af;font-size:28px;font-weight:400;line-height:1;height:40px;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:38px;left:0px;display:block; }
#SlFKs1oL6rz81lbIoyqwUTEhPxXSt8zO { box-sizing:content-box;color:#3317af;font-size:28px;font-weight:400;line-height:1;height:40px;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:37px;left:320px;display:block; }
#SfTU9bpFZrh8s0gnZAP9XKKgKSukiKrU { display:block;width:260px;position:absolute;font-family:raleway;font-size:24px;font-weight:700;z-index:100006;line-height:1.4;letter-spacing:0;top:25.203125px;left:371px;height:67.1875px;font-style:normal;text-align:left;text-align-last:left;color:#3317af;display:block; }
#DXwgGO5uU7FFQc4wvGSAsEH0Twne62r0 { box-sizing:content-box;color:#3317af;font-size:28px;font-weight:400;line-height:1;height:40px;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:37px;left:640px;display:block; }
#Rac4Il1Xdl3w2DKsKrg45adxdgb79ygT { display:block;width:260px;position:absolute;font-family:raleway;font-size:24px;font-weight:700;z-index:100008;line-height:1.4;letter-spacing:0;top:42px;left:691px;height:33.5938px;font-style:normal;text-align:left;text-align-last:left;color:#3317af;display:block; }
#tgv8l78yIz88riM4kXhSkrqnHFp3nhsf { background-color:#4aa1a3;background-image:url("https://images.assets-landingi.com/ad2oYcrS/bg02.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }
#tgv8l78yIz88riM4kXhSkrqnHFp3nhsf.adaptive-delivery-prevent-bg { background-image: none; }#tgv8l78yIz88riM4kXhSkrqnHFp3nhsf > .row .container { background-color: transparent; background-image: none; }#tgv8l78yIz88riM4kXhSkrqnHFp3nhsf::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tgv8l78yIz88riM4kXhSkrqnHFp3nhsf > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tgv8l78yIz88riM4kXhSkrqnHFp3nhsf > .row .container > .video-iframe-container { display: none; }#tgv8l78yIz88riM4kXhSkrqnHFp3nhsf > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tgv8l78yIz88riM4kXhSkrqnHFp3nhsf > .row > .video-iframe-container { display: none; }#tgv8l78yIz88riM4kXhSkrqnHFp3nhsf > .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); }#tgv8l78yIz88riM4kXhSkrqnHFp3nhsf > .row .container { border-width: 0; border-radius: 0; }#tgv8l78yIz88riM4kXhSkrqnHFp3nhsf > .row .container { width:960px;height:223px;font-size:14px;font-family:arial;position:relative;display:block; }#DkAS9OhGUmp8PqQfUKOxcs8kUfKkC5qf { display:block;width:960px;position:absolute;font-family:raleway;font-size:32px;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:55px;left:0px;height:41.5938px;font-style:normal;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#oNx0WwRPf2bykCeVaQpNSVkurlpWq6uC { background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:raleway;font-size:21px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:312px;height:59px;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:127px;left:324px;display:block; }
#GmUtUDlp2zVEbQTqbRDn5BzqXnADz4cf { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #V9Bktg6q5ehbgFCteNEDMpDrJKtbDNDk { display:block; }#V9Bktg6q5ehbgFCteNEDMpDrJKtbDNDk > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZWDOf57r9MqOUx7mF5WSKMVynlT1CAaw { top:74px;left:101px;width:532px;height:89px;font-size:69px;display:block; }
 }@media only screen and (max-width: 763px) { #mxtlZtggSfLVE52f5inIJFKvqD4wCv6T { top:165px;left:169.5px;width:403px;height:67px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #w8tmaS6C7p6zmXzqXZRDEkbQx0baw9nD { display:block; }#w8tmaS6C7p6zmXzqXZRDEkbQx0baw9nD > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ChAOaxCkHvmupA3NnWfHhTE9vhvA9mKI { top:109px;left:0px;width:427px;height:284px;display:block; }
 }@media only screen and (max-width: 763px) { #APJ1VL38LBwnLkJ2k2LuHfZ7l3l0geT1 { top:15px;left:26px;width:712px;height:67px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #b51py7DV7rfhVJSvTzKLtrsKDbXLzNba .widget-regular-label { width:241px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#b51py7DV7rfhVJSvTzKLtrsKDbXLzNba .widget-input-text { width:241px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#b51py7DV7rfhVJSvTzKLtrsKDbXLzNba .widget-input-text {padding-top: 0; padding-bottom: 0;}#b51py7DV7rfhVJSvTzKLtrsKDbXLzNba .widget-textarea { width:241px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#b51py7DV7rfhVJSvTzKLtrsKDbXLzNba .widget-input-select { width:241px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#b51py7DV7rfhVJSvTzKLtrsKDbXLzNba .widget-input-select {padding-top: 0; padding-bottom: 0;}#b51py7DV7rfhVJSvTzKLtrsKDbXLzNba .widget-input-button { width:241px;margin-top:4px;margin-right:0px;margin-left:0px;margin-bottom:4px; }
#b51py7DV7rfhVJSvTzKLtrsKDbXLzNba .widget-checkbox-label { width:222px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#b51py7DV7rfhVJSvTzKLtrsKDbXLzNba  { width:241px;height:auto;top:113px;left:480.5px; }
#b51py7DV7rfhVJSvTzKLtrsKDbXLzNba .radio-container { width:241px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#b51py7DV7rfhVJSvTzKLtrsKDbXLzNba {display:block;}#b51py7DV7rfhVJSvTzKLtrsKDbXLzNba { width:241px;height:auto;top:113px;left:480.5px; }
 }@media only screen and (max-width: 763px) { #b51py7DV7rfhVJSvTzKLtrsKDbXLzNba #R2WOih9AAxDBrAEdbxkcwk6TbhtlPTpU {  }
 }@media only screen and (max-width: 763px) { #b51py7DV7rfhVJSvTzKLtrsKDbXLzNba #c8Nw9Kf4wQ1WInXOiEtoPA4lubmSUvxR {  }
 }@media only screen and (max-width: 763px) { #b51py7DV7rfhVJSvTzKLtrsKDbXLzNba #TT2shWFODRk1B4nSpXDLPawUbVUZ4eUw {  }
 }@media only screen and (max-width: 763px) { #b51py7DV7rfhVJSvTzKLtrsKDbXLzNba #VQu73dy71rqfc5Ct4d0ULkLXn2ULoKc6 {  }
 }@media only screen and (max-width: 763px) { #b51py7DV7rfhVJSvTzKLtrsKDbXLzNba #NqCZEElPDUEm60L5iUsKLCuFm9eTyO31 {  }
 }@media only screen and (max-width: 763px) { #b51py7DV7rfhVJSvTzKLtrsKDbXLzNba #S29XBgcuR8FDbdw5HX6tx7czpLkgZB2C {  }
 }@media only screen and (max-width: 763px) { #b51py7DV7rfhVJSvTzKLtrsKDbXLzNba #VnDZU1ZH3T6y5wzFyepwcJB9NMqakTg7 {  }
 }@media only screen and (max-width: 763px) { #b51py7DV7rfhVJSvTzKLtrsKDbXLzNba #HaKnAcxBmyTh4cJfuDTyHMvPDiDWCOpS {  }
 }@media only screen and (max-width: 763px) { #piEoRcGUiyMhd35iGrIICliOl2OgsdFp { top:413px;left:97px;width:570px;height:29px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #Ee4hdl3aTVBIOd8cUidJ8doKEFd6LZgX { display:block; }#Ee4hdl3aTVBIOd8cUidJ8doKEFd6LZgX > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zXNzEX3lQnJCIMLyHNhHi1w3lJantucr { width:743px;height:43px;top:57px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #gIl1heiDRJIId03N0pRfJlin9KeGGsgI { width:66px;height:1px;top:148px;left:348px;display:block; }
 }@media only screen and (max-width: 763px) { #XRAcU1shtC077Xh35WySGM99y6NgMwsI { display:block; }#XRAcU1shtC077Xh35WySGM99y6NgMwsI > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UcZLeTwRwFIOG45S5zv9GnHRgZoodyTe { width:360px;height:84px;top:155px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #x8WEfos8tT3l4iNkz8mKPfc8ET3iODET { width:360px;height:33px;top:97px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #dewJFML1fKO18JWBhveFAlDkOn57LKDy { width:40px;height:40px;top:39px;left:170px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #cSWHV3k7FkDld41XI3XsgVFw3HJhEbGi { width:360px;height:84px;top:154px;left:392px;display:block; }
 }@media only screen and (max-width: 763px) { #F8dJzsqRCvJF2k8bO9BcboMgg5JHUyGf { width:360px;height:33px;top:96px;left:392px;display:block; }
 }@media only screen and (max-width: 763px) { #EL35tfHcJIbo1ntTBWhd8ekMIDLbVymu { width:40px;height:40px;top:39px;left:552px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #qwVke01kJ7kz2Wm0xN0EuGOFwG3PvGHn { display:block; }#qwVke01kJ7kz2Wm0xN0EuGOFwG3PvGHn > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fwAhVbk9fBH1ekMeadWXemQRSid4qdPT { width:360px;height:84px;top:160px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #Kcsx2bPkMuOFuhW4KJJN6JPxclBtM8iK { width:360px;height:33px;top:102px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #D1cpVGfmXEPhqp7CaS8Z8O7AJX9eUCBJ { width:40px;height:40px;top:44px;left:170px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #IECy7ICHt3Es79UEaEUf6ORQTIxrHByA { width:360px;height:84px;top:160px;left:392px;display:block; }
 }@media only screen and (max-width: 763px) { #r5zFLPzQBmEb8GBHA81s7AJ4yHciBoEL { width:360px;height:33px;top:102px;left:392px;display:block; }
 }@media only screen and (max-width: 763px) { #wr2suTQyuPMcGPm1mTui138ua92J6CyN { width:40px;height:40px;top:45px;left:552px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #X2w8lx6diMAkLUc66SUbIQTC8KDcAOd8 { display:block; }#X2w8lx6diMAkLUc66SUbIQTC8KDcAOd8 > .row .container { width:764px;height:150px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LtDvCIgP3UJbANFC1dP2UPZUCsFEbFqX { width:233px;height:33px;top:77px;left:10px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VqQu8TkXJ0kJgrecfDzI6b7aTohcZlak { width:40px;height:40px;top:30px;left:106px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #SlFKs1oL6rz81lbIoyqwUTEhPxXSt8zO { width:40px;height:40px;top:31px;left:360.66666666667px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #SfTU9bpFZrh8s0gnZAP9XKKgKSukiKrU { width:233px;height:33px;top:77px;left:264.66666666667px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DXwgGO5uU7FFQc4wvGSAsEH0Twne62r0 { width:40px;height:40px;top:31px;left:616.33333333333px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #Rac4Il1Xdl3w2DKsKrg45adxdgb79ygT { width:233px;height:33px;top:77px;left:520.33333333333px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tgv8l78yIz88riM4kXhSkrqnHFp3nhsf { display:block; }#tgv8l78yIz88riM4kXhSkrqnHFp3nhsf > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DkAS9OhGUmp8PqQfUKOxcs8kUfKkC5qf { width:743px;height:92px;top:71px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #oNx0WwRPf2bykCeVaQpNSVkurlpWq6uC { width:256px;height:50px;top:196px;left:253px;display:block; }
 }@media only screen and (max-width: 763px) { #GmUtUDlp2zVEbQTqbRDn5BzqXnADz4cf { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #V9Bktg6q5ehbgFCteNEDMpDrJKtbDNDk { display:block; }#V9Bktg6q5ehbgFCteNEDMpDrJKtbDNDk { background-color: transparent; background-image: none; }#V9Bktg6q5ehbgFCteNEDMpDrJKtbDNDk::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#V9Bktg6q5ehbgFCteNEDMpDrJKtbDNDk > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4); }#V9Bktg6q5ehbgFCteNEDMpDrJKtbDNDk > .row .container > .video-iframe-container { display: none; }#V9Bktg6q5ehbgFCteNEDMpDrJKtbDNDk > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#V9Bktg6q5ehbgFCteNEDMpDrJKtbDNDk > .row > .video-iframe-container { display: none; }#V9Bktg6q5ehbgFCteNEDMpDrJKtbDNDk > .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.4); }#V9Bktg6q5ehbgFCteNEDMpDrJKtbDNDk > .row .container { width:320px;height:545px;background-color:transparent;background-image:url("https://images.assets-landingi.com/JlDUI805/mobile_s1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#V9Bktg6q5ehbgFCteNEDMpDrJKtbDNDk > .row .container.adaptive-delivery-prevent-bg { background-image: none; } }@media only screen and (max-width: 763px) { #ZWDOf57r9MqOUx7mF5WSKMVynlT1CAaw { width:301px;height:41px;top:87px;left:10px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #mxtlZtggSfLVE52f5inIJFKvqD4wCv6T { width:282px;height:82px;top:138px;left:10px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #w8tmaS6C7p6zmXzqXZRDEkbQx0baw9nD { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/FeDq5q0e/BG_S2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }
#w8tmaS6C7p6zmXzqXZRDEkbQx0baw9nD.adaptive-delivery-prevent-bg { background-image: none; }#w8tmaS6C7p6zmXzqXZRDEkbQx0baw9nD > .row .container { background-color: transparent; background-image: none; }#w8tmaS6C7p6zmXzqXZRDEkbQx0baw9nD::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#w8tmaS6C7p6zmXzqXZRDEkbQx0baw9nD > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#w8tmaS6C7p6zmXzqXZRDEkbQx0baw9nD > .row .container > .video-iframe-container { display: none; }#w8tmaS6C7p6zmXzqXZRDEkbQx0baw9nD > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#w8tmaS6C7p6zmXzqXZRDEkbQx0baw9nD > .row > .video-iframe-container { display: none; }#w8tmaS6C7p6zmXzqXZRDEkbQx0baw9nD > .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); }#w8tmaS6C7p6zmXzqXZRDEkbQx0baw9nD > .row .container { width:320px;height:748.875px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ChAOaxCkHvmupA3NnWfHhTE9vhvA9mKI { width:202px;height:134px;top:286.25px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #APJ1VL38LBwnLkJ2k2LuHfZ7l3l0geT1 { width:283px;height:54px;top:369px;left:10px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #b51py7DV7rfhVJSvTzKLtrsKDbXLzNba .widget-regular-label { width:241px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#b51py7DV7rfhVJSvTzKLtrsKDbXLzNba .widget-input-text { width:241px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#b51py7DV7rfhVJSvTzKLtrsKDbXLzNba .widget-input-text {padding-top: 0; padding-bottom: 0;}#b51py7DV7rfhVJSvTzKLtrsKDbXLzNba .widget-textarea { width:241px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#b51py7DV7rfhVJSvTzKLtrsKDbXLzNba .widget-input-select { width:241px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#b51py7DV7rfhVJSvTzKLtrsKDbXLzNba .widget-input-select {padding-top: 0; padding-bottom: 0;}#b51py7DV7rfhVJSvTzKLtrsKDbXLzNba .widget-input-button { width:241px;margin-top:4px;margin-right:0px;margin-left:0px;margin-bottom:4px; }
#b51py7DV7rfhVJSvTzKLtrsKDbXLzNba .widget-checkbox-label { width:222px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#b51py7DV7rfhVJSvTzKLtrsKDbXLzNba  { width:241px;height:auto;top:113px;left:19px; }
#b51py7DV7rfhVJSvTzKLtrsKDbXLzNba .radio-container { width:241px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#b51py7DV7rfhVJSvTzKLtrsKDbXLzNba {display:block;}#b51py7DV7rfhVJSvTzKLtrsKDbXLzNba { width:241px;height:auto;top:443px;left:19px; }
 }@media only screen and (max-width: 763px) { #b51py7DV7rfhVJSvTzKLtrsKDbXLzNba #R2WOih9AAxDBrAEdbxkcwk6TbhtlPTpU {  }
 }@media only screen and (max-width: 763px) { #b51py7DV7rfhVJSvTzKLtrsKDbXLzNba #c8Nw9Kf4wQ1WInXOiEtoPA4lubmSUvxR {  }
 }@media only screen and (max-width: 763px) { #b51py7DV7rfhVJSvTzKLtrsKDbXLzNba #TT2shWFODRk1B4nSpXDLPawUbVUZ4eUw {  }
 }@media only screen and (max-width: 763px) { #b51py7DV7rfhVJSvTzKLtrsKDbXLzNba #VQu73dy71rqfc5Ct4d0ULkLXn2ULoKc6 {  }
 }@media only screen and (max-width: 763px) { #b51py7DV7rfhVJSvTzKLtrsKDbXLzNba #NqCZEElPDUEm60L5iUsKLCuFm9eTyO31 {  }
 }@media only screen and (max-width: 763px) { #b51py7DV7rfhVJSvTzKLtrsKDbXLzNba #S29XBgcuR8FDbdw5HX6tx7czpLkgZB2C {  }
 }@media only screen and (max-width: 763px) { #b51py7DV7rfhVJSvTzKLtrsKDbXLzNba #VnDZU1ZH3T6y5wzFyepwcJB9NMqakTg7 {  }
 }@media only screen and (max-width: 763px) { #b51py7DV7rfhVJSvTzKLtrsKDbXLzNba #HaKnAcxBmyTh4cJfuDTyHMvPDiDWCOpS {  }
 }@media only screen and (max-width: 763px) { #piEoRcGUiyMhd35iGrIICliOl2OgsdFp { width:320px;height:0;top:699px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #Ee4hdl3aTVBIOd8cUidJ8doKEFd6LZgX { background-color:#1400a6;background-image:none;display:block; }#Ee4hdl3aTVBIOd8cUidJ8doKEFd6LZgX > .row .container { background-color: transparent; background-image: none; }#Ee4hdl3aTVBIOd8cUidJ8doKEFd6LZgX::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ee4hdl3aTVBIOd8cUidJ8doKEFd6LZgX > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ee4hdl3aTVBIOd8cUidJ8doKEFd6LZgX > .row .container > .video-iframe-container { display: none; }#Ee4hdl3aTVBIOd8cUidJ8doKEFd6LZgX > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ee4hdl3aTVBIOd8cUidJ8doKEFd6LZgX > .row > .video-iframe-container { display: none; }#Ee4hdl3aTVBIOd8cUidJ8doKEFd6LZgX > .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); }#Ee4hdl3aTVBIOd8cUidJ8doKEFd6LZgX > .row .container { width:320px;height:120px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zXNzEX3lQnJCIMLyHNhHi1w3lJantucr { width:280px;height:28px;top:46px;left:20px;text-align:center;text-align-last:center;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #gIl1heiDRJIId03N0pRfJlin9KeGGsgI { width:65px;height:1px;top:109px;left:127px;display:block; }
 }@media only screen and (max-width: 763px) { #XRAcU1shtC077Xh35WySGM99y6NgMwsI { background-color:#1400a6;background-image:none;display:block; }#XRAcU1shtC077Xh35WySGM99y6NgMwsI > .row .container { background-color: transparent; background-image: none; }#XRAcU1shtC077Xh35WySGM99y6NgMwsI::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XRAcU1shtC077Xh35WySGM99y6NgMwsI > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XRAcU1shtC077Xh35WySGM99y6NgMwsI > .row .container > .video-iframe-container { display: none; }#XRAcU1shtC077Xh35WySGM99y6NgMwsI > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XRAcU1shtC077Xh35WySGM99y6NgMwsI > .row > .video-iframe-container { display: none; }#XRAcU1shtC077Xh35WySGM99y6NgMwsI > .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); }#XRAcU1shtC077Xh35WySGM99y6NgMwsI > .row .container { width:320px;height:456px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UcZLeTwRwFIOG45S5zv9GnHRgZoodyTe { width:280px;height:75px;top:111px;left:20px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #x8WEfos8tT3l4iNkz8mKPfc8ET3iODET { width:280px;height:25px;top:73px;left:20px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #dewJFML1fKO18JWBhveFAlDkOn57LKDy { width:40px;height:40px;top:20px;left:140px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #cSWHV3k7FkDld41XI3XsgVFw3HJhEbGi { width:280px;height:75px;top:339px;left:20px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #F8dJzsqRCvJF2k8bO9BcboMgg5JHUyGf { width:280px;height:25px;top:301px;left:20px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #EL35tfHcJIbo1ntTBWhd8ekMIDLbVymu { width:40px;height:40px;top:248px;left:140px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #qwVke01kJ7kz2Wm0xN0EuGOFwG3PvGHn { background-color:#1400a6;background-image:none;display:block; }#qwVke01kJ7kz2Wm0xN0EuGOFwG3PvGHn > .row .container { background-color: transparent; background-image: none; }#qwVke01kJ7kz2Wm0xN0EuGOFwG3PvGHn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qwVke01kJ7kz2Wm0xN0EuGOFwG3PvGHn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qwVke01kJ7kz2Wm0xN0EuGOFwG3PvGHn > .row .container > .video-iframe-container { display: none; }#qwVke01kJ7kz2Wm0xN0EuGOFwG3PvGHn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qwVke01kJ7kz2Wm0xN0EuGOFwG3PvGHn > .row > .video-iframe-container { display: none; }#qwVke01kJ7kz2Wm0xN0EuGOFwG3PvGHn > .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); }#qwVke01kJ7kz2Wm0xN0EuGOFwG3PvGHn > .row .container { width:320px;height:495px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fwAhVbk9fBH1ekMeadWXemQRSid4qdPT { width:280px;height:75px;top:111px;left:20px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Kcsx2bPkMuOFuhW4KJJN6JPxclBtM8iK { width:280px;height:25px;top:73px;left:20px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #D1cpVGfmXEPhqp7CaS8Z8O7AJX9eUCBJ { width:40px;height:40px;top:20px;left:140px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #IECy7ICHt3Es79UEaEUf6ORQTIxrHByA { width:280px;height:75px;top:342px;left:20px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #r5zFLPzQBmEb8GBHA81s7AJ4yHciBoEL { width:280px;height:25px;top:304px;left:20px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #wr2suTQyuPMcGPm1mTui138ua92J6CyN { width:40px;height:40px;top:251px;left:140px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #X2w8lx6diMAkLUc66SUbIQTC8KDcAOd8 { display:block; }#X2w8lx6diMAkLUc66SUbIQTC8KDcAOd8 > .row .container { width:320px;height:326px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LtDvCIgP3UJbANFC1dP2UPZUCsFEbFqX { width:260px;height:25px;top:83px;left:30px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #VqQu8TkXJ0kJgrecfDzI6b7aTohcZlak { width:40px;height:40px;top:41px;left:140px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #SlFKs1oL6rz81lbIoyqwUTEhPxXSt8zO { width:40px;height:40px;top:130px;left:140px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #SfTU9bpFZrh8s0gnZAP9XKKgKSukiKrU { width:260px;height:25px;top:173px;left:30px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #DXwgGO5uU7FFQc4wvGSAsEH0Twne62r0 { width:40px;height:40px;top:225px;left:140px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #Rac4Il1Xdl3w2DKsKrg45adxdgb79ygT { width:260px;height:25px;top:267px;left:30px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #tgv8l78yIz88riM4kXhSkrqnHFp3nhsf { display:block; }#tgv8l78yIz88riM4kXhSkrqnHFp3nhsf > .row .container { width:320px;height:326px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DkAS9OhGUmp8PqQfUKOxcs8kUfKkC5qf { width:280px;height:93px;top:89px;left:20px;text-align:center;text-align-last:center;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #oNx0WwRPf2bykCeVaQpNSVkurlpWq6uC { width:256px;height:50px;top:209px;left:31px;display:block; }
 }@media only screen and (max-width: 763px) { #GmUtUDlp2zVEbQTqbRDn5BzqXnADz4cf { display:block; }
 }