.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;
}
html,
body {
  font-size: 16px;
}
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-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[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@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:transparent;background-image:url("https://images.assets-landingi.com/uc/4e0b52c6-fc09-4697-b696-82d604cace2b/download_56.webp");background-position:top right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.32); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.32); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#WTN1ZmTh9os2mT0XLxUp5OihMtS5tOOT { position:relative;display:none; }#WTN1ZmTh9os2mT0XLxUp5OihMtS5tOOT { border-width: 0; border-radius: 0; }#WTN1ZmTh9os2mT0XLxUp5OihMtS5tOOT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#WTN1ZmTh9os2mT0XLxUp5OihMtS5tOOT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:1.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#XhN1lSfo31QAHk4MyUObBWN9zq2TVFm6 { background-color:rgba(64,84,102,0.01);background-image:url("https://images.assets-landingi.com/uc/83be5cdd-81c2-45de-9b68-929c1ef641d0/Dave_and_Roxanne_Obiso_bg.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#XhN1lSfo31QAHk4MyUObBWN9zq2TVFm6.adaptive-delivery-prevent-bg, #XhN1lSfo31QAHk4MyUObBWN9zq2TVFm6.lazyload, #XhN1lSfo31QAHk4MyUObBWN9zq2TVFm6.lazyloading { background-image: none; }#XhN1lSfo31QAHk4MyUObBWN9zq2TVFm6 > .row .container { background-color: transparent; background-image: none; }#XhN1lSfo31QAHk4MyUObBWN9zq2TVFm6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XhN1lSfo31QAHk4MyUObBWN9zq2TVFm6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XhN1lSfo31QAHk4MyUObBWN9zq2TVFm6 > .row .container > .video-iframe-container { display: none; }#XhN1lSfo31QAHk4MyUObBWN9zq2TVFm6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XhN1lSfo31QAHk4MyUObBWN9zq2TVFm6 > .row > .video-iframe-container { display: none; }#XhN1lSfo31QAHk4MyUObBWN9zq2TVFm6 > .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); }#XhN1lSfo31QAHk4MyUObBWN9zq2TVFm6 > .row .container { border-width: 0; border-radius: 0; }#XhN1lSfo31QAHk4MyUObBWN9zq2TVFm6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XhN1lSfo31QAHk4MyUObBWN9zq2TVFm6 > .row .container { font-size:0.875rem;font-family:arial;height:64.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#EI19T52wiIAV7Pp99ta7GTnqCpE8zK8g { color:#382b2b;display:block;width:47.25rem;position:absolute;font-family:oswald;font-size:3.375rem;font-weight:400;z-index:15000;line-height:1.1;letter-spacing:0;top:2.0906219482422rem;left:1.25rem;height:11.1354375rem;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; }
#wgTT6hHmoIUG5khkMdAfvd22Xe6VRVLD { color:#ffffff;display:block;width:24rem;position:absolute;font-family:oswald;font-size:1.75rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:14.362500190735rem;left:1.25rem;height:9.798625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#kRoQHxPZZUTRVwKNTcqT3Ub0vEX6WEGd { position:absolute;display:block;z-index:14997;height:21.75rem;width:38.7491875rem;top:23.759763717651rem;left:33.716014862061rem;display:none; }
#E3eP59c11vheu58m4gMlS3kbIsDZ14Th { box-sizing:content-box;height:29.75rem;width:24.4375rem;position:absolute;display:block;z-index:15007;background-color:#0d98ba;background-image:none;top:2.0625rem;left:49.4375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#MeVJDFRTxSEXEmTqvBfqpN1QvtxTCp05 { color:#ffffff;display:block;width:21.5rem;position:absolute;font-family:oswald;font-size:1.75rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:4.5086808204651rem;left:50.90625rem;height:6.299475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SIdKnHK2HcyU2ASh4ixZXDtCIxOJFROc .widget-form-header {  }
#SIdKnHK2HcyU2ASh4ixZXDtCIxOJFROc .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.9375rem;font-weight:bold;color:#000000;width:17.5rem;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;text-align:left;text-align-last:left;vertical-align:top;overflow:hidden; }
#SIdKnHK2HcyU2ASh4ixZXDtCIxOJFROc .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:17.5rem;box-sizing:border-box;height:3rem;color:#161616;font-size:1.25rem;overflow:hidden;font-family:montserrat;vertical-align:top;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#SIdKnHK2HcyU2ASh4ixZXDtCIxOJFROc .widget-input-text {padding-top: 0; padding-bottom: 0;}#SIdKnHK2HcyU2ASh4ixZXDtCIxOJFROc .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:1.25rem;overflow:hidden;font-family:montserrat;vertical-align:top;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#SIdKnHK2HcyU2ASh4ixZXDtCIxOJFROc .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#SIdKnHK2HcyU2ASh4ixZXDtCIxOJFROc .widget-input-select {padding-top: 0; padding-bottom: 0;}#SIdKnHK2HcyU2ASh4ixZXDtCIxOJFROc .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; }
#SIdKnHK2HcyU2ASh4ixZXDtCIxOJFROc .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#SIdKnHK2HcyU2ASh4ixZXDtCIxOJFROc .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#dec71f;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: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;box-sizing:border-box;font-size:1.5625rem;font-weight:700;color:#ffffff;width:17.5rem;height:3.625rem;font-family:oswald;overflow:hidden;font-style:normal; }
#SIdKnHK2HcyU2ASh4ixZXDtCIxOJFROc [class*="-text"]:-moz-placeholder { color:#500404;font-family:"source sans pro";font-size:1.5625rem;text-align:center;text-align-last:center; }
#SIdKnHK2HcyU2ASh4ixZXDtCIxOJFROc [class*="-text"]::-moz-placeholder { color:#500404;font-family:"source sans pro";font-size:1.5625rem;text-align:center;text-align-last:center; }
#SIdKnHK2HcyU2ASh4ixZXDtCIxOJFROc [class*="-text"]:-ms-input-placeholder { color:#500404;font-family:"source sans pro";font-size:1.5625rem;text-align:center;text-align-last:center; }
#SIdKnHK2HcyU2ASh4ixZXDtCIxOJFROc [class*="-text"]::-webkit-input-placeholder { color:#500404;font-family:"source sans pro";font-size:1.5625rem;text-align:center;text-align-last:center; }
#SIdKnHK2HcyU2ASh4ixZXDtCIxOJFROc .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:montserrat;line-height:1.3;font-size:0.75rem;font-weight:300;color:#ffffff;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal;float:none; }
#SIdKnHK2HcyU2ASh4ixZXDtCIxOJFROc .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; }
#SIdKnHK2HcyU2ASh4ixZXDtCIxOJFROc .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:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#SIdKnHK2HcyU2ASh4ixZXDtCIxOJFROc .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#SIdKnHK2HcyU2ASh4ixZXDtCIxOJFROc .widget-container:first-of-type{padding-top:0;}#SIdKnHK2HcyU2ASh4ixZXDtCIxOJFROc .widget-container:last-of-type{padding-bottom:0;}#SIdKnHK2HcyU2ASh4ixZXDtCIxOJFROc  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;z-index:15014;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.288194656372rem;left:51.488716125488rem; }
#SIdKnHK2HcyU2ASh4ixZXDtCIxOJFROc .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#SIdKnHK2HcyU2ASh4ixZXDtCIxOJFROc .widget-info-text { display:block;height:auto;font-family:arial;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; }
#SIdKnHK2HcyU2ASh4ixZXDtCIxOJFROc {display:block;}#SIdKnHK2HcyU2ASh4ixZXDtCIxOJFROc { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;z-index:15014;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.288194656372rem;left:51.488716125488rem; }
#SIdKnHK2HcyU2ASh4ixZXDtCIxOJFROc #pv17VAd6L0isM4tg4lRqCfJ43TwAE6nT { position:relative; }
#SIdKnHK2HcyU2ASh4ixZXDtCIxOJFROc #mm9ziT5h0yAaHErooRln8TgX0flrOXsm { position:relative;display:none; }
#SIdKnHK2HcyU2ASh4ixZXDtCIxOJFROc #hmdvTima8AOSFQXUJhTZzt5pMMVBrlRE { position:relative; }
#SIdKnHK2HcyU2ASh4ixZXDtCIxOJFROc #Lsg3kudUnVpu89ayDEbwTfnNZagqvtJC { position:relative; }
#SIdKnHK2HcyU2ASh4ixZXDtCIxOJFROc #pvTxTA7ENeuEDPwei8LqvM5NU9EhJbTT { position:relative;display:none; }
#SIdKnHK2HcyU2ASh4ixZXDtCIxOJFROc #A4AxBirJUzNN1VqkTXTTMVbXQEXUQmXc { position:relative; }
#SIdKnHK2HcyU2ASh4ixZXDtCIxOJFROc #ZNFbm1FmJfC8zH3ch3odi3CAccrMTnCX { position:relative; }
#SIdKnHK2HcyU2ASh4ixZXDtCIxOJFROc #C6dUbO3SVUadrsTBU2COrOLWKUee5nQP { position:relative; }
#SIdKnHK2HcyU2ASh4ixZXDtCIxOJFROc #wK2rGLo71W0BKmqNqLb9cuRndZd6wba9 { position:relative; }
#SIdKnHK2HcyU2ASh4ixZXDtCIxOJFROc #htzhWqHpFKT936UkI7nNxTAOnNFEPCUo { position:relative;z-index:2; }
#SIdKnHK2HcyU2ASh4ixZXDtCIxOJFROc #CKiGhbUiidEMGaeNdQR4xTeK2caOfSCt { position:relative; }
#AGxk3ODR1wM7qthAGqrwZd0A831hUHfs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e0bc5d04-d829-4165-9628-af8b281e4652/Dave_and_Roxanne_Obiso_1.webp");background-position:center left !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; }#AGxk3ODR1wM7qthAGqrwZd0A831hUHfs.adaptive-delivery-prevent-bg, #AGxk3ODR1wM7qthAGqrwZd0A831hUHfs.lazyload, #AGxk3ODR1wM7qthAGqrwZd0A831hUHfs.lazyloading { background-image: none; }#AGxk3ODR1wM7qthAGqrwZd0A831hUHfs > .row .container { background-color: transparent; background-image: none; }#AGxk3ODR1wM7qthAGqrwZd0A831hUHfs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AGxk3ODR1wM7qthAGqrwZd0A831hUHfs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AGxk3ODR1wM7qthAGqrwZd0A831hUHfs > .row .container > .video-iframe-container { display: none; }#AGxk3ODR1wM7qthAGqrwZd0A831hUHfs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AGxk3ODR1wM7qthAGqrwZd0A831hUHfs > .row > .video-iframe-container { display: none; }#AGxk3ODR1wM7qthAGqrwZd0A831hUHfs > .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); }#AGxk3ODR1wM7qthAGqrwZd0A831hUHfs > .row .container { border-width: 0; border-radius: 0; }#AGxk3ODR1wM7qthAGqrwZd0A831hUHfs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AGxk3ODR1wM7qthAGqrwZd0A831hUHfs > .row .container { font-size:0.875rem;font-family:arial;height:11.875rem;width:75rem;position:relative;display:block; }#F1WbmIu5mPdiaR9QZAcOPXQKBeTC6kKr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d98ba;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; }#F1WbmIu5mPdiaR9QZAcOPXQKBeTC6kKr > .row .container { background-color: transparent; background-image: none; }#F1WbmIu5mPdiaR9QZAcOPXQKBeTC6kKr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F1WbmIu5mPdiaR9QZAcOPXQKBeTC6kKr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F1WbmIu5mPdiaR9QZAcOPXQKBeTC6kKr > .row .container > .video-iframe-container { display: none; }#F1WbmIu5mPdiaR9QZAcOPXQKBeTC6kKr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F1WbmIu5mPdiaR9QZAcOPXQKBeTC6kKr > .row > .video-iframe-container { display: none; }#F1WbmIu5mPdiaR9QZAcOPXQKBeTC6kKr > .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); }#F1WbmIu5mPdiaR9QZAcOPXQKBeTC6kKr > .row .container { border-width: 0; border-radius: 0; }#F1WbmIu5mPdiaR9QZAcOPXQKBeTC6kKr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F1WbmIu5mPdiaR9QZAcOPXQKBeTC6kKr > .row .container { font-size:0.875rem;font-family:arial;height:28.1875rem;width:75rem;position:relative;display:block; }#vaiRNRNDWT7mI7hVZLNE4JFlr9CPK4XT { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;border-top:0.625rem solid #dec71f;border-left:0.625rem solid #dec71f;border-right:0.625rem solid #dec71f;border-bottom:0.625rem solid #dec71f;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.1) ;height:7.3125rem;width:7.3125rem;top:3.6875rem;left:8.25rem;display:block; }
#V7DXO88KEU1No4S9DreoXrTLEsFSWsRn { color:#dcdcc7;display:block;width:25rem;position:absolute;font-family:oswald;font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:13.25rem;left:0rem;height:1.94986875rem;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; }
#n5GeLIlTkXZBDCQcvTR6e5Nwy2ypR8TE { color:#dcdcc7;display:block;width:25rem;position:absolute;font-family:oswald;font-size:1.5rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:13.25rem;left:50rem;height:1.94986875rem;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; }
#Ue8ws5OSq8AV7gBq2RaAMfXF9UyTNd9K { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:5.9375rem;left:10.4375rem; }
#oQL0xOC8LoTJSMdAQtJP5SGuUkrkRU9H { box-sizing:content-box;color:#5d92ff;font-size:2.75rem;font-weight:400;line-height:1;height:3.9375rem;width:3.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:6rem;left:60.531253814698rem; }
#xSVDiyuxUtAoukc3JCMPkIivf7ufuiPA { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;border-top:0.625rem solid #dec71f;border-left:0.625rem solid #dec71f;border-right:0.625rem solid #dec71f;border-bottom:0.625rem solid #dec71f;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.1) ;height:7.3125rem;width:7.3125rem;top:3.6875rem;left:58.25rem;display:block; }
#twEZ5xfOV6omMAqu5q36mHmzTpImv3dU { color:#dcdcc7;display:block;width:19rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:16.5rem;left:3rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IZ6up9Nbfu8lqZ5QUiBdNZTZ3ymFDuHk { color:#dcdcc7;display:block;width:21.75rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:16.500000476837rem;left:51.625003814698rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cVV23hc2cNl1S2CCfxvyPSqLECa3qTSb { color:#dcdcc7;display:block;width:25rem;position:absolute;font-family:oswald;font-size:1.5rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:13.250000476837rem;left:25.000003814698rem;height:1.94986875rem;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; }
#o7mgrdsdZWAcA69uVDhTSHmPk5G2BHHg { color:#dcdcc7;display:block;width:19.625rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:16.499998092651rem;left:27.687501907349rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SsoVENiz8AfOI4CuepPHuET27glzzCaQ { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;border-top:0.625rem solid #dec71f;border-left:0.625rem solid #dec71f;border-right:0.625rem solid #dec71f;border-bottom:0.625rem solid #dec71f;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.1) ;height:7.3125rem;width:7.3125rem;top:3.6875004768372rem;left:33.218753814698rem;display:block; }
#LCWRGxOvEsIVU4J396qnKWhii7pXn6D4 { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:6.1250004768372rem;left:35.656253814698rem; }
#zXmU4DIJ02HnfxU1NqZ3tgHR8d0UAvao { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e0bc5d04-d829-4165-9628-af8b281e4652/Dave_and_Roxanne_Obiso_1.webp");background-position:bottom 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; }#zXmU4DIJ02HnfxU1NqZ3tgHR8d0UAvao.adaptive-delivery-prevent-bg, #zXmU4DIJ02HnfxU1NqZ3tgHR8d0UAvao.lazyload, #zXmU4DIJ02HnfxU1NqZ3tgHR8d0UAvao.lazyloading { background-image: none; }#zXmU4DIJ02HnfxU1NqZ3tgHR8d0UAvao > .row .container { background-color: transparent; background-image: none; }#zXmU4DIJ02HnfxU1NqZ3tgHR8d0UAvao::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zXmU4DIJ02HnfxU1NqZ3tgHR8d0UAvao > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zXmU4DIJ02HnfxU1NqZ3tgHR8d0UAvao > .row .container > .video-iframe-container { display: none; }#zXmU4DIJ02HnfxU1NqZ3tgHR8d0UAvao > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zXmU4DIJ02HnfxU1NqZ3tgHR8d0UAvao > .row > .video-iframe-container { display: none; }#zXmU4DIJ02HnfxU1NqZ3tgHR8d0UAvao > .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); }#zXmU4DIJ02HnfxU1NqZ3tgHR8d0UAvao > .row .container { border-width: 0; border-radius: 0; }#zXmU4DIJ02HnfxU1NqZ3tgHR8d0UAvao > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zXmU4DIJ02HnfxU1NqZ3tgHR8d0UAvao > .row .container { font-size:0.875rem;font-family:arial;height:13.875rem;width:75rem;position:relative;display:block; }#D9697qlLfyXbWoucqKbFAOf7KpBSsUdQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e23236c5-a52c-473e-b87a-46de6491aac6/clouds_1.webp");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; }#D9697qlLfyXbWoucqKbFAOf7KpBSsUdQ.adaptive-delivery-prevent-bg, #D9697qlLfyXbWoucqKbFAOf7KpBSsUdQ.lazyload, #D9697qlLfyXbWoucqKbFAOf7KpBSsUdQ.lazyloading { background-image: none; }#D9697qlLfyXbWoucqKbFAOf7KpBSsUdQ > .row .container { background-color: transparent; background-image: none; }#D9697qlLfyXbWoucqKbFAOf7KpBSsUdQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(142,200,202,0.65); }#D9697qlLfyXbWoucqKbFAOf7KpBSsUdQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9697qlLfyXbWoucqKbFAOf7KpBSsUdQ > .row .container > .video-iframe-container { display: none; }#D9697qlLfyXbWoucqKbFAOf7KpBSsUdQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(142,200,202,0.65); }#D9697qlLfyXbWoucqKbFAOf7KpBSsUdQ > .row > .video-iframe-container { display: none; }#D9697qlLfyXbWoucqKbFAOf7KpBSsUdQ > .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); }#D9697qlLfyXbWoucqKbFAOf7KpBSsUdQ > .row .container { border-width: 0; border-radius: 0; }#D9697qlLfyXbWoucqKbFAOf7KpBSsUdQ::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; }#D9697qlLfyXbWoucqKbFAOf7KpBSsUdQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D9697qlLfyXbWoucqKbFAOf7KpBSsUdQ > .row .container { font-size:0.875rem;font-family:arial;height:67.1875rem;width:75rem;position:relative;display:block; }#TawQRJhPLILbc4krWBNvyFsmAD5gS8If { background-color:#dec71f;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-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#3a3234;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.874375rem;height:3.06185rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:61.625rem;left:30.5625rem;display:block; }
#vI08Q59vNLgNyh6MmiWyUquprFu82uSf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lk6n6onaQzHDfTGTCswmp4NGPHr05FdT { color:#dcdcc7;display:block;width:16.6875rem;position:absolute;font-family:oswald;font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:23.8125rem;left:14.25rem;height:1.94986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bpBPmvW6rngHoWaiI9NhgXzAF6bNWrAO { position:absolute;display:block;z-index:15000;background-color:#0d98ba;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.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:50.6875rem;width:57.3125rem;top:3.6875rem;left:8.875rem;display:block; }
#Osqv9xd9gkUVOpF5fPXiSeT6fCCIylaC { color:#dcdcc7;display:block;width:27.625rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:6.5625rem;left:34.75rem;height:43.875rem;font-style:normal;display:block; }
#rzWVP4sZzzH9hGWIqNOL5L8mOtTcCbVE { color:#3a3234;display:block;width:49.75rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:56.4375rem;left:12.625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#Tu6TRTb8KDv5OoTDLIaf9IZXZhQIEfmN { position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ddd7feb5-a18d-40e6-a453-8b177000fad7/Dave_and_Roxanne_Obiso_new.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:16.6875rem;width:16.6875rem;top:6.5625rem;left:14.25rem;display:block; }#Tu6TRTb8KDv5OoTDLIaf9IZXZhQIEfmN.adaptive-delivery-prevent-bg, #Tu6TRTb8KDv5OoTDLIaf9IZXZhQIEfmN.lazyload, #Tu6TRTb8KDv5OoTDLIaf9IZXZhQIEfmN.lazyloading { background-image: none; }
#O69r1dRHtRRqg8WRz7VSVeQL5xBCdwQc { 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; }#O69r1dRHtRRqg8WRz7VSVeQL5xBCdwQc > .row .container { background-color: transparent; background-image: none; }#O69r1dRHtRRqg8WRz7VSVeQL5xBCdwQc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O69r1dRHtRRqg8WRz7VSVeQL5xBCdwQc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O69r1dRHtRRqg8WRz7VSVeQL5xBCdwQc > .row .container > .video-iframe-container { display: none; }#O69r1dRHtRRqg8WRz7VSVeQL5xBCdwQc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O69r1dRHtRRqg8WRz7VSVeQL5xBCdwQc > .row > .video-iframe-container { display: none; }#O69r1dRHtRRqg8WRz7VSVeQL5xBCdwQc > .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); }#O69r1dRHtRRqg8WRz7VSVeQL5xBCdwQc > .row .container { border-width: 0; border-radius: 0; }#O69r1dRHtRRqg8WRz7VSVeQL5xBCdwQc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O69r1dRHtRRqg8WRz7VSVeQL5xBCdwQc > .row .container { font-size:0.875rem;font-family:arial;height:30rem;width:75rem;position:relative;display:block; }#UwQkXrH5QoNzGt4Xd18mmD70vFoDkJnd { position:absolute;display:block;z-index:15003;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: none;height:14.8125rem;width:14.6875rem;top:1.875rem;left:5.1875rem;overflow:hidden;display:block; }
#Sf6FgdiHDVZBaLzSumVLNKtCNc3GAyVt { position:absolute;display:block;z-index:15000;background-color:#dfe1d9;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-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:16.5625rem;width:21.875rem;top:4.0625rem;left:1.5625rem;display:block; }
#oVOBHzyaNaDekEhupaUvb20n1ssUE07O { position:absolute;display:block;z-index:15001;background-color:#0d98ba;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-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:0.3125rem;width:21.875rem;top:20.375rem;left:1.5625rem;display:block; }
#DzQkeGQ5BHVWzaPpt8dhmlsd0nudsunn { color:#454545;display:block;width:7.1875rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:21.9375rem;left:8.9375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KWpguTXOAm9pdzUXPkO8HAvUKxUhtaG2 { color:#979597;display:block;width:19rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:24.5rem;left:3rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xAhKoaMGoFfH9BXAJBUailPAZQDIwcC0 { 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;box-shadow: none;height:14.6875rem;width:14.6875rem;top:1.875rem;left:55.1875rem;overflow:hidden;display:block; }
#hapC1irR9Jfy7kZS3cx7xfHEhEpLIcNq { position:absolute;display:block;z-index:15005;background-color:#dfe1d9;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-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:16.5625rem;width:21.875rem;top:4.0625rem;left:51.5625rem;display:block; }
#wp60TNPTh0bHTUtLXPNot3K1BZcfyl8p { position:absolute;display:block;z-index:15006;background-color:#0d98ba;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-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:0.3125rem;width:21.875rem;top:20.368056774139rem;left:51.5625rem;display:block; }
#P0ZrCuf2IM1NH82uoOAabn5IzEIBtHQx { color:#454545;display:block;width:7.1875rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:21.9375rem;left:58.9375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gwqnihuXUoNdUSaxPCgTEWSE1ya3fSxV { color:#979597;display:block;width:19rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:24.5rem;left:53rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FTlm1TAb5VV6FtT9HztsM3qWvuXyB1kr { position:absolute;display:block;z-index:15004;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: none;height:17.4375rem;width:17.4375rem;top:1.875rem;left:28.8125rem;overflow:hidden;display:block; }
#gWrfvpvUC2Nk1UxHi57ds9IIPIZp4ffc { position:absolute;display:block;z-index:15001;background-color:#0d98ba;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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:16.875rem;width:21.875rem;top:3.8125rem;left:26.5625rem;display:block; }
#p8tq3THlCGuVE0mq5QbGgC9akM65S5GB { color:#454545;display:block;width:7.625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:21.9375rem;left:33.6875rem;height:1.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r0vnWEF5TKSTApF5ByV9ZlGhO9qTUS0Z { color:#979597;display:block;width:21.875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:24.5rem;left:26.5625rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M43SSZX5GzyeVFhBdDcSEJdWK2m2T67l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d98ba;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; }#M43SSZX5GzyeVFhBdDcSEJdWK2m2T67l > .row .container { background-color: transparent; background-image: none; }#M43SSZX5GzyeVFhBdDcSEJdWK2m2T67l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M43SSZX5GzyeVFhBdDcSEJdWK2m2T67l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M43SSZX5GzyeVFhBdDcSEJdWK2m2T67l > .row .container > .video-iframe-container { display: none; }#M43SSZX5GzyeVFhBdDcSEJdWK2m2T67l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M43SSZX5GzyeVFhBdDcSEJdWK2m2T67l > .row > .video-iframe-container { display: none; }#M43SSZX5GzyeVFhBdDcSEJdWK2m2T67l > .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); }#M43SSZX5GzyeVFhBdDcSEJdWK2m2T67l > .row .container { border-width: 0; border-radius: 0; }#M43SSZX5GzyeVFhBdDcSEJdWK2m2T67l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M43SSZX5GzyeVFhBdDcSEJdWK2m2T67l > .row .container { font-size:0.875rem;font-family:arial;height:9.5rem;width:75rem;position:relative;display:block; }#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH .widget-form-header {  }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH .widget-regular-label { display:block;width:25.0625rem;height:auto;font-size:0.875rem;font-family:"open sans";line-height:1;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#ffffff;background-color:transparent;background-image:none;overflow:hidden;font-weight:400;font-style:normal;vertical-align:top; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:25.0625rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#000000;line-height:1;box-sizing:border-box;font-family:montserrat;font-weight:400;font-size:1.25rem;background-color:#ffffff;background-image:none;overflow:hidden; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH .widget-input-text {padding-top: 0; padding-bottom: 0;}#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:25.0625rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#000000;line-height:1;box-sizing:border-box;font-family:montserrat;font-weight:400;font-size:1.25rem;background-color:#ffffff;background-image:none;overflow:hidden; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH .widget-input-select { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;border-top:0;border-right:0;border-bottom:0;border-left:0;height:3.125rem;width:25.0625rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#000000;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;text-align:left;text-align-last:left;font-size:0.8125rem;background-color:#f2f9ff;background-image:none;overflow:hidden; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH .widget-input-select {padding-top: 0; padding-bottom: 0;}#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:0.8125rem;height:0.8125rem;margin-top:0.1875rem;margin-right:0.1875rem;margin-bottom:0.1875rem;margin-left:0.3125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top;box-sizing:border-box; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5rem;width:18rem;padding-top:0.875rem;padding-right:0.875rem;padding-bottom:0.875rem;padding-left:0.875rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#ffffff;line-height:1;box-sizing:border-box;font-family:oswald;font-weight:400;text-align:center;text-align-last:center;font-size:1.75rem;background-color:#dec71f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden;font-style:normal; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH [class*="-text"]:-moz-placeholder { font-size:1.25rem;font-family:oswald;color:#282828;text-align:center;text-align-last:center; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH [class*="-text"]::-moz-placeholder { font-size:1.25rem;font-family:oswald;color:#282828;text-align:center;text-align-last:center; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH [class*="-text"]:-ms-input-placeholder { font-size:1.25rem;font-family:oswald;color:#282828;text-align:center;text-align-last:center; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH [class*="-text"]::-webkit-input-placeholder { font-size:1.25rem;font-family:oswald;color:#282828;text-align:center;text-align-last:center; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:68.625rem;height:auto;font-size:0.75rem;font-family:"open sans";line-height:1.2;margin-top:0.125rem;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:#ffffff; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:0.8125rem;height:0.8125rem;margin-top:1.4375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:middle; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH .widget-radio-label { font-size:1rem;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;width:11.84375rem;vertical-align:middle;margin-top:1.375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:#000000; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH .widget-container:first-of-type{padding-top:0;}#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH .widget-container:last-of-type{padding-bottom:0;}#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:70rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:1.25rem;top:0.84375rem;z-index:15009;position:absolute; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH .radio-container { width:25.6875rem; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:70rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:1.25rem;top:0.84375rem;z-index:15009;position:absolute; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH #tpTikPha2THR65yQEIXTE5wTzqTxqurT { position:relative; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH #MbDQagCKJl9yyv6rpXBIzsUu84qHWoQO { position:relative;display:none; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH #Ig9DD1TLFiMFUBrC2sUTbXW5AuhHTuog { position:relative; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH #blTHrLWPrvC37NiC25IwMaLz6hvKbeio { position:relative; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH #UiurT3lJLxaNpDZPuXQWKh7vAuKwNZl0 { position:relative;display:none; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH #gM6ELoEuU1Cd0LF6mnt0fXTTg3DfpoWg { position:relative; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH #IHhn0Bf8S99GT3gH4rqB9kwgU4we4Ca4 { position:relative; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH #zweKm128Xvh4q9vlWTgWSs6zmvoXoIeT { position:relative; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH #ixRqhahOOw62GJx9WO4Rie8zJ87KVXTe { position:relative; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH #nKPBFXNVIKobovyq5VUZVfCHsTqGTrr1 { position:relative;z-index:2; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH #IgIRdkSMRJqz6DETzGl3G4upIygV79Oi { position:relative; }
#P2eXaX2u6be5X4V1q3l49E1ETGaU0PbS { position:relative;display:block; }
#ThToZcBZouOwb5qwqSdxmBpQeynn71ck { position:relative;display:block; }
#ReGTc7rkTPEZoN1A1Qr7LuJAqHP1ozbN { position:relative;display:block; }
#JOUTCtUw7q1IIMytAHadcKEnNEuZwmNn { position:relative;display:block; }
#aIyEcJebuXXqfEuGDQdexGklhMbi5PDx { position:relative;display:block; }
#xEUh2oUdgC44neobbgaHgvzP9cTNRLxv { position:relative;display:block; }
#ksK9IHy4HaclTcSqI14QwKlBJEROPEW1 { position:relative;display:block; }
#HkdqGRFoU2OTFASDP4MOX3ZbgxAkEqOE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e0bc5d04-d829-4165-9628-af8b281e4652/Dave_and_Roxanne_Obiso_1.webp");background-position:bottom 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; }#HkdqGRFoU2OTFASDP4MOX3ZbgxAkEqOE.adaptive-delivery-prevent-bg, #HkdqGRFoU2OTFASDP4MOX3ZbgxAkEqOE.lazyload, #HkdqGRFoU2OTFASDP4MOX3ZbgxAkEqOE.lazyloading { background-image: none; }#HkdqGRFoU2OTFASDP4MOX3ZbgxAkEqOE > .row .container { background-color: transparent; background-image: none; }#HkdqGRFoU2OTFASDP4MOX3ZbgxAkEqOE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HkdqGRFoU2OTFASDP4MOX3ZbgxAkEqOE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HkdqGRFoU2OTFASDP4MOX3ZbgxAkEqOE > .row .container > .video-iframe-container { display: none; }#HkdqGRFoU2OTFASDP4MOX3ZbgxAkEqOE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HkdqGRFoU2OTFASDP4MOX3ZbgxAkEqOE > .row > .video-iframe-container { display: none; }#HkdqGRFoU2OTFASDP4MOX3ZbgxAkEqOE > .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); }#HkdqGRFoU2OTFASDP4MOX3ZbgxAkEqOE > .row .container { border-width: 0; border-radius: 0; }#HkdqGRFoU2OTFASDP4MOX3ZbgxAkEqOE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HkdqGRFoU2OTFASDP4MOX3ZbgxAkEqOE > .row .container { font-size:0.875rem;font-family:arial;height:15.125rem;width:75rem;position:relative;display:block; }#Sx7ZsBfA81zTH8uyqISVfN2xQabgoKy9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0d98ba, #f4f2e0);background-image: -moz-linear-gradient(180deg, #0d98ba, #f4f2e0);background-image: -ms-linear-gradient(180deg, #0d98ba, #f4f2e0);background-image: -o-linear-gradient(180deg, #0d98ba, #f4f2e0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d98ba', endColorstr='#f4f2e0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d98ba', endColorstr='#f4f2e0' );";background-image: linear-gradient(180deg, #0d98ba, #f4f2e0);background-size:auto !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; }#Sx7ZsBfA81zTH8uyqISVfN2xQabgoKy9 > .row .container { background-color: transparent; background-image: none; }#Sx7ZsBfA81zTH8uyqISVfN2xQabgoKy9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sx7ZsBfA81zTH8uyqISVfN2xQabgoKy9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sx7ZsBfA81zTH8uyqISVfN2xQabgoKy9 > .row .container > .video-iframe-container { display: none; }#Sx7ZsBfA81zTH8uyqISVfN2xQabgoKy9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sx7ZsBfA81zTH8uyqISVfN2xQabgoKy9 > .row > .video-iframe-container { display: none; }#Sx7ZsBfA81zTH8uyqISVfN2xQabgoKy9 > .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); }#Sx7ZsBfA81zTH8uyqISVfN2xQabgoKy9 > .row .container { border-width: 0; border-radius: 0; }#Sx7ZsBfA81zTH8uyqISVfN2xQabgoKy9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Sx7ZsBfA81zTH8uyqISVfN2xQabgoKy9 > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;position:relative;display:block; }#NKVn6VWOm9Tzix70IHJshSuqxeivE3p6 { color:rgba(4,4,4,0.6);display:block;width:25rem;position:absolute;font-family:"bree serif";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:2.13671875rem;left:0rem;height:2.5989625rem;text-align:center;text-align-last:center;display:block; }
#oGCzoeuzbwKTFHpqspvDRQZB3RwbPyLX { color:rgba(4,4,4,0.6);display:block;width:18.125rem;position:absolute;font-family:"bree serif";font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:2.13720703125rem;left:28.4375rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W5fEa4r3MyW4cLJfGVK5n44ZEwwKS4g8 { z-index:15002;top:2.28125rem;left:50rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(4,4,4,0.6);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"bree serif";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:2.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#P76s4Mty9hQpTG9QVRTf9Fn6O9zyQrDX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WTN1ZmTh9os2mT0XLxUp5OihMtS5tOOT { display:none; }#WTN1ZmTh9os2mT0XLxUp5OihMtS5tOOT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XhN1lSfo31QAHk4MyUObBWN9zq2TVFm6 { display:block; }#XhN1lSfo31QAHk4MyUObBWN9zq2TVFm6 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EI19T52wiIAV7Pp99ta7GTnqCpE8zK8g { width:47.25rem;height:;top:2.0625rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgTT6hHmoIUG5khkMdAfvd22Xe6VRVLD { width:24rem;height:9.75rem;top:14.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRoQHxPZZUTRVwKNTcqT3Ub0vEX6WEGd { top:23.75rem;left:9.0625rem;width:38.6875rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3eP59c11vheu58m4gMlS3kbIsDZ14Th { top:2.0625rem;left:23.3125rem;width:24.4375rem;height:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeVJDFRTxSEXEmTqvBfqpN1QvtxTCp05 { top:4.5rem;left:26.25rem;width:21.5rem;height:6.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIdKnHK2HcyU2ASh4ixZXDtCIxOJFROc .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#SIdKnHK2HcyU2ASh4ixZXDtCIxOJFROc .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SIdKnHK2HcyU2ASh4ixZXDtCIxOJFROc .widget-input-text {padding-top: 0; padding-bottom: 0;}#SIdKnHK2HcyU2ASh4ixZXDtCIxOJFROc .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SIdKnHK2HcyU2ASh4ixZXDtCIxOJFROc .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SIdKnHK2HcyU2ASh4ixZXDtCIxOJFROc .widget-input-select {padding-top: 0; padding-bottom: 0;}#SIdKnHK2HcyU2ASh4ixZXDtCIxOJFROc .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SIdKnHK2HcyU2ASh4ixZXDtCIxOJFROc .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#SIdKnHK2HcyU2ASh4ixZXDtCIxOJFROc  { width:17.5rem;height:auto;top:12.25rem;left:27.375rem; }
#SIdKnHK2HcyU2ASh4ixZXDtCIxOJFROc .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SIdKnHK2HcyU2ASh4ixZXDtCIxOJFROc {display:block;}#SIdKnHK2HcyU2ASh4ixZXDtCIxOJFROc { width:17.5rem;height:auto;top:12.25rem;left:27.375rem; }
 }@media only screen and (max-width: 763px) { #SIdKnHK2HcyU2ASh4ixZXDtCIxOJFROc #pv17VAd6L0isM4tg4lRqCfJ43TwAE6nT {  }
 }@media only screen and (max-width: 763px) { #SIdKnHK2HcyU2ASh4ixZXDtCIxOJFROc #mm9ziT5h0yAaHErooRln8TgX0flrOXsm {  }
 }@media only screen and (max-width: 763px) { #SIdKnHK2HcyU2ASh4ixZXDtCIxOJFROc #hmdvTima8AOSFQXUJhTZzt5pMMVBrlRE {  }
 }@media only screen and (max-width: 763px) { #SIdKnHK2HcyU2ASh4ixZXDtCIxOJFROc #Lsg3kudUnVpu89ayDEbwTfnNZagqvtJC {  }
 }@media only screen and (max-width: 763px) { #SIdKnHK2HcyU2ASh4ixZXDtCIxOJFROc #pvTxTA7ENeuEDPwei8LqvM5NU9EhJbTT {  }
 }@media only screen and (max-width: 763px) { #SIdKnHK2HcyU2ASh4ixZXDtCIxOJFROc #A4AxBirJUzNN1VqkTXTTMVbXQEXUQmXc {  }
 }@media only screen and (max-width: 763px) { #SIdKnHK2HcyU2ASh4ixZXDtCIxOJFROc #ZNFbm1FmJfC8zH3ch3odi3CAccrMTnCX {  }
 }@media only screen and (max-width: 763px) { #SIdKnHK2HcyU2ASh4ixZXDtCIxOJFROc #C6dUbO3SVUadrsTBU2COrOLWKUee5nQP {  }
 }@media only screen and (max-width: 763px) { #SIdKnHK2HcyU2ASh4ixZXDtCIxOJFROc #wK2rGLo71W0BKmqNqLb9cuRndZd6wba9 {  }
 }@media only screen and (max-width: 763px) { #SIdKnHK2HcyU2ASh4ixZXDtCIxOJFROc #htzhWqHpFKT936UkI7nNxTAOnNFEPCUo {  }
 }@media only screen and (max-width: 763px) { #SIdKnHK2HcyU2ASh4ixZXDtCIxOJFROc #CKiGhbUiidEMGaeNdQR4xTeK2caOfSCt {  }
 }@media only screen and (max-width: 763px) { #AGxk3ODR1wM7qthAGqrwZd0A831hUHfs { display:block; }#AGxk3ODR1wM7qthAGqrwZd0A831hUHfs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F1WbmIu5mPdiaR9QZAcOPXQKBeTC6kKr { display:block; }#F1WbmIu5mPdiaR9QZAcOPXQKBeTC6kKr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vaiRNRNDWT7mI7hVZLNE4JFlr9CPK4XT { width:7.3125rem;height:7.3125rem;top:3.6875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7DXO88KEU1No4S9DreoXrTLEsFSWsRn { width:13.9375rem;height:4.875rem;top:19.5625rem;left:0.9892578125rem;z-index:15010;font-size:1.25rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #n5GeLIlTkXZBDCQcvTR6e5Nwy2ypR8TE { width:13.9375rem;height:4.875rem;top:19.5625rem;left:16.90625rem;z-index:15010;font-size:1.25rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Ue8ws5OSq8AV7gBq2RaAMfXF9UyTNd9K { top:5.9375rem;left:5.875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQL0xOC8LoTJSMdAQtJP5SGuUkrkRU9H { top:6rem;left:37.718753814698rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSVDiyuxUtAoukc3JCMPkIivf7ufuiPA { width:7.3125rem;height:7.3125rem;top:3.6875rem;left:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #twEZ5xfOV6omMAqu5q36mHmzTpImv3dU { width:13.9375rem;height:4.875rem;top:19.5625rem;left:0.9892578125rem;z-index:15010;font-size:1.25rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #IZ6up9Nbfu8lqZ5QUiBdNZTZ3ymFDuHk { width:13.9375rem;height:4.875rem;top:19.5625rem;left:0.9892578125rem;z-index:15010;font-size:1.25rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #cVV23hc2cNl1S2CCfxvyPSqLECa3qTSb { width:13.9375rem;height:4.875rem;top:19.5625rem;left:32.822265625rem;z-index:15010;font-size:1.25rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #o7mgrdsdZWAcA69uVDhTSHmPk5G2BHHg { width:13.9375rem;height:4.875rem;top:19.5625rem;left:0.9892578125rem;z-index:15010;font-size:1.25rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #SsoVENiz8AfOI4CuepPHuET27glzzCaQ { width:7.3125rem;height:7.3125rem;top:3.6875rem;left:19.531253814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCWRGxOvEsIVU4J396qnKWhii7pXn6D4 { top:6.125rem;left:21.968753814698rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXmU4DIJ02HnfxU1NqZ3tgHR8d0UAvao { display:block; }#zXmU4DIJ02HnfxU1NqZ3tgHR8d0UAvao > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D9697qlLfyXbWoucqKbFAOf7KpBSsUdQ { display:block; }#D9697qlLfyXbWoucqKbFAOf7KpBSsUdQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TawQRJhPLILbc4krWBNvyFsmAD5gS8If { width:13.8125rem;height:3rem;top:61.625rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vI08Q59vNLgNyh6MmiWyUquprFu82uSf { display:block; }
 }@media only screen and (max-width: 763px) { #lk6n6onaQzHDfTGTCswmp4NGPHr05FdT { width:16.6875rem;height:1.9375rem;top:23.8125rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpBPmvW6rngHoWaiI9NhgXzAF6bNWrAO { top:3.6875rem;left:0rem;width:47.75rem;height:50.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Osqv9xd9gkUVOpF5fPXiSeT6fCCIylaC { top:6.5625rem;left:20.125rem;width:27.625rem;height:43.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzWVP4sZzzH9hGWIqNOL5L8mOtTcCbVE { top:56.4375rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tu6TRTb8KDv5OoTDLIaf9IZXZhQIEfmN { top:6.5625rem;left:0.625rem;width:16.6875rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O69r1dRHtRRqg8WRz7VSVeQL5xBCdwQc { display:block; }#O69r1dRHtRRqg8WRz7VSVeQL5xBCdwQc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UwQkXrH5QoNzGt4Xd18mmD70vFoDkJnd { width:14.6875rem;height:14.8125rem;top:1.875rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sf6FgdiHDVZBaLzSumVLNKtCNc3GAyVt { width:21.875rem;height:16.5625rem;top:4.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVOBHzyaNaDekEhupaUvb20n1ssUE07O { width:21.875rem;height:0.3125rem;top:20.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzQkeGQ5BHVWzaPpt8dhmlsd0nudsunn { width:7.1875rem;height:1.25rem;top:21.9375rem;left:4.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KWpguTXOAm9pdzUXPkO8HAvUKxUhtaG2 { width:19rem;height:3.625rem;top:24.5rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xAhKoaMGoFfH9BXAJBUailPAZQDIwcC0 { width:14.6875rem;height:14.6875rem;top:1.875rem;left:32.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hapC1irR9Jfy7kZS3cx7xfHEhEpLIcNq { width:21.875rem;height:16.5625rem;top:4.0625rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wp60TNPTh0bHTUtLXPNot3K1BZcfyl8p { width:21.875rem;height:0.3125rem;top:20.3125rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0ZrCuf2IM1NH82uoOAabn5IzEIBtHQx { width:7.1875rem;height:1.25rem;top:21.9375rem;left:36.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gwqnihuXUoNdUSaxPCgTEWSE1ya3fSxV { width:19rem;height:3.625rem;top:24.5rem;left:28.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FTlm1TAb5VV6FtT9HztsM3qWvuXyB1kr { width:17.4375rem;height:17.4375rem;top:1.875rem;left:14.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gWrfvpvUC2Nk1UxHi57ds9IIPIZp4ffc { width:21.875rem;height:16.875rem;top:3.8125rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #p8tq3THlCGuVE0mq5QbGgC9akM65S5GB { width:7.625rem;height:1.25rem;top:21.9375rem;left:20rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0vnWEF5TKSTApF5ByV9ZlGhO9qTUS0Z { width:21.875rem;height:3.625rem;top:24.5rem;left:9.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M43SSZX5GzyeVFhBdDcSEJdWK2m2T67l { display:block; }#M43SSZX5GzyeVFhBdDcSEJdWK2m2T67l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MBfdytXKqPTni0L2UiI43rRcwQNv4wDH .widget-regular-label { width:14.3125rem;height:auto;display:block; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH .widget-input-text { width:14.3125rem; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH .widget-input-text {padding-top: 0; padding-bottom: 0;}#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH .widget-textarea { width:14.3125rem; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH .widget-input-select { width:14.3125rem; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH .widget-input-select {padding-top: 0; padding-bottom: 0;}#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH .widget-checkbox-label { width:41.625rem; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH .widget-radio-label { width:6.46875rem; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH  { width:43rem;height:auto;top:34.25rem;left:2.25rem; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH .radio-container { width:14.9375rem; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH {display:inline-block;}#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH { width:43rem;height:auto;top:34.25rem;left:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #MBfdytXKqPTni0L2UiI43rRcwQNv4wDH #tpTikPha2THR65yQEIXTE5wTzqTxqurT {  }
 }@media only screen and (max-width: 763px) { #MBfdytXKqPTni0L2UiI43rRcwQNv4wDH #MbDQagCKJl9yyv6rpXBIzsUu84qHWoQO { display:block; }
 }@media only screen and (max-width: 763px) { #MBfdytXKqPTni0L2UiI43rRcwQNv4wDH #Ig9DD1TLFiMFUBrC2sUTbXW5AuhHTuog {  }
 }@media only screen and (max-width: 763px) { #MBfdytXKqPTni0L2UiI43rRcwQNv4wDH #blTHrLWPrvC37NiC25IwMaLz6hvKbeio {  }
 }@media only screen and (max-width: 763px) { #MBfdytXKqPTni0L2UiI43rRcwQNv4wDH #UiurT3lJLxaNpDZPuXQWKh7vAuKwNZl0 { display:block; }
 }@media only screen and (max-width: 763px) { #MBfdytXKqPTni0L2UiI43rRcwQNv4wDH #gM6ELoEuU1Cd0LF6mnt0fXTTg3DfpoWg {  }
 }@media only screen and (max-width: 763px) { #MBfdytXKqPTni0L2UiI43rRcwQNv4wDH #IHhn0Bf8S99GT3gH4rqB9kwgU4we4Ca4 {  }
 }@media only screen and (max-width: 763px) { #MBfdytXKqPTni0L2UiI43rRcwQNv4wDH #zweKm128Xvh4q9vlWTgWSs6zmvoXoIeT {  }
 }@media only screen and (max-width: 763px) { #MBfdytXKqPTni0L2UiI43rRcwQNv4wDH #ixRqhahOOw62GJx9WO4Rie8zJ87KVXTe {  }
 }@media only screen and (max-width: 763px) { #MBfdytXKqPTni0L2UiI43rRcwQNv4wDH #nKPBFXNVIKobovyq5VUZVfCHsTqGTrr1 {  }
 }@media only screen and (max-width: 763px) { #MBfdytXKqPTni0L2UiI43rRcwQNv4wDH #IgIRdkSMRJqz6DETzGl3G4upIygV79Oi {  }
 }@media only screen and (max-width: 763px) { #P2eXaX2u6be5X4V1q3l49E1ETGaU0PbS { display:block; }
 }@media only screen and (max-width: 763px) { #ThToZcBZouOwb5qwqSdxmBpQeynn71ck { display:block; }
 }@media only screen and (max-width: 763px) { #ReGTc7rkTPEZoN1A1Qr7LuJAqHP1ozbN { display:block; }
 }@media only screen and (max-width: 763px) { #JOUTCtUw7q1IIMytAHadcKEnNEuZwmNn { display:block; }
 }@media only screen and (max-width: 763px) { #aIyEcJebuXXqfEuGDQdexGklhMbi5PDx { display:block; }
 }@media only screen and (max-width: 763px) { #xEUh2oUdgC44neobbgaHgvzP9cTNRLxv { display:block; }
 }@media only screen and (max-width: 763px) { #ksK9IHy4HaclTcSqI14QwKlBJEROPEW1 { display:block; }
 }@media only screen and (max-width: 763px) { #HkdqGRFoU2OTFASDP4MOX3ZbgxAkEqOE { display:block; }#HkdqGRFoU2OTFASDP4MOX3ZbgxAkEqOE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sx7ZsBfA81zTH8uyqISVfN2xQabgoKy9 { display:block; }#Sx7ZsBfA81zTH8uyqISVfN2xQabgoKy9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NKVn6VWOm9Tzix70IHJshSuqxeivE3p6 { top:2.125rem;left:0rem;width:25rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGCzoeuzbwKTFHpqspvDRQZB3RwbPyLX { top:2.125rem;left:13.625rem;width:18.125rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5fEa4r3MyW4cLJfGVK5n44ZEwwKS4g8 { top:2.25rem;left:22.625rem;width:25rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P76s4Mty9hQpTG9QVRTf9Fn6O9zyQrDX { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WTN1ZmTh9os2mT0XLxUp5OihMtS5tOOT { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/83be5cdd-81c2-45de-9b68-929c1ef641d0/Dave_and_Roxanne_Obiso_bg.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WTN1ZmTh9os2mT0XLxUp5OihMtS5tOOT.adaptive-delivery-prevent-bg, #WTN1ZmTh9os2mT0XLxUp5OihMtS5tOOT.lazyload, #WTN1ZmTh9os2mT0XLxUp5OihMtS5tOOT.lazyloading { background-image: none; }#WTN1ZmTh9os2mT0XLxUp5OihMtS5tOOT > .row .container { background-color: transparent; background-image: none; }#WTN1ZmTh9os2mT0XLxUp5OihMtS5tOOT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTN1ZmTh9os2mT0XLxUp5OihMtS5tOOT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTN1ZmTh9os2mT0XLxUp5OihMtS5tOOT > .row .container > .video-iframe-container { display: none; }#WTN1ZmTh9os2mT0XLxUp5OihMtS5tOOT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTN1ZmTh9os2mT0XLxUp5OihMtS5tOOT > .row > .video-iframe-container { display: none; }#WTN1ZmTh9os2mT0XLxUp5OihMtS5tOOT > .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); }#WTN1ZmTh9os2mT0XLxUp5OihMtS5tOOT > .row .container { border-width: 0; border-radius: 0; }#WTN1ZmTh9os2mT0XLxUp5OihMtS5tOOT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WTN1ZmTh9os2mT0XLxUp5OihMtS5tOOT > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XhN1lSfo31QAHk4MyUObBWN9zq2TVFm6 { background-color:#0d98ba;background-image:none;display:block; }#XhN1lSfo31QAHk4MyUObBWN9zq2TVFm6 > .row .container { background-color: transparent; background-image: none; }#XhN1lSfo31QAHk4MyUObBWN9zq2TVFm6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XhN1lSfo31QAHk4MyUObBWN9zq2TVFm6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XhN1lSfo31QAHk4MyUObBWN9zq2TVFm6 > .row .container > .video-iframe-container { display: none; }#XhN1lSfo31QAHk4MyUObBWN9zq2TVFm6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XhN1lSfo31QAHk4MyUObBWN9zq2TVFm6 > .row > .video-iframe-container { display: none; }#XhN1lSfo31QAHk4MyUObBWN9zq2TVFm6 > .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); }#XhN1lSfo31QAHk4MyUObBWN9zq2TVFm6 > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EI19T52wiIAV7Pp99ta7GTnqCpE8zK8g { width:20rem;height:7.97225rem;top:23.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;line-height:1.1;color:#382b2b;font-family:oswald;display:block; }
 }@media only screen and (max-width: 763px) { #wgTT6hHmoIUG5khkMdAfvd22Xe6VRVLD { width:20rem;height:7rem;top:32.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRoQHxPZZUTRVwKNTcqT3Ub0vEX6WEGd { width:20rem;height:21.75rem;top:74.812110900881rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #E3eP59c11vheu58m4gMlS3kbIsDZ14Th { width:20rem;height:22.9375rem;top:0rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #MeVJDFRTxSEXEmTqvBfqpN1QvtxTCp05 { width:20rem;height:5.3984375rem;top:0.75rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SIdKnHK2HcyU2ASh4ixZXDtCIxOJFROc .widget-regular-label { width:17.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;display:block;vertical-align:top;height:auto; }
#SIdKnHK2HcyU2ASh4ixZXDtCIxOJFROc .widget-input-text { width:17.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden;height:1.875rem;display:block;vertical-align:top; }
#SIdKnHK2HcyU2ASh4ixZXDtCIxOJFROc .widget-input-text {padding-top: 0; padding-bottom: 0;}#SIdKnHK2HcyU2ASh4ixZXDtCIxOJFROc .widget-textarea { width:17.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden;display:block;vertical-align:top; }
#SIdKnHK2HcyU2ASh4ixZXDtCIxOJFROc .widget-input-select { width:17.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#SIdKnHK2HcyU2ASh4ixZXDtCIxOJFROc .widget-input-select {padding-top: 0; padding-bottom: 0;}#SIdKnHK2HcyU2ASh4ixZXDtCIxOJFROc .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#SIdKnHK2HcyU2ASh4ixZXDtCIxOJFROc .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#SIdKnHK2HcyU2ASh4ixZXDtCIxOJFROc .widget-input-button { width:17.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden; }
#SIdKnHK2HcyU2ASh4ixZXDtCIxOJFROc [class*="-text"]:-moz-placeholder { font-size:1.25rem; }
#SIdKnHK2HcyU2ASh4ixZXDtCIxOJFROc [class*="-text"]::-moz-placeholder { font-size:1.25rem; }
#SIdKnHK2HcyU2ASh4ixZXDtCIxOJFROc [class*="-text"]:-ms-input-placeholder { font-size:1.25rem; }
#SIdKnHK2HcyU2ASh4ixZXDtCIxOJFROc [class*="-text"]::-webkit-input-placeholder { font-size:1.25rem; }
#SIdKnHK2HcyU2ASh4ixZXDtCIxOJFROc .widget-checkbox-label { width:15.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#SIdKnHK2HcyU2ASh4ixZXDtCIxOJFROc .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0; }
#SIdKnHK2HcyU2ASh4ixZXDtCIxOJFROc .widget-container:first-of-type{padding-top:0;}#SIdKnHK2HcyU2ASh4ixZXDtCIxOJFROc .widget-container:last-of-type{padding-bottom:0;}#SIdKnHK2HcyU2ASh4ixZXDtCIxOJFROc  { width:17.125rem;height:auto;top:7.9375rem;left:0rem; }
#SIdKnHK2HcyU2ASh4ixZXDtCIxOJFROc .radio-container { width:17.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#SIdKnHK2HcyU2ASh4ixZXDtCIxOJFROc {display:block;}#SIdKnHK2HcyU2ASh4ixZXDtCIxOJFROc { width:17.125rem;height:auto;top:7.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SIdKnHK2HcyU2ASh4ixZXDtCIxOJFROc #pv17VAd6L0isM4tg4lRqCfJ43TwAE6nT {  }
 }@media only screen and (max-width: 763px) { #SIdKnHK2HcyU2ASh4ixZXDtCIxOJFROc #mm9ziT5h0yAaHErooRln8TgX0flrOXsm { display:none; }
 }@media only screen and (max-width: 763px) { #SIdKnHK2HcyU2ASh4ixZXDtCIxOJFROc #hmdvTima8AOSFQXUJhTZzt5pMMVBrlRE {  }
 }@media only screen and (max-width: 763px) { #SIdKnHK2HcyU2ASh4ixZXDtCIxOJFROc #Lsg3kudUnVpu89ayDEbwTfnNZagqvtJC {  }
 }@media only screen and (max-width: 763px) { #SIdKnHK2HcyU2ASh4ixZXDtCIxOJFROc #pvTxTA7ENeuEDPwei8LqvM5NU9EhJbTT { display:none; }
 }@media only screen and (max-width: 763px) { #SIdKnHK2HcyU2ASh4ixZXDtCIxOJFROc #A4AxBirJUzNN1VqkTXTTMVbXQEXUQmXc {  }
 }@media only screen and (max-width: 763px) { #SIdKnHK2HcyU2ASh4ixZXDtCIxOJFROc #ZNFbm1FmJfC8zH3ch3odi3CAccrMTnCX {  }
 }@media only screen and (max-width: 763px) { #SIdKnHK2HcyU2ASh4ixZXDtCIxOJFROc #C6dUbO3SVUadrsTBU2COrOLWKUee5nQP {  }
 }@media only screen and (max-width: 763px) { #SIdKnHK2HcyU2ASh4ixZXDtCIxOJFROc #wK2rGLo71W0BKmqNqLb9cuRndZd6wba9 {  }
 }@media only screen and (max-width: 763px) { #SIdKnHK2HcyU2ASh4ixZXDtCIxOJFROc #htzhWqHpFKT936UkI7nNxTAOnNFEPCUo {  }
 }@media only screen and (max-width: 763px) { #SIdKnHK2HcyU2ASh4ixZXDtCIxOJFROc #CKiGhbUiidEMGaeNdQR4xTeK2caOfSCt {  }
 }@media only screen and (max-width: 763px) { #AGxk3ODR1wM7qthAGqrwZd0A831hUHfs { display:block; }#AGxk3ODR1wM7qthAGqrwZd0A831hUHfs > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F1WbmIu5mPdiaR9QZAcOPXQKBeTC6kKr { display:block; }#F1WbmIu5mPdiaR9QZAcOPXQKBeTC6kKr > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vaiRNRNDWT7mI7hVZLNE4JFlr9CPK4XT { width:3rem;height:3rem;top:2.5625rem;left:7.875rem;border-top:0.3125rem solid #dec71f;border-left:0.3125rem solid #dec71f;border-right:0.3125rem solid #dec71f;border-bottom:0.3125rem solid #dec71f;display:block; }
 }@media only screen and (max-width: 763px) { #V7DXO88KEU1No4S9DreoXrTLEsFSWsRn { width:20rem;height:1.86805625rem;top:6.8740234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #n5GeLIlTkXZBDCQcvTR6e5Nwy2ypR8TE { width:20rem;height:1.86805625rem;top:20.7490234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;font-weight:400;font-style:normal;font-family:"bree serif";display:block; }
 }@media only screen and (max-width: 763px) { #Ue8ws5OSq8AV7gBq2RaAMfXF9UyTNd9K { display:flex;width:1.81213125rem;height:1.81213125rem;top:3.4375rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #oQL0xOC8LoTJSMdAQtJP5SGuUkrkRU9H { display:flex;width:1.8125rem;height:1.8125rem;top:16.9375rem;left:9.0625rem;font-size:1.25rem; }
 }@media only screen and (max-width: 763px) { #xSVDiyuxUtAoukc3JCMPkIivf7ufuiPA { width:3rem;height:3rem;top:16.0625rem;left:8.1875rem;border-top:0.3125rem solid #dec71f;border-left:0.3125rem solid #dec71f;border-right:0.3125rem solid #dec71f;border-bottom:0.3125rem solid #dec71f;display:block; }
 }@media only screen and (max-width: 763px) { #twEZ5xfOV6omMAqu5q36mHmzTpImv3dU { width:20rem;height:3.8984375rem;top:9.4990234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZ6up9Nbfu8lqZ5QUiBdNZTZ3ymFDuHk { width:20rem;height:3.8984375rem;top:23.498046875rem;left:-0.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVV23hc2cNl1S2CCfxvyPSqLECa3qTSb { width:20rem;height:1.86805625rem;top:36.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;font-weight:400;font-style:normal;font-family:"bree serif";display:block; }
 }@media only screen and (max-width: 763px) { #o7mgrdsdZWAcA69uVDhTSHmPk5G2BHHg { width:20rem;height:3.8984375rem;top:38.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsoVENiz8AfOI4CuepPHuET27glzzCaQ { width:3rem;height:3rem;top:32.0625rem;left:8.125rem;border-top:0.3125rem solid #dec71f;border-left:0.3125rem solid #dec71f;border-right:0.3125rem solid #dec71f;border-bottom:0.3125rem solid #dec71f;display:block; }
 }@media only screen and (max-width: 763px) { #LCWRGxOvEsIVU4J396qnKWhii7pXn6D4 { display:flex;width:1.8125rem;height:1.8125rem;top:32.9375rem;left:9rem;font-size:1.25rem; }
 }@media only screen and (max-width: 763px) { #zXmU4DIJ02HnfxU1NqZ3tgHR8d0UAvao { display:none; }#zXmU4DIJ02HnfxU1NqZ3tgHR8d0UAvao > .row .container { width:20rem;height:0.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #D9697qlLfyXbWoucqKbFAOf7KpBSsUdQ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e23236c5-a52c-473e-b87a-46de6491aac6/clouds_1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#D9697qlLfyXbWoucqKbFAOf7KpBSsUdQ.adaptive-delivery-prevent-bg, #D9697qlLfyXbWoucqKbFAOf7KpBSsUdQ.lazyload, #D9697qlLfyXbWoucqKbFAOf7KpBSsUdQ.lazyloading { background-image: none; }#D9697qlLfyXbWoucqKbFAOf7KpBSsUdQ > .row .container { background-color: transparent; background-image: none; }#D9697qlLfyXbWoucqKbFAOf7KpBSsUdQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(142,200,202,0.6); }#D9697qlLfyXbWoucqKbFAOf7KpBSsUdQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9697qlLfyXbWoucqKbFAOf7KpBSsUdQ > .row .container > .video-iframe-container { display: none; }#D9697qlLfyXbWoucqKbFAOf7KpBSsUdQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(142,200,202,0.6); }#D9697qlLfyXbWoucqKbFAOf7KpBSsUdQ > .row > .video-iframe-container { display: none; }#D9697qlLfyXbWoucqKbFAOf7KpBSsUdQ > .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); }#D9697qlLfyXbWoucqKbFAOf7KpBSsUdQ > .row .container { width:20rem;height:90.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TawQRJhPLILbc4krWBNvyFsmAD5gS8If { width:13.87325rem;height:3.0607625rem;top:85.75rem;left:3.0616319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #vI08Q59vNLgNyh6MmiWyUquprFu82uSf { display:block; }
 }@media only screen and (max-width: 763px) { #lk6n6onaQzHDfTGTCswmp4NGPHr05FdT { width:20rem;height:2.03125rem;top:20.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpBPmvW6rngHoWaiI9NhgXzAF6bNWrAO { width:20rem;height:75.375rem;top:2.3767395019531rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Osqv9xd9gkUVOpF5fPXiSeT6fCCIylaC { width:17.5625rem;height:52.5rem;top:23.624131202698rem;left:1.2178819775581rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rzWVP4sZzzH9hGWIqNOL5L8mOtTcCbVE { width:18.4375rem;height:3.8984375rem;top:78.875rem;left:0.78038197755812rem;font-size:1rem;color:#dcdcc7;display:block; }
 }@media only screen and (max-width: 763px) { #Tu6TRTb8KDv5OoTDLIaf9IZXZhQIEfmN { width:14.75rem;height:14.75rem;top:4.8544921875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O69r1dRHtRRqg8WRz7VSVeQL5xBCdwQc { display:block; }#O69r1dRHtRRqg8WRz7VSVeQL5xBCdwQc > .row .container { width:20rem;height:76.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UwQkXrH5QoNzGt4Xd18mmD70vFoDkJnd { width:13.125rem;height:13.1875rem;top:1.125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sf6FgdiHDVZBaLzSumVLNKtCNc3GAyVt { width:16.125rem;height:11.9375rem;top:3.25rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVOBHzyaNaDekEhupaUvb20n1ssUE07O { width:15.3125rem;height:0.3125rem;top:15.125rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzQkeGQ5BHVWzaPpt8dhmlsd0nudsunn { width:20rem;height:1.21875rem;top:16.375rem;left:0.1875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWpguTXOAm9pdzUXPkO8HAvUKxUhtaG2 { width:16.1875rem;height:4.5486125rem;top:18.5625rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAhKoaMGoFfH9BXAJBUailPAZQDIwcC0 { width:14.6875rem;height:14.6875rem;top:48.9375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hapC1irR9Jfy7kZS3cx7xfHEhEpLIcNq { width:20rem;height:16.5625rem;top:51.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wp60TNPTh0bHTUtLXPNot3K1BZcfyl8p { width:20rem;height:0.3125rem;top:67.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0ZrCuf2IM1NH82uoOAabn5IzEIBtHQx { width:7.1875rem;height:1.21875rem;top:69.815971374513rem;left:6.4062498211863rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwqnihuXUoNdUSaxPCgTEWSE1ya3fSxV { width:19rem;height:3.41145625rem;top:71.878471374513rem;left:0.49913197755814rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTlm1TAb5VV6FtT9HztsM3qWvuXyB1kr { width:13.1875rem;height:13.1875rem;top:26.1875rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWrfvpvUC2Nk1UxHi57ds9IIPIZp4ffc { width:16.0625rem;height:11.25rem;top:25rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8tq3THlCGuVE0mq5QbGgC9akM65S5GB { width:20rem;height:1.21875rem;top:40.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0vnWEF5TKSTApF5ByV9ZlGhO9qTUS0Z { width:16.1875rem;height:3.41145625rem;top:42.8125rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M43SSZX5GzyeVFhBdDcSEJdWK2m2T67l { display:block; }#M43SSZX5GzyeVFhBdDcSEJdWK2m2T67l > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MBfdytXKqPTni0L2UiI43rRcwQNv4wDH .widget-regular-label { width:16.875rem;display:block;vertical-align:top;height:auto;background-color:transparent;background-image:none; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH .widget-input-text { width:16.875rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;height:2.875rem;font-size:0.9375rem;overflow:hidden; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH .widget-input-text {padding-top: 0; padding-bottom: 0;}#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH .widget-textarea { width:16.875rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;font-size:0.9375rem;overflow:hidden; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH .widget-input-select { width:16.875rem; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH .widget-input-select {padding-top: 0; padding-bottom: 0;}#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH .widget-input-button { width:16.875rem;height:3.125rem;line-height:1;font-size:1.125rem;overflow:hidden; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH [class*="-text"]:-moz-placeholder { font-size:0.9375rem; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH [class*="-text"]::-moz-placeholder { font-size:0.9375rem; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH [class*="-text"]:-ms-input-placeholder { font-size:0.9375rem; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH [class*="-text"]::-webkit-input-placeholder { font-size:0.9375rem; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH .widget-checkbox-label { width:16.125rem;color:#ffffff;font-size:0.5625rem;overflow:hidden;height:auto;line-height:1.1; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH .widget-radio-label { width:7.75rem; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH .widget-container:first-of-type{padding-top:0;}#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH .widget-container:last-of-type{padding-bottom:0;}#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH  { width:17.5rem;height:auto;top:1.1929626464844rem;left:0rem;z-index:15005;background-color:rgba(0,0,0,0);background-image:none; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH .radio-container { width:17.5rem; }
#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH {display:inline-block;}#MBfdytXKqPTni0L2UiI43rRcwQNv4wDH { width:17.5rem;height:auto;top:1.1929626464844rem;left:0rem;z-index:15005;background-color:rgba(0,0,0,0);background-image:none; }
 }@media only screen and (max-width: 763px) { #MBfdytXKqPTni0L2UiI43rRcwQNv4wDH #tpTikPha2THR65yQEIXTE5wTzqTxqurT {  }
 }@media only screen and (max-width: 763px) { #MBfdytXKqPTni0L2UiI43rRcwQNv4wDH #MbDQagCKJl9yyv6rpXBIzsUu84qHWoQO { display:none; }
 }@media only screen and (max-width: 763px) { #MBfdytXKqPTni0L2UiI43rRcwQNv4wDH #Ig9DD1TLFiMFUBrC2sUTbXW5AuhHTuog {  }
 }@media only screen and (max-width: 763px) { #MBfdytXKqPTni0L2UiI43rRcwQNv4wDH #blTHrLWPrvC37NiC25IwMaLz6hvKbeio {  }
 }@media only screen and (max-width: 763px) { #MBfdytXKqPTni0L2UiI43rRcwQNv4wDH #UiurT3lJLxaNpDZPuXQWKh7vAuKwNZl0 { display:none; }
 }@media only screen and (max-width: 763px) { #MBfdytXKqPTni0L2UiI43rRcwQNv4wDH #gM6ELoEuU1Cd0LF6mnt0fXTTg3DfpoWg {  }
 }@media only screen and (max-width: 763px) { #MBfdytXKqPTni0L2UiI43rRcwQNv4wDH #IHhn0Bf8S99GT3gH4rqB9kwgU4we4Ca4 {  }
 }@media only screen and (max-width: 763px) { #MBfdytXKqPTni0L2UiI43rRcwQNv4wDH #zweKm128Xvh4q9vlWTgWSs6zmvoXoIeT {  }
 }@media only screen and (max-width: 763px) { #MBfdytXKqPTni0L2UiI43rRcwQNv4wDH #ixRqhahOOw62GJx9WO4Rie8zJ87KVXTe {  }
 }@media only screen and (max-width: 763px) { #MBfdytXKqPTni0L2UiI43rRcwQNv4wDH #nKPBFXNVIKobovyq5VUZVfCHsTqGTrr1 {  }
 }@media only screen and (max-width: 763px) { #MBfdytXKqPTni0L2UiI43rRcwQNv4wDH #IgIRdkSMRJqz6DETzGl3G4upIygV79Oi {  }
 }@media only screen and (max-width: 763px) { #P2eXaX2u6be5X4V1q3l49E1ETGaU0PbS { display:block; }
 }@media only screen and (max-width: 763px) { #ThToZcBZouOwb5qwqSdxmBpQeynn71ck { display:block; }
 }@media only screen and (max-width: 763px) { #ReGTc7rkTPEZoN1A1Qr7LuJAqHP1ozbN { display:block; }
 }@media only screen and (max-width: 763px) { #JOUTCtUw7q1IIMytAHadcKEnNEuZwmNn { display:block; }
 }@media only screen and (max-width: 763px) { #aIyEcJebuXXqfEuGDQdexGklhMbi5PDx { display:block; }
 }@media only screen and (max-width: 763px) { #xEUh2oUdgC44neobbgaHgvzP9cTNRLxv { display:block; }
 }@media only screen and (max-width: 763px) { #ksK9IHy4HaclTcSqI14QwKlBJEROPEW1 { display:block; }
 }@media only screen and (max-width: 763px) { #HkdqGRFoU2OTFASDP4MOX3ZbgxAkEqOE { display:none; }#HkdqGRFoU2OTFASDP4MOX3ZbgxAkEqOE > .row .container { width:20rem;height:9.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Sx7ZsBfA81zTH8uyqISVfN2xQabgoKy9 { background-color:#0d98ba;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Sx7ZsBfA81zTH8uyqISVfN2xQabgoKy9 > .row .container { background-color: transparent; background-image: none; }#Sx7ZsBfA81zTH8uyqISVfN2xQabgoKy9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sx7ZsBfA81zTH8uyqISVfN2xQabgoKy9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sx7ZsBfA81zTH8uyqISVfN2xQabgoKy9 > .row .container > .video-iframe-container { display: none; }#Sx7ZsBfA81zTH8uyqISVfN2xQabgoKy9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sx7ZsBfA81zTH8uyqISVfN2xQabgoKy9 > .row > .video-iframe-container { display: none; }#Sx7ZsBfA81zTH8uyqISVfN2xQabgoKy9 > .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); }#Sx7ZsBfA81zTH8uyqISVfN2xQabgoKy9 > .row .container { border-width: 0; border-radius: 0; }#Sx7ZsBfA81zTH8uyqISVfN2xQabgoKy9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Sx7ZsBfA81zTH8uyqISVfN2xQabgoKy9 > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NKVn6VWOm9Tzix70IHJshSuqxeivE3p6 { width:20rem;height:2.2743rem;top:1.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGCzoeuzbwKTFHpqspvDRQZB3RwbPyLX { width:19.9375rem;height:2.27430625rem;top:4.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5fEa4r3MyW4cLJfGVK5n44ZEwwKS4g8 { top:7.1875rem;left:0rem;width:20rem;height:2.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P76s4Mty9hQpTG9QVRTf9Fn6O9zyQrDX { display:block; }
 }