.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#efefef;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#fbCaMySXsyCJQgJ5swukq0smwJAFuEkK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbCaMySXsyCJQgJ5swukq0smwJAFuEkK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbCaMySXsyCJQgJ5swukq0smwJAFuEkK > .row > .video-iframe-container { display: none; }#fbCaMySXsyCJQgJ5swukq0smwJAFuEkK > .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); }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/BUSakBud/Land.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze.adaptive-delivery-prevent-bg, #xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze.lazyload, #xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze.lazyloading { background-image: none; }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row .container { background-color: transparent; background-image: none; }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row .container > .video-iframe-container { display: none; }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row > .video-iframe-container { display: none; }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .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); }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row .container { border-width: 0; border-radius: 0; }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row .container { width:60rem;height:31.625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#zuBz5xE324uw5D4uMVC7TxlqSsJTxvzu { position:absolute;display:block;z-index:15000;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:3.8125rem;width:3.8125rem;top:0.4375rem;left:0rem;overflow:hidden;display:block; }
#zzL84IziWrUbybJKLVrbsGAdsIApI0Fb { color:#42464d;display:block;width:14.25rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.4375rem;left:4.1875rem;height:1.7871125rem;font-style:normal;display:block; }
#XiagSFz6VrK3Nl2ctGRL6MZePlNN6xCc { position:absolute;display:block;z-index:15002;background-color:#ff653c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:6.125rem;top:15.9375rem;left:0rem;display:block; }
#ZqG3K3a0J3U9Dz7D5p0Xfy6hTsVgTeLT { color:#42464d;display:block;width:39.1875rem;position:absolute;font-family:raleway;font-size:3.375rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:7.9375rem;left:0.125rem;height:6.75rem;font-style:normal;display:block; }
#Xu66TqeSBTTygTLlvv0KVtGkBwwX2dMT { color:#42464d;display:block;width:43.375rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:700;z-index:15004;line-height:2.2;letter-spacing:0;top:18.0625rem;left:0rem;height:;font-style:normal;display:block; }#Xu66TqeSBTTygTLlvv0KVtGkBwwX2dMT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Xu66TqeSBTTygTLlvv0KVtGkBwwX2dMT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/V7ujejeV/arrows.png); }
#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2b3446;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;z-index:auto;display:block; }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .row .container { background-color: transparent; background-image: none; }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .row .container > .video-iframe-container { display: none; }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .row > .video-iframe-container { display: none; }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .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); }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .row .container { border-width: 0; border-radius: 0; }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .row .container { font-size:0.875rem;font-family:arial;height:9rem;width:60rem;position:relative;display:block; }#dx3TkQlBwO1VvThLGKPlw6cVmlqbcrmG { color:#000000;display:block;width:60rem;position:absolute;font-family:raleway;font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.1875rem;left:0rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GcThR3ypcnqLBRVGJxIHH2tbmvqDNPIq { color:#ffffff;display:block;width:60rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.3125rem;left:0rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kFoumW0bQlm72DuF7NTRManuo6SToMU9 { position:relative;display:block; }#kFoumW0bQlm72DuF7NTRManuo6SToMU9 { background-color: transparent; background-image: none; }#kFoumW0bQlm72DuF7NTRManuo6SToMU9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kFoumW0bQlm72DuF7NTRManuo6SToMU9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kFoumW0bQlm72DuF7NTRManuo6SToMU9 > .row .container > .video-iframe-container { display: none; }#kFoumW0bQlm72DuF7NTRManuo6SToMU9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kFoumW0bQlm72DuF7NTRManuo6SToMU9 > .row > .video-iframe-container { display: none; }#kFoumW0bQlm72DuF7NTRManuo6SToMU9 > .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); }#kFoumW0bQlm72DuF7NTRManuo6SToMU9 { border-width: 0; border-radius: 0; }#kFoumW0bQlm72DuF7NTRManuo6SToMU9 > .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; }#kFoumW0bQlm72DuF7NTRManuo6SToMU9 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;background-image:none;font-size:0.875rem;font-family:arial;height:19.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#mF9iRN8IR7qv22ETKVVAgXtJwMou4EN9 { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:19.375rem;top:3.25rem;left:0.3125rem;display:block; }
#noKKTNlxOKGxopWoRWHVshgvGW4TxHHX { position:absolute;display:block;z-index:15006;background-color:#ff653c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.4375rem;width:19.375rem;top:17.75rem;left:0.3125rem;display:block; }
#hcKw7Mgrd2mKecRMhIBNypteT1mDtlnI { color:#42464d;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:9.9375rem;left:3.75rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ykEuupWcJwPOWLlACPkePQTlvfXkApN7 { position:absolute;display:block;z-index:15011;background-color:#f3da66;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.4375rem;width:19.375rem;top:17.75rem;left:20.3125rem;display:block; }
#g8piI7PeZJfiSBsAwVOt9OKPhu78phss { position:absolute;display:block;z-index:15016;background-color:#42464d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.4375rem;width:19.375rem;top:17.75rem;left:40.3125rem;display:block; }
#D3hS9NHy9w1CVFyFdEEP945ZdhfThg1o { color:#42464d;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:9.875rem;left:23.75rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#esa9IMb5cyFz7rPkymcu5lR9aocHXRze { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:19.375rem;top:3.1875rem;left:20.3125rem;display:block; }
#wbhABvDX8hXTur0qNBTMCO3oKTOsirvL { color:#42464d;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:9.9375rem;left:43.75rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TomRmXsO3pPKBRbeevNCAB8E5Om874q4 { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:19.375rem;top:3.1875rem;left:40.3125rem;display:block; }
#UAXRNHTR1DqoQImLuvMn1nIbsUkTR15t { box-sizing:content-box;color:#42464d;font-size:2.9375rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15017;top:5.75rem;left:7.875rem;display:block; }
#zOsTWJpb3TbnzTWNtZEHmesGgScPDitE { box-sizing:content-box;color:#42464d;font-size:3.3125rem;font-weight:400;line-height:1;height:4.75rem;width:4.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15018;top:5.5rem;left:27.625rem;display:block; }
#SF03kunuHoLWsA908ikgGANLHMZhVIXn { box-sizing:content-box;color:#42464d;font-size:3.0625rem;font-weight:400;line-height:1;height:4.4375rem;width:4.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15019;top:5.875rem;left:47.78125rem;display:block; }
#sm3D7Tb7otc3LwJu9OqRhTnikcgZpMxa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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; }#sm3D7Tb7otc3LwJu9OqRhTnikcgZpMxa > .row .container { background-color: transparent; background-image: none; }#sm3D7Tb7otc3LwJu9OqRhTnikcgZpMxa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sm3D7Tb7otc3LwJu9OqRhTnikcgZpMxa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sm3D7Tb7otc3LwJu9OqRhTnikcgZpMxa > .row .container > .video-iframe-container { display: none; }#sm3D7Tb7otc3LwJu9OqRhTnikcgZpMxa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sm3D7Tb7otc3LwJu9OqRhTnikcgZpMxa > .row > .video-iframe-container { display: none; }#sm3D7Tb7otc3LwJu9OqRhTnikcgZpMxa > .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); }#sm3D7Tb7otc3LwJu9OqRhTnikcgZpMxa > .row .container { border-width: 0; border-radius: 0; }#sm3D7Tb7otc3LwJu9OqRhTnikcgZpMxa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sm3D7Tb7otc3LwJu9OqRhTnikcgZpMxa > .row .container { font-size:0.875rem;font-family:arial;height:27.4375rem;width:60rem;position:relative;display:block; }#flXp6bhfaHMxxVQF5nKmRyd1cGVQRmGu { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:2.46875rem;left:10rem;display:block; }
#bNNM5VBD6UTsX9Id6bQJ3LRZ07w7XtUn { 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; }#bNNM5VBD6UTsX9Id6bQJ3LRZ07w7XtUn > .row .container { background-color: transparent; background-image: none; }#bNNM5VBD6UTsX9Id6bQJ3LRZ07w7XtUn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bNNM5VBD6UTsX9Id6bQJ3LRZ07w7XtUn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bNNM5VBD6UTsX9Id6bQJ3LRZ07w7XtUn > .row .container > .video-iframe-container { display: none; }#bNNM5VBD6UTsX9Id6bQJ3LRZ07w7XtUn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bNNM5VBD6UTsX9Id6bQJ3LRZ07w7XtUn > .row > .video-iframe-container { display: none; }#bNNM5VBD6UTsX9Id6bQJ3LRZ07w7XtUn > .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); }#bNNM5VBD6UTsX9Id6bQJ3LRZ07w7XtUn > .row .container { border-width: 0; border-radius: 0; }#bNNM5VBD6UTsX9Id6bQJ3LRZ07w7XtUn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bNNM5VBD6UTsX9Id6bQJ3LRZ07w7XtUn > .row .container { font-size:0.875rem;font-family:arial;height:9rem;width:60rem;position:relative;display:block; }#HvRte4RVRXOqPspP537txhQ6fK2c4u0E { position:absolute;display:block;z-index:15003;background-color:#ff653c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:3.875rem;top:5.875rem;left:28.0625rem;display:block; }
#PwpFF8VLRZzMhDVTKknaLQ9w2E6x1BZ7 { color:#42464d;display:block;width:59.5rem;position:absolute;font-family:raleway;font-size:1.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.125rem;left:0.3125rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Bxv1LopBxQZQBgx6vztPPu7nLyDuVWh3 { 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; }#Bxv1LopBxQZQBgx6vztPPu7nLyDuVWh3 > .row .container { background-color: transparent; background-image: none; }#Bxv1LopBxQZQBgx6vztPPu7nLyDuVWh3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bxv1LopBxQZQBgx6vztPPu7nLyDuVWh3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bxv1LopBxQZQBgx6vztPPu7nLyDuVWh3 > .row .container > .video-iframe-container { display: none; }#Bxv1LopBxQZQBgx6vztPPu7nLyDuVWh3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bxv1LopBxQZQBgx6vztPPu7nLyDuVWh3 > .row > .video-iframe-container { display: none; }#Bxv1LopBxQZQBgx6vztPPu7nLyDuVWh3 > .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); }#Bxv1LopBxQZQBgx6vztPPu7nLyDuVWh3 > .row .container { border-width: 0; border-radius: 0; }#Bxv1LopBxQZQBgx6vztPPu7nLyDuVWh3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Bxv1LopBxQZQBgx6vztPPu7nLyDuVWh3 > .row .container { font-size:0.875rem;font-family:arial;height:17.6875rem;width:60rem;position:relative;display:block; }#XbOhyc2diyZlQ5kghr5nrwELr28qJBoZ { position:absolute;display:block;z-index:15000;background-color:#efefef;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:19.75rem;top:0rem;left:0rem;display:block; }
#gDmtQWEWl0ImmCCDre1p6bPJM78x04EZ { color:#42464d;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:14.125rem;left:1.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UbZsiuJ1CT9L8W2RyxE4LMvfShbUZvzo { position:absolute;display:block;z-index:15001;background-color:#efefef;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:19.75rem;top:0rem;left:20rem;display:block; }
#vxsyMg7OaDuSIxfT9VZD9AMhqlAlkRMM { position:absolute;display:block;z-index:15002;background-color:#efefef;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:19.75rem;top:0rem;left:40.25rem;display:block; }
#rpiP13Vqpa5vr7iTGQTQhWhQBUlL7O8p { color:#42464d;display:block;width:16.25rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:14.125rem;left:21.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lGR922XT30EzPktlz83RIrdOqMTusNp3 { color:#42464d;display:block;width:16.25rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:14.125rem;left:41.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nvdbfU4r1TlEeaW6tAJ0vzVRiclzDX7R { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/38fb2d3a-79a7-4ebb-9024-d5efeec8512c/Screenshot20250430at103112am.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:13.125rem;width:19.75rem;position:absolute;display:block;z-index:15001;top:0rem;left:0rem;box-shadow: none;display:block; }#nvdbfU4r1TlEeaW6tAJ0vzVRiclzDX7R.adaptive-delivery-prevent-bg, #nvdbfU4r1TlEeaW6tAJ0vzVRiclzDX7R.lazyload, #nvdbfU4r1TlEeaW6tAJ0vzVRiclzDX7R.lazyloading { background-image: none; }
#NRK1RhawsLQDkVlfNRcGI7g10oSR54Um { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/dda3b99c-fdc1-441b-bea0-b84b6cd359a0/Screenshot20241216at23141PM.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:13.125rem;width:19.75rem;position:absolute;display:block;z-index:15002;top:0rem;left:20rem;box-shadow: none;display:block; }#NRK1RhawsLQDkVlfNRcGI7g10oSR54Um.adaptive-delivery-prevent-bg, #NRK1RhawsLQDkVlfNRcGI7g10oSR54Um.lazyload, #NRK1RhawsLQDkVlfNRcGI7g10oSR54Um.lazyloading { background-image: none; }
#u7VBiEKiwSrP1RhVKrOfOLJ7L1Nmr0BD { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/98ab6ee1-afed-4b9a-86a6-297234b3cf7a/Screenshot20241216at23250PM.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:13.125rem;width:19.75rem;position:absolute;display:block;z-index:15003;top:0rem;left:40.25rem;box-shadow: none;display:block; }#u7VBiEKiwSrP1RhVKrOfOLJ7L1Nmr0BD.adaptive-delivery-prevent-bg, #u7VBiEKiwSrP1RhVKrOfOLJ7L1Nmr0BD.lazyload, #u7VBiEKiwSrP1RhVKrOfOLJ7L1Nmr0BD.lazyloading { background-image: none; }
#ImwfE5RizKtVOdTnItcqpgGcIsd9qh1R { 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; }#ImwfE5RizKtVOdTnItcqpgGcIsd9qh1R > .row .container { background-color: transparent; background-image: none; }#ImwfE5RizKtVOdTnItcqpgGcIsd9qh1R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ImwfE5RizKtVOdTnItcqpgGcIsd9qh1R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ImwfE5RizKtVOdTnItcqpgGcIsd9qh1R > .row .container > .video-iframe-container { display: none; }#ImwfE5RizKtVOdTnItcqpgGcIsd9qh1R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ImwfE5RizKtVOdTnItcqpgGcIsd9qh1R > .row > .video-iframe-container { display: none; }#ImwfE5RizKtVOdTnItcqpgGcIsd9qh1R > .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); }#ImwfE5RizKtVOdTnItcqpgGcIsd9qh1R > .row .container { border-width: 0; border-radius: 0; }#ImwfE5RizKtVOdTnItcqpgGcIsd9qh1R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ImwfE5RizKtVOdTnItcqpgGcIsd9qh1R > .row .container { font-size:0.875rem;font-family:arial;height:17.6875rem;width:60rem;position:relative;display:block; }#AgHSOCRPTHsycWhgPOKIR0MLPa7AagZq { position:absolute;display:block;z-index:15000;background-color:#efefef;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:19.75rem;top:0rem;left:0rem;display:block; }
#nIGFaP7wms7XWoGF9HayGdI88rUCA6PP { color:#42464d;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:14.125rem;left:1.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sLPEdeXT9Jzyx7DecFgwZzKpZey2qXEA { position:absolute;display:block;z-index:15001;background-color:#efefef;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:19.75rem;top:0rem;left:20rem;display:block; }
#ARvuEA5Pat6skl9JqW9wogXNDcbQoD3d { position:absolute;display:block;z-index:15002;background-color:#efefef;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:19.75rem;top:0rem;left:40.25rem;display:block; }
#IDIyeouoWifk8qO2PX17CJTqPKhnSpxI { color:#42464d;display:block;width:16.25rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:14.125rem;left:21.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lu8OFzORllKG3kJvCWuxRnBTMIv2wXFP { color:#42464d;display:block;width:16.25rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:14.125rem;left:41.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TQBVaxQdlGSvmkbwlUBwQotqtJW38e21 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/0f16b573-8f87-4be5-b9c8-93832d91dde1/Screenshot20240517at105944am.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:13.125rem;width:19.75rem;position:absolute;display:block;z-index:15001;top:0rem;left:0rem;box-shadow: none;display:block; }#TQBVaxQdlGSvmkbwlUBwQotqtJW38e21.adaptive-delivery-prevent-bg, #TQBVaxQdlGSvmkbwlUBwQotqtJW38e21.lazyload, #TQBVaxQdlGSvmkbwlUBwQotqtJW38e21.lazyloading { background-image: none; }
#LNVV355yJALDFICXVT1QXkARGuxXpUbv { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/519d489b-0930-48dd-934e-772ff38dde7b/Screenshot20240503at84633am.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:13.125rem;width:19.75rem;position:absolute;display:block;z-index:15002;top:0rem;left:20rem;box-shadow: none;display:block; }#LNVV355yJALDFICXVT1QXkARGuxXpUbv.adaptive-delivery-prevent-bg, #LNVV355yJALDFICXVT1QXkARGuxXpUbv.lazyload, #LNVV355yJALDFICXVT1QXkARGuxXpUbv.lazyloading { background-image: none; }
#PZDJUuiLftTKfy53hdxKTZ3LN2C3Ay38 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/0b173864-c9e7-433b-948c-42562f990017/4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:13.125rem;width:19.75rem;position:absolute;display:block;z-index:15003;top:0rem;left:40.25rem;box-shadow: none;display:block; }#PZDJUuiLftTKfy53hdxKTZ3LN2C3Ay38.adaptive-delivery-prevent-bg, #PZDJUuiLftTKfy53hdxKTZ3LN2C3Ay38.lazyload, #PZDJUuiLftTKfy53hdxKTZ3LN2C3Ay38.lazyloading { background-image: none; }
#LkaXvdqNveXDLJdyc7g9glMTf7onJl0s { 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; }#LkaXvdqNveXDLJdyc7g9glMTf7onJl0s > .row .container { background-color: transparent; background-image: none; }#LkaXvdqNveXDLJdyc7g9glMTf7onJl0s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LkaXvdqNveXDLJdyc7g9glMTf7onJl0s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LkaXvdqNveXDLJdyc7g9glMTf7onJl0s > .row .container > .video-iframe-container { display: none; }#LkaXvdqNveXDLJdyc7g9glMTf7onJl0s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LkaXvdqNveXDLJdyc7g9glMTf7onJl0s > .row > .video-iframe-container { display: none; }#LkaXvdqNveXDLJdyc7g9glMTf7onJl0s > .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); }#LkaXvdqNveXDLJdyc7g9glMTf7onJl0s > .row .container { border-width: 0; border-radius: 0; }#LkaXvdqNveXDLJdyc7g9glMTf7onJl0s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LkaXvdqNveXDLJdyc7g9glMTf7onJl0s > .row .container { font-size:0.875rem;font-family:arial;height:17.6875rem;width:60rem;position:relative;display:block; }#qIJacNCZEo8q1IkKhMhG8RSRlCq3mg7a { position:absolute;display:block;z-index:15000;background-color:#efefef;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:19.75rem;top:0rem;left:0rem;display:block; }
#hoPwmav0RXmfLrVbDUH0OH9oM2x7ueKi { color:#42464d;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:14.125rem;left:1.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hui59JtTNSKa21DyDcexSaQ1AyvII9oH { position:absolute;display:block;z-index:15001;background-color:#efefef;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:19.75rem;top:0rem;left:20rem;display:block; }
#SJw8nzwPyOaoTHe3hUP4wgBZof6TuDQw { position:absolute;display:block;z-index:15002;background-color:#efefef;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:19.75rem;top:0rem;left:40.25rem;display:block; }
#HTTTipaorT36uNZaGLr90fZ7KQTwg3y8 { color:#42464d;display:block;width:16.25rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:14.125rem;left:21.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E2WpTgT0vnIJ7NBfhOGC5MRdu6V4HxOw { color:#42464d;display:block;width:16.25rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:14.125rem;left:41.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WTTSuVaa9fztqXNasOiGgyMPykwA17mn { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/778018ef-8e5f-4dcb-9fd3-7a251acfffdd/3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:13.125rem;width:19.75rem;position:absolute;display:block;z-index:15001;top:0rem;left:0rem;box-shadow: none;display:block; }#WTTSuVaa9fztqXNasOiGgyMPykwA17mn.adaptive-delivery-prevent-bg, #WTTSuVaa9fztqXNasOiGgyMPykwA17mn.lazyload, #WTTSuVaa9fztqXNasOiGgyMPykwA17mn.lazyloading { background-image: none; }
#QefWJy8HSQFpuQ05EMiQp4QPWVuEHC04 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/8f5a56b8-e1fa-4dae-961d-606434273727/1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:13.125rem;width:19.75rem;position:absolute;display:block;z-index:15002;top:0rem;left:20rem;box-shadow: none;display:block; }#QefWJy8HSQFpuQ05EMiQp4QPWVuEHC04.adaptive-delivery-prevent-bg, #QefWJy8HSQFpuQ05EMiQp4QPWVuEHC04.lazyload, #QefWJy8HSQFpuQ05EMiQp4QPWVuEHC04.lazyloading { background-image: none; }
#NXZeH5WFoEpqXnw9oEZfUEyzZabckWIi { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/1a502849-8435-465f-b6d2-b418a94c31de/1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:13.125rem;width:19.75rem;position:absolute;display:block;z-index:15003;top:0rem;left:40.25rem;box-shadow: none;display:block; }#NXZeH5WFoEpqXnw9oEZfUEyzZabckWIi.adaptive-delivery-prevent-bg, #NXZeH5WFoEpqXnw9oEZfUEyzZabckWIi.lazyload, #NXZeH5WFoEpqXnw9oEZfUEyzZabckWIi.lazyloading { background-image: none; }
#MiShGQgbkk5n8IMxeKcxslDgQMTbT41N { 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; }#MiShGQgbkk5n8IMxeKcxslDgQMTbT41N > .row .container { background-color: transparent; background-image: none; }#MiShGQgbkk5n8IMxeKcxslDgQMTbT41N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MiShGQgbkk5n8IMxeKcxslDgQMTbT41N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MiShGQgbkk5n8IMxeKcxslDgQMTbT41N > .row .container > .video-iframe-container { display: none; }#MiShGQgbkk5n8IMxeKcxslDgQMTbT41N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MiShGQgbkk5n8IMxeKcxslDgQMTbT41N > .row > .video-iframe-container { display: none; }#MiShGQgbkk5n8IMxeKcxslDgQMTbT41N > .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); }#MiShGQgbkk5n8IMxeKcxslDgQMTbT41N > .row .container { border-width: 0; border-radius: 0; }#MiShGQgbkk5n8IMxeKcxslDgQMTbT41N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MiShGQgbkk5n8IMxeKcxslDgQMTbT41N > .row .container { font-size:0.875rem;font-family:arial;height:17.6875rem;width:60rem;position:relative;display:block; }#lFUJITbw2ssDsQycB5Lgxh0Wh5FFE0Lr { position:absolute;display:block;z-index:15000;background-color:#efefef;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:19.75rem;top:0rem;left:0rem;display:block; }
#SEUiWOzI63HT6bzBKc0suM0pPmdHsnJe { color:#42464d;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:14.125rem;left:1.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d2oaGJFGPhNUgLiuA9QlGa4XZ0lWVSqs { position:absolute;display:block;z-index:15001;background-color:#efefef;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:19.75rem;top:0rem;left:20rem;display:block; }
#zbT9RT6dToxX7hBHzpvs76WB38vznNof { position:absolute;display:block;z-index:15002;background-color:#efefef;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:19.75rem;top:0rem;left:40.25rem;display:block; }
#oR8NKNoPbc6c1fbQKDK9gwIT1s5NsNVi { color:#42464d;display:block;width:16.25rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:14.125rem;left:21.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UhOMeOodrDDhEiotJHPFUZiHoeGX8JCK { color:#42464d;display:block;width:16.25rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:14.125rem;left:41.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#avf85VxcpJqxTEU0qRKeQpr1F4eWWeTh { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/9cd63a71-1923-42fd-9385-5fe376a76ad0/3.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:13.125rem;width:19.75rem;position:absolute;display:block;z-index:15001;top:0rem;left:0rem;box-shadow: none;display:block; }#avf85VxcpJqxTEU0qRKeQpr1F4eWWeTh.adaptive-delivery-prevent-bg, #avf85VxcpJqxTEU0qRKeQpr1F4eWWeTh.lazyload, #avf85VxcpJqxTEU0qRKeQpr1F4eWWeTh.lazyloading { background-image: none; }
#DvIBeTL7dyn7PPJ6EVK3tkqTm30Svfet { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/e86bb5bc-6d7f-4ad1-a484-509a6c5bb514/2.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:13.125rem;width:19.75rem;position:absolute;display:block;z-index:15002;top:0rem;left:20rem;box-shadow: none;display:block; }#DvIBeTL7dyn7PPJ6EVK3tkqTm30Svfet.adaptive-delivery-prevent-bg, #DvIBeTL7dyn7PPJ6EVK3tkqTm30Svfet.lazyload, #DvIBeTL7dyn7PPJ6EVK3tkqTm30Svfet.lazyloading { background-image: none; }
#nTVO1nrkuWIUiODKX0BeGTZ7PHDwUN3Q { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/fb23fe62-6f7b-456d-9bfb-a73e5e704c79/3E5A2DA3A9334A4680664580759CC678.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:13.125rem;width:19.75rem;position:absolute;display:block;z-index:15003;top:0rem;left:40.25rem;box-shadow: none;display:block; }#nTVO1nrkuWIUiODKX0BeGTZ7PHDwUN3Q.adaptive-delivery-prevent-bg, #nTVO1nrkuWIUiODKX0BeGTZ7PHDwUN3Q.lazyload, #nTVO1nrkuWIUiODKX0BeGTZ7PHDwUN3Q.lazyloading { background-image: none; }
#r1F2MBVmdvMANcVuqTxyfac5kHuEwPkl { 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; }#r1F2MBVmdvMANcVuqTxyfac5kHuEwPkl > .row .container { background-color: transparent; background-image: none; }#r1F2MBVmdvMANcVuqTxyfac5kHuEwPkl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r1F2MBVmdvMANcVuqTxyfac5kHuEwPkl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r1F2MBVmdvMANcVuqTxyfac5kHuEwPkl > .row .container > .video-iframe-container { display: none; }#r1F2MBVmdvMANcVuqTxyfac5kHuEwPkl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r1F2MBVmdvMANcVuqTxyfac5kHuEwPkl > .row > .video-iframe-container { display: none; }#r1F2MBVmdvMANcVuqTxyfac5kHuEwPkl > .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); }#r1F2MBVmdvMANcVuqTxyfac5kHuEwPkl > .row .container { border-width: 0; border-radius: 0; }#r1F2MBVmdvMANcVuqTxyfac5kHuEwPkl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r1F2MBVmdvMANcVuqTxyfac5kHuEwPkl > .row .container { font-size:0.875rem;font-family:arial;height:17.6875rem;width:60rem;position:relative;display:block; }#AS6ZrzmEiIMzPedI7BZStNl1uiH5LceV { position:absolute;display:block;z-index:15000;background-color:#efefef;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:19.75rem;top:0rem;left:0rem;display:block; }
#C9fbgGPLRwQE0qaTnmqJOnxsZ2WLHEp8 { color:#42464d;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:14.125rem;left:1.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xed5bwGa986vC8vlxpHFFAc9ZDJK1eFw { position:absolute;display:block;z-index:15001;background-color:#efefef;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:19.75rem;top:0rem;left:20rem;display:block; }
#D6JhuXVkgC9VLVl3gJIVJB0qwp5ZkdNR { position:absolute;display:block;z-index:15002;background-color:#efefef;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:19.75rem;top:0rem;left:40.25rem;display:block; }
#USJvcugGZQ0XmEwhIUtMfbOxUIlRavuW { color:#42464d;display:block;width:16.25rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:14.125rem;left:21.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HTkJWad9VO2bFriCTU0bBoV4022e9vEd { color:#42464d;display:block;width:16.25rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:14.125rem;left:41.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ny2gTByKweBG6l5DOnwsgxH0B2hdNq9L { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/9d91a6de-7adc-44bd-884f-56c3f4547c68/4B067E451DB44456A4F18DF59E7EFF7B.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:13.125rem;width:19.75rem;position:absolute;display:block;z-index:15001;top:0rem;left:0rem;box-shadow: none;display:block; }#Ny2gTByKweBG6l5DOnwsgxH0B2hdNq9L.adaptive-delivery-prevent-bg, #Ny2gTByKweBG6l5DOnwsgxH0B2hdNq9L.lazyload, #Ny2gTByKweBG6l5DOnwsgxH0B2hdNq9L.lazyloading { background-image: none; }
#Wi5MT68Nzs0V3laAKh4CKNU4HvSZuNvT { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/6d55d444-7347-4733-9f6f-3521aa0d17ed/14.jpeg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:13.125rem;width:19.75rem;position:absolute;display:block;z-index:15002;top:0rem;left:20rem;box-shadow: none;display:block; }#Wi5MT68Nzs0V3laAKh4CKNU4HvSZuNvT.adaptive-delivery-prevent-bg, #Wi5MT68Nzs0V3laAKh4CKNU4HvSZuNvT.lazyload, #Wi5MT68Nzs0V3laAKh4CKNU4HvSZuNvT.lazyloading { background-image: none; }
#VITNhHAvuHTp7DAg8Pff5Xaml5icFn0J { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/8486feb1-d2cd-4938-8f57-1a34931572dd/7.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:13.125rem;width:19.75rem;position:absolute;display:block;z-index:15003;top:0rem;left:40.25rem;box-shadow: none;display:block; }#VITNhHAvuHTp7DAg8Pff5Xaml5icFn0J.adaptive-delivery-prevent-bg, #VITNhHAvuHTp7DAg8Pff5Xaml5icFn0J.lazyload, #VITNhHAvuHTp7DAg8Pff5Xaml5icFn0J.lazyloading { background-image: none; }
#wAGroeoW9nsJbAbStKSOKnh8FtcFqdnu { 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; }#wAGroeoW9nsJbAbStKSOKnh8FtcFqdnu > .row .container { background-color: transparent; background-image: none; }#wAGroeoW9nsJbAbStKSOKnh8FtcFqdnu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wAGroeoW9nsJbAbStKSOKnh8FtcFqdnu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wAGroeoW9nsJbAbStKSOKnh8FtcFqdnu > .row .container > .video-iframe-container { display: none; }#wAGroeoW9nsJbAbStKSOKnh8FtcFqdnu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wAGroeoW9nsJbAbStKSOKnh8FtcFqdnu > .row > .video-iframe-container { display: none; }#wAGroeoW9nsJbAbStKSOKnh8FtcFqdnu > .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); }#wAGroeoW9nsJbAbStKSOKnh8FtcFqdnu > .row .container { border-width: 0; border-radius: 0; }#wAGroeoW9nsJbAbStKSOKnh8FtcFqdnu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wAGroeoW9nsJbAbStKSOKnh8FtcFqdnu > .row .container { font-size:0.875rem;font-family:arial;height:17.6875rem;width:60rem;position:relative;display:block; }#VTTlABZE39ip55RftA1mx3TSNewU552p { position:absolute;display:block;z-index:15000;background-color:#efefef;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:19.75rem;top:0rem;left:0rem;display:block; }
#UBF7yZg1eUaFZPaxu4sPzanAHhEGSHTT { color:#42464d;display:block;width:16.25rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:14.125rem;left:1.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ECUFQO83N6dHDWob4NbBo6g04vWwRXbH { position:absolute;display:block;z-index:15001;background-color:#efefef;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:19.75rem;top:0rem;left:20rem;display:block; }
#JFCzgeLBMiCBeDCK65JJdtRuXV22TalM { position:absolute;display:block;z-index:15002;background-color:#efefef;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:19.75rem;top:0rem;left:40.25rem;display:block; }
#TVDBLPuXx3iW42mTuy4pnxXdbHJx4J2F { color:#42464d;display:block;width:16.25rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:14.125rem;left:21.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NDhS7HUCAUWC2mrlFeTrp8S4TRQ0lPIc { color:#42464d;display:block;width:16.25rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:14.125rem;left:41.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A6SozP4CvrDybGZDsI7CJ67QsxN7QLO1 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/928755c2-bd2c-4418-afd1-8ed9da434895/21.jpeg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:13.125rem;width:19.75rem;position:absolute;display:block;z-index:15001;top:0rem;left:0rem;box-shadow: none;display:block; }#A6SozP4CvrDybGZDsI7CJ67QsxN7QLO1.adaptive-delivery-prevent-bg, #A6SozP4CvrDybGZDsI7CJ67QsxN7QLO1.lazyload, #A6SozP4CvrDybGZDsI7CJ67QsxN7QLO1.lazyloading { background-image: none; }
#TGxJSLK8TqsanleOB7682AhtrW8OroTt { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/508e3327-25f5-4c73-8e5e-20def9eaf64a/75.jpeg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:13.125rem;width:19.75rem;position:absolute;display:block;z-index:15002;top:0rem;left:20rem;box-shadow: none;display:block; }#TGxJSLK8TqsanleOB7682AhtrW8OroTt.adaptive-delivery-prevent-bg, #TGxJSLK8TqsanleOB7682AhtrW8OroTt.lazyload, #TGxJSLK8TqsanleOB7682AhtrW8OroTt.lazyloading { background-image: none; }
#oQzp83v0QUdgnFo7Hc8N8skrEwSRtPMh { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/d260744e-e2ce-4bac-a312-ebe10eb8a06e/6.jpeg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:13.125rem;width:19.75rem;position:absolute;display:block;z-index:15003;top:0rem;left:40.25rem;box-shadow: none;display:block; }#oQzp83v0QUdgnFo7Hc8N8skrEwSRtPMh.adaptive-delivery-prevent-bg, #oQzp83v0QUdgnFo7Hc8N8skrEwSRtPMh.lazyload, #oQzp83v0QUdgnFo7Hc8N8skrEwSRtPMh.lazyloading { background-image: none; }
#Gw6yXN1VysOhJ2QbJT8x6RhME4thoCP4 { 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; }#Gw6yXN1VysOhJ2QbJT8x6RhME4thoCP4 > .row .container { background-color: transparent; background-image: none; }#Gw6yXN1VysOhJ2QbJT8x6RhME4thoCP4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gw6yXN1VysOhJ2QbJT8x6RhME4thoCP4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gw6yXN1VysOhJ2QbJT8x6RhME4thoCP4 > .row .container > .video-iframe-container { display: none; }#Gw6yXN1VysOhJ2QbJT8x6RhME4thoCP4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gw6yXN1VysOhJ2QbJT8x6RhME4thoCP4 > .row > .video-iframe-container { display: none; }#Gw6yXN1VysOhJ2QbJT8x6RhME4thoCP4 > .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); }#Gw6yXN1VysOhJ2QbJT8x6RhME4thoCP4 > .row .container { border-width: 0; border-radius: 0; }#Gw6yXN1VysOhJ2QbJT8x6RhME4thoCP4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Gw6yXN1VysOhJ2QbJT8x6RhME4thoCP4 > .row .container { font-size:0.875rem;font-family:arial;height:17.6875rem;width:60rem;position:relative;display:block; }#xkwkC0NqX77K2poZDEUrHc2Kv8LHInwu { position:absolute;display:block;z-index:15000;background-color:#efefef;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:19.75rem;top:0rem;left:0rem;display:block; }
#d2TXVTA0zr925Tw5tF09DiZNaftOChP0 { color:#42464d;display:block;width:16.25rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:14.125rem;left:1.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lZzDLS3yTezCGrstnPVIFBH3LevFPnp6 { position:absolute;display:block;z-index:15001;background-color:#efefef;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:19.75rem;top:0rem;left:20rem;display:block; }
#ZwWkD82B74A8hvkS3vOzWgGecDBgmwmP { position:absolute;display:block;z-index:15002;background-color:#efefef;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:19.75rem;top:0rem;left:40.25rem;display:block; }
#v5gmis9KJ3gqZLTlRzHeh3K0o8pKTfxT { color:#42464d;display:block;width:16.25rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:14.125rem;left:21.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ck4ZpE8naUrtp5N6BImcaM0NJ63WGXab { color:#42464d;display:block;width:16.25rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:14.125rem;left:41.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mq4CW59wT7AvAzVsMotpZU6cNWlCdJ3W { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/6d185505-e645-405f-a1df-29b2c921f49c/2.jpeg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:13.125rem;width:19.75rem;position:absolute;display:block;z-index:15001;top:0rem;left:0rem;box-shadow: none;display:block; }#mq4CW59wT7AvAzVsMotpZU6cNWlCdJ3W.adaptive-delivery-prevent-bg, #mq4CW59wT7AvAzVsMotpZU6cNWlCdJ3W.lazyload, #mq4CW59wT7AvAzVsMotpZU6cNWlCdJ3W.lazyloading { background-image: none; }
#PuEcuSxyvfuWsNzyecoUqNz8d47yKuTd { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/8872a3b4-875b-4dc1-90ab-1b0a69cdc25b/26.jpeg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:13.125rem;width:19.75rem;position:absolute;display:block;z-index:15002;top:0rem;left:20rem;box-shadow: none;display:block; }#PuEcuSxyvfuWsNzyecoUqNz8d47yKuTd.adaptive-delivery-prevent-bg, #PuEcuSxyvfuWsNzyecoUqNz8d47yKuTd.lazyload, #PuEcuSxyvfuWsNzyecoUqNz8d47yKuTd.lazyloading { background-image: none; }
#NyPZzQcCdJLEBcpfQ4sDKZ3UyzMwFy6H { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/88e8f793-265c-4f28-ac13-fa17e0ea9e9c/h.jpeg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:13.125rem;width:19.75rem;position:absolute;display:block;z-index:15003;top:0rem;left:40.25rem;box-shadow: none;display:block; }#NyPZzQcCdJLEBcpfQ4sDKZ3UyzMwFy6H.adaptive-delivery-prevent-bg, #NyPZzQcCdJLEBcpfQ4sDKZ3UyzMwFy6H.lazyload, #NyPZzQcCdJLEBcpfQ4sDKZ3UyzMwFy6H.lazyloading { background-image: none; }
#p0sCJhUWQHAC2yXkDaxZwRZHykGlE9RH { 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; }#p0sCJhUWQHAC2yXkDaxZwRZHykGlE9RH > .row .container { background-color: transparent; background-image: none; }#p0sCJhUWQHAC2yXkDaxZwRZHykGlE9RH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p0sCJhUWQHAC2yXkDaxZwRZHykGlE9RH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p0sCJhUWQHAC2yXkDaxZwRZHykGlE9RH > .row .container > .video-iframe-container { display: none; }#p0sCJhUWQHAC2yXkDaxZwRZHykGlE9RH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p0sCJhUWQHAC2yXkDaxZwRZHykGlE9RH > .row > .video-iframe-container { display: none; }#p0sCJhUWQHAC2yXkDaxZwRZHykGlE9RH > .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); }#p0sCJhUWQHAC2yXkDaxZwRZHykGlE9RH > .row .container { border-width: 0; border-radius: 0; }#p0sCJhUWQHAC2yXkDaxZwRZHykGlE9RH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p0sCJhUWQHAC2yXkDaxZwRZHykGlE9RH > .row .container { font-size:0.875rem;font-family:arial;height:17.6875rem;width:60rem;position:relative;display:block; }#NLsrulvBzW9UfRTNISskHcZBrTvdrGzi { position:absolute;display:block;z-index:15000;background-color:#efefef;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:19.75rem;top:0rem;left:0rem;display:block; }
#bOCCEpHVKQNGvx8s3qiQZTKBCOybWkI9 { color:#42464d;display:block;width:16.25rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:14.125rem;left:1.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SVF2OPkq9mLWrdcWpIZx7DhGAvo969C7 { position:absolute;display:block;z-index:15001;background-color:#efefef;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:19.75rem;top:0rem;left:20rem;display:block; }
#HEr9KKC5su44w45kJGtuvvnflia2E0o9 { position:absolute;display:block;z-index:15002;background-color:#efefef;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:19.75rem;top:0rem;left:40.25rem;display:block; }
#NDbETpGAQmMHdm3q9AsbE4xNtKLxkyDB { color:#42464d;display:block;width:16.25rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:14.125rem;left:21.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hlTASigZevicJb7S9XeBl8vvwlwXZqwT { color:#42464d;display:block;width:16.25rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:14.125rem;left:41.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NW1KUbm5mTGtnHPLiRsVR8RerQaIXRZN { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/cd7dbd33-0907-47a2-84d6-834566f4e663/B472FE4ED11249B29FC138C4B5294E16.jpeg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:13.125rem;width:19.75rem;position:absolute;display:block;z-index:15001;top:0rem;left:0rem;box-shadow: none;display:block; }#NW1KUbm5mTGtnHPLiRsVR8RerQaIXRZN.adaptive-delivery-prevent-bg, #NW1KUbm5mTGtnHPLiRsVR8RerQaIXRZN.lazyload, #NW1KUbm5mTGtnHPLiRsVR8RerQaIXRZN.lazyloading { background-image: none; }
#Vhawaf8PC9LpWAlIGtZskEGT2SIdwKPF { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/xe23pxFd/1.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:13.125rem;width:19.75rem;position:absolute;display:block;z-index:15002;top:0rem;left:20rem;box-shadow: none;display:block; }#Vhawaf8PC9LpWAlIGtZskEGT2SIdwKPF.adaptive-delivery-prevent-bg, #Vhawaf8PC9LpWAlIGtZskEGT2SIdwKPF.lazyload, #Vhawaf8PC9LpWAlIGtZskEGT2SIdwKPF.lazyloading { background-image: none; }
#U5xFUwpP821odbTJnpAluWeIEOkzMw37 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/c47de7dc-e60b-4c0f-a839-9ea87c4bf586/1.jpeg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:13.125rem;width:19.75rem;position:absolute;display:block;z-index:15003;top:0rem;left:40.25rem;box-shadow: none;display:block; }#U5xFUwpP821odbTJnpAluWeIEOkzMw37.adaptive-delivery-prevent-bg, #U5xFUwpP821odbTJnpAluWeIEOkzMw37.lazyload, #U5xFUwpP821odbTJnpAluWeIEOkzMw37.lazyloading { background-image: none; }
#yf7DsfKtJ7xbVolzkePG0AGv5esKiw0T { 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; }#yf7DsfKtJ7xbVolzkePG0AGv5esKiw0T > .row .container { background-color: transparent; background-image: none; }#yf7DsfKtJ7xbVolzkePG0AGv5esKiw0T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yf7DsfKtJ7xbVolzkePG0AGv5esKiw0T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yf7DsfKtJ7xbVolzkePG0AGv5esKiw0T > .row .container > .video-iframe-container { display: none; }#yf7DsfKtJ7xbVolzkePG0AGv5esKiw0T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yf7DsfKtJ7xbVolzkePG0AGv5esKiw0T > .row > .video-iframe-container { display: none; }#yf7DsfKtJ7xbVolzkePG0AGv5esKiw0T > .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); }#yf7DsfKtJ7xbVolzkePG0AGv5esKiw0T > .row .container { border-width: 0; border-radius: 0; }#yf7DsfKtJ7xbVolzkePG0AGv5esKiw0T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yf7DsfKtJ7xbVolzkePG0AGv5esKiw0T > .row .container { font-size:0.875rem;font-family:arial;height:17.6875rem;width:60rem;position:relative;display:block; }#SmILmllMWrc8BwDNXif1DpvCzvefGUX5 { position:absolute;display:block;z-index:15003;background-color:#efefef;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:19.75rem;top:0rem;left:0rem;display:block; }
#TZ1XtMG0Tktn5lqP2lKADX2UqyUCH99f { color:#42464d;display:block;width:17.75rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:14.0625rem;left:1.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CW25MkcyzLWv7HHXV330fJXqpS9Bp1pb { position:absolute;display:block;z-index:15006;background-color:#efefef;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:19.75rem;top:0rem;left:20rem;display:block; }
#bVCVArhfUVTNmScb1bwByJ19sTUKeFuo { color:#42464d;display:block;width:16.25rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:14.0625rem;left:21.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t7GBS1UW5TNnh4WeWDtEIAh1d24qTQHD { position:absolute;display:block;z-index:15009;background-color:#efefef;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:19.75rem;top:0rem;left:40.25rem;display:block; }
#ZuIOFrkFbFD5hyO22xeiyEIBeeTgTrM3 { color:#42464d;display:block;width:16.625rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:14.0625rem;left:41.6875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s3mBI2T32I5Ris1JzS2mtXGRSpMXmcvT { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/pY3of9rh/56CA92C8_204F_4F4B_AE44_FBA1C85A0AAB.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;height:13.125rem;width:19.75rem;position:absolute;display:block;z-index:15004;top:0rem;left:0rem;box-shadow: none;display:block; }#s3mBI2T32I5Ris1JzS2mtXGRSpMXmcvT.adaptive-delivery-prevent-bg, #s3mBI2T32I5Ris1JzS2mtXGRSpMXmcvT.lazyload, #s3mBI2T32I5Ris1JzS2mtXGRSpMXmcvT.lazyloading { background-image: none; }
#cgXkNolaxbqb8nOXmflzTadK34xPPXlD { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uSQ9CkGj/5.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:13.125rem;width:19.75rem;position:absolute;display:block;z-index:15018;top:0rem;left:20rem;box-shadow: none;display:block; }#cgXkNolaxbqb8nOXmflzTadK34xPPXlD.adaptive-delivery-prevent-bg, #cgXkNolaxbqb8nOXmflzTadK34xPPXlD.lazyload, #cgXkNolaxbqb8nOXmflzTadK34xPPXlD.lazyloading { background-image: none; }
#JChLOOZ1rhN6NALg1id3BNCdyT7mNRIz { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/f240804e-c443-4dbd-8984-eedaa949c443/25.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:13.125rem;width:19.75rem;position:absolute;display:block;z-index:15019;top:0rem;left:40.25rem;box-shadow: none;display:block; }#JChLOOZ1rhN6NALg1id3BNCdyT7mNRIz.adaptive-delivery-prevent-bg, #JChLOOZ1rhN6NALg1id3BNCdyT7mNRIz.lazyload, #JChLOOZ1rhN6NALg1id3BNCdyT7mNRIz.lazyloading { background-image: none; }
#yyga6mux0WfsphCVPmDieIMcRDoD9u8K { 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; }#yyga6mux0WfsphCVPmDieIMcRDoD9u8K > .row .container { background-color: transparent; background-image: none; }#yyga6mux0WfsphCVPmDieIMcRDoD9u8K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yyga6mux0WfsphCVPmDieIMcRDoD9u8K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yyga6mux0WfsphCVPmDieIMcRDoD9u8K > .row .container > .video-iframe-container { display: none; }#yyga6mux0WfsphCVPmDieIMcRDoD9u8K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yyga6mux0WfsphCVPmDieIMcRDoD9u8K > .row > .video-iframe-container { display: none; }#yyga6mux0WfsphCVPmDieIMcRDoD9u8K > .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); }#yyga6mux0WfsphCVPmDieIMcRDoD9u8K > .row .container { border-width: 0; border-radius: 0; }#yyga6mux0WfsphCVPmDieIMcRDoD9u8K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yyga6mux0WfsphCVPmDieIMcRDoD9u8K > .row .container { font-size:0.875rem;font-family:arial;height:17.6875rem;width:60rem;position:relative;display:block; }#IF1zV3GR3ogIwWzmhE9UbXagBSbTp1nQ { position:absolute;display:block;z-index:15000;background-color:#efefef;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:19.75rem;top:0rem;left:0rem;display:block; }
#m3wRW9U8ttirffoWg1kmm17FwMOshCFh { color:#42464d;display:block;width:16.25rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:14.125rem;left:1.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MIXik63Ta6KQpLR5Agb0lKZAOxcNz7wo { position:absolute;display:block;z-index:15001;background-color:#efefef;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:19.75rem;top:0rem;left:20rem;display:block; }
#SkaG4Cw8MOmHE0GxyTcJhmtTWAKbtWp8 { position:absolute;display:block;z-index:15002;background-color:#efefef;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:19.75rem;top:0rem;left:40.25rem;display:block; }
#R6X6Eb9CM6G7oIwrZQbk93U8V5ufKh6e { color:#42464d;display:block;width:16.25rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:14.125rem;left:21.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Bdqiux5GFls2MuHsJ4oewSnOpe97Eizr { color:#42464d;display:block;width:16.25rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:14.125rem;left:41.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MSDnfX74LdGf9r2MrIhtnEAiaury2syV { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uncQjKZ1/7.jpeg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:13.125rem;width:19.75rem;position:absolute;display:block;z-index:15001;top:0rem;left:0rem;box-shadow: none;display:block; }#MSDnfX74LdGf9r2MrIhtnEAiaury2syV.adaptive-delivery-prevent-bg, #MSDnfX74LdGf9r2MrIhtnEAiaury2syV.lazyload, #MSDnfX74LdGf9r2MrIhtnEAiaury2syV.lazyloading { background-image: none; }
#HThv5FZ1AfFeaUTvw4qKDwm8erq18M1N { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/db2dd3d7-f6bd-40ea-b751-3519c423e386/356D9BE97BE747D6AC2302164AAD4A44.jpeg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:13.125rem;width:19.75rem;position:absolute;display:block;z-index:15002;top:0rem;left:20rem;box-shadow: none;display:block; }#HThv5FZ1AfFeaUTvw4qKDwm8erq18M1N.adaptive-delivery-prevent-bg, #HThv5FZ1AfFeaUTvw4qKDwm8erq18M1N.lazyload, #HThv5FZ1AfFeaUTvw4qKDwm8erq18M1N.lazyloading { background-image: none; }
#zb25IToKLJTGZtP0wbMwipFTr9LUBQG3 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/460c2f68-dd5e-46a0-8603-201b7b06166e/6B0BC36C7CF14CDC8E4E33D2025253C0.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:13.125rem;width:19.75rem;position:absolute;display:block;z-index:15003;top:0rem;left:40.25rem;box-shadow: none;display:block; }#zb25IToKLJTGZtP0wbMwipFTr9LUBQG3.adaptive-delivery-prevent-bg, #zb25IToKLJTGZtP0wbMwipFTr9LUBQG3.lazyload, #zb25IToKLJTGZtP0wbMwipFTr9LUBQG3.lazyloading { background-image: none; }
#If0DSoZZUs0AP0Z3EyX4fIpid3JTTE8b { 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; }#If0DSoZZUs0AP0Z3EyX4fIpid3JTTE8b > .row .container { background-color: transparent; background-image: none; }#If0DSoZZUs0AP0Z3EyX4fIpid3JTTE8b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#If0DSoZZUs0AP0Z3EyX4fIpid3JTTE8b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#If0DSoZZUs0AP0Z3EyX4fIpid3JTTE8b > .row .container > .video-iframe-container { display: none; }#If0DSoZZUs0AP0Z3EyX4fIpid3JTTE8b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#If0DSoZZUs0AP0Z3EyX4fIpid3JTTE8b > .row > .video-iframe-container { display: none; }#If0DSoZZUs0AP0Z3EyX4fIpid3JTTE8b > .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); }#If0DSoZZUs0AP0Z3EyX4fIpid3JTTE8b > .row .container { border-width: 0; border-radius: 0; }#If0DSoZZUs0AP0Z3EyX4fIpid3JTTE8b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#If0DSoZZUs0AP0Z3EyX4fIpid3JTTE8b > .row .container { font-size:0.875rem;font-family:arial;height:17.6875rem;width:60rem;position:relative;display:block; }#XNrsxcXeb2w2ciEykX0PJ6Me4TulpqTR { position:absolute;display:block;z-index:15003;background-color:#efefef;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:19.75rem;top:0rem;left:0rem;display:block; }
#Q4kKDbcUbBTuwIk48dpXTeEiXM5vP63n { color:#42464d;display:block;width:16.25rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:14.0625rem;left:1.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ar11bha4IzcnCyqMHDTwkRL3Xg8lRdMI { position:absolute;display:block;z-index:15006;background-color:#efefef;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:19.75rem;top:0rem;left:20rem;display:block; }
#OJ6doDaMMV5JKLvhxQB6lgsr2BiPW6fK { color:#42464d;display:block;width:16.25rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:14.0625rem;left:21.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d5Wo7mS90L9wfwXwZTHRzTaGTNAIJw46 { position:absolute;display:block;z-index:15009;background-color:#efefef;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:19.75rem;top:0rem;left:40.25rem;display:block; }
#mEKxFnErHDfSy70VK0tPsimJd6fbN2th { color:#42464d;display:block;width:16.625rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:14.0625rem;left:41.6875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oGI9OWrlXvquBWz2Par7Sn1qSTJSxb9s { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/MUhJc75A/10.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:13.125rem;width:19.75rem;position:absolute;display:block;z-index:15004;top:0rem;left:0rem;box-shadow: none;display:block; }#oGI9OWrlXvquBWz2Par7Sn1qSTJSxb9s.adaptive-delivery-prevent-bg, #oGI9OWrlXvquBWz2Par7Sn1qSTJSxb9s.lazyload, #oGI9OWrlXvquBWz2Par7Sn1qSTJSxb9s.lazyloading { background-image: none; }
#AOwIp038uCcIhQGMTC9ABhh89yDC3h8h { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/b3b69795-46b9-495a-8e94-5364286eca7a/6B549E8BE7854BEF9D7942769E104084.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:13.125rem;width:19.75rem;position:absolute;display:block;z-index:15018;top:0rem;left:20rem;box-shadow: none;display:block; }#AOwIp038uCcIhQGMTC9ABhh89yDC3h8h.adaptive-delivery-prevent-bg, #AOwIp038uCcIhQGMTC9ABhh89yDC3h8h.lazyload, #AOwIp038uCcIhQGMTC9ABhh89yDC3h8h.lazyloading { background-image: none; }
#XI5liglqo57xDwx5NPJpoW2pmf6Di4B4 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/3d4573a1-fec1-4a70-ad81-917ce4ab4497/B295EEED6F264A29ABF9EB3AB07AD8C8.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:13.125rem;width:19.75rem;position:absolute;display:block;z-index:15019;top:0rem;left:40.25rem;box-shadow: none;display:block; }#XI5liglqo57xDwx5NPJpoW2pmf6Di4B4.adaptive-delivery-prevent-bg, #XI5liglqo57xDwx5NPJpoW2pmf6Di4B4.lazyload, #XI5liglqo57xDwx5NPJpoW2pmf6Di4B4.lazyloading { background-image: none; }
#Q8xgZUkoQ3EGVd4PeH7vs5d5vBHCbLC3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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; }#Q8xgZUkoQ3EGVd4PeH7vs5d5vBHCbLC3 > .row .container { background-color: transparent; background-image: none; }#Q8xgZUkoQ3EGVd4PeH7vs5d5vBHCbLC3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8xgZUkoQ3EGVd4PeH7vs5d5vBHCbLC3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8xgZUkoQ3EGVd4PeH7vs5d5vBHCbLC3 > .row .container > .video-iframe-container { display: none; }#Q8xgZUkoQ3EGVd4PeH7vs5d5vBHCbLC3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8xgZUkoQ3EGVd4PeH7vs5d5vBHCbLC3 > .row > .video-iframe-container { display: none; }#Q8xgZUkoQ3EGVd4PeH7vs5d5vBHCbLC3 > .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); }#Q8xgZUkoQ3EGVd4PeH7vs5d5vBHCbLC3 > .row .container { border-width: 0; border-radius: 0; }#Q8xgZUkoQ3EGVd4PeH7vs5d5vBHCbLC3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q8xgZUkoQ3EGVd4PeH7vs5d5vBHCbLC3 > .row .container { font-size:0.875rem;font-family:arial;height:27.4375rem;width:60rem;position:relative;display:block; }#LaAtTmSkLLVgdVi14qJwmGRN5XEDyVkP { color:#ffffff;display:block;width:23.9375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.8;letter-spacing:0;top:14.375rem;left:9.625rem;height:5.39941875rem;text-align:justify;text-align-last:initial;display:block; }
#Kz5LM5XgJyxMRixJl9ZxImESczXX41t8 { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:3.875rem;top:12.75rem;left:9.625rem;display:block; }
#uwMhSFRRT1Bh5paPy6vta7Z5aZIXzTKW { color:#ffffff;display:block;width:22.375rem;position:absolute;font-family:raleway;font-size:2.25rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:7.375rem;left:9.6875rem;height:4.94921875rem;font-style:normal;display:block; }
#pUcRySgTGEbQneQpZnim1OZgatqz8J5x { position:absolute;display:block;z-index:15000;background-color:#2b3446;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23rem;width:35.0625rem;top:2rem;left:6.3125rem;display:block; }
#XQxGb4QJ7oRVW3xHW7mWlcFryUunJCPA { color:#ffffff;display:block;width:22.375rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:400;z-index:15016;line-height:1.1;letter-spacing:0;top:9.9375rem;left:9.625rem;height:1.58105625rem;font-style:normal;display:block; }
#f6SLGc4dgGaAFhGcQy0AWEhW2JxxfvBv { border-top:0.25rem solid #ff653c;border-left:0.25rem solid #ff653c;border-right:0.25rem solid #ff653c;border-bottom:0.25rem solid #ff653c;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/Lfgba7fk/robert_profile_photo1.JPG");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;height:17.3125rem;width:17.3125rem;position:absolute;display:block;z-index:15002;top:4.8125rem;left:36.875rem;display:block; }#f6SLGc4dgGaAFhGcQy0AWEhW2JxxfvBv.adaptive-delivery-prevent-bg, #f6SLGc4dgGaAFhGcQy0AWEhW2JxxfvBv.lazyload, #f6SLGc4dgGaAFhGcQy0AWEhW2JxxfvBv.lazyloading { background-image: none; }
#geC5BHuqL3MgThwmCqsPcuvznACpJT3D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d4cfcb;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; }#geC5BHuqL3MgThwmCqsPcuvznACpJT3D > .row .container { background-color: transparent; background-image: none; }#geC5BHuqL3MgThwmCqsPcuvznACpJT3D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#geC5BHuqL3MgThwmCqsPcuvznACpJT3D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#geC5BHuqL3MgThwmCqsPcuvznACpJT3D > .row .container > .video-iframe-container { display: none; }#geC5BHuqL3MgThwmCqsPcuvznACpJT3D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#geC5BHuqL3MgThwmCqsPcuvznACpJT3D > .row > .video-iframe-container { display: none; }#geC5BHuqL3MgThwmCqsPcuvznACpJT3D > .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); }#geC5BHuqL3MgThwmCqsPcuvznACpJT3D > .row .container { border-width: 0; border-radius: 0; }#geC5BHuqL3MgThwmCqsPcuvznACpJT3D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#geC5BHuqL3MgThwmCqsPcuvznACpJT3D > .row .container { font-size:0.875rem;font-family:arial;height:45.4375rem;width:60rem;position:relative;display:block; }#r36qpUr5fTccKCAC5uWah5lNGa8I01HK { color:#42464d;display:block;width:42.375rem;position:absolute;font-family:raleway;font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.71875rem;left:1.25rem;height:8.77441875rem;font-style:normal;display:block; }
#TbETkFI8a53kD3RzkpIeTdtr2PMqd6tp { position:absolute;display:block;z-index:15001;background-color:#ff653c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:3.875rem;top:11.24609375rem;left:1.25rem;display:block; }
#fZDItQTOVTm86QJUhVMqNGdNaixZ4swe { color:#000000;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:20.875215530396rem;left:37.361110687256rem;height:0;display:block; }
#nzZ5XEEFqixySMVdrZlx45RnkrlJXtd0 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:23.937715530396rem;left:34.236110687256rem;height:0;display:block; }
#CPLx9gQHdRVIzoCQo6qs6v766V1rGZoT { color:#ffffff;display:block;width:21.6875rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.7;letter-spacing:0;top:20.1875rem;left:35rem;height:17.20899375rem;text-align:left;text-align-last:left;display:block; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc .widget-form-header {  }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#000000;width:26.1875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.1875rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc .widget-input-text {padding-top: 0; padding-bottom: 0;}#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.1875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.1875rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:raleway;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc .widget-input-select {padding-top: 0; padding-bottom: 0;}#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc .widget-input-button { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #2b3446, #404d5a);background-image: -moz-linear-gradient(180deg, #2b3446, #404d5a);background-image: -ms-linear-gradient(180deg, #2b3446, #404d5a);background-image: -o-linear-gradient(180deg, #2b3446, #404d5a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b3446', endColorstr='#404d5a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b3446', endColorstr='#404d5a' );";background-image: linear-gradient(180deg, #2b3446, #404d5a);background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#f2f9ff;width:26.1875rem;height:3.875rem;font-family:raleway;overflow:hidden;box-shadow: none;line-height:1.3; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc [class*="-text"]:-moz-placeholder { color:#161616;font-family:raleway;font-size:0.875rem; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc [class*="-text"]::-moz-placeholder { color:#161616;font-family:raleway;font-size:0.875rem; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:raleway;font-size:0.875rem; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:raleway;font-size:0.875rem; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:24.9375rem;overflow:hidden;font-style:normal; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:raleway;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc .widget-container:first-of-type{padding-top:0;}#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc .widget-container:last-of-type{padding-bottom:0;}#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0rem;top:11.49609375rem;z-index:15003;position:absolute; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26.1875rem;display:block;vertical-align:top; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.6875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc {display:block;}#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0rem;top:11.49609375rem;z-index:15003;position:absolute; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc #am9XTNyU3HC7Sf1OhsDgiMTkKytKJLCE { position:relative; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc #TTEBwx1BN81wC1UV2WEZhqcwslgW2uw1 { position:relative;display:block; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc #Np6MSkdvQ1JPiadvb8yuUqBuxFfeg1pl { position:relative; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc #iEkLBmhMNUkkNyxWV3kQ1USBpq07dBc3 { position:relative; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc #J1n1oT1PNMVKzBJbAiXHPhkM2TIig3Qg { position:relative;display:block; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc #aK5V7vNKWGlhAqBrasDsRfo7oJXzD31R { position:relative; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc #dbAfHDXZTOKI0eCs4fwgwxBLZ8DQwgyT { position:relative; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc #fsNrZI04g5Na2JFiCcx490wB9CNWhgBl { position:relative;display:block; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc #TzLzssHwWiQlkVJZtZVFdF5I5TIZDc1p { position:relative; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc #ykTqUH23PCDVCKXHKwXcZSTthNkk2qdl { position:relative; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc #vBJdvJl5dF1G1ZmuaqxE3Ah0Rnn7IIe6 { position:relative;display:block; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc #cBuEgDXFtGlUDlHr32kahMcaTpsyWBtf { position:relative; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc #eKOPBP5WMyWMOHghX7yQ45rwRnKMRTPU { position:relative; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc #JHWTlZ1ZiLIWEidMx3UGvdNoyal4rWAb { position:relative;display:block; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc #VIdJimU6DdSFJRmXmxTgJ4JKIG64rkDk { position:relative; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc #yzaxi8yhDzNQ5xAOK0Tgk9hknRN7B3Ab { position:relative; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc #xQNuoCVTg4MIJonpUBMBdI1rSeIGvhmd { position:relative;z-index:2; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc #TVypPl6WF0xHTNAml0FqNqewTc3efEQi { position:relative; }
#ztDaSCItfd7HtlQMNnG6Ily1PSvg0ynx { position:relative;display:block;z-index:100000;display:block; }
#wxThpuivGpQKTdrqe3RtXBoHCI8QhEvc { position:relative;display:block;z-index:100000;display:block; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc #VkAiCSBinCtz95u3ND6HFoprg1EZ2Pdh { position:relative;display:block;z-index:15000; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc #Ta0QxhldoJBH372eN8dgkXMqAvTwsuBT { position:relative;display:block;z-index:15000; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc #BBSq9FZsZAJnUFhhyeaUvBo9RHiJIcCL { position:relative; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc #RMPBfEe7vGvVgza0gRSXTsIKsxLDQtVJ { position:relative; }
#KkdLwMoF5UweHy6tILgnTkFXGUFL6vRh { position:absolute;display:block;z-index:15000;background-color:#ff653c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.75rem;width:28.25rem;top:15.625rem;left:31.75rem;display:block; }
#Xtcko28DuQzCR74rarsqQVhsl8cKACqL { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:17.0625rem;left:33.5625rem;display:block; }
#ao2EhMaTGMBrZ8xHdNTloLfiprk0iDXm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2b3446;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;z-index:auto;display:block; }#ao2EhMaTGMBrZ8xHdNTloLfiprk0iDXm > .row .container { background-color: transparent; background-image: none; }#ao2EhMaTGMBrZ8xHdNTloLfiprk0iDXm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ao2EhMaTGMBrZ8xHdNTloLfiprk0iDXm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ao2EhMaTGMBrZ8xHdNTloLfiprk0iDXm > .row .container > .video-iframe-container { display: none; }#ao2EhMaTGMBrZ8xHdNTloLfiprk0iDXm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ao2EhMaTGMBrZ8xHdNTloLfiprk0iDXm > .row > .video-iframe-container { display: none; }#ao2EhMaTGMBrZ8xHdNTloLfiprk0iDXm > .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); }#ao2EhMaTGMBrZ8xHdNTloLfiprk0iDXm > .row .container { border-width: 0; border-radius: 0; }#ao2EhMaTGMBrZ8xHdNTloLfiprk0iDXm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ao2EhMaTGMBrZ8xHdNTloLfiprk0iDXm > .row .container { font-size:0.875rem;font-family:arial;height:9.75rem;width:60rem;position:relative;display:block; }#XMzfSgIauRBn9kSMieGJJSxTlOEbCaQo { color:#ffffff;display:block;width:19.625rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.75rem;left:1.609375rem;height:1.4624rem;font-style:normal;display:block; }
#gQQXLmTFHz5cm9goKeBLqKbkMTcdknEn { color:#ffffff;display:block;width:13rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.75rem;left:47rem;height:1.4624rem;font-style:normal;display:block; }
#lhc6fMLNcr27MGrGnVTTTtKvKJuga7bt { color:#ffffff;display:block;width:13rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.75rem;left:33.9375rem;height:1.4624rem;font-style:normal;display:block; }
#MgfGUoPLsEOnWZJXLKSrXwcLSkArGTxr { box-sizing:content-box;color:#ffffff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:1.4375rem;left:31.9375rem;display:block; }
#wIAOlDt9x9Hs7aXRHZHVTZpIOdUiBXZy { box-sizing:content-box;color:#ffffff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:1.4375rem;left:44.8125rem;display:block; }
#wZgrbU7MZo3HOkFn8aevxXmqfQ9Fy4Eh { color:#d4cfcb;display:block;width:58.4375rem;position:absolute;font-family:raleway;font-size:0.8125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:5.1875rem;left:1.609375rem;height:2.11230625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze { display:block; }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zuBz5xE324uw5D4uMVC7TxlqSsJTxvzu { width:3.8125rem;height:3.8125rem;top:0.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzL84IziWrUbybJKLVrbsGAdsIApI0Fb { width:14.25rem;height:1.75rem;top:1.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiagSFz6VrK3Nl2ctGRL6MZePlNN6xCc { width:6.125rem;height:0.3125rem;top:15.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqG3K3a0J3U9Dz7D5p0Xfy6hTsVgTeLT { width:39.1875rem;height:6.75rem;top:7.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xu66TqeSBTTygTLlvv0KVtGkBwwX2dMT { width:43.375rem;height:;top:18.0625rem;left:0rem;font-size:1.375rem;display:block; }#Xu66TqeSBTTygTLlvv0KVtGkBwwX2dMT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/V7ujejeV/arrows.png); }
 }@media only screen and (max-width: 763px) { #LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR { display:block; }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dx3TkQlBwO1VvThLGKPlw6cVmlqbcrmG { width:47.75rem;height:2.5625rem;top:2.1875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcThR3ypcnqLBRVGJxIHH2tbmvqDNPIq { width:47.75rem;height:1.4375rem;top:5.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFoumW0bQlm72DuF7NTRManuo6SToMU9 { display:block; }#kFoumW0bQlm72DuF7NTRManuo6SToMU9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mF9iRN8IR7qv22ETKVVAgXtJwMou4EN9 { width:19.375rem;height:14.875rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #noKKTNlxOKGxopWoRWHVshgvGW4TxHHX { width:19.375rem;height:0.4375rem;top:17.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcKw7Mgrd2mKecRMhIBNypteT1mDtlnI { width:12.5rem;height:4.875rem;top:9.9375rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykEuupWcJwPOWLlACPkePQTlvfXkApN7 { width:19.375rem;height:0.4375rem;top:17.75rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8piI7PeZJfiSBsAwVOt9OKPhu78phss { width:19.375rem;height:0.4375rem;top:17.75rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3hS9NHy9w1CVFyFdEEP945ZdhfThg1o { width:12.5rem;height:4.875rem;top:9.875rem;left:17.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #esa9IMb5cyFz7rPkymcu5lR9aocHXRze { width:19.375rem;height:14.875rem;top:3.1875rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbhABvDX8hXTur0qNBTMCO3oKTOsirvL { width:12.5rem;height:4.875rem;top:9.9375rem;left:33.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TomRmXsO3pPKBRbeevNCAB8E5Om874q4 { width:19.375rem;height:14.875rem;top:3.1875rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAXRNHTR1DqoQImLuvMn1nIbsUkTR15t { width:4.25rem;height:4.25rem;top:5.75rem;left:5.8125rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOsTWJpb3TbnzTWNtZEHmesGgScPDitE { width:4.75rem;height:4.75rem;top:5.5rem;left:21.4375rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SF03kunuHoLWsA908ikgGANLHMZhVIXn { width:4.4375rem;height:4.4375rem;top:5.875rem;left:37.46875rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sm3D7Tb7otc3LwJu9OqRhTnikcgZpMxa { display:block; }#sm3D7Tb7otc3LwJu9OqRhTnikcgZpMxa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #flXp6bhfaHMxxVQF5nKmRyd1cGVQRmGu { width:40rem;height:22.5rem;top:2.4375rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNNM5VBD6UTsX9Id6bQJ3LRZ07w7XtUn { display:block; }#bNNM5VBD6UTsX9Id6bQJ3LRZ07w7XtUn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HvRte4RVRXOqPspP537txhQ6fK2c4u0E { width:3.875rem;height:0.3125rem;top:5.875rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwpFF8VLRZzMhDVTKknaLQ9w2E6x1BZ7 { width:47.75rem;height:2.0625rem;top:3.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bxv1LopBxQZQBgx6vztPPu7nLyDuVWh3 { display:block; }#Bxv1LopBxQZQBgx6vztPPu7nLyDuVWh3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XbOhyc2diyZlQ5kghr5nrwELr28qJBoZ { width:19.75rem;height:16.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDmtQWEWl0ImmCCDre1p6bPJM78x04EZ { width:17.5rem;height:1.625rem;top:14.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbZsiuJ1CT9L8W2RyxE4LMvfShbUZvzo { width:19.75rem;height:16.875rem;top:0rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxsyMg7OaDuSIxfT9VZD9AMhqlAlkRMM { width:19.75rem;height:16.875rem;top:0rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpiP13Vqpa5vr7iTGQTQhWhQBUlL7O8p { width:16.25rem;height:1.625rem;top:14.125rem;left:15.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGR922XT30EzPktlz83RIrdOqMTusNp3 { width:16.25rem;height:1.625rem;top:14.125rem;left:31.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvdbfU4r1TlEeaW6tAJ0vzVRiclzDX7R { width:22.5625rem;height:14.9375rem;top:0rem;left:25.1875rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/pY3of9rh/56CA92C8_204F_4F4B_AE44_FBA1C85A0AAB.jpeg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#nvdbfU4r1TlEeaW6tAJ0vzVRiclzDX7R.adaptive-delivery-prevent-bg, #nvdbfU4r1TlEeaW6tAJ0vzVRiclzDX7R.lazyload, #nvdbfU4r1TlEeaW6tAJ0vzVRiclzDX7R.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #NRK1RhawsLQDkVlfNRcGI7g10oSR54Um { width:22.5625rem;height:14.9375rem;top:0rem;left:25.1875rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/pY3of9rh/56CA92C8_204F_4F4B_AE44_FBA1C85A0AAB.jpeg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#NRK1RhawsLQDkVlfNRcGI7g10oSR54Um.adaptive-delivery-prevent-bg, #NRK1RhawsLQDkVlfNRcGI7g10oSR54Um.lazyload, #NRK1RhawsLQDkVlfNRcGI7g10oSR54Um.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #u7VBiEKiwSrP1RhVKrOfOLJ7L1Nmr0BD { width:22.5625rem;height:14.9375rem;top:0rem;left:25.1875rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/pY3of9rh/56CA92C8_204F_4F4B_AE44_FBA1C85A0AAB.jpeg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#u7VBiEKiwSrP1RhVKrOfOLJ7L1Nmr0BD.adaptive-delivery-prevent-bg, #u7VBiEKiwSrP1RhVKrOfOLJ7L1Nmr0BD.lazyload, #u7VBiEKiwSrP1RhVKrOfOLJ7L1Nmr0BD.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ImwfE5RizKtVOdTnItcqpgGcIsd9qh1R { display:block; }#ImwfE5RizKtVOdTnItcqpgGcIsd9qh1R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AgHSOCRPTHsycWhgPOKIR0MLPa7AagZq { width:19.75rem;height:16.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIGFaP7wms7XWoGF9HayGdI88rUCA6PP { width:17.5rem;height:1.625rem;top:14.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLPEdeXT9Jzyx7DecFgwZzKpZey2qXEA { width:19.75rem;height:16.875rem;top:0rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARvuEA5Pat6skl9JqW9wogXNDcbQoD3d { width:19.75rem;height:16.875rem;top:0rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDIyeouoWifk8qO2PX17CJTqPKhnSpxI { width:16.25rem;height:1.625rem;top:14.125rem;left:15.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lu8OFzORllKG3kJvCWuxRnBTMIv2wXFP { width:16.25rem;height:1.625rem;top:14.125rem;left:31.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQBVaxQdlGSvmkbwlUBwQotqtJW38e21 { width:22.5625rem;height:14.9375rem;top:0rem;left:25.1875rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/pY3of9rh/56CA92C8_204F_4F4B_AE44_FBA1C85A0AAB.jpeg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TQBVaxQdlGSvmkbwlUBwQotqtJW38e21.adaptive-delivery-prevent-bg, #TQBVaxQdlGSvmkbwlUBwQotqtJW38e21.lazyload, #TQBVaxQdlGSvmkbwlUBwQotqtJW38e21.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #LNVV355yJALDFICXVT1QXkARGuxXpUbv { width:22.5625rem;height:14.9375rem;top:0rem;left:25.1875rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/pY3of9rh/56CA92C8_204F_4F4B_AE44_FBA1C85A0AAB.jpeg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#LNVV355yJALDFICXVT1QXkARGuxXpUbv.adaptive-delivery-prevent-bg, #LNVV355yJALDFICXVT1QXkARGuxXpUbv.lazyload, #LNVV355yJALDFICXVT1QXkARGuxXpUbv.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #PZDJUuiLftTKfy53hdxKTZ3LN2C3Ay38 { width:22.5625rem;height:14.9375rem;top:0rem;left:25.1875rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/pY3of9rh/56CA92C8_204F_4F4B_AE44_FBA1C85A0AAB.jpeg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#PZDJUuiLftTKfy53hdxKTZ3LN2C3Ay38.adaptive-delivery-prevent-bg, #PZDJUuiLftTKfy53hdxKTZ3LN2C3Ay38.lazyload, #PZDJUuiLftTKfy53hdxKTZ3LN2C3Ay38.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #LkaXvdqNveXDLJdyc7g9glMTf7onJl0s { display:block; }#LkaXvdqNveXDLJdyc7g9glMTf7onJl0s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qIJacNCZEo8q1IkKhMhG8RSRlCq3mg7a { width:19.75rem;height:16.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoPwmav0RXmfLrVbDUH0OH9oM2x7ueKi { width:17.5rem;height:1.625rem;top:14.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hui59JtTNSKa21DyDcexSaQ1AyvII9oH { width:19.75rem;height:16.875rem;top:0rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJw8nzwPyOaoTHe3hUP4wgBZof6TuDQw { width:19.75rem;height:16.875rem;top:0rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTTTipaorT36uNZaGLr90fZ7KQTwg3y8 { width:16.25rem;height:1.625rem;top:14.125rem;left:15.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2WpTgT0vnIJ7NBfhOGC5MRdu6V4HxOw { width:16.25rem;height:1.625rem;top:14.125rem;left:31.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTTSuVaa9fztqXNasOiGgyMPykwA17mn { width:22.5625rem;height:14.9375rem;top:0rem;left:25.1875rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/pY3of9rh/56CA92C8_204F_4F4B_AE44_FBA1C85A0AAB.jpeg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#WTTSuVaa9fztqXNasOiGgyMPykwA17mn.adaptive-delivery-prevent-bg, #WTTSuVaa9fztqXNasOiGgyMPykwA17mn.lazyload, #WTTSuVaa9fztqXNasOiGgyMPykwA17mn.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #QefWJy8HSQFpuQ05EMiQp4QPWVuEHC04 { width:22.5625rem;height:14.9375rem;top:0rem;left:25.1875rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/pY3of9rh/56CA92C8_204F_4F4B_AE44_FBA1C85A0AAB.jpeg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#QefWJy8HSQFpuQ05EMiQp4QPWVuEHC04.adaptive-delivery-prevent-bg, #QefWJy8HSQFpuQ05EMiQp4QPWVuEHC04.lazyload, #QefWJy8HSQFpuQ05EMiQp4QPWVuEHC04.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #NXZeH5WFoEpqXnw9oEZfUEyzZabckWIi { width:22.5625rem;height:14.9375rem;top:0rem;left:25.1875rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/pY3of9rh/56CA92C8_204F_4F4B_AE44_FBA1C85A0AAB.jpeg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#NXZeH5WFoEpqXnw9oEZfUEyzZabckWIi.adaptive-delivery-prevent-bg, #NXZeH5WFoEpqXnw9oEZfUEyzZabckWIi.lazyload, #NXZeH5WFoEpqXnw9oEZfUEyzZabckWIi.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #MiShGQgbkk5n8IMxeKcxslDgQMTbT41N { display:block; }#MiShGQgbkk5n8IMxeKcxslDgQMTbT41N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lFUJITbw2ssDsQycB5Lgxh0Wh5FFE0Lr { width:19.75rem;height:16.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEUiWOzI63HT6bzBKc0suM0pPmdHsnJe { width:17.5rem;height:1.625rem;top:14.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2oaGJFGPhNUgLiuA9QlGa4XZ0lWVSqs { width:19.75rem;height:16.875rem;top:0rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbT9RT6dToxX7hBHzpvs76WB38vznNof { width:19.75rem;height:16.875rem;top:0rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oR8NKNoPbc6c1fbQKDK9gwIT1s5NsNVi { width:16.25rem;height:1.625rem;top:14.125rem;left:15.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhOMeOodrDDhEiotJHPFUZiHoeGX8JCK { width:16.25rem;height:1.625rem;top:14.125rem;left:31.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #avf85VxcpJqxTEU0qRKeQpr1F4eWWeTh { width:22.5625rem;height:14.9375rem;top:0rem;left:25.1875rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/pY3of9rh/56CA92C8_204F_4F4B_AE44_FBA1C85A0AAB.jpeg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#avf85VxcpJqxTEU0qRKeQpr1F4eWWeTh.adaptive-delivery-prevent-bg, #avf85VxcpJqxTEU0qRKeQpr1F4eWWeTh.lazyload, #avf85VxcpJqxTEU0qRKeQpr1F4eWWeTh.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #DvIBeTL7dyn7PPJ6EVK3tkqTm30Svfet { width:22.5625rem;height:14.9375rem;top:0rem;left:25.1875rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/pY3of9rh/56CA92C8_204F_4F4B_AE44_FBA1C85A0AAB.jpeg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#DvIBeTL7dyn7PPJ6EVK3tkqTm30Svfet.adaptive-delivery-prevent-bg, #DvIBeTL7dyn7PPJ6EVK3tkqTm30Svfet.lazyload, #DvIBeTL7dyn7PPJ6EVK3tkqTm30Svfet.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #nTVO1nrkuWIUiODKX0BeGTZ7PHDwUN3Q { width:22.5625rem;height:14.9375rem;top:0rem;left:25.1875rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/pY3of9rh/56CA92C8_204F_4F4B_AE44_FBA1C85A0AAB.jpeg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#nTVO1nrkuWIUiODKX0BeGTZ7PHDwUN3Q.adaptive-delivery-prevent-bg, #nTVO1nrkuWIUiODKX0BeGTZ7PHDwUN3Q.lazyload, #nTVO1nrkuWIUiODKX0BeGTZ7PHDwUN3Q.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #r1F2MBVmdvMANcVuqTxyfac5kHuEwPkl { display:block; }#r1F2MBVmdvMANcVuqTxyfac5kHuEwPkl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AS6ZrzmEiIMzPedI7BZStNl1uiH5LceV { width:19.75rem;height:16.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9fbgGPLRwQE0qaTnmqJOnxsZ2WLHEp8 { width:17.5rem;height:1.625rem;top:14.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xed5bwGa986vC8vlxpHFFAc9ZDJK1eFw { width:19.75rem;height:16.875rem;top:0rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6JhuXVkgC9VLVl3gJIVJB0qwp5ZkdNR { width:19.75rem;height:16.875rem;top:0rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #USJvcugGZQ0XmEwhIUtMfbOxUIlRavuW { width:16.25rem;height:1.625rem;top:14.125rem;left:15.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTkJWad9VO2bFriCTU0bBoV4022e9vEd { width:16.25rem;height:1.625rem;top:14.125rem;left:31.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ny2gTByKweBG6l5DOnwsgxH0B2hdNq9L { width:22.5625rem;height:14.9375rem;top:0rem;left:25.1875rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/pY3of9rh/56CA92C8_204F_4F4B_AE44_FBA1C85A0AAB.jpeg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Ny2gTByKweBG6l5DOnwsgxH0B2hdNq9L.adaptive-delivery-prevent-bg, #Ny2gTByKweBG6l5DOnwsgxH0B2hdNq9L.lazyload, #Ny2gTByKweBG6l5DOnwsgxH0B2hdNq9L.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Wi5MT68Nzs0V3laAKh4CKNU4HvSZuNvT { width:22.5625rem;height:14.9375rem;top:0rem;left:25.1875rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/pY3of9rh/56CA92C8_204F_4F4B_AE44_FBA1C85A0AAB.jpeg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Wi5MT68Nzs0V3laAKh4CKNU4HvSZuNvT.adaptive-delivery-prevent-bg, #Wi5MT68Nzs0V3laAKh4CKNU4HvSZuNvT.lazyload, #Wi5MT68Nzs0V3laAKh4CKNU4HvSZuNvT.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #VITNhHAvuHTp7DAg8Pff5Xaml5icFn0J { width:22.5625rem;height:14.9375rem;top:0rem;left:25.1875rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/pY3of9rh/56CA92C8_204F_4F4B_AE44_FBA1C85A0AAB.jpeg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VITNhHAvuHTp7DAg8Pff5Xaml5icFn0J.adaptive-delivery-prevent-bg, #VITNhHAvuHTp7DAg8Pff5Xaml5icFn0J.lazyload, #VITNhHAvuHTp7DAg8Pff5Xaml5icFn0J.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #wAGroeoW9nsJbAbStKSOKnh8FtcFqdnu { display:block; }#wAGroeoW9nsJbAbStKSOKnh8FtcFqdnu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VTTlABZE39ip55RftA1mx3TSNewU552p { width:19.75rem;height:16.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBF7yZg1eUaFZPaxu4sPzanAHhEGSHTT { width:16.25rem;height:1.625rem;top:14.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECUFQO83N6dHDWob4NbBo6g04vWwRXbH { width:19.75rem;height:16.875rem;top:0rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFCzgeLBMiCBeDCK65JJdtRuXV22TalM { width:19.75rem;height:16.875rem;top:0rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVDBLPuXx3iW42mTuy4pnxXdbHJx4J2F { width:16.25rem;height:1.625rem;top:14.125rem;left:15.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDhS7HUCAUWC2mrlFeTrp8S4TRQ0lPIc { width:16.25rem;height:1.625rem;top:14.125rem;left:31.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6SozP4CvrDybGZDsI7CJ67QsxN7QLO1 { width:22.5625rem;height:14.9375rem;top:0rem;left:25.1875rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/pY3of9rh/56CA92C8_204F_4F4B_AE44_FBA1C85A0AAB.jpeg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#A6SozP4CvrDybGZDsI7CJ67QsxN7QLO1.adaptive-delivery-prevent-bg, #A6SozP4CvrDybGZDsI7CJ67QsxN7QLO1.lazyload, #A6SozP4CvrDybGZDsI7CJ67QsxN7QLO1.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #TGxJSLK8TqsanleOB7682AhtrW8OroTt { width:22.5625rem;height:14.9375rem;top:0rem;left:25.1875rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/pY3of9rh/56CA92C8_204F_4F4B_AE44_FBA1C85A0AAB.jpeg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TGxJSLK8TqsanleOB7682AhtrW8OroTt.adaptive-delivery-prevent-bg, #TGxJSLK8TqsanleOB7682AhtrW8OroTt.lazyload, #TGxJSLK8TqsanleOB7682AhtrW8OroTt.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #oQzp83v0QUdgnFo7Hc8N8skrEwSRtPMh { width:22.5625rem;height:14.9375rem;top:0rem;left:25.1875rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/pY3of9rh/56CA92C8_204F_4F4B_AE44_FBA1C85A0AAB.jpeg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#oQzp83v0QUdgnFo7Hc8N8skrEwSRtPMh.adaptive-delivery-prevent-bg, #oQzp83v0QUdgnFo7Hc8N8skrEwSRtPMh.lazyload, #oQzp83v0QUdgnFo7Hc8N8skrEwSRtPMh.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Gw6yXN1VysOhJ2QbJT8x6RhME4thoCP4 { display:block; }#Gw6yXN1VysOhJ2QbJT8x6RhME4thoCP4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xkwkC0NqX77K2poZDEUrHc2Kv8LHInwu { width:19.75rem;height:16.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2TXVTA0zr925Tw5tF09DiZNaftOChP0 { width:16.25rem;height:1.625rem;top:14.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZzDLS3yTezCGrstnPVIFBH3LevFPnp6 { width:19.75rem;height:16.875rem;top:0rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwWkD82B74A8hvkS3vOzWgGecDBgmwmP { width:19.75rem;height:16.875rem;top:0rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5gmis9KJ3gqZLTlRzHeh3K0o8pKTfxT { width:16.25rem;height:1.625rem;top:14.125rem;left:15.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ck4ZpE8naUrtp5N6BImcaM0NJ63WGXab { width:16.25rem;height:1.625rem;top:14.125rem;left:31.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mq4CW59wT7AvAzVsMotpZU6cNWlCdJ3W { width:22.5625rem;height:14.9375rem;top:0rem;left:25.1875rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/pY3of9rh/56CA92C8_204F_4F4B_AE44_FBA1C85A0AAB.jpeg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#mq4CW59wT7AvAzVsMotpZU6cNWlCdJ3W.adaptive-delivery-prevent-bg, #mq4CW59wT7AvAzVsMotpZU6cNWlCdJ3W.lazyload, #mq4CW59wT7AvAzVsMotpZU6cNWlCdJ3W.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #PuEcuSxyvfuWsNzyecoUqNz8d47yKuTd { width:22.5625rem;height:14.9375rem;top:0rem;left:25.1875rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/pY3of9rh/56CA92C8_204F_4F4B_AE44_FBA1C85A0AAB.jpeg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#PuEcuSxyvfuWsNzyecoUqNz8d47yKuTd.adaptive-delivery-prevent-bg, #PuEcuSxyvfuWsNzyecoUqNz8d47yKuTd.lazyload, #PuEcuSxyvfuWsNzyecoUqNz8d47yKuTd.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #NyPZzQcCdJLEBcpfQ4sDKZ3UyzMwFy6H { width:22.5625rem;height:14.9375rem;top:0rem;left:25.1875rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/pY3of9rh/56CA92C8_204F_4F4B_AE44_FBA1C85A0AAB.jpeg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#NyPZzQcCdJLEBcpfQ4sDKZ3UyzMwFy6H.adaptive-delivery-prevent-bg, #NyPZzQcCdJLEBcpfQ4sDKZ3UyzMwFy6H.lazyload, #NyPZzQcCdJLEBcpfQ4sDKZ3UyzMwFy6H.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #p0sCJhUWQHAC2yXkDaxZwRZHykGlE9RH { display:block; }#p0sCJhUWQHAC2yXkDaxZwRZHykGlE9RH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NLsrulvBzW9UfRTNISskHcZBrTvdrGzi { width:19.75rem;height:16.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOCCEpHVKQNGvx8s3qiQZTKBCOybWkI9 { width:16.25rem;height:1.625rem;top:14.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVF2OPkq9mLWrdcWpIZx7DhGAvo969C7 { width:19.75rem;height:16.875rem;top:0rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEr9KKC5su44w45kJGtuvvnflia2E0o9 { width:19.75rem;height:16.875rem;top:0rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDbETpGAQmMHdm3q9AsbE4xNtKLxkyDB { width:16.25rem;height:1.625rem;top:14.125rem;left:15.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlTASigZevicJb7S9XeBl8vvwlwXZqwT { width:16.25rem;height:1.625rem;top:14.125rem;left:31.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NW1KUbm5mTGtnHPLiRsVR8RerQaIXRZN { width:22.5625rem;height:14.9375rem;top:0rem;left:25.1875rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/pY3of9rh/56CA92C8_204F_4F4B_AE44_FBA1C85A0AAB.jpeg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#NW1KUbm5mTGtnHPLiRsVR8RerQaIXRZN.adaptive-delivery-prevent-bg, #NW1KUbm5mTGtnHPLiRsVR8RerQaIXRZN.lazyload, #NW1KUbm5mTGtnHPLiRsVR8RerQaIXRZN.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Vhawaf8PC9LpWAlIGtZskEGT2SIdwKPF { width:22.5625rem;height:14.9375rem;top:0rem;left:25.1875rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/pY3of9rh/56CA92C8_204F_4F4B_AE44_FBA1C85A0AAB.jpeg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Vhawaf8PC9LpWAlIGtZskEGT2SIdwKPF.adaptive-delivery-prevent-bg, #Vhawaf8PC9LpWAlIGtZskEGT2SIdwKPF.lazyload, #Vhawaf8PC9LpWAlIGtZskEGT2SIdwKPF.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #U5xFUwpP821odbTJnpAluWeIEOkzMw37 { width:22.5625rem;height:14.9375rem;top:0rem;left:25.1875rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/pY3of9rh/56CA92C8_204F_4F4B_AE44_FBA1C85A0AAB.jpeg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#U5xFUwpP821odbTJnpAluWeIEOkzMw37.adaptive-delivery-prevent-bg, #U5xFUwpP821odbTJnpAluWeIEOkzMw37.lazyload, #U5xFUwpP821odbTJnpAluWeIEOkzMw37.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #yf7DsfKtJ7xbVolzkePG0AGv5esKiw0T { display:block; }#yf7DsfKtJ7xbVolzkePG0AGv5esKiw0T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SmILmllMWrc8BwDNXif1DpvCzvefGUX5 { width:19.75rem;height:16.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZ1XtMG0Tktn5lqP2lKADX2UqyUCH99f { width:17.75rem;height:1.625rem;top:14.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CW25MkcyzLWv7HHXV330fJXqpS9Bp1pb { width:19.75rem;height:16.875rem;top:0rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVCVArhfUVTNmScb1bwByJ19sTUKeFuo { width:16.25rem;height:1.625rem;top:14.0625rem;left:15.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7GBS1UW5TNnh4WeWDtEIAh1d24qTQHD { width:19.75rem;height:16.875rem;top:0rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuIOFrkFbFD5hyO22xeiyEIBeeTgTrM3 { width:16.625rem;height:1.625rem;top:14.0625rem;left:31rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3mBI2T32I5Ris1JzS2mtXGRSpMXmcvT { width:22.5625rem;height:14.9375rem;top:0rem;left:25.1875rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/pY3of9rh/56CA92C8_204F_4F4B_AE44_FBA1C85A0AAB.jpeg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#s3mBI2T32I5Ris1JzS2mtXGRSpMXmcvT.adaptive-delivery-prevent-bg, #s3mBI2T32I5Ris1JzS2mtXGRSpMXmcvT.lazyload, #s3mBI2T32I5Ris1JzS2mtXGRSpMXmcvT.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #cgXkNolaxbqb8nOXmflzTadK34xPPXlD { width:22.5625rem;height:14.9375rem;top:0rem;left:25.1875rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/pY3of9rh/56CA92C8_204F_4F4B_AE44_FBA1C85A0AAB.jpeg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#cgXkNolaxbqb8nOXmflzTadK34xPPXlD.adaptive-delivery-prevent-bg, #cgXkNolaxbqb8nOXmflzTadK34xPPXlD.lazyload, #cgXkNolaxbqb8nOXmflzTadK34xPPXlD.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #JChLOOZ1rhN6NALg1id3BNCdyT7mNRIz { width:22.5625rem;height:14.9375rem;top:0rem;left:25.1875rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/pY3of9rh/56CA92C8_204F_4F4B_AE44_FBA1C85A0AAB.jpeg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#JChLOOZ1rhN6NALg1id3BNCdyT7mNRIz.adaptive-delivery-prevent-bg, #JChLOOZ1rhN6NALg1id3BNCdyT7mNRIz.lazyload, #JChLOOZ1rhN6NALg1id3BNCdyT7mNRIz.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #yyga6mux0WfsphCVPmDieIMcRDoD9u8K { display:block; }#yyga6mux0WfsphCVPmDieIMcRDoD9u8K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IF1zV3GR3ogIwWzmhE9UbXagBSbTp1nQ { width:19.75rem;height:16.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3wRW9U8ttirffoWg1kmm17FwMOshCFh { width:16.25rem;height:1.625rem;top:14.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIXik63Ta6KQpLR5Agb0lKZAOxcNz7wo { width:19.75rem;height:16.875rem;top:0rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkaG4Cw8MOmHE0GxyTcJhmtTWAKbtWp8 { width:19.75rem;height:16.875rem;top:0rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6X6Eb9CM6G7oIwrZQbk93U8V5ufKh6e { width:16.25rem;height:1.625rem;top:14.125rem;left:15.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bdqiux5GFls2MuHsJ4oewSnOpe97Eizr { width:16.25rem;height:1.625rem;top:14.125rem;left:31.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSDnfX74LdGf9r2MrIhtnEAiaury2syV { width:22.5625rem;height:14.9375rem;top:0rem;left:25.1875rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/pY3of9rh/56CA92C8_204F_4F4B_AE44_FBA1C85A0AAB.jpeg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#MSDnfX74LdGf9r2MrIhtnEAiaury2syV.adaptive-delivery-prevent-bg, #MSDnfX74LdGf9r2MrIhtnEAiaury2syV.lazyload, #MSDnfX74LdGf9r2MrIhtnEAiaury2syV.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #HThv5FZ1AfFeaUTvw4qKDwm8erq18M1N { width:22.5625rem;height:14.9375rem;top:0rem;left:25.1875rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/pY3of9rh/56CA92C8_204F_4F4B_AE44_FBA1C85A0AAB.jpeg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#HThv5FZ1AfFeaUTvw4qKDwm8erq18M1N.adaptive-delivery-prevent-bg, #HThv5FZ1AfFeaUTvw4qKDwm8erq18M1N.lazyload, #HThv5FZ1AfFeaUTvw4qKDwm8erq18M1N.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #zb25IToKLJTGZtP0wbMwipFTr9LUBQG3 { width:22.5625rem;height:14.9375rem;top:0rem;left:25.1875rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/pY3of9rh/56CA92C8_204F_4F4B_AE44_FBA1C85A0AAB.jpeg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#zb25IToKLJTGZtP0wbMwipFTr9LUBQG3.adaptive-delivery-prevent-bg, #zb25IToKLJTGZtP0wbMwipFTr9LUBQG3.lazyload, #zb25IToKLJTGZtP0wbMwipFTr9LUBQG3.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #If0DSoZZUs0AP0Z3EyX4fIpid3JTTE8b { display:block; }#If0DSoZZUs0AP0Z3EyX4fIpid3JTTE8b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XNrsxcXeb2w2ciEykX0PJ6Me4TulpqTR { width:19.75rem;height:16.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4kKDbcUbBTuwIk48dpXTeEiXM5vP63n { width:16.25rem;height:1.625rem;top:14.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ar11bha4IzcnCyqMHDTwkRL3Xg8lRdMI { width:19.75rem;height:16.875rem;top:0rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJ6doDaMMV5JKLvhxQB6lgsr2BiPW6fK { width:16.25rem;height:1.625rem;top:14.0625rem;left:15.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5Wo7mS90L9wfwXwZTHRzTaGTNAIJw46 { width:19.75rem;height:16.875rem;top:0rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEKxFnErHDfSy70VK0tPsimJd6fbN2th { width:16.625rem;height:1.625rem;top:14.0625rem;left:31rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGI9OWrlXvquBWz2Par7Sn1qSTJSxb9s { width:22.5625rem;height:14.9375rem;top:0rem;left:25.1875rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/pY3of9rh/56CA92C8_204F_4F4B_AE44_FBA1C85A0AAB.jpeg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#oGI9OWrlXvquBWz2Par7Sn1qSTJSxb9s.adaptive-delivery-prevent-bg, #oGI9OWrlXvquBWz2Par7Sn1qSTJSxb9s.lazyload, #oGI9OWrlXvquBWz2Par7Sn1qSTJSxb9s.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #AOwIp038uCcIhQGMTC9ABhh89yDC3h8h { width:22.5625rem;height:14.9375rem;top:0rem;left:25.1875rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/pY3of9rh/56CA92C8_204F_4F4B_AE44_FBA1C85A0AAB.jpeg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#AOwIp038uCcIhQGMTC9ABhh89yDC3h8h.adaptive-delivery-prevent-bg, #AOwIp038uCcIhQGMTC9ABhh89yDC3h8h.lazyload, #AOwIp038uCcIhQGMTC9ABhh89yDC3h8h.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #XI5liglqo57xDwx5NPJpoW2pmf6Di4B4 { width:22.5625rem;height:14.9375rem;top:0rem;left:25.1875rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/pY3of9rh/56CA92C8_204F_4F4B_AE44_FBA1C85A0AAB.jpeg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#XI5liglqo57xDwx5NPJpoW2pmf6Di4B4.adaptive-delivery-prevent-bg, #XI5liglqo57xDwx5NPJpoW2pmf6Di4B4.lazyload, #XI5liglqo57xDwx5NPJpoW2pmf6Di4B4.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Q8xgZUkoQ3EGVd4PeH7vs5d5vBHCbLC3 { display:block; }#Q8xgZUkoQ3EGVd4PeH7vs5d5vBHCbLC3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LaAtTmSkLLVgdVi14qJwmGRN5XEDyVkP { width:23.9375rem;height:5.25rem;top:14.375rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kz5LM5XgJyxMRixJl9ZxImESczXX41t8 { width:3.875rem;height:0.3125rem;top:12.75rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwMhSFRRT1Bh5paPy6vta7Z5aZIXzTKW { width:22.375rem;height:2.4375rem;top:7.375rem;left:3.5625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUcRySgTGEbQneQpZnim1OZgatqz8J5x { width:35.0625rem;height:23rem;top:2rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQxGb4QJ7oRVW3xHW7mWlcFryUunJCPA { width:22.375rem;height:1.5625rem;top:9.9375rem;left:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6SLGc4dgGaAFhGcQy0AWEhW2JxxfvBv { width:9.0625rem;height:9.0625rem;top:0rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #geC5BHuqL3MgThwmCqsPcuvznACpJT3D { display:block; }#geC5BHuqL3MgThwmCqsPcuvznACpJT3D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r36qpUr5fTccKCAC5uWah5lNGa8I01HK { width:42.375rem;height:8.75rem;top:1.6875rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbETkFI8a53kD3RzkpIeTdtr2PMqd6tp { width:3.875rem;height:0.3125rem;top:11.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZDItQTOVTm86QJUhVMqNGdNaixZ4swe { width:12.5rem;height:0;top:20.8125rem;left:31.236110687256rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzZ5XEEFqixySMVdrZlx45RnkrlJXtd0 { width:12.5rem;height:0;top:23.875rem;left:28.110027313233rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPLx9gQHdRVIzoCQo6qs6v766V1rGZoT { width:21.6875rem;height:16.875rem;top:20.1875rem;left:26.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc .widget-regular-label { width:26.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc .widget-input-text { width:26.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc .widget-input-text {padding-top: 0; padding-bottom: 0;}#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc .widget-textarea { width:26.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc .widget-input-select { width:26.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc .widget-input-select {padding-top: 0; padding-bottom: 0;}#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc .widget-input-button { width:26.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc .widget-checkbox-label { width:25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc  { width:26.1875rem;height:auto;top:11.4375rem;left:0rem; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc .radio-container { width:26.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc {display:block;}#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc { width:26.1875rem;height:auto;top:11.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc #am9XTNyU3HC7Sf1OhsDgiMTkKytKJLCE {  }
 }@media only screen and (max-width: 763px) { #AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc #TTEBwx1BN81wC1UV2WEZhqcwslgW2uw1 { display:block; }
 }@media only screen and (max-width: 763px) { #AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc #Np6MSkdvQ1JPiadvb8yuUqBuxFfeg1pl {  }
 }@media only screen and (max-width: 763px) { #AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc #iEkLBmhMNUkkNyxWV3kQ1USBpq07dBc3 {  }
 }@media only screen and (max-width: 763px) { #AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc #J1n1oT1PNMVKzBJbAiXHPhkM2TIig3Qg { display:block; }
 }@media only screen and (max-width: 763px) { #AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc #aK5V7vNKWGlhAqBrasDsRfo7oJXzD31R {  }
 }@media only screen and (max-width: 763px) { #AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc #dbAfHDXZTOKI0eCs4fwgwxBLZ8DQwgyT {  }
 }@media only screen and (max-width: 763px) { #AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc #fsNrZI04g5Na2JFiCcx490wB9CNWhgBl { display:block; }
 }@media only screen and (max-width: 763px) { #AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc #TzLzssHwWiQlkVJZtZVFdF5I5TIZDc1p {  }
 }@media only screen and (max-width: 763px) { #AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc #ykTqUH23PCDVCKXHKwXcZSTthNkk2qdl {  }
 }@media only screen and (max-width: 763px) { #AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc #vBJdvJl5dF1G1ZmuaqxE3Ah0Rnn7IIe6 { display:block; }
 }@media only screen and (max-width: 763px) { #AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc #cBuEgDXFtGlUDlHr32kahMcaTpsyWBtf {  }
 }@media only screen and (max-width: 763px) { #AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc #eKOPBP5WMyWMOHghX7yQ45rwRnKMRTPU {  }
 }@media only screen and (max-width: 763px) { #AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc #JHWTlZ1ZiLIWEidMx3UGvdNoyal4rWAb {  }
 }@media only screen and (max-width: 763px) { #AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc #VIdJimU6DdSFJRmXmxTgJ4JKIG64rkDk {  }
 }@media only screen and (max-width: 763px) { #AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc #yzaxi8yhDzNQ5xAOK0Tgk9hknRN7B3Ab {  }
 }@media only screen and (max-width: 763px) { #AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc #xQNuoCVTg4MIJonpUBMBdI1rSeIGvhmd { z-index:2; }
 }@media only screen and (max-width: 763px) { #AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc #TVypPl6WF0xHTNAml0FqNqewTc3efEQi {  }
 }@media only screen and (max-width: 763px) { #ztDaSCItfd7HtlQMNnG6Ily1PSvg0ynx { display:block; }
 }@media only screen and (max-width: 763px) { #wxThpuivGpQKTdrqe3RtXBoHCI8QhEvc { display:block; }
 }@media only screen and (max-width: 763px) { #AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc #VkAiCSBinCtz95u3ND6HFoprg1EZ2Pdh {  }
 }@media only screen and (max-width: 763px) { #AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc #Ta0QxhldoJBH372eN8dgkXMqAvTwsuBT {  }
 }@media only screen and (max-width: 763px) { #AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc #BBSq9FZsZAJnUFhhyeaUvBo9RHiJIcCL {  }
 }@media only screen and (max-width: 763px) { #AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc #RMPBfEe7vGvVgza0gRSXTsIKsxLDQtVJ {  }
 }@media only screen and (max-width: 763px) { #KkdLwMoF5UweHy6tILgnTkFXGUFL6vRh { width:28.25rem;height:22.75rem;top:15.625rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xtcko28DuQzCR74rarsqQVhsl8cKACqL { width:3.125rem;height:3.125rem;top:17.0625rem;left:27.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ao2EhMaTGMBrZ8xHdNTloLfiprk0iDXm { display:block; }#ao2EhMaTGMBrZ8xHdNTloLfiprk0iDXm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XMzfSgIauRBn9kSMieGJJSxTlOEbCaQo { width:19.625rem;height:1.4375rem;top:1.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQQXLmTFHz5cm9goKeBLqKbkMTcdknEn { width:13rem;height:1.4375rem;top:1.75rem;left:34.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhc6fMLNcr27MGrGnVTTTtKvKJuga7bt { width:13rem;height:1.4375rem;top:1.75rem;left:27.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgfGUoPLsEOnWZJXLKSrXwcLSkArGTxr { width:2.0625rem;height:2.0625rem;top:1.4375rem;left:25.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIAOlDt9x9Hs7aXRHZHVTZpIOdUiBXZy { width:2.0625rem;height:2.0625rem;top:1.4375rem;left:38.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZgrbU7MZo3HOkFn8aevxXmqfQ9Fy4Eh { width:47.75rem;height:2.0625rem;top:5.1875rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze { background-color:transparent;background-image:url("https://images.assets-landingi.com/BUSakBud/Land.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze.adaptive-delivery-prevent-bg, #xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze.lazyload, #xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze.lazyloading { background-image: none; }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row .container { background-color: transparent; background-image: none; }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row .container > .video-iframe-container { display: none; }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row > .video-iframe-container { display: none; }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .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); }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row .container { width:20rem;height:27.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zuBz5xE324uw5D4uMVC7TxlqSsJTxvzu { width:2.4375rem;height:2.4375rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzL84IziWrUbybJKLVrbsGAdsIApI0Fb { width:12.5625rem;height:1.4624rem;top:1.1875rem;left:1.65625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiagSFz6VrK3Nl2ctGRL6MZePlNN6xCc { width:6.125rem;height:0.3125rem;top:8.9375rem;left:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZqG3K3a0J3U9Dz7D5p0Xfy6hTsVgTeLT { width:18.8125rem;height:6rem;top:5.25rem;left:0.59375rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xu66TqeSBTTygTLlvv0KVtGkBwwX2dMT { width:16.75rem;height:14.125rem;top:11.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:2.4;display:block; }#Xu66TqeSBTTygTLlvv0KVtGkBwwX2dMT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/V7ujejeV/arrows.png); }
 }@media only screen and (max-width: 763px) { #LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR { display:block; }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .row .container { width:20rem;height:12.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dx3TkQlBwO1VvThLGKPlw6cVmlqbcrmG { width:19.125rem;height:6.5800625rem;top:1.1875rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcThR3ypcnqLBRVGJxIHH2tbmvqDNPIq { width:12.5rem;height:2.5996125rem;top:8.4375rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFoumW0bQlm72DuF7NTRManuo6SToMU9 { display:block; }#kFoumW0bQlm72DuF7NTRManuo6SToMU9 > .row .container { width:20rem;height:37.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mF9iRN8IR7qv22ETKVVAgXtJwMou4EN9 { width:19.375rem;height:9.75rem;top:1.5625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #noKKTNlxOKGxopWoRWHVshgvGW4TxHHX { width:19.375rem;height:0.4375rem;top:10.875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcKw7Mgrd2mKecRMhIBNypteT1mDtlnI { width:12.5rem;height:2.5996125rem;top:7rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ykEuupWcJwPOWLlACPkePQTlvfXkApN7 { width:19.375rem;height:0.4375rem;top:24.125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8piI7PeZJfiSBsAwVOt9OKPhu78phss { width:19.375rem;height:0.4375rem;top:35.125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3hS9NHy9w1CVFyFdEEP945ZdhfThg1o { width:12.5rem;height:3.8994125rem;top:19.0625rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #esa9IMb5cyFz7rPkymcu5lR9aocHXRze { width:19.375rem;height:11.125rem;top:13rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbhABvDX8hXTur0qNBTMCO3oKTOsirvL { width:13.25rem;height:2.5996125rem;top:31.6875rem;left:3.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TomRmXsO3pPKBRbeevNCAB8E5Om874q4 { width:19.375rem;height:8.875rem;top:26.25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAXRNHTR1DqoQImLuvMn1nIbsUkTR15t { width:4.25rem;height:4.25rem;top:2.8125rem;left:7.875rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOsTWJpb3TbnzTWNtZEHmesGgScPDitE { width:4.75rem;height:4.75rem;top:14.3125rem;left:7.625rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SF03kunuHoLWsA908ikgGANLHMZhVIXn { width:4.4375rem;height:4.4375rem;top:27.25rem;left:7.8125rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sm3D7Tb7otc3LwJu9OqRhTnikcgZpMxa { display:block; }#sm3D7Tb7otc3LwJu9OqRhTnikcgZpMxa > .row .container { width:20rem;height:14.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #flXp6bhfaHMxxVQF5nKmRyd1cGVQRmGu { height:11.25rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNNM5VBD6UTsX9Id6bQJ3LRZ07w7XtUn { display:block; }#bNNM5VBD6UTsX9Id6bQJ3LRZ07w7XtUn > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HvRte4RVRXOqPspP537txhQ6fK2c4u0E { width:3.875rem;height:0.3125rem;top:6.1875rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwpFF8VLRZzMhDVTKknaLQ9w2E6x1BZ7 { width:14.9375rem;height:3.73730625rem;top:1.8125rem;left:2.53125rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bxv1LopBxQZQBgx6vztPPu7nLyDuVWh3 { display:block; }#Bxv1LopBxQZQBgx6vztPPu7nLyDuVWh3 > .row .container { width:20rem;height:52.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XbOhyc2diyZlQ5kghr5nrwELr28qJBoZ { width:19.75rem;height:16.5625rem;top:0.0625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDmtQWEWl0ImmCCDre1p6bPJM78x04EZ { width:13.25rem;height:1.29980625rem;top:14.25rem;left:3.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UbZsiuJ1CT9L8W2RyxE4LMvfShbUZvzo { width:19.75rem;height:16.5625rem;top:17.4375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxsyMg7OaDuSIxfT9VZD9AMhqlAlkRMM { width:19.75rem;height:16.5625rem;top:34.8125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpiP13Vqpa5vr7iTGQTQhWhQBUlL7O8p { width:16.25rem;height:1.29980625rem;top:31.8125rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGR922XT30EzPktlz83RIrdOqMTusNp3 { width:16.25rem;height:1.29980625rem;top:48.8125rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvdbfU4r1TlEeaW6tAJ0vzVRiclzDX7R { width:19.75rem;height:13.125rem;top:0rem;left:0.125rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/38fb2d3a-79a7-4ebb-9024-d5efeec8512c/Screenshot20250430at103112am.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#nvdbfU4r1TlEeaW6tAJ0vzVRiclzDX7R.adaptive-delivery-prevent-bg, #nvdbfU4r1TlEeaW6tAJ0vzVRiclzDX7R.lazyload, #nvdbfU4r1TlEeaW6tAJ0vzVRiclzDX7R.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #NRK1RhawsLQDkVlfNRcGI7g10oSR54Um { width:19.75rem;height:13.125rem;top:17.4375rem;left:0.125rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/dda3b99c-fdc1-441b-bea0-b84b6cd359a0/Screenshot20241216at23141PM.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#NRK1RhawsLQDkVlfNRcGI7g10oSR54Um.adaptive-delivery-prevent-bg, #NRK1RhawsLQDkVlfNRcGI7g10oSR54Um.lazyload, #NRK1RhawsLQDkVlfNRcGI7g10oSR54Um.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #u7VBiEKiwSrP1RhVKrOfOLJ7L1Nmr0BD { width:19.75rem;height:13.125rem;top:34.8125rem;left:0.125rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/98ab6ee1-afed-4b9a-86a6-297234b3cf7a/Screenshot20241216at23250PM.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#u7VBiEKiwSrP1RhVKrOfOLJ7L1Nmr0BD.adaptive-delivery-prevent-bg, #u7VBiEKiwSrP1RhVKrOfOLJ7L1Nmr0BD.lazyload, #u7VBiEKiwSrP1RhVKrOfOLJ7L1Nmr0BD.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ImwfE5RizKtVOdTnItcqpgGcIsd9qh1R { display:block; }#ImwfE5RizKtVOdTnItcqpgGcIsd9qh1R > .row .container { width:20rem;height:52.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AgHSOCRPTHsycWhgPOKIR0MLPa7AagZq { width:19.75rem;height:16.5625rem;top:0.0625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIGFaP7wms7XWoGF9HayGdI88rUCA6PP { width:13.25rem;height:1.29980625rem;top:14.25rem;left:3.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sLPEdeXT9Jzyx7DecFgwZzKpZey2qXEA { width:19.75rem;height:16.5625rem;top:17.4375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARvuEA5Pat6skl9JqW9wogXNDcbQoD3d { width:19.75rem;height:16.5625rem;top:34.8125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDIyeouoWifk8qO2PX17CJTqPKhnSpxI { width:16.25rem;height:1.29980625rem;top:31.8125rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lu8OFzORllKG3kJvCWuxRnBTMIv2wXFP { width:16.25rem;height:1.29980625rem;top:48.8125rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQBVaxQdlGSvmkbwlUBwQotqtJW38e21 { width:19.75rem;height:13.125rem;top:0rem;left:0.125rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/0f16b573-8f87-4be5-b9c8-93832d91dde1/Screenshot20240517at105944am.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TQBVaxQdlGSvmkbwlUBwQotqtJW38e21.adaptive-delivery-prevent-bg, #TQBVaxQdlGSvmkbwlUBwQotqtJW38e21.lazyload, #TQBVaxQdlGSvmkbwlUBwQotqtJW38e21.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #LNVV355yJALDFICXVT1QXkARGuxXpUbv { width:19.75rem;height:13.125rem;top:17.4375rem;left:0.125rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/519d489b-0930-48dd-934e-772ff38dde7b/Screenshot20240503at84633am.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#LNVV355yJALDFICXVT1QXkARGuxXpUbv.adaptive-delivery-prevent-bg, #LNVV355yJALDFICXVT1QXkARGuxXpUbv.lazyload, #LNVV355yJALDFICXVT1QXkARGuxXpUbv.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #PZDJUuiLftTKfy53hdxKTZ3LN2C3Ay38 { width:19.75rem;height:13.125rem;top:34.8125rem;left:0.125rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/0b173864-c9e7-433b-948c-42562f990017/4.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#PZDJUuiLftTKfy53hdxKTZ3LN2C3Ay38.adaptive-delivery-prevent-bg, #PZDJUuiLftTKfy53hdxKTZ3LN2C3Ay38.lazyload, #PZDJUuiLftTKfy53hdxKTZ3LN2C3Ay38.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #LkaXvdqNveXDLJdyc7g9glMTf7onJl0s { display:block; }#LkaXvdqNveXDLJdyc7g9glMTf7onJl0s > .row .container { width:20rem;height:52.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qIJacNCZEo8q1IkKhMhG8RSRlCq3mg7a { width:19.75rem;height:16.5625rem;top:0.0625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoPwmav0RXmfLrVbDUH0OH9oM2x7ueKi { width:13.25rem;height:1.29980625rem;top:14.25rem;left:3.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hui59JtTNSKa21DyDcexSaQ1AyvII9oH { width:19.75rem;height:16.5625rem;top:17.4375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJw8nzwPyOaoTHe3hUP4wgBZof6TuDQw { width:19.75rem;height:16.5625rem;top:34.8125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTTTipaorT36uNZaGLr90fZ7KQTwg3y8 { width:16.25rem;height:1.29980625rem;top:31.8125rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2WpTgT0vnIJ7NBfhOGC5MRdu6V4HxOw { width:16.25rem;height:1.29980625rem;top:48.8125rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTTSuVaa9fztqXNasOiGgyMPykwA17mn { width:19.75rem;height:13.125rem;top:0rem;left:0.125rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/778018ef-8e5f-4dcb-9fd3-7a251acfffdd/3.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#WTTSuVaa9fztqXNasOiGgyMPykwA17mn.adaptive-delivery-prevent-bg, #WTTSuVaa9fztqXNasOiGgyMPykwA17mn.lazyload, #WTTSuVaa9fztqXNasOiGgyMPykwA17mn.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #QefWJy8HSQFpuQ05EMiQp4QPWVuEHC04 { width:19.75rem;height:13.125rem;top:17.4375rem;left:0.125rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/8f5a56b8-e1fa-4dae-961d-606434273727/1.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#QefWJy8HSQFpuQ05EMiQp4QPWVuEHC04.adaptive-delivery-prevent-bg, #QefWJy8HSQFpuQ05EMiQp4QPWVuEHC04.lazyload, #QefWJy8HSQFpuQ05EMiQp4QPWVuEHC04.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #NXZeH5WFoEpqXnw9oEZfUEyzZabckWIi { width:19.75rem;height:13.125rem;top:34.8125rem;left:0.125rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/1a502849-8435-465f-b6d2-b418a94c31de/1.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#NXZeH5WFoEpqXnw9oEZfUEyzZabckWIi.adaptive-delivery-prevent-bg, #NXZeH5WFoEpqXnw9oEZfUEyzZabckWIi.lazyload, #NXZeH5WFoEpqXnw9oEZfUEyzZabckWIi.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #MiShGQgbkk5n8IMxeKcxslDgQMTbT41N { display:block; }#MiShGQgbkk5n8IMxeKcxslDgQMTbT41N > .row .container { width:20rem;height:52.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lFUJITbw2ssDsQycB5Lgxh0Wh5FFE0Lr { width:19.75rem;height:16.5625rem;top:0.0625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEUiWOzI63HT6bzBKc0suM0pPmdHsnJe { width:13.25rem;height:1.29980625rem;top:14.25rem;left:3.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d2oaGJFGPhNUgLiuA9QlGa4XZ0lWVSqs { width:19.75rem;height:16.5625rem;top:17.4375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbT9RT6dToxX7hBHzpvs76WB38vznNof { width:19.75rem;height:16.5625rem;top:34.8125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oR8NKNoPbc6c1fbQKDK9gwIT1s5NsNVi { width:16.25rem;height:1.29980625rem;top:31.8125rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhOMeOodrDDhEiotJHPFUZiHoeGX8JCK { width:16.25rem;height:1.29980625rem;top:48.8125rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #avf85VxcpJqxTEU0qRKeQpr1F4eWWeTh { width:19.75rem;height:13.125rem;top:0rem;left:0.125rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/9cd63a71-1923-42fd-9385-5fe376a76ad0/3.jpeg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#avf85VxcpJqxTEU0qRKeQpr1F4eWWeTh.adaptive-delivery-prevent-bg, #avf85VxcpJqxTEU0qRKeQpr1F4eWWeTh.lazyload, #avf85VxcpJqxTEU0qRKeQpr1F4eWWeTh.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #DvIBeTL7dyn7PPJ6EVK3tkqTm30Svfet { width:19.75rem;height:13.125rem;top:17.4375rem;left:0.125rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/e86bb5bc-6d7f-4ad1-a484-509a6c5bb514/2.jpeg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#DvIBeTL7dyn7PPJ6EVK3tkqTm30Svfet.adaptive-delivery-prevent-bg, #DvIBeTL7dyn7PPJ6EVK3tkqTm30Svfet.lazyload, #DvIBeTL7dyn7PPJ6EVK3tkqTm30Svfet.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #nTVO1nrkuWIUiODKX0BeGTZ7PHDwUN3Q { width:19.75rem;height:13.125rem;top:34.8125rem;left:0.125rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/fb23fe62-6f7b-456d-9bfb-a73e5e704c79/3E5A2DA3A9334A4680664580759CC678.jpeg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#nTVO1nrkuWIUiODKX0BeGTZ7PHDwUN3Q.adaptive-delivery-prevent-bg, #nTVO1nrkuWIUiODKX0BeGTZ7PHDwUN3Q.lazyload, #nTVO1nrkuWIUiODKX0BeGTZ7PHDwUN3Q.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #r1F2MBVmdvMANcVuqTxyfac5kHuEwPkl { display:block; }#r1F2MBVmdvMANcVuqTxyfac5kHuEwPkl > .row .container { width:20rem;height:52.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AS6ZrzmEiIMzPedI7BZStNl1uiH5LceV { width:19.75rem;height:16.5625rem;top:0.0625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9fbgGPLRwQE0qaTnmqJOnxsZ2WLHEp8 { width:13.25rem;height:1.29980625rem;top:14.25rem;left:3.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xed5bwGa986vC8vlxpHFFAc9ZDJK1eFw { width:19.75rem;height:16.5625rem;top:17.4375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6JhuXVkgC9VLVl3gJIVJB0qwp5ZkdNR { width:19.75rem;height:16.5625rem;top:34.8125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #USJvcugGZQ0XmEwhIUtMfbOxUIlRavuW { width:16.25rem;height:1.29980625rem;top:31.8125rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTkJWad9VO2bFriCTU0bBoV4022e9vEd { width:16.25rem;height:1.29980625rem;top:48.8125rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ny2gTByKweBG6l5DOnwsgxH0B2hdNq9L { width:19.75rem;height:13.125rem;top:0rem;left:0.125rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/9d91a6de-7adc-44bd-884f-56c3f4547c68/4B067E451DB44456A4F18DF59E7EFF7B.jpeg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Ny2gTByKweBG6l5DOnwsgxH0B2hdNq9L.adaptive-delivery-prevent-bg, #Ny2gTByKweBG6l5DOnwsgxH0B2hdNq9L.lazyload, #Ny2gTByKweBG6l5DOnwsgxH0B2hdNq9L.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Wi5MT68Nzs0V3laAKh4CKNU4HvSZuNvT { width:19.75rem;height:13.125rem;top:17.4375rem;left:0.125rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/6d55d444-7347-4733-9f6f-3521aa0d17ed/14.jpeg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Wi5MT68Nzs0V3laAKh4CKNU4HvSZuNvT.adaptive-delivery-prevent-bg, #Wi5MT68Nzs0V3laAKh4CKNU4HvSZuNvT.lazyload, #Wi5MT68Nzs0V3laAKh4CKNU4HvSZuNvT.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #VITNhHAvuHTp7DAg8Pff5Xaml5icFn0J { width:19.75rem;height:13.125rem;top:34.8125rem;left:0.125rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/8486feb1-d2cd-4938-8f57-1a34931572dd/7.jpeg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VITNhHAvuHTp7DAg8Pff5Xaml5icFn0J.adaptive-delivery-prevent-bg, #VITNhHAvuHTp7DAg8Pff5Xaml5icFn0J.lazyload, #VITNhHAvuHTp7DAg8Pff5Xaml5icFn0J.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #wAGroeoW9nsJbAbStKSOKnh8FtcFqdnu { display:block; }#wAGroeoW9nsJbAbStKSOKnh8FtcFqdnu > .row .container { width:20rem;height:52.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VTTlABZE39ip55RftA1mx3TSNewU552p { width:19.75rem;height:16.5625rem;top:0.0625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBF7yZg1eUaFZPaxu4sPzanAHhEGSHTT { width:13.25rem;height:1.29980625rem;top:14.25rem;left:3.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ECUFQO83N6dHDWob4NbBo6g04vWwRXbH { width:19.75rem;height:16.5625rem;top:17.5rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFCzgeLBMiCBeDCK65JJdtRuXV22TalM { width:19.75rem;height:16.5625rem;top:34.875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVDBLPuXx3iW42mTuy4pnxXdbHJx4J2F { width:16.25rem;height:1.29980625rem;top:31.6875rem;left:2rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDhS7HUCAUWC2mrlFeTrp8S4TRQ0lPIc { width:16.25rem;height:1.29980625rem;top:48.9375rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6SozP4CvrDybGZDsI7CJ67QsxN7QLO1 { width:19.75rem;height:13.125rem;top:0rem;left:0.125rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/928755c2-bd2c-4418-afd1-8ed9da434895/21.jpeg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#A6SozP4CvrDybGZDsI7CJ67QsxN7QLO1.adaptive-delivery-prevent-bg, #A6SozP4CvrDybGZDsI7CJ67QsxN7QLO1.lazyload, #A6SozP4CvrDybGZDsI7CJ67QsxN7QLO1.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #TGxJSLK8TqsanleOB7682AhtrW8OroTt { width:19.75rem;height:13.125rem;top:17.5rem;left:0.125rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/508e3327-25f5-4c73-8e5e-20def9eaf64a/75.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TGxJSLK8TqsanleOB7682AhtrW8OroTt.adaptive-delivery-prevent-bg, #TGxJSLK8TqsanleOB7682AhtrW8OroTt.lazyload, #TGxJSLK8TqsanleOB7682AhtrW8OroTt.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #oQzp83v0QUdgnFo7Hc8N8skrEwSRtPMh { width:19.75rem;height:13.125rem;top:34.875rem;left:0.125rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/d260744e-e2ce-4bac-a312-ebe10eb8a06e/6.jpeg");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#oQzp83v0QUdgnFo7Hc8N8skrEwSRtPMh.adaptive-delivery-prevent-bg, #oQzp83v0QUdgnFo7Hc8N8skrEwSRtPMh.lazyload, #oQzp83v0QUdgnFo7Hc8N8skrEwSRtPMh.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Gw6yXN1VysOhJ2QbJT8x6RhME4thoCP4 { display:block; }#Gw6yXN1VysOhJ2QbJT8x6RhME4thoCP4 > .row .container { width:20rem;height:52.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xkwkC0NqX77K2poZDEUrHc2Kv8LHInwu { width:19.75rem;height:16.5625rem;top:0.0625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2TXVTA0zr925Tw5tF09DiZNaftOChP0 { width:13.25rem;height:1.29980625rem;top:14.25rem;left:3.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lZzDLS3yTezCGrstnPVIFBH3LevFPnp6 { width:19.75rem;height:16.5625rem;top:17.3623046875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwWkD82B74A8hvkS3vOzWgGecDBgmwmP { width:19.75rem;height:16.5625rem;top:34.75rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5gmis9KJ3gqZLTlRzHeh3K0o8pKTfxT { width:16.25rem;height:1.29980625rem;top:31.5rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ck4ZpE8naUrtp5N6BImcaM0NJ63WGXab { width:16.25rem;height:1.29980625rem;top:48.8125rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mq4CW59wT7AvAzVsMotpZU6cNWlCdJ3W { width:19.75rem;height:13.125rem;top:0rem;left:0.125rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/6d185505-e645-405f-a1df-29b2c921f49c/2.jpeg");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#mq4CW59wT7AvAzVsMotpZU6cNWlCdJ3W.adaptive-delivery-prevent-bg, #mq4CW59wT7AvAzVsMotpZU6cNWlCdJ3W.lazyload, #mq4CW59wT7AvAzVsMotpZU6cNWlCdJ3W.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #PuEcuSxyvfuWsNzyecoUqNz8d47yKuTd { width:19.75rem;height:13.125rem;top:17.4375rem;left:0.125rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/8872a3b4-875b-4dc1-90ab-1b0a69cdc25b/26.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#PuEcuSxyvfuWsNzyecoUqNz8d47yKuTd.adaptive-delivery-prevent-bg, #PuEcuSxyvfuWsNzyecoUqNz8d47yKuTd.lazyload, #PuEcuSxyvfuWsNzyecoUqNz8d47yKuTd.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #NyPZzQcCdJLEBcpfQ4sDKZ3UyzMwFy6H { width:19.75rem;height:13.125rem;top:34.75rem;left:0.125rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/88e8f793-265c-4f28-ac13-fa17e0ea9e9c/h.jpeg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#NyPZzQcCdJLEBcpfQ4sDKZ3UyzMwFy6H.adaptive-delivery-prevent-bg, #NyPZzQcCdJLEBcpfQ4sDKZ3UyzMwFy6H.lazyload, #NyPZzQcCdJLEBcpfQ4sDKZ3UyzMwFy6H.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #p0sCJhUWQHAC2yXkDaxZwRZHykGlE9RH { display:block; }#p0sCJhUWQHAC2yXkDaxZwRZHykGlE9RH > .row .container { width:20rem;height:52.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NLsrulvBzW9UfRTNISskHcZBrTvdrGzi { width:19.75rem;height:16.5625rem;top:0.0625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOCCEpHVKQNGvx8s3qiQZTKBCOybWkI9 { width:13.25rem;height:1.29980625rem;top:14.25rem;left:3.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SVF2OPkq9mLWrdcWpIZx7DhGAvo969C7 { width:19.75rem;height:16.5625rem;top:17.5rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEr9KKC5su44w45kJGtuvvnflia2E0o9 { width:19.75rem;height:16.5625rem;top:34.875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDbETpGAQmMHdm3q9AsbE4xNtKLxkyDB { width:16.25rem;height:1.29980625rem;top:31.75rem;left:2rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlTASigZevicJb7S9XeBl8vvwlwXZqwT { width:16.25rem;height:1.29980625rem;top:48.9375rem;left:2rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NW1KUbm5mTGtnHPLiRsVR8RerQaIXRZN { width:19.75rem;height:13.125rem;top:0rem;left:0.125rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/cd7dbd33-0907-47a2-84d6-834566f4e663/B472FE4ED11249B29FC138C4B5294E16.jpeg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#NW1KUbm5mTGtnHPLiRsVR8RerQaIXRZN.adaptive-delivery-prevent-bg, #NW1KUbm5mTGtnHPLiRsVR8RerQaIXRZN.lazyload, #NW1KUbm5mTGtnHPLiRsVR8RerQaIXRZN.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Vhawaf8PC9LpWAlIGtZskEGT2SIdwKPF { width:19.75rem;height:13.125rem;top:17.5rem;left:0.125rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/xe23pxFd/1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#Vhawaf8PC9LpWAlIGtZskEGT2SIdwKPF.adaptive-delivery-prevent-bg, #Vhawaf8PC9LpWAlIGtZskEGT2SIdwKPF.lazyload, #Vhawaf8PC9LpWAlIGtZskEGT2SIdwKPF.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #U5xFUwpP821odbTJnpAluWeIEOkzMw37 { width:19.75rem;height:13.125rem;top:34.875rem;left:0.125rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/c47de7dc-e60b-4c0f-a839-9ea87c4bf586/1.jpeg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#U5xFUwpP821odbTJnpAluWeIEOkzMw37.adaptive-delivery-prevent-bg, #U5xFUwpP821odbTJnpAluWeIEOkzMw37.lazyload, #U5xFUwpP821odbTJnpAluWeIEOkzMw37.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #yf7DsfKtJ7xbVolzkePG0AGv5esKiw0T { display:block; }#yf7DsfKtJ7xbVolzkePG0AGv5esKiw0T > .row .container { width:20rem;height:52.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SmILmllMWrc8BwDNXif1DpvCzvefGUX5 { width:19.75rem;height:16.5625rem;top:0rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZ1XtMG0Tktn5lqP2lKADX2UqyUCH99f { width:16.25rem;height:1.29980625rem;top:14.125rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CW25MkcyzLWv7HHXV330fJXqpS9Bp1pb { width:19.75rem;height:16.5625rem;top:17.3125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVCVArhfUVTNmScb1bwByJ19sTUKeFuo { width:16.25rem;height:1.29980625rem;top:31.5rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7GBS1UW5TNnh4WeWDtEIAh1d24qTQHD { width:19.75rem;height:16.5625rem;top:34.75rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuIOFrkFbFD5hyO22xeiyEIBeeTgTrM3 { width:16.625rem;height:1.29980625rem;top:48.875rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3mBI2T32I5Ris1JzS2mtXGRSpMXmcvT { width:19.75rem;height:13.125rem;top:0rem;left:0.125rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/pY3of9rh/56CA92C8_204F_4F4B_AE44_FBA1C85A0AAB.jpeg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#s3mBI2T32I5Ris1JzS2mtXGRSpMXmcvT.adaptive-delivery-prevent-bg, #s3mBI2T32I5Ris1JzS2mtXGRSpMXmcvT.lazyload, #s3mBI2T32I5Ris1JzS2mtXGRSpMXmcvT.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #cgXkNolaxbqb8nOXmflzTadK34xPPXlD { width:19.75rem;height:13.125rem;top:17.3125rem;left:0.125rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uSQ9CkGj/5.jpeg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#cgXkNolaxbqb8nOXmflzTadK34xPPXlD.adaptive-delivery-prevent-bg, #cgXkNolaxbqb8nOXmflzTadK34xPPXlD.lazyload, #cgXkNolaxbqb8nOXmflzTadK34xPPXlD.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #JChLOOZ1rhN6NALg1id3BNCdyT7mNRIz { width:19.75rem;height:13.125rem;top:34.75rem;left:0.125rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/f240804e-c443-4dbd-8984-eedaa949c443/25.jpeg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#JChLOOZ1rhN6NALg1id3BNCdyT7mNRIz.adaptive-delivery-prevent-bg, #JChLOOZ1rhN6NALg1id3BNCdyT7mNRIz.lazyload, #JChLOOZ1rhN6NALg1id3BNCdyT7mNRIz.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #yyga6mux0WfsphCVPmDieIMcRDoD9u8K { display:block; }#yyga6mux0WfsphCVPmDieIMcRDoD9u8K > .row .container { width:20rem;height:52.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IF1zV3GR3ogIwWzmhE9UbXagBSbTp1nQ { width:19.75rem;height:16.5625rem;top:0.0625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3wRW9U8ttirffoWg1kmm17FwMOshCFh { width:15.0625rem;height:1.29980625rem;top:14rem;left:2.46875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MIXik63Ta6KQpLR5Agb0lKZAOxcNz7wo { width:19.75rem;height:16.5625rem;top:17.5rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkaG4Cw8MOmHE0GxyTcJhmtTWAKbtWp8 { width:19.75rem;height:16.5625rem;top:34.9375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6X6Eb9CM6G7oIwrZQbk93U8V5ufKh6e { width:16.25rem;height:1.29980625rem;top:31.75rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bdqiux5GFls2MuHsJ4oewSnOpe97Eizr { width:16.25rem;height:1.29980625rem;top:49.0625rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSDnfX74LdGf9r2MrIhtnEAiaury2syV { width:19.75rem;height:13.125rem;top:0rem;left:0.25rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uncQjKZ1/7.jpeg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#MSDnfX74LdGf9r2MrIhtnEAiaury2syV.adaptive-delivery-prevent-bg, #MSDnfX74LdGf9r2MrIhtnEAiaury2syV.lazyload, #MSDnfX74LdGf9r2MrIhtnEAiaury2syV.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #HThv5FZ1AfFeaUTvw4qKDwm8erq18M1N { width:19.75rem;height:13.125rem;top:17.5rem;left:0.125rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/db2dd3d7-f6bd-40ea-b751-3519c423e386/356D9BE97BE747D6AC2302164AAD4A44.jpeg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#HThv5FZ1AfFeaUTvw4qKDwm8erq18M1N.adaptive-delivery-prevent-bg, #HThv5FZ1AfFeaUTvw4qKDwm8erq18M1N.lazyload, #HThv5FZ1AfFeaUTvw4qKDwm8erq18M1N.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #zb25IToKLJTGZtP0wbMwipFTr9LUBQG3 { width:19.75rem;height:13.125rem;top:34.9375rem;left:0.125rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/460c2f68-dd5e-46a0-8603-201b7b06166e/6B0BC36C7CF14CDC8E4E33D2025253C0.jpeg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#zb25IToKLJTGZtP0wbMwipFTr9LUBQG3.adaptive-delivery-prevent-bg, #zb25IToKLJTGZtP0wbMwipFTr9LUBQG3.lazyload, #zb25IToKLJTGZtP0wbMwipFTr9LUBQG3.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #If0DSoZZUs0AP0Z3EyX4fIpid3JTTE8b { display:block; }#If0DSoZZUs0AP0Z3EyX4fIpid3JTTE8b > .row .container { width:20rem;height:52.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XNrsxcXeb2w2ciEykX0PJ6Me4TulpqTR { width:19.75rem;height:16.5625rem;top:0rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4kKDbcUbBTuwIk48dpXTeEiXM5vP63n { width:16.25rem;height:1.29980625rem;top:14rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ar11bha4IzcnCyqMHDTwkRL3Xg8lRdMI { width:19.75rem;height:16.5625rem;top:17.375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJ6doDaMMV5JKLvhxQB6lgsr2BiPW6fK { width:16.25rem;height:1.29980625rem;top:31.625rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5Wo7mS90L9wfwXwZTHRzTaGTNAIJw46 { width:19.75rem;height:16.5625rem;top:34.75rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEKxFnErHDfSy70VK0tPsimJd6fbN2th { width:16.625rem;height:1.29980625rem;top:48.9375rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGI9OWrlXvquBWz2Par7Sn1qSTJSxb9s { width:19.75rem;height:13.125rem;top:0rem;left:0.125rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/MUhJc75A/10.jpeg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#oGI9OWrlXvquBWz2Par7Sn1qSTJSxb9s.adaptive-delivery-prevent-bg, #oGI9OWrlXvquBWz2Par7Sn1qSTJSxb9s.lazyload, #oGI9OWrlXvquBWz2Par7Sn1qSTJSxb9s.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #AOwIp038uCcIhQGMTC9ABhh89yDC3h8h { width:19.75rem;height:13.125rem;top:17.375rem;left:0.125rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/b3b69795-46b9-495a-8e94-5364286eca7a/6B549E8BE7854BEF9D7942769E104084.jpeg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#AOwIp038uCcIhQGMTC9ABhh89yDC3h8h.adaptive-delivery-prevent-bg, #AOwIp038uCcIhQGMTC9ABhh89yDC3h8h.lazyload, #AOwIp038uCcIhQGMTC9ABhh89yDC3h8h.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #XI5liglqo57xDwx5NPJpoW2pmf6Di4B4 { width:19.75rem;height:13.125rem;top:34.75rem;left:0.125rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/3d4573a1-fec1-4a70-ad81-917ce4ab4497/B295EEED6F264A29ABF9EB3AB07AD8C8.jpeg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#XI5liglqo57xDwx5NPJpoW2pmf6Di4B4.adaptive-delivery-prevent-bg, #XI5liglqo57xDwx5NPJpoW2pmf6Di4B4.lazyload, #XI5liglqo57xDwx5NPJpoW2pmf6Di4B4.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Q8xgZUkoQ3EGVd4PeH7vs5d5vBHCbLC3 { display:block; }#Q8xgZUkoQ3EGVd4PeH7vs5d5vBHCbLC3 > .row .container { width:20rem;height:31.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LaAtTmSkLLVgdVi14qJwmGRN5XEDyVkP { width:19rem;height:8.4375rem;top:19.9375rem;left:0.5rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kz5LM5XgJyxMRixJl9ZxImESczXX41t8 { width:3.875rem;height:0.3125rem;top:18.5625rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwMhSFRRT1Bh5paPy6vta7Z5aZIXzTKW { width:20rem;height:1.99365rem;top:14.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUcRySgTGEbQneQpZnim1OZgatqz8J5x { width:20rem;height:30.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQxGb4QJ7oRVW3xHW7mWlcFryUunJCPA { width:20rem;height:1.375rem;top:16.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6SLGc4dgGaAFhGcQy0AWEhW2JxxfvBv { width:10.875rem;height:10.875rem;top:2.4375rem;left:4.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/Lfgba7fk/robert_profile_photo1.JPG");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#f6SLGc4dgGaAFhGcQy0AWEhW2JxxfvBv.adaptive-delivery-prevent-bg, #f6SLGc4dgGaAFhGcQy0AWEhW2JxxfvBv.lazyload, #f6SLGc4dgGaAFhGcQy0AWEhW2JxxfvBv.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #geC5BHuqL3MgThwmCqsPcuvznACpJT3D { background-color:#d6d4d4;background-image:none;display:block; }#geC5BHuqL3MgThwmCqsPcuvznACpJT3D > .row .container { background-color: transparent; background-image: none; }#geC5BHuqL3MgThwmCqsPcuvznACpJT3D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#geC5BHuqL3MgThwmCqsPcuvznACpJT3D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#geC5BHuqL3MgThwmCqsPcuvznACpJT3D > .row .container > .video-iframe-container { display: none; }#geC5BHuqL3MgThwmCqsPcuvznACpJT3D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#geC5BHuqL3MgThwmCqsPcuvznACpJT3D > .row > .video-iframe-container { display: none; }#geC5BHuqL3MgThwmCqsPcuvznACpJT3D > .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); }#geC5BHuqL3MgThwmCqsPcuvznACpJT3D > .row .container { width:20rem;height:65.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r36qpUr5fTccKCAC5uWah5lNGa8I01HK { width:17.6875rem;height:7.47460625rem;top:22.625rem;left:1.0625rem;text-align:left;text-align-last:left;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbETkFI8a53kD3RzkpIeTdtr2PMqd6tp { width:3.875rem;height:0.3125rem;top:30.9375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZDItQTOVTm86QJUhVMqNGdNaixZ4swe { width:12.5rem;height:0;top:14.6875rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nzZ5XEEFqixySMVdrZlx45RnkrlJXtd0 { width:12.5rem;height:0;top:15.9375rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CPLx9gQHdRVIzoCQo6qs6v766V1rGZoT { width:17.625rem;height:14.34375rem;top:5.0625rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc .widget-form-header {  }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#000000;width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:quicksand;vertical-align:top; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc .widget-input-text {padding-top: 0; padding-bottom: 0;}#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:quicksand;vertical-align:top; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:quicksand;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc .widget-input-select {padding-top: 0; padding-bottom: 0;}#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #2b3446, #404d5a);background-image: -moz-linear-gradient(180deg, #2b3446, #404d5a);background-image: -ms-linear-gradient(180deg, #2b3446, #404d5a);background-image: -o-linear-gradient(180deg, #2b3446, #404d5a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b3446', endColorstr='#404d5a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b3446', endColorstr='#404d5a' );";background-image: linear-gradient(180deg, #2b3446, #404d5a);background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:bold;color:#f2f9ff;width:17.5rem;height:3.625rem;font-family:montserrat;overflow:hidden;box-shadow: none; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc [class*="-text"]:-moz-placeholder { color:#161616;font-family:quicksand;font-size:0.875rem; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc [class*="-text"]::-moz-placeholder { color:#161616;font-family:quicksand;font-size:0.875rem; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:quicksand;font-size:0.875rem; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:quicksand;font-size:0.875rem; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:quicksand;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc .widget-container:first-of-type{padding-top:0;}#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc .widget-container:last-of-type{padding-bottom:0;}#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0rem;top:30.9375rem;z-index:15001; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc .widget-info-text { display:block;height:auto;font-family:quicksand;font-size:0.75rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc {display:block;}#AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0rem;top:30.9375rem;z-index:15001; }
 }@media only screen and (max-width: 763px) { #AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc #am9XTNyU3HC7Sf1OhsDgiMTkKytKJLCE {  }
 }@media only screen and (max-width: 763px) { #AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc #TTEBwx1BN81wC1UV2WEZhqcwslgW2uw1 { display:block; }
 }@media only screen and (max-width: 763px) { #AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc #Np6MSkdvQ1JPiadvb8yuUqBuxFfeg1pl {  }
 }@media only screen and (max-width: 763px) { #AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc #iEkLBmhMNUkkNyxWV3kQ1USBpq07dBc3 {  }
 }@media only screen and (max-width: 763px) { #AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc #J1n1oT1PNMVKzBJbAiXHPhkM2TIig3Qg { display:block; }
 }@media only screen and (max-width: 763px) { #AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc #aK5V7vNKWGlhAqBrasDsRfo7oJXzD31R {  }
 }@media only screen and (max-width: 763px) { #AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc #dbAfHDXZTOKI0eCs4fwgwxBLZ8DQwgyT {  }
 }@media only screen and (max-width: 763px) { #AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc #fsNrZI04g5Na2JFiCcx490wB9CNWhgBl { display:block; }
 }@media only screen and (max-width: 763px) { #AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc #TzLzssHwWiQlkVJZtZVFdF5I5TIZDc1p {  }
 }@media only screen and (max-width: 763px) { #AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc #ykTqUH23PCDVCKXHKwXcZSTthNkk2qdl {  }
 }@media only screen and (max-width: 763px) { #AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc #vBJdvJl5dF1G1ZmuaqxE3Ah0Rnn7IIe6 { display:block; }
 }@media only screen and (max-width: 763px) { #AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc #cBuEgDXFtGlUDlHr32kahMcaTpsyWBtf {  }
 }@media only screen and (max-width: 763px) { #AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc #eKOPBP5WMyWMOHghX7yQ45rwRnKMRTPU {  }
 }@media only screen and (max-width: 763px) { #AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc #JHWTlZ1ZiLIWEidMx3UGvdNoyal4rWAb {  }
 }@media only screen and (max-width: 763px) { #AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc #VIdJimU6DdSFJRmXmxTgJ4JKIG64rkDk {  }
 }@media only screen and (max-width: 763px) { #AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc #yzaxi8yhDzNQ5xAOK0Tgk9hknRN7B3Ab {  }
 }@media only screen and (max-width: 763px) { #AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc #xQNuoCVTg4MIJonpUBMBdI1rSeIGvhmd { z-index:2; }
 }@media only screen and (max-width: 763px) { #AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc #TVypPl6WF0xHTNAml0FqNqewTc3efEQi {  }
 }@media only screen and (max-width: 763px) { #ztDaSCItfd7HtlQMNnG6Ily1PSvg0ynx { display:block; }
 }@media only screen and (max-width: 763px) { #wxThpuivGpQKTdrqe3RtXBoHCI8QhEvc { display:block; }
 }@media only screen and (max-width: 763px) { #AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc #VkAiCSBinCtz95u3ND6HFoprg1EZ2Pdh {  }
 }@media only screen and (max-width: 763px) { #AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc #Ta0QxhldoJBH372eN8dgkXMqAvTwsuBT {  }
 }@media only screen and (max-width: 763px) { #AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc #BBSq9FZsZAJnUFhhyeaUvBo9RHiJIcCL {  }
 }@media only screen and (max-width: 763px) { #AJKsrTCTOtPNZcJLcdTZaX0X4zRZkcSc #RMPBfEe7vGvVgza0gRSXTsIKsxLDQtVJ {  }
 }@media only screen and (max-width: 763px) { #KkdLwMoF5UweHy6tILgnTkFXGUFL6vRh { width:20rem;height:18.9375rem;top:1.6875rem;left:0rem;background-color:#da5a3b;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Xtcko28DuQzCR74rarsqQVhsl8cKACqL { width:3.125rem;height:3.125rem;top:2rem;left:1.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ao2EhMaTGMBrZ8xHdNTloLfiprk0iDXm { display:block; }#ao2EhMaTGMBrZ8xHdNTloLfiprk0iDXm > .row .container { width:20rem;height:14.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XMzfSgIauRBn9kSMieGJJSxTlOEbCaQo { width:12.5rem;height:1.29980625rem;top:1.625rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQQXLmTFHz5cm9goKeBLqKbkMTcdknEn { width:13rem;height:1.29980625rem;top:5.125rem;left:5.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhc6fMLNcr27MGrGnVTTTtKvKJuga7bt { width:13rem;height:1.29980625rem;top:3.4375rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgfGUoPLsEOnWZJXLKSrXwcLSkArGTxr { width:2.0625rem;height:2.0625rem;top:2.875rem;left:3.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIAOlDt9x9Hs7aXRHZHVTZpIOdUiBXZy { width:2.0625rem;height:2.0625rem;top:4.625rem;left:3.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZgrbU7MZo3HOkFn8aevxXmqfQ9Fy4Eh { width:17.25rem;height:5.2807625rem;top:7.9375rem;left:1.375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }