.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:214,239,248;--color-primary-1:194,225,228;--color-primary-2:51,173,219;--color-primary-3:0,153,210;--color-primary-4:13,55,73;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--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:"open sans";--paragraphs-font-family:"open sans"; }@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); }#bxZuZK3HSM2UqaHBfsTTrhVhLPHIWyvc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #326a98, #0a0b59);background-image: -moz-linear-gradient(360deg, #326a98, #0a0b59);background-image: -ms-linear-gradient(360deg, #326a98, #0a0b59);background-image: -o-linear-gradient(360deg, #326a98, #0a0b59);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#326a98', endColorstr='#0a0b59' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#326a98', endColorstr='#0a0b59' );";background-image: linear-gradient(360deg, #326a98, #0a0b59);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; }#bxZuZK3HSM2UqaHBfsTTrhVhLPHIWyvc > .row .container { background-color: transparent; background-image: none; }#bxZuZK3HSM2UqaHBfsTTrhVhLPHIWyvc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bxZuZK3HSM2UqaHBfsTTrhVhLPHIWyvc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bxZuZK3HSM2UqaHBfsTTrhVhLPHIWyvc > .row .container > .video-iframe-container { display: none; }#bxZuZK3HSM2UqaHBfsTTrhVhLPHIWyvc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bxZuZK3HSM2UqaHBfsTTrhVhLPHIWyvc > .row > .video-iframe-container { display: none; }#bxZuZK3HSM2UqaHBfsTTrhVhLPHIWyvc > .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); }#bxZuZK3HSM2UqaHBfsTTrhVhLPHIWyvc > .row .container { border-width: 0; border-radius: 0; }#bxZuZK3HSM2UqaHBfsTTrhVhLPHIWyvc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bxZuZK3HSM2UqaHBfsTTrhVhLPHIWyvc > .row .container { font-size:0.875rem;font-family:arial;height:21.9375rem;width:75rem;position:relative;display:block; }#X7hPN9MMm7JnxqVRFmEcNOmN3B2c5cPQ { color:#eb5436;display:block;width:75rem;position:absolute;font-family:"times new roman";font-size:3.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.8125rem;left:0rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SwixdzTNcEByEaK3WicQToNuEd8W9cbx { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"times new roman";font-size:1.875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:7.375rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MIMwlFk57TN9atcPTE2mfyoiwrS1Zkns { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"times new roman";font-size:1.875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:13.125rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#diL42HcvodvZA9UNXOZ0akPTbQLhOxTT { position:absolute;display:block;z-index:15005;background-color:#eb5436;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:0.3125rem;width:55.875rem;top:18.375rem;left:9.5625rem;display:block; }
#Px5O0dpQXf77MQKXAhvPz7Ok7uG5sAsG { position:relative;display:block; }#Px5O0dpQXf77MQKXAhvPz7Ok7uG5sAsG { background-color: transparent; background-image: none; }#Px5O0dpQXf77MQKXAhvPz7Ok7uG5sAsG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Px5O0dpQXf77MQKXAhvPz7Ok7uG5sAsG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Px5O0dpQXf77MQKXAhvPz7Ok7uG5sAsG > .row .container > .video-iframe-container { display: none; }#Px5O0dpQXf77MQKXAhvPz7Ok7uG5sAsG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Px5O0dpQXf77MQKXAhvPz7Ok7uG5sAsG > .row > .video-iframe-container { display: none; }#Px5O0dpQXf77MQKXAhvPz7Ok7uG5sAsG > .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); }#Px5O0dpQXf77MQKXAhvPz7Ok7uG5sAsG { border-width: 0; border-radius: 0; }#Px5O0dpQXf77MQKXAhvPz7Ok7uG5sAsG > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Px5O0dpQXf77MQKXAhvPz7Ok7uG5sAsG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:42.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wAKcUffvCzVFIxlBIEaLPZc44EznXp0G { position:absolute;display:block;z-index:14995;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;box-shadow: none;height:41.9995rem;width:74.936875rem;top:0rem;left:0rem;display:block; }
#r0Ed0WBiscfmNaZ85xI4MyxUgpehCNh0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #326a98, #0a0b59);background-image: -moz-linear-gradient(180deg, #326a98, #0a0b59);background-image: -ms-linear-gradient(180deg, #326a98, #0a0b59);background-image: -o-linear-gradient(180deg, #326a98, #0a0b59);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#326a98', endColorstr='#0a0b59' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#326a98', endColorstr='#0a0b59' );";background-image: linear-gradient(180deg, #326a98, #0a0b59);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; }#r0Ed0WBiscfmNaZ85xI4MyxUgpehCNh0 > .row .container { background-color: transparent; background-image: none; }#r0Ed0WBiscfmNaZ85xI4MyxUgpehCNh0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0Ed0WBiscfmNaZ85xI4MyxUgpehCNh0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0Ed0WBiscfmNaZ85xI4MyxUgpehCNh0 > .row .container > .video-iframe-container { display: none; }#r0Ed0WBiscfmNaZ85xI4MyxUgpehCNh0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0Ed0WBiscfmNaZ85xI4MyxUgpehCNh0 > .row > .video-iframe-container { display: none; }#r0Ed0WBiscfmNaZ85xI4MyxUgpehCNh0 > .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); }#r0Ed0WBiscfmNaZ85xI4MyxUgpehCNh0 > .row .container { border-width: 0; border-radius: 0; }#r0Ed0WBiscfmNaZ85xI4MyxUgpehCNh0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r0Ed0WBiscfmNaZ85xI4MyxUgpehCNh0 > .row .container { font-size:0.875rem;font-family:arial;height:23rem;width:75rem;position:relative;display:block; }#pkiCEH4VXVQyvp3k3ccW7UV15X9IX2eZ { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"times new roman";font-size:1.875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:3.3125rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UBWLNvxPd4tTbTGQIeWDDVfaS5uxN0nd { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"times new roman";font-size:1.5rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:7.5rem;left:0rem;height:1.950075rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QFwqTsnxp28TvmFMLByfsypGWvUD0Uvk { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"times new roman";font-size:1.6875rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:10.572265625rem;left:0rem;height:2.19360625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CISIzXZI24xcKE1uAPgsTySK3r1nsvwT { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"times new roman";font-size:1.5rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:14.27392578125rem;left:0rem;height:3.90015rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TwKg54NO1UCuWurVa87In7eI6GXqzWpQ { box-sizing:content-box;height:2.5rem;width:16.625rem;position:absolute;display:block;z-index:15016;background-color:#c2e9ff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.40625rem;left:29.1875rem;display:block; }
#f08db77b5967745fe44ea002f09047ac { 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; }#f08db77b5967745fe44ea002f09047ac > .row .container { background-color: transparent; background-image: none; }#f08db77b5967745fe44ea002f09047ac::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f08db77b5967745fe44ea002f09047ac > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f08db77b5967745fe44ea002f09047ac > .row .container > .video-iframe-container { display: none; }#f08db77b5967745fe44ea002f09047ac > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f08db77b5967745fe44ea002f09047ac > .row > .video-iframe-container { display: none; }#f08db77b5967745fe44ea002f09047ac > .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); }#f08db77b5967745fe44ea002f09047ac > .row .container { border-width: 0; border-radius: 0; }#f08db77b5967745fe44ea002f09047ac > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f08db77b5967745fe44ea002f09047ac > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;position:relative;display:block; }#eMrKUv4kpqVAFPbmPoAIV2lHclFLx2Rm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfdfd;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; }#eMrKUv4kpqVAFPbmPoAIV2lHclFLx2Rm > .row .container { background-color: transparent; background-image: none; }#eMrKUv4kpqVAFPbmPoAIV2lHclFLx2Rm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eMrKUv4kpqVAFPbmPoAIV2lHclFLx2Rm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eMrKUv4kpqVAFPbmPoAIV2lHclFLx2Rm > .row .container > .video-iframe-container { display: none; }#eMrKUv4kpqVAFPbmPoAIV2lHclFLx2Rm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eMrKUv4kpqVAFPbmPoAIV2lHclFLx2Rm > .row > .video-iframe-container { display: none; }#eMrKUv4kpqVAFPbmPoAIV2lHclFLx2Rm > .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); }#eMrKUv4kpqVAFPbmPoAIV2lHclFLx2Rm > .row .container { border-width: 0; border-radius: 0; }#eMrKUv4kpqVAFPbmPoAIV2lHclFLx2Rm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eMrKUv4kpqVAFPbmPoAIV2lHclFLx2Rm > .row .container { font-size:0.875rem;font-family:arial;height:14.75rem;width:75rem;position:relative;display:block; }#pGeS9hwiJEWpXLB0vT8n8bnczUeb856u { position:absolute;display:block;z-index:15030;height:13.5608125rem;width:24.375rem;top:0.937255859375rem;left:25.3125rem;display:block; }
#TzXdzue6pnpSy13EF57TGOy4QR7lPndv { 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:13.5625rem;width:24.375rem;top:0.90625rem;left:25.25rem;display:block; }#TzXdzue6pnpSy13EF57TGOy4QR7lPndv.adaptive-delivery-prevent-bg, #TzXdzue6pnpSy13EF57TGOy4QR7lPndv.lazyload, #TzXdzue6pnpSy13EF57TGOy4QR7lPndv.lazyloading { background-image: none; }
#oTmyKgBFFBdOfTubn2RsgiALIes0HLic { 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:13.5625rem;width:24.375rem;top:0.9375rem;left:50.25rem;display:block; }#oTmyKgBFFBdOfTubn2RsgiALIes0HLic.adaptive-delivery-prevent-bg, #oTmyKgBFFBdOfTubn2RsgiALIes0HLic.lazyload, #oTmyKgBFFBdOfTubn2RsgiALIes0HLic.lazyloading { background-image: none; }
#f4oFFNDD4BLPuwK2xMKcDx6SEZ7hEZoW { 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:13.5625rem;width:24.375rem;top:0.9375rem;left:0.25rem;display:block; }#f4oFFNDD4BLPuwK2xMKcDx6SEZ7hEZoW.adaptive-delivery-prevent-bg, #f4oFFNDD4BLPuwK2xMKcDx6SEZ7hEZoW.lazyload, #f4oFFNDD4BLPuwK2xMKcDx6SEZ7hEZoW.lazyloading { background-image: none; }
#lLpp0IdRkkgFbFnKKWhQFvsTFdBL6KsV { position:absolute;display:block;z-index:15031;height:13.5608125rem;width:24.375rem;top:0.937255859375rem;left:0.31201171875rem;display:block; }
#mSfeiJ3ULG5JptST8yzVbLng2T5Z0uuB { position:absolute;display:block;z-index:15026;height:13.5608125rem;width:24.375rem;top:0.937255859375rem;left:50.24951171875rem;display:block; }
#nkotT3fogfPPrkd6eXNzDWz56byEDwVv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfdfd;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; }#nkotT3fogfPPrkd6eXNzDWz56byEDwVv > .row .container { background-color: transparent; background-image: none; }#nkotT3fogfPPrkd6eXNzDWz56byEDwVv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nkotT3fogfPPrkd6eXNzDWz56byEDwVv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nkotT3fogfPPrkd6eXNzDWz56byEDwVv > .row .container > .video-iframe-container { display: none; }#nkotT3fogfPPrkd6eXNzDWz56byEDwVv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nkotT3fogfPPrkd6eXNzDWz56byEDwVv > .row > .video-iframe-container { display: none; }#nkotT3fogfPPrkd6eXNzDWz56byEDwVv > .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); }#nkotT3fogfPPrkd6eXNzDWz56byEDwVv > .row .container { border-width: 0; border-radius: 0; }#nkotT3fogfPPrkd6eXNzDWz56byEDwVv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nkotT3fogfPPrkd6eXNzDWz56byEDwVv > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;position:relative;display:block; }#uB03uMaKsi1ETncwqZsgUISwthyWU5mF { 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:13.5625rem;width:24.375rem;top:0.21875rem;left:25.25rem;display:block; }#uB03uMaKsi1ETncwqZsgUISwthyWU5mF.adaptive-delivery-prevent-bg, #uB03uMaKsi1ETncwqZsgUISwthyWU5mF.lazyload, #uB03uMaKsi1ETncwqZsgUISwthyWU5mF.lazyloading { background-image: none; }
#ybTO8VJ1mm3PJxpuaTTqPmXFgviG7L2x { 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:13.5625rem;width:24.375rem;top:0.21875rem;left:50.25rem;display:block; }#ybTO8VJ1mm3PJxpuaTTqPmXFgviG7L2x.adaptive-delivery-prevent-bg, #ybTO8VJ1mm3PJxpuaTTqPmXFgviG7L2x.lazyload, #ybTO8VJ1mm3PJxpuaTTqPmXFgviG7L2x.lazyloading { background-image: none; }
#Bl0ebIADM3UkTGw1bWwgnJSiSHTvHlS2 { 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:13.5625rem;width:24.375rem;top:0.21875rem;left:0.25rem;display:block; }#Bl0ebIADM3UkTGw1bWwgnJSiSHTvHlS2.adaptive-delivery-prevent-bg, #Bl0ebIADM3UkTGw1bWwgnJSiSHTvHlS2.lazyload, #Bl0ebIADM3UkTGw1bWwgnJSiSHTvHlS2.lazyloading { background-image: none; }
#NFa06TI6zRTDBFOA9C736Qd0eFBQuAg9 { position:absolute;display:block;z-index:15031;height:13.5615rem;width:24.375rem;top:0.28125rem;left:50.312255859375rem;display:block; }
#dwRuihw45J4cWwGuFg7s4d6WmPwX7Mvo { position:absolute;display:block;z-index:15026;height:13.5615rem;width:24.375rem;top:0.28125rem;left:25.3125rem;display:block; }
#FMZOAtW8b7ZmMKTnwMqOm5wDgyaX8BPQ { position:absolute;display:block;z-index:15029;height:13.56225rem;width:24.375rem;top:0.25rem;left:0.3125rem;display:block; }
#ETPeVbTyWvZFJC1Mz2imwqe5bhucvQ8U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfdfd;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; }#ETPeVbTyWvZFJC1Mz2imwqe5bhucvQ8U > .row .container { background-color: transparent; background-image: none; }#ETPeVbTyWvZFJC1Mz2imwqe5bhucvQ8U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETPeVbTyWvZFJC1Mz2imwqe5bhucvQ8U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETPeVbTyWvZFJC1Mz2imwqe5bhucvQ8U > .row .container > .video-iframe-container { display: none; }#ETPeVbTyWvZFJC1Mz2imwqe5bhucvQ8U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETPeVbTyWvZFJC1Mz2imwqe5bhucvQ8U > .row > .video-iframe-container { display: none; }#ETPeVbTyWvZFJC1Mz2imwqe5bhucvQ8U > .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); }#ETPeVbTyWvZFJC1Mz2imwqe5bhucvQ8U > .row .container { border-width: 0; border-radius: 0; }#ETPeVbTyWvZFJC1Mz2imwqe5bhucvQ8U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ETPeVbTyWvZFJC1Mz2imwqe5bhucvQ8U > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;position:relative;display:block; }#VE0rFka2IL3BBosBigDo06fmXz6JQHSL { position:absolute;display:block;z-index:15019;height:13.56225rem;width:24.375rem;top:0.280517578125rem;left:25.3125rem;display:block; }
#agthKfm9RyymoCDZOPlgwTobHLGkADc8 { 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:13.5625rem;width:24.375rem;top:0.21875rem;left:25.25rem;display:block; }#agthKfm9RyymoCDZOPlgwTobHLGkADc8.adaptive-delivery-prevent-bg, #agthKfm9RyymoCDZOPlgwTobHLGkADc8.lazyload, #agthKfm9RyymoCDZOPlgwTobHLGkADc8.lazyloading { background-image: none; }
#WwLp4o4dsqefEcx4ece5ureTDhEapPuH { 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:13.5625rem;width:24.375rem;top:0.21875rem;left:50.25rem;display:block; }#WwLp4o4dsqefEcx4ece5ureTDhEapPuH.adaptive-delivery-prevent-bg, #WwLp4o4dsqefEcx4ece5ureTDhEapPuH.lazyload, #WwLp4o4dsqefEcx4ece5ureTDhEapPuH.lazyloading { background-image: none; }
#kvpx2V4zAIJu9haFNxf3sBBlsB2pg52K { 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:13.5625rem;width:24.375rem;top:0.3125rem;left:0.25rem;display:block; }#kvpx2V4zAIJu9haFNxf3sBBlsB2pg52K.adaptive-delivery-prevent-bg, #kvpx2V4zAIJu9haFNxf3sBBlsB2pg52K.lazyload, #kvpx2V4zAIJu9haFNxf3sBBlsB2pg52K.lazyloading { background-image: none; }
#FHTVvpolSiLC5CmgL5sGhaHUHsiAyL00 { position:absolute;display:block;z-index:15026;height:13.56225rem;width:24.375rem;top:0.280517578125rem;left:50.312255859375rem;display:block; }
#yHM199gTNPqWiDaPa3m2gXMArLwTOUvg { position:absolute;display:block;z-index:15023;height:13.56225rem;width:24.375rem;top:0.343017578125rem;left:0.31201171875rem;display:block; }
#dRiXD4fdRUt366rGFcZpLs2AZ2i7iqPo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfdfd;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; }#dRiXD4fdRUt366rGFcZpLs2AZ2i7iqPo > .row .container { background-color: transparent; background-image: none; }#dRiXD4fdRUt366rGFcZpLs2AZ2i7iqPo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dRiXD4fdRUt366rGFcZpLs2AZ2i7iqPo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dRiXD4fdRUt366rGFcZpLs2AZ2i7iqPo > .row .container > .video-iframe-container { display: none; }#dRiXD4fdRUt366rGFcZpLs2AZ2i7iqPo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dRiXD4fdRUt366rGFcZpLs2AZ2i7iqPo > .row > .video-iframe-container { display: none; }#dRiXD4fdRUt366rGFcZpLs2AZ2i7iqPo > .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); }#dRiXD4fdRUt366rGFcZpLs2AZ2i7iqPo > .row .container { border-width: 0; border-radius: 0; }#dRiXD4fdRUt366rGFcZpLs2AZ2i7iqPo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dRiXD4fdRUt366rGFcZpLs2AZ2i7iqPo > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;position:relative;display:block; }#LN0wokon0CnOONzDiGFAUzMZsFW5lErR { 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:13.5625rem;width:24.375rem;top:0.3125rem;left:25.25rem;display:block; }#LN0wokon0CnOONzDiGFAUzMZsFW5lErR.adaptive-delivery-prevent-bg, #LN0wokon0CnOONzDiGFAUzMZsFW5lErR.lazyload, #LN0wokon0CnOONzDiGFAUzMZsFW5lErR.lazyloading { background-image: none; }
#JdDJFOieCvpr0s0L5iTq4z62FHUIbTO0 { 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:13.5625rem;width:24.375rem;top:0.3125rem;left:50.25rem;display:block; }#JdDJFOieCvpr0s0L5iTq4z62FHUIbTO0.adaptive-delivery-prevent-bg, #JdDJFOieCvpr0s0L5iTq4z62FHUIbTO0.lazyload, #JdDJFOieCvpr0s0L5iTq4z62FHUIbTO0.lazyloading { background-image: none; }
#smROuMHtFQzukUZt2xxOpZlhfRzsrLkZ { 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:13.5625rem;width:24.375rem;top:0.3125rem;left:0.25rem;display:block; }#smROuMHtFQzukUZt2xxOpZlhfRzsrLkZ.adaptive-delivery-prevent-bg, #smROuMHtFQzukUZt2xxOpZlhfRzsrLkZ.lazyload, #smROuMHtFQzukUZt2xxOpZlhfRzsrLkZ.lazyloading { background-image: none; }
#ba5LnAJu2QMlwt62N1tFXd2lU0yTp5D3 { position:absolute;display:block;z-index:15019;height:13.56225rem;width:24.375rem;top:0.280517578125rem;left:50.312255859375rem;display:block; }
#cZ5Isc2HMpQB70G2HTdfoeHtkBFRyylt { position:absolute;display:block;z-index:15019;height:13.56225rem;width:24.375rem;top:0.280517578125rem;left:0.31201171875rem;display:block; }
#CSk8v3hu75ym7yT5pg9Q0AVGoGcEpBfm { position:absolute;display:block;z-index:15022;height:13.56225rem;width:24.375rem;top:0.280517578125rem;left:25.3125rem;display:block; }
#hMspXrliOonmpW2rQE2Jnrt5rexlP8dQ { 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; }#hMspXrliOonmpW2rQE2Jnrt5rexlP8dQ > .row .container { background-color: transparent; background-image: none; }#hMspXrliOonmpW2rQE2Jnrt5rexlP8dQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hMspXrliOonmpW2rQE2Jnrt5rexlP8dQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hMspXrliOonmpW2rQE2Jnrt5rexlP8dQ > .row .container > .video-iframe-container { display: none; }#hMspXrliOonmpW2rQE2Jnrt5rexlP8dQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hMspXrliOonmpW2rQE2Jnrt5rexlP8dQ > .row > .video-iframe-container { display: none; }#hMspXrliOonmpW2rQE2Jnrt5rexlP8dQ > .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); }#hMspXrliOonmpW2rQE2Jnrt5rexlP8dQ > .row .container { border-width: 0; border-radius: 0; }#hMspXrliOonmpW2rQE2Jnrt5rexlP8dQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hMspXrliOonmpW2rQE2Jnrt5rexlP8dQ > .row .container { font-size:0.875rem;font-family:arial;height:29.75rem;width:75rem;position:relative;display:block; }#NxuG2VaIPbNIpl52lai56K6vBJc2Ifos { color:#0a0b59;display:block;width:74.5rem;position:absolute;font-family:"times new roman";font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.26171875rem;left:0.25rem;height:1.950075rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uODvHEhI9n3maHuON9qG6nsmSWabaJB3 { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top: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:3.5625rem;width:17.625rem;top:6.25rem;left:19rem;overflow:hidden;display:block; }
#WO3x6EdyHkunluEvhIh8Mh1TQQ1ytzp4 { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top: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:3.5625rem;width:17.3125rem;top:6.25rem;left:38.75rem;overflow:hidden;display:block; }
#yyp2JZswQEMGI61vbm8Ry2nFENrnmdMC { color:#0a0b59;display:block;width:49.625rem;position:absolute;font-family:"times new roman";font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:15.181640625rem;left:12.6875rem;height:13.5021875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xcLwIlTTzyUWWo2Q39w86tZEKI6KZNFZ { box-sizing:content-box;height:0.3125rem;width:37.5rem;position:absolute;display:block;z-index:15007;background-color:#eb5436;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.59375rem;left:18.75rem;display:block; }
#NGq39z08IaGFw3esqSf9xUScl0NIQIw0 { 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; }#NGq39z08IaGFw3esqSf9xUScl0NIQIw0 > .row .container { background-color: transparent; background-image: none; }#NGq39z08IaGFw3esqSf9xUScl0NIQIw0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NGq39z08IaGFw3esqSf9xUScl0NIQIw0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NGq39z08IaGFw3esqSf9xUScl0NIQIw0 > .row .container > .video-iframe-container { display: none; }#NGq39z08IaGFw3esqSf9xUScl0NIQIw0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NGq39z08IaGFw3esqSf9xUScl0NIQIw0 > .row > .video-iframe-container { display: none; }#NGq39z08IaGFw3esqSf9xUScl0NIQIw0 > .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); }#NGq39z08IaGFw3esqSf9xUScl0NIQIw0 > .row .container { border-width: 0; border-radius: 0; }#NGq39z08IaGFw3esqSf9xUScl0NIQIw0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NGq39z08IaGFw3esqSf9xUScl0NIQIw0 > .row .container { font-size:0.875rem;font-family:arial;height:8.625rem;width:75rem;position:relative;display:block; }#EmpuKVHfTPUwTVN0ARnzsB9AClqaIbLW { color:#0a0b59;display:block;width:49.625rem;position:absolute;font-family:"marck script";font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.26171875rem;left:12.6875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T3dmD451e7EsTQKWXWob5bdTwSV1v534 { box-sizing:content-box;height:0.3125rem;width:37.5rem;position:absolute;display:block;z-index:15008;background-color:#eb5436;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.59375rem;left:18.75rem;display:block; }
#hdDAsuNZFFAfpGS3krr8rT3SZ1LFIlmP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);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; }#hdDAsuNZFFAfpGS3krr8rT3SZ1LFIlmP > .row .container { background-color: transparent; background-image: none; }#hdDAsuNZFFAfpGS3krr8rT3SZ1LFIlmP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hdDAsuNZFFAfpGS3krr8rT3SZ1LFIlmP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hdDAsuNZFFAfpGS3krr8rT3SZ1LFIlmP > .row .container > .video-iframe-container { display: none; }#hdDAsuNZFFAfpGS3krr8rT3SZ1LFIlmP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hdDAsuNZFFAfpGS3krr8rT3SZ1LFIlmP > .row > .video-iframe-container { display: none; }#hdDAsuNZFFAfpGS3krr8rT3SZ1LFIlmP > .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); }#hdDAsuNZFFAfpGS3krr8rT3SZ1LFIlmP > .row .container { border-width: 0; border-radius: 0; }#hdDAsuNZFFAfpGS3krr8rT3SZ1LFIlmP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hdDAsuNZFFAfpGS3krr8rT3SZ1LFIlmP > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;position:relative;display:block; }#BOKTAbet7LFOL9LygQOqRE9tEsm5lITJ { color:#0a0b59;display:block;width:49.625rem;position:absolute;font-family:"times new roman";font-size:1.6875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.32421875rem;left:12.6875rem;height:2.19360625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nMtRI4UwAhptZX57hhDQRTUTxk5yi78D { position:relative;display:block; } #m28c635e5e677e451890095a978a84ef.widget-smartsection *:focus-visible, #m28c635e5e677e451890095a978a84ef.widget-smartsection input[type="text"]:focus-visible, #m28c635e5e677e451890095a978a84ef.widget-smartsection input[type="email"]:focus-visible, #m28c635e5e677e451890095a978a84ef.widget-smartsection input[type="tel"]:focus-visible, #m28c635e5e677e451890095a978a84ef.widget-smartsection textarea:focus-visible { outline: none; } #nMtRI4UwAhptZX57hhDQRTUTxk5yi78D > .row .container { position:relative;display:block; }#T6d7ee5c8cd3ac10a33f7a4673483b0e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),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; }#T6d7ee5c8cd3ac10a33f7a4673483b0e > .row .container { background-color: transparent; background-image: none; }#T6d7ee5c8cd3ac10a33f7a4673483b0e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6d7ee5c8cd3ac10a33f7a4673483b0e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6d7ee5c8cd3ac10a33f7a4673483b0e > .row .container > .video-iframe-container { display: none; }#T6d7ee5c8cd3ac10a33f7a4673483b0e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6d7ee5c8cd3ac10a33f7a4673483b0e > .row > .video-iframe-container { display: none; }#T6d7ee5c8cd3ac10a33f7a4673483b0e > .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); }#T6d7ee5c8cd3ac10a33f7a4673483b0e > .row .container { border-width: 0; border-radius: 0; }#T6d7ee5c8cd3ac10a33f7a4673483b0e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T6d7ee5c8cd3ac10a33f7a4673483b0e > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #bxZuZK3HSM2UqaHBfsTTrhVhLPHIWyvc { display:block; }#bxZuZK3HSM2UqaHBfsTTrhVhLPHIWyvc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X7hPN9MMm7JnxqVRFmEcNOmN3B2c5cPQ { top:1.8125rem;left:0rem;width:47.75rem;height:4.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwixdzTNcEByEaK3WicQToNuEd8W9cbx { top:7.375rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIMwlFk57TN9atcPTE2mfyoiwrS1Zkns { top:13.125rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #diL42HcvodvZA9UNXOZ0akPTbQLhOxTT { top:18.375rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Px5O0dpQXf77MQKXAhvPz7Ok7uG5sAsG { display:block; }#Px5O0dpQXf77MQKXAhvPz7Ok7uG5sAsG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wAKcUffvCzVFIxlBIEaLPZc44EznXp0G { top:0rem;left:0rem;width:47.625rem;height:26.692148391563rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0Ed0WBiscfmNaZ85xI4MyxUgpehCNh0 { display:block; }#r0Ed0WBiscfmNaZ85xI4MyxUgpehCNh0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pkiCEH4VXVQyvp3k3ccW7UV15X9IX2eZ { top:3.3125rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBWLNvxPd4tTbTGQIeWDDVfaS5uxN0nd { top:7.5rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFwqTsnxp28TvmFMLByfsypGWvUD0Uvk { top:10.5625rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CISIzXZI24xcKE1uAPgsTySK3r1nsvwT { top:14.25rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwKg54NO1UCuWurVa87In7eI6GXqzWpQ { top:10.375rem;left:15.5625rem;width:16.625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f08db77b5967745fe44ea002f09047ac { display:block; }#f08db77b5967745fe44ea002f09047ac > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eMrKUv4kpqVAFPbmPoAIV2lHclFLx2Rm { display:block; }#eMrKUv4kpqVAFPbmPoAIV2lHclFLx2Rm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pGeS9hwiJEWpXLB0vT8n8bnczUeb856u { top:0.875rem;left:7.375rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzXdzue6pnpSy13EF57TGOy4QR7lPndv { top:0.875rem;left:7.25rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTmyKgBFFBdOfTubn2RsgiALIes0HLic { top:0.9375rem;left:23.125rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4oFFNDD4BLPuwK2xMKcDx6SEZ7hEZoW { top:0.9375rem;left:0rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLpp0IdRkkgFbFnKKWhQFvsTFdBL6KsV { top:0.875rem;left:0rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSfeiJ3ULG5JptST8yzVbLng2T5Z0uuB { top:0.875rem;left:23.25rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkotT3fogfPPrkd6eXNzDWz56byEDwVv { display:block; }#nkotT3fogfPPrkd6eXNzDWz56byEDwVv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uB03uMaKsi1ETncwqZsgUISwthyWU5mF { top:0.1875rem;left:7.25rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybTO8VJ1mm3PJxpuaTTqPmXFgviG7L2x { top:0.1875rem;left:23.125rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bl0ebIADM3UkTGw1bWwgnJSiSHTvHlS2 { top:0.1875rem;left:0rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFa06TI6zRTDBFOA9C736Qd0eFBQuAg9 { top:0.25rem;left:23.25rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwRuihw45J4cWwGuFg7s4d6WmPwX7Mvo { top:0.25rem;left:7.375rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMZOAtW8b7ZmMKTnwMqOm5wDgyaX8BPQ { top:0.25rem;left:0rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETPeVbTyWvZFJC1Mz2imwqe5bhucvQ8U { display:block; }#ETPeVbTyWvZFJC1Mz2imwqe5bhucvQ8U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VE0rFka2IL3BBosBigDo06fmXz6JQHSL { top:0.25rem;left:7.375rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #agthKfm9RyymoCDZOPlgwTobHLGkADc8 { top:0.1875rem;left:7.25rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwLp4o4dsqefEcx4ece5ureTDhEapPuH { top:0.1875rem;left:23.125rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvpx2V4zAIJu9haFNxf3sBBlsB2pg52K { top:0.3125rem;left:0rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHTVvpolSiLC5CmgL5sGhaHUHsiAyL00 { top:0.25rem;left:23.25rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHM199gTNPqWiDaPa3m2gXMArLwTOUvg { top:0.3125rem;left:0rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRiXD4fdRUt366rGFcZpLs2AZ2i7iqPo { display:block; }#dRiXD4fdRUt366rGFcZpLs2AZ2i7iqPo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LN0wokon0CnOONzDiGFAUzMZsFW5lErR { top:0.3125rem;left:7.25rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdDJFOieCvpr0s0L5iTq4z62FHUIbTO0 { top:0.3125rem;left:23.125rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #smROuMHtFQzukUZt2xxOpZlhfRzsrLkZ { top:0.3125rem;left:0rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ba5LnAJu2QMlwt62N1tFXd2lU0yTp5D3 { top:0.25rem;left:23.25rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZ5Isc2HMpQB70G2HTdfoeHtkBFRyylt { top:0.25rem;left:0rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSk8v3hu75ym7yT5pg9Q0AVGoGcEpBfm { top:0.25rem;left:7.375rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMspXrliOonmpW2rQE2Jnrt5rexlP8dQ { display:block; }#hMspXrliOonmpW2rQE2Jnrt5rexlP8dQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NxuG2VaIPbNIpl52lai56K6vBJc2Ifos { top:2.25rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uODvHEhI9n3maHuON9qG6nsmSWabaJB3 { top:6.25rem;left:5.375rem;width:17.625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WO3x6EdyHkunluEvhIh8Mh1TQQ1ytzp4 { top:6.25rem;left:25.125rem;width:17.3125rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyp2JZswQEMGI61vbm8Ry2nFENrnmdMC { top:15.125rem;left:0rem;width:47.75rem;height:13.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcLwIlTTzyUWWo2Q39w86tZEKI6KZNFZ { top:12.5625rem;left:5.125rem;width:37.5rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGq39z08IaGFw3esqSf9xUScl0NIQIw0 { display:block; }#NGq39z08IaGFw3esqSf9xUScl0NIQIw0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EmpuKVHfTPUwTVN0ARnzsB9AClqaIbLW { top:2.25rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3dmD451e7EsTQKWXWob5bdTwSV1v534 { top:6.5625rem;left:5.125rem;width:37.5rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdDAsuNZFFAfpGS3krr8rT3SZ1LFIlmP { display:block; }#hdDAsuNZFFAfpGS3krr8rT3SZ1LFIlmP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BOKTAbet7LFOL9LygQOqRE9tEsm5lITJ { top:1.3125rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMtRI4UwAhptZX57hhDQRTUTxk5yi78D { display:block; } #m28c635e5e677e451890095a978a84ef.widget-smartsection *:focus-visible, #m28c635e5e677e451890095a978a84ef.widget-smartsection input[type="text"]:focus-visible, #m28c635e5e677e451890095a978a84ef.widget-smartsection input[type="email"]:focus-visible, #m28c635e5e677e451890095a978a84ef.widget-smartsection input[type="tel"]:focus-visible, #m28c635e5e677e451890095a978a84ef.widget-smartsection textarea:focus-visible { outline: none; } #nMtRI4UwAhptZX57hhDQRTUTxk5yi78D > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #T6d7ee5c8cd3ac10a33f7a4673483b0e { display:block; }#T6d7ee5c8cd3ac10a33f7a4673483b0e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #bxZuZK3HSM2UqaHBfsTTrhVhLPHIWyvc { display:block; }#bxZuZK3HSM2UqaHBfsTTrhVhLPHIWyvc > .row .container { width:20rem;height:16.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X7hPN9MMm7JnxqVRFmEcNOmN3B2c5cPQ { width:20rem;height:2.7625875rem;top:1.875rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwixdzTNcEByEaK3WicQToNuEd8W9cbx { width:19.875rem;height:3.1494125rem;top:5.1875rem;left:0rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #MIMwlFk57TN9atcPTE2mfyoiwrS1Zkns { width:19.3125rem;height:1.3496125rem;top:10.17578125rem;left:0.34375rem;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #diL42HcvodvZA9UNXOZ0akPTbQLhOxTT { width:13.75rem;height:0.3125rem;top:13.9990234375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Px5O0dpQXf77MQKXAhvPz7Ok7uG5sAsG { display:block; }#Px5O0dpQXf77MQKXAhvPz7Ok7uG5sAsG > .row .container { width:20rem;height:11rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wAKcUffvCzVFIxlBIEaLPZc44EznXp0G { height:10.874625rem;width:19.812rem;top:0rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #r0Ed0WBiscfmNaZ85xI4MyxUgpehCNh0 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0a0b59, #326a98);background-image: -moz-linear-gradient(180deg, #0a0b59, #326a98);background-image: -ms-linear-gradient(180deg, #0a0b59, #326a98);background-image: -o-linear-gradient(180deg, #0a0b59, #326a98);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a0b59', endColorstr='#326a98' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a0b59', endColorstr='#326a98' );";background-image: linear-gradient(180deg, #0a0b59, #326a98);background-size:auto !important;display:block; }#r0Ed0WBiscfmNaZ85xI4MyxUgpehCNh0 > .row .container { background-color: transparent; background-image: none; }#r0Ed0WBiscfmNaZ85xI4MyxUgpehCNh0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0Ed0WBiscfmNaZ85xI4MyxUgpehCNh0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0Ed0WBiscfmNaZ85xI4MyxUgpehCNh0 > .row .container > .video-iframe-container { display: none; }#r0Ed0WBiscfmNaZ85xI4MyxUgpehCNh0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0Ed0WBiscfmNaZ85xI4MyxUgpehCNh0 > .row > .video-iframe-container { display: none; }#r0Ed0WBiscfmNaZ85xI4MyxUgpehCNh0 > .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); }#r0Ed0WBiscfmNaZ85xI4MyxUgpehCNh0 > .row .container { width:20rem;height:18.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pkiCEH4VXVQyvp3k3ccW7UV15X9IX2eZ { width:20rem;height:1.57470625rem;top:1.25rem;left:0rem;font-size:1.3125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #UBWLNvxPd4tTbTGQIeWDDVfaS5uxN0nd { width:20rem;height:3.1494125rem;top:3.875rem;left:0rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #QFwqTsnxp28TvmFMLByfsypGWvUD0Uvk { width:20rem;height:1.3496125rem;top:8.4121125rem;left:0rem;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #CISIzXZI24xcKE1uAPgsTySK3r1nsvwT { width:20rem;height:3.8983125rem;top:11.8115234375rem;left:0rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TwKg54NO1UCuWurVa87In7eI6GXqzWpQ { width:12.1875rem;height:2.25rem;top:8.01171875rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f08db77b5967745fe44ea002f09047ac { display:block; }#f08db77b5967745fe44ea002f09047ac > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eMrKUv4kpqVAFPbmPoAIV2lHclFLx2Rm { display:block; }#eMrKUv4kpqVAFPbmPoAIV2lHclFLx2Rm > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pGeS9hwiJEWpXLB0vT8n8bnczUeb856u { width:20rem;height:13.5625rem;top:15.4375rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #TzXdzue6pnpSy13EF57TGOy4QR7lPndv { width:19.875rem;height:13.5625rem;top:15.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTmyKgBFFBdOfTubn2RsgiALIes0HLic { width:19.875rem;height:13.5625rem;top:30.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4oFFNDD4BLPuwK2xMKcDx6SEZ7hEZoW { width:19.875rem;height:13.5625rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLpp0IdRkkgFbFnKKWhQFvsTFdBL6KsV { width:20rem;height:13.5625rem;top:0.625rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #mSfeiJ3ULG5JptST8yzVbLng2T5Z0uuB { width:20rem;height:13.5625rem;top:30.1875rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #nkotT3fogfPPrkd6eXNzDWz56byEDwVv { display:block; }#nkotT3fogfPPrkd6eXNzDWz56byEDwVv > .row .container { width:20rem;height:44.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uB03uMaKsi1ETncwqZsgUISwthyWU5mF { width:19.875rem;height:13.5625rem;top:15.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybTO8VJ1mm3PJxpuaTTqPmXFgviG7L2x { width:19.875rem;height:13.5625rem;top:30.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bl0ebIADM3UkTGw1bWwgnJSiSHTvHlS2 { width:19.875rem;height:13.5625rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFa06TI6zRTDBFOA9C736Qd0eFBQuAg9 { width:20rem;height:13.5625rem;top:30.8125rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #dwRuihw45J4cWwGuFg7s4d6WmPwX7Mvo { width:20rem;height:13.5625rem;top:15.9375rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #FMZOAtW8b7ZmMKTnwMqOm5wDgyaX8BPQ { width:20rem;height:13.5625rem;top:1.1875rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #ETPeVbTyWvZFJC1Mz2imwqe5bhucvQ8U { display:block; }#ETPeVbTyWvZFJC1Mz2imwqe5bhucvQ8U > .row .container { width:20rem;height:44.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VE0rFka2IL3BBosBigDo06fmXz6JQHSL { width:20rem;height:13.5625rem;top:16.125rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #agthKfm9RyymoCDZOPlgwTobHLGkADc8 { width:19.875rem;height:13.5625rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwLp4o4dsqefEcx4ece5ureTDhEapPuH { width:19.875rem;height:13.5625rem;top:30.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvpx2V4zAIJu9haFNxf3sBBlsB2pg52K { width:19.875rem;height:13.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHTVvpolSiLC5CmgL5sGhaHUHsiAyL00 { width:20rem;height:13.5625rem;top:31.0625rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #yHM199gTNPqWiDaPa3m2gXMArLwTOUvg { width:20rem;height:13.5625rem;top:1.25rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #dRiXD4fdRUt366rGFcZpLs2AZ2i7iqPo { display:block; }#dRiXD4fdRUt366rGFcZpLs2AZ2i7iqPo > .row .container { width:20rem;height:45.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LN0wokon0CnOONzDiGFAUzMZsFW5lErR { width:19.875rem;height:13.5625rem;top:16.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdDJFOieCvpr0s0L5iTq4z62FHUIbTO0 { width:19.875rem;height:13.5625rem;top:31.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #smROuMHtFQzukUZt2xxOpZlhfRzsrLkZ { width:19.875rem;height:13.5625rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ba5LnAJu2QMlwt62N1tFXd2lU0yTp5D3 { width:20rem;height:13.5625rem;top:31.25rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #cZ5Isc2HMpQB70G2HTdfoeHtkBFRyylt { width:20rem;height:13.5625rem;top:1.375rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #CSk8v3hu75ym7yT5pg9Q0AVGoGcEpBfm { width:20rem;height:13.5625rem;top:16.25rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #hMspXrliOonmpW2rQE2Jnrt5rexlP8dQ { display:block; }#hMspXrliOonmpW2rQE2Jnrt5rexlP8dQ > .row .container { width:20rem;height:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NxuG2VaIPbNIpl52lai56K6vBJc2Ifos { width:20rem;height:2.92358125rem;top:1.25rem;left:0rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #uODvHEhI9n3maHuON9qG6nsmSWabaJB3 { width:15.5625rem;height:3.0625rem;top:5.4248046875rem;left:2.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WO3x6EdyHkunluEvhIh8Mh1TQQ1ytzp4 { width:15.75rem;height:2.9375rem;top:9.0498046875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyp2JZswQEMGI61vbm8Ry2nFENrnmdMC { width:19.4375rem;height:14.9963125rem;top:16.3125rem;left:0.28125rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #xcLwIlTTzyUWWo2Q39w86tZEKI6KZNFZ { width:20rem;height:0.3125rem;top:14.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGq39z08IaGFw3esqSf9xUScl0NIQIw0 { display:block; }#NGq39z08IaGFw3esqSf9xUScl0NIQIw0 > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EmpuKVHfTPUwTVN0ARnzsB9AClqaIbLW { width:20rem;height:1.950075rem;top:1.25rem;left:0rem;font-size:1.5rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #T3dmD451e7EsTQKWXWob5bdTwSV1v534 { width:20rem;height:0.3125rem;top:5.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdDAsuNZFFAfpGS3krr8rT3SZ1LFIlmP { display:block; }#hdDAsuNZFFAfpGS3krr8rT3SZ1LFIlmP > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BOKTAbet7LFOL9LygQOqRE9tEsm5lITJ { width:20rem;height:2.92358125rem;top:1.3125rem;left:0rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #nMtRI4UwAhptZX57hhDQRTUTxk5yi78D { display:block; } #m28c635e5e677e451890095a978a84ef.widget-smartsection *:focus-visible, #m28c635e5e677e451890095a978a84ef.widget-smartsection input[type="text"]:focus-visible, #m28c635e5e677e451890095a978a84ef.widget-smartsection input[type="email"]:focus-visible, #m28c635e5e677e451890095a978a84ef.widget-smartsection input[type="tel"]:focus-visible, #m28c635e5e677e451890095a978a84ef.widget-smartsection textarea:focus-visible { outline: none; } #nMtRI4UwAhptZX57hhDQRTUTxk5yi78D > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #T6d7ee5c8cd3ac10a33f7a4673483b0e { display:block; }#T6d7ee5c8cd3ac10a33f7a4673483b0e > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }