.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob { background-color:transparent;background-image:url("https://images.assets-landingi.com/795heCLW/backgroundmaster.jpg");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob.adaptive-delivery-prevent-bg, #kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob.lazyload, #kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob.lazyloading { background-image: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container { background-color: transparent; background-image: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container > .video-iframe-container { display: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row > .video-iframe-container { display: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .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); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container { border-width: 0; border-radius: 0; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container { font-size:14px;font-family:arial;height:691px;width:1200px;overflow:visible;position:relative;display:block; }#BG7k0u8J5GTK8ROcOxke6cW228ZVLvo8 { color:#ffffff;display:block;width:559px;position:absolute;font-family:lato;font-size:45px;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:26px;left:140px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#vVXImMqZBMhPtaQxy81TsTUsQnFz9qUr { color:#ffffff;display:block;width:559px;position:absolute;font-family:lato;font-size:60px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:73px;left:140px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#SiV1tlrcBNei4ToOdo4pkrXx1GtKDIiI { color:#ffffff;display:block;width:739px;position:absolute;font-family:lato;font-size:31px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:143px;left:140px;height:;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; }
#uvN4FLQ8uydCvHfMf0CdSs0ye7ZPoFIA { color:#ffffff;display:block;width:726px;position:absolute;font-family:lato;font-size:24px;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:295px;left:140px;height:67.2px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TtGlaQba6TEwb2AB1aXnhHoTwPltFMzF .widget-form-header {  }
#TtGlaQba6TEwb2AB1aXnhHoTwPltFMzF .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:14px;font-weight:400;color:#ffffff;width:502px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal; }
#TtGlaQba6TEwb2AB1aXnhHoTwPltFMzF .widget-input-text { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:502px;box-sizing:border-box;height:41px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans"; }
#TtGlaQba6TEwb2AB1aXnhHoTwPltFMzF .widget-input-text {padding-top: 0; padding-bottom: 0;}#TtGlaQba6TEwb2AB1aXnhHoTwPltFMzF .widget-textarea { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:502px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans"; }
#TtGlaQba6TEwb2AB1aXnhHoTwPltFMzF .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:502px;box-sizing:border-box;height:40px;color:#161616;font-family:"open sans";font-size:14px;overflow:hidden; }
#TtGlaQba6TEwb2AB1aXnhHoTwPltFMzF .widget-input-select {padding-top: 0; padding-bottom: 0;}#TtGlaQba6TEwb2AB1aXnhHoTwPltFMzF .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px; }
#TtGlaQba6TEwb2AB1aXnhHoTwPltFMzF .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#TtGlaQba6TEwb2AB1aXnhHoTwPltFMzF .widget-input-button { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#03c3c7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:20px;font-weight:bold;color:#ffffff;width:502px;height:55px;font-family:"open sans";overflow:hidden;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;text-shadow:1px 1px 2px rgba(0,0,0,0.5); }
#TtGlaQba6TEwb2AB1aXnhHoTwPltFMzF [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#TtGlaQba6TEwb2AB1aXnhHoTwPltFMzF [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#TtGlaQba6TEwb2AB1aXnhHoTwPltFMzF [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#TtGlaQba6TEwb2AB1aXnhHoTwPltFMzF [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#TtGlaQba6TEwb2AB1aXnhHoTwPltFMzF .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:"open sans";line-height:1.3;font-size:12px;font-weight:300;color:#ffffff;vertical-align:top;width:479px;overflow:hidden;font-style:normal; }
#TtGlaQba6TEwb2AB1aXnhHoTwPltFMzF .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#TtGlaQba6TEwb2AB1aXnhHoTwPltFMzF .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#TtGlaQba6TEwb2AB1aXnhHoTwPltFMzF .widget-container { padding-top:4px;padding-right:0;padding-bottom:4px;padding-left:0;width:100%;font-size:0;height:auto; }
#TtGlaQba6TEwb2AB1aXnhHoTwPltFMzF .widget-container:first-of-type{padding-top:0;}#TtGlaQba6TEwb2AB1aXnhHoTwPltFMzF .widget-container:last-of-type{padding-bottom:0;}#TtGlaQba6TEwb2AB1aXnhHoTwPltFMzF  { background-color:rgba(0,0,0,0);background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:502px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:381.99996948242px;left:120px; }
#TtGlaQba6TEwb2AB1aXnhHoTwPltFMzF .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:502px; }
#TtGlaQba6TEwb2AB1aXnhHoTwPltFMzF .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:12px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TtGlaQba6TEwb2AB1aXnhHoTwPltFMzF {display:block;}#TtGlaQba6TEwb2AB1aXnhHoTwPltFMzF { background-color:rgba(0,0,0,0);background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:502px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:381.99996948242px;left:120px; }
#TtGlaQba6TEwb2AB1aXnhHoTwPltFMzF #WsWzyEeUdVS8CNQOnBt2FheRh4RW0Zyz { position:relative; }
#TtGlaQba6TEwb2AB1aXnhHoTwPltFMzF #ztDOddW7yXpsl15TFH9pt1Vwe8UdiziR { position:relative;display:block; }
#TtGlaQba6TEwb2AB1aXnhHoTwPltFMzF #RU3UWsT5Qv4UaPPwp7isWdeIHuwl1SsC { position:relative; }
#TtGlaQba6TEwb2AB1aXnhHoTwPltFMzF #rgdx5z912DG5rPqMqWiDwDxOUX2ideL7 { position:relative; }
#TtGlaQba6TEwb2AB1aXnhHoTwPltFMzF #m7v0wmGilETilKuqGsLNqr6fAliItlZe { position:relative;display:block; }
#TtGlaQba6TEwb2AB1aXnhHoTwPltFMzF #xo5lTPxN5VloCD1T0iOG2sJdFZ2g4dBe { position:relative; }
#TtGlaQba6TEwb2AB1aXnhHoTwPltFMzF #nKhMK72HF7bGO6XpuE9nThzlM8MIuBvw { position:relative; }
#TtGlaQba6TEwb2AB1aXnhHoTwPltFMzF #KD89ZgAPUzpBDF4tJ0nWU7xwvyoyiXls { position:relative; }
#TtGlaQba6TEwb2AB1aXnhHoTwPltFMzF #PCzQBBBR2MQg8RisuPlvWv4XST2UCNll { position:relative; }
#TtGlaQba6TEwb2AB1aXnhHoTwPltFMzF #HssabX72hRsgNsL9FPvltPi8F3s907ss { position:relative;z-index:2; }
#TtGlaQba6TEwb2AB1aXnhHoTwPltFMzF #CydGcsm6GH7OTHIrHcr7T6AJufuT6Pmg { position:relative; }
#uqivglzcEoi86bZBoq5uD9RNJ0w6TTSa { position:relative;display:block; }
#kNhbqSslyN7FsMTVSz6h5ZMAKVRGwtN7 { position:relative;display:block; }
#OErsdaQi39mOMUhXHBsPC65qpsHG2ly6 { position:relative;display:block; }
#TVxTbFnkMpmp6uh8pCh8mniDOQ6EsGhq { position:relative;display:block; }
#hDGlEkbuiiiHpa3oTTr7fTAgQmQXQ9Wg { position:relative;display:block; }
#rfzsafsccCLD1QhDTVwmh0uwcyD1HOzw { position:relative;display:block; }
#dePKvT6ESOIx9q3X4d95QXsTSD5CG7CD { position:relative;display:block; }
#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 > .row .container { background-color: transparent; background-image: none; }#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 > .row .container > .video-iframe-container { display: none; }#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 > .row > .video-iframe-container { display: none; }#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 > .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); }#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 > .row .container { border-width: 0; border-radius: 0; }#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 > .row .container { font-size:14px;font-family:arial;height:529px;width:1200px;position:relative;display:block; }#pRFIxgmpS7h9MT9lJpyxrKaVw0gyUkIU { position:absolute;display:block;z-index:15007;background-color:#03c3c7;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:3px;width:104px;top:146px;left:40px;display:block; }
#IUnOkGkO0XIsugUI1Ilugg1BrqEt6eSO { color:#000000;display:block;width:253px;position:absolute;font-family:lato;font-size:26px;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:37.6484375px;left:40px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ieDiiySPBAINoNvzgTu28Gdr5MzSwULF { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:303px;width:255px;top:177px;left:72px;overflow:hidden;display:block; }
#yhToSQ6AJ02vhpELoS6bg3w9K7Lm98e2 { color:rgba(0,0,0,0.72);display:block;width:272px;position:absolute;font-family:lato;font-size:16px;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:156px;left:474px;height:48px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#dDJfNcZfoW363rsxxTgEuB62FCFulD5U { color:#000000;display:block;width:250px;position:absolute;font-family:lato;font-size:18px;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:129px;left:474px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#hHuGSAu1Ti6qarzlgnRr2qDzrkWms4eV { color:#000000;display:block;width:250px;position:absolute;font-family:lato;font-size:18px;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:235px;left:474px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#MTJQmgbLLhFRZAa0KhED2P1ThJ3cP0cQ { color:rgba(0,0,0,0.72);display:block;width:268px;position:absolute;font-family:lato;font-size:16px;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:262px;left:474px;height:72px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#HI8TxTkOPy3gn0Zocd595FEfAgDpTkSx { color:#000000;display:block;width:250px;position:absolute;font-family:lato;font-size:18px;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:366px;left:474px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TW03I3mKGhmAJggHbrpCpdzDWpicmvpN { color:rgba(0,0,0,0.72);display:block;width:269px;position:absolute;font-family:lato;font-size:16px;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:393px;left:474px;height:48px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#y5mZise5N7tDtc3SiWm8Ta9PFF4M9Wbx { color:rgba(0,0,0,0.72);display:block;width:286px;position:absolute;font-family:lato;font-size:16px;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:156px;left:875px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#JqakxOMhbs8FTWXkPVb6iazXoBJwShu1 { color:#000000;display:block;width:266px;position:absolute;font-family:lato;font-size:18px;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:129px;left:875px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#l6FCfPw6DEe9XhHG58zOG5dTSDJGrRFR { color:#000000;display:block;width:250px;position:absolute;font-family:lato;font-size:18px;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:235px;left:875px;height:27.0052px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#IH4FWM5dE32tXeQFumQrXiP95gn2vUNc { color:rgba(0,0,0,0.72);display:block;width:286px;position:absolute;font-family:lato;font-size:16px;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:262px;left:876px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#AWizC3FhEI6iAp2mbiISU7uTlP8yFsmc { color:#000000;display:block;width:250px;position:absolute;font-family:lato;font-size:18px;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:366px;left:875px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#NToChVJITQekvftTIyJxyS00vuBOfrTV { color:rgba(0,0,0,0.72);display:block;width:284px;position:absolute;font-family:lato;font-size:16px;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:393px;left:876px;height:72px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#btqn0ThSp8TQ0NrXFLneXJCkleO5qqUU { box-sizing:content-box;color:#03c3c7;font-size:23px;font-weight:400;line-height:1;height:33.9844px;width:33.9844px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:127px;left:440px;display:block; }
#gaRMkSxUMa5ZKVUPWh6EGNHV9HTs3bTA { box-sizing:content-box;color:#03c3c7;font-size:23px;font-weight:400;line-height:1;height:33.9844px;width:33.9844px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:231px;left:440px;display:block; }
#CGOnVsTtKOv4iLLHECfcek5cOSNiMClT { box-sizing:content-box;color:#03c3c7;font-size:23px;font-weight:400;line-height:1;height:33.9844px;width:33.9844px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:362px;left:440px;display:block; }
#T2Pp8NCkDWkJKmAsQMPEd1u6RPAopby8 { box-sizing:content-box;color:#03c3c7;font-size:23px;font-weight:400;line-height:1;height:33.9844px;width:33.9844px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:127px;left:840px;display:block; }
#RMiW2QvZAVXsILRtKfrQ0AEh4TEsSy3o { box-sizing:content-box;color:#03c3c7;font-size:23px;font-weight:400;line-height:1;height:33.9844px;width:33.9844px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:233px;left:840px;display:block; }
#IkIDbqKGspXZcKbNZQVs39INTwvLWK7l { box-sizing:content-box;color:#03c3c7;font-size:23px;font-weight:400;line-height:1;height:33.9844px;width:33.9844px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:365px;left:840px;display:block; }
#tXQ6iH0lKG8kTF1L1C1sDUneGKl7zdCy { color:#000000;display:block;width:234px;position:absolute;font-family:lato;font-size:23px;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:67.5390625px;left:440px;height:;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:left;text-align-last:left;display:block; }
#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#03c3c7;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row .container { background-color: transparent; background-image: none; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row .container > .video-iframe-container { display: none; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row > .video-iframe-container { display: none; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .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); }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row .container { border-width: 0; border-radius: 0; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row .container { font-size:14px;font-family:arial;height:456px;width:1200px;position:relative;display:block; }#ZWuJgV31amqv18zgQw6Nprv6FZoJSMKZ { color:#ffffff;display:block;width:435px;position:absolute;font-family:lato;font-size:45px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:102px;left:503px;height:58.5px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#lh1uEyaK9lkTwh2zt2KJZ5d0oT3Ntogh { color:#ffffff;display:block;width:587px;position:absolute;font-family:lato;font-size:25px;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:161px;left:503px;height:32.5px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#CsFcHUiWJHka1gDyWbVcApEqSELvyiZo { color:#ffffff;display:block;width:586px;position:absolute;font-family:lato;font-size:18px;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:223px;left:504px;height:144px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#w3AouHLUgoG11mJZ2wPz1HH3ClcDTIHk { color:#ffffff;display:block;width:502px;position:absolute;font-family:lato;font-size:30px;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:68px;left:503px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#bMhH6vlwmJ8iFT5t9a2FxLkZIBleodLU { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 1px 1px 11px rgba(0,0,0,0.5) ;height:347px;width:347px;top:42.749984741211px;left:106.00001525879px;overflow:hidden;display:block; }
#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/795heCLW/backgroundmaster.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S.adaptive-delivery-prevent-bg, #gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S.lazyload, #gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S.lazyloading { background-image: none; }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S > .row .container { background-color: transparent; background-image: none; }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,4,5,0.5); }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S > .row .container > .video-iframe-container { display: none; }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,4,5,0.5); }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S > .row > .video-iframe-container { display: none; }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S > .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); }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S > .row .container { border-width: 0; border-radius: 0; }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S > .row .container { font-size:14px;font-family:arial;height:550px;width:1200px;position:relative;display:block; }#shSDmncRbz30JApuZhceKnMsa8sMuQpa { color:rgba(0,0,0,0.7);display:block;width:560px;position:absolute;font-family:lato;font-size:23px;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:120px;left:640px;height:147.2px;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;text-align:center;text-align-last:center;display:block; }
#cZ9kFda6CxMZFg7KNr503Z7RNuIPwyv4 { box-sizing:content-box;color:#ffffff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15013;top:71px;left:895px;display:block; }
#OwnEchHaNr2ZzvrTxCLvSar6lSu4iaVf { color:#ffffff;display:block;width:566px;position:absolute;font-family:lato;font-size:56px;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:117px;left:0px;height:;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:center;text-align-last:center;display:block; }
#GySthMvHRU5xsl2mSWEoem3z8abX3KTv { color:#ffffff;display:block;width:487px;position:absolute;font-family:lato;font-size:42px;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:60px;left:40px;height:;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:center;text-align-last:center;display:block; }
#Shr0LCZ09wkG6AsP4f0bq2KybtiQu3R7 { color:#ffffff;display:block;width:392px;position:absolute;font-family:lato;font-size:18px;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:210px;left:87px;height:46.8px;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:center;text-align-last:center;display:block; }
#TR0qvl79qzIRSgKzR9U5qgByLhxTbSW9 { color:#ffffff;display:block;width:488px;position:absolute;font-family:lato;font-size:26px;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:280px;left:39px;height:;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:center;text-align-last:center;display:block; }
#QILfB9J6BX276K5Oah6KTXCM0ybh2TuG { background-color:#03c3c7;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-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: 1px 1px 2px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:1px 1px 2px rgba(0,0,0,0.5);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:229px;height:55px;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:434px;left:485.5px;display:block; }
#k3JuDdLAgrKOd4kwmWTOiOkRLuN5Trfe { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#AosI9ux7XMZAXqVf8CVni63um1GouLAv { color:#000000;display:block;width:328px;position:absolute;font-family:"brittany signature";font-size:33px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:300px;left:855px;height:42.9px;text-align:right;text-align-last:right;display:block; }
#dmIOIfcV0csAd4KfLTPOxhJD7nIMsq0K { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:200px;width:200px;display:none; }
#dNrJn7nU7lMQ6ws0877IkPuHsc4tGnU5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dNrJn7nU7lMQ6ws0877IkPuHsc4tGnU5 > .row .container { background-color: transparent; background-image: none; }#dNrJn7nU7lMQ6ws0877IkPuHsc4tGnU5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNrJn7nU7lMQ6ws0877IkPuHsc4tGnU5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNrJn7nU7lMQ6ws0877IkPuHsc4tGnU5 > .row .container > .video-iframe-container { display: none; }#dNrJn7nU7lMQ6ws0877IkPuHsc4tGnU5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNrJn7nU7lMQ6ws0877IkPuHsc4tGnU5 > .row > .video-iframe-container { display: none; }#dNrJn7nU7lMQ6ws0877IkPuHsc4tGnU5 > .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); }#dNrJn7nU7lMQ6ws0877IkPuHsc4tGnU5 > .row .container { border-width: 0; border-radius: 0; }#dNrJn7nU7lMQ6ws0877IkPuHsc4tGnU5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dNrJn7nU7lMQ6ws0877IkPuHsc4tGnU5 > .row .container { font-size:14px;font-family:arial;height:90px;width:1200px;position:relative;display:block; }#n8Zki3NqGG0fF0q1kQK8ZfvE7BD0sD1U { z-index:15001;top:52.991088867188px;left:454.00001525879px;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-sizing:border-box;color:#020202;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:12px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:292px;height:37px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ge8NtzvKmRVUTKFeh47KD2ZqM1096OHF { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#pbQ0Uki1zTySHFZfd49J712A4vtVmtDw { color:#020202;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:14px;left:0px;height:15.6px;text-align:center;text-align-last:center;display:block; }
#xuI2778tTkZ1APnbVxtcLkBaB9dTA9ui { color:#020202;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:35px;left:0px;height:15.6px;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob { display:block; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BG7k0u8J5GTK8ROcOxke6cW228ZVLvo8 { width:558px;height:58px;top:25px;left:0px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #vVXImMqZBMhPtaQxy81TsTUsQnFz9qUr { width:558px;height:77px;top:72px;left:0px;font-size:49px;display:block; }
 }@media only screen and (max-width: 763px) { #SiV1tlrcBNei4ToOdo4pkrXx1GtKDIiI { width:738px;height:41px;top:142px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #uvN4FLQ8uydCvHfMf0CdSs0ye7ZPoFIA { width:725px;height:67px;top:295px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #TtGlaQba6TEwb2AB1aXnhHoTwPltFMzF .widget-regular-label { width:502px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#TtGlaQba6TEwb2AB1aXnhHoTwPltFMzF .widget-input-text { width:502px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#TtGlaQba6TEwb2AB1aXnhHoTwPltFMzF .widget-input-text {padding-top: 0; padding-bottom: 0;}#TtGlaQba6TEwb2AB1aXnhHoTwPltFMzF .widget-textarea { width:502px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#TtGlaQba6TEwb2AB1aXnhHoTwPltFMzF .widget-input-select { width:502px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#TtGlaQba6TEwb2AB1aXnhHoTwPltFMzF .widget-input-select {padding-top: 0; padding-bottom: 0;}#TtGlaQba6TEwb2AB1aXnhHoTwPltFMzF .widget-input-button { width:502px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#TtGlaQba6TEwb2AB1aXnhHoTwPltFMzF .widget-checkbox-label { width:480px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TtGlaQba6TEwb2AB1aXnhHoTwPltFMzF  { width:502px;height:auto;top:381px;left:0px; }
#TtGlaQba6TEwb2AB1aXnhHoTwPltFMzF .radio-container { width:502px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#TtGlaQba6TEwb2AB1aXnhHoTwPltFMzF {display:block;}#TtGlaQba6TEwb2AB1aXnhHoTwPltFMzF { width:502px;height:auto;top:381px;left:0px; }
 }@media only screen and (max-width: 763px) { #TtGlaQba6TEwb2AB1aXnhHoTwPltFMzF #WsWzyEeUdVS8CNQOnBt2FheRh4RW0Zyz {  }
 }@media only screen and (max-width: 763px) { #TtGlaQba6TEwb2AB1aXnhHoTwPltFMzF #ztDOddW7yXpsl15TFH9pt1Vwe8UdiziR { display:block; }
 }@media only screen and (max-width: 763px) { #TtGlaQba6TEwb2AB1aXnhHoTwPltFMzF #RU3UWsT5Qv4UaPPwp7isWdeIHuwl1SsC {  }
 }@media only screen and (max-width: 763px) { #TtGlaQba6TEwb2AB1aXnhHoTwPltFMzF #rgdx5z912DG5rPqMqWiDwDxOUX2ideL7 {  }
 }@media only screen and (max-width: 763px) { #TtGlaQba6TEwb2AB1aXnhHoTwPltFMzF #m7v0wmGilETilKuqGsLNqr6fAliItlZe { display:block; }
 }@media only screen and (max-width: 763px) { #TtGlaQba6TEwb2AB1aXnhHoTwPltFMzF #xo5lTPxN5VloCD1T0iOG2sJdFZ2g4dBe {  }
 }@media only screen and (max-width: 763px) { #TtGlaQba6TEwb2AB1aXnhHoTwPltFMzF #nKhMK72HF7bGO6XpuE9nThzlM8MIuBvw {  }
 }@media only screen and (max-width: 763px) { #TtGlaQba6TEwb2AB1aXnhHoTwPltFMzF #KD89ZgAPUzpBDF4tJ0nWU7xwvyoyiXls {  }
 }@media only screen and (max-width: 763px) { #TtGlaQba6TEwb2AB1aXnhHoTwPltFMzF #PCzQBBBR2MQg8RisuPlvWv4XST2UCNll {  }
 }@media only screen and (max-width: 763px) { #TtGlaQba6TEwb2AB1aXnhHoTwPltFMzF #HssabX72hRsgNsL9FPvltPi8F3s907ss {  }
 }@media only screen and (max-width: 763px) { #TtGlaQba6TEwb2AB1aXnhHoTwPltFMzF #CydGcsm6GH7OTHIrHcr7T6AJufuT6Pmg {  }
 }@media only screen and (max-width: 763px) { #uqivglzcEoi86bZBoq5uD9RNJ0w6TTSa { display:block; }
 }@media only screen and (max-width: 763px) { #kNhbqSslyN7FsMTVSz6h5ZMAKVRGwtN7 { display:block; }
 }@media only screen and (max-width: 763px) { #OErsdaQi39mOMUhXHBsPC65qpsHG2ly6 { display:block; }
 }@media only screen and (max-width: 763px) { #TVxTbFnkMpmp6uh8pCh8mniDOQ6EsGhq { display:block; }
 }@media only screen and (max-width: 763px) { #hDGlEkbuiiiHpa3oTTr7fTAgQmQXQ9Wg { display:block; }
 }@media only screen and (max-width: 763px) { #rfzsafsccCLD1QhDTVwmh0uwcyD1HOzw { display:block; }
 }@media only screen and (max-width: 763px) { #dePKvT6ESOIx9q3X4d95QXsTSD5CG7CD { display:block; }
 }@media only screen and (max-width: 763px) { #RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 { display:block; }#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pRFIxgmpS7h9MT9lJpyxrKaVw0gyUkIU { width:104px;height:3px;top:146px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #IUnOkGkO0XIsugUI1Ilugg1BrqEt6eSO { width:252px;height:101px;top:37px;left:0px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #ieDiiySPBAINoNvzgTu28Gdr5MzSwULF { width:255px;height:303px;top:177px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #yhToSQ6AJ02vhpELoS6bg3w9K7Lm98e2 { width:271px;height:47px;top:155px;left:236px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #dDJfNcZfoW363rsxxTgEuB62FCFulD5U { width:250px;height:27px;top:128px;left:254.99307250977px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #hHuGSAu1Ti6qarzlgnRr2qDzrkWms4eV { width:250px;height:27px;top:235px;left:254.99307250977px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #MTJQmgbLLhFRZAa0KhED2P1ThJ3cP0cQ { width:267px;height:71px;top:261px;left:240px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #HI8TxTkOPy3gn0Zocd595FEfAgDpTkSx { width:250px;height:27px;top:365px;left:254.99307250977px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #TW03I3mKGhmAJggHbrpCpdzDWpicmvpN { width:268px;height:47px;top:392px;left:239px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #y5mZise5N7tDtc3SiWm8Ta9PFF4M9Wbx { width:285px;height:47px;top:155px;left:477px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #JqakxOMhbs8FTWXkPVb6iazXoBJwShu1 { width:265px;height:27px;top:128px;left:497px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #l6FCfPw6DEe9XhHG58zOG5dTSDJGrRFR { width:250px;height:27px;top:235px;left:510.00009155273px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #IH4FWM5dE32tXeQFumQrXiP95gn2vUNc { width:285px;height:71px;top:261px;left:477px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #AWizC3FhEI6iAp2mbiISU7uTlP8yFsmc { width:250px;height:27px;top:365px;left:510.00009155273px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #NToChVJITQekvftTIyJxyS00vuBOfrTV { width:283px;height:71px;top:392px;left:478px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #btqn0ThSp8TQ0NrXFLneXJCkleO5qqUU { top:127px;left:254px;width:33px;height:33px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #gaRMkSxUMa5ZKVUPWh6EGNHV9HTs3bTA { top:231px;left:254px;width:33px;height:33px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #CGOnVsTtKOv4iLLHECfcek5cOSNiMClT { top:361px;left:254px;width:33px;height:33px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #T2Pp8NCkDWkJKmAsQMPEd1u6RPAopby8 { top:127px;left:508px;width:33px;height:33px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #RMiW2QvZAVXsILRtKfrQ0AEh4TEsSy3o { top:233px;left:508px;width:33px;height:33px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #IkIDbqKGspXZcKbNZQVs39INTwvLWK7l { top:364px;left:508px;width:33px;height:33px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #tXQ6iH0lKG8kTF1L1C1sDUneGKl7zdCy { width:233px;height:29px;top:67px;left:254px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI { display:block; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZWuJgV31amqv18zgQw6Nprv6FZoJSMKZ { width:435px;height:58px;top:101px;left:284.9948425293px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #lh1uEyaK9lkTwh2zt2KJZ5d0oT3Ntogh { width:586px;height:32px;top:160px;left:177px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #CsFcHUiWJHka1gDyWbVcApEqSELvyiZo { width:585px;height:144px;top:222px;left:178px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #w3AouHLUgoG11mJZ2wPz1HH3ClcDTIHk { width:501px;height:38px;top:67px;left:262px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #bMhH6vlwmJ8iFT5t9a2FxLkZIBleodLU { top:42px;left:0px;width:347px;height:347px;display:block; }
 }@media only screen and (max-width: 763px) { #gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S { display:block; }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #shSDmncRbz30JApuZhceKnMsa8sMuQpa { width:560px;height:147px;top:120px;left:204px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #cZ9kFda6CxMZFg7KNr503Z7RNuIPwyv4 { top:71px;left:677px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #OwnEchHaNr2ZzvrTxCLvSar6lSu4iaVf { width:565px;height:72px;top:116px;left:0px;font-size:56px;display:block; }
 }@media only screen and (max-width: 763px) { #GySthMvHRU5xsl2mSWEoem3z8abX3KTv { width:486px;height:54px;top:60px;left:0px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #Shr0LCZ09wkG6AsP4f0bq2KybtiQu3R7 { width:391px;height:46px;top:210px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #TR0qvl79qzIRSgKzR9U5qgByLhxTbSW9 { width:487px;height:77px;top:280px;left:0px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #QILfB9J6BX276K5Oah6KTXCM0ybh2TuG { width:229px;height:55px;top:434px;left:267.5px;display:block; }
 }@media only screen and (max-width: 763px) { #k3JuDdLAgrKOd4kwmWTOiOkRLuN5Trfe { display:block; }
 }@media only screen and (max-width: 763px) { #AosI9ux7XMZAXqVf8CVni63um1GouLAv { top:300px;left:436px;width:328px;height:42px;font-size:33px;display:block; }
 }@media only screen and (max-width: 763px) { #dmIOIfcV0csAd4KfLTPOxhJD7nIMsq0K { display:none; }
 }@media only screen and (max-width: 763px) { #dNrJn7nU7lMQ6ws0877IkPuHsc4tGnU5 { display:block; }#dNrJn7nU7lMQ6ws0877IkPuHsc4tGnU5 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n8Zki3NqGG0fF0q1kQK8ZfvE7BD0sD1U { top:52px;left:236.00001525879px;width:292px;height:37px;display:block; }
 }@media only screen and (max-width: 763px) { #ge8NtzvKmRVUTKFeh47KD2ZqM1096OHF { display:block; }
 }@media only screen and (max-width: 763px) { #pbQ0Uki1zTySHFZfd49J712A4vtVmtDw { top:14px;left:0px;width:764px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #xuI2778tTkZ1APnbVxtcLkBaB9dTA9ui { top:35px;left:0px;width:764px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob { background-color:transparent;background-image:url("https://images.assets-landingi.com/IEeCM6x3/Untitled_Presentation_169_.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob.adaptive-delivery-prevent-bg, #kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob.lazyload, #kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob.lazyloading { background-image: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container { background-color: transparent; background-image: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container > .video-iframe-container { display: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row > .video-iframe-container { display: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .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); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container { width:320px;height:780px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BG7k0u8J5GTK8ROcOxke6cW228ZVLvo8 { width:318.984px;height:40.3px;top:54px;left:0px;text-align:center;text-align-last:center;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #vVXImMqZBMhPtaQxy81TsTUsQnFz9qUr { width:318.977px;height:63.7px;top:96.296875px;left:0px;text-align:center;text-align-last:center;font-size:49px;display:block; }
 }@media only screen and (max-width: 763px) { #SiV1tlrcBNei4ToOdo4pkrXx1GtKDIiI { width:320px;height:62.4px;top:164px;left:0px;text-align:center;text-align-last:center;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #uvN4FLQ8uydCvHfMf0CdSs0ye7ZPoFIA { width:249px;height:201.6px;top:255.4375px;left:35.5px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TtGlaQba6TEwb2AB1aXnhHoTwPltFMzF .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#TtGlaQba6TEwb2AB1aXnhHoTwPltFMzF .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#TtGlaQba6TEwb2AB1aXnhHoTwPltFMzF .widget-input-text {padding-top: 0; padding-bottom: 0;}#TtGlaQba6TEwb2AB1aXnhHoTwPltFMzF .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#TtGlaQba6TEwb2AB1aXnhHoTwPltFMzF .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#TtGlaQba6TEwb2AB1aXnhHoTwPltFMzF .widget-input-select {padding-top: 0; padding-bottom: 0;}#TtGlaQba6TEwb2AB1aXnhHoTwPltFMzF .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#TtGlaQba6TEwb2AB1aXnhHoTwPltFMzF .widget-checkbox-label { width:257px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TtGlaQba6TEwb2AB1aXnhHoTwPltFMzF  { width:280px;height:auto;top:456px;left:0px; }
#TtGlaQba6TEwb2AB1aXnhHoTwPltFMzF .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#TtGlaQba6TEwb2AB1aXnhHoTwPltFMzF {display:block;}#TtGlaQba6TEwb2AB1aXnhHoTwPltFMzF { width:280px;height:auto;top:456px;left:0px; }
 }@media only screen and (max-width: 763px) { #TtGlaQba6TEwb2AB1aXnhHoTwPltFMzF #WsWzyEeUdVS8CNQOnBt2FheRh4RW0Zyz {  }
 }@media only screen and (max-width: 763px) { #TtGlaQba6TEwb2AB1aXnhHoTwPltFMzF #ztDOddW7yXpsl15TFH9pt1Vwe8UdiziR { display:block; }
 }@media only screen and (max-width: 763px) { #TtGlaQba6TEwb2AB1aXnhHoTwPltFMzF #RU3UWsT5Qv4UaPPwp7isWdeIHuwl1SsC {  }
 }@media only screen and (max-width: 763px) { #TtGlaQba6TEwb2AB1aXnhHoTwPltFMzF #rgdx5z912DG5rPqMqWiDwDxOUX2ideL7 {  }
 }@media only screen and (max-width: 763px) { #TtGlaQba6TEwb2AB1aXnhHoTwPltFMzF #m7v0wmGilETilKuqGsLNqr6fAliItlZe { display:block; }
 }@media only screen and (max-width: 763px) { #TtGlaQba6TEwb2AB1aXnhHoTwPltFMzF #xo5lTPxN5VloCD1T0iOG2sJdFZ2g4dBe {  }
 }@media only screen and (max-width: 763px) { #TtGlaQba6TEwb2AB1aXnhHoTwPltFMzF #nKhMK72HF7bGO6XpuE9nThzlM8MIuBvw {  }
 }@media only screen and (max-width: 763px) { #TtGlaQba6TEwb2AB1aXnhHoTwPltFMzF #KD89ZgAPUzpBDF4tJ0nWU7xwvyoyiXls {  }
 }@media only screen and (max-width: 763px) { #TtGlaQba6TEwb2AB1aXnhHoTwPltFMzF #PCzQBBBR2MQg8RisuPlvWv4XST2UCNll {  }
 }@media only screen and (max-width: 763px) { #TtGlaQba6TEwb2AB1aXnhHoTwPltFMzF #HssabX72hRsgNsL9FPvltPi8F3s907ss {  }
 }@media only screen and (max-width: 763px) { #TtGlaQba6TEwb2AB1aXnhHoTwPltFMzF #CydGcsm6GH7OTHIrHcr7T6AJufuT6Pmg {  }
 }@media only screen and (max-width: 763px) { #uqivglzcEoi86bZBoq5uD9RNJ0w6TTSa { display:block; }
 }@media only screen and (max-width: 763px) { #kNhbqSslyN7FsMTVSz6h5ZMAKVRGwtN7 { display:block; }
 }@media only screen and (max-width: 763px) { #OErsdaQi39mOMUhXHBsPC65qpsHG2ly6 { display:block; }
 }@media only screen and (max-width: 763px) { #TVxTbFnkMpmp6uh8pCh8mniDOQ6EsGhq { display:block; }
 }@media only screen and (max-width: 763px) { #hDGlEkbuiiiHpa3oTTr7fTAgQmQXQ9Wg { display:block; }
 }@media only screen and (max-width: 763px) { #rfzsafsccCLD1QhDTVwmh0uwcyD1HOzw { display:block; }
 }@media only screen and (max-width: 763px) { #dePKvT6ESOIx9q3X4d95QXsTSD5CG7CD { display:block; }
 }@media only screen and (max-width: 763px) { #RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 { display:block; }#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 > .row .container { width:320px;height:1282px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pRFIxgmpS7h9MT9lJpyxrKaVw0gyUkIU { width:100px;height:3px;top:171.9765625px;left:110px;display:block; }
 }@media only screen and (max-width: 763px) { #IUnOkGkO0XIsugUI1Ilugg1BrqEt6eSO { width:234px;height:150.8px;top:15.6015625px;left:43px;text-align:center;text-align-last:center;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #ieDiiySPBAINoNvzgTu28Gdr5MzSwULF { width:221px;height:264px;top:214.9732208252px;left:49.500000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #yhToSQ6AJ02vhpELoS6bg3w9K7Lm98e2 { width:265px;height:48px;top:615px;left:41px;text-align:left;text-align-last:left;color:rgba(0,0,0,0.72);display:block; }
 }@media only screen and (max-width: 763px) { #dDJfNcZfoW363rsxxTgEuB62FCFulD5U { width:250px;height:24px;top:586px;left:48px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hHuGSAu1Ti6qarzlgnRr2qDzrkWms4eV { width:250px;height:24px;top:685px;left:46px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MTJQmgbLLhFRZAa0KhED2P1ThJ3cP0cQ { width:265px;height:72px;top:712px;left:38px;text-align:left;text-align-last:left;color:rgba(0,0,0,0.72);display:block; }
 }@media only screen and (max-width: 763px) { #HI8TxTkOPy3gn0Zocd595FEfAgDpTkSx { width:250px;height:24px;top:811px;left:45px;text-align:left;text-align-last:left;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #TW03I3mKGhmAJggHbrpCpdzDWpicmvpN { width:265px;height:48px;top:839px;left:38px;text-align:left;text-align-last:left;color:rgba(0,0,0,0.72);display:block; }
 }@media only screen and (max-width: 763px) { #y5mZise5N7tDtc3SiWm8Ta9PFF4M9Wbx { width:265px;height:48px;top:943px;left:38px;text-align:left;text-align-last:left;z-index:15001;color:rgba(0,0,0,0.72);display:block; }
 }@media only screen and (max-width: 763px) { #JqakxOMhbs8FTWXkPVb6iazXoBJwShu1 { width:250px;height:24px;top:915px;left:46px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #l6FCfPw6DEe9XhHG58zOG5dTSDJGrRFR { width:250px;height:24px;top:1021px;left:43px;text-align:left;text-align-last:left;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #IH4FWM5dE32tXeQFumQrXiP95gn2vUNc { width:265px;height:72px;top:1049px;left:38px;text-align:left;text-align-last:left;z-index:15000;color:rgba(0,0,0,0.72);display:block; }
 }@media only screen and (max-width: 763px) { #AWizC3FhEI6iAp2mbiISU7uTlP8yFsmc { width:250px;height:24px;top:1152px;left:47px;text-align:left;text-align-last:left;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #NToChVJITQekvftTIyJxyS00vuBOfrTV { width:265px;height:72px;top:1181px;left:39px;text-align:left;text-align-last:left;color:rgba(0,0,0,0.72);display:block; }
 }@media only screen and (max-width: 763px) { #btqn0ThSp8TQ0NrXFLneXJCkleO5qqUU { width:33px;height:33px;top:806px;left:14px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #gaRMkSxUMa5ZKVUPWh6EGNHV9HTs3bTA { width:33px;height:33px;top:582px;left:17px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #CGOnVsTtKOv4iLLHECfcek5cOSNiMClT { width:33px;height:33px;top:681px;left:14px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #T2Pp8NCkDWkJKmAsQMPEd1u6RPAopby8 { width:33px;height:33px;top:910px;left:14px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #RMiW2QvZAVXsILRtKfrQ0AEh4TEsSy3o { width:33px;height:33px;top:1016px;left:14px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #IkIDbqKGspXZcKbNZQVs39INTwvLWK7l { width:33px;height:33px;top:1148px;left:15px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #tXQ6iH0lKG8kTF1L1C1sDUneGKl7zdCy { width:234px;height:37.7px;top:527px;left:41px;text-align:center;text-align-last:center;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI { background-color:#03c3c7;background-image:none;display:block; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row .container { background-color: transparent; background-image: none; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row .container > .video-iframe-container { display: none; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row > .video-iframe-container { display: none; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .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); }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row .container { width:320px;height:715px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZWuJgV31amqv18zgQw6Nprv6FZoJSMKZ { width:320px;height:46.8px;top:58px;left:0px;text-align:center;text-align-last:center;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #lh1uEyaK9lkTwh2zt2KJZ5d0oT3Ntogh { width:320px;height:65px;top:104.796875px;left:0px;text-align:center;text-align-last:center;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #CsFcHUiWJHka1gDyWbVcApEqSELvyiZo { width:310px;height:201.6px;top:194.296875px;left:5px;text-align:center;text-align-last:center;color:#ffffff;font-size:18px;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #w3AouHLUgoG11mJZ2wPz1HH3ClcDTIHk { width:320px;height:39px;top:19px;left:0px;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #bMhH6vlwmJ8iFT5t9a2FxLkZIBleodLU { width:274px;height:274px;top:426.109375px;left:23px;display:block; }
 }@media only screen and (max-width: 763px) { #gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S { background-color:transparent;background-image:url("https://images.assets-landingi.com/IEeCM6x3/Untitled_Presentation_169_.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S.adaptive-delivery-prevent-bg, #gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S.lazyload, #gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S.lazyloading { background-image: none; }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S > .row .container { background-color: transparent; background-image: none; }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(16,12,12,0.5); }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S > .row .container > .video-iframe-container { display: none; }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(16,12,12,0.5); }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S > .row > .video-iframe-container { display: none; }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S > .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); }#gTW3ArsAJTs3q3BbH8KPNaCfvqOMRT4S > .row .container { width:320px;height:980px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #shSDmncRbz30JApuZhceKnMsa8sMuQpa { width:320px;height:211.2px;top:407px;left:0px;text-align:center;text-align-last:center;color:#000000;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #cZ9kFda6CxMZFg7KNr503Z7RNuIPwyv4 { width:50px;height:50px;top:341px;left:135px;font-size:35px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OwnEchHaNr2ZzvrTxCLvSar6lSu4iaVf { width:320px;height:99px;top:71.000007629395px;left:0px;text-align:center;text-align-last:center;font-size:45px;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #GySthMvHRU5xsl2mSWEoem3z8abX3KTv { width:300px;height:39px;top:23px;left:10px;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #Shr0LCZ09wkG6AsP4f0bq2KybtiQu3R7 { width:291px;height:130px;top:188.625px;left:14.5px;text-align:center;text-align-last:center;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #TR0qvl79qzIRSgKzR9U5qgByLhxTbSW9 { width:320px;height:109.2px;top:751px;left:0px;text-align:center;text-align-last:center;font-size:26px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #QILfB9J6BX276K5Oah6KTXCM0ybh2TuG { width:232px;height:55px;top:888.2109375px;left:44px;display:block; }
 }@media only screen and (max-width: 763px) { #k3JuDdLAgrKOd4kwmWTOiOkRLuN5Trfe { display:block; }
 }@media only screen and (max-width: 763px) { #AosI9ux7XMZAXqVf8CVni63um1GouLAv { width:314px;height:41.6px;top:665px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #dmIOIfcV0csAd4KfLTPOxhJD7nIMsq0K { top:343px;left:0px;width:320px;height:381px;z-index:15007;background-color:rgba(3,195,199,0.73);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #dNrJn7nU7lMQ6ws0877IkPuHsc4tGnU5 { display:block; }#dNrJn7nU7lMQ6ws0877IkPuHsc4tGnU5 > .row .container { width:320px;height:116px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n8Zki3NqGG0fF0q1kQK8ZfvE7BD0sD1U { top:72px;left:22px;width:277px;height:37px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #ge8NtzvKmRVUTKFeh47KD2ZqM1096OHF { display:block; }
 }@media only screen and (max-width: 763px) { #pbQ0Uki1zTySHFZfd49J712A4vtVmtDw { width:320px;height:15.6px;top:18px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #xuI2778tTkZ1APnbVxtcLkBaB9dTA9ui { width:320px;height:31.2px;top:43px;left:0px;font-size:12px;display:block; }
 }