.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); }#Hn1UDrTBVH8NddJZWg4noopxo8KSugzx { 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; }#Hn1UDrTBVH8NddJZWg4noopxo8KSugzx.adaptive-delivery-prevent-bg, #Hn1UDrTBVH8NddJZWg4noopxo8KSugzx.lazyload, #Hn1UDrTBVH8NddJZWg4noopxo8KSugzx.lazyloading { background-image: none; }#Hn1UDrTBVH8NddJZWg4noopxo8KSugzx > .row .container { background-color: transparent; background-image: none; }#Hn1UDrTBVH8NddJZWg4noopxo8KSugzx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hn1UDrTBVH8NddJZWg4noopxo8KSugzx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hn1UDrTBVH8NddJZWg4noopxo8KSugzx > .row .container > .video-iframe-container { display: none; }#Hn1UDrTBVH8NddJZWg4noopxo8KSugzx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hn1UDrTBVH8NddJZWg4noopxo8KSugzx > .row > .video-iframe-container { display: none; }#Hn1UDrTBVH8NddJZWg4noopxo8KSugzx > .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); }#Hn1UDrTBVH8NddJZWg4noopxo8KSugzx > .row .container { border-width: 0; border-radius: 0; }#Hn1UDrTBVH8NddJZWg4noopxo8KSugzx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Hn1UDrTBVH8NddJZWg4noopxo8KSugzx > .row .container { font-size:0.875rem;font-family:arial;height:49.875rem;width:75rem;overflow:visible;position:relative;display:block; }#IuITXfevzks64CzH0WXkw05LztZgHIyq { 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; }
#o3RJ3xMdJ7i7p4pAcOeGNSKAPmikJwNb { 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; }
#zp7wKFGBPekIEe89rg4zcTsywoad3ckE { 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; }
#RmilGTR0lhZMuh1789KqgLb6imO2sFo9 { 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; }
#TP2vhSxy7vnbcFsFnmv08ghyOenwNKTP { 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; }
#MFz04QLdoEZD1RdZ7SmkrslnKDioAxxD { 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; }
#F31Nlz2CagEQGMXQUbDRgzhXXX4LQMcp { 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; }
#GEqJmTPN0teBhaVCOd7E9Q6FuQDeTTJh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o4PMR3e8tGfxo7FifDeyrH0WQ7oMehch { 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; }
#FEtqERp1Mx8oBUniheZzBWDBd2q5CZgT { color:rgba(var(--color-tertiary-2),1);display:block;width:6.75rem;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; }
#dvoA3D75DswMstI6mGVnUra6XID5dZKB { 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.1875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BSW2I8Khnb8PvqSXVuaNi6qFsauTXFCB { 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.5rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#FOJ96UM40fXbT3uOFGpcgHkBUnmcl4cs { 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; }
#ede9RRn81rXtZAR6MXyLhrFBNsITw5RC { 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; }
#ydC9cZZ80y4TP22PpJk9tnAvGrTyAzMc { 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; }
#WBH2t9gKHbkeaZkCNy92iLGHJSKDXdWP { 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; }
#W7R1DtQE4CrT9XJEqtZudgDte8uH54Ix { 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; }
#J8ge7dqXJXT7azceBT9WdfuPydv19VXQ { 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; }
#qW6nINkmmAiMisLLWDi8d6hONGzTr3MF { 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; }
#Tlpn7Tmv8pbXDOpoaeLq7OgBmiXnSwSS { 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; }#Tlpn7Tmv8pbXDOpoaeLq7OgBmiXnSwSS > .row .container { background-color: transparent; background-image: none; }#Tlpn7Tmv8pbXDOpoaeLq7OgBmiXnSwSS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tlpn7Tmv8pbXDOpoaeLq7OgBmiXnSwSS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tlpn7Tmv8pbXDOpoaeLq7OgBmiXnSwSS > .row .container > .video-iframe-container { display: none; }#Tlpn7Tmv8pbXDOpoaeLq7OgBmiXnSwSS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tlpn7Tmv8pbXDOpoaeLq7OgBmiXnSwSS > .row > .video-iframe-container { display: none; }#Tlpn7Tmv8pbXDOpoaeLq7OgBmiXnSwSS > .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); }#Tlpn7Tmv8pbXDOpoaeLq7OgBmiXnSwSS > .row .container { border-width: 0; border-radius: 0; }#Tlpn7Tmv8pbXDOpoaeLq7OgBmiXnSwSS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tlpn7Tmv8pbXDOpoaeLq7OgBmiXnSwSS > .row .container { font-size:0.875rem;font-family:arial;height:8.9375rem;width:75rem;position:relative;display:block; }#hVPlSnrO0s7TZEC6QcIUv7HqNwxgNKVB { 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; }
#CRW2Sa2izpF342GteRnM3C2UIw7Tomp5 { 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; }
#Ru86JbJGrMhxIfxWCa87KRuKQuViv5TN { 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; }
#WXcUtAZUk2bXHtsNalqWsJz7iZnR21O3 { 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; }
#uooX53EVeGUK6UNVPuHue3PPM1DGGHqs { 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; }
#apCnObmqJy6noAwGgvgCL5n9MgFxlGH9 { 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; }
#b13CepIQbbCcc2AatiFqaTVPpaoqdRTl { 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; }
#AyWpnNp0vwIPTVseGov75goFVXdwlthd { 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; }
#O5PPazcXncMJiIxMRO0uDBOFWyvGI1Bs { 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; }#O5PPazcXncMJiIxMRO0uDBOFWyvGI1Bs > .row .container { background-color: transparent; background-image: none; }#O5PPazcXncMJiIxMRO0uDBOFWyvGI1Bs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O5PPazcXncMJiIxMRO0uDBOFWyvGI1Bs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O5PPazcXncMJiIxMRO0uDBOFWyvGI1Bs > .row .container > .video-iframe-container { display: none; }#O5PPazcXncMJiIxMRO0uDBOFWyvGI1Bs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O5PPazcXncMJiIxMRO0uDBOFWyvGI1Bs > .row > .video-iframe-container { display: none; }#O5PPazcXncMJiIxMRO0uDBOFWyvGI1Bs > .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); }#O5PPazcXncMJiIxMRO0uDBOFWyvGI1Bs > .row .container { border-width: 0; border-radius: 0; }#O5PPazcXncMJiIxMRO0uDBOFWyvGI1Bs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O5PPazcXncMJiIxMRO0uDBOFWyvGI1Bs > .row .container { font-size:0.875rem;font-family:arial;height:48.4375rem;width:75rem;position:relative;display:block; }#yHT9UhCuVNmMnCCSX3QcSqBSI9nrPcES { position:absolute;display:block;z-index:15000;height:27rem;width:48.25rem;top:11.125rem;left:13.375rem;display:block; }
#TqH82CubSxrTQTN39XgEQ8U9lf9bJxUa { 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; }
#Ini0pG1NqT9zz35ee51cwmEbQBrixFQO { 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; }#Ini0pG1NqT9zz35ee51cwmEbQBrixFQO > .row .container { background-color: transparent; background-image: none; }#Ini0pG1NqT9zz35ee51cwmEbQBrixFQO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ini0pG1NqT9zz35ee51cwmEbQBrixFQO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ini0pG1NqT9zz35ee51cwmEbQBrixFQO > .row .container > .video-iframe-container { display: none; }#Ini0pG1NqT9zz35ee51cwmEbQBrixFQO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ini0pG1NqT9zz35ee51cwmEbQBrixFQO > .row > .video-iframe-container { display: none; }#Ini0pG1NqT9zz35ee51cwmEbQBrixFQO > .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); }#Ini0pG1NqT9zz35ee51cwmEbQBrixFQO > .row .container { border-width: 0; border-radius: 0; }#Ini0pG1NqT9zz35ee51cwmEbQBrixFQO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ini0pG1NqT9zz35ee51cwmEbQBrixFQO > .row .container { font-size:0.875rem;font-family:arial;height:8.9375rem;width:75rem;position:relative;display:block; }#XQRlo8ZLcWzU97ESqvt5qtAzCgh1tKxv { 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; }
#tyhtSOmilGaxkTKWBhTQOvhUWoK0OVwS { 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; }
#n388BwfuF4EBHaH8dGtCUOaAzDeoUPLa { 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; }
#CImARoA0EGLSxJdOnvg4Xd730GusqJHe { 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; }
#htb2DgpPPEtdRL3k838wWTulsrquRN1t { 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; }
#xvFqdWMAvhEC1gRFpdtyzOkhNTQV4Qcg { 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; }
#PU9FeNR7socHEmQ7TBrrwuvasfNxCMb2 { 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; }#PU9FeNR7socHEmQ7TBrrwuvasfNxCMb2 > .row .container { background-color: transparent; background-image: none; }#PU9FeNR7socHEmQ7TBrrwuvasfNxCMb2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PU9FeNR7socHEmQ7TBrrwuvasfNxCMb2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PU9FeNR7socHEmQ7TBrrwuvasfNxCMb2 > .row .container > .video-iframe-container { display: none; }#PU9FeNR7socHEmQ7TBrrwuvasfNxCMb2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PU9FeNR7socHEmQ7TBrrwuvasfNxCMb2 > .row > .video-iframe-container { display: none; }#PU9FeNR7socHEmQ7TBrrwuvasfNxCMb2 > .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); }#PU9FeNR7socHEmQ7TBrrwuvasfNxCMb2 > .row .container { border-width: 0; border-radius: 0; }#PU9FeNR7socHEmQ7TBrrwuvasfNxCMb2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PU9FeNR7socHEmQ7TBrrwuvasfNxCMb2 > .row .container { font-size:0.875rem;font-family:arial;height:37.3125rem;width:75rem;position:relative;display:block; }#G9cCAIplv05tNitKG2huazvrP28Io5rp { 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; }
#Z6fVipUKq9u3NDEfgvgERCwNicPK2mLg { 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; }#Z6fVipUKq9u3NDEfgvgERCwNicPK2mLg li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#Z6fVipUKq9u3NDEfgvgERCwNicPK2mLg li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d7aeef0d-e658-4229-a5eb-28b78aa4bc67/Offrespciale.svg); }
#lSNNBnk3kSCE4wBkaBTZ3NzFfANTJ0dJ { 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; }
#cCcVWWWRoZ7ohacuPkTFaLULiwIELGkK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pbLEhzws42yHGJCsuoACX6lwXmOpx8ke { 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; }
#kKF6WopdELSSx06ekkqMdeCW02TLlQJt { 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; }#kKF6WopdELSSx06ekkqMdeCW02TLlQJt > .row .container { background-color: transparent; background-image: none; }#kKF6WopdELSSx06ekkqMdeCW02TLlQJt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kKF6WopdELSSx06ekkqMdeCW02TLlQJt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kKF6WopdELSSx06ekkqMdeCW02TLlQJt > .row .container > .video-iframe-container { display: none; }#kKF6WopdELSSx06ekkqMdeCW02TLlQJt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kKF6WopdELSSx06ekkqMdeCW02TLlQJt > .row > .video-iframe-container { display: none; }#kKF6WopdELSSx06ekkqMdeCW02TLlQJt > .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); }#kKF6WopdELSSx06ekkqMdeCW02TLlQJt > .row .container { border-width: 0; border-radius: 0; }#kKF6WopdELSSx06ekkqMdeCW02TLlQJt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kKF6WopdELSSx06ekkqMdeCW02TLlQJt > .row .container { font-size:0.875rem;font-family:arial;height:18.6875rem;width:75rem;position:relative;display:block; }#KvWbNfMvLDW7E7xCxdToiuJlMhrNUhV8 { 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; }
#dSCVPaDT0v2yAsUsL22u7Lx77Q9iLFzH { 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; }
#x1JTfPgFviVrqrEM6kEt0J6Oi14JtXo8 { 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; }
#GdKD9Adk5AtWL8y5F31KTgaRxTtkykA6 { 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; }
#Do7s3g64CEtSFtUtc98tO6PFSN3u24gy { 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; }
#A5QcTS9nsfu8OVyE8sX0MtMg96ptmQb3 { 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; }
#uW2gmHzNTJ37vNZADTrfi9h638ZbRXfQ { 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; }
#OWEGFc5oQETMSaLoWFOnQB3VDMK6GE95 { 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; }
#Ay6eKQaUrBDqt699oKoskuslAIKI9bRf { 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; }
#aB9ACHK7X8b5Tu9HWnqTVSva1WyX5Hpy { 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; }
#faJqHautESgsTOoGxMeQ2hCwxp1zIIiM { 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; }
#i1voL2BFhMx7zXDUQ3Bn7oZttgAdqSsU { 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; }
#B9EUPLJdXGTmcTQZek5b4DdBWXmAXTpf { 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; }
#G8xr3ESInrGtfy4ZVsaaIScp1vSLrI2R { 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; }#G8xr3ESInrGtfy4ZVsaaIScp1vSLrI2R > .row .container { background-color: transparent; background-image: none; }#G8xr3ESInrGtfy4ZVsaaIScp1vSLrI2R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G8xr3ESInrGtfy4ZVsaaIScp1vSLrI2R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G8xr3ESInrGtfy4ZVsaaIScp1vSLrI2R > .row .container > .video-iframe-container { display: none; }#G8xr3ESInrGtfy4ZVsaaIScp1vSLrI2R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G8xr3ESInrGtfy4ZVsaaIScp1vSLrI2R > .row > .video-iframe-container { display: none; }#G8xr3ESInrGtfy4ZVsaaIScp1vSLrI2R > .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); }#G8xr3ESInrGtfy4ZVsaaIScp1vSLrI2R > .row .container { border-width: 0; border-radius: 0; }#G8xr3ESInrGtfy4ZVsaaIScp1vSLrI2R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G8xr3ESInrGtfy4ZVsaaIScp1vSLrI2R > .row .container { font-size:0.875rem;font-family:arial;height:34.6875rem;width:75rem;position:relative;display:block; }#Q38ygn1SKu45e58W7qDgCAQblmWOyJF4 { 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; }
#WnF2UF37b4fRDP3M00iCVONqRhebIMTW { 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; }
#HRTWTSOeab4anaTEpydozFdo9G0yXUly { 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; }
#JvZ2TUcoqTRZAQNUhfdk0OgbEPs89hDF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kKcuOHy0o8XUCEtsC0kkLTO6rBUg9eGe { 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; }
#Ew2F2FPLJExzhQmJAJhd1OFFxMQCMU4p { 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; }
#XUGVqvManuQaAqyHTtgiZpX2Vzkce7A6 { 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; }
#TcRv4QTLR3kMbbEJLQiVZQ6ppaqegTMf { 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; }
#m4yC2NE4osRwynOaya6FcSrGebIDgfTS { 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; }
#hp2BWNUWs5EsTmooko2u6g9xTNRIGhK1 { 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; }
#fpZiSonitqNND44K5o0xrpnHiEr54xTN { 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; }
#FTKIpfAJoxsDPANAgT2aFC1aQUdRXX2l { 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; }
#SLDsA0wGONKOfg3fdeVW5xAT2xHzEgAP { 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; }
#gxeSfeTHGrPOvxC4iPT26Px81vdDVNK4 { 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; }
#uAd4vkZ8tnrMFmhI70cZz9KNIiN4GQmn { 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; }
#BLL2FwAHFUvkJsLkQXTNc2rMhypGraOP { 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; }#BLL2FwAHFUvkJsLkQXTNc2rMhypGraOP > .row .container { background-color: transparent; background-image: none; }#BLL2FwAHFUvkJsLkQXTNc2rMhypGraOP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BLL2FwAHFUvkJsLkQXTNc2rMhypGraOP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BLL2FwAHFUvkJsLkQXTNc2rMhypGraOP > .row .container > .video-iframe-container { display: none; }#BLL2FwAHFUvkJsLkQXTNc2rMhypGraOP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BLL2FwAHFUvkJsLkQXTNc2rMhypGraOP > .row > .video-iframe-container { display: none; }#BLL2FwAHFUvkJsLkQXTNc2rMhypGraOP > .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); }#BLL2FwAHFUvkJsLkQXTNc2rMhypGraOP > .row .container { border-width: 0; border-radius: 0; }#BLL2FwAHFUvkJsLkQXTNc2rMhypGraOP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BLL2FwAHFUvkJsLkQXTNc2rMhypGraOP > .row .container { font-size:0.875rem;font-family:arial;height:39.625rem;width:75rem;position:relative;display:block; }#gXryuNA1TTL2LSEAJRD7wnnE2toLOJ14 { 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; }
#HTvuzL7Q4ozIWGXMTgIhxGLTTPlqHv6F { 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; }#HTvuzL7Q4ozIWGXMTgIhxGLTTPlqHv6F li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#HTvuzL7Q4ozIWGXMTgIhxGLTTPlqHv6F li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d7aeef0d-e658-4229-a5eb-28b78aa4bc67/Offrespciale.svg); }
#WOxKHDZrG9TnlulTNqSICyXI3iztwo8P { 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; }
#uPGFpK748r79oeUwBxJEfHK34wF9Kwt7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tFrm6q73maCiPV7ynkr40kJ8uTPNNQ88 { 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; }
#TQrI7xgTAlrTmbbSWD0R3i23J0yGZROf { 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; }
#Z6GL1gVqkXqTJeNOdzeAZKkgCC9Da36B { 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; }
#iVlR2MWJ1UWOJ3bAzABzib8F5va9ADRI { 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; }#iVlR2MWJ1UWOJ3bAzABzib8F5va9ADRI > .row .container { background-color: transparent; background-image: none; }#iVlR2MWJ1UWOJ3bAzABzib8F5va9ADRI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iVlR2MWJ1UWOJ3bAzABzib8F5va9ADRI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iVlR2MWJ1UWOJ3bAzABzib8F5va9ADRI > .row .container > .video-iframe-container { display: none; }#iVlR2MWJ1UWOJ3bAzABzib8F5va9ADRI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iVlR2MWJ1UWOJ3bAzABzib8F5va9ADRI > .row > .video-iframe-container { display: none; }#iVlR2MWJ1UWOJ3bAzABzib8F5va9ADRI > .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); }#iVlR2MWJ1UWOJ3bAzABzib8F5va9ADRI > .row .container { border-width: 0; border-radius: 0; }#iVlR2MWJ1UWOJ3bAzABzib8F5va9ADRI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iVlR2MWJ1UWOJ3bAzABzib8F5va9ADRI > .row .container { font-size:0.875rem;font-family:arial;height:41.6875rem;width:75rem;position:relative;display:block; }#VxQOdixUHfuEm2JVzX8swb72rpCFOd8E { 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; }
#uQ46n1BBLZBMaOwpmGugfoiK06SRy6g0 { 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; }
#k0bA3bPeetTOWQtybJTTbnslM78s58CQ { 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; }
#fZPkdg0D1Qghakx8d5yeZa9HdNKyqyZ3 { 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; }
#eUPIoiANRICx5NBhwr82Tc3A4bCwC73t { 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; }
#DqQPAmhS29sA6ZDH024i9mtoh7zN5rs7 { 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; }
#GodlJU7WEmo5ygtwGVM8oPSs8NKpaAQP { 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; }
#fgwgdPAHcSw3kxv8D4ixXgax5rOR76sD { 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; }
#At9BBeABpthVyDgktUKKBxqdX1kD2hAN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z8PaW4yDviTvdx1w9qru394ChrTtc08p { 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; }#Z8PaW4yDviTvdx1w9qru394ChrTtc08p li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#Z8PaW4yDviTvdx1w9qru394ChrTtc08p li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d7aeef0d-e658-4229-a5eb-28b78aa4bc67/Offrespciale.svg); }
#bqp8mfZi0rzqmXbgpfSnRZ9ibIL2WX65 { 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; }#bqp8mfZi0rzqmXbgpfSnRZ9ibIL2WX65 > .row .container { background-color: transparent; background-image: none; }#bqp8mfZi0rzqmXbgpfSnRZ9ibIL2WX65::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqp8mfZi0rzqmXbgpfSnRZ9ibIL2WX65 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqp8mfZi0rzqmXbgpfSnRZ9ibIL2WX65 > .row .container > .video-iframe-container { display: none; }#bqp8mfZi0rzqmXbgpfSnRZ9ibIL2WX65 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqp8mfZi0rzqmXbgpfSnRZ9ibIL2WX65 > .row > .video-iframe-container { display: none; }#bqp8mfZi0rzqmXbgpfSnRZ9ibIL2WX65 > .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); }#bqp8mfZi0rzqmXbgpfSnRZ9ibIL2WX65 > .row .container { border-width: 0; border-radius: 0; }#bqp8mfZi0rzqmXbgpfSnRZ9ibIL2WX65 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bqp8mfZi0rzqmXbgpfSnRZ9ibIL2WX65 > .row .container { font-size:0.875rem;font-family:arial;height:21.8125rem;width:75rem;position:relative;display:block; }#PTmMtJT9CA8fepRpwDR9sdKNCgO9hvKl { 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; }
#xBLkfiZoesJkLlSW4fBl968lPSBffu71 { 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; }
#di7UnmZvTLiycTDGdGeb2JQ5OaMIWCVC { 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; }
#MCzQZBnbw0l2vTaXLtKwnoEbee4bDBD9 { 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; }
#vVTx5cfEm5R3mWTzeCvDQ6LAe5U8Mf6l { 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; }
#AiDTFr3vTMi4RKanPgJT7rLuDPhpz7eZ { 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; }
#nDqecJOTELZ2cHhQ7WUv75OFfo2Lwo4v { 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; }
#lNUw3TdMpNzvtxJGq0KMvp8dG1wcbEw2 { 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; }
#w7MO8fAsfoDSaenxEw4vTXKGCLo90UpM { 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; }#w7MO8fAsfoDSaenxEw4vTXKGCLo90UpM > .row .container { background-color: transparent; background-image: none; }#w7MO8fAsfoDSaenxEw4vTXKGCLo90UpM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w7MO8fAsfoDSaenxEw4vTXKGCLo90UpM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w7MO8fAsfoDSaenxEw4vTXKGCLo90UpM > .row .container > .video-iframe-container { display: none; }#w7MO8fAsfoDSaenxEw4vTXKGCLo90UpM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w7MO8fAsfoDSaenxEw4vTXKGCLo90UpM > .row > .video-iframe-container { display: none; }#w7MO8fAsfoDSaenxEw4vTXKGCLo90UpM > .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); }#w7MO8fAsfoDSaenxEw4vTXKGCLo90UpM > .row .container { border-width: 0; border-radius: 0; }#w7MO8fAsfoDSaenxEw4vTXKGCLo90UpM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w7MO8fAsfoDSaenxEw4vTXKGCLo90UpM > .row .container { font-size:0.875rem;font-family:arial;height:52.875rem;width:75rem;position:relative;display:block; }#Oafu7XJ8QW1qRa9dxy8BN4Wo6vEP7UNw { 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; }
#hdzSOI1C2MbSKkdRouSU2XGdPp3fvZhK { 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; }
#nRPAAgWznhBLRRc4qTU09fHcPRZKsQcr { 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; }
#wzo9acJOKVknZ6mCBvz0rd1cmK46h2fI { 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; }
#tQfWFxVPfAZAkWEHXcDCfsM56k8SpZwR { 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; }
#Sw9Gcos1om6MSngIO5CTbHWcm8vVxX7g { 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; }
#nLpeqm0ygeTL7XtWQboW0MIZ4vGqZpw6 { 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; }
#lPfyNt0g3r0h748SETJurJaditu2a7NX { 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; }
#DnIQGUufsgURxE0OATqkJiFNJl4IT3wQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b8CRVBSnHE04cBgi6ce719kZLIS3sCCX { 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; }#b8CRVBSnHE04cBgi6ce719kZLIS3sCCX > .row .container { background-color: transparent; background-image: none; }#b8CRVBSnHE04cBgi6ce719kZLIS3sCCX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b8CRVBSnHE04cBgi6ce719kZLIS3sCCX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b8CRVBSnHE04cBgi6ce719kZLIS3sCCX > .row .container > .video-iframe-container { display: none; }#b8CRVBSnHE04cBgi6ce719kZLIS3sCCX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b8CRVBSnHE04cBgi6ce719kZLIS3sCCX > .row > .video-iframe-container { display: none; }#b8CRVBSnHE04cBgi6ce719kZLIS3sCCX > .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); }#b8CRVBSnHE04cBgi6ce719kZLIS3sCCX > .row .container { border-width: 0; border-radius: 0; }#b8CRVBSnHE04cBgi6ce719kZLIS3sCCX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b8CRVBSnHE04cBgi6ce719kZLIS3sCCX > .row .container { font-size:0.875rem;font-family:arial;height:50.3125rem;width:75rem;position:relative;display:block; }#CpOze6mKmMEhwGcftzQCkTHHmaD8dgJt { 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; }
#eOdL8O7o3USDVw1igimXhVgWXO4Nw9Ty { 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; }
#HrNBHp4qze3VsfZg5VfL14bVhs1NfHxX { 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; }
#Ax1VSgv3Sw7H82ErNdEuIkie7gKqc1ST { 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; }
#etLE58PTnMJxDTUTaPRcpUBLQdRHa7cE { 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; }
#lJnm0zuo2xgMGDLARFHQ8DDT579n5Zty { 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; }
#BIQCPvHN13dTCQ9niqoNHfly5mRXinko { 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; }
#oXi98Jq2L63lH4cwXxCexJldA24KOVn7 { 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; }
#P6Edc6olLU8BvEC3556x4qD6RKXLT12v { 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; }
#XwAEfaIN8NlTnQnQeheGgKR0GZlIhETR { 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; }
#duwcqOmRuNvDnry5bNl0EgiEziGUn8sU { 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; }
#l6aK7bNBmuNOH16kflf0ELQEiAMm7aQU { 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; }
#MKTFmkMpVvncE551agSV0CteWVbKROMV { 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; }
#vBI6moaXOA43lQbXnd6ouvQQr721u1Tr { 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; }
#IDLBTHyURgUHriNSdruSKeGLeTH21qQg { 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; }
#kBMNBdC1TRsDSMDmTu6xdbcscwx5qsqn { 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; }
#LkVREzvcM6KUcmLq01UN72QKOiiN7VLN { 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; }
#Q77T1bRoH01lcpE6JKN85IyP8LHS54NN { 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; }
#aZmcXEn5TdRGfROQzDEmR0a5KJXICw1W { 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; }
#sKFrU1mS9IEK4XVWH22CgHRLcTL1DGtv { 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; }
#vTtIxbuOIHtVFFVdr13V0sOUA8bzTE86 { 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; }
#RHGww3mDwgvKHAqQW9ptQt6B39zmQnq3 { 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; }
#kI4Wx1PFTZJQ5BJ9B1RBGIt28OT48AbR { 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; }
#FhJVr9r2uM2lcxLFUCokhiEMBt4s7Ndt { 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; }
#MuoWTsuT6ACABsyunhTrNf4ICsgNDXcI { 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; }
#KJowdcMmoniUGpdBipTcT2MJGpzfWlzI { 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; }
#utAUyPLVWAll8TG7VkObcPDmQhcCMvH7 { 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; }#utAUyPLVWAll8TG7VkObcPDmQhcCMvH7 > .row .container { background-color: transparent; background-image: none; }#utAUyPLVWAll8TG7VkObcPDmQhcCMvH7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#utAUyPLVWAll8TG7VkObcPDmQhcCMvH7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#utAUyPLVWAll8TG7VkObcPDmQhcCMvH7 > .row .container > .video-iframe-container { display: none; }#utAUyPLVWAll8TG7VkObcPDmQhcCMvH7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#utAUyPLVWAll8TG7VkObcPDmQhcCMvH7 > .row > .video-iframe-container { display: none; }#utAUyPLVWAll8TG7VkObcPDmQhcCMvH7 > .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); }#utAUyPLVWAll8TG7VkObcPDmQhcCMvH7 > .row .container { border-width: 0; border-radius: 0; }#utAUyPLVWAll8TG7VkObcPDmQhcCMvH7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#utAUyPLVWAll8TG7VkObcPDmQhcCMvH7 > .row .container { font-size:0.875rem;font-family:arial;height:7.125rem;width:75rem;position:relative;display:block; }#TI9XVqw3X6b9aSUUFvFOGsQXkISkFBy5 { 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; }
#IPGQB5vEERbIs1cCXS6h6QW4pQTL9e1q { 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) { #Hn1UDrTBVH8NddJZWg4noopxo8KSugzx { display:block; }#Hn1UDrTBVH8NddJZWg4noopxo8KSugzx > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IuITXfevzks64CzH0WXkw05LztZgHIyq { top:12.5625rem;left:0rem;width:34.375rem;height:2.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3RJ3xMdJ7i7p4pAcOeGNSKAPmikJwNb { top:25.1875rem;left:0rem;width:34.375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zp7wKFGBPekIEe89rg4zcTsywoad3ckE { top:41.5rem;left:0rem;width:5.125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmilGTR0lhZMuh1789KqgLb6imO2sFo9 { top:41.5rem;left:0rem;width:6.5625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TP2vhSxy7vnbcFsFnmv08ghyOenwNKTP { top:43.875rem;left:0rem;width:5.125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFz04QLdoEZD1RdZ7SmkrslnKDioAxxD { top:43.875rem;left:0rem;width:6.5625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F31Nlz2CagEQGMXQUbDRgzhXXX4LQMcp { width:17.875rem;height:2.5625rem;top:37.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEqJmTPN0teBhaVCOd7E9Q6FuQDeTTJh { display:block; }
 }@media only screen and (max-width: 763px) { #o4PMR3e8tGfxo7FifDeyrH0WQ7oMehch { top:4.75rem;left:0rem;width:10.75rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEtqERp1Mx8oBUniheZzBWDBd2q5CZgT { top:31.0625rem;left:0rem;width:6.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvoA3D75DswMstI6mGVnUra6XID5dZKB { top:30.875rem;left:0rem;width:3.125rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSW2I8Khnb8PvqSXVuaNi6qFsauTXFCB { top:31.0625rem;left:0rem;width:25rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOJ96UM40fXbT3uOFGpcgHkBUnmcl4cs { top:15.4375rem;left:0rem;width:34.375rem;height:2.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ede9RRn81rXtZAR6MXyLhrFBNsITw5RC { top:28.25rem;left:0rem;width:34.375rem;height:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydC9cZZ80y4TP22PpJk9tnAvGrTyAzMc { top:18.9375rem;left:0rem;width:13.1875rem;height:3.75rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBH2t9gKHbkeaZkCNy92iLGHJSKDXdWP { top:18.9375rem;left:0rem;width:10.3125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7R1DtQE4CrT9XJEqtZudgDte8uH54Ix { top:25.625rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8ge7dqXJXT7azceBT9WdfuPydv19VXQ { top:28.875rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qW6nINkmmAiMisLLWDi8d6hONGzTr3MF { top:31.5rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tlpn7Tmv8pbXDOpoaeLq7OgBmiXnSwSS { display:block; }#Tlpn7Tmv8pbXDOpoaeLq7OgBmiXnSwSS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hVPlSnrO0s7TZEC6QcIUv7HqNwxgNKVB { top:5.375rem;left:0rem;width:6.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRW2Sa2izpF342GteRnM3C2UIw7Tomp5 { top:1.0625rem;left:13.3125rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ru86JbJGrMhxIfxWCa87KRuKQuViv5TN { top:5.375rem;left:12.0625rem;width:6.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXcUtAZUk2bXHtsNalqWsJz7iZnR21O3 { top:1.0625rem;left:32.125rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uooX53EVeGUK6UNVPuHue3PPM1DGGHqs { top:5.375rem;left:30.8125rem;width:6.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #apCnObmqJy6noAwGgvgCL5n9MgFxlGH9 { top:1.0625rem;left:44.0625rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b13CepIQbbCcc2AatiFqaTVPpaoqdRTl { top:5.375rem;left:41.5rem;width:6.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyWpnNp0vwIPTVseGov75goFVXdwlthd { top:1.25rem;left:0rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5PPazcXncMJiIxMRO0uDBOFWyvGI1Bs { display:block; }#O5PPazcXncMJiIxMRO0uDBOFWyvGI1Bs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yHT9UhCuVNmMnCCSX3QcSqBSI9nrPcES { top:11.125rem;left:0rem;width:47.75rem;height:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqH82CubSxrTQTN39XgEQ8U9lf9bJxUa { top:3.75rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ini0pG1NqT9zz35ee51cwmEbQBrixFQO { display:block; }#Ini0pG1NqT9zz35ee51cwmEbQBrixFQO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XQRlo8ZLcWzU97ESqvt5qtAzCgh1tKxv { top:4.9375rem;left:0rem;width:7.1875rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyhtSOmilGaxkTKWBhTQOvhUWoK0OVwS { top:2rem;left:0rem;width:9.375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n388BwfuF4EBHaH8dGtCUOaAzDeoUPLa { top:4.875rem;left:0rem;width:1.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CImARoA0EGLSxJdOnvg4Xd730GusqJHe { top:2.625rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #htb2DgpPPEtdRL3k838wWTulsrquRN1t { top:4.8125rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvFqdWMAvhEC1gRFpdtyzOkhNTQV4Qcg { top:2.25rem;left:2.375rem;width:0.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PU9FeNR7socHEmQ7TBrrwuvasfNxCMb2 { display:block; }#PU9FeNR7socHEmQ7TBrrwuvasfNxCMb2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G9cCAIplv05tNitKG2huazvrP28Io5rp { 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) { #Z6fVipUKq9u3NDEfgvgERCwNicPK2mLg { top:15.75rem;left:7.125rem;width:40.625rem;height:;font-size:1rem;display:block; }#Z6fVipUKq9u3NDEfgvgERCwNicPK2mLg 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) { #lSNNBnk3kSCE4wBkaBTZ3NzFfANTJ0dJ { width:17.875rem;height:2.5625rem;top:28.875rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCcVWWWRoZ7ohacuPkTFaLULiwIELGkK { display:block; }
 }@media only screen and (max-width: 763px) { #pbLEhzws42yHGJCsuoACX6lwXmOpx8ke { top:6.875rem;left:0rem;width:31.25rem;height:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKF6WopdELSSx06ekkqMdeCW02TLlQJt { display:block; }#kKF6WopdELSSx06ekkqMdeCW02TLlQJt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KvWbNfMvLDW7E7xCxdToiuJlMhrNUhV8 { top:2.5rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSCVPaDT0v2yAsUsL22u7Lx77Q9iLFzH { top:11.1875rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1JTfPgFviVrqrEM6kEt0J6Oi14JtXo8 { top:7.4375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdKD9Adk5AtWL8y5F31KTgaRxTtkykA6 { top:13.25rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Do7s3g64CEtSFtUtc98tO6PFSN3u24gy { top:7.4375rem;left:13.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5QcTS9nsfu8OVyE8sX0MtMg96ptmQb3 { top:11.125rem;left:8.75rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uW2gmHzNTJ37vNZADTrfi9h638ZbRXfQ { top:13.25rem;left:8.5rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWEGFc5oQETMSaLoWFOnQB3VDMK6GE95 { top:7.4375rem;left:31rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ay6eKQaUrBDqt699oKoskuslAIKI9bRf { top:11.125rem;left:26.5625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aB9ACHK7X8b5Tu9HWnqTVSva1WyX5Hpy { top:13.25rem;left:26.5625rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #faJqHautESgsTOoGxMeQ2hCwxp1zIIiM { top:7.4375rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1voL2BFhMx7zXDUQ3Bn7oZttgAdqSsU { top:11.125rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9EUPLJdXGTmcTQZek5b4DdBWXmAXTpf { top:13.25rem;left:35.25rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8xr3ESInrGtfy4ZVsaaIScp1vSLrI2R { display:block; }#G8xr3ESInrGtfy4ZVsaaIScp1vSLrI2R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q38ygn1SKu45e58W7qDgCAQblmWOyJF4 { top:5rem;left:0rem;width:36.5rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnF2UF37b4fRDP3M00iCVONqRhebIMTW { top:12.375rem;left:0rem;width:35.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRTWTSOeab4anaTEpydozFdo9G0yXUly { width:16.125rem;height:2.5625rem;top:28.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvZ2TUcoqTRZAQNUhfdk0OgbEPs89hDF { display:block; }
 }@media only screen and (max-width: 763px) { #kKcuOHy0o8XUCEtsC0kkLTO6rBUg9eGe { top:5rem;left:9.125rem;width:38.625rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ew2F2FPLJExzhQmJAJhd1OFFxMQCMU4p { top:5rem;left:9.125rem;width:38.625rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUGVqvManuQaAqyHTtgiZpX2Vzkce7A6 { top:15rem;left:0rem;width:35.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcRv4QTLR3kMbbEJLQiVZQ6ppaqegTMf { top:17.625rem;left:0rem;width:35.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4yC2NE4osRwynOaya6FcSrGebIDgfTS { top:20.25rem;left:0rem;width:35.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hp2BWNUWs5EsTmooko2u6g9xTNRIGhK1 { top:22.875rem;left:0rem;width:35.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpZiSonitqNND44K5o0xrpnHiEr54xTN { top:12.75rem;left:0rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTKIpfAJoxsDPANAgT2aFC1aQUdRXX2l { top:23.25rem;left:0rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLDsA0wGONKOfg3fdeVW5xAT2xHzEgAP { top:20.625rem;left:0rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxeSfeTHGrPOvxC4iPT26Px81vdDVNK4 { top:18rem;left:0rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAd4vkZ8tnrMFmhI70cZz9KNIiN4GQmn { top:15.4375rem;left:0rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLL2FwAHFUvkJsLkQXTNc2rMhypGraOP { display:block; }#BLL2FwAHFUvkJsLkQXTNc2rMhypGraOP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gXryuNA1TTL2LSEAJRD7wnnE2toLOJ14 { 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) { #HTvuzL7Q4ozIWGXMTgIhxGLTTPlqHv6F { top:17.25rem;left:12.6875rem;width:35.0625rem;height:10.625rem;font-size:1.25rem;display:block; }#HTvuzL7Q4ozIWGXMTgIhxGLTTPlqHv6F 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) { #WOxKHDZrG9TnlulTNqSICyXI3iztwo8P { width:17.875rem;height:2.5625rem;top:31.625rem;left:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPGFpK748r79oeUwBxJEfHK34wF9Kwt7 { display:block; }
 }@media only screen and (max-width: 763px) { #tFrm6q73maCiPV7ynkr40kJ8uTPNNQ88 { top:2.5rem;left:0rem;width:26.3125rem;height:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQrI7xgTAlrTmbbSWD0R3i23J0yGZROf { 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) { #Z6GL1gVqkXqTJeNOdzeAZKkgCC9Da36B { top:7.4375rem;left:21.875rem;width:9.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVlR2MWJ1UWOJ3bAzABzib8F5va9ADRI { display:block; }#iVlR2MWJ1UWOJ3bAzABzib8F5va9ADRI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VxQOdixUHfuEm2JVzX8swb72rpCFOd8E { top:2.5625rem;left:0rem;width:30.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQ46n1BBLZBMaOwpmGugfoiK06SRy6g0 { top:14.125rem;left:22.0625rem;width:19.375rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0bA3bPeetTOWQtybJTTbnslM78s58CQ { top:14.0625rem;left:28.375rem;width:19.375rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZPkdg0D1Qghakx8d5yeZa9HdNKyqyZ3 { top:25.5625rem;left:28.375rem;width:19.375rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUPIoiANRICx5NBhwr82Tc3A4bCwC73t { top:25.625rem;left:22.0625rem;width:19.375rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqQPAmhS29sA6ZDH024i9mtoh7zN5rs7 { top:2.5625rem;left:22.0625rem;width:19.375rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GodlJU7WEmo5ygtwGVM8oPSs8NKpaAQP { top:2.5rem;left:28.375rem;width:19.375rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgwgdPAHcSw3kxv8D4ixXgax5rOR76sD { width:17.5rem;height:2.5625rem;top:23.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #At9BBeABpthVyDgktUKKBxqdX1kD2hAN { display:block; }
 }@media only screen and (max-width: 763px) { #Z8PaW4yDviTvdx1w9qru394ChrTtc08p { top:8rem;left:0rem;width:31.25rem;height:11.875rem;font-size:1rem;display:block; }#Z8PaW4yDviTvdx1w9qru394ChrTtc08p 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) { #bqp8mfZi0rzqmXbgpfSnRZ9ibIL2WX65 { display:block; }#bqp8mfZi0rzqmXbgpfSnRZ9ibIL2WX65 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PTmMtJT9CA8fepRpwDR9sdKNCgO9hvKl { top:2.5rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBLkfiZoesJkLlSW4fBl968lPSBffu71 { 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) { #di7UnmZvTLiycTDGdGeb2JQ5OaMIWCVC { top:11.625rem;left:8.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCzQZBnbw0l2vTaXLtKwnoEbee4bDBD9 { 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) { #vVTx5cfEm5R3mWTzeCvDQ6LAe5U8Mf6l { top:11.625rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiDTFr3vTMi4RKanPgJT7rLuDPhpz7eZ { 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) { #nDqecJOTELZ2cHhQ7WUv75OFfo2Lwo4v { top:11.625rem;left:36.0625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNUw3TdMpNzvtxJGq0KMvp8dG1wcbEw2 { 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) { #w7MO8fAsfoDSaenxEw4vTXKGCLo90UpM { display:block; }#w7MO8fAsfoDSaenxEw4vTXKGCLo90UpM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oafu7XJ8QW1qRa9dxy8BN4Wo6vEP7UNw { top:5rem;left:6.53125rem;width:34.6875rem;height:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdzSOI1C2MbSKkdRouSU2XGdPp3fvZhK { top:10.125rem;left:12.75rem;width:22.3125rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRPAAgWznhBLRRc4qTU09fHcPRZKsQcr { top:10.1875rem;left:0rem;width:22.1875rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzo9acJOKVknZ6mCBvz0rd1cmK46h2fI { top:26.4375rem;left:25.4375rem;width:22.3125rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQfWFxVPfAZAkWEHXcDCfsM56k8SpZwR { top:26.4375rem;left:0rem;width:22.25rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sw9Gcos1om6MSngIO5CTbHWcm8vVxX7g { top:26.4375rem;left:12.6875rem;width:22.375rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLpeqm0ygeTL7XtWQboW0MIZ4vGqZpw6 { top:9.9375rem;left:25.5rem;width:22.25rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPfyNt0g3r0h748SETJurJaditu2a7NX { width:17.875rem;height:2.5625rem;top:45.25rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnIQGUufsgURxE0OATqkJiFNJl4IT3wQ { display:block; }
 }@media only screen and (max-width: 763px) { #b8CRVBSnHE04cBgi6ce719kZLIS3sCCX { display:block; }#b8CRVBSnHE04cBgi6ce719kZLIS3sCCX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CpOze6mKmMEhwGcftzQCkTHHmaD8dgJt { top:2.5rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOdL8O7o3USDVw1igimXhVgWXO4Nw9Ty { top:7.4375rem;left:4.25rem;width:39.25rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrNBHp4qze3VsfZg5VfL14bVhs1NfHxX { top:31.8125rem;left:0rem;width:21.5625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ax1VSgv3Sw7H82ErNdEuIkie7gKqc1ST { top:33.6875rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #etLE58PTnMJxDTUTaPRcpUBLQdRHa7cE { top:33.6875rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJnm0zuo2xgMGDLARFHQ8DDT579n5Zty { top:36rem;left:0rem;width:17.6875rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIQCPvHN13dTCQ9niqoNHfly5mRXinko { top:33.6875rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXi98Jq2L63lH4cwXxCexJldA24KOVn7 { width:17.5rem;height:1.5rem;top:40.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6Edc6olLU8BvEC3556x4qD6RKXLT12v { top:33.6875rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwAEfaIN8NlTnQnQeheGgKR0GZlIhETR { top:33.6875rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #duwcqOmRuNvDnry5bNl0EgiEziGUn8sU { top:31.8125rem;left:13.1875rem;width:21.5625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6aK7bNBmuNOH16kflf0ELQEiAMm7aQU { top:36rem;left:15.0625rem;width:17.6875rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKTFmkMpVvncE551agSV0CteWVbKROMV { width:17.5rem;height:1.5rem;top:41.125rem;left:15.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBI6moaXOA43lQbXnd6ouvQQr721u1Tr { top:33.6875rem;left:15.0625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDLBTHyURgUHriNSdruSKeGLeTH21qQg { top:33.6875rem;left:16.375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBMNBdC1TRsDSMDmTu6xdbcscwx5qsqn { top:33.6875rem;left:17.6875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkVREzvcM6KUcmLq01UN72QKOiiN7VLN { top:33.6875rem;left:19rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q77T1bRoH01lcpE6JKN85IyP8LHS54NN { top:33.6875rem;left:20.3125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZmcXEn5TdRGfROQzDEmR0a5KJXICw1W { top:31.8125rem;left:26.1875rem;width:21.5625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKFrU1mS9IEK4XVWH22CgHRLcTL1DGtv { top:36rem;left:30.0625rem;width:17.6875rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTtIxbuOIHtVFFVdr13V0sOUA8bzTE86 { width:17.5rem;height:1.5rem;top:40.9375rem;left:30.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHGww3mDwgvKHAqQW9ptQt6B39zmQnq3 { top:33.6875rem;left:38.5625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kI4Wx1PFTZJQ5BJ9B1RBGIt28OT48AbR { top:33.6875rem;left:39.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhJVr9r2uM2lcxLFUCokhiEMBt4s7Ndt { top:33.6875rem;left:41.1875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuoWTsuT6ACABsyunhTrNf4ICsgNDXcI { top:33.6875rem;left:42.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJowdcMmoniUGpdBipTcT2MJGpzfWlzI { top:33.6875rem;left:43.8125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #utAUyPLVWAll8TG7VkObcPDmQhcCMvH7 { display:block; }#utAUyPLVWAll8TG7VkObcPDmQhcCMvH7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TI9XVqw3X6b9aSUUFvFOGsQXkISkFBy5 { top:0.75rem;left:20.3125rem;width:7.125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPGQB5vEERbIs1cCXS6h6QW4pQTL9e1q { 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) { #Hn1UDrTBVH8NddJZWg4noopxo8KSugzx { background-color:#fffcf5;background-image:none;display:block; }#Hn1UDrTBVH8NddJZWg4noopxo8KSugzx > .row .container { background-color: transparent; background-image: none; }#Hn1UDrTBVH8NddJZWg4noopxo8KSugzx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hn1UDrTBVH8NddJZWg4noopxo8KSugzx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hn1UDrTBVH8NddJZWg4noopxo8KSugzx > .row .container > .video-iframe-container { display: none; }#Hn1UDrTBVH8NddJZWg4noopxo8KSugzx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hn1UDrTBVH8NddJZWg4noopxo8KSugzx > .row > .video-iframe-container { display: none; }#Hn1UDrTBVH8NddJZWg4noopxo8KSugzx > .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); }#Hn1UDrTBVH8NddJZWg4noopxo8KSugzx > .row .container { width:20rem;height:44rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IuITXfevzks64CzH0WXkw05LztZgHIyq { 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) { #o3RJ3xMdJ7i7p4pAcOeGNSKAPmikJwNb { 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) { #zp7wKFGBPekIEe89rg4zcTsywoad3ckE { width:5.125rem;height:1.25rem;top:37rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmilGTR0lhZMuh1789KqgLb6imO2sFo9 { width:6.5625rem;height:1.25rem;top:37rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TP2vhSxy7vnbcFsFnmv08ghyOenwNKTP { width:5.125rem;height:1.25rem;top:38.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFz04QLdoEZD1RdZ7SmkrslnKDioAxxD { width:6.5625rem;height:1.25rem;top:38.875rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F31Nlz2CagEQGMXQUbDRgzhXXX4LQMcp { width:17.875rem;height:2.5625rem;top:31.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEqJmTPN0teBhaVCOd7E9Q6FuQDeTTJh { display:block; }
 }@media only screen and (max-width: 763px) { #o4PMR3e8tGfxo7FifDeyrH0WQ7oMehch { width:7.8125rem;height:3.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEtqERp1Mx8oBUniheZzBWDBd2q5CZgT { 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) { #dvoA3D75DswMstI6mGVnUra6XID5dZKB { 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) { #BSW2I8Khnb8PvqSXVuaNi6qFsauTXFCB { 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) { #FOJ96UM40fXbT3uOFGpcgHkBUnmcl4cs { 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) { #ede9RRn81rXtZAR6MXyLhrFBNsITw5RC { 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) { #ydC9cZZ80y4TP22PpJk9tnAvGrTyAzMc { 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) { #WBH2t9gKHbkeaZkCNy92iLGHJSKDXdWP { width:5rem;height:3.25rem;top:14.3125rem;left:11.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7R1DtQE4CrT9XJEqtZudgDte8uH54Ix { display:flex;width:1.25rem;height:1.25rem;top:20.0625rem;left:0.0625rem; }
 }@media only screen and (max-width: 763px) { #J8ge7dqXJXT7azceBT9WdfuPydv19VXQ { display:flex;width:1.25rem;height:1.25rem;top:23.8125rem;left:0.0625rem; }
 }@media only screen and (max-width: 763px) { #qW6nINkmmAiMisLLWDi8d6hONGzTr3MF { display:flex;width:1.25rem;height:1.25rem;top:27.4375rem;left:0.0625rem; }
 }@media only screen and (max-width: 763px) { #Tlpn7Tmv8pbXDOpoaeLq7OgBmiXnSwSS { display:block; }#Tlpn7Tmv8pbXDOpoaeLq7OgBmiXnSwSS > .row .container { width:20rem;height:22.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hVPlSnrO0s7TZEC6QcIUv7HqNwxgNKVB { width:6.25rem;height:2.5996125rem;top:7.8125rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRW2Sa2izpF342GteRnM3C2UIw7Tomp5 { display:flex;width:3.6875rem;height:3.6875rem;top:3.1875rem;left:11.9375rem; }
 }@media only screen and (max-width: 763px) { #Ru86JbJGrMhxIfxWCa87KRuKQuViv5TN { width:6.25rem;height:2.5996125rem;top:7.875rem;left:10.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXcUtAZUk2bXHtsNalqWsJz7iZnR21O3 { display:flex;width:3.6875rem;height:3.6875rem;top:11.6875rem;left:4.4375rem; }
 }@media only screen and (max-width: 763px) { #uooX53EVeGUK6UNVPuHue3PPM1DGGHqs { width:6.25rem;height:2.5996125rem;top:16.625rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #apCnObmqJy6noAwGgvgCL5n9MgFxlGH9 { display:flex;width:3.6875rem;height:3.6875rem;top:11.75rem;left:11.9375rem; }
 }@media only screen and (max-width: 763px) { #b13CepIQbbCcc2AatiFqaTVPpaoqdRTl { width:6.25rem;height:2.5996125rem;top:16.6875rem;left:10.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyWpnNp0vwIPTVseGov75goFVXdwlthd { width:3.25rem;height:3.25rem;top:3.4375rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5PPazcXncMJiIxMRO0uDBOFWyvGI1Bs { display:block; }#O5PPazcXncMJiIxMRO0uDBOFWyvGI1Bs > .row .container { width:20rem;height:54.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yHT9UhCuVNmMnCCSX3QcSqBSI9nrPcES { width:20rem;height:27rem;top:10.0869140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqH82CubSxrTQTN39XgEQ8U9lf9bJxUa { 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) { #Ini0pG1NqT9zz35ee51cwmEbQBrixFQO { display:block; }#Ini0pG1NqT9zz35ee51cwmEbQBrixFQO > .row .container { width:20rem;height:19.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XQRlo8ZLcWzU97ESqvt5qtAzCgh1tKxv { width:7.1875rem;height:1.3125rem;top:5.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyhtSOmilGaxkTKWBhTQOvhUWoK0OVwS { width:9.375rem;height:2.25rem;top:2.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n388BwfuF4EBHaH8dGtCUOaAzDeoUPLa { 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) { #CImARoA0EGLSxJdOnvg4Xd730GusqJHe { width:18.75rem;height:2.5996125rem;top:9.0625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #htb2DgpPPEtdRL3k838wWTulsrquRN1t { width:18.75rem;height:3.8994125rem;top:12.9375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvFqdWMAvhEC1gRFpdtyzOkhNTQV4Qcg { width:0.125rem;height:4.375rem;top:15.5859375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PU9FeNR7socHEmQ7TBrrwuvasfNxCMb2 { display:block; }#PU9FeNR7socHEmQ7TBrrwuvasfNxCMb2 > .row .container { width:20rem;height:50.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G9cCAIplv05tNitKG2huazvrP28Io5rp { width:20rem;height:6.09375rem;top:1.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6fVipUKq9u3NDEfgvgERCwNicPK2mLg { width:20rem;height:13.875rem;top:9.15625rem;left:0rem;font-size:1rem;line-height:1.5;display:block; }#Z6fVipUKq9u3NDEfgvgERCwNicPK2mLg 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) { #lSNNBnk3kSCE4wBkaBTZ3NzFfANTJ0dJ { width:17.875rem;height:2.5rem;top:26.46875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCcVWWWRoZ7ohacuPkTFaLULiwIELGkK { display:block; }
 }@media only screen and (max-width: 763px) { #pbLEhzws42yHGJCsuoACX6lwXmOpx8ke { width:20rem;height:14.9619375rem;top:32.78125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKF6WopdELSSx06ekkqMdeCW02TLlQJt { display:block; }#kKF6WopdELSSx06ekkqMdeCW02TLlQJt > .row .container { width:20rem;height:35.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KvWbNfMvLDW7E7xCxdToiuJlMhrNUhV8 { 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) { #dSCVPaDT0v2yAsUsL22u7Lx77Q9iLFzH { 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) { #x1JTfPgFviVrqrEM6kEt0J6Oi14JtXo8 { display:flex;width:2.5rem;height:2.5rem;top:10.5rem;left:0rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #GdKD9Adk5AtWL8y5F31KTgaRxTtkykA6 { 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) { #Do7s3g64CEtSFtUtc98tO6PFSN3u24gy { display:flex;width:2.5rem;height:2.5rem;top:16.875rem;left:0rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #A5QcTS9nsfu8OVyE8sX0MtMg96ptmQb3 { 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) { #uW2gmHzNTJ37vNZADTrfi9h638ZbRXfQ { 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) { #OWEGFc5oQETMSaLoWFOnQB3VDMK6GE95 { display:flex;width:2.5rem;height:2.5rem;top:23.25rem;left:0rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #Ay6eKQaUrBDqt699oKoskuslAIKI9bRf { 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) { #aB9ACHK7X8b5Tu9HWnqTVSva1WyX5Hpy { 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) { #faJqHautESgsTOoGxMeQ2hCwxp1zIIiM { display:flex;width:2.5rem;height:2.5rem;top:28.25rem;left:0rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #i1voL2BFhMx7zXDUQ3Bn7oZttgAdqSsU { 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) { #B9EUPLJdXGTmcTQZek5b4DdBWXmAXTpf { 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) { #G8xr3ESInrGtfy4ZVsaaIScp1vSLrI2R { display:block; }#G8xr3ESInrGtfy4ZVsaaIScp1vSLrI2R > .row .container { width:20rem;height:49.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q38ygn1SKu45e58W7qDgCAQblmWOyJF4 { 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) { #WnF2UF37b4fRDP3M00iCVONqRhebIMTW { width:18.125rem;height:2.5996125rem;top:24.4375rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRTWTSOeab4anaTEpydozFdo9G0yXUly { width:16.125rem;height:2.5rem;top:43.599609375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvZ2TUcoqTRZAQNUhfdk0OgbEPs89hDF { display:block; }
 }@media only screen and (max-width: 763px) { #kKcuOHy0o8XUCEtsC0kkLTO6rBUg9eGe { height:11.1875rem;width:20rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ew2F2FPLJExzhQmJAJhd1OFFxMQCMU4p { width:20rem;height:11.0625rem;top:10.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUGVqvManuQaAqyHTtgiZpX2Vzkce7A6 { width:18.125rem;height:1.29980625rem;top:28.3125rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcRv4QTLR3kMbbEJLQiVZQ6ppaqegTMf { width:18.125rem;height:1.29980625rem;top:30.875rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4yC2NE4osRwynOaya6FcSrGebIDgfTS { width:18.125rem;height:2.5996125rem;top:33.375rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hp2BWNUWs5EsTmooko2u6g9xTNRIGhK1 { width:18.125rem;height:2.5996125rem;top:37.25rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpZiSonitqNND44K5o0xrpnHiEr54xTN { display:flex;width:1.125rem;height:1.125rem;top:25.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FTKIpfAJoxsDPANAgT2aFC1aQUdRXX2l { display:flex;width:1.125rem;height:1.125rem;top:38rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SLDsA0wGONKOfg3fdeVW5xAT2xHzEgAP { display:flex;width:1.125rem;height:1.125rem;top:34.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gxeSfeTHGrPOvxC4iPT26Px81vdDVNK4 { display:flex;width:1.125rem;height:1.125rem;top:30.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uAd4vkZ8tnrMFmhI70cZz9KNIiN4GQmn { display:flex;width:1.125rem;height:1.125rem;top:28.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BLL2FwAHFUvkJsLkQXTNc2rMhypGraOP { display:block; }#BLL2FwAHFUvkJsLkQXTNc2rMhypGraOP > .row .container { width:20rem;height:58.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gXryuNA1TTL2LSEAJRD7wnnE2toLOJ14 { 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) { #HTvuzL7Q4ozIWGXMTgIhxGLTTPlqHv6F { width:20rem;height:13rem;top:34.3125rem;left:0rem;font-size:1rem;line-height:1.5;display:block; }#HTvuzL7Q4ozIWGXMTgIhxGLTTPlqHv6F 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) { #WOxKHDZrG9TnlulTNqSICyXI3iztwo8P { width:13.75rem;height:2.5rem;top:51.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPGFpK748r79oeUwBxJEfHK34wF9Kwt7 { display:block; }
 }@media only screen and (max-width: 763px) { #tFrm6q73maCiPV7ynkr40kJ8uTPNNQ88 { width:16.5rem;height:21.375rem;top:11.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQrI7xgTAlrTmbbSWD0R3i23J0yGZROf { 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) { #Z6GL1gVqkXqTJeNOdzeAZKkgCC9Da36B { width:6.5rem;height:1.25rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVlR2MWJ1UWOJ3bAzABzib8F5va9ADRI { display:block; }#iVlR2MWJ1UWOJ3bAzABzib8F5va9ADRI > .row .container { width:20rem;height:52.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VxQOdixUHfuEm2JVzX8swb72rpCFOd8E { 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) { #uQ46n1BBLZBMaOwpmGugfoiK06SRy6g0 { width:9.6875rem;height:5.375rem;top:19.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0bA3bPeetTOWQtybJTTbnslM78s58CQ { width:9.6875rem;height:5.375rem;top:19.375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZPkdg0D1Qghakx8d5yeZa9HdNKyqyZ3 { width:9.6875rem;height:5.375rem;top:13.375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUPIoiANRICx5NBhwr82Tc3A4bCwC73t { width:9.6875rem;height:5.375rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqQPAmhS29sA6ZDH024i9mtoh7zN5rs7 { width:9.6875rem;height:5.375rem;top:7.375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GodlJU7WEmo5ygtwGVM8oPSs8NKpaAQP { width:9.6875rem;height:5.375rem;top:13.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgwgdPAHcSw3kxv8D4ixXgax5rOR76sD { 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) { #At9BBeABpthVyDgktUKKBxqdX1kD2hAN { display:block; }
 }@media only screen and (max-width: 763px) { #Z8PaW4yDviTvdx1w9qru394ChrTtc08p { width:20rem;height:15.125rem;top:27.25rem;left:0rem;font-size:1rem;line-height:1.5;display:block; }#Z8PaW4yDviTvdx1w9qru394ChrTtc08p 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) { #bqp8mfZi0rzqmXbgpfSnRZ9ibIL2WX65 { display:block; }#bqp8mfZi0rzqmXbgpfSnRZ9ibIL2WX65 > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PTmMtJT9CA8fepRpwDR9sdKNCgO9hvKl { 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) { #xBLkfiZoesJkLlSW4fBl968lPSBffu71 { 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) { #di7UnmZvTLiycTDGdGeb2JQ5OaMIWCVC { 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) { #MCzQZBnbw0l2vTaXLtKwnoEbee4bDBD9 { width:9.375rem;height:2.111325rem;top:16.875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVTx5cfEm5R3mWTzeCvDQ6LAe5U8Mf6l { 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) { #AiDTFr3vTMi4RKanPgJT7rLuDPhpz7eZ { 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) { #nDqecJOTELZ2cHhQ7WUv75OFfo2Lwo4v { 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) { #lNUw3TdMpNzvtxJGq0KMvp8dG1wcbEw2 { 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) { #w7MO8fAsfoDSaenxEw4vTXKGCLo90UpM { display:block; }#w7MO8fAsfoDSaenxEw4vTXKGCLo90UpM > .row .container { width:20rem;height:106.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oafu7XJ8QW1qRa9dxy8BN4Wo6vEP7UNw { width:20rem;height:2.03125rem;top:3.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdzSOI1C2MbSKkdRouSU2XGdPp3fvZhK { width:20rem;height:13.501400560224rem;top:22.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRPAAgWznhBLRRc4qTU09fHcPRZKsQcr { width:20rem;height:13.464788732394rem;top:7.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzo9acJOKVknZ6mCBvz0rd1cmK46h2fI { width:20rem;height:13.501400560224rem;top:81.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQfWFxVPfAZAkWEHXcDCfsM56k8SpZwR { width:20rem;height:13.539325842697rem;top:52.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sw9Gcos1om6MSngIO5CTbHWcm8vVxX7g { width:20rem;height:13.519553072626rem;top:66.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLpeqm0ygeTL7XtWQboW0MIZ4vGqZpw6 { width:20rem;height:13.76404494382rem;top:37.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPfyNt0g3r0h748SETJurJaditu2a7NX { 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) { #DnIQGUufsgURxE0OATqkJiFNJl4IT3wQ { display:block; }
 }@media only screen and (max-width: 763px) { #b8CRVBSnHE04cBgi6ce719kZLIS3sCCX { display:block; }#b8CRVBSnHE04cBgi6ce719kZLIS3sCCX > .row .container { width:20rem;height:70.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CpOze6mKmMEhwGcftzQCkTHHmaD8dgJt { 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) { #eOdL8O7o3USDVw1igimXhVgWXO4Nw9Ty { height:11.146496815287rem;width:20rem;top:12.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrNBHp4qze3VsfZg5VfL14bVhs1NfHxX { width:20rem;height:10.9375rem;top:26.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ax1VSgv3Sw7H82ErNdEuIkie7gKqc1ST { display:flex;width:1.25rem;height:1.25rem;top:27.875rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #etLE58PTnMJxDTUTaPRcpUBLQdRHa7cE { display:flex;width:1.25rem;height:1.25rem;top:27.875rem;left:3.1875rem; }
 }@media only screen and (max-width: 763px) { #lJnm0zuo2xgMGDLARFHQ8DDT579n5Zty { 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) { #BIQCPvHN13dTCQ9niqoNHfly5mRXinko { display:flex;width:1.25rem;height:1.25rem;top:27.875rem;left:4.5rem; }
 }@media only screen and (max-width: 763px) { #oXi98Jq2L63lH4cwXxCexJldA24KOVn7 { 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) { #P6Edc6olLU8BvEC3556x4qD6RKXLT12v { display:flex;width:1.25rem;height:1.25rem;top:27.875rem;left:5.8125rem; }
 }@media only screen and (max-width: 763px) { #XwAEfaIN8NlTnQnQeheGgKR0GZlIhETR { display:flex;width:1.25rem;height:1.25rem;top:27.875rem;left:7.125rem; }
 }@media only screen and (max-width: 763px) { #duwcqOmRuNvDnry5bNl0EgiEziGUn8sU { width:20rem;height:10.9375rem;top:40.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6aK7bNBmuNOH16kflf0ELQEiAMm7aQU { 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) { #MKTFmkMpVvncE551agSV0CteWVbKROMV { 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) { #vBI6moaXOA43lQbXnd6ouvQQr721u1Tr { display:flex;width:1.25rem;height:1.25rem;top:41.625rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #IDLBTHyURgUHriNSdruSKeGLeTH21qQg { display:flex;width:1.25rem;height:1.25rem;top:41.625rem;left:3.1875rem; }
 }@media only screen and (max-width: 763px) { #kBMNBdC1TRsDSMDmTu6xdbcscwx5qsqn { display:flex;width:1.25rem;height:1.25rem;top:41.625rem;left:4.5rem; }
 }@media only screen and (max-width: 763px) { #LkVREzvcM6KUcmLq01UN72QKOiiN7VLN { display:flex;width:1.25rem;height:1.25rem;top:41.625rem;left:5.8125rem; }
 }@media only screen and (max-width: 763px) { #Q77T1bRoH01lcpE6JKN85IyP8LHS54NN { display:flex;width:1.25rem;height:1.25rem;top:41.625rem;left:7.125rem; }
 }@media only screen and (max-width: 763px) { #aZmcXEn5TdRGfROQzDEmR0a5KJXICw1W { width:20rem;height:10.9375rem;top:53.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKFrU1mS9IEK4XVWH22CgHRLcTL1DGtv { 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) { #vTtIxbuOIHtVFFVdr13V0sOUA8bzTE86 { 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) { #RHGww3mDwgvKHAqQW9ptQt6B39zmQnq3 { display:flex;width:1.25rem;height:1.25rem;top:55.375rem;left:1.9375rem; }
 }@media only screen and (max-width: 763px) { #kI4Wx1PFTZJQ5BJ9B1RBGIt28OT48AbR { display:flex;width:1.25rem;height:1.25rem;top:55.375rem;left:3.25rem; }
 }@media only screen and (max-width: 763px) { #FhJVr9r2uM2lcxLFUCokhiEMBt4s7Ndt { display:flex;width:1.25rem;height:1.25rem;top:55.375rem;left:4.5625rem; }
 }@media only screen and (max-width: 763px) { #MuoWTsuT6ACABsyunhTrNf4ICsgNDXcI { display:flex;width:1.25rem;height:1.25rem;top:55.375rem;left:5.875rem; }
 }@media only screen and (max-width: 763px) { #KJowdcMmoniUGpdBipTcT2MJGpzfWlzI { display:flex;width:1.25rem;height:1.25rem;top:55.375rem;left:7.1875rem; }
 }@media only screen and (max-width: 763px) { #utAUyPLVWAll8TG7VkObcPDmQhcCMvH7 { display:block; }#utAUyPLVWAll8TG7VkObcPDmQhcCMvH7 > .row .container { width:20rem;height:7.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TI9XVqw3X6b9aSUUFvFOGsQXkISkFBy5 { width:7.125rem;height:2.5625rem;top:1.25rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPGQB5vEERbIs1cCXS6h6QW4pQTL9e1q { width:19.6875rem;height:1.29980625rem;top:5.0625rem;left:0.125rem;font-size:1rem;display:block; }
 }