.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:232,244,238;--color-primary-1:185,223,203;--color-primary-2:138,202,169;--color-primary-3:83,121,101;--color-primary-4:0,93,84;--color-secondary-0:252,216,234;--color-secondary-1:193,148,155;--color-secondary-2:152,76,89;--color-secondary-3:126,31,47;--color-secondary-4:30,15,18;--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:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;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; }#buPZDlHE20VPJmTw5zHTcOxPuLllh959 { 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: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:15016;text-align:center;text-align-last:center;top:1.125rem;left:62.25rem;display:block; }
#m9PkVauoPbD8lkNpLhf51AT2QChnPaC4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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.125rem solid #008f4f;border-left:0.125rem solid #008f4f;border-right:0.125rem solid #008f4f;border-bottom:0.125rem 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:#008f4f;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.625rem;height:3rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:1.0625rem;left:49.6875rem;display:block; }
#GoOZ9d0RHAUAIvmw9mRTtom69XtqlM0o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GfDZbeI2TFgXP0SWxOcTs7TfgfugwRyL { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/127f9eed-3a85-4cf1-b5d4-4840c3657bd1/CoverLPDesktop3.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; }#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 { 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:45.5rem;width:75rem;overflow:visible;position:relative;display:block; }#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:11.1875rem;left:0rem;display:block; }
#TmsMDhlsnzHTbT6MTb3qvcUGkJxuI9Cq { color:rgba(var(--color-tertiary-4),1);display:block;width:27.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:16rem;left:2rem;height:4.548825rem;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:21.4375rem;left:2rem;height:5.19965625rem;font-style:normal;display:block; }
#Xyy8dExGus4CbfMOLCDvvcHwJ3aTwZdN { 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: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:27.6875rem;left:2rem;display:block; }
#Vdk6Dc0kMZc5aNADTM7uBo8VLC1x6V76 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#koqAUsoAaSzeRi3UrcDpH3oSW5xTIshh { 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; }
#wrhCROaMIBw4vU2zRJkH7AAuG0dcn10d { 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; }
#wuLEF9qMH6nPXOTw67XZVnMDUPQAI4kZ { position:absolute;display:block;z-index:15012;height:21.75rem;width:38.75rem;top:10.375rem;left:36.25rem;display:block; }
#TPv1oRUTM6Kdika216Mndynu5aNFCFee { position:absolute;display:block;z-index:15015;background-color:#039257;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:7.375rem;top:13.25rem;left:2rem;display:block; }
#TVO69zxpFQCpZpFMAJ6eCx18NxvroWql { color:rgba(var(--color-tertiary-0),1);display:block;width:6.1875rem;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:13.4375rem;left:2.6875rem;height:1.462675rem;font-style:normal;display:block; }
#BN06hTywuCOt45iyV6ISnPpzauaHGGT6 { color:rgba(var(--color-secondary-3),1);display:block;width:4.8125rem;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:13.4375rem;left:10.5rem;height:1.462675rem;font-style:normal;display:block; }
#vQORmCIOEZKxINRsz5WmgBDVxtl21enT { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-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: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.125rem;top:13.25rem;left:9.75rem;display:block; }
#R2ll5AXtScumIiJmMzSx72eUiSzVxQoW { 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.125rem;width:2.1875rem;top:13.125rem;left:16.5rem;overflow:hidden;display:block; }
#l0KL7qh5LaZWkTodHMrfHrDr0bU1MyWB { 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; }#l0KL7qh5LaZWkTodHMrfHrDr0bU1MyWB.adaptive-delivery-prevent-bg, #l0KL7qh5LaZWkTodHMrfHrDr0bU1MyWB.lazyload, #l0KL7qh5LaZWkTodHMrfHrDr0bU1MyWB.lazyloading { background-image: none; }#l0KL7qh5LaZWkTodHMrfHrDr0bU1MyWB > .row .container { border-width: 0; border-radius: 0; }#l0KL7qh5LaZWkTodHMrfHrDr0bU1MyWB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l0KL7qh5LaZWkTodHMrfHrDr0bU1MyWB > .row .container { font-size:0.875rem;font-family:"open sans";height:35.4375rem;width:75rem;overflow:visible;position:relative;display:none; }#TVxgJAXTZqdDf63F5hsITrxLWo9Pgo0r { 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; }
#HaW9CLxd16Tp5OessKsTgIZboZXUvTD4 { 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; }
#VpNlXGGdDELhhw7LOGhPGQc1Quk5UGhW { 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; }
#UaSrVHzpzQd5aksppTO5LCiMmCI2TyKv { 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; }
#Xxzn1cVkMXhTd2NHZui50x5MzgP7IVyt { 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; }
#wutgym65CIap2LE9GTLVX8xUpoohmhkw { 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: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; }
#Sdpmbu2k0sVh98AP9kUTudys54IfpuUi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BXZXSd9G8lyS1G2NCIZQKeXo8gPmJg2Z { position:absolute;display:block;z-index:15012;height:21.75rem;width:38.75rem;top:9rem;left:34.4375rem;display:block; }
#W7s6UZipVZEDFuHT9k9B0Na05OelddTV { position:relative;display:none; }#W7s6UZipVZEDFuHT9k9B0Na05OelddTV { border-width: 0; border-radius: 0; }#W7s6UZipVZEDFuHT9k9B0Na05OelddTV > .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; }#W7s6UZipVZEDFuHT9k9B0Na05OelddTV > .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; }#VCMSRUTe2vcVNKZuabN0kOn4yH6DxPoI { 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; }
#SJLnBOLCknriGKKKci0F5xbg7voXiroK { 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; }
#XTyoU1Bzwp6W6WrUkUmA4P4NwQTL0cRr { 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: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:15016;text-align:center;text-align-last:center;top:5.5rem;left:47.25rem;display:none; }
#ExKpkSAp7ATwxggyImRTfPh9Bf2Jw7Vq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uVKL6MILsEzPXgeiLTFCTRSDmoT7FMoQ { position:absolute;display:block;z-index:15015;background-color:#039257;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:7.375rem;top:10.5rem;left:2rem;display:none; }
#sz7iotB1KLztMcrVDnQvSKTA03qSfwMx { color:rgba(var(--color-tertiary-0),1);display:block;width:6.1875rem;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:10.75rem;left:2.625rem;height:1.4624rem;font-style:normal;display:none; }
#MyUZPipqORZAxAirJ90RDKWTqiAiegGe { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-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:9.0625rem;top:10.5rem;left:9.75rem;display:none; }
#UPtMmcQONTady0MkTM52dnG4UiIEVtuV { color:rgba(var(--color-primary-4),1);display:block;width:7.875rem;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:10.7373046875rem;left:10.4375rem;height:1.4624rem;font-style:normal;display:none; }
#yCaTds5pxbuLZRBpbLTZrKRyldTtSL4x { 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.125rem;width:2.1875rem;top:10.375rem;left:19.4375rem;overflow:hidden;display:none; }
#lR4eHb8rt61Vklns0tJz0tolRHy3cDfB { 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; }#lR4eHb8rt61Vklns0tJz0tolRHy3cDfB > .row .container { background-color: transparent; background-image: none; }#lR4eHb8rt61Vklns0tJz0tolRHy3cDfB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lR4eHb8rt61Vklns0tJz0tolRHy3cDfB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lR4eHb8rt61Vklns0tJz0tolRHy3cDfB > .row .container > .video-iframe-container { display: none; }#lR4eHb8rt61Vklns0tJz0tolRHy3cDfB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lR4eHb8rt61Vklns0tJz0tolRHy3cDfB > .row > .video-iframe-container { display: none; }#lR4eHb8rt61Vklns0tJz0tolRHy3cDfB > .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); }#lR4eHb8rt61Vklns0tJz0tolRHy3cDfB > .row .container { border-width: 0; border-radius: 0; }#lR4eHb8rt61Vklns0tJz0tolRHy3cDfB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lR4eHb8rt61Vklns0tJz0tolRHy3cDfB > .row .container { font-size:0.875rem;font-family:"open sans";height:40.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#oOAXBuQsgkRoEskE9Zmry3ewQ7NrmCDo { 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:3.5rem;left:0rem;height:3.65625rem;font-style:normal;display:block; }
#vZHB7XtNXTTuZacZXTsXxHR5bVeoBe8Q { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:12.125rem;left:0rem;overflow:hidden;display:block; }
#f09VPAJkWO1aTC0r2Wk9nPa0e5MvFH3O { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:17.25rem;left:0rem;height:4.0625rem;display:block; }
#LGmx23Oh7WlgMWauSmT6UZSsVc66CIsC { color:rgba(var(--color-tertiary-4),1);display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:22.4375rem;left:0rem;height:3.8994125rem;font-style:normal;display:block; }
#Te3TPrV96W8QveSy3yBRKzutOsMrIHMi { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:7.5rem;top:29.0625rem;left:0rem;display:block; }
#Mg081E7UxKv8FBHwiWScbXJ9lyZZSO2T { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:7.5rem;top:31.875rem;left:20.5625rem;display:block; }
#LKTsRx2AZ82lH5LBJ8pWOhQAQWk9bibP { color:rgba(var(--color-tertiary-4),1);display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:22.4375rem;left:20.5625rem;height:7.7995rem;font-style:normal;display:block; }
#Vs4XGeJucigs1m4DVaxgJuCIshTkfPgn { 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:15007;line-height:1.3;letter-spacing:0;top:17.25rem;left:20.5625rem;height:4.0625rem;display:block; }
#w6SZJSfCOtbKGveWWarIMNRfy0ahwTma { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.5625rem;top:12.125rem;left:20.5625rem;overflow:hidden;display:block; }
#pybE47yGuTqUUFADxb2pKL3kEpRcOJX3 { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:7.5rem;top:31.875rem;left:41.25rem;display:block; }
#ERtkAlcB8E2kW51fSzzg4SyI6rUghzG7 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.4375rem;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:22.4375rem;left:41.25rem;height:6.499rem;font-style:normal;display:block; }
#GuKVXFF7wSp2D8s8Z4D8TA47J0TelgG8 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.125rem;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:17.25rem;left:41.25rem;height:2.03125rem;display:block; }
#Zf4TQZtyVcvVPTFfeu7ZJOZyp0PB0ZCc { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:12.125rem;left:41.25rem;overflow:hidden;display:block; }
#VgSOIJAEaqHTlHdTJ1Flr5A7AKMGnzM7 { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:7.5rem;top:27.9375rem;left:60.75rem;display:block; }
#kcQSw6tbvEw11RvxfIsSt89DyfnZBvsF { color:rgba(var(--color-tertiary-4),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:22.4375rem;left:60.75rem;height:3.8997375rem;font-style:normal;display:block; }
#B4JFDW5e1Lh8us8PKo96pfQhwVgEmFqP { color:rgba(var(--color-tertiary-4),1);display:block;width:9.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:17.25rem;left:60.75rem;height:4.0625rem;display:block; }
#xB1kB491lSMqxETOPFvZBMd1wWJJh2Lr { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.5625rem;top:12.125rem;left:60.75rem;overflow:hidden;display:block; }
#N9OAWi9kaKghguqhu6gdOokC8SGlqccF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),0.4);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; }#N9OAWi9kaKghguqhu6gdOokC8SGlqccF > .row .container { background-color: transparent; background-image: none; }#N9OAWi9kaKghguqhu6gdOokC8SGlqccF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N9OAWi9kaKghguqhu6gdOokC8SGlqccF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N9OAWi9kaKghguqhu6gdOokC8SGlqccF > .row .container > .video-iframe-container { display: none; }#N9OAWi9kaKghguqhu6gdOokC8SGlqccF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N9OAWi9kaKghguqhu6gdOokC8SGlqccF > .row > .video-iframe-container { display: none; }#N9OAWi9kaKghguqhu6gdOokC8SGlqccF > .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); }#N9OAWi9kaKghguqhu6gdOokC8SGlqccF > .row .container { border-width: 0; border-radius: 0; }#N9OAWi9kaKghguqhu6gdOokC8SGlqccF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N9OAWi9kaKghguqhu6gdOokC8SGlqccF > .row .container { font-size:0.875rem;font-family:arial;height:37.0625rem;width:75rem;position:relative;display:block; }#uh5MHdcT64LWsvM9MRZlGctvqTqLci6c { color:rgba(var(--color-tertiary-4),1);display:block;width:28.875rem;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:14.125rem;left:0rem;height:3.65625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eT1wN1zVGJ3ztEwBQPIBgkV3vFaghPsE { 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: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:15015;text-align:center;text-align-last:center;top:19.9375rem;left:0rem;display:block; }
#LgXsauZTA8aLXpWy08senF69IZxVNhf2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yozT5GJB8KwEJ9O1x4oVNMvEUdb3txlq { color:rgba(var(--color-secondary-3),1);display:block;width:5.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:4.25rem;left:37.125rem;height:4.14388125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yllNs054MuwVZktX4Wa3z0Oy9vD8Va0i { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-4),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.0625rem;width:34.4375rem;top:13.875rem;left:37.125rem;display:block; }
#us6HsqFVxTAZtmCCDlTbXKnlu804pJUh { color:rgba(var(--color-tertiary-4),1);display:block;width:30.8125rem;position:absolute;font-family:"proxima nova";font-size:1.4375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:5.1875rem;left:41.875rem;height:7.472625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WEOZJ8i1vtOT6nW1mFE1B6rAxpV69xTn { color:rgba(var(--color-secondary-3),1);display:block;width:5.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:15.5625rem;left:37.125rem;height:4.14388125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OOuGWMubEZOTUIudFcQD2iqwAcLsiz4D { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-4),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.0625rem;width:34.4375rem;top:20.6875rem;left:37.125rem;display:block; }
#X3PWkSbXuzHaTaFkov0rXKOlpvclUuBI { color:rgba(var(--color-secondary-3),1);display:block;width:5.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:22.375rem;left:37.125rem;height:4.14388125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XBpPtT8oKDxvEd6S2WbvICVgMSC5oykl { color:rgba(var(--color-tertiary-4),1);display:block;width:30.125rem;position:absolute;font-family:"proxima nova";font-size:1.4375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:23.3125rem;left:41.875rem;height:7.472625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qv4pgHEovRoIO15FtS3cJJOfaNeANg0H { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-4),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.0625rem;width:34.4375rem;top:32.8125rem;left:37.125rem;display:block; }
#yExyayozFiXoKPEr9Fxr9nFkQligOI8x { color:rgba(var(--color-tertiary-4),1);display:block;width:32.75rem;position:absolute;font-family:"proxima nova";font-size:1.4375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:16.887500762939rem;left:41.875rem;height:1.86875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ukcu88wboHacZMkJapAQaS8copuamkb2 { 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; }#Ukcu88wboHacZMkJapAQaS8copuamkb2 > .row .container { background-color: transparent; background-image: none; }#Ukcu88wboHacZMkJapAQaS8copuamkb2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ukcu88wboHacZMkJapAQaS8copuamkb2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ukcu88wboHacZMkJapAQaS8copuamkb2 > .row .container > .video-iframe-container { display: none; }#Ukcu88wboHacZMkJapAQaS8copuamkb2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ukcu88wboHacZMkJapAQaS8copuamkb2 > .row > .video-iframe-container { display: none; }#Ukcu88wboHacZMkJapAQaS8copuamkb2 > .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); }#Ukcu88wboHacZMkJapAQaS8copuamkb2 > .row .container { border-width: 0; border-radius: 0; }#Ukcu88wboHacZMkJapAQaS8copuamkb2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ukcu88wboHacZMkJapAQaS8copuamkb2 > .row .container { font-size:0.875rem;font-family:"open sans";height:15.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#QXTAWSEZOsJ5qsrA30ZyZizU5U9HRIp5 { color:rgba(var(--color-tertiary-4),1);display:block;width:57.6875rem;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:6.25rem;left:0rem;height:3.65625rem;font-style:normal;display:block; }
#rib1Zh4ZgUsN3wpz8wlxUIokOWilnoJv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),0.4);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:28rem;width:75rem;position:relative;display:block; }#av7qxJJq5Dn6pDEHHxkGPqfEknohmKs7 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:7.25rem;left:39.5625rem;height:2.84375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lx2nqX3WBZf0RpXQiTHAkivU65ctkzgm { color:rgba(var(--color-tertiary-4),1);display:block;width:28.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:11.400390625rem;left:39.5625rem;height:6.4995625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dR02Z0mcBx9Kz9UvezXU9ZqELRKTAw2R { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:23.5625rem;width:33.75rem;top:2.1864185333252rem;left:0rem;overflow:hidden;display:block; }
#MH86GKlMpoUonhpiTBAr9wK5LtlVB2XU { 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; }#MH86GKlMpoUonhpiTBAr9wK5LtlVB2XU > .row .container { background-color: transparent; background-image: none; }#MH86GKlMpoUonhpiTBAr9wK5LtlVB2XU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MH86GKlMpoUonhpiTBAr9wK5LtlVB2XU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MH86GKlMpoUonhpiTBAr9wK5LtlVB2XU > .row .container > .video-iframe-container { display: none; }#MH86GKlMpoUonhpiTBAr9wK5LtlVB2XU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MH86GKlMpoUonhpiTBAr9wK5LtlVB2XU > .row > .video-iframe-container { display: none; }#MH86GKlMpoUonhpiTBAr9wK5LtlVB2XU > .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); }#MH86GKlMpoUonhpiTBAr9wK5LtlVB2XU > .row .container { border-width: 0; border-radius: 0; }#MH86GKlMpoUonhpiTBAr9wK5LtlVB2XU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MH86GKlMpoUonhpiTBAr9wK5LtlVB2XU > .row .container { font-size:0.875rem;font-family:arial;height:28rem;width:75rem;position:relative;display:block; }#vDb4LlQ5epDghPFIXsIWIMHTFrOB4Pcu { color:rgba(var(--color-tertiary-4),1);display:block;width:30.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:8.8125rem;left:5.1875rem;height:2.84375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mgMrbSM5yt1vrfnBDWkwE6t9NPS9Whna { color:rgba(var(--color-tertiary-4),1);display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:12.75rem;left:5.1875rem;height:5.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pbAwi1OHM4k9Ck8ZNItt2Bg8RgbTRIKX { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:24.25rem;width:35.3125rem;top:1.875rem;left:39.5rem;overflow:hidden;display:block; }
#yOpd0F3qz8M9TT00DLFevBuRcUh9aDS7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),0.4);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; }#yOpd0F3qz8M9TT00DLFevBuRcUh9aDS7 > .row .container { background-color: transparent; background-image: none; }#yOpd0F3qz8M9TT00DLFevBuRcUh9aDS7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yOpd0F3qz8M9TT00DLFevBuRcUh9aDS7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yOpd0F3qz8M9TT00DLFevBuRcUh9aDS7 > .row .container > .video-iframe-container { display: none; }#yOpd0F3qz8M9TT00DLFevBuRcUh9aDS7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yOpd0F3qz8M9TT00DLFevBuRcUh9aDS7 > .row > .video-iframe-container { display: none; }#yOpd0F3qz8M9TT00DLFevBuRcUh9aDS7 > .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); }#yOpd0F3qz8M9TT00DLFevBuRcUh9aDS7 > .row .container { border-width: 0; border-radius: 0; }#yOpd0F3qz8M9TT00DLFevBuRcUh9aDS7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yOpd0F3qz8M9TT00DLFevBuRcUh9aDS7 > .row .container { font-size:0.875rem;font-family:arial;height:28rem;width:75rem;position:relative;display:block; }#d8qh8kdUmIUQU6p1oXbExLLWQvEK0Sui { color:rgba(var(--color-tertiary-4),1);display:block;width:26.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:10.125rem;left:39.5rem;height:2.84375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XZZbKd7AFHCPVIxFP3FseTied6Q0DktC { color:rgba(var(--color-tertiary-4),1);display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:14rem;left:39.5rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nQ496sB9klyolr6zuUPPloqwwUw3LmUe { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:24.25rem;width:35.3125rem;top:1.875rem;left:0rem;overflow:hidden;display:block; }
#Iz94ZJNmPpx8VbPxWIJsv0EeA2OGBmNm { background-color:rgba(var(--color-tertiary-0),1);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; }#Iz94ZJNmPpx8VbPxWIJsv0EeA2OGBmNm > .row .container { background-color: transparent; background-image: none; }#Iz94ZJNmPpx8VbPxWIJsv0EeA2OGBmNm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iz94ZJNmPpx8VbPxWIJsv0EeA2OGBmNm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iz94ZJNmPpx8VbPxWIJsv0EeA2OGBmNm > .row .container > .video-iframe-container { display: none; }#Iz94ZJNmPpx8VbPxWIJsv0EeA2OGBmNm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iz94ZJNmPpx8VbPxWIJsv0EeA2OGBmNm > .row > .video-iframe-container { display: none; }#Iz94ZJNmPpx8VbPxWIJsv0EeA2OGBmNm > .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); }#Iz94ZJNmPpx8VbPxWIJsv0EeA2OGBmNm > .row .container { border-width: 0; border-radius: 0; }#Iz94ZJNmPpx8VbPxWIJsv0EeA2OGBmNm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Iz94ZJNmPpx8VbPxWIJsv0EeA2OGBmNm > .row .container { font-size:0.875rem;font-family:"open sans";height:40rem;width:75rem;overflow:visible;position:relative;display:block; }#ty7O9ywTef3UTEir2sf4rEy0yf4WpEln { color:rgba(var(--color-tertiary-4),1);display:block;width:31.9375rem;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:7.03125rem;left:0rem;height:3.65625rem;font-style:normal;display:block; }
#cp1ks7di2XwMwsSDaJFK3CIRCxbtt0wA { position:absolute;display:block;z-index:15003;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.4375rem;width:1.4375rem;top:14.25rem;left:39.4375rem;overflow:hidden;display:block; }
#nsBnSCRPfOB5G7k22kClz2hCoMqFgFPE { color:rgba(var(--color-tertiary-4),1);display:block;width:25.875rem;position:absolute;font-family:"proxima nova";font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:14.3125rem;left:41.8125rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TeCbIyPVQwt6gDaKGvQh09fRnftgdVN0 { 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.4375rem;width:1.4375rem;top:17rem;left:39.4375rem;overflow:hidden;display:block; }
#GmcswZZdSUrDqaiGl0sq9Aqmc4KVv3Sk { color:rgba(var(--color-tertiary-4),1);display:block;width:25.875rem;position:absolute;font-family:"proxima nova";font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:17.0625rem;left:41.8125rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lxdcMXb7TuwZ3DJZL8oTsTCikrzolD5p { position:absolute;display:block;z-index:15005;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.4375rem;width:1.4375rem;top:19.875rem;left:39.4375rem;overflow:hidden;display:block; }
#kohSJnUOm4CM8dtqapme4T7wP0iBXG1i { color:rgba(var(--color-tertiary-4),1);display:block;width:25.875rem;position:absolute;font-family:"proxima nova";font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:19.875rem;left:41.8125rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#L2dV1PsPltLgKkzQHy1A5KKfNTf3WXBu { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:22.625rem;left:39.4375rem;overflow:hidden;display:block; }
#QbXGtgn0i89Kd1cLdNaOdReN2xISRFdJ { color:rgba(var(--color-tertiary-4),1);display:block;width:28.75rem;position:absolute;font-family:"proxima nova";font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:22.6875rem;left:41.8125rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OpQl14B1UsNnMBu9JMhL0bIXIIiROFmS { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:19.125rem;width:28.75rem;top:14.71875rem;left:0rem;overflow:hidden;display:block; }
#gLdEDlEAqaV9ksxi4OChJf3LUO0TDp6L { color:rgba(var(--color-tertiary-4),1);display:block;width:28.75rem;position:absolute;font-family:"proxima nova";font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:25rem;left:41.8125rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hXiODCPHwC5TL0EfphQrisqOtZ35vDwO { 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.4375rem;width:1.4375rem;top:24.9375rem;left:39.4375rem;overflow:hidden;display:block; }
#zZruEGfM8BSJJsIaAh6bTuLXKHMz0qkU { position:absolute;display:block;z-index:15038;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: 0.0625rem 0.0625rem 0.8125rem rgba(var(--color-tertiary-4),0.23) ;height:1.5625rem;width:1.5625rem;top:27.75rem;left:39.4375rem;overflow:hidden;display:block; }
#TNxOy15kHA30eTekd5l39rsWxZDABGNm { color:rgba(var(--color-tertiary-4),1);display:block;width:25.875rem;position:absolute;font-family:"proxima nova free";font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:27.875rem;left:41.75rem;height:1.2999125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Zq20nOloyBqPfBmxuWRq8ohMTiKreEU8 { background-color:#f7f7f7;background-image:url("https://images.assets-landingi.com/uc/e43b9144-1236-4b59-91e1-aa0f85f31425/Vector.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#Zq20nOloyBqPfBmxuWRq8ohMTiKreEU8.adaptive-delivery-prevent-bg, #Zq20nOloyBqPfBmxuWRq8ohMTiKreEU8.lazyload, #Zq20nOloyBqPfBmxuWRq8ohMTiKreEU8.lazyloading { background-image: none; }#Zq20nOloyBqPfBmxuWRq8ohMTiKreEU8 > .row .container { background-color: transparent; background-image: none; }#Zq20nOloyBqPfBmxuWRq8ohMTiKreEU8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zq20nOloyBqPfBmxuWRq8ohMTiKreEU8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zq20nOloyBqPfBmxuWRq8ohMTiKreEU8 > .row .container > .video-iframe-container { display: none; }#Zq20nOloyBqPfBmxuWRq8ohMTiKreEU8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zq20nOloyBqPfBmxuWRq8ohMTiKreEU8 > .row > .video-iframe-container { display: none; }#Zq20nOloyBqPfBmxuWRq8ohMTiKreEU8 > .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); }#Zq20nOloyBqPfBmxuWRq8ohMTiKreEU8 > .row .container { border-width: 0; border-radius: 0; }#Zq20nOloyBqPfBmxuWRq8ohMTiKreEU8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zq20nOloyBqPfBmxuWRq8ohMTiKreEU8 > .row .container { font-size:0.875rem;font-family:"open sans";height:27.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#T9g5n4Id6lkydrW0PWg2QMpkTiJUyrxE { color:rgba(var(--color-tertiary-4),1);display:block;width:34.5rem;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:3.25rem;left:20.25rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BZrBdVlrQcT4ZuCmq9TiC5QncJAVVJEx { color:rgba(var(--color-tertiary-4),1);display:block;width:33.0625rem;position:absolute;font-family:"proxima nova free";font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9rem;left:20.96875rem;height:2.923825rem;text-align:center;text-align-last:center;display:block; }
#cLqhLHUf6GOLq7FSclLoiup1IL1SRSli { 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: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:15016;text-align:center;text-align-last:center;top:13.8125rem;left:31.6875rem;display:block; }
#B5v0WOdwN03xE8gvUFFBdZgfB4lme4OM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hXfGv5ncSs9dR5rBQVFxAUc81LfVVy30 { color:#039257;display:block;width:6.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:17.9375rem;left:34.125rem;height:1.3rem;display:block; }
#UuxKfXum55zcxyGSkI4D8KJT77aL4BLM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;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; }#UuxKfXum55zcxyGSkI4D8KJT77aL4BLM > .row .container { background-color: transparent; background-image: none; }#UuxKfXum55zcxyGSkI4D8KJT77aL4BLM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UuxKfXum55zcxyGSkI4D8KJT77aL4BLM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UuxKfXum55zcxyGSkI4D8KJT77aL4BLM > .row .container > .video-iframe-container { display: none; }#UuxKfXum55zcxyGSkI4D8KJT77aL4BLM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UuxKfXum55zcxyGSkI4D8KJT77aL4BLM > .row > .video-iframe-container { display: none; }#UuxKfXum55zcxyGSkI4D8KJT77aL4BLM > .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); }#UuxKfXum55zcxyGSkI4D8KJT77aL4BLM > .row .container { border-width: 0; border-radius: 0; }#UuxKfXum55zcxyGSkI4D8KJT77aL4BLM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UuxKfXum55zcxyGSkI4D8KJT77aL4BLM > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:75rem;position:relative;display:block; }#riXZckBJUECDb8w6aE4fJxCUMmli6Jsh { position:absolute;display:block;z-index:15000;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: none;height:24.1875rem;width:67.375rem;top:3.0625rem;left:3.8125rem;display:block; }
#JTr4OhPhu4e51yTqzAHKdKyL9Tyf7DCG { color:rgba(var(--color-tertiary-4),1);display:block;width:24.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:7.1875rem;left:39.8125rem;height:5.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QKLpefUGQKn3FD575HuZe9ulvH1MFxTi { color:rgba(var(--color-tertiary-4),1);display:block;width:28.25rem;position:absolute;font-family:"proxima nova free";font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:15.25rem;left:39.8125rem;height:2.923825rem;text-align:left;text-align-last:left;display:block; }
#Q8zsTtZP41BK5P2zNhMMDLMPEySg5KMG { background-color:transparent;background-image:none;border-top:0.125rem solid #008f4f;border-left:0.125rem solid #008f4f;border-right:0.125rem solid #008f4f;border-bottom:0.125rem 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:#008f4f;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.625rem;height:3rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:20.125rem;left:39.8125rem;display:block; }
#MAsRARb9k8eak1LtfQJTO6sCOtrKnrT3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MmzrCCqd8iVJKmwudBUzIluXhLZxzPJs { position:absolute;display:block;z-index:15015;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/86db63df-5456-43ce-91fa-488db91d55c6/Conseiller_BVSR11.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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:12.6875rem;width:12.6875rem;top:12.125rem;left:11.125rem;display:block; }#MmzrCCqd8iVJKmwudBUzIluXhLZxzPJs.adaptive-delivery-prevent-bg, #MmzrCCqd8iVJKmwudBUzIluXhLZxzPJs.lazyload, #MmzrCCqd8iVJKmwudBUzIluXhLZxzPJs.lazyloading { background-image: none; }
#IwKATm5dxps308dwT8i6h3ol7AWw6beM { position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/801c669d-e1a4-4c6d-b840-db0aa4a61291/Conseiller_BVSR22.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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:7.5625rem;width:7.5625rem;top:5.5rem;left:22.5625rem;display:block; }#IwKATm5dxps308dwT8i6h3ol7AWw6beM.adaptive-delivery-prevent-bg, #IwKATm5dxps308dwT8i6h3ol7AWw6beM.lazyload, #IwKATm5dxps308dwT8i6h3ol7AWw6beM.lazyloading { background-image: none; }
#wmaE46kS4h9kXUU257XQfaqMe4OByXzn { 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/c0d531ea-0f77-4e59-a735-288c4f588ad9/coupleplage.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wmaE46kS4h9kXUU257XQfaqMe4OByXzn.adaptive-delivery-prevent-bg, #wmaE46kS4h9kXUU257XQfaqMe4OByXzn.lazyload, #wmaE46kS4h9kXUU257XQfaqMe4OByXzn.lazyloading { background-image: none; }#wmaE46kS4h9kXUU257XQfaqMe4OByXzn > .row .container { background-color: transparent; background-image: none; }#wmaE46kS4h9kXUU257XQfaqMe4OByXzn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wmaE46kS4h9kXUU257XQfaqMe4OByXzn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wmaE46kS4h9kXUU257XQfaqMe4OByXzn > .row .container > .video-iframe-container { display: none; }#wmaE46kS4h9kXUU257XQfaqMe4OByXzn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wmaE46kS4h9kXUU257XQfaqMe4OByXzn > .row > .video-iframe-container { display: none; }#wmaE46kS4h9kXUU257XQfaqMe4OByXzn > .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); }#wmaE46kS4h9kXUU257XQfaqMe4OByXzn > .row .container { border-width: 0; border-radius: 0; }#wmaE46kS4h9kXUU257XQfaqMe4OByXzn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wmaE46kS4h9kXUU257XQfaqMe4OByXzn > .row .container { font-size:0.875rem;font-family:arial;height:58.1875rem;width:75rem;position:relative;display:block; }#fMuLcspBMKpPoMTfFmmOLsBpiF6BV6Z5 { 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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 0.4375rem rgba(var(--color-tertiary-4),0.25) ;height:9.6875rem;width:21.25rem;top:43.5625rem;left:1.875rem;display:block; }
#uLl0QKxpxxgo2TQyAhxlzns7xgasX5a4 { color:rgba(var(--color-tertiary-0),1);display:block;width:44.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:7.4375rem;left:0rem;height:4.3869375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xzTRaeTvcftBfb1o62ZroVcDTzCDuJOf { color:rgba(var(--color-tertiary-0),1);display:block;width:58.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:11.8125rem;left:6.6875rem;height:4.3869375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SFxoMeU9ffTQIlv8QSO9agBIXzR5eJdG { color:rgba(var(--color-tertiary-4),1);display:block;width:21.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:45.5rem;left:1.875rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NnbvSzpPw9DZohIywrhW06rHDOKNZXF9 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 0.4375rem rgba(var(--color-tertiary-4),0.25) ;height:9.6875rem;width:21.25rem;top:43.5625rem;left:51.875rem;display:block; }
#BItlOuGZLTfrGqTPAJBBtOyMeuSC4JBQ { color:rgba(var(--color-tertiary-4),1);display:block;width:21.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:45.5rem;left:26.875rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HUKgb9yg3946V0CJzgBacnvJ8H6RO1Xb { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 0.4375rem rgba(var(--color-tertiary-4),0.25) ;height:9.6875rem;width:21.25rem;top:43.5625rem;left:26.875rem;display:block; }
#O5vN3iSkouvtUfXld7EkJtHHtWduFy3n { color:rgba(var(--color-tertiary-4),1);display:block;width:21.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:45.5rem;left:51.875rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hVDcRu80OvelKnJQps4yaoBmdEK7GRr2 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.375rem;position:absolute;font-family:"proxima nova";font-size:1.4375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:49.625rem;left:1.8125rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XPvzH2OGG8kVkvbcGzAEPkQ4Ehm0pxNz { color:rgba(var(--color-tertiary-4),1);display:block;width:21.375rem;position:absolute;font-family:"proxima nova";font-size:1.4375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:49.625rem;left:26.8125rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TiqDVcrUmw4VCD4qW5Q9vxpLe8vQ53Ne { color:rgba(var(--color-tertiary-4),1);display:block;width:21.375rem;position:absolute;font-family:"proxima nova";font-size:1.4375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:49.625rem;left:51.8125rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Drl6z0WAkRiN7LyZ1B1gER1rPTkOf7mF { position:relative;display:block; }#Drl6z0WAkRiN7LyZ1B1gER1rPTkOf7mF { background-color: transparent; background-image: none; }#Drl6z0WAkRiN7LyZ1B1gER1rPTkOf7mF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Drl6z0WAkRiN7LyZ1B1gER1rPTkOf7mF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Drl6z0WAkRiN7LyZ1B1gER1rPTkOf7mF > .row .container > .video-iframe-container { display: none; }#Drl6z0WAkRiN7LyZ1B1gER1rPTkOf7mF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Drl6z0WAkRiN7LyZ1B1gER1rPTkOf7mF > .row > .video-iframe-container { display: none; }#Drl6z0WAkRiN7LyZ1B1gER1rPTkOf7mF > .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); }#Drl6z0WAkRiN7LyZ1B1gER1rPTkOf7mF { border-width: 0; border-radius: 0; }#Drl6z0WAkRiN7LyZ1B1gER1rPTkOf7mF > .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; }#Drl6z0WAkRiN7LyZ1B1gER1rPTkOf7mF > .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; }#hsmaLKP0lievJWrnHLiJICPHbAdXLLEW { 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:7.125rem;left:0rem;height:3.9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LJVP75ndXEPbIPcZFogIFCzv4gZwAzIp { 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:18rem;left:59.875rem;overflow:hidden;display:block; }
#xWqIZbvPV2ZFRaIBfn4T8HCrg7HF1l4R { 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:18.25rem;left:64rem;overflow:hidden;display:block; }
#E9SlEUxULDg87VnSOZvKvdmwnTZat2I2 { 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:18.375rem;left:56.8125rem;overflow:hidden;display:block; }
#oq3AEyOOdtRLN37UhGFmTTvu4KTg8bbK { 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:18.25rem;left:67.375rem;overflow:hidden;display:block; }
#zgWT3fWsmDt1GxiKHktkv1qfe7eN85Ri { 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:15.375rem;left:0rem;height:2.03125rem;font-style:normal;display:block; }
#WF8PDOGK3K54U9y4hW9kIOxtURXN7WTo { 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:18.9375rem;left:0rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E4tvkn6NDIPnNG35ZpN6ZxqCKyxUA9G5 { 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:22.625rem;left:0rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ChnFhdQkiuWyN61p95TekXFnTuuaD00V { 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:15.3125rem;left:56.8125rem;height:1.7875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PhcMq7bd6iKqALILs4NXqCAunrehvHFu { color:rgba(var(--color-tertiary-4),1);display:block;width:8.875rem;position:absolute;font-family:"proxima nova";font-size:1.3125rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:18.375rem;left:32.4375rem;height:1.7068125rem;font-style:normal;display:block; }
#exr90usrPFR3ZzN69FInnzmCViX5SP9P { 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:15.5rem;left:32.4375rem;height:1.7875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cOxbfNUQd57H76SKfDZCSP0x7CaOT4T9 { position:relative;display:block; }#cOxbfNUQd57H76SKfDZCSP0x7CaOT4T9 { background-color: transparent; background-image: none; }#cOxbfNUQd57H76SKfDZCSP0x7CaOT4T9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cOxbfNUQd57H76SKfDZCSP0x7CaOT4T9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cOxbfNUQd57H76SKfDZCSP0x7CaOT4T9 > .row .container > .video-iframe-container { display: none; }#cOxbfNUQd57H76SKfDZCSP0x7CaOT4T9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cOxbfNUQd57H76SKfDZCSP0x7CaOT4T9 > .row > .video-iframe-container { display: none; }#cOxbfNUQd57H76SKfDZCSP0x7CaOT4T9 > .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); }#cOxbfNUQd57H76SKfDZCSP0x7CaOT4T9 { border-width: 0; border-radius: 0; }#cOxbfNUQd57H76SKfDZCSP0x7CaOT4T9 > .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; }#cOxbfNUQd57H76SKfDZCSP0x7CaOT4T9 > .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; }#RFUsMiyTC199uODVQZ6gzC6OVMJaGxHu { 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) { #buPZDlHE20VPJmTw5zHTcOxPuLllh959 { width:11.625rem;height:3rem;top:1.125rem;left:36.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9PkVauoPbD8lkNpLhf51AT2QChnPaC4 { 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.625rem;height:3rem;top:1.0625rem;left:36.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoOZ9d0RHAUAIvmw9mRTtom69XtqlM0o { 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:11.1875rem;left:0rem;width:30.25rem;height:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmsMDhlsnzHTbT6MTb3qvcUGkJxuI9Cq { top:16rem;left:0rem;width:27.125rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRsZhdO6IGsS6XKSTZTCf8DOrB1PsG1A { top:21.4375rem;left:0rem;width:24.125rem;height:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xyy8dExGus4CbfMOLCDvvcHwJ3aTwZdN { width:11.625rem;height:3rem;top:27.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vdk6Dc0kMZc5aNADTM7uBo8VLC1x6V76 { display:block; }
 }@media only screen and (max-width: 763px) { #koqAUsoAaSzeRi3UrcDpH3oSW5xTIshh { top:10.375rem;left:0rem;width:6.1875rem;height:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wrhCROaMIBw4vU2zRJkH7AAuG0dcn10d { top:13.875rem;left:0rem;width:13.6875rem;height:2.25rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wuLEF9qMH6nPXOTw67XZVnMDUPQAI4kZ { top:10.375rem;left:9rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPv1oRUTM6Kdika216Mndynu5aNFCFee { top:13.25rem;left:0rem;width:7.375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVO69zxpFQCpZpFMAJ6eCx18NxvroWql { top:13.4375rem;left:0rem;width:6.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BN06hTywuCOt45iyV6ISnPpzauaHGGT6 { top:13.4375rem;left:0rem;width:4.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQORmCIOEZKxINRsz5WmgBDVxtl21enT { top:13.25rem;left:0rem;width:6.125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2ll5AXtScumIiJmMzSx72eUiSzVxQoW { top:13.125rem;left:2.875rem;width:2.1875rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0KL7qh5LaZWkTodHMrfHrDr0bU1MyWB { display:block; }#l0KL7qh5LaZWkTodHMrfHrDr0bU1MyWB > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TVxgJAXTZqdDf63F5hsITrxLWo9Pgo0r { top:8.4375rem;left:0rem;width:30.25rem;height:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaW9CLxd16Tp5OessKsTgIZboZXUvTD4 { top:10.375rem;left:0rem;width:6.1875rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpNlXGGdDELhhw7LOGhPGQc1Quk5UGhW { top:10.625rem;left:0rem;width:4rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaSrVHzpzQd5aksppTO5LCiMmCI2TyKv { top:13.25rem;left:0rem;width:24.625rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xxzn1cVkMXhTd2NHZui50x5MzgP7IVyt { top:19.3125rem;left:0rem;width:24.125rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wutgym65CIap2LE9GTLVX8xUpoohmhkw { width:11.625rem;height:3rem;top:24.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sdpmbu2k0sVh98AP9kUTudys54IfpuUi { display:block; }
 }@media only screen and (max-width: 763px) { #BXZXSd9G8lyS1G2NCIZQKeXo8gPmJg2Z { top:9rem;left:9rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7s6UZipVZEDFuHT9k9B0Na05OelddTV { display:none; }#W7s6UZipVZEDFuHT9k9B0Na05OelddTV > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VCMSRUTe2vcVNKZuabN0kOn4yH6DxPoI { top:4.1875rem;left:0rem;width:20rem;height:3.25rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SJLnBOLCknriGKKKci0F5xbg7voXiroK { top:9.5rem;left:0rem;width:20rem;height:5.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #XTyoU1Bzwp6W6WrUkUmA4P4NwQTL0cRr { width:11.625rem;height:3rem;top:6.125rem;left:34.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExKpkSAp7ATwxggyImRTfPh9Bf2Jw7Vq { display:block; }
 }@media only screen and (max-width: 763px) { #uVKL6MILsEzPXgeiLTFCTRSDmoT7FMoQ { top:10.5rem;left:0rem;width:7.375rem;height:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sz7iotB1KLztMcrVDnQvSKTA03qSfwMx { top:10.75rem;left:0rem;width:6.1875rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MyUZPipqORZAxAirJ90RDKWTqiAiegGe { top:10.5rem;left:0rem;width:9.0625rem;height:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UPtMmcQONTady0MkTM52dnG4UiIEVtuV { top:23.5rem;left:0rem;width:7.875rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yCaTds5pxbuLZRBpbLTZrKRyldTtSL4x { top:10.375rem;left:5.8125rem;width:2.1875rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lR4eHb8rt61Vklns0tJz0tolRHy3cDfB { display:block; }#lR4eHb8rt61Vklns0tJz0tolRHy3cDfB > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oOAXBuQsgkRoEskE9Zmry3ewQ7NrmCDo { top:3.5rem;left:0rem;width:40.5625rem;height:3.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZHB7XtNXTTuZacZXTsXxHR5bVeoBe8Q { top:12.125rem;left:0rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f09VPAJkWO1aTC0r2Wk9nPa0e5MvFH3O { top:17.25rem;left:0rem;width:12.5rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGmx23Oh7WlgMWauSmT6UZSsVc66CIsC { top:22.4375rem;left:0rem;width:15.4375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Te3TPrV96W8QveSy3yBRKzutOsMrIHMi { top:29.0625rem;left:0rem;width:7.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mg081E7UxKv8FBHwiWScbXJ9lyZZSO2T { top:31.875rem;left:6.9375rem;width:7.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKTsRx2AZ82lH5LBJ8pWOhQAQWk9bibP { top:22.4375rem;left:6.9375rem;width:15.4375rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vs4XGeJucigs1m4DVaxgJuCIshTkfPgn { top:17.25rem;left:6.9375rem;width:12.5rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6SZJSfCOtbKGveWWarIMNRfy0ahwTma { top:12.125rem;left:6.9375rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pybE47yGuTqUUFADxb2pKL3kEpRcOJX3 { top:31.875rem;left:27.625rem;width:7.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERtkAlcB8E2kW51fSzzg4SyI6rUghzG7 { top:22.4375rem;left:27.625rem;width:15.4375rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuKVXFF7wSp2D8s8Z4D8TA47J0TelgG8 { top:17.25rem;left:27.625rem;width:15.125rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zf4TQZtyVcvVPTFfeu7ZJOZyp0PB0ZCc { top:12.125rem;left:27.625rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgSOIJAEaqHTlHdTJ1Flr5A7AKMGnzM7 { top:27.9375rem;left:40.25rem;width:7.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcQSw6tbvEw11RvxfIsSt89DyfnZBvsF { top:22.4375rem;left:34.75rem;width:13rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4JFDW5e1Lh8us8PKo96pfQhwVgEmFqP { top:17.25rem;left:38.4375rem;width:9.3125rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xB1kB491lSMqxETOPFvZBMd1wWJJh2Lr { top:12.125rem;left:44.1875rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9OAWi9kaKghguqhu6gdOokC8SGlqccF { display:block; }#N9OAWi9kaKghguqhu6gdOokC8SGlqccF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uh5MHdcT64LWsvM9MRZlGctvqTqLci6c { top:14.125rem;left:0rem;width:28.875rem;height:3.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT1wN1zVGJ3ztEwBQPIBgkV3vFaghPsE { width:11.625rem;height:3rem;top:19.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgXsauZTA8aLXpWy08senF69IZxVNhf2 { display:block; }
 }@media only screen and (max-width: 763px) { #yozT5GJB8KwEJ9O1x4oVNMvEUdb3txlq { top:4.25rem;left:23.4375rem;width:5.25rem;height:4.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yllNs054MuwVZktX4Wa3z0Oy9vD8Va0i { top:13.875rem;left:0rem;width:34.4375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #us6HsqFVxTAZtmCCDlTbXKnlu804pJUh { top:5.1875rem;left:0.9375rem;width:30.8125rem;height:7.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEOZJ8i1vtOT6nW1mFE1B6rAxpV69xTn { top:15.5625rem;left:23.4375rem;width:5.25rem;height:4.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOuGWMubEZOTUIudFcQD2iqwAcLsiz4D { top:20.6875rem;left:0rem;width:34.4375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3PWkSbXuzHaTaFkov0rXKOlpvclUuBI { top:22.375rem;left:23.4375rem;width:5.25rem;height:4.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBpPtT8oKDxvEd6S2WbvICVgMSC5oykl { top:23.3125rem;left:1.625rem;width:30.125rem;height:7.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qv4pgHEovRoIO15FtS3cJJOfaNeANg0H { top:32.8125rem;left:0rem;width:34.4375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yExyayozFiXoKPEr9Fxr9nFkQligOI8x { top:16.875rem;left:0rem;width:32.75rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ukcu88wboHacZMkJapAQaS8copuamkb2 { display:block; }#Ukcu88wboHacZMkJapAQaS8copuamkb2 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QXTAWSEZOsJ5qsrA30ZyZizU5U9HRIp5 { top:6.25rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.5625rem;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:7.25rem;left:5rem;width:30.9375rem;height:2.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lx2nqX3WBZf0RpXQiTHAkivU65ctkzgm { top:11.375rem;left:3.5rem;width:28.25rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dR02Z0mcBx9Kz9UvezXU9ZqELRKTAw2R { top:2.125rem;left:0rem;width:33.75rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MH86GKlMpoUonhpiTBAr9wK5LtlVB2XU { display:block; }#MH86GKlMpoUonhpiTBAr9wK5LtlVB2XU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vDb4LlQ5epDghPFIXsIWIMHTFrOB4Pcu { top:8.8125rem;left:0rem;width:30.25rem;height:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgMrbSM5yt1vrfnBDWkwE6t9NPS9Whna { top:12.75rem;left:0rem;width:28.625rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbAwi1OHM4k9Ck8ZNItt2Bg8RgbTRIKX { top:1.875rem;left:0rem;width:35.3125rem;height:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOpd0F3qz8M9TT00DLFevBuRcUh9aDS7 { display:block; }#yOpd0F3qz8M9TT00DLFevBuRcUh9aDS7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d8qh8kdUmIUQU6p1oXbExLLWQvEK0Sui { top:10.125rem;left:4.8125rem;width:26.9375rem;height:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZZbKd7AFHCPVIxFP3FseTied6Q0DktC { top:14rem;left:5.9375rem;width:25.8125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQ496sB9klyolr6zuUPPloqwwUw3LmUe { top:1.875rem;left:0rem;width:35.3125rem;height:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iz94ZJNmPpx8VbPxWIJsv0EeA2OGBmNm { display:block; }#Iz94ZJNmPpx8VbPxWIJsv0EeA2OGBmNm > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ty7O9ywTef3UTEir2sf4rEy0yf4WpEln { top:7rem;left:0rem;width:31.9375rem;height:3.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cp1ks7di2XwMwsSDaJFK3CIRCxbtt0wA { top:14.25rem;left:25.8125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsBnSCRPfOB5G7k22kClz2hCoMqFgFPE { top:14.3125rem;left:21.875rem;width:25.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeCbIyPVQwt6gDaKGvQh09fRnftgdVN0 { top:17rem;left:25.8125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmcswZZdSUrDqaiGl0sq9Aqmc4KVv3Sk { top:17.0625rem;left:21.875rem;width:25.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxdcMXb7TuwZ3DJZL8oTsTCikrzolD5p { top:19.875rem;left:25.8125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kohSJnUOm4CM8dtqapme4T7wP0iBXG1i { top:19.875rem;left:21.875rem;width:25.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2dV1PsPltLgKkzQHy1A5KKfNTf3WXBu { top:22.625rem;left:25.8125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbXGtgn0i89Kd1cLdNaOdReN2xISRFdJ { top:22.6875rem;left:19rem;width:28.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpQl14B1UsNnMBu9JMhL0bIXIIiROFmS { top:14.6875rem;left:0rem;width:28.75rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLdEDlEAqaV9ksxi4OChJf3LUO0TDp6L { top:25rem;left:19rem;width:28.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXiODCPHwC5TL0EfphQrisqOtZ35vDwO { top:24.9375rem;left:25.8125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZruEGfM8BSJJsIaAh6bTuLXKHMz0qkU { top:27.75rem;left:25.8125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNxOy15kHA30eTekd5l39rsWxZDABGNm { top:27.875rem;left:21.875rem;width:25.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zq20nOloyBqPfBmxuWRq8ohMTiKreEU8 { display:block; }#Zq20nOloyBqPfBmxuWRq8ohMTiKreEU8 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T9g5n4Id6lkydrW0PWg2QMpkTiJUyrxE { top:3.25rem;left:6.625rem;width:34.5rem;height:3.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZrBdVlrQcT4ZuCmq9TiC5QncJAVVJEx { top:9rem;left:7.34375rem;width:33.0625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLqhLHUf6GOLq7FSclLoiup1IL1SRSli { width:11.625rem;height:3rem;top:13.8125rem;left:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5v0WOdwN03xE8gvUFFBdZgfB4lme4OM { display:block; }
 }@media only screen and (max-width: 763px) { #hXfGv5ncSs9dR5rBQVFxAUc81LfVVy30 { top:17.9375rem;left:20.5rem;width:6.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuxKfXum55zcxyGSkI4D8KJT77aL4BLM { display:block; }#UuxKfXum55zcxyGSkI4D8KJT77aL4BLM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #riXZckBJUECDb8w6aE4fJxCUMmli6Jsh { top:3.0625rem;left:0rem;width:47.75rem;height:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTr4OhPhu4e51yTqzAHKdKyL9Tyf7DCG { top:7.1875rem;left:23.1875rem;width:24.5625rem;height:5.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKLpefUGQKn3FD575HuZe9ulvH1MFxTi { top:15.25rem;left:19.5rem;width:28.25rem;height:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8zsTtZP41BK5P2zNhMMDLMPEySg5KMG { width:11.625rem;height:3rem;top:20.125rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAsRARb9k8eak1LtfQJTO6sCOtrKnrT3 { display:block; }
 }@media only screen and (max-width: 763px) { #MmzrCCqd8iVJKmwudBUzIluXhLZxzPJs { top:12.125rem;left:0rem;width:12.6875rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwKATm5dxps308dwT8i6h3ol7AWw6beM { top:5.5rem;left:8.9375rem;width:7.5625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmaE46kS4h9kXUU257XQfaqMe4OByXzn { display:block; }#wmaE46kS4h9kXUU257XQfaqMe4OByXzn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fMuLcspBMKpPoMTfFmmOLsBpiF6BV6Z5 { top:43.5625rem;left:0rem;width:21.25rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLl0QKxpxxgo2TQyAhxlzns7xgasX5a4 { top:7.4375rem;left:0rem;width:44.1875rem;height:4.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzTRaeTvcftBfb1o62ZroVcDTzCDuJOf { top:11.8125rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFxoMeU9ffTQIlv8QSO9agBIXzR5eJdG { top:45.5rem;left:0rem;width:21.3125rem;height:3.625rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnbvSzpPw9DZohIywrhW06rHDOKNZXF9 { top:43.5625rem;left:26.375rem;width:21.25rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BItlOuGZLTfrGqTPAJBBtOyMeuSC4JBQ { top:45.5rem;left:10.4375rem;width:21.3125rem;height:3.625rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUKgb9yg3946V0CJzgBacnvJ8H6RO1Xb { top:43.5625rem;left:10.5rem;width:21.25rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5vN3iSkouvtUfXld7EkJtHHtWduFy3n { top:45.5rem;left:26.3125rem;width:21.3125rem;height:3.625rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVDcRu80OvelKnJQps4yaoBmdEK7GRr2 { top:49.625rem;left:0rem;width:21.375rem;height:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPvzH2OGG8kVkvbcGzAEPkQ4Ehm0pxNz { top:49.625rem;left:10.375rem;width:21.375rem;height:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiqDVcrUmw4VCD4qW5Q9vxpLe8vQ53Ne { top:49.625rem;left:26.25rem;width:21.375rem;height:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Drl6z0WAkRiN7LyZ1B1gER1rPTkOf7mF { display:block; }#Drl6z0WAkRiN7LyZ1B1gER1rPTkOf7mF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hsmaLKP0lievJWrnHLiJICPHbAdXLLEW { top:7.125rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJVP75ndXEPbIPcZFogIFCzv4gZwAzIp { top:18rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWqIZbvPV2ZFRaIBfn4T8HCrg7HF1l4R { top:18.25rem;left:45.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9SlEUxULDg87VnSOZvKvdmwnTZat2I2 { top:18.375rem;left:43.1875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oq3AEyOOdtRLN37UhGFmTTvu4KTg8bbK { top:18.25rem;left:45.8125rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgWT3fWsmDt1GxiKHktkv1qfe7eN85Ri { top:15.375rem;left:0rem;width:8.4375rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WF8PDOGK3K54U9y4hW9kIOxtURXN7WTo { top:18.9375rem;left:0rem;width:16.1875rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4tvkn6NDIPnNG35ZpN6ZxqCKyxUA9G5 { top:22.625rem;left:0rem;width:5.3125rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChnFhdQkiuWyN61p95TekXFnTuuaD00V { top:15.3125rem;left:37.5625rem;width:10.1875rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhcMq7bd6iKqALILs4NXqCAunrehvHFu { top:18.375rem;left:18.8125rem;width:8.875rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #exr90usrPFR3ZzN69FInnzmCViX5SP9P { top:15.5rem;left:18.8125rem;width:10.1875rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOxbfNUQd57H76SKfDZCSP0x7CaOT4T9 { display:block; }#cOxbfNUQd57H76SKfDZCSP0x7CaOT4T9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RFUsMiyTC199uODVQZ6gzC6OVMJaGxHu { 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:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #buPZDlHE20VPJmTw5zHTcOxPuLllh959 { width:11.625rem;height:3rem;top:0.875rem;left:8.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #m9PkVauoPbD8lkNpLhf51AT2QChnPaC4 { 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:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoOZ9d0RHAUAIvmw9mRTtom69XtqlM0o { display:block; }
 }@media only screen and (max-width: 763px) { #GfDZbeI2TFgXP0SWxOcTs7TfgfugwRyL { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/083c9200-a8ac-4c02-95fb-c0e6304c263d/_Cover.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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: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 { width:20rem;height:38.125rem;position:relative;display:none; } }@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) { #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) { #koqAUsoAaSzeRi3UrcDpH3oSW5xTIshh { width:9.6875rem;height:2.3125rem;top:24.75rem;left:5rem;z-index:15012;background-color:#d9505b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #wrhCROaMIBw4vU2zRJkH7AAuG0dcn10d { width:13.6875rem;height:2.1125rem;top:24.8125rem;left:3.1875rem;font-size:1.625rem;z-index:15013;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wuLEF9qMH6nPXOTw67XZVnMDUPQAI4kZ { width:20rem;height:21.75rem;top:10.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TPv1oRUTM6Kdika216Mndynu5aNFCFee { width:7.375rem;height:1.9375rem;top:28.3125rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVO69zxpFQCpZpFMAJ6eCx18NxvroWql { width:6.1875rem;height:0;top:28.5625rem;left:6.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BN06hTywuCOt45iyV6ISnPpzauaHGGT6 { width:7.875rem;height:0;top:31.7373046875rem;left:6.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQORmCIOEZKxINRsz5WmgBDVxtl21enT { width:9.0625rem;height:1.9375rem;top:31.5rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2ll5AXtScumIiJmMzSx72eUiSzVxQoW { width:2.1875rem;height:2.125rem;top:34.6875rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0KL7qh5LaZWkTodHMrfHrDr0bU1MyWB { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/783dae22-4895-4b17-ba04-e7188e976051/CoverLPMobile2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#l0KL7qh5LaZWkTodHMrfHrDr0bU1MyWB.adaptive-delivery-prevent-bg, #l0KL7qh5LaZWkTodHMrfHrDr0bU1MyWB.lazyload, #l0KL7qh5LaZWkTodHMrfHrDr0bU1MyWB.lazyloading { background-image: none; }#l0KL7qh5LaZWkTodHMrfHrDr0bU1MyWB > .row .container { background-color: transparent; background-image: none; }#l0KL7qh5LaZWkTodHMrfHrDr0bU1MyWB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l0KL7qh5LaZWkTodHMrfHrDr0bU1MyWB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l0KL7qh5LaZWkTodHMrfHrDr0bU1MyWB > .row .container > .video-iframe-container { display: none; }#l0KL7qh5LaZWkTodHMrfHrDr0bU1MyWB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l0KL7qh5LaZWkTodHMrfHrDr0bU1MyWB > .row > .video-iframe-container { display: none; }#l0KL7qh5LaZWkTodHMrfHrDr0bU1MyWB > .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); }#l0KL7qh5LaZWkTodHMrfHrDr0bU1MyWB > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TVxgJAXTZqdDf63F5hsITrxLWo9Pgo0r { width:20rem;height:19.4375rem;top:6.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HaW9CLxd16Tp5OessKsTgIZboZXUvTD4 { width:6.1875rem;height:1.9375rem;top:8.25rem;left:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #VpNlXGGdDELhhw7LOGhPGQc1Quk5UGhW { width:4rem;height:0;top:8.5rem;left:3.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UaSrVHzpzQd5aksppTO5LCiMmCI2TyKv { width:13.1875rem;height:0;top:11.0625rem;left:2rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xxzn1cVkMXhTd2NHZui50x5MzgP7IVyt { width:14.6875rem;height:0;top:16.8125rem;left:2rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wutgym65CIap2LE9GTLVX8xUpoohmhkw { width:11.625rem;height:3rem;top:17.75rem;left:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sdpmbu2k0sVh98AP9kUTudys54IfpuUi { display:block; }
 }@media only screen and (max-width: 763px) { #BXZXSd9G8lyS1G2NCIZQKeXo8gPmJg2Z { width:20rem;height:21.75rem;top:9rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #W7s6UZipVZEDFuHT9k9B0Na05OelddTV { 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; }#W7s6UZipVZEDFuHT9k9B0Na05OelddTV > .row .container { background-color: transparent; background-image: none; }#W7s6UZipVZEDFuHT9k9B0Na05OelddTV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W7s6UZipVZEDFuHT9k9B0Na05OelddTV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W7s6UZipVZEDFuHT9k9B0Na05OelddTV > .row .container > .video-iframe-container { display: none; }#W7s6UZipVZEDFuHT9k9B0Na05OelddTV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W7s6UZipVZEDFuHT9k9B0Na05OelddTV > .row > .video-iframe-container { display: none; }#W7s6UZipVZEDFuHT9k9B0Na05OelddTV > .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); }#W7s6UZipVZEDFuHT9k9B0Na05OelddTV > .row .container { border-width: 0; border-radius: 0; }#W7s6UZipVZEDFuHT9k9B0Na05OelddTV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W7s6UZipVZEDFuHT9k9B0Na05OelddTV > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VCMSRUTe2vcVNKZuabN0kOn4yH6DxPoI { width:20rem;height:6.09375rem;top:4.125rem;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) { #SJLnBOLCknriGKKKci0F5xbg7voXiroK { width:20rem;height:7.7995rem;top:11.6875rem;left:0rem;font-size:1rem;z-index:15014;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XTyoU1Bzwp6W6WrUkUmA4P4NwQTL0cRr { width:11.625rem;height:3rem;top:21.8125rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExKpkSAp7ATwxggyImRTfPh9Bf2Jw7Vq { display:block; }
 }@media only screen and (max-width: 763px) { #uVKL6MILsEzPXgeiLTFCTRSDmoT7FMoQ { width:7.375rem;height:1.9375rem;top:0.25rem;left:1.8125rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #sz7iotB1KLztMcrVDnQvSKTA03qSfwMx { width:6.1875rem;height:1.462675rem;top:0.5rem;left:2.4375rem;font-size:1.125rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #MyUZPipqORZAxAirJ90RDKWTqiAiegGe { width:5.875rem;height:1.9375rem;top:0.25rem;left:9.4375rem;z-index:15022;background-color:#fcd8ea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #UPtMmcQONTady0MkTM52dnG4UiIEVtuV { width:5.125rem;height:1.462675rem;top:0.5rem;left:10.125rem;font-size:1.125rem;z-index:15023;color:#7e1f2f;display:block; }
 }@media only screen and (max-width: 763px) { #yCaTds5pxbuLZRBpbLTZrKRyldTtSL4x { width:2.1875rem;height:2.125rem;top:0rem;left:16rem;z-index:15025;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #lR4eHb8rt61Vklns0tJz0tolRHy3cDfB { display:block; }#lR4eHb8rt61Vklns0tJz0tolRHy3cDfB > .row .container { width:20rem;height:89.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oOAXBuQsgkRoEskE9Zmry3ewQ7NrmCDo { width:19.25rem;height:2.275rem;top:2.75rem;left:0.375rem;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) { #vZHB7XtNXTTuZacZXTsXxHR5bVeoBe8Q { width:3.625rem;height:3.625rem;top:7.125rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f09VPAJkWO1aTC0r2Wk9nPa0e5MvFH3O { width:17.0625rem;height:4.0625rem;top:11.8125rem;left:1.5rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LGmx23Oh7WlgMWauSmT6UZSsVc66CIsC { width:19.0625rem;height:3.9rem;top:17.5625rem;left:0.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Te3TPrV96W8QveSy3yBRKzutOsMrIHMi { width:7.5rem;height:0.125rem;top:47.625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mg081E7UxKv8FBHwiWScbXJ9lyZZSO2T { width:7.5rem;height:0.125rem;top:85.9375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKTsRx2AZ82lH5LBJ8pWOhQAQWk9bibP { width:20rem;height:6.4995625rem;top:37.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vs4XGeJucigs1m4DVaxgJuCIshTkfPgn { width:17.4375rem;height:4.0625rem;top:32.3125rem;left:1.3125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w6SZJSfCOtbKGveWWarIMNRfy0ahwTma { width:3.5625rem;height:3.5625rem;top:27.6875rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pybE47yGuTqUUFADxb2pKL3kEpRcOJX3 { width:7.5rem;height:0.125rem;top:24.625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERtkAlcB8E2kW51fSzzg4SyI6rUghzG7 { width:20rem;height:6.4995625rem;top:59.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GuKVXFF7wSp2D8s8Z4D8TA47J0TelgG8 { width:16.5rem;height:2.03125rem;top:55.5625rem;left:1.75rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zf4TQZtyVcvVPTFfeu7ZJOZyp0PB0ZCc { width:3.625rem;height:3.625rem;top:50.5rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgSOIJAEaqHTlHdTJ1Flr5A7AKMGnzM7 { width:7.5rem;height:0.125rem;top:68.6875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcQSw6tbvEw11RvxfIsSt89DyfnZBvsF { width:20rem;height:2.599825rem;top:80.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B4JFDW5e1Lh8us8PKo96pfQhwVgEmFqP { width:20rem;height:2.03125rem;top:75.5rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xB1kB491lSMqxETOPFvZBMd1wWJJh2Lr { width:3.5625rem;height:3.5625rem;top:70.875rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9OAWi9kaKghguqhu6gdOokC8SGlqccF { background-color:rgba(252,216,234,0.4);background-image:none;display:block; }#N9OAWi9kaKghguqhu6gdOokC8SGlqccF > .row .container { background-color: transparent; background-image: none; }#N9OAWi9kaKghguqhu6gdOokC8SGlqccF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N9OAWi9kaKghguqhu6gdOokC8SGlqccF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N9OAWi9kaKghguqhu6gdOokC8SGlqccF > .row .container > .video-iframe-container { display: none; }#N9OAWi9kaKghguqhu6gdOokC8SGlqccF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N9OAWi9kaKghguqhu6gdOokC8SGlqccF > .row > .video-iframe-container { display: none; }#N9OAWi9kaKghguqhu6gdOokC8SGlqccF > .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); }#N9OAWi9kaKghguqhu6gdOokC8SGlqccF > .row .container { width:20rem;height:50.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uh5MHdcT64LWsvM9MRZlGctvqTqLci6c { width:20rem;height:2.03125rem;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) { #eT1wN1zVGJ3ztEwBQPIBgkV3vFaghPsE { width:11.625rem;height:3rem;top:44rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgXsauZTA8aLXpWy08senF69IZxVNhf2 { display:block; }
 }@media only screen and (max-width: 763px) { #yozT5GJB8KwEJ9O1x4oVNMvEUdb3txlq { width:2.5rem;height:2.84375rem;top:8.25rem;left:0rem;font-size:2.1875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #yllNs054MuwVZktX4Wa3z0Oy9vD8Va0i { width:20rem;height:0.0625rem;top:21.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #us6HsqFVxTAZtmCCDlTbXKnlu804pJUh { width:16.875rem;height:11.375rem;top:9.0625rem;left:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEOZJ8i1vtOT6nW1mFE1B6rAxpV69xTn { width:3.125rem;height:2.84375rem;top:23.1875rem;left:0rem;font-size:2.1875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #OOuGWMubEZOTUIudFcQD2iqwAcLsiz4D { width:20rem;height:0.0625rem;top:28rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3PWkSbXuzHaTaFkov0rXKOlpvclUuBI { width:2.875rem;height:2.84375rem;top:29.375rem;left:0rem;font-size:2.1875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #XBpPtT8oKDxvEd6S2WbvICVgMSC5oykl { width:16.6875rem;height:11.375rem;top:30rem;left:3.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qv4pgHEovRoIO15FtS3cJJOfaNeANg0H { width:20rem;height:0.0625rem;top:42.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yExyayozFiXoKPEr9Fxr9nFkQligOI8x { width:16.9375rem;height:3.25rem;top:23rem;left:3.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ukcu88wboHacZMkJapAQaS8copuamkb2 { display:block; }#Ukcu88wboHacZMkJapAQaS8copuamkb2 > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QXTAWSEZOsJ5qsrA30ZyZizU5U9HRIp5 { width:20rem;height:4.0625rem;top:3rem;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) { #rib1Zh4ZgUsN3wpz8wlxUIokOWilnoJv { display:block; }#rib1Zh4ZgUsN3wpz8wlxUIokOWilnoJv > .row .container { width:20rem;height:36.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #av7qxJJq5Dn6pDEHHxkGPqfEknohmKs7 { width:20rem;height:4.0625rem;top:3.25rem;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:9.099375rem;top:9.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dR02Z0mcBx9Kz9UvezXU9ZqELRKTAw2R { width:19.0625rem;height:13.3125rem;top:20.40625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MH86GKlMpoUonhpiTBAr9wK5LtlVB2XU { display:block; }#MH86GKlMpoUonhpiTBAr9wK5LtlVB2XU > .row .container { width:20rem;height:36.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vDb4LlQ5epDghPFIXsIWIMHTFrOB4Pcu { width:20rem;height:4.0625rem;top:3.25rem;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) { #mgMrbSM5yt1vrfnBDWkwE6t9NPS9Whna { width:20rem;height:9.099375rem;top:9.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pbAwi1OHM4k9Ck8ZNItt2Bg8RgbTRIKX { width:20rem;height:13.6875rem;top:20.523958206177rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yOpd0F3qz8M9TT00DLFevBuRcUh9aDS7 { display:block; }#yOpd0F3qz8M9TT00DLFevBuRcUh9aDS7 > .row .container { width:20rem;height:30.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d8qh8kdUmIUQU6p1oXbExLLWQvEK0Sui { width:20rem;height:2.03125rem;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) { #XZZbKd7AFHCPVIxFP3FseTied6Q0DktC { width:18.125rem;height:5.2rem;top:7.6875rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #nQ496sB9klyolr6zuUPPloqwwUw3LmUe { width:20rem;height:13.6875rem;top:14.659374237061rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iz94ZJNmPpx8VbPxWIJsv0EeA2OGBmNm { background-color:#ffffff;background-image:none;display:block; }#Iz94ZJNmPpx8VbPxWIJsv0EeA2OGBmNm > .row .container { background-color: transparent; background-image: none; }#Iz94ZJNmPpx8VbPxWIJsv0EeA2OGBmNm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iz94ZJNmPpx8VbPxWIJsv0EeA2OGBmNm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iz94ZJNmPpx8VbPxWIJsv0EeA2OGBmNm > .row .container > .video-iframe-container { display: none; }#Iz94ZJNmPpx8VbPxWIJsv0EeA2OGBmNm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iz94ZJNmPpx8VbPxWIJsv0EeA2OGBmNm > .row > .video-iframe-container { display: none; }#Iz94ZJNmPpx8VbPxWIJsv0EeA2OGBmNm > .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); }#Iz94ZJNmPpx8VbPxWIJsv0EeA2OGBmNm > .row .container { width:20rem;height:45.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ty7O9ywTef3UTEir2sf4rEy0yf4WpEln { width:20rem;height:2.03125rem;top:3.625rem;left:0rem;font-size:1.5625rem;z-index:15015;line-height:1.3;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #cp1ks7di2XwMwsSDaJFK3CIRCxbtt0wA { width:1.4375rem;height:1.4375rem;top:25rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsBnSCRPfOB5G7k22kClz2hCoMqFgFPE { width:14.5625rem;height:1.2999125rem;top:25rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeCbIyPVQwt6gDaKGvQh09fRnftgdVN0 { width:1.4375rem;height:1.4375rem;top:27.8125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmcswZZdSUrDqaiGl0sq9Aqmc4KVv3Sk { width:13.625rem;height:2.6rem;top:27.9375rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxdcMXb7TuwZ3DJZL8oTsTCikrzolD5p { width:1.4375rem;height:1.4375rem;top:31.5rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kohSJnUOm4CM8dtqapme4T7wP0iBXG1i { width:13.875rem;height:2.599825rem;top:31.5rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2dV1PsPltLgKkzQHy1A5KKfNTf3WXBu { width:1.4375rem;height:1.4375rem;top:35.25rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbXGtgn0i89Kd1cLdNaOdReN2xISRFdJ { width:13.8125rem;height:1.2999125rem;top:35.25rem;left:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpQl14B1UsNnMBu9JMhL0bIXIIiROFmS { width:20rem;height:13.3125rem;top:7.625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gLdEDlEAqaV9ksxi4OChJf3LUO0TDp6L { width:13.625rem;height:1.2999125rem;top:38rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXiODCPHwC5TL0EfphQrisqOtZ35vDwO { width:1.4375rem;height:1.4375rem;top:37.875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZruEGfM8BSJJsIaAh6bTuLXKHMz0qkU { width:1.6875rem;height:1.6875rem;top:40.875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNxOy15kHA30eTekd5l39rsWxZDABGNm { width:13.9375rem;height:1.3rem;top:41.1875rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zq20nOloyBqPfBmxuWRq8ohMTiKreEU8 { background-color:#f7f7f7;background-image:url("https://images.assets-landingi.com/uc/e43b9144-1236-4b59-91e1-aa0f85f31425/Vector.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; }#Zq20nOloyBqPfBmxuWRq8ohMTiKreEU8.adaptive-delivery-prevent-bg, #Zq20nOloyBqPfBmxuWRq8ohMTiKreEU8.lazyload, #Zq20nOloyBqPfBmxuWRq8ohMTiKreEU8.lazyloading { background-image: none; }#Zq20nOloyBqPfBmxuWRq8ohMTiKreEU8 > .row .container { background-color: transparent; background-image: none; }#Zq20nOloyBqPfBmxuWRq8ohMTiKreEU8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zq20nOloyBqPfBmxuWRq8ohMTiKreEU8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zq20nOloyBqPfBmxuWRq8ohMTiKreEU8 > .row .container > .video-iframe-container { display: none; }#Zq20nOloyBqPfBmxuWRq8ohMTiKreEU8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zq20nOloyBqPfBmxuWRq8ohMTiKreEU8 > .row > .video-iframe-container { display: none; }#Zq20nOloyBqPfBmxuWRq8ohMTiKreEU8 > .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); }#Zq20nOloyBqPfBmxuWRq8ohMTiKreEU8 > .row .container { border-width: 0; border-radius: 0; }#Zq20nOloyBqPfBmxuWRq8ohMTiKreEU8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zq20nOloyBqPfBmxuWRq8ohMTiKreEU8 > .row .container { width:20rem;height:29.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T9g5n4Id6lkydrW0PWg2QMpkTiJUyrxE { width:20rem;height:2.03125rem;top:8.4375rem;left:0rem;font-size:1.5625rem;z-index:15015;line-height:1.3;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #BZrBdVlrQcT4ZuCmq9TiC5QncJAVVJEx { width:20rem;height:4.38574375rem;top:13.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cLqhLHUf6GOLq7FSclLoiup1IL1SRSli { width:11.625rem;height:3rem;top:19.75rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5v0WOdwN03xE8gvUFFBdZgfB4lme4OM { display:block; }
 }@media only screen and (max-width: 763px) { #hXfGv5ncSs9dR5rBQVFxAUc81LfVVy30 { width:6.8125rem;height:1.3rem;top:24rem;left:6.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UuxKfXum55zcxyGSkI4D8KJT77aL4BLM { display:block; }#UuxKfXum55zcxyGSkI4D8KJT77aL4BLM > .row .container { width:20rem;height:40.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #riXZckBJUECDb8w6aE4fJxCUMmli6Jsh { width:20rem;height:35.4375rem;top:1.65625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTr4OhPhu4e51yTqzAHKdKyL9Tyf7DCG { width:20rem;height:4.0625rem;top:18.6875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QKLpefUGQKn3FD575HuZe9ulvH1MFxTi { width:20rem;height:4.38574375rem;top:24.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q8zsTtZP41BK5P2zNhMMDLMPEySg5KMG { width:11.625rem;height:3rem;top:31.25rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAsRARb9k8eak1LtfQJTO6sCOtrKnrT3 { display:block; }
 }@media only screen and (max-width: 763px) { #MmzrCCqd8iVJKmwudBUzIluXhLZxzPJs { width:9.4375rem;height:9.4375rem;top:2.5625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwKATm5dxps308dwT8i6h3ol7AWw6beM { width:6.25rem;height:6.25rem;top:8.0625rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmaE46kS4h9kXUU257XQfaqMe4OByXzn { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fd476114-a915-4f3a-966e-2be59a3192b1/coupleplage.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#wmaE46kS4h9kXUU257XQfaqMe4OByXzn.adaptive-delivery-prevent-bg, #wmaE46kS4h9kXUU257XQfaqMe4OByXzn.lazyload, #wmaE46kS4h9kXUU257XQfaqMe4OByXzn.lazyloading { background-image: none; }#wmaE46kS4h9kXUU257XQfaqMe4OByXzn > .row .container { background-color: transparent; background-image: none; }#wmaE46kS4h9kXUU257XQfaqMe4OByXzn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.17); }#wmaE46kS4h9kXUU257XQfaqMe4OByXzn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wmaE46kS4h9kXUU257XQfaqMe4OByXzn > .row .container > .video-iframe-container { display: none; }#wmaE46kS4h9kXUU257XQfaqMe4OByXzn > .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); }#wmaE46kS4h9kXUU257XQfaqMe4OByXzn > .row > .video-iframe-container { display: none; }#wmaE46kS4h9kXUU257XQfaqMe4OByXzn > .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); }#wmaE46kS4h9kXUU257XQfaqMe4OByXzn > .row .container { width:20rem;height:60.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fMuLcspBMKpPoMTfFmmOLsBpiF6BV6Z5 { width:20rem;height:9.6875rem;top:25.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLl0QKxpxxgo2TQyAhxlzns7xgasX5a4 { width:15.6875rem;height:2.03125rem;top:3.125rem;left:2.1875rem;font-size:1.5625rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xzTRaeTvcftBfb1o62ZroVcDTzCDuJOf { width:14.4375rem;height:4.0625rem;top:5.125rem;left:2.8125rem;font-size:1.5625rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SFxoMeU9ffTQIlv8QSO9agBIXzR5eJdG { width:9.375rem;height:4.2246125rem;top:26.5625rem;left:5.3125rem;font-size:3.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NnbvSzpPw9DZohIywrhW06rHDOKNZXF9 { width:20rem;height:9.6875rem;top:48.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BItlOuGZLTfrGqTPAJBBtOyMeuSC4JBQ { width:20rem;height:4.2246125rem;top:38.75rem;left:0rem;font-size:3.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HUKgb9yg3946V0CJzgBacnvJ8H6RO1Xb { width:20rem;height:9.6875rem;top:36.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5vN3iSkouvtUfXld7EkJtHHtWduFy3n { width:20rem;height:4.225rem;top:50.375rem;left:0rem;font-size:3.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hVDcRu80OvelKnJQps4yaoBmdEK7GRr2 { width:12.875rem;height:1.7871125rem;top:31.375rem;left:3.5625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XPvzH2OGG8kVkvbcGzAEPkQ4Ehm0pxNz { width:20rem;height:1.7871125rem;top:43.375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TiqDVcrUmw4VCD4qW5Q9vxpLe8vQ53Ne { width:20rem;height:1.7875rem;top:54.8125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Drl6z0WAkRiN7LyZ1B1gER1rPTkOf7mF { 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; }#Drl6z0WAkRiN7LyZ1B1gER1rPTkOf7mF > .row .container { background-color: transparent; background-image: none; }#Drl6z0WAkRiN7LyZ1B1gER1rPTkOf7mF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Drl6z0WAkRiN7LyZ1B1gER1rPTkOf7mF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Drl6z0WAkRiN7LyZ1B1gER1rPTkOf7mF > .row .container > .video-iframe-container { display: none; }#Drl6z0WAkRiN7LyZ1B1gER1rPTkOf7mF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Drl6z0WAkRiN7LyZ1B1gER1rPTkOf7mF > .row > .video-iframe-container { display: none; }#Drl6z0WAkRiN7LyZ1B1gER1rPTkOf7mF > .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); }#Drl6z0WAkRiN7LyZ1B1gER1rPTkOf7mF > .row .container { border-width: 0; border-radius: 0; }#Drl6z0WAkRiN7LyZ1B1gER1rPTkOf7mF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Drl6z0WAkRiN7LyZ1B1gER1rPTkOf7mF > .row .container { width:20rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hsmaLKP0lievJWrnHLiJICPHbAdXLLEW { width:20rem;height:2.03125rem;top:3.875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LJVP75ndXEPbIPcZFogIFCzv4gZwAzIp { width:1.9375rem;height:1.9375rem;top:26.75rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWqIZbvPV2ZFRaIBfn4T8HCrg7HF1l4R { width:1.5625rem;height:1.5625rem;top:26.9375rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9SlEUxULDg87VnSOZvKvdmwnTZat2I2 { width:1.4375rem;height:1.4375rem;top:27rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oq3AEyOOdtRLN37UhGFmTTvu4KTg8bbK { width:1.4375rem;height:1.4375rem;top:27rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgWT3fWsmDt1GxiKHktkv1qfe7eN85Ri { width:20rem;height:1.625rem;top:8.8125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WF8PDOGK3K54U9y4hW9kIOxtURXN7WTo { width:16.1875rem;height:1.625rem;top:11.6875rem;left:1.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E4tvkn6NDIPnNG35ZpN6ZxqCKyxUA9G5 { width:19.875rem;height:1.625rem;top:14.3125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ChnFhdQkiuWyN61p95TekXFnTuuaD00V { width:10.1875rem;height:1.625rem;top:23.9375rem;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) { #PhcMq7bd6iKqALILs4NXqCAunrehvHFu { width:8.875rem;height:1.462675rem;top:20.9375rem;left:5.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #exr90usrPFR3ZzN69FInnzmCViX5SP9P { width:10.1875rem;height:1.625rem;top:17.875rem;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) { #cOxbfNUQd57H76SKfDZCSP0x7CaOT4T9 { display:block; }#cOxbfNUQd57H76SKfDZCSP0x7CaOT4T9 > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RFUsMiyTC199uODVQZ6gzC6OVMJaGxHu { width:12.9375rem;height:1.2999125rem;top:1.25rem;left:3.53125rem;font-size:1rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }