.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;
}
:root { --color-primary-0:220,241,242;--color-primary-1:144,221,223;--color-primary-2:81,186,189;--color-primary-3:37,169,173;--color-primary-4:16,37,38;--color-secondary-0:253,224,224;--color-secondary-1:247,153,151;--color-secondary-2:239,51,46;--color-secondary-3:120,26,23;--color-secondary-4:36,8,7;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Bree Serif";--paragraphs-font-family:"Bree Serif"; }@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:rgba(var(--color-tertiary-0),1);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); }#d4305a3eb4a2a6d376fa28398f2bd560 { 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; }#d4305a3eb4a2a6d376fa28398f2bd560.adaptive-delivery-prevent-bg, #d4305a3eb4a2a6d376fa28398f2bd560.lazyload, #d4305a3eb4a2a6d376fa28398f2bd560.lazyloading { background-image: none; }#d4305a3eb4a2a6d376fa28398f2bd560 > .row .container { background-color: transparent; background-image: none; }#d4305a3eb4a2a6d376fa28398f2bd560::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d4305a3eb4a2a6d376fa28398f2bd560 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d4305a3eb4a2a6d376fa28398f2bd560 > .row .container > .video-iframe-container { display: none; }#d4305a3eb4a2a6d376fa28398f2bd560 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d4305a3eb4a2a6d376fa28398f2bd560 > .row > .video-iframe-container { display: none; }#d4305a3eb4a2a6d376fa28398f2bd560 > .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); }#d4305a3eb4a2a6d376fa28398f2bd560 > .row .container { border-width: 0; border-radius: 0; }#d4305a3eb4a2a6d376fa28398f2bd560 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d4305a3eb4a2a6d376fa28398f2bd560 > .row .container { font-size:0.875rem;font-family:arial;height:43.25rem;width:75rem;position:relative;display:block; }#w45454d22f0c454c32e735796410caee { color:rgba(var(--color-tertiary-0),1);display:block;width:58.6245rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:27.9990234375rem;left:7.358642578125rem;height:3.08751875rem;font-style:normal;display:block; }
#eddc5c0b732ecfd3f1654467f7d77a29 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:28rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#wfba92390d23cc422a2cecda738b8c58 { 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; }#wfba92390d23cc422a2cecda738b8c58 > .row .container { background-color: transparent; background-image: none; }#wfba92390d23cc422a2cecda738b8c58::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfba92390d23cc422a2cecda738b8c58 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfba92390d23cc422a2cecda738b8c58 > .row .container > .video-iframe-container { display: none; }#wfba92390d23cc422a2cecda738b8c58 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfba92390d23cc422a2cecda738b8c58 > .row > .video-iframe-container { display: none; }#wfba92390d23cc422a2cecda738b8c58 > .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); }#wfba92390d23cc422a2cecda738b8c58 > .row .container { border-width: 0; border-radius: 0; }#wfba92390d23cc422a2cecda738b8c58 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wfba92390d23cc422a2cecda738b8c58 > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#Tb4f1b3c1975ffb2045903be5e53ce7a { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"bree serif";font-size:3.75rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bf4871ff0ee907d8d816964b51e44b13 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"bree serif";font-size:1.875rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:4.25rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#patQ2gUQmbWSwvZv763IExsgJKJ2xKtP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#patQ2gUQmbWSwvZv763IExsgJKJ2xKtP > .row .container { background-color: transparent; background-image: none; }#patQ2gUQmbWSwvZv763IExsgJKJ2xKtP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#patQ2gUQmbWSwvZv763IExsgJKJ2xKtP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#patQ2gUQmbWSwvZv763IExsgJKJ2xKtP > .row .container > .video-iframe-container { display: none; }#patQ2gUQmbWSwvZv763IExsgJKJ2xKtP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#patQ2gUQmbWSwvZv763IExsgJKJ2xKtP > .row > .video-iframe-container { display: none; }#patQ2gUQmbWSwvZv763IExsgJKJ2xKtP > .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); }#patQ2gUQmbWSwvZv763IExsgJKJ2xKtP > .row .container { border-width: 0; border-radius: 0; }#patQ2gUQmbWSwvZv763IExsgJKJ2xKtP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#patQ2gUQmbWSwvZv763IExsgJKJ2xKtP > .row .container { font-size:0.875rem;font-family:arial;height:31.1875rem;width:75rem;position:relative;display:block; }#bca2f642b82ed404b27656d0a56de3ed { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:30.1875rem;width:75rem;top:0.93689346313475rem;left:0.062473297119141rem;display:block; }
#d5d3381a5506d87ee6f5d12817ad6c66 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8734375rem;width:18.809875rem;top:22.292377471924rem;left:46.123344421387rem;overflow:hidden;display:block; }
#Q2eb994a79fdff35b066f81392ec37a9 { color:rgba(var(--color-secondary-2),1);display:block;width:17.5616875rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:26.624103546142rem;left:46.746109008789rem;height:2.18690625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#h435f4f81e89e5ac9009a2d1ac75d40a { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.562375rem;width:6.562375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:14.187236785889rem;left:52.245765686035rem; }
#f126a910a5fa084425cd19589dc6e920 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.43695rem;width:4.43695rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:24.665061950684rem;left:37.873527526856rem; }
#edf1634505c0662e23ee177598d15fd8 { color:rgba(var(--color-tertiary-0),1);display:block;width:23.74725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:5.0680503845215rem;left:7.1233139038088rem;height:16.53275625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ab0009745e6201b1a3ec804023b475bc { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6873125rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15028;line-height:1.4;letter-spacing:0;top:25.788928985596rem;left:20.476245880127rem;height:2.18690625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g176384086e519c0715789a82217654d { color:rgba(var(--color-tertiary-0),1);display:block;width:19.1866875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:6.3740768432619rem;left:45.934608459472rem;height:5.90598125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#D5dba0dc118e4ecbcfe2b863457c5721 { position:absolute;display:block;z-index:15033;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:4.875rem;width:2.9375rem;top:22.187156677246rem;left:17.124366760254rem;overflow:hidden;display:block; }
#K34a27a631b7b45a806f492ef1fb1c62 { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.37381875rem;width:4.37381875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:1.4373397827149rem;left:35.312103271484rem; }
#e0fe67b4968325c067244974181d4d31 { 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;box-shadow: none;height:5.9375rem;width:2.9375rem;top:21.385414123535rem;left:2.6256523132324rem;overflow:hidden;display:none; }
#De6ef7f470b4cb2a24cbfbf2021d0c18 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#De6ef7f470b4cb2a24cbfbf2021d0c18 > .row .container { background-color: transparent; background-image: none; }#De6ef7f470b4cb2a24cbfbf2021d0c18::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#De6ef7f470b4cb2a24cbfbf2021d0c18 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#De6ef7f470b4cb2a24cbfbf2021d0c18 > .row .container > .video-iframe-container { display: none; }#De6ef7f470b4cb2a24cbfbf2021d0c18 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#De6ef7f470b4cb2a24cbfbf2021d0c18 > .row > .video-iframe-container { display: none; }#De6ef7f470b4cb2a24cbfbf2021d0c18 > .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); }#De6ef7f470b4cb2a24cbfbf2021d0c18 > .row .container { border-width: 0; border-radius: 0; }#De6ef7f470b4cb2a24cbfbf2021d0c18 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#De6ef7f470b4cb2a24cbfbf2021d0c18 > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:75rem;position:relative;display:block; }#K5ec0403e4ad8967b0f658525b32bd95 { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:18.3125rem;width:75rem;top:0.80755901336669rem;left:0rem;display:block; }
#Taa2496b461f3e640e34724cc75aa1f9 { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.374475rem;width:4.374475rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:7.8743171691894rem;left:4.9360771179199rem; }
#f401e04de9abf918c074a50cafc71c60 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.7475625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:7.9940032958988rem;left:13.184577941894rem;height:3.9378125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cf51508432fb9a530dadd0eb7a8ae90c { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.5612375rem;width:4.5612375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:7.6822929382325rem;left:35.219383239746rem; }
#E503f281d4742e5ca63e39ad705a9e1b { background-color:rgba(var(--color-secondary-2),1);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.49725rem;height:3.4367125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:8.2445564270019rem;left:47.309684753418rem;display:block; }
#L98e97fa9a4a94f99a3774af110e584d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dIcQR3uyfKXRlH8zWNR3yG89eo6kdVr2 { 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; }#dIcQR3uyfKXRlH8zWNR3yG89eo6kdVr2 > .row .container { background-color: transparent; background-image: none; }#dIcQR3uyfKXRlH8zWNR3yG89eo6kdVr2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dIcQR3uyfKXRlH8zWNR3yG89eo6kdVr2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dIcQR3uyfKXRlH8zWNR3yG89eo6kdVr2 > .row .container > .video-iframe-container { display: none; }#dIcQR3uyfKXRlH8zWNR3yG89eo6kdVr2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dIcQR3uyfKXRlH8zWNR3yG89eo6kdVr2 > .row > .video-iframe-container { display: none; }#dIcQR3uyfKXRlH8zWNR3yG89eo6kdVr2 > .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); }#dIcQR3uyfKXRlH8zWNR3yG89eo6kdVr2 > .row .container { border-width: 0; border-radius: 0; }#dIcQR3uyfKXRlH8zWNR3yG89eo6kdVr2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dIcQR3uyfKXRlH8zWNR3yG89eo6kdVr2 > .row .container { font-size:0.875rem;font-family:arial;height:7.125rem;width:75rem;position:relative;display:block; }#a2bf05c6cc34908d652c4fd16b79dd2a { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.37435rem;width:4.37435rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:0.80338478088381rem;left:5.0299491882324rem; }
#a57c76acfb89f1159ad6d6e7f2361e22 { color:#ffffff;display:block;width:20.8125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:1.82958984375rem;left:5.031005859375rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Qdc1f201ec3e5dad91ea0e82fff7752b { color:#ffffff;display:block;width:19.9995625rem;position:absolute;font-family:"bree serif";font-size:1.5625rem;font-weight:400;z-index:15000;line-height:1.4;letter-spacing:0;top:1.8961610794068rem;left:12.403079986573rem;height:2.18690625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b2f3636a692e654f4d0357137bb972ac { 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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:6.1875rem;width:75rem;top:0rem;left:0rem;display:block; }
#eb9e2f03b00ec3a2e2b3c57eae4cb799 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#eb9e2f03b00ec3a2e2b3c57eae4cb799 > .row .container { background-color: transparent; background-image: none; }#eb9e2f03b00ec3a2e2b3c57eae4cb799::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eb9e2f03b00ec3a2e2b3c57eae4cb799 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eb9e2f03b00ec3a2e2b3c57eae4cb799 > .row .container > .video-iframe-container { display: none; }#eb9e2f03b00ec3a2e2b3c57eae4cb799 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eb9e2f03b00ec3a2e2b3c57eae4cb799 > .row > .video-iframe-container { display: none; }#eb9e2f03b00ec3a2e2b3c57eae4cb799 > .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); }#eb9e2f03b00ec3a2e2b3c57eae4cb799 > .row .container { border-width: 0; border-radius: 0; }#eb9e2f03b00ec3a2e2b3c57eae4cb799 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eb9e2f03b00ec3a2e2b3c57eae4cb799 > .row .container { font-size:0.875rem;font-family:arial;height:37rem;width:75rem;position:relative;display:block; }#uad163448c72b7933fb6c1003894f024 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:33.75rem;width:60rem;top:1.625rem;left:7.5rem;display:block; }
#a24d21d21ff26141041a1400074b775e { position:relative;display:block; }#a24d21d21ff26141041a1400074b775e { background-color: transparent; background-image: none; }#a24d21d21ff26141041a1400074b775e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a24d21d21ff26141041a1400074b775e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a24d21d21ff26141041a1400074b775e > .row .container > .video-iframe-container { display: none; }#a24d21d21ff26141041a1400074b775e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a24d21d21ff26141041a1400074b775e > .row > .video-iframe-container { display: none; }#a24d21d21ff26141041a1400074b775e > .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); }#a24d21d21ff26141041a1400074b775e { border-width: 0; border-radius: 0; }#a24d21d21ff26141041a1400074b775e > .row .container > .video-iframe-container { border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#a24d21d21ff26141041a1400074b775e > .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:0.875rem;font-family:arial;height:14.75rem;width:75rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;position:relative;display:block; }#J2bd5e8b644104b9745701975962e36c { 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:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.4375rem;width:22.4375rem;top:1.5625rem;left:26.3125rem;display:block; }#J2bd5e8b644104b9745701975962e36c.adaptive-delivery-prevent-bg, #J2bd5e8b644104b9745701975962e36c.lazyload, #J2bd5e8b644104b9745701975962e36c.lazyloading { background-image: none; }
#ba3533d85c89d263013a3893eb2b842a { 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:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.4375rem;width:22.4375rem;top:1.5625rem;left:51.25rem;display:block; }#ba3533d85c89d263013a3893eb2b842a.adaptive-delivery-prevent-bg, #ba3533d85c89d263013a3893eb2b842a.lazyload, #ba3533d85c89d263013a3893eb2b842a.lazyloading { background-image: none; }
#Gf6316f1c14a5388826e32de28823248 { 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:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.4375rem;width:22.4375rem;top:1.4476566314698rem;left:1.2312507629394rem;display:block; }#Gf6316f1c14a5388826e32de28823248.adaptive-delivery-prevent-bg, #Gf6316f1c14a5388826e32de28823248.lazyload, #Gf6316f1c14a5388826e32de28823248.lazyloading { background-image: none; }
#d4842152978f71747860d492d9d2a249 { position:absolute;display:block;z-index:15031;height:12.4375rem;width:22.4375rem;top:1.53125rem;left:1.28125rem;display:block; }
#L26563b7b6e9802020003d26daadeb6e { position:absolute;display:block;z-index:15026;height:12.4375rem;width:22.4375rem;top:1.5625rem;left:51.3125rem;display:block; }
#k04ea507c99d50b0c7aa6b92cbe223a1 { position:absolute;display:block;z-index:15031;height:12.4375rem;width:22.4375rem;top:1.5625rem;left:26.3125rem;display:block; }
#f9883b7d345de1c15d87fb868d6f6eb8 { position:relative;display:block; }#f9883b7d345de1c15d87fb868d6f6eb8 { background-color: transparent; background-image: none; }#f9883b7d345de1c15d87fb868d6f6eb8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f9883b7d345de1c15d87fb868d6f6eb8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f9883b7d345de1c15d87fb868d6f6eb8 > .row .container > .video-iframe-container { display: none; }#f9883b7d345de1c15d87fb868d6f6eb8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f9883b7d345de1c15d87fb868d6f6eb8 > .row > .video-iframe-container { display: none; }#f9883b7d345de1c15d87fb868d6f6eb8 > .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); }#f9883b7d345de1c15d87fb868d6f6eb8 { border-width: 0; border-radius: 0; }#f9883b7d345de1c15d87fb868d6f6eb8 > .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; }#f9883b7d345de1c15d87fb868d6f6eb8 > .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:0.875rem;font-family:arial;height:14.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#fc641e125152bf225c51790f69956a65 { 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:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.4375rem;width:22.4375rem;top:0.8125rem;left:26.25rem;display:block; }#fc641e125152bf225c51790f69956a65.adaptive-delivery-prevent-bg, #fc641e125152bf225c51790f69956a65.lazyload, #fc641e125152bf225c51790f69956a65.lazyloading { background-image: none; }
#r617dca221fe5669fb8d9505af3413c8 { 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:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.4375rem;width:22.4375rem;top:0.8125rem;left:51.25rem;display:block; }#r617dca221fe5669fb8d9505af3413c8.adaptive-delivery-prevent-bg, #r617dca221fe5669fb8d9505af3413c8.lazyload, #r617dca221fe5669fb8d9505af3413c8.lazyloading { background-image: none; }
#d0ea9181f54dc08ed25aa0fbb1643d35 { 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:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.4375rem;width:22.4375rem;top:0.8125rem;left:1.25rem;display:block; }#d0ea9181f54dc08ed25aa0fbb1643d35.adaptive-delivery-prevent-bg, #d0ea9181f54dc08ed25aa0fbb1643d35.lazyload, #d0ea9181f54dc08ed25aa0fbb1643d35.lazyloading { background-image: none; }
#ffb389ffd97dd434581efb8ae19533cc { position:absolute;display:block;z-index:15031;height:12.4375rem;width:22.4375rem;top:0.875rem;left:51.3125rem;display:block; }
#a8547c67001ed66fabb95231be447e22 { position:absolute;display:block;z-index:15026;height:12.4375rem;width:22.4375rem;top:0.875rem;left:26.3125rem;display:block; }
#Bfe2605dd4713cf0eb56bfba51e43c80 { position:absolute;display:block;z-index:15029;height:12.4375rem;width:22.4375rem;top:0.875rem;left:1.3125rem;display:block; }
#kc2ce50c3feed59896e473638d704657 { position:relative;display:block; }#kc2ce50c3feed59896e473638d704657 { background-color: transparent; background-image: none; }#kc2ce50c3feed59896e473638d704657::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kc2ce50c3feed59896e473638d704657 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kc2ce50c3feed59896e473638d704657 > .row .container > .video-iframe-container { display: none; }#kc2ce50c3feed59896e473638d704657 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kc2ce50c3feed59896e473638d704657 > .row > .video-iframe-container { display: none; }#kc2ce50c3feed59896e473638d704657 > .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); }#kc2ce50c3feed59896e473638d704657 { border-width: 0; border-radius: 0; }#kc2ce50c3feed59896e473638d704657 > .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; }#kc2ce50c3feed59896e473638d704657 > .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:0.875rem;font-family:arial;height:14.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#r08499bf803ce1db448e0fb553763eb7 { position:absolute;display:block;z-index:15019;height:12.4375rem;width:22.4375rem;top:0.875rem;left:26.3125rem;display:block; }
#p9b64d95ba7336fb5e62d4413a724877 { 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:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.4375rem;width:22.4375rem;top:0.8125rem;left:26.25rem;display:block; }#p9b64d95ba7336fb5e62d4413a724877.adaptive-delivery-prevent-bg, #p9b64d95ba7336fb5e62d4413a724877.lazyload, #p9b64d95ba7336fb5e62d4413a724877.lazyloading { background-image: none; }
#a562f4ef202ced03148068e2a8e41dd9 { 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:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.4375rem;width:22.4375rem;top:0.8125rem;left:51.25rem;display:block; }#a562f4ef202ced03148068e2a8e41dd9.adaptive-delivery-prevent-bg, #a562f4ef202ced03148068e2a8e41dd9.lazyload, #a562f4ef202ced03148068e2a8e41dd9.lazyloading { background-image: none; }
#rcab5bffe9ee291bd2eb6978841ea114 { 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:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.4375rem;width:22.4375rem;top:0.8125rem;left:1.25rem;display:block; }#rcab5bffe9ee291bd2eb6978841ea114.adaptive-delivery-prevent-bg, #rcab5bffe9ee291bd2eb6978841ea114.lazyload, #rcab5bffe9ee291bd2eb6978841ea114.lazyloading { background-image: none; }
#ce67c9e05bf6e65f33d10ce100fc908c { position:absolute;display:block;z-index:15026;height:12.4375rem;width:22.4375rem;top:0.875rem;left:51.3125rem;display:block; }
#v11b1196bf89d22373edf5e2e824f8e8 { position:absolute;display:block;z-index:15023;height:12.4375rem;width:22.4375rem;top:0.875rem;left:1.3125rem;display:block; }
#R42871911daae116c35d7b8efd39bcc7 { position:relative;display:block; }#R42871911daae116c35d7b8efd39bcc7 { background-color: transparent; background-image: none; }#R42871911daae116c35d7b8efd39bcc7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R42871911daae116c35d7b8efd39bcc7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R42871911daae116c35d7b8efd39bcc7 > .row .container > .video-iframe-container { display: none; }#R42871911daae116c35d7b8efd39bcc7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R42871911daae116c35d7b8efd39bcc7 > .row > .video-iframe-container { display: none; }#R42871911daae116c35d7b8efd39bcc7 > .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); }#R42871911daae116c35d7b8efd39bcc7 { border-width: 0; border-radius: 0; }#R42871911daae116c35d7b8efd39bcc7 > .row .container > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem; }#R42871911daae116c35d7b8efd39bcc7 > .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:0.875rem;font-family:arial;height:14.125rem;width:75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;position:relative;display:block; }#c46bc95b9f5bb3a0a2a6ed85a5a6de1d { 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:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.4375rem;width:22.4375rem;top:0.875rem;left:26.25rem;display:block; }#c46bc95b9f5bb3a0a2a6ed85a5a6de1d.adaptive-delivery-prevent-bg, #c46bc95b9f5bb3a0a2a6ed85a5a6de1d.lazyload, #c46bc95b9f5bb3a0a2a6ed85a5a6de1d.lazyloading { background-image: none; }
#z2ead67c0d1ced6d53e67ed0da410234 { 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:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.4375rem;width:22.4375rem;top:0.875rem;left:51.25rem;display:block; }#z2ead67c0d1ced6d53e67ed0da410234.adaptive-delivery-prevent-bg, #z2ead67c0d1ced6d53e67ed0da410234.lazyload, #z2ead67c0d1ced6d53e67ed0da410234.lazyloading { background-image: none; }
#r03115d71bfc8b2d7eee6ff5d17d3e72 { 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:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.4375rem;width:22.4375rem;top:0.875rem;left:1.25rem;display:block; }#r03115d71bfc8b2d7eee6ff5d17d3e72.adaptive-delivery-prevent-bg, #r03115d71bfc8b2d7eee6ff5d17d3e72.lazyload, #r03115d71bfc8b2d7eee6ff5d17d3e72.lazyloading { background-image: none; }
#M9d0693b1b6597f8e89f6ba8329d4911 { position:absolute;display:block;z-index:15025;height:12.4375rem;width:22.4375rem;top:0.8125rem;left:51.3125rem;display:block; }
#hc4bcefc4c6dfd52881888ce534dc564 { position:absolute;display:block;z-index:15023;height:12.4375rem;width:22.4375rem;top:0.8125rem;left:1.3125rem;display:block; }
#A6bce1fad9af9954441f33512dc938b2 { position:absolute;display:block;z-index:15024;height:12.4375rem;width:22.4375rem;top:0.8125rem;left:26.3125rem;display:block; }
#d9183bb028a8a59ac1a96c9e70b52925 { 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; }#d9183bb028a8a59ac1a96c9e70b52925 > .row .container { background-color: transparent; background-image: none; }#d9183bb028a8a59ac1a96c9e70b52925::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d9183bb028a8a59ac1a96c9e70b52925 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d9183bb028a8a59ac1a96c9e70b52925 > .row .container > .video-iframe-container { display: none; }#d9183bb028a8a59ac1a96c9e70b52925 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d9183bb028a8a59ac1a96c9e70b52925 > .row > .video-iframe-container { display: none; }#d9183bb028a8a59ac1a96c9e70b52925 > .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); }#d9183bb028a8a59ac1a96c9e70b52925 > .row .container { border-width: 0; border-radius: 0; }#d9183bb028a8a59ac1a96c9e70b52925 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d9183bb028a8a59ac1a96c9e70b52925 > .row .container { font-size:0.875rem;font-family:arial;height:12.375rem;width:75rem;position:relative;display:block; }#r4c97dc8b2ac1099b00246124429ab71 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"bree serif";font-size:1.5625rem;font-weight:400;z-index:15029;line-height:1.4;letter-spacing:0;top:2.25rem;left:0rem;height:2.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Bd3a7126a5ddc63744d0dbdaa76e00a1 { position:absolute;display:block;z-index:15030;height:3.43725625rem;width:24.999rem;top:6.8125rem;left:25rem;display:block; }
#ab2c43396af6dd50add0bda506967833 { 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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:10.5625rem;width:75rem;top:1.0625rem;left:0rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #d4305a3eb4a2a6d376fa28398f2bd560 { display:block; }#d4305a3eb4a2a6d376fa28398f2bd560 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w45454d22f0c454c32e735796410caee { top:27.9375rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eddc5c0b732ecfd3f1654467f7d77a29 { top:0rem;left:0rem;width:47.75rem;height:17.826666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfba92390d23cc422a2cecda738b8c58 { display:block; }#wfba92390d23cc422a2cecda738b8c58 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tb4f1b3c1975ffb2045903be5e53ce7a { top:0rem;left:0rem;width:47.75rem;height:4.875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bf4871ff0ee907d8d816964b51e44b13 { top:4.25rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #patQ2gUQmbWSwvZv763IExsgJKJ2xKtP { display:block; }#patQ2gUQmbWSwvZv763IExsgJKJ2xKtP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bca2f642b82ed404b27656d0a56de3ed { top:0.875rem;left:0rem;width:47.75rem;height:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5d3381a5506d87ee6f5d12817ad6c66 { top:22.25rem;left:29rem;width:18.75rem;height:6.8515581908439rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2eb994a79fdff35b066f81392ec37a9 { top:26.5625rem;left:30.25rem;width:17.5rem;height:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h435f4f81e89e5ac9009a2d1ac75d40a { top:14.125rem;left:38.620765686035rem;width:6.5rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f126a910a5fa084425cd19589dc6e920 { top:24.625rem;left:24.248527526856rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #edf1634505c0662e23ee177598d15fd8 { top:5.0625rem;left:0rem;width:23.6875rem;height:16.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ab0009745e6201b1a3ec804023b475bc { top:25.75rem;left:6.8510017395019rem;width:17.625rem;height:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g176384086e519c0715789a82217654d { top:6.3125rem;left:28.625rem;width:19.125rem;height:5.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5dba0dc118e4ecbcfe2b863457c5721 { top:22.125rem;left:3.4993667602539rem;width:2.9375rem;height:4.8758835524902rem;display:block; }
 }@media only screen and (max-width: 763px) { #K34a27a631b7b45a806f492ef1fb1c62 { top:1.375rem;left:21.687103271484rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0fe67b4968325c067244974181d4d31 { top:21.375rem;left:0rem;width:2.9375rem;height:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #De6ef7f470b4cb2a24cbfbf2021d0c18 { display:block; }#De6ef7f470b4cb2a24cbfbf2021d0c18 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K5ec0403e4ad8967b0f658525b32bd95 { top:0.75rem;left:0rem;width:47.75rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Taa2496b461f3e640e34724cc75aa1f9 { top:7.8125rem;left:0rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f401e04de9abf918c074a50cafc71c60 { top:7.9375rem;left:0rem;width:16.6875rem;height:3.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cf51508432fb9a530dadd0eb7a8ae90c { top:7.625rem;left:21.594383239746rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E503f281d4742e5ca63e39ad705a9e1b { width:17.4375rem;height:3.375rem;top:8.1875rem;left:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L98e97fa9a4a94f99a3774af110e584d { display:block; }
 }@media only screen and (max-width: 763px) { #dIcQR3uyfKXRlH8zWNR3yG89eo6kdVr2 { display:block; }#dIcQR3uyfKXRlH8zWNR3yG89eo6kdVr2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a2bf05c6cc34908d652c4fd16b79dd2a { top:0.75rem;left:0rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a57c76acfb89f1159ad6d6e7f2361e22 { top:1.8125rem;left:0rem;width:20.8125rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qdc1f201ec3e5dad91ea0e82fff7752b { top:1.875rem;left:0rem;width:19.9375rem;height:2.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2f3636a692e654f4d0357137bb972ac { top:0rem;left:0rem;width:47.75rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eb9e2f03b00ec3a2e2b3c57eae4cb799 { display:block; }#eb9e2f03b00ec3a2e2b3c57eae4cb799 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uad163448c72b7933fb6c1003894f024 { top:1.625rem;left:0rem;width:47.75rem;height:26.859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a24d21d21ff26141041a1400074b775e { display:block; }#a24d21d21ff26141041a1400074b775e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J2bd5e8b644104b9745701975962e36c { top:1.5625rem;left:9.1875rem;width:22.4375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ba3533d85c89d263013a3893eb2b842a { top:1.5625rem;left:25.0625rem;width:22.4375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gf6316f1c14a5388826e32de28823248 { top:1.4375rem;left:0rem;width:22.4375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4842152978f71747860d492d9d2a249 { top:1.5rem;left:0rem;width:22.4375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L26563b7b6e9802020003d26daadeb6e { top:1.5625rem;left:25.1875rem;width:22.4375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k04ea507c99d50b0c7aa6b92cbe223a1 { top:1.5625rem;left:9.3125rem;width:22.4375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9883b7d345de1c15d87fb868d6f6eb8 { display:block; }#f9883b7d345de1c15d87fb868d6f6eb8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fc641e125152bf225c51790f69956a65 { top:0.8125rem;left:9.1875rem;width:22.4375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r617dca221fe5669fb8d9505af3413c8 { top:0.8125rem;left:25.0625rem;width:22.4375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0ea9181f54dc08ed25aa0fbb1643d35 { top:0.8125rem;left:0rem;width:22.4375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffb389ffd97dd434581efb8ae19533cc { top:0.875rem;left:25.1875rem;width:22.4375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8547c67001ed66fabb95231be447e22 { top:0.875rem;left:9.3125rem;width:22.4375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bfe2605dd4713cf0eb56bfba51e43c80 { top:0.875rem;left:0rem;width:22.4375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kc2ce50c3feed59896e473638d704657 { display:block; }#kc2ce50c3feed59896e473638d704657 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r08499bf803ce1db448e0fb553763eb7 { top:0.875rem;left:9.3125rem;width:22.4375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9b64d95ba7336fb5e62d4413a724877 { top:0.8125rem;left:9.1875rem;width:22.4375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a562f4ef202ced03148068e2a8e41dd9 { top:0.8125rem;left:25.0625rem;width:22.4375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcab5bffe9ee291bd2eb6978841ea114 { top:0.8125rem;left:0rem;width:22.4375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ce67c9e05bf6e65f33d10ce100fc908c { top:0.875rem;left:25.1875rem;width:22.4375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v11b1196bf89d22373edf5e2e824f8e8 { top:0.875rem;left:0rem;width:22.4375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R42871911daae116c35d7b8efd39bcc7 { display:block; }#R42871911daae116c35d7b8efd39bcc7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c46bc95b9f5bb3a0a2a6ed85a5a6de1d { top:0.875rem;left:9.1875rem;width:22.4375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2ead67c0d1ced6d53e67ed0da410234 { top:0.875rem;left:25.0625rem;width:22.4375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r03115d71bfc8b2d7eee6ff5d17d3e72 { top:0.875rem;left:0rem;width:22.4375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9d0693b1b6597f8e89f6ba8329d4911 { top:0.8125rem;left:25.1875rem;width:22.4375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hc4bcefc4c6dfd52881888ce534dc564 { top:0.8125rem;left:0rem;width:22.4375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6bce1fad9af9954441f33512dc938b2 { top:0.8125rem;left:9.3125rem;width:22.4375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9183bb028a8a59ac1a96c9e70b52925 { display:block; }#d9183bb028a8a59ac1a96c9e70b52925 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r4c97dc8b2ac1099b00246124429ab71 { width:47.75rem;height:2.1875rem;top:2.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bd3a7126a5ddc63744d0dbdaa76e00a1 { top:6.8125rem;left:11.375rem;width:24.9375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ab2c43396af6dd50add0bda506967833 { top:1.0625rem;left:0rem;width:47.75rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #d4305a3eb4a2a6d376fa28398f2bd560 { 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; }#d4305a3eb4a2a6d376fa28398f2bd560.adaptive-delivery-prevent-bg, #d4305a3eb4a2a6d376fa28398f2bd560.lazyload, #d4305a3eb4a2a6d376fa28398f2bd560.lazyloading { background-image: none; }#d4305a3eb4a2a6d376fa28398f2bd560 > .row .container { background-color: transparent; background-image: none; }#d4305a3eb4a2a6d376fa28398f2bd560::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d4305a3eb4a2a6d376fa28398f2bd560 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d4305a3eb4a2a6d376fa28398f2bd560 > .row .container > .video-iframe-container { display: none; }#d4305a3eb4a2a6d376fa28398f2bd560 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d4305a3eb4a2a6d376fa28398f2bd560 > .row > .video-iframe-container { display: none; }#d4305a3eb4a2a6d376fa28398f2bd560 > .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); }#d4305a3eb4a2a6d376fa28398f2bd560 > .row .container { width:20rem;height:15.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w45454d22f0c454c32e735796410caee { width:19.9995rem;height:3.2504875rem;top:8.748046875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #eddc5c0b732ecfd3f1654467f7d77a29 { width:20rem;height:7.4375rem;top:0.749267578125rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfba92390d23cc422a2cecda738b8c58 { 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; }#wfba92390d23cc422a2cecda738b8c58 > .row .container { background-color: transparent; background-image: none; }#wfba92390d23cc422a2cecda738b8c58::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfba92390d23cc422a2cecda738b8c58 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfba92390d23cc422a2cecda738b8c58 > .row .container > .video-iframe-container { display: none; }#wfba92390d23cc422a2cecda738b8c58 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfba92390d23cc422a2cecda738b8c58 > .row > .video-iframe-container { display: none; }#wfba92390d23cc422a2cecda738b8c58 > .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); }#wfba92390d23cc422a2cecda738b8c58 > .row .container { border-width: 0; border-radius: 0; }#wfba92390d23cc422a2cecda738b8c58 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wfba92390d23cc422a2cecda738b8c58 > .row .container { width:20rem;height:7.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tb4f1b3c1975ffb2045903be5e53ce7a { width:20rem;height:3.5rem;top:0rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #bf4871ff0ee907d8d816964b51e44b13 { width:19.625rem;height:3.1497375rem;top:3.3125rem;left:0rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #patQ2gUQmbWSwvZv763IExsgJKJ2xKtP { display:block; }#patQ2gUQmbWSwvZv763IExsgJKJ2xKtP > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bca2f642b82ed404b27656d0a56de3ed { width:20rem;height:45.6875rem;top:0.56160569190979rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5d3381a5506d87ee6f5d12817ad6c66 { width:18.749375rem;height:6.8510625rem;top:37.479377746582rem;left:0.62407928705216rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2eb994a79fdff35b066f81392ec37a9 { width:17.499875rem;height:1.7504125rem;top:42.120426177979rem;left:1.2494739890099rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #h435f4f81e89e5ac9009a2d1ac75d40a { display:flex;width:6.49925rem;height:6.49925rem;top:30.458229064941rem;left:6.7497897744181rem; }
 }@media only screen and (max-width: 763px) { #f126a910a5fa084425cd19589dc6e920 { display:flex;width:4.375rem;height:4.375rem;top:24.978351593017rem;left:15.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #edf1634505c0662e23ee177598d15fd8 { width:19.9995rem;height:14.2489375rem;top:5.6931304931641rem;left:0rem;font-size:1.1875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ab0009745e6201b1a3ec804023b475bc { width:19.875rem;height:1.7504125rem;top:22.038879394531rem;left:0.12384265661239rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #g176384086e519c0715789a82217654d { width:19.1241875rem;height:4.275175rem;top:25.245293259621rem;left:0.43731588125229rem;font-size:1.1875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #D5dba0dc118e4ecbcfe2b863457c5721 { width:2.93691875rem;height:3.06186875rem;top:19.630550384521rem;left:1.3737636208534rem;display:none; }
 }@media only screen and (max-width: 763px) { #K34a27a631b7b45a806f492ef1fb1c62 { display:flex;width:4.3125rem;height:4.3125rem;top:1.2494740486145rem;left:7.8427510857581rem;font-size:2.8125rem; }
 }@media only screen and (max-width: 763px) { #e0fe67b4968325c067244974181d4d31 { width:1.49936875rem;height:3.12434375rem;top:19.205966591835rem;left:1.7492635846138rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #De6ef7f470b4cb2a24cbfbf2021d0c18 { display:block; }#De6ef7f470b4cb2a24cbfbf2021d0c18 > .row .container { width:20rem;height:22.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K5ec0403e4ad8967b0f658525b32bd95 { width:20rem;height:21.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Taa2496b461f3e640e34724cc75aa1f9 { display:flex;width:4.0625rem;height:4.0625rem;top:1.75rem;left:7.9375rem;font-size:2.8125rem; }
 }@media only screen and (max-width: 763px) { #f401e04de9abf918c074a50cafc71c60 { width:16.686875rem;height:3.7997125rem;top:5.875rem;left:1.625rem;font-size:1.1875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #cf51508432fb9a530dadd0eb7a8ae90c { display:flex;width:3.187475rem;height:3.187475rem;top:10.5rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #E503f281d4742e5ca63e39ad705a9e1b { width:17.43675rem;height:3.3742375rem;top:15.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L98e97fa9a4a94f99a3774af110e584d { display:block; }
 }@media only screen and (max-width: 763px) { #dIcQR3uyfKXRlH8zWNR3yG89eo6kdVr2 { display:block; }#dIcQR3uyfKXRlH8zWNR3yG89eo6kdVr2 > .row .container { width:20rem;height:11.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a2bf05c6cc34908d652c4fd16b79dd2a { display:flex;width:4.0625rem;height:4.0625rem;top:0.54166984558106rem;left:7.9687502980231rem;font-size:2.8125rem; }
 }@media only screen and (max-width: 763px) { #a57c76acfb89f1159ad6d6e7f2361e22 { width:19.9995rem;height:0;top:1.5625rem;left:0rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Qdc1f201ec3e5dad91ea0e82fff7752b { width:11.7495rem;height:3.67394375rem;top:5.37451171875rem;left:4.12353515625rem;font-size:1.3125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #b2f3636a692e654f4d0357137bb972ac { width:20rem;height:11rem;top:0.03033447265625rem;left:0rem;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) { #eb9e2f03b00ec3a2e2b3c57eae4cb799 { display:block; }#eb9e2f03b00ec3a2e2b3c57eae4cb799 > .row .container { width:20rem;height:13.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uad163448c72b7933fb6c1003894f024 { height:10.8125rem;width:20rem;top:1.03125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a24d21d21ff26141041a1400074b775e { display:block; }#a24d21d21ff26141041a1400074b775e > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J2bd5e8b644104b9745701975962e36c { width:19.9375rem;height:13.5625rem;top:17.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ba3533d85c89d263013a3893eb2b842a { width:19.9375rem;height:13.5625rem;top:31.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gf6316f1c14a5388826e32de28823248 { width:19.9375rem;height:13.5625rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4842152978f71747860d492d9d2a249 { width:19.9375rem;height:13.5625rem;top:2.4375rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #L26563b7b6e9802020003d26daadeb6e { width:19.9375rem;height:13.5625rem;top:32rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #k04ea507c99d50b0c7aa6b92cbe223a1 { width:19.9375rem;height:13.75rem;top:17.125rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #f9883b7d345de1c15d87fb868d6f6eb8 { display:block; }#f9883b7d345de1c15d87fb868d6f6eb8 > .row .container { width:20rem;height:44.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fc641e125152bf225c51790f69956a65 { width:19.9375rem;height:13.5625rem;top:15.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r617dca221fe5669fb8d9505af3413c8 { width:19.9375rem;height:13.5625rem;top:30.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0ea9181f54dc08ed25aa0fbb1643d35 { width:19.9375rem;height:13.5625rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffb389ffd97dd434581efb8ae19533cc { width:19.9375rem;height:13.5rem;top:30.749610900879rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #a8547c67001ed66fabb95231be447e22 { width:19.9375rem;height:13.5625rem;top:15.937500953674rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #Bfe2605dd4713cf0eb56bfba51e43c80 { width:19.9375rem;height:13.5625rem;top:1.1871094703674rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #kc2ce50c3feed59896e473638d704657 { display:block; }#kc2ce50c3feed59896e473638d704657 > .row .container { width:20rem;height:44.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r08499bf803ce1db448e0fb553763eb7 { width:19.9375rem;height:13.5625rem;top:16.125rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #p9b64d95ba7336fb5e62d4413a724877 { width:19.9375rem;height:13.5625rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a562f4ef202ced03148068e2a8e41dd9 { width:19.9375rem;height:13.5625rem;top:30.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcab5bffe9ee291bd2eb6978841ea114 { width:19.9375rem;height:13.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ce67c9e05bf6e65f33d10ce100fc908c { width:19.9375rem;height:13.5625rem;top:31.062305450439rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #v11b1196bf89d22373edf5e2e824f8e8 { width:20rem;height:13.5625rem;top:1.2498047351837rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #R42871911daae116c35d7b8efd39bcc7 { display:block; }#R42871911daae116c35d7b8efd39bcc7 > .row .container { width:20rem;height:47.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c46bc95b9f5bb3a0a2a6ed85a5a6de1d { width:19.9375rem;height:13.5625rem;top:16.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2ead67c0d1ced6d53e67ed0da410234 { width:19.9375rem;height:13.5625rem;top:31.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r03115d71bfc8b2d7eee6ff5d17d3e72 { width:19.9375rem;height:13.5625rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9d0693b1b6597f8e89f6ba8329d4911 { width:19.9375rem;height:13.5625rem;top:31.249805450439rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #hc4bcefc4c6dfd52881888ce534dc564 { width:19.9375rem;height:13.5625rem;top:1.412109375rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #A6bce1fad9af9954441f33512dc938b2 { width:19.9375rem;height:13.5625rem;top:16.249805450439rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #d9183bb028a8a59ac1a96c9e70b52925 { display:block; }#d9183bb028a8a59ac1a96c9e70b52925 > .row .container { width:20rem;height:14.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r4c97dc8b2ac1099b00246124429ab71 { width:11.31225rem;height:3.675rem;top:2.25rem;left:4.3125rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bd3a7126a5ddc63744d0dbdaa76e00a1 { width:19.9980625rem;height:3.43725625rem;top:8.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ab2c43396af6dd50add0bda506967833 { width:20rem;height:13.0625rem;top:0.9375rem;left:0rem;display:block; }
 }