.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#000000;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lAwzWdMpKF4kKlM4mO8gXD2uAveGwPWe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/f18483c4-edc8-4b3a-b4f7-cdf935fb1869/SpecialtyEquipmentTypesLandingPageHeadersBox_A_light.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lAwzWdMpKF4kKlM4mO8gXD2uAveGwPWe.adaptive-delivery-prevent-bg, #lAwzWdMpKF4kKlM4mO8gXD2uAveGwPWe.lazyload, #lAwzWdMpKF4kKlM4mO8gXD2uAveGwPWe.lazyloading { background-image: none; }#lAwzWdMpKF4kKlM4mO8gXD2uAveGwPWe > .row .container { background-color: transparent; background-image: none; }#lAwzWdMpKF4kKlM4mO8gXD2uAveGwPWe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lAwzWdMpKF4kKlM4mO8gXD2uAveGwPWe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lAwzWdMpKF4kKlM4mO8gXD2uAveGwPWe > .row .container > .video-iframe-container { display: none; }#lAwzWdMpKF4kKlM4mO8gXD2uAveGwPWe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lAwzWdMpKF4kKlM4mO8gXD2uAveGwPWe > .row > .video-iframe-container { display: none; }#lAwzWdMpKF4kKlM4mO8gXD2uAveGwPWe > .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); }#lAwzWdMpKF4kKlM4mO8gXD2uAveGwPWe > .row .container { border-width: 0; border-radius: 0; }#lAwzWdMpKF4kKlM4mO8gXD2uAveGwPWe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lAwzWdMpKF4kKlM4mO8gXD2uAveGwPWe > .row .container { font-size:0.875rem;font-family:arial;height:37.9375rem;width:75rem;position:relative;display:block; }#pyv0h8iMf0gWb9IcMPoDANiJ4LKhH9Tv { 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:2.1875rem;width:12.875rem;top:2.5rem;left:0rem;overflow:hidden;display:block; }
#WPSLFEpMct7ckDwvIsX68uMxnuArLkoC { color:#ffffff;display:block;width:10.0625rem;position:absolute;font-family:"sequel sans semi bold head";font-size:0.75rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:3.10546875rem;left:64.9375rem;height:0.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qxyHSsH3u8U11Ft7GG2tm6XXnWuI4sNP { color:#000000;display:block;width:34.75rem;position:absolute;font-family:"sequel sans black body";font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:19.25rem;left:0rem;height:3.5rem;display:block; }
#tVmeJP3AJURV1H3f6mmqHRNwnsD8Pl2a { color:#ffffff;display:block;width:35.375rem;position:absolute;font-family:"sequel sans heavy head";font-size:2.8125rem;font-weight:normal;z-index:15000;line-height:1.1;letter-spacing:0;top:10.625rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#eq88NmViKFuPVSiTtTOqnvbOrTxc7rxb { background-color:#005dff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.6875rem;height:3.0625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:26.5rem;left:0rem;display:block; }
#PrgIyCLn8BZIykSu3ugZAvHnGLi1p7GH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#my4TsUXMgVwcsbzFGUkZFaDwvOUpz2RF { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.75rem;width:30rem;top:5.09375rem;left:39.5625rem;overflow:hidden;display:block; }
#bWZTTTZtyS41fpe0Qaqd7AB5Uvrqxl90.widget-smartsection { position:relative;display:block; } #bWZTTTZtyS41fpe0Qaqd7AB5Uvrqxl90.widget-smartsection *:focus-visible, #bWZTTTZtyS41fpe0Qaqd7AB5Uvrqxl90.widget-smartsection input[type="text"]:focus-visible, #bWZTTTZtyS41fpe0Qaqd7AB5Uvrqxl90.widget-smartsection input[type="email"]:focus-visible, #bWZTTTZtyS41fpe0Qaqd7AB5Uvrqxl90.widget-smartsection input[type="tel"]:focus-visible, #bWZTTTZtyS41fpe0Qaqd7AB5Uvrqxl90.widget-smartsection textarea:focus-visible { outline: none; } #Tg2SGWgcqpAqoEBZk5TkgzCm6R4pXPgH { background-color: transparent; background-image: none; }#Tg2SGWgcqpAqoEBZk5TkgzCm6R4pXPgH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tg2SGWgcqpAqoEBZk5TkgzCm6R4pXPgH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tg2SGWgcqpAqoEBZk5TkgzCm6R4pXPgH > .row .container > .video-iframe-container { display: none; }#Tg2SGWgcqpAqoEBZk5TkgzCm6R4pXPgH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tg2SGWgcqpAqoEBZk5TkgzCm6R4pXPgH > .row > .video-iframe-container { display: none; }#Tg2SGWgcqpAqoEBZk5TkgzCm6R4pXPgH > .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); }#Tg2SGWgcqpAqoEBZk5TkgzCm6R4pXPgH { border-width: 0; border-radius: 0; }#Tg2SGWgcqpAqoEBZk5TkgzCm6R4pXPgH > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Tg2SGWgcqpAqoEBZk5TkgzCm6R4pXPgH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:70.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#G0nWsUSb1UFSBSaK7GsIEVyykTw8uw2z { 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; }#G0nWsUSb1UFSBSaK7GsIEVyykTw8uw2z > .row .container { background-color: transparent; background-image: none; }#G0nWsUSb1UFSBSaK7GsIEVyykTw8uw2z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G0nWsUSb1UFSBSaK7GsIEVyykTw8uw2z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G0nWsUSb1UFSBSaK7GsIEVyykTw8uw2z > .row .container > .video-iframe-container { display: none; }#G0nWsUSb1UFSBSaK7GsIEVyykTw8uw2z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G0nWsUSb1UFSBSaK7GsIEVyykTw8uw2z > .row > .video-iframe-container { display: none; }#G0nWsUSb1UFSBSaK7GsIEVyykTw8uw2z > .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); }#G0nWsUSb1UFSBSaK7GsIEVyykTw8uw2z > .row .container { border-width: 0; border-radius: 0; }#G0nWsUSb1UFSBSaK7GsIEVyykTw8uw2z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G0nWsUSb1UFSBSaK7GsIEVyykTw8uw2z > .row .container { font-size:0.875rem;font-family:arial;height:11.625rem;width:75rem;position:relative;display:block; }#LsgxSmuOC5p7gUpMhb3D494TL4XPJzBT { color:#0e32fa;display:block;width:36.8125rem;position:absolute;font-family:"sequel sans black head";font-size:2.25rem;font-weight:normal;z-index:15000;line-height:1.25;letter-spacing:0;top:2.875rem;left:17.09375rem;height:5.625rem;text-align:center;text-align-last:center;display:block; }
#pTdnCLiVdVMTNfDh725WnTyIgZvbVgIh { 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; }#pTdnCLiVdVMTNfDh725WnTyIgZvbVgIh > .row .container { background-color: transparent; background-image: none; }#pTdnCLiVdVMTNfDh725WnTyIgZvbVgIh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTdnCLiVdVMTNfDh725WnTyIgZvbVgIh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTdnCLiVdVMTNfDh725WnTyIgZvbVgIh > .row .container > .video-iframe-container { display: none; }#pTdnCLiVdVMTNfDh725WnTyIgZvbVgIh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTdnCLiVdVMTNfDh725WnTyIgZvbVgIh > .row > .video-iframe-container { display: none; }#pTdnCLiVdVMTNfDh725WnTyIgZvbVgIh > .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); }#pTdnCLiVdVMTNfDh725WnTyIgZvbVgIh > .row .container { border-width: 0; border-radius: 0; }#pTdnCLiVdVMTNfDh725WnTyIgZvbVgIh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pTdnCLiVdVMTNfDh725WnTyIgZvbVgIh > .row .container { font-size:0.875rem;font-family:arial;height:25.375rem;width:75rem;position:relative;display:block; }#Q4nhUUqpQdkzoNoUcX3hFTKeIABnRQRG { position:absolute;display:block;z-index:15000;height:10.0625rem;width:75rem;top:6.8125rem;left:0rem;display:block; }
#MaGVW79PePzFiHTcqrQVVLJXKSu6ZLXZ { position:absolute;display:block;z-index:15005;height:4.25rem;width:75rem;top:1rem;left:0rem;display:block; }
#QEwN4dLSaBHxUdWoKTbi0MadbqFXon0V { position:absolute;display:block;z-index:15006;height:4.1875rem;width:75rem;top:19.34375rem;left:-0.09375rem;display:block; }
#vEUJd5WFIs2s7tnbTp9mncBARJL18CJS { 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; }#vEUJd5WFIs2s7tnbTp9mncBARJL18CJS > .row .container { background-color: transparent; background-image: none; }#vEUJd5WFIs2s7tnbTp9mncBARJL18CJS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vEUJd5WFIs2s7tnbTp9mncBARJL18CJS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vEUJd5WFIs2s7tnbTp9mncBARJL18CJS > .row .container > .video-iframe-container { display: none; }#vEUJd5WFIs2s7tnbTp9mncBARJL18CJS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vEUJd5WFIs2s7tnbTp9mncBARJL18CJS > .row > .video-iframe-container { display: none; }#vEUJd5WFIs2s7tnbTp9mncBARJL18CJS > .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); }#vEUJd5WFIs2s7tnbTp9mncBARJL18CJS > .row .container { border-width: 0; border-radius: 0; }#vEUJd5WFIs2s7tnbTp9mncBARJL18CJS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vEUJd5WFIs2s7tnbTp9mncBARJL18CJS > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:75rem;position:relative;display:block; }#XxzLRo0deaTlJ0lzo3EQZpxsnLkwcx80 { background-color:#005dff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.8125rem;height:2.25rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:2.8125rem;left:29.09375rem;display:block; }
#ouGc6TWnnBvX1XKZdX9sgu6QQG5pn97Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nezQmWCrq2EqV8BqJU0qPT3gDvzvkEei { 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; }#nezQmWCrq2EqV8BqJU0qPT3gDvzvkEei > .row .container { background-color: transparent; background-image: none; }#nezQmWCrq2EqV8BqJU0qPT3gDvzvkEei::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nezQmWCrq2EqV8BqJU0qPT3gDvzvkEei > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nezQmWCrq2EqV8BqJU0qPT3gDvzvkEei > .row .container > .video-iframe-container { display: none; }#nezQmWCrq2EqV8BqJU0qPT3gDvzvkEei > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nezQmWCrq2EqV8BqJU0qPT3gDvzvkEei > .row > .video-iframe-container { display: none; }#nezQmWCrq2EqV8BqJU0qPT3gDvzvkEei > .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); }#nezQmWCrq2EqV8BqJU0qPT3gDvzvkEei > .row .container { border-width: 0; border-radius: 0; }#nezQmWCrq2EqV8BqJU0qPT3gDvzvkEei > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nezQmWCrq2EqV8BqJU0qPT3gDvzvkEei > .row .container { font-size:0.875rem;font-family:arial;height:34.0625rem;width:75rem;position:relative;display:block; }#LTfJI2PEWZM2dbT8hiZyzynsmAEkfkpb { color:#0e32fa;display:block;width:34.75rem;position:absolute;font-family:"sequel sans black head";font-size:2.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:2.5rem;left:3.5625rem;height:5.75rem;display:block; }
#ZMFb9LwzrHvUvP77JMmT2589EEs3h4aH { color:#000000;display:block;width:26.875rem;position:absolute;font-family:"sequel sans black head";font-size:1.1875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:9.4375rem;left:3.5625rem;height:1.5rem;display:block; }
#UPaWX5hCrMQAPu24J6a4V4nK3mDPZlMo { color:#000000;display:block;width:26.375rem;position:absolute;font-family:"sequel sans black head";font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:12.5625rem;left:5.875rem;height:1.25rem;display:block; }
#TOkHKQvo0oD6TqUue2IdI8dzRFE8veP5 { position:absolute;display:block;z-index:15016;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:1.75rem;width:1.75rem;top:12.5625rem;left:3.5625rem;overflow:hidden;display:block; }
#EHvQ5yU2pswD8oWaIfHUZFck10ocBiP4 { color:#000000;display:block;width:31.875rem;position:absolute;font-family:"sequel sans book body";font-size:0.9375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:13.9375rem;left:5.875rem;height:1.1875rem;display:block; }
#x8fam0scFCPG2s0DaKhiXEaUQz6lQ3sw { position:absolute;display:block;z-index:15017;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:1.75rem;width:1.75rem;top:16.25rem;left:3.5625rem;overflow:hidden;display:block; }
#wNovsJbeb9K2q0fzPFglpWcRLkNgbfeI { color:#000000;display:block;width:26.375rem;position:absolute;font-family:"sequel sans black head";font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:16.25rem;left:5.875rem;height:1.25rem;display:block; }
#i3dAoGRvqB2yZTK6bnpShV9ZtsBW2SVt { color:#000000;display:block;width:31.6875rem;position:absolute;font-family:"sequel sans book body";font-size:0.9375rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:17.5625rem;left:5.875rem;height:3.5625rem;display:block; }
#W5AFzKihzfZfC37NEWuXySKT8FqmCEJU { position:absolute;display:block;z-index:15015;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:18.9375rem;width:13.9375rem;top:6.5302734375rem;left:50.68359375rem;overflow:hidden;display:block; }
#zMtSQ9ZNcuKTAivoi5AIyoI6QGbdAhJi { position:absolute;display:block;z-index:15018;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:1.75rem;width:1.75rem;top:22.125rem;left:3.5625rem;overflow:hidden;display:block; }
#HByvSIypumA9kXoBhO8TR5oEmhBRXU3f { color:#000000;display:block;width:26.375rem;position:absolute;font-family:"sequel sans black head";font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:22.125rem;left:5.875rem;height:1.25rem;display:block; }
#bc7Rk2U0zJUtDPMZ00xWGFyvOFJ0LfTc { color:#000000;display:block;width:35.9375rem;position:absolute;font-family:"sequel sans book body";font-size:0.9375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:23.4375rem;left:5.875rem;height:3.5625rem;display:block; }
#SsRTZiJBvAw3FfWiBrQRgL15PJaWKQmo { position:absolute;display:block;z-index:15020;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:2.5620125rem;width:8.625rem;top:28.9375rem;left:5.875rem;overflow:hidden;display:block; }
#MP7mByeBT1kV8d24iMnbnwKyCmNehIyr { position:absolute;display:block;z-index:15021;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:3rem;width:9.6875rem;top:28.7177734375rem;left:16.09375rem;overflow:hidden;display:block; }
#LJHGLWC1uiTTeEXtUyxK6QqdBtITHHVk { color:#000000;display:block;width:18.5rem;position:absolute;font-family:arial;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.625rem;top:31.8125rem;left:1.5rem;display:none; }
#Bcu1tue3SOeV8nxAUTxN4HiTIcIiCWIP { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:41.4375rem;left:7.375rem;display:none; }
#Kq0zM7KHyJIFumRnFehxgKb0yhFtNmQC { color:#000000;display:block;width:18.5rem;position:absolute;font-family:arial;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.625rem;top:36.0625rem;left:1.5rem;display:none; }
#Bg2CVfhVh18aG3Bhf1QGmP1refzUsPRx { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:41.4375rem;left:7.375rem;display:none; }
#ns7HVdGTtym1g6E7rtFkS85sgsXh8GGp { color:#000000;display:block;width:26.375rem;position:absolute;font-family:"sequel sans black head";font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:12.5625rem;left:5.875rem;height:1.29980625rem;display:none; }
#GTJzbysNUsxBg8RZBBw5KEb0cuBXHdzK { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:41.4375rem;left:7.375rem;display:none; }
#tnr1wzLgIgvHmepcaZa0AHGp57BpqlIF { color:#000000;display:block;width:26.375rem;position:absolute;font-family:"sequel sans black head";font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:12.5625rem;left:5.875rem;height:1.29980625rem;display:none; }
#McW3qW9vTF0ieu1I69tpdv6uWG8iPX8V { color:#000000;display:block;width:18.5rem;position:absolute;font-family:arial;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.5625rem;top:40.25rem;left:1.5rem;display:none; }
#H4g4dEt1BAoE7wIUE1g0bSagTOTfaJiN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/03f89abd-42c3-4112-9461-3281a491f2ca/datherobgcomboblackandimage.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#H4g4dEt1BAoE7wIUE1g0bSagTOTfaJiN.adaptive-delivery-prevent-bg, #H4g4dEt1BAoE7wIUE1g0bSagTOTfaJiN.lazyload, #H4g4dEt1BAoE7wIUE1g0bSagTOTfaJiN.lazyloading { background-image: none; }#H4g4dEt1BAoE7wIUE1g0bSagTOTfaJiN > .row .container { background-color: transparent; background-image: none; }#H4g4dEt1BAoE7wIUE1g0bSagTOTfaJiN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H4g4dEt1BAoE7wIUE1g0bSagTOTfaJiN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H4g4dEt1BAoE7wIUE1g0bSagTOTfaJiN > .row .container > .video-iframe-container { display: none; }#H4g4dEt1BAoE7wIUE1g0bSagTOTfaJiN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H4g4dEt1BAoE7wIUE1g0bSagTOTfaJiN > .row > .video-iframe-container { display: none; }#H4g4dEt1BAoE7wIUE1g0bSagTOTfaJiN > .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); }#H4g4dEt1BAoE7wIUE1g0bSagTOTfaJiN > .row .container { border-width: 0; border-radius: 0; }#H4g4dEt1BAoE7wIUE1g0bSagTOTfaJiN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H4g4dEt1BAoE7wIUE1g0bSagTOTfaJiN > .row .container { font-size:0.875rem;font-family:arial;height:26.0625rem;width:75rem;position:relative;display:block; }#wotEacsLuFgOwqW64h4ESTczmFzSKcne { color:#ffffff;display:block;width:36.125rem;position:absolute;font-family:"sequel sans heavy head";font-size:2.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5.1181640625rem;left:0rem;height:11.5rem;display:block; }
#DzfMqibOKfwnIhkyfn9VQvBVeceeNroX { background-color:#005dff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8rem;height:2.25rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:19.125rem;left:0rem;display:block; }
#Cq8gDm0depGaDiVpnbBXh64Z0MwSa0T5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BIIoc0m50tVncHZpahrgKroxHyFtFdRN { background-color:#005dff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8rem;height:2.25rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:15.75rem;left:42.625rem;display:none; }
#qVktqXa2ExX2N3B3TKNRAXDFGM6bxlCT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WRZyFTlhLFONmwctObuNwdOfouKZOtxL.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#103ffa;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; } #WRZyFTlhLFONmwctObuNwdOfouKZOtxL.widget-smartsection *:focus-visible, #WRZyFTlhLFONmwctObuNwdOfouKZOtxL.widget-smartsection input[type="text"]:focus-visible, #WRZyFTlhLFONmwctObuNwdOfouKZOtxL.widget-smartsection input[type="email"]:focus-visible, #WRZyFTlhLFONmwctObuNwdOfouKZOtxL.widget-smartsection input[type="tel"]:focus-visible, #WRZyFTlhLFONmwctObuNwdOfouKZOtxL.widget-smartsection textarea:focus-visible { outline: none; } #iVSMSyaeNDTefeFE1EUoN2TuW66bnpcg > .row .container { background-color: transparent; background-image: none; }#iVSMSyaeNDTefeFE1EUoN2TuW66bnpcg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iVSMSyaeNDTefeFE1EUoN2TuW66bnpcg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iVSMSyaeNDTefeFE1EUoN2TuW66bnpcg > .row .container > .video-iframe-container { display: none; }#iVSMSyaeNDTefeFE1EUoN2TuW66bnpcg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iVSMSyaeNDTefeFE1EUoN2TuW66bnpcg > .row > .video-iframe-container { display: none; }#iVSMSyaeNDTefeFE1EUoN2TuW66bnpcg > .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); }#iVSMSyaeNDTefeFE1EUoN2TuW66bnpcg > .row .container { border-width: 0; border-radius: 0; }#iVSMSyaeNDTefeFE1EUoN2TuW66bnpcg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iVSMSyaeNDTefeFE1EUoN2TuW66bnpcg > .row .container { font-size:0.875rem;font-family:arial;height:4.5625rem;width:75rem;position:relative;display:block; }#FNu4erTpRdJUi8FGuMtbStRvTTBX7JyM.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; } #FNu4erTpRdJUi8FGuMtbStRvTTBX7JyM.widget-smartsection *:focus-visible, #FNu4erTpRdJUi8FGuMtbStRvTTBX7JyM.widget-smartsection input[type="text"]:focus-visible, #FNu4erTpRdJUi8FGuMtbStRvTTBX7JyM.widget-smartsection input[type="email"]:focus-visible, #FNu4erTpRdJUi8FGuMtbStRvTTBX7JyM.widget-smartsection input[type="tel"]:focus-visible, #FNu4erTpRdJUi8FGuMtbStRvTTBX7JyM.widget-smartsection textarea:focus-visible { outline: none; } #ZX3QOpaUCaPVMmQWxMKi4xJ5fhPTWi5l > .row .container { background-color: transparent; background-image: none; }#ZX3QOpaUCaPVMmQWxMKi4xJ5fhPTWi5l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZX3QOpaUCaPVMmQWxMKi4xJ5fhPTWi5l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZX3QOpaUCaPVMmQWxMKi4xJ5fhPTWi5l > .row .container > .video-iframe-container { display: none; }#ZX3QOpaUCaPVMmQWxMKi4xJ5fhPTWi5l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZX3QOpaUCaPVMmQWxMKi4xJ5fhPTWi5l > .row > .video-iframe-container { display: none; }#ZX3QOpaUCaPVMmQWxMKi4xJ5fhPTWi5l > .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); }#ZX3QOpaUCaPVMmQWxMKi4xJ5fhPTWi5l > .row .container { border-width: 0; border-radius: 0; }#ZX3QOpaUCaPVMmQWxMKi4xJ5fhPTWi5l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZX3QOpaUCaPVMmQWxMKi4xJ5fhPTWi5l > .row .container { font-size:0.875rem;font-family:arial;height:14rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lAwzWdMpKF4kKlM4mO8gXD2uAveGwPWe { display:block; }#lAwzWdMpKF4kKlM4mO8gXD2uAveGwPWe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pyv0h8iMf0gWb9IcMPoDANiJ4LKhH9Tv { top:2.5rem;left:0rem;width:12.875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPSLFEpMct7ckDwvIsX68uMxnuArLkoC { top:3.0625rem;left:37.6875rem;width:10.0625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxyHSsH3u8U11Ft7GG2tm6XXnWuI4sNP { top:19.25rem;left:0rem;width:34.75rem;height:3.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVmeJP3AJURV1H3f6mmqHRNwnsD8Pl2a { top:10.625rem;left:0rem;width:35.375rem;height:;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eq88NmViKFuPVSiTtTOqnvbOrTxc7rxb { width:11.6875rem;height:3.0625rem;top:26.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrgIyCLn8BZIykSu3ugZAvHnGLi1p7GH { display:block; }
 }@media only screen and (max-width: 763px) { #my4TsUXMgVwcsbzFGUkZFaDwvOUpz2RF { top:5.0625rem;left:17.75rem;width:30rem;height:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWZTTTZtyS41fpe0Qaqd7AB5Uvrqxl90.widget-smartsection { display:block; } #bWZTTTZtyS41fpe0Qaqd7AB5Uvrqxl90.widget-smartsection *:focus-visible, #bWZTTTZtyS41fpe0Qaqd7AB5Uvrqxl90.widget-smartsection input[type="text"]:focus-visible, #bWZTTTZtyS41fpe0Qaqd7AB5Uvrqxl90.widget-smartsection input[type="email"]:focus-visible, #bWZTTTZtyS41fpe0Qaqd7AB5Uvrqxl90.widget-smartsection input[type="tel"]:focus-visible, #bWZTTTZtyS41fpe0Qaqd7AB5Uvrqxl90.widget-smartsection textarea:focus-visible { outline: none; } #Tg2SGWgcqpAqoEBZk5TkgzCm6R4pXPgH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G0nWsUSb1UFSBSaK7GsIEVyykTw8uw2z { display:block; }#G0nWsUSb1UFSBSaK7GsIEVyykTw8uw2z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LsgxSmuOC5p7gUpMhb3D494TL4XPJzBT { top:2.875rem;left:3.46875rem;width:36.8125rem;height:5.625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTdnCLiVdVMTNfDh725WnTyIgZvbVgIh { display:block; }#pTdnCLiVdVMTNfDh725WnTyIgZvbVgIh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q4nhUUqpQdkzoNoUcX3hFTKeIABnRQRG { top:6.8125rem;left:0rem;width:47.75rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaGVW79PePzFiHTcqrQVVLJXKSu6ZLXZ { top:1rem;left:0rem;width:47.75rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEwN4dLSaBHxUdWoKTbi0MadbqFXon0V { top:19.3125rem;left:0rem;width:47.75rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEUJd5WFIs2s7tnbTp9mncBARJL18CJS { display:block; }#vEUJd5WFIs2s7tnbTp9mncBARJL18CJS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XxzLRo0deaTlJ0lzo3EQZpxsnLkwcx80 { width:16.8125rem;height:2.25rem;top:2.8125rem;left:15.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouGc6TWnnBvX1XKZdX9sgu6QQG5pn97Q { display:block; }
 }@media only screen and (max-width: 763px) { #nezQmWCrq2EqV8BqJU0qPT3gDvzvkEei { display:block; }#nezQmWCrq2EqV8BqJU0qPT3gDvzvkEei > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTfJI2PEWZM2dbT8hiZyzynsmAEkfkpb { top:2.5rem;left:0rem;width:34.75rem;height:5.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMFb9LwzrHvUvP77JMmT2589EEs3h4aH { top:9.4375rem;left:0rem;width:26.875rem;height:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPaWX5hCrMQAPu24J6a4V4nK3mDPZlMo { top:12.5625rem;left:0rem;width:26.375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOkHKQvo0oD6TqUue2IdI8dzRFE8veP5 { top:12.5625rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHvQ5yU2pswD8oWaIfHUZFck10ocBiP4 { top:13.9375rem;left:0rem;width:31.875rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8fam0scFCPG2s0DaKhiXEaUQz6lQ3sw { top:16.25rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNovsJbeb9K2q0fzPFglpWcRLkNgbfeI { top:16.25rem;left:0rem;width:26.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3dAoGRvqB2yZTK6bnpShV9ZtsBW2SVt { top:17.5625rem;left:0rem;width:31.6875rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5AFzKihzfZfC37NEWuXySKT8FqmCEJU { top:6.5rem;left:33.6875rem;width:13.9375rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMtSQ9ZNcuKTAivoi5AIyoI6QGbdAhJi { top:22.125rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HByvSIypumA9kXoBhO8TR5oEmhBRXU3f { top:22.125rem;left:0rem;width:26.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bc7Rk2U0zJUtDPMZ00xWGFyvOFJ0LfTc { top:23.4375rem;left:0rem;width:35.9375rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsRTZiJBvAw3FfWiBrQRgL15PJaWKQmo { top:28.9375rem;left:0rem;width:8.625rem;height:2.561525rem;display:block; }
 }@media only screen and (max-width: 763px) { #MP7mByeBT1kV8d24iMnbnwKyCmNehIyr { top:28.6875rem;left:2.46875rem;width:9.6875rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJHGLWC1uiTTeEXtUyxK6QqdBtITHHVk { top:31.8125rem;left:0rem;width:18.5rem;height:2.625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bcu1tue3SOeV8nxAUTxN4HiTIcIiCWIP { top:41.4375rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kq0zM7KHyJIFumRnFehxgKb0yhFtNmQC { top:36.0625rem;left:0rem;width:18.5rem;height:2.625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bg2CVfhVh18aG3Bhf1QGmP1refzUsPRx { top:41.4375rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ns7HVdGTtym1g6E7rtFkS85sgsXh8GGp { top:34.9375rem;left:0rem;width:13.8125rem;height:1.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #GTJzbysNUsxBg8RZBBw5KEb0cuBXHdzK { top:41.4375rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #tnr1wzLgIgvHmepcaZa0AHGp57BpqlIF { top:39.1875rem;left:0rem;width:17.8125rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #McW3qW9vTF0ieu1I69tpdv6uWG8iPX8V { top:40.25rem;left:0rem;width:18.5rem;height:3.5625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #H4g4dEt1BAoE7wIUE1g0bSagTOTfaJiN { display:block; }#H4g4dEt1BAoE7wIUE1g0bSagTOTfaJiN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wotEacsLuFgOwqW64h4ESTczmFzSKcne { top:5.0625rem;left:0rem;width:36.125rem;height:11.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzfMqibOKfwnIhkyfn9VQvBVeceeNroX { width:8rem;height:2.25rem;top:19.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cq8gDm0depGaDiVpnbBXh64Z0MwSa0T5 { display:block; }
 }@media only screen and (max-width: 763px) { #BIIoc0m50tVncHZpahrgKroxHyFtFdRN { width:8rem;height:2.25rem;top:15.75rem;left:29rem;display:none; }
 }@media only screen and (max-width: 763px) { #qVktqXa2ExX2N3B3TKNRAXDFGM6bxlCT { display:block; }
 }@media only screen and (max-width: 763px) { #WRZyFTlhLFONmwctObuNwdOfouKZOtxL.widget-smartsection { display:block; } #WRZyFTlhLFONmwctObuNwdOfouKZOtxL.widget-smartsection *:focus-visible, #WRZyFTlhLFONmwctObuNwdOfouKZOtxL.widget-smartsection input[type="text"]:focus-visible, #WRZyFTlhLFONmwctObuNwdOfouKZOtxL.widget-smartsection input[type="email"]:focus-visible, #WRZyFTlhLFONmwctObuNwdOfouKZOtxL.widget-smartsection input[type="tel"]:focus-visible, #WRZyFTlhLFONmwctObuNwdOfouKZOtxL.widget-smartsection textarea:focus-visible { outline: none; } #iVSMSyaeNDTefeFE1EUoN2TuW66bnpcg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FNu4erTpRdJUi8FGuMtbStRvTTBX7JyM.widget-smartsection { display:block; } #FNu4erTpRdJUi8FGuMtbStRvTTBX7JyM.widget-smartsection *:focus-visible, #FNu4erTpRdJUi8FGuMtbStRvTTBX7JyM.widget-smartsection input[type="text"]:focus-visible, #FNu4erTpRdJUi8FGuMtbStRvTTBX7JyM.widget-smartsection input[type="email"]:focus-visible, #FNu4erTpRdJUi8FGuMtbStRvTTBX7JyM.widget-smartsection input[type="tel"]:focus-visible, #FNu4erTpRdJUi8FGuMtbStRvTTBX7JyM.widget-smartsection textarea:focus-visible { outline: none; } #ZX3QOpaUCaPVMmQWxMKi4xJ5fhPTWi5l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lAwzWdMpKF4kKlM4mO8gXD2uAveGwPWe { display:block; }#lAwzWdMpKF4kKlM4mO8gXD2uAveGwPWe > .row .container { width:20rem;height:25.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pyv0h8iMf0gWb9IcMPoDANiJ4LKhH9Tv { width:8.125rem;height:1.3125rem;top:1.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPSLFEpMct7ckDwvIsX68uMxnuArLkoC { width:7.5625rem;height:2.5rem;top:1.318359375rem;left:12.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxyHSsH3u8U11Ft7GG2tm6XXnWuI4sNP { width:20rem;height:4.3125rem;top:13.8984375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tVmeJP3AJURV1H3f6mmqHRNwnsD8Pl2a { width:18.1875rem;height:5.625rem;top:6.1875rem;left:0.90625rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eq88NmViKFuPVSiTtTOqnvbOrTxc7rxb { width:8rem;height:2.3125rem;top:20.5234375rem;left:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrgIyCLn8BZIykSu3ugZAvHnGLi1p7GH { display:block; }
 }@media only screen and (max-width: 763px) { #my4TsUXMgVwcsbzFGUkZFaDwvOUpz2RF { width:20rem;height:18.5rem;top:5.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bWZTTTZtyS41fpe0Qaqd7AB5Uvrqxl90.widget-smartsection { display:block; } #bWZTTTZtyS41fpe0Qaqd7AB5Uvrqxl90.widget-smartsection *:focus-visible, #bWZTTTZtyS41fpe0Qaqd7AB5Uvrqxl90.widget-smartsection input[type="text"]:focus-visible, #bWZTTTZtyS41fpe0Qaqd7AB5Uvrqxl90.widget-smartsection input[type="email"]:focus-visible, #bWZTTTZtyS41fpe0Qaqd7AB5Uvrqxl90.widget-smartsection input[type="tel"]:focus-visible, #bWZTTTZtyS41fpe0Qaqd7AB5Uvrqxl90.widget-smartsection textarea:focus-visible { outline: none; } #Tg2SGWgcqpAqoEBZk5TkgzCm6R4pXPgH > .row .container { width:20rem;height:75.011458396912rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G0nWsUSb1UFSBSaK7GsIEVyykTw8uw2z { display:block; }#G0nWsUSb1UFSBSaK7GsIEVyykTw8uw2z > .row .container { width:20rem;height:11.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LsgxSmuOC5p7gUpMhb3D494TL4XPJzBT { width:20rem;height:7.5rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTdnCLiVdVMTNfDh725WnTyIgZvbVgIh { display:block; }#pTdnCLiVdVMTNfDh725WnTyIgZvbVgIh > .row .container { width:20rem;height:26.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q4nhUUqpQdkzoNoUcX3hFTKeIABnRQRG { width:20rem;height:10.0625rem;top:12.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaGVW79PePzFiHTcqrQVVLJXKSu6ZLXZ { width:20rem;height:4.25rem;top:6.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEwN4dLSaBHxUdWoKTbi0MadbqFXon0V { width:20rem;height:4.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEUJd5WFIs2s7tnbTp9mncBARJL18CJS { display:block; }#vEUJd5WFIs2s7tnbTp9mncBARJL18CJS > .row .container { width:20rem;height:11.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XxzLRo0deaTlJ0lzo3EQZpxsnLkwcx80 { width:16.8125rem;height:2.25rem;top:1.25rem;left:1.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouGc6TWnnBvX1XKZdX9sgu6QQG5pn97Q { display:block; }
 }@media only screen and (max-width: 763px) { #nezQmWCrq2EqV8BqJU0qPT3gDvzvkEei { display:block; }#nezQmWCrq2EqV8BqJU0qPT3gDvzvkEei > .row .container { width:20rem;height:48.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTfJI2PEWZM2dbT8hiZyzynsmAEkfkpb { width:18.5625rem;height:5.25rem;top:22.6875rem;left:0.71875rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZMFb9LwzrHvUvP77JMmT2589EEs3h4aH { width:18.625rem;height:0.9375rem;top:29.125rem;left:0.6875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UPaWX5hCrMQAPu24J6a4V4nK3mDPZlMo { width:13.875rem;height:0.9375rem;top:30.697265625rem;left:1.46875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TOkHKQvo0oD6TqUue2IdI8dzRFE8veP5 { width:1rem;height:1rem;top:30.685546875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EHvQ5yU2pswD8oWaIfHUZFck10ocBiP4 { width:15.1875rem;height:0;top:31.673828125rem;left:0.71875rem;font-size:0.625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #x8fam0scFCPG2s0DaKhiXEaUQz6lQ3sw { width:1.749025rem;height:1.749025rem;top:52.5rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wNovsJbeb9K2q0fzPFglpWcRLkNgbfeI { width:15.6230625rem;height:0;top:55.5rem;left:2.1875rem;font-size:1rem;line-height:1.3;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #i3dAoGRvqB2yZTK6bnpShV9ZtsBW2SVt { width:15.2480625rem;height:0;top:59.375rem;left:2.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #W5AFzKihzfZfC37NEWuXySKT8FqmCEJU { width:15.5625rem;height:21.125rem;top:0rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMtSQ9ZNcuKTAivoi5AIyoI6QGbdAhJi { width:1.749025rem;height:1.749025rem;top:67.9375rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HByvSIypumA9kXoBhO8TR5oEmhBRXU3f { width:14.6875rem;height:0;top:70.9375rem;left:2.625rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #bc7Rk2U0zJUtDPMZ00xWGFyvOFJ0LfTc { width:16.4365rem;height:0;top:74.75rem;left:1.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #SsRTZiJBvAw3FfWiBrQRgL15PJaWKQmo { width:8.0625rem;height:2.3125rem;top:44.96875rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MP7mByeBT1kV8d24iMnbnwKyCmNehIyr { width:8.625rem;height:2.749025rem;top:44.75rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJHGLWC1uiTTeEXtUyxK6QqdBtITHHVk { top:31.833984375rem;left:1.5rem;width:18.5rem;height:2.625rem;z-index:15022;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bcu1tue3SOeV8nxAUTxN4HiTIcIiCWIP { top:30.5341796875rem;left:0.71875rem;width:1.125rem;height:1.25rem;z-index:15023;color:#103ffa;display:block; }
 }@media only screen and (max-width: 763px) { #Kq0zM7KHyJIFumRnFehxgKb0yhFtNmQC { top:36.0625rem;left:1.5rem;width:18.5rem;height:2.625rem;z-index:15025;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bg2CVfhVh18aG3Bhf1QGmP1refzUsPRx { top:34.7568359375rem;left:0.71875rem;width:1.125rem;height:1.25rem;z-index:15026;color:#103ffa;display:block; }
 }@media only screen and (max-width: 763px) { #ns7HVdGTtym1g6E7rtFkS85sgsXh8GGp { width:17.4375rem;height:0.9375rem;top:34.9375rem;left:1.5rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #GTJzbysNUsxBg8RZBBw5KEb0cuBXHdzK { top:38.9853515625rem;left:0.71875rem;width:1.125rem;height:1.25rem;z-index:15029;color:#103ffa;display:block; }
 }@media only screen and (max-width: 763px) { #tnr1wzLgIgvHmepcaZa0AHGp57BpqlIF { width:17.8125rem;height:0.9375rem;top:39.1875rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #McW3qW9vTF0ieu1I69tpdv6uWG8iPX8V { top:40.28515625rem;left:1.5rem;width:18.5rem;height:3.5rem;z-index:15026;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4g4dEt1BAoE7wIUE1g0bSagTOTfaJiN { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/b6864c3b-2ca8-4db3-ba95-025e96f50d90/973907ce1c0083f131f48908d29ec99513f1dd51538x275.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#H4g4dEt1BAoE7wIUE1g0bSagTOTfaJiN.adaptive-delivery-prevent-bg, #H4g4dEt1BAoE7wIUE1g0bSagTOTfaJiN.lazyload, #H4g4dEt1BAoE7wIUE1g0bSagTOTfaJiN.lazyloading { background-image: none; }#H4g4dEt1BAoE7wIUE1g0bSagTOTfaJiN > .row .container { background-color: transparent; background-image: none; }#H4g4dEt1BAoE7wIUE1g0bSagTOTfaJiN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H4g4dEt1BAoE7wIUE1g0bSagTOTfaJiN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H4g4dEt1BAoE7wIUE1g0bSagTOTfaJiN > .row .container > .video-iframe-container { display: none; }#H4g4dEt1BAoE7wIUE1g0bSagTOTfaJiN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H4g4dEt1BAoE7wIUE1g0bSagTOTfaJiN > .row > .video-iframe-container { display: none; }#H4g4dEt1BAoE7wIUE1g0bSagTOTfaJiN > .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); }#H4g4dEt1BAoE7wIUE1g0bSagTOTfaJiN > .row .container { width:20rem;height:17.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wotEacsLuFgOwqW64h4ESTczmFzSKcne { width:20rem;height:9.0625rem;top:2.5rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;font-family:"sequel sans semi bold body";display:block; }
 }@media only screen and (max-width: 763px) { #DzfMqibOKfwnIhkyfn9VQvBVeceeNroX { width:8rem;height:2.25rem;top:18.0966875rem;left:6rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cq8gDm0depGaDiVpnbBXh64Z0MwSa0T5 { display:block; }
 }@media only screen and (max-width: 763px) { #BIIoc0m50tVncHZpahrgKroxHyFtFdRN { width:18.8125rem;height:1.8125rem;top:12.8125rem;left:0.625rem;font-size:0.625rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #qVktqXa2ExX2N3B3TKNRAXDFGM6bxlCT { display:block; }
 }@media only screen and (max-width: 763px) { #WRZyFTlhLFONmwctObuNwdOfouKZOtxL.widget-smartsection { display:block; } #WRZyFTlhLFONmwctObuNwdOfouKZOtxL.widget-smartsection *:focus-visible, #WRZyFTlhLFONmwctObuNwdOfouKZOtxL.widget-smartsection input[type="text"]:focus-visible, #WRZyFTlhLFONmwctObuNwdOfouKZOtxL.widget-smartsection input[type="email"]:focus-visible, #WRZyFTlhLFONmwctObuNwdOfouKZOtxL.widget-smartsection input[type="tel"]:focus-visible, #WRZyFTlhLFONmwctObuNwdOfouKZOtxL.widget-smartsection textarea:focus-visible { outline: none; } #iVSMSyaeNDTefeFE1EUoN2TuW66bnpcg > .row .container { width:20rem;height:6.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FNu4erTpRdJUi8FGuMtbStRvTTBX7JyM.widget-smartsection { display:block; } #FNu4erTpRdJUi8FGuMtbStRvTTBX7JyM.widget-smartsection *:focus-visible, #FNu4erTpRdJUi8FGuMtbStRvTTBX7JyM.widget-smartsection input[type="text"]:focus-visible, #FNu4erTpRdJUi8FGuMtbStRvTTBX7JyM.widget-smartsection input[type="email"]:focus-visible, #FNu4erTpRdJUi8FGuMtbStRvTTBX7JyM.widget-smartsection input[type="tel"]:focus-visible, #FNu4erTpRdJUi8FGuMtbStRvTTBX7JyM.widget-smartsection textarea:focus-visible { outline: none; } #ZX3QOpaUCaPVMmQWxMKi4xJ5fhPTWi5l > .row .container { width:20rem;height:9.9375rem;position:relative;display:block; } }