.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:0px;left:0px;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 { background-color:#81dbdb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:arial;height:592px;width:1200px;overflow:visible;position:relative;display:block; }#DF66Th6M6CK71cTnymB8E6D08CTDqAo8 { color:#184b50;display:block;width:1150px;position:absolute;font-family:montserrat;font-size:20px;font-weight:normal;z-index:15000;line-height:1.6;letter-spacing:0;top:280.98959350586px;left:25px;height:288px;display:block; }
#UM5xAWzPqWHizIuAGF5KEIuZW5t4HVof { color:#3aa1aa;display:block;width:1150px;position:absolute;font-family:lora;font-size:29px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:210.97222900391px;left:25px;height:37.691px;text-align:center;text-align-last:center;display:block; }
#aIQ7BzhOK1eTHyAkk1RKVezPEIr29KqP { color:#246068;display:block;width:1200px;position:absolute;font-family:"bebas neue";font-size:100px;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:93.958335876465px;left:0px;height:260px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#INdllSDeD78Lzb41rREKqGGIld70FHwT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#81dbdb;background-image:url("https://images.assets-landingi.com/uc/ebfa7257-482c-46cc-90d2-f49e5ecff7ab/fleche.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#INdllSDeD78Lzb41rREKqGGIld70FHwT.adaptive-delivery-prevent-bg, #INdllSDeD78Lzb41rREKqGGIld70FHwT.lazyload, #INdllSDeD78Lzb41rREKqGGIld70FHwT.lazyloading { background-image: none; }#INdllSDeD78Lzb41rREKqGGIld70FHwT > .row .container { background-color: transparent; background-image: none; }#INdllSDeD78Lzb41rREKqGGIld70FHwT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#INdllSDeD78Lzb41rREKqGGIld70FHwT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#INdllSDeD78Lzb41rREKqGGIld70FHwT > .row .container > .video-iframe-container { display: none; }#INdllSDeD78Lzb41rREKqGGIld70FHwT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#INdllSDeD78Lzb41rREKqGGIld70FHwT > .row > .video-iframe-container { display: none; }#INdllSDeD78Lzb41rREKqGGIld70FHwT > .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); }#INdllSDeD78Lzb41rREKqGGIld70FHwT > .row .container { border-width: 0; border-radius: 0; }#INdllSDeD78Lzb41rREKqGGIld70FHwT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#INdllSDeD78Lzb41rREKqGGIld70FHwT > .row .container { font-size:14px;font-family:arial;height:1131px;width:1200px;position:relative;display:block; }#NXGWELATqTLrS4tdUA5HTpKTJhNUeMea { color:#184b50;display:block;width:800px;position:absolute;font-family:montserrat;font-size:20px;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:18.940979003906px;left:25px;height:288px;display:block; }#NXGWELATqTLrS4tdUA5HTpKTJhNUeMea li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#NXGWELATqTLrS4tdUA5HTpKTJhNUeMea li:before{  }
#hVF4soZrI2AXnZJww1BfTH0WcnaTGOBF { color:#184b50;display:block;width:800px;position:absolute;font-family:montserrat;font-size:20px;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:334.98266601562px;left:25px;height:64px;display:block; }
#XQ1o251AlX0sZN2y9Iun4aTbmAPAg5bK { color:#184b50;display:block;width:800px;position:absolute;font-family:montserrat;font-size:20px;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:534px;left:25px;height:;display:block; }#XQ1o251AlX0sZN2y9Iun4aTbmAPAg5bK li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#XQ1o251AlX0sZN2y9Iun4aTbmAPAg5bK li:before{  }
#ork7egw99pgmxfXool8TnFtLOHdzP6oU { color:#184b50;display:block;width:800px;position:absolute;font-family:montserrat;font-size:20px;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:817px;left:25px;height:;display:block; }#ork7egw99pgmxfXool8TnFtLOHdzP6oU li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#ork7egw99pgmxfXool8TnFtLOHdzP6oU li:before{  }
#L9IQVsebffs9Ts5DvtX92hB0fE5dBZN5 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:423px;width:300px;top:18.923614501953px;left:875px;overflow:hidden;display:block; }
#Wa25FlHfAR79A9B9bO1auRbbSA8g0NV6 { 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:424px;width:299px;top:497.65628051758px;left:875px;overflow:hidden;display:block; }
#JMzcgh1hi1sEriW79guBA7HXZL5AAy0o { position:relative;display:block; }#JMzcgh1hi1sEriW79guBA7HXZL5AAy0o { background-color: transparent; background-image: none; }#JMzcgh1hi1sEriW79guBA7HXZL5AAy0o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMzcgh1hi1sEriW79guBA7HXZL5AAy0o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMzcgh1hi1sEriW79guBA7HXZL5AAy0o > .row .container > .video-iframe-container { display: none; }#JMzcgh1hi1sEriW79guBA7HXZL5AAy0o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMzcgh1hi1sEriW79guBA7HXZL5AAy0o > .row > .video-iframe-container { display: none; }#JMzcgh1hi1sEriW79guBA7HXZL5AAy0o > .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); }#JMzcgh1hi1sEriW79guBA7HXZL5AAy0o { border-width: 0; border-radius: 0; }#JMzcgh1hi1sEriW79guBA7HXZL5AAy0o > .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; }#JMzcgh1hi1sEriW79guBA7HXZL5AAy0o > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:80px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VAXSlhKv7pemCN7gUCUGOr0J5p4egO2g { box-sizing:content-box;height:5px;width:300px;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;top:0px;left:450px;border-top:0;border-left:0;border-right:0;border-bottom:4px dashed #184b50;display:block; }
#u4zhdQtnNgeGQVLMaS9D1SH8CJNnJR9p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#81dbdb;background-image:url("https://images.assets-landingi.com/uc/ebfa7257-482c-46cc-90d2-f49e5ecff7ab/fleche.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#u4zhdQtnNgeGQVLMaS9D1SH8CJNnJR9p.adaptive-delivery-prevent-bg, #u4zhdQtnNgeGQVLMaS9D1SH8CJNnJR9p.lazyload, #u4zhdQtnNgeGQVLMaS9D1SH8CJNnJR9p.lazyloading { background-image: none; }#u4zhdQtnNgeGQVLMaS9D1SH8CJNnJR9p > .row .container { background-color: transparent; background-image: none; }#u4zhdQtnNgeGQVLMaS9D1SH8CJNnJR9p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4zhdQtnNgeGQVLMaS9D1SH8CJNnJR9p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4zhdQtnNgeGQVLMaS9D1SH8CJNnJR9p > .row .container > .video-iframe-container { display: none; }#u4zhdQtnNgeGQVLMaS9D1SH8CJNnJR9p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4zhdQtnNgeGQVLMaS9D1SH8CJNnJR9p > .row > .video-iframe-container { display: none; }#u4zhdQtnNgeGQVLMaS9D1SH8CJNnJR9p > .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); }#u4zhdQtnNgeGQVLMaS9D1SH8CJNnJR9p > .row .container { border-width: 0; border-radius: 0; }#u4zhdQtnNgeGQVLMaS9D1SH8CJNnJR9p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u4zhdQtnNgeGQVLMaS9D1SH8CJNnJR9p > .row .container { font-size:14px;font-family:arial;height:586px;width:1200px;position:relative;display:block; }#N9dh1ryAPs0t4wh5R1l27RViErm02rgx { color:#184b50;display:block;width:500px;position:absolute;font-family:montserrat;font-size:20px;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:102.98614501953px;left:650.00003051758px;height:128px;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; }
#gA0lFV2AtKVnS5bk4gTCe6oM5kb2qQhQ { position:absolute;display:block;z-index:15006;height:347.986px;width:600px;top:37.986114501953px;left:0px;display:block; }
#gCDraTAeB4w3THilp1WIkvDRVBubaZEc { color:#184b50;display:block;width:500px;position:absolute;font-family:"bebas neue";font-size:40px;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:40px;left:650px;height:64px;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; }
#Opm3TSE2zTrsI28s04T3Eyt3n0Tqqx3F { position:relative;display:block; }#Opm3TSE2zTrsI28s04T3Eyt3n0Tqqx3F { background-color: transparent; background-image: none; }#Opm3TSE2zTrsI28s04T3Eyt3n0Tqqx3F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Opm3TSE2zTrsI28s04T3Eyt3n0Tqqx3F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Opm3TSE2zTrsI28s04T3Eyt3n0Tqqx3F > .row .container > .video-iframe-container { display: none; }#Opm3TSE2zTrsI28s04T3Eyt3n0Tqqx3F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Opm3TSE2zTrsI28s04T3Eyt3n0Tqqx3F > .row > .video-iframe-container { display: none; }#Opm3TSE2zTrsI28s04T3Eyt3n0Tqqx3F > .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); }#Opm3TSE2zTrsI28s04T3Eyt3n0Tqqx3F { border-width: 0; border-radius: 0; }#Opm3TSE2zTrsI28s04T3Eyt3n0Tqqx3F > .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; }#Opm3TSE2zTrsI28s04T3Eyt3n0Tqqx3F > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:80px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TdA45rVK6W6V3I7cuTiszGNp8n49q10f { box-sizing:content-box;height:5px;width:300px;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;top:0px;left:450px;border-top:0;border-left:0;border-right:0;border-bottom:4px dashed #184b50;display:block; }
#CMJHCuJsGOIT6xR5ifPGo3r9SQlX4oT0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#81dbdb;background-image:url("https://images.assets-landingi.com/uc/ebfa7257-482c-46cc-90d2-f49e5ecff7ab/fleche.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CMJHCuJsGOIT6xR5ifPGo3r9SQlX4oT0.adaptive-delivery-prevent-bg, #CMJHCuJsGOIT6xR5ifPGo3r9SQlX4oT0.lazyload, #CMJHCuJsGOIT6xR5ifPGo3r9SQlX4oT0.lazyloading { background-image: none; }#CMJHCuJsGOIT6xR5ifPGo3r9SQlX4oT0 > .row .container { background-color: transparent; background-image: none; }#CMJHCuJsGOIT6xR5ifPGo3r9SQlX4oT0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CMJHCuJsGOIT6xR5ifPGo3r9SQlX4oT0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CMJHCuJsGOIT6xR5ifPGo3r9SQlX4oT0 > .row .container > .video-iframe-container { display: none; }#CMJHCuJsGOIT6xR5ifPGo3r9SQlX4oT0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CMJHCuJsGOIT6xR5ifPGo3r9SQlX4oT0 > .row > .video-iframe-container { display: none; }#CMJHCuJsGOIT6xR5ifPGo3r9SQlX4oT0 > .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); }#CMJHCuJsGOIT6xR5ifPGo3r9SQlX4oT0 > .row .container { border-width: 0; border-radius: 0; }#CMJHCuJsGOIT6xR5ifPGo3r9SQlX4oT0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CMJHCuJsGOIT6xR5ifPGo3r9SQlX4oT0 > .row .container { font-size:14px;font-family:arial;height:500px;width:1200px;position:relative;display:block; }#bzxilGTfGTipTNturca0gQKMgPB7TypS { color:#184b50;display:block;width:550px;position:absolute;font-family:montserrat;font-size:20px;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:127.986328125px;left:25px;height:160px;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; }
#TxfqQP20GZ6JWtE5odRXNwuTwa48WFkr { background-color:#24727d;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:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"bebas neue";font-size:40px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:300px;height:125.99px;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:160.97241210938px;left:750px;display:block; }
#KMyZnvb14a5MXrSgfnHpJNcrPpmsOhNd { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#PIgHQklFmPhIQXNuIAyZvscpRUXreKrD { color:#184b50;display:block;width:1150px;position:absolute;font-family:"bebas neue";font-size:40px;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:40px;left:25px;height:64px;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; }
#XCraOuIM3GymgTt8IDrqWm6g8SMTWRWK { position:relative;display:block; }#XCraOuIM3GymgTt8IDrqWm6g8SMTWRWK { background-color: transparent; background-image: none; }#XCraOuIM3GymgTt8IDrqWm6g8SMTWRWK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XCraOuIM3GymgTt8IDrqWm6g8SMTWRWK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XCraOuIM3GymgTt8IDrqWm6g8SMTWRWK > .row .container > .video-iframe-container { display: none; }#XCraOuIM3GymgTt8IDrqWm6g8SMTWRWK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XCraOuIM3GymgTt8IDrqWm6g8SMTWRWK > .row > .video-iframe-container { display: none; }#XCraOuIM3GymgTt8IDrqWm6g8SMTWRWK > .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); }#XCraOuIM3GymgTt8IDrqWm6g8SMTWRWK { border-width: 0; border-radius: 0; }#XCraOuIM3GymgTt8IDrqWm6g8SMTWRWK > .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; }#XCraOuIM3GymgTt8IDrqWm6g8SMTWRWK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:80px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#IOPxTS1vbiq1QkHxSmAdwUxwTouALuW8 { box-sizing:content-box;height:5px;width:300px;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;top:0px;left:450px;border-top:0;border-left:0;border-right:0;border-bottom:4px dashed #184b50;display:block; }
#TGBV6lqOeM25syp1VUZMlKNFgDoG1k5z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #81dbdb, #24727d);background-image: -moz-linear-gradient(180deg, #81dbdb, #24727d);background-image: -ms-linear-gradient(180deg, #81dbdb, #24727d);background-image: -o-linear-gradient(180deg, #81dbdb, #24727d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#81dbdb', endColorstr='#24727d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#81dbdb', endColorstr='#24727d' );";background-image: linear-gradient(180deg, #81dbdb, #24727d);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TGBV6lqOeM25syp1VUZMlKNFgDoG1k5z > .row .container { background-color: transparent; background-image: none; }#TGBV6lqOeM25syp1VUZMlKNFgDoG1k5z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGBV6lqOeM25syp1VUZMlKNFgDoG1k5z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGBV6lqOeM25syp1VUZMlKNFgDoG1k5z > .row .container > .video-iframe-container { display: none; }#TGBV6lqOeM25syp1VUZMlKNFgDoG1k5z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGBV6lqOeM25syp1VUZMlKNFgDoG1k5z > .row > .video-iframe-container { display: none; }#TGBV6lqOeM25syp1VUZMlKNFgDoG1k5z > .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); }#TGBV6lqOeM25syp1VUZMlKNFgDoG1k5z > .row .container { border-width: 0; border-radius: 0; }#TGBV6lqOeM25syp1VUZMlKNFgDoG1k5z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TGBV6lqOeM25syp1VUZMlKNFgDoG1k5z > .row .container { font-size:14px;font-family:arial;height:383px;width:1200px;position:relative;display:block; }#boW8ciwAtnQ9VSxLJsMDTcKaqwHHP1UG { 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:84px;width:300px;top:106px;left:150px;overflow:hidden;display:block; }
#XkG55XNSL7E64BHfM2rnK66diRhHFM2l { background-color:#ffffff;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:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: none;box-sizing:border-box;color:#24727d;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"bebas neue";font-size:30px;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:300px;height:43px;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:235px;left:150px;display:block; }
#RRNVsnLgwCgz71Me1wiwt2sHO4XXgz41 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#dtSApCRLfe6JLFoKRgZNEZw3LIa0gy8n { color:#184b50;display:block;width:500px;position:absolute;font-family:"bebas neue";font-size:36px;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:149px;left:650px;height:57.6042px;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; }
#ASU6AXPeZzCZCR81hWSe1eTdv9Iv4HQU { box-sizing:content-box;color:#5d92ff;font-size:21px;font-weight:400;line-height:1;height:30px;width:30px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:238px;left:810px; }
#ASU6AXPeZzCZCR81hWSe1eTdv9Iv4HQU > img { max-width: 100%;max-height:100%; width:30px; height:30px; }#MKRWdBecKDbpfciOl69We6anez3V5fke { box-sizing:content-box;color:#5d92ff;font-size:21px;font-weight:400;line-height:1;height:30px;width:30px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:238px;left:861px; }
#MKRWdBecKDbpfciOl69We6anez3V5fke > img { max-width: 100%;max-height:100%; width:30px; height:30px; }#tReDDl59SReWclnPtn7Scn4l8wC3lnDM { box-sizing:content-box;color:#5d92ff;font-size:21px;font-weight:400;line-height:1;height:30px;width:30px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:238px;left:911px; }
#tReDDl59SReWclnPtn7Scn4l8wC3lnDM > img { max-width: 100%;max-height:100%; width:30px; height:30px; }#RZ9ZzU0onCmErTkSM2pHq9leO14KH6l8 { box-sizing:content-box;color:#5d92ff;font-size:21px;font-weight:400;line-height:1;height:30px;width:30px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:238px;left:960px; }
#RZ9ZzU0onCmErTkSM2pHq9leO14KH6l8 > img { max-width: 100%;max-height:100%; width:30px; height:30px; }@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:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DF66Th6M6CK71cTnymB8E6D08CTDqAo8 { top:280px;left:0px;width:764px;height:288px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #UM5xAWzPqWHizIuAGF5KEIuZW5t4HVof { top:210px;left:0px;width:764px;height:37px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #aIQ7BzhOK1eTHyAkk1RKVezPEIr29KqP { top:93px;left:0px;width:764px;height:130px;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #INdllSDeD78Lzb41rREKqGGIld70FHwT { display:block; }#INdllSDeD78Lzb41rREKqGGIld70FHwT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NXGWELATqTLrS4tdUA5HTpKTJhNUeMea { top:18px;left:0px;width:764px;height:384px;font-size:15px;display:block; }#NXGWELATqTLrS4tdUA5HTpKTJhNUeMea li:before{  }
 }@media only screen and (max-width: 763px) { #hVF4soZrI2AXnZJww1BfTH0WcnaTGOBF { top:334px;left:0px;width:764px;height:64px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #XQ1o251AlX0sZN2y9Iun4aTbmAPAg5bK { top:534px;left:0px;width:764px;height:;font-size:15px;display:block; }#XQ1o251AlX0sZN2y9Iun4aTbmAPAg5bK li:before{  }
 }@media only screen and (max-width: 763px) { #ork7egw99pgmxfXool8TnFtLOHdzP6oU { top:817px;left:0px;width:764px;height:;font-size:15px;display:block; }#ork7egw99pgmxfXool8TnFtLOHdzP6oU li:before{  }
 }@media only screen and (max-width: 763px) { #L9IQVsebffs9Ts5DvtX92hB0fE5dBZN5 { top:19px;left:464px;width:300px;height:423px;display:block; }
 }@media only screen and (max-width: 763px) { #Wa25FlHfAR79A9B9bO1auRbbSA8g0NV6 { top:498px;left:464px;width:299px;height:424px;display:block; }
 }@media only screen and (max-width: 763px) { #JMzcgh1hi1sEriW79guBA7HXZL5AAy0o { display:block; }#JMzcgh1hi1sEriW79guBA7HXZL5AAy0o > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VAXSlhKv7pemCN7gUCUGOr0J5p4egO2g { top:0px;left:232px;width:300px;height:5px;display:block; }
 }@media only screen and (max-width: 763px) { #u4zhdQtnNgeGQVLMaS9D1SH8CJNnJR9p { display:block; }#u4zhdQtnNgeGQVLMaS9D1SH8CJNnJR9p > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N9dh1ryAPs0t4wh5R1l27RViErm02rgx { top:102px;left:264px;width:500px;height:127px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #gA0lFV2AtKVnS5bk4gTCe6oM5kb2qQhQ { top:37px;left:0px;width:600px;height:347px;display:block; }
 }@media only screen and (max-width: 763px) { #gCDraTAeB4w3THilp1WIkvDRVBubaZEc { top:40px;left:264px;width:500px;height:63px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #Opm3TSE2zTrsI28s04T3Eyt3n0Tqqx3F { display:block; }#Opm3TSE2zTrsI28s04T3Eyt3n0Tqqx3F > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TdA45rVK6W6V3I7cuTiszGNp8n49q10f { top:0px;left:232px;width:300px;height:5px;display:block; }
 }@media only screen and (max-width: 763px) { #CMJHCuJsGOIT6xR5ifPGo3r9SQlX4oT0 { display:block; }#CMJHCuJsGOIT6xR5ifPGo3r9SQlX4oT0 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bzxilGTfGTipTNturca0gQKMgPB7TypS { top:127px;left:0px;width:550px;height:192px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #TxfqQP20GZ6JWtE5odRXNwuTwa48WFkr { width:300px;height:125px;top:160px;left:423px;display:block; }
 }@media only screen and (max-width: 763px) { #KMyZnvb14a5MXrSgfnHpJNcrPpmsOhNd { display:block; }
 }@media only screen and (max-width: 763px) { #PIgHQklFmPhIQXNuIAyZvscpRUXreKrD { top:40px;left:0px;width:764px;height:63px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #XCraOuIM3GymgTt8IDrqWm6g8SMTWRWK { display:block; }#XCraOuIM3GymgTt8IDrqWm6g8SMTWRWK > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IOPxTS1vbiq1QkHxSmAdwUxwTouALuW8 { top:0px;left:232px;width:300px;height:5px;display:block; }
 }@media only screen and (max-width: 763px) { #TGBV6lqOeM25syp1VUZMlKNFgDoG1k5z { display:block; }#TGBV6lqOeM25syp1VUZMlKNFgDoG1k5z > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #boW8ciwAtnQ9VSxLJsMDTcKaqwHHP1UG { top:106px;left:41px;width:300px;height:84px;display:block; }
 }@media only screen and (max-width: 763px) { #XkG55XNSL7E64BHfM2rnK66diRhHFM2l { width:300px;height:43px;top:235px;left:41px;display:block; }
 }@media only screen and (max-width: 763px) { #RRNVsnLgwCgz71Me1wiwt2sHO4XXgz41 { display:block; }
 }@media only screen and (max-width: 763px) { #dtSApCRLfe6JLFoKRgZNEZw3LIa0gy8n { top:149px;left:264px;width:500px;height:57px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #ASU6AXPeZzCZCR81hWSe1eTdv9Iv4HQU { top:238px;left:483px;width:30px;height:30px;display:block; }
#ASU6AXPeZzCZCR81hWSe1eTdv9Iv4HQU > img { max-width: 100%;max-height:100%; width:30px; height:30px; } }@media only screen and (max-width: 763px) { #MKRWdBecKDbpfciOl69We6anez3V5fke { top:238px;left:534px;width:30px;height:30px;display:block; }
#MKRWdBecKDbpfciOl69We6anez3V5fke > img { max-width: 100%;max-height:100%; width:30px; height:30px; } }@media only screen and (max-width: 763px) { #tReDDl59SReWclnPtn7Scn4l8wC3lnDM { top:238px;left:584px;width:30px;height:30px;display:block; }
#tReDDl59SReWclnPtn7Scn4l8wC3lnDM > img { max-width: 100%;max-height:100%; width:30px; height:30px; } }@media only screen and (max-width: 763px) { #RZ9ZzU0onCmErTkSM2pHq9leO14KH6l8 { top:238px;left:633px;width:30px;height:30px;display:block; }
#RZ9ZzU0onCmErTkSM2pHq9leO14KH6l8 > img { max-width: 100%;max-height:100%; width:30px; height:30px; } }@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:320px;height:666.12854003906px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DF66Th6M6CK71cTnymB8E6D08CTDqAo8 { width:280px;height:455.8674px;top:211.12847900391px;left:20px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #UM5xAWzPqWHizIuAGF5KEIuZW5t4HVof { width:320px;height:59.7917px;top:119px;left:0px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #aIQ7BzhOK1eTHyAkk1RKVezPEIr29KqP { width:320px;height:58.4896px;top:57px;left:0px;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #INdllSDeD78Lzb41rREKqGGIld70FHwT { background-color:#81dbdb;background-image:url("https://images.assets-landingi.com/uc/ebfa7257-482c-46cc-90d2-f49e5ecff7ab/fleche.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#INdllSDeD78Lzb41rREKqGGIld70FHwT.adaptive-delivery-prevent-bg, #INdllSDeD78Lzb41rREKqGGIld70FHwT.lazyload, #INdllSDeD78Lzb41rREKqGGIld70FHwT.lazyloading { background-image: none; }#INdllSDeD78Lzb41rREKqGGIld70FHwT > .row .container { background-color: transparent; background-image: none; }#INdllSDeD78Lzb41rREKqGGIld70FHwT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#INdllSDeD78Lzb41rREKqGGIld70FHwT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#INdllSDeD78Lzb41rREKqGGIld70FHwT > .row .container > .video-iframe-container { display: none; }#INdllSDeD78Lzb41rREKqGGIld70FHwT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#INdllSDeD78Lzb41rREKqGGIld70FHwT > .row > .video-iframe-container { display: none; }#INdllSDeD78Lzb41rREKqGGIld70FHwT > .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); }#INdllSDeD78Lzb41rREKqGGIld70FHwT > .row .container { width:320px;height:1850px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NXGWELATqTLrS4tdUA5HTpKTJhNUeMea { width:280px;height:503.854px;top:451px;left:20px;font-size:15px;display:block; }#NXGWELATqTLrS4tdUA5HTpKTJhNUeMea li:before{  }
 }@media only screen and (max-width: 763px) { #hVF4soZrI2AXnZJww1BfTH0WcnaTGOBF { width:280px;height:71.9792px;top:989px;left:20px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #XQ1o251AlX0sZN2y9Iun4aTbmAPAg5bK { width:280px;height:95.9722px;top:1547.8645973206px;left:20px;font-size:15px;display:block; }#XQ1o251AlX0sZN2y9Iun4aTbmAPAg5bK li:before{  }
 }@media only screen and (max-width: 763px) { #ork7egw99pgmxfXool8TnFtLOHdzP6oU { width:280px;height:95.9722px;top:1665.8333587646px;left:20px;font-size:15px;display:block; }#ork7egw99pgmxfXool8TnFtLOHdzP6oU li:before{  }
 }@media only screen and (max-width: 763px) { #L9IQVsebffs9Ts5DvtX92hB0fE5dBZN5 { width:300px;height:421.997px;top:18.993087768555px;left:10.000001907349px;display:block; }
 }@media only screen and (max-width: 763px) { #Wa25FlHfAR79A9B9bO1auRbbSA8g0NV6 { width:298px;height:423px;top:1114.9826965332px;left:10.000001907349px;display:block; }
 }@media only screen and (max-width: 763px) { #JMzcgh1hi1sEriW79guBA7HXZL5AAy0o { display:block; }#JMzcgh1hi1sEriW79guBA7HXZL5AAy0o > .row .container { width:320px;height:60px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VAXSlhKv7pemCN7gUCUGOr0J5p4egO2g { width:300px;height:5px;top:20px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #u4zhdQtnNgeGQVLMaS9D1SH8CJNnJR9p { display:block; }#u4zhdQtnNgeGQVLMaS9D1SH8CJNnJR9p > .row .container { width:320px;height:505px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N9dh1ryAPs0t4wh5R1l27RViErm02rgx { width:280px;height:143.9583px;top:294px;left:20px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #gA0lFV2AtKVnS5bk4gTCe6oM5kb2qQhQ { width:320px;height:180px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #gCDraTAeB4w3THilp1WIkvDRVBubaZEc { width:280px;height:47.9861px;top:231px;left:20px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #Opm3TSE2zTrsI28s04T3Eyt3n0Tqqx3F { display:block; }#Opm3TSE2zTrsI28s04T3Eyt3n0Tqqx3F > .row .container { width:320px;height:60px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TdA45rVK6W6V3I7cuTiszGNp8n49q10f { width:300px;height:5px;top:20px;left:10.000001907349px;display:block; }
 }@media only screen and (max-width: 763px) { #CMJHCuJsGOIT6xR5ifPGo3r9SQlX4oT0 { display:block; }#CMJHCuJsGOIT6xR5ifPGo3r9SQlX4oT0 > .row .container { width:320px;height:600px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bzxilGTfGTipTNturca0gQKMgPB7TypS { width:280px;height:191.944px;top:178.97570800781px;left:20px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #TxfqQP20GZ6JWtE5odRXNwuTwa48WFkr { width:280px;height:125px;top:412.79530334473px;left:20px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #KMyZnvb14a5MXrSgfnHpJNcrPpmsOhNd { display:block; }
 }@media only screen and (max-width: 763px) { #PIgHQklFmPhIQXNuIAyZvscpRUXreKrD { width:280px;height:143.958px;top:21.99658203125px;left:20px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #XCraOuIM3GymgTt8IDrqWm6g8SMTWRWK { display:block; }#XCraOuIM3GymgTt8IDrqWm6g8SMTWRWK > .row .container { width:320px;height:60px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IOPxTS1vbiq1QkHxSmAdwUxwTouALuW8 { width:300px;height:5px;top:20px;left:10.000001907349px;display:block; }
 }@media only screen and (max-width: 763px) { #TGBV6lqOeM25syp1VUZMlKNFgDoG1k5z { display:block; }#TGBV6lqOeM25syp1VUZMlKNFgDoG1k5z > .row .container { width:320px;height:385px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #boW8ciwAtnQ9VSxLJsMDTcKaqwHHP1UG { width:300px;height:83.9931px;top:59px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #XkG55XNSL7E64BHfM2rnK66diRhHFM2l { width:300px;height:42.9861px;top:170px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #RRNVsnLgwCgz71Me1wiwt2sHO4XXgz41 { display:block; }
 }@media only screen and (max-width: 763px) { #dtSApCRLfe6JLFoKRgZNEZw3LIa0gy8n { width:320px;height:51.1806px;top:256px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #ASU6AXPeZzCZCR81hWSe1eTdv9Iv4HQU { display:flex;width:30px;height:30px;top:302px;left:70px; }
#ASU6AXPeZzCZCR81hWSe1eTdv9Iv4HQU > img { max-width: 100%;max-height:100%; width:30px; height:30px; } }@media only screen and (max-width: 763px) { #MKRWdBecKDbpfciOl69We6anez3V5fke { display:flex;width:30px;height:30px;top:302px;left:120px; }
#MKRWdBecKDbpfciOl69We6anez3V5fke > img { max-width: 100%;max-height:100%; width:30px; height:30px; } }@media only screen and (max-width: 763px) { #tReDDl59SReWclnPtn7Scn4l8wC3lnDM { display:flex;width:30px;height:30px;top:302px;left:170px; }
#tReDDl59SReWclnPtn7Scn4l8wC3lnDM > img { max-width: 100%;max-height:100%; width:30px; height:30px; } }@media only screen and (max-width: 763px) { #RZ9ZzU0onCmErTkSM2pHq9leO14KH6l8 { display:flex;width:30px;height:30px;top:302px;left:220px; }
#RZ9ZzU0onCmErTkSM2pHq9leO14KH6l8 > img { max-width: 100%;max-height:100%; width:30px; height:30px; } }