.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;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 {  }#ytGL0gMr2TrccbnkzshTgG1pssQyJbZJ > .row .container { font-size:0.875rem;font-family:arial;height:8.4375rem;width:60rem;position:relative;display:none; }#zWSMnfpOwEwar2x02kEJiReHLNwyG3VT { color:#313131;display:block;width:18.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:2.474609375rem;left:41.6875rem;height:1.29980625rem;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:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.375rem;width:7.75rem;top:0.93701171875rem;left:0rem;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/cef717ff-505d-4b69-8807-7b99006beaab/wave_top1_2540x180.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;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 {  }#CvNcuRGl2XGnrLP9JOHdhhTROfIisrJv > .row .container { font-size:0.875rem;font-family:arial;height:14.625rem;width:60rem;position:relative;display:block; }#yXwsvEtyVG8V9zB6rTfTHkIVna0SCKBk { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.375rem;width:7.75rem;top:1.25rem;left:1.25rem;overflow:hidden;display:block; }
#tBCFqrB7BmC8MARuiHmxnFT2VZ7vii4l { color:#313131;display:block;width:18.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.25rem;left:40.4375rem;height:1.4624rem;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; }
#ConBsob2NWUdCMW0bldTbketrkx58afe { position:relative;display:block; }#ConBsob2NWUdCMW0bldTbketrkx58afe { background-color: transparent; background-image: none; }#ConBsob2NWUdCMW0bldTbketrkx58afe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ConBsob2NWUdCMW0bldTbketrkx58afe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ConBsob2NWUdCMW0bldTbketrkx58afe > .row .container > .video-iframe-container { display: none; }#ConBsob2NWUdCMW0bldTbketrkx58afe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ConBsob2NWUdCMW0bldTbketrkx58afe > .row > .video-iframe-container { display: none; }#ConBsob2NWUdCMW0bldTbketrkx58afe > .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); }#ConBsob2NWUdCMW0bldTbketrkx58afe { border-width: 0; border-radius: 0; }#ConBsob2NWUdCMW0bldTbketrkx58afe > .row .container > .video-iframe-container {  }#ConBsob2NWUdCMW0bldTbketrkx58afe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:39.125rem;width:60rem;position:relative;display:block; }#PVbGZhGK2v493V5KbGQBGaK1LSCEc7bH { color:#ffffff;display:block;width:27.5rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:3.4375rem;left:1.25rem;height:12.1875rem;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; }
#RHq6VkMoJAJd7iSnSXOzA9QV4i5tZCK0 { color:#ffffff;display:block;width:26.6875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:16.8125rem;left:1.25rem;height:8.9355625rem;font-style:normal;display:block; }
#EOVOiWFGvRSoaiFDfcykThCQn2Eem4Ob { 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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem #333333 ;box-sizing:border-box;color:#005fa2;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.625rem;height:3.125rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:32.5625rem;left:1.25rem;display:block; }
#udTJ0NWBZA7GQPU5ugoT4NXxVdmwye63 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#N5HzN5wlcvn3F40rmWHi9U2mlThSnXP5 { background-color:#005fa2;background-image:none;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem #333333 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.625rem;height:3.125rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:28.1875rem;left:1.25rem;display:block; }
#KDQvMyu3d5X45MV9l3Bk4MFThPBZNVlg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MdNAGRJ0I0kWHesH9yC1cmJfRvZBpIRH { position:absolute;display:block;z-index:100008;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;height:23.125rem;width:23.125rem;top:1.125rem;left:35.0625rem;display:block; }
#K4whEhDOZUsZaehKB4Vugqyywr5O3q1E { position:absolute;display:block;z-index:100007;background-color:#003a66;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;height:23.125rem;width:23.125rem;top:0rem;left:36.875rem;display:block; }
#hWuBXzgmzgS8HEU8x5bGWRkxloFu9sAU { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.75rem;width:22.75rem;top:1.3125rem;left:35.25rem;overflow:hidden;display:block; }
#G6sa3PO5eFFCCi7eBVyDnK7O8U7UfTNk { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.5rem;width:22.5rem;top:16.375rem;left:30.1875rem;overflow:hidden;display:block; }
#O7XpwtwETVWa4WDtRdOHoJ6gmoBOhvhO { position:absolute;display:block;z-index:100011;background-color:#ffce01;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;height:22.875rem;width:22.875rem;top:16.1875rem;left:30rem;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;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 {  }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:60rem;position:relative;display:block; }#uNqUGoxWJnGgUAuGINGDLAKAZyX6EodR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#uNqUGoxWJnGgUAuGINGDLAKAZyX6EodR > .row .container { background-color: transparent; background-image: none; }#uNqUGoxWJnGgUAuGINGDLAKAZyX6EodR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uNqUGoxWJnGgUAuGINGDLAKAZyX6EodR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uNqUGoxWJnGgUAuGINGDLAKAZyX6EodR > .row .container > .video-iframe-container { display: none; }#uNqUGoxWJnGgUAuGINGDLAKAZyX6EodR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uNqUGoxWJnGgUAuGINGDLAKAZyX6EodR > .row > .video-iframe-container { display: none; }#uNqUGoxWJnGgUAuGINGDLAKAZyX6EodR > .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); }#uNqUGoxWJnGgUAuGINGDLAKAZyX6EodR > .row .container { border-width: 0; border-radius: 0; }#uNqUGoxWJnGgUAuGINGDLAKAZyX6EodR > .row > .video-iframe-container {  }#uNqUGoxWJnGgUAuGINGDLAKAZyX6EodR > .row .container { font-size:0.875rem;font-family:arial;height:50.25rem;width:60rem;position:relative;display:block; }#LbAXtcsTMVGAcCX8pqdOhoaUO2kOV4Hl { color:#005fa2;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:1.25rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bnsgHRoMzPkZmX69Q0t8RGUxoX456t7c { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30.75rem;width:54.75rem;top:12.6123046875rem;left:2.625rem;display:block; }
#BHMZqCF8sO2cJeEeqNhEtbOKxqpThzrq { color:#333333;display:block;width:56.25rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:5.4248046875rem;left:1.875rem;height:5.361325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ybcLsfy664ueyosnf5WlKPR37dozOMzw { 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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(51,51,51,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.125rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:45.1875rem;left:20.9375rem;display:block; }
#PdWRqpcpy31CRJ0nVKNH4hIwl2pfeM17 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VBKhEbdKKRDXoGoWgwPehOVaMbSNiLXH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#VBKhEbdKKRDXoGoWgwPehOVaMbSNiLXH > .row .container { background-color: transparent; background-image: none; }#VBKhEbdKKRDXoGoWgwPehOVaMbSNiLXH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VBKhEbdKKRDXoGoWgwPehOVaMbSNiLXH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VBKhEbdKKRDXoGoWgwPehOVaMbSNiLXH > .row .container > .video-iframe-container { display: none; }#VBKhEbdKKRDXoGoWgwPehOVaMbSNiLXH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VBKhEbdKKRDXoGoWgwPehOVaMbSNiLXH > .row > .video-iframe-container { display: none; }#VBKhEbdKKRDXoGoWgwPehOVaMbSNiLXH > .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); }#VBKhEbdKKRDXoGoWgwPehOVaMbSNiLXH > .row .container { border-width: 0; border-radius: 0; }#VBKhEbdKKRDXoGoWgwPehOVaMbSNiLXH > .row > .video-iframe-container {  }#VBKhEbdKKRDXoGoWgwPehOVaMbSNiLXH > .row .container { font-size:0.875rem;font-family:arial;height:49rem;width:60rem;position:relative;display:block; }#XbV2yp3XlMu1XcuWCyNMNT0zLeV88kE3 { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30.75rem;width:54.75rem;top:11.5732421875rem;left:2.625rem;display:block; }
#iNXRRqEqlvtxJ7u9Z5AUkAnH4Zs6Xva3 { color:#333333;display:block;width:56.25rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:6.1748046875rem;left:1.875rem;height:3.57421875rem;text-align:center;text-align-last:center;display:block; }
#VW6sd1ZNdKHczO3H04DzLiBhxeakpxq2 { 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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(51,51,51,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.125rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:44.125rem;left:20.9375rem;display:block; }
#SMPwoXRzxbfIWfWBlNSai80sONaAqfWT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#kGwGgzEcZVQTuvT7bUxknn16WfFlQloy { color:#005fa2;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:2.0625rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KOumIsm47hPB0TrWvVD4THaaHWwpXoFl { position:absolute;display:block;z-index:100018;background-color:#ffce01;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:0.25rem;width:60rem;top:0.5625rem;left:0rem;display:block; }
#mV4KJyIvFCBf4t5DlTAkuLUnEMBeuIaV { position:absolute;display:block;z-index:100017;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:0.25rem;width:60rem;top:0rem;left:0rem;display:block; }
#fUobikmzDVgGNCsGUaiSS223XMcgMJLH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#fUobikmzDVgGNCsGUaiSS223XMcgMJLH > .row .container { background-color: transparent; background-image: none; }#fUobikmzDVgGNCsGUaiSS223XMcgMJLH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fUobikmzDVgGNCsGUaiSS223XMcgMJLH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fUobikmzDVgGNCsGUaiSS223XMcgMJLH > .row .container > .video-iframe-container { display: none; }#fUobikmzDVgGNCsGUaiSS223XMcgMJLH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fUobikmzDVgGNCsGUaiSS223XMcgMJLH > .row > .video-iframe-container { display: none; }#fUobikmzDVgGNCsGUaiSS223XMcgMJLH > .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); }#fUobikmzDVgGNCsGUaiSS223XMcgMJLH > .row .container { border-width: 0; border-radius: 0; }#fUobikmzDVgGNCsGUaiSS223XMcgMJLH > .row > .video-iframe-container {  }#fUobikmzDVgGNCsGUaiSS223XMcgMJLH > .row .container { font-size:0.875rem;font-family:arial;height:13.625rem;width:60rem;position:relative;display:block; }#HIVvWeKS05lqK7wxmy3cVvy9WRGHrpgB { color:#005fa2;display:block;width:56.5625rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:2rem;left:1.71875rem;height:10.96875rem;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; }
#fQpWDayAgWcQtyJHTqOU7irExyNHhwZ7 { position:absolute;display:block;z-index:100020;background-color:#ffce01;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:0.25rem;width:60rem;top:0.5625rem;left:0rem;display:block; }
#UMdKIdNVaz1GH1fyEHipfuyXxtPBcTFy { position:absolute;display:block;z-index:100019;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:0.25rem;width:60rem;top:0rem;left:0rem;display:block; }
#dA2wtcLSZ9DNu7Sn6vgmMssWSazsq1hB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#dA2wtcLSZ9DNu7Sn6vgmMssWSazsq1hB > .row .container { background-color: transparent; background-image: none; }#dA2wtcLSZ9DNu7Sn6vgmMssWSazsq1hB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dA2wtcLSZ9DNu7Sn6vgmMssWSazsq1hB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dA2wtcLSZ9DNu7Sn6vgmMssWSazsq1hB > .row .container > .video-iframe-container { display: none; }#dA2wtcLSZ9DNu7Sn6vgmMssWSazsq1hB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dA2wtcLSZ9DNu7Sn6vgmMssWSazsq1hB > .row > .video-iframe-container { display: none; }#dA2wtcLSZ9DNu7Sn6vgmMssWSazsq1hB > .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); }#dA2wtcLSZ9DNu7Sn6vgmMssWSazsq1hB > .row .container { border-width: 0; border-radius: 0; }#dA2wtcLSZ9DNu7Sn6vgmMssWSazsq1hB > .row > .video-iframe-container {  }#dA2wtcLSZ9DNu7Sn6vgmMssWSazsq1hB > .row .container { font-size:0.875rem;font-family:arial;height:31.6875rem;width:60rem;position:relative;display:block; }#BtZkQ5ebRikBZvQCi8efHf7Pbm6GQ4t5 { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30.4375rem;width:54.75rem;top:0.625rem;left:2.625rem;display:block; }
#xPPO0Da78MXEgNmkV9LnVBwlHK5MglCl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#xPPO0Da78MXEgNmkV9LnVBwlHK5MglCl > .row .container { background-color: transparent; background-image: none; }#xPPO0Da78MXEgNmkV9LnVBwlHK5MglCl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xPPO0Da78MXEgNmkV9LnVBwlHK5MglCl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xPPO0Da78MXEgNmkV9LnVBwlHK5MglCl > .row .container > .video-iframe-container { display: none; }#xPPO0Da78MXEgNmkV9LnVBwlHK5MglCl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xPPO0Da78MXEgNmkV9LnVBwlHK5MglCl > .row > .video-iframe-container { display: none; }#xPPO0Da78MXEgNmkV9LnVBwlHK5MglCl > .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); }#xPPO0Da78MXEgNmkV9LnVBwlHK5MglCl > .row .container { border-width: 0; border-radius: 0; }#xPPO0Da78MXEgNmkV9LnVBwlHK5MglCl > .row > .video-iframe-container {  }#xPPO0Da78MXEgNmkV9LnVBwlHK5MglCl > .row .container { font-size:0.875rem;font-family:arial;height:52.6875rem;width:60rem;position:relative;display:block; }#q6aTs88PplmdXICSazUofpsU2HUcXHmm { 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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(51,51,51,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.125rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:49.224609375rem;left:21.71875rem;display:block; }
#uwhuTUirxRXgIWgy2UQ4tMe212DPowLS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#EGAlJVmuaK35CXZKPXWSwqtm4a6cTOKt { color:#333333;display:block;width:56.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:10.8125rem;left:1.25rem;height:5.84765625rem;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; }
#FW5tbmoKuKv0uXKxXzXAkkNuPtU4TFV2 { color:#333333;display:block;width:57.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100031;line-height:1.3;letter-spacing:0;top:17.9375rem;left:1.25rem;height:5.84765625rem;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; }
#Tf1bLSIwtc5gECXTrKbpLFXvzNmdTvcP { color:#005fa2;display:block;width:57.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:100021;line-height:1.3;letter-spacing:0;top:1.25rem;left:1.25rem;height:5.84765625rem;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:italic;display:block; }
#qNDEyhCygN2Fhg2Jv3pPDGsrlxDptVoE { color:#333333;display:block;width:54.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100032;line-height:1.3;letter-spacing:0;top:25rem;left:3.75rem;height:15.869125rem;display:block; }#qNDEyhCygN2Fhg2Jv3pPDGsrlxDptVoE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qNDEyhCygN2Fhg2Jv3pPDGsrlxDptVoE li:before{  }
#SHFaTfKUph3ZacuIIyAmhJaOQBa07Zir { color:#333333;display:block;width:57.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100032;line-height:1.3;letter-spacing:0;top:42.125rem;left:1.25rem;height:5.84765625rem;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; }
#C1ddcsUKotqaPIgwecun2bHdnDNfyMMO { color:#005fa2;display:block;width:57.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:100022;line-height:1.3;letter-spacing:0;top:8.125rem;left:1.25rem;height:1.4624rem;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;text-align:right;text-align-last:right;display:block; }
#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3200e681-ce6d-4713-9e6c-a5c92debc5c7/wave_top2_2540x180.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;display:block; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc.adaptive-delivery-prevent-bg, #ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc.lazyload, #ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc.lazyloading { background-image: none; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container { background-color: transparent; background-image: none; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container > .video-iframe-container { display: none; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row > .video-iframe-container { display: none; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .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); }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container { border-width: 0; border-radius: 0; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row > .video-iframe-container {  }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:60rem;position:relative;display:block; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 { position:relative;display:block; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 { background-color: transparent; background-image: none; }#VyASubfJ985CIEC3g185T3OHbulGgfV7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .row .container > .video-iframe-container { display: none; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .row > .video-iframe-container { display: none; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .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); }#VyASubfJ985CIEC3g185T3OHbulGgfV7 { border-width: 0; border-radius: 0; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .row .container > .video-iframe-container {  }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:4.3125rem;width:60rem;position:relative;display:block; }#TFFopr2NtmwlhVq0GLv48IAa3WR0rlKT { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:3.65625rem;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; }
#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#005da3;background-image:none;position:relative;display:block; }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk > .row .container { background-color: transparent; background-image: none; }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk > .row .container > .video-iframe-container { display: none; }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk > .row > .video-iframe-container { display: none; }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk > .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); }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk > .row .container { border-width: 0; border-radius: 0; }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk > .row > .video-iframe-container {  }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk > .row .container { font-size:0.875rem;font-family:arial;height:33.875rem;width:60rem;position:relative;display:block; }#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM .widget-form-header { font-size:0.875rem; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM .widget-regular-label { height:auto;display:none;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#ffffff;width:23.3125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;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; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.3125rem;box-sizing:border-box;height:3.1875rem;color:#333333;font-size:1.125rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM .widget-input-text {padding-top: 0; padding-bottom: 0;}#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.3125rem;box-sizing:border-box;height:4.375rem;color:#333333;font-size:1.125rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.3125rem;box-sizing:border-box;height:3.1875rem;color:#333333;font-family:"open sans";font-size:1rem;overflow:hidden;vertical-align:top;font-weight:400;font-style:normal;text-align:justify;text-align-last:initial; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM .widget-input-select {padding-top: 0; padding-bottom: 0;}#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM .widget-input-button { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;background-color:#005fa2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:2rem;margin-bottom:0.25rem;margin-left:2rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#ffffff;width:19.3125rem;height:3.125rem;font-family:"open sans";overflow:hidden;box-shadow: 0.1875rem 0.1875rem 0.3125rem #003a66 ; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM [class*="-text"]:-moz-placeholder { color:#333333;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM [class*="-text"]::-moz-placeholder { color:#333333;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM [class*="-text"]:-ms-input-placeholder { color:#333333;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM [class*="-text"]::-webkit-input-placeholder { color:#333333;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM .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:0.75rem;font-weight:300;color:rgba(0,0,0,0.5);vertical-align:top;width:22.0625rem;overflow:hidden;font-style:normal;float:none; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:georgia;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM .widget-container:first-of-type{padding-top:0;}#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM .widget-container:last-of-type{padding-bottom:0;}#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100009;position:absolute;top:0rem;left:32.9375rem;font-size:0.875rem; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.3125rem;display:block;vertical-align:top; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM .widget-info-text { display:block;height:auto;font-family:georgia;font-size:0.75rem;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; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM {display:block;}#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100009;position:absolute;top:0rem;left:32.9375rem;font-size:0.875rem; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #SWViM787mHJTi1JJgKtzUiLVBDLBoQPR { position:relative; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #rVGLiM2I1vdNSya99IXRk5RVmUgSzey6 { position:relative; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #EF5VhuzEa1EXhqFgCWyc4rl1qe9bAJuh { position:relative; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #bCQihO0ipho7uoQrGQT0UiGyklTbHeVg { position:relative; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #W1KHv0L6mw56NQxFivvn5iscb38yguNb { position:relative; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #gO3lO3uHf8T7DJvOxF62SMHDbazoLrsq { position:relative; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #bHC60rT5uPbtC3UfrwUXS8dJnlCHGcov { position:relative; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #W01XJTKD3TgcuO69sfGJ5qT3pwM0e3pi { position:relative; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #NOXCvQFi98VE6Z00uUHEiGJcqyppLo1q { position:relative; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #DZ6geGstVuWlPOKNBQdh5TPuC6BTa9HO { position:relative; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #tvqN5RATr9ChHTqDybKccKULiAtrZNdJ { position:relative; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #yuXvEPWcGsBF5CsoE9DieTQcKlisTxAv { position:relative; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #fgqlFz8P8JmDMVC7BmtqRUVozfb3Sze7 { position:relative; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #e7arpBNZuv4UoJeZ7qOdyw5a4Ds3wrEg { position:relative; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #hi2l0KeFAzN5LsI41bgi2Dbh7Q1Tq2Pq { position:relative; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #AfRrMFHTrBeWJEHX4uLINNSRTZ1H6ENK { position:relative; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #ek45D50DwSCkUAqqcDTwuC0VZioWwuFH { position:relative; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #kzNKy3bBcinn8KNbE2zrwZrGTqBe3a2Q { position:relative; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #JRg7FFtXuqcmvtL6KROGXSPlwitwi12C { position:relative; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #aheiEMsiRcCL56BV3zR1dUAxTWXCiSd9 { position:relative; }
#O7cxFsVvLnRvuweOlfToZOXAFD7xOD7K { color:#ffffff;display:block;width:24.8125rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:5.5625rem;left:1.25rem;height:2.84375rem;text-align:left;text-align-last:left;display:block; }
#eiXJA7thgGCNwKMvNip7THezp4f2kmzD { color:#ffffff;display:block;width:25.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100010;line-height:1.5;letter-spacing:0;top:8.9375rem;left:1.25rem;height:7.5rem;text-align:left;text-align-last:left;display:block; }
#QKXZFFyJ0XoZ4W3w0yFxUxNgvtG2HcS3 { color:#ffffff;display:block;width:27.3125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100011;line-height:1.5;letter-spacing:0;top:17.625rem;left:1.25rem;height:7.5rem;text-align:left;text-align-last:left;display:block; }
#OHVCJl8Tyhccl0UKWRyHguTkJDcUWUtg { 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:initial !important;position:relative;display:block; }#OHVCJl8Tyhccl0UKWRyHguTkJDcUWUtg.adaptive-delivery-prevent-bg, #OHVCJl8Tyhccl0UKWRyHguTkJDcUWUtg.lazyload, #OHVCJl8Tyhccl0UKWRyHguTkJDcUWUtg.lazyloading { background-image: none; }#OHVCJl8Tyhccl0UKWRyHguTkJDcUWUtg > .row .container { background-color: transparent; background-image: none; }#OHVCJl8Tyhccl0UKWRyHguTkJDcUWUtg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OHVCJl8Tyhccl0UKWRyHguTkJDcUWUtg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OHVCJl8Tyhccl0UKWRyHguTkJDcUWUtg > .row .container > .video-iframe-container { display: none; }#OHVCJl8Tyhccl0UKWRyHguTkJDcUWUtg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OHVCJl8Tyhccl0UKWRyHguTkJDcUWUtg > .row > .video-iframe-container { display: none; }#OHVCJl8Tyhccl0UKWRyHguTkJDcUWUtg > .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); }#OHVCJl8Tyhccl0UKWRyHguTkJDcUWUtg > .row .container { border-width: 0; border-radius: 0; }#OHVCJl8Tyhccl0UKWRyHguTkJDcUWUtg > .row > .video-iframe-container {  }#OHVCJl8Tyhccl0UKWRyHguTkJDcUWUtg > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:60rem;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;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 {  }#ixtr86CJBnaQpqTRaS0wPw6i1VCe9QV9 > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#ix5w57yn9NtGTx5P1rpw668XvkHXotTA { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.625rem;width:6.8125rem;top:0rem;left:26.59375rem;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;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 {  }#fyuVcKdxHz8RPEciynmyoznGA4RePSEQ > .row .container { font-size:0.875rem;font-family:arial;height:3.3125rem;width:60rem;position:relative;display:block; }#IbeKUbl47n1gJENkSZaUdlNN6XzfPPTr { color:#ffffff;display:block;width:30.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:1.005859375rem;left:14.96875rem;height:1.29980625rem;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:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zWSMnfpOwEwar2x02kEJiReHLNwyG3VT { top:4.25rem;left:0rem;width:20rem;height:0.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #d14ePNJtPQlo5HRqLUmdMaCzTsKGaM0D { top:0.875rem;left:0rem;width:7.75rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CvNcuRGl2XGnrLP9JOHdhhTROfIisrJv { display:block; }#CvNcuRGl2XGnrLP9JOHdhhTROfIisrJv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yXwsvEtyVG8V9zB6rTfTHkIVna0SCKBk { top:1.25rem;left:0rem;width:7.75rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBCFqrB7BmC8MARuiHmxnFT2VZ7vii4l { top:1.25rem;left:29.4375rem;width:18.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ConBsob2NWUdCMW0bldTbketrkx58afe { display:block; }#ConBsob2NWUdCMW0bldTbketrkx58afe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PVbGZhGK2v493V5KbGQBGaK1LSCEc7bH { top:3.4375rem;left:0rem;width:27.5rem;height:12.1875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHq6VkMoJAJd7iSnSXOzA9QV4i5tZCK0 { top:16.8125rem;left:0rem;width:26.6875rem;height:8.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOVOiWFGvRSoaiFDfcykThCQn2Eem4Ob { width:25.625rem;height:3.125rem;top:32.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #udTJ0NWBZA7GQPU5ugoT4NXxVdmwye63 { display:block; }
 }@media only screen and (max-width: 763px) { #N5HzN5wlcvn3F40rmWHi9U2mlThSnXP5 { width:25.625rem;height:3.125rem;top:28.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDQvMyu3d5X45MV9l3Bk4MFThPBZNVlg { display:block; }
 }@media only screen and (max-width: 763px) { #MdNAGRJ0I0kWHesH9yC1cmJfRvZBpIRH { top:1.125rem;left:24.625rem;width:23.125rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4whEhDOZUsZaehKB4Vugqyywr5O3q1E { top:0rem;left:24.625rem;width:23.125rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWuBXzgmzgS8HEU8x5bGWRkxloFu9sAU { top:1.3125rem;left:25rem;width:22.75rem;height:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6sa3PO5eFFCCi7eBVyDnK7O8U7UfTNk { top:16.375rem;left:23.875rem;width:22.5rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7XpwtwETVWa4WDtRdOHoJ6gmoBOhvhO { top:16.1875rem;left:23.875rem;width:22.875rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gb6XR2ngOGnORB22IveTTBIbZqT9yyRF { display:block; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uNqUGoxWJnGgUAuGINGDLAKAZyX6EodR { display:block; }#uNqUGoxWJnGgUAuGINGDLAKAZyX6EodR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LbAXtcsTMVGAcCX8pqdOhoaUO2kOV4Hl { top:1.25rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnsgHRoMzPkZmX69Q0t8RGUxoX456t7c { top:12.5625rem;left:0rem;width:47.75rem;height:26.818493150685rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHMZqCF8sO2cJeEeqNhEtbOKxqpThzrq { top:5.375rem;left:0rem;width:47.75rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybcLsfy664ueyosnf5WlKPR37dozOMzw { width:18.125rem;height:3.125rem;top:45.1875rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdWRqpcpy31CRJ0nVKNH4hIwl2pfeM17 { display:block; }
 }@media only screen and (max-width: 763px) { #VBKhEbdKKRDXoGoWgwPehOVaMbSNiLXH { display:none; }#VBKhEbdKKRDXoGoWgwPehOVaMbSNiLXH > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XbV2yp3XlMu1XcuWCyNMNT0zLeV88kE3 { top:11.5625rem;left:0rem;width:47.75rem;height:26.818493150685rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNXRRqEqlvtxJ7u9Z5AUkAnH4Zs6Xva3 { top:6.125rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VW6sd1ZNdKHczO3H04DzLiBhxeakpxq2 { width:18.125rem;height:3.125rem;top:44.125rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMPwoXRzxbfIWfWBlNSai80sONaAqfWT { display:block; }
 }@media only screen and (max-width: 763px) { #kGwGgzEcZVQTuvT7bUxknn16WfFlQloy { top:2.0625rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOumIsm47hPB0TrWvVD4THaaHWwpXoFl { top:0.5625rem;left:0rem;width:47.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mV4KJyIvFCBf4t5DlTAkuLUnEMBeuIaV { top:0rem;left:0rem;width:47.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUobikmzDVgGNCsGUaiSS223XMcgMJLH { display:block; }#fUobikmzDVgGNCsGUaiSS223XMcgMJLH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HIVvWeKS05lqK7wxmy3cVvy9WRGHrpgB { top:2rem;left:0rem;width:47.75rem;height:10.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQpWDayAgWcQtyJHTqOU7irExyNHhwZ7 { top:0.5625rem;left:0rem;width:47.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMdKIdNVaz1GH1fyEHipfuyXxtPBcTFy { top:0rem;left:0rem;width:47.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dA2wtcLSZ9DNu7Sn6vgmMssWSazsq1hB { display:block; }#dA2wtcLSZ9DNu7Sn6vgmMssWSazsq1hB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BtZkQ5ebRikBZvQCi8efHf7Pbm6GQ4t5 { top:0.625rem;left:0rem;width:47.75rem;height:26.545947488584rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPPO0Da78MXEgNmkV9LnVBwlHK5MglCl { display:block; }#xPPO0Da78MXEgNmkV9LnVBwlHK5MglCl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q6aTs88PplmdXICSazUofpsU2HUcXHmm { width:18.125rem;height:3.125rem;top:49.1875rem;left:15.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwhuTUirxRXgIWgy2UQ4tMe212DPowLS { display:block; }
 }@media only screen and (max-width: 763px) { #EGAlJVmuaK35CXZKPXWSwqtm4a6cTOKt { top:10.8125rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FW5tbmoKuKv0uXKxXzXAkkNuPtU4TFV2 { top:17.9375rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf1bLSIwtc5gECXTrKbpLFXvzNmdTvcP { top:1.25rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNDEyhCygN2Fhg2Jv3pPDGsrlxDptVoE { top:25rem;left:0rem;width:47.75rem;height:15.8125rem;font-size:1.125rem;display:block; }#qNDEyhCygN2Fhg2Jv3pPDGsrlxDptVoE li:before{  }
 }@media only screen and (max-width: 763px) { #SHFaTfKUph3ZacuIIyAmhJaOQBa07Zir { top:42.125rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1ddcsUKotqaPIgwecun2bHdnDNfyMMO { top:8.125rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc { display:block; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VyASubfJ985CIEC3g185T3OHbulGgfV7 { display:block; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TFFopr2NtmwlhVq0GLv48IAa3WR0rlKT { top:0rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk { display:block; }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM .widget-regular-label { width:23.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM .widget-input-text { width:23.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM .widget-input-text {padding-top: 0; padding-bottom: 0;}#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM .widget-textarea { width:23.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM .widget-input-select { width:23.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM .widget-input-select {padding-top: 0; padding-bottom: 0;}#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM .widget-input-button { width:19.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:2rem; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM .widget-checkbox-label { width:22.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM  { width:23.3125rem;height:auto;top:0rem;left:21.9375rem; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM .radio-container { width:23.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM {display:block;}#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM { width:23.3125rem;height:auto;top:0rem;left:21.9375rem; }
 }@media only screen and (max-width: 763px) { #RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #SWViM787mHJTi1JJgKtzUiLVBDLBoQPR {  }
 }@media only screen and (max-width: 763px) { #RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #rVGLiM2I1vdNSya99IXRk5RVmUgSzey6 {  }
 }@media only screen and (max-width: 763px) { #RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #EF5VhuzEa1EXhqFgCWyc4rl1qe9bAJuh {  }
 }@media only screen and (max-width: 763px) { #RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #bCQihO0ipho7uoQrGQT0UiGyklTbHeVg {  }
 }@media only screen and (max-width: 763px) { #RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #W1KHv0L6mw56NQxFivvn5iscb38yguNb {  }
 }@media only screen and (max-width: 763px) { #RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #gO3lO3uHf8T7DJvOxF62SMHDbazoLrsq {  }
 }@media only screen and (max-width: 763px) { #RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #bHC60rT5uPbtC3UfrwUXS8dJnlCHGcov {  }
 }@media only screen and (max-width: 763px) { #RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #W01XJTKD3TgcuO69sfGJ5qT3pwM0e3pi {  }
 }@media only screen and (max-width: 763px) { #RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #NOXCvQFi98VE6Z00uUHEiGJcqyppLo1q {  }
 }@media only screen and (max-width: 763px) { #RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #DZ6geGstVuWlPOKNBQdh5TPuC6BTa9HO {  }
 }@media only screen and (max-width: 763px) { #RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #tvqN5RATr9ChHTqDybKccKULiAtrZNdJ {  }
 }@media only screen and (max-width: 763px) { #RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #yuXvEPWcGsBF5CsoE9DieTQcKlisTxAv {  }
 }@media only screen and (max-width: 763px) { #RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #fgqlFz8P8JmDMVC7BmtqRUVozfb3Sze7 {  }
 }@media only screen and (max-width: 763px) { #RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #e7arpBNZuv4UoJeZ7qOdyw5a4Ds3wrEg {  }
 }@media only screen and (max-width: 763px) { #RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #hi2l0KeFAzN5LsI41bgi2Dbh7Q1Tq2Pq {  }
 }@media only screen and (max-width: 763px) { #RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #AfRrMFHTrBeWJEHX4uLINNSRTZ1H6ENK {  }
 }@media only screen and (max-width: 763px) { #RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #ek45D50DwSCkUAqqcDTwuC0VZioWwuFH {  }
 }@media only screen and (max-width: 763px) { #RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #kzNKy3bBcinn8KNbE2zrwZrGTqBe3a2Q {  }
 }@media only screen and (max-width: 763px) { #RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #JRg7FFtXuqcmvtL6KROGXSPlwitwi12C {  }
 }@media only screen and (max-width: 763px) { #RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #aheiEMsiRcCL56BV3zR1dUAxTWXCiSd9 {  }
 }@media only screen and (max-width: 763px) { #O7cxFsVvLnRvuweOlfToZOXAFD7xOD7K { top:5.5625rem;left:0rem;width:24.8125rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiXJA7thgGCNwKMvNip7THezp4f2kmzD { top:8.9375rem;left:0rem;width:25.4375rem;height:7.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKXZFFyJ0XoZ4W3w0yFxUxNgvtG2HcS3 { top:17.625rem;left:0rem;width:27.3125rem;height:7.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHVCJl8Tyhccl0UKWRyHguTkJDcUWUtg { display:block; }#OHVCJl8Tyhccl0UKWRyHguTkJDcUWUtg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ixtr86CJBnaQpqTRaS0wPw6i1VCe9QV9 { display:block; }#ixtr86CJBnaQpqTRaS0wPw6i1VCe9QV9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ix5w57yn9NtGTx5P1rpw668XvkHXotTA { top:0rem;left:20.46875rem;width:6.8125rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyuVcKdxHz8RPEciynmyoznGA4RePSEQ { display:block; }#fyuVcKdxHz8RPEciynmyoznGA4RePSEQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IbeKUbl47n1gJENkSZaUdlNN6XzfPPTr { top:1rem;left:8.84375rem;width:30.0625rem;height:1.25rem;font-size:1rem;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:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zWSMnfpOwEwar2x02kEJiReHLNwyG3VT { width:20rem;height:0.9746125rem;top:4.25rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #d14ePNJtPQlo5HRqLUmdMaCzTsKGaM0D { width:5.5625rem;height:3rem;top:1.25rem;left:7.1875rem;z-index:100002;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:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yXwsvEtyVG8V9zB6rTfTHkIVna0SCKBk { width:5.5625rem;height:3.1401209677419rem;top:1.25rem;left:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tBCFqrB7BmC8MARuiHmxnFT2VZ7vii4l { width:18.3125rem;height:auto;top:1.25rem;left:0.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ConBsob2NWUdCMW0bldTbketrkx58afe { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/f44e80d9-67b5-4e83-af88-d0034d3600ff/vancouver_mobile.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#ConBsob2NWUdCMW0bldTbketrkx58afe.adaptive-delivery-prevent-bg, #ConBsob2NWUdCMW0bldTbketrkx58afe.lazyload, #ConBsob2NWUdCMW0bldTbketrkx58afe.lazyloading { background-image: none; }#ConBsob2NWUdCMW0bldTbketrkx58afe > .row .container { background-color: transparent; background-image: none; }#ConBsob2NWUdCMW0bldTbketrkx58afe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ConBsob2NWUdCMW0bldTbketrkx58afe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ConBsob2NWUdCMW0bldTbketrkx58afe > .row .container > .video-iframe-container { display: none; }#ConBsob2NWUdCMW0bldTbketrkx58afe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ConBsob2NWUdCMW0bldTbketrkx58afe > .row > .video-iframe-container { display: none; }#ConBsob2NWUdCMW0bldTbketrkx58afe > .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); }#ConBsob2NWUdCMW0bldTbketrkx58afe > .row .container { border-width: 0; border-radius: 0; }#ConBsob2NWUdCMW0bldTbketrkx58afe > .row > .video-iframe-container {  }#ConBsob2NWUdCMW0bldTbketrkx58afe > .row .container { width:20rem;height:34.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PVbGZhGK2v493V5KbGQBGaK1LSCEc7bH { width:18.75rem;height:13rem;top:1.875rem;left:0.625rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RHq6VkMoJAJd7iSnSXOzA9QV4i5tZCK0 { width:17.5rem;height:8.7715rem;top:16.0400390625rem;left:1.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EOVOiWFGvRSoaiFDfcykThCQn2Eem4Ob { width:15.625rem;height:2.8125rem;top:30.0625rem;left:2.1875rem;font-size:1.125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem #333333 ;display:block; }
 }@media only screen and (max-width: 763px) { #udTJ0NWBZA7GQPU5ugoT4NXxVdmwye63 { display:block; }
 }@media only screen and (max-width: 763px) { #N5HzN5wlcvn3F40rmWHi9U2mlThSnXP5 { width:15.625rem;height:2.8125rem;top:26rem;left:2.1875rem;font-size:1.125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem #333333 ;background-color:#ffffff;background-image:none;color:#005fa2;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #KDQvMyu3d5X45MV9l3Bk4MFThPBZNVlg { display:block; }
 }@media only screen and (max-width: 763px) { #MdNAGRJ0I0kWHesH9yC1cmJfRvZBpIRH { width:20rem;height:23.125rem;top:1.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #K4whEhDOZUsZaehKB4Vugqyywr5O3q1E { width:20rem;height:23.125rem;top:0rem;left:0rem;z-index:100000;display:none; }
 }@media only screen and (max-width: 763px) { #hWuBXzgmzgS8HEU8x5bGWRkxloFu9sAU { width:20rem;height:20rem;top:1.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #G6sa3PO5eFFCCi7eBVyDnK7O8U7UfTNk { width:20rem;height:20rem;top:16.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #O7XpwtwETVWa4WDtRdOHoJ6gmoBOhvhO { width:20rem;height:22.875rem;top:16.1875rem;left:0rem;display:none; }
 }@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:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uNqUGoxWJnGgUAuGINGDLAKAZyX6EodR { display:block; }#uNqUGoxWJnGgUAuGINGDLAKAZyX6EodR > .row .container { width:20rem;height:35.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LbAXtcsTMVGAcCX8pqdOhoaUO2kOV4Hl { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnsgHRoMzPkZmX69Q0t8RGUxoX456t7c { height:11.2324375rem;width:20rem;top:17.720703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHMZqCF8sO2cJeEeqNhEtbOKxqpThzrq { width:19.375rem;height:8.7715rem;top:7.69921875rem;left:0.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybcLsfy664ueyosnf5WlKPR37dozOMzw { width:18.125rem;height:3.125rem;top:30.755859375rem;left:0.9375rem;font-size:1rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(51,51,51,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #PdWRqpcpy31CRJ0nVKNH4hIwl2pfeM17 { display:block; }
 }@media only screen and (max-width: 763px) { #VBKhEbdKKRDXoGoWgwPehOVaMbSNiLXH { display:block; }#VBKhEbdKKRDXoGoWgwPehOVaMbSNiLXH > .row .container { width:20rem;height:33.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XbV2yp3XlMu1XcuWCyNMNT0zLeV88kE3 { height:11.1860625rem;width:20rem;top:16.404296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNXRRqEqlvtxJ7u9Z5AUkAnH4Zs6Xva3 { width:19.375rem;height:7.3095625rem;top:7.875rem;left:0.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VW6sd1ZNdKHczO3H04DzLiBhxeakpxq2 { width:18.125rem;height:3.125rem;top:28.7783203125rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMPwoXRzxbfIWfWBlNSai80sONaAqfWT { display:block; }
 }@media only screen and (max-width: 763px) { #kGwGgzEcZVQTuvT7bUxknn16WfFlQloy { width:18.75rem;height:4.875rem;top:1.8125rem;left:0.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOumIsm47hPB0TrWvVD4THaaHWwpXoFl { width:20rem;height:0.25rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mV4KJyIvFCBf4t5DlTAkuLUnEMBeuIaV { width:20rem;height:0.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUobikmzDVgGNCsGUaiSS223XMcgMJLH { display:block; }#fUobikmzDVgGNCsGUaiSS223XMcgMJLH > .row .container { width:20rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HIVvWeKS05lqK7wxmy3cVvy9WRGHrpgB { width:20rem;height:12.1875rem;top:2rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQpWDayAgWcQtyJHTqOU7irExyNHhwZ7 { width:20rem;height:0.25rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMdKIdNVaz1GH1fyEHipfuyXxtPBcTFy { width:20rem;height:0.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dA2wtcLSZ9DNu7Sn6vgmMssWSazsq1hB { display:block; }#dA2wtcLSZ9DNu7Sn6vgmMssWSazsq1hB > .row .container { width:20rem;height:12.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BtZkQ5ebRikBZvQCi8efHf7Pbm6GQ4t5 { height:11.118721461187rem;width:20rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPPO0Da78MXEgNmkV9LnVBwlHK5MglCl { display:block; }#xPPO0Da78MXEgNmkV9LnVBwlHK5MglCl > .row .container { width:20rem;height:121rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q6aTs88PplmdXICSazUofpsU2HUcXHmm { width:18.125rem;height:3.125rem;top:116.625rem;left:0.9375rem;font-size:1.125rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(51,51,51,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #uwhuTUirxRXgIWgy2UQ4tMe212DPowLS { display:block; }
 }@media only screen and (max-width: 763px) { #EGAlJVmuaK35CXZKPXWSwqtm4a6cTOKt { width:19.375rem;height:17.543rem;top:0.625rem;left:0.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FW5tbmoKuKv0uXKxXzXAkkNuPtU4TFV2 { width:19.375rem;height:14.619125rem;top:19.375rem;left:0.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf1bLSIwtc5gECXTrKbpLFXvzNmdTvcP { width:19.375rem;height:19.004875rem;top:90.125rem;left:0.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qNDEyhCygN2Fhg2Jv3pPDGsrlxDptVoE { width:18.4375rem;height:37.797875rem;top:35.24853515625rem;left:1.25rem;font-size:1.125rem;display:block; }#qNDEyhCygN2Fhg2Jv3pPDGsrlxDptVoE li:before{  }
 }@media only screen and (max-width: 763px) { #SHFaTfKUph3ZacuIIyAmhJaOQBa07Zir { width:19.375rem;height:14.619125rem;top:74.24609375rem;left:0.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1ddcsUKotqaPIgwecun2bHdnDNfyMMO { width:19.375rem;height:4.38574375rem;top:110.375rem;left:0.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/19f1372a-8322-44e1-b6a8-d876218aa69d/wavetop2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc.adaptive-delivery-prevent-bg, #ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc.lazyload, #ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc.lazyloading { background-image: none; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container { background-color: transparent; background-image: none; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container > .video-iframe-container { display: none; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row > .video-iframe-container { display: none; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .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); }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VyASubfJ985CIEC3g185T3OHbulGgfV7 { display:block; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .row .container { width:20rem;height:3.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TFFopr2NtmwlhVq0GLv48IAa3WR0rlKT { width:20rem;height:2.4375rem;top:0.625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk { display:block; }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk > .row .container { width:20rem;height:53.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden;height:2.8125rem; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM .widget-input-text {padding-top: 0; padding-bottom: 0;}#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden;height:2.8125rem; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM .widget-input-select {padding-top: 0; padding-bottom: 0;}#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM .widget-input-button { width:14.5rem;margin-top:0.25rem;margin-right:1.5rem;margin-bottom:0.25rem;margin-left:1.5rem;font-size:1.125rem;overflow:hidden; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM [class*="-text"]:-moz-placeholder { font-size:1rem; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM [class*="-text"]::-moz-placeholder { font-size:1rem; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM [class*="-text"]:-ms-input-placeholder { font-size:1rem; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM [class*="-text"]::-webkit-input-placeholder { font-size:1rem; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM  { width:17.5rem;height:auto;top:22.03125rem;left:0rem; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM {display:block;}#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM { width:17.5rem;height:auto;top:22.03125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #SWViM787mHJTi1JJgKtzUiLVBDLBoQPR {  }
 }@media only screen and (max-width: 763px) { #RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #rVGLiM2I1vdNSya99IXRk5RVmUgSzey6 {  }
 }@media only screen and (max-width: 763px) { #RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #EF5VhuzEa1EXhqFgCWyc4rl1qe9bAJuh {  }
 }@media only screen and (max-width: 763px) { #RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #bCQihO0ipho7uoQrGQT0UiGyklTbHeVg {  }
 }@media only screen and (max-width: 763px) { #RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #W1KHv0L6mw56NQxFivvn5iscb38yguNb {  }
 }@media only screen and (max-width: 763px) { #RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #gO3lO3uHf8T7DJvOxF62SMHDbazoLrsq {  }
 }@media only screen and (max-width: 763px) { #RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #bHC60rT5uPbtC3UfrwUXS8dJnlCHGcov {  }
 }@media only screen and (max-width: 763px) { #RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #W01XJTKD3TgcuO69sfGJ5qT3pwM0e3pi {  }
 }@media only screen and (max-width: 763px) { #RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #NOXCvQFi98VE6Z00uUHEiGJcqyppLo1q {  }
 }@media only screen and (max-width: 763px) { #RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #DZ6geGstVuWlPOKNBQdh5TPuC6BTa9HO {  }
 }@media only screen and (max-width: 763px) { #RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #tvqN5RATr9ChHTqDybKccKULiAtrZNdJ {  }
 }@media only screen and (max-width: 763px) { #RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #yuXvEPWcGsBF5CsoE9DieTQcKlisTxAv {  }
 }@media only screen and (max-width: 763px) { #RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #fgqlFz8P8JmDMVC7BmtqRUVozfb3Sze7 {  }
 }@media only screen and (max-width: 763px) { #RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #e7arpBNZuv4UoJeZ7qOdyw5a4Ds3wrEg {  }
 }@media only screen and (max-width: 763px) { #RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #hi2l0KeFAzN5LsI41bgi2Dbh7Q1Tq2Pq {  }
 }@media only screen and (max-width: 763px) { #RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #AfRrMFHTrBeWJEHX4uLINNSRTZ1H6ENK {  }
 }@media only screen and (max-width: 763px) { #RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #ek45D50DwSCkUAqqcDTwuC0VZioWwuFH {  }
 }@media only screen and (max-width: 763px) { #RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #kzNKy3bBcinn8KNbE2zrwZrGTqBe3a2Q {  }
 }@media only screen and (max-width: 763px) { #RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #JRg7FFtXuqcmvtL6KROGXSPlwitwi12C {  }
 }@media only screen and (max-width: 763px) { #RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #aheiEMsiRcCL56BV3zR1dUAxTWXCiSd9 {  }
 }@media only screen and (max-width: 763px) { #O7cxFsVvLnRvuweOlfToZOXAFD7xOD7K { width:20rem;height:2.03125rem;top:0.625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eiXJA7thgGCNwKMvNip7THezp4f2kmzD { width:18.3125rem;height:8.4375rem;top:3.28125rem;left:0.84375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QKXZFFyJ0XoZ4W3w0yFxUxNgvtG2HcS3 { width:18.6875rem;height:8.4375rem;top:12.96875rem;left:0.65625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OHVCJl8Tyhccl0UKWRyHguTkJDcUWUtg { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ab0fb6ab-adf1-4df0-b7f1-70d093241ddd/wavebottom2.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#OHVCJl8Tyhccl0UKWRyHguTkJDcUWUtg.adaptive-delivery-prevent-bg, #OHVCJl8Tyhccl0UKWRyHguTkJDcUWUtg.lazyload, #OHVCJl8Tyhccl0UKWRyHguTkJDcUWUtg.lazyloading { background-image: none; }#OHVCJl8Tyhccl0UKWRyHguTkJDcUWUtg > .row .container { background-color: transparent; background-image: none; }#OHVCJl8Tyhccl0UKWRyHguTkJDcUWUtg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OHVCJl8Tyhccl0UKWRyHguTkJDcUWUtg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OHVCJl8Tyhccl0UKWRyHguTkJDcUWUtg > .row .container > .video-iframe-container { display: none; }#OHVCJl8Tyhccl0UKWRyHguTkJDcUWUtg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OHVCJl8Tyhccl0UKWRyHguTkJDcUWUtg > .row > .video-iframe-container { display: none; }#OHVCJl8Tyhccl0UKWRyHguTkJDcUWUtg > .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); }#OHVCJl8Tyhccl0UKWRyHguTkJDcUWUtg > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ixtr86CJBnaQpqTRaS0wPw6i1VCe9QV9 { display:block; }#ixtr86CJBnaQpqTRaS0wPw6i1VCe9QV9 > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ix5w57yn9NtGTx5P1rpw668XvkHXotTA { width:6.8125rem;height:3.625rem;top:0.625rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyuVcKdxHz8RPEciynmyoznGA4RePSEQ { display:block; }#fyuVcKdxHz8RPEciynmyoznGA4RePSEQ > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IbeKUbl47n1gJENkSZaUdlNN6XzfPPTr { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }