.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:253,235,244;--color-primary-1:252,216,234;--color-primary-2:152,76,89;--color-primary-3:126,31,47;--color-primary-4:30,15,18;--color-secondary-0:217,239,230;--color-secondary-1:129,201,171;--color-secondary-2:3,146,87;--color-secondary-3:2,73,44;--color-secondary-4:0,22,13;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:PoliceCocon;--paragraphs-font-family:PoliceCocon; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJhGAzswhiZuKxwDD7ZiJsrEbq13pIGO { 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;z-index:auto;display:block; }#PJhGAzswhiZuKxwDD7ZiJsrEbq13pIGO > .row .container { background-color: transparent; background-image: none; }#PJhGAzswhiZuKxwDD7ZiJsrEbq13pIGO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJhGAzswhiZuKxwDD7ZiJsrEbq13pIGO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJhGAzswhiZuKxwDD7ZiJsrEbq13pIGO > .row .container > .video-iframe-container { display: none; }#PJhGAzswhiZuKxwDD7ZiJsrEbq13pIGO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJhGAzswhiZuKxwDD7ZiJsrEbq13pIGO > .row > .video-iframe-container { display: none; }#PJhGAzswhiZuKxwDD7ZiJsrEbq13pIGO > .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); }#PJhGAzswhiZuKxwDD7ZiJsrEbq13pIGO > .row .container { border-width: 0; border-radius: 0; }#PJhGAzswhiZuKxwDD7ZiJsrEbq13pIGO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PJhGAzswhiZuKxwDD7ZiJsrEbq13pIGO > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;position:relative;display:block; }#lMHOE7RGbK0SwsPlmrtVXZzchTpvTV9o { 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:3rem;width:7rem;top:1.125rem;left:0rem;overflow:hidden;display:block; }
#xbSOLM0JpLlVU1oDKZfrQikIOta4OBJv { background-color:#039257;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.61048625rem;height:2.9852425rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:1.0926649570465rem;left:63.374568939206rem;display:block; }
#GoOZ9d0RHAUAIvmw9mRTtom69XtqlM0o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#trCTzudDC0yhq7TSuhDvBWzXazRW9E9U { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f227a93b-92dd-4da7-912a-b35cd66c8172/Modulo.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#trCTzudDC0yhq7TSuhDvBWzXazRW9E9U.adaptive-delivery-prevent-bg, #trCTzudDC0yhq7TSuhDvBWzXazRW9E9U.lazyload, #trCTzudDC0yhq7TSuhDvBWzXazRW9E9U.lazyloading { background-image: none; }#trCTzudDC0yhq7TSuhDvBWzXazRW9E9U > .row .container { background-color: transparent; background-image: none; }#trCTzudDC0yhq7TSuhDvBWzXazRW9E9U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#trCTzudDC0yhq7TSuhDvBWzXazRW9E9U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#trCTzudDC0yhq7TSuhDvBWzXazRW9E9U > .row .container > .video-iframe-container { display: none; }#trCTzudDC0yhq7TSuhDvBWzXazRW9E9U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#trCTzudDC0yhq7TSuhDvBWzXazRW9E9U > .row > .video-iframe-container { display: none; }#trCTzudDC0yhq7TSuhDvBWzXazRW9E9U > .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); }#trCTzudDC0yhq7TSuhDvBWzXazRW9E9U > .row .container { border-width: 0; border-radius: 0; }#trCTzudDC0yhq7TSuhDvBWzXazRW9E9U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#trCTzudDC0yhq7TSuhDvBWzXazRW9E9U > .row .container { font-size:0.875rem;font-family:"open sans";height:43.75rem;width:75rem;overflow:visible;position:relative;display:block; }#whhg6H5LSHIxmV6CMhXnGPX9RLD6tfdC { position:absolute;display:block;z-index:15009;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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:19.25rem;width:31.9375rem;top:11.46875rem;left:0rem;display:block; }
#rxrFrXlnTnFQQmv2NnKlfToC5biGIG5T { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-2),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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:1.9375rem;width:11rem;top:13.75rem;left:2.03125rem;display:block; }
#bvnHcBABia2TldfBHR8x7ccbFiqxZddM { color:rgba(var(--color-tertiary-0),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:13.98828125rem;left:3.125rem;height:1.462675rem;font-style:normal;display:block; }
#hHz3zTHS6saDdyHxWi9DR8lfO3Fw9cqo { color:rgba(var(--color-tertiary-4),1);display:block;width:24.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:17.0625rem;left:2.03125rem;height:4.87413125rem;display:block; }
#zugoPWJwHpyMXGBd6S76sn0lyXXvr5pT { color:rgba(var(--color-tertiary-4),1);display:block;width:28.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:23.4375rem;left:2rem;height:5.19965625rem;font-style:normal;display:block; }
#diGQSuTJunmF78Zpr21mvs9OrlbfNt5P { position:absolute;display:block;z-index:15010;background-color:#35d7ea;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:1.9375rem;width:6.1875rem;top:10.375rem;left:2rem;display:none; }
#hFSREqtmpAcZVxO2aXMF0uPsccknhfAV { color:rgba(var(--color-tertiary-0),1);display:block;width:4rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:10.625rem;left:3.125rem;height:1.4619125rem;font-style:normal;display:none; }
#Ip57XFprC2TdKdtSHIGGB0P45NBxM2g1 { 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:4.125rem;width:4.125rem;top:12.65625rem;left:13.0625rem;overflow:hidden;display:block; }
#GfDZbeI2TFgXP0SWxOcTs7TfgfugwRyL { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a66468e9-c659-4c71-9e65-c840c19c5550/Sliderdesktop.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#GfDZbeI2TFgXP0SWxOcTs7TfgfugwRyL.adaptive-delivery-prevent-bg, #GfDZbeI2TFgXP0SWxOcTs7TfgfugwRyL.lazyload, #GfDZbeI2TFgXP0SWxOcTs7TfgfugwRyL.lazyloading { background-image: none; }#GfDZbeI2TFgXP0SWxOcTs7TfgfugwRyL > .row .container { border-width: 0; border-radius: 0; }#GfDZbeI2TFgXP0SWxOcTs7TfgfugwRyL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GfDZbeI2TFgXP0SWxOcTs7TfgfugwRyL > .row .container { font-size:0.875rem;font-family:"open sans";height:35.4375rem;width:75rem;overflow:visible;position:relative;display:none; }#RxhQZllzkClnMykcC3lTQW3fSIUM9UZR { position:absolute;display:block;z-index:15009;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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:21.375rem;width:30.25rem;top:8.4375rem;left:0rem;display:block; }
#QqmlJiKM2v4OF19oMntiROMKZvxTwwzH { position:absolute;display:block;z-index:15010;background-color:#35d7ea;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:1.9375rem;width:6.1875rem;top:10.375rem;left:2rem;display:block; }
#lAALCOa8CFCcvtN8nhHtFxxQkrA2ZGVu { color:rgba(var(--color-tertiary-0),1);display:block;width:4rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:10.625rem;left:3.125rem;height:1.4625rem;font-style:normal;display:block; }
#TmsMDhlsnzHTbT6MTb3qvcUGkJxuI9Cq { color:rgba(var(--color-tertiary-4),1);display:block;width:24.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:13.25rem;left:2rem;height:4.875rem;display:block; }
#dRsZhdO6IGsS6XKSTZTCf8DOrB1PsG1A { color:rgba(var(--color-tertiary-4),1);display:block;width:24.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:19.3125rem;left:2rem;height:3.9rem;font-style:normal;display:block; }
#Xyy8dExGus4CbfMOLCDvvcHwJ3aTwZdN { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:3rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:24.9375rem;left:2rem;display:block; }
#Vdk6Dc0kMZc5aNADTM7uBo8VLC1x6V76 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wuLEF9qMH6nPXOTw67XZVnMDUPQAI4kZ { position:absolute;display:block;z-index:15012;height:21.75rem;width:38.75rem;top:9rem;left:34.4375rem;display:block; }
#FC3909AJVOcJdGxWHb0tTJV9nb0iDQ8N { color:rgba(var(--color-primary-3),1);display:block;width:4.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:6.125rem;left:25.8125rem;height:1.4619125rem;font-style:normal;display:block; }
#tqlGz7Qro0lJbgmVSPZbT0iHs5opBE48 { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-1),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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:1.9375rem;width:6.1875rem;top:5.875rem;left:25rem;display:block; }
#hxMfASkdOfoErgTyUlIcWHRnxoXZ41yi { 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.1875rem;width:2.25rem;top:5.75rem;left:31.8125rem;overflow:hidden;display:block; }
#o485WHDdheRXT00FS9sAcG2PrASxb9DX { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-2),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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:1.9375rem;width:6.1875rem;top:5.875rem;left:18.4375rem;display:block; }
#up3Pesi0pz2Zkbq4UX5HXdqFSrZ3Ikf2 { color:rgba(var(--color-tertiary-0),1);display:block;width:4rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:6.125rem;left:19.5625rem;height:1.4619125rem;font-style:normal;display:block; }
#aAIcI86kJs3G322bzSbLTJ5uvJ9tEGpN { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:17rem;top:34.9375rem;left:49.72802734375rem;overflow:hidden;display:none; }
#Z8AQUgxSThGEaa4xFNokUByxNLEWxZLB { position:relative;display:none; }#Z8AQUgxSThGEaa4xFNokUByxNLEWxZLB { border-width: 0; border-radius: 0; }#Z8AQUgxSThGEaa4xFNokUByxNLEWxZLB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Z8AQUgxSThGEaa4xFNokUByxNLEWxZLB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#oWU86vDgJCJyBK2exClK1gXU1kRXVWQy { color:rgba(var(--color-tertiary-4),1);display:block;width:24.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:13.25rem;left:2rem;height:4.875rem;display:none; }
#pZ1vntNtw8PDgEp56vmHZi0d49L8G7i8 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:19.3125rem;left:2rem;height:3.8994125rem;font-style:normal;display:none; }
#mmBMhzTEUhAIOipZNoQT9vyPbFJMnkCq { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:3rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:24.9375rem;left:2rem;display:none; }
#lPShAB1bSVFFAhrrGrdss8LydXSilhDg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UpZmrB918mWV3Qb0DnRmeBSd7v6M39Cp { 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;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#UpZmrB918mWV3Qb0DnRmeBSd7v6M39Cp > .row .container { background-color: transparent; background-image: none; }#UpZmrB918mWV3Qb0DnRmeBSd7v6M39Cp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UpZmrB918mWV3Qb0DnRmeBSd7v6M39Cp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UpZmrB918mWV3Qb0DnRmeBSd7v6M39Cp > .row .container > .video-iframe-container { display: none; }#UpZmrB918mWV3Qb0DnRmeBSd7v6M39Cp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UpZmrB918mWV3Qb0DnRmeBSd7v6M39Cp > .row > .video-iframe-container { display: none; }#UpZmrB918mWV3Qb0DnRmeBSd7v6M39Cp > .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); }#UpZmrB918mWV3Qb0DnRmeBSd7v6M39Cp > .row .container { border-width: 0; border-radius: 0; }#UpZmrB918mWV3Qb0DnRmeBSd7v6M39Cp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UpZmrB918mWV3Qb0DnRmeBSd7v6M39Cp > .row .container { font-size:0.875rem;font-family:"open sans";height:38.625rem;width:75rem;overflow:visible;position:relative;display:block; }#tWz5dN8T56851EHzHPcTH3dAwHC9PAZa { color:rgba(var(--color-tertiary-4),1);display:block;width:40.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:4.125rem;left:17.21875rem;height:3.65625rem;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:center;text-align-last:center;display:block; }
#fZFs71zCN0faWhAGHXK9ZOb7RZMQfURT { position:absolute;display:block;z-index:15002;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.625rem;width:3.625rem;top:12.5625rem;left:0rem;overflow:hidden;display:block; }
#hTOlwkgwk0In8Lly9PJWPpwQBoH0pTVq { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:17.6875rem;left:0rem;height:4.0625rem;display:block; }
#szmQ3ZG7uRFCut6rZstmlNhyDnUdvG3y { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:22.875rem;left:0rem;height:2.599825rem;font-style:normal;display:block; }
#BHeIiJzzQlQyPtTG3K1NTBpLRFHGcUqG { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-2),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-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:7.5rem;top:27.5rem;left:0rem;display:block; }
#fIyXIh70eyQR9vcFUpWNAiAhfVzTKBzG { 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.5625rem;width:3.5625rem;top:12.5625rem;left:16.625rem;overflow:hidden;display:block; }
#wImxSdvvvMBI89A4kzrLJ63s7WuwHFnH { position:absolute;display:block;z-index:15010;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.625rem;width:3.625rem;top:12.5625rem;left:31.40625rem;overflow:hidden;display:block; }
#zD6ZETxzLKS8l5JzLbOlyRNsSdw98FWN { position:absolute;display:block;z-index:15014;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.5625rem;width:3.5625rem;top:12.5625rem;left:47.21875rem;overflow:hidden;display:block; }
#kf4ymoklHVZMcFHm8GOonbauiBVGcwGb { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:17.6875rem;left:16.625rem;height:4.0625rem;display:block; }
#y8v0PyQ3xHsJDKsnnAQvTdxomrirTteV { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:22.875rem;left:16.625rem;height:2.599825rem;font-style:normal;display:block; }
#H6GdKOtlEW2ee7AT4cr4kqp2csH0bL3r { color:rgba(var(--color-tertiary-4),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:17.6875rem;left:31.40625rem;height:2.03125rem;display:block; }
#yUT5EdoTPyQG88TetTm1sH5UI4VaJtSo { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:22.875rem;left:31.40625rem;height:3.8997375rem;font-style:normal;display:block; }
#cpT6tZJfZtST0QZVRNF4WonFc6vcGADG { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:17.6875rem;left:47.21875rem;height:4.0625rem;display:block; }
#CGhXpSGXgt96F44Rsbi1bts2M2fAFb6p { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:22.875rem;left:47.1875rem;height:3.8997375rem;font-style:normal;display:block; }
#NT2Nxr4i75mCno1GF1QKNCZatZNCvXmD { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:17.6875rem;left:62.5rem;height:4.0625rem;display:block; }
#u4vyWL2v2zMQb6EFHVTIzKefU5AFRwIl { color:rgba(var(--color-tertiary-4),1);display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:22.875rem;left:62.0625rem;height:3.8997375rem;font-style:normal;display:block; }
#hMlLGpGNww2zpX3DwMFQQsSCVyDD4hlf { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.5625rem;top:12.5625rem;left:62.5rem;overflow:hidden;display:block; }
#Tdo1frBn8sTuw4rKHIyUP0pLMsREBZgO { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-2),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-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:7.5rem;top:27.5rem;left:16.625rem;display:block; }
#hPSOgFvJT4CKi41IwcO0ttVFxPQyGxyX { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-2),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-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:7.5rem;top:28.625rem;left:31.40625rem;display:block; }
#LwHo4IeElQnVr9oToXVQazBGeG3GULrS { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-2),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-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:7.5rem;top:28.625rem;left:47.21875rem;display:block; }
#IhUFSskuteP2Fh67fBH2MWwPmzGL7z0n { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-2),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-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:7.5rem;top:28.625rem;left:62.0625rem;display:block; }
#cw0zba1iE7ZAlI4EiK0bPC3p4nC5JSbp { background-color:#eaf5f0;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#cw0zba1iE7ZAlI4EiK0bPC3p4nC5JSbp > .row .container { background-color: transparent; background-image: none; }#cw0zba1iE7ZAlI4EiK0bPC3p4nC5JSbp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cw0zba1iE7ZAlI4EiK0bPC3p4nC5JSbp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cw0zba1iE7ZAlI4EiK0bPC3p4nC5JSbp > .row .container > .video-iframe-container { display: none; }#cw0zba1iE7ZAlI4EiK0bPC3p4nC5JSbp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cw0zba1iE7ZAlI4EiK0bPC3p4nC5JSbp > .row > .video-iframe-container { display: none; }#cw0zba1iE7ZAlI4EiK0bPC3p4nC5JSbp > .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); }#cw0zba1iE7ZAlI4EiK0bPC3p4nC5JSbp > .row .container { border-width: 0; border-radius: 0; }#cw0zba1iE7ZAlI4EiK0bPC3p4nC5JSbp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cw0zba1iE7ZAlI4EiK0bPC3p4nC5JSbp > .row .container { font-size:0.875rem;font-family:"open sans";height:50.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#Ox9i0qX8JEGRXg9xOwr3mqrA99umuAPD { color:rgba(var(--color-tertiary-4),1);display:block;width:52.1245625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:5.3743543624878rem;left:11.436634063721rem;height:3.6556rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gDVALkQeOyezZBADOp2U93dMWMEqsW3c { position:absolute;display:block;z-index:15005;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:4.375rem;width:60.75rem;top:17.060562133789rem;left:7.1245651245119rem;display:block; }
#KE1gUZl6ztDZWcdAThLvhZtlQ9s23TxT { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:14.624572753906rem;left:32.280818939209rem;height:1.2999125rem;font-style:normal;display:block; }
#J3yTM7iU7fZC7sRVTOIUyUSPGoG0dFDG { color:rgba(var(--color-tertiary-4),1);display:block;width:13.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:14.624572753906rem;left:49.843753814698rem;height:1.2999125rem;font-style:normal;display:block; }
#pGooTE8Xl7syW8Rg52EfU6mckFOL9lGX { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:18.598098754882rem;left:8.3430976867675rem;height:1.2999125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DNt1SMG6TKV2XwzAeQbETCqqIVWGIBWn { position:absolute;display:block;z-index:15007;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:4.375rem;width:60.75rem;top:25.811645507812rem;left:7.1245651245119rem;display:block; }
#I7fTyyzZ5Bg5ABQrZyo0QgJ5ueqZ817o { position:absolute;display:block;z-index:15007;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:5.0625rem;width:60.75rem;top:34.624572753906rem;left:7.1245651245119rem;display:block; }
#pxVWIV6x3Ll6rv9NflCKsbRLteGeusoS { color:rgba(var(--color-tertiary-4),1);display:block;width:21.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:23.037124633789rem;left:8.3430976867675rem;height:1.2999125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BqTTSVGreMukzIk3qchE2tiIGulHp0GT { color:rgba(var(--color-tertiary-4),1);display:block;width:21.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:27.349182128906rem;left:8.3430976867675rem;height:1.2999125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CcVvZkrHt7Mu0T7S8ib1mRhM2PWz6bal { color:rgba(var(--color-tertiary-4),1);display:block;width:24.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:31.724182128906rem;left:8.3430976867675rem;height:1.2999125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tKmbJJp5wXPTofVSeRefdufTWb0LSCTM { color:rgba(var(--color-tertiary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:35.85612487793rem;left:8.3430976867675rem;height:2.599825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sFRTtrWqta18r8Z9Trxhv0Cq92C9yPGm { color:rgba(var(--color-tertiary-4),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:41.474624633789rem;left:8.1553840637206rem;height:1.2999125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TOsC63lZOQ8aQF2DG2DgDinpewCzDHKE { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:40.823577880859rem;left:29.874134063721rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k0xgTagD9nFsSPe2MNMyADmDplUHxbFs { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:41.474624633789rem;left:48.936634063721rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EWef9c0qeA2zDJcLwW8kbQzvhhnD4e6S { position:absolute;display:block;z-index:15007;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.5625rem;width:1.5625rem;top:18.466812133789rem;left:37.781032562256rem;overflow:hidden;display:block; }
#AqM4krVk9xTVgsNMhkVy9UNkyxNBUaCQ { color:rgba(var(--color-tertiary-4),1);display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:36.017807006836rem;left:36.061199188233rem;height:2.27430625rem;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; }
#G2KzpDhvinHv7xkHn3pCvVsFInWlOqcT { color:rgba(var(--color-tertiary-4),1);display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:18.110900878906rem;left:54.062503814698rem;height:2.27430625rem;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; }
#ab7MNcT3wa4g5PlZsJalQ5UHUrTR3ake { 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:1.5625rem;width:1.5625rem;top:22.904739379882rem;left:37.779949188233rem;overflow:hidden;display:block; }
#ET4RnpLfRbA6eTySsNr2CNob08lE50hc { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:27.217895507812rem;left:37.779949188233rem;overflow:hidden;display:block; }
#lhkUdhSsx2PpvzfpR6F58fGHngqasTII { position:absolute;display:block;z-index:15010;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.5625rem;width:1.5625rem;top:31.591812133789rem;left:37.779949188233rem;overflow:hidden;display:block; }
#mPNR0FTM42LuCm3aA9o0I5F4upcJWNU2 { position:absolute;display:block;z-index:15011;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.5625rem;width:1.5625rem;top:27.217895507812rem;left:55.781253814698rem;overflow:hidden;display:block; }
#Xvtqil3FBqycyd2Xag7vuEubsbqyNxyS { position:absolute;display:block;z-index:15012;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.5625rem;width:1.5625rem;top:22.904739379882rem;left:55.781253814698rem;overflow:hidden;display:block; }
#ETTHp6ByXGzwBJpBwFpcziSrqpWy2N78 { position:absolute;display:block;z-index:15013;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.5625rem;width:1.5625rem;top:31.591812133789rem;left:55.781253814698rem;overflow:hidden;display:block; }
#CkDXkaekhkTTVBXkQnMFOU1GwSenVXqq { position:absolute;display:block;z-index:15014;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.5625rem;width:1.5625rem;top:36.37370300293rem;left:55.781253814698rem;overflow:hidden;display:block; }
#ktBROltV2qyzlTJqryfT8sGFxERhbQOT { 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;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#ktBROltV2qyzlTJqryfT8sGFxERhbQOT > .row .container { background-color: transparent; background-image: none; }#ktBROltV2qyzlTJqryfT8sGFxERhbQOT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ktBROltV2qyzlTJqryfT8sGFxERhbQOT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ktBROltV2qyzlTJqryfT8sGFxERhbQOT > .row .container > .video-iframe-container { display: none; }#ktBROltV2qyzlTJqryfT8sGFxERhbQOT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ktBROltV2qyzlTJqryfT8sGFxERhbQOT > .row > .video-iframe-container { display: none; }#ktBROltV2qyzlTJqryfT8sGFxERhbQOT > .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); }#ktBROltV2qyzlTJqryfT8sGFxERhbQOT > .row .container { border-width: 0; border-radius: 0; }#ktBROltV2qyzlTJqryfT8sGFxERhbQOT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ktBROltV2qyzlTJqryfT8sGFxERhbQOT > .row .container { font-size:0.875rem;font-family:"open sans";height:62.125rem;width:75rem;overflow:visible;position:relative;display:block; }#pcSm6eDhIPISz1Rkq9mrTsHFdThUt8AA { color:rgba(var(--color-tertiary-4),1);display:block;width:57.686625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:5.7638883590698rem;left:8.6555976867675rem;height:3.6556rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eyZKTdzTpqtKfn7RUbRBrDszmdVTUZHo { position:absolute;display:block;z-index:15002;height:28.75rem;width:51.3748125rem;top:16.346572875976rem;left:11.810981750488rem;display:block; }
#B0DvxET6UMPmpNQiiLFbcvnn7Nd1x2x7 { color:rgba(var(--color-tertiary-4),1);display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:49.575742095709rem;left:19.21875rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kcsRQAUb98OLei9a3LxQC3A3UUWAHSHb { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.624375rem;height:2.99913125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:55.346130371094rem;left:31.687286376953rem;display:block; }
#zo8TJrDTCVxxGJwbegH0I2RaoiSvx5Uh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rib1Zh4ZgUsN3wpz8wlxUIokOWilnoJv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaf5f0;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; }#rib1Zh4ZgUsN3wpz8wlxUIokOWilnoJv > .row .container { background-color: transparent; background-image: none; }#rib1Zh4ZgUsN3wpz8wlxUIokOWilnoJv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rib1Zh4ZgUsN3wpz8wlxUIokOWilnoJv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rib1Zh4ZgUsN3wpz8wlxUIokOWilnoJv > .row .container > .video-iframe-container { display: none; }#rib1Zh4ZgUsN3wpz8wlxUIokOWilnoJv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rib1Zh4ZgUsN3wpz8wlxUIokOWilnoJv > .row > .video-iframe-container { display: none; }#rib1Zh4ZgUsN3wpz8wlxUIokOWilnoJv > .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); }#rib1Zh4ZgUsN3wpz8wlxUIokOWilnoJv > .row .container { border-width: 0; border-radius: 0; }#rib1Zh4ZgUsN3wpz8wlxUIokOWilnoJv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rib1Zh4ZgUsN3wpz8wlxUIokOWilnoJv > .row .container { font-size:0.875rem;font-family:arial;height:43.8125rem;width:75rem;position:relative;display:block; }#av7qxJJq5Dn6pDEHHxkGPqfEknohmKs7 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.749125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:12.5625rem;left:44.125rem;height:4.87413125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lx2nqX3WBZf0RpXQiTHAkivU65ctkzgm { color:rgba(var(--color-tertiary-4),1);display:block;width:23.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:19.3125rem;left:44.125rem;height:7.799475rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wGLF4ZTvWcSApFEAQAx2fRBca4TdMOnS { box-sizing:content-box;height:26.936875rem;width:75rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.4375rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#Jn7S12FyFZLTyqvq6z8pdkraBIToL700 { background-color:#039257;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.61048625rem;height:2.9852425rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:28.75rem;left:44.125rem;display:block; }
#SZWxRcS8ya2RlSIsmGCFC26BrNkRM2WM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TI3DEMD3DzCFHuryZw32ArJr4BUmXe5t { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:8.875rem;border-top-right-radius:8.875rem;border-bottom-left-radius:8.875rem;border-bottom-right-radius:8.875rem;box-shadow: none;height:11.25rem;width:11.25rem;top:17.434897422791rem;left:31.875rem;overflow:hidden;display:block; }
#kDX6ShKkXs5UVSIwbhdtxCIrCTReo3nV { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:20.8745625rem;width:31.311875rem;top:11.5rem;left:2.8125rem;overflow:hidden;display:block; }
#yhQ8aUEr0hOwF0MTJAl1nQ2bgGLznRcz { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#yhQ8aUEr0hOwF0MTJAl1nQ2bgGLznRcz > .row .container { background-color: transparent; background-image: none; }#yhQ8aUEr0hOwF0MTJAl1nQ2bgGLznRcz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yhQ8aUEr0hOwF0MTJAl1nQ2bgGLznRcz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yhQ8aUEr0hOwF0MTJAl1nQ2bgGLznRcz > .row .container > .video-iframe-container { display: none; }#yhQ8aUEr0hOwF0MTJAl1nQ2bgGLznRcz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yhQ8aUEr0hOwF0MTJAl1nQ2bgGLznRcz > .row > .video-iframe-container { display: none; }#yhQ8aUEr0hOwF0MTJAl1nQ2bgGLznRcz > .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); }#yhQ8aUEr0hOwF0MTJAl1nQ2bgGLznRcz > .row .container { border-width: 0; border-radius: 0; }#yhQ8aUEr0hOwF0MTJAl1nQ2bgGLznRcz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yhQ8aUEr0hOwF0MTJAl1nQ2bgGLznRcz > .row .container { font-size:0.875rem;font-family:"open sans";height:36.875rem;width:75rem;overflow:visible;position:relative;display:block; }#il470y0KddLqvTEQEtPhlF9wcVpI113r { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5620625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:7.2493476867675rem;left:0rem;height:7.3111875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#e0zedSERw43QPcaaq3lnIbxZpdTr1dgK { position:absolute;display:block;z-index:15018;height:21.75rem;width:38.75rem;top:7.25rem;left:36.25rem;display:block; }
#woz9tzGMsJQ1peKXiurFSFxGSkzbTgvQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/253e4a84-3bcf-4bff-9b8e-a83d69c44139/RP22_Fleuriste_i3_sRGB.png");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; }#woz9tzGMsJQ1peKXiurFSFxGSkzbTgvQ.adaptive-delivery-prevent-bg, #woz9tzGMsJQ1peKXiurFSFxGSkzbTgvQ.lazyload, #woz9tzGMsJQ1peKXiurFSFxGSkzbTgvQ.lazyloading { background-image: none; }#woz9tzGMsJQ1peKXiurFSFxGSkzbTgvQ > .row .container { background-color: transparent; background-image: none; }#woz9tzGMsJQ1peKXiurFSFxGSkzbTgvQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#woz9tzGMsJQ1peKXiurFSFxGSkzbTgvQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#woz9tzGMsJQ1peKXiurFSFxGSkzbTgvQ > .row .container > .video-iframe-container { display: none; }#woz9tzGMsJQ1peKXiurFSFxGSkzbTgvQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#woz9tzGMsJQ1peKXiurFSFxGSkzbTgvQ > .row > .video-iframe-container { display: none; }#woz9tzGMsJQ1peKXiurFSFxGSkzbTgvQ > .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); }#woz9tzGMsJQ1peKXiurFSFxGSkzbTgvQ > .row .container { border-width: 0; border-radius: 0; }#woz9tzGMsJQ1peKXiurFSFxGSkzbTgvQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#woz9tzGMsJQ1peKXiurFSFxGSkzbTgvQ > .row .container { font-size:0.875rem;font-family:arial;height:55.1875rem;width:75rem;position:relative;display:block; }#hLTMgGA6ivpnE5XdlE7wvrcsdb7WEKN6 { 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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 0.4375rem rgba(var(--color-tertiary-4),0.25) ;height:16.1875rem;width:21.25rem;top:32.381071090698rem;left:1.875rem;display:block; }
#s3veFTuUkl4ycvN0x8TWTdM9LOKFx1gM { color:rgba(var(--color-tertiary-0),1);display:block;width:44.2480625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:19.811176300049rem;left:0rem;height:8.773875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fqZ5q8L9QICBAEM7avWJrbACpxxErCuT { color:rgba(var(--color-tertiary-4),1);display:block;width:21.311875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:39.458552360534rem;left:1.8424472808838rem;height:2.03125rem;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; }
#HCQGwo3eNu6Gz016iESFpGCnCS5UMCam { color:rgba(var(--color-tertiary-4),1);display:block;width:17.249375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:42.299263954162rem;left:3.8736991882324rem;height:4.40104375rem;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; }
#ewvLWkQGIewviXpf6tcAHeciFHLfLIyx { position:absolute;display:block;z-index:15007;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:4.6875rem;width:4.6875rem;top:33.588327169418rem;left:10.15625rem;overflow:hidden;display:block; }
#AvLW28TXc1xNndrTTt2T4e3r6oZ8Gs87 { position:absolute;display:block;z-index:15002;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 0.4375rem rgba(var(--color-tertiary-4),0.25) ;height:16.1875rem;width:21.25rem;top:32.379559516907rem;left:26.875rem;display:block; }
#ak7evRP4UGKr3HnPhKFiboRHdFDmtxdd { position:absolute;display:block;z-index:15003;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 0.4375rem rgba(var(--color-tertiary-4),0.25) ;height:16.1875rem;width:21.25rem;top:32.379559516907rem;left:51.875003814698rem;display:block; }
#KlsA951phhdJ7VTBpgNVaq5erqmPr19X { 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:4.6875rem;width:4.6875rem;top:33.588327169418rem;left:35.156253814698rem;overflow:hidden;display:block; }
#W2MwKNT9VqIETH2R5p1mLFcMF4V7b0xy { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:33.588327169418rem;left:60.156253814698rem;overflow:hidden;display:block; }
#zdTthGTdRQHlc1ExfZT5z4QBxaTmJaxh { color:rgba(var(--color-tertiary-4),1);display:block;width:21.311875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:39.237631797791rem;left:26.842449188233rem;height:2.03125rem;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; }
#DfwU6m12PRox7mClrLOtTiMVHETFiVX2 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.311rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15020;line-height:1;letter-spacing:0;top:39.536682128906rem;left:55.343967437744rem;height:3.125rem;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; }
#ZaE8qxpWTDnVPttX5ZizOGuWfbEDN8nv { color:rgba(var(--color-tertiary-4),1);display:block;width:17.249375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.1;letter-spacing:0;top:42.299263954162rem;left:28.874786376953rem;height:3.30078125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HsZU8bqfw3gbHW0QyZJtV599PQUUQ4xd { color:rgba(var(--color-tertiary-4),1);display:block;width:17.061625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1;letter-spacing:0;top:43.300131797791rem;left:53.968105316162rem;height:4.0017375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wROnkPR9CGmDXiBUZ0XxpGy6txnCBrrL { position:relative;display:block; }#wROnkPR9CGmDXiBUZ0XxpGy6txnCBrrL { background-color: transparent; background-image: none; }#wROnkPR9CGmDXiBUZ0XxpGy6txnCBrrL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wROnkPR9CGmDXiBUZ0XxpGy6txnCBrrL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wROnkPR9CGmDXiBUZ0XxpGy6txnCBrrL > .row .container > .video-iframe-container { display: none; }#wROnkPR9CGmDXiBUZ0XxpGy6txnCBrrL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wROnkPR9CGmDXiBUZ0XxpGy6txnCBrrL > .row > .video-iframe-container { display: none; }#wROnkPR9CGmDXiBUZ0XxpGy6txnCBrrL > .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); }#wROnkPR9CGmDXiBUZ0XxpGy6txnCBrrL { border-width: 0; border-radius: 0; }#wROnkPR9CGmDXiBUZ0XxpGy6txnCBrrL > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#wROnkPR9CGmDXiBUZ0XxpGy6txnCBrrL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:27.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dVpXxJ0Bxfu9sb0Irn3vgRTEZ7SAmhNJ { color:rgba(var(--color-tertiary-4),1);display:block;width:57.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:5.0625rem;left:0rem;height:3.8997375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N2dIA82MMQ6rVvVhoJb4v02Gi8iny2zB { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:15.875rem;left:59.875rem;overflow:hidden;display:block; }
#MaXmy8qcLHrmpyaUJVbPxaEk5xaMA9yg { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:16.125rem;left:64rem;overflow:hidden;display:block; }
#TKwnMuJS8Z8lWSQKI7pH92yAPA8q78WH { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:16.25rem;left:56.8125rem;overflow:hidden;display:block; }
#y1eznFQOwksUdOxBBr98qLn4besvm3d3 { 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:1.9375rem;width:1.9375rem;top:16.125rem;left:67.375rem;overflow:hidden;display:block; }
#JNJcJMO6AoEs9uFx7b1TDLrkaa3dH4Nb { color:#26904c;display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:13.3125rem;left:0rem;height:2.03125rem;font-style:normal;display:block; }
#ApXFDgHOxeN7ayEGc8q7NvnHRBV281Q8 { color:#26904c;display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:16.875rem;left:0rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#il88tzSMFxiuLmPTrA98wIrTOemwnWT4 { color:#26904c;display:block;width:5.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:20.5625rem;left:0rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nPG4kR5a89m8i3GZVbs1fgvaXrDZ5Gpz { color:rgba(var(--color-tertiary-4),1);display:block;width:10.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:13.25rem;left:56.8125rem;height:1.7875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LU7PT8zxIi2u4lifN6fFunIrAgsHlbdd { color:rgba(var(--color-tertiary-4),1);display:block;width:10.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:13.4375rem;left:32.4375rem;height:1.7875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CQL9MCX1XCTw861XPpRww2KdRXJaCUGQ { color:rgba(var(--color-tertiary-4),1);display:block;width:8.875rem;position:absolute;font-family:"proxima nova";font-size:1.25rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:16.3125rem;left:32.4375rem;height:1.625rem;font-style:normal;display:block; }
#MpzZXRFQLl49xVlvS9VUxRWUAALNuZzW { position:relative;display:block; }#MpzZXRFQLl49xVlvS9VUxRWUAALNuZzW { background-color: transparent; background-image: none; }#MpzZXRFQLl49xVlvS9VUxRWUAALNuZzW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MpzZXRFQLl49xVlvS9VUxRWUAALNuZzW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MpzZXRFQLl49xVlvS9VUxRWUAALNuZzW > .row .container > .video-iframe-container { display: none; }#MpzZXRFQLl49xVlvS9VUxRWUAALNuZzW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MpzZXRFQLl49xVlvS9VUxRWUAALNuZzW > .row > .video-iframe-container { display: none; }#MpzZXRFQLl49xVlvS9VUxRWUAALNuZzW > .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); }#MpzZXRFQLl49xVlvS9VUxRWUAALNuZzW { border-width: 0; border-radius: 0; }#MpzZXRFQLl49xVlvS9VUxRWUAALNuZzW > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#MpzZXRFQLl49xVlvS9VUxRWUAALNuZzW > .row .container { border-top:0.0625rem solid #f3f3f3;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:3.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#S4UluybBCB2gl4ma3fvTvb6DzBlPyC5T { color:rgba(var(--color-tertiary-4),1);display:block;width:12.9375rem;position:absolute;font-family:"proxima nova";font-size:1rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:1.037109375rem;left:31.03125rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PJhGAzswhiZuKxwDD7ZiJsrEbq13pIGO { display:block; }#PJhGAzswhiZuKxwDD7ZiJsrEbq13pIGO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lMHOE7RGbK0SwsPlmrtVXZzchTpvTV9o { top:1.125rem;left:0rem;width:7rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbSOLM0JpLlVU1oDKZfrQikIOta4OBJv { width:11.5625rem;height:2.9375rem;top:1.0625rem;left:36.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoOZ9d0RHAUAIvmw9mRTtom69XtqlM0o { display:block; }
 }@media only screen and (max-width: 763px) { #trCTzudDC0yhq7TSuhDvBWzXazRW9E9U { display:block; }#trCTzudDC0yhq7TSuhDvBWzXazRW9E9U > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #whhg6H5LSHIxmV6CMhXnGPX9RLD6tfdC { top:11.4375rem;left:0rem;width:31.9375rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxrFrXlnTnFQQmv2NnKlfToC5biGIG5T { top:13.75rem;left:0rem;width:11rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvnHcBABia2TldfBHR8x7ccbFiqxZddM { top:13.9375rem;left:0rem;width:8.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHz3zTHS6saDdyHxWi9DR8lfO3Fw9cqo { top:17rem;left:0rem;width:24.5625rem;height:4.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zugoPWJwHpyMXGBd6S76sn0lyXXvr5pT { top:23.4375rem;left:0rem;width:28.5625rem;height:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #diGQSuTJunmF78Zpr21mvs9OrlbfNt5P { top:10.375rem;left:0rem;width:6.1875rem;height:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hFSREqtmpAcZVxO2aXMF0uPsccknhfAV { top:11.875rem;left:0rem;width:11.4375rem;height:4.875rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ip57XFprC2TdKdtSHIGGB0P45NBxM2g1 { top:12.625rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfDZbeI2TFgXP0SWxOcTs7TfgfugwRyL { display:block; }#GfDZbeI2TFgXP0SWxOcTs7TfgfugwRyL > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RxhQZllzkClnMykcC3lTQW3fSIUM9UZR { top:8.4375rem;left:0rem;width:30.25rem;height:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqmlJiKM2v4OF19oMntiROMKZvxTwwzH { top:10.375rem;left:0rem;width:6.1875rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAALCOa8CFCcvtN8nhHtFxxQkrA2ZGVu { top:10.625rem;left:0rem;width:4rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmsMDhlsnzHTbT6MTb3qvcUGkJxuI9Cq { top:13.25rem;left:0rem;width:24.625rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRsZhdO6IGsS6XKSTZTCf8DOrB1PsG1A { top:19.3125rem;left:0rem;width:24.125rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xyy8dExGus4CbfMOLCDvvcHwJ3aTwZdN { width:11.625rem;height:3rem;top:24.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vdk6Dc0kMZc5aNADTM7uBo8VLC1x6V76 { display:block; }
 }@media only screen and (max-width: 763px) { #wuLEF9qMH6nPXOTw67XZVnMDUPQAI4kZ { top:9rem;left:9rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FC3909AJVOcJdGxWHb0tTJV9nb0iDQ8N { top:6.75rem;left:12.8125rem;width:4.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqlGz7Qro0lJbgmVSPZbT0iHs5opBE48 { top:6.5rem;left:12rem;width:6.1875rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxMfASkdOfoErgTyUlIcWHRnxoXZ41yi { top:6.375rem;left:18.8125rem;width:2.25rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o485WHDdheRXT00FS9sAcG2PrASxb9DX { top:6.5rem;left:5.4375rem;width:6.1875rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #up3Pesi0pz2Zkbq4UX5HXdqFSrZ3Ikf2 { top:6.75rem;left:6.5625rem;width:4rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAIcI86kJs3G322bzSbLTJ5uvJ9tEGpN { top:34.9375rem;left:30.75rem;width:17rem;height:7.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z8AQUgxSThGEaa4xFNokUByxNLEWxZLB { display:none; }#Z8AQUgxSThGEaa4xFNokUByxNLEWxZLB > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oWU86vDgJCJyBK2exClK1gXU1kRXVWQy { top:13.25rem;left:0rem;width:24.625rem;height:4.875rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pZ1vntNtw8PDgEp56vmHZi0d49L8G7i8 { top:10.9375rem;left:0rem;width:20rem;height:5.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #mmBMhzTEUhAIOipZNoQT9vyPbFJMnkCq { width:11.625rem;height:3rem;top:24.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lPShAB1bSVFFAhrrGrdss8LydXSilhDg { display:block; }
 }@media only screen and (max-width: 763px) { #UpZmrB918mWV3Qb0DnRmeBSd7v6M39Cp { display:block; }#UpZmrB918mWV3Qb0DnRmeBSd7v6M39Cp > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tWz5dN8T56851EHzHPcTH3dAwHC9PAZa { top:4.125rem;left:3.59375rem;width:40.5625rem;height:3.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZFs71zCN0faWhAGHXK9ZOb7RZMQfURT { top:12.5625rem;left:0rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTOlwkgwk0In8Lly9PJWPpwQBoH0pTVq { top:17.6875rem;left:0rem;width:12.5rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #szmQ3ZG7uRFCut6rZstmlNhyDnUdvG3y { top:22.875rem;left:0rem;width:12.5625rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHeIiJzzQlQyPtTG3K1NTBpLRFHGcUqG { top:27.5rem;left:0rem;width:7.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIyXIh70eyQR9vcFUpWNAiAhfVzTKBzG { top:12.5625rem;left:3rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wImxSdvvvMBI89A4kzrLJ63s7WuwHFnH { top:12.5625rem;left:17.78125rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zD6ZETxzLKS8l5JzLbOlyRNsSdw98FWN { top:12.5625rem;left:33.59375rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kf4ymoklHVZMcFHm8GOonbauiBVGcwGb { top:17.6875rem;left:3rem;width:12.5rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8v0PyQ3xHsJDKsnnAQvTdxomrirTteV { top:22.875rem;left:3rem;width:12.5625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6GdKOtlEW2ee7AT4cr4kqp2csH0bL3r { top:17.6875rem;left:17.78125rem;width:12.1875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUT5EdoTPyQG88TetTm1sH5UI4VaJtSo { top:22.875rem;left:17.78125rem;width:12.5625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpT6tZJfZtST0QZVRNF4WonFc6vcGADG { top:17.6875rem;left:33.59375rem;width:12.5rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGhXpSGXgt96F44Rsbi1bts2M2fAFb6p { top:22.875rem;left:33.5625rem;width:12.5625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT2Nxr4i75mCno1GF1QKNCZatZNCvXmD { top:17.6875rem;left:35.25rem;width:12.5rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4vyWL2v2zMQb6EFHVTIzKefU5AFRwIl { top:22.875rem;left:34.8125rem;width:12.9375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMlLGpGNww2zpX3DwMFQQsSCVyDD4hlf { top:12.5625rem;left:44.125rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tdo1frBn8sTuw4rKHIyUP0pLMsREBZgO { top:27.5rem;left:3rem;width:7.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPSOgFvJT4CKi41IwcO0ttVFxPQyGxyX { top:28.625rem;left:17.78125rem;width:7.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwHo4IeElQnVr9oToXVQazBGeG3GULrS { top:28.625rem;left:33.59375rem;width:7.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhUFSskuteP2Fh67fBH2MWwPmzGL7z0n { top:28.625rem;left:40.25rem;width:7.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cw0zba1iE7ZAlI4EiK0bPC3p4nC5JSbp { display:block; }#cw0zba1iE7ZAlI4EiK0bPC3p4nC5JSbp > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ox9i0qX8JEGRXg9xOwr3mqrA99umuAPD { top:5.3125rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDVALkQeOyezZBADOp2U93dMWMEqsW3c { top:17rem;left:0rem;width:47.75rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KE1gUZl6ztDZWcdAThLvhZtlQ9s23TxT { top:14.5625rem;left:18.655818939209rem;width:12.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3yTM7iU7fZC7sRVTOIUyUSPGoG0dFDG { top:14.5625rem;left:34.3125rem;width:13.4375rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGooTE8Xl7syW8Rg52EfU6mckFOL9lGX { top:18.5625rem;left:0rem;width:12.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNt1SMG6TKV2XwzAeQbETCqqIVWGIBWn { top:25.75rem;left:0rem;width:47.75rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7fTyyzZ5Bg5ABQrZyo0QgJ5ueqZ817o { top:34.5625rem;left:0rem;width:47.75rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxVWIV6x3Ll6rv9NflCKsbRLteGeusoS { top:23rem;left:0rem;width:21.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqTTSVGreMukzIk3qchE2tiIGulHp0GT { top:27.3125rem;left:0rem;width:21.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcVvZkrHt7Mu0T7S8ib1mRhM2PWz6bal { top:31.6875rem;left:0rem;width:24.1875rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKmbJJp5wXPTofVSeRefdufTWb0LSCTM { top:35.8125rem;left:0rem;width:18.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFRTtrWqta18r8Z9Trxhv0Cq92C9yPGm { top:41.4375rem;left:0rem;width:8.125rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOsC63lZOQ8aQF2DG2DgDinpewCzDHKE { top:40.8125rem;left:16.249134063721rem;width:15.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0xgTagD9nFsSPe2MNMyADmDplUHxbFs { top:41.4375rem;left:32.5rem;width:15.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWef9c0qeA2zDJcLwW8kbQzvhhnD4e6S { top:18.4375rem;left:24.156032562256rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqM4krVk9xTVgsNMhkVy9UNkyxNBUaCQ { top:36rem;left:22.436199188233rem;width:5rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2KzpDhvinHv7xkHn3pCvVsFInWlOqcT { top:18.0625rem;left:40.437503814698rem;width:5rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ab7MNcT3wa4g5PlZsJalQ5UHUrTR3ake { top:22.875rem;left:24.154949188233rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET4RnpLfRbA6eTySsNr2CNob08lE50hc { top:27.1875rem;left:24.154949188233rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhkUdhSsx2PpvzfpR6F58fGHngqasTII { top:31.5625rem;left:24.154949188233rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPNR0FTM42LuCm3aA9o0I5F4upcJWNU2 { top:27.1875rem;left:42.156253814698rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xvtqil3FBqycyd2Xag7vuEubsbqyNxyS { top:22.875rem;left:42.156253814698rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETTHp6ByXGzwBJpBwFpcziSrqpWy2N78 { top:31.5625rem;left:42.156253814698rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkDXkaekhkTTVBXkQnMFOU1GwSenVXqq { top:36.3125rem;left:42.156253814698rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktBROltV2qyzlTJqryfT8sGFxERhbQOT { display:block; }#ktBROltV2qyzlTJqryfT8sGFxERhbQOT > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pcSm6eDhIPISz1Rkq9mrTsHFdThUt8AA { top:5.75rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyZKTdzTpqtKfn7RUbRBrDszmdVTUZHo { top:16.3125rem;left:0rem;width:47.75rem;height:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0DvxET6UMPmpNQiiLFbcvnn7Nd1x2x7 { top:49.5625rem;left:5.59375rem;width:36.5625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcsRQAUb98OLei9a3LxQC3A3UUWAHSHb { width:11.5625rem;height:2.9375rem;top:55.3125rem;left:18.062286376953rem;display:block; }
 }@media only screen and (max-width: 763px) { #zo8TJrDTCVxxGJwbegH0I2RaoiSvx5Uh { display:block; }
 }@media only screen and (max-width: 763px) { #rib1Zh4ZgUsN3wpz8wlxUIokOWilnoJv { display:block; }#rib1Zh4ZgUsN3wpz8wlxUIokOWilnoJv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #av7qxJJq5Dn6pDEHHxkGPqfEknohmKs7 { top:12.5625rem;left:5.0625rem;width:26.6875rem;height:4.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lx2nqX3WBZf0RpXQiTHAkivU65ctkzgm { top:19.3125rem;left:7.875rem;width:23.8125rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGLF4ZTvWcSApFEAQAx2fRBca4TdMOnS { top:8.4375rem;left:0rem;width:47.75rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jn7S12FyFZLTyqvq6z8pdkraBIToL700 { width:11.5625rem;height:2.9375rem;top:28.75rem;left:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZWxRcS8ya2RlSIsmGCFC26BrNkRM2WM { display:block; }
 }@media only screen and (max-width: 763px) { #TI3DEMD3DzCFHuryZw32ArJr4BUmXe5t { top:17.375rem;left:18.1875rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDX6ShKkXs5UVSIwbhdtxCIrCTReo3nV { top:11.5rem;left:0rem;width:31.25rem;height:20.832252140761rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhQ8aUEr0hOwF0MTJAl1nQ2bgGLznRcz { display:block; }#yhQ8aUEr0hOwF0MTJAl1nQ2bgGLznRcz > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #il470y0KddLqvTEQEtPhlF9wcVpI113r { top:7.1875rem;left:0rem;width:20.5rem;height:7.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0zedSERw43QPcaaq3lnIbxZpdTr1dgK { top:7.25rem;left:9rem;width:38.75rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #woz9tzGMsJQ1peKXiurFSFxGSkzbTgvQ { display:block; }#woz9tzGMsJQ1peKXiurFSFxGSkzbTgvQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hLTMgGA6ivpnE5XdlE7wvrcsdb7WEKN6 { top:32.375rem;left:0rem;width:21.25rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3veFTuUkl4ycvN0x8TWTdM9LOKFx1gM { top:19.75rem;left:0rem;width:44.1875rem;height:8.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqZ5q8L9QICBAEM7avWJrbACpxxErCuT { top:39.4375rem;left:0rem;width:21.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCQGwo3eNu6Gz016iESFpGCnCS5UMCam { top:42.25rem;left:0rem;width:17.1875rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewvLWkQGIewviXpf6tcAHeciFHLfLIyx { top:33.5625rem;left:5.59375rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvLW28TXc1xNndrTTt2T4e3r6oZ8Gs87 { top:32.375rem;left:10.5rem;width:21.25rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ak7evRP4UGKr3HnPhKFiboRHdFDmtxdd { top:32.375rem;left:26.375rem;width:21.25rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlsA951phhdJ7VTBpgNVaq5erqmPr19X { top:33.5625rem;left:21.468753814698rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2MwKNT9VqIETH2R5p1mLFcMF4V7b0xy { top:33.5625rem;left:37.343753814698rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdTthGTdRQHlc1ExfZT5z4QBxaTmJaxh { top:39.1875rem;left:10.5rem;width:21.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfwU6m12PRox7mClrLOtTiMVHETFiVX2 { top:39.5rem;left:32.531467437744rem;width:14.25rem;height:3.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaE8qxpWTDnVPttX5ZizOGuWfbEDN8nv { top:42.25rem;left:14.5625rem;width:17.1875rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsZU8bqfw3gbHW0QyZJtV599PQUUQ4xd { top:43.25rem;left:30.625rem;width:17rem;height:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wROnkPR9CGmDXiBUZ0XxpGy6txnCBrrL { display:block; }#wROnkPR9CGmDXiBUZ0XxpGy6txnCBrrL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dVpXxJ0Bxfu9sb0Irn3vgRTEZ7SAmhNJ { top:5rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2dIA82MMQ6rVvVhoJb4v02Gi8iny2zB { top:15.875rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaXmy8qcLHrmpyaUJVbPxaEk5xaMA9yg { top:16.125rem;left:45.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKwnMuJS8Z8lWSQKI7pH92yAPA8q78WH { top:16.25rem;left:43.1875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1eznFQOwksUdOxBBr98qLn4besvm3d3 { top:16.125rem;left:45.8125rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNJcJMO6AoEs9uFx7b1TDLrkaa3dH4Nb { top:13.3125rem;left:0rem;width:8.4375rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApXFDgHOxeN7ayEGc8q7NvnHRBV281Q8 { top:16.875rem;left:0rem;width:16.1875rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #il88tzSMFxiuLmPTrA98wIrTOemwnWT4 { top:20.5625rem;left:0rem;width:5.3125rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPG4kR5a89m8i3GZVbs1fgvaXrDZ5Gpz { top:13.25rem;left:37.5625rem;width:10.1875rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LU7PT8zxIi2u4lifN6fFunIrAgsHlbdd { top:13.4375rem;left:18.8125rem;width:10.1875rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQL9MCX1XCTw861XPpRww2KdRXJaCUGQ { top:16.3125rem;left:18.8125rem;width:8.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpzZXRFQLl49xVlvS9VUxRWUAALNuZzW { display:block; }#MpzZXRFQLl49xVlvS9VUxRWUAALNuZzW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S4UluybBCB2gl4ma3fvTvb6DzBlPyC5T { top:1rem;left:17.40625rem;width:12.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:none;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); } }@media only screen and (max-width: 763px) { #PJhGAzswhiZuKxwDD7ZiJsrEbq13pIGO { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#PJhGAzswhiZuKxwDD7ZiJsrEbq13pIGO > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lMHOE7RGbK0SwsPlmrtVXZzchTpvTV9o { width:5.375rem;height:2.3125rem;top:0.875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xbSOLM0JpLlVU1oDKZfrQikIOta4OBJv { width:11.625rem;height:3rem;top:0.875rem;left:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GoOZ9d0RHAUAIvmw9mRTtom69XtqlM0o { display:block; }
 }@media only screen and (max-width: 763px) { #trCTzudDC0yhq7TSuhDvBWzXazRW9E9U { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/98546505-6b9b-4ede-871a-91a800cf91bf/Slidermobile.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#trCTzudDC0yhq7TSuhDvBWzXazRW9E9U.adaptive-delivery-prevent-bg, #trCTzudDC0yhq7TSuhDvBWzXazRW9E9U.lazyload, #trCTzudDC0yhq7TSuhDvBWzXazRW9E9U.lazyloading { background-image: none; }#trCTzudDC0yhq7TSuhDvBWzXazRW9E9U > .row .container { width:20rem;height:45.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #whhg6H5LSHIxmV6CMhXnGPX9RLD6tfdC { width:20rem;height:19.4375rem;top:6.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rxrFrXlnTnFQQmv2NnKlfToC5biGIG5T { width:6.1875rem;height:1.9375rem;top:8.25rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvnHcBABia2TldfBHR8x7ccbFiqxZddM { width:4rem;height:0;top:8.5rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHz3zTHS6saDdyHxWi9DR8lfO3Fw9cqo { width:13.1875rem;height:0;top:11.0625rem;left:2rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #zugoPWJwHpyMXGBd6S76sn0lyXXvr5pT { width:14.6875rem;height:0;top:16.8125rem;left:2rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #diGQSuTJunmF78Zpr21mvs9OrlbfNt5P { width:14.25rem;height:2.8125rem;top:13.625rem;left:2.875rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #hFSREqtmpAcZVxO2aXMF0uPsccknhfAV { width:13.6875rem;height:2.2749rem;top:13.875rem;left:3.1875rem;font-size:1.75rem;z-index:15013;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ip57XFprC2TdKdtSHIGGB0P45NBxM2g1 { width:4.125rem;height:4.125rem;top:17.6875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfDZbeI2TFgXP0SWxOcTs7TfgfugwRyL { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9a7795d7-1a05-40a0-bfa7-3f2a854f2098/Slidermobile2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#GfDZbeI2TFgXP0SWxOcTs7TfgfugwRyL.adaptive-delivery-prevent-bg, #GfDZbeI2TFgXP0SWxOcTs7TfgfugwRyL.lazyload, #GfDZbeI2TFgXP0SWxOcTs7TfgfugwRyL.lazyloading { background-image: none; }#GfDZbeI2TFgXP0SWxOcTs7TfgfugwRyL > .row .container { background-color: transparent; background-image: none; }#GfDZbeI2TFgXP0SWxOcTs7TfgfugwRyL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GfDZbeI2TFgXP0SWxOcTs7TfgfugwRyL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GfDZbeI2TFgXP0SWxOcTs7TfgfugwRyL > .row .container > .video-iframe-container { display: none; }#GfDZbeI2TFgXP0SWxOcTs7TfgfugwRyL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GfDZbeI2TFgXP0SWxOcTs7TfgfugwRyL > .row > .video-iframe-container { display: none; }#GfDZbeI2TFgXP0SWxOcTs7TfgfugwRyL > .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); }#GfDZbeI2TFgXP0SWxOcTs7TfgfugwRyL > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RxhQZllzkClnMykcC3lTQW3fSIUM9UZR { width:20rem;height:19.4375rem;top:6.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QqmlJiKM2v4OF19oMntiROMKZvxTwwzH { width:6.1875rem;height:1.9375rem;top:8.25rem;left:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #lAALCOa8CFCcvtN8nhHtFxxQkrA2ZGVu { width:4rem;height:0;top:8.5rem;left:3.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TmsMDhlsnzHTbT6MTb3qvcUGkJxuI9Cq { width:13.1875rem;height:0;top:11.0625rem;left:2rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #dRsZhdO6IGsS6XKSTZTCf8DOrB1PsG1A { width:14.6875rem;height:0;top:16.8125rem;left:2rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xyy8dExGus4CbfMOLCDvvcHwJ3aTwZdN { width:11.625rem;height:3rem;top:17.75rem;left:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vdk6Dc0kMZc5aNADTM7uBo8VLC1x6V76 { display:block; }
 }@media only screen and (max-width: 763px) { #wuLEF9qMH6nPXOTw67XZVnMDUPQAI4kZ { width:20rem;height:21.75rem;top:9rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FC3909AJVOcJdGxWHb0tTJV9nb0iDQ8N { width:4.625rem;height:1.4624rem;top:23.5rem;left:9.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqlGz7Qro0lJbgmVSPZbT0iHs5opBE48 { width:6.1875rem;height:1.9375rem;top:23.25rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxMfASkdOfoErgTyUlIcWHRnxoXZ41yi { width:2.25rem;height:2.1875rem;top:23.125rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o485WHDdheRXT00FS9sAcG2PrASxb9DX { width:6.1875rem;height:1.9375rem;top:23.25rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #up3Pesi0pz2Zkbq4UX5HXdqFSrZ3Ikf2 { width:4rem;height:1.4624rem;top:23.5rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAIcI86kJs3G322bzSbLTJ5uvJ9tEGpN { width:12.3125rem;height:5.4375rem;top:15.375rem;left:7.6875rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #Z8AQUgxSThGEaa4xFNokUByxNLEWxZLB { display:block; }#Z8AQUgxSThGEaa4xFNokUByxNLEWxZLB > .row .container { width:20rem;height:20.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oWU86vDgJCJyBK2exClK1gXU1kRXVWQy { width:20rem;height:4.0625rem;top:1.8125rem;left:0rem;font-size:1.5625rem;z-index:15013;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pZ1vntNtw8PDgEp56vmHZi0d49L8G7i8 { width:20rem;height:5.19921875rem;top:7.75rem;left:0rem;font-size:1rem;z-index:15014;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mmBMhzTEUhAIOipZNoQT9vyPbFJMnkCq { width:11.625rem;height:3rem;top:15.4375rem;left:4.1875rem;z-index:15015;border-top:0.125rem solid #008f4f;border-left:0.125rem solid #008f4f;border-right:0.125rem solid #008f4f;border-bottom:0.125rem solid #008f4f;background-color:transparent;background-image:none;color:#008f4f;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #lPShAB1bSVFFAhrrGrdss8LydXSilhDg { display:block; }
 }@media only screen and (max-width: 763px) { #UpZmrB918mWV3Qb0DnRmeBSd7v6M39Cp { display:block; }#UpZmrB918mWV3Qb0DnRmeBSd7v6M39Cp > .row .container { width:20rem;height:122.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tWz5dN8T56851EHzHPcTH3dAwHC9PAZa { width:19.6875rem;height:2.275rem;top:3.3125rem;left:0.15625rem;font-size:1.75rem;z-index:15015;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fZFs71zCN0faWhAGHXK9ZOb7RZMQfURT { width:3.625rem;height:3.625rem;top:8rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTOlwkgwk0In8Lly9PJWPpwQBoH0pTVq { width:17.0625rem;height:4.0625rem;top:12.6875rem;left:1.5rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #szmQ3ZG7uRFCut6rZstmlNhyDnUdvG3y { width:19.0625rem;height:5.19921875rem;top:18.4375rem;left:0.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BHeIiJzzQlQyPtTG3K1NTBpLRFHGcUqG { width:7.5rem;height:0.125rem;top:45.9375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIyXIh70eyQR9vcFUpWNAiAhfVzTKBzG { width:3.625rem;height:3.625rem;top:29.125rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wImxSdvvvMBI89A4kzrLJ63s7WuwHFnH { width:3.625rem;height:3.625rem;top:50.5rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zD6ZETxzLKS8l5JzLbOlyRNsSdw98FWN { width:3.625rem;height:3.625rem;top:68.625rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kf4ymoklHVZMcFHm8GOonbauiBVGcwGb { width:12.5rem;height:0;top:78.3125rem;left:3.75rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y8v0PyQ3xHsJDKsnnAQvTdxomrirTteV { width:12.5625rem;height:0;top:97.53125rem;left:3.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H6GdKOtlEW2ee7AT4cr4kqp2csH0bL3r { width:12.1875rem;height:0;top:83.625rem;left:3.875rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yUT5EdoTPyQG88TetTm1sH5UI4VaJtSo { width:12.5625rem;height:0;top:101.37999375rem;left:3.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cpT6tZJfZtST0QZVRNF4WonFc6vcGADG { width:12.5rem;height:0;top:86.90625rem;left:3.75rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CGhXpSGXgt96F44Rsbi1bts2M2fAFb6p { width:12.5625rem;height:0;top:106.52865rem;left:3.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NT2Nxr4i75mCno1GF1QKNCZatZNCvXmD { width:12.5rem;height:0;top:92.21875rem;left:3.75rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u4vyWL2v2zMQb6EFHVTIzKefU5AFRwIl { width:12.9375rem;height:0;top:111.67730625rem;left:3.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hMlLGpGNww2zpX3DwMFQQsSCVyDD4hlf { width:3.5625rem;height:3.5625rem;top:73.5rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tdo1frBn8sTuw4rKHIyUP0pLMsREBZgO { width:7.5rem;height:0.125rem;top:116.8259625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPSOgFvJT4CKi41IwcO0ttVFxPQyGxyX { width:7.5rem;height:0.125rem;top:118.2009625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwHo4IeElQnVr9oToXVQazBGeG3GULrS { width:7.5rem;height:0.125rem;top:119.5759625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhUFSskuteP2Fh67fBH2MWwPmzGL7z0n { width:7.5rem;height:0.125rem;top:120.9509625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cw0zba1iE7ZAlI4EiK0bPC3p4nC5JSbp { background-color:#ffffff;background-image:none;display:block; }#cw0zba1iE7ZAlI4EiK0bPC3p4nC5JSbp > .row .container { background-color: transparent; background-image: none; }#cw0zba1iE7ZAlI4EiK0bPC3p4nC5JSbp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cw0zba1iE7ZAlI4EiK0bPC3p4nC5JSbp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cw0zba1iE7ZAlI4EiK0bPC3p4nC5JSbp > .row .container > .video-iframe-container { display: none; }#cw0zba1iE7ZAlI4EiK0bPC3p4nC5JSbp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cw0zba1iE7ZAlI4EiK0bPC3p4nC5JSbp > .row > .video-iframe-container { display: none; }#cw0zba1iE7ZAlI4EiK0bPC3p4nC5JSbp > .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); }#cw0zba1iE7ZAlI4EiK0bPC3p4nC5JSbp > .row .container { width:20rem;height:71.261068505859rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ox9i0qX8JEGRXg9xOwr3mqrA99umuAPD { width:20rem;height:6.09375rem;top:3.5rem;left:0rem;font-size:1.5625rem;z-index:15015;line-height:1.3;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #gDVALkQeOyezZBADOp2U93dMWMEqsW3c { width:8.25rem;height:8.625rem;top:25.5625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KE1gUZl6ztDZWcdAThLvhZtlQ9s23TxT { width:12.5625rem;height:0;top:35.4375rem;left:3.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J3yTM7iU7fZC7sRVTOIUyUSPGoG0dFDG { width:13.4375rem;height:0;top:37.986325rem;left:3.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pGooTE8Xl7syW8Rg52EfU6mckFOL9lGX { width:12.5625rem;height:0;top:40.53515rem;left:3.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DNt1SMG6TKV2XwzAeQbETCqqIVWGIBWn { width:20rem;height:4.375rem;top:49.42078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7fTyyzZ5Bg5ABQrZyo0QgJ5ueqZ817o { width:20rem;height:5.0625rem;top:58.013447875977rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxVWIV6x3Ll6rv9NflCKsbRLteGeusoS { width:20rem;height:0;top:46.646260375977rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BqTTSVGreMukzIk3qchE2tiIGulHp0GT { width:20rem;height:0;top:50.958317871094rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CcVvZkrHt7Mu0T7S8ib1mRhM2PWz6bal { width:20rem;height:0;top:55.333317871094rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tKmbJJp5wXPTofVSeRefdufTWb0LSCTM { width:18.875rem;height:0;top:59.245rem;left:1.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sFRTtrWqta18r8Z9Trxhv0Cq92C9yPGm { width:8.125rem;height:0;top:64.863499755863rem;left:1.0319023132324rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TOsC63lZOQ8aQF2DG2DgDinpewCzDHKE { width:15.25rem;height:0;top:67.412324755856rem;left:2.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k0xgTagD9nFsSPe2MNMyADmDplUHxbFs { width:15.25rem;height:0;top:64.863499755863rem;left:4.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EWef9c0qeA2zDJcLwW8kbQzvhhnD4e6S { width:1.5625rem;height:1.5625rem;top:43.083975rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqM4krVk9xTVgsNMhkVy9UNkyxNBUaCQ { width:5rem;height:0;top:59.406682128906rem;left:15rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G2KzpDhvinHv7xkHn3pCvVsFInWlOqcT { width:5rem;height:0;top:45.896475rem;left:7.5rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ab7MNcT3wa4g5PlZsJalQ5UHUrTR3ake { width:1.5625rem;height:1.5625rem;top:46.513875122071rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET4RnpLfRbA6eTySsNr2CNob08lE50hc { width:1.5625rem;height:1.5625rem;top:50.82703125rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhkUdhSsx2PpvzfpR6F58fGHngqasTII { width:1.5625rem;height:1.5625rem;top:55.200947875977rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPNR0FTM42LuCm3aA9o0I5F4upcJWNU2 { width:1.5625rem;height:1.5625rem;top:50.82703125rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xvtqil3FBqycyd2Xag7vuEubsbqyNxyS { width:1.5625rem;height:1.5625rem;top:46.513875122071rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETTHp6ByXGzwBJpBwFpcziSrqpWy2N78 { width:1.5625rem;height:1.5625rem;top:55.200947875977rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkDXkaekhkTTVBXkQnMFOU1GwSenVXqq { width:1.5625rem;height:1.5625rem;top:59.762578125rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktBROltV2qyzlTJqryfT8sGFxERhbQOT { display:block; }#ktBROltV2qyzlTJqryfT8sGFxERhbQOT > .row .container { width:20rem;height:45.59874375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pcSm6eDhIPISz1Rkq9mrTsHFdThUt8AA { width:20rem;height:4.0625rem;top:2.25rem;left:0rem;font-size:1.5625rem;z-index:15015;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eyZKTdzTpqtKfn7RUbRBrDszmdVTUZHo { width:20rem;height:28.75rem;top:7.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0DvxET6UMPmpNQiiLFbcvnn7Nd1x2x7 { width:20rem;height:0;top:37.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcsRQAUb98OLei9a3LxQC3A3UUWAHSHb { width:11.5625rem;height:2.9375rem;top:41.41124375rem;left:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zo8TJrDTCVxxGJwbegH0I2RaoiSvx5Uh { display:block; }
 }@media only screen and (max-width: 763px) { #rib1Zh4ZgUsN3wpz8wlxUIokOWilnoJv { display:block; }#rib1Zh4ZgUsN3wpz8wlxUIokOWilnoJv > .row .container { width:20rem;height:46.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #av7qxJJq5Dn6pDEHHxkGPqfEknohmKs7 { width:20rem;height:4.0625rem;top:4.0625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #lx2nqX3WBZf0RpXQiTHAkivU65ctkzgm { width:20rem;height:6.499rem;top:10.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wGLF4ZTvWcSApFEAQAx2fRBca4TdMOnS { width:20rem;height:26.875rem;top:18.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jn7S12FyFZLTyqvq6z8pdkraBIToL700 { width:11.5625rem;height:2.9375rem;top:38.9375rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SZWxRcS8ya2RlSIsmGCFC26BrNkRM2WM { display:block; }
 }@media only screen and (max-width: 763px) { #TI3DEMD3DzCFHuryZw32ArJr4BUmXe5t { width:11.25rem;height:11.25rem;top:27.622406005859rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDX6ShKkXs5UVSIwbhdtxCIrCTReo3nV { width:20rem;height:13.332641370087rem;top:21.687072753906rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhQ8aUEr0hOwF0MTJAl1nQ2bgGLznRcz { background-color:#f7f7f7;background-image:url("https://images.assets-landingi.com/uc/3a5e25e2-f273-44f0-b99a-341b7d48407d/Vectormobile.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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;display:block; }#yhQ8aUEr0hOwF0MTJAl1nQ2bgGLznRcz.adaptive-delivery-prevent-bg, #yhQ8aUEr0hOwF0MTJAl1nQ2bgGLznRcz.lazyload, #yhQ8aUEr0hOwF0MTJAl1nQ2bgGLznRcz.lazyloading { background-image: none; }#yhQ8aUEr0hOwF0MTJAl1nQ2bgGLznRcz > .row .container { background-color: transparent; background-image: none; }#yhQ8aUEr0hOwF0MTJAl1nQ2bgGLznRcz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yhQ8aUEr0hOwF0MTJAl1nQ2bgGLznRcz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yhQ8aUEr0hOwF0MTJAl1nQ2bgGLznRcz > .row .container > .video-iframe-container { display: none; }#yhQ8aUEr0hOwF0MTJAl1nQ2bgGLznRcz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yhQ8aUEr0hOwF0MTJAl1nQ2bgGLznRcz > .row > .video-iframe-container { display: none; }#yhQ8aUEr0hOwF0MTJAl1nQ2bgGLznRcz > .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); }#yhQ8aUEr0hOwF0MTJAl1nQ2bgGLznRcz > .row .container { border-width: 0; border-radius: 0; }#yhQ8aUEr0hOwF0MTJAl1nQ2bgGLznRcz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yhQ8aUEr0hOwF0MTJAl1nQ2bgGLznRcz > .row .container { width:20rem;height:56.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #il470y0KddLqvTEQEtPhlF9wcVpI113r { width:20rem;height:2.03125rem;top:24rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #e0zedSERw43QPcaaq3lnIbxZpdTr1dgK { width:20rem;height:21.75rem;top:29.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #woz9tzGMsJQ1peKXiurFSFxGSkzbTgvQ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8046416d-82fa-486a-8f42-d6f2fb347a5b/fleuristemobile.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#woz9tzGMsJQ1peKXiurFSFxGSkzbTgvQ.adaptive-delivery-prevent-bg, #woz9tzGMsJQ1peKXiurFSFxGSkzbTgvQ.lazyload, #woz9tzGMsJQ1peKXiurFSFxGSkzbTgvQ.lazyloading { background-image: none; }#woz9tzGMsJQ1peKXiurFSFxGSkzbTgvQ > .row .container { background-color: transparent; background-image: none; }#woz9tzGMsJQ1peKXiurFSFxGSkzbTgvQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.17); }#woz9tzGMsJQ1peKXiurFSFxGSkzbTgvQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#woz9tzGMsJQ1peKXiurFSFxGSkzbTgvQ > .row .container > .video-iframe-container { display: none; }#woz9tzGMsJQ1peKXiurFSFxGSkzbTgvQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.17); }#woz9tzGMsJQ1peKXiurFSFxGSkzbTgvQ > .row > .video-iframe-container { display: none; }#woz9tzGMsJQ1peKXiurFSFxGSkzbTgvQ > .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); }#woz9tzGMsJQ1peKXiurFSFxGSkzbTgvQ > .row .container { width:20rem;height:78.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hLTMgGA6ivpnE5XdlE7wvrcsdb7WEKN6 { width:20rem;height:9.6875rem;top:21.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3veFTuUkl4ycvN0x8TWTdM9LOKFx1gM { width:15.6875rem;height:2.03125rem;top:13rem;left:2.1875rem;font-size:1.5625rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fqZ5q8L9QICBAEM7avWJrbACpxxErCuT { width:9.375rem;height:4.225rem;top:23.25rem;left:5.3125rem;font-size:3.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HCQGwo3eNu6Gz016iESFpGCnCS5UMCam { width:12.875rem;height:1.7875rem;top:28.0625rem;left:3.5625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ewvLWkQGIewviXpf6tcAHeciFHLfLIyx { width:4.6875rem;height:4.6875rem;top:32.75rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvLW28TXc1xNndrTTt2T4e3r6oZ8Gs87 { width:20rem;height:16.1875rem;top:41.96875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ak7evRP4UGKr3HnPhKFiboRHdFDmtxdd { width:20rem;height:16.1875rem;top:59.40625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlsA951phhdJ7VTBpgNVaq5erqmPr19X { width:4.6875rem;height:4.6875rem;top:43.177520751953rem;left:8.2812538146975rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2MwKNT9VqIETH2R5p1mLFcMF4V7b0xy { width:4.6875rem;height:4.6875rem;top:60.615020751953rem;left:8.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdTthGTdRQHlc1ExfZT5z4QBxaTmJaxh { width:20rem;height:0;top:38.6875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DfwU6m12PRox7mClrLOtTiMVHETFiVX2 { width:14.25rem;height:0;top:66.563385009762rem;left:3.4689636230469rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZaE8qxpWTDnVPttX5ZizOGuWfbEDN8nv { width:17.1875rem;height:0;top:51.888458251953rem;left:1.9997863769531rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HsZU8bqfw3gbHW0QyZJtV599PQUUQ4xd { width:17rem;height:0;top:70.32638549805rem;left:2.0931015014649rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wROnkPR9CGmDXiBUZ0XxpGy6txnCBrrL { background-color:#ffffff;background-image:none;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;display:block; }#wROnkPR9CGmDXiBUZ0XxpGy6txnCBrrL > .row .container { background-color: transparent; background-image: none; }#wROnkPR9CGmDXiBUZ0XxpGy6txnCBrrL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wROnkPR9CGmDXiBUZ0XxpGy6txnCBrrL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wROnkPR9CGmDXiBUZ0XxpGy6txnCBrrL > .row .container > .video-iframe-container { display: none; }#wROnkPR9CGmDXiBUZ0XxpGy6txnCBrrL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wROnkPR9CGmDXiBUZ0XxpGy6txnCBrrL > .row > .video-iframe-container { display: none; }#wROnkPR9CGmDXiBUZ0XxpGy6txnCBrrL > .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); }#wROnkPR9CGmDXiBUZ0XxpGy6txnCBrrL > .row .container { border-width: 0; border-radius: 0; }#wROnkPR9CGmDXiBUZ0XxpGy6txnCBrrL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wROnkPR9CGmDXiBUZ0XxpGy6txnCBrrL > .row .container { width:20rem;height:34.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dVpXxJ0Bxfu9sb0Irn3vgRTEZ7SAmhNJ { width:20rem;height:2.03125rem;top:5.4375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N2dIA82MMQ6rVvVhoJb4v02Gi8iny2zB { width:1.9375rem;height:1.9375rem;top:28.5rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaXmy8qcLHrmpyaUJVbPxaEk5xaMA9yg { width:1.5625rem;height:1.5625rem;top:28.6875rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKwnMuJS8Z8lWSQKI7pH92yAPA8q78WH { width:1.4375rem;height:1.4375rem;top:28.75rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1eznFQOwksUdOxBBr98qLn4besvm3d3 { width:1.4375rem;height:1.4375rem;top:28.75rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNJcJMO6AoEs9uFx7b1TDLrkaa3dH4Nb { width:20rem;height:1.625rem;top:9.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ApXFDgHOxeN7ayEGc8q7NvnHRBV281Q8 { width:16.1875rem;height:1.625rem;top:12.75rem;left:1.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #il88tzSMFxiuLmPTrA98wIrTOemwnWT4 { width:19.875rem;height:1.625rem;top:15.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nPG4kR5a89m8i3GZVbs1fgvaXrDZ5Gpz { width:10.1875rem;height:1.625rem;top:25.375rem;left:4.9375rem;font-size:1.25rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LU7PT8zxIi2u4lifN6fFunIrAgsHlbdd { width:10.1875rem;height:1.625rem;top:19.3125rem;left:4.9375rem;font-size:1.25rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CQL9MCX1XCTw861XPpRww2KdRXJaCUGQ { width:8.875rem;height:1.4625rem;top:22.5rem;left:5.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MpzZXRFQLl49xVlvS9VUxRWUAALNuZzW { display:block; }#MpzZXRFQLl49xVlvS9VUxRWUAALNuZzW > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S4UluybBCB2gl4ma3fvTvb6DzBlPyC5T { width:12.9375rem;height:1.29980625rem;top:1.25rem;left:3.53125rem;font-size:1rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }