.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Za6a4e37398441b06205029592f0aa40 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bfad4130-c5ab-4bee-acc6-2b4c7637e03c/LTEOriginalbannerblank.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Za6a4e37398441b06205029592f0aa40.adaptive-delivery-prevent-bg, #Za6a4e37398441b06205029592f0aa40.lazyload, #Za6a4e37398441b06205029592f0aa40.lazyloading { background-image: none; }#Za6a4e37398441b06205029592f0aa40 > .row .container { background-color: transparent; background-image: none; }#Za6a4e37398441b06205029592f0aa40::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Za6a4e37398441b06205029592f0aa40 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Za6a4e37398441b06205029592f0aa40 > .row .container > .video-iframe-container { display: none; }#Za6a4e37398441b06205029592f0aa40 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Za6a4e37398441b06205029592f0aa40 > .row > .video-iframe-container { display: none; }#Za6a4e37398441b06205029592f0aa40 > .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); }#Za6a4e37398441b06205029592f0aa40 > .row .container { border-width: 0; border-radius: 0; }#Za6a4e37398441b06205029592f0aa40 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Za6a4e37398441b06205029592f0aa40 > .row .container { font-size:14px;font-family:arial;height:692px;width:1200px;position:relative;display:block; }#f9944840375f246b05ac2505f4de52bf { color:#ffffff;display:block;width:937.992px;position:absolute;font-family:"bree serif";font-size:38px;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:447.984375px;left:117.73828125px;height:49.3945px;font-style:normal;display:block; }
#d8b88358ced7aae9ba84472ed43d9879 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:70px;border-top-right-radius:70px;border-bottom-left-radius:70px;border-bottom-right-radius:70px;height:448px;width:1200px;top:0px;left:0px;overflow:hidden;display:block; }
#ece6754963a19a7c8fc5ca955bf1d1a5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #90dddf, #25a9ad);background-image: -moz-linear-gradient(180deg, #90dddf, #25a9ad);background-image: -ms-linear-gradient(180deg, #90dddf, #25a9ad);background-image: -o-linear-gradient(180deg, #90dddf, #25a9ad);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#90dddf', endColorstr='#25a9ad' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#90dddf', endColorstr='#25a9ad' );";background-image: linear-gradient(180deg, #90dddf, #25a9ad);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; }#ece6754963a19a7c8fc5ca955bf1d1a5 > .row .container { background-color: transparent; background-image: none; }#ece6754963a19a7c8fc5ca955bf1d1a5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ece6754963a19a7c8fc5ca955bf1d1a5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ece6754963a19a7c8fc5ca955bf1d1a5 > .row .container > .video-iframe-container { display: none; }#ece6754963a19a7c8fc5ca955bf1d1a5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ece6754963a19a7c8fc5ca955bf1d1a5 > .row > .video-iframe-container { display: none; }#ece6754963a19a7c8fc5ca955bf1d1a5 > .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); }#ece6754963a19a7c8fc5ca955bf1d1a5 > .row .container { border-width: 0; border-radius: 0; }#ece6754963a19a7c8fc5ca955bf1d1a5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ece6754963a19a7c8fc5ca955bf1d1a5 > .row .container { font-size:14px;font-family:arial;height:120px;width:1200px;position:relative;display:block; }#Dd30eb57a12d2bc8b9c2cf1cc03a921e { color:#ffffff;display:block;width:1200px;position:absolute;font-family:"bree serif";font-size:60px;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:0px;left:0px;height:78px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a21378b3d19e404007ff04268fa5406b { color:#ffffff;display:block;width:1200px;position:absolute;font-family:"bree serif";font-size:30px;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:68px;left:0px;height:39px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A0p2AbmeeO9EbWnN0xblClumScW5rdCF { 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; }#A0p2AbmeeO9EbWnN0xblClumScW5rdCF > .row .container { background-color: transparent; background-image: none; }#A0p2AbmeeO9EbWnN0xblClumScW5rdCF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A0p2AbmeeO9EbWnN0xblClumScW5rdCF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A0p2AbmeeO9EbWnN0xblClumScW5rdCF > .row .container > .video-iframe-container { display: none; }#A0p2AbmeeO9EbWnN0xblClumScW5rdCF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A0p2AbmeeO9EbWnN0xblClumScW5rdCF > .row > .video-iframe-container { display: none; }#A0p2AbmeeO9EbWnN0xblClumScW5rdCF > .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); }#A0p2AbmeeO9EbWnN0xblClumScW5rdCF > .row .container { border-width: 0; border-radius: 0; }#A0p2AbmeeO9EbWnN0xblClumScW5rdCF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A0p2AbmeeO9EbWnN0xblClumScW5rdCF > .row .container { font-size:14px;font-family:arial;height:505px;width:1200px;position:relative;display:block; }#X2TaUo6Wv5pXt6fVyWQ0peuSQL3ZmIgP { box-sizing:content-box;color:#5d92ff;font-size:49px;font-weight:400;line-height:1;height:69.9961px;width:69.9961px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14998;opacity:1;top:19.895874023438px;left:969.48956298828px; }
#itgJ7cSBQ0PtTTyridPkgQNe5lmnqU0D { box-sizing:content-box;color:#5d92ff;font-size:49px;font-weight:400;line-height:1;height:69.9896px;width:69.9896px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:19.895843505859px;left:359.00006103516px; }
#NNuJUoqQl7Z4AKuT7Pxk5chv07in8WdR { color:#ffffff;display:block;width:379.969px;position:absolute;font-family:"bree serif";font-size:21px;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:101.96875px;left:38.010437011719px;height:264.5001px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IBLEOm3tvyLQWtC7P08LHhKtrwzUap3K { background-color:#ef332e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:279.969px;height:54.9896px;text-decoration:none;z-index:14998;text-align:center;text-align-last:center;top:225.00000762939px;left:864.48956298828px;display:block; }
#GKTR3AghiTFI33WsIrIAQRNdmfkcAN3I { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ekqMq4oJ15etDODPCxXCrIg59kZtMTBT { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:73px;width:73px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14998;opacity:1;top:312.81253051758px;left:967.97918701172px; }
#O34tThM72qsxqra8Z3ZRIcVlBzEvHZLE { color:#ffffff;display:block;width:267.969px;position:absolute;font-family:"bree serif";font-size:21px;font-weight:400;z-index:14998;line-height:1.5;letter-spacing:0;top:101.96875762939px;left:866.01043701172px;height:94.5px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nh4F1nrMwJ1saazQrhoBJ8JpUWsyNto9 { color:#ffffff;display:block;width:307px;position:absolute;font-family:"bree serif";font-size:21px;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:101.96875px;left:459.47918701172px;height:94.5px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QQ9I1qdhi60Xz6D5yDQGxAbl0pUkK6Dd { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:109.975px;width:300.975px;top:342.16250610352px;left:462.48748779297px;overflow:hidden;display:block; }
#nqa4PAsseTZClV8HZ0Cze2Qmr0frBDVv { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:95px;width:47px;top:342.16662597656px;left:42.010437011719px;overflow:hidden;display:block; }
#JLUDO8LQNXCTyU7bQu16J1iGWnabdskB { position:absolute;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #25a9ad, #90dddf);background-image: -moz-linear-gradient(180deg, #25a9ad, #90dddf);background-image: -ms-linear-gradient(180deg, #25a9ad, #90dddf);background-image: -o-linear-gradient(180deg, #25a9ad, #90dddf);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#25a9ad', endColorstr='#90dddf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#25a9ad', endColorstr='#90dddf' );";background-image: linear-gradient(180deg, #25a9ad, #90dddf);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:40px;height:483px;width:788px;top:11.947906494141px;left:0px;display:block; }
#BKGm4HJaJJmpPTWg80P0lVly0dyJ1qic { position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #25a9ad, #90dddf);background-image: -moz-linear-gradient(180deg, #25a9ad, #90dddf);background-image: -ms-linear-gradient(180deg, #25a9ad, #90dddf);background-image: -o-linear-gradient(180deg, #25a9ad, #90dddf);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#25a9ad', endColorstr='#90dddf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#25a9ad', endColorstr='#90dddf' );";background-image: linear-gradient(180deg, #25a9ad, #90dddf);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:40px;height:483px;width:393px;top:13.484375px;left:808px;display:block; }
#CiuUFzHJmMzbr1u4p2NtX6ediLJQ2gr6 { color:#000000;display:block;width:379.958px;position:absolute;font-family:"open sans";font-size:25px;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:409.15625px;left:33.010437011719px;height:35px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NeOmcTRkJd8LMUi0F4oIWvu2aQ6IClZM { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:71px;width:71px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14998;opacity:1;top:391.62109375px;left:363.466796875px; }
#LRQSPXU8b3S8bachDykHzUrt1mShccLT { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:105px;width:105px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14999;opacity:1;top:222.95834350586px;left:560.47918701172px; }
#ygXTf7BrvP8eq8MFq96CVqKUPMKZcn9p { color:#ef332e;display:block;width:281px;position:absolute;font-family:"open sans";font-size:25px;font-weight:700;z-index:14997;line-height:1.4;letter-spacing:0;top:411.96249389648px;left:472.47503662109px;height:35px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ab8c479c7695c53333d28e2fd32730f0 { 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; }#ab8c479c7695c53333d28e2fd32730f0 > .row .container { background-color: transparent; background-image: none; }#ab8c479c7695c53333d28e2fd32730f0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ab8c479c7695c53333d28e2fd32730f0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ab8c479c7695c53333d28e2fd32730f0 > .row .container > .video-iframe-container { display: none; }#ab8c479c7695c53333d28e2fd32730f0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ab8c479c7695c53333d28e2fd32730f0 > .row > .video-iframe-container { display: none; }#ab8c479c7695c53333d28e2fd32730f0 > .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); }#ab8c479c7695c53333d28e2fd32730f0 > .row .container { border-width: 0; border-radius: 0; }#ab8c479c7695c53333d28e2fd32730f0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ab8c479c7695c53333d28e2fd32730f0 > .row .container { font-size:14px;font-family:arial;height:783px;width:1200px;position:relative;display:block; }#a0f79d995bf50c56c4cdb5645a4a4b8b { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:591px;width:1053px;top:107px;left:74px;display:block; }
#f6f9847cea2cb21810217e1e99be450f { box-sizing:content-box;color:#5d92ff;font-size:49px;font-weight:400;line-height:1;height:69.9896px;width:69.9896px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:12.854156494141px;left:80.479187011719px; }
#bfc91f2eaf6a38a076dc3a032d700ea9 { color:#ffffff;display:block;width:333px;position:absolute;font-family:"open sans";font-size:19px;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:29.2734375px;left:80.49609375px;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Va854161bbb07364ed85bbbc174478fe { color:#ffffff;display:block;width:358px;position:absolute;font-family:"bree serif";font-size:25px;font-weight:400;z-index:15000;line-height:1.4;letter-spacing:0;top:30.3515625px;left:149.9296875px;height:35px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#v09b04e79ab157ef1420919f5b8bdfcc { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #25a9ad, #90dddf);background-image: -moz-linear-gradient(180deg, #25a9ad, #90dddf);background-image: -ms-linear-gradient(180deg, #25a9ad, #90dddf);background-image: -o-linear-gradient(180deg, #25a9ad, #90dddf);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#25a9ad', endColorstr='#90dddf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#25a9ad', endColorstr='#90dddf' );";background-image: linear-gradient(180deg, #25a9ad, #90dddf);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:40px;height:766px;width:1200px;top:0px;left:0px;display:block; }
#D189be196be7b704b987f62d8792dc5d { position:relative;display:block; }#D189be196be7b704b987f62d8792dc5d { background-color: transparent; background-image: none; }#D189be196be7b704b987f62d8792dc5d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D189be196be7b704b987f62d8792dc5d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D189be196be7b704b987f62d8792dc5d > .row .container > .video-iframe-container { display: none; }#D189be196be7b704b987f62d8792dc5d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D189be196be7b704b987f62d8792dc5d > .row > .video-iframe-container { display: none; }#D189be196be7b704b987f62d8792dc5d > .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); }#D189be196be7b704b987f62d8792dc5d { border-width: 0; border-radius: 0; }#D189be196be7b704b987f62d8792dc5d > .row .container > .video-iframe-container { border-top-left-radius:040px;border-top-right-radius:040px;border-bottom-left-radius:0;border-bottom-right-radius:0; }#D189be196be7b704b987f62d8792dc5d > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #25a9ad, #90dddf);background-image: -moz-linear-gradient(180deg, #25a9ad, #90dddf);background-image: -ms-linear-gradient(180deg, #25a9ad, #90dddf);background-image: -o-linear-gradient(180deg, #25a9ad, #90dddf);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#25a9ad', endColorstr='#90dddf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#25a9ad', endColorstr='#90dddf' );";background-image: linear-gradient(180deg, #25a9ad, #90dddf);background-size:auto !important;font-size:14px;font-family:arial;height:236px;width:1200px;border-top-left-radius:040px;border-top-right-radius:040px;border-bottom-left-radius:0;border-bottom-right-radius:0;position:relative;display:block; }#ae362f26c38d876edaa1e75d3184f20c { position:absolute;display:block;z-index:14987;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/dd01d6fa-12d5-4404-bfc1-c0744e40fe73/Bonnie.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:199px;width:359px;top:25px;left:421px;display:block; }#ae362f26c38d876edaa1e75d3184f20c.adaptive-delivery-prevent-bg, #ae362f26c38d876edaa1e75d3184f20c.lazyload, #ae362f26c38d876edaa1e75d3184f20c.lazyloading { background-image: none; }
#u78ed2c4a9e62f849bc755a9cd88013f { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/d1f76d4d-96ed-4201-abd5-7a27b77a1cfa/Joey_and_Rachael.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:199px;width:359px;top:25px;left:820px;display:block; }#u78ed2c4a9e62f849bc755a9cd88013f.adaptive-delivery-prevent-bg, #u78ed2c4a9e62f849bc755a9cd88013f.lazyload, #u78ed2c4a9e62f849bc755a9cd88013f.lazyloading { background-image: none; }
#v86f631ad540ec1adc00cc08ec31565b { position:absolute;display:block;z-index:14981;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6c0dbafc-0444-4e26-953f-6bd122939573/Michael_and_Christal_2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:199px;width:359px;top:23.162506103516px;left:19.700012207031px;display:block; }#v86f631ad540ec1adc00cc08ec31565b.adaptive-delivery-prevent-bg, #v86f631ad540ec1adc00cc08ec31565b.lazyload, #v86f631ad540ec1adc00cc08ec31565b.lazyloading { background-image: none; }
#cbdbf42806d63ed1afb0989c5f6ae1ef { position:absolute;display:block;z-index:15031;height:199px;width:359px;top:24.5px;left:20.5px;display:block; }
#nc316c1e55173dfab88131a99d8e5663 { position:absolute;display:block;z-index:15026;height:199px;width:359px;top:25px;left:821px;display:block; }
#U6b392ed09ef404ad7a20ea44c1900b1 { position:absolute;display:block;z-index:15031;height:199px;width:359px;top:25px;left:421px;display:block; }
#b68876eae60537bb2513904f3f3db7d3 { position:relative;display:block; }#b68876eae60537bb2513904f3f3db7d3 { background-color: transparent; background-image: none; }#b68876eae60537bb2513904f3f3db7d3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b68876eae60537bb2513904f3f3db7d3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b68876eae60537bb2513904f3f3db7d3 > .row .container > .video-iframe-container { display: none; }#b68876eae60537bb2513904f3f3db7d3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b68876eae60537bb2513904f3f3db7d3 > .row > .video-iframe-container { display: none; }#b68876eae60537bb2513904f3f3db7d3 > .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); }#b68876eae60537bb2513904f3f3db7d3 { border-width: 0; border-radius: 0; }#b68876eae60537bb2513904f3f3db7d3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b68876eae60537bb2513904f3f3db7d3 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #25a9ad, #90dddf);background-image: -moz-linear-gradient(180deg, #25a9ad, #90dddf);background-image: -ms-linear-gradient(180deg, #25a9ad, #90dddf);background-image: -o-linear-gradient(180deg, #25a9ad, #90dddf);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#25a9ad', endColorstr='#90dddf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#25a9ad', endColorstr='#90dddf' );";background-image: linear-gradient(180deg, #25a9ad, #90dddf);background-size:auto !important;font-size:14px;font-family:arial;height:226px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Uacb2dbd3ed0630e9a9151c4e3ced6f1 { position:absolute;display:block;z-index:14987;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/669080d0-7ece-466b-a827-b3f9e47ea32c/Chris_and_Karen.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:199px;width:359px;top:13px;left:420px;display:block; }#Uacb2dbd3ed0630e9a9151c4e3ced6f1.adaptive-delivery-prevent-bg, #Uacb2dbd3ed0630e9a9151c4e3ced6f1.lazyload, #Uacb2dbd3ed0630e9a9151c4e3ced6f1.lazyloading { background-image: none; }
#d6c3572139f80b8aed34ed1989159074 { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/5d84d301-436d-405e-9436-31fcf0797ac8/Leilani.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:199px;width:359px;top:13px;left:820px;display:block; }#d6c3572139f80b8aed34ed1989159074.adaptive-delivery-prevent-bg, #d6c3572139f80b8aed34ed1989159074.lazyload, #d6c3572139f80b8aed34ed1989159074.lazyloading { background-image: none; }
#f6ff1be3fef49bebd234ce5f84c81768 { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6c036079-c33b-4e1c-b750-cac6fc712e11/Shannon.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:199px;width:359px;top:13px;left:20px;display:block; }#f6ff1be3fef49bebd234ce5f84c81768.adaptive-delivery-prevent-bg, #f6ff1be3fef49bebd234ce5f84c81768.lazyload, #f6ff1be3fef49bebd234ce5f84c81768.lazyloading { background-image: none; }
#bf67fe66eed75e582c378348974ec8de { position:absolute;display:block;z-index:15031;height:199px;width:359px;top:14px;left:821px;display:block; }
#c3ca0975f1ba0178db51bb7abc8d7da3 { position:absolute;display:block;z-index:15026;height:199px;width:359px;top:14px;left:421px;display:block; }
#me79b99a56acd7175e3748cbdb140db2 { position:absolute;display:block;z-index:15029;height:199px;width:359px;top:14px;left:21px;display:block; }
#d22e70158a5a6dd2cb8feef75777c407 { position:relative;display:block; }#d22e70158a5a6dd2cb8feef75777c407 { background-color: transparent; background-image: none; }#d22e70158a5a6dd2cb8feef75777c407::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d22e70158a5a6dd2cb8feef75777c407 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d22e70158a5a6dd2cb8feef75777c407 > .row .container > .video-iframe-container { display: none; }#d22e70158a5a6dd2cb8feef75777c407 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d22e70158a5a6dd2cb8feef75777c407 > .row > .video-iframe-container { display: none; }#d22e70158a5a6dd2cb8feef75777c407 > .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); }#d22e70158a5a6dd2cb8feef75777c407 { border-width: 0; border-radius: 0; }#d22e70158a5a6dd2cb8feef75777c407 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d22e70158a5a6dd2cb8feef75777c407 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #25a9ad, #90dddf);background-image: -moz-linear-gradient(180deg, #25a9ad, #90dddf);background-image: -ms-linear-gradient(180deg, #25a9ad, #90dddf);background-image: -o-linear-gradient(180deg, #25a9ad, #90dddf);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#25a9ad', endColorstr='#90dddf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#25a9ad', endColorstr='#90dddf' );";background-image: linear-gradient(180deg, #25a9ad, #90dddf);background-size:auto !important;font-size:14px;font-family:arial;height:226px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#cff80ac658fc3c26d087e1f95f65d256 { position:absolute;display:block;z-index:15019;height:199px;width:359px;top:14px;left:421px;display:block; }
#f8edef96a34ade45ba728b7008a11dc7 { position:absolute;display:block;z-index:14987;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6aa4c659-2add-431d-bf69-8a1a209f205f/Monica_Lamport.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:199px;width:359px;top:13px;left:420px;display:block; }#f8edef96a34ade45ba728b7008a11dc7.adaptive-delivery-prevent-bg, #f8edef96a34ade45ba728b7008a11dc7.lazyload, #f8edef96a34ade45ba728b7008a11dc7.lazyloading { background-image: none; }
#d91367d2114853cfc8f5c65745f1385a { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/c4ef6dd7-df3c-4ff2-a92e-75a0f7e1664a/Paul_and_Helena.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:199px;width:359px;top:13px;left:820px;display:block; }#d91367d2114853cfc8f5c65745f1385a.adaptive-delivery-prevent-bg, #d91367d2114853cfc8f5c65745f1385a.lazyload, #d91367d2114853cfc8f5c65745f1385a.lazyloading { background-image: none; }
#s65a5838b8aba4f1bcaee17e378b27f9 { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/44266bee-7c49-4e94-9b93-07b34cd22495/Michelle_and_Dan.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:199px;width:359px;top:13px;left:20px;display:block; }#s65a5838b8aba4f1bcaee17e378b27f9.adaptive-delivery-prevent-bg, #s65a5838b8aba4f1bcaee17e378b27f9.lazyload, #s65a5838b8aba4f1bcaee17e378b27f9.lazyloading { background-image: none; }
#D6bd2a01f8d89ae92321df881b33eae0 { position:absolute;display:block;z-index:15026;height:199px;width:359px;top:14px;left:821px;display:block; }
#e5bf0a2bc61dafcfc2369b254c438eac { position:absolute;display:block;z-index:15023;height:199px;width:359px;top:14px;left:21px;display:block; }
#Sf1ee530b9999e1e7265dbb6caedf996 { position:relative;display:block; }#Sf1ee530b9999e1e7265dbb6caedf996 { background-color: transparent; background-image: none; }#Sf1ee530b9999e1e7265dbb6caedf996::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sf1ee530b9999e1e7265dbb6caedf996 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sf1ee530b9999e1e7265dbb6caedf996 > .row .container > .video-iframe-container { display: none; }#Sf1ee530b9999e1e7265dbb6caedf996 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sf1ee530b9999e1e7265dbb6caedf996 > .row > .video-iframe-container { display: none; }#Sf1ee530b9999e1e7265dbb6caedf996 > .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); }#Sf1ee530b9999e1e7265dbb6caedf996 { border-width: 0; border-radius: 0; }#Sf1ee530b9999e1e7265dbb6caedf996 > .row .container > .video-iframe-container { border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:40px;border-bottom-right-radius:40px; }#Sf1ee530b9999e1e7265dbb6caedf996 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #25a9ad, #90dddf);background-image: -moz-linear-gradient(180deg, #25a9ad, #90dddf);background-image: -ms-linear-gradient(180deg, #25a9ad, #90dddf);background-image: -o-linear-gradient(180deg, #25a9ad, #90dddf);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#25a9ad', endColorstr='#90dddf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#25a9ad', endColorstr='#90dddf' );";background-image: linear-gradient(180deg, #25a9ad, #90dddf);background-size:auto !important;font-size:14px;font-family:arial;height:226px;width:1200px;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:40px;border-bottom-right-radius:40px;position:relative;display:block; }#uf03f670809cf705b57722731379dddc { position:absolute;display:block;z-index:14987;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/45518187-1c85-462b-a82c-81189dda6a85/Dave_and_Roxanne.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:199px;width:359px;top:14px;left:420px;display:block; }#uf03f670809cf705b57722731379dddc.adaptive-delivery-prevent-bg, #uf03f670809cf705b57722731379dddc.lazyload, #uf03f670809cf705b57722731379dddc.lazyloading { background-image: none; }
#a09964259a2f8de3b007f551cbf873c6 { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/1d15368d-8967-4499-a3e5-0cbe81b12905/Betty_and_Smash.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:199px;width:359px;top:14px;left:820px;display:block; }#a09964259a2f8de3b007f551cbf873c6.adaptive-delivery-prevent-bg, #a09964259a2f8de3b007f551cbf873c6.lazyload, #a09964259a2f8de3b007f551cbf873c6.lazyloading { background-image: none; }
#hffbbd9ece341d275fb045c97348792a { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/854a92c4-3b13-4bbe-bf97-2a3b8ae19823/Holly.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:199px;width:359px;top:14px;left:20px;display:block; }#hffbbd9ece341d275fb045c97348792a.adaptive-delivery-prevent-bg, #hffbbd9ece341d275fb045c97348792a.lazyload, #hffbbd9ece341d275fb045c97348792a.lazyloading { background-image: none; }
#m2ef2046e29f9f8bdcbff05f3e41fee1 { position:absolute;display:block;z-index:15025;height:199px;width:359px;top:13px;left:821px;display:block; }
#M00d514db019d384a65499d8fe0af194 { position:absolute;display:block;z-index:15023;height:199px;width:359px;top:13px;left:21px;display:block; }
#z5fcfb77e4972cbda989106b04badce6 { position:absolute;display:block;z-index:15024;height:199px;width:359px;top:13px;left:421px;display:block; }
#b364d1296230ba2290b7e05a6b609ccd { 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; }#b364d1296230ba2290b7e05a6b609ccd > .row .container { background-color: transparent; background-image: none; }#b364d1296230ba2290b7e05a6b609ccd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b364d1296230ba2290b7e05a6b609ccd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b364d1296230ba2290b7e05a6b609ccd > .row .container > .video-iframe-container { display: none; }#b364d1296230ba2290b7e05a6b609ccd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b364d1296230ba2290b7e05a6b609ccd > .row > .video-iframe-container { display: none; }#b364d1296230ba2290b7e05a6b609ccd > .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); }#b364d1296230ba2290b7e05a6b609ccd > .row .container { border-width: 0; border-radius: 0; }#b364d1296230ba2290b7e05a6b609ccd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b364d1296230ba2290b7e05a6b609ccd > .row .container { font-size:14px;font-family:arial;height:198px;width:1200px;position:relative;display:block; }#D7817cb79c8a43c4d8c6f618431fcc7c { color:#ffffff;display:block;width:1200px;position:absolute;font-family:"bree serif";font-size:25px;font-weight:400;z-index:15029;line-height:1.4;letter-spacing:0;top:36px;left:0px;height:35px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M8bdc1624f00ebdf05d71322e6710b22 { position:absolute;display:block;z-index:15030;height:54.9961px;width:399.984px;top:109px;left:400px;display:block; }
#eba8e6405c630b456c50f654f6810ff9 { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #25a9ad, #90dddf);background-image: -moz-linear-gradient(180deg, #25a9ad, #90dddf);background-image: -ms-linear-gradient(180deg, #25a9ad, #90dddf);background-image: -o-linear-gradient(180deg, #25a9ad, #90dddf);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#25a9ad', endColorstr='#90dddf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#25a9ad', endColorstr='#90dddf' );";background-image: linear-gradient(180deg, #25a9ad, #90dddf);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:40px;height:169px;width:1200px;top:17px;left:0px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Za6a4e37398441b06205029592f0aa40 { display:block; }#Za6a4e37398441b06205029592f0aa40 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f9944840375f246b05ac2505f4de52bf { top:447px;left:0px;width:764px;height:49px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #d8b88358ced7aae9ba84472ed43d9879 { top:0px;left:0px;width:764px;height:285.22666666667px;display:block; }
 }@media only screen and (max-width: 763px) { #ece6754963a19a7c8fc5ca955bf1d1a5 { display:block; }#ece6754963a19a7c8fc5ca955bf1d1a5 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dd30eb57a12d2bc8b9c2cf1cc03a921e { top:0px;left:0px;width:764px;height:78px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #a21378b3d19e404007ff04268fa5406b { top:68px;left:0px;width:764px;height:39px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #A0p2AbmeeO9EbWnN0xblClumScW5rdCF { display:block; }#A0p2AbmeeO9EbWnN0xblClumScW5rdCF > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X2TaUo6Wv5pXt6fVyWQ0peuSQL3ZmIgP { top:19px;left:604.48956298828px;width:69px;height:69px;display:block; }
 }@media only screen and (max-width: 763px) { #itgJ7cSBQ0PtTTyridPkgQNe5lmnqU0D { top:19px;left:185px;width:69px;height:69px;display:block; }
 }@media only screen and (max-width: 763px) { #NNuJUoqQl7Z4AKuT7Pxk5chv07in8WdR { top:101px;left:0px;width:379px;height:293px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #IBLEOm3tvyLQWtC7P08LHhKtrwzUap3K { width:279px;height:54px;top:225px;left:483px;display:block; }
 }@media only screen and (max-width: 763px) { #GKTR3AghiTFI33WsIrIAQRNdmfkcAN3I { display:block; }
 }@media only screen and (max-width: 763px) { #ekqMq4oJ15etDODPCxXCrIg59kZtMTBT { top:312px;left:602.97918701172px;width:73px;height:73px;display:block; }
 }@media only screen and (max-width: 763px) { #O34tThM72qsxqra8Z3ZRIcVlBzEvHZLE { top:101px;left:495px;width:267px;height:94px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #nh4F1nrMwJ1saazQrhoBJ8JpUWsyNto9 { top:101px;left:201px;width:307px;height:94px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #QQ9I1qdhi60Xz6D5yDQGxAbl0pUkK6Dd { top:342px;left:208px;width:300px;height:109.61873909793px;display:block; }
 }@media only screen and (max-width: 763px) { #nqa4PAsseTZClV8HZ0Cze2Qmr0frBDVv { top:342px;left:0px;width:47px;height:95px;display:block; }
 }@media only screen and (max-width: 763px) { #JLUDO8LQNXCTyU7bQu16J1iGWnabdskB { top:11px;left:0px;width:764px;height:483px;display:block; }
 }@media only screen and (max-width: 763px) { #BKGm4HJaJJmpPTWg80P0lVly0dyJ1qic { top:13px;left:370px;width:393px;height:483px;display:block; }
 }@media only screen and (max-width: 763px) { #CiuUFzHJmMzbr1u4p2NtX6ediLJQ2gr6 { top:409px;left:0px;width:379px;height:35px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #NeOmcTRkJd8LMUi0F4oIWvu2aQ6IClZM { top:391px;left:183px;width:71px;height:71px;display:block; }
 }@media only screen and (max-width: 763px) { #LRQSPXU8b3S8bachDykHzUrt1mShccLT { top:222px;left:341.47918701172px;width:105px;height:105px;display:block; }
 }@media only screen and (max-width: 763px) { #ygXTf7BrvP8eq8MFq96CVqKUPMKZcn9p { top:411px;left:227px;width:281px;height:35px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ab8c479c7695c53333d28e2fd32730f0 { display:block; }#ab8c479c7695c53333d28e2fd32730f0 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a0f79d995bf50c56c4cdb5645a4a4b8b { top:107px;left:0px;width:764px;height:428.79772079772px;display:block; }
 }@media only screen and (max-width: 763px) { #f6f9847cea2cb21810217e1e99be450f { top:12px;left:0px;width:69px;height:69px;display:block; }
 }@media only screen and (max-width: 763px) { #bfc91f2eaf6a38a076dc3a032d700ea9 { top:29px;left:0px;width:333px;height:;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #Va854161bbb07364ed85bbbc174478fe { top:30px;left:0px;width:357px;height:34px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #v09b04e79ab157ef1420919f5b8bdfcc { top:0px;left:0px;width:764px;height:765px;display:block; }
 }@media only screen and (max-width: 763px) { #D189be196be7b704b987f62d8792dc5d { display:block; }#D189be196be7b704b987f62d8792dc5d > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ae362f26c38d876edaa1e75d3184f20c { top:25px;left:147px;width:359px;height:199px;display:block; }
 }@media only screen and (max-width: 763px) { #u78ed2c4a9e62f849bc755a9cd88013f { top:25px;left:401px;width:359px;height:199px;display:block; }
 }@media only screen and (max-width: 763px) { #v86f631ad540ec1adc00cc08ec31565b { top:23px;left:0px;width:359px;height:199px;display:block; }
 }@media only screen and (max-width: 763px) { #cbdbf42806d63ed1afb0989c5f6ae1ef { top:24px;left:0px;width:359px;height:199px;display:block; }
 }@media only screen and (max-width: 763px) { #nc316c1e55173dfab88131a99d8e5663 { top:25px;left:403px;width:359px;height:199px;display:block; }
 }@media only screen and (max-width: 763px) { #U6b392ed09ef404ad7a20ea44c1900b1 { top:25px;left:149px;width:359px;height:199px;display:block; }
 }@media only screen and (max-width: 763px) { #b68876eae60537bb2513904f3f3db7d3 { display:block; }#b68876eae60537bb2513904f3f3db7d3 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uacb2dbd3ed0630e9a9151c4e3ced6f1 { top:13px;left:147px;width:359px;height:199px;display:block; }
 }@media only screen and (max-width: 763px) { #d6c3572139f80b8aed34ed1989159074 { top:13px;left:401px;width:359px;height:199px;display:block; }
 }@media only screen and (max-width: 763px) { #f6ff1be3fef49bebd234ce5f84c81768 { top:13px;left:0px;width:359px;height:199px;display:block; }
 }@media only screen and (max-width: 763px) { #bf67fe66eed75e582c378348974ec8de { top:14px;left:403px;width:359px;height:199px;display:block; }
 }@media only screen and (max-width: 763px) { #c3ca0975f1ba0178db51bb7abc8d7da3 { top:14px;left:149px;width:359px;height:199px;display:block; }
 }@media only screen and (max-width: 763px) { #me79b99a56acd7175e3748cbdb140db2 { top:14px;left:0px;width:359px;height:199px;display:block; }
 }@media only screen and (max-width: 763px) { #d22e70158a5a6dd2cb8feef75777c407 { display:block; }#d22e70158a5a6dd2cb8feef75777c407 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cff80ac658fc3c26d087e1f95f65d256 { top:14px;left:149px;width:359px;height:199px;display:block; }
 }@media only screen and (max-width: 763px) { #f8edef96a34ade45ba728b7008a11dc7 { top:13px;left:147px;width:359px;height:199px;display:block; }
 }@media only screen and (max-width: 763px) { #d91367d2114853cfc8f5c65745f1385a { top:13px;left:401px;width:359px;height:199px;display:block; }
 }@media only screen and (max-width: 763px) { #s65a5838b8aba4f1bcaee17e378b27f9 { top:13px;left:0px;width:359px;height:199px;display:block; }
 }@media only screen and (max-width: 763px) { #D6bd2a01f8d89ae92321df881b33eae0 { top:14px;left:403px;width:359px;height:199px;display:block; }
 }@media only screen and (max-width: 763px) { #e5bf0a2bc61dafcfc2369b254c438eac { top:14px;left:0px;width:359px;height:199px;display:block; }
 }@media only screen and (max-width: 763px) { #Sf1ee530b9999e1e7265dbb6caedf996 { display:block; }#Sf1ee530b9999e1e7265dbb6caedf996 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uf03f670809cf705b57722731379dddc { top:14px;left:147px;width:359px;height:199px;display:block; }
 }@media only screen and (max-width: 763px) { #a09964259a2f8de3b007f551cbf873c6 { top:14px;left:401px;width:359px;height:199px;display:block; }
 }@media only screen and (max-width: 763px) { #hffbbd9ece341d275fb045c97348792a { top:14px;left:0px;width:359px;height:199px;display:block; }
 }@media only screen and (max-width: 763px) { #m2ef2046e29f9f8bdcbff05f3e41fee1 { top:13px;left:403px;width:359px;height:199px;display:block; }
 }@media only screen and (max-width: 763px) { #M00d514db019d384a65499d8fe0af194 { top:13px;left:0px;width:359px;height:199px;display:block; }
 }@media only screen and (max-width: 763px) { #z5fcfb77e4972cbda989106b04badce6 { top:13px;left:149px;width:359px;height:199px;display:block; }
 }@media only screen and (max-width: 763px) { #b364d1296230ba2290b7e05a6b609ccd { display:block; }#b364d1296230ba2290b7e05a6b609ccd > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D7817cb79c8a43c4d8c6f618431fcc7c { width:764px;height:35px;top:36px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #M8bdc1624f00ebdf05d71322e6710b22 { top:109px;left:182px;width:399px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #eba8e6405c630b456c50f654f6810ff9 { top:17px;left:0px;width:764px;height:169px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Za6a4e37398441b06205029592f0aa40 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bfad4130-c5ab-4bee-acc6-2b4c7637e03c/LTEOriginalbannerblank.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Za6a4e37398441b06205029592f0aa40.adaptive-delivery-prevent-bg, #Za6a4e37398441b06205029592f0aa40.lazyload, #Za6a4e37398441b06205029592f0aa40.lazyloading { background-image: none; }#Za6a4e37398441b06205029592f0aa40 > .row .container { background-color: transparent; background-image: none; }#Za6a4e37398441b06205029592f0aa40::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Za6a4e37398441b06205029592f0aa40 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Za6a4e37398441b06205029592f0aa40 > .row .container > .video-iframe-container { display: none; }#Za6a4e37398441b06205029592f0aa40 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Za6a4e37398441b06205029592f0aa40 > .row > .video-iframe-container { display: none; }#Za6a4e37398441b06205029592f0aa40 > .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); }#Za6a4e37398441b06205029592f0aa40 > .row .container { width:320px;height:243px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f9944840375f246b05ac2505f4de52bf { width:319.992px;height:52.0078px;top:139.96875px;left:0px;font-size:20px;text-align:center;text-align-last:center;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #d8b88358ced7aae9ba84472ed43d9879 { width:320px;height:119.46666666667px;top:11.98828125px;left:0px;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ece6754963a19a7c8fc5ca955bf1d1a5 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #90dddf, #25a9ad);background-image: -moz-linear-gradient(180deg, #90dddf, #25a9ad);background-image: -ms-linear-gradient(180deg, #90dddf, #25a9ad);background-image: -o-linear-gradient(180deg, #90dddf, #25a9ad);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#90dddf', endColorstr='#25a9ad' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#90dddf', endColorstr='#25a9ad' );";background-image: linear-gradient(180deg, #90dddf, #25a9ad);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;display:block; }#ece6754963a19a7c8fc5ca955bf1d1a5 > .row .container { background-color: transparent; background-image: none; }#ece6754963a19a7c8fc5ca955bf1d1a5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ece6754963a19a7c8fc5ca955bf1d1a5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ece6754963a19a7c8fc5ca955bf1d1a5 > .row .container > .video-iframe-container { display: none; }#ece6754963a19a7c8fc5ca955bf1d1a5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ece6754963a19a7c8fc5ca955bf1d1a5 > .row > .video-iframe-container { display: none; }#ece6754963a19a7c8fc5ca955bf1d1a5 > .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); }#ece6754963a19a7c8fc5ca955bf1d1a5 > .row .container { border-width: 0; border-radius: 0; }#ece6754963a19a7c8fc5ca955bf1d1a5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ece6754963a19a7c8fc5ca955bf1d1a5 > .row .container { width:320px;height:119px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dd30eb57a12d2bc8b9c2cf1cc03a921e { width:320px;height:56px;top:0px;left:0px;font-size:40px;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #a21378b3d19e404007ff04268fa5406b { width:314px;height:50.3958px;top:53px;left:0px;font-size:18px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #A0p2AbmeeO9EbWnN0xblClumScW5rdCF { display:block; }#A0p2AbmeeO9EbWnN0xblClumScW5rdCF > .row .container { width:320px;height:1023px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X2TaUo6Wv5pXt6fVyWQ0peuSQL3ZmIgP { display:flex;width:65px;height:65px;top:701.65625px;left:127.50000476837px;font-size:45px; }
 }@media only screen and (max-width: 763px) { #itgJ7cSBQ0PtTTyridPkgQNe5lmnqU0D { display:flex;width:65px;height:65px;top:21.64582824707px;left:127.50000476837px;font-size:45px; }
 }@media only screen and (max-width: 763px) { #NNuJUoqQl7Z4AKuT7Pxk5chv07in8WdR { width:320px;height:227.9167px;top:85.97917175293px;left:0.48958301544189px;font-size:19px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #IBLEOm3tvyLQWtC7P08LHhKtrwzUap3K { width:278.99px;height:53.9896px;top:870px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #GKTR3AghiTFI33WsIrIAQRNdmfkcAN3I { display:block; }
 }@media only screen and (max-width: 763px) { #ekqMq4oJ15etDODPCxXCrIg59kZtMTBT { display:flex;width:51px;height:51px;top:936.4792175293px;left:134.50000476837px; }
 }@media only screen and (max-width: 763px) { #O34tThM72qsxqra8Z3ZRIcVlBzEvHZLE { width:266.99px;height:91.1667px;top:766px;left:26px;font-size:19px;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #nh4F1nrMwJ1saazQrhoBJ8JpUWsyNto9 { width:287.99px;height:68.375px;top:380px;left:16.000000953674px;font-size:19px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QQ9I1qdhi60Xz6D5yDQGxAbl0pUkK6Dd { width:274px;height:99px;top:558px;left:23.000000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #nqa4PAsseTZClV8HZ0Cze2Qmr0frBDVv { width:24px;height:50px;top:299.5px;left:25.156250953674px;display:block; }
 }@media only screen and (max-width: 763px) { #JLUDO8LQNXCTyU7bQu16J1iGWnabdskB { width:320px;height:663px;top:18.447914123535px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #BKGm4HJaJJmpPTWg80P0lVly0dyJ1qic { width:320px;height:308px;top:697px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #CiuUFzHJmMzbr1u4p2NtX6ediLJQ2gr6 { width:317px;height:28px;top:331.15625px;left:1.4791669845581px;font-size:20px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #NeOmcTRkJd8LMUi0F4oIWvu2aQ6IClZM { display:flex;width:71px;height:71px;top:1070.6354370117px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #LRQSPXU8b3S8bachDykHzUrt1mShccLT { display:flex;width:93px;height:93px;top:453.58337402344px;left:113.50000476837px; }
 }@media only screen and (max-width: 763px) { #ygXTf7BrvP8eq8MFq96CVqKUPMKZcn9p { width:257px;height:28px;top:622px;left:31.500000953674px;font-size:20px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ab8c479c7695c53333d28e2fd32730f0 { display:block; }#ab8c479c7695c53333d28e2fd32730f0 > .row .container { width:320px;height:384px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a0f79d995bf50c56c4cdb5645a4a4b8b { height:171.996px;width:306.996px;top:164.98828125px;left:6.46875px;display:block; }
 }@media only screen and (max-width: 763px) { #f6f9847cea2cb21810217e1e99be450f { display:flex;width:65px;height:65px;top:8.6667175292969px;left:127.50000476837px;font-size:45px; }
 }@media only screen and (max-width: 763px) { #bfc91f2eaf6a38a076dc3a032d700ea9 { width:319.992px;height:0;top:25px;left:0px;font-size:18px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Va854161bbb07364ed85bbbc174478fe { width:187.992px;height:58.7812px;top:85.9921875px;left:65.9765625px;font-size:21px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #v09b04e79ab157ef1420919f5b8bdfcc { width:320px;height:373px;top:0.4921875px;left:0px;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #90dddf, #25a9ad);background-image: -moz-linear-gradient(180deg, #90dddf, #25a9ad);background-image: -ms-linear-gradient(180deg, #90dddf, #25a9ad);background-image: -o-linear-gradient(180deg, #90dddf, #25a9ad);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#90dddf', endColorstr='#25a9ad' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#90dddf', endColorstr='#25a9ad' );";background-image: linear-gradient(180deg, #90dddf, #25a9ad);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #D189be196be7b704b987f62d8792dc5d { display:block; }#D189be196be7b704b987f62d8792dc5d > .row .container { width:320px;height:750px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ae362f26c38d876edaa1e75d3184f20c { width:319px;height:217px;top:274px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #u78ed2c4a9e62f849bc755a9cd88013f { width:319px;height:217px;top:511px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #v86f631ad540ec1adc00cc08ec31565b { width:319px;height:217px;top:38px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #cbdbf42806d63ed1afb0989c5f6ae1ef { width:319px;height:217px;top:39px;left:0px;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #nc316c1e55173dfab88131a99d8e5663 { width:319px;height:217px;top:512px;left:0px;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #U6b392ed09ef404ad7a20ea44c1900b1 { width:319px;height:220px;top:274px;left:0px;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #b68876eae60537bb2513904f3f3db7d3 { display:block; }#b68876eae60537bb2513904f3f3db7d3 > .row .container { width:320px;height:711px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uacb2dbd3ed0630e9a9151c4e3ced6f1 { width:319px;height:217px;top:255px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #d6c3572139f80b8aed34ed1989159074 { width:319px;height:217px;top:491px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #f6ff1be3fef49bebd234ce5f84c81768 { width:319px;height:217px;top:18px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #bf67fe66eed75e582c378348974ec8de { width:319px;height:216px;top:491.99377441406px;left:0px;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #c3ca0975f1ba0178db51bb7abc8d7da3 { width:319px;height:217px;top:255.00001525879px;left:0px;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #me79b99a56acd7175e3748cbdb140db2 { width:319px;height:217px;top:18.993751525879px;left:0px;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #d22e70158a5a6dd2cb8feef75777c407 { display:block; }#d22e70158a5a6dd2cb8feef75777c407 > .row .container { width:320px;height:714px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cff80ac658fc3c26d087e1f95f65d256 { width:319px;height:217px;top:258px;left:0px;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #f8edef96a34ade45ba728b7008a11dc7 { width:319px;height:217px;top:258px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #d91367d2114853cfc8f5c65745f1385a { width:319px;height:217px;top:495px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #s65a5838b8aba4f1bcaee17e378b27f9 { width:319px;height:217px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #D6bd2a01f8d89ae92321df881b33eae0 { width:319px;height:217px;top:496.99688720703px;left:0px;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #e5bf0a2bc61dafcfc2369b254c438eac { width:320px;height:217px;top:19.996875762939px;left:0px;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #Sf1ee530b9999e1e7265dbb6caedf996 { display:block; }#Sf1ee530b9999e1e7265dbb6caedf996 > .row .container { width:320px;height:753px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uf03f670809cf705b57722731379dddc { width:319px;height:217px;top:260px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #a09964259a2f8de3b007f551cbf873c6 { width:319px;height:217px;top:498px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #hffbbd9ece341d275fb045c97348792a { width:319px;height:217px;top:22px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #m2ef2046e29f9f8bdcbff05f3e41fee1 { width:319px;height:217px;top:499.99688720703px;left:0px;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #M00d514db019d384a65499d8fe0af194 { width:319px;height:217px;top:22.59375px;left:0px;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #z5fcfb77e4972cbda989106b04badce6 { width:319px;height:217px;top:259.99688720703px;left:0px;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #b364d1296230ba2290b7e05a6b609ccd { display:block; }#b364d1296230ba2290b7e05a6b609ccd > .row .container { width:320px;height:236px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D7817cb79c8a43c4d8c6f618431fcc7c { width:180.996px;height:58.7778px;top:36px;left:69px;text-align:center;text-align-last:center;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #M8bdc1624f00ebdf05d71322e6710b22 { width:319.969px;height:54.9961px;top:142px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #eba8e6405c630b456c50f654f6810ff9 { width:320px;height:209px;top:15px;left:0px;display:block; }
 }