.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:transparent;background-image:none;border-top:0.1875rem solid #008f4f;border-left:0.1875rem solid #008f4f;border-right:0.1875rem solid #008f4f;border-bottom:0.1875rem solid #008f4f;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-secondary-2),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:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.61025rem;height:2.985025rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:1.1002604961395rem;left:50.873485565186rem;display:block; }
#GoOZ9d0RHAUAIvmw9mRTtom69XtqlM0o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xJzamoDwzWVIVzHLmMg3u1bFX8eVkMmJ { 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.99805rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:1.09375rem;left:63.374568939206rem;display:block; }
#RImx4TwARxe41rnMuVcyLrQlsHq06ww8 { 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:7.3111875rem;display:block; }
#zugoPWJwHpyMXGBd6S76sn0lyXXvr5pT { color:rgba(var(--color-tertiary-4),1);display:block;width:28.5623125rem;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:25.873481750488rem;left:2.03125rem;height:2.599825rem;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:37.375rem;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.6556rem;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; }
#iInLbShyh9VnnbebLhOID1bFeLCCBWJC { 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.5625rem;width:3.5625rem;top:13.186852455139rem;left:21.375rem;overflow:hidden;display:block; }
#Hi3ZrGDs5RQatBB8eJ9y6axcmwBUGq6W { 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:13.186849594116rem;left:40.625003814698rem;overflow:hidden;display:block; }
#e6rwK42RmukbTFGIZHon3OT5R60Peinc { 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:15011;line-height:1.3;letter-spacing:0;top:18.3125rem;left:0rem;height:4.0625rem;display:block; }
#nfAka4zNOeZGAkup9mhb5POVoN1rtFT7 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.1873125rem;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:23.624133110046rem;left:0rem;height:3.8997375rem;font-style:normal;display:block; }
#Ttq8PmMP0amxtS5Aa7smL6oofTEQV7Bc { position:absolute;display:block;z-index:15023;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.124783125rem;width:7.5rem;top:29.061415672302rem;left:0rem;display:block; }
#FPtFxFSiw6h8T77UuTpT6i3u7AQ7u9za { 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:13.1875rem;left:0rem;overflow:hidden;display:block; }
#CLkSEGJhpv9xgSNXILotEDTRLx8CvuHn { 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:15008;line-height:1.3;letter-spacing:0;top:18.311635017395rem;left:21.375rem;height:4.0625rem;display:block; }
#kmHnZbPxTxWAqFVQPUO4WvAeBTaUZxuI { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5623125rem;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:23.624136924744rem;left:21.375rem;height:5.19965625rem;font-style:normal;display:block; }
#SMxzwplvqXGFmOvPlpk2uJEkVtuqlyku { position:absolute;display:block;z-index:15020;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.124783125rem;width:7.5rem;top:30.123702049256rem;left:21.375rem;display:block; }
#uSkfg9eDo02RLcPQOUKZfBrlkDFmCwno { 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:15009;line-height:1.3;letter-spacing:0;top:18.311635017395rem;left:40.625003814698rem;height:4.0625rem;display:block; }
#FhSZhFSaHPH1IOJXs7LHPNZXsWznEZ8d { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5623125rem;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:23.624136924744rem;left:40.625003814698rem;height:5.19965625rem;font-style:normal;display:block; }
#pJrKZmavOvlRVJVn5tPmgAHohgJKfv91 { position:absolute;display:block;z-index:15021;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.124783125rem;width:7.5rem;top:30.123702049256rem;left:40.625003814698rem;display:block; }
#zArNyNEuKFXgg2D6nGwpW6vS39HSVH4k { color:rgba(var(--color-tertiary-4),1);display:block;width:11.4995625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:18.311635017395rem;left:61.374782562256rem;height:4.0625rem;display:block; }
#ht2VDib5sFxcm0RAnadMZyr1h5ocgg9n { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5623125rem;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:23.624136924744rem;left:61.436634063721rem;height:3.8997375rem;font-style:normal;display:block; }
#vifTmENJ8xRUgSIzyGKqPzKL6TzauNAR { position:absolute;display:block;z-index:15022;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.124783125rem;width:7.5rem;top:29.061419486999rem;left:61.374782562256rem;display:block; }
#ug2oPrhEFK3yh7mS7PHqaJXRKFzEfkiv { 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.62305rem;width:3.62305rem;top:13.155383586884rem;left:61.374782562256rem;overflow:hidden;display:block; }
#ktBROltV2qyzlTJqryfT8sGFxERhbQOT { background-color:#eaf5f0;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:29.1873125rem;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.637589454651rem;left:22.905818939209rem;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:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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:28.2498125rem;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:8.2508621215819rem;left:0rem;height:2.43706875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lx2nqX3WBZf0RpXQiTHAkivU65ctkzgm { color:rgba(var(--color-secondary-4),1);display:block;width:23.8748125rem;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:8.2508687973025rem;left:51.124134063721rem;height:18.198775rem;font-style:normal;text-align:left;text-align-last:left;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.811625rem;width:30.3125rem;top:14.652770996094rem;left:0rem;overflow:hidden;display:block; }
#kuJXbfJSoDidhKf5nHO1wrGaNMJKX7lL { 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:8.2508671283725rem;left:48.499347686767rem;overflow:hidden;display:block; }
#hlJm3dLq69C0bopqZSKyaPkbmTMTthvJ { 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:12.027995109558rem;left:48.499347686767rem;overflow:hidden;display:block; }
#lIvhnllXQyNCDCTueUt6am2VBKTbdlnP { 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:14.652777671814rem;left:48.499347686767rem;overflow:hidden;display:block; }
#hJh84C4UNSGCw7aBqFslIEJtLnzOdJTK { 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:17.278647422791rem;left:48.499347686767rem;overflow:hidden;display:block; }
#DCTzinX7F56JArn2nbABsQhE3LGRcA9R { 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:19.966362953186rem;left:48.499347686767rem;overflow:hidden;display:block; }
#NtnmfcaExrMreWgia44BSGLGcX76xeuF { 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:23.653429985046rem;left:48.499347686767rem;overflow:hidden;display:block; }
#GUcXCgINJkEZ53ncaMC27Dp5O4757MuU { 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:1.5625rem;width:1.5625rem;top:27.715929985046rem;left:48.499347686767rem;overflow:hidden;display:block; }
#A6hRi604o7gv8sKzx9PwctIf8bz3oyvf { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:30.278864860534rem;left:48.499347686767rem;overflow:hidden;display:block; }
#ZDSHkttwIfvHb1e6WeHGP24F4ZczoISG { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:34.066840171814rem;left:48.499347686767rem;overflow:hidden;display:block; }
#JCCDhQctnZJ9vpA8EmeXD5fNrdTBulbO { color:rgba(var(--color-secondary-2),1);display:block;width:23.8748125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:27.846138715744rem;left:51.124134063721rem;height:1.2999125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lgreUp9GwWzNAJPFQTsOGWLyI3FDvi7I { color:rgba(var(--color-secondary-4),1);display:block;width:23.8748125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:30.333119153976rem;left:51.124134063721rem;height:5.19965rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FFkTWPeK0GcRUtWbh8G6sSaq7vqsqSso { 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; }#FFkTWPeK0GcRUtWbh8G6sSaq7vqsqSso > .row .container { background-color: transparent; background-image: none; }#FFkTWPeK0GcRUtWbh8G6sSaq7vqsqSso::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FFkTWPeK0GcRUtWbh8G6sSaq7vqsqSso > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FFkTWPeK0GcRUtWbh8G6sSaq7vqsqSso > .row .container > .video-iframe-container { display: none; }#FFkTWPeK0GcRUtWbh8G6sSaq7vqsqSso > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FFkTWPeK0GcRUtWbh8G6sSaq7vqsqSso > .row > .video-iframe-container { display: none; }#FFkTWPeK0GcRUtWbh8G6sSaq7vqsqSso > .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); }#FFkTWPeK0GcRUtWbh8G6sSaq7vqsqSso > .row .container { border-width: 0; border-radius: 0; }#FFkTWPeK0GcRUtWbh8G6sSaq7vqsqSso > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FFkTWPeK0GcRUtWbh8G6sSaq7vqsqSso > .row .container { font-size:0.875rem;font-family:arial;height:43.8125rem;width:75rem;position:relative;display:block; }#OsiXyMvShLyA2Z0cH3yyF6lvTT7c0523 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.5rem;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.561847686767rem;left:44.124347686767rem;height:4.87413125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#B2JrnTmmVf74s8uqCRCux1IKvA1XyRQ0 { 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; }
#OiE4SgyXJPcwvDFWi7UIMfag1EZCkgpN { 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; }
#iqO65sm7f6hTAARN7UZdn75RVDpZ8xlU { 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; }
#uQ3tgTa11GGrTKlFa3VTeARP9RzUJoXc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BJgCpbi0JbeooKQNohVxiEq0iNSH5ZT5 { 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; }
#viN0angRD8z5Ix7GdTV7IVs7yK5VCSSO { 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; }#viN0angRD8z5Ix7GdTV7IVs7yK5VCSSO > .row .container { background-color: transparent; background-image: none; }#viN0angRD8z5Ix7GdTV7IVs7yK5VCSSO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#viN0angRD8z5Ix7GdTV7IVs7yK5VCSSO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#viN0angRD8z5Ix7GdTV7IVs7yK5VCSSO > .row .container > .video-iframe-container { display: none; }#viN0angRD8z5Ix7GdTV7IVs7yK5VCSSO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#viN0angRD8z5Ix7GdTV7IVs7yK5VCSSO > .row > .video-iframe-container { display: none; }#viN0angRD8z5Ix7GdTV7IVs7yK5VCSSO > .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); }#viN0angRD8z5Ix7GdTV7IVs7yK5VCSSO > .row .container { border-width: 0; border-radius: 0; }#viN0angRD8z5Ix7GdTV7IVs7yK5VCSSO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#viN0angRD8z5Ix7GdTV7IVs7yK5VCSSO > .row .container { font-size:0.875rem;font-family:"open sans";height:36.875rem;width:75rem;overflow:visible;position:relative;display:block; }#F2LQkdEVv4zwVHwSeo6z7fT5MqiI4WaP { color:rgba(var(--color-tertiary-4),1);display:block;width:20.561rem;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.2493495941163rem;left:0rem;height:7.3111875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tBowRITFrcMS0cfW9oQTO8TTxP3nR6kD { 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:top 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:49rem;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:9.375rem;width:44.5625rem;top:32.1875rem;left:15.25rem;display:block; }
#fqZ5q8L9QICBAEM7avWJrbACpxxErCuT { color:rgba(var(--color-tertiary-4),1);display:block;width:33.3745625rem;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:34.875rem;left:23.9375rem;height:4.0625rem;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:34.5625rem;left:17.6875rem;overflow:hidden;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.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoOZ9d0RHAUAIvmw9mRTtom69XtqlM0o { display:block; }
 }@media only screen and (max-width: 763px) { #xJzamoDwzWVIVzHLmMg3u1bFX8eVkMmJ { width:11.5625rem;height:2.9375rem;top:1.0625rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RImx4TwARxe41rnMuVcyLrQlsHq06ww8 { 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:7.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zugoPWJwHpyMXGBd6S76sn0lyXXvr5pT { top:25.8125rem;left:0rem;width:28.5rem;height:2.5625rem;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.0625rem;left:3.5928840637207rem;width:40.5rem;height:3.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iInLbShyh9VnnbebLhOID1bFeLCCBWJC { top:13.125rem;left:7.75rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hi3ZrGDs5RQatBB8eJ9y6axcmwBUGq6W { top:13.125rem;left:27.000003814698rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6rwK42RmukbTFGIZHon3OT5R60Peinc { top:18.3125rem;left:0rem;width:12.5rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfAka4zNOeZGAkup9mhb5POVoN1rtFT7 { top:23.5625rem;left:0rem;width:14.125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ttq8PmMP0amxtS5Aa7smL6oofTEQV7Bc { top:29rem;left:0rem;width:7.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPtFxFSiw6h8T77UuTpT6i3u7AQ7u9za { top:13.1875rem;left:0rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLkSEGJhpv9xgSNXILotEDTRLx8CvuHn { top:18.25rem;left:7.75rem;width:12.5rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmHnZbPxTxWAqFVQPUO4WvAeBTaUZxuI { top:23.5625rem;left:7.75rem;width:13.5rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMxzwplvqXGFmOvPlpk2uJEkVtuqlyku { top:30.0625rem;left:7.75rem;width:7.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSkfg9eDo02RLcPQOUKZfBrlkDFmCwno { top:18.25rem;left:27.000003814698rem;width:12.1875rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhSZhFSaHPH1IOJXs7LHPNZXsWznEZ8d { top:23.5625rem;left:27.000003814698rem;width:13.5rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJrKZmavOvlRVJVn5tPmgAHohgJKfv91 { top:30.0625rem;left:27.000003814698rem;width:7.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zArNyNEuKFXgg2D6nGwpW6vS39HSVH4k { top:18.25rem;left:36.3125rem;width:11.4375rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ht2VDib5sFxcm0RAnadMZyr1h5ocgg9n { top:23.5625rem;left:34.25rem;width:13.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vifTmENJ8xRUgSIzyGKqPzKL6TzauNAR { top:29rem;left:40.25rem;width:7.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ug2oPrhEFK3yh7mS7PHqaJXRKFzEfkiv { top:13.125rem;left:44.1875rem;width:3.5625rem;height:3.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.625rem;left:9.2808189392087rem;width:29.125rem;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:8.25rem;left:0rem;width:28.1875rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lx2nqX3WBZf0RpXQiTHAkivU65ctkzgm { top:8.25rem;left:23.8125rem;width:23.8125rem;height:18.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDX6ShKkXs5UVSIwbhdtxCIrCTReo3nV { top:14.625rem;left:0rem;width:30.3125rem;height:20.811625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuJXbfJSoDidhKf5nHO1wrGaNMJKX7lL { top:8.25rem;left:30.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlJm3dLq69C0bopqZSKyaPkbmTMTthvJ { top:12rem;left:30.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIvhnllXQyNCDCTueUt6am2VBKTbdlnP { top:14.625rem;left:30.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJh84C4UNSGCw7aBqFslIEJtLnzOdJTK { top:17.25rem;left:30.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCTzinX7F56JArn2nbABsQhE3LGRcA9R { top:19.9375rem;left:30.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtnmfcaExrMreWgia44BSGLGcX76xeuF { top:23.625rem;left:30.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUcXCgINJkEZ53ncaMC27Dp5O4757MuU { top:27.6875rem;left:30.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6hRi604o7gv8sKzx9PwctIf8bz3oyvf { top:30.25rem;left:30.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDSHkttwIfvHb1e6WeHGP24F4ZczoISG { top:34.0625rem;left:30.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCCDhQctnZJ9vpA8EmeXD5fNrdTBulbO { top:27.8125rem;left:23.8125rem;width:23.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgreUp9GwWzNAJPFQTsOGWLyI3FDvi7I { top:30.3125rem;left:23.8125rem;width:23.8125rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFkTWPeK0GcRUtWbh8G6sSaq7vqsqSso { display:block; }#FFkTWPeK0GcRUtWbh8G6sSaq7vqsqSso > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OsiXyMvShLyA2Z0cH3yyF6lvTT7c0523 { top:12.5rem;left:13.625rem;width:23.5rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2JrnTmmVf74s8uqCRCux1IKvA1XyRQ0 { top:19.25rem;left:7.9375rem;width:23.8125rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiE4SgyXJPcwvDFWi7UIMfag1EZCkgpN { top:8.4375rem;left:0rem;width:47.75rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqO65sm7f6hTAARN7UZdn75RVDpZ8xlU { width:11.5625rem;height:2.9375rem;top:28.75rem;left:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQ3tgTa11GGrTKlFa3VTeARP9RzUJoXc { display:block; }
 }@media only screen and (max-width: 763px) { #BJgCpbi0JbeooKQNohVxiEq0iNSH5ZT5 { top:11.5rem;left:0rem;width:31.25rem;height:20.832252140761rem;display:block; }
 }@media only screen and (max-width: 763px) { #viN0angRD8z5Ix7GdTV7IVs7yK5VCSSO { display:block; }#viN0angRD8z5Ix7GdTV7IVs7yK5VCSSO > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F2LQkdEVv4zwVHwSeo6z7fT5MqiI4WaP { top:7.1875rem;left:0rem;width:20.5rem;height:7.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBowRITFrcMS0cfW9oQTO8TTxP3nR6kD { 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.1875rem;left:0rem;width:44.5rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqZ5q8L9QICBAEM7avWJrbACpxxErCuT { top:34.875rem;left:0rem;width:33.3125rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewvLWkQGIewviXpf6tcAHeciFHLfLIyx { top:34.5625rem;left:11.1875rem;width:4.6875rem;height:4.6875rem;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:8.625rem;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) { #xJzamoDwzWVIVzHLmMg3u1bFX8eVkMmJ { width:11.5625rem;height:2.9375rem;top:4.4375rem;left:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RImx4TwARxe41rnMuVcyLrQlsHq06ww8 { 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) { #iInLbShyh9VnnbebLhOID1bFeLCCBWJC { width:3.5625rem;height:3.5625rem;top:11.625rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hi3ZrGDs5RQatBB8eJ9y6axcmwBUGq6W { width:3.5625rem;height:3.5625rem;top:16.4375rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6rwK42RmukbTFGIZHon3OT5R60Peinc { width:12.5rem;height:0;top:26.0625rem;left:3.75rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nfAka4zNOeZGAkup9mhb5POVoN1rtFT7 { width:14.125rem;height:0;top:47.3125rem;left:2.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ttq8PmMP0amxtS5Aa7smL6oofTEQV7Bc { width:7.5rem;height:0.0625rem;top:70.509125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPtFxFSiw6h8T77UuTpT6i3u7AQ7u9za { width:3.5625rem;height:3.5625rem;top:6.8125rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLkSEGJhpv9xgSNXILotEDTRLx8CvuHn { width:12.5rem;height:0;top:31.375rem;left:3.75rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kmHnZbPxTxWAqFVQPUO4WvAeBTaUZxuI { width:13.5rem;height:0;top:52.46115625rem;left:3.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SMxzwplvqXGFmOvPlpk2uJEkVtuqlyku { width:7.5rem;height:0.0625rem;top:73.134125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSkfg9eDo02RLcPQOUKZfBrlkDFmCwno { width:12.1875rem;height:0;top:36.6875rem;left:3.875rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FhSZhFSaHPH1IOJXs7LHPNZXsWznEZ8d { width:13.5rem;height:0;top:58.9108125rem;left:3.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pJrKZmavOvlRVJVn5tPmgAHohgJKfv91 { width:7.5rem;height:0.0625rem;top:74.446625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zArNyNEuKFXgg2D6nGwpW6vS39HSVH4k { width:11.4375rem;height:0;top:42rem;left:4.25rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ht2VDib5sFxcm0RAnadMZyr1h5ocgg9n { width:13.5rem;height:0;top:65.36046875rem;left:3.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vifTmENJ8xRUgSIzyGKqPzKL6TzauNAR { width:7.5rem;height:0.0625rem;top:71.821625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ug2oPrhEFK3yh7mS7PHqaJXRKFzEfkiv { width:3.5625rem;height:3.5625rem;top:21.25rem;left:8.1875rem;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:67.915574162371rem;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) { #kDX6ShKkXs5UVSIwbhdtxCIrCTReo3nV { width:20rem;height:13.730680412371rem;top:18.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuJXbfJSoDidhKf5nHO1wrGaNMJKX7lL { width:1.5625rem;height:1.5625rem;top:33.605680412371rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlJm3dLq69C0bopqZSKyaPkbmTMTthvJ { width:1.5625rem;height:1.5625rem;top:36.418180412371rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIvhnllXQyNCDCTueUt6am2VBKTbdlnP { width:1.5625rem;height:1.5625rem;top:39.230680412371rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJh84C4UNSGCw7aBqFslIEJtLnzOdJTK { width:1.5625rem;height:1.5625rem;top:42.043180412371rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCTzinX7F56JArn2nbABsQhE3LGRcA9R { width:1.5625rem;height:1.5625rem;top:44.855680412371rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtnmfcaExrMreWgia44BSGLGcX76xeuF { width:1.5625rem;height:1.5625rem;top:47.668180412371rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUcXCgINJkEZ53ncaMC27Dp5O4757MuU { width:1.5625rem;height:1.5625rem;top:50.480680412371rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6hRi604o7gv8sKzx9PwctIf8bz3oyvf { width:1.5625rem;height:1.5625rem;top:53.293180412371rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDSHkttwIfvHb1e6WeHGP24F4ZczoISG { width:1.5625rem;height:1.5625rem;top:56.105680412371rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCCDhQctnZJ9vpA8EmeXD5fNrdTBulbO { width:20rem;height:0;top:58.918180412371rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lgreUp9GwWzNAJPFQTsOGWLyI3FDvi7I { width:20rem;height:0;top:61.467005412371rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FFkTWPeK0GcRUtWbh8G6sSaq7vqsqSso { display:block; }#FFkTWPeK0GcRUtWbh8G6sSaq7vqsqSso > .row .container { width:20rem;height:46.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OsiXyMvShLyA2Z0cH3yyF6lvTT7c0523 { 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) { #B2JrnTmmVf74s8uqCRCux1IKvA1XyRQ0 { 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) { #OiE4SgyXJPcwvDFWi7UIMfag1EZCkgpN { width:20rem;height:26.875rem;top:18.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqO65sm7f6hTAARN7UZdn75RVDpZ8xlU { width:11.5625rem;height:2.9375rem;top:38.937500953674rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uQ3tgTa11GGrTKlFa3VTeARP9RzUJoXc { display:block; }
 }@media only screen and (max-width: 763px) { #BJgCpbi0JbeooKQNohVxiEq0iNSH5ZT5 { width:20rem;height:13.332641370087rem;top:21.687067031861rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #viN0angRD8z5Ix7GdTV7IVs7yK5VCSSO { 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; }#viN0angRD8z5Ix7GdTV7IVs7yK5VCSSO.adaptive-delivery-prevent-bg, #viN0angRD8z5Ix7GdTV7IVs7yK5VCSSO.lazyload, #viN0angRD8z5Ix7GdTV7IVs7yK5VCSSO.lazyloading { background-image: none; }#viN0angRD8z5Ix7GdTV7IVs7yK5VCSSO > .row .container { background-color: transparent; background-image: none; }#viN0angRD8z5Ix7GdTV7IVs7yK5VCSSO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#viN0angRD8z5Ix7GdTV7IVs7yK5VCSSO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#viN0angRD8z5Ix7GdTV7IVs7yK5VCSSO > .row .container > .video-iframe-container { display: none; }#viN0angRD8z5Ix7GdTV7IVs7yK5VCSSO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#viN0angRD8z5Ix7GdTV7IVs7yK5VCSSO > .row > .video-iframe-container { display: none; }#viN0angRD8z5Ix7GdTV7IVs7yK5VCSSO > .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); }#viN0angRD8z5Ix7GdTV7IVs7yK5VCSSO > .row .container { border-width: 0; border-radius: 0; }#viN0angRD8z5Ix7GdTV7IVs7yK5VCSSO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#viN0angRD8z5Ix7GdTV7IVs7yK5VCSSO > .row .container { width:20rem;height:56.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F2LQkdEVv4zwVHwSeo6z7fT5MqiI4WaP { 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) { #tBowRITFrcMS0cfW9oQTO8TTxP3nR6kD { 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) { #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) { #ewvLWkQGIewviXpf6tcAHeciFHLfLIyx { width:4.6875rem;height:4.6875rem;top:32.75rem;left:7.625rem;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; }
 }