.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;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;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); }#Azq5fbZt8c0vAxOXomzpykPe1RF3nf9X { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2f2f2f;background-image:none;position:relative;display:block; }#Azq5fbZt8c0vAxOXomzpykPe1RF3nf9X > .row .container { background-color: transparent; background-image: none; }#Azq5fbZt8c0vAxOXomzpykPe1RF3nf9X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Azq5fbZt8c0vAxOXomzpykPe1RF3nf9X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Azq5fbZt8c0vAxOXomzpykPe1RF3nf9X > .row .container > .video-iframe-container { display: none; }#Azq5fbZt8c0vAxOXomzpykPe1RF3nf9X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Azq5fbZt8c0vAxOXomzpykPe1RF3nf9X > .row > .video-iframe-container { display: none; }#Azq5fbZt8c0vAxOXomzpykPe1RF3nf9X > .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); }#Azq5fbZt8c0vAxOXomzpykPe1RF3nf9X > .row .container { border-width: 0; border-radius: 0; }#Azq5fbZt8c0vAxOXomzpykPe1RF3nf9X > .row > .video-iframe-container {  }#Azq5fbZt8c0vAxOXomzpykPe1RF3nf9X > .row .container { font-size:14px;font-family:arial;height:92px;width:960px;position:relative;display:block; }#zHTnHbeRzgDcHgt1sWCgm5cJ8kVy3our { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:57.9883px;width:160px;top:17.5px;left:20.60546875px;overflow:hidden;display:block; }
#A44OEKcUH9Z0Fc4TXb30dppOqHgVrtG7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/eddfd804-788d-4244-9f2c-c3c0f7d99afe/YMCABuildingCrop.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#A44OEKcUH9Z0Fc4TXb30dppOqHgVrtG7.adaptive-delivery-prevent-bg, #A44OEKcUH9Z0Fc4TXb30dppOqHgVrtG7.lazyload, #A44OEKcUH9Z0Fc4TXb30dppOqHgVrtG7.lazyloading { background-image: none; }#A44OEKcUH9Z0Fc4TXb30dppOqHgVrtG7 > .row .container { background-color: transparent; background-image: none; }#A44OEKcUH9Z0Fc4TXb30dppOqHgVrtG7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,96,175,0.86); }#A44OEKcUH9Z0Fc4TXb30dppOqHgVrtG7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A44OEKcUH9Z0Fc4TXb30dppOqHgVrtG7 > .row .container > .video-iframe-container { display: none; }#A44OEKcUH9Z0Fc4TXb30dppOqHgVrtG7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,96,175,0.86); }#A44OEKcUH9Z0Fc4TXb30dppOqHgVrtG7 > .row > .video-iframe-container { display: none; }#A44OEKcUH9Z0Fc4TXb30dppOqHgVrtG7 > .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); }#A44OEKcUH9Z0Fc4TXb30dppOqHgVrtG7 > .row .container { border-width: 0; border-radius: 0; }#A44OEKcUH9Z0Fc4TXb30dppOqHgVrtG7::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#A44OEKcUH9Z0Fc4TXb30dppOqHgVrtG7 > .row > .video-iframe-container {  }#A44OEKcUH9Z0Fc4TXb30dppOqHgVrtG7 > .row .container { font-size:14px;font-family:arial;height:542px;width:960px;position:relative;display:block; }#QOVnov3h8BTU5nLadDIPAZbUAxI4c3Ql { color:#ffffff;display:block;width:720px;position:absolute;font-family:verdana;font-size:31px;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:310px;left:119.9609375px;height:40.2969px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c9E4Ns6XH2Q1DhwDw5EozwEJfBIBDFqf { color:#ffffff;display:block;width:465.976px;position:absolute;font-family:verdana;font-size:51px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:227.98828125px;left:246.9921875px;height:66.2969px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container {  }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:341px;width:960px;position:relative;display:block; }#lSNhgmGQfZZIJkCqAGm0APrhbhX375Za { color:#01a490;display:block;width:801.992px;position:absolute;font-family:verdana;font-size:24px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:41.9921875px;left:42.5px;height:62.3906px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UhIKWbowr7iLXpanCGucMeMqJ7T6p3kV { color:#000000;display:block;width:875px;position:absolute;font-family:verdana;font-size:18px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:140.95703125px;left:42.5px;height:116.992px;display:block; }
#Hgii6ipNWe9NfQrbx7nwc4alibKy2Je2 { color:#01a490;display:block;width:373.965px;position:absolute;font-family:verdana;font-size:24px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:307.4609375px;left:42.5px;height:31.1953px;font-style:normal;display:block; }
#tLVQ3n2olyDpr8aXEiiifuwnpviFl1zT { position:relative;display:block; }#tLVQ3n2olyDpr8aXEiiifuwnpviFl1zT { background-color: transparent; background-image: none; }#tLVQ3n2olyDpr8aXEiiifuwnpviFl1zT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tLVQ3n2olyDpr8aXEiiifuwnpviFl1zT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tLVQ3n2olyDpr8aXEiiifuwnpviFl1zT > .row .container > .video-iframe-container { display: none; }#tLVQ3n2olyDpr8aXEiiifuwnpviFl1zT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tLVQ3n2olyDpr8aXEiiifuwnpviFl1zT > .row > .video-iframe-container { display: none; }#tLVQ3n2olyDpr8aXEiiifuwnpviFl1zT > .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); }#tLVQ3n2olyDpr8aXEiiifuwnpviFl1zT { border-width: 0; border-radius: 0; }#tLVQ3n2olyDpr8aXEiiifuwnpviFl1zT > .row .container > .video-iframe-container {  }#tLVQ3n2olyDpr8aXEiiifuwnpviFl1zT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:357px;width:960px;position:relative;display:block; }#fxmutT8AQbX8I2Q3QZTzx0k9UwEoxVzy { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:0;border-bottom-left-radius:10px;border-bottom-right-radius:0;box-shadow: -3px 3px 3px rgba(0,0,0,0.5) ;height:322px;width:367px;top:32.421875px;left:25.84375px;overflow:hidden;display:block; }
#mL2v8tQRn2fCR1X2ty0ykcgNZwbsM9JX { color:#0089d0;display:block;width:328.965px;position:absolute;font-family:verdana;font-size:20px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:55.4296875px;left:497.578125px;height:26px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g5nAetd9bFMcwXwE0zxSaXSmx45DriTw { color:#000000;display:block;width:485.996px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:98.14453125px;left:420.08203125px;height:124.7813px;display:block; }
#Q8Wt2vUH9zTgiSAk8spHVCLtQKe0hkPQ { color:#000000;display:block;width:328.965px;position:absolute;font-family:verdana;font-size:18px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:241.40625px;left:420.078125px;height:23.3984px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZL13gsSdzyxmZedAblVTkfLTso5S2IEF { color:#000000;display:block;width:322.988px;position:absolute;font-family:verdana;font-size:16px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:281.46484375px;left:420.078125px;height:46.5938px;display:block; }#ZL13gsSdzyxmZedAblVTkfLTso5S2IEF li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#ZL13gsSdzyxmZedAblVTkfLTso5S2IEF li:before{  }
#DBvxw87FgVTmHfaC7hyh2GsyTOEX3811 { position:absolute;display:block;z-index:15000;background-color:#f8f9fb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:10px;border-bottom-left-radius:0;border-bottom-right-radius:10px;box-shadow: 3px 3px 3px rgba(0,0,0,0.5) ;height:323px;width:547px;top:32.47265625px;left:388.609375px;display:block; }
#v0eofsTmVTNCCskkxKllcdfWrpLGx616 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:325px;width:370px;display:none; }
#zGm4xFOLHosx9PCUSqTMkUxfBNBxdaXl { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:200px;width:200px;display:none; }
#SMLqCkBPkgzWCRwkJWOMbD22QOCQ0Mb5 { position:relative;display:block; }#SMLqCkBPkgzWCRwkJWOMbD22QOCQ0Mb5 { background-color: transparent; background-image: none; }#SMLqCkBPkgzWCRwkJWOMbD22QOCQ0Mb5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SMLqCkBPkgzWCRwkJWOMbD22QOCQ0Mb5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SMLqCkBPkgzWCRwkJWOMbD22QOCQ0Mb5 > .row .container > .video-iframe-container { display: none; }#SMLqCkBPkgzWCRwkJWOMbD22QOCQ0Mb5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SMLqCkBPkgzWCRwkJWOMbD22QOCQ0Mb5 > .row > .video-iframe-container { display: none; }#SMLqCkBPkgzWCRwkJWOMbD22QOCQ0Mb5 > .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); }#SMLqCkBPkgzWCRwkJWOMbD22QOCQ0Mb5 { border-width: 0; border-radius: 0; }#SMLqCkBPkgzWCRwkJWOMbD22QOCQ0Mb5 > .row .container > .video-iframe-container {  }#SMLqCkBPkgzWCRwkJWOMbD22QOCQ0Mb5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:363px;width:960px;position:relative;display:block; }#iTVdVJdliyyR7aM6lQ2qFT2trfDf4XRg { position:absolute;display:block;z-index:15001;background-color:#f8f9fb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:0;border-bottom-left-radius:10px;border-bottom-right-radius:0;box-shadow: -3px 3px 3px rgba(0,0,0,0.5) ;height:322.988px;width:546.992px;top:36.48046875px;left:25.6171875px;display:block; }
#i3JqankKk2kzDPmOrablrhXbHTcTxq9D { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:10px;border-bottom-left-radius:0;border-bottom-right-radius:10px;box-shadow: 3px 3px 3px rgba(0,0,0,0.5) ;height:322px;width:367px;top:37.48046875px;left:567.9765625px;overflow:hidden;display:block; }
#KZA7DMedeXEiGXsNBTEEe7g5NwryTyXT { color:#0089d0;display:block;width:328.965px;position:absolute;font-family:verdana;font-size:20px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:58.48046875px;left:135.09765625px;height:26px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lxynBN1ITHPnVyJ0gSgXpTBIU1wnuvCW { color:#000000;display:block;width:486px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:101.484375px;left:54.54296875px;height:124.7813px;display:block; }
#VCtu6lLfT6pCK33RlWg3UM9Dzl4i5Swz { color:#000000;display:block;width:328.965px;position:absolute;font-family:verdana;font-size:18px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:244.4140625px;left:54.53125px;height:23.3984px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Xv87EXB4kzRhDEZGHQmWul6ConekrTro { color:#000000;display:block;width:322.969px;position:absolute;font-family:verdana;font-size:16px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:283.80859375px;left:54.53125px;height:46.5938px;display:block; }#Xv87EXB4kzRhDEZGHQmWul6ConekrTro li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#Xv87EXB4kzRhDEZGHQmWul6ConekrTro li:before{  }
#ZzV5nclkLo060JNpfRtBqDwPGAUeoRhb { position:absolute;display:block;z-index:15006;background-color:#f8f9fb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:10px;border-bottom-left-radius:0;border-bottom-right-radius:10px;box-shadow: 3px 3px 3px rgba(0,0,0,0.5) ;height:323px;width:547px;top:38px;left:388px;display:none; }
#r37rAIZDVcwvI8Ti6negFG0B1zQTA6ev { position:absolute;display:block;z-index:15006;background-color:#f8f9fb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:10px;border-bottom-left-radius:0;border-bottom-right-radius:10px;box-shadow: 3px 3px 3px rgba(0,0,0,0.5) ;height:323px;width:547px;top:38px;left:388px;display:none; }
#SKUkEHmRdFty4Lr83vuTIWSs84x9RPpt { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:325px;width:370px;display:none; }
#bSSo0n06eS43bLvvBTTPKGkoiZtM6ANr { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:200px;width:200px;display:none; }
#fsPp4Mt8qpvKJ4kmyRwKBpPUoTDQZM3W { position:relative;display:block; }#fsPp4Mt8qpvKJ4kmyRwKBpPUoTDQZM3W { background-color: transparent; background-image: none; }#fsPp4Mt8qpvKJ4kmyRwKBpPUoTDQZM3W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsPp4Mt8qpvKJ4kmyRwKBpPUoTDQZM3W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsPp4Mt8qpvKJ4kmyRwKBpPUoTDQZM3W > .row .container > .video-iframe-container { display: none; }#fsPp4Mt8qpvKJ4kmyRwKBpPUoTDQZM3W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsPp4Mt8qpvKJ4kmyRwKBpPUoTDQZM3W > .row > .video-iframe-container { display: none; }#fsPp4Mt8qpvKJ4kmyRwKBpPUoTDQZM3W > .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); }#fsPp4Mt8qpvKJ4kmyRwKBpPUoTDQZM3W { border-width: 0; border-radius: 0; }#fsPp4Mt8qpvKJ4kmyRwKBpPUoTDQZM3W > .row .container > .video-iframe-container {  }#fsPp4Mt8qpvKJ4kmyRwKBpPUoTDQZM3W > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:397px;width:960px;position:relative;display:block; }#L27i1OSeXMH32TMZLQ9LV69Z3WvFt2fN { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:0;border-bottom-left-radius:10px;border-bottom-right-radius:0;box-shadow: -3px 3px 3px rgba(0,0,0,0.5) ;height:323px;width:367px;top:38px;left:27px;overflow:hidden;display:block; }
#kuSlZrogLDJRtaODnqroAJrfS12Oxitw { position:absolute;display:block;z-index:15006;background-color:#f8f9fb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:10px;border-bottom-left-radius:0;border-bottom-right-radius:10px;box-shadow: 3px 3px 3px rgba(0,0,0,0.5) ;height:323px;width:547px;top:38px;left:388px;display:block; }
#oLAxPs5sQas25lycttbyluqmbhsmdV8m { color:#000000;display:block;width:485.976px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:99.98046875px;left:418.96484375px;height:124.7813px;display:block; }
#alREzMUZ5MLyUWDVqGcx66mP0GkG85oX { color:#0089d0;display:block;width:328.965px;position:absolute;font-family:verdana;font-size:20px;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:57.96875px;left:497.5px;height:26px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Syvbr39yMrAslEhnmifuUtcwUq3uabTV { color:#000000;display:block;width:328.965px;position:absolute;font-family:verdana;font-size:18px;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:241.9921875px;left:418.96484375px;height:23.3984px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Fzx0Sb0iU0fV6teJPtMChXs5Attd0373 { color:#000000;display:block;width:322.969px;position:absolute;font-family:verdana;font-size:16px;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:281.9921875px;left:418.96484375px;height:46.5938px;display:block; }#Fzx0Sb0iU0fV6teJPtMChXs5Attd0373 li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#Fzx0Sb0iU0fV6teJPtMChXs5Attd0373 li:before{  }
#bBlrWIaSQmAr5kyb3W1B0fgr7wARnada { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:325px;width:370px;display:none; }
#bDT6CGIamrLbiHlZFp0EEITBKqBQyto9 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:200px;width:200px;display:none; }
#dTMQAwlr6TQbfPhuZB2kcO1UXVtFR7un { position:relative;display:block; }#dTMQAwlr6TQbfPhuZB2kcO1UXVtFR7un { background-color: transparent; background-image: none; }#dTMQAwlr6TQbfPhuZB2kcO1UXVtFR7un::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTMQAwlr6TQbfPhuZB2kcO1UXVtFR7un > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTMQAwlr6TQbfPhuZB2kcO1UXVtFR7un > .row .container > .video-iframe-container { display: none; }#dTMQAwlr6TQbfPhuZB2kcO1UXVtFR7un > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTMQAwlr6TQbfPhuZB2kcO1UXVtFR7un > .row > .video-iframe-container { display: none; }#dTMQAwlr6TQbfPhuZB2kcO1UXVtFR7un > .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); }#dTMQAwlr6TQbfPhuZB2kcO1UXVtFR7un { border-width: 0; border-radius: 0; }#dTMQAwlr6TQbfPhuZB2kcO1UXVtFR7un > .row .container > .video-iframe-container {  }#dTMQAwlr6TQbfPhuZB2kcO1UXVtFR7un > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:914px;width:960px;position:relative;display:block; }#sdHbfhJsoqOInK1UJkkLXsJKgfpNEXG3 { color:#01a490;display:block;width:373.965px;position:absolute;font-family:verdana;font-size:24px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:29.47265625px;left:43px;height:31.1953px;font-style:normal;display:block; }
#aEthmMdu68UIbVHXvskb1NRJ7zTxxvIA { color:#000000;display:block;width:875px;position:absolute;font-family:verdana;font-size:18px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:78.96484375px;left:42.5px;height:70.1953px;display:block; }
#Ohd8h814kmRORqban8d1mqC7nhz8IMHh .widget-form-header {  }
#Ohd8h814kmRORqban8d1mqC7nhz8IMHh .widget-regular-label { height:auto;display:block;font-family:verdana;font-size:16px;font-weight:700;color:#ffffff;width:697px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal;overflow:hidden; }
#Ohd8h814kmRORqban8d1mqC7nhz8IMHh .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:0;margin-bottom:4px;margin-left:0;display:block;width:697px;box-sizing:border-box;height:44px;color:#161616;font-size:14px;overflow:hidden;font-family:lato;vertical-align:top; }
#Ohd8h814kmRORqban8d1mqC7nhz8IMHh .widget-input-text {padding-top: 0; padding-bottom: 0;}#Ohd8h814kmRORqban8d1mqC7nhz8IMHh .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:0;margin-bottom:4px;margin-left:0;display:block;width:697px;box-sizing:border-box;height:50px;color:#161616;font-size:14px;overflow:hidden;font-family:lato;vertical-align:top; }
#Ohd8h814kmRORqban8d1mqC7nhz8IMHh .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:0;margin-bottom:4px;margin-left:0;display:block;width:697px;box-sizing:border-box;height:44px;color:#000000;font-family:"open sans";font-size:14px;overflow:hidden;vertical-align:top; }
#Ohd8h814kmRORqban8d1mqC7nhz8IMHh .widget-input-select {padding-top: 0; padding-bottom: 0;}#Ohd8h814kmRORqban8d1mqC7nhz8IMHh .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#Ohd8h814kmRORqban8d1mqC7nhz8IMHh .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Ohd8h814kmRORqban8d1mqC7nhz8IMHh .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:#01a490;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:16px;font-weight:bold;color:#ffffff;width:697px;height:60px;font-family:lato;overflow:hidden;box-shadow: 0 15px 15px rgba(0,0,0,0.25) ; }
#Ohd8h814kmRORqban8d1mqC7nhz8IMHh [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:lato;font-size:14px;font-weight:400;font-style:normal; }
#Ohd8h814kmRORqban8d1mqC7nhz8IMHh [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:lato;font-size:14px;font-weight:400;font-style:normal; }
#Ohd8h814kmRORqban8d1mqC7nhz8IMHh [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:lato;font-size:14px;font-weight:400;font-style:normal; }
#Ohd8h814kmRORqban8d1mqC7nhz8IMHh [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:lato;font-size:14px;font-weight:400;font-style:normal; }
#Ohd8h814kmRORqban8d1mqC7nhz8IMHh .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:lato;line-height:1.3;font-size:14px;font-weight:400;color:#000000;vertical-align:top;width:678px;overflow:hidden;font-style:normal; }
#Ohd8h814kmRORqban8d1mqC7nhz8IMHh .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#Ohd8h814kmRORqban8d1mqC7nhz8IMHh .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:21px;vertical-align:middle;font-family:verdana;font-size:16px;font-weight:400;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.3;text-align:left;text-align-last:left; }
#Ohd8h814kmRORqban8d1mqC7nhz8IMHh .widget-container { padding-top:10px;padding-right:0;padding-bottom:10px;padding-left:0;width:100%;font-size:0;height:auto; }
#Ohd8h814kmRORqban8d1mqC7nhz8IMHh .widget-container:first-of-type{padding-top:0;}#Ohd8h814kmRORqban8d1mqC7nhz8IMHh .widget-container:last-of-type{padding-bottom:0;}#Ohd8h814kmRORqban8d1mqC7nhz8IMHh  { background-color:transparent;background-image: -webkit-linear-gradient(45deg, #0089d0, #0060af);background-image: -moz-linear-gradient(45deg, #0089d0, #0060af);background-image: -ms-linear-gradient(45deg, #0089d0, #0060af);background-image: -o-linear-gradient(45deg, #0089d0, #0060af);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0089d0', endColorstr='#0060af' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0089d0', endColorstr='#0060af' );";background-image: linear-gradient(45deg, #0089d0, #0060af);background-size:initial !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:697px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:111.484375px;top:191.97265625px;z-index:100004;position:absolute; }
#Ohd8h814kmRORqban8d1mqC7nhz8IMHh .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:697px;display:block;vertical-align:top; }
#Ohd8h814kmRORqban8d1mqC7nhz8IMHh .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:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Ohd8h814kmRORqban8d1mqC7nhz8IMHh {display:block;}#Ohd8h814kmRORqban8d1mqC7nhz8IMHh { background-color:transparent;background-image: -webkit-linear-gradient(45deg, #0089d0, #0060af);background-image: -moz-linear-gradient(45deg, #0089d0, #0060af);background-image: -ms-linear-gradient(45deg, #0089d0, #0060af);background-image: -o-linear-gradient(45deg, #0089d0, #0060af);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0089d0', endColorstr='#0060af' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0089d0', endColorstr='#0060af' );";background-image: linear-gradient(45deg, #0089d0, #0060af);background-size:initial !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:697px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:111.484375px;top:191.97265625px;z-index:15004;position:absolute; }
#Ohd8h814kmRORqban8d1mqC7nhz8IMHh #TO22XB2UaF9itlTl6MTsWQW1oFhEbGm5 { position:relative; }
#Ohd8h814kmRORqban8d1mqC7nhz8IMHh #nUqcS1hW5TnA1U25Isoxnhdm0ybbHMI9 { position:relative;display:block; }
#Ohd8h814kmRORqban8d1mqC7nhz8IMHh #RZ4Bzm0o4bas5RqWIr9OUNUbR1b6FOBS { position:relative; }
#Ohd8h814kmRORqban8d1mqC7nhz8IMHh #QfnTmXXZ9oGLIC83NEvEskNWLfs2t3im { position:relative; }
#Ohd8h814kmRORqban8d1mqC7nhz8IMHh #vThLittcsc15BBeMWQ9dSEEuVFg01VsI { position:relative;display:block; }
#Ohd8h814kmRORqban8d1mqC7nhz8IMHh #NihPKosgZ8FSyhW36SXD7SsIoUSISL50 { position:relative; }
#Ohd8h814kmRORqban8d1mqC7nhz8IMHh #nsFF8ocCQILb1GGQi9VTIoSOyqmbfsaH { position:relative; }
#Ohd8h814kmRORqban8d1mqC7nhz8IMHh #VwJr61wyIVTPHWtv31BsnsNIDG3fhVmT { position:relative;display:block; }
#Ohd8h814kmRORqban8d1mqC7nhz8IMHh #KXTra7ETGwdkgHaSpyq3NDqC0ZT6UKig { position:relative; }
#Ohd8h814kmRORqban8d1mqC7nhz8IMHh #ZQOAX0S5dhE3hNyFgbpeaH7Ni2maspos { position:relative; }
#Ohd8h814kmRORqban8d1mqC7nhz8IMHh #Eb3SSZTUbM2xa3m3kl5mnxTIqdJfIaD0 { position:relative;display:block; }
#Ohd8h814kmRORqban8d1mqC7nhz8IMHh #TVMmAsdBXkA9XkoK1GtRXEu5Aq2z30Rb { position:relative; }
#Ohd8h814kmRORqban8d1mqC7nhz8IMHh #tNG13GmVfPsw79m8aepsaLe0TQnDAF7o { position:relative; }
#Ohd8h814kmRORqban8d1mqC7nhz8IMHh #pSLp9ix8wDB2JS0Q2VpMeb5BPPwSWM3v { position:relative;display:block; }
#Ohd8h814kmRORqban8d1mqC7nhz8IMHh #eZkuW7UmHULSXmpvILou8s2svXxVkTDP { position:relative; }
#Ohd8h814kmRORqban8d1mqC7nhz8IMHh #gfW4zkv5eP2UpCHwKX6ApxrOfZB2Tbyy { position:relative; }
#Ohd8h814kmRORqban8d1mqC7nhz8IMHh #yJzFmad2vGQP2N0OXEq9cHSi9TFFsM30 { position:relative;display:block; }
#Ohd8h814kmRORqban8d1mqC7nhz8IMHh #byAfPg0m8zXomW1gFCvtb5cmzoTgwE4R { position:relative; }
#Ohd8h814kmRORqban8d1mqC7nhz8IMHh #R8fh8SNpgid5N1rhn5RfDWWyZI75PDvT { position:relative; }
#Ohd8h814kmRORqban8d1mqC7nhz8IMHh #xUQRAVLG8bzxfSeI8l39zvq6DhFSVuFl { position:relative; }
#UFOlM0cdt4h5sUALqdvwRGAXcnqUsAQ3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0089d0;background-image:none;position:relative;display:block; }#UFOlM0cdt4h5sUALqdvwRGAXcnqUsAQ3 > .row .container { background-color: transparent; background-image: none; }#UFOlM0cdt4h5sUALqdvwRGAXcnqUsAQ3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UFOlM0cdt4h5sUALqdvwRGAXcnqUsAQ3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UFOlM0cdt4h5sUALqdvwRGAXcnqUsAQ3 > .row .container > .video-iframe-container { display: none; }#UFOlM0cdt4h5sUALqdvwRGAXcnqUsAQ3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UFOlM0cdt4h5sUALqdvwRGAXcnqUsAQ3 > .row > .video-iframe-container { display: none; }#UFOlM0cdt4h5sUALqdvwRGAXcnqUsAQ3 > .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); }#UFOlM0cdt4h5sUALqdvwRGAXcnqUsAQ3 > .row .container { border-width: 0; border-radius: 0; }#UFOlM0cdt4h5sUALqdvwRGAXcnqUsAQ3 > .row > .video-iframe-container {  }#UFOlM0cdt4h5sUALqdvwRGAXcnqUsAQ3 > .row .container { font-size:14px;font-family:arial;height:283px;width:960px;position:relative;display:block; }#NSXg6QRJ4soyK59MS6IMIDnJlpEzuozp { color:#ffffff;display:block;width:891.992px;position:absolute;font-family:verdana;font-size:16px;font-weight:normal;z-index:15000;line-height:1.6;letter-spacing:0;top:96.484375px;left:34.00390625px;height:127.969px;display:block; }
#PDXXtmChRSL40Ixfk67cNa6xERvb9XTO { color:#000000;display:block;width:310px;position:absolute;font-family:verdana;font-size:20px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:44.0234375px;left:325px;height:26px;text-align:center;text-align-last:center;display:block; }
#bQaKlJFHkkU5PFZTtF62h5ZEm5LfAASD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#bQaKlJFHkkU5PFZTtF62h5ZEm5LfAASD > .row .container { background-color: transparent; background-image: none; }#bQaKlJFHkkU5PFZTtF62h5ZEm5LfAASD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bQaKlJFHkkU5PFZTtF62h5ZEm5LfAASD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bQaKlJFHkkU5PFZTtF62h5ZEm5LfAASD > .row .container > .video-iframe-container { display: none; }#bQaKlJFHkkU5PFZTtF62h5ZEm5LfAASD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bQaKlJFHkkU5PFZTtF62h5ZEm5LfAASD > .row > .video-iframe-container { display: none; }#bQaKlJFHkkU5PFZTtF62h5ZEm5LfAASD > .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); }#bQaKlJFHkkU5PFZTtF62h5ZEm5LfAASD > .row .container { border-width: 0; border-radius: 0; }#bQaKlJFHkkU5PFZTtF62h5ZEm5LfAASD > .row > .video-iframe-container {  }#bQaKlJFHkkU5PFZTtF62h5ZEm5LfAASD > .row .container { font-size:14px;font-family:arial;height:338px;width:960px;position:relative;display:block; }#P4Adxycr4xDWChiM7zGilLaHJTzecIhb { color:#ffffff;display:block;width:502px;position:absolute;font-family:verdana;font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:78.40234375px;left:0px;height:187.172px;display:block; }
#GIEaRBNTt2BdVTI79OKPQIRUy6Kz10TA { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:80px;width:210px;top:78.3984375px;left:715.99609375px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Azq5fbZt8c0vAxOXomzpykPe1RF3nf9X { display:block; }#Azq5fbZt8c0vAxOXomzpykPe1RF3nf9X > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zHTnHbeRzgDcHgt1sWCgm5cJ8kVy3our { top:17px;left:0px;width:160px;height:57.9883px;display:block; }
 }@media only screen and (max-width: 763px) { #A44OEKcUH9Z0Fc4TXb30dppOqHgVrtG7 { display:block; }#A44OEKcUH9Z0Fc4TXb30dppOqHgVrtG7 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QOVnov3h8BTU5nLadDIPAZbUAxI4c3Ql { top:310px;left:21.9609375px;width:720px;height:40px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #c9E4Ns6XH2Q1DhwDw5EozwEJfBIBDFqf { top:227px;left:148.9921875px;width:465px;height:66px;font-size:51px;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lSNhgmGQfZZIJkCqAGm0APrhbhX375Za { top:41px;left:0px;width:764px;height:63px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #UhIKWbowr7iLXpanCGucMeMqJ7T6p3kV { top:140px;left:0px;width:764px;height:117px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Hgii6ipNWe9NfQrbx7nwc4alibKy2Je2 { top:307px;left:0px;width:373px;height:31px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #tLVQ3n2olyDpr8aXEiiifuwnpviFl1zT { display:block; }#tLVQ3n2olyDpr8aXEiiifuwnpviFl1zT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fxmutT8AQbX8I2Q3QZTzx0k9UwEoxVzy { top:32px;left:0px;width:367px;height:322px;display:block; }
 }@media only screen and (max-width: 763px) { #mL2v8tQRn2fCR1X2ty0ykcgNZwbsM9JX { top:55px;left:399.578125px;width:328px;height:25px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #g5nAetd9bFMcwXwE0zxSaXSmx45DriTw { top:98px;left:279px;width:485px;height:125px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Q8Wt2vUH9zTgiSAk8spHVCLtQKe0hkPQ { top:241px;left:322.078125px;width:328px;height:24px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ZL13gsSdzyxmZedAblVTkfLTso5S2IEF { top:281px;left:322.078125px;width:322px;height:46px;font-size:16px;display:block; }#ZL13gsSdzyxmZedAblVTkfLTso5S2IEF li:before{  }
 }@media only screen and (max-width: 763px) { #DBvxw87FgVTmHfaC7hyh2GsyTOEX3811 { top:32px;left:217px;width:547px;height:323px;display:block; }
 }@media only screen and (max-width: 763px) { #v0eofsTmVTNCCskkxKllcdfWrpLGx616 { width:370px;height:325px;display:none; }
 }@media only screen and (max-width: 763px) { #zGm4xFOLHosx9PCUSqTMkUxfBNBxdaXl { display:none; }
 }@media only screen and (max-width: 763px) { #SMLqCkBPkgzWCRwkJWOMbD22QOCQ0Mb5 { display:block; }#SMLqCkBPkgzWCRwkJWOMbD22QOCQ0Mb5 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iTVdVJdliyyR7aM6lQ2qFT2trfDf4XRg { top:36px;left:0px;width:546px;height:322px;display:block; }
 }@media only screen and (max-width: 763px) { #i3JqankKk2kzDPmOrablrhXbHTcTxq9D { top:37px;left:397px;width:367px;height:322px;display:block; }
 }@media only screen and (max-width: 763px) { #KZA7DMedeXEiGXsNBTEEe7g5NwryTyXT { top:58px;left:37.09765625px;width:328px;height:25px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #lxynBN1ITHPnVyJ0gSgXpTBIU1wnuvCW { top:101px;left:0px;width:486px;height:63px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #VCtu6lLfT6pCK33RlWg3UM9Dzl4i5Swz { top:244px;left:0px;width:328px;height:24px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Xv87EXB4kzRhDEZGHQmWul6ConekrTro { top:283px;left:0px;width:322px;height:46px;font-size:16px;display:block; }#Xv87EXB4kzRhDEZGHQmWul6ConekrTro li:before{  }
 }@media only screen and (max-width: 763px) { #ZzV5nclkLo060JNpfRtBqDwPGAUeoRhb { top:38px;left:217px;width:546px;height:322px;display:none; }
 }@media only screen and (max-width: 763px) { #r37rAIZDVcwvI8Ti6negFG0B1zQTA6ev { top:38px;left:217px;width:546px;height:322px;display:none; }
 }@media only screen and (max-width: 763px) { #SKUkEHmRdFty4Lr83vuTIWSs84x9RPpt { width:370px;height:325px;display:none; }
 }@media only screen and (max-width: 763px) { #bSSo0n06eS43bLvvBTTPKGkoiZtM6ANr { display:none; }
 }@media only screen and (max-width: 763px) { #fsPp4Mt8qpvKJ4kmyRwKBpPUoTDQZM3W { display:block; }#fsPp4Mt8qpvKJ4kmyRwKBpPUoTDQZM3W > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L27i1OSeXMH32TMZLQ9LV69Z3WvFt2fN { top:38px;left:0px;width:367px;height:323px;display:block; }
 }@media only screen and (max-width: 763px) { #kuSlZrogLDJRtaODnqroAJrfS12Oxitw { top:38px;left:217px;width:546px;height:322px;display:block; }
 }@media only screen and (max-width: 763px) { #oLAxPs5sQas25lycttbyluqmbhsmdV8m { top:99px;left:279px;width:485px;height:125px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #alREzMUZ5MLyUWDVqGcx66mP0GkG85oX { top:57px;left:399.5px;width:328px;height:25px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Syvbr39yMrAslEhnmifuUtcwUq3uabTV { top:241px;left:320.96484375px;width:328px;height:24px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Fzx0Sb0iU0fV6teJPtMChXs5Attd0373 { top:281px;left:320.96484375px;width:322px;height:;font-size:16px;display:block; }#Fzx0Sb0iU0fV6teJPtMChXs5Attd0373 li:before{  }
 }@media only screen and (max-width: 763px) { #bBlrWIaSQmAr5kyb3W1B0fgr7wARnada { width:370px;height:325px;display:none; }
 }@media only screen and (max-width: 763px) { #bDT6CGIamrLbiHlZFp0EEITBKqBQyto9 { display:none; }
 }@media only screen and (max-width: 763px) { #dTMQAwlr6TQbfPhuZB2kcO1UXVtFR7un { display:block; }#dTMQAwlr6TQbfPhuZB2kcO1UXVtFR7un > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sdHbfhJsoqOInK1UJkkLXsJKgfpNEXG3 { top:29px;left:0px;width:373px;height:31px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #aEthmMdu68UIbVHXvskb1NRJ7zTxxvIA { top:78px;left:0px;width:764px;height:70px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Ohd8h814kmRORqban8d1mqC7nhz8IMHh .widget-regular-label { width:697px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#Ohd8h814kmRORqban8d1mqC7nhz8IMHh .widget-input-text { width:697px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Ohd8h814kmRORqban8d1mqC7nhz8IMHh .widget-input-text {padding-top: 0; padding-bottom: 0;}#Ohd8h814kmRORqban8d1mqC7nhz8IMHh .widget-textarea { width:697px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Ohd8h814kmRORqban8d1mqC7nhz8IMHh .widget-input-select { width:697px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Ohd8h814kmRORqban8d1mqC7nhz8IMHh .widget-input-select {padding-top: 0; padding-bottom: 0;}#Ohd8h814kmRORqban8d1mqC7nhz8IMHh .widget-input-button { width:697px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Ohd8h814kmRORqban8d1mqC7nhz8IMHh .widget-checkbox-label { width:678px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Ohd8h814kmRORqban8d1mqC7nhz8IMHh  { width:697px;height:auto;top:191px;left:13.484375px; }
#Ohd8h814kmRORqban8d1mqC7nhz8IMHh .radio-container { width:697px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Ohd8h814kmRORqban8d1mqC7nhz8IMHh {display:block;}#Ohd8h814kmRORqban8d1mqC7nhz8IMHh { width:697px;height:auto;top:191px;left:13.484375px; }
 }@media only screen and (max-width: 763px) { #Ohd8h814kmRORqban8d1mqC7nhz8IMHh #TO22XB2UaF9itlTl6MTsWQW1oFhEbGm5 {  }
 }@media only screen and (max-width: 763px) { #Ohd8h814kmRORqban8d1mqC7nhz8IMHh #nUqcS1hW5TnA1U25Isoxnhdm0ybbHMI9 { display:block; }
 }@media only screen and (max-width: 763px) { #Ohd8h814kmRORqban8d1mqC7nhz8IMHh #RZ4Bzm0o4bas5RqWIr9OUNUbR1b6FOBS {  }
 }@media only screen and (max-width: 763px) { #Ohd8h814kmRORqban8d1mqC7nhz8IMHh #QfnTmXXZ9oGLIC83NEvEskNWLfs2t3im {  }
 }@media only screen and (max-width: 763px) { #Ohd8h814kmRORqban8d1mqC7nhz8IMHh #vThLittcsc15BBeMWQ9dSEEuVFg01VsI { display:block; }
 }@media only screen and (max-width: 763px) { #Ohd8h814kmRORqban8d1mqC7nhz8IMHh #NihPKosgZ8FSyhW36SXD7SsIoUSISL50 {  }
 }@media only screen and (max-width: 763px) { #Ohd8h814kmRORqban8d1mqC7nhz8IMHh #nsFF8ocCQILb1GGQi9VTIoSOyqmbfsaH {  }
 }@media only screen and (max-width: 763px) { #Ohd8h814kmRORqban8d1mqC7nhz8IMHh #VwJr61wyIVTPHWtv31BsnsNIDG3fhVmT { display:block; }
 }@media only screen and (max-width: 763px) { #Ohd8h814kmRORqban8d1mqC7nhz8IMHh #KXTra7ETGwdkgHaSpyq3NDqC0ZT6UKig {  }
 }@media only screen and (max-width: 763px) { #Ohd8h814kmRORqban8d1mqC7nhz8IMHh #ZQOAX0S5dhE3hNyFgbpeaH7Ni2maspos {  }
 }@media only screen and (max-width: 763px) { #Ohd8h814kmRORqban8d1mqC7nhz8IMHh #Eb3SSZTUbM2xa3m3kl5mnxTIqdJfIaD0 { display:block; }
 }@media only screen and (max-width: 763px) { #Ohd8h814kmRORqban8d1mqC7nhz8IMHh #TVMmAsdBXkA9XkoK1GtRXEu5Aq2z30Rb {  }
 }@media only screen and (max-width: 763px) { #Ohd8h814kmRORqban8d1mqC7nhz8IMHh #tNG13GmVfPsw79m8aepsaLe0TQnDAF7o {  }
 }@media only screen and (max-width: 763px) { #Ohd8h814kmRORqban8d1mqC7nhz8IMHh #pSLp9ix8wDB2JS0Q2VpMeb5BPPwSWM3v { display:block; }
 }@media only screen and (max-width: 763px) { #Ohd8h814kmRORqban8d1mqC7nhz8IMHh #eZkuW7UmHULSXmpvILou8s2svXxVkTDP {  }
 }@media only screen and (max-width: 763px) { #Ohd8h814kmRORqban8d1mqC7nhz8IMHh #gfW4zkv5eP2UpCHwKX6ApxrOfZB2Tbyy {  }
 }@media only screen and (max-width: 763px) { #Ohd8h814kmRORqban8d1mqC7nhz8IMHh #yJzFmad2vGQP2N0OXEq9cHSi9TFFsM30 { display:block; }
 }@media only screen and (max-width: 763px) { #Ohd8h814kmRORqban8d1mqC7nhz8IMHh #byAfPg0m8zXomW1gFCvtb5cmzoTgwE4R {  }
 }@media only screen and (max-width: 763px) { #Ohd8h814kmRORqban8d1mqC7nhz8IMHh #R8fh8SNpgid5N1rhn5RfDWWyZI75PDvT {  }
 }@media only screen and (max-width: 763px) { #Ohd8h814kmRORqban8d1mqC7nhz8IMHh #xUQRAVLG8bzxfSeI8l39zvq6DhFSVuFl {  }
 }@media only screen and (max-width: 763px) { #UFOlM0cdt4h5sUALqdvwRGAXcnqUsAQ3 { display:block; }#UFOlM0cdt4h5sUALqdvwRGAXcnqUsAQ3 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NSXg6QRJ4soyK59MS6IMIDnJlpEzuozp { top:96px;left:0px;width:764px;height:127px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #PDXXtmChRSL40Ixfk67cNa6xERvb9XTO { top:44px;left:227px;width:310px;height:25px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #bQaKlJFHkkU5PFZTtF62h5ZEm5LfAASD { display:block; }#bQaKlJFHkkU5PFZTtF62h5ZEm5LfAASD > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P4Adxycr4xDWChiM7zGilLaHJTzecIhb { top:78px;left:0px;width:501px;height:180px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #GIEaRBNTt2BdVTI79OKPQIRUy6Kz10TA { top:78px;left:554px;width:210px;height:80px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Azq5fbZt8c0vAxOXomzpykPe1RF3nf9X { display:block; }#Azq5fbZt8c0vAxOXomzpykPe1RF3nf9X > .row .container { width:320px;height:95px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zHTnHbeRzgDcHgt1sWCgm5cJ8kVy3our { width:160px;height:57.9883px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #A44OEKcUH9Z0Fc4TXb30dppOqHgVrtG7 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/eddfd804-788d-4244-9f2c-c3c0f7d99afe/YMCABuildingCrop.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#A44OEKcUH9Z0Fc4TXb30dppOqHgVrtG7.adaptive-delivery-prevent-bg, #A44OEKcUH9Z0Fc4TXb30dppOqHgVrtG7.lazyload, #A44OEKcUH9Z0Fc4TXb30dppOqHgVrtG7.lazyloading { background-image: none; }#A44OEKcUH9Z0Fc4TXb30dppOqHgVrtG7 > .row .container { background-color: transparent; background-image: none; }#A44OEKcUH9Z0Fc4TXb30dppOqHgVrtG7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,96,175,0.86); }#A44OEKcUH9Z0Fc4TXb30dppOqHgVrtG7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A44OEKcUH9Z0Fc4TXb30dppOqHgVrtG7 > .row .container > .video-iframe-container { display: none; }#A44OEKcUH9Z0Fc4TXb30dppOqHgVrtG7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,96,175,0.86); }#A44OEKcUH9Z0Fc4TXb30dppOqHgVrtG7 > .row > .video-iframe-container { display: none; }#A44OEKcUH9Z0Fc4TXb30dppOqHgVrtG7 > .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); }#A44OEKcUH9Z0Fc4TXb30dppOqHgVrtG7 > .row .container { width:320px;height:445px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QOVnov3h8BTU5nLadDIPAZbUAxI4c3Ql { width:320px;height:120.879px;top:209.55078125px;left:0px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #c9E4Ns6XH2Q1DhwDw5EozwEJfBIBDFqf { width:320px;height:41.582px;top:151.9921875px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:320px;height:567px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lSNhgmGQfZZIJkCqAGm0APrhbhX375Za { width:320px;height:103.984px;top:32px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #UhIKWbowr7iLXpanCGucMeMqJ7T6p3kV { width:320px;height:327.578px;top:163.140625px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Hgii6ipNWe9NfQrbx7nwc4alibKy2Je2 { width:320px;height:25.9961px;top:541.9921875px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #tLVQ3n2olyDpr8aXEiiifuwnpviFl1zT { display:block; }#tLVQ3n2olyDpr8aXEiiifuwnpviFl1zT > .row .container { width:320px;height:705px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fxmutT8AQbX8I2Q3QZTzx0k9UwEoxVzy { width:320px;height:281px;top:25.28515625px;left:0px;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow: -3px 3px 3px rgba(0,0,0,0.5) ;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #mL2v8tQRn2fCR1X2ty0ykcgNZwbsM9JX { width:320px;height:25.9961px;top:312.0234375px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #g5nAetd9bFMcwXwE0zxSaXSmx45DriTw { width:300px;height:188.031px;top:351.02734375px;left:10px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Q8Wt2vUH9zTgiSAk8spHVCLtQKe0hkPQ { width:300px;height:24.3984px;top:560.98828125px;left:10px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ZL13gsSdzyxmZedAblVTkfLTso5S2IEF { width:300px;height:46.5625px;top:606.02734375px;left:10px;font-size:16px;display:block; }#ZL13gsSdzyxmZedAblVTkfLTso5S2IEF li:before{  }
 }@media only screen and (max-width: 763px) { #DBvxw87FgVTmHfaC7hyh2GsyTOEX3811 { width:320px;height:420px;top:288px;left:0px;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 3px 3px 3px rgba(0,0,0,0.5) ;display:none; }
 }@media only screen and (max-width: 763px) { #v0eofsTmVTNCCskkxKllcdfWrpLGx616 { top:14.4921875px;left:0px;width:320px;height:281px;z-index:15008;overflow:hidden;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:0;border-bottom-right-radius:0;display:block; }
 }@media only screen and (max-width: 763px) { #zGm4xFOLHosx9PCUSqTMkUxfBNBxdaXl { top:295.46875px;left:0px;width:320px;height:379px;z-index:14999;background-color:#f8f9fb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:10px;border-bottom-right-radius:10px;display:block; }
 }@media only screen and (max-width: 763px) { #SMLqCkBPkgzWCRwkJWOMbD22QOCQ0Mb5 { display:block; }#SMLqCkBPkgzWCRwkJWOMbD22QOCQ0Mb5 > .row .container { width:320px;height:720px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iTVdVJdliyyR7aM6lQ2qFT2trfDf4XRg { width:320px;height:432px;top:290.3359375px;left:0px;box-shadow: -3px 3px 3px rgba(0,0,0,0.5) ;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:10px;border-bottom-right-radius:10px;display:none; }
 }@media only screen and (max-width: 763px) { #i3JqankKk2kzDPmOrablrhXbHTcTxq9D { width:320px;height:281px;top:18.359375px;left:0px;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow: 3px 3px 3px rgba(0,0,0,0.5) ;display:none; }
 }@media only screen and (max-width: 763px) { #KZA7DMedeXEiGXsNBTEEe7g5NwryTyXT { width:320px;height:25.9961px;top:310.9921875px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #lxynBN1ITHPnVyJ0gSgXpTBIU1wnuvCW { width:300px;height:207.8122px;top:350.9921875px;left:10px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #VCtu6lLfT6pCK33RlWg3UM9Dzl4i5Swz { width:300px;height:24.3984px;top:578.82421875px;left:10px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Xv87EXB4kzRhDEZGHQmWul6ConekrTro { width:300px;height:46.5625px;top:622.984375px;left:10px;font-size:16px;display:block; }#Xv87EXB4kzRhDEZGHQmWul6ConekrTro li:before{  }
 }@media only screen and (max-width: 763px) { #ZzV5nclkLo060JNpfRtBqDwPGAUeoRhb { width:320px;height:451px;top:95.01171875px;left:18.625px;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 3px 3px 3px rgba(0,0,0,0.5) ;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #r37rAIZDVcwvI8Ti6negFG0B1zQTA6ev { width:320px;height:451px;top:87.01171875px;left:18.625px;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 3px 3px 3px rgba(0,0,0,0.5) ;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #SKUkEHmRdFty4Lr83vuTIWSs84x9RPpt { top:14.00390625px;left:0px;width:320px;height:281px;z-index:15009;overflow:hidden;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:0;border-bottom-right-radius:0;display:block; }
 }@media only screen and (max-width: 763px) { #bSSo0n06eS43bLvvBTTPKGkoiZtM6ANr { top:292.79296875px;left:0px;width:320px;height:397px;z-index:15000;background-color:#f8f9fb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:10px;border-bottom-right-radius:10px;display:block; }
 }@media only screen and (max-width: 763px) { #fsPp4Mt8qpvKJ4kmyRwKBpPUoTDQZM3W { display:block; }#fsPp4Mt8qpvKJ4kmyRwKBpPUoTDQZM3W > .row .container { width:320px;height:745px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L27i1OSeXMH32TMZLQ9LV69Z3WvFt2fN { width:320px;height:281.6348773842px;top:20px;left:0px;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow: -3px 3px 3px rgba(0,0,0,0.5) ;display:none; }
 }@media only screen and (max-width: 763px) { #kuSlZrogLDJRtaODnqroAJrfS12Oxitw { width:320px;height:451px;top:271.621px;left:0px;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 3px 3px 3px rgba(0,0,0,0.5) ;display:none; }
 }@media only screen and (max-width: 763px) { #oLAxPs5sQas25lycttbyluqmbhsmdV8m { width:300px;height:207.8122px;top:357.5859375px;left:10px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #alREzMUZ5MLyUWDVqGcx66mP0GkG85oX { width:320px;height:25.9961px;top:315.57421875px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Syvbr39yMrAslEhnmifuUtcwUq3uabTV { width:300px;height:24.3984px;top:586.58984375px;left:10px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Fzx0Sb0iU0fV6teJPtMChXs5Attd0373 { width:300px;height:46.5625px;top:627.5859375px;left:10px;font-size:16px;display:block; }#Fzx0Sb0iU0fV6teJPtMChXs5Attd0373 li:before{  }
 }@media only screen and (max-width: 763px) { #bBlrWIaSQmAr5kyb3W1B0fgr7wARnada { top:16.9921875px;left:0px;width:320px;height:281px;z-index:15014;overflow:hidden;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:0;border-bottom-right-radius:0;display:block; }
 }@media only screen and (max-width: 763px) { #bDT6CGIamrLbiHlZFp0EEITBKqBQyto9 { top:296.40625px;left:0px;width:320px;height:403px;z-index:15001;background-color:#f8f9fb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:10px;border-bottom-right-radius:10px;display:block; }
 }@media only screen and (max-width: 763px) { #dTMQAwlr6TQbfPhuZB2kcO1UXVtFR7un { display:block; }#dTMQAwlr6TQbfPhuZB2kcO1UXVtFR7un > .row .container { width:320px;height:940px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sdHbfhJsoqOInK1UJkkLXsJKgfpNEXG3 { width:320px;height:25.9961px;top:20px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #aEthmMdu68UIbVHXvskb1NRJ7zTxxvIA { width:320px;height:140.391px;top:71.1719px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Ohd8h814kmRORqban8d1mqC7nhz8IMHh .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#Ohd8h814kmRORqban8d1mqC7nhz8IMHh .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Ohd8h814kmRORqban8d1mqC7nhz8IMHh .widget-input-text {padding-top: 0; padding-bottom: 0;}#Ohd8h814kmRORqban8d1mqC7nhz8IMHh .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Ohd8h814kmRORqban8d1mqC7nhz8IMHh .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Ohd8h814kmRORqban8d1mqC7nhz8IMHh .widget-input-select {padding-top: 0; padding-bottom: 0;}#Ohd8h814kmRORqban8d1mqC7nhz8IMHh .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Ohd8h814kmRORqban8d1mqC7nhz8IMHh .widget-checkbox-label { width:261px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Ohd8h814kmRORqban8d1mqC7nhz8IMHh  { width:280px;height:auto;top:231.5629px;left:0px; }
#Ohd8h814kmRORqban8d1mqC7nhz8IMHh .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Ohd8h814kmRORqban8d1mqC7nhz8IMHh {display:block;}#Ohd8h814kmRORqban8d1mqC7nhz8IMHh { width:280px;height:auto;top:231.5629px;left:0px; }
 }@media only screen and (max-width: 763px) { #Ohd8h814kmRORqban8d1mqC7nhz8IMHh #TO22XB2UaF9itlTl6MTsWQW1oFhEbGm5 {  }
 }@media only screen and (max-width: 763px) { #Ohd8h814kmRORqban8d1mqC7nhz8IMHh #nUqcS1hW5TnA1U25Isoxnhdm0ybbHMI9 { display:block; }
 }@media only screen and (max-width: 763px) { #Ohd8h814kmRORqban8d1mqC7nhz8IMHh #RZ4Bzm0o4bas5RqWIr9OUNUbR1b6FOBS {  }
 }@media only screen and (max-width: 763px) { #Ohd8h814kmRORqban8d1mqC7nhz8IMHh #QfnTmXXZ9oGLIC83NEvEskNWLfs2t3im {  }
 }@media only screen and (max-width: 763px) { #Ohd8h814kmRORqban8d1mqC7nhz8IMHh #vThLittcsc15BBeMWQ9dSEEuVFg01VsI { display:block; }
 }@media only screen and (max-width: 763px) { #Ohd8h814kmRORqban8d1mqC7nhz8IMHh #NihPKosgZ8FSyhW36SXD7SsIoUSISL50 {  }
 }@media only screen and (max-width: 763px) { #Ohd8h814kmRORqban8d1mqC7nhz8IMHh #nsFF8ocCQILb1GGQi9VTIoSOyqmbfsaH {  }
 }@media only screen and (max-width: 763px) { #Ohd8h814kmRORqban8d1mqC7nhz8IMHh #VwJr61wyIVTPHWtv31BsnsNIDG3fhVmT { display:block; }
 }@media only screen and (max-width: 763px) { #Ohd8h814kmRORqban8d1mqC7nhz8IMHh #KXTra7ETGwdkgHaSpyq3NDqC0ZT6UKig {  }
 }@media only screen and (max-width: 763px) { #Ohd8h814kmRORqban8d1mqC7nhz8IMHh #ZQOAX0S5dhE3hNyFgbpeaH7Ni2maspos {  }
 }@media only screen and (max-width: 763px) { #Ohd8h814kmRORqban8d1mqC7nhz8IMHh #Eb3SSZTUbM2xa3m3kl5mnxTIqdJfIaD0 { display:block; }
 }@media only screen and (max-width: 763px) { #Ohd8h814kmRORqban8d1mqC7nhz8IMHh #TVMmAsdBXkA9XkoK1GtRXEu5Aq2z30Rb {  }
 }@media only screen and (max-width: 763px) { #Ohd8h814kmRORqban8d1mqC7nhz8IMHh #tNG13GmVfPsw79m8aepsaLe0TQnDAF7o {  }
 }@media only screen and (max-width: 763px) { #Ohd8h814kmRORqban8d1mqC7nhz8IMHh #pSLp9ix8wDB2JS0Q2VpMeb5BPPwSWM3v { display:block; }
 }@media only screen and (max-width: 763px) { #Ohd8h814kmRORqban8d1mqC7nhz8IMHh #eZkuW7UmHULSXmpvILou8s2svXxVkTDP {  }
 }@media only screen and (max-width: 763px) { #Ohd8h814kmRORqban8d1mqC7nhz8IMHh #gfW4zkv5eP2UpCHwKX6ApxrOfZB2Tbyy {  }
 }@media only screen and (max-width: 763px) { #Ohd8h814kmRORqban8d1mqC7nhz8IMHh #yJzFmad2vGQP2N0OXEq9cHSi9TFFsM30 { display:block; }
 }@media only screen and (max-width: 763px) { #Ohd8h814kmRORqban8d1mqC7nhz8IMHh #byAfPg0m8zXomW1gFCvtb5cmzoTgwE4R {  }
 }@media only screen and (max-width: 763px) { #Ohd8h814kmRORqban8d1mqC7nhz8IMHh #R8fh8SNpgid5N1rhn5RfDWWyZI75PDvT {  }
 }@media only screen and (max-width: 763px) { #Ohd8h814kmRORqban8d1mqC7nhz8IMHh #xUQRAVLG8bzxfSeI8l39zvq6DhFSVuFl {  }
 }@media only screen and (max-width: 763px) { #UFOlM0cdt4h5sUALqdvwRGAXcnqUsAQ3 { display:block; }#UFOlM0cdt4h5sUALqdvwRGAXcnqUsAQ3 > .row .container { width:320px;height:500px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NSXg6QRJ4soyK59MS6IMIDnJlpEzuozp { width:320px;height:383.789px;top:65.9961px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #PDXXtmChRSL40Ixfk67cNa6xERvb9XTO { width:310px;height:25.9961px;top:20px;left:5px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #bQaKlJFHkkU5PFZTtF62h5ZEm5LfAASD { display:block; }#bQaKlJFHkkU5PFZTtF62h5ZEm5LfAASD > .row .container { width:320px;height:405px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P4Adxycr4xDWChiM7zGilLaHJTzecIhb { width:320px;height:188.031px;top:176px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #GIEaRBNTt2BdVTI79OKPQIRUy6Kz10TA { width:157.986px;height:58.9931px;top:84px;left:0px;display:block; }
 }