.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:217,235,243;--color-primary-1:140,194,219;--color-primary-2:63,154,195;--color-primary-3:32,62,146;--color-primary-4:24,57,123;--color-secondary-0:100,192,128;--color-secondary-1:71,199,75;--color-secondary-2:63,195,99;--color-secondary-3:71,161,98;--color-secondary-4:77,113,76;--color-tertiary-0:255,255,255;--color-tertiary-1:95,95,95;--color-tertiary-2:64,64,65;--color-tertiary-3:51,51,51;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@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:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/11ad6911-46c6-48b4-b153-7d796f3d231b/B2Bmarketingfarmtable.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; }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8.adaptive-delivery-prevent-bg, #cicBwAwOK2wOGtDl9slDlSo8XFThfhD8.lazyload, #cicBwAwOK2wOGtDl9slDlSo8XFThfhD8.lazyloading { background-image: none; }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row .container { background-color: transparent; background-image: none; }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(36,93,144,0.71); }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row .container > .video-iframe-container { display: none; }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(36,93,144,0.71); }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row > .video-iframe-container { display: none; }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .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); }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row .container { border-width: 0; border-radius: 0; }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row .container { font-size:0.875rem;font-family:arial;height:40.6875rem;width:60rem;position:relative;display:block; }#rKEf2LoewTLqpaut9HQ62a1gu02xJn2K { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.375rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:13.34375rem;left:0.0010414123535156rem;height:5.375rem;font-style:normal;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; }
#OtCJIkt0yfHkzbeWiDdMgentLpTcFkhT { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:27.492708206177rem;left:0.0010414123535156rem;height:2.062325rem;font-style:normal;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; }
#wnCeinsw7JpViSs2GGQFk6n7A8Ar2LR2 { position:absolute;display:block;z-index:15006;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.1875rem;width:10.5625rem;top:3.625rem;left:0rem;overflow:hidden;display:block; }
#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d6605d0e-2cb6-40c4-a864-c059a7b68453/bullseye.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB.adaptive-delivery-prevent-bg, #Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB.lazyload, #Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB.lazyloading { background-image: none; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container { background-color: transparent; background-image: none; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container > .video-iframe-container { display: none; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row > .video-iframe-container { display: none; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .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); }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container { border-width: 0; border-radius: 0; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container { font-size:0.875rem;font-family:arial;height:41.875rem;width:60rem;position:relative;display:block; }#RApTxKlwMGaE0WT1xLI3WzDVFsaDJ4Jl { color:#245d90;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:11.249554634094rem;left:0rem;height:5.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vOzpfCGNxK4oTuhMzGZCXy8BxSdkI1qK { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:41.9375rem;width:60rem;top:-0.034538269042969rem;left:0rem;display:block; }
#UeWd2OsWm1yCIrxO6peuTHO6sQq3TOIx { color:rgba(var(--color-tertiary-4),1);display:block;width:52.1249375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:18.936877250671rem;left:3.9368782043457rem;height:20.06875rem;text-align:center;text-align-last:center;display:block; }
#m00b0pQXlGXVMiJKuCTGHD4QwodfKXZS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.0623125rem;width:7.0623125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:3.3802366256714rem;left:26.468391418457rem; }
#T4wKPatf3f2n85DuwWSKyIO9AdFChyCn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#245d90;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; }#T4wKPatf3f2n85DuwWSKyIO9AdFChyCn > .row .container { background-color: transparent; background-image: none; }#T4wKPatf3f2n85DuwWSKyIO9AdFChyCn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4wKPatf3f2n85DuwWSKyIO9AdFChyCn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4wKPatf3f2n85DuwWSKyIO9AdFChyCn > .row .container > .video-iframe-container { display: none; }#T4wKPatf3f2n85DuwWSKyIO9AdFChyCn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4wKPatf3f2n85DuwWSKyIO9AdFChyCn > .row > .video-iframe-container { display: none; }#T4wKPatf3f2n85DuwWSKyIO9AdFChyCn > .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); }#T4wKPatf3f2n85DuwWSKyIO9AdFChyCn > .row .container { border-width: 0; border-radius: 0; }#T4wKPatf3f2n85DuwWSKyIO9AdFChyCn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T4wKPatf3f2n85DuwWSKyIO9AdFChyCn > .row .container { font-size:0.875rem;font-family:arial;height:69.4375rem;width:60rem;position:relative;display:block; }#GfumqrtW170EDitTbEytt2Ekyl3xylfm { color:rgba(var(--color-tertiary-1),1);display:block;width:53.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15002;line-height:1.7;letter-spacing:0;top:16.330783843994rem;left:3.2498226165771rem;height:42.39375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#d6GXaMlUs7oRJ3VpyPCQgnBH5mqiIh4z { color:#245d90;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:10.87801361084rem;left:0rem;height:2.7752125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AuHfxyokei2EraPMN7em9P05HH3FrLlO { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:69.375rem;width:60rem;top:-0.034446716308594rem;left:0rem;display:block; }
#DpRCaoto9DyfTs1R678FqP577vtfudqZ { box-sizing:content-box;color:#5d92ff;font-size:4.9375rem;font-weight:400;line-height:1;height:7.0625rem;width:7.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:3.8716278076172rem;left:26.468391418457rem; }
#idKK6XRpXWQq8V9NKCx48367UKgRLkcS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/06146498-b556-4186-815e-02464cfebb3d/uptrend.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#idKK6XRpXWQq8V9NKCx48367UKgRLkcS.adaptive-delivery-prevent-bg, #idKK6XRpXWQq8V9NKCx48367UKgRLkcS.lazyload, #idKK6XRpXWQq8V9NKCx48367UKgRLkcS.lazyloading { background-image: none; }#idKK6XRpXWQq8V9NKCx48367UKgRLkcS > .row .container { background-color: transparent; background-image: none; }#idKK6XRpXWQq8V9NKCx48367UKgRLkcS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(36,93,144,0.71); }#idKK6XRpXWQq8V9NKCx48367UKgRLkcS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#idKK6XRpXWQq8V9NKCx48367UKgRLkcS > .row .container > .video-iframe-container { display: none; }#idKK6XRpXWQq8V9NKCx48367UKgRLkcS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(36,93,144,0.71); }#idKK6XRpXWQq8V9NKCx48367UKgRLkcS > .row > .video-iframe-container { display: none; }#idKK6XRpXWQq8V9NKCx48367UKgRLkcS > .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); }#idKK6XRpXWQq8V9NKCx48367UKgRLkcS > .row .container { border-width: 0; border-radius: 0; }#idKK6XRpXWQq8V9NKCx48367UKgRLkcS::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#idKK6XRpXWQq8V9NKCx48367UKgRLkcS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#idKK6XRpXWQq8V9NKCx48367UKgRLkcS > .row .container { font-size:0.875rem;font-family:arial;height:17.5rem;width:60rem;position:relative;display:block; }#fbba48f47911ab52dfd2df7c3266705a { color:rgba(var(--color-tertiary-0),1);display:block;width:51.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:4.07470703125rem;left:4rem;height:7.0125rem;text-align:center;text-align-last:center;display:block; }
#O8l4AVsaM2EbOfHn35KUE4NZ2Pcaw51A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/06146498-b556-4186-815e-02464cfebb3d/uptrend.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#O8l4AVsaM2EbOfHn35KUE4NZ2Pcaw51A.adaptive-delivery-prevent-bg, #O8l4AVsaM2EbOfHn35KUE4NZ2Pcaw51A.lazyload, #O8l4AVsaM2EbOfHn35KUE4NZ2Pcaw51A.lazyloading { background-image: none; }#O8l4AVsaM2EbOfHn35KUE4NZ2Pcaw51A > .row .container { background-color: transparent; background-image: none; }#O8l4AVsaM2EbOfHn35KUE4NZ2Pcaw51A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(36,93,144,0.22); }#O8l4AVsaM2EbOfHn35KUE4NZ2Pcaw51A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O8l4AVsaM2EbOfHn35KUE4NZ2Pcaw51A > .row .container > .video-iframe-container { display: none; }#O8l4AVsaM2EbOfHn35KUE4NZ2Pcaw51A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(36,93,144,0.22); }#O8l4AVsaM2EbOfHn35KUE4NZ2Pcaw51A > .row > .video-iframe-container { display: none; }#O8l4AVsaM2EbOfHn35KUE4NZ2Pcaw51A > .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); }#O8l4AVsaM2EbOfHn35KUE4NZ2Pcaw51A > .row .container { border-width: 0; border-radius: 0; }#O8l4AVsaM2EbOfHn35KUE4NZ2Pcaw51A::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O8l4AVsaM2EbOfHn35KUE4NZ2Pcaw51A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O8l4AVsaM2EbOfHn35KUE4NZ2Pcaw51A > .row .container { font-size:0.875rem;font-family:arial;height:17.5rem;width:60rem;position:relative;display:block; }#dnhAg9dZiPmbAckb5p8m8VyPWkVWExz4 { background-color:rgba(var(--color-tertiary-0),1);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-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.1) ;box-sizing:border-box;color:#245d90;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:7.74365234375rem;left:34.0625rem;display:block; }
#Fa4xeEkb0eUh6yMMUJTRZwQPVZPhzNmi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XD4ENKoxFA8ppudnPZMuHPtiuCdNfcSU { color:rgba(var(--color-tertiary-0),1);display:block;width:27.75rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.1187534332276rem;left:2.3125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bbacf8cb6c7fcf4a52558501cfca1ead.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #bbacf8cb6c7fcf4a52558501cfca1ead.widget-smartsection *:focus-visible, #bbacf8cb6c7fcf4a52558501cfca1ead.widget-smartsection input[type="text"]:focus-visible, #bbacf8cb6c7fcf4a52558501cfca1ead.widget-smartsection input[type="email"]:focus-visible, #bbacf8cb6c7fcf4a52558501cfca1ead.widget-smartsection input[type="tel"]:focus-visible, #bbacf8cb6c7fcf4a52558501cfca1ead.widget-smartsection textarea:focus-visible { outline: none; } #u5DgUZ6lyb09lX5bM2fA3Tol6WoFdbpt > .row .container { background-color: transparent; background-image: none; }#u5DgUZ6lyb09lX5bM2fA3Tol6WoFdbpt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u5DgUZ6lyb09lX5bM2fA3Tol6WoFdbpt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u5DgUZ6lyb09lX5bM2fA3Tol6WoFdbpt > .row .container > .video-iframe-container { display: none; }#u5DgUZ6lyb09lX5bM2fA3Tol6WoFdbpt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u5DgUZ6lyb09lX5bM2fA3Tol6WoFdbpt > .row > .video-iframe-container { display: none; }#u5DgUZ6lyb09lX5bM2fA3Tol6WoFdbpt > .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); }#u5DgUZ6lyb09lX5bM2fA3Tol6WoFdbpt > .row .container { border-width: 0; border-radius: 0; }#u5DgUZ6lyb09lX5bM2fA3Tol6WoFdbpt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u5DgUZ6lyb09lX5bM2fA3Tol6WoFdbpt > .row .container { font-size:0.875rem;font-family:arial;height:34.375rem;width:60rem;position:relative;display:block; }#GbHzrWB0A9NZyxRZaP47tGzP2wt8NOtc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/Q1p7bh3SHj8/unsplash/nasa-Q1p7bh3SHj8-photo-1451187580459-43490279c0fa.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#GbHzrWB0A9NZyxRZaP47tGzP2wt8NOtc.adaptive-delivery-prevent-bg, #GbHzrWB0A9NZyxRZaP47tGzP2wt8NOtc.lazyload, #GbHzrWB0A9NZyxRZaP47tGzP2wt8NOtc.lazyloading { background-image: none; }#GbHzrWB0A9NZyxRZaP47tGzP2wt8NOtc > .row .container { background-color: transparent; background-image: none; }#GbHzrWB0A9NZyxRZaP47tGzP2wt8NOtc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(36,93,144,0.67); }#GbHzrWB0A9NZyxRZaP47tGzP2wt8NOtc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GbHzrWB0A9NZyxRZaP47tGzP2wt8NOtc > .row .container > .video-iframe-container { display: none; }#GbHzrWB0A9NZyxRZaP47tGzP2wt8NOtc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(36,93,144,0.67); }#GbHzrWB0A9NZyxRZaP47tGzP2wt8NOtc > .row > .video-iframe-container { display: none; }#GbHzrWB0A9NZyxRZaP47tGzP2wt8NOtc > .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); }#GbHzrWB0A9NZyxRZaP47tGzP2wt8NOtc > .row .container { border-width: 0; border-radius: 0; }#GbHzrWB0A9NZyxRZaP47tGzP2wt8NOtc::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GbHzrWB0A9NZyxRZaP47tGzP2wt8NOtc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GbHzrWB0A9NZyxRZaP47tGzP2wt8NOtc > .row .container { font-size:0.875rem;font-family:arial;height:31.8125rem;width:60rem;position:relative;display:block; }#Zbf869143641f2ddb2db5de39e45ca52 { color:rgba(var(--color-tertiary-0),1);display:block;width:23.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:15.375rem;left:5.1875rem;height:9.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mb6faa06dc0aa04cb11d690668e9d177 { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:10.190430641174rem;left:0rem;height:2.7752125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qJysCCJ9KAp6o0S4If9OD6KhKe542FPO { color:rgba(var(--color-tertiary-0),1);display:block;width:24.2498125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:15.375rem;left:30.5625rem;height:9.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NmpEET7UIcDyxm4KTUH06TthWS3AsNvv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.5625rem;width:6.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:2.4343042373658rem;left:26.71875rem; }
#n7zukqrg0fl5OECosNpZcGMImTe0pNcw { position:relative;display:block; }#n7zukqrg0fl5OECosNpZcGMImTe0pNcw { background-color: transparent; background-image: none; }#n7zukqrg0fl5OECosNpZcGMImTe0pNcw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n7zukqrg0fl5OECosNpZcGMImTe0pNcw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n7zukqrg0fl5OECosNpZcGMImTe0pNcw > .row .container > .video-iframe-container { display: none; }#n7zukqrg0fl5OECosNpZcGMImTe0pNcw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n7zukqrg0fl5OECosNpZcGMImTe0pNcw > .row > .video-iframe-container { display: none; }#n7zukqrg0fl5OECosNpZcGMImTe0pNcw > .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); }#n7zukqrg0fl5OECosNpZcGMImTe0pNcw { border-width: 0; border-radius: 0; }#n7zukqrg0fl5OECosNpZcGMImTe0pNcw > .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; }#n7zukqrg0fl5OECosNpZcGMImTe0pNcw > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.9);background-image:none;font-size:0.875rem;font-family:arial;height:30.1875rem;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; }#Jn5DIQvrWJG7MnkneFofraahNd1kfC7P { color:#245d90;display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:14.3125rem;left:2.8125rem;height:7.22478125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NGWuS62TIx3ihEQGZe97lxJXFf78f8rd { position:absolute;display:block;z-index:15007;background-color:#245d90;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062144875rem;width:22.9375rem;top:12.625rem;left:2.875rem;display:block; }
#L4zTSFvl7WtOp3uKKDVpWdQmGNz3zxZg { background-color:#245d90;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:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:21.5rem;left:2.8125rem;display:block; }
#VWzJ4Tz5PdTaGeo49kZoE8CzrqaTOVlB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rGJfakCpLzOtJT69FRnIGngPVA89SCig { position:absolute;display:block;z-index:15009;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:30.125rem;width:30.125rem;top:0rem;left:29.75rem;overflow:hidden;display:block; }
#fppbNMgCnGZ8OCILqerRLNynFcsG3ICk { color:#245d90;display:block;width:23.0624375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.4375rem;left:2.8125rem;height:4.7125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NCX1lKMPrMKvXhk3kMIpy37vJhzOqnio { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#245d90;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; }#NCX1lKMPrMKvXhk3kMIpy37vJhzOqnio > .row .container { background-color: transparent; background-image: none; }#NCX1lKMPrMKvXhk3kMIpy37vJhzOqnio::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NCX1lKMPrMKvXhk3kMIpy37vJhzOqnio > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NCX1lKMPrMKvXhk3kMIpy37vJhzOqnio > .row .container > .video-iframe-container { display: none; }#NCX1lKMPrMKvXhk3kMIpy37vJhzOqnio > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NCX1lKMPrMKvXhk3kMIpy37vJhzOqnio > .row > .video-iframe-container { display: none; }#NCX1lKMPrMKvXhk3kMIpy37vJhzOqnio > .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); }#NCX1lKMPrMKvXhk3kMIpy37vJhzOqnio > .row .container { border-width: 0; border-radius: 0; }#NCX1lKMPrMKvXhk3kMIpy37vJhzOqnio > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NCX1lKMPrMKvXhk3kMIpy37vJhzOqnio > .row .container { font-size:0.875rem;font-family:arial;height:69rem;width:60rem;position:relative;display:block; }#QEvhkNNKp0W11O2REWDhh8B4VSaOCT7W { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-3),1);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.125rem;width:14.0625rem;top:35.6875rem;left:0rem;display:block; }
#T12wIy4lg51dars8y7iTIFdTTr3ODnTC { color:#245d90;display:block;width:11.37475rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:29.75rem;left:32rem;height:2.7rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DNUHOKkUeVSCZ5uoTtgVoDfJPRMztQGv { color:#245d90;display:block;width:11.37475rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;top:29.75rem;left:47.375rem;height:2.7rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#S9ysz24UcGv7rULFZTFT9LBNPx9cnIxA { color:#245d90;display:block;width:11.37475rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:29.0625rem;left:1.375rem;height:4.05rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HzWEQSstvZBnhXpcoLOglK78DpP8Mzbg { position:absolute;display:block;z-index:14994;background-color:rgba(var(--color-tertiary-0),1);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-left-radius:2.9375rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:12.6875rem;width:14.0625rem;top:21.75rem;left:0rem;display:block; }
#ICPFJZCs3vuzpg5HIBAFAFv09WlrJODC { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-0),1);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.125rem;width:14.0625rem;top:35.6875rem;left:15rem;display:block; }
#A3zTOzr6X9x8DxqOZSagRpMpB64k9VKs { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);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-left-radius:2.9375rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:12.6875rem;width:14.0625rem;top:21.875rem;left:15.3125rem;display:block; }
#QINOltc6VaTg9CL7nOOJ2da5QLstWHVk { color:#245d90;display:block;width:11.37475rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:29.0625rem;left:16.6875rem;height:4.05rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#h1A61dKQBO9UfkoGmnPPJaCEhVu17ifG { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);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.125rem;width:14.0625rem;top:35.6875rem;left:31rem;display:block; }
#BP28l9QmDBZxGHQqLFi5l83To55xoKhA { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);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-left-radius:2.9375rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:12.6875rem;width:14.0625rem;top:22rem;left:30.6875rem;display:block; }
#GC0gWxdOuiVQmSlUhXVwRrRltev7ofeV { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-2),1);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.125rem;width:14.0625rem;top:35.6875rem;left:45.9375rem;display:block; }
#G1qQGMcsGyhX6s840Vmsgo5u4MtdJTKU { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);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-left-radius:2.9375rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:12.6875rem;width:14.0625rem;top:21.75rem;left:45.9375rem;display:block; }
#W6TZ3l01eFgZ0HBKcnnGtTJDnJz39ykM { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);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-left-radius:2.9375rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:12.6875rem;width:14.0625rem;top:37.125rem;left:45.9375rem;display:block; }
#tGQ5oxpDITFDF0qCTSeHuwxclH47tvtF { position:absolute;display:block;z-index:15017;background-color:#3fc0c3;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.125rem;width:14.0625rem;top:51.1875rem;left:45.9375rem;display:block; }
#dcPAe8t4TWy4Fmir8sil1ekS4iE9fddJ { color:#245d90;display:block;width:11.37475rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;top:44.375rem;left:47.3125rem;height:4.05rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gvCQ61015cgL0XRKIQlmzFtc9HtWokRJ { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);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-left-radius:2.9375rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:12.6875rem;width:14.0625rem;top:37rem;left:0rem;display:block; }
#lcmuymEbImfV3K4dvJqEddJCog7IhXDX { color:#245d90;display:block;width:11.37475rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:44.375rem;left:1.375rem;height:4.05rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#N3dml03pxx67XNLoMP6dLzhHs3lANgSd { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);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-left-radius:2.9375rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:12.6875rem;width:14.0625rem;top:37.125rem;left:15.3125rem;display:block; }
#NdZCNhPZPm4zKuVpXtBOQAUraN3DsAA4 { color:#245d90;display:block;width:9.49975rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;top:45.1875rem;left:17.6875rem;height:2.7rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Eq3T76T8y4mVwM25fG0ekpTXnW9xGP3E { color:#245d90;display:block;width:11.37475rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.2;letter-spacing:0;top:45rem;left:32rem;height:2.7rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uTovFCRysELyoKgT7B8rvpBfTyHbl0Bn { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);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-left-radius:2.9375rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:12.6875rem;width:14.0625rem;top:37.25rem;left:30.6875rem;display:block; }
#gVuIGiOXDQor1LXhoTReRnSTT7eBy80l { position:absolute;display:block;z-index:15015;background-color:#bbdc5e;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.125rem;width:14.0625rem;top:51.1875rem;left:0rem;display:block; }
#DxzHPLImRs2FP4Lfi52RMU7bMu8lPkWz { position:absolute;display:block;z-index:15019;background-color:#64c0a3;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.125rem;width:14.0625rem;top:51.1875rem;left:15.5rem;display:block; }
#W8aCf75CTlbpPCZJF7yEoAS0t40QlThG { position:absolute;display:block;z-index:15023;background-color:#93d350;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.125rem;width:14.0625rem;top:51.1875rem;left:31rem;display:block; }
#TNAuD6dI3WaL97SkbQoKhKJTnT8RGc1z { 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.875rem;width:2.875rem;top:23.6875rem;left:2rem;overflow:hidden;display:block; }
#wQdn5CqzFLQmcAT1wFWIwBW3ZQlUOGg2 { 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:2.8125rem;width:2.8125rem;top:23.875rem;left:17.625rem;overflow:hidden;display:block; }
#rCNDTxLgDGoE1F5Hryg5HpspDIiaWuGo { position:absolute;display:block;z-index:15024;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.8125rem;width:2.8125rem;top:23.875rem;left:32.9375rem;overflow:hidden;display:block; }
#t0DC69SUhK054nT5nZtAZDMnwRInAT0H { position:absolute;display:block;z-index:15037;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.8125rem;width:2.8125rem;top:23.875rem;left:48.1875rem;overflow:hidden;display:block; }
#kZFWwgzaOf7amhZpX2oIZLBVod9SFWZF { position:absolute;display:block;z-index:15038;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.875rem;width:2.875rem;top:38.9375rem;left:2.0625rem;overflow:hidden;display:block; }
#blI5LTlmBUSRLuLch5feaT972SOFmxh5 { position:absolute;display:block;z-index:15039;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.875rem;width:2.875rem;top:39rem;left:17.5625rem;overflow:hidden;display:block; }
#eDQKL3pD5zS0b1xtihEqzAmzu1OD5yln { position:absolute;display:block;z-index:15040;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.875rem;width:2.875rem;top:38.875rem;left:32.8125rem;overflow:hidden;display:block; }
#hvnlkAQHng89cuep1ff40VXBr2Zt8mwp { position:absolute;display:block;z-index:15041;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.375rem;width:3.375rem;top:38.625rem;left:47.875rem;overflow:hidden;display:block; }
#XLnKEPlVX5JfoFJ2MMKfZ7dDxkMmRyhh { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),1);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-left-radius:2.9375rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:12.6875rem;width:14.0625rem;top:53rem;left:0rem;display:block; }
#pXlfc6yVH9r5DkqCf4EpcSazLwvJzSLh { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-0),1);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-left-radius:2.9375rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:12.6875rem;width:14.0625rem;top:52.9375rem;left:15.3125rem;display:block; }
#i6dRFTa9nSpHfFh1GNLGGZNCPRFwsO2a { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),1);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-left-radius:2.9375rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:12.6875rem;width:14.0625rem;top:53.0625rem;left:30.6875rem;display:block; }
#qdd4QihhaKmIFkanyzc31sT7gTryb1AZ { color:#245d90;display:block;width:11.37475rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.2;letter-spacing:0;top:62.3125rem;left:1.375rem;height:1.35rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LAgMESRzQdrJg7cyAc3Jfg5oMNUrmV8a { color:#245d90;display:block;width:11.37475rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15033;line-height:1.2;letter-spacing:0;top:62.3125rem;left:16.5625rem;height:1.35rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tbg9VnpxPKRkJDszJsLDmTwqOhkV1Jas { position:absolute;display:block;z-index:15054;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.875rem;width:2.875rem;top:54.8125rem;left:17.5625rem;overflow:hidden;display:block; }
#LFd23cT4u9Ps6K6sCnegPGZbdPvxoga0 { color:#245d90;display:block;width:11.37475rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15041;line-height:1.2;letter-spacing:0;top:61.625rem;left:32.0625rem;height:2.7rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T8yGkyJsyoOVECViLeaGRkDuCzuM5nzB { position:absolute;display:block;z-index:15055;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.875rem;width:2.875rem;top:54.9375rem;left:32.8125rem;overflow:hidden;display:block; }
#ciFXH5lfXDObhSsUilqZO2JJxBaxv6s7 { color:#245d90;display:block;width:11.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:55rem;left:47.3125rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#b2nx7GKlt2TZ2O0xkNgH950NgStHH4vV { position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-tertiary-0),1);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-left-radius:2.9375rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:12.6875rem;width:14.0625rem;top:53rem;left:45.9375rem;display:block; }
#TXoxs1whg4hFu0ev6alZ6NB2T6wAiqSN { position:absolute;display:block;z-index:15055;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.875rem;width:2.875rem;top:55rem;left:2.25rem;overflow:hidden;display:block; }
#JWdFJSZNsotytGegFJz8xyEamf8KAcRo { box-sizing:content-box;height:4.5625rem;width:4.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14994;background-color:#245d90;background-image:none;top:22.875rem;left:1.125rem;display:block; }
#KGppDBVJbR9hVPkairiTvJeQZaWzFN9T { box-sizing:content-box;height:4.5625rem;width:4.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:#245d90;background-image:none;top:23rem;left:16.75rem;display:block; }
#TQGqkviBambHF44Zm7CEhFchxK979Uu1 { box-sizing:content-box;height:4.5625rem;width:4.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15023;background-color:#245d90;background-image:none;top:23rem;left:32.0625rem;display:block; }
#ryDA2PEoJDZesW2PaoopdRLPODO0pZwQ { box-sizing:content-box;height:4.5625rem;width:4.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15036;background-color:#245d90;background-image:none;top:23rem;left:47.3125rem;display:block; }
#mTT14c3csifenS2JW949X8I2e0RE1XHS { box-sizing:content-box;height:4.5625rem;width:4.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:#245d90;background-image:none;top:38.125rem;left:1.25rem;display:block; }
#bkAGPyNrXT7z8uw4dNKC9IaHFXX9hNl1 { box-sizing:content-box;height:4.5625rem;width:4.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:#245d90;background-image:none;top:38.25rem;left:16.625rem;display:block; }
#zop3guCZ7hOk5iHNa5xKcv8wS3obrEtS { box-sizing:content-box;height:4.5625rem;width:4.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15037;background-color:#245d90;background-image:none;top:38.125rem;left:32rem;display:block; }
#vzz1eFqx3XiIOZ8Txqhep2pL1vN8fG7c { box-sizing:content-box;height:4.5625rem;width:4.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15038;background-color:#245d90;background-image:none;top:38.125rem;left:47.3125rem;display:block; }
#gGzPvZSIwdPTUh74Cm5TbT4uz5J2cXbT { box-sizing:content-box;height:4.5625rem;width:4.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15042;background-color:#245d90;background-image:none;top:54.0625rem;left:1.375rem;display:block; }
#CwoeIudwkbfXMvEJaNB5m1XxPVXCiaeT { box-sizing:content-box;height:4.5625rem;width:4.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15043;background-color:#245d90;background-image:none;top:54.0625rem;left:16.6875rem;display:block; }
#TOHdFiyXL65sCqL0OHpOPibtKifu5Kzy { box-sizing:content-box;height:4.5625rem;width:4.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15053;background-color:#245d90;background-image:none;top:54rem;left:32rem;display:block; }
#BlETMlw4ZnyrIEG8QCcAc4WBnq4JLzvS { color:#ffffff;display:block;width:42.874625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15056;line-height:1.4;letter-spacing:0;top:12.561685562134rem;left:8.1818180084231rem;height:6.825rem;text-align:center;text-align-last:center;display:block; }
#uieBAVBlbC1zXTTCzZqAkPpbE1n0tTKa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.3748125rem;width:7.3748125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:3.7446727752686rem;left:25.929950714111rem; }
#h19b208a430655f3a7f7cf181ab37046.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4b9b6b23-2d89-4227-8c8c-51c9935466ef/farmtablesocialmediabackground.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#h19b208a430655f3a7f7cf181ab37046.widget-smartsection.adaptive-delivery-prevent-bg, #h19b208a430655f3a7f7cf181ab37046.widget-smartsection.lazyload, #h19b208a430655f3a7f7cf181ab37046.widget-smartsection.lazyloading { background-image: none; } #h19b208a430655f3a7f7cf181ab37046.widget-smartsection *:focus-visible, #h19b208a430655f3a7f7cf181ab37046.widget-smartsection input[type="text"]:focus-visible, #h19b208a430655f3a7f7cf181ab37046.widget-smartsection input[type="email"]:focus-visible, #h19b208a430655f3a7f7cf181ab37046.widget-smartsection input[type="tel"]:focus-visible, #h19b208a430655f3a7f7cf181ab37046.widget-smartsection textarea:focus-visible { outline: none; } #NHo4M18oVyCDPXOEOshP7dEL6dBRsT7i > .row .container { background-color: transparent; background-image: none; }#NHo4M18oVyCDPXOEOshP7dEL6dBRsT7i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(36,93,144,0.66); }#NHo4M18oVyCDPXOEOshP7dEL6dBRsT7i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NHo4M18oVyCDPXOEOshP7dEL6dBRsT7i > .row .container > .video-iframe-container { display: none; }#NHo4M18oVyCDPXOEOshP7dEL6dBRsT7i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(36,93,144,0.66); }#NHo4M18oVyCDPXOEOshP7dEL6dBRsT7i > .row > .video-iframe-container { display: none; }#NHo4M18oVyCDPXOEOshP7dEL6dBRsT7i > .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); }#NHo4M18oVyCDPXOEOshP7dEL6dBRsT7i > .row .container { border-width: 0; border-radius: 0; }#NHo4M18oVyCDPXOEOshP7dEL6dBRsT7i::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NHo4M18oVyCDPXOEOshP7dEL6dBRsT7i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NHo4M18oVyCDPXOEOshP7dEL6dBRsT7i > .row .container { font-size:0.875rem;font-family:arial;height:17.5rem;width:60rem;position:relative;display:block; }#e029782f2b1fe061ba130f9137ddb877.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; } #e029782f2b1fe061ba130f9137ddb877.widget-smartsection *:focus-visible, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection input[type="text"]:focus-visible, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection input[type="email"]:focus-visible, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection input[type="tel"]:focus-visible, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection textarea:focus-visible { outline: none; } #U7i8WryRdEE9NoD6xFqlkdAORTCChmUM > .row .container { background-color: transparent; background-image: none; }#U7i8WryRdEE9NoD6xFqlkdAORTCChmUM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7i8WryRdEE9NoD6xFqlkdAORTCChmUM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7i8WryRdEE9NoD6xFqlkdAORTCChmUM > .row .container > .video-iframe-container { display: none; }#U7i8WryRdEE9NoD6xFqlkdAORTCChmUM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7i8WryRdEE9NoD6xFqlkdAORTCChmUM > .row > .video-iframe-container { display: none; }#U7i8WryRdEE9NoD6xFqlkdAORTCChmUM > .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); }#U7i8WryRdEE9NoD6xFqlkdAORTCChmUM > .row .container { border-width: 0; border-radius: 0; }#U7i8WryRdEE9NoD6xFqlkdAORTCChmUM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U7i8WryRdEE9NoD6xFqlkdAORTCChmUM > .row .container { font-size:0.875rem;font-family:arial;height:41rem;width:60rem;position:relative;display:block; }#b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e5e0a7fd-58e5-4a55-8862-d165a187b417/farmtablewheatbackground.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection.adaptive-delivery-prevent-bg, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection.lazyload, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection.lazyloading { background-image: none; } #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection *:focus-visible, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection input[type="text"]:focus-visible, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection input[type="email"]:focus-visible, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection input[type="tel"]:focus-visible, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection textarea:focus-visible { outline: none; } #kQn5ySWFTRLVK3c4GwaneEQOtmEem8LU > .row .container { background-color: transparent; background-image: none; }#kQn5ySWFTRLVK3c4GwaneEQOtmEem8LU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(51,51,51,0.81); }#kQn5ySWFTRLVK3c4GwaneEQOtmEem8LU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQn5ySWFTRLVK3c4GwaneEQOtmEem8LU > .row .container > .video-iframe-container { display: none; }#kQn5ySWFTRLVK3c4GwaneEQOtmEem8LU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(51,51,51,0.81); }#kQn5ySWFTRLVK3c4GwaneEQOtmEem8LU > .row > .video-iframe-container { display: none; }#kQn5ySWFTRLVK3c4GwaneEQOtmEem8LU > .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); }#kQn5ySWFTRLVK3c4GwaneEQOtmEem8LU > .row .container { border-width: 0; border-radius: 0; }#kQn5ySWFTRLVK3c4GwaneEQOtmEem8LU::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kQn5ySWFTRLVK3c4GwaneEQOtmEem8LU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kQn5ySWFTRLVK3c4GwaneEQOtmEem8LU > .row .container { font-size:0.875rem;font-family:arial;height:24rem;width:60rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 { display:block; }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rKEf2LoewTLqpaut9HQ62a1gu02xJn2K { top:13.3125rem;left:0rem;width:47.75rem;height:;font-size:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtCJIkt0yfHkzbeWiDdMgentLpTcFkhT { top:27.4375rem;left:0rem;width:47.75rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnCeinsw7JpViSs2GGQFk6n7A8Ar2LR2 { top:3.625rem;left:0rem;width:10.5625rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB { display:block; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RApTxKlwMGaE0WT1xLI3WzDVFsaDJ4Jl { top:11.1875rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOzpfCGNxK4oTuhMzGZCXy8BxSdkI1qK { top:0rem;left:0rem;width:47.75rem;height:41.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeWd2OsWm1yCIrxO6peuTHO6sQq3TOIx { top:18.875rem;left:0rem;width:47.75rem;height:20.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m00b0pQXlGXVMiJKuCTGHD4QwodfKXZS { top:3.375rem;left:20.343391418457rem;width:7rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4wKPatf3f2n85DuwWSKyIO9AdFChyCn { display:block; }#T4wKPatf3f2n85DuwWSKyIO9AdFChyCn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GfumqrtW170EDitTbEytt2Ekyl3xylfm { top:16.3125rem;left:0rem;width:47.75rem;height:48.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6GXaMlUs7oRJ3VpyPCQgnBH5mqiIh4z { top:10.875rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuHfxyokei2EraPMN7em9P05HH3FrLlO { top:0rem;left:0rem;width:47.75rem;height:69.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpRCaoto9DyfTs1R678FqP577vtfudqZ { top:3.8125rem;left:20.343391418457rem;width:7.0625rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #idKK6XRpXWQq8V9NKCx48367UKgRLkcS { display:block; }#idKK6XRpXWQq8V9NKCx48367UKgRLkcS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fbba48f47911ab52dfd2df7c3266705a { top:4.0625rem;left:0rem;width:47.75rem;height:9.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8l4AVsaM2EbOfHn35KUE4NZ2Pcaw51A { display:block; }#O8l4AVsaM2EbOfHn35KUE4NZ2Pcaw51A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dnhAg9dZiPmbAckb5p8m8VyPWkVWExz4 { width:17.5rem;height:3.4375rem;top:7.6875rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fa4xeEkb0eUh6yMMUJTRZwQPVZPhzNmi { display:block; }
 }@media only screen and (max-width: 763px) { #XD4ENKoxFA8ppudnPZMuHPtiuCdNfcSU { width:27.75rem;height:;top:4.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbacf8cb6c7fcf4a52558501cfca1ead.widget-smartsection { display:block; } #bbacf8cb6c7fcf4a52558501cfca1ead.widget-smartsection *:focus-visible, #bbacf8cb6c7fcf4a52558501cfca1ead.widget-smartsection input[type="text"]:focus-visible, #bbacf8cb6c7fcf4a52558501cfca1ead.widget-smartsection input[type="email"]:focus-visible, #bbacf8cb6c7fcf4a52558501cfca1ead.widget-smartsection input[type="tel"]:focus-visible, #bbacf8cb6c7fcf4a52558501cfca1ead.widget-smartsection textarea:focus-visible { outline: none; } #u5DgUZ6lyb09lX5bM2fA3Tol6WoFdbpt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GbHzrWB0A9NZyxRZaP47tGzP2wt8NOtc { display:block; }#GbHzrWB0A9NZyxRZaP47tGzP2wt8NOtc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zbf869143641f2ddb2db5de39e45ca52 { top:15.375rem;left:0rem;width:23rem;height:11.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mb6faa06dc0aa04cb11d690668e9d177 { top:10.1875rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJysCCJ9KAp6o0S4If9OD6KhKe542FPO { top:15.375rem;left:23.5625rem;width:24.1875rem;height:11.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmpEET7UIcDyxm4KTUH06TthWS3AsNvv { top:2.375rem;left:20.59375rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7zukqrg0fl5OECosNpZcGMImTe0pNcw { display:block; }#n7zukqrg0fl5OECosNpZcGMImTe0pNcw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jn5DIQvrWJG7MnkneFofraahNd1kfC7P { width:22.6875rem;height:7.1875rem;top:14.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGWuS62TIx3ihEQGZe97lxJXFf78f8rd { top:12.625rem;left:0rem;width:22.9375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #L4zTSFvl7WtOp3uKKDVpWdQmGNz3zxZg { width:10.625rem;height:2.5rem;top:21.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWzJ4Tz5PdTaGeo49kZoE8CzrqaTOVlB { display:block; }
 }@media only screen and (max-width: 763px) { #rGJfakCpLzOtJT69FRnIGngPVA89SCig { top:0rem;left:15.6875rem;width:30.125rem;height:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fppbNMgCnGZ8OCILqerRLNynFcsG3ICk { width:23rem;height:4.6875rem;top:7.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCX1lKMPrMKvXhk3kMIpy37vJhzOqnio { display:block; }#NCX1lKMPrMKvXhk3kMIpy37vJhzOqnio > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QEvhkNNKp0W11O2REWDhh8B4VSaOCT7W { width:14.0625rem;height:0.0625rem;top:35.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T12wIy4lg51dars8y7iTIFdTTr3ODnTC { width:11.3125rem;height:2.6875rem;top:29.75rem;left:24.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNUHOKkUeVSCZ5uoTtgVoDfJPRMztQGv { width:11.3125rem;height:2.6875rem;top:29.75rem;left:36.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9ysz24UcGv7rULFZTFT9LBNPx9cnIxA { width:11.3125rem;height:4rem;top:29.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzWEQSstvZBnhXpcoLOglK78DpP8Mzbg { width:14.0625rem;height:12.625rem;top:21.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICPFJZCs3vuzpg5HIBAFAFv09WlrJODC { width:14.0625rem;height:0.0625rem;top:35.6875rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3zTOzr6X9x8DxqOZSagRpMpB64k9VKs { width:14.0625rem;height:12.625rem;top:21.875rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QINOltc6VaTg9CL7nOOJ2da5QLstWHVk { width:11.3125rem;height:4rem;top:29.0625rem;left:12.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1A61dKQBO9UfkoGmnPPJaCEhVu17ifG { width:14.0625rem;height:0.0625rem;top:35.6875rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BP28l9QmDBZxGHQqLFi5l83To55xoKhA { width:14.0625rem;height:12.625rem;top:22rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GC0gWxdOuiVQmSlUhXVwRrRltev7ofeV { width:14.0625rem;height:0.0625rem;top:35.6875rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1qQGMcsGyhX6s840Vmsgo5u4MtdJTKU { width:14.0625rem;height:12.625rem;top:21.75rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6TZ3l01eFgZ0HBKcnnGtTJDnJz39ykM { width:14.0625rem;height:12.625rem;top:37.125rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGQ5oxpDITFDF0qCTSeHuwxclH47tvtF { width:14.0625rem;height:0.0625rem;top:51.1875rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcPAe8t4TWy4Fmir8sil1ekS4iE9fddJ { width:11.3125rem;height:4rem;top:44.375rem;left:36.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvCQ61015cgL0XRKIQlmzFtc9HtWokRJ { width:14.0625rem;height:12.625rem;top:37rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcmuymEbImfV3K4dvJqEddJCog7IhXDX { width:11.3125rem;height:4rem;top:44.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3dml03pxx67XNLoMP6dLzhHs3lANgSd { width:14.0625rem;height:12.625rem;top:37.125rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdZCNhPZPm4zKuVpXtBOQAUraN3DsAA4 { width:9.4375rem;height:2.6875rem;top:45.1875rem;left:13.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eq3T76T8y4mVwM25fG0ekpTXnW9xGP3E { width:11.3125rem;height:2.6875rem;top:45rem;left:24.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTovFCRysELyoKgT7B8rvpBfTyHbl0Bn { width:14.0625rem;height:12.625rem;top:37.25rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVuIGiOXDQor1LXhoTReRnSTT7eBy80l { width:14.0625rem;height:0.0625rem;top:51.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxzHPLImRs2FP4Lfi52RMU7bMu8lPkWz { width:14.0625rem;height:0.0625rem;top:51.1875rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8aCf75CTlbpPCZJF7yEoAS0t40QlThG { width:14.0625rem;height:0.0625rem;top:51.1875rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNAuD6dI3WaL97SkbQoKhKJTnT8RGc1z { top:23.6875rem;left:0.46875rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQdn5CqzFLQmcAT1wFWIwBW3ZQlUOGg2 { top:23.875rem;left:13.03125rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCNDTxLgDGoE1F5Hryg5HpspDIiaWuGo { top:23.875rem;left:25.28125rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0DC69SUhK054nT5nZtAZDMnwRInAT0H { top:23.875rem;left:37.46875rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZFWwgzaOf7amhZpX2oIZLBVod9SFWZF { top:38.9375rem;left:0.53125rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #blI5LTlmBUSRLuLch5feaT972SOFmxh5 { top:39rem;left:12.96875rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDQKL3pD5zS0b1xtihEqzAmzu1OD5yln { top:38.875rem;left:25.15625rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvnlkAQHng89cuep1ff40VXBr2Zt8mwp { top:38.625rem;left:37.15625rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLnKEPlVX5JfoFJ2MMKfZ7dDxkMmRyhh { width:14.0625rem;height:12.625rem;top:53rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXlfc6yVH9r5DkqCf4EpcSazLwvJzSLh { width:14.0625rem;height:12.625rem;top:52.9375rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6dRFTa9nSpHfFh1GNLGGZNCPRFwsO2a { width:14.0625rem;height:12.625rem;top:53.0625rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdd4QihhaKmIFkanyzc31sT7gTryb1AZ { width:11.3125rem;height:1.3125rem;top:62.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAgMESRzQdrJg7cyAc3Jfg5oMNUrmV8a { width:11.3125rem;height:1.3125rem;top:62.3125rem;left:11.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbg9VnpxPKRkJDszJsLDmTwqOhkV1Jas { top:54.8125rem;left:12.96875rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFd23cT4u9Ps6K6sCnegPGZbdPvxoga0 { width:11.3125rem;height:2.6875rem;top:61.625rem;left:24.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8yGkyJsyoOVECViLeaGRkDuCzuM5nzB { top:54.9375rem;left:25.15625rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciFXH5lfXDObhSsUilqZO2JJxBaxv6s7 { width:11.3125rem;height:;top:55rem;left:36.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2nx7GKlt2TZ2O0xkNgH950NgStHH4vV { width:14.0625rem;height:12.625rem;top:53rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXoxs1whg4hFu0ev6alZ6NB2T6wAiqSN { top:55rem;left:0.71875rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWdFJSZNsotytGegFJz8xyEamf8KAcRo { top:22.875rem;left:0rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGppDBVJbR9hVPkairiTvJeQZaWzFN9T { top:23rem;left:12.15625rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQGqkviBambHF44Zm7CEhFchxK979Uu1 { top:23rem;left:24.40625rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryDA2PEoJDZesW2PaoopdRLPODO0pZwQ { top:23rem;left:36.59375rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTT14c3csifenS2JW949X8I2e0RE1XHS { top:38.125rem;left:0rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkAGPyNrXT7z8uw4dNKC9IaHFXX9hNl1 { top:38.25rem;left:12.03125rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zop3guCZ7hOk5iHNa5xKcv8wS3obrEtS { top:38.125rem;left:24.34375rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzz1eFqx3XiIOZ8Txqhep2pL1vN8fG7c { top:38.125rem;left:36.59375rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGzPvZSIwdPTUh74Cm5TbT4uz5J2cXbT { top:54.0625rem;left:0rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwoeIudwkbfXMvEJaNB5m1XxPVXCiaeT { top:54.0625rem;left:12.09375rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOHdFiyXL65sCqL0OHpOPibtKifu5Kzy { top:54rem;left:24.34375rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlETMlw4ZnyrIEG8QCcAc4WBnq4JLzvS { top:12.5rem;left:0rem;width:42.8125rem;height:6.8125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uieBAVBlbC1zXTTCzZqAkPpbE1n0tTKa { top:3.6875rem;left:16.5rem;width:7.3125rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h19b208a430655f3a7f7cf181ab37046.widget-smartsection { display:block; } #h19b208a430655f3a7f7cf181ab37046.widget-smartsection *:focus-visible, #h19b208a430655f3a7f7cf181ab37046.widget-smartsection input[type="text"]:focus-visible, #h19b208a430655f3a7f7cf181ab37046.widget-smartsection input[type="email"]:focus-visible, #h19b208a430655f3a7f7cf181ab37046.widget-smartsection input[type="tel"]:focus-visible, #h19b208a430655f3a7f7cf181ab37046.widget-smartsection textarea:focus-visible { outline: none; } #NHo4M18oVyCDPXOEOshP7dEL6dBRsT7i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e029782f2b1fe061ba130f9137ddb877.widget-smartsection { display:block; } #e029782f2b1fe061ba130f9137ddb877.widget-smartsection *:focus-visible, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection input[type="text"]:focus-visible, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection input[type="email"]:focus-visible, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection input[type="tel"]:focus-visible, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection textarea:focus-visible { outline: none; } #U7i8WryRdEE9NoD6xFqlkdAORTCChmUM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection { display:block; } #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection *:focus-visible, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection input[type="text"]:focus-visible, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection input[type="email"]:focus-visible, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection input[type="tel"]:focus-visible, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection textarea:focus-visible { outline: none; } #kQn5ySWFTRLVK3c4GwaneEQOtmEem8LU > .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) { #cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 { display:block; }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rKEf2LoewTLqpaut9HQ62a1gu02xJn2K { width:17.125rem;height:4.00035625rem;top:6.375rem;left:1.4375rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #OtCJIkt0yfHkzbeWiDdMgentLpTcFkhT { width:15.12475rem;height:3.14985625rem;top:12.124466896057rem;left:2.43741106987rem;font-size:1.3125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wnCeinsw7JpViSs2GGQFk6n7A8Ar2LR2 { width:10.374625rem;height:2.87464375rem;top:1.3121448755264rem;left:4.8122334480286rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d6605d0e-2cb6-40c4-a864-c059a7b68453/bullseye.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB.adaptive-delivery-prevent-bg, #Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB.lazyload, #Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB.lazyloading { background-image: none; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container { background-color: transparent; background-image: none; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.99); }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container > .video-iframe-container { display: none; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.99); }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row > .video-iframe-container { display: none; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .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); }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container { width:20rem;height:53.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RApTxKlwMGaE0WT1xLI3WzDVFsaDJ4Jl { width:20rem;height:4.9498375rem;top:8.2488451004031rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vOzpfCGNxK4oTuhMzGZCXy8BxSdkI1qK { width:20rem;height:53.6875rem;top:-0.025747299194336rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeWd2OsWm1yCIrxO6peuTHO6sQq3TOIx { width:18.3123125rem;height:37.18705625rem;top:14.938742637634rem;left:0.84339475631713rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #m00b0pQXlGXVMiJKuCTGHD4QwodfKXZS { display:flex;width:5.37464375rem;height:5.37464375rem;top:1.93004322052rem;left:7.3122329711912rem; }
 }@media only screen and (max-width: 763px) { #T4wKPatf3f2n85DuwWSKyIO9AdFChyCn { display:block; }#T4wKPatf3f2n85DuwWSKyIO9AdFChyCn > .row .container { width:20rem;height:129.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GfumqrtW170EDitTbEytt2Ekyl3xylfm { width:16.4373125rem;height:113.790625rem;top:12.261183738709rem;left:1.7808947563171rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d6GXaMlUs7oRJ3VpyPCQgnBH5mqiIh4z { width:20rem;height:1.64994375rem;top:9.0500717163088rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AuHfxyokei2EraPMN7em9P05HH3FrLlO { width:20rem;height:127.1875rem;top:1.1999282836914rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpRCaoto9DyfTs1R678FqP577vtfudqZ { display:flex;width:4.562325rem;height:4.562325rem;top:4.4881916046142rem;left:7.7179508209231rem; }
 }@media only screen and (max-width: 763px) { #idKK6XRpXWQq8V9NKCx48367UKgRLkcS { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/06146498-b556-4186-815e-02464cfebb3d/uptrend.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#idKK6XRpXWQq8V9NKCx48367UKgRLkcS.adaptive-delivery-prevent-bg, #idKK6XRpXWQq8V9NKCx48367UKgRLkcS.lazyload, #idKK6XRpXWQq8V9NKCx48367UKgRLkcS.lazyloading { background-image: none; }#idKK6XRpXWQq8V9NKCx48367UKgRLkcS > .row .container { background-color: transparent; background-image: none; }#idKK6XRpXWQq8V9NKCx48367UKgRLkcS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(36,93,144,0.77); }#idKK6XRpXWQq8V9NKCx48367UKgRLkcS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#idKK6XRpXWQq8V9NKCx48367UKgRLkcS > .row .container > .video-iframe-container { display: none; }#idKK6XRpXWQq8V9NKCx48367UKgRLkcS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(36,93,144,0.77); }#idKK6XRpXWQq8V9NKCx48367UKgRLkcS > .row > .video-iframe-container { display: none; }#idKK6XRpXWQq8V9NKCx48367UKgRLkcS > .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); }#idKK6XRpXWQq8V9NKCx48367UKgRLkcS > .row .container { width:20rem;height:25.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fbba48f47911ab52dfd2df7c3266705a { width:18.24975rem;height:21.249125rem;top:2.1875rem;left:0.87446713447569rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8l4AVsaM2EbOfHn35KUE4NZ2Pcaw51A { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/06146498-b556-4186-815e-02464cfebb3d/uptrend.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#O8l4AVsaM2EbOfHn35KUE4NZ2Pcaw51A.adaptive-delivery-prevent-bg, #O8l4AVsaM2EbOfHn35KUE4NZ2Pcaw51A.lazyload, #O8l4AVsaM2EbOfHn35KUE4NZ2Pcaw51A.lazyloading { background-image: none; }#O8l4AVsaM2EbOfHn35KUE4NZ2Pcaw51A > .row .container { background-color: transparent; background-image: none; }#O8l4AVsaM2EbOfHn35KUE4NZ2Pcaw51A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(36,93,144,0.56); }#O8l4AVsaM2EbOfHn35KUE4NZ2Pcaw51A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O8l4AVsaM2EbOfHn35KUE4NZ2Pcaw51A > .row .container > .video-iframe-container { display: none; }#O8l4AVsaM2EbOfHn35KUE4NZ2Pcaw51A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(36,93,144,0.56); }#O8l4AVsaM2EbOfHn35KUE4NZ2Pcaw51A > .row > .video-iframe-container { display: none; }#O8l4AVsaM2EbOfHn35KUE4NZ2Pcaw51A > .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); }#O8l4AVsaM2EbOfHn35KUE4NZ2Pcaw51A > .row .container { width:20rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dnhAg9dZiPmbAckb5p8m8VyPWkVWExz4 { width:13.75rem;height:3.4375rem;top:12.249200820923rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fa4xeEkb0eUh6yMMUJTRZwQPVZPhzNmi { display:block; }
 }@media only screen and (max-width: 763px) { #XD4ENKoxFA8ppudnPZMuHPtiuCdNfcSU { width:17.6873125rem;height:6.7489375rem;top:3.4366111755371rem;left:1.1558947563171rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #bbacf8cb6c7fcf4a52558501cfca1ead.widget-smartsection { display:block; } #bbacf8cb6c7fcf4a52558501cfca1ead.widget-smartsection *:focus-visible, #bbacf8cb6c7fcf4a52558501cfca1ead.widget-smartsection input[type="text"]:focus-visible, #bbacf8cb6c7fcf4a52558501cfca1ead.widget-smartsection input[type="email"]:focus-visible, #bbacf8cb6c7fcf4a52558501cfca1ead.widget-smartsection input[type="tel"]:focus-visible, #bbacf8cb6c7fcf4a52558501cfca1ead.widget-smartsection textarea:focus-visible { outline: none; } #u5DgUZ6lyb09lX5bM2fA3Tol6WoFdbpt > .row .container { width:20rem;height:68.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GbHzrWB0A9NZyxRZaP47tGzP2wt8NOtc { display:block; }#GbHzrWB0A9NZyxRZaP47tGzP2wt8NOtc > .row .container { width:20rem;height:44.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zbf869143641f2ddb2db5de39e45ca52 { width:16.4373125rem;height:11.90075rem;top:12.949213027954rem;left:1.7808947563171rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mb6faa06dc0aa04cb11d690668e9d177 { width:20rem;height:4.34925625rem;top:7.0618786811831rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qJysCCJ9KAp6o0S4If9OD6KhKe542FPO { width:16.68725rem;height:15.3009375rem;top:26.161221504211rem;left:1.6557171344757rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NmpEET7UIcDyxm4KTUH06TthWS3AsNvv { display:flex;width:4.18723125rem;height:4.18723125rem;top:2.1875rem;left:7.875rem; }
 }@media only screen and (max-width: 763px) { #n7zukqrg0fl5OECosNpZcGMImTe0pNcw { display:block; }#n7zukqrg0fl5OECosNpZcGMImTe0pNcw > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jn5DIQvrWJG7MnkneFofraahNd1kfC7P { width:17.4374375rem;height:8.9976625rem;top:13.069956302643rem;left:1.2810723781586rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #NGWuS62TIx3ihEQGZe97lxJXFf78f8rd { width:17.125rem;height:0.0625rem;top:11.685902118683rem;left:1.4373223781586rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4zTSFvl7WtOp3uKKDVpWdQmGNz3zxZg { width:9.6249375rem;height:2.31223125rem;top:22.066317081451rem;left:5.18732213974rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWzJ4Tz5PdTaGeo49kZoE8CzrqaTOVlB { display:block; }
 }@media only screen and (max-width: 763px) { #rGJfakCpLzOtJT69FRnIGngPVA89SCig { width:4.49973125rem;height:4.49973125rem;top:1.4985799789429rem;left:7.7494668960569rem;display:block; }
 }@media only screen and (max-width: 763px) { #fppbNMgCnGZ8OCILqerRLNynFcsG3ICk { width:18.0624375rem;height:3.57510625rem;top:7.3104581832888rem;left:0.96857237815856rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCX1lKMPrMKvXhk3kMIpy37vJhzOqnio { display:block; }#NCX1lKMPrMKvXhk3kMIpy37vJhzOqnio > .row .container { width:20rem;height:201.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QEvhkNNKp0W11O2REWDhh8B4VSaOCT7W { width:14.0625rem;height:0.125rem;top:34.8125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #T12wIy4lg51dars8y7iTIFdTTr3ODnTC { width:10.999625rem;height:2.39968125rem;top:117.93724250794rem;left:4.4997334480286rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DNUHOKkUeVSCZ5uoTtgVoDfJPRMztQGv { width:10.9991875rem;height:2.39968125rem;top:162.12447357178rem;left:4.4997334480286rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S9ysz24UcGv7rULFZTFT9LBNPx9cnIxA { width:10.99875rem;height:3.59951875rem;top:27.373490333557rem;left:4.5001773834229rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HzWEQSstvZBnhXpcoLOglK78DpP8Mzbg { width:14.0625rem;height:14.0625rem;top:19.5rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICPFJZCs3vuzpg5HIBAFAFv09WlrJODC { width:14.0625rem;height:0.125rem;top:79.375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3zTOzr6X9x8DxqOZSagRpMpB64k9VKs { width:14.0625rem;height:12.6875rem;top:65.4375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #QINOltc6VaTg9CL7nOOJ2da5QLstWHVk { width:11.37475rem;height:3.59951875rem;top:72.9372215271rem;left:4.3119668960571rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h1A61dKQBO9UfkoGmnPPJaCEhVu17ifG { width:14.0625rem;height:0.125rem;top:123.9375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #BP28l9QmDBZxGHQqLFi5l83To55xoKhA { width:14.0625rem;height:12.6875rem;top:110rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #GC0gWxdOuiVQmSlUhXVwRrRltev7ofeV { width:14.0625rem;height:0.125rem;top:168.5rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1qQGMcsGyhX6s840Vmsgo5u4MtdJTKU { width:14.0625rem;height:12.6875rem;top:154.5625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6TZ3l01eFgZ0HBKcnnGtTJDnJz39ykM { width:14.0625rem;height:12.6875rem;top:169.875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGQ5oxpDITFDF0qCTSeHuwxclH47tvtF { width:14.0625rem;height:0.125rem;top:183.8125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcPAe8t4TWy4Fmir8sil1ekS4iE9fddJ { width:10.999625rem;height:2.39968125rem;top:177.62466812134rem;left:4.4997334480286rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gvCQ61015cgL0XRKIQlmzFtc9HtWokRJ { width:14.0625rem;height:12.6875rem;top:36.1875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcmuymEbImfV3K4dvJqEddJCog7IhXDX { width:11.37475rem;height:2.39968125rem;top:44.249821662903rem;left:4.3119668960571rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N3dml03pxx67XNLoMP6dLzhHs3lANgSd { width:14.0625rem;height:12.6875rem;top:80.75rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdZCNhPZPm4zKuVpXtBOQAUraN3DsAA4 { width:11.37475rem;height:2.39968125rem;top:88.812143325806rem;left:4.3119668960571rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Eq3T76T8y4mVwM25fG0ekpTXnW9xGP3E { width:11.37475rem;height:2.39968125rem;top:133.06195831299rem;left:4.3119668960571rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uTovFCRysELyoKgT7B8rvpBfTyHbl0Bn { width:14.0625rem;height:12.6875rem;top:125.3125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVuIGiOXDQor1LXhoTReRnSTT7eBy80l { width:14.0625rem;height:0.125rem;top:50.125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxzHPLImRs2FP4Lfi52RMU7bMu8lPkWz { width:14.0625rem;height:0.125rem;top:94.6875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8aCf75CTlbpPCZJF7yEoAS0t40QlThG { width:14.0625rem;height:0.125rem;top:139.25rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNAuD6dI3WaL97SkbQoKhKJTnT8RGc1z { width:2.8742rem;height:2.8742rem;top:21.3125rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQdn5CqzFLQmcAT1wFWIwBW3ZQlUOGg2 { width:2.8125rem;height:2.8125rem;top:67.375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCNDTxLgDGoE1F5Hryg5HpspDIiaWuGo { width:2.8125rem;height:2.8125rem;top:111.8125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0DC69SUhK054nT5nZtAZDMnwRInAT0H { width:2.8125rem;height:2.8125rem;top:156.5rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZFWwgzaOf7amhZpX2oIZLBVod9SFWZF { width:2.875rem;height:2.875rem;top:37.875rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #blI5LTlmBUSRLuLch5feaT972SOFmxh5 { width:2.875rem;height:2.875rem;top:82.5rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDQKL3pD5zS0b1xtihEqzAmzu1OD5yln { width:2.875rem;height:2.875rem;top:127.1875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvnlkAQHng89cuep1ff40VXBr2Zt8mwp { width:3.375rem;height:3.375rem;top:171.625rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLnKEPlVX5JfoFJ2MMKfZ7dDxkMmRyhh { width:14.0625rem;height:12.6875rem;top:51.5rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXlfc6yVH9r5DkqCf4EpcSazLwvJzSLh { width:14.0625rem;height:12.6875rem;top:96.0625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6dRFTa9nSpHfFh1GNLGGZNCPRFwsO2a { width:14.0625rem;height:12.6875rem;top:140.625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdd4QihhaKmIFkanyzc31sT7gTryb1AZ { width:11.37475rem;height:1.1998375rem;top:60.62456035614rem;left:4.3119668960571rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LAgMESRzQdrJg7cyAc3Jfg5oMNUrmV8a { width:14.124625rem;height:1.1998375rem;top:104.43669891358rem;left:2.9372334480286rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tbg9VnpxPKRkJDszJsLDmTwqOhkV1Jas { width:2.875rem;height:2.875rem;top:97.875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFd23cT4u9Ps6K6sCnegPGZbdPvxoga0 { width:11.37475rem;height:2.39968125rem;top:148.43707466126rem;left:4.3119668960571rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T8yGkyJsyoOVECViLeaGRkDuCzuM5nzB { width:2.875rem;height:2.875rem;top:142.625rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciFXH5lfXDObhSsUilqZO2JJxBaxv6s7 { width:11.375rem;height:9.098rem;top:187rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b2nx7GKlt2TZ2O0xkNgH950NgStHH4vV { width:14.0625rem;height:12.6875rem;top:185.1875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXoxs1whg4hFu0ev6alZ6NB2T6wAiqSN { width:2.875rem;height:2.875rem;top:53.375rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWdFJSZNsotytGegFJz8xyEamf8KAcRo { width:4.5625rem;height:4.5625rem;top:20.5rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGppDBVJbR9hVPkairiTvJeQZaWzFN9T { width:4.5625rem;height:4.5625rem;top:66.5rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQGqkviBambHF44Zm7CEhFchxK979Uu1 { width:4.5625rem;height:4.5625rem;top:110.9375rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryDA2PEoJDZesW2PaoopdRLPODO0pZwQ { width:4.5625rem;height:4.5625rem;top:155.625rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTT14c3csifenS2JW949X8I2e0RE1XHS { width:4.5625rem;height:4.5625rem;top:37.0625rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkAGPyNrXT7z8uw4dNKC9IaHFXX9hNl1 { width:4.5625rem;height:4.5625rem;top:81.625rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zop3guCZ7hOk5iHNa5xKcv8wS3obrEtS { width:4.5625rem;height:4.5625rem;top:126.3125rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzz1eFqx3XiIOZ8Txqhep2pL1vN8fG7c { width:4.5625rem;height:4.5625rem;top:170.875rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGzPvZSIwdPTUh74Cm5TbT4uz5J2cXbT { width:4.5625rem;height:4.5625rem;top:52.5625rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwoeIudwkbfXMvEJaNB5m1XxPVXCiaeT { width:4.5625rem;height:4.5625rem;top:97.0625rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOHdFiyXL65sCqL0OHpOPibtKifu5Kzy { width:4.5625rem;height:4.5625rem;top:141.75rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlETMlw4ZnyrIEG8QCcAc4WBnq4JLzvS { width:20rem;height:9.4495625rem;top:8.2475137710569rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uieBAVBlbC1zXTTCzZqAkPpbE1n0tTKa { display:flex;width:5.3125rem;height:5.3125rem;top:1.87366771698rem;left:6.9677734375rem; }
 }@media only screen and (max-width: 763px) { #h19b208a430655f3a7f7cf181ab37046.widget-smartsection { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/06146498-b556-4186-815e-02464cfebb3d/uptrend.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#h19b208a430655f3a7f7cf181ab37046.widget-smartsection.adaptive-delivery-prevent-bg, #h19b208a430655f3a7f7cf181ab37046.widget-smartsection.lazyload, #h19b208a430655f3a7f7cf181ab37046.widget-smartsection.lazyloading { background-image: none; } #h19b208a430655f3a7f7cf181ab37046.widget-smartsection *:focus-visible, #h19b208a430655f3a7f7cf181ab37046.widget-smartsection input[type="text"]:focus-visible, #h19b208a430655f3a7f7cf181ab37046.widget-smartsection input[type="email"]:focus-visible, #h19b208a430655f3a7f7cf181ab37046.widget-smartsection input[type="tel"]:focus-visible, #h19b208a430655f3a7f7cf181ab37046.widget-smartsection textarea:focus-visible { outline: none; } #NHo4M18oVyCDPXOEOshP7dEL6dBRsT7i > .row .container { background-color: transparent; background-image: none; }#NHo4M18oVyCDPXOEOshP7dEL6dBRsT7i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(36,93,144,0.74); }#NHo4M18oVyCDPXOEOshP7dEL6dBRsT7i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NHo4M18oVyCDPXOEOshP7dEL6dBRsT7i > .row .container > .video-iframe-container { display: none; }#NHo4M18oVyCDPXOEOshP7dEL6dBRsT7i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(36,93,144,0.74); }#NHo4M18oVyCDPXOEOshP7dEL6dBRsT7i > .row > .video-iframe-container { display: none; }#NHo4M18oVyCDPXOEOshP7dEL6dBRsT7i > .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); }#NHo4M18oVyCDPXOEOshP7dEL6dBRsT7i > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e029782f2b1fe061ba130f9137ddb877.widget-smartsection { position:relative;z-index:auto;display:block; } #e029782f2b1fe061ba130f9137ddb877.widget-smartsection *:focus-visible, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection input[type="text"]:focus-visible, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection input[type="email"]:focus-visible, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection input[type="tel"]:focus-visible, #e029782f2b1fe061ba130f9137ddb877.widget-smartsection textarea:focus-visible { outline: none; } #U7i8WryRdEE9NoD6xFqlkdAORTCChmUM > .row .container { width:20rem;height:76.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3a398d8b-cfcf-4283-a42c-026b1979a6ad/2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection.adaptive-delivery-prevent-bg, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection.lazyload, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection.lazyloading { background-image: none; } #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection *:focus-visible, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection input[type="text"]:focus-visible, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection input[type="email"]:focus-visible, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection input[type="tel"]:focus-visible, #b02df698f8b7556eb5ef63f2aa246adc.widget-smartsection textarea:focus-visible { outline: none; } #kQn5ySWFTRLVK3c4GwaneEQOtmEem8LU > .row .container { background-color: transparent; background-image: none; }#kQn5ySWFTRLVK3c4GwaneEQOtmEem8LU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(51,51,51,0.81); }#kQn5ySWFTRLVK3c4GwaneEQOtmEem8LU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQn5ySWFTRLVK3c4GwaneEQOtmEem8LU > .row .container > .video-iframe-container { display: none; }#kQn5ySWFTRLVK3c4GwaneEQOtmEem8LU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(51,51,51,0.81); }#kQn5ySWFTRLVK3c4GwaneEQOtmEem8LU > .row > .video-iframe-container { display: none; }#kQn5ySWFTRLVK3c4GwaneEQOtmEem8LU > .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); }#kQn5ySWFTRLVK3c4GwaneEQOtmEem8LU > .row .container { width:20rem;height:41.875rem;position:relative;display:block; } }