.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:226,243,225;--color-primary-1:160,214,157;--color-primary-2:64,172,58;--color-primary-3:32,86,29;--color-primary-4:10,26,9;--color-secondary-0:255,232,226;--color-secondary-1:255,178,158;--color-secondary-2:255,101,60;--color-secondary-3:128,51,30;--color-secondary-4:38,15,9;--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:"Open Sans";--paragraphs-font-family:"Open Sans"; }@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;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#fbCaMySXsyCJQgJ5swukq0smwJAFuEkK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbCaMySXsyCJQgJ5swukq0smwJAFuEkK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbCaMySXsyCJQgJ5swukq0smwJAFuEkK > .row > .video-iframe-container { display: none; }#fbCaMySXsyCJQgJ5swukq0smwJAFuEkK > .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); }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffafc;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .row .container { background-color: transparent; background-image: none; }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .row .container > .video-iframe-container { display: none; }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .row > .video-iframe-container { display: none; }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .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); }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .row .container { border-width: 0; border-radius: 0; }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:75rem;position:relative;display:block; }#zuBz5xE324uw5D4uMVC7TxlqSsJTxvzu { position:absolute;display:block;z-index:15000;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:16.625rem;top:1.59375rem;left:1.75rem;overflow:hidden;display:block; }
#HPl4CWIALTDTNFcpBPgSAymOVxi3AVmd { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 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:comfortaa;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.0625rem;height:2.75rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.03125rem;left:64.328905105594rem;display:block; }
#Nf0dFB5aBEkIkzGP0nNVA07qWLBIB2mE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c17a02a6-76a9-4dcd-8883-dfdf4371029a/492300109_1784566715459416_275006787209209836_n.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:block; }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze.adaptive-delivery-prevent-bg, #xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze.lazyload, #xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze.lazyloading { background-image: none; }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row .container { background-color: transparent; background-image: none; }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.65); }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row .container > .video-iframe-container { display: none; }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.65); }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row > .video-iframe-container { display: none; }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .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); }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row .container { border-width: 0; border-radius: 0; }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row .container { width:75rem;height:41.0625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#wBx0a1BvE4Pq6xlqmuvJCvRWpVaRuWWr { color:rgba(var(--color-tertiary-4),1);display:block;width:42.1875rem;position:absolute;font-family:bitter;font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:4.5rem;left:16.217969894409rem;height:14.21875rem;text-align:center;text-align-last:center;display:block; }
#ZLFt6pME81oMTDPsXec0ADp9ZQLkPbDc { color:rgba(var(--color-tertiary-4),1);display:block;width:40.3734375rem;position:absolute;font-family:comfortaa;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:28.4375rem;left:17.125001907349rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#tthQAO8i7psztIEHfz8CD9pswiI2JGbQ { 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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;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:comfortaa;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.68675rem;height:2.5625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:36.437500476837rem;left:31.967969894409rem;display:block; }
#t8gmSlgWaf6xqBEAITdbrsIlWobAzCQR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lgklvo9fLL847MWLklWs9DPqan7amMGe { color:rgba(var(--color-tertiary-4),1);display:block;width:38.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:24.6875rem;left:17.842969894409rem;height:2.19375rem;display:block; }
#y1oozPiqEoxii0MK9n7UZATFkgD6Xc3d { box-sizing:content-box;height:10.5rem;width:41.125rem;position:absolute;display:block;z-index:14999;background-color:rgba(64,172,58,0.22);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23rem;left:16.749219894409rem;display:block; }
#c5DafbeyS7S9fU7sGBEtEkRz0HMAoXQy { position:relative;display:block; }#c5DafbeyS7S9fU7sGBEtEkRz0HMAoXQy { background-color: transparent; background-image: none; }#c5DafbeyS7S9fU7sGBEtEkRz0HMAoXQy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c5DafbeyS7S9fU7sGBEtEkRz0HMAoXQy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c5DafbeyS7S9fU7sGBEtEkRz0HMAoXQy > .row .container > .video-iframe-container { display: none; }#c5DafbeyS7S9fU7sGBEtEkRz0HMAoXQy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c5DafbeyS7S9fU7sGBEtEkRz0HMAoXQy > .row > .video-iframe-container { display: none; }#c5DafbeyS7S9fU7sGBEtEkRz0HMAoXQy > .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); }#c5DafbeyS7S9fU7sGBEtEkRz0HMAoXQy { border-width: 0; border-radius: 0; }#c5DafbeyS7S9fU7sGBEtEkRz0HMAoXQy > .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; }#c5DafbeyS7S9fU7sGBEtEkRz0HMAoXQy > .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:17.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:block; }#ZqG3K3a0J3U9Dz7D5p0Xfy6hTsVgTeLT { color:#1c2e25;display:block;width:73.125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:10.40625rem;left:0.9375rem;height:3.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#loTdkh26QoGulXAMRLG8TbMdMfWxTiAR { color:#1c9742;display:block;width:47.25rem;position:absolute;font-family:comfortaa;font-size:0.9375rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:7.33984375rem;left:13.875001907349rem;height:1.03125rem;font-style:normal;display:block; }
#qufQbgPa1Jrs4tWFvZJsI86a4oScbbMZ { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:17.6875rem;top:2.398446559906rem;left:28.656251907349rem;overflow:hidden;display:block; }
#anICNeoS8U0yhhAVhuNuuic0nbTfvMku { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#anICNeoS8U0yhhAVhuNuuic0nbTfvMku > .row .container { background-color: transparent; background-image: none; }#anICNeoS8U0yhhAVhuNuuic0nbTfvMku::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anICNeoS8U0yhhAVhuNuuic0nbTfvMku > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anICNeoS8U0yhhAVhuNuuic0nbTfvMku > .row .container > .video-iframe-container { display: none; }#anICNeoS8U0yhhAVhuNuuic0nbTfvMku > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anICNeoS8U0yhhAVhuNuuic0nbTfvMku > .row > .video-iframe-container { display: none; }#anICNeoS8U0yhhAVhuNuuic0nbTfvMku > .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); }#anICNeoS8U0yhhAVhuNuuic0nbTfvMku > .row .container { border-width: 0; border-radius: 0; }#anICNeoS8U0yhhAVhuNuuic0nbTfvMku > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#anICNeoS8U0yhhAVhuNuuic0nbTfvMku > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;position:relative;display:block; }#Umt4gE9xNGyVansxqDZKc9TBvioe1Jmv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Umt4gE9xNGyVansxqDZKc9TBvioe1Jmv > .row .container { background-color: transparent; background-image: none; }#Umt4gE9xNGyVansxqDZKc9TBvioe1Jmv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Umt4gE9xNGyVansxqDZKc9TBvioe1Jmv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Umt4gE9xNGyVansxqDZKc9TBvioe1Jmv > .row .container > .video-iframe-container { display: none; }#Umt4gE9xNGyVansxqDZKc9TBvioe1Jmv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Umt4gE9xNGyVansxqDZKc9TBvioe1Jmv > .row > .video-iframe-container { display: none; }#Umt4gE9xNGyVansxqDZKc9TBvioe1Jmv > .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); }#Umt4gE9xNGyVansxqDZKc9TBvioe1Jmv > .row .container { border-width: 0; border-radius: 0; }#Umt4gE9xNGyVansxqDZKc9TBvioe1Jmv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Umt4gE9xNGyVansxqDZKc9TBvioe1Jmv > .row .container { font-size:0.875rem;font-family:arial;height:47.8125rem;width:75rem;position:relative;display:block; }#r36qpUr5fTccKCAC5uWah5lNGa8I01HK { color:rgba(var(--color-tertiary-4),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:6.499218940735rem;left:29.125001907349rem;height:2.84375rem;font-style:normal;display:block; }
#nkS3kiyE9zicPbN1gl0kFZzO2BK3750U { color:#42464d;display:block;width:6.8125rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:41rem;left:2.125rem;height:1.3rem;display:block; }
#MuxXfi0QCIagTo47NZrmpkM0rUnmud9K { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;top:40.75rem;left:9.8125rem; }
#MuxXfi0QCIagTo47NZrmpkM0rUnmud9K > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#VLy1oKwHG9T0iGiMgeRfzXQPqzyp8FoB { color:#40ac3a;display:block;width:19.375rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:4rem;left:27.812501907349rem;height:1.3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OSZtLhZo5EN4FO74f5mzksSKgKPbdxkc { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:28.75rem;left:5.0625rem;height:7.8rem;text-align:center;text-align-last:center;display:block; }
#R59U4a1Muf9Up4IrCE4PmWcKmlAwCgUu { color:rgba(var(--color-tertiary-4),1);display:block;width:14.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:22.28125rem;left:4.15625rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Xe93PclAoLQHNCtFoHghxBxbgGolr0Jn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.5625rem;width:5.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:14.125rem;left:8.6875rem; }
#TsCw1XHre1pS56NurxCI6SKOP2QmipI8 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:22.125rem;left:22.1875rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#LETQJ9buqzwt4ZApbULOcsztGipaNSJb { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:29.4375rem;left:22.625rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#hwMa3e2ODMwFNuibGQpqWwi5PUqvq6Hy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.6875rem;width:5.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:14.125rem;left:25.75rem; }
#sVSOIf7OcQ6ZTbgRylhPnqsVUDedx2s8 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:22.28125rem;left:39.468751907349rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#QMFs3yvBXi4VDZ0GJvRDNCA61KwLkCFJ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:29.4375rem;left:40.375001907349rem;height:5.2rem;text-align:center;text-align-last:center;display:block; }
#MmUTMBg3GwW9ROPXCWcVUb3NtqKu90JX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.3125rem;width:5.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:14.3125rem;left:44.0625rem; }
#WsQrFWNBPdM94yAJecpqvJ86qCQhZNIb { color:rgba(var(--color-tertiary-4),1);display:block;width:14.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:22.28125rem;left:56.968751907349rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#L0ToWfII1e4ya41psuZVg5NwTxrIQHz9 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:29.400001525879rem;left:57.875001907349rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#y46nPvDA9iIlzDN8Msz1t3xdAZFBTHVM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.375rem;width:7.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:13.4375rem;left:60.4375rem; }
#ZuQVaztPTQyAcKGelaHtKhTIFU59Eqi6 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;top:40.6875rem;left:12.75rem; }
#ZuQVaztPTQyAcKGelaHtKhTIFU59Eqi6 > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; }#zNiVcQ26yArcG8BAZuGqLRcIeO3uiSEB { position:absolute;display:block;z-index:15022;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:40.3125rem;left:12.375rem;display:block; }
#eZx7c680uywwXLnmFZEWReQ0cyyZQh8I { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:40.3125rem;left:9.375rem;display:block; }
#rcXwcfefVVqd8bLetirRXNwbevmh4o5v { box-sizing:content-box;height:23.125rem;width:14.25rem;position:absolute;display:block;z-index:14998;background-color:rgba(134,134,134,0.03);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.749999046326rem;left:21.812501907349rem;display:block; }
#aoyLWV3oA1XaR9K4HTdwvNcMikOvbyzB { box-sizing:content-box;height:22.9375rem;width:14.25rem;position:absolute;display:block;z-index:14999;background-color:rgba(134,134,134,0.03);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.862500190735rem;left:39.531251907349rem;display:block; }
#cx6gUcAw32av6HQEHTQWNUd8H1OOCbfJ { box-sizing:content-box;height:23.0625rem;width:14.25rem;position:absolute;display:block;z-index:15000;background-color:rgba(134,134,134,0.03);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.5625rem;left:57rem;display:block; }
#a50uE1kXznb4QeqO7S0uHJg9T46OctPf { box-sizing:content-box;height:23.125rem;width:14.25rem;position:absolute;display:block;z-index:15001;background-color:rgba(134,134,134,0.03);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.75rem;left:4.1875rem;display:block; }
#z7cUGAbuTKepsTdNSL6ONKAPyf31eBrR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/9dea06d0-8f1f-42cc-ae9b-133d85052065/Capturedcran20251203151356.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#z7cUGAbuTKepsTdNSL6ONKAPyf31eBrR.adaptive-delivery-prevent-bg, #z7cUGAbuTKepsTdNSL6ONKAPyf31eBrR.lazyload, #z7cUGAbuTKepsTdNSL6ONKAPyf31eBrR.lazyloading { background-image: none; }#z7cUGAbuTKepsTdNSL6ONKAPyf31eBrR > .row .container { background-color: transparent; background-image: none; }#z7cUGAbuTKepsTdNSL6ONKAPyf31eBrR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z7cUGAbuTKepsTdNSL6ONKAPyf31eBrR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z7cUGAbuTKepsTdNSL6ONKAPyf31eBrR > .row .container > .video-iframe-container { display: none; }#z7cUGAbuTKepsTdNSL6ONKAPyf31eBrR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z7cUGAbuTKepsTdNSL6ONKAPyf31eBrR > .row > .video-iframe-container { display: none; }#z7cUGAbuTKepsTdNSL6ONKAPyf31eBrR > .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); }#z7cUGAbuTKepsTdNSL6ONKAPyf31eBrR > .row .container { border-width: 0; border-radius: 0; }#z7cUGAbuTKepsTdNSL6ONKAPyf31eBrR > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#z7cUGAbuTKepsTdNSL6ONKAPyf31eBrR > .row .container { font-size:0.875rem;font-family:arial;height:6.8125rem;width:75rem;position:relative;display:block; }#glvUmJ9Fvvk9W5TrleBTQGa4xL1oHKD4 { 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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;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:comfortaa;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:2.9375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.9375rem;left:30.437501907349rem;display:block; }
#J3GaztvFFlbeUxTaqMfH85hOSNpp1Siv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bNNM5VBD6UTsX9Id6bQJ3LRZ07w7XtUn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bNNM5VBD6UTsX9Id6bQJ3LRZ07w7XtUn > .row .container { background-color: transparent; background-image: none; }#bNNM5VBD6UTsX9Id6bQJ3LRZ07w7XtUn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bNNM5VBD6UTsX9Id6bQJ3LRZ07w7XtUn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bNNM5VBD6UTsX9Id6bQJ3LRZ07w7XtUn > .row .container > .video-iframe-container { display: none; }#bNNM5VBD6UTsX9Id6bQJ3LRZ07w7XtUn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bNNM5VBD6UTsX9Id6bQJ3LRZ07w7XtUn > .row > .video-iframe-container { display: none; }#bNNM5VBD6UTsX9Id6bQJ3LRZ07w7XtUn > .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); }#bNNM5VBD6UTsX9Id6bQJ3LRZ07w7XtUn > .row .container { border-width: 0; border-radius: 0; }#bNNM5VBD6UTsX9Id6bQJ3LRZ07w7XtUn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bNNM5VBD6UTsX9Id6bQJ3LRZ07w7XtUn > .row .container { font-size:0.875rem;font-family:arial;height:86.8125rem;width:75rem;position:relative;display:block; }#eC7HnQTM7lgrRNyJ3i1eBgLdKb57VPlC { color:#40ac3a;display:block;width:36.875rem;position:absolute;font-family:comfortaa;font-size:0.9375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:5.5039076805115rem;left:19.062501907349rem;height:1.21875rem;font-style:normal;display:block; }
#IVTRurvVdB1uEsiXUvkVhCBBHQTly0dK { 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:26.9375rem;width:26.9375rem;top:33.3125rem;left:22.8125rem;overflow:hidden;display:block; }
#WNMRnFSIC2TQzIeAlBtyp4L1mDkUwJo2 { position:absolute;display:block;z-index:15022;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:14.5rem;width:19.625rem;top:60.9375rem;left:13.8125rem;overflow:hidden;display:block; }
#pWXqEZPtD1eFITmOtnVMxHJpN7m4GBiz { 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:14.6875rem;width:16.6875rem;top:50.375rem;left:5.375rem;overflow:hidden;display:block; }
#pNTIcZtwhfPyDNyF0IozfAy9x1QaZz4C { 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:12.5625rem;width:19.125rem;top:20rem;left:41.5625rem;overflow:hidden;display:block; }
#CzgR1FrnEMTvxKcSLyB6tBAAtWGkec4K { 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:15.1875rem;width:19.25rem;top:31.125rem;left:50.4375rem;overflow:hidden;display:block; }
#Vhp6rvzFdKsXSTnydfV8GmXvTpa0iSHo { 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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;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:comfortaa;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.4375rem;height:2.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:80.749991416931rem;left:24.781251907349rem;display:block; }
#WTadyAwiHu4w4hDZ6hRcUgofKRXV3eSF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ppyHuAKfr5ShEKCDVtRx6IfH8PnmJq3R { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#wsJ6WF9alVQV6waPsdEmM1zpqFh7XF7q { color:rgba(var(--color-tertiary-3),1);display:block;width:35.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:14.187500953674rem;left:19.875001907349rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#CysNMBS0dS8EpMHSVy0znPFQwiQVW07A { color:rgba(var(--color-tertiary-4),1);display:block;width:25.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:10.249218940735rem;left:24.968751907349rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#wHQRrTOwC1O0UiEH8Siw152gwGzNwP6f { box-sizing:content-box;height:0.25rem;width:11.125rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.8304705619812rem;left:31.937501907349rem;display:block; }
#hF02xySTSNg8w58nAgnlRIIotJEwNr96 { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.8125rem;top:29.625rem;left:3.25rem;overflow:hidden;display:block; }
#w9DVoghcOvzfiOBNXuogvT8tmgonamDs { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.3125rem;width:19.3125rem;top:18.25rem;left:13.0625rem;overflow:hidden;display:block; }
#QSE18WKsXyRlyza5TVTLrQGWxptTX8zL { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.625rem;width:19.5rem;top:50.4375rem;left:50.4375rem;overflow:hidden;display:block; }
#qVfPW5n6DbTsNUwu8RvCH7Svz0SQz0Z2 { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5rem;width:19.375rem;top:60.9375rem;left:39.6875rem;overflow:hidden;display:block; }
#hATElnP0GGTFkI9KhWiKKC7DbeytGmuX { box-sizing:content-box;height:1.1875rem;width:28.5625rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32.5625rem;left:22.0625rem;display:block; }
#BCbtOzuavJpacSv0EpibSWEBscNyeo8R { box-sizing:content-box;height:1.1875rem;width:28.5625rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:59.8125rem;left:22.0625rem;display:block; }
#zRSQvJmlwTafGVTl5MRGyAtz4grbagRa { box-sizing:content-box;height:26.8125rem;width:0.9375rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.5rem;left:22.0625rem;display:block; }
#iyAFD8qksH5vXckgBPzh8qO00Udc31iM { box-sizing:content-box;height:26.8125rem;width:0.875rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.5rem;left:49.5625rem;display:block; }
#dvdsCZv0yCOy1qZLN6pXGLNBZ1FQJmTv { box-sizing:content-box;height:15.9375rem;width:0.8125rem;position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:60.9375rem;left:33.4375rem;display:block; }
#e5tJGQUoEOwaDKa8aKqLttv3FpUTCzLh { box-sizing:content-box;height:16.875rem;width:0.8125rem;position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:60.9375rem;left:38.9375rem;display:block; }
#rZo3Wxet2G98GRzLfRram3lkwkRnPmDu { box-sizing:content-box;height:14.5rem;width:0.8125rem;position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.625rem;left:40.8125rem;display:block; }
#yZzMB39SgI8TmCCSzN792PTzyV7fCkya { box-sizing:content-box;height:15.8125rem;width:0.8125rem;position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.0625rem;left:32.3125rem;display:block; }
#WbeanLN4bnsfU5na62ZFmhMCauCfEeF7 { box-sizing:content-box;height:0.9375rem;width:18.75rem;position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:49.5rem;left:3.375rem;display:block; }
#hDoiHkVioBosQAHOZwLZdldt7bvAy4sT { box-sizing:content-box;height:0.9375rem;width:19.8125rem;position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:43.6875rem;left:2.4375rem;display:block; }
#LmoUrt9fbfmOPxxcfC5TzTnqJTgMzm9h { box-sizing:content-box;height:0.9375rem;width:20.375rem;position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:46.3125rem;left:50.4375rem;display:block; }
#dl3nOWDWX9okvrN5fGMPJMeb82Hp50TB { box-sizing:content-box;height:0.9375rem;width:22.1875rem;position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:49.5rem;left:50.375rem;display:block; }
#efLqBRegoraWp948B1FhJiOc61gsDzDm { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#p3bDW87G8DST9Tz42vIQoqtmAEVO8x6E { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#wooCio8G5C8qRPBlFeVuTruATFeJSkty { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#kn9qIwhXwcdHaG8HZDy7AqRpaLbzsFJk { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#xi4Ixb18MieunvgHAz1L5Z5tcWOApS36 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#xi4Ixb18MieunvgHAz1L5Z5tcWOApS36 > .row .container { background-color: transparent; background-image: none; }#xi4Ixb18MieunvgHAz1L5Z5tcWOApS36::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xi4Ixb18MieunvgHAz1L5Z5tcWOApS36 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xi4Ixb18MieunvgHAz1L5Z5tcWOApS36 > .row .container > .video-iframe-container { display: none; }#xi4Ixb18MieunvgHAz1L5Z5tcWOApS36 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xi4Ixb18MieunvgHAz1L5Z5tcWOApS36 > .row > .video-iframe-container { display: none; }#xi4Ixb18MieunvgHAz1L5Z5tcWOApS36 > .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); }#xi4Ixb18MieunvgHAz1L5Z5tcWOApS36 > .row .container { border-width: 0; border-radius: 0; }#xi4Ixb18MieunvgHAz1L5Z5tcWOApS36 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xi4Ixb18MieunvgHAz1L5Z5tcWOApS36 > .row .container { font-size:0.875rem;font-family:arial;height:27.75rem;width:75rem;position:relative;display:block; }#mF9iRN8IR7qv22ETKVVAgXtJwMou4EN9 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:20.5rem;width:14.75rem;top:3.78125rem;left:58.250000953674rem;display:block; }
#uQDhXThbRfhQhoTbNEqs9M5eHz4XrheJ { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:6.6875rem;top:4.59375rem;left:4.125rem;overflow:hidden;display:block; }
#hcKw7Mgrd2mKecRMhIBNypteT1mDtlnI { color:#42464d;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:10.531250953674rem;left:1.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rZ85OqMcV6dDpsDsWkLA19yNo0PiFdQL { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:0.75rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:13.781250953674rem;left:59.375000953674rem;height:8.1rem;text-align:center;text-align-last:center;display:block; }
#HEPbTbPT2bkBepGl0A3JFylTTH1C3Brq { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.4375rem;width:14.75rem;top:23.857955932618rem;left:58.250002861023rem;display:block; }
#woEckZHITFTh50rf4iE5XcR4TCDGCNuq { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:20.5rem;width:14.75rem;top:3.75rem;left:2.125rem;display:block; }
#yTtQDpXZIdF6ekq8UEQNCNdc62aEim75 { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.4375rem;width:14.75rem;top:23.899306297302rem;left:2.1250009536743rem;display:block; }
#ZhCoixM3iJSp8TMET6eH5qNAisHAM8IT { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:0.75rem;font-weight:normal;z-index:15008;line-height:1.8;letter-spacing:0;top:15.091661453247rem;left:3.125rem;height:8.1rem;text-align:center;text-align-last:center;display:block; }
#yTJR9LQtscxCCW2muSIetWJTt8eA6a4V { color:#42464d;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:8.9062528610231rem;left:3.1250009536743rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iFoEUrAmB5cdGyxuf9I5GhADQ8qVeiTp { 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:6rem;width:11.625rem;top:3.7812528610229rem;left:3.5625009536743rem;overflow:hidden;display:block; }
#lqq0HSJcg8ozZki5yM5aH79nx2iTcZe2 { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:20.5rem;width:14.75rem;top:3.8125rem;left:20.875rem;display:block; }
#iQRgB6nThGwgQUnpFeUGK3U59Z1D7XJb { position:absolute;display:block;z-index:15015;background-color:#42464d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.4375rem;width:14.75rem;top:23.875rem;left:20.875rem;display:block; }
#GM2LLi92TAGOOWO2URPfgTXR6y8Jk0k4 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:0.75rem;font-weight:normal;z-index:15013;line-height:1.8;letter-spacing:0;top:14.62326335907rem;left:21.875000953674rem;height:8.1rem;text-align:center;text-align-last:center;display:block; }
#MUFy2vT7w2LpaTaAuIHOy2xP2KtzNx70 { color:#42464d;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:9.71875rem;left:21.875000953674rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i4PBWrCMZB6g5xLlIsvJ0RxJpM5bWUTx { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.125rem;width:9.4375rem;top:4.59375rem;left:23.406250953674rem;overflow:hidden;display:block; }
#CvHJETKWL9agGDxUe4D8EkJUB0Lhf4yJ { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:20.5rem;width:14.75rem;top:3.7812442779541rem;left:39.500005722046rem;display:block; }
#KQATpuerzcCwUPdTW1pBnbRUSchbnzEG { position:absolute;display:block;z-index:15020;background-color:#25d8c1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.4375rem;width:14.75rem;top:23.875rem;left:39.5rem;display:block; }
#femB17Nx3xm5dsJmGpcGXhyCn2JA4TTd { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:0.75rem;font-weight:normal;z-index:15018;line-height:1.8;letter-spacing:0;top:15.18576335907rem;left:40.625000953674rem;height:6.75rem;text-align:center;text-align-last:center;display:block; }
#uU42HJPMSIyfPLc8elODX7FmWQ9Ioz72 { color:#42464d;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:10.531244277954rem;left:40.625005722046rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CyAovK58PVdRUntftuEtBHXKgIFOq8eV { 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:5.375rem;width:8.25rem;top:4.0624942779541rem;left:42.750005722046rem;overflow:hidden;display:block; }
#steOdh60clv8WQz2mG42t1sTgCntwX4w { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:6.9375rem;top:4.46875rem;left:62.156250953674rem;overflow:hidden;display:block; }
#ceOnWz3fUOduPK02ESJAOiKUm0aw4eTD { color:#42464d;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:10.531250953674rem;left:59.375000953674rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d34vtDiifAEGuE1pI7LbepJmWXAcBcno { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:20.5rem;width:14.75rem;top:3.75rem;left:2.125rem;display:none; }
#aJzoaPEE9r04gTTkq2radAc9Laaf7Cq0 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:20.5rem;width:14.75rem;top:3.75rem;left:2.125rem;display:none; }
#ya7K4NwWarpwIyP1rQ4ZNeCt4c4OzNgm { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:20.5rem;width:14.75rem;top:3.75rem;left:2.125rem;display:none; }
#OWzDuET3yk3Wl4cDDJaqrkcpCQ5yWRDd { 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/9dea06d0-8f1f-42cc-ae9b-133d85052065/Capturedcran20251203151356.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OWzDuET3yk3Wl4cDDJaqrkcpCQ5yWRDd.adaptive-delivery-prevent-bg, #OWzDuET3yk3Wl4cDDJaqrkcpCQ5yWRDd.lazyload, #OWzDuET3yk3Wl4cDDJaqrkcpCQ5yWRDd.lazyloading { background-image: none; }#OWzDuET3yk3Wl4cDDJaqrkcpCQ5yWRDd > .row .container { background-color: transparent; background-image: none; }#OWzDuET3yk3Wl4cDDJaqrkcpCQ5yWRDd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OWzDuET3yk3Wl4cDDJaqrkcpCQ5yWRDd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OWzDuET3yk3Wl4cDDJaqrkcpCQ5yWRDd > .row .container > .video-iframe-container { display: none; }#OWzDuET3yk3Wl4cDDJaqrkcpCQ5yWRDd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OWzDuET3yk3Wl4cDDJaqrkcpCQ5yWRDd > .row > .video-iframe-container { display: none; }#OWzDuET3yk3Wl4cDDJaqrkcpCQ5yWRDd > .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); }#OWzDuET3yk3Wl4cDDJaqrkcpCQ5yWRDd > .row .container { border-width: 0; border-radius: 0; }#OWzDuET3yk3Wl4cDDJaqrkcpCQ5yWRDd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OWzDuET3yk3Wl4cDDJaqrkcpCQ5yWRDd > .row .container { font-size:0.875rem;font-family:arial;height:44.375rem;width:75rem;position:relative;display:block; }#e7BwtNvxqhyeJC7nVfAZ19kIQChL9vrF { color:rgba(var(--color-tertiary-4),1);display:block;width:33.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.9273338317871rem;left:20.781251907349rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LfNNhyvTrXi60U3Eoy49sm65CRF6kWTO { color:#40ac3a;display:block;width:16.1875rem;position:absolute;font-family:comfortaa;font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:7.7273340225219rem;left:29.406251907349rem;height:1.21875rem;font-style:normal;display:block; }
#oDqtJAL8GBCpWLAl5xk9TXqenJZBH8J7 { color:rgba(var(--color-primary-4),1);display:block;width:17.375rem;position:absolute;font-family:comfortaa;font-size:1.0625rem;font-weight:400;z-index:15049;line-height:1.3;letter-spacing:0;top:28.75rem;left:7.8125rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bzanWhKUAJTVERhRZ5uJh8tKGwUP2PDB { color:rgba(var(--color-primary-4),1);display:block;width:18.0625rem;position:absolute;font-family:comfortaa;font-size:1.0625rem;font-weight:400;z-index:15056;line-height:1.3;letter-spacing:0;top:28.6875rem;left:28.5rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FgAZ9gvpT2vG5CV7kOwXsSy5Q2EEeCHu { color:rgba(var(--color-primary-4),1);display:block;width:17.9375rem;position:absolute;font-family:comfortaa;font-size:1.0625rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:28.8125rem;left:49.625rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nOIBCOLT4s9vI7hfovl1FpS2zxsgzreX { color:rgba(var(--color-tertiary-4),1);display:block;width:45.5625rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:12.762499809265rem;left:14.718751907349rem;height:2.6rem;text-align:left;text-align-last:left;display:block; }
#ozPOO3QSdvS4t9PImO57xakbipZ8b2pI { box-sizing:content-box;height:0.25rem;width:11.125rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.6913976669311rem;left:31.937501907349rem;display:block; }
#hp77qbTcr6ubrw0GtV6HdFttmfy77d0K { box-sizing:content-box;height:23.25rem;width:18.4375rem;position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.0625rem;left:7.3125rem;display:block; }
#dEUmHggDFx5GLGmayRqcwkQZb6xn6TXc { position:absolute;display:block;z-index:15050;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.9375rem;width:18.4375rem;top:18.0625rem;left:7.3125rem;overflow:hidden;display:block; }
#dwqtmWKseRDnBeTtKFlK4A4rllm5NEyW { color:#373535;display:block;width:16.5rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15051;line-height:1.3;letter-spacing:0;top:33.637499570846rem;left:8.2500019073488rem;height:6.825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DLxCeQS0832ZBzuItZWhpvRb9EpNx095 { box-sizing:content-box;height:23.1875rem;width:18.3125rem;position:absolute;display:block;z-index:15052;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.0625rem;left:28.5625rem;display:block; }
#VgtPXBli9EGWTAH3aisT6h3FZvLaIfBy { color:#373535;display:block;width:17.25rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15055;line-height:1.3;letter-spacing:0;top:33.637499570846rem;left:28.875001907349rem;height:6.825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vDP86d2t1UwM7EwDRF1tyXHp3yG23eoM { position:absolute;display:block;z-index:15054;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.9375rem;width:18.3125rem;top:18.0625rem;left:28.5rem;overflow:hidden;display:block; }
#aOqsGbMe6dLsokkJLhNWs8MpZEp7IEQV { box-sizing:content-box;height:23.125rem;width:18.4375rem;position:absolute;display:block;z-index:15056;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18rem;left:49.3125rem;display:block; }
#TT9bApfG4eHdp7k7EGwOVeR377wfCgv1 { color:#373535;display:block;width:17.875rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15059;line-height:1.3;letter-spacing:0;top:33.637499570846rem;left:49.656251907349rem;height:6.825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iTngUC3pFKPSGgKf2Cx17UoRTuAbV7kK { position:absolute;display:block;z-index:15058;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.9375rem;width:18.3125rem;top:18rem;left:49.375rem;overflow:hidden;display:block; }
#NUUzZfhENCirb0WluaxdRh0EB6FBUcL5 { box-sizing:content-box;height:0.1875rem;width:18.4375rem;position:absolute;display:block;z-index:15061;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32.175001144409rem;left:7.2812519073488rem;display:block; }
#UxAeqvP15GtS9p5JbinCsoeLn0P4WiAT { box-sizing:content-box;height:0.1875rem;width:18.4375rem;position:absolute;display:block;z-index:15062;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32.175000667572rem;left:28.500001907349rem;display:block; }
#qFFencmiUqpSPcB9cET4yX0vhznxA64Q { box-sizing:content-box;height:0.1875rem;width:18.4375rem;position:absolute;display:block;z-index:15063;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32.175000667572rem;left:49.375001907349rem;display:block; }
#azP6fFGTHd54v5XZDpNzIxcRutu88oxk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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:none; }#azP6fFGTHd54v5XZDpNzIxcRutu88oxk > .row .container { border-width: 0; border-radius: 0; }#azP6fFGTHd54v5XZDpNzIxcRutu88oxk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#azP6fFGTHd54v5XZDpNzIxcRutu88oxk > .row .container { font-size:0.875rem;font-family:arial;height:0.5625rem;width:75rem;position:relative;display:none; }#vGGsPxuHUbdQCDNTkz4K1TqnMmBQnAGi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vGGsPxuHUbdQCDNTkz4K1TqnMmBQnAGi > .row .container { background-color: transparent; background-image: none; }#vGGsPxuHUbdQCDNTkz4K1TqnMmBQnAGi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vGGsPxuHUbdQCDNTkz4K1TqnMmBQnAGi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vGGsPxuHUbdQCDNTkz4K1TqnMmBQnAGi > .row .container > .video-iframe-container { display: none; }#vGGsPxuHUbdQCDNTkz4K1TqnMmBQnAGi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vGGsPxuHUbdQCDNTkz4K1TqnMmBQnAGi > .row > .video-iframe-container { display: none; }#vGGsPxuHUbdQCDNTkz4K1TqnMmBQnAGi > .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); }#vGGsPxuHUbdQCDNTkz4K1TqnMmBQnAGi > .row .container { border-width: 0; border-radius: 0; }#vGGsPxuHUbdQCDNTkz4K1TqnMmBQnAGi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vGGsPxuHUbdQCDNTkz4K1TqnMmBQnAGi > .row .container { font-size:0.875rem;font-family:arial;height:19.6875rem;width:75rem;position:relative;display:block; }#Je3DlAgMG1ipZVeXmmPd3TxawQOdDtP6 { box-sizing:content-box;height:8.375rem;width:13.1875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:5.1875rem;left:2.125rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#BVicvHXdQdwzm5LqfZmbGBDGllHo8tBg { color:rgba(var(--color-tertiary-4),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:6.8077278137206rem;left:2.6236991882324rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V4ZNCmLGtDQX3CcNiX8upfbulXarl7oy { color:rgba(var(--color-tertiary-4),1);display:block;width:3.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:8.5625rem;left:2.6875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mRkG0HvSIqJmRBOuQ7yOJwm4hQmk1mlb { color:rgba(var(--color-tertiary-4),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:11.8125rem;left:3.125rem;height:0.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#habPXVhckP3U8nCAPaPvWNsLkVUEItlJ { color:rgba(var(--color-tertiary-4),1);display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:10.1875rem;left:2.5625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uyatZzxOMK0K5hTq78o6zxvZ26zBBmxx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:11.6875rem;left:3.75rem; }
#TkVylUSNLPRQf7y49FkCGukNHf5ov5w1 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.874125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:6.8077278137206rem;left:18.060981750488rem;height:6.825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ExVgIK614k12uwusgfu0pkSVhTssNXcF { color:rgba(var(--color-tertiary-4),1);display:block;width:5.56171875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:16.435943603516rem;left:21.187501907349rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QBPuz601D00kIBUz8iUx2BX0bNaEAPoX { color:rgba(var(--color-tertiary-4),1);display:block;width:5.99935rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:5.25rem;left:17rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BRiZ6aVmKuzVmhMwESSAQcbo55dxNPPQ { box-sizing:content-box;height:1.9987rem;width:1.9987rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14999;background-color:#f89cb3;background-image:none;top:16.1875rem;left:18.0625rem;display:block; }
#qVfTZaqSlqsPV0QQiMf1dlndi8neaUli { color:rgba(var(--color-tertiary-4),1);display:block;width:3.06171875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:16.639068603516rem;left:18.6875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DBBlodqtTgf0NbU6dqfvfQm4hcNxX1VH { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:16.375rem;left:37.625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wgA8wLIpqd2UCN0ZsQT3zhP87RGEGW7e { color:rgba(var(--color-tertiary-4),1);display:block;width:3.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:16.5rem;left:35.4375rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SOOF3dL29aeHD77pqmnqussxZRUMVTz9 { box-sizing:content-box;height:2rem;width:2rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15002;background-color:#a4baff;background-image:none;top:16.0625rem;left:34.75rem;display:block; }
#kkqfNngJpxsX1O9s46HRPyurzFNfQq01 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5623125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:6.624351501465rem;left:34.749351501465rem;height:5.85rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GNWbJn7OFfQpimNwi3xSDqfszaNqqJk9 { color:rgba(var(--color-tertiary-4),1);display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:5.125rem;left:33.625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oqMEJUTTaF7vOgH6qwHNJMK30nnGZoJz { color:rgba(var(--color-tertiary-4),1);display:block;width:5.99935rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:16.4375rem;left:58.75rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CAZn1Tz3uSCAp2acozC2FTcvNazGl7oM { color:rgba(var(--color-tertiary-4),1);display:block;width:3.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:16.5625rem;left:56.375rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hFMPRWlG6UDfGQ8TmavKgTdhIFnDDkBq { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5623125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:6.624351501465rem;left:55.686851501465rem;height:7.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zBkOxkwUfzFhzd1WEgTp2wcPFiCQdABA { box-sizing:content-box;height:2rem;width:2rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;top:16.125rem;left:55.6875rem;display:block; }
#Hu2wCxHP5r3hWkZtIIKtM8TyeFRVfsbW { color:rgba(var(--color-tertiary-4),1);display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:5.125rem;left:54.5625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U7rpvIINTKOhuXObgLJWwmb0ItUMkK8w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#U7rpvIINTKOhuXObgLJWwmb0ItUMkK8w > .row .container { background-color: transparent; background-image: none; }#U7rpvIINTKOhuXObgLJWwmb0ItUMkK8w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7rpvIINTKOhuXObgLJWwmb0ItUMkK8w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7rpvIINTKOhuXObgLJWwmb0ItUMkK8w > .row .container > .video-iframe-container { display: none; }#U7rpvIINTKOhuXObgLJWwmb0ItUMkK8w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7rpvIINTKOhuXObgLJWwmb0ItUMkK8w > .row > .video-iframe-container { display: none; }#U7rpvIINTKOhuXObgLJWwmb0ItUMkK8w > .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); }#U7rpvIINTKOhuXObgLJWwmb0ItUMkK8w > .row .container { border-width: 0; border-radius: 0; }#U7rpvIINTKOhuXObgLJWwmb0ItUMkK8w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U7rpvIINTKOhuXObgLJWwmb0ItUMkK8w > .row .container { font-size:0.875rem;font-family:arial;height:0.5625rem;width:75rem;position:relative;display:block; }#uD1JVIUc48PPUly7Eb1A1n94dUdxrtpn { 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/a7d09520-7b37-495a-b4e1-682fe9310625/170591856_864366387479458_6915866064359673975_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uD1JVIUc48PPUly7Eb1A1n94dUdxrtpn.adaptive-delivery-prevent-bg, #uD1JVIUc48PPUly7Eb1A1n94dUdxrtpn.lazyload, #uD1JVIUc48PPUly7Eb1A1n94dUdxrtpn.lazyloading { background-image: none; }#uD1JVIUc48PPUly7Eb1A1n94dUdxrtpn > .row .container { background-color: transparent; background-image: none; }#uD1JVIUc48PPUly7Eb1A1n94dUdxrtpn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uD1JVIUc48PPUly7Eb1A1n94dUdxrtpn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uD1JVIUc48PPUly7Eb1A1n94dUdxrtpn > .row .container > .video-iframe-container { display: none; }#uD1JVIUc48PPUly7Eb1A1n94dUdxrtpn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uD1JVIUc48PPUly7Eb1A1n94dUdxrtpn > .row > .video-iframe-container { display: none; }#uD1JVIUc48PPUly7Eb1A1n94dUdxrtpn > .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); }#uD1JVIUc48PPUly7Eb1A1n94dUdxrtpn > .row .container { border-width: 0; border-radius: 0; }#uD1JVIUc48PPUly7Eb1A1n94dUdxrtpn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uD1JVIUc48PPUly7Eb1A1n94dUdxrtpn > .row .container { font-size:0.875rem;font-family:arial;height:37.25rem;width:75rem;position:relative;display:block; }#HQxfi3bnwIufdixsGS8RspNW6ETOiGD6 { color:#42464d;display:block;width:39.0625rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:13.125rem;left:17.968751907349rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iqpT4uaPdDMk1B0uotfF21WcUR2i8n0v { 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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;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:comfortaa;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:2.6875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:21.375rem;left:30.625rem;display:block; }
#kTz6a3gTD0XspV4bWxzQlEzKriBONO5i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qOcr5ClpIE2QVoFXOJs8r8T4OmnbPmXd { box-sizing:content-box;height:13.875rem;width:42.3125rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:11.6875rem;left:16.3125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#iTqfR0vuc8XeV2M1FpFKftBULTx2ZRHU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#iTqfR0vuc8XeV2M1FpFKftBULTx2ZRHU > .row .container { background-color: transparent; background-image: none; }#iTqfR0vuc8XeV2M1FpFKftBULTx2ZRHU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTqfR0vuc8XeV2M1FpFKftBULTx2ZRHU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTqfR0vuc8XeV2M1FpFKftBULTx2ZRHU > .row .container > .video-iframe-container { display: none; }#iTqfR0vuc8XeV2M1FpFKftBULTx2ZRHU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTqfR0vuc8XeV2M1FpFKftBULTx2ZRHU > .row > .video-iframe-container { display: none; }#iTqfR0vuc8XeV2M1FpFKftBULTx2ZRHU > .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); }#iTqfR0vuc8XeV2M1FpFKftBULTx2ZRHU > .row .container { border-width: 0; border-radius: 0; }#iTqfR0vuc8XeV2M1FpFKftBULTx2ZRHU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iTqfR0vuc8XeV2M1FpFKftBULTx2ZRHU > .row .container { font-size:0.875rem;font-family:arial;height:21rem;width:75rem;position:relative;display:block; }#NRghrcVa4IiFcBuwGuLF0EhFw3T786S6 { color:#ffffff;display:block;width:8.5625rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:13.4375rem;left:35rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#swT0xfqctT30y1wohSqhFbgIeWWaM2hV { color:#fdfdfd;display:block;width:22.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:9.375rem;left:35rem;height:1.95rem;text-align:left;text-align-last:left;display:block; }
#dGJEN25F51BQhyCS8nZ6TSg0Mai8hCrk { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:19.4375rem;top:5rem;left:5.5rem;overflow:hidden;display:block; }
#HqUvxQPPNgRtcFSkJ9TJT0GGcTT4VCR2 { box-sizing:content-box;height:2.1875rem;width:2.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.375rem;left:5.5rem;display:block; }
#sCIgwHS0QDNyte980yVKAgzBZpwGxF9z { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;top:10.625rem;left:5.75rem; }
#sCIgwHS0QDNyte980yVKAgzBZpwGxF9z > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; }#xOIDw27GtDupTVAUbTPwc9JRtz7cTgDh { box-sizing:content-box;height:2.1875rem;width:2.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15013;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.375rem;left:9.3125rem;display:block; }
#TqDxiRd4SLWBcCA3ZdUBvAHG8lNo4FTL { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;top:10.5rem;left:9.5rem; }
#TqDxiRd4SLWBcCA3ZdUBvAHG8lNo4FTL > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR { display:block; }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zuBz5xE324uw5D4uMVC7TxlqSsJTxvzu { width:16.625rem;height:1.75rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPl4CWIALTDTNFcpBPgSAymOVxi3AVmd { width:9.0625rem;height:2.75rem;top:1rem;left:38.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nf0dFB5aBEkIkzGP0nNVA07qWLBIB2mE { display:block; }
 }@media only screen and (max-width: 763px) { #xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze { display:block; }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wBx0a1BvE4Pq6xlqmuvJCvRWpVaRuWWr { top:4.5rem;left:2.5929698944092rem;width:42.1875rem;height:14.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLFt6pME81oMTDPsXec0ADp9ZQLkPbDc { top:28.4375rem;left:3.5000019073486rem;width:40.3125rem;height:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tthQAO8i7psztIEHfz8CD9pswiI2JGbQ { width:10.625rem;height:2.5625rem;top:36.4375rem;left:18.342969894409rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8gmSlgWaf6xqBEAITdbrsIlWobAzCQR { display:block; }
 }@media only screen and (max-width: 763px) { #lgklvo9fLL847MWLklWs9DPqan7amMGe { top:24.6875rem;left:4.2179698944092rem;width:38.9375rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1oozPiqEoxii0MK9n7UZATFkgD6Xc3d { top:23rem;left:3.1242198944092rem;width:41.125rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5DafbeyS7S9fU7sGBEtEkRz0HMAoXQy { display:block; }#c5DafbeyS7S9fU7sGBEtEkRz0HMAoXQy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZqG3K3a0J3U9Dz7D5p0Xfy6hTsVgTeLT { width:47.75rem;height:3.75rem;top:10.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #loTdkh26QoGulXAMRLG8TbMdMfWxTiAR { width:47.25rem;height:1rem;top:7.3125rem;left:0.25000190734863rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qufQbgPa1Jrs4tWFvZJsI86a4oScbbMZ { top:2.375rem;left:15.031251907349rem;width:17.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #anICNeoS8U0yhhAVhuNuuic0nbTfvMku { display:block; }#anICNeoS8U0yhhAVhuNuuic0nbTfvMku > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Umt4gE9xNGyVansxqDZKc9TBvioe1Jmv { display:block; }#Umt4gE9xNGyVansxqDZKc9TBvioe1Jmv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r36qpUr5fTccKCAC5uWah5lNGa8I01HK { width:16.75rem;height:2.8125rem;top:6.4375rem;left:15.500001907349rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkS3kiyE9zicPbN1gl0kFZzO2BK3750U { width:6.8125rem;height:1.25rem;top:41rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuxXfi0QCIagTo47NZrmpkM0rUnmud9K { width:1.875rem;height:1.875rem;top:40.75rem;left:0rem;display:block; }
#MuxXfi0QCIagTo47NZrmpkM0rUnmud9K > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #VLy1oKwHG9T0iGiMgeRfzXQPqzyp8FoB { width:19.375rem;height:1.25rem;top:4rem;left:14.187501907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSZtLhZo5EN4FO74f5mzksSKgKPbdxkc { top:28.75rem;left:0rem;width:12.5rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R59U4a1Muf9Up4IrCE4PmWcKmlAwCgUu { top:22.25rem;left:0rem;width:14.3125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xe93PclAoLQHNCtFoHghxBxbgGolr0Jn { top:14.125rem;left:0rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsCw1XHre1pS56NurxCI6SKOP2QmipI8 { top:22.125rem;left:8.5625rem;width:13.375rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LETQJ9buqzwt4ZApbULOcsztGipaNSJb { top:29.4375rem;left:9rem;width:12.5rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwMa3e2ODMwFNuibGQpqWwi5PUqvq6Hy { top:14.125rem;left:12.125rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVSOIf7OcQ6ZTbgRylhPnqsVUDedx2s8 { top:22.25rem;left:25.843751907349rem;width:14.3125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMFs3yvBXi4VDZ0GJvRDNCA61KwLkCFJ { top:29.4375rem;left:26.750001907349rem;width:12.5rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmUTMBg3GwW9ROPXCWcVUb3NtqKu90JX { top:14.3125rem;left:30.4375rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsQrFWNBPdM94yAJecpqvJ86qCQhZNIb { top:22.25rem;left:33.4375rem;width:14.3125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0ToWfII1e4ya41psuZVg5NwTxrIQHz9 { top:29.375rem;left:35.25rem;width:12.5rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y46nPvDA9iIlzDN8Msz1t3xdAZFBTHVM { top:13.4375rem;left:40.375rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuQVaztPTQyAcKGelaHtKhTIFU59Eqi6 { width:1.9375rem;height:1.9375rem;top:40.6875rem;left:0rem;display:block; }
#ZuQVaztPTQyAcKGelaHtKhTIFU59Eqi6 > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #zNiVcQ26yArcG8BAZuGqLRcIeO3uiSEB { width:2.625rem;height:2.625rem;top:40.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZx7c680uywwXLnmFZEWReQ0cyyZQh8I { width:2.625rem;height:2.625rem;top:40.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcXwcfefVVqd8bLetirRXNwbevmh4o5v { top:13.6875rem;left:8.1875019073488rem;width:14.25rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoyLWV3oA1XaR9K4HTdwvNcMikOvbyzB { top:13.8125rem;left:25.906251907349rem;width:14.25rem;height:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cx6gUcAw32av6HQEHTQWNUd8H1OOCbfJ { top:13.5625rem;left:33.5rem;width:14.25rem;height:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a50uE1kXznb4QeqO7S0uHJg9T46OctPf { top:13.75rem;left:0rem;width:14.25rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7cUGAbuTKepsTdNSL6ONKAPyf31eBrR { display:block; }#z7cUGAbuTKepsTdNSL6ONKAPyf31eBrR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #glvUmJ9Fvvk9W5TrleBTQGa4xL1oHKD4 { width:14.125rem;height:2.9375rem;top:1.9375rem;left:16.812501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3GaztvFFlbeUxTaqMfH85hOSNpp1Siv { display:block; }
 }@media only screen and (max-width: 763px) { #bNNM5VBD6UTsX9Id6bQJ3LRZ07w7XtUn { display:block; }#bNNM5VBD6UTsX9Id6bQJ3LRZ07w7XtUn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eC7HnQTM7lgrRNyJ3i1eBgLdKb57VPlC { width:36.875rem;height:1.1875rem;top:5.5rem;left:5.4375019073486rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVTRurvVdB1uEsiXUvkVhCBBHQTly0dK { top:33.3125rem;left:9.1875rem;width:26.9375rem;height:26.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNMRnFSIC2TQzIeAlBtyp4L1mDkUwJo2 { top:60.9375rem;left:0.1875rem;width:19.625rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWXqEZPtD1eFITmOtnVMxHJpN7m4GBiz { top:50.375rem;left:0rem;width:16.6875rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNTIcZtwhfPyDNyF0IozfAy9x1QaZz4C { top:20rem;left:27.9375rem;width:19.125rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzgR1FrnEMTvxKcSLyB6tBAAtWGkec4K { top:31.125rem;left:28.5rem;width:19.25rem;height:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vhp6rvzFdKsXSTnydfV8GmXvTpa0iSHo { width:25.4375rem;height:2.4375rem;top:80.6875rem;left:11.156251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTadyAwiHu4w4hDZ6hRcUgofKRXV3eSF { display:block; }
 }@media only screen and (max-width: 763px) { #ppyHuAKfr5ShEKCDVtRx6IfH8PnmJq3R { display:none; }
 }@media only screen and (max-width: 763px) { #wsJ6WF9alVQV6waPsdEmM1zpqFh7XF7q { top:14.1875rem;left:6.2500019073488rem;width:35.25rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CysNMBS0dS8EpMHSVy0znPFQwiQVW07A { top:10.1875rem;left:11.343751907349rem;width:25.0625rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHQRrTOwC1O0UiEH8Siw152gwGzNwP6f { top:8.8125rem;left:18.312501907349rem;width:11.125rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hF02xySTSNg8w58nAgnlRIIotJEwNr96 { top:29.625rem;left:0rem;width:18.8125rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9DVoghcOvzfiOBNXuogvT8tmgonamDs { top:18.25rem;left:0rem;width:19.3125rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSE18WKsXyRlyza5TVTLrQGWxptTX8zL { top:50.4375rem;left:28.25rem;width:19.5rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVfPW5n6DbTsNUwu8RvCH7Svz0SQz0Z2 { top:60.9375rem;left:26.0625rem;width:19.375rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hATElnP0GGTFkI9KhWiKKC7DbeytGmuX { top:32.5625rem;left:8.4375rem;width:28.5625rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCbtOzuavJpacSv0EpibSWEBscNyeo8R { top:59.8125rem;left:8.4375rem;width:28.5625rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRSQvJmlwTafGVTl5MRGyAtz4grbagRa { top:33.5rem;left:8.4375rem;width:0.9375rem;height:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyAFD8qksH5vXckgBPzh8qO00Udc31iM { top:33.5rem;left:35.9375rem;width:0.875rem;height:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvdsCZv0yCOy1qZLN6pXGLNBZ1FQJmTv { top:60.9375rem;left:19.8125rem;width:0.8125rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5tJGQUoEOwaDKa8aKqLttv3FpUTCzLh { top:60.9375rem;left:25.3125rem;width:0.8125rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZo3Wxet2G98GRzLfRram3lkwkRnPmDu { top:18.625rem;left:27.1875rem;width:0.8125rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZzMB39SgI8TmCCSzN792PTzyV7fCkya { top:17.0625rem;left:18.6875rem;width:0.8125rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbeanLN4bnsfU5na62ZFmhMCauCfEeF7 { top:49.5rem;left:0rem;width:18.75rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDoiHkVioBosQAHOZwLZdldt7bvAy4sT { top:43.6875rem;left:0rem;width:19.8125rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmoUrt9fbfmOPxxcfC5TzTnqJTgMzm9h { top:46.3125rem;left:27.375rem;width:20.375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dl3nOWDWX9okvrN5fGMPJMeb82Hp50TB { top:49.5rem;left:25.5625rem;width:22.1875rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #efLqBRegoraWp948B1FhJiOc61gsDzDm { display:none; }
 }@media only screen and (max-width: 763px) { #p3bDW87G8DST9Tz42vIQoqtmAEVO8x6E { display:none; }
 }@media only screen and (max-width: 763px) { #wooCio8G5C8qRPBlFeVuTruATFeJSkty { display:none; }
 }@media only screen and (max-width: 763px) { #kn9qIwhXwcdHaG8HZDy7AqRpaLbzsFJk { display:none; }
 }@media only screen and (max-width: 763px) { #xi4Ixb18MieunvgHAz1L5Z5tcWOApS36 { display:block; }#xi4Ixb18MieunvgHAz1L5Z5tcWOApS36 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mF9iRN8IR7qv22ETKVVAgXtJwMou4EN9 { width:14.75rem;height:20.5rem;top:3.75rem;left:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQDhXThbRfhQhoTbNEqs9M5eHz4XrheJ { width:6.6875rem;height:4.3125rem;top:4.5625rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcKw7Mgrd2mKecRMhIBNypteT1mDtlnI { width:12.5rem;height:1.625rem;top:10.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZ85OqMcV6dDpsDsWkLA19yNo0PiFdQL { width:12.5rem;height:8.0625rem;top:13.75rem;left:35.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEPbTbPT2bkBepGl0A3JFylTTH1C3Brq { width:14.75rem;height:0.4375rem;top:23.8125rem;left:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #woEckZHITFTh50rf4iE5XcR4TCDGCNuq { width:14.75rem;height:20.5rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTtQDpXZIdF6ekq8UEQNCNdc62aEim75 { width:14.75rem;height:0.4375rem;top:23.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhCoixM3iJSp8TMET6eH5qNAisHAM8IT { width:12.5rem;height:8.0625rem;top:15.0625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTJR9LQtscxCCW2muSIetWJTt8eA6a4V { width:12.5rem;height:4.875rem;top:8.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFoEUrAmB5cdGyxuf9I5GhADQ8qVeiTp { width:11.625rem;height:6rem;top:3.75rem;left:0.15625095367432rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqq0HSJcg8ozZki5yM5aH79nx2iTcZe2 { width:14.75rem;height:20.5rem;top:3.8125rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQRgB6nThGwgQUnpFeUGK3U59Z1D7XJb { width:14.75rem;height:0.4375rem;top:23.875rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GM2LLi92TAGOOWO2URPfgTXR6y8Jk0k4 { width:12.5rem;height:8.0625rem;top:14.5625rem;left:11.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUFy2vT7w2LpaTaAuIHOy2xP2KtzNx70 { width:12.5rem;height:3.25rem;top:9.6875rem;left:11.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4PBWrCMZB6g5xLlIsvJ0RxJpM5bWUTx { width:9.4375rem;height:6.125rem;top:4.5625rem;left:13.187500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvHJETKWL9agGDxUe4D8EkJUB0Lhf4yJ { width:14.75rem;height:20.5rem;top:3.75rem;left:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQATpuerzcCwUPdTW1pBnbRUSchbnzEG { width:14.75rem;height:0.4375rem;top:23.875rem;left:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #femB17Nx3xm5dsJmGpcGXhyCn2JA4TTd { width:12.5rem;height:6.6875rem;top:15.125rem;left:23.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uU42HJPMSIyfPLc8elODX7FmWQ9Ioz72 { width:12.5rem;height:1.625rem;top:10.5rem;left:23.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyAovK58PVdRUntftuEtBHXKgIFOq8eV { width:8.25rem;height:5.375rem;top:4rem;left:25.718755722046rem;display:block; }
 }@media only screen and (max-width: 763px) { #steOdh60clv8WQz2mG42t1sTgCntwX4w { top:4.4375rem;left:38.312500953674rem;width:6.9375rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceOnWz3fUOduPK02ESJAOiKUm0aw4eTD { width:12.5rem;height:1.625rem;top:10.5rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d34vtDiifAEGuE1pI7LbepJmWXAcBcno { width:14.75rem;height:20.5rem;top:3.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aJzoaPEE9r04gTTkq2radAc9Laaf7Cq0 { width:14.75rem;height:20.5rem;top:3.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ya7K4NwWarpwIyP1rQ4ZNeCt4c4OzNgm { width:14.75rem;height:20.5rem;top:3.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OWzDuET3yk3Wl4cDDJaqrkcpCQ5yWRDd { display:block; }#OWzDuET3yk3Wl4cDDJaqrkcpCQ5yWRDd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e7BwtNvxqhyeJC7nVfAZ19kIQChL9vrF { width:33.4375rem;height:2.4375rem;top:1.875rem;left:7.1562519073488rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfNNhyvTrXi60U3Eoy49sm65CRF6kWTO { width:16.1875rem;height:1.1875rem;top:7.6875rem;left:15.781251907349rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDqtJAL8GBCpWLAl5xk9TXqenJZBH8J7 { width:17.375rem;height:2.75rem;top:28.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzanWhKUAJTVERhRZ5uJh8tKGwUP2PDB { width:18.0625rem;height:2.75rem;top:28.6875rem;left:14.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgAZ9gvpT2vG5CV7kOwXsSy5Q2EEeCHu { width:17.9375rem;height:2.75rem;top:28.8125rem;left:29.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOIBCOLT4s9vI7hfovl1FpS2zxsgzreX { top:12.75rem;left:1.0937519073486rem;width:45.5625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozPOO3QSdvS4t9PImO57xakbipZ8b2pI { top:5.6875rem;left:18.312501907349rem;width:11.125rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hp77qbTcr6ubrw0GtV6HdFttmfy77d0K { top:18.0625rem;left:0rem;width:18.4375rem;height:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEUmHggDFx5GLGmayRqcwkQZb6xn6TXc { top:18.0625rem;left:0rem;width:18.4375rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwqtmWKseRDnBeTtKFlK4A4rllm5NEyW { top:33.625rem;left:0rem;width:16.5rem;height:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLxCeQS0832ZBzuItZWhpvRb9EpNx095 { top:18.0625rem;left:14.9375rem;width:18.3125rem;height:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgtPXBli9EGWTAH3aisT6h3FZvLaIfBy { top:33.625rem;left:15.250001907349rem;width:17.25rem;height:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDP86d2t1UwM7EwDRF1tyXHp3yG23eoM { top:18.0625rem;left:14.875rem;width:18.3125rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOqsGbMe6dLsokkJLhNWs8MpZEp7IEQV { top:18rem;left:29.3125rem;width:18.4375rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT9bApfG4eHdp7k7EGwOVeR377wfCgv1 { top:33.625rem;left:29.875rem;width:17.875rem;height:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTngUC3pFKPSGgKf2Cx17UoRTuAbV7kK { top:18rem;left:29.4375rem;width:18.3125rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUUzZfhENCirb0WluaxdRh0EB6FBUcL5 { top:32.125rem;left:0rem;width:18.4375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxAeqvP15GtS9p5JbinCsoeLn0P4WiAT { top:32.125rem;left:14.875001907349rem;width:18.4375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFFencmiUqpSPcB9cET4yX0vhznxA64Q { top:32.125rem;left:29.3125rem;width:18.4375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #azP6fFGTHd54v5XZDpNzIxcRutu88oxk { display:none; }#azP6fFGTHd54v5XZDpNzIxcRutu88oxk > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vGGsPxuHUbdQCDNTkz4K1TqnMmBQnAGi { display:block; }#vGGsPxuHUbdQCDNTkz4K1TqnMmBQnAGi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Je3DlAgMG1ipZVeXmmPd3TxawQOdDtP6 { top:5.1875rem;left:0rem;width:13.1875rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVicvHXdQdwzm5LqfZmbGBDGllHo8tBg { width:12.1875rem;height:1.1875rem;top:6.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4ZNCmLGtDQX3CcNiX8upfbulXarl7oy { width:3.875rem;height:1.625rem;top:8.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRkG0HvSIqJmRBOuQ7yOJwm4hQmk1mlb { width:12.1875rem;height:0.8125rem;top:11.8125rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #habPXVhckP3U8nCAPaPvWNsLkVUEItlJ { width:6rem;height:1.1875rem;top:10.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyatZzxOMK0K5hTq78o6zxvZ26zBBmxx { top:11.6875rem;left:0rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkVylUSNLPRQf7y49FkCGukNHf5ov5w1 { width:14.8125rem;height:6.8125rem;top:6.75rem;left:4.4359817504883rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExVgIK614k12uwusgfu0pkSVhTssNXcF { width:5.5rem;height:1.625rem;top:16.375rem;left:7.5625019073488rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBPuz601D00kIBUz8iUx2BX0bNaEAPoX { width:5.9375rem;height:1.1875rem;top:5.25rem;left:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRiZ6aVmKuzVmhMwESSAQcbo55dxNPPQ { top:16.1875rem;left:4.4375rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVfTZaqSlqsPV0QQiMf1dlndi8neaUli { width:3rem;height:1.1875rem;top:16.625rem;left:5.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBBlodqtTgf0NbU6dqfvfQm4hcNxX1VH { width:18.5rem;height:1.5625rem;top:16.375rem;left:24rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgA8wLIpqd2UCN0ZsQT3zhP87RGEGW7e { width:3rem;height:1.1875rem;top:16.5rem;left:21.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOOF3dL29aeHD77pqmnqussxZRUMVTz9 { top:16.0625rem;left:21.125rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkqfNngJpxsX1O9s46HRPyurzFNfQq01 { width:18.5rem;height:5.8125rem;top:6.5625rem;left:21.124219894409rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNWbJn7OFfQpimNwi3xSDqfszaNqqJk9 { width:6rem;height:1.1875rem;top:5.125rem;left:20rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqMEJUTTaF7vOgH6qwHNJMK30nnGZoJz { width:5.9375rem;height:1.5625rem;top:16.4375rem;left:41.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAZn1Tz3uSCAp2acozC2FTcvNazGl7oM { width:3rem;height:1.1875rem;top:16.5625rem;left:42.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFMPRWlG6UDfGQ8TmavKgTdhIFnDDkBq { width:18.5rem;height:7.75rem;top:6.5625rem;left:29.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBkOxkwUfzFhzd1WEgTp2wcPFiCQdABA { top:16.125rem;left:42.0625rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hu2wCxHP5r3hWkZtIIKtM8TyeFRVfsbW { width:6rem;height:1.1875rem;top:5.125rem;left:40.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7rpvIINTKOhuXObgLJWwmb0ItUMkK8w { display:block; }#U7rpvIINTKOhuXObgLJWwmb0ItUMkK8w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uD1JVIUc48PPUly7Eb1A1n94dUdxrtpn { display:block; }#uD1JVIUc48PPUly7Eb1A1n94dUdxrtpn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HQxfi3bnwIufdixsGS8RspNW6ETOiGD6 { width:39.0625rem;height:7.3125rem;top:13.125rem;left:4.3437519073486rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqpT4uaPdDMk1B0uotfF21WcUR2i8n0v { width:13.75rem;height:2.625rem;top:21.375rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTz6a3gTD0XspV4bWxzQlEzKriBONO5i { display:block; }
 }@media only screen and (max-width: 763px) { #qOcr5ClpIE2QVoFXOJs8r8T4OmnbPmXd { top:11.6875rem;left:2.6875rem;width:42.25rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTqfR0vuc8XeV2M1FpFKftBULTx2ZRHU { display:block; }#iTqfR0vuc8XeV2M1FpFKftBULTx2ZRHU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NRghrcVa4IiFcBuwGuLF0EhFw3T786S6 { top:13.4375rem;left:21.375rem;width:8.5625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #swT0xfqctT30y1wohSqhFbgIeWWaM2hV { top:9.375rem;left:21.375rem;width:22.125rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGJEN25F51BQhyCS8nZ6TSg0Mai8hCrk { top:5rem;left:0rem;width:19.4375rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqUvxQPPNgRtcFSkJ9TJT0GGcTT4VCR2 { top:10.375rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCIgwHS0QDNyte980yVKAgzBZpwGxF9z { width:1.625rem;height:1.625rem;top:10.625rem;left:0rem;display:block; }
#sCIgwHS0QDNyte980yVKAgzBZpwGxF9z > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #xOIDw27GtDupTVAUbTPwc9JRtz7cTgDh { top:10.375rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqDxiRd4SLWBcCA3ZdUBvAHG8lNo4FTL { width:1.875rem;height:1.875rem;top:10.5rem;left:0rem;display:block; }
#TqDxiRd4SLWBcCA3ZdUBvAHG8lNo4FTL > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR { background-color:transparent;background-image:none;position:relative;z-index:auto;display:block; }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .row .container { background-color: transparent; background-image: none; }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .row .container > .video-iframe-container { display: none; }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .row > .video-iframe-container { display: none; }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .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); }#LWFGNVBTK6zbepwI1BAPAvG0M2uSMywR > .row .container { width:20rem;height:5.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zuBz5xE324uw5D4uMVC7TxlqSsJTxvzu { width:10.6875rem;height:1.125rem;top:1.25rem;left:4.6562500596046rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HPl4CWIALTDTNFcpBPgSAymOVxi3AVmd { width:6.5625rem;height:1.625rem;top:3.0625rem;left:6.7187500596044rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nf0dFB5aBEkIkzGP0nNVA07qWLBIB2mE { display:block; }
 }@media only screen and (max-width: 763px) { #xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ef9d8c67-1be3-42e8-bb4d-5b5a35fc8e29/Crationsanstitre14.png");background-position:bottom 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:block; }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze.adaptive-delivery-prevent-bg, #xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze.lazyload, #xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze.lazyloading { background-image: none; }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row .container { background-color: transparent; background-image: none; }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row .container > .video-iframe-container { display: none; }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row > .video-iframe-container { display: none; }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .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); }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row .container { border-width: 0; border-radius: 0; }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xTzE1rTL9MNbk9F7UHdTPvrV5TncOAze > .row .container { width:20rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wBx0a1BvE4Pq6xlqmuvJCvRWpVaRuWWr { width:19.125rem;height:10.96875rem;top:0.75rem;left:0.43671876192093rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZLFt6pME81oMTDPsXec0ADp9ZQLkPbDc { width:18.375rem;height:3.65625rem;top:17.1875rem;left:0.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tthQAO8i7psztIEHfz8CD9pswiI2JGbQ { width:8.625rem;height:2.4375rem;top:22.96875rem;left:5.6875000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8gmSlgWaf6xqBEAITdbrsIlWobAzCQR { display:block; }
 }@media only screen and (max-width: 763px) { #lgklvo9fLL847MWLklWs9DPqan7amMGe { width:20rem;height:2.4375rem;top:13.4375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y1oozPiqEoxii0MK9n7UZATFkgD6Xc3d { width:20rem;height:8.9375rem;top:12.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5DafbeyS7S9fU7sGBEtEkRz0HMAoXQy { display:block; }#c5DafbeyS7S9fU7sGBEtEkRz0HMAoXQy { background-color: transparent; background-image: none; }#c5DafbeyS7S9fU7sGBEtEkRz0HMAoXQy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c5DafbeyS7S9fU7sGBEtEkRz0HMAoXQy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c5DafbeyS7S9fU7sGBEtEkRz0HMAoXQy > .row .container > .video-iframe-container { display: none; }#c5DafbeyS7S9fU7sGBEtEkRz0HMAoXQy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c5DafbeyS7S9fU7sGBEtEkRz0HMAoXQy > .row > .video-iframe-container { display: none; }#c5DafbeyS7S9fU7sGBEtEkRz0HMAoXQy > .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); }#c5DafbeyS7S9fU7sGBEtEkRz0HMAoXQy > .row .container { width:20rem;height:15.75rem;background-color:rgba(134,134,134,0.1);background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZqG3K3a0J3U9Dz7D5p0Xfy6hTsVgTeLT { width:18.75rem;height:4.25rem;top:9.4554710388181rem;left:0.62421876192093rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #loTdkh26QoGulXAMRLG8TbMdMfWxTiAR { width:19.0625rem;height:3.09375rem;top:5.1742210388184rem;left:0.46796876192093rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qufQbgPa1Jrs4tWFvZJsI86a4oScbbMZ { width:12.5rem;height:2.125rem;top:1.76171875rem;left:3.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #anICNeoS8U0yhhAVhuNuuic0nbTfvMku { display:block; }#anICNeoS8U0yhhAVhuNuuic0nbTfvMku > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Umt4gE9xNGyVansxqDZKc9TBvioe1Jmv { display:block; }#Umt4gE9xNGyVansxqDZKc9TBvioe1Jmv > .row .container { width:20rem;height:80.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r36qpUr5fTccKCAC5uWah5lNGa8I01HK { width:12.5rem;height:1.86875rem;top:3.71875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkS3kiyE9zicPbN1gl0kFZzO2BK3750U { width:6.5625rem;height:1.3rem;top:76.3125rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuxXfi0QCIagTo47NZrmpkM0rUnmud9K { width:1.4984375rem;height:1.4984375rem;top:76.25rem;left:10.3125rem;display:block; }
#MuxXfi0QCIagTo47NZrmpkM0rUnmud9K > img { max-width: 100%;max-height:100%; width:1.4984375rem; height:1.4984375rem; } }@media only screen and (max-width: 763px) { #VLy1oKwHG9T0iGiMgeRfzXQPqzyp8FoB { width:20rem;height:1.21875rem;top:1.8125019073486rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSZtLhZo5EN4FO74f5mzksSKgKPbdxkc { width:12.5rem;height:5.28125rem;top:15.9375rem;left:3.7500000596046rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R59U4a1Muf9Up4IrCE4PmWcKmlAwCgUu { width:14.246875rem;height:2.6rem;top:12.918750047684rem;left:2.8765624165535rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xe93PclAoLQHNCtFoHghxBxbgGolr0Jn { display:flex;width:4.375rem;height:4.375rem;top:7.5000002384187rem;left:7.8125005364419rem; }
 }@media only screen and (max-width: 763px) { #TsCw1XHre1pS56NurxCI6SKOP2QmipI8 { width:14.246875rem;height:2.6rem;top:29.375001192093rem;left:2.8765624165535rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LETQJ9buqzwt4ZApbULOcsztGipaNSJb { width:12.5rem;height:4.225rem;top:33.562499284744rem;left:3.7500000596046rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwMa3e2ODMwFNuibGQpqWwi5PUqvq6Hy { display:flex;width:4.49765625rem;height:4.49765625rem;top:24.0625rem;left:7.7507815957069rem; }
 }@media only screen and (max-width: 763px) { #sVSOIf7OcQ6ZTbgRylhPnqsVUDedx2s8 { width:14.246875rem;height:2.6rem;top:47.0625rem;left:2.8765624165535rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QMFs3yvBXi4VDZ0GJvRDNCA61KwLkCFJ { width:12.5rem;height:4.225rem;top:51.112504959106rem;left:3.7500000596046rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmUTMBg3GwW9ROPXCWcVUb3NtqKu90JX { display:flex;width:3.62265625rem;height:3.62265625rem;top:42.550000429154rem;left:8.1882815957069rem; }
 }@media only screen and (max-width: 763px) { #WsQrFWNBPdM94yAJecpqvJ86qCQhZNIb { width:14.246875rem;height:2.6rem;top:65rem;left:2.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L0ToWfII1e4ya41psuZVg5NwTxrIQHz9 { width:12.5rem;height:4.225rem;top:69.25rem;left:3.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y46nPvDA9iIlzDN8Msz1t3xdAZFBTHVM { display:flex;width:3.93515625rem;height:3.93515625rem;top:59.3125rem;left:8.0625rem; }
 }@media only screen and (max-width: 763px) { #ZuQVaztPTQyAcKGelaHtKhTIFU59Eqi6 { width:1.4984375rem;height:1.4984375rem;top:76.25rem;left:14.3125rem;display:block; }
#ZuQVaztPTQyAcKGelaHtKhTIFU59Eqi6 > img { max-width: 100%;max-height:100%; width:1.4984375rem; height:1.4984375rem; } }@media only screen and (max-width: 763px) { #zNiVcQ26yArcG8BAZuGqLRcIeO3uiSEB { width:2.62265625rem;height:2.62265625rem;top:75.6875rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZx7c680uywwXLnmFZEWReQ0cyyZQh8I { width:2.5609375rem;height:2.5609375rem;top:75.6875rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcXwcfefVVqd8bLetirRXNwbevmh4o5v { width:14.25rem;height:15.4375rem;top:22.962500810623rem;left:2.8750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoyLWV3oA1XaR9K4HTdwvNcMikOvbyzB { width:14.25rem;height:15rem;top:41.28750038147rem;left:2.8750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #cx6gUcAw32av6HQEHTQWNUd8H1OOCbfJ { width:14.25rem;height:15.6875rem;top:58.4375rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a50uE1kXznb4QeqO7S0uHJg9T46OctPf { width:14.25rem;height:14.8125rem;top:6.8125rem;left:2.8750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7cUGAbuTKepsTdNSL6ONKAPyf31eBrR { display:block; }#z7cUGAbuTKepsTdNSL6ONKAPyf31eBrR > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #glvUmJ9Fvvk9W5TrleBTQGa4xL1oHKD4 { width:9.75rem;height:1.8125rem;top:1.25rem;left:5.1250000596046rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3GaztvFFlbeUxTaqMfH85hOSNpp1Siv { display:block; }
 }@media only screen and (max-width: 763px) { #bNNM5VBD6UTsX9Id6bQJ3LRZ07w7XtUn { display:block; }#bNNM5VBD6UTsX9Id6bQJ3LRZ07w7XtUn > .row .container { width:20rem;height:118.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eC7HnQTM7lgrRNyJ3i1eBgLdKb57VPlC { width:20rem;height:2.4375rem;top:3.9367198944092rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVTRurvVdB1uEsiXUvkVhCBBHQTly0dK { width:14.75rem;height:14.75rem;top:59.417188644409rem;left:2.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNMRnFSIC2TQzIeAlBtyp4L1mDkUwJo2 { width:11.9375rem;height:8.75rem;top:84.51172065735rem;left:6.7914062142375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWXqEZPtD1eFITmOtnVMxHJpN7m4GBiz { width:9.9375rem;height:8.75rem;top:77.635940551756rem;left:2.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNTIcZtwhfPyDNyF0IozfAy9x1QaZz4C { width:11.6875rem;height:7.625rem;top:41.062502384186rem;left:1.6125000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzgR1FrnEMTvxKcSLyB6tBAAtWGkec4K { width:10.375rem;height:8.1875rem;top:47.875002384186rem;left:7.5726562142375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vhp6rvzFdKsXSTnydfV8GmXvTpa0iSHo { width:15.4375rem;height:1.3125rem;top:116.08749961853rem;left:2.2812500596046rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTadyAwiHu4w4hDZ6hRcUgofKRXV3eSF { display:block; }
 }@media only screen and (max-width: 763px) { #ppyHuAKfr5ShEKCDVtRx6IfH8PnmJq3R { top:38.937502384186rem;left:0rem;width:20rem;height:0.5625rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #wsJ6WF9alVQV6waPsdEmM1zpqFh7XF7q { width:20rem;height:3.0875rem;top:16.386716842651rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CysNMBS0dS8EpMHSVy0znPFQwiQVW07A { width:20rem;height:5.2rem;top:9.4992198944094rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wHQRrTOwC1O0UiEH8Siw152gwGzNwP6f { width:11.125rem;height:0.25rem;top:7.8742198944094rem;left:4.4375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #hF02xySTSNg8w58nAgnlRIIotJEwNr96 { width:11.75rem;height:8.75rem;top:29.125000476837rem;left:1.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9DVoghcOvzfiOBNXuogvT8tmgonamDs { width:11.1875rem;height:8.25rem;top:21.5625rem;left:7.16701249009rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSE18WKsXyRlyza5TVTLrQGWxptTX8zL { width:12.0625rem;height:9rem;top:103.71250343322rem;left:6.7367187142375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVfPW5n6DbTsNUwu8RvCH7Svz0SQz0Z2 { width:11.875rem;height:8.8125rem;top:96.362503051756rem;left:1.6125000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #hATElnP0GGTFkI9KhWiKKC7DbeytGmuX { width:20rem;height:0.1875rem;top:114.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCbtOzuavJpacSv0EpibSWEBscNyeo8R { width:20rem;height:0.125rem;top:114.65547370911rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRSQvJmlwTafGVTl5MRGyAtz4grbagRa { width:0.5rem;height:0.125rem;top:114.65546989441rem;left:5.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyAFD8qksH5vXckgBPzh8qO00Udc31iM { width:0.875rem;height:0.125rem;top:114.65546989441rem;left:9.5625005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvdsCZv0yCOy1qZLN6pXGLNBZ1FQJmTv { width:0.8125rem;height:0.125rem;top:114.62500762939rem;left:9.5937505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5tJGQUoEOwaDKa8aKqLttv3FpUTCzLh { width:0.8125rem;height:0.125rem;top:114.54922103882rem;left:11.799999773503rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZo3Wxet2G98GRzLfRram3lkwkRnPmDu { width:0.125rem;height:0.125rem;top:114.65546989441rem;left:10.362499773503rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZzMB39SgI8TmCCSzN792PTzyV7fCkya { width:0.8125rem;height:0.125rem;top:114.65546989441rem;left:6.7914062142375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbeanLN4bnsfU5na62ZFmhMCauCfEeF7 { width:18.75rem;height:0.125rem;top:114.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDoiHkVioBosQAHOZwLZdldt7bvAy4sT { width:19.8125rem;height:0.3125rem;top:114.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmoUrt9fbfmOPxxcfC5TzTnqJTgMzm9h { width:20rem;height:0.25rem;top:114.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dl3nOWDWX9okvrN5fGMPJMeb82Hp50TB { width:20rem;height:0.125rem;top:114.65546989441rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #efLqBRegoraWp948B1FhJiOc61gsDzDm { top:57.387501239777rem;left:0rem;width:20rem;height:0.5625rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #p3bDW87G8DST9Tz42vIQoqtmAEVO8x6E { top:75.612499237062rem;left:0rem;width:20rem;height:0.5625rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #wooCio8G5C8qRPBlFeVuTruATFeJSkty { top:94.618751525881rem;left:0rem;width:20rem;height:0.5625rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #kn9qIwhXwcdHaG8HZDy7AqRpaLbzsFJk { top:114.4375rem;left:0rem;width:20rem;height:0.5625rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #xi4Ixb18MieunvgHAz1L5Z5tcWOApS36 { background-color:rgba(28,151,28,0.2);background-image:none;display:block; }#xi4Ixb18MieunvgHAz1L5Z5tcWOApS36 > .row .container { background-color: transparent; background-image: none; }#xi4Ixb18MieunvgHAz1L5Z5tcWOApS36::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xi4Ixb18MieunvgHAz1L5Z5tcWOApS36 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xi4Ixb18MieunvgHAz1L5Z5tcWOApS36 > .row .container > .video-iframe-container { display: none; }#xi4Ixb18MieunvgHAz1L5Z5tcWOApS36 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xi4Ixb18MieunvgHAz1L5Z5tcWOApS36 > .row > .video-iframe-container { display: none; }#xi4Ixb18MieunvgHAz1L5Z5tcWOApS36 > .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); }#xi4Ixb18MieunvgHAz1L5Z5tcWOApS36 > .row .container { width:20rem;height:73.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mF9iRN8IR7qv22ETKVVAgXtJwMou4EN9 { width:14.75rem;height:17rem;top:55.0625rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQDhXThbRfhQhoTbNEqs9M5eHz4XrheJ { width:3.4984375rem;height:2.31015625rem;top:1.875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcKw7Mgrd2mKecRMhIBNypteT1mDtlnI { width:12.5rem;height:1.3rem;top:7.8125rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZ85OqMcV6dDpsDsWkLA19yNo0PiFdQL { width:12.5rem;height:8.1rem;top:63.125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:0.75rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #HEPbTbPT2bkBepGl0A3JFylTTH1C3Brq { width:14.7484375rem;height:0.4359375rem;top:71.6875rem;left:2.625rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #woEckZHITFTh50rf4iE5XcR4TCDGCNuq { width:14.75rem;height:17.125rem;top:1.0625rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTtQDpXZIdF6ekq8UEQNCNdc62aEim75 { width:14.7484375rem;height:0.4359375rem;top:17.8125rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhCoixM3iJSp8TMET6eH5qNAisHAM8IT { width:12.5rem;height:8.1rem;top:8.5rem;left:3.875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTJR9LQtscxCCW2muSIetWJTt8eA6a4V { width:12.5rem;height:2.6rem;top:5.3125rem;left:3.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFoEUrAmB5cdGyxuf9I5GhADQ8qVeiTp { width:9.0625rem;height:4.875rem;top:1.0625rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqq0HSJcg8ozZki5yM5aH79nx2iTcZe2 { width:14.75rem;height:17.25rem;top:18.75rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQRgB6nThGwgQUnpFeUGK3U59Z1D7XJb { width:14.7484375rem;height:0.4359375rem;top:36rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GM2LLi92TAGOOWO2URPfgTXR6y8Jk0k4 { width:12.5rem;height:8.1rem;top:27.25rem;left:3.75rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUFy2vT7w2LpaTaAuIHOy2xP2KtzNx70 { width:12.5rem;height:2.6rem;top:23.875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4PBWrCMZB6g5xLlIsvJ0RxJpM5bWUTx { width:10.625rem;height:5.5rem;top:19.0625rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvHJETKWL9agGDxUe4D8EkJUB0Lhf4yJ { width:14.75rem;height:16.9375rem;top:37.0625rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQATpuerzcCwUPdTW1pBnbRUSchbnzEG { width:14.7484375rem;height:0.4359375rem;top:54rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #femB17Nx3xm5dsJmGpcGXhyCn2JA4TTd { width:12.5rem;height:6.75rem;top:45.8125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uU42HJPMSIyfPLc8elODX7FmWQ9Ioz72 { width:12.5rem;height:1.3rem;top:43.8125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyAovK58PVdRUntftuEtBHXKgIFOq8eV { width:8.3125rem;height:5.375rem;top:37.875rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #steOdh60clv8WQz2mG42t1sTgCntwX4w { width:7.5rem;height:4.875rem;top:55.75rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceOnWz3fUOduPK02ESJAOiKUm0aw4eTD { width:12.5rem;height:1.3rem;top:61.3125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d34vtDiifAEGuE1pI7LbepJmWXAcBcno { width:14.75rem;height:17.125rem;top:18.75rem;left:2.625rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #aJzoaPEE9r04gTTkq2radAc9Laaf7Cq0 { width:14.75rem;height:17.125rem;top:37.0625rem;left:2.625rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #ya7K4NwWarpwIyP1rQ4ZNeCt4c4OzNgm { width:14.75rem;height:16.8125rem;top:55.0625rem;left:2.625rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #OWzDuET3yk3Wl4cDDJaqrkcpCQ5yWRDd { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/9a0efb5f-a844-4cad-9dc3-bc515cce6c27/Capturedcran20251203155239.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:initial !important;display:block; }#OWzDuET3yk3Wl4cDDJaqrkcpCQ5yWRDd.adaptive-delivery-prevent-bg, #OWzDuET3yk3Wl4cDDJaqrkcpCQ5yWRDd.lazyload, #OWzDuET3yk3Wl4cDDJaqrkcpCQ5yWRDd.lazyloading { background-image: none; }#OWzDuET3yk3Wl4cDDJaqrkcpCQ5yWRDd > .row .container { background-color: transparent; background-image: none; }#OWzDuET3yk3Wl4cDDJaqrkcpCQ5yWRDd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OWzDuET3yk3Wl4cDDJaqrkcpCQ5yWRDd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OWzDuET3yk3Wl4cDDJaqrkcpCQ5yWRDd > .row .container > .video-iframe-container { display: none; }#OWzDuET3yk3Wl4cDDJaqrkcpCQ5yWRDd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OWzDuET3yk3Wl4cDDJaqrkcpCQ5yWRDd > .row > .video-iframe-container { display: none; }#OWzDuET3yk3Wl4cDDJaqrkcpCQ5yWRDd > .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); }#OWzDuET3yk3Wl4cDDJaqrkcpCQ5yWRDd > .row .container { width:20rem;height:96.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e7BwtNvxqhyeJC7nVfAZ19kIQChL9vrF { width:20rem;height:1.86875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfNNhyvTrXi60U3Eoy49sm65CRF6kWTO { width:15.3125rem;height:2.4375rem;top:5.86875rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDqtJAL8GBCpWLAl5xk9TXqenJZBH8J7 { width:17.375rem;height:2.4375rem;top:27.99375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzanWhKUAJTVERhRZ5uJh8tKGwUP2PDB { width:18.0625rem;height:2.4375rem;top:53.86875rem;left:0.75rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgAZ9gvpT2vG5CV7kOwXsSy5Q2EEeCHu { width:17.9375rem;height:2.4375rem;top:80.1875rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOIBCOLT4s9vI7hfovl1FpS2zxsgzreX { width:20rem;height:6.5rem;top:9.55625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ozPOO3QSdvS4t9PImO57xakbipZ8b2pI { width:11.125rem;height:0.25rem;top:4.36875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hp77qbTcr6ubrw0GtV6HdFttmfy77d0K { width:18.4375rem;height:23.25rem;top:17.30625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEUmHggDFx5GLGmayRqcwkQZb6xn6TXc { width:18.4375rem;height:9.9375rem;top:17.30625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwqtmWKseRDnBeTtKFlK4A4rllm5NEyW { width:16.5rem;height:6.825rem;top:32.881262207031rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLxCeQS0832ZBzuItZWhpvRb9EpNx095 { width:18.3125rem;height:23.1875rem;top:43.24375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgtPXBli9EGWTAH3aisT6h3FZvLaIfBy { width:17.25rem;height:6.825rem;top:58.818762207031rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDP86d2t1UwM7EwDRF1tyXHp3yG23eoM { width:18.3125rem;height:9.9375rem;top:43.24375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOqsGbMe6dLsokkJLhNWs8MpZEp7IEQV { width:18.4375rem;height:23.125rem;top:69.375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT9bApfG4eHdp7k7EGwOVeR377wfCgv1 { width:17.875rem;height:6.825rem;top:85rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTngUC3pFKPSGgKf2Cx17UoRTuAbV7kK { width:18.3125rem;height:9.9375rem;top:69.375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUUzZfhENCirb0WluaxdRh0EB6FBUcL5 { width:18.4375rem;height:0.1875rem;top:31.418768310547rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxAeqvP15GtS9p5JbinCsoeLn0P4WiAT { width:18.4375rem;height:0.1875rem;top:57.18124961853rem;left:0.78046876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFFencmiUqpSPcB9cET4yX0vhznxA64Q { width:18.4375rem;height:0.1875rem;top:83.5625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #azP6fFGTHd54v5XZDpNzIxcRutu88oxk { display:block; }#azP6fFGTHd54v5XZDpNzIxcRutu88oxk > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vGGsPxuHUbdQCDNTkz4K1TqnMmBQnAGi { display:block; }#vGGsPxuHUbdQCDNTkz4K1TqnMmBQnAGi > .row .container { width:20rem;height:34.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Je3DlAgMG1ipZVeXmmPd3TxawQOdDtP6 { width:13.1859375rem;height:8.371875rem;top:0rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVicvHXdQdwzm5LqfZmbGBDGllHo8tBg { width:12.1875rem;height:1.21875rem;top:1.4937496185302rem;left:3.9062500596046rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4ZNCmLGtDQX3CcNiX8upfbulXarl7oy { width:3.87265625rem;height:1.625rem;top:3.375rem;left:3.9375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRkG0HvSIqJmRBOuQ7yOJwm4hQmk1mlb { width:12.1875rem;height:0.8125rem;top:6.625rem;left:4.375rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #habPXVhckP3U8nCAPaPvWNsLkVUEItlJ { width:5.9984375rem;height:1.21875rem;top:5rem;left:3.8125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyatZzxOMK0K5hTq78o6zxvZ26zBBmxx { display:flex;width:1.06015625rem;height:1.06015625rem;top:6.5rem;left:5rem; }
 }@media only screen and (max-width: 763px) { #TkVylUSNLPRQf7y49FkCGukNHf5ov5w1 { width:14.871875rem;height:3.65625rem;top:8.625rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExVgIK614k12uwusgfu0pkSVhTssNXcF { width:5.5609375rem;height:1.625rem;top:13.0625rem;left:7.125rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBPuz601D00kIBUz8iUx2BX0bNaEAPoX { width:5.9984375rem;height:1.21875rem;top:30.4375rem;left:13.6875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRiZ6aVmKuzVmhMwESSAQcbo55dxNPPQ { width:1.99765625rem;height:1.99765625rem;top:12.875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVfTZaqSlqsPV0QQiMf1dlndi8neaUli { width:3.0609375rem;height:1.21875rem;top:13.25rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBBlodqtTgf0NbU6dqfvfQm4hcNxX1VH { width:5.75rem;height:1.625rem;top:21.5rem;left:7.4375rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgA8wLIpqd2UCN0ZsQT3zhP87RGEGW7e { width:3.0609375rem;height:1.21875rem;top:21.75rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOOF3dL29aeHD77pqmnqussxZRUMVTz9 { width:1.99765625rem;height:1.99765625rem;top:21.375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkqfNngJpxsX1O9s46HRPyurzFNfQq01 { width:18.5609375rem;height:3.65625rem;top:17.125rem;left:0.375rem;text-align:center;text-align-last:center;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNWbJn7OFfQpimNwi3xSDqfszaNqqJk9 { width:5.9984375rem;height:1.21875rem;top:21.6875rem;left:13.6875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqMEJUTTaF7vOgH6qwHNJMK30nnGZoJz { width:5.9984375rem;height:1.625rem;top:30.25rem;left:7.1875rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAZn1Tz3uSCAp2acozC2FTcvNazGl7oM { width:3.0609375rem;height:1.21875rem;top:30.4375rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFMPRWlG6UDfGQ8TmavKgTdhIFnDDkBq { width:18.5609375rem;height:4.3875rem;top:24.875rem;left:0.375rem;text-align:center;text-align-last:center;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBkOxkwUfzFhzd1WEgTp2wcPFiCQdABA { width:1.99765625rem;height:1.99765625rem;top:30.125rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hu2wCxHP5r3hWkZtIIKtM8TyeFRVfsbW { width:5.9984375rem;height:1.21875rem;top:13.25rem;left:13.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7rpvIINTKOhuXObgLJWwmb0ItUMkK8w { display:block; }#U7rpvIINTKOhuXObgLJWwmb0ItUMkK8w > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uD1JVIUc48PPUly7Eb1A1n94dUdxrtpn { display:block; }#uD1JVIUc48PPUly7Eb1A1n94dUdxrtpn > .row .container { width:20rem;height:16.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HQxfi3bnwIufdixsGS8RspNW6ETOiGD6 { width:11.25rem;height:4.55rem;top:2.5375003814698rem;left:4.1250000596046rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqpT4uaPdDMk1B0uotfF21WcUR2i8n0v { width:8.25rem;height:1.75rem;top:10.8125rem;left:5.6250000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTz6a3gTD0XspV4bWxzQlEzKriBONO5i { display:block; }
 }@media only screen and (max-width: 763px) { #qOcr5ClpIE2QVoFXOJs8r8T4OmnbPmXd { width:14rem;height:7.125rem;top:1.25rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTqfR0vuc8XeV2M1FpFKftBULTx2ZRHU { display:block; }#iTqfR0vuc8XeV2M1FpFKftBULTx2ZRHU > .row .container { width:20rem;height:16.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NRghrcVa4IiFcBuwGuLF0EhFw3T786S6 { width:8.5609375rem;height:0.975rem;top:13.8859375rem;left:5.6875rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #swT0xfqctT30y1wohSqhFbgIeWWaM2hV { width:20rem;height:1.95rem;top:10.6859375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #dGJEN25F51BQhyCS8nZ6TSg0Mai8hCrk { width:12.6234375rem;height:1.3109375rem;top:1.25rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqUvxQPPNgRtcFSkJ9TJT0GGcTT4VCR2 { width:2.1875rem;height:2.1875rem;top:3.8109375rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCIgwHS0QDNyte980yVKAgzBZpwGxF9z { width:1.625rem;height:1.625rem;top:4.0609375rem;left:9.125rem;display:block; }
#sCIgwHS0QDNyte980yVKAgzBZpwGxF9z > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #xOIDw27GtDupTVAUbTPwc9JRtz7cTgDh { width:2.1875rem;height:2.1875rem;top:7.2484375rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqDxiRd4SLWBcCA3ZdUBvAHG8lNo4FTL { width:1.875rem;height:1.875rem;top:7.3734375rem;left:9rem;display:block; }
#TqDxiRd4SLWBcCA3ZdUBvAHG8lNo4FTL > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }