.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:#005da3;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); }#ytGL0gMr2TrccbnkzshTgG1pssQyJbZJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/91f61670-aaba-4140-95d2-aba8bfc7f3be/wavebottom.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ytGL0gMr2TrccbnkzshTgG1pssQyJbZJ.adaptive-delivery-prevent-bg, #ytGL0gMr2TrccbnkzshTgG1pssQyJbZJ.lazyload, #ytGL0gMr2TrccbnkzshTgG1pssQyJbZJ.lazyloading { background-image: none; }#ytGL0gMr2TrccbnkzshTgG1pssQyJbZJ > .row .container { border-width: 0; border-radius: 0; }#ytGL0gMr2TrccbnkzshTgG1pssQyJbZJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ytGL0gMr2TrccbnkzshTgG1pssQyJbZJ > .row .container { font-size:14px;font-family:arial;height:135px;width:960px;position:relative;display:none; }#zWSMnfpOwEwar2x02kEJiReHLNwyG3VT { color:#313131;display:block;width:293px;position:absolute;font-family:"open sans";font-size:16px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:39.59375px;left:667px;height:20.7969px;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#d14ePNJtPQlo5HRqLUmdMaCzTsKGaM0D { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:70px;width:124px;top:14.9921875px;left:0px;overflow:hidden;display:none; }
#CvNcuRGl2XGnrLP9JOHdhhTROfIisrJv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6ebd60ad-6f32-45bf-858d-9d0d37a55b57/wavetop3_2560x180.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CvNcuRGl2XGnrLP9JOHdhhTROfIisrJv.adaptive-delivery-prevent-bg, #CvNcuRGl2XGnrLP9JOHdhhTROfIisrJv.lazyload, #CvNcuRGl2XGnrLP9JOHdhhTROfIisrJv.lazyloading { background-image: none; }#CvNcuRGl2XGnrLP9JOHdhhTROfIisrJv > .row .container { background-color: transparent; background-image: none; }#CvNcuRGl2XGnrLP9JOHdhhTROfIisrJv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CvNcuRGl2XGnrLP9JOHdhhTROfIisrJv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CvNcuRGl2XGnrLP9JOHdhhTROfIisrJv > .row .container > .video-iframe-container { display: none; }#CvNcuRGl2XGnrLP9JOHdhhTROfIisrJv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CvNcuRGl2XGnrLP9JOHdhhTROfIisrJv > .row > .video-iframe-container { display: none; }#CvNcuRGl2XGnrLP9JOHdhhTROfIisrJv > .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); }#CvNcuRGl2XGnrLP9JOHdhhTROfIisrJv > .row .container { border-width: 0; border-radius: 0; }#CvNcuRGl2XGnrLP9JOHdhhTROfIisrJv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CvNcuRGl2XGnrLP9JOHdhhTROfIisrJv > .row .container { font-size:14px;font-family:arial;height:234px;width:960px;position:relative;display:block; }#yXwsvEtyVG8V9zB6rTfTHkIVna0SCKBk { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:70px;width:124px;top:20px;left:20px;overflow:hidden;display:block; }
#tBCFqrB7BmC8MARuiHmxnFT2VZ7vii4l { color:#313131;display:block;width:293px;position:absolute;font-family:"open sans";font-size:18px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:20px;left:647px;height:23.3984px;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Iq0QuZpItT1h1WOoXAXtyqQz0NLuTB19 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#005fa2;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Iq0QuZpItT1h1WOoXAXtyqQz0NLuTB19 > .row .container { background-color: transparent; background-image: none; }#Iq0QuZpItT1h1WOoXAXtyqQz0NLuTB19::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iq0QuZpItT1h1WOoXAXtyqQz0NLuTB19 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iq0QuZpItT1h1WOoXAXtyqQz0NLuTB19 > .row .container > .video-iframe-container { display: none; }#Iq0QuZpItT1h1WOoXAXtyqQz0NLuTB19 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iq0QuZpItT1h1WOoXAXtyqQz0NLuTB19 > .row > .video-iframe-container { display: none; }#Iq0QuZpItT1h1WOoXAXtyqQz0NLuTB19 > .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); }#Iq0QuZpItT1h1WOoXAXtyqQz0NLuTB19 > .row .container { border-width: 0; border-radius: 0; }#Iq0QuZpItT1h1WOoXAXtyqQz0NLuTB19 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Iq0QuZpItT1h1WOoXAXtyqQz0NLuTB19 > .row .container { font-size:14px;font-family:arial;height:563px;width:960px;position:relative;display:block; }#Fvox3IzqcdADmKchEZnIDE7EwTAhBkPd { color:#ffffff;display:block;width:920px;position:absolute;font-family:"open sans";font-size:50px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0px;left:20px;height:130px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#bEyIA2sEDSXqoWgVmCn6N9Unv8XyJxI5 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:264px;width:483px;top:178.9375px;left:467px;display:block; }
#tv6IIlDbMkCenCftQ4c8Xzhl9IBcF9Mh { color:#ffffff;display:block;width:417px;position:absolute;font-family:"open sans";font-size:21px;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:260px;left:11px;height:27.2969px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#qAVB5cIQWuMMZIhcsI7q18X9Od63QsMb { color:#ffffff;display:block;width:418px;position:absolute;font-family:"open sans";font-size:21px;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:159px;left:10px;height:81.8906px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#zsUoQ2hdhHWZIBbk0J26OJ6SO0DfzsSm { color:#ffffff;display:block;width:438px;position:absolute;font-family:"open sans";font-size:21px;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:306px;left:10px;height:81.8906px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#xh15N3DD579cyo1qMuxra7v3uKFHAJT0 { background-color:#ffffff;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:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;box-shadow: 3px 3px 5px #333333 ;box-sizing:border-box;color:#005fa2;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:250px;height:50px;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:492.9375px;left:583.5px;display:block; }
#vhwWKOULMyawDrk8MEovbakmME1SA82i { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Sk0FJgg3dv2yqrNyr6OZ80kOkPDocd2o { color:#ffffff;display:block;width:440px;position:absolute;font-family:"open sans";font-size:21px;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:408px;left:10px;height:54.5938px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#eAPT6kuWBeZn49kMqMti7BQZ8bWyDHou { background-color:#ffffff;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:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;box-shadow: 3px 3px 5px #333333 ;box-sizing:border-box;color:#005fa2;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:250px;height:50px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:492.9375px;left:94.5px;display:block; }
#l95nuUZUHO7pS26NQ4qlPnRCW8fap2xC { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4c550114-d7d3-4b34-ad76-5e13d0df4635/wave_bottom1_2540x180.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF.adaptive-delivery-prevent-bg, #gb6XR2ngOGnORB22IveTTBIbZqT9yyRF.lazyload, #gb6XR2ngOGnORB22IveTTBIbZqT9yyRF.lazyloading { background-image: none; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container { background-color: transparent; background-image: none; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container > .video-iframe-container { display: none; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row > .video-iframe-container { display: none; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .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); }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container { border-width: 0; border-radius: 0; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container { font-size:14px;font-family:arial;height:180px;width:960px;position:relative;display:block; }#rf4TSbbCwpIlL6fyua2URgZyL1B6T9QT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rf4TSbbCwpIlL6fyua2URgZyL1B6T9QT > .row .container { background-color: transparent; background-image: none; }#rf4TSbbCwpIlL6fyua2URgZyL1B6T9QT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rf4TSbbCwpIlL6fyua2URgZyL1B6T9QT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rf4TSbbCwpIlL6fyua2URgZyL1B6T9QT > .row .container > .video-iframe-container { display: none; }#rf4TSbbCwpIlL6fyua2URgZyL1B6T9QT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rf4TSbbCwpIlL6fyua2URgZyL1B6T9QT > .row > .video-iframe-container { display: none; }#rf4TSbbCwpIlL6fyua2URgZyL1B6T9QT > .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); }#rf4TSbbCwpIlL6fyua2URgZyL1B6T9QT > .row .container { border-width: 0; border-radius: 0; }#rf4TSbbCwpIlL6fyua2URgZyL1B6T9QT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rf4TSbbCwpIlL6fyua2URgZyL1B6T9QT > .row .container { font-size:14px;font-family:arial;height:118px;width:960px;position:relative;display:block; }#ZCAwl3Tp173KIwmbzenZCm595qbV8NOh { color:#005fa2;display:block;width:859px;position:absolute;font-family:"open sans";font-size:45px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0px;left:50.5px;height:117px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BZSbdcQlpkOsIDHkLfqNEqHCFz0Z0VZB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BZSbdcQlpkOsIDHkLfqNEqHCFz0Z0VZB > .row .container { background-color: transparent; background-image: none; }#BZSbdcQlpkOsIDHkLfqNEqHCFz0Z0VZB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BZSbdcQlpkOsIDHkLfqNEqHCFz0Z0VZB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BZSbdcQlpkOsIDHkLfqNEqHCFz0Z0VZB > .row .container > .video-iframe-container { display: none; }#BZSbdcQlpkOsIDHkLfqNEqHCFz0Z0VZB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BZSbdcQlpkOsIDHkLfqNEqHCFz0Z0VZB > .row > .video-iframe-container { display: none; }#BZSbdcQlpkOsIDHkLfqNEqHCFz0Z0VZB > .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); }#BZSbdcQlpkOsIDHkLfqNEqHCFz0Z0VZB > .row .container { border-width: 0; border-radius: 0; }#BZSbdcQlpkOsIDHkLfqNEqHCFz0Z0VZB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BZSbdcQlpkOsIDHkLfqNEqHCFz0Z0VZB > .row .container { font-size:14px;font-family:arial;height:536px;width:960px;position:relative;display:block; }#Ko3koIc8ATLTTbghOaJKJrhJ4imSJ2g3 { color:#005fa2;display:block;width:240px;position:absolute;font-family:"open sans";font-size:35px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:271px;left:-1px;height:91px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dFTPfTWDnZl17ADsUbJOQuruUiLDlSvI { color:#005fa2;display:block;width:240px;position:absolute;font-family:"open sans";font-size:35px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:271px;left:240px;height:45.5px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lHVFCdatFO15xfAgFUl5HHSpIkeCevzO { color:#333333;display:block;width:185px;position:absolute;font-family:"open sans";font-size:18px;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:371.984375px;left:28px;height:86.3906px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ft75zH3pdOOTi0DUUAyrJUZPN9gN52Tf { color:#333333;display:block;width:195px;position:absolute;font-family:"open sans";font-size:18px;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:371.9765625px;left:262.5px;height:86.3906px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NWaVhXMow66CrvR8K3iir6IXCLBOLSnQ { color:#333333;display:block;width:200px;position:absolute;font-family:"open sans";font-size:18px;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:372px;left:740px;height:143.984px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qPtxADxIG2WqJOi56HzBaRtc5RrTya9U { color:#005fa2;display:block;width:240px;position:absolute;font-family:"open sans";font-size:35px;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:271px;left:720px;height:91px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NvzsXZ4zka2z5xNrR3uxUzCcocnxrT0a { color:#005fa2;display:block;width:240px;position:absolute;font-family:"open sans";font-size:35px;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:271px;left:481px;height:91px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Q1V9LzyCazr23K70Hto9SQFU9FCrfiR9 { color:#333333;display:block;width:195px;position:absolute;font-family:"open sans";font-size:18px;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:372px;left:504px;height:86.3906px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qtVX9QbsbWvFh6KJW529tkZRPSVwhmS6 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:230px;width:230px;top:25px;left:5px;overflow:hidden;display:block; }
#IbfhSquxd8MTBHTMH0BsT8LKJBacSQJq { position:absolute;display:block;z-index:15014;background-color:#ffce01;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;height:240px;width:240px;top:20px;left:240px;display:block; }
#VrMcdBaICEKohXrsOHBiKqfqNZ8AVcsk { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:230px;width:230px;top:25px;left:244.5px;overflow:hidden;display:block; }
#DznlzyfZPEVSm3pTW7wxuyIPF0NU7VoI { position:absolute;display:block;z-index:15016;background-color:#ffce01;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;height:240px;width:240px;top:20px;left:480px;display:block; }
#JyXORFO9SDQ8kvDGWiHZddRLsHGbwdTI { position:absolute;display:block;z-index:15018;background-color:#ffce01;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;height:240px;width:240px;top:20px;left:720px;display:block; }
#g91NMJDJHfvWPiRIKtcoZ1upatqtffuV { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:230px;width:230px;top:25px;left:725px;overflow:hidden;display:block; }
#DFcE1kZnTc5moBnH9veESL4FibxTIv8e { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:230px;width:230px;top:25px;left:484.5px;overflow:hidden;display:block; }
#fcmIQAb2wEeBsgSmbndXI03AtlOqgQwJ { position:absolute;display:block;z-index:15012;background-color:#ffce01;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;height:240px;width:240px;top:20px;left:0px;display:block; }
#NGvFr6LK3C8f5RcDEpJmd74ZdZmKbLQQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NGvFr6LK3C8f5RcDEpJmd74ZdZmKbLQQ > .row .container { background-color: transparent; background-image: none; }#NGvFr6LK3C8f5RcDEpJmd74ZdZmKbLQQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NGvFr6LK3C8f5RcDEpJmd74ZdZmKbLQQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NGvFr6LK3C8f5RcDEpJmd74ZdZmKbLQQ > .row .container > .video-iframe-container { display: none; }#NGvFr6LK3C8f5RcDEpJmd74ZdZmKbLQQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NGvFr6LK3C8f5RcDEpJmd74ZdZmKbLQQ > .row > .video-iframe-container { display: none; }#NGvFr6LK3C8f5RcDEpJmd74ZdZmKbLQQ > .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); }#NGvFr6LK3C8f5RcDEpJmd74ZdZmKbLQQ > .row .container { border-width: 0; border-radius: 0; }#NGvFr6LK3C8f5RcDEpJmd74ZdZmKbLQQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NGvFr6LK3C8f5RcDEpJmd74ZdZmKbLQQ > .row .container { font-size:14px;font-family:arial;height:50px;width:960px;position:relative;display:block; }#mMWKcgsFT2q7EgsuVTEcqnTkTOJXtymN { background-color:#005fa2;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:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;box-shadow: 3px 3px 5px #333333 ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:250px;height:50px;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0px;left:355px;display:block; }
#yIbH1PrKTMaNE9lyCRTzkSPF4I5VZfyX { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#TBxFbfPsV69FRmu3R9wskProyXPihgTe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6ab9eeaf-e391-4932-bc72-7b44fda1483d/wavetop2_2560x180.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TBxFbfPsV69FRmu3R9wskProyXPihgTe.adaptive-delivery-prevent-bg, #TBxFbfPsV69FRmu3R9wskProyXPihgTe.lazyload, #TBxFbfPsV69FRmu3R9wskProyXPihgTe.lazyloading { background-image: none; }#TBxFbfPsV69FRmu3R9wskProyXPihgTe > .row .container { background-color: transparent; background-image: none; }#TBxFbfPsV69FRmu3R9wskProyXPihgTe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBxFbfPsV69FRmu3R9wskProyXPihgTe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBxFbfPsV69FRmu3R9wskProyXPihgTe > .row .container > .video-iframe-container { display: none; }#TBxFbfPsV69FRmu3R9wskProyXPihgTe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBxFbfPsV69FRmu3R9wskProyXPihgTe > .row > .video-iframe-container { display: none; }#TBxFbfPsV69FRmu3R9wskProyXPihgTe > .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); }#TBxFbfPsV69FRmu3R9wskProyXPihgTe > .row .container { border-width: 0; border-radius: 0; }#TBxFbfPsV69FRmu3R9wskProyXPihgTe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TBxFbfPsV69FRmu3R9wskProyXPihgTe > .row .container { font-size:14px;font-family:arial;height:180px;width:960px;position:relative;display:block; }#J3q0f12LunPXh49Fwri5Vb4mOMPV9KNU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#005da3;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#J3q0f12LunPXh49Fwri5Vb4mOMPV9KNU > .row .container { background-color: transparent; background-image: none; }#J3q0f12LunPXh49Fwri5Vb4mOMPV9KNU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J3q0f12LunPXh49Fwri5Vb4mOMPV9KNU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J3q0f12LunPXh49Fwri5Vb4mOMPV9KNU > .row .container > .video-iframe-container { display: none; }#J3q0f12LunPXh49Fwri5Vb4mOMPV9KNU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J3q0f12LunPXh49Fwri5Vb4mOMPV9KNU > .row > .video-iframe-container { display: none; }#J3q0f12LunPXh49Fwri5Vb4mOMPV9KNU > .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); }#J3q0f12LunPXh49Fwri5Vb4mOMPV9KNU > .row .container { border-width: 0; border-radius: 0; }#J3q0f12LunPXh49Fwri5Vb4mOMPV9KNU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J3q0f12LunPXh49Fwri5Vb4mOMPV9KNU > .row .container { font-size:14px;font-family:arial;height:468px;width:960px;position:relative;display:block; }#TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy .widget-form-header { font-size:14px; }
#TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:14px;font-weight:bold;color:#ffffff;width:373px;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; }
#TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy .widget-input-text { border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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:373px;box-sizing:border-box;height:51px;color:#333333;font-size:16px;overflow:hidden;font-family:"open sans";vertical-align:top;box-shadow: 1px 10px 15px rgba(0,0,0,0.15) ; }
#TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy .widget-input-text {padding-top: 0; padding-bottom: 0;}#TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy .widget-textarea { border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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:373px;box-sizing:border-box;height:70px;color:#333333;font-size:16px;overflow:hidden;font-family:"open sans";vertical-align:top;box-shadow: 1px 10px 15px rgba(0,0,0,0.15) ; }
#TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy .widget-input-select { border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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:373px;box-sizing:border-box;height:51px;color:#333333;font-family:"open sans";font-size:16px;overflow:hidden;vertical-align:top;font-weight:400;font-style:normal;text-align:justify;text-align-last:initial;box-shadow: 1px 10px 15px rgba(0,0,0,0.15) ; }
#TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy .widget-input-select {padding-top: 0; padding-bottom: 0;}#TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy .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; }
#TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy .widget-input-button { border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;background-color:#005fa2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:3px solid #ffffff;border-left:3px solid #ffffff;border-right:3px solid #ffffff;border-bottom:3px solid #ffffff;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:32px;margin-bottom:4px;margin-left:32px;display:block;box-sizing:border-box;font-size:18px;font-weight:bold;color:#ffffff;width:309px;height:50px;font-family:"open sans";overflow:hidden;box-shadow: 3px 3px 5px #003a66 ; }
#TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy [class*="-text"]:-moz-placeholder { color:#333333;font-family:"open sans";font-size:16px;font-weight:400;font-style:normal;text-align:left;text-align-last:left; }
#TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy [class*="-text"]::-moz-placeholder { color:#333333;font-family:"open sans";font-size:16px;font-weight:400;font-style:normal;text-align:left;text-align-last:left; }
#TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy [class*="-text"]:-ms-input-placeholder { color:#333333;font-family:"open sans";font-size:16px;font-weight:400;font-style:normal;text-align:left;text-align-last:left; }
#TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy [class*="-text"]::-webkit-input-placeholder { color:#333333;font-family:"open sans";font-size:16px;font-weight:400;font-style:normal;text-align:left;text-align-last:left; }
#TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy .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:georgia;line-height:1.3;font-size:12px;font-weight:300;color:rgba(0,0,0,0.5);vertical-align:top;width:353px;overflow:hidden;font-style:normal;float:none; }
#TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy .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; }
#TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:georgia;font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy .widget-container { padding-top:8px;padding-right:0;padding-bottom:7px;padding-left:0;width:100%;font-size:0;height:auto; }
#TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy .widget-container:first-of-type{padding-top:0;}#TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy .widget-container:last-of-type{padding-bottom:0;}#TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:373px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15009;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:0px;left:547px;font-size:14px; }
#TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:373px;display:block;vertical-align:top; }
#TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy .widget-info-text { display:block;height:auto;font-family:georgia;font-size:12px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy {display:block;}#TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:373px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15009;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:0px;left:547px;font-size:14px; }
#TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy #dLRUQb7zZrWpzcQDti27O3UV7aJgWthf { position:relative; }
#TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy #NhGGkrDIaBmAdSQDFNrR9MRaUtr9rtow { position:relative;display:none; }
#TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy #wTac7E7J5xXcXwC9b1zb2LFkI33CQvkx { position:relative; }
#TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy #qMpQgHwkgc3o7qVNC1DuOhlowUtNXadq { position:relative; }
#TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy #T3VQmv7BfexTTVh07b0eZnc33LrhVF5w { position:relative;display:none; }
#TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy #sST94TPTilBEmB4skwHEQHzSE0cTeRSr { position:relative; }
#TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy #G3V4SLQ2JIn0OArUFLDxRSlZTe8ckczM { position:relative; }
#TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy #RZg29IxEI1vmMvgXuW8EtQr7OR4r7uII { position:relative;display:none; }
#TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy #wnWyfJVM8dLn297lph6ZCN8DnM7lWa6S { position:relative; }
#TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy #IyEDLbp8uiGcxWtoTvub72Qsl7CqpJ7N { position:relative; }
#TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy #k9NRPklly2KHr2f9VhmSCUzbOMwCQoWK { position:relative;display:none; }
#TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy #SRPelNy6BJAG6FUSh77Vx7bLVyf3DeAS { position:relative; }
#TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy #oJsmNlf9CHeeGzAA5FoiRp968gPPq95I { position:relative; }
#TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy #Vy9dqyJtsRmx5BqSKppnaRxdUtTH4GW1 { position:relative;display:none; }
#TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy #aVULS4yf65RPf9BS4UvZwhuUhGcxhNTw { position:relative; }
#TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy #JsHUSXoZEKdKWl8vB6TDUd3aZuB9DXt4 { position:relative; }
#TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy #nsgP6RBWT315x16SA5rTG1g8AQQchudn { position:relative; }
#NF9OuVeEWZS0S7MIzBeiA1lNEhq6J3Hy { color:#ffffff;display:block;width:404px;position:absolute;font-family:"open sans";font-size:50px;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:0px;left:20px;height:130px;text-align:left;text-align-last:left;display:block; }
#T36FmP8lJQzTDDzQ3GdJ42b0ovkTZcds { color:#ffffff;display:block;width:405px;position:absolute;font-family:"open sans";font-size:22px;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:139px;left:20px;height:132px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TzPhA7pAgsn8gzaAGSQeiVeMGM76iWqH { color:#ffffff;display:block;width:405px;position:absolute;font-family:"open sans";font-size:22px;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:291px;left:19.5px;height:132px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZvxL3GqVA4bFcE5nGpSVryTy90ME9Ca4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/90171a4d-4eb7-486c-9519-83a9253de5b4/wave_bottom2_2540x180.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZvxL3GqVA4bFcE5nGpSVryTy90ME9Ca4.adaptive-delivery-prevent-bg, #ZvxL3GqVA4bFcE5nGpSVryTy90ME9Ca4.lazyload, #ZvxL3GqVA4bFcE5nGpSVryTy90ME9Ca4.lazyloading { background-image: none; }#ZvxL3GqVA4bFcE5nGpSVryTy90ME9Ca4 > .row .container { background-color: transparent; background-image: none; }#ZvxL3GqVA4bFcE5nGpSVryTy90ME9Ca4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZvxL3GqVA4bFcE5nGpSVryTy90ME9Ca4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZvxL3GqVA4bFcE5nGpSVryTy90ME9Ca4 > .row .container > .video-iframe-container { display: none; }#ZvxL3GqVA4bFcE5nGpSVryTy90ME9Ca4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZvxL3GqVA4bFcE5nGpSVryTy90ME9Ca4 > .row > .video-iframe-container { display: none; }#ZvxL3GqVA4bFcE5nGpSVryTy90ME9Ca4 > .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); }#ZvxL3GqVA4bFcE5nGpSVryTy90ME9Ca4 > .row .container { border-width: 0; border-radius: 0; }#ZvxL3GqVA4bFcE5nGpSVryTy90ME9Ca4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZvxL3GqVA4bFcE5nGpSVryTy90ME9Ca4 > .row .container { font-size:14px;font-family:arial;height:180px;width:960px;position:relative;display:block; }#ixtr86CJBnaQpqTRaS0wPw6i1VCe9QV9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ixtr86CJBnaQpqTRaS0wPw6i1VCe9QV9 > .row .container { background-color: transparent; background-image: none; }#ixtr86CJBnaQpqTRaS0wPw6i1VCe9QV9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ixtr86CJBnaQpqTRaS0wPw6i1VCe9QV9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ixtr86CJBnaQpqTRaS0wPw6i1VCe9QV9 > .row .container > .video-iframe-container { display: none; }#ixtr86CJBnaQpqTRaS0wPw6i1VCe9QV9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ixtr86CJBnaQpqTRaS0wPw6i1VCe9QV9 > .row > .video-iframe-container { display: none; }#ixtr86CJBnaQpqTRaS0wPw6i1VCe9QV9 > .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); }#ixtr86CJBnaQpqTRaS0wPw6i1VCe9QV9 > .row .container { border-width: 0; border-radius: 0; }#ixtr86CJBnaQpqTRaS0wPw6i1VCe9QV9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ixtr86CJBnaQpqTRaS0wPw6i1VCe9QV9 > .row .container { font-size:14px;font-family:arial;height:70px;width:960px;position:relative;display:block; }#ix5w57yn9NtGTx5P1rpw668XvkHXotTA { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:58px;width:109px;top:0px;left:425.5px;overflow:hidden;display:block; }
#fyuVcKdxHz8RPEciynmyoznGA4RePSEQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#005fa2;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fyuVcKdxHz8RPEciynmyoznGA4RePSEQ > .row .container { background-color: transparent; background-image: none; }#fyuVcKdxHz8RPEciynmyoznGA4RePSEQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fyuVcKdxHz8RPEciynmyoznGA4RePSEQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fyuVcKdxHz8RPEciynmyoznGA4RePSEQ > .row .container > .video-iframe-container { display: none; }#fyuVcKdxHz8RPEciynmyoznGA4RePSEQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fyuVcKdxHz8RPEciynmyoznGA4RePSEQ > .row > .video-iframe-container { display: none; }#fyuVcKdxHz8RPEciynmyoznGA4RePSEQ > .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); }#fyuVcKdxHz8RPEciynmyoznGA4RePSEQ > .row .container { border-width: 0; border-radius: 0; }#fyuVcKdxHz8RPEciynmyoznGA4RePSEQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fyuVcKdxHz8RPEciynmyoznGA4RePSEQ > .row .container { font-size:14px;font-family:arial;height:53px;width:960px;position:relative;display:block; }#IbeKUbl47n1gJENkSZaUdlNN6XzfPPTr { color:#ffffff;display:block;width:481px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:16.09375px;left:239.5px;height:20.7969px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ytGL0gMr2TrccbnkzshTgG1pssQyJbZJ { display:none; }#ytGL0gMr2TrccbnkzshTgG1pssQyJbZJ > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zWSMnfpOwEwar2x02kEJiReHLNwyG3VT { top:39px;left:471px;width:293px;height:20px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #d14ePNJtPQlo5HRqLUmdMaCzTsKGaM0D { top:14px;left:0px;width:124px;height:70px;display:none; }
 }@media only screen and (max-width: 763px) { #CvNcuRGl2XGnrLP9JOHdhhTROfIisrJv { display:block; }#CvNcuRGl2XGnrLP9JOHdhhTROfIisrJv > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yXwsvEtyVG8V9zB6rTfTHkIVna0SCKBk { top:20px;left:0px;width:124px;height:70px;display:block; }
 }@media only screen and (max-width: 763px) { #tBCFqrB7BmC8MARuiHmxnFT2VZ7vii4l { top:20px;left:471px;width:293px;height:24px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Iq0QuZpItT1h1WOoXAXtyqQz0NLuTB19 { display:block; }#Iq0QuZpItT1h1WOoXAXtyqQz0NLuTB19 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fvox3IzqcdADmKchEZnIDE7EwTAhBkPd { top:0px;left:0px;width:764px;height:130px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #bEyIA2sEDSXqoWgVmCn6N9Unv8XyJxI5 { top:178px;left:281px;width:483px;height:264px;display:block; }
 }@media only screen and (max-width: 763px) { #tv6IIlDbMkCenCftQ4c8Xzhl9IBcF9Mh { top:260px;left:0px;width:417px;height:27px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #qAVB5cIQWuMMZIhcsI7q18X9Od63QsMb { top:159px;left:0px;width:418px;height:81px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #zsUoQ2hdhHWZIBbk0J26OJ6SO0DfzsSm { top:306px;left:0px;width:438px;height:81px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #xh15N3DD579cyo1qMuxra7v3uKFHAJT0 { width:250px;height:50px;top:492px;left:485.5px;display:block; }
 }@media only screen and (max-width: 763px) { #vhwWKOULMyawDrk8MEovbakmME1SA82i { display:block; }
 }@media only screen and (max-width: 763px) { #Sk0FJgg3dv2yqrNyr6OZ80kOkPDocd2o { top:408px;left:0px;width:440px;height:54px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #eAPT6kuWBeZn49kMqMti7BQZ8bWyDHou { width:250px;height:50px;top:492px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #l95nuUZUHO7pS26NQ4qlPnRCW8fap2xC { display:block; }
 }@media only screen and (max-width: 763px) { #gb6XR2ngOGnORB22IveTTBIbZqT9yyRF { display:block; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rf4TSbbCwpIlL6fyua2URgZyL1B6T9QT { display:block; }#rf4TSbbCwpIlL6fyua2URgZyL1B6T9QT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZCAwl3Tp173KIwmbzenZCm595qbV8NOh { top:0px;left:0px;width:764px;height:117px;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #BZSbdcQlpkOsIDHkLfqNEqHCFz0Z0VZB { display:block; }#BZSbdcQlpkOsIDHkLfqNEqHCFz0Z0VZB > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ko3koIc8ATLTTbghOaJKJrhJ4imSJ2g3 { width:240px;height:91px;top:271px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #dFTPfTWDnZl17ADsUbJOQuruUiLDlSvI { width:240px;height:91px;top:271px;left:142px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #lHVFCdatFO15xfAgFUl5HHSpIkeCevzO { width:185px;height:86px;top:371px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Ft75zH3pdOOTi0DUUAyrJUZPN9gN52Tf { width:195px;height:86px;top:371px;left:187px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #NWaVhXMow66CrvR8K3iir6IXCLBOLSnQ { width:200px;height:143px;top:372px;left:564px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #qPtxADxIG2WqJOi56HzBaRtc5RrTya9U { width:240px;height:91px;top:271px;left:524px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #NvzsXZ4zka2z5xNrR3uxUzCcocnxrT0a { width:240px;height:;top:271px;left:382px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #Q1V9LzyCazr23K70Hto9SQFU9FCrfiR9 { width:195px;height:115px;top:372px;left:382px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #qtVX9QbsbWvFh6KJW529tkZRPSVwhmS6 { top:25px;left:0px;width:230px;height:230px;display:block; }
 }@media only screen and (max-width: 763px) { #IbfhSquxd8MTBHTMH0BsT8LKJBacSQJq { top:20px;left:142px;width:240px;height:240px;display:block; }
 }@media only screen and (max-width: 763px) { #VrMcdBaICEKohXrsOHBiKqfqNZ8AVcsk { top:25px;left:152px;width:230px;height:230px;display:block; }
 }@media only screen and (max-width: 763px) { #DznlzyfZPEVSm3pTW7wxuyIPF0NU7VoI { top:20px;left:382px;width:240px;height:240px;display:block; }
 }@media only screen and (max-width: 763px) { #JyXORFO9SDQ8kvDGWiHZddRLsHGbwdTI { top:20px;left:524px;width:240px;height:240px;display:block; }
 }@media only screen and (max-width: 763px) { #g91NMJDJHfvWPiRIKtcoZ1upatqtffuV { top:25px;left:534px;width:230px;height:230px;display:block; }
 }@media only screen and (max-width: 763px) { #DFcE1kZnTc5moBnH9veESL4FibxTIv8e { top:25px;left:382px;width:230px;height:230px;display:block; }
 }@media only screen and (max-width: 763px) { #fcmIQAb2wEeBsgSmbndXI03AtlOqgQwJ { top:20px;left:0px;width:240px;height:240px;display:block; }
 }@media only screen and (max-width: 763px) { #NGvFr6LK3C8f5RcDEpJmd74ZdZmKbLQQ { display:block; }#NGvFr6LK3C8f5RcDEpJmd74ZdZmKbLQQ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mMWKcgsFT2q7EgsuVTEcqnTkTOJXtymN { width:250px;height:50px;top:0px;left:257px;display:block; }
 }@media only screen and (max-width: 763px) { #yIbH1PrKTMaNE9lyCRTzkSPF4I5VZfyX { display:block; }
 }@media only screen and (max-width: 763px) { #TBxFbfPsV69FRmu3R9wskProyXPihgTe { display:block; }#TBxFbfPsV69FRmu3R9wskProyXPihgTe > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J3q0f12LunPXh49Fwri5Vb4mOMPV9KNU { display:block; }#J3q0f12LunPXh49Fwri5Vb4mOMPV9KNU > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy .widget-regular-label { width:373px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy .widget-input-text { width:373px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy .widget-input-text {padding-top: 0; padding-bottom: 0;}#TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy .widget-textarea { width:373px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy .widget-input-select { width:373px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy .widget-input-select {padding-top: 0; padding-bottom: 0;}#TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy .widget-input-button { width:309px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:32px; }
#TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy .widget-checkbox-label { width:354px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy  { width:373px;height:auto;top:0px;left:351px; }
#TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy .radio-container { width:373px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy {display:block;}#TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy { width:373px;height:auto;top:0px;left:351px; }
 }@media only screen and (max-width: 763px) { #TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy #dLRUQb7zZrWpzcQDti27O3UV7aJgWthf {  }
 }@media only screen and (max-width: 763px) { #TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy #NhGGkrDIaBmAdSQDFNrR9MRaUtr9rtow { display:none; }
 }@media only screen and (max-width: 763px) { #TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy #wTac7E7J5xXcXwC9b1zb2LFkI33CQvkx {  }
 }@media only screen and (max-width: 763px) { #TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy #qMpQgHwkgc3o7qVNC1DuOhlowUtNXadq {  }
 }@media only screen and (max-width: 763px) { #TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy #T3VQmv7BfexTTVh07b0eZnc33LrhVF5w { display:none; }
 }@media only screen and (max-width: 763px) { #TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy #sST94TPTilBEmB4skwHEQHzSE0cTeRSr {  }
 }@media only screen and (max-width: 763px) { #TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy #G3V4SLQ2JIn0OArUFLDxRSlZTe8ckczM {  }
 }@media only screen and (max-width: 763px) { #TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy #RZg29IxEI1vmMvgXuW8EtQr7OR4r7uII { display:none; }
 }@media only screen and (max-width: 763px) { #TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy #wnWyfJVM8dLn297lph6ZCN8DnM7lWa6S {  }
 }@media only screen and (max-width: 763px) { #TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy #IyEDLbp8uiGcxWtoTvub72Qsl7CqpJ7N {  }
 }@media only screen and (max-width: 763px) { #TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy #k9NRPklly2KHr2f9VhmSCUzbOMwCQoWK { display:none; }
 }@media only screen and (max-width: 763px) { #TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy #SRPelNy6BJAG6FUSh77Vx7bLVyf3DeAS {  }
 }@media only screen and (max-width: 763px) { #TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy #oJsmNlf9CHeeGzAA5FoiRp968gPPq95I {  }
 }@media only screen and (max-width: 763px) { #TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy #Vy9dqyJtsRmx5BqSKppnaRxdUtTH4GW1 { display:none; }
 }@media only screen and (max-width: 763px) { #TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy #aVULS4yf65RPf9BS4UvZwhuUhGcxhNTw {  }
 }@media only screen and (max-width: 763px) { #TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy #JsHUSXoZEKdKWl8vB6TDUd3aZuB9DXt4 {  }
 }@media only screen and (max-width: 763px) { #TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy #nsgP6RBWT315x16SA5rTG1g8AQQchudn {  }
 }@media only screen and (max-width: 763px) { #NF9OuVeEWZS0S7MIzBeiA1lNEhq6J3Hy { top:0px;left:0px;width:404px;height:130px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #T36FmP8lJQzTDDzQ3GdJ42b0ovkTZcds { top:139px;left:0px;width:405px;height:132px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #TzPhA7pAgsn8gzaAGSQeiVeMGM76iWqH { top:291px;left:0px;width:405px;height:132px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ZvxL3GqVA4bFcE5nGpSVryTy90ME9Ca4 { display:block; }#ZvxL3GqVA4bFcE5nGpSVryTy90ME9Ca4 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ixtr86CJBnaQpqTRaS0wPw6i1VCe9QV9 { display:block; }#ixtr86CJBnaQpqTRaS0wPw6i1VCe9QV9 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ix5w57yn9NtGTx5P1rpw668XvkHXotTA { top:0px;left:327.5px;width:109px;height:58px;display:block; }
 }@media only screen and (max-width: 763px) { #fyuVcKdxHz8RPEciynmyoznGA4RePSEQ { display:block; }#fyuVcKdxHz8RPEciynmyoznGA4RePSEQ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IbeKUbl47n1gJENkSZaUdlNN6XzfPPTr { top:16px;left:141.5px;width:481px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#005fa2;background-image:none;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); } }@media only screen and (max-width: 763px) { #ytGL0gMr2TrccbnkzshTgG1pssQyJbZJ { background-color:#ffffff;background-image:none;display:block; }#ytGL0gMr2TrccbnkzshTgG1pssQyJbZJ > .row .container { background-color: transparent; background-image: none; }#ytGL0gMr2TrccbnkzshTgG1pssQyJbZJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ytGL0gMr2TrccbnkzshTgG1pssQyJbZJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ytGL0gMr2TrccbnkzshTgG1pssQyJbZJ > .row .container > .video-iframe-container { display: none; }#ytGL0gMr2TrccbnkzshTgG1pssQyJbZJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ytGL0gMr2TrccbnkzshTgG1pssQyJbZJ > .row > .video-iframe-container { display: none; }#ytGL0gMr2TrccbnkzshTgG1pssQyJbZJ > .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); }#ytGL0gMr2TrccbnkzshTgG1pssQyJbZJ > .row .container { width:320px;height:83px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zWSMnfpOwEwar2x02kEJiReHLNwyG3VT { width:320px;height:15.5938px;top:57px;left:0px;font-size:12px;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #d14ePNJtPQlo5HRqLUmdMaCzTsKGaM0D { width:89px;height:48px;top:10px;left:115px;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #CvNcuRGl2XGnrLP9JOHdhhTROfIisrJv { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f6fcae9b-9fa1-4205-895c-138c343b4782/wavetop.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#CvNcuRGl2XGnrLP9JOHdhhTROfIisrJv.adaptive-delivery-prevent-bg, #CvNcuRGl2XGnrLP9JOHdhhTROfIisrJv.lazyload, #CvNcuRGl2XGnrLP9JOHdhhTROfIisrJv.lazyloading { background-image: none; }#CvNcuRGl2XGnrLP9JOHdhhTROfIisrJv > .row .container { background-color: transparent; background-image: none; }#CvNcuRGl2XGnrLP9JOHdhhTROfIisrJv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CvNcuRGl2XGnrLP9JOHdhhTROfIisrJv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CvNcuRGl2XGnrLP9JOHdhhTROfIisrJv > .row .container > .video-iframe-container { display: none; }#CvNcuRGl2XGnrLP9JOHdhhTROfIisrJv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CvNcuRGl2XGnrLP9JOHdhhTROfIisrJv > .row > .video-iframe-container { display: none; }#CvNcuRGl2XGnrLP9JOHdhhTROfIisrJv > .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); }#CvNcuRGl2XGnrLP9JOHdhhTROfIisrJv > .row .container { width:320px;height:50px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yXwsvEtyVG8V9zB6rTfTHkIVna0SCKBk { width:89px;height:50.241935483871px;top:20px;left:115px;display:none; }
 }@media only screen and (max-width: 763px) { #tBCFqrB7BmC8MARuiHmxnFT2VZ7vii4l { width:320px;height:0;top:20px;left:0px;font-size:12px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Iq0QuZpItT1h1WOoXAXtyqQz0NLuTB19 { display:block; }#Iq0QuZpItT1h1WOoXAXtyqQz0NLuTB19 > .row .container { width:320px;height:997px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fvox3IzqcdADmKchEZnIDE7EwTAhBkPd { width:320px;height:208px;top:0px;left:-1px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #bEyIA2sEDSXqoWgVmCn6N9Unv8XyJxI5 { height:177px;width:320px;top:228px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #tv6IIlDbMkCenCftQ4c8Xzhl9IBcF9Mh { width:285px;height:52px;top:548px;left:17px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qAVB5cIQWuMMZIhcsI7q18X9Od63QsMb { width:303px;height:104px;top:426px;left:8px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zsUoQ2hdhHWZIBbk0J26OJ6SO0DfzsSm { width:298px;height:104px;top:619px;left:11px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xh15N3DD579cyo1qMuxra7v3uKFHAJT0 { width:250px;height:50px;top:937px;left:35px;font-size:16px;box-shadow: 3px 3px 5px #333333 ;display:block; }
 }@media only screen and (max-width: 763px) { #vhwWKOULMyawDrk8MEovbakmME1SA82i { display:block; }
 }@media only screen and (max-width: 763px) { #Sk0FJgg3dv2yqrNyr6OZ80kOkPDocd2o { width:296px;height:104px;top:743px;left:12px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eAPT6kuWBeZn49kMqMti7BQZ8bWyDHou { width:250px;height:50px;top:867px;left:35px;font-size:16px;box-shadow: 3px 3px 5px #333333 ;display:block; }
 }@media only screen and (max-width: 763px) { #l95nuUZUHO7pS26NQ4qlPnRCW8fap2xC { display:block; }
 }@media only screen and (max-width: 763px) { #gb6XR2ngOGnORB22IveTTBIbZqT9yyRF { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/91f61670-aaba-4140-95d2-aba8bfc7f3be/wavebottom.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF.adaptive-delivery-prevent-bg, #gb6XR2ngOGnORB22IveTTBIbZqT9yyRF.lazyload, #gb6XR2ngOGnORB22IveTTBIbZqT9yyRF.lazyloading { background-image: none; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container { background-color: transparent; background-image: none; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container > .video-iframe-container { display: none; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row > .video-iframe-container { display: none; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .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); }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container { width:320px;height:50px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rf4TSbbCwpIlL6fyua2URgZyL1B6T9QT { display:block; }#rf4TSbbCwpIlL6fyua2URgZyL1B6T9QT > .row .container { width:320px;height:176px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZCAwl3Tp173KIwmbzenZCm595qbV8NOh { width:320px;height:156px;top:20px;left:0px;font-size:30px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BZSbdcQlpkOsIDHkLfqNEqHCFz0Z0VZB { display:block; }#BZSbdcQlpkOsIDHkLfqNEqHCFz0Z0VZB > .row .container { width:320px;height:1500px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ko3koIc8ATLTTbghOaJKJrhJ4imSJ2g3 { width:300px;height:39px;top:228px;left:10px;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #dFTPfTWDnZl17ADsUbJOQuruUiLDlSvI { width:300px;height:39px;top:563px;left:10px;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #lHVFCdatFO15xfAgFUl5HHSpIkeCevzO { width:320px;height:57.5938px;top:277px;left:1px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Ft75zH3pdOOTi0DUUAyrJUZPN9gN52Tf { width:320px;height:57.5938px;top:612px;left:1px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #NWaVhXMow66CrvR8K3iir6IXCLBOLSnQ { width:310px;height:86.3906px;top:1393px;left:5px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #qPtxADxIG2WqJOi56HzBaRtc5RrTya9U { width:295px;height:78px;top:1305px;left:12.5px;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #NvzsXZ4zka2z5xNrR3uxUzCcocnxrT0a { width:217px;height:78px;top:899px;left:51.5px;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #Q1V9LzyCazr23K70Hto9SQFU9FCrfiR9 { width:282px;height:86.3906px;top:989px;left:19px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #qtVX9QbsbWvFh6KJW529tkZRPSVwhmS6 { width:194px;height:194px;top:22px;left:63px;display:block; }
 }@media only screen and (max-width: 763px) { #IbfhSquxd8MTBHTMH0BsT8LKJBacSQJq { width:200px;height:200px;top:354px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #VrMcdBaICEKohXrsOHBiKqfqNZ8AVcsk { width:194px;height:194px;top:357px;left:63px;display:block; }
 }@media only screen and (max-width: 763px) { #DznlzyfZPEVSm3pTW7wxuyIPF0NU7VoI { width:200px;height:200px;top:1095px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #JyXORFO9SDQ8kvDGWiHZddRLsHGbwdTI { width:200px;height:200px;top:690px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #g91NMJDJHfvWPiRIKtcoZ1upatqtffuV { width:194px;height:194px;top:693px;left:63px;display:block; }
 }@media only screen and (max-width: 763px) { #DFcE1kZnTc5moBnH9veESL4FibxTIv8e { width:194px;height:194px;top:1098px;left:63px;display:block; }
 }@media only screen and (max-width: 763px) { #fcmIQAb2wEeBsgSmbndXI03AtlOqgQwJ { width:200px;height:200px;top:19px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #NGvFr6LK3C8f5RcDEpJmd74ZdZmKbLQQ { display:block; }#NGvFr6LK3C8f5RcDEpJmd74ZdZmKbLQQ > .row .container { width:320px;height:70px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mMWKcgsFT2q7EgsuVTEcqnTkTOJXtymN { width:250px;height:50px;top:0px;left:35px;font-size:16px;box-shadow: 3px 3px 5px #333333 ;display:block; }
 }@media only screen and (max-width: 763px) { #yIbH1PrKTMaNE9lyCRTzkSPF4I5VZfyX { display:block; }
 }@media only screen and (max-width: 763px) { #TBxFbfPsV69FRmu3R9wskProyXPihgTe { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/19f1372a-8322-44e1-b6a8-d876218aa69d/wavetop2.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TBxFbfPsV69FRmu3R9wskProyXPihgTe.adaptive-delivery-prevent-bg, #TBxFbfPsV69FRmu3R9wskProyXPihgTe.lazyload, #TBxFbfPsV69FRmu3R9wskProyXPihgTe.lazyloading { background-image: none; }#TBxFbfPsV69FRmu3R9wskProyXPihgTe > .row .container { background-color: transparent; background-image: none; }#TBxFbfPsV69FRmu3R9wskProyXPihgTe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBxFbfPsV69FRmu3R9wskProyXPihgTe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBxFbfPsV69FRmu3R9wskProyXPihgTe > .row .container > .video-iframe-container { display: none; }#TBxFbfPsV69FRmu3R9wskProyXPihgTe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBxFbfPsV69FRmu3R9wskProyXPihgTe > .row > .video-iframe-container { display: none; }#TBxFbfPsV69FRmu3R9wskProyXPihgTe > .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); }#TBxFbfPsV69FRmu3R9wskProyXPihgTe > .row .container { width:320px;height:50px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J3q0f12LunPXh49Fwri5Vb4mOMPV9KNU { display:block; }#J3q0f12LunPXh49Fwri5Vb4mOMPV9KNU > .row .container { width:320px;height:869px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy .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; }
#TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;font-size:16px;overflow:hidden;height:45px; }
#TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy .widget-input-text {padding-top: 0; padding-bottom: 0;}#TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;font-size:16px;overflow:hidden; }
#TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;font-size:16px;overflow:hidden;height:45px;box-shadow: 1px 10px 15px rgba(0,0,0,0.15) ; }
#TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy .widget-input-select {padding-top: 0; padding-bottom: 0;}#TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy .widget-input-button { width:232px;margin-top:4px;margin-right:24px;margin-bottom:4px;margin-left:24px;font-size:18px;overflow:hidden; }
#TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy [class*="-text"]:-moz-placeholder { font-size:16px; }
#TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy [class*="-text"]::-moz-placeholder { font-size:16px; }
#TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy [class*="-text"]:-ms-input-placeholder { font-size:16px; }
#TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy [class*="-text"]::-webkit-input-placeholder { font-size:16px; }
#TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy .widget-checkbox-label { width:261px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy  { width:280px;height:auto;top:431px;left:0px; }
#TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy {display:block;}#TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy { width:280px;height:auto;top:431px;left:0px; }
 }@media only screen and (max-width: 763px) { #TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy #dLRUQb7zZrWpzcQDti27O3UV7aJgWthf {  }
 }@media only screen and (max-width: 763px) { #TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy #NhGGkrDIaBmAdSQDFNrR9MRaUtr9rtow { display:none; }
 }@media only screen and (max-width: 763px) { #TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy #wTac7E7J5xXcXwC9b1zb2LFkI33CQvkx {  }
 }@media only screen and (max-width: 763px) { #TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy #qMpQgHwkgc3o7qVNC1DuOhlowUtNXadq {  }
 }@media only screen and (max-width: 763px) { #TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy #T3VQmv7BfexTTVh07b0eZnc33LrhVF5w { display:none; }
 }@media only screen and (max-width: 763px) { #TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy #sST94TPTilBEmB4skwHEQHzSE0cTeRSr {  }
 }@media only screen and (max-width: 763px) { #TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy #G3V4SLQ2JIn0OArUFLDxRSlZTe8ckczM {  }
 }@media only screen and (max-width: 763px) { #TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy #RZg29IxEI1vmMvgXuW8EtQr7OR4r7uII { display:none; }
 }@media only screen and (max-width: 763px) { #TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy #wnWyfJVM8dLn297lph6ZCN8DnM7lWa6S {  }
 }@media only screen and (max-width: 763px) { #TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy #IyEDLbp8uiGcxWtoTvub72Qsl7CqpJ7N {  }
 }@media only screen and (max-width: 763px) { #TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy #k9NRPklly2KHr2f9VhmSCUzbOMwCQoWK { display:none; }
 }@media only screen and (max-width: 763px) { #TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy #SRPelNy6BJAG6FUSh77Vx7bLVyf3DeAS {  }
 }@media only screen and (max-width: 763px) { #TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy #oJsmNlf9CHeeGzAA5FoiRp968gPPq95I {  }
 }@media only screen and (max-width: 763px) { #TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy #Vy9dqyJtsRmx5BqSKppnaRxdUtTH4GW1 { display:none; }
 }@media only screen and (max-width: 763px) { #TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy #aVULS4yf65RPf9BS4UvZwhuUhGcxhNTw {  }
 }@media only screen and (max-width: 763px) { #TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy #JsHUSXoZEKdKWl8vB6TDUd3aZuB9DXt4 {  }
 }@media only screen and (max-width: 763px) { #TZdqJRdQM7NheKF7VVOR6y2BVk7aSfQy #nsgP6RBWT315x16SA5rTG1g8AQQchudn {  }
 }@media only screen and (max-width: 763px) { #NF9OuVeEWZS0S7MIzBeiA1lNEhq6J3Hy { width:320px;height:104px;top:10px;left:0px;font-size:40px;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #T36FmP8lJQzTDDzQ3GdJ42b0ovkTZcds { width:271px;height:135px;top:133px;left:24.5px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TzPhA7pAgsn8gzaAGSQeiVeMGM76iWqH { width:292px;height:135px;top:287px;left:14px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZvxL3GqVA4bFcE5nGpSVryTy90ME9Ca4 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ab0fb6ab-adf1-4df0-b7f1-70d093241ddd/wavebottom2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ZvxL3GqVA4bFcE5nGpSVryTy90ME9Ca4.adaptive-delivery-prevent-bg, #ZvxL3GqVA4bFcE5nGpSVryTy90ME9Ca4.lazyload, #ZvxL3GqVA4bFcE5nGpSVryTy90ME9Ca4.lazyloading { background-image: none; }#ZvxL3GqVA4bFcE5nGpSVryTy90ME9Ca4 > .row .container { background-color: transparent; background-image: none; }#ZvxL3GqVA4bFcE5nGpSVryTy90ME9Ca4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZvxL3GqVA4bFcE5nGpSVryTy90ME9Ca4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZvxL3GqVA4bFcE5nGpSVryTy90ME9Ca4 > .row .container > .video-iframe-container { display: none; }#ZvxL3GqVA4bFcE5nGpSVryTy90ME9Ca4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZvxL3GqVA4bFcE5nGpSVryTy90ME9Ca4 > .row > .video-iframe-container { display: none; }#ZvxL3GqVA4bFcE5nGpSVryTy90ME9Ca4 > .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); }#ZvxL3GqVA4bFcE5nGpSVryTy90ME9Ca4 > .row .container { width:320px;height:50px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ixtr86CJBnaQpqTRaS0wPw6i1VCe9QV9 { display:block; }#ixtr86CJBnaQpqTRaS0wPw6i1VCe9QV9 > .row .container { width:320px;height:78px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ix5w57yn9NtGTx5P1rpw668XvkHXotTA { width:109px;height:58px;top:10px;left:105px;display:block; }
 }@media only screen and (max-width: 763px) { #fyuVcKdxHz8RPEciynmyoznGA4RePSEQ { display:block; }#fyuVcKdxHz8RPEciynmyoznGA4RePSEQ > .row .container { width:320px;height:81px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IbeKUbl47n1gJENkSZaUdlNN6XzfPPTr { width:320px;height:41.5938px;top:20px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }