.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,78,160;--color-primary-4:9,51,72;--color-secondary-0:100,192,128;--color-secondary-1:100,192,163;--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/90711125-b6e1-466b-bc24-4a2143d443d9/iStock1179633351.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(51,51,51,0.55); }#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(51,51,51,0.55); }#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:35.3125rem;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:5rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:12.15625rem;left:0rem;height:10.999625rem;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:1.75rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:25.68017578125rem;left:-0.1181640625rem;height:2.0996125rem;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.125rem;width:10.5rem;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:84.75rem;width:60rem;position:relative;display:block; }#o0cdAyxTy84J4FNdWu0867x0zQ4FSP3r { color:rgba(var(--color-tertiary-1),1);display:block;width:21.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.7;letter-spacing:0;top:25.0625rem;left:7.625rem;height:39.7363125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RApTxKlwMGaE0WT1xLI3WzDVFsaDJ4Jl { color:#306f73;display:block;width:50.12475rem;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:13.4375rem;left:4.9375rem;height:5.550425rem;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; }
#Pa3u1ipbOPpg5lQrPpmzDalayUKsIhy8 { color:#306f73;display:block;width:50rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:21.012961626053rem;left:5rem;height:2.3557375rem;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),0.84);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:80.625rem;width:60rem;top:0.027521133422851rem;left:0rem;display:block; }
#X2yE3lzcuUEN7VG8XLiT4TuJsGVGv0TH { color:#306f73;display:block;width:44.749625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:75.386625289919rem;left:7.6247329711912rem;height:1.86834375rem;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; }
#FAJsiMrITbfXWLdEcOP9BKRrpiBQftKK { color:rgba(var(--color-tertiary-1),1);display:block;width:21.7498125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:25.061698198319rem;left:31.5625rem;height:48.76731875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#L3efVQJ9vCOvd4agQIbpC8rEcVvEHVMs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.874625rem;width:7.874625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:2.9536571502686rem;left:26.062232971191rem; }
#EPKVpPi951lpQ4F16NwQuT8ZTJEGdeJi { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.812325rem;width:21.68725rem;top:68.072601318363rem;left:7.2808055877688rem;overflow:hidden;display:block; }
#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI { 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; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI.adaptive-delivery-prevent-bg, #hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI.lazyload, #hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI.lazyloading { background-image: none; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container { background-color: transparent; background-image: none; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(48,111,115,0.54); }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container > .video-iframe-container { display: none; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(48,111,115,0.54); }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row > .video-iframe-container { display: none; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .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); }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container { border-width: 0; border-radius: 0; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI::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; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container { font-size:0.875rem;font-family:arial;height:17.5rem;width:60rem;position:relative;display:block; }#T3aGmV4svnViS5wHyTr9TB15qrxFd4M2 { 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:#306f73;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; }
#txs3QQgxppRumt3OIayt2P1y2h7eEK2c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LnMp40EVP54XC8f6JShPwLvLTNmdqIOb { 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:6.375rem;left:2.3125rem;height:6.1745375rem;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; }
#T4wKPatf3f2n85DuwWSKyIO9AdFChyCn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.74);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:33.125rem;width:60rem;position:relative;display:block; }#GfumqrtW170EDitTbEytt2Ekyl3xylfm { color:rgba(var(--color-tertiary-1),1);display:block;width:42.3748125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.7;letter-spacing:0;top:17.8125rem;left:8.8125rem;height:10.8371875rem;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:#306f73;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:13.437055587769rem;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:25.75rem;width:60rem;top:5.4031219482422rem;left:0rem;display:block; }
#rVgAypK4mbUmaqP2aK3OdFQb9dXoNnCX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.6873125rem;width:7.6873125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:4.25648021698rem;left:26.155891418457rem; }
#zhuv5CX895zu2K8q2f17MkxstJGTV2RE { 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; }#zhuv5CX895zu2K8q2f17MkxstJGTV2RE.adaptive-delivery-prevent-bg, #zhuv5CX895zu2K8q2f17MkxstJGTV2RE.lazyload, #zhuv5CX895zu2K8q2f17MkxstJGTV2RE.lazyloading { background-image: none; }#zhuv5CX895zu2K8q2f17MkxstJGTV2RE > .row .container { background-color: transparent; background-image: none; }#zhuv5CX895zu2K8q2f17MkxstJGTV2RE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(48,111,115,0.54); }#zhuv5CX895zu2K8q2f17MkxstJGTV2RE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zhuv5CX895zu2K8q2f17MkxstJGTV2RE > .row .container > .video-iframe-container { display: none; }#zhuv5CX895zu2K8q2f17MkxstJGTV2RE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(48,111,115,0.54); }#zhuv5CX895zu2K8q2f17MkxstJGTV2RE > .row > .video-iframe-container { display: none; }#zhuv5CX895zu2K8q2f17MkxstJGTV2RE > .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); }#zhuv5CX895zu2K8q2f17MkxstJGTV2RE > .row .container { border-width: 0; border-radius: 0; }#zhuv5CX895zu2K8q2f17MkxstJGTV2RE::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; }#zhuv5CX895zu2K8q2f17MkxstJGTV2RE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zhuv5CX895zu2K8q2f17MkxstJGTV2RE > .row .container { font-size:0.875rem;font-family:arial;height:21.875rem;width:60rem;position:relative;display:block; }#QZeJabR15iH0S4GV4dqGpebuQvWIxvz7 { 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:#306f73;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:10.8154296875rem;left:39.249820709229rem;display:block; }
#KezvTTulB52QakMKmft5OEmJceTtfaRT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L8DzJTJMrnl2P29v0hLIsutbvSKpfy22 { color:rgba(var(--color-tertiary-0),1);display:block;width:34.2498125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:9.4873046875rem;left:2.1244659423828rem;height:6.09375rem;font-style:normal;display:block; }
#NdokGxE1RmRpiP20n7gklRuGBMzwZoS5 { color:rgba(var(--color-tertiary-0),1);display:block;width:42.3748125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:5.0870018005371rem;left:2.1240234375rem;height:3.2310875rem;font-style:normal;display:block; }
#BLaqpDEd8GaTlz3p4I1fNTXmtcUJOneI { 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; }#BLaqpDEd8GaTlz3p4I1fNTXmtcUJOneI > .row .container { background-color: transparent; background-image: none; }#BLaqpDEd8GaTlz3p4I1fNTXmtcUJOneI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BLaqpDEd8GaTlz3p4I1fNTXmtcUJOneI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BLaqpDEd8GaTlz3p4I1fNTXmtcUJOneI > .row .container > .video-iframe-container { display: none; }#BLaqpDEd8GaTlz3p4I1fNTXmtcUJOneI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BLaqpDEd8GaTlz3p4I1fNTXmtcUJOneI > .row > .video-iframe-container { display: none; }#BLaqpDEd8GaTlz3p4I1fNTXmtcUJOneI > .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); }#BLaqpDEd8GaTlz3p4I1fNTXmtcUJOneI > .row .container { border-width: 0; border-radius: 0; }#BLaqpDEd8GaTlz3p4I1fNTXmtcUJOneI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BLaqpDEd8GaTlz3p4I1fNTXmtcUJOneI > .row .container { font-size:0.875rem;font-family:arial;height:35.75rem;width:60rem;position:relative;display:block; }#ucRgUTlRIZFem6GdLWSXiMzlGLzuPH29 { color:#306f73;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:3.63720703125rem;left:0rem;height:3.849875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#unLul02yobW2FCTWbq9qgIaJuIM4cryO { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.6874375rem;width:8.6874375rem;top:12.768998622894rem;left:5.6556282043457rem;overflow:hidden;display:block; }
#MBROpnS2XErqxvkh9g6cF8QIWqTWckQ8 { color:#306f73;display:block;width:12.4375rem;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:12.76904296875rem;left:24.4375rem;height:2.6988625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#naVBy9FqyzoykyXZ82TQwfT4HwL4VUmc { color:#306f73;display:block;width:11.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:18.10000038147rem;left:24.4375rem;height:5.397725rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#EqRmOvxuqXbGiKMuBitOunacnFcpk1iD { color:#306f73;display:block;width:13.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:25.687133789062rem;left:24.437145233154rem;height:5.397725rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#WQmAbmEpU95L44yQLxbhwzCZRbiV7347 { color:#306f73;display:block;width:14.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:12.7685546875rem;left:44.46875rem;height:4.04829375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#hG5J0oVpdM4zBpuLyIWJRoNP2M6Bv8yN { color:#306f73;display:block;width:12.375rem;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:19.150299072266rem;left:44.468658447266rem;height:4.04829375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#vFgnBUOhliPLSp9bZ5diyxGbIvSHyBHK { color:#306f73;display:block;width:10.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.2;letter-spacing:0;top:25.749633789062rem;left:44.468658447266rem;height:2.6988625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#VODiLaGg5u8J9V0OxLbERPc7JJTES4WK { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.5625rem;top:12.61865234375rem;left:20.40625rem;overflow:hidden;display:block; }
#GT80kGcRC1fgLNlQLbvrSIQ5im0GaZTr { 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:1.875rem;width:1.875rem;top:18.77490234375rem;left:20.71875rem;overflow:hidden;display:block; }
#FUtcXU8qMN44p4VRk833WEmieuEVPXWI { position:absolute;display:block;z-index:15025;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.125rem;width:2.125rem;top:26.055938720703rem;left:20.593482971191rem;overflow:hidden;display:block; }
#GoPg7x2bKBAFCPLteAFQtMBTEFS58IAv { position:absolute;display:block;z-index:15019;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:2rem;width:2rem;top:12.993347167969rem;left:40.656070709229rem;overflow:hidden;display:block; }
#AGTwnx4RtxbVEH3omGMiP708RH6gaviO { 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:2rem;width:2rem;top:19.874633789062rem;left:40.656070709229rem;overflow:hidden;display:block; }
#QtZf2JORQ0JKoXSN5NNBB2yyNBvqaNqX { 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:2rem;width:2rem;top:26.124725341797rem;left:40.593570709229rem;overflow:hidden;display:block; }
#J7MmKbZy6c7ua8OWOnS1H5AuKos0VimO { color:#306f73;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:20.961469173431rem;left:3.75rem;height:4.6302375rem;text-align:center;text-align-last:center;display:block; }
#uTPT4FWtWa3MBTFmhDELoW0HvqJeZ6fR { box-sizing:content-box;height:3.3125rem;width:3.3125rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15005;background-color:#306f73;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.274058818817rem;left:20.056373596191rem;display:block; }
#RtndCEgGo3OJg6fBhGT2XRrBrRhWZQKK { box-sizing:content-box;height:3.312325rem;width:3.312325rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15006;background-color:#306f73;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.080522060394rem;left:20rem;display:block; }
#LbE7pPT4RWzFU0D3fQ49wKDZBRX80s8D { box-sizing:content-box;height:3.312325rem;width:3.312325rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15007;background-color:#306f73;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.442027568817rem;left:20rem;display:block; }
#EGbPDcM2hxT3Jw5KdvIgOx9PCFQpRwVr { box-sizing:content-box;height:3.312325rem;width:3.312325rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15006;background-color:#306f73;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.274058818817rem;left:39.99955368042rem;display:block; }
#PU50h04SBJJMTZif0O0mw9I4Tl5bXgVa { box-sizing:content-box;height:3.312325rem;width:3.312325rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15007;background-color:#306f73;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.204455852509rem;left:39.99955368042rem;display:block; }
#WtQaNgPbVHTefLJliRA4AVJ1IzJEyTLU { box-sizing:content-box;height:3.312325rem;width:3.312325rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15008;background-color:#306f73;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.442027568817rem;left:39.99955368042rem;display:block; }
#SD41Wtp7ZEFIU7T3UvCHW7QlqkEfLrsh { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.75rem;width:28.75rem;top:37.249740600586rem;left:0rem;overflow:hidden;display:block; }
#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:32.0625rem;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:#306f73;display:block;width:20.999625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:13.125rem;left:34.25rem;height:8.9976625rem;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:#306f73;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.12473375rem;width:20.8125rem;top:12rem;left:34.3125rem;display:block; }
#L4zTSFvl7WtOp3uKKDVpWdQmGNz3zxZg { background-color:#306f73;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.062125rem;height:2.62473125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:22.9375rem;left:34.25rem;display:block; }
#VWzJ4Tz5PdTaGeo49kZoE8CzrqaTOVlB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o1vyoJkpVldq6TnJNi71Xq3uU4CQawe6 { color:#306f73;display:block;width:20.999625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:6.5rem;left:34.25rem;height:4.387425rem;display:block; }
#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#306f73;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; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row .container { background-color: transparent; background-image: none; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row .container > .video-iframe-container { display: none; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row > .video-iframe-container { display: none; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .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); }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row .container { border-width: 0; border-radius: 0; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row .container { font-size:0.875rem;font-family:arial;height:18.4375rem;width:60rem;position:relative;display:block; }#N0taaT1a4uThqB48pdg68mOgcrnE52J3 { color:rgba(var(--color-tertiary-0),1);display:block;width:59.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:9.44287109375rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xtPMS3hLuhhgqCfo01PT1inud3yT3ai8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.06223125rem;width:6.06223125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:2.6416239738464rem;left:26.71830368042rem; }
#XQgkdylsaHww7KoTTyerSIcQT9o0eAiZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#306f73;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; }#XQgkdylsaHww7KoTTyerSIcQT9o0eAiZ > .row .container { background-color: transparent; background-image: none; }#XQgkdylsaHww7KoTTyerSIcQT9o0eAiZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XQgkdylsaHww7KoTTyerSIcQT9o0eAiZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XQgkdylsaHww7KoTTyerSIcQT9o0eAiZ > .row .container > .video-iframe-container { display: none; }#XQgkdylsaHww7KoTTyerSIcQT9o0eAiZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XQgkdylsaHww7KoTTyerSIcQT9o0eAiZ > .row > .video-iframe-container { display: none; }#XQgkdylsaHww7KoTTyerSIcQT9o0eAiZ > .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); }#XQgkdylsaHww7KoTTyerSIcQT9o0eAiZ > .row .container { border-width: 0; border-radius: 0; }#XQgkdylsaHww7KoTTyerSIcQT9o0eAiZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XQgkdylsaHww7KoTTyerSIcQT9o0eAiZ > .row .container { font-size:0.875rem;font-family:arial;height:50.9375rem;width:60rem;position:relative;display:block; }#M421WZaG0ncyaD1DkqTi0bF9iOGvl3gx { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-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:16.374603271484rem;left:0.00078105926513675rem;display:block; }
#g8xKUSKzlZHrlPUVS14QgLwhHWeqRsXX { color:#306f73;display:block;width:11.37475rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:11.100416183472rem;left:31.811965942382rem;height:2.9243625rem;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; }
#hIihtuDPvMUr3F604vdqnm4fNCABaTXa { color:#306f73;display:block;width:11.37475rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:11.100416183472rem;left:47.281158447266rem;height:2.9243625rem;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; }
#A1E46lz0TvCoBTETUdgLMFk9cHytVr9h { color:#306f73;display:block;width:11.37475rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:9.5818614959719rem;left:1.3436603546143rem;height:4.38654375rem;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; }
#DMn3TviznZJipSyUKSRRsJsQFCBesgxf { 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:2.4375rem;left:0rem;display:block; }
#C7vTs20ZG968PVPLBTu7gSwiszm4p613 { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-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:16.374603271484rem;left:15rem;display:block; }
#uTlxsBBohWBEAQStx05oR0lbEpQrHQIJ { 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:2.5625rem;left:15.3125rem;display:block; }
#wuV2AI6ntKvHC8Brv6oGgXUmWXvei91w { color:#306f73;display:block;width:11.37475rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:9.5818614959719rem;left:16.811965942382rem;height:4.38654375rem;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; }
#MyuCnMMVF7tKvxIfJrs1Uxn8miKvoRoE { position:absolute;display:block;z-index:15011;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:16.374603271484rem;left:31rem;display:block; }
#PCWTDTCDJgqZvAQSTbTo5MTP6UgAfTRo { 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:2.6875rem;left:30.6875rem;display:block; }
#QzfaeVU18PJBbSOsTT3rP7ShmJ0Dv92o { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-1),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:16.374603271484rem;left:45.938282012939rem;display:block; }
#GnLyBmMkiCHL5s3u4Fuss1hq1HP7aeUG { 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:2.4375rem;left:45.938282012939rem;display:block; }
#XAi6AdMHRqSrXTN97fRXce9algz8u8Gg { 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:17.8125rem;left:45.9375rem;display:block; }
#GtQHNVEuwmxfs2VrAKD6S2eE1nz7puDC { 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:31.875rem;left:45.938282012939rem;display:block; }
#NgmqBP0czwxpoAsALEfzFncOdwVp3d7P { color:#306f73;display:block;width:11.37475rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:24.867524623871rem;left:47.280715942382rem;height:4.38654375rem;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; }
#u5v878lQAsrxfxcHMN5oyCvNMsXPGQhd { 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:17.6875rem;left:0rem;display:block; }
#MCldJppapIMkEwDxOZXgV8c2Wr15AFVl { color:#306f73;display:block;width:11.37475rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:24.742808818817rem;left:1.3436603546143rem;height:4.38654375rem;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; }
#TWqKm6fx4oE95KfHyQoACZemI0vlaFm7 { 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:17.8125rem;left:15.3125rem;display:block; }
#UpPBEpVGJCHyke4chXoFnFmmkUkiWqbZ { color:#306f73;display:block;width:11.37475rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:26.261081218719rem;left:16.811965942382rem;height:2.9243625rem;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; }
#dx9tvtsobBsUtNe45l122BTsGUmUPOZ7 { color:#306f73;display:block;width:11.37475rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:26.261081218719rem;left:31.936965942382rem;height:2.9243625rem;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; }
#LR2FWPUUXTpWdplK3JrASyCcfRuBQ7hF { 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:17.9375rem;left:30.6875rem;display:block; }
#uWh3bmOv0VS7lcau8RcmXqTPPcaSgSNS { 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:31.875rem;left:0.00078105926513675rem;display:block; }
#PhWfTbFes3zqRLdNmFNrRARTWHsZTrvB { 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:31.875rem;left:15.46875rem;display:block; }
#mLTo4zeGAcTffc1zHHiqaJFPWRrqSHss { 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:31.875rem;left:31rem;display:block; }
#WTf0chUN4KAEX96bfitOzVviFiTxvxX8 { 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:3.875rem;left:1.625rem;overflow:hidden;display:block; }
#hDGuzxre91DlFSS2wgxz6vu7kROTDNO8 { 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:4rem;left:16.875rem;overflow:hidden;display:block; }
#FxqRZIGSX6WW6oIs7u2XoFALPMTDfrm5 { 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:4.125rem;left:32.3125rem;overflow:hidden;display:block; }
#QpEkTAX46Gt19SLd3GRAvRbTdGF7F9rt { 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:3.9373474121094rem;left:47.562316894531rem;overflow:hidden;display:block; }
#lRAe22wJQe5eUr3AEXwh0f2T1GNp4CaW { 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:19.1875rem;left:1.5rem;overflow:hidden;display:block; }
#vOPpJ0Ukoc0P73SdaRehTdwTXJsy4v1R { 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:19.1875rem;left:17rem;overflow:hidden;display:block; }
#tGD2DR8dhNhGGqICadnIWLzIrfL3dnwR { 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:19.375rem;left:32.312141418457rem;overflow:hidden;display:block; }
#w0MFrnhevOn26Klio3CpwuvwUaAZ7UQo { 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:18.874755859375rem;left:47.249816894531rem;overflow:hidden;display:block; }
#dzncJl0bAPPQzQnd6DXfNo6h7BBOhlZ9 { 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:33.694549560547rem;left:0.00078105926513675rem;display:block; }
#pDiEI1PFKomhoJNNTGaJJmtBASbWnm86 { 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:33.625rem;left:15.3125rem;display:block; }
#ohfrk7RbPgr6Kpr1lMHCTdNRli6ILBcb { 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:33.75rem;left:30.6875rem;display:block; }
#smNLkRZMtgckVUehTP2Fq3rM4IgsnETC { color:#306f73;display:block;width:11.37475rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:42.993602275848rem;left:1.2186603546143rem;height:1.46218125rem;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; }
#VigstdN2XqhvCH1zEIQa5itlJxWhu965 { color:#306f73;display:block;width:11.37475rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:42.992713451386rem;left:16.499465942382rem;height:1.46218125rem;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; }
#Oi754w3Rq4KNdf35DCZQx2Bp4foLlUhf { 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:35.125rem;left:16.875rem;overflow:hidden;display:block; }
#l2MUbh7ghdKWvCR5Xbh8whDCe2NJlsx2 { color:#306f73;display:block;width:11.37475rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:41.83736371994rem;left:31.811965942382rem;height:2.9243625rem;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; }
#WzMNNNk9cAQqM2szqlTlPIDv1nJiDOQS { 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:35.3125rem;left:32.3125rem;overflow:hidden;display:block; }
#rRKourR09CaZNJQONK95nTKLU7fe5ey5 { color:#306f73;display:block;width:11.37475rem;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:35.676229000091rem;left:47.218215942382rem;height:9.098rem;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; }
#GQWAGom8zNJo3VPpywsFycUiFLb2ORZI { 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:33.694549560547rem;left:45.938282012939rem;display:block; }
#p6InL4sKZdIB8fARoNAFXVpxKlX7JNOI { 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:35.3125rem;left:1.6875rem;overflow:hidden;display:block; }
#cWhHgqnM4RlelTLqUWQP3oMRuqNgocxR { 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:#306f73;background-image:none;top:3.0625rem;left:0.75rem;display:block; }
#Z5giRh4mfF21Wt0JdBefCRbLGgLXoI16 { 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:#306f73;background-image:none;top:3.125rem;left:16rem;display:block; }
#ZoAQWfrBxJmyvgeldMNUnMMBh1CS33Ih { 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:#306f73;background-image:none;top:3.25rem;left:31.4375rem;display:block; }
#MovZ2H9yoHZe9v83xV4LkoFyoQKzFWgz { 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:#306f73;background-image:none;top:3.0624389648438rem;left:46.687408447266rem;display:block; }
#TcxHunr1QBet47NL5arEciJGBuhf0QdL { 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:#306f73;background-image:none;top:18.375rem;left:0.625rem;display:block; }
#FmcoruFVImxfTRxcbzzgDTAK4OaclCrh { 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:#306f73;background-image:none;top:18.375rem;left:16.0625rem;display:block; }
#CBf2zQcJRApctZHtHneTJ8Hr63CCNDMc { 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:#306f73;background-image:none;top:18.5625rem;left:31.4375rem;display:block; }
#qZFNuz86qJ5muPo1ml3EiqI9E19WmRmq { 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:#306f73;background-image:none;top:18.374938964844rem;left:46.687408447266rem;display:block; }
#d5CKlAS5KF78LMGi3lulT3vRZpfsgP59 { 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:#306f73;background-image:none;top:34.375rem;left:0.8125rem;display:block; }
#KZHvf4xQSyuNroeHmQ6rstKd4Z5uk9Bl { 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:#306f73;background-image:none;top:34.3125rem;left:16rem;display:block; }
#ml28ZS9fXRcoKbARecpGhB57HeBJxoPG { 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:#306f73;background-image:none;top:34.375rem;left:31.5rem;display:block; }
#XUZPv7a5faJlBgSD4bk4KQT7TkSldW04 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/05f44eb7-6bae-4741-af7a-73752398940b/AGCUMENbackground.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; }#XUZPv7a5faJlBgSD4bk4KQT7TkSldW04.adaptive-delivery-prevent-bg, #XUZPv7a5faJlBgSD4bk4KQT7TkSldW04.lazyload, #XUZPv7a5faJlBgSD4bk4KQT7TkSldW04.lazyloading { background-image: none; }#XUZPv7a5faJlBgSD4bk4KQT7TkSldW04 > .row .container { background-color: transparent; background-image: none; }#XUZPv7a5faJlBgSD4bk4KQT7TkSldW04::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(48,111,115,0.42); }#XUZPv7a5faJlBgSD4bk4KQT7TkSldW04 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUZPv7a5faJlBgSD4bk4KQT7TkSldW04 > .row .container > .video-iframe-container { display: none; }#XUZPv7a5faJlBgSD4bk4KQT7TkSldW04 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(48,111,115,0.42); }#XUZPv7a5faJlBgSD4bk4KQT7TkSldW04 > .row > .video-iframe-container { display: none; }#XUZPv7a5faJlBgSD4bk4KQT7TkSldW04 > .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); }#XUZPv7a5faJlBgSD4bk4KQT7TkSldW04 > .row .container { border-width: 0; border-radius: 0; }#XUZPv7a5faJlBgSD4bk4KQT7TkSldW04::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; }#XUZPv7a5faJlBgSD4bk4KQT7TkSldW04 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XUZPv7a5faJlBgSD4bk4KQT7TkSldW04 > .row .container { font-size:0.875rem;font-family:arial;height:22rem;width:60rem;position:relative;display:block; }#Vkr6kLqPG3nwF4aX8FryoK1LAkTXRzfx { background-color:#306f73;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: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: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:9.28089427948rem;left:36.24955368042rem;display:block; }
#rMAawn5hsL5i9hOW3txcxdOMBDdwXXTP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GvTaKp1tguEO84nDrIVd9oC4wlT8RaKX { color:#ffffff;display:block;width:26.4373125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:3.9375rem;left:5.0625rem;height:3.00026875rem;font-style:normal;display:block; }
#KSLFv6Zsw2D4l7XJq2ZKmkuMeIzNQ7cJ { color:#ffffff;display:block;width:26.4373125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:7.5rem;left:5.0625rem;height:3.00026875rem;font-style:normal;display:block; }
#azpMCamv7sCI6uTou1Nm58qkcAFURUBT { color:#ffffff;display:block;width:26.436875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:11.3125rem;left:5.0625rem;height:3.00026875rem;font-style:normal;display:block; }
#NQL4qKDtW9oDAdFCgLB3WXp0FQP1CSLN { color:#ffffff;display:block;width:26.4364375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:15.0625rem;left:5.0625rem;height:3.00026875rem;font-style:normal;display:block; }
#zF0ZtikIHrRO8JOGoQFsQlM5tcpWP57M.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; } #zF0ZtikIHrRO8JOGoQFsQlM5tcpWP57M.widget-smartsection *:focus-visible, #zF0ZtikIHrRO8JOGoQFsQlM5tcpWP57M.widget-smartsection input[type="text"]:focus-visible, #zF0ZtikIHrRO8JOGoQFsQlM5tcpWP57M.widget-smartsection input[type="email"]:focus-visible, #zF0ZtikIHrRO8JOGoQFsQlM5tcpWP57M.widget-smartsection input[type="tel"]:focus-visible, #zF0ZtikIHrRO8JOGoQFsQlM5tcpWP57M.widget-smartsection textarea:focus-visible { outline: none; } #wnOzogiN1iHtT9nJs16aQsbT4voqyFNk > .row .container { background-color: transparent; background-image: none; }#wnOzogiN1iHtT9nJs16aQsbT4voqyFNk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wnOzogiN1iHtT9nJs16aQsbT4voqyFNk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wnOzogiN1iHtT9nJs16aQsbT4voqyFNk > .row .container > .video-iframe-container { display: none; }#wnOzogiN1iHtT9nJs16aQsbT4voqyFNk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wnOzogiN1iHtT9nJs16aQsbT4voqyFNk > .row > .video-iframe-container { display: none; }#wnOzogiN1iHtT9nJs16aQsbT4voqyFNk > .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); }#wnOzogiN1iHtT9nJs16aQsbT4voqyFNk > .row .container { border-width: 0; border-radius: 0; }#wnOzogiN1iHtT9nJs16aQsbT4voqyFNk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wnOzogiN1iHtT9nJs16aQsbT4voqyFNk > .row .container { font-size:0.875rem;font-family:arial;height:41rem;width:60rem;position:relative;display:block; }#qW8NDE5KT7UMTuQ0JRoxm3JPid603zpy.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #qW8NDE5KT7UMTuQ0JRoxm3JPid603zpy.widget-smartsection *:focus-visible, #qW8NDE5KT7UMTuQ0JRoxm3JPid603zpy.widget-smartsection input[type="text"]:focus-visible, #qW8NDE5KT7UMTuQ0JRoxm3JPid603zpy.widget-smartsection input[type="email"]:focus-visible, #qW8NDE5KT7UMTuQ0JRoxm3JPid603zpy.widget-smartsection input[type="tel"]:focus-visible, #qW8NDE5KT7UMTuQ0JRoxm3JPid603zpy.widget-smartsection textarea:focus-visible { outline: none; } #e0coS8dN7sdWGtRAI7l2TDz7kUDo9VwQ > .row .container { background-color: transparent; background-image: none; }#e0coS8dN7sdWGtRAI7l2TDz7kUDo9VwQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e0coS8dN7sdWGtRAI7l2TDz7kUDo9VwQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e0coS8dN7sdWGtRAI7l2TDz7kUDo9VwQ > .row .container > .video-iframe-container { display: none; }#e0coS8dN7sdWGtRAI7l2TDz7kUDo9VwQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e0coS8dN7sdWGtRAI7l2TDz7kUDo9VwQ > .row > .video-iframe-container { display: none; }#e0coS8dN7sdWGtRAI7l2TDz7kUDo9VwQ > .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); }#e0coS8dN7sdWGtRAI7l2TDz7kUDo9VwQ > .row .container { border-width: 0; border-radius: 0; }#e0coS8dN7sdWGtRAI7l2TDz7kUDo9VwQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e0coS8dN7sdWGtRAI7l2TDz7kUDo9VwQ > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:60rem;position:relative;display:block; }#q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.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; }#q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection.adaptive-delivery-prevent-bg, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection.lazyload, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection.lazyloading { background-image: none; } #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection *:focus-visible, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection input[type="text"]:focus-visible, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection input[type="email"]:focus-visible, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection input[type="tel"]:focus-visible, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection textarea:focus-visible { outline: none; } #c6qaBS5kmBo9t72hZS85JL17wsOPnC0c > .row .container { background-color: transparent; background-image: none; }#c6qaBS5kmBo9t72hZS85JL17wsOPnC0c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(51,51,51,0.41); }#c6qaBS5kmBo9t72hZS85JL17wsOPnC0c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c6qaBS5kmBo9t72hZS85JL17wsOPnC0c > .row .container > .video-iframe-container { display: none; }#c6qaBS5kmBo9t72hZS85JL17wsOPnC0c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(51,51,51,0.41); }#c6qaBS5kmBo9t72hZS85JL17wsOPnC0c > .row > .video-iframe-container { display: none; }#c6qaBS5kmBo9t72hZS85JL17wsOPnC0c > .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); }#c6qaBS5kmBo9t72hZS85JL17wsOPnC0c > .row .container { border-width: 0; border-radius: 0; }#c6qaBS5kmBo9t72hZS85JL17wsOPnC0c::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; }#c6qaBS5kmBo9t72hZS85JL17wsOPnC0c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c6qaBS5kmBo9t72hZS85JL17wsOPnC0c > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;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:12.125rem;left:0rem;width:47.75rem;height:;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtCJIkt0yfHkzbeWiDdMgentLpTcFkhT { top:25.625rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnCeinsw7JpViSs2GGQFk6n7A8Ar2LR2 { top:3.625rem;left:0rem;width:10.5rem;height:3.125rem;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) { #o0cdAyxTy84J4FNdWu0867x0zQ4FSP3r { top:25.0625rem;left:1.5rem;width:21.6875rem;height:39.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RApTxKlwMGaE0WT1xLI3WzDVFsaDJ4Jl { top:13.4375rem;left:0rem;width:47.75rem;height:5.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pa3u1ipbOPpg5lQrPpmzDalayUKsIhy8 { top:21rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOzpfCGNxK4oTuhMzGZCXy8BxSdkI1qK { top:0rem;left:0rem;width:47.75rem;height:80.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2yE3lzcuUEN7VG8XLiT4TuJsGVGv0TH { top:75.375rem;left:1.4997329711914rem;width:44.6875rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAJsiMrITbfXWLdEcOP9BKRrpiBQftKK { top:25rem;left:25.4375rem;width:21.6875rem;height:48.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3efVQJ9vCOvd4agQIbpC8rEcVvEHVMs { top:2.9375rem;left:19.937232971191rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPKVpPi951lpQ4F16NwQuT8ZTJEGdeJi { top:68.0625rem;left:1.1558055877686rem;width:21.625rem;height:5.7956415924103rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI { display:block; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T3aGmV4svnViS5wHyTr9TB15qrxFd4M2 { width:17.5rem;height:3.4375rem;top:7.6875rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #txs3QQgxppRumt3OIayt2P1y2h7eEK2c { display:block; }
 }@media only screen and (max-width: 763px) { #LnMp40EVP54XC8f6JShPwLvLTNmdqIOb { width:27.75rem;height:6.125rem;top:6.375rem;left:0rem;font-size:2rem;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:17.8125rem;left:2.6875rem;width:42.3125rem;height:10.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6GXaMlUs7oRJ3VpyPCQgnBH5mqiIh4z { top:13.375rem;left:0rem;width:47.75rem;height:2.75rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuHfxyokei2EraPMN7em9P05HH3FrLlO { top:5.375rem;left:0rem;width:47.75rem;height:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVgAypK4mbUmaqP2aK3OdFQb9dXoNnCX { top:4.25rem;left:20.030891418457rem;width:7.625rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhuv5CX895zu2K8q2f17MkxstJGTV2RE { display:block; }#zhuv5CX895zu2K8q2f17MkxstJGTV2RE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QZeJabR15iH0S4GV4dqGpebuQvWIxvz7 { width:17.5rem;height:3.4375rem;top:10.8125rem;left:30.062320709229rem;display:block; }
 }@media only screen and (max-width: 763px) { #KezvTTulB52QakMKmft5OEmJceTtfaRT { display:block; }
 }@media only screen and (max-width: 763px) { #L8DzJTJMrnl2P29v0hLIsutbvSKpfy22 { width:34.1875rem;height:6.0625rem;top:9.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdokGxE1RmRpiP20n7gklRuGBMzwZoS5 { width:42.3125rem;height:3.1875rem;top:5.0625rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLaqpDEd8GaTlz3p4I1fNTXmtcUJOneI { display:block; }#BLaqpDEd8GaTlz3p4I1fNTXmtcUJOneI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ucRgUTlRIZFem6GdLWSXiMzlGLzuPH29 { width:47.75rem;height:3.8125rem;top:3.625rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #unLul02yobW2FCTWbq9qgIaJuIM4cryO { width:8.625rem;height:8.625rem;top:12.75rem;left:3.5931282043457rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBROpnS2XErqxvkh9g6cF8QIWqTWckQ8 { width:12.4375rem;height:;top:12.75rem;left:18.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #naVBy9FqyzoykyXZ82TQwfT4HwL4VUmc { width:11.125rem;height:5.375rem;top:18.0625rem;left:18.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqRmOvxuqXbGiKMuBitOunacnFcpk1iD { width:13.625rem;height:;top:25.625rem;left:18.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQmAbmEpU95L44yQLxbhwzCZRbiV7347 { width:14.375rem;height:;top:12.75rem;left:33.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hG5J0oVpdM4zBpuLyIWJRoNP2M6Bv8yN { width:12.375rem;height:;top:19.125rem;left:34.156158447266rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFgnBUOhliPLSp9bZ5diyxGbIvSHyBHK { width:10.6875rem;height:;top:25.6875rem;left:34.156158447266rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VODiLaGg5u8J9V0OxLbERPc7JJTES4WK { top:12.5625rem;left:15.875rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT80kGcRC1fgLNlQLbvrSIQ5im0GaZTr { top:18.75rem;left:15.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUtcXU8qMN44p4VRk833WEmieuEVPXWI { top:26rem;left:15.875rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoPg7x2bKBAFCPLteAFQtMBTEFS58IAv { top:12.9375rem;left:31.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGTwnx4RtxbVEH3omGMiP708RH6gaviO { top:19.8125rem;left:31.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtZf2JORQ0JKoXSN5NNBB2yyNBvqaNqX { top:26.0625rem;left:31.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7MmKbZy6c7ua8OWOnS1H5AuKos0VimO { top:20.9375rem;left:1.6875rem;width:12.5rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTPT4FWtWa3MBTFmhDELoW0HvqJeZ6fR { top:12.25rem;left:15.875rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtndCEgGo3OJg6fBhGT2XRrBrRhWZQKK { top:18.0625rem;left:15.875rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbE7pPT4RWzFU0D3fQ49wKDZBRX80s8D { top:25.4375rem;left:15.875rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGbPDcM2hxT3Jw5KdvIgOx9PCFQpRwVr { top:12.25rem;left:28.5rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PU50h04SBJJMTZif0O0mw9I4Tl5bXgVa { top:19.1875rem;left:28.5rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtQaNgPbVHTefLJliRA4AVJ1IzJEyTLU { top:25.4375rem;left:28.5rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SD41Wtp7ZEFIU7T3UvCHW7QlqkEfLrsh { top:37.1875rem;left:0rem;width:28.75rem;height:28.75rem;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:20.9375rem;height:8.9375rem;top:13.125rem;left:26.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGWuS62TIx3ihEQGZe97lxJXFf78f8rd { top:12rem;left:27rem;width:20.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4zTSFvl7WtOp3uKKDVpWdQmGNz3zxZg { width:10rem;height:2.5625rem;top:22.9375rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWzJ4Tz5PdTaGeo49kZoE8CzrqaTOVlB { display:block; }
 }@media only screen and (max-width: 763px) { #o1vyoJkpVldq6TnJNi71Xq3uU4CQawe6 { top:6.5rem;left:26.8125rem;width:20.9375rem;height:4.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ { display:block; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N0taaT1a4uThqB48pdg68mOgcrnE52J3 { top:9.4375rem;left:0rem;width:47.75rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtPMS3hLuhhgqCfo01PT1inud3yT3ai8 { top:2.625rem;left:17.875rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQgkdylsaHww7KoTTyerSIcQT9o0eAiZ { display:block; }#XQgkdylsaHww7KoTTyerSIcQT9o0eAiZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M421WZaG0ncyaD1DkqTi0bF9iOGvl3gx { width:14.0625rem;height:0.125rem;top:16.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8xKUSKzlZHrlPUVS14QgLwhHWeqRsXX { width:11.3125rem;height:2.875rem;top:11.0625rem;left:24.155715942382rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIihtuDPvMUr3F604vdqnm4fNCABaTXa { width:11.3125rem;height:2.875rem;top:11.0625rem;left:36.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1E46lz0TvCoBTETUdgLMFk9cHytVr9h { width:11.3125rem;height:4.375rem;top:9.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMn3TviznZJipSyUKSRRsJsQFCBesgxf { width:14.0625rem;height:12.6875rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7vTs20ZG968PVPLBTu7gSwiszm4p613 { width:14.0625rem;height:0.125rem;top:16.3125rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTlxsBBohWBEAQStx05oR0lbEpQrHQIJ { width:14.0625rem;height:12.6875rem;top:2.5625rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuV2AI6ntKvHC8Brv6oGgXUmWXvei91w { width:11.3125rem;height:4.375rem;top:9.5625rem;left:12.218215942382rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyuCnMMVF7tKvxIfJrs1Uxn8miKvoRoE { width:14.0625rem;height:0.125rem;top:16.3125rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCWTDTCDJgqZvAQSTbTo5MTP6UgAfTRo { width:14.0625rem;height:12.6875rem;top:2.6875rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzfaeVU18PJBbSOsTT3rP7ShmJ0Dv92o { width:14.0625rem;height:0.125rem;top:16.3125rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnLyBmMkiCHL5s3u4Fuss1hq1HP7aeUG { width:14.0625rem;height:12.6875rem;top:2.4375rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAi6AdMHRqSrXTN97fRXce9algz8u8Gg { width:14.0625rem;height:12.6875rem;top:17.8125rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtQHNVEuwmxfs2VrAKD6S2eE1nz7puDC { width:14.0625rem;height:0.125rem;top:31.875rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgmqBP0czwxpoAsALEfzFncOdwVp3d7P { width:11.3125rem;height:4.375rem;top:24.8125rem;left:36.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5v878lQAsrxfxcHMN5oyCvNMsXPGQhd { width:14.0625rem;height:12.6875rem;top:17.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCldJppapIMkEwDxOZXgV8c2Wr15AFVl { width:11.3125rem;height:4.375rem;top:24.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWqKm6fx4oE95KfHyQoACZemI0vlaFm7 { width:14.0625rem;height:12.6875rem;top:17.8125rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpPBEpVGJCHyke4chXoFnFmmkUkiWqbZ { width:11.3125rem;height:2.875rem;top:26.25rem;left:12.218215942382rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dx9tvtsobBsUtNe45l122BTsGUmUPOZ7 { width:11.3125rem;height:2.875rem;top:26.25rem;left:24.280715942382rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LR2FWPUUXTpWdplK3JrASyCcfRuBQ7hF { width:14.0625rem;height:12.6875rem;top:17.9375rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWh3bmOv0VS7lcau8RcmXqTPPcaSgSNS { width:14.0625rem;height:0.125rem;top:31.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhWfTbFes3zqRLdNmFNrRARTWHsZTrvB { width:14.0625rem;height:0.125rem;top:31.875rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLTo4zeGAcTffc1zHHiqaJFPWRrqSHss { width:14.0625rem;height:0.125rem;top:31.875rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTf0chUN4KAEX96bfitOzVviFiTxvxX8 { top:3.875rem;left:0.09375rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDGuzxre91DlFSS2wgxz6vu7kROTDNO8 { top:4rem;left:12.28125rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxqRZIGSX6WW6oIs7u2XoFALPMTDfrm5 { top:4.125rem;left:24.65625rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpEkTAX46Gt19SLd3GRAvRbTdGF7F9rt { top:3.875rem;left:36.843566894531rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRAe22wJQe5eUr3AEXwh0f2T1GNp4CaW { top:19.1875rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOPpJ0Ukoc0P73SdaRehTdwTXJsy4v1R { top:19.1875rem;left:12.40625rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGD2DR8dhNhGGqICadnIWLzIrfL3dnwR { top:19.375rem;left:24.655891418457rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0MFrnhevOn26Klio3CpwuvwUaAZ7UQo { top:18.8125rem;left:36.531066894531rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzncJl0bAPPQzQnd6DXfNo6h7BBOhlZ9 { width:14.0625rem;height:12.6875rem;top:33.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDiEI1PFKomhoJNNTGaJJmtBASbWnm86 { width:14.0625rem;height:12.6875rem;top:33.625rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohfrk7RbPgr6Kpr1lMHCTdNRli6ILBcb { width:14.0625rem;height:12.6875rem;top:33.75rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #smNLkRZMtgckVUehTP2Fq3rM4IgsnETC { width:11.3125rem;height:1.4375rem;top:42.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VigstdN2XqhvCH1zEIQa5itlJxWhu965 { width:11.3125rem;height:1.4375rem;top:42.9375rem;left:11.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oi754w3Rq4KNdf35DCZQx2Bp4foLlUhf { top:35.125rem;left:12.28125rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2MUbh7ghdKWvCR5Xbh8whDCe2NJlsx2 { width:11.3125rem;height:2.875rem;top:41.8125rem;left:24.155715942382rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzMNNNk9cAQqM2szqlTlPIDv1nJiDOQS { top:35.3125rem;left:24.65625rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRKourR09CaZNJQONK95nTKLU7fe5ey5 { width:11.3125rem;height:;top:35.625rem;left:36.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQWAGom8zNJo3VPpywsFycUiFLb2ORZI { width:14.0625rem;height:12.6875rem;top:33.6875rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6InL4sKZdIB8fARoNAFXVpxKlX7JNOI { top:35.3125rem;left:0.15625rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWhHgqnM4RlelTLqUWQP3oMRuqNgocxR { top:3.0625rem;left:0rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5giRh4mfF21Wt0JdBefCRbLGgLXoI16 { top:3.125rem;left:11.9375rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoAQWfrBxJmyvgeldMNUnMMBh1CS33Ih { top:3.25rem;left:23.875rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MovZ2H9yoHZe9v83xV4LkoFyoQKzFWgz { top:3rem;left:35.968658447266rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcxHunr1QBet47NL5arEciJGBuhf0QdL { top:18.375rem;left:0rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmcoruFVImxfTRxcbzzgDTAK4OaclCrh { top:18.375rem;left:11.9375rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBf2zQcJRApctZHtHneTJ8Hr63CCNDMc { top:18.5625rem;left:23.875rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZFNuz86qJ5muPo1ml3EiqI9E19WmRmq { top:18.3125rem;left:35.968658447266rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5CKlAS5KF78LMGi3lulT3vRZpfsgP59 { top:34.375rem;left:0rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZHvf4xQSyuNroeHmQ6rstKd4Z5uk9Bl { top:34.3125rem;left:11.9375rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ml28ZS9fXRcoKbARecpGhB57HeBJxoPG { top:34.375rem;left:23.875rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUZPv7a5faJlBgSD4bk4KQT7TkSldW04 { display:block; }#XUZPv7a5faJlBgSD4bk4KQT7TkSldW04 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vkr6kLqPG3nwF4aX8FryoK1LAkTXRzfx { width:17.5rem;height:3.4375rem;top:9.25rem;left:27.06205368042rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMAawn5hsL5i9hOW3txcxdOMBDdwXXTP { display:block; }
 }@media only screen and (max-width: 763px) { #GvTaKp1tguEO84nDrIVd9oC4wlT8RaKX { width:26.375rem;height:3rem;top:3.9375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSLFv6Zsw2D4l7XJq2ZKmkuMeIzNQ7cJ { width:26.375rem;height:3rem;top:7.5rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #azpMCamv7sCI6uTou1Nm58qkcAFURUBT { width:26.375rem;height:3rem;top:11.3125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQL4qKDtW9oDAdFCgLB3WXp0FQP1CSLN { width:26.375rem;height:3rem;top:15.0625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zF0ZtikIHrRO8JOGoQFsQlM5tcpWP57M.widget-smartsection { display:block; } #zF0ZtikIHrRO8JOGoQFsQlM5tcpWP57M.widget-smartsection *:focus-visible, #zF0ZtikIHrRO8JOGoQFsQlM5tcpWP57M.widget-smartsection input[type="text"]:focus-visible, #zF0ZtikIHrRO8JOGoQFsQlM5tcpWP57M.widget-smartsection input[type="email"]:focus-visible, #zF0ZtikIHrRO8JOGoQFsQlM5tcpWP57M.widget-smartsection input[type="tel"]:focus-visible, #zF0ZtikIHrRO8JOGoQFsQlM5tcpWP57M.widget-smartsection textarea:focus-visible { outline: none; } #wnOzogiN1iHtT9nJs16aQsbT4voqyFNk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qW8NDE5KT7UMTuQ0JRoxm3JPid603zpy.widget-smartsection { display:block; } #qW8NDE5KT7UMTuQ0JRoxm3JPid603zpy.widget-smartsection *:focus-visible, #qW8NDE5KT7UMTuQ0JRoxm3JPid603zpy.widget-smartsection input[type="text"]:focus-visible, #qW8NDE5KT7UMTuQ0JRoxm3JPid603zpy.widget-smartsection input[type="email"]:focus-visible, #qW8NDE5KT7UMTuQ0JRoxm3JPid603zpy.widget-smartsection input[type="tel"]:focus-visible, #qW8NDE5KT7UMTuQ0JRoxm3JPid603zpy.widget-smartsection textarea:focus-visible { outline: none; } #e0coS8dN7sdWGtRAI7l2TDz7kUDo9VwQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection { display:block; } #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection *:focus-visible, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection input[type="text"]:focus-visible, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection input[type="email"]:focus-visible, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection input[type="tel"]:focus-visible, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection textarea:focus-visible { outline: none; } #c6qaBS5kmBo9t72hZS85JL17wsOPnC0c > .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:25.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rKEf2LoewTLqpaut9HQ62a1gu02xJn2K { width:14.49975rem;height:10.722625rem;top:8.7491121292112rem;left:2.74991106987rem;font-size:2.0625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #OtCJIkt0yfHkzbeWiDdMgentLpTcFkhT { width:19.9375rem;height:2.999825rem;top:20.374643325806rem;left:-8.8930130004881E-5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wnCeinsw7JpViSs2GGQFk6n7A8Ar2LR2 { width:9.437125rem;height:2.62473125rem;top:2.2496447563171rem;left:5.2809834480286rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB { display:block; }#Jvq5B5B8PKtfMzd9TE58pndhIOMBhnbB > .row .container { width:20rem;height:145.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o0cdAyxTy84J4FNdWu0867x0zQ4FSP3r { width:19.0625rem;height:45.1549375rem;top:20.624201774597rem;left:0.46830606460571rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RApTxKlwMGaE0WT1xLI3WzDVFsaDJ4Jl { width:20rem;height:5.1735625rem;top:8.5934829711912rem;left:0rem;font-size:1.4375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Pa3u1ipbOPpg5lQrPpmzDalayUKsIhy8 { width:20rem;height:3.41264375rem;top:16.498135566711rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOzpfCGNxK4oTuhMzGZCXy8BxSdkI1qK { width:20rem;height:144.375rem;top:-9.1552734375E-5rem;left:0rem;background-color:rgba(var(--color-tertiary-0),0.79);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #X2yE3lzcuUEN7VG8XLiT4TuJsGVGv0TH { width:16.1874375rem;height:5.1189625rem;top:137.36727142334rem;left:1.9060723781586rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FAJsiMrITbfXWLdEcOP9BKRrpiBQftKK { width:18.0624375rem;height:61.41069375rem;top:74.769174575806rem;left:0.96857237815856rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L3efVQJ9vCOvd4agQIbpC8rEcVvEHVMs { display:flex;width:4.1242rem;height:4.1242rem;top:3.4011011123658rem;left:7.9372329711912rem; }
 }@media only screen and (max-width: 763px) { #EPKVpPi951lpQ4F16NwQuT8ZTJEGdeJi { width:17.0623125rem;height:4.49973125rem;top:69.249821186069rem;left:1.3433947563171rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c7da9b27-aa2b-44e3-b3fa-553842242c36/AGCUMEN.crop_948x1000_52,0.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI.adaptive-delivery-prevent-bg, #hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI.lazyload, #hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI.lazyloading { background-image: none; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container { background-color: transparent; background-image: none; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(48,111,115,0.43); }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container > .video-iframe-container { display: none; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(48,111,115,0.43); }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row > .video-iframe-container { display: none; }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .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); }#hlOR1vZ9bsySTgxV5E1p4sRc8C02PhEI > .row .container { width:20rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T3aGmV4svnViS5wHyTr9TB15qrxFd4M2 { width:12.874625rem;height:2.374825rem;top:11.811079025269rem;left:3.5622334480286rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #txs3QQgxppRumt3OIayt2P1y2h7eEK2c { display:block; }
 }@media only screen and (max-width: 763px) { #LnMp40EVP54XC8f6JShPwLvLTNmdqIOb { width:17.62475rem;height:7.200375rem;top:3.4992008209229rem;left:1.1869671344757rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #T4wKPatf3f2n85DuwWSKyIO9AdFChyCn { display:block; }#T4wKPatf3f2n85DuwWSKyIO9AdFChyCn > .row .container { width:20rem;height:48.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GfumqrtW170EDitTbEytt2Ekyl3xylfm { width:16.4373125rem;height:28.899125rem;top:16.874559402466rem;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:7.200375rem;top:8.3749074935912rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuHfxyokei2EraPMN7em9P05HH3FrLlO { width:20rem;height:10.625rem;top:33.962180137634rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVgAypK4mbUmaqP2aK3OdFQb9dXoNnCX { display:flex;width:4.249825rem;height:4.249825rem;top:2.3475646972656rem;left:7.8742008209231rem; }
 }@media only screen and (max-width: 763px) { #zhuv5CX895zu2K8q2f17MkxstJGTV2RE { 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; }#zhuv5CX895zu2K8q2f17MkxstJGTV2RE.adaptive-delivery-prevent-bg, #zhuv5CX895zu2K8q2f17MkxstJGTV2RE.lazyload, #zhuv5CX895zu2K8q2f17MkxstJGTV2RE.lazyloading { background-image: none; }#zhuv5CX895zu2K8q2f17MkxstJGTV2RE > .row .container { background-color: transparent; background-image: none; }#zhuv5CX895zu2K8q2f17MkxstJGTV2RE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(48,111,115,0.64); }#zhuv5CX895zu2K8q2f17MkxstJGTV2RE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zhuv5CX895zu2K8q2f17MkxstJGTV2RE > .row .container > .video-iframe-container { display: none; }#zhuv5CX895zu2K8q2f17MkxstJGTV2RE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(48,111,115,0.64); }#zhuv5CX895zu2K8q2f17MkxstJGTV2RE > .row > .video-iframe-container { display: none; }#zhuv5CX895zu2K8q2f17MkxstJGTV2RE > .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); }#zhuv5CX895zu2K8q2f17MkxstJGTV2RE > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QZeJabR15iH0S4GV4dqGpebuQvWIxvz7 { width:10.2499375rem;height:2.31223125rem;top:20.686699867249rem;left:4.87482213974rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KezvTTulB52QakMKmft5OEmJceTtfaRT { display:block; }
 }@media only screen and (max-width: 763px) { #L8DzJTJMrnl2P29v0hLIsutbvSKpfy22 { width:17.874625rem;height:10.7253125rem;top:7.6993064880369rem;left:1.0622336864471rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdokGxE1RmRpiP20n7gklRuGBMzwZoS5 { width:20rem;height:2.4747rem;top:3.0113639831543rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLaqpDEd8GaTlz3p4I1fNTXmtcUJOneI { display:block; }#BLaqpDEd8GaTlz3p4I1fNTXmtcUJOneI > .row .container { width:20rem;height:108.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ucRgUTlRIZFem6GdLWSXiMzlGLzuPH29 { width:16.7489375rem;height:8.7744375rem;top:2.8493428230286rem;left:1.6246447563171rem;text-align:center;text-align-last:center;color:#306f73;line-height:1.2;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #unLul02yobW2FCTWbq9qgIaJuIM4cryO { width:5.5624125rem;height:5.5624125rem;top:75.398622512819rem;left:7.2185726165769rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBROpnS2XErqxvkh9g6cF8QIWqTWckQ8 { width:15.625rem;height:2.54971875rem;top:19.624376296997rem;left:2.1870560646057rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #naVBy9FqyzoykyXZ82TQwfT4HwL4VUmc { width:15.625rem;height:2.54971875rem;top:28.5615234375rem;left:2.1870560646057rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqRmOvxuqXbGiKMuBitOunacnFcpk1iD { width:15.625rem;height:3.824575rem;top:37.999908447266rem;left:2.2571909427643rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQmAbmEpU95L44yQLxbhwzCZRbiV7347 { width:15.625rem;height:2.54971875rem;top:48.624643325806rem;left:2.1870560646057rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hG5J0oVpdM4zBpuLyIWJRoNP2M6Bv8yN { width:15.625rem;height:3.824575rem;top:57.867097854614rem;left:2.1870560646057rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFgnBUOhliPLSp9bZ5diyxGbIvSHyBHK { width:15.625rem;height:2.54971875rem;top:68.25rem;left:2.1874997615814rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VODiLaGg5u8J9V0OxLbERPc7JJTES4WK { width:2.5625rem;height:2.5625rem;top:16.125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT80kGcRC1fgLNlQLbvrSIQ5im0GaZTr { width:1.875rem;height:1.875rem;top:25.5rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUtcXU8qMN44p4VRk833WEmieuEVPXWI { width:2.125rem;height:2.125rem;top:34.749732971191rem;left:8.9373216629031rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoPg7x2bKBAFCPLteAFQtMBTEFS58IAv { width:2rem;height:2rem;top:45.374908447266rem;left:8.9999113082888rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGTwnx4RtxbVEH3omGMiP708RH6gaviO { width:1.99973125rem;height:1.99973125rem;top:54.804865837097rem;left:8.9994668960569rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtZf2JORQ0JKoXSN5NNBB2yyNBvqaNqX { width:2rem;height:2rem;top:65.187316894531rem;left:8.9999113082888rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7MmKbZy6c7ua8OWOnS1H5AuKos0VimO { width:12.5rem;height:4.6302375rem;top:80.9610080719rem;left:3.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTPT4FWtWa3MBTFmhDELoW0HvqJeZ6fR { width:3.312325rem;height:3.312325rem;top:15.75rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtndCEgGo3OJg6fBhGT2XRrBrRhWZQKK { width:3.24973125rem;height:3.24973125rem;top:34.181991577149rem;left:8.3744668960569rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbE7pPT4RWzFU0D3fQ49wKDZBRX80s8D { width:3.24973125rem;height:3.24973125rem;top:54.18074798584rem;left:8.3744668960569rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGbPDcM2hxT3Jw5KdvIgOx9PCFQpRwVr { width:3.24973125rem;height:3.24973125rem;top:24.812408447266rem;left:8.3749113082888rem;display:block; }
 }@media only screen and (max-width: 763px) { #PU50h04SBJJMTZif0O0mw9I4Tl5bXgVa { width:3.24973125rem;height:3.24973125rem;top:44.761978149414rem;left:8.3744668960569rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtQaNgPbVHTefLJliRA4AVJ1IzJEyTLU { width:3.25rem;height:3.25rem;top:64.562316894531rem;left:8.3749113082888rem;display:block; }
 }@media only screen and (max-width: 763px) { #SD41Wtp7ZEFIU7T3UvCHW7QlqkEfLrsh { width:20rem;height:20rem;top:88.089929580687rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7zukqrg0fl5OECosNpZcGMImTe0pNcw { display:block; }#n7zukqrg0fl5OECosNpZcGMImTe0pNcw > .row .container { width:20rem;height:30.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jn5DIQvrWJG7MnkneFofraahNd1kfC7P { width:15.8749375rem;height:10.20066875rem;top:13.249311447144rem;left:2.0623223781586rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGWuS62TIx3ihEQGZe97lxJXFf78f8rd { width:12.5rem;height:0.125rem;top:10.875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4zTSFvl7WtOp3uKKDVpWdQmGNz3zxZg { width:9.6249375rem;height:2.1875rem;top:24.011452674866rem;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) { #o1vyoJkpVldq6TnJNi71Xq3uU4CQawe6 { width:20rem;height:6.58114375rem;top:3.271484375rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ { background-color:#306f73;background-image:none;display:block; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row .container { background-color: transparent; background-image: none; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row .container > .video-iframe-container { display: none; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row > .video-iframe-container { display: none; }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .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); }#bqSrHRlqWiE33wubKtzraPeXLNL8BdKJ > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N0taaT1a4uThqB48pdg68mOgcrnE52J3 { width:20rem;height:10.5624375rem;top:9.875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtPMS3hLuhhgqCfo01PT1inud3yT3ai8 { display:flex;width:5.99964375rem;height:5.99964375rem;top:2.3730525970459rem;left:6.9997329711912rem; }
 }@media only screen and (max-width: 763px) { #XQgkdylsaHww7KoTTyerSIcQT9o0eAiZ { display:block; }#XQgkdylsaHww7KoTTyerSIcQT9o0eAiZ > .row .container { width:20rem;height:181.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M421WZaG0ncyaD1DkqTi0bF9iOGvl3gx { width:14.0625rem;height:0.125rem;top:16.5625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8xKUSKzlZHrlPUVS14QgLwhHWeqRsXX { width:10.999625rem;height:2.59943125rem;top:100.18731689453rem;left:4.4997334480286rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hIihtuDPvMUr3F604vdqnm4fNCABaTXa { width:10.999625rem;height:2.59943125rem;top:144.874792099rem;left:4.3740234375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A1E46lz0TvCoBTETUdgLMFk9cHytVr9h { width:10.999625rem;height:3.89915rem;top:10.062145233154rem;left:4.4372334480286rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DMn3TviznZJipSyUKSRRsJsQFCBesgxf { width:14.0625rem;height:14.0625rem;top:1.25rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7vTs20ZG968PVPLBTu7gSwiszm4p613 { width:14.0625rem;height:0.125rem;top:61.125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTlxsBBohWBEAQStx05oR0lbEpQrHQIJ { width:14.0625rem;height:12.6875rem;top:47.1875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuV2AI6ntKvHC8Brv6oGgXUmWXvei91w { width:11.37475rem;height:3.89915rem;top:54.68705368042rem;left:4.3119668960571rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MyuCnMMVF7tKvxIfJrs1Uxn8miKvoRoE { width:14.0625rem;height:0.125rem;top:105.6875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCWTDTCDJgqZvAQSTbTo5MTP6UgAfTRo { width:14.0625rem;height:12.6875rem;top:91.75rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzfaeVU18PJBbSOsTT3rP7ShmJ0Dv92o { width:14.0625rem;height:0.125rem;top:150.25rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnLyBmMkiCHL5s3u4Fuss1hq1HP7aeUG { width:14.0625rem;height:12.6875rem;top:136.3125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAi6AdMHRqSrXTN97fRXce9algz8u8Gg { width:14.0625rem;height:12.6875rem;top:151.625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtQHNVEuwmxfs2VrAKD6S2eE1nz7puDC { width:14.0625rem;height:0.125rem;top:165.5625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgmqBP0czwxpoAsALEfzFncOdwVp3d7P { width:10.999625rem;height:2.59943125rem;top:160.49937057495rem;left:4.4997334480286rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u5v878lQAsrxfxcHMN5oyCvNMsXPGQhd { width:14.0625rem;height:12.6875rem;top:17.9375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCldJppapIMkEwDxOZXgV8c2Wr15AFVl { width:11.37475rem;height:2.59943125rem;top:26.499464988709rem;left:4.1869668960571rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TWqKm6fx4oE95KfHyQoACZemI0vlaFm7 { width:14.0625rem;height:12.6875rem;top:62.5rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpPBEpVGJCHyke4chXoFnFmmkUkiWqbZ { width:11.37475rem;height:2.59943125rem;top:70.999645233156rem;left:4.3119668960571rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dx9tvtsobBsUtNe45l122BTsGUmUPOZ7 { width:11.37475rem;height:2.59943125rem;top:115.68714523316rem;left:4.3119668960571rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LR2FWPUUXTpWdplK3JrASyCcfRuBQ7hF { width:14.0625rem;height:12.6875rem;top:107.0625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWh3bmOv0VS7lcau8RcmXqTPPcaSgSNS { width:14.0625rem;height:0.125rem;top:31.875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhWfTbFes3zqRLdNmFNrRARTWHsZTrvB { width:14.0625rem;height:0.125rem;top:76.4375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLTo4zeGAcTffc1zHHiqaJFPWRrqSHss { width:14.0625rem;height:0.125rem;top:121rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTf0chUN4KAEX96bfitOzVviFiTxvxX8 { width:2.875rem;height:2.875rem;top:3.0625rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDGuzxre91DlFSS2wgxz6vu7kROTDNO8 { width:2.8125rem;height:2.8125rem;top:49rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxqRZIGSX6WW6oIs7u2XoFALPMTDfrm5 { width:2.8125rem;height:2.8125rem;top:93.5625rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpEkTAX46Gt19SLd3GRAvRbTdGF7F9rt { width:2.8125rem;height:2.8125rem;top:138.1875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRAe22wJQe5eUr3AEXwh0f2T1GNp4CaW { width:2.875rem;height:2.875rem;top:19.6875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOPpJ0Ukoc0P73SdaRehTdwTXJsy4v1R { width:2.875rem;height:2.875rem;top:64.3125rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGD2DR8dhNhGGqICadnIWLzIrfL3dnwR { width:2.875rem;height:2.875rem;top:108.875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0MFrnhevOn26Klio3CpwuvwUaAZ7UQo { width:3.375rem;height:3.375rem;top:153.375rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzncJl0bAPPQzQnd6DXfNo6h7BBOhlZ9 { width:14.0625rem;height:12.6875rem;top:33.25rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDiEI1PFKomhoJNNTGaJJmtBASbWnm86 { width:14.0625rem;height:12.6875rem;top:77.8125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohfrk7RbPgr6Kpr1lMHCTdNRli6ILBcb { width:14.0625rem;height:12.6875rem;top:122.375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #smNLkRZMtgckVUehTP2Fq3rM4IgsnETC { width:11.37475rem;height:1.29971875rem;top:42.428956031799rem;left:4.2494668960571rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VigstdN2XqhvCH1zEIQa5itlJxWhu965 { width:11.37475rem;height:1.29971875rem;top:87.374389648438rem;left:4.1865234375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Oi754w3Rq4KNdf35DCZQx2Bp4foLlUhf { width:2.875rem;height:2.875rem;top:79.625rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2MUbh7ghdKWvCR5Xbh8whDCe2NJlsx2 { width:11.37475rem;height:2.59943125rem;top:131.12436676026rem;left:4.3119668960571rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WzMNNNk9cAQqM2szqlTlPIDv1nJiDOQS { width:2.875rem;height:2.875rem;top:124.125rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRKourR09CaZNJQONK95nTKLU7fe5ey5 { width:11.375rem;height:9.098rem;top:168.73124694824rem;left:4.28125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GQWAGom8zNJo3VPpywsFycUiFLb2ORZI { width:14.0625rem;height:12.6875rem;top:166.9375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6InL4sKZdIB8fARoNAFXVpxKlX7JNOI { width:2.875rem;height:2.875rem;top:35.1875rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWhHgqnM4RlelTLqUWQP3oMRuqNgocxR { width:4.5625rem;height:4.5625rem;top:2.1875rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5giRh4mfF21Wt0JdBefCRbLGgLXoI16 { width:4.5625rem;height:4.5625rem;top:48.125rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoAQWfrBxJmyvgeldMNUnMMBh1CS33Ih { width:4.5625rem;height:4.5625rem;top:92.6875rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MovZ2H9yoHZe9v83xV4LkoFyoQKzFWgz { width:4.5625rem;height:4.5625rem;top:137.3125rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcxHunr1QBet47NL5arEciJGBuhf0QdL { width:4.5625rem;height:4.5625rem;top:18.875rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmcoruFVImxfTRxcbzzgDTAK4OaclCrh { width:4.5625rem;height:4.5625rem;top:63.5rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBf2zQcJRApctZHtHneTJ8Hr63CCNDMc { width:4.5625rem;height:4.5625rem;top:108.0625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZFNuz86qJ5muPo1ml3EiqI9E19WmRmq { width:4.5625rem;height:4.5625rem;top:152.6875rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5CKlAS5KF78LMGi3lulT3vRZpfsgP59 { width:4.5625rem;height:4.5625rem;top:34.375rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZHvf4xQSyuNroeHmQ6rstKd4Z5uk9Bl { width:4.5625rem;height:4.5625rem;top:78.8125rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ml28ZS9fXRcoKbARecpGhB57HeBJxoPG { width:4.5625rem;height:4.5625rem;top:123.3125rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUZPv7a5faJlBgSD4bk4KQT7TkSldW04 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c7da9b27-aa2b-44e3-b3fa-553842242c36/AGCUMEN.crop_948x1000_52,0.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#XUZPv7a5faJlBgSD4bk4KQT7TkSldW04.adaptive-delivery-prevent-bg, #XUZPv7a5faJlBgSD4bk4KQT7TkSldW04.lazyload, #XUZPv7a5faJlBgSD4bk4KQT7TkSldW04.lazyloading { background-image: none; }#XUZPv7a5faJlBgSD4bk4KQT7TkSldW04 > .row .container { background-color: transparent; background-image: none; }#XUZPv7a5faJlBgSD4bk4KQT7TkSldW04::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(48,111,115,0.43); }#XUZPv7a5faJlBgSD4bk4KQT7TkSldW04 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUZPv7a5faJlBgSD4bk4KQT7TkSldW04 > .row .container > .video-iframe-container { display: none; }#XUZPv7a5faJlBgSD4bk4KQT7TkSldW04 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(48,111,115,0.43); }#XUZPv7a5faJlBgSD4bk4KQT7TkSldW04 > .row > .video-iframe-container { display: none; }#XUZPv7a5faJlBgSD4bk4KQT7TkSldW04 > .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); }#XUZPv7a5faJlBgSD4bk4KQT7TkSldW04 > .row .container { width:20rem;height:20.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vkr6kLqPG3nwF4aX8FryoK1LAkTXRzfx { width:8.4991875rem;height:1.6242rem;top:17.186167478561rem;left:5.7501773834229rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMAawn5hsL5i9hOW3txcxdOMBDdwXXTP { display:block; }
 }@media only screen and (max-width: 763px) { #GvTaKp1tguEO84nDrIVd9oC4wlT8RaKX { width:20rem;height:2.15598125rem;top:4.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #KSLFv6Zsw2D4l7XJq2ZKmkuMeIzNQ7cJ { width:20rem;height:2.15598125rem;top:7.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #azpMCamv7sCI6uTou1Nm58qkcAFURUBT { width:20rem;height:2.15598125rem;top:9.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NQL4qKDtW9oDAdFCgLB3WXp0FQP1CSLN { width:20rem;height:2.15598125rem;top:11.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zF0ZtikIHrRO8JOGoQFsQlM5tcpWP57M.widget-smartsection { position:relative;z-index:auto;display:block; } #zF0ZtikIHrRO8JOGoQFsQlM5tcpWP57M.widget-smartsection *:focus-visible, #zF0ZtikIHrRO8JOGoQFsQlM5tcpWP57M.widget-smartsection input[type="text"]:focus-visible, #zF0ZtikIHrRO8JOGoQFsQlM5tcpWP57M.widget-smartsection input[type="email"]:focus-visible, #zF0ZtikIHrRO8JOGoQFsQlM5tcpWP57M.widget-smartsection input[type="tel"]:focus-visible, #zF0ZtikIHrRO8JOGoQFsQlM5tcpWP57M.widget-smartsection textarea:focus-visible { outline: none; } #wnOzogiN1iHtT9nJs16aQsbT4voqyFNk > .row .container { width:20rem;height:71.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qW8NDE5KT7UMTuQ0JRoxm3JPid603zpy.widget-smartsection { display:block; } #qW8NDE5KT7UMTuQ0JRoxm3JPid603zpy.widget-smartsection *:focus-visible, #qW8NDE5KT7UMTuQ0JRoxm3JPid603zpy.widget-smartsection input[type="text"]:focus-visible, #qW8NDE5KT7UMTuQ0JRoxm3JPid603zpy.widget-smartsection input[type="email"]:focus-visible, #qW8NDE5KT7UMTuQ0JRoxm3JPid603zpy.widget-smartsection input[type="tel"]:focus-visible, #qW8NDE5KT7UMTuQ0JRoxm3JPid603zpy.widget-smartsection textarea:focus-visible { outline: none; } #e0coS8dN7sdWGtRAI7l2TDz7kUDo9VwQ > .row .container { width:20rem;height:79.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.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; }#q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection.adaptive-delivery-prevent-bg, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection.lazyload, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection.lazyloading { background-image: none; } #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection *:focus-visible, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection input[type="text"]:focus-visible, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection input[type="email"]:focus-visible, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection input[type="tel"]:focus-visible, #q7KR0GQCrJGGEn0aoJsLtluk0wBg5rkp.widget-smartsection textarea:focus-visible { outline: none; } #c6qaBS5kmBo9t72hZS85JL17wsOPnC0c > .row .container { background-color: transparent; background-image: none; }#c6qaBS5kmBo9t72hZS85JL17wsOPnC0c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,29,30,0.41); }#c6qaBS5kmBo9t72hZS85JL17wsOPnC0c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c6qaBS5kmBo9t72hZS85JL17wsOPnC0c > .row .container > .video-iframe-container { display: none; }#c6qaBS5kmBo9t72hZS85JL17wsOPnC0c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,29,30,0.41); }#c6qaBS5kmBo9t72hZS85JL17wsOPnC0c > .row > .video-iframe-container { display: none; }#c6qaBS5kmBo9t72hZS85JL17wsOPnC0c > .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); }#c6qaBS5kmBo9t72hZS85JL17wsOPnC0c > .row .container { width:20rem;height:34.125rem;position:relative;display:block; } }