.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:255,245,230;--color-primary-1:254,222,171;--color-primary-2:252,188,86;--color-primary-3:126,94,43;--color-primary-4:38,28,13;--color-secondary-0:221,220,225;--color-secondary-1:143,137,155;--color-secondary-2:31,19,54;--color-secondary-3:16,10,27;--color-secondary-4:5,3,8;--color-tertiary-0:221,220,225;--color-tertiary-1:143,137,155;--color-tertiary-2:31,19,54;--color-tertiary-3:16,10,27;--color-tertiary-4:5,3,8;--headlines-font-family:Tenon 2;--paragraphs-font-family:Tenon 2; }@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:#fffcf5;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#Oy58hmeJfsOTfeWRmv7IdNtIGM2L59cB { background-color:#fffcf5;background-image:url("https://images.assets-landingi.com/uc/d1184e27-e30c-4dfe-a13b-54a88470b493/Web19202.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Oy58hmeJfsOTfeWRmv7IdNtIGM2L59cB.adaptive-delivery-prevent-bg, #Oy58hmeJfsOTfeWRmv7IdNtIGM2L59cB.lazyload, #Oy58hmeJfsOTfeWRmv7IdNtIGM2L59cB.lazyloading { background-image: none; }#Oy58hmeJfsOTfeWRmv7IdNtIGM2L59cB > .row .container { background-color: transparent; background-image: none; }#Oy58hmeJfsOTfeWRmv7IdNtIGM2L59cB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oy58hmeJfsOTfeWRmv7IdNtIGM2L59cB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oy58hmeJfsOTfeWRmv7IdNtIGM2L59cB > .row .container > .video-iframe-container { display: none; }#Oy58hmeJfsOTfeWRmv7IdNtIGM2L59cB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oy58hmeJfsOTfeWRmv7IdNtIGM2L59cB > .row > .video-iframe-container { display: none; }#Oy58hmeJfsOTfeWRmv7IdNtIGM2L59cB > .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); }#Oy58hmeJfsOTfeWRmv7IdNtIGM2L59cB > .row .container { border-width: 0; border-radius: 0; }#Oy58hmeJfsOTfeWRmv7IdNtIGM2L59cB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Oy58hmeJfsOTfeWRmv7IdNtIGM2L59cB > .row .container { font-size:0.875rem;font-family:arial;height:49.875rem;width:75rem;overflow:visible;position:relative;display:block; }#Ce9Krve08AGRXncveSA6e4GWJceTtWpR { color:rgba(var(--color-tertiary-2),1);display:block;width:34.375rem;position:absolute;font-family:"ballinger 2";font-size:2.3125rem;font-weight:700;z-index:15003;line-height:01;letter-spacing:0;top:12.5625rem;left:0rem;height:2.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sz2B3s8hhDnTAeuyVCWua8hTwJQzOJUO { color:rgba(var(--color-tertiary-2),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:25.1875rem;left:1.875rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#qIqs3MiC0exRqqXoTpoTR938XfzdRxCv { position:absolute;display:block;z-index:15028;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.25rem;width:5.125rem;top:41.5rem;left:0rem;overflow:hidden;display:block; }
#k7rs3x3OE8u7BKJ6yZcVtLkJuQ3X6NLd { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:6.5625rem;top:41.5rem;left:4.4375rem;overflow:hidden;display:block; }
#tteOcRTSFllqnt9ioicprrFm4glhQITB { position:absolute;display:block;z-index:15029;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.25rem;width:5.125rem;top:43.875rem;left:0rem;overflow:hidden;display:block; }
#Fz1a54fvmz0iVtnauDrVQN3KhSbKoniu { position:absolute;display:block;z-index:15027;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.25rem;width:6.5625rem;top:43.875rem;left:6.125rem;overflow:hidden;display:block; }
#JJ52VbrEqotsoTHkNlzRalvOrdG1bBxv { 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:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ballinger 2";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.875rem;height:2.5625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:37.0625rem;left:0rem;display:block; }
#RwlhqRzITcdwL8B6GeCN67w8V82WTJSR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qo8RV1lM1HihKJS2R8zpBWMG3BGdGyQI { 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:5.3125rem;width:10.75rem;top:4.75rem;left:0rem;overflow:hidden;display:block; }
#fLy9D7O96KlGylDlkgaZadwLneiR5RLH { color:rgba(var(--color-tertiary-2),1);display:block;width:6.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:31.0625rem;left:1.875rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#oK5EuTebGehy5kOs0vhkMn5uClMtRiJq { color:rgba(var(--color-tertiary-2),1);display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:30.875rem;left:8.125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pU3kgX0gh4kEHTI2kDKLOZNURBPpvl7Q { color:rgba(var(--color-tertiary-2),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:31.0625rem;left:11.4375rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#bwvWfACw2o3n6IHlyba4cUTFtpMZZy5G { color:rgba(var(--color-tertiary-2),1);display:block;width:34.375rem;position:absolute;font-family:"ballinger 2";font-size:2.3125rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:15.4375rem;left:0rem;height:2.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sShdVRnCTnvs2OgOQlf7rquatRzU0Wnh { color:rgba(var(--color-tertiary-2),1);display:block;width:34.375rem;position:absolute;font-family:"ballinger 2";font-size:1.5625rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:28.25rem;left:1.875rem;height:2.34375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VJnR34qS7lu5ZVKhwaTEUdURDXJlEUlr { color:rgba(var(--color-tertiary-2),1);display:block;width:13.1875rem;position:absolute;font-family:"ballinger 2";font-size:3.75rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:18.9375rem;left:0rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xwBA7dsiDhp3NJ0yTOB9esJEKRTy1gKk { color:#000000;display:block;width:10.3125rem;position:absolute;font-family:"felt tip senior";font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:18.9375rem;left:13.1875rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lV4Imo5LOIGCukn0IfZ8lFxxO3Qg5R27 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:25.625rem;left:0rem; }
#eATWxvhtsd2hHrdsHAwnp8VNGMwWJ73z { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:28.875rem;left:0rem; }
#ArioiLeCasMZmrwUiQE39TlEi6TZUTNr { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:31.5rem;left:0rem; }
#nEEMt3qTIekInLwhXqBbz8Gwiy0gxbSn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#nEEMt3qTIekInLwhXqBbz8Gwiy0gxbSn > .row .container { background-color: transparent; background-image: none; }#nEEMt3qTIekInLwhXqBbz8Gwiy0gxbSn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nEEMt3qTIekInLwhXqBbz8Gwiy0gxbSn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nEEMt3qTIekInLwhXqBbz8Gwiy0gxbSn > .row .container > .video-iframe-container { display: none; }#nEEMt3qTIekInLwhXqBbz8Gwiy0gxbSn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nEEMt3qTIekInLwhXqBbz8Gwiy0gxbSn > .row > .video-iframe-container { display: none; }#nEEMt3qTIekInLwhXqBbz8Gwiy0gxbSn > .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); }#nEEMt3qTIekInLwhXqBbz8Gwiy0gxbSn > .row .container { border-width: 0; border-radius: 0; }#nEEMt3qTIekInLwhXqBbz8Gwiy0gxbSn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nEEMt3qTIekInLwhXqBbz8Gwiy0gxbSn > .row .container { font-size:0.875rem;font-family:arial;height:8.9375rem;width:75rem;position:relative;display:block; }#Zwmr8GTPKyg3RCNqW7U4pfFqdkFz4K34 { color:#eff3f8;display:block;width:6.25rem;position:absolute;font-family:tennon;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:5.375rem;left:6.3125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#i1050v9BsOIQzi0Coar7tXEzgmTmleyz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:1.0625rem;left:26.9375rem; }
#CK36QmClgVKFPBsQ9I25FGDVmfGGLuiM { color:#eff3f8;display:block;width:6.25rem;position:absolute;font-family:tennon;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:5.375rem;left:25.6875rem;height:2.5996125rem;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; }
#yZqDRzEmJ4fNK2WDHxuTLZtUr3D13LTc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:1.0625rem;left:45.75rem; }
#DxcBATmfGAHRsUPVimI1E2zv1gMzudlV { color:#eff3f8;display:block;width:6.25rem;position:absolute;font-family:tennon;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:5.375rem;left:44.4375rem;height:2.5996125rem;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; }
#Z3odezp4c9hsORVH689F46z2AEEnzVE9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:1.0625rem;left:63.8125rem; }
#eVQ93NV7cSR0SZdgQ6FwMSu6gRdNtIz7 { color:#eff3f8;display:block;width:6.25rem;position:absolute;font-family:tennon;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:5.375rem;left:62.5rem;height:2.5996125rem;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; }
#ePEplpb9MnZwAkPGqM8uGCgXzfKlQAS3 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.25rem;top:1.25rem;left:7.8125rem;overflow:hidden;display:block; }
#CsrwsQreZQunkQ4cWD6irmGFvQ6WTW90 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffcf5;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; }#CsrwsQreZQunkQ4cWD6irmGFvQ6WTW90 > .row .container { background-color: transparent; background-image: none; }#CsrwsQreZQunkQ4cWD6irmGFvQ6WTW90::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CsrwsQreZQunkQ4cWD6irmGFvQ6WTW90 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CsrwsQreZQunkQ4cWD6irmGFvQ6WTW90 > .row .container > .video-iframe-container { display: none; }#CsrwsQreZQunkQ4cWD6irmGFvQ6WTW90 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CsrwsQreZQunkQ4cWD6irmGFvQ6WTW90 > .row > .video-iframe-container { display: none; }#CsrwsQreZQunkQ4cWD6irmGFvQ6WTW90 > .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); }#CsrwsQreZQunkQ4cWD6irmGFvQ6WTW90 > .row .container { border-width: 0; border-radius: 0; }#CsrwsQreZQunkQ4cWD6irmGFvQ6WTW90 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CsrwsQreZQunkQ4cWD6irmGFvQ6WTW90 > .row .container { font-size:0.875rem;font-family:arial;height:48.4375rem;width:75rem;position:relative;display:block; }#ULX7fDRCfMThGwC4SgVGrGXshTg9IfON { position:absolute;display:block;z-index:15000;height:27rem;width:48.25rem;top:11.125rem;left:13.375rem;display:block; }
#xTICS1rHn6hu6Gvs8Ikcf4ICTuBdyeSv { color:rgba(var(--color-tertiary-2),1);display:block;width:68rem;position:absolute;font-family:"ballinger 2";font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.75rem;left:3.5rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W1FWcJ9RQqhMOQRqUnm4pgSUg2Kbkm6n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#W1FWcJ9RQqhMOQRqUnm4pgSUg2Kbkm6n > .row .container { background-color: transparent; background-image: none; }#W1FWcJ9RQqhMOQRqUnm4pgSUg2Kbkm6n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1FWcJ9RQqhMOQRqUnm4pgSUg2Kbkm6n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1FWcJ9RQqhMOQRqUnm4pgSUg2Kbkm6n > .row .container > .video-iframe-container { display: none; }#W1FWcJ9RQqhMOQRqUnm4pgSUg2Kbkm6n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1FWcJ9RQqhMOQRqUnm4pgSUg2Kbkm6n > .row > .video-iframe-container { display: none; }#W1FWcJ9RQqhMOQRqUnm4pgSUg2Kbkm6n > .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); }#W1FWcJ9RQqhMOQRqUnm4pgSUg2Kbkm6n > .row .container { border-width: 0; border-radius: 0; }#W1FWcJ9RQqhMOQRqUnm4pgSUg2Kbkm6n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W1FWcJ9RQqhMOQRqUnm4pgSUg2Kbkm6n > .row .container { font-size:0.875rem;font-family:arial;height:8.9375rem;width:75rem;position:relative;display:block; }#w2X5oT4TAJAIImytU3C5JndoykrlPuHo { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:7.1875rem;top:4.9375rem;left:3.125rem;overflow:hidden;display:block; }
#NgmSN9ELffOd6CoRVxkfTSSmH3dTMUIN { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:9.375rem;top:2rem;left:3.125rem;overflow:hidden;display:block; }
#ZXPVgKnAh5m4DJhMXykx6hocZ9bE7oh6 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:4.875rem;left:10.6875rem;height:1.4625rem;font-style:normal;display:block; }
#iIWrc9HSMDW5GPTpVWsNCMrXBTVVb7bp { color:#ffffff;display:block;width:52.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:2.625rem;left:19.0625rem;height:1.625rem;display:block; }
#OMVq9UOdW9A1FTMcMd6QIvU64vS8Tz6V { color:#ffffff;display:block;width:52.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:4.84375rem;left:19.0625rem;height:1.625rem;display:block; }
#qhHvwuWpAbzRny2x80BbH7AXuerPOu60 { box-sizing:content-box;height:4.375rem;width:0.125rem;position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:none;top:2.28125rem;left:16rem;display:block; }
#oAem5FkZBLqbXwETIvOyWiSswfLOPRzk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffcf5;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; }#oAem5FkZBLqbXwETIvOyWiSswfLOPRzk > .row .container { background-color: transparent; background-image: none; }#oAem5FkZBLqbXwETIvOyWiSswfLOPRzk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oAem5FkZBLqbXwETIvOyWiSswfLOPRzk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oAem5FkZBLqbXwETIvOyWiSswfLOPRzk > .row .container > .video-iframe-container { display: none; }#oAem5FkZBLqbXwETIvOyWiSswfLOPRzk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oAem5FkZBLqbXwETIvOyWiSswfLOPRzk > .row > .video-iframe-container { display: none; }#oAem5FkZBLqbXwETIvOyWiSswfLOPRzk > .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); }#oAem5FkZBLqbXwETIvOyWiSswfLOPRzk > .row .container { border-width: 0; border-radius: 0; }#oAem5FkZBLqbXwETIvOyWiSswfLOPRzk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oAem5FkZBLqbXwETIvOyWiSswfLOPRzk > .row .container { font-size:0.875rem;font-family:arial;height:37.3125rem;width:75rem;position:relative;display:block; }#nrMuOHghieminFKzHpzvGOxcQA2NayRr { color:rgba(var(--color-tertiary-2),1);display:block;width:40.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.9375rem;left:34.375rem;height:7.3125rem;font-style:normal;display:block; }
#X4bizHBpe9bUb501ETB2m4ftDXrG2t7C { color:rgba(var(--color-tertiary-2),1);display:block;width:40.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:15.75rem;left:34.375rem;height:;overflow:hidden;text-align:left;text-align-last:left;display:block; }#X4bizHBpe9bUb501ETB2m4ftDXrG2t7C li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#X4bizHBpe9bUb501ETB2m4ftDXrG2t7C li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d7aeef0d-e658-4229-a5eb-28b78aa4bc67/Offrespciale.svg); }
#Tmsz1Ctlb7wf4S0qTEQzrzXH3J5RgLUo { 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:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ballinger 2";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.875rem;height:2.5625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:28.875rem;left:34.375rem;display:block; }
#IgTFi9gCk5MlRxxGkApwf8megARNNW1F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T6S8sAoxzrhHWIiJXUaakB9B4TIxrHzd { position:absolute;display:block;z-index:15027;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:23.375rem;width:31.25rem;top:6.875rem;left:0rem;overflow:hidden;display:block; }
#MTGPv4ivKFFC9AIg39S1HJgwS3dvMraC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#MTGPv4ivKFFC9AIg39S1HJgwS3dvMraC > .row .container { background-color: transparent; background-image: none; }#MTGPv4ivKFFC9AIg39S1HJgwS3dvMraC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTGPv4ivKFFC9AIg39S1HJgwS3dvMraC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTGPv4ivKFFC9AIg39S1HJgwS3dvMraC > .row .container > .video-iframe-container { display: none; }#MTGPv4ivKFFC9AIg39S1HJgwS3dvMraC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTGPv4ivKFFC9AIg39S1HJgwS3dvMraC > .row > .video-iframe-container { display: none; }#MTGPv4ivKFFC9AIg39S1HJgwS3dvMraC > .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); }#MTGPv4ivKFFC9AIg39S1HJgwS3dvMraC > .row .container { border-width: 0; border-radius: 0; }#MTGPv4ivKFFC9AIg39S1HJgwS3dvMraC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MTGPv4ivKFFC9AIg39S1HJgwS3dvMraC > .row .container { font-size:0.875rem;font-family:arial;height:18.6875rem;width:75rem;position:relative;display:block; }#hoEfTWyCncnKfoV3Kg4ntL5RBJts0qfU { color:rgba(var(--color-primary-2),1);display:block;width:55.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5rem;left:9.625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qptUIU5y7f0dsQTbxRQq61qwkzFDam9C { color:#fffcf5;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:11.1875rem;left:4.5625rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fskQ3aSe1DS9eo5PBtci06uWnxxhRl4i { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:7.4375rem;left:9rem; }
#qVC3vT6VJcw8DC0uSMfcNySvZVIqhQ2Z { color:#fffcf5;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:13.25rem;left:4.5625rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FPtmRw2o7awPHGIxWiIzdTGZD6uOoTxt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:7.4375rem;left:27.0625rem; }
#i1iaTD7IxTSZStlFRileWzssgFhAdJ3P { color:#fffcf5;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:11.125rem;left:22.375rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pEsxDWWrw57fuTHZGlbTwNtVWiMaGtFS { color:#fffcf5;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:13.25rem;left:22.125rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UhKnRFuaZ1UsVFwmTVbSP9CxakG1qU7U { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:7.4375rem;left:44.625rem; }
#xdwC6btlCboTgzuA2P9szH0Wkh5SOT8x { color:#fffcf5;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:11.125rem;left:40.1875rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QWFGWlx1fSzLe1uri0Tn8DhGhq10PPa4 { color:#fffcf5;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:13.25rem;left:40.1875rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t6H0HatgIHndTI2ckJu75usvvyth7NTz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:7.4375rem;left:62.625rem; }
#kvG3yT2Nywi0I1gZfsTm0KNX9LLiTluw { color:#fffcf5;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:11.125rem;left:57.9375rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LXhJrJtEDwmCge1bWtTZbr6EmiBWWQCE { color:#fffcf5;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:13.25rem;left:57.9375rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UHVWht42USeuZxcnMUgC7w1ZZosrrttR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffcf5;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; }#UHVWht42USeuZxcnMUgC7w1ZZosrrttR > .row .container { background-color: transparent; background-image: none; }#UHVWht42USeuZxcnMUgC7w1ZZosrrttR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHVWht42USeuZxcnMUgC7w1ZZosrrttR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHVWht42USeuZxcnMUgC7w1ZZosrrttR > .row .container > .video-iframe-container { display: none; }#UHVWht42USeuZxcnMUgC7w1ZZosrrttR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHVWht42USeuZxcnMUgC7w1ZZosrrttR > .row > .video-iframe-container { display: none; }#UHVWht42USeuZxcnMUgC7w1ZZosrrttR > .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); }#UHVWht42USeuZxcnMUgC7w1ZZosrrttR > .row .container { border-width: 0; border-radius: 0; }#UHVWht42USeuZxcnMUgC7w1ZZosrrttR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UHVWht42USeuZxcnMUgC7w1ZZosrrttR > .row .container { font-size:0.875rem;font-family:arial;height:34.6875rem;width:75rem;position:relative;display:block; }#xiBaH60Fwb1gTeBk7JTv8rVhhIGcpo0T { color:rgba(var(--color-tertiary-2),1);display:block;width:36.5rem;position:absolute;font-family:"ballinger 2";font-size:1.875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:5rem;left:0rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FtTt4I5hOqlDroxha7Dtg3hbQuVTdCD8 { color:rgba(var(--color-tertiary-2),1);display:block;width:35.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:12.375rem;left:1.875rem;height:1.625rem;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; }
#JUTUVN725stupNfkdMLncrfkBSePHeLn { 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:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ballinger 2";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:2.5625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:28.875rem;left:0rem;display:block; }
#g1CJZMo5WpoHCxUln8HslM6SrznEguum { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CPJort2wfHxQpFvf2uc7U5CylUylFBB9 { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:21.6875rem;width:38.625rem;top:5rem;left:36.375rem;display:block; }
#TgUkFxSe9TFsHyBhruWW4DoqO8K6XhPJ { position:absolute;display:block;z-index:15002;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.6875rem;width:38.625rem;top:5rem;left:36.375rem;display:block; }
#HEb3imN80PCAX5AOwN7IcwOwsVPil9JP { color:rgba(var(--color-tertiary-2),1);display:block;width:35.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:15rem;left:1.875rem;height:1.625rem;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; }
#T1wu2mf8g6x6bTA3IaICFTmZCJygTx7z { color:rgba(var(--color-tertiary-2),1);display:block;width:35.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:17.625rem;left:1.875rem;height:1.625rem;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; }
#qHWfdNxNko6uEbHZ7dVk9LDfH9zIeBFG { color:rgba(var(--color-tertiary-2),1);display:block;width:35.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:20.25rem;left:1.875rem;height:1.625rem;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; }
#uBwMZbeLewxxX8Sy5IX2GDVsksP8TQT7 { color:rgba(var(--color-tertiary-2),1);display:block;width:35.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:22.875rem;left:1.875rem;height:1.625rem;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; }
#lbTERWLJIoS1fkWJNDvAJuq2oTSLZHHM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:12.75rem;left:0rem; }
#mcKLkNkQNPuotqJpNadFiUTMeScNTRl1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:23.25rem;left:0rem; }
#vvbc3vexNutD4V6C0ExdpkBin6zdF0RB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:20.625rem;left:0rem; }
#CLTDLXCMqZTQVHrHxTRGKyWXOO9FNaQJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:18rem;left:0rem; }
#Ieb0GX23xZcXTE4ST2koDnczSqz059Ai { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:15.4375rem;left:0rem; }
#TDwS7DdM9gxX6RnDGuL6SmFfHPormegZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffcf5;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; }#TDwS7DdM9gxX6RnDGuL6SmFfHPormegZ > .row .container { background-color: transparent; background-image: none; }#TDwS7DdM9gxX6RnDGuL6SmFfHPormegZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDwS7DdM9gxX6RnDGuL6SmFfHPormegZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDwS7DdM9gxX6RnDGuL6SmFfHPormegZ > .row .container > .video-iframe-container { display: none; }#TDwS7DdM9gxX6RnDGuL6SmFfHPormegZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDwS7DdM9gxX6RnDGuL6SmFfHPormegZ > .row > .video-iframe-container { display: none; }#TDwS7DdM9gxX6RnDGuL6SmFfHPormegZ > .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); }#TDwS7DdM9gxX6RnDGuL6SmFfHPormegZ > .row .container { border-width: 0; border-radius: 0; }#TDwS7DdM9gxX6RnDGuL6SmFfHPormegZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TDwS7DdM9gxX6RnDGuL6SmFfHPormegZ > .row .container { font-size:0.875rem;font-family:arial;height:39.625rem;width:75rem;position:relative;display:block; }#IKCSQSDvVkRGDhOfSuOPd6X1t9vvWNP6 { color:rgba(var(--color-primary-2),1);display:block;width:34.25rem;position:absolute;font-family:"ballinger 2";font-size:1.875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:2.5rem;left:35.5rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vZsKNEb3MvGbWNLKT6iRZUCTstnZov1s { color:rgba(var(--color-tertiary-2),1);display:block;width:35.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:17.25rem;left:35.5rem;height:10.625rem;overflow:hidden;display:block; }#vZsKNEb3MvGbWNLKT6iRZUCTstnZov1s li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#vZsKNEb3MvGbWNLKT6iRZUCTstnZov1s li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d7aeef0d-e658-4229-a5eb-28b78aa4bc67/Offrespciale.svg); }
#uMsK9wSfC5ptw2ku0gUz2PC1WunaOnnm { 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:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ballinger 2";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.875rem;height:2.5625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:31.625rem;left:35.5rem;display:block; }
#slb0xWVC6axKse6C6TfowtoXngJBQTkl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mtEaqJ9wlIy6mr4TgBQymWezos756NQN { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.375rem;width:26.3125rem;top:2.5rem;left:2.875rem;overflow:hidden;display:block; }
#BqsGLVA8DHRtXfMS05Mo4oXODsvgaHFZ { color:#000000;display:block;width:38.25rem;position:absolute;font-family:"ballinger 2";font-size:1.875rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:9.875rem;left:35.4375rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#z86refvsLCT1gCHBZDMhvsLFywaxmIlf { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:9.875rem;top:7.4375rem;left:35.5rem;overflow:hidden;display:block; }
#dHD9JptTJ6R5ZTIJa1BIw6gcSnkDxarP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffcf5;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; }#dHD9JptTJ6R5ZTIJa1BIw6gcSnkDxarP > .row .container { background-color: transparent; background-image: none; }#dHD9JptTJ6R5ZTIJa1BIw6gcSnkDxarP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHD9JptTJ6R5ZTIJa1BIw6gcSnkDxarP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHD9JptTJ6R5ZTIJa1BIw6gcSnkDxarP > .row .container > .video-iframe-container { display: none; }#dHD9JptTJ6R5ZTIJa1BIw6gcSnkDxarP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHD9JptTJ6R5ZTIJa1BIw6gcSnkDxarP > .row > .video-iframe-container { display: none; }#dHD9JptTJ6R5ZTIJa1BIw6gcSnkDxarP > .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); }#dHD9JptTJ6R5ZTIJa1BIw6gcSnkDxarP > .row .container { border-width: 0; border-radius: 0; }#dHD9JptTJ6R5ZTIJa1BIw6gcSnkDxarP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dHD9JptTJ6R5ZTIJa1BIw6gcSnkDxarP > .row .container { font-size:0.875rem;font-family:arial;height:41.6875rem;width:75rem;position:relative;display:block; }#IHkJvIgId0AyZWX27CXsslgS2AexoeKX { color:rgba(var(--color-primary-2),1);display:block;width:30.75rem;position:absolute;font-family:"ballinger 2";font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.5625rem;left:0rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dXCwbWtvDQhaUxXENKaI1T6o6mmwIlcC { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.875rem;width:19.375rem;top:14.125rem;left:35.6875rem;overflow:hidden;display:block; }
#xzLRRf26tImVPEdRTRX9ucZNMBBpsgD2 { 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:10.9375rem;width:19.375rem;top:14.0625rem;left:55.625rem;overflow:hidden;display:block; }
#ifzzVus9xCZOtUPeg1WKQn88vJvKV0TX { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.875rem;width:19.375rem;top:25.5625rem;left:55.625rem;overflow:hidden;display:block; }
#dT8XFBcR5tMSlCgPbFuIvN96ogFwh9J7 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.875rem;width:19.375rem;top:25.625rem;left:35.6875rem;overflow:hidden;display:block; }
#TtgsuRFIV9MncMsvSqHr3BSboHgbodac { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:19.375rem;top:2.5625rem;left:35.6875rem;overflow:hidden;display:block; }
#t9O4N2NfWTmTkhbPPII3PVkFspPgAoPQ { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:19.375rem;top:2.5rem;left:55.625rem;overflow:hidden;display:block; }
#ezGigV4iwrJ7437SCvNr6wSH9WGvpXF3 { 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:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ballinger 2";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.5625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:23.5rem;left:0rem;display:block; }
#MIxQFGVBqmTlZLptLBwHarUTuCJoxTtQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#afTImJrC78aWnxTgg63ypMNX91IWn3Jy { color:rgba(var(--color-tertiary-2),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:8rem;left:0rem;height:11.8965rem;overflow:hidden;display:block; }#afTImJrC78aWnxTgg63ypMNX91IWn3Jy li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#afTImJrC78aWnxTgg63ypMNX91IWn3Jy li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d7aeef0d-e658-4229-a5eb-28b78aa4bc67/Offrespciale.svg); }
#VSI9GESus6StoTDEKeTkVaxes4bPdPcz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#VSI9GESus6StoTDEKeTkVaxes4bPdPcz > .row .container { background-color: transparent; background-image: none; }#VSI9GESus6StoTDEKeTkVaxes4bPdPcz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VSI9GESus6StoTDEKeTkVaxes4bPdPcz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VSI9GESus6StoTDEKeTkVaxes4bPdPcz > .row .container > .video-iframe-container { display: none; }#VSI9GESus6StoTDEKeTkVaxes4bPdPcz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VSI9GESus6StoTDEKeTkVaxes4bPdPcz > .row > .video-iframe-container { display: none; }#VSI9GESus6StoTDEKeTkVaxes4bPdPcz > .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); }#VSI9GESus6StoTDEKeTkVaxes4bPdPcz > .row .container { border-width: 0; border-radius: 0; }#VSI9GESus6StoTDEKeTkVaxes4bPdPcz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VSI9GESus6StoTDEKeTkVaxes4bPdPcz > .row .container { font-size:0.875rem;font-family:arial;height:21.8125rem;width:75rem;position:relative;display:block; }#Fgiylo1MCapIviuuIJyGFFV1MyHTygG9 { color:rgba(var(--color-primary-2),1);display:block;width:54.1875rem;position:absolute;font-family:"ballinger 2";font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5rem;left:10.40625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dlNrmR0R4PieQoISKqFiLsDPp41UsuoB { color:#ffffff;display:block;width:29.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.5625rem;left:22.84375rem;height:3.57421875rem;text-align:center;text-align-last:center;display:block; }
#LfgDb21A0WoiowHKWpoRJH3Pb3NUy8Jw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:11.625rem;left:22.25rem; }
#rSU7TeqgNb84xeIq2PR3Tam2obSuNdgq { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:16.5rem;left:17.5625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#G7StKECKxJTlRPv706ffeoaXmp2uct0U { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:11.625rem;left:35.9375rem; }
#qa2ladHscuzB002Ji4m3WdJ1yJe7yE1Z { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:16.5rem;left:31.25rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#z5JFcKxbgndnsDTSgigFrPutMoonGBOI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:11.625rem;left:49.6875rem; }
#u5JdUcOWA3i9rMXifJPA9Q6TECM3Q7MZ { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:16.5rem;left:45rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#I2LFTiW6n2eLnryl1boxFVAU4sPwayfS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffcf5;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; }#I2LFTiW6n2eLnryl1boxFVAU4sPwayfS > .row .container { background-color: transparent; background-image: none; }#I2LFTiW6n2eLnryl1boxFVAU4sPwayfS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I2LFTiW6n2eLnryl1boxFVAU4sPwayfS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I2LFTiW6n2eLnryl1boxFVAU4sPwayfS > .row .container > .video-iframe-container { display: none; }#I2LFTiW6n2eLnryl1boxFVAU4sPwayfS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I2LFTiW6n2eLnryl1boxFVAU4sPwayfS > .row > .video-iframe-container { display: none; }#I2LFTiW6n2eLnryl1boxFVAU4sPwayfS > .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); }#I2LFTiW6n2eLnryl1boxFVAU4sPwayfS > .row .container { border-width: 0; border-radius: 0; }#I2LFTiW6n2eLnryl1boxFVAU4sPwayfS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I2LFTiW6n2eLnryl1boxFVAU4sPwayfS > .row .container { font-size:0.875rem;font-family:arial;height:52.875rem;width:75rem;position:relative;display:block; }#rtJrvVJWctWEkKQEZ2MhHe4h0r5rgbNF { color:rgba(var(--color-tertiary-2),1);display:block;width:34.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5rem;left:20.15625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#trCst3l6TKJo7sHP10pbLrXyTB0mNRhf { 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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:15.0625rem;width:22.3125rem;top:10.125rem;left:26.375rem;overflow:hidden;display:block; }
#Jp55TDDAio8gNpSnhKeKZde2ztutncVA { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:14.9375rem;width:22.1875rem;top:10.1875rem;left:0rem;overflow:hidden;display:block; }
#KTxgU8Os6x2bXTvtbwb67IGVI7G2PTgg { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:15.0625rem;width:22.3125rem;top:26.4375rem;left:52.6875rem;overflow:hidden;display:block; }
#Kp1bNzHLyPv8PrIRgm7SrRE4ddTvVbJc { 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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:15.0625rem;width:22.25rem;top:26.4375rem;left:0rem;overflow:hidden;display:block; }
#i9I14aKIAXci8XgKMXiysJ7XPv8iFifE { 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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:15.125rem;width:22.375rem;top:26.4375rem;left:26.3125rem;overflow:hidden;display:block; }
#PkQLFkSpXfeUsnpcVHwTZyLKhW2I9qpl { position:absolute;display:block;z-index:14998;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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:15.3125rem;width:22.25rem;top:9.9375rem;left:52.75rem;overflow:hidden;display:block; }
#duPnvtr83ccu5ZXyZDTHyMUIqvQqEqEw { 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:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ballinger 2";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.875rem;height:2.5625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:45.25rem;left:28.5625rem;display:block; }
#NV8262xAnLdgfsr050al1TyqqkAnTIWH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wNIqZbNrti0OTSnEbTmpvVR7uCPxZypJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#wNIqZbNrti0OTSnEbTmpvVR7uCPxZypJ > .row .container { background-color: transparent; background-image: none; }#wNIqZbNrti0OTSnEbTmpvVR7uCPxZypJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wNIqZbNrti0OTSnEbTmpvVR7uCPxZypJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wNIqZbNrti0OTSnEbTmpvVR7uCPxZypJ > .row .container > .video-iframe-container { display: none; }#wNIqZbNrti0OTSnEbTmpvVR7uCPxZypJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wNIqZbNrti0OTSnEbTmpvVR7uCPxZypJ > .row > .video-iframe-container { display: none; }#wNIqZbNrti0OTSnEbTmpvVR7uCPxZypJ > .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); }#wNIqZbNrti0OTSnEbTmpvVR7uCPxZypJ > .row .container { border-width: 0; border-radius: 0; }#wNIqZbNrti0OTSnEbTmpvVR7uCPxZypJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wNIqZbNrti0OTSnEbTmpvVR7uCPxZypJ > .row .container { font-size:0.875rem;font-family:arial;height:50.3125rem;width:75rem;position:relative;display:block; }#ppqT9KHDIQ3riVGVyZomqHaGl1FNXTgh { color:rgba(var(--color-primary-2),1);display:block;width:68rem;position:absolute;font-family:"ballinger 2";font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.5rem;left:3.5rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C14L8GMM7B4AOJP9Jsd9gWsf9sXGzNh6 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:21.875rem;width:39.25rem;top:7.4375rem;left:17.875rem;display:block; }
#leghiIf5GtH8XxMUuMrBSknUy9IV8uiB { position:absolute;display:block;z-index:15025;background-color:#fffcf5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:12.5rem;width:21.5625rem;top:31.8125rem;left:3.25rem;display:block; }
#rR3E6eNzkXrvWMvX1VWOxmrJvZdAV3cU { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:33.6875rem;left:5.125rem; }
#e02P09MVsSh86OKbS0VDd575bkkrmA6N { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:33.6875rem;left:6.4375rem; }
#clJTGJvfHWQM5vCOWn4tCJMtXa85h8RG { color:rgba(var(--color-tertiary-2),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:36rem;left:5.125rem;height:3.8994125rem;text-align:left;text-align-last:left;display:block; }
#DfaXF2yKdfDTcdAKtOWEuWJoKkAHWRln { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:33.6875rem;left:7.75rem; }
#IUFCLA3zUyhfeiT6tA7N0t8pI7rC67au { color:rgba(var(--color-tertiary-2),1);display:block;width:17.5rem;position:absolute;font-family:"ballinger 2";font-size:1rem;font-weight:700;z-index:15049;line-height:1.5;letter-spacing:0;top:40.9375rem;left:5.1875rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#R5QyfNTithP8RmIzufIG7lGS49MTJ6S9 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:33.6875rem;left:9.0625rem; }
#pCbucCBoB8QHCgdJhqGT05zxr4QauFfs { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:33.6875rem;left:10.375rem; }
#M8TdbM5y5QJDCMgJSN9lZ5knUrKid8yn { position:absolute;display:block;z-index:15029;background-color:#fffcf5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:12.5rem;width:21.5625rem;top:31.8125rem;left:26.8125rem;display:block; }
#ZtzgWC8O1sRMfpMeN5OyEdIVWe8D5KBx { color:rgba(var(--color-tertiary-2),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:36rem;left:28.6875rem;height:3.8994125rem;text-align:left;text-align-last:left;display:block; }
#cDD2TEmW1zKRv8KcDKkLaR1Sepn4oMSq { color:rgba(var(--color-tertiary-2),1);display:block;width:17.5rem;position:absolute;font-family:"ballinger 2";font-size:1rem;font-weight:700;z-index:15053;line-height:1.5;letter-spacing:0;top:41.125rem;left:28.75rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sQkzCaeSLmvWUkCFmJ1SeFSfKbkRAlpB { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:33.6875rem;left:28.6875rem; }
#gl2w7uIi4E10RtZDwTOubL1NDJ1k7q4X { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;opacity:1;top:33.6875rem;left:30rem; }
#qag25cZ7iZlCt1y3yLXwnzr6uDynGb7w { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15065;opacity:1;top:33.6875rem;left:31.3125rem; }
#AZIO4A19yxRzqEIaDv6caOzPt1Zd4V57 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:33.6875rem;left:32.625rem; }
#UpiViMGbfLiTMB9uXRVgzkCcETSSRpKb { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:1;top:33.6875rem;left:33.9375rem; }
#Gs6n6tDU58PAxcsofhilLf4He5OAQvC7 { position:absolute;display:block;z-index:15033;background-color:#fffcf5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:12.5rem;width:21.5625rem;top:31.8125rem;left:50.25rem;display:block; }
#GeLb2GLwchI4ePXssbxQ1AeARbiie4sC { color:rgba(var(--color-tertiary-2),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:36rem;left:52.1875rem;height:3.8994125rem;text-align:left;text-align-last:left;display:block; }
#pV74mvBOgs1Q8RKGBXQ8w90e37tuxKGz { color:rgba(var(--color-tertiary-2),1);display:block;width:17.5rem;position:absolute;font-family:"ballinger 2";font-size:1rem;font-weight:700;z-index:15057;line-height:1.5;letter-spacing:0;top:40.9375rem;left:52.25rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mlhu51nQx1UTF7Rvsy8PCuTd37eTeRR9 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15068;opacity:1;top:33.6875rem;left:52.1875rem; }
#TJGaXW3J6P31yKlrI70FJu0I984psxRP { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:33.6875rem;left:53.5rem; }
#BAyiwrfQcBrPy6diD8fvgXTnxGmO0K9r { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15070;opacity:1;top:33.6875rem;left:54.8125rem; }
#Z4VcDiFRi0FrLdTyotFwyMf8VPnTy1MW { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15071;opacity:1;top:33.6875rem;left:56.125rem; }
#PQgl98EJ2T8RtewdIUOWEA9u1zDAWdvd { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15072;opacity:1;top:33.6875rem;left:57.4375rem; }
#ZKWxDRqJtZQBlq7gr5g8vfZ4T7hLmTv5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#ZKWxDRqJtZQBlq7gr5g8vfZ4T7hLmTv5 > .row .container { background-color: transparent; background-image: none; }#ZKWxDRqJtZQBlq7gr5g8vfZ4T7hLmTv5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZKWxDRqJtZQBlq7gr5g8vfZ4T7hLmTv5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZKWxDRqJtZQBlq7gr5g8vfZ4T7hLmTv5 > .row .container > .video-iframe-container { display: none; }#ZKWxDRqJtZQBlq7gr5g8vfZ4T7hLmTv5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZKWxDRqJtZQBlq7gr5g8vfZ4T7hLmTv5 > .row > .video-iframe-container { display: none; }#ZKWxDRqJtZQBlq7gr5g8vfZ4T7hLmTv5 > .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); }#ZKWxDRqJtZQBlq7gr5g8vfZ4T7hLmTv5 > .row .container { border-width: 0; border-radius: 0; }#ZKWxDRqJtZQBlq7gr5g8vfZ4T7hLmTv5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZKWxDRqJtZQBlq7gr5g8vfZ4T7hLmTv5 > .row .container { font-size:0.875rem;font-family:arial;height:7.125rem;width:75rem;position:relative;display:block; }#DrgTps7pvhMnuDwk0J7enZ73fzXzvvhk { 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:2.5625rem;width:7.125rem;top:0.75rem;left:33.9375rem;overflow:hidden;display:block; }
#fJlNneSmSARfALdGEgKbF90wtpc61lXy { color:#000000;display:block;width:19.6875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.75rem;left:27.65625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Oy58hmeJfsOTfeWRmv7IdNtIGM2L59cB { display:block; }#Oy58hmeJfsOTfeWRmv7IdNtIGM2L59cB > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ce9Krve08AGRXncveSA6e4GWJceTtWpR { top:12.5625rem;left:0rem;width:34.375rem;height:2.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sz2B3s8hhDnTAeuyVCWua8hTwJQzOJUO { top:25.1875rem;left:0rem;width:34.375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIqs3MiC0exRqqXoTpoTR938XfzdRxCv { top:41.5rem;left:0rem;width:5.125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7rs3x3OE8u7BKJ6yZcVtLkJuQ3X6NLd { top:41.5rem;left:0rem;width:6.5625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tteOcRTSFllqnt9ioicprrFm4glhQITB { top:43.875rem;left:0rem;width:5.125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fz1a54fvmz0iVtnauDrVQN3KhSbKoniu { top:43.875rem;left:0rem;width:6.5625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJ52VbrEqotsoTHkNlzRalvOrdG1bBxv { width:17.875rem;height:2.5625rem;top:37.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwlhqRzITcdwL8B6GeCN67w8V82WTJSR { display:block; }
 }@media only screen and (max-width: 763px) { #qo8RV1lM1HihKJS2R8zpBWMG3BGdGyQI { top:4.75rem;left:0rem;width:10.75rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLy9D7O96KlGylDlkgaZadwLneiR5RLH { top:31.0625rem;left:0rem;width:6.375rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oK5EuTebGehy5kOs0vhkMn5uClMtRiJq { top:30.875rem;left:0rem;width:3.125rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pU3kgX0gh4kEHTI2kDKLOZNURBPpvl7Q { top:31.0625rem;left:0rem;width:25rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwvWfACw2o3n6IHlyba4cUTFtpMZZy5G { top:15.4375rem;left:0rem;width:34.375rem;height:2.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sShdVRnCTnvs2OgOQlf7rquatRzU0Wnh { top:28.25rem;left:0rem;width:34.375rem;height:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJnR34qS7lu5ZVKhwaTEUdURDXJlEUlr { top:18.9375rem;left:0rem;width:13.1875rem;height:3.75rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwBA7dsiDhp3NJ0yTOB9esJEKRTy1gKk { top:18.9375rem;left:0rem;width:10.3125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lV4Imo5LOIGCukn0IfZ8lFxxO3Qg5R27 { top:25.625rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eATWxvhtsd2hHrdsHAwnp8VNGMwWJ73z { top:28.875rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArioiLeCasMZmrwUiQE39TlEi6TZUTNr { top:31.5rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEEMt3qTIekInLwhXqBbz8Gwiy0gxbSn { display:block; }#nEEMt3qTIekInLwhXqBbz8Gwiy0gxbSn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zwmr8GTPKyg3RCNqW7U4pfFqdkFz4K34 { top:5.375rem;left:0rem;width:6.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1050v9BsOIQzi0Coar7tXEzgmTmleyz { top:1.0625rem;left:13.3125rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CK36QmClgVKFPBsQ9I25FGDVmfGGLuiM { top:5.375rem;left:12.0625rem;width:6.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZqDRzEmJ4fNK2WDHxuTLZtUr3D13LTc { top:1.0625rem;left:32.125rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxcBATmfGAHRsUPVimI1E2zv1gMzudlV { top:5.375rem;left:30.8125rem;width:6.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3odezp4c9hsORVH689F46z2AEEnzVE9 { top:1.0625rem;left:44.0625rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVQ93NV7cSR0SZdgQ6FwMSu6gRdNtIz7 { top:5.375rem;left:41.5rem;width:6.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePEplpb9MnZwAkPGqM8uGCgXzfKlQAS3 { top:1.25rem;left:0rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsrwsQreZQunkQ4cWD6irmGFvQ6WTW90 { display:block; }#CsrwsQreZQunkQ4cWD6irmGFvQ6WTW90 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ULX7fDRCfMThGwC4SgVGrGXshTg9IfON { top:11.125rem;left:0rem;width:47.75rem;height:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTICS1rHn6hu6Gvs8Ikcf4ICTuBdyeSv { top:3.75rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1FWcJ9RQqhMOQRqUnm4pgSUg2Kbkm6n { display:block; }#W1FWcJ9RQqhMOQRqUnm4pgSUg2Kbkm6n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w2X5oT4TAJAIImytU3C5JndoykrlPuHo { top:4.9375rem;left:0rem;width:7.1875rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgmSN9ELffOd6CoRVxkfTSSmH3dTMUIN { top:2rem;left:0rem;width:9.375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXPVgKnAh5m4DJhMXykx6hocZ9bE7oh6 { top:4.875rem;left:0rem;width:1.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIWrc9HSMDW5GPTpVWsNCMrXBTVVb7bp { top:2.625rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMVq9UOdW9A1FTMcMd6QIvU64vS8Tz6V { top:4.8125rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhHvwuWpAbzRny2x80BbH7AXuerPOu60 { top:2.25rem;left:2.375rem;width:0.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAem5FkZBLqbXwETIvOyWiSswfLOPRzk { display:block; }#oAem5FkZBLqbXwETIvOyWiSswfLOPRzk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nrMuOHghieminFKzHpzvGOxcQA2NayRr { top:5.9375rem;left:6.625rem;width:40.625rem;height:7.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4bizHBpe9bUb501ETB2m4ftDXrG2t7C { top:15.75rem;left:7.125rem;width:40.625rem;height:;font-size:1rem;display:block; }#X4bizHBpe9bUb501ETB2m4ftDXrG2t7C li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d7aeef0d-e658-4229-a5eb-28b78aa4bc67/Offrespciale.svg); }
 }@media only screen and (max-width: 763px) { #Tmsz1Ctlb7wf4S0qTEQzrzXH3J5RgLUo { width:17.875rem;height:2.5625rem;top:28.875rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgTFi9gCk5MlRxxGkApwf8megARNNW1F { display:block; }
 }@media only screen and (max-width: 763px) { #T6S8sAoxzrhHWIiJXUaakB9B4TIxrHzd { top:6.875rem;left:0rem;width:31.25rem;height:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTGPv4ivKFFC9AIg39S1HJgwS3dvMraC { display:block; }#MTGPv4ivKFFC9AIg39S1HJgwS3dvMraC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hoEfTWyCncnKfoV3Kg4ntL5RBJts0qfU { top:2.5rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qptUIU5y7f0dsQTbxRQq61qwkzFDam9C { top:11.1875rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fskQ3aSe1DS9eo5PBtci06uWnxxhRl4i { top:7.4375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVC3vT6VJcw8DC0uSMfcNySvZVIqhQ2Z { top:13.25rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPtmRw2o7awPHGIxWiIzdTGZD6uOoTxt { top:7.4375rem;left:13.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1iaTD7IxTSZStlFRileWzssgFhAdJ3P { top:11.125rem;left:8.75rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEsxDWWrw57fuTHZGlbTwNtVWiMaGtFS { top:13.25rem;left:8.5rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhKnRFuaZ1UsVFwmTVbSP9CxakG1qU7U { top:7.4375rem;left:31rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdwC6btlCboTgzuA2P9szH0Wkh5SOT8x { top:11.125rem;left:26.5625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWFGWlx1fSzLe1uri0Tn8DhGhq10PPa4 { top:13.25rem;left:26.5625rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6H0HatgIHndTI2ckJu75usvvyth7NTz { top:7.4375rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvG3yT2Nywi0I1gZfsTm0KNX9LLiTluw { top:11.125rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXhJrJtEDwmCge1bWtTZbr6EmiBWWQCE { top:13.25rem;left:35.25rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHVWht42USeuZxcnMUgC7w1ZZosrrttR { display:block; }#UHVWht42USeuZxcnMUgC7w1ZZosrrttR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xiBaH60Fwb1gTeBk7JTv8rVhhIGcpo0T { top:5rem;left:0rem;width:36.5rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtTt4I5hOqlDroxha7Dtg3hbQuVTdCD8 { top:12.375rem;left:0rem;width:35.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUTUVN725stupNfkdMLncrfkBSePHeLn { width:16.125rem;height:2.5625rem;top:28.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1CJZMo5WpoHCxUln8HslM6SrznEguum { display:block; }
 }@media only screen and (max-width: 763px) { #CPJort2wfHxQpFvf2uc7U5CylUylFBB9 { top:5rem;left:9.125rem;width:38.625rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgUkFxSe9TFsHyBhruWW4DoqO8K6XhPJ { top:5rem;left:9.125rem;width:38.625rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEb3imN80PCAX5AOwN7IcwOwsVPil9JP { top:15rem;left:0rem;width:35.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1wu2mf8g6x6bTA3IaICFTmZCJygTx7z { top:17.625rem;left:0rem;width:35.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHWfdNxNko6uEbHZ7dVk9LDfH9zIeBFG { top:20.25rem;left:0rem;width:35.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBwMZbeLewxxX8Sy5IX2GDVsksP8TQT7 { top:22.875rem;left:0rem;width:35.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbTERWLJIoS1fkWJNDvAJuq2oTSLZHHM { top:12.75rem;left:0rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcKLkNkQNPuotqJpNadFiUTMeScNTRl1 { top:23.25rem;left:0rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvbc3vexNutD4V6C0ExdpkBin6zdF0RB { top:20.625rem;left:0rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLTDLXCMqZTQVHrHxTRGKyWXOO9FNaQJ { top:18rem;left:0rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ieb0GX23xZcXTE4ST2koDnczSqz059Ai { top:15.4375rem;left:0rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDwS7DdM9gxX6RnDGuL6SmFfHPormegZ { display:block; }#TDwS7DdM9gxX6RnDGuL6SmFfHPormegZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IKCSQSDvVkRGDhOfSuOPd6X1t9vvWNP6 { top:2.5rem;left:13.5rem;width:34.25rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZsKNEb3MvGbWNLKT6iRZUCTstnZov1s { top:17.25rem;left:12.6875rem;width:35.0625rem;height:10.625rem;font-size:1.25rem;display:block; }#vZsKNEb3MvGbWNLKT6iRZUCTstnZov1s li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d7aeef0d-e658-4229-a5eb-28b78aa4bc67/Offrespciale.svg); }
 }@media only screen and (max-width: 763px) { #uMsK9wSfC5ptw2ku0gUz2PC1WunaOnnm { width:17.875rem;height:2.5625rem;top:31.625rem;left:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #slb0xWVC6axKse6C6TfowtoXngJBQTkl { display:block; }
 }@media only screen and (max-width: 763px) { #mtEaqJ9wlIy6mr4TgBQymWezos756NQN { top:2.5rem;left:0rem;width:26.3125rem;height:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqsGLVA8DHRtXfMS05Mo4oXODsvgaHFZ { top:9.875rem;left:9.5rem;width:38.25rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z86refvsLCT1gCHBZDMhvsLFywaxmIlf { top:7.4375rem;left:21.875rem;width:9.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHD9JptTJ6R5ZTIJa1BIw6gcSnkDxarP { display:block; }#dHD9JptTJ6R5ZTIJa1BIw6gcSnkDxarP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IHkJvIgId0AyZWX27CXsslgS2AexoeKX { top:2.5625rem;left:0rem;width:30.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXCwbWtvDQhaUxXENKaI1T6o6mmwIlcC { top:14.125rem;left:22.0625rem;width:19.375rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzLRRf26tImVPEdRTRX9ucZNMBBpsgD2 { top:14.0625rem;left:28.375rem;width:19.375rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifzzVus9xCZOtUPeg1WKQn88vJvKV0TX { top:25.5625rem;left:28.375rem;width:19.375rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT8XFBcR5tMSlCgPbFuIvN96ogFwh9J7 { top:25.625rem;left:22.0625rem;width:19.375rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtgsuRFIV9MncMsvSqHr3BSboHgbodac { top:2.5625rem;left:22.0625rem;width:19.375rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9O4N2NfWTmTkhbPPII3PVkFspPgAoPQ { top:2.5rem;left:28.375rem;width:19.375rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezGigV4iwrJ7437SCvNr6wSH9WGvpXF3 { width:17.5rem;height:2.5625rem;top:23.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIxQFGVBqmTlZLptLBwHarUTuCJoxTtQ { display:block; }
 }@media only screen and (max-width: 763px) { #afTImJrC78aWnxTgg63ypMNX91IWn3Jy { top:8rem;left:0rem;width:31.25rem;height:11.875rem;font-size:1rem;display:block; }#afTImJrC78aWnxTgg63ypMNX91IWn3Jy li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d7aeef0d-e658-4229-a5eb-28b78aa4bc67/Offrespciale.svg); }
 }@media only screen and (max-width: 763px) { #VSI9GESus6StoTDEKeTkVaxes4bPdPcz { display:block; }#VSI9GESus6StoTDEKeTkVaxes4bPdPcz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fgiylo1MCapIviuuIJyGFFV1MyHTygG9 { top:2.5rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlNrmR0R4PieQoISKqFiLsDPp41UsuoB { top:5.5625rem;left:9.21875rem;width:29.3125rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfgDb21A0WoiowHKWpoRJH3Pb3NUy8Jw { top:11.625rem;left:8.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSU7TeqgNb84xeIq2PR3Tam2obSuNdgq { top:16.5rem;left:3.9375rem;width:12.5rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7StKECKxJTlRPv706ffeoaXmp2uct0U { top:11.625rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qa2ladHscuzB002Ji4m3WdJ1yJe7yE1Z { top:16.5rem;left:17.625rem;width:12.5rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5JFcKxbgndnsDTSgigFrPutMoonGBOI { top:11.625rem;left:36.0625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5JdUcOWA3i9rMXifJPA9Q6TECM3Q7MZ { top:16.5rem;left:31.375rem;width:12.5rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2LFTiW6n2eLnryl1boxFVAU4sPwayfS { display:block; }#I2LFTiW6n2eLnryl1boxFVAU4sPwayfS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rtJrvVJWctWEkKQEZ2MhHe4h0r5rgbNF { top:5rem;left:6.53125rem;width:34.6875rem;height:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #trCst3l6TKJo7sHP10pbLrXyTB0mNRhf { top:10.125rem;left:12.75rem;width:22.3125rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jp55TDDAio8gNpSnhKeKZde2ztutncVA { top:10.1875rem;left:0rem;width:22.1875rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTxgU8Os6x2bXTvtbwb67IGVI7G2PTgg { top:26.4375rem;left:25.4375rem;width:22.3125rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kp1bNzHLyPv8PrIRgm7SrRE4ddTvVbJc { top:26.4375rem;left:0rem;width:22.25rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9I14aKIAXci8XgKMXiysJ7XPv8iFifE { top:26.4375rem;left:12.6875rem;width:22.375rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkQLFkSpXfeUsnpcVHwTZyLKhW2I9qpl { top:9.9375rem;left:25.5rem;width:22.25rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #duPnvtr83ccu5ZXyZDTHyMUIqvQqEqEw { width:17.875rem;height:2.5625rem;top:45.25rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NV8262xAnLdgfsr050al1TyqqkAnTIWH { display:block; }
 }@media only screen and (max-width: 763px) { #wNIqZbNrti0OTSnEbTmpvVR7uCPxZypJ { display:block; }#wNIqZbNrti0OTSnEbTmpvVR7uCPxZypJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ppqT9KHDIQ3riVGVyZomqHaGl1FNXTgh { top:2.5rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C14L8GMM7B4AOJP9Jsd9gWsf9sXGzNh6 { top:7.4375rem;left:4.25rem;width:39.25rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #leghiIf5GtH8XxMUuMrBSknUy9IV8uiB { top:31.8125rem;left:0rem;width:21.5625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rR3E6eNzkXrvWMvX1VWOxmrJvZdAV3cU { top:33.6875rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e02P09MVsSh86OKbS0VDd575bkkrmA6N { top:33.6875rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #clJTGJvfHWQM5vCOWn4tCJMtXa85h8RG { top:36rem;left:0rem;width:17.6875rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfaXF2yKdfDTcdAKtOWEuWJoKkAHWRln { top:33.6875rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUFCLA3zUyhfeiT6tA7N0t8pI7rC67au { width:17.5rem;height:1.5rem;top:40.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5QyfNTithP8RmIzufIG7lGS49MTJ6S9 { top:33.6875rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCbucCBoB8QHCgdJhqGT05zxr4QauFfs { top:33.6875rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8TdbM5y5QJDCMgJSN9lZ5knUrKid8yn { top:31.8125rem;left:13.1875rem;width:21.5625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtzgWC8O1sRMfpMeN5OyEdIVWe8D5KBx { top:36rem;left:15.0625rem;width:17.6875rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDD2TEmW1zKRv8KcDKkLaR1Sepn4oMSq { width:17.5rem;height:1.5rem;top:41.125rem;left:15.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQkzCaeSLmvWUkCFmJ1SeFSfKbkRAlpB { top:33.6875rem;left:15.0625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gl2w7uIi4E10RtZDwTOubL1NDJ1k7q4X { top:33.6875rem;left:16.375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qag25cZ7iZlCt1y3yLXwnzr6uDynGb7w { top:33.6875rem;left:17.6875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZIO4A19yxRzqEIaDv6caOzPt1Zd4V57 { top:33.6875rem;left:19rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpiViMGbfLiTMB9uXRVgzkCcETSSRpKb { top:33.6875rem;left:20.3125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gs6n6tDU58PAxcsofhilLf4He5OAQvC7 { top:31.8125rem;left:26.1875rem;width:21.5625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeLb2GLwchI4ePXssbxQ1AeARbiie4sC { top:36rem;left:30.0625rem;width:17.6875rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pV74mvBOgs1Q8RKGBXQ8w90e37tuxKGz { width:17.5rem;height:1.5rem;top:40.9375rem;left:30.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlhu51nQx1UTF7Rvsy8PCuTd37eTeRR9 { top:33.6875rem;left:38.5625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJGaXW3J6P31yKlrI70FJu0I984psxRP { top:33.6875rem;left:39.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAyiwrfQcBrPy6diD8fvgXTnxGmO0K9r { top:33.6875rem;left:41.1875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4VcDiFRi0FrLdTyotFwyMf8VPnTy1MW { top:33.6875rem;left:42.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQgl98EJ2T8RtewdIUOWEA9u1zDAWdvd { top:33.6875rem;left:43.8125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKWxDRqJtZQBlq7gr5g8vfZ4T7hLmTv5 { display:block; }#ZKWxDRqJtZQBlq7gr5g8vfZ4T7hLmTv5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DrgTps7pvhMnuDwk0J7enZ73fzXzvvhk { top:0.75rem;left:20.3125rem;width:7.125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJlNneSmSARfALdGEgKbF90wtpc61lXy { top:4.75rem;left:14.03125rem;width:19.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Oy58hmeJfsOTfeWRmv7IdNtIGM2L59cB { background-color:#fffcf5;background-image:none;display:block; }#Oy58hmeJfsOTfeWRmv7IdNtIGM2L59cB > .row .container { background-color: transparent; background-image: none; }#Oy58hmeJfsOTfeWRmv7IdNtIGM2L59cB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oy58hmeJfsOTfeWRmv7IdNtIGM2L59cB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oy58hmeJfsOTfeWRmv7IdNtIGM2L59cB > .row .container > .video-iframe-container { display: none; }#Oy58hmeJfsOTfeWRmv7IdNtIGM2L59cB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oy58hmeJfsOTfeWRmv7IdNtIGM2L59cB > .row > .video-iframe-container { display: none; }#Oy58hmeJfsOTfeWRmv7IdNtIGM2L59cB > .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); }#Oy58hmeJfsOTfeWRmv7IdNtIGM2L59cB > .row .container { width:20rem;height:44rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ce9Krve08AGRXncveSA6e4GWJceTtWpR { width:17.1875rem;height:4.5rem;top:6.375rem;left:0rem;font-size:1.875rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sz2B3s8hhDnTAeuyVCWua8hTwJQzOJUO { width:15.625rem;height:2.923825rem;top:19.4375rem;left:2.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qIqs3MiC0exRqqXoTpoTR938XfzdRxCv { width:5.125rem;height:1.25rem;top:37rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7rs3x3OE8u7BKJ6yZcVtLkJuQ3X6NLd { width:6.5625rem;height:1.25rem;top:37rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tteOcRTSFllqnt9ioicprrFm4glhQITB { width:5.125rem;height:1.25rem;top:38.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fz1a54fvmz0iVtnauDrVQN3KhSbKoniu { width:6.5625rem;height:1.25rem;top:38.875rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJ52VbrEqotsoTHkNlzRalvOrdG1bBxv { width:17.875rem;height:2.5625rem;top:31.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwlhqRzITcdwL8B6GeCN67w8V82WTJSR { display:block; }
 }@media only screen and (max-width: 763px) { #qo8RV1lM1HihKJS2R8zpBWMG3BGdGyQI { width:7.8125rem;height:3.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLy9D7O96KlGylDlkgaZadwLneiR5RLH { width:6rem;height:1.4619125rem;top:23.1875rem;left:2.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oK5EuTebGehy5kOs0vhkMn5uClMtRiJq { width:2.375rem;height:1.7871125rem;top:23rem;left:6.5625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pU3kgX0gh4kEHTI2kDKLOZNURBPpvl7Q { width:15.625rem;height:1.4619125rem;top:24.6875rem;left:2.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bwvWfACw2o3n6IHlyba4cUTFtpMZZy5G { width:17.1875rem;height:2.25rem;top:11.4375rem;left:0rem;font-size:1.875rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sShdVRnCTnvs2OgOQlf7rquatRzU0Wnh { width:15.625rem;height:2.69921875rem;top:26.75rem;left:2.5rem;font-size:1.125rem;line-height:1.2;text-align:left;text-align-last:left;font-family:"tenon 2";display:block; }
 }@media only screen and (max-width: 763px) { #VJnR34qS7lu5ZVKhwaTEUdURDXJlEUlr { width:11.5625rem;height:3.8994125rem;top:14.3125rem;left:0rem;font-size:3.25rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xwBA7dsiDhp3NJ0yTOB9esJEKRTy1gKk { width:5rem;height:3.25rem;top:14.3125rem;left:11.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lV4Imo5LOIGCukn0IfZ8lFxxO3Qg5R27 { display:flex;width:1.25rem;height:1.25rem;top:20.0625rem;left:0.0625rem; }
 }@media only screen and (max-width: 763px) { #eATWxvhtsd2hHrdsHAwnp8VNGMwWJ73z { display:flex;width:1.25rem;height:1.25rem;top:23.8125rem;left:0.0625rem; }
 }@media only screen and (max-width: 763px) { #ArioiLeCasMZmrwUiQE39TlEi6TZUTNr { display:flex;width:1.25rem;height:1.25rem;top:27.4375rem;left:0.0625rem; }
 }@media only screen and (max-width: 763px) { #nEEMt3qTIekInLwhXqBbz8Gwiy0gxbSn { display:block; }#nEEMt3qTIekInLwhXqBbz8Gwiy0gxbSn > .row .container { width:20rem;height:22.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zwmr8GTPKyg3RCNqW7U4pfFqdkFz4K34 { width:6.25rem;height:2.5996125rem;top:7.8125rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1050v9BsOIQzi0Coar7tXEzgmTmleyz { display:flex;width:3.6875rem;height:3.6875rem;top:3.1875rem;left:11.9375rem; }
 }@media only screen and (max-width: 763px) { #CK36QmClgVKFPBsQ9I25FGDVmfGGLuiM { width:6.25rem;height:2.5996125rem;top:7.875rem;left:10.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZqDRzEmJ4fNK2WDHxuTLZtUr3D13LTc { display:flex;width:3.6875rem;height:3.6875rem;top:11.6875rem;left:4.4375rem; }
 }@media only screen and (max-width: 763px) { #DxcBATmfGAHRsUPVimI1E2zv1gMzudlV { width:6.25rem;height:2.5996125rem;top:16.625rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3odezp4c9hsORVH689F46z2AEEnzVE9 { display:flex;width:3.6875rem;height:3.6875rem;top:11.75rem;left:11.9375rem; }
 }@media only screen and (max-width: 763px) { #eVQ93NV7cSR0SZdgQ6FwMSu6gRdNtIz7 { width:6.25rem;height:2.5996125rem;top:16.6875rem;left:10.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePEplpb9MnZwAkPGqM8uGCgXzfKlQAS3 { width:3.25rem;height:3.25rem;top:3.4375rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsrwsQreZQunkQ4cWD6irmGFvQ6WTW90 { display:block; }#CsrwsQreZQunkQ4cWD6irmGFvQ6WTW90 > .row .container { width:20rem;height:54.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ULX7fDRCfMThGwC4SgVGrGXshTg9IfON { width:20rem;height:27rem;top:10.0869140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTICS1rHn6hu6Gvs8Ikcf4ICTuBdyeSv { width:20rem;height:6.09375rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W1FWcJ9RQqhMOQRqUnm4pgSUg2Kbkm6n { display:block; }#W1FWcJ9RQqhMOQRqUnm4pgSUg2Kbkm6n > .row .container { width:20rem;height:19.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w2X5oT4TAJAIImytU3C5JndoykrlPuHo { width:7.1875rem;height:1.3125rem;top:5.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgmSN9ELffOd6CoRVxkfTSSmH3dTMUIN { width:9.375rem;height:2.25rem;top:2.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXPVgKnAh5m4DJhMXykx6hocZ9bE7oh6 { width:1.875rem;height:1.4619125rem;top:5.1875rem;left:8.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIWrc9HSMDW5GPTpVWsNCMrXBTVVb7bp { width:18.75rem;height:2.5996125rem;top:9.0625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMVq9UOdW9A1FTMcMd6QIvU64vS8Tz6V { width:18.75rem;height:3.8994125rem;top:12.9375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhHvwuWpAbzRny2x80BbH7AXuerPOu60 { width:0.125rem;height:4.375rem;top:15.5859375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oAem5FkZBLqbXwETIvOyWiSswfLOPRzk { display:block; }#oAem5FkZBLqbXwETIvOyWiSswfLOPRzk > .row .container { width:20rem;height:50.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nrMuOHghieminFKzHpzvGOxcQA2NayRr { width:20rem;height:6.09375rem;top:1.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4bizHBpe9bUb501ETB2m4ftDXrG2t7C { width:20rem;height:13.875rem;top:9.15625rem;left:0rem;font-size:1rem;line-height:1.5;display:block; }#X4bizHBpe9bUb501ETB2m4ftDXrG2t7C li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d7aeef0d-e658-4229-a5eb-28b78aa4bc67/Offrespciale.svg); }
 }@media only screen and (max-width: 763px) { #Tmsz1Ctlb7wf4S0qTEQzrzXH3J5RgLUo { width:17.875rem;height:2.5rem;top:26.46875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgTFi9gCk5MlRxxGkApwf8megARNNW1F { display:block; }
 }@media only screen and (max-width: 763px) { #T6S8sAoxzrhHWIiJXUaakB9B4TIxrHzd { width:20rem;height:14.9619375rem;top:32.78125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTGPv4ivKFFC9AIg39S1HJgwS3dvMraC { display:block; }#MTGPv4ivKFFC9AIg39S1HJgwS3dvMraC > .row .container { width:20rem;height:35.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hoEfTWyCncnKfoV3Kg4ntL5RBJts0qfU { width:20rem;height:4.0625rem;top:3.9375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qptUIU5y7f0dsQTbxRQq61qwkzFDam9C { width:9.375rem;height:1.29980625rem;top:10.5rem;left:3.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fskQ3aSe1DS9eo5PBtci06uWnxxhRl4i { display:flex;width:2.5rem;height:2.5rem;top:10.5rem;left:0rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #qVC3vT6VJcw8DC0uSMfcNySvZVIqhQ2Z { width:16.5625rem;height:2.5996125rem;top:11.8125rem;left:3.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FPtmRw2o7awPHGIxWiIzdTGZD6uOoTxt { display:flex;width:2.5rem;height:2.5rem;top:16.875rem;left:0rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #i1iaTD7IxTSZStlFRileWzssgFhAdJ3P { width:16.5625rem;height:1.29980625rem;top:16.875rem;left:3.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pEsxDWWrw57fuTHZGlbTwNtVWiMaGtFS { width:16.5625rem;height:2.5996125rem;top:18.125rem;left:3.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UhKnRFuaZ1UsVFwmTVbSP9CxakG1qU7U { display:flex;width:2.5rem;height:2.5rem;top:23.25rem;left:0rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #xdwC6btlCboTgzuA2P9szH0Wkh5SOT8x { width:16.5625rem;height:1.29980625rem;top:23.25rem;left:3.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QWFGWlx1fSzLe1uri0Tn8DhGhq10PPa4 { width:16.5625rem;height:1.29980625rem;top:24.5rem;left:3.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t6H0HatgIHndTI2ckJu75usvvyth7NTz { display:flex;width:2.5rem;height:2.5rem;top:28.25rem;left:0rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #kvG3yT2Nywi0I1gZfsTm0KNX9LLiTluw { width:16.5625rem;height:1.29980625rem;top:28.25rem;left:3.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LXhJrJtEDwmCge1bWtTZbr6EmiBWWQCE { width:16.5625rem;height:1.29980625rem;top:29.5rem;left:3.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UHVWht42USeuZxcnMUgC7w1ZZosrrttR { display:block; }#UHVWht42USeuZxcnMUgC7w1ZZosrrttR > .row .container { width:20rem;height:49.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xiBaH60Fwb1gTeBk7JTv8rVhhIGcpo0T { width:20rem;height:4.0625rem;top:3.4228515625rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FtTt4I5hOqlDroxha7Dtg3hbQuVTdCD8 { width:18.125rem;height:2.5996125rem;top:24.4375rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUTUVN725stupNfkdMLncrfkBSePHeLn { width:16.125rem;height:2.5rem;top:43.599609375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1CJZMo5WpoHCxUln8HslM6SrznEguum { display:block; }
 }@media only screen and (max-width: 763px) { #CPJort2wfHxQpFvf2uc7U5CylUylFBB9 { height:11.1875rem;width:20rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgUkFxSe9TFsHyBhruWW4DoqO8K6XhPJ { width:20rem;height:11.0625rem;top:10.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEb3imN80PCAX5AOwN7IcwOwsVPil9JP { width:18.125rem;height:1.29980625rem;top:28.3125rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1wu2mf8g6x6bTA3IaICFTmZCJygTx7z { width:18.125rem;height:1.29980625rem;top:30.875rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHWfdNxNko6uEbHZ7dVk9LDfH9zIeBFG { width:18.125rem;height:2.5996125rem;top:33.375rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBwMZbeLewxxX8Sy5IX2GDVsksP8TQT7 { width:18.125rem;height:2.5996125rem;top:37.25rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbTERWLJIoS1fkWJNDvAJuq2oTSLZHHM { display:flex;width:1.125rem;height:1.125rem;top:25.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mcKLkNkQNPuotqJpNadFiUTMeScNTRl1 { display:flex;width:1.125rem;height:1.125rem;top:38rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vvbc3vexNutD4V6C0ExdpkBin6zdF0RB { display:flex;width:1.125rem;height:1.125rem;top:34.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CLTDLXCMqZTQVHrHxTRGKyWXOO9FNaQJ { display:flex;width:1.125rem;height:1.125rem;top:30.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Ieb0GX23xZcXTE4ST2koDnczSqz059Ai { display:flex;width:1.125rem;height:1.125rem;top:28.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TDwS7DdM9gxX6RnDGuL6SmFfHPormegZ { display:block; }#TDwS7DdM9gxX6RnDGuL6SmFfHPormegZ > .row .container { width:20rem;height:58.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IKCSQSDvVkRGDhOfSuOPd6X1t9vvWNP6 { width:20rem;height:1.71875rem;top:2.9228515625rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #vZsKNEb3MvGbWNLKT6iRZUCTstnZov1s { width:20rem;height:13rem;top:34.3125rem;left:0rem;font-size:1rem;line-height:1.5;display:block; }#vZsKNEb3MvGbWNLKT6iRZUCTstnZov1s li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d7aeef0d-e658-4229-a5eb-28b78aa4bc67/Offrespciale.svg); }
 }@media only screen and (max-width: 763px) { #uMsK9wSfC5ptw2ku0gUz2PC1WunaOnnm { width:13.75rem;height:2.5rem;top:51.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #slb0xWVC6axKse6C6TfowtoXngJBQTkl { display:block; }
 }@media only screen and (max-width: 763px) { #mtEaqJ9wlIy6mr4TgBQymWezos756NQN { width:16.5rem;height:21.375rem;top:11.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqsGLVA8DHRtXfMS05Mo4oXODsvgaHFZ { width:20rem;height:2.75rem;top:7.6875rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #z86refvsLCT1gCHBZDMhvsLFywaxmIlf { width:6.5rem;height:1.25rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHD9JptTJ6R5ZTIJa1BIw6gcSnkDxarP { display:block; }#dHD9JptTJ6R5ZTIJa1BIw6gcSnkDxarP > .row .container { width:20rem;height:52.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IHkJvIgId0AyZWX27CXsslgS2AexoeKX { width:20rem;height:4.0625rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dXCwbWtvDQhaUxXENKaI1T6o6mmwIlcC { width:9.6875rem;height:5.375rem;top:19.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzLRRf26tImVPEdRTRX9ucZNMBBpsgD2 { width:9.6875rem;height:5.375rem;top:19.375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifzzVus9xCZOtUPeg1WKQn88vJvKV0TX { width:9.6875rem;height:5.375rem;top:13.375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT8XFBcR5tMSlCgPbFuIvN96ogFwh9J7 { width:9.6875rem;height:5.375rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtgsuRFIV9MncMsvSqHr3BSboHgbodac { width:9.6875rem;height:5.375rem;top:7.375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9O4N2NfWTmTkhbPPII3PVkFspPgAoPQ { width:9.6875rem;height:5.375rem;top:13.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezGigV4iwrJ7437SCvNr6wSH9WGvpXF3 { width:13.75rem;height:2.5rem;top:46.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIxQFGVBqmTlZLptLBwHarUTuCJoxTtQ { display:block; }
 }@media only screen and (max-width: 763px) { #afTImJrC78aWnxTgg63ypMNX91IWn3Jy { width:20rem;height:15.125rem;top:27.25rem;left:0rem;font-size:1rem;line-height:1.5;display:block; }#afTImJrC78aWnxTgg63ypMNX91IWn3Jy li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d7aeef0d-e658-4229-a5eb-28b78aa4bc67/Offrespciale.svg); }
 }@media only screen and (max-width: 763px) { #VSI9GESus6StoTDEKeTkVaxes4bPdPcz { display:block; }#VSI9GESus6StoTDEKeTkVaxes4bPdPcz > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fgiylo1MCapIviuuIJyGFFV1MyHTygG9 { width:20rem;height:4.0625rem;top:3.375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dlNrmR0R4PieQoISKqFiLsDPp41UsuoB { width:20rem;height:2.5996125rem;top:8.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LfgDb21A0WoiowHKWpoRJH3Pb3NUy8Jw { display:flex;width:2.5rem;height:2.5rem;top:13.8125rem;left:3.4375rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #rSU7TeqgNb84xeIq2PR3Tam2obSuNdgq { width:9.375rem;height:2.111325rem;top:16.875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7StKECKxJTlRPv706ffeoaXmp2uct0U { display:flex;width:2.5rem;height:2.5rem;top:13.8125rem;left:14.0625rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #qa2ladHscuzB002Ji4m3WdJ1yJe7yE1Z { width:9.375rem;height:2.111325rem;top:16.9375rem;left:10.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5JFcKxbgndnsDTSgigFrPutMoonGBOI { display:flex;width:2.5rem;height:2.5rem;top:21.5rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #u5JdUcOWA3i9rMXifJPA9Q6TECM3Q7MZ { width:9.375rem;height:2.111325rem;top:24.625rem;left:5.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2LFTiW6n2eLnryl1boxFVAU4sPwayfS { display:block; }#I2LFTiW6n2eLnryl1boxFVAU4sPwayfS > .row .container { width:20rem;height:106.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rtJrvVJWctWEkKQEZ2MhHe4h0r5rgbNF { width:20rem;height:2.03125rem;top:3.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #trCst3l6TKJo7sHP10pbLrXyTB0mNRhf { width:20rem;height:13.501400560224rem;top:22.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jp55TDDAio8gNpSnhKeKZde2ztutncVA { width:20rem;height:13.464788732394rem;top:7.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTxgU8Os6x2bXTvtbwb67IGVI7G2PTgg { width:20rem;height:13.501400560224rem;top:81.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kp1bNzHLyPv8PrIRgm7SrRE4ddTvVbJc { width:20rem;height:13.539325842697rem;top:52.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9I14aKIAXci8XgKMXiysJ7XPv8iFifE { width:20rem;height:13.519553072626rem;top:66.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkQLFkSpXfeUsnpcVHwTZyLKhW2I9qpl { width:20rem;height:13.76404494382rem;top:37.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #duPnvtr83ccu5ZXyZDTHyMUIqvQqEqEw { width:17.875rem;height:2.5rem;top:99.6875rem;left:1.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NV8262xAnLdgfsr050al1TyqqkAnTIWH { display:block; }
 }@media only screen and (max-width: 763px) { #wNIqZbNrti0OTSnEbTmpvVR7uCPxZypJ { display:block; }#wNIqZbNrti0OTSnEbTmpvVR7uCPxZypJ > .row .container { width:20rem;height:70.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ppqT9KHDIQ3riVGVyZomqHaGl1FNXTgh { width:20rem;height:2.03125rem;top:3.8125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C14L8GMM7B4AOJP9Jsd9gWsf9sXGzNh6 { height:11.146496815287rem;width:20rem;top:12.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #leghiIf5GtH8XxMUuMrBSknUy9IV8uiB { width:20rem;height:10.9375rem;top:26.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rR3E6eNzkXrvWMvX1VWOxmrJvZdAV3cU { display:flex;width:1.25rem;height:1.25rem;top:27.875rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #e02P09MVsSh86OKbS0VDd575bkkrmA6N { display:flex;width:1.25rem;height:1.25rem;top:27.875rem;left:3.1875rem; }
 }@media only screen and (max-width: 763px) { #clJTGJvfHWQM5vCOWn4tCJMtXa85h8RG { width:17.6875rem;height:3.41015625rem;top:30.1875rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfaXF2yKdfDTcdAKtOWEuWJoKkAHWRln { display:flex;width:1.25rem;height:1.25rem;top:27.875rem;left:4.5rem; }
 }@media only screen and (max-width: 763px) { #IUFCLA3zUyhfeiT6tA7N0t8pI7rC67au { width:17.5rem;height:1.5rem;top:34.1875rem;left:1.875rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5QyfNTithP8RmIzufIG7lGS49MTJ6S9 { display:flex;width:1.25rem;height:1.25rem;top:27.875rem;left:5.8125rem; }
 }@media only screen and (max-width: 763px) { #pCbucCBoB8QHCgdJhqGT05zxr4QauFfs { display:flex;width:1.25rem;height:1.25rem;top:27.875rem;left:7.125rem; }
 }@media only screen and (max-width: 763px) { #M8TdbM5y5QJDCMgJSN9lZ5knUrKid8yn { width:20rem;height:10.9375rem;top:40.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtzgWC8O1sRMfpMeN5OyEdIVWe8D5KBx { width:17.6875rem;height:3.41015625rem;top:43.9375rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDD2TEmW1zKRv8KcDKkLaR1Sepn4oMSq { width:17.5rem;height:1.5rem;top:47.9375rem;left:1.875rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQkzCaeSLmvWUkCFmJ1SeFSfKbkRAlpB { display:flex;width:1.25rem;height:1.25rem;top:41.625rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #gl2w7uIi4E10RtZDwTOubL1NDJ1k7q4X { display:flex;width:1.25rem;height:1.25rem;top:41.625rem;left:3.1875rem; }
 }@media only screen and (max-width: 763px) { #qag25cZ7iZlCt1y3yLXwnzr6uDynGb7w { display:flex;width:1.25rem;height:1.25rem;top:41.625rem;left:4.5rem; }
 }@media only screen and (max-width: 763px) { #AZIO4A19yxRzqEIaDv6caOzPt1Zd4V57 { display:flex;width:1.25rem;height:1.25rem;top:41.625rem;left:5.8125rem; }
 }@media only screen and (max-width: 763px) { #UpiViMGbfLiTMB9uXRVgzkCcETSSRpKb { display:flex;width:1.25rem;height:1.25rem;top:41.625rem;left:7.125rem; }
 }@media only screen and (max-width: 763px) { #Gs6n6tDU58PAxcsofhilLf4He5OAQvC7 { width:20rem;height:10.9375rem;top:53.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeLb2GLwchI4ePXssbxQ1AeARbiie4sC { width:17.6875rem;height:3.41015625rem;top:57.6875rem;left:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pV74mvBOgs1Q8RKGBXQ8w90e37tuxKGz { width:17.5rem;height:1.5rem;top:61.6875rem;left:1.875rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlhu51nQx1UTF7Rvsy8PCuTd37eTeRR9 { display:flex;width:1.25rem;height:1.25rem;top:55.375rem;left:1.9375rem; }
 }@media only screen and (max-width: 763px) { #TJGaXW3J6P31yKlrI70FJu0I984psxRP { display:flex;width:1.25rem;height:1.25rem;top:55.375rem;left:3.25rem; }
 }@media only screen and (max-width: 763px) { #BAyiwrfQcBrPy6diD8fvgXTnxGmO0K9r { display:flex;width:1.25rem;height:1.25rem;top:55.375rem;left:4.5625rem; }
 }@media only screen and (max-width: 763px) { #Z4VcDiFRi0FrLdTyotFwyMf8VPnTy1MW { display:flex;width:1.25rem;height:1.25rem;top:55.375rem;left:5.875rem; }
 }@media only screen and (max-width: 763px) { #PQgl98EJ2T8RtewdIUOWEA9u1zDAWdvd { display:flex;width:1.25rem;height:1.25rem;top:55.375rem;left:7.1875rem; }
 }@media only screen and (max-width: 763px) { #ZKWxDRqJtZQBlq7gr5g8vfZ4T7hLmTv5 { display:block; }#ZKWxDRqJtZQBlq7gr5g8vfZ4T7hLmTv5 > .row .container { width:20rem;height:7.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DrgTps7pvhMnuDwk0J7enZ73fzXzvvhk { width:7.125rem;height:2.5625rem;top:1.25rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJlNneSmSARfALdGEgKbF90wtpc61lXy { width:19.6875rem;height:1.29980625rem;top:5.0625rem;left:0.125rem;font-size:1rem;display:block; }
 }