.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#ffffff;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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b9a46c0f-80ab-4dc8-a447-fb64498119ad/gomenolvegan4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:71.625rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container.lazyloading { background-image: none; }#pfZEKauKoNCSAf6PfJfoRELxJmAQKtOc { 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:7.6875rem;width:12.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#tRVTUh2aq04t4VRymC7WAara4yZVyTrd { color:#ffffff;display:block;width:50.9375rem;position:absolute;font-family:arial;font-size:2.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:21.0625rem;left:12.0625rem;height:3.57421875rem;text-align:center;text-align-last:center;display:block; }
#govZ4uHVL4JW50zFdGhpyz7hMUTfgyTT { color:#ffffff;display:block;width:75rem;position:absolute;font-family:arial;font-size:5.3125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:24.625rem;left:0rem;height:6.905375rem;text-align:center;text-align-last:center;display:block; }
#oQNlpWzeb0k1aPuZhGNDhZ9MmSw9N7C8 { position:relative;display:block; }#oQNlpWzeb0k1aPuZhGNDhZ9MmSw9N7C8 { background-color: transparent; background-image: none; }#oQNlpWzeb0k1aPuZhGNDhZ9MmSw9N7C8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oQNlpWzeb0k1aPuZhGNDhZ9MmSw9N7C8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oQNlpWzeb0k1aPuZhGNDhZ9MmSw9N7C8 > .row .container > .video-iframe-container { display: none; }#oQNlpWzeb0k1aPuZhGNDhZ9MmSw9N7C8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oQNlpWzeb0k1aPuZhGNDhZ9MmSw9N7C8 > .row > .video-iframe-container { display: none; }#oQNlpWzeb0k1aPuZhGNDhZ9MmSw9N7C8 > .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); }#oQNlpWzeb0k1aPuZhGNDhZ9MmSw9N7C8 { border-width: 0; border-radius: 0; }#oQNlpWzeb0k1aPuZhGNDhZ9MmSw9N7C8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#oQNlpWzeb0k1aPuZhGNDhZ9MmSw9N7C8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:90rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TiXkPrpgsaqSfWLrWT2hQTAWwffLdsK4 { color:#41933c;display:block;width:75rem;position:absolute;font-family:arial;font-size:4.0625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6273860931396rem;left:0rem;height:5.28103125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wGTTIMEu1TBO0FaRW9KFkw8p9o3Cb1Kb { color:#41933c;display:block;width:75rem;position:absolute;font-family:arial;font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.7;letter-spacing:0;top:11.028643608093rem;left:0rem;height:31.315125rem;font-style:normal;display:block; }#wGTTIMEu1TBO0FaRW9KFkw8p9o3Cb1Kb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wGTTIMEu1TBO0FaRW9KFkw8p9o3Cb1Kb li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_117c11996bd061c10f2349fe6881ee90460c0bd3.svg); }
#cW9pibvbCqELqc7JMPc7NflZsEcUN4JL { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.625rem;width:43.75rem;top:47.055121421814rem;left:0rem;overflow:hidden;display:block; }
#uE3yHXFXAhNru9GOsZ0NMFBw8r7gT8sz { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.75rem;width:27.5rem;top:51.490888595581rem;left:45.874569892883rem;overflow:hidden;display:block; }
#XZdsDtdf8fG6DzBT8KJhW0eHUm6zEcgJ { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:16.0623125rem;top:72.352432250975rem;left:3.8747835159302rem;overflow:hidden;display:block; }
#pCwa8HbtehNmP0FRHiFHXEW9zcaXhkmu { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16rem;width:48.375rem;top:71.3845539093rem;left:26.625435829163rem;overflow:hidden;display:block; }
#Oafm9kBGuTnI4h9bvakBvKa2CpkXyOe6 { position:relative;display:block; }#Oafm9kBGuTnI4h9bvakBvKa2CpkXyOe6 { background-color: transparent; background-image: none; }#Oafm9kBGuTnI4h9bvakBvKa2CpkXyOe6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oafm9kBGuTnI4h9bvakBvKa2CpkXyOe6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oafm9kBGuTnI4h9bvakBvKa2CpkXyOe6 > .row .container > .video-iframe-container { display: none; }#Oafm9kBGuTnI4h9bvakBvKa2CpkXyOe6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oafm9kBGuTnI4h9bvakBvKa2CpkXyOe6 > .row > .video-iframe-container { display: none; }#Oafm9kBGuTnI4h9bvakBvKa2CpkXyOe6 > .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); }#Oafm9kBGuTnI4h9bvakBvKa2CpkXyOe6 { border-width: 0; border-radius: 0; }#Oafm9kBGuTnI4h9bvakBvKa2CpkXyOe6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Oafm9kBGuTnI4h9bvakBvKa2CpkXyOe6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:27.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#sKTsN7Go4BZpEvsDnS602t0aeMBuW2EQ { 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:22.5rem;width:22.5rem;top:2.3125rem;left:1.25rem;overflow:hidden;display:block; }
#EIa4JgXZnG3Ol0dJPl34CHAmTq2PCI6O { 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:22.5rem;width:22.5rem;top:2.3125rem;left:26.25rem;overflow:hidden;display:block; }
#h3gGyav8E5mqRnvKguIElZufu22AuafE { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.5rem;width:22.5rem;top:2.3125rem;left:51.25rem;overflow:hidden;display:block; }
#oux6xyZQIwFLX4w0bIqwDE85Oys0rr71 { position:relative;display:block; }#oux6xyZQIwFLX4w0bIqwDE85Oys0rr71 { background-color: transparent; background-image: none; }#oux6xyZQIwFLX4w0bIqwDE85Oys0rr71::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oux6xyZQIwFLX4w0bIqwDE85Oys0rr71 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oux6xyZQIwFLX4w0bIqwDE85Oys0rr71 > .row .container > .video-iframe-container { display: none; }#oux6xyZQIwFLX4w0bIqwDE85Oys0rr71 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oux6xyZQIwFLX4w0bIqwDE85Oys0rr71 > .row > .video-iframe-container { display: none; }#oux6xyZQIwFLX4w0bIqwDE85Oys0rr71 > .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); }#oux6xyZQIwFLX4w0bIqwDE85Oys0rr71 { border-width: 0; border-radius: 0; }#oux6xyZQIwFLX4w0bIqwDE85Oys0rr71 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#oux6xyZQIwFLX4w0bIqwDE85Oys0rr71 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:26.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PkFUP4APTWTDvVk6Fb01xkrnM3PH5ArO { color:#41933c;display:block;width:75rem;position:absolute;font-family:arial;font-size:3.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.291015625rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Crr1XtyNDna9axLaA3KUhl2EqH1mwPFc { color:#41933c;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:17.8125rem;left:5.375rem;height:1.62435rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KbWaKncypGeaKOlDiwMO0FXXvFgPNcxG { color:#41933c;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:21.748048782349rem;left:5.3721799850464rem;height:1.13606875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oEx2sUsprAl0QMqAEiRvlh7tshRGPTv7 { color:#41933c;display:block;width:17.5rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:17.8125rem;left:28.750000953674rem;height:3.2487rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zX425Vvlzh88D39sVThKgaeWHxWseTmh { color:#41933c;display:block;width:17.5rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:21.748048782349rem;left:28.750000953674rem;height:2.2721375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VPqJzFZl3ZRJw83anAIsLsEmwWK35IER { color:#41933c;display:block;width:17.5rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:17.8125rem;left:53.750000953674rem;height:3.2487rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fqVWy5BzMzxecmPRnIBk7WXTRkJdn7CS { color:#41933c;display:block;width:17.5rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:21.748048782349rem;left:53.750000953674rem;height:1.13606875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#muWT06tJwbUF9uTx88mywzXxXxeun5sE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.12413125rem;width:6.12413125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:10.499132156372rem;left:9.4379339218137rem; }
#fs4DcMNtx1a7dayNP4R0h3AVVzwPahtp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.12305rem;width:6.12305rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:10.499132692814rem;left:34.437935829162rem; }
#IvBHM6LTsw912CiJRALd79nQbmZftBlV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.12305rem;width:6.12305rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:10.499132692814rem;left:59.437935829162rem; }
#i9MuhmX42LbAE8nA97hH114nVfcA1L29 { position:relative;display:block; }#i9MuhmX42LbAE8nA97hH114nVfcA1L29 { background-color: transparent; background-image: none; }#i9MuhmX42LbAE8nA97hH114nVfcA1L29::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i9MuhmX42LbAE8nA97hH114nVfcA1L29 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i9MuhmX42LbAE8nA97hH114nVfcA1L29 > .row .container > .video-iframe-container { display: none; }#i9MuhmX42LbAE8nA97hH114nVfcA1L29 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i9MuhmX42LbAE8nA97hH114nVfcA1L29 > .row > .video-iframe-container { display: none; }#i9MuhmX42LbAE8nA97hH114nVfcA1L29 > .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); }#i9MuhmX42LbAE8nA97hH114nVfcA1L29 { border-width: 0; border-radius: 0; }#i9MuhmX42LbAE8nA97hH114nVfcA1L29 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#i9MuhmX42LbAE8nA97hH114nVfcA1L29 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:27.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#sVMzf3pkTwFRNAMdonQerrVifGnNMDhZ { 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:22.5rem;width:22.5rem;top:2.3125rem;left:1.25rem;overflow:hidden;display:block; }
#N8Kpr2cZIHCoHzxGI57gii1xhe9gc4u9 { 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:22.5rem;width:22.5rem;top:2.3125rem;left:26.25rem;overflow:hidden;display:block; }
#T5nqRlTgS9gTO42dFs9cPsLSlV9Xhmzo { color:#575757;display:block;width:18.75rem;position:absolute;font-family:arial;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.6588592529297rem;left:53.125000953674rem;height:3.24978125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GWJdINfnDlnFsqXlULvaUVPtFDcTL0ok { color:#575757;display:block;width:22.5rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:9.3760833740238rem;left:51.250000953674rem;height:4.87305rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zOoZQciNEXvSg0i5eT0CP5lzhnrqiTsG { color:#575757;display:block;width:22.5rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:15.791015625rem;left:51.250000953674rem;height:3.2487rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SGzFBfo6L55yfetRlxTD5qoITk3BVLd6 { background-color:#41933c;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:21.443141937256rem;left:51.250000953674rem;display:block; }
#qwmmee3m7GOHTNDMlKBHJKS3txFNULhF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dSPdqrITMfCW1Bs2TbUOBU8RVRrCdwCi { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15011;background-color:#575757;background-image:none;top:7.7278709411619rem;left:53.125000953674rem;display:block; }
#d2KCRxsqoZ0y4kvJ4cddgy8Z7NZcTvk3 { position:relative;display:block; }#d2KCRxsqoZ0y4kvJ4cddgy8Z7NZcTvk3 { background-color: transparent; background-image: none; }#d2KCRxsqoZ0y4kvJ4cddgy8Z7NZcTvk3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d2KCRxsqoZ0y4kvJ4cddgy8Z7NZcTvk3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d2KCRxsqoZ0y4kvJ4cddgy8Z7NZcTvk3 > .row .container > .video-iframe-container { display: none; }#d2KCRxsqoZ0y4kvJ4cddgy8Z7NZcTvk3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d2KCRxsqoZ0y4kvJ4cddgy8Z7NZcTvk3 > .row > .video-iframe-container { display: none; }#d2KCRxsqoZ0y4kvJ4cddgy8Z7NZcTvk3 > .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); }#d2KCRxsqoZ0y4kvJ4cddgy8Z7NZcTvk3 { border-width: 0; border-radius: 0; }#d2KCRxsqoZ0y4kvJ4cddgy8Z7NZcTvk3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#d2KCRxsqoZ0y4kvJ4cddgy8Z7NZcTvk3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:14.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#whfBtlB0pUnfwGHXlOyEGJKJilsBDcPc { color:#5cbd46;display:block;width:22.999125rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.3125rem;left:51rem;height:2.43706875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GibUecflzkLDwy0pbwaZ1g8QTTDWlR5G { color:#5cbd46;display:block;width:22.5rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:7.75rem;left:51.25rem;height:1.62435rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HLWDlENa2MQbxxOV5L6tLyJT7xpP6Wev { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:17.5rem;top:3.5601119995117rem;left:1.4995660781861rem;overflow:hidden;display:block; }
#aftZ92bUlecoLvWtapHecOyfX8MmnmLK { color:#575757;display:block;width:15.061875rem;position:absolute;font-family:arial;font-size:1.1875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:5.8105354309082rem;left:29.96853351593rem;height:3.10546875rem;text-align:center;text-align-last:center;display:block; }
#aTqdvSO3nv38au8MQQHQdUVApA77vnTT { 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:15012;opacity:1;top:9.6853294372556rem;left:8.6870660781863rem; }
#aTqdvSO3nv38au8MQQHQdUVApA77vnTT > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#l1qSzvX16fsFNFT4nKpsbK1U3ywtPd4H { position:relative;display:block; }#l1qSzvX16fsFNFT4nKpsbK1U3ywtPd4H { background-color: transparent; background-image: none; }#l1qSzvX16fsFNFT4nKpsbK1U3ywtPd4H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l1qSzvX16fsFNFT4nKpsbK1U3ywtPd4H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l1qSzvX16fsFNFT4nKpsbK1U3ywtPd4H > .row .container > .video-iframe-container { display: none; }#l1qSzvX16fsFNFT4nKpsbK1U3ywtPd4H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l1qSzvX16fsFNFT4nKpsbK1U3ywtPd4H > .row > .video-iframe-container { display: none; }#l1qSzvX16fsFNFT4nKpsbK1U3ywtPd4H > .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); }#l1qSzvX16fsFNFT4nKpsbK1U3ywtPd4H { border-width: 0; border-radius: 0; }#l1qSzvX16fsFNFT4nKpsbK1U3ywtPd4H > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l1qSzvX16fsFNFT4nKpsbK1U3ywtPd4H > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e469b031-e54c-4a5d-9bcc-f2b9655ad42d/drapeau.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#l1qSzvX16fsFNFT4nKpsbK1U3ywtPd4H > .row .container.adaptive-delivery-prevent-bg, #l1qSzvX16fsFNFT4nKpsbK1U3ywtPd4H > .row .container.lazyload, #l1qSzvX16fsFNFT4nKpsbK1U3ywtPd4H > .row .container.lazyloading { background-image: none; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pfZEKauKoNCSAf6PfJfoRELxJmAQKtOc { top:0rem;left:0rem;width:12.5rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRVTUh2aq04t4VRymC7WAara4yZVyTrd { top:21.0625rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #govZ4uHVL4JW50zFdGhpyz7hMUTfgyTT { top:24.625rem;left:0rem;width:47.75rem;height:6.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQNlpWzeb0k1aPuZhGNDhZ9MmSw9N7C8 { display:block; }#oQNlpWzeb0k1aPuZhGNDhZ9MmSw9N7C8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TiXkPrpgsaqSfWLrWT2hQTAWwffLdsK4 { top:3.625rem;left:0rem;width:47.75rem;height:5.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGTTIMEu1TBO0FaRW9KFkw8p9o3Cb1Kb { top:11rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }#wGTTIMEu1TBO0FaRW9KFkw8p9o3Cb1Kb li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_117c11996bd061c10f2349fe6881ee90460c0bd3.svg); }
 }@media only screen and (max-width: 763px) { #cW9pibvbCqELqc7JMPc7NflZsEcUN4JL { top:47rem;left:0rem;width:43.75rem;height:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uE3yHXFXAhNru9GOsZ0NMFBw8r7gT8sz { top:51.4375rem;left:20.25rem;width:27.5rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZdsDtdf8fG6DzBT8KJhW0eHUm6zEcgJ { top:72.3125rem;left:0rem;width:16rem;height:14.007945618042rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCwa8HbtehNmP0FRHiFHXEW9zcaXhkmu { top:71.375rem;left:0rem;width:47.75rem;height:15.793281653747rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oafm9kBGuTnI4h9bvakBvKa2CpkXyOe6 { display:block; }#Oafm9kBGuTnI4h9bvakBvKa2CpkXyOe6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sKTsN7Go4BZpEvsDnS602t0aeMBuW2EQ { top:2.3125rem;left:0rem;width:22.5rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIa4JgXZnG3Ol0dJPl34CHAmTq2PCI6O { top:2.3125rem;left:9.25rem;width:22.5rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3gGyav8E5mqRnvKguIElZufu22AuafE { top:2.3125rem;left:25.125rem;width:22.5rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oux6xyZQIwFLX4w0bIqwDE85Oys0rr71 { display:block; }#oux6xyZQIwFLX4w0bIqwDE85Oys0rr71 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PkFUP4APTWTDvVk6Fb01xkrnM3PH5ArO { top:3.25rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Crr1XtyNDna9axLaA3KUhl2EqH1mwPFc { top:17.8125rem;left:0.8125rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbWaKncypGeaKOlDiwMO0FXXvFgPNcxG { top:21.6875rem;left:0.80967998504637rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEx2sUsprAl0QMqAEiRvlh7tshRGPTv7 { top:17.8125rem;left:14.25rem;width:17.5rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zX425Vvlzh88D39sVThKgaeWHxWseTmh { top:21.6875rem;left:14.25rem;width:17.5rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPqJzFZl3ZRJw83anAIsLsEmwWK35IER { top:17.8125rem;left:30.125rem;width:17.5rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqVWy5BzMzxecmPRnIBk7WXTRkJdn7CS { top:21.6875rem;left:30.125rem;width:17.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #muWT06tJwbUF9uTx88mywzXxXxeun5sE { top:10.4375rem;left:4.8754339218139rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fs4DcMNtx1a7dayNP4R0h3AVVzwPahtp { top:10.4375rem;left:20.750435829163rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvBHM6LTsw912CiJRALd79nQbmZftBlV { top:10.4375rem;left:36.625435829162rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9MuhmX42LbAE8nA97hH114nVfcA1L29 { display:block; }#i9MuhmX42LbAE8nA97hH114nVfcA1L29 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sVMzf3pkTwFRNAMdonQerrVifGnNMDhZ { top:2.3125rem;left:0rem;width:22.5rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8Kpr2cZIHCoHzxGI57gii1xhe9gc4u9 { top:2.3125rem;left:9.25rem;width:22.5rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5nqRlTgS9gTO42dFs9cPsLSlV9Xhmzo { top:3.625rem;left:28.875rem;width:18.75rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWJdINfnDlnFsqXlULvaUVPtFDcTL0ok { top:9.375rem;left:25.125rem;width:22.5rem;height:4.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOoZQciNEXvSg0i5eT0CP5lzhnrqiTsG { top:15.75rem;left:25.125rem;width:22.5rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGzFBfo6L55yfetRlxTD5qoITk3BVLd6 { width:22.5rem;height:3.4375rem;top:21.4375rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwmmee3m7GOHTNDMlKBHJKS3txFNULhF { display:block; }
 }@media only screen and (max-width: 763px) { #dSPdqrITMfCW1Bs2TbUOBU8RVRrCdwCi { top:7.6875rem;left:28.875rem;width:18.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2KCRxsqoZ0y4kvJ4cddgy8Z7NZcTvk3 { display:block; }#d2KCRxsqoZ0y4kvJ4cddgy8Z7NZcTvk3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #whfBtlB0pUnfwGHXlOyEGJKJilsBDcPc { top:5.3125rem;left:24.6875rem;width:22.9375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GibUecflzkLDwy0pbwaZ1g8QTTDWlR5G { top:7.75rem;left:25.125rem;width:22.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLWDlENa2MQbxxOV5L6tLyJT7xpP6Wev { top:3.5rem;left:0rem;width:17.5rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aftZ92bUlecoLvWtapHecOyfX8MmnmLK { top:5.75rem;left:16.28103351593rem;width:15rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTqdvSO3nv38au8MQQHQdUVApA77vnTT { top:9.625rem;left:4.1245660781861rem;width:3.125rem;height:3.125rem;display:block; }
#aTqdvSO3nv38au8MQQHQdUVApA77vnTT > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #l1qSzvX16fsFNFT4nKpsbK1U3ywtPd4H { display:block; }#l1qSzvX16fsFNFT4nKpsbK1U3ywtPd4H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b9a46c0f-80ab-4dc8-a447-fb64498119ad/gomenolvegan4.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pfZEKauKoNCSAf6PfJfoRELxJmAQKtOc { width:10.2495625rem;height:6.18706875rem;top:24.811199188233rem;left:4.8752174377441rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRVTUh2aq04t4VRymC7WAara4yZVyTrd { width:20rem;height:4.5486125rem;top:8.125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #govZ4uHVL4JW50zFdGhpyz7hMUTfgyTT { width:20rem;height:2.3556875rem;top:13.125rem;left:0rem;font-size:1.8125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #oQNlpWzeb0k1aPuZhGNDhZ9MmSw9N7C8 { display:block; }#oQNlpWzeb0k1aPuZhGNDhZ9MmSw9N7C8 > .row .container { width:20rem;height:83.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TiXkPrpgsaqSfWLrWT2hQTAWwffLdsK4 { width:20rem;height:2.43706875rem;top:2.8743495941162rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGTTIMEu1TBO0FaRW9KFkw8p9o3Cb1Kb { width:20rem;height:28.767375rem;top:7.6964rem;left:0rem;font-size:1rem;display:block; }#wGTTIMEu1TBO0FaRW9KFkw8p9o3Cb1Kb li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_117c11996bd061c10f2349fe6881ee90460c0bd3.svg); }
 }@media only screen and (max-width: 763px) { #cW9pibvbCqELqc7JMPc7NflZsEcUN4JL { width:20rem;height:9.8857142857143rem;top:38.866104125976rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uE3yHXFXAhNru9GOsZ0NMFBw8r7gT8sz { width:20rem;height:9.2727272727273rem;top:50.812717437744rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZdsDtdf8fG6DzBT8KJhW0eHUm6zEcgJ { width:10.374375rem;height:9.0625rem;top:62.960071563719rem;left:4.812283039093rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCwa8HbtehNmP0FRHiFHXEW9zcaXhkmu { width:20rem;height:6.6149870801034rem;top:75.279949188231rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oafm9kBGuTnI4h9bvakBvKa2CpkXyOe6 { display:block; }#Oafm9kBGuTnI4h9bvakBvKa2CpkXyOe6 > .row .container { width:20rem;height:65rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sKTsN7Go4BZpEvsDnS602t0aeMBuW2EQ { width:20rem;height:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIa4JgXZnG3Ol0dJPl34CHAmTq2PCI6O { width:20rem;height:20rem;top:22.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3gGyav8E5mqRnvKguIElZufu22AuafE { width:20rem;height:20rem;top:43.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oux6xyZQIwFLX4w0bIqwDE85Oys0rr71 { display:block; }#oux6xyZQIwFLX4w0bIqwDE85Oys0rr71 > .row .container { width:20rem;height:49.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PkFUP4APTWTDvVk6Fb01xkrnM3PH5ArO { width:20rem;height:2.43706875rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Crr1XtyNDna9axLaA3KUhl2EqH1mwPFc { width:12.5rem;height:1.62435rem;top:12.6875rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbWaKncypGeaKOlDiwMO0FXXvFgPNcxG { width:12.5rem;height:1.13606875rem;top:14.875rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEx2sUsprAl0QMqAEiRvlh7tshRGPTv7 { width:17.5rem;height:3.2487rem;top:26.25rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zX425Vvlzh88D39sVThKgaeWHxWseTmh { width:17.5rem;height:2.2721375rem;top:30rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPqJzFZl3ZRJw83anAIsLsEmwWK35IER { width:17.5rem;height:3.2487rem;top:42.4375rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqVWy5BzMzxecmPRnIBk7WXTRkJdn7CS { width:17.5rem;height:1.13606875rem;top:46.125rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #muWT06tJwbUF9uTx88mywzXxXxeun5sE { display:flex;width:6.0625rem;height:6.0625rem;top:5.375rem;left:6.9375rem; }
 }@media only screen and (max-width: 763px) { #fs4DcMNtx1a7dayNP4R0h3AVVzwPahtp { display:flex;width:6.0625rem;height:6.0625rem;top:18.9375rem;left:6.9375rem; }
 }@media only screen and (max-width: 763px) { #IvBHM6LTsw912CiJRALd79nQbmZftBlV { display:flex;width:6.0625rem;height:6.0625rem;top:35.125rem;left:6.9375rem; }
 }@media only screen and (max-width: 763px) { #i9MuhmX42LbAE8nA97hH114nVfcA1L29 { display:block; }#i9MuhmX42LbAE8nA97hH114nVfcA1L29 > .row .container { width:20rem;height:65rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sVMzf3pkTwFRNAMdonQerrVifGnNMDhZ { width:20rem;height:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8Kpr2cZIHCoHzxGI57gii1xhe9gc4u9 { width:20rem;height:20rem;top:22.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5nqRlTgS9gTO42dFs9cPsLSlV9Xhmzo { width:18.75rem;height:2.59874375rem;top:43.75rem;left:0.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWJdINfnDlnFsqXlULvaUVPtFDcTL0ok { width:20rem;height:4.87305rem;top:48.97374375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOoZQciNEXvSg0i5eT0CP5lzhnrqiTsG { width:20rem;height:3.2487rem;top:55.09679375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGzFBfo6L55yfetRlxTD5qoITk3BVLd6 { width:19rem;height:3.4375rem;top:59.59549375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwmmee3m7GOHTNDMlKBHJKS3txFNULhF { display:block; }
 }@media only screen and (max-width: 763px) { #dSPdqrITMfCW1Bs2TbUOBU8RVRrCdwCi { width:18.75rem;height:0.125rem;top:47.59874375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2KCRxsqoZ0y4kvJ4cddgy8Z7NZcTvk3 { display:block; }#d2KCRxsqoZ0y4kvJ4cddgy8Z7NZcTvk3 > .row .container { width:20rem;height:22.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #whfBtlB0pUnfwGHXlOyEGJKJilsBDcPc { width:20rem;height:2.11263125rem;top:12.4375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GibUecflzkLDwy0pbwaZ1g8QTTDWlR5G { width:20rem;height:1.62435rem;top:14.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLWDlENa2MQbxxOV5L6tLyJT7xpP6Wev { width:17.5rem;height:5.4375rem;top:1.0622825622559rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aftZ92bUlecoLvWtapHecOyfX8MmnmLK { width:15rem;height:3.10546875rem;top:8.0625rem;left:2.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTqdvSO3nv38au8MQQHQdUVApA77vnTT { display:flex;width:3.125rem;height:3.125rem;top:18.125rem;left:8.4375rem; }
#aTqdvSO3nv38au8MQQHQdUVApA77vnTT > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #l1qSzvX16fsFNFT4nKpsbK1U3ywtPd4H { display:block; }#l1qSzvX16fsFNFT4nKpsbK1U3ywtPd4H { background-color: transparent; background-image: none; }#l1qSzvX16fsFNFT4nKpsbK1U3ywtPd4H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l1qSzvX16fsFNFT4nKpsbK1U3ywtPd4H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l1qSzvX16fsFNFT4nKpsbK1U3ywtPd4H > .row .container > .video-iframe-container { display: none; }#l1qSzvX16fsFNFT4nKpsbK1U3ywtPd4H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l1qSzvX16fsFNFT4nKpsbK1U3ywtPd4H > .row > .video-iframe-container { display: none; }#l1qSzvX16fsFNFT4nKpsbK1U3ywtPd4H > .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); }#l1qSzvX16fsFNFT4nKpsbK1U3ywtPd4H { border-width: 0; border-radius: 0; }#l1qSzvX16fsFNFT4nKpsbK1U3ywtPd4H > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l1qSzvX16fsFNFT4nKpsbK1U3ywtPd4H > .row .container { width:20rem;height:0.625rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e469b031-e54c-4a5d-9bcc-f2b9655ad42d/drapeau.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#l1qSzvX16fsFNFT4nKpsbK1U3ywtPd4H > .row .container.adaptive-delivery-prevent-bg, #l1qSzvX16fsFNFT4nKpsbK1U3ywtPd4H > .row .container.lazyload, #l1qSzvX16fsFNFT4nKpsbK1U3ywtPd4H > .row .container.lazyloading { background-image: none; } }