.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#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 { background-color:rgba(var(--color-tertiary-1),0.2);background-image:url("https://images.assets-landingi.com/uc/77c2c94f-effa-47c5-a81e-5e6fa5bbf811/Plandetravail180.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:auto;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.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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:45rem;width:75rem;overflow:visible;position:relative;display:block; }#POrJdG1mz6EhyL3UVelW9RSVHU2ltJ2T { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.8125rem;width:15.374625rem;top:2.37393450737rem;left:53.600257873535rem;overflow:hidden;display:block; }
#sTD2qRyrHpWJlLnwktUE6PyXooDdUg6S { color:#505269;display:block;width:34.6241875rem;position:absolute;font-family:rimouski;font-size:3rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:6.8116707801819rem;left:6.0623817443847rem;height:13.1973125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SLWvR21Zaqg6qNuNAi8EJ7961kLtBrAc { color:#505269;display:block;width:27.875rem;position:absolute;font-family:rimouski;font-size:1.875rem;font-weight:400;z-index:15029;line-height:1;letter-spacing:0;top:25.937025547027rem;left:6.0623817443847rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#C1TRwGVT4eslhTEkn7IAZbBrE5BkaEp7 { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:17.6875rem;width:31.5625rem;top:22.0625rem;left:37.375rem;display:block; }
#b02BQ98Qf6qykPCg3RZNVSuLhpvxfTv4 { background-color:#e5005a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:avenir;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.1240625rem;height:2.5rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:33.811078071594rem;left:6.0623817443847rem;display:block; }
#J6C8zhw4GJ82gkKk373MzPTDCIRBdVuT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wIddsUNUGXDC8HuqLtMIT6E2SXXBcT1o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),0.2);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wIddsUNUGXDC8HuqLtMIT6E2SXXBcT1o > .row .container { background-color: transparent; background-image: none; }#wIddsUNUGXDC8HuqLtMIT6E2SXXBcT1o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wIddsUNUGXDC8HuqLtMIT6E2SXXBcT1o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wIddsUNUGXDC8HuqLtMIT6E2SXXBcT1o > .row .container > .video-iframe-container { display: none; }#wIddsUNUGXDC8HuqLtMIT6E2SXXBcT1o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wIddsUNUGXDC8HuqLtMIT6E2SXXBcT1o > .row > .video-iframe-container { display: none; }#wIddsUNUGXDC8HuqLtMIT6E2SXXBcT1o > .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); }#wIddsUNUGXDC8HuqLtMIT6E2SXXBcT1o > .row .container { border-width: 0; border-radius: 0; }#wIddsUNUGXDC8HuqLtMIT6E2SXXBcT1o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wIddsUNUGXDC8HuqLtMIT6E2SXXBcT1o > .row .container { font-size:0.875rem;font-family:arial;height:26.875rem;width:75rem;position:relative;display:block; }#fURinBQ6NM04K7mVarEIdERwWx9XpX8V { color:#505269;display:block;width:62.5rem;position:absolute;font-family:avenir;font-size:1.25rem;font-weight:400;z-index:15028;line-height:1;letter-spacing:0;top:6.74840927124rem;left:6.2492752075195rem;height:1.29629375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RcO5Ww9BhvSWdia60Ke2kqiViKqCFCzG { box-sizing:content-box;height:10.875rem;width:18.75rem;position:absolute;display:block;z-index:15076;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:11.9375rem;left:6.25rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#OGCmVtKqQa64PgpQGkMp9F9blQTlFVpA { color:#505269;display:block;width:15.0621875rem;position:absolute;font-family:avenir;font-size:1.25rem;font-weight:700;z-index:15080;line-height:1.2;letter-spacing:0;top:13.6875rem;left:8.125rem;height:4.4992875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rkNV2pw0hDg01xJrgJcdsLw1HhMTsleh { background-color:#e5005a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:avenir;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.749875rem;height:1.8122625rem;text-decoration:none;z-index:15122;text-align:center;text-align-last:center;top:19.5625rem;left:7.5rem;display:block; }
#DMBWfxwvwn0yFfcFiNV8RQ5iaF45Dn1N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w7vMg1iKFOh05bNFWETQbH9A7APZcA4T { box-sizing:content-box;height:10.9375rem;width:18.75rem;position:absolute;display:block;z-index:15079;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:12rem;left:28.125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#yK44GSTUo2cPMzdOTnx0HnUO7Tu7NX3y { color:#505269;display:block;width:13.8736875rem;position:absolute;font-family:avenir;font-size:1.25rem;font-weight:700;z-index:15083;line-height:1.2;letter-spacing:0;top:13.6875rem;left:30.5625rem;height:4.4992875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Qgk0s3ZLJkLVp9o6po0nEhTOFGyOfDaP { background-color:#e5005a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:avenir;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.749375rem;height:1.81185rem;text-decoration:none;z-index:15125;text-align:center;text-align-last:center;top:19.5625rem;left:29.625rem;display:block; }
#x0yL2IlToiVMJ9tnS4dqSwI2NoUmbFmk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TsZzGmtCJ28nPtdt6sFhpu6t7W6s4ccS { box-sizing:content-box;height:11.0625rem;width:18.75rem;position:absolute;display:block;z-index:15082;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:11.9375rem;left:50rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#Tg63s5AsKzHwZ9p3d06QEH9nKV6mDteH { color:#505269;display:block;width:13.8736875rem;position:absolute;font-family:avenir;font-size:1.25rem;font-weight:700;z-index:15086;line-height:1.2;letter-spacing:0;top:14.4375rem;left:52.4375rem;height:2.999525rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UJXUlchQBA5htUUo7N4HSFLgfTzSGqxo { background-color:#e5005a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:avenir;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.749375rem;height:1.81185rem;text-decoration:none;z-index:15128;text-align:center;text-align-last:center;top:19.5625rem;left:51.5rem;display:block; }
#Iua96le5IZEbnNTPQfnCxxuEe3ivRmCJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v1PyIvch9EW2kobS51CMR018JTf1Ts8R { color:#e5005a;display:block;width:14.4371875rem;position:absolute;font-family:rimouski;font-size:1.875rem;font-weight:700;z-index:15029;line-height:1;letter-spacing:0;top:3.3420133590698rem;left:30.27995300293rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#c0oG7e0QxpRAUrBS1exTV8iXVpNWwK2V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1a587cf7-1f6f-4eb3-a08b-b4d5bf031f2b/visuel_player.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !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; }#c0oG7e0QxpRAUrBS1exTV8iXVpNWwK2V.adaptive-delivery-prevent-bg, #c0oG7e0QxpRAUrBS1exTV8iXVpNWwK2V.lazyload, #c0oG7e0QxpRAUrBS1exTV8iXVpNWwK2V.lazyloading { background-image: none; }#c0oG7e0QxpRAUrBS1exTV8iXVpNWwK2V > .row .container { background-color: transparent; background-image: none; }#c0oG7e0QxpRAUrBS1exTV8iXVpNWwK2V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.75); }#c0oG7e0QxpRAUrBS1exTV8iXVpNWwK2V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c0oG7e0QxpRAUrBS1exTV8iXVpNWwK2V > .row .container > .video-iframe-container { display: none; }#c0oG7e0QxpRAUrBS1exTV8iXVpNWwK2V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.75); }#c0oG7e0QxpRAUrBS1exTV8iXVpNWwK2V > .row > .video-iframe-container { display: none; }#c0oG7e0QxpRAUrBS1exTV8iXVpNWwK2V > .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); }#c0oG7e0QxpRAUrBS1exTV8iXVpNWwK2V > .row .container { border-width: 0; border-radius: 0; }#c0oG7e0QxpRAUrBS1exTV8iXVpNWwK2V::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c0oG7e0QxpRAUrBS1exTV8iXVpNWwK2V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c0oG7e0QxpRAUrBS1exTV8iXVpNWwK2V > .row .container { font-size:0.875rem;font-family:arial;height:31.0625rem;width:75rem;position:relative;display:block; }#NXnohxvDgmZs7A66l1T1DBbK9iH9BgRm { color:#4d4d4d;display:block;width:14.5rem;position:absolute;font-family:avenir;font-size:1.875rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:5.875rem;left:9.1875rem;height:4.49941875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ol97hvr0uPElnTemn8oH7Toby10AiCGN { color:#4d4d4d;display:block;width:15.8745625rem;position:absolute;font-family:avenir;font-size:1rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:11.936491966247rem;left:9.1869215965269rem;height:1.39901875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CVK8WgNnomGmtFV5NlouiFNeatUNSqlT .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),0);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#CVK8WgNnomGmtFV5NlouiFNeatUNSqlT .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#CVK8WgNnomGmtFV5NlouiFNeatUNSqlT .accordion-heading-text { display:block;position:relative;width:100%;font-family:avenir;font-weight:700;font-size:1.25rem;color:#4d4d4d; }
#CVK8WgNnomGmtFV5NlouiFNeatUNSqlT .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:avenir;color:#4d4d4d;line-height:1.4;overflow:hidden;height:auto;font-weight:300;font-style:normal; }
#CVK8WgNnomGmtFV5NlouiFNeatUNSqlT .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#CVK8WgNnomGmtFV5NlouiFNeatUNSqlT .accordion-trigger.adaptive-delivery-prevent-bg, #CVK8WgNnomGmtFV5NlouiFNeatUNSqlT .accordion-trigger.lazyload, #CVK8WgNnomGmtFV5NlouiFNeatUNSqlT .accordion-trigger.lazyloading { background-image: none; }
#CVK8WgNnomGmtFV5NlouiFNeatUNSqlT { box-sizing:content-box;height:auto;width:36.624rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15017;background-color:rgba(var(--color-tertiary-0),0);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:3.4375rem;left:26.6875rem; }
#CVK8WgNnomGmtFV5NlouiFNeatUNSqlT #uF1le1lxAZO4Ss4SHr53Wi4n4xMCUk1t { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#CVK8WgNnomGmtFV5NlouiFNeatUNSqlT #JEpQqFgeLfh8tnC3HXzMquv2VJpzWXaW { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#CVK8WgNnomGmtFV5NlouiFNeatUNSqlT #e2I2DeIwelKadAlGt5FTdfzB9FL9GX7V { display:block;position:relative; }
#CVK8WgNnomGmtFV5NlouiFNeatUNSqlT #pLHfpsVPr8ZMs6TGlf5A8UXCIZ9LnWbz {  }
#CVK8WgNnomGmtFV5NlouiFNeatUNSqlT #aq4LeLZqTQb8PBUNdEoPbAbMdqdVtcG9 {  }
#CVK8WgNnomGmtFV5NlouiFNeatUNSqlT #vtm0lPz2dIsZaFdRJTGeUTd4etAsd3mJ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#CVK8WgNnomGmtFV5NlouiFNeatUNSqlT #GPEQCfB9STx5dIc9BqC9T5Z7T6ykgp1m { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#CVK8WgNnomGmtFV5NlouiFNeatUNSqlT #LugG8VDFaXMg3eAmc931wVUQl5x42Hqp { display:block;position:relative; }
#CVK8WgNnomGmtFV5NlouiFNeatUNSqlT #bNl8cQ4AB6rkMeCfhvGVpQKtOMpBBoTM {  }
#CVK8WgNnomGmtFV5NlouiFNeatUNSqlT #HJeQpdbcGCcURHSEDhddqDS9eCPGtUQ2 { display:none; }
#CVK8WgNnomGmtFV5NlouiFNeatUNSqlT #JGBMt8gKTcvAEaeV4pnATm9RsTarNf1w { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#CVK8WgNnomGmtFV5NlouiFNeatUNSqlT #dpJvhFs06x95nhgbfVcbtm49TDC2RhE2 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#CVK8WgNnomGmtFV5NlouiFNeatUNSqlT #cWZMoEdcJXK74gyIoKISNtHF5w4aUJJq { display:block;position:relative; }
#CVK8WgNnomGmtFV5NlouiFNeatUNSqlT #sIV5RsWPqQLWUeLk12NqkzeckrnwTRXH {  }
#CVK8WgNnomGmtFV5NlouiFNeatUNSqlT #OgcJHTgHRegJf1TURMisqtvzGrFXUGPa { display:none; }
#qZXRoXNX6ZvaOvdayav6tJRLD9fJS6AV { box-sizing:content-box;height:20.0625rem;width:0.0625rem;position:absolute;display:block;z-index:15023;background-color:#4d4d4d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.875rem;left:25.6875rem;display:block; }
#utsQ6JIm1zPkG0sKtTfTMGcOEEzBTfSh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.2);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#utsQ6JIm1zPkG0sKtTfTMGcOEEzBTfSh > .row .container { background-color: transparent; background-image: none; }#utsQ6JIm1zPkG0sKtTfTMGcOEEzBTfSh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#utsQ6JIm1zPkG0sKtTfTMGcOEEzBTfSh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#utsQ6JIm1zPkG0sKtTfTMGcOEEzBTfSh > .row .container > .video-iframe-container { display: none; }#utsQ6JIm1zPkG0sKtTfTMGcOEEzBTfSh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#utsQ6JIm1zPkG0sKtTfTMGcOEEzBTfSh > .row > .video-iframe-container { display: none; }#utsQ6JIm1zPkG0sKtTfTMGcOEEzBTfSh > .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); }#utsQ6JIm1zPkG0sKtTfTMGcOEEzBTfSh > .row .container { border-width: 0; border-radius: 0; }#utsQ6JIm1zPkG0sKtTfTMGcOEEzBTfSh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#utsQ6JIm1zPkG0sKtTfTMGcOEEzBTfSh > .row .container { font-size:0.875rem;font-family:arial;height:35.625rem;width:75rem;position:relative;display:block; }#ZMNz3WWpnIzoo1JZhqZu6rLMDKCoAt34 { color:#505269;display:block;width:17.8125rem;position:absolute;font-family:avenir;font-size:1.25rem;font-weight:400;z-index:15032;line-height:1;letter-spacing:0;top:23.125rem;left:16.0625rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uaHT526XJJ8geJisHMNmioAGsqnR9yBe { color:#e5005a;display:block;width:75rem;position:absolute;font-family:rimouski;font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:2.6640625rem;left:0rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#V1ze2hMbDLZ9fJAXx5J0SwrlkyFE1FrJ { color:#505269;display:block;width:19.5623125rem;position:absolute;font-family:avenir;font-size:1.25rem;font-weight:400;z-index:15034;line-height:1;letter-spacing:0;top:23.125rem;left:40.1875rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sn7GIXJAgL1s52SXEz3o5MD30UTLSBAi { color:#505269;display:block;width:62.5rem;position:absolute;font-family:avenir;font-size:1.25rem;font-weight:400;z-index:15029;line-height:1;letter-spacing:0;top:7.3117847442625rem;left:6.25rem;height:1.29629375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GN95WliWbgHT4B7JaSVwHxoAlhTnpzlB { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:9.1868125rem;width:11.6868125rem;top:11.875rem;left:19.125rem;overflow:hidden;display:block; }
#OsQosoctNIwye1qDIbAGFJ3NRgcE30Di { color:#4d4d4d;display:block;width:11.4364375rem;position:absolute;font-family:avenir;font-size:1rem;font-weight:400;z-index:15032;line-height:1.5;letter-spacing:0;top:30.1875rem;left:19.25rem;height:1.49956875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#irvthQmrR3RpQKAx0k1TUEMucrZGLMgf { position:absolute;display:block;z-index:15005;background-color:#4d4d4d;background-image:none;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;height:0.12429rem;width:6.25rem;top:29.4375rem;left:21.8125rem;display:block; }
#g6zGz9zm3gZqUPzWVEWOKoXfQDGZ3lCD { color:#4d4d4d;display:block;width:7.56125rem;position:absolute;font-family:avenir;font-size:1.25rem;font-weight:normal;z-index:15029;line-height:1.5;letter-spacing:0;top:26.8125rem;left:21.1875rem;height:1.92129375rem;text-align:center;text-align-last:center;display:block; }
#pDd7THByec3v5DL8C8eJ7sFn54DhMPFT { color:#4d4d4d;display:block;width:6.3743125rem;position:absolute;font-family:avenir;font-size:1.25rem;font-weight:normal;z-index:15032;line-height:1.5;letter-spacing:0;top:26.8125rem;left:46.8125rem;height:1.92129375rem;text-align:center;text-align-last:center;display:block; }
#Z4cwoQbeCHyhxPpmznxERJ4Ozu9OBVo1 { position:absolute;display:block;z-index:15008;background-color:#4d4d4d;background-image:none;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;height:0.12429rem;width:6.25rem;top:29.4375rem;left:46.625rem;display:block; }
#ioKmoF3UKb7oxTzCi2HZTWpzcVG0f1LO { color:#4d4d4d;display:block;width:12.4369375rem;position:absolute;font-family:avenir;font-size:1rem;font-weight:400;z-index:15035;line-height:1.5;letter-spacing:0;top:30.1875rem;left:43.75rem;height:2.9991375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ktQu3PCi6B4FZsFkVIsag9GqxfdLNV7K { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:9.2498125rem;width:11.6868125rem;top:11.875rem;left:44.125rem;overflow:hidden;display:block; }
#gGNXT0DEOM7QVBZ1rJOJAxfo4Ju6nTdI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),0.2);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gGNXT0DEOM7QVBZ1rJOJAxfo4Ju6nTdI > .row .container { background-color: transparent; background-image: none; }#gGNXT0DEOM7QVBZ1rJOJAxfo4Ju6nTdI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gGNXT0DEOM7QVBZ1rJOJAxfo4Ju6nTdI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gGNXT0DEOM7QVBZ1rJOJAxfo4Ju6nTdI > .row .container > .video-iframe-container { display: none; }#gGNXT0DEOM7QVBZ1rJOJAxfo4Ju6nTdI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gGNXT0DEOM7QVBZ1rJOJAxfo4Ju6nTdI > .row > .video-iframe-container { display: none; }#gGNXT0DEOM7QVBZ1rJOJAxfo4Ju6nTdI > .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); }#gGNXT0DEOM7QVBZ1rJOJAxfo4Ju6nTdI > .row .container { border-width: 0; border-radius: 0; }#gGNXT0DEOM7QVBZ1rJOJAxfo4Ju6nTdI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gGNXT0DEOM7QVBZ1rJOJAxfo4Ju6nTdI > .row .container { font-size:0.875rem;font-family:arial;height:43.375rem;width:75rem;position:relative;display:block; }#OGzEmzATTzfBxMumXXMJ6zLtWGEqsdNQ { color:#e5005a;display:block;width:75rem;position:absolute;font-family:rimouski;font-size:1.875rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:2.3125rem;left:0rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#E9GUHzAwNkTE1XIudbSWx08XVVWfXCQi { color:#505269;display:block;width:62.625rem;position:absolute;font-family:avenir;font-size:1rem;font-weight:300;z-index:15028;line-height:1.4;letter-spacing:0;top:7.4375019073488rem;left:6.25rem;height:4.19705rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CMNWkef0iFiWNfrrp7mhxQr4PWkwEIXO { color:#505269;display:block;width:62.625rem;position:absolute;font-family:avenir;font-size:1.5625rem;font-weight:700;z-index:15029;line-height:1.4;letter-spacing:0;top:14.975547790528rem;left:6.1248550415039rem;height:2.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fXE6rSi2Fwzvv6uBQ2o0BoPPWOz6RJbX { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(var(--color-tertiary-3),0.16) ;height:7.5rem;width:7.5rem;top:20.374855041504rem;left:13.124279022217rem;display:block; }
#OKvviFyXga04drTbBA81IwRiAxSze8zi { box-sizing:content-box;color:#5d92ff;font-size:2rem;font-weight:400;line-height:1;height:3.24941875rem;width:3.24941875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;top:22.498701095581rem;left:15.248123168945rem; }
#JLQ3v40yEHb1NucsoT4slTrWURek4LTo { color:#0096d4;display:block;width:16.875rem;position:absolute;font-family:avenir;font-size:1.5625rem;font-weight:700;z-index:15020;line-height:1;letter-spacing:0;top:28.874565124512rem;left:8.4367752075194rem;height:4.6875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Q4WycWeZAaaRUH7XmHmJVIiu0FBGav4s { color:#0096d4;display:block;width:16.875rem;position:absolute;font-family:avenir;font-size:1.5625rem;font-weight:700;z-index:15026;line-height:1;letter-spacing:0;top:28.874565124512rem;left:28.124275207519rem;height:1.5625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sflRhqN5txzhEwdqGwcBF5AOIneqdcTJ { position:absolute;display:block;z-index:15040;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(var(--color-tertiary-3),0.16) ;height:7.5rem;width:7.5rem;top:20.374855041504rem;left:33.124275207519rem;display:block; }
#BVJoGTxLC5lOl4Pnzqopdie2EwMA7bEE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1872125rem;width:3.1872125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;top:22.529806137085rem;left:35.34245300293rem; }
#GIx2NdbF5bQ9DNDxzkDv1AVJgCbcuFfe { color:#505269;display:block;width:16.875rem;position:absolute;font-family:avenir;font-size:1rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:34.37370300293rem;left:8.4367752075194rem;height:4.4987rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#amUCgxGq3s9MuWf6mcIvLPuZMQk7fRk2 { color:#0096d4;display:block;width:16.875rem;position:absolute;font-family:avenir;font-size:1.5625rem;font-weight:700;z-index:15032;line-height:1;letter-spacing:0;top:28.874565124512rem;left:48.124275207519rem;height:3.125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#o8R5FCoenoKHgHPMeihGQFpPoCVeuIMM { color:#505269;display:block;width:16.875rem;position:absolute;font-family:avenir;font-size:1rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:33.562065124512rem;left:48.124275207519rem;height:3.89756875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eB4CJdNFT5Xy7017XmtuQaflLuHi1dwD { position:absolute;display:block;z-index:15046;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(var(--color-tertiary-3),0.16) ;height:7.5rem;width:7.5rem;top:20.374855041504rem;left:52.499275207519rem;display:block; }
#AovL3JhmRLoWnqosu7OSZZCFbgx7QEkQ { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:3.1872125rem;width:3.1872125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;top:22.529806137085rem;left:54.65495300293rem; }
#Mmtcf50cnOvLitsgdDQmL3934tieZiUS { color:#505269;display:block;width:16.875rem;position:absolute;font-family:avenir;font-size:1rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:31.185043334961rem;left:28.124275207519rem;height:5.1967625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MB45TJEulJhDLypDZ5rWNTOyyIbSgGVH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),0.2);background-image:url("https://images.assets-landingi.com/uc/77c2c94f-effa-47c5-a81e-5e6fa5bbf811/Plandetravail180.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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; }#MB45TJEulJhDLypDZ5rWNTOyyIbSgGVH.adaptive-delivery-prevent-bg, #MB45TJEulJhDLypDZ5rWNTOyyIbSgGVH.lazyload, #MB45TJEulJhDLypDZ5rWNTOyyIbSgGVH.lazyloading { background-image: none; }#MB45TJEulJhDLypDZ5rWNTOyyIbSgGVH > .row .container { background-color: transparent; background-image: none; }#MB45TJEulJhDLypDZ5rWNTOyyIbSgGVH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MB45TJEulJhDLypDZ5rWNTOyyIbSgGVH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MB45TJEulJhDLypDZ5rWNTOyyIbSgGVH > .row .container > .video-iframe-container { display: none; }#MB45TJEulJhDLypDZ5rWNTOyyIbSgGVH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MB45TJEulJhDLypDZ5rWNTOyyIbSgGVH > .row > .video-iframe-container { display: none; }#MB45TJEulJhDLypDZ5rWNTOyyIbSgGVH > .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); }#MB45TJEulJhDLypDZ5rWNTOyyIbSgGVH > .row .container { border-width: 0; border-radius: 0; }#MB45TJEulJhDLypDZ5rWNTOyyIbSgGVH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MB45TJEulJhDLypDZ5rWNTOyyIbSgGVH > .row .container { font-size:0.875rem;font-family:arial;height:38.3125rem;width:75rem;position:relative;display:block; }#RQmL9L3WFJAAAh9ZeIdxl2kEe2uCMceD { color:#505269;display:block;width:62.625rem;position:absolute;font-family:avenir;font-size:1.5625rem;font-weight:700;z-index:15030;line-height:1.4;letter-spacing:0;top:4.25rem;left:6.1875rem;height:2.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bHCJPF6WkuDm412wumz4t5u2snpr2tH4 { color:#505269;display:block;width:16.375rem;position:absolute;font-family:rimouski;font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:24.625rem;left:6.1875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#d93I8xRWOvTTX49NJMNk6TdfZwKl0h8y { color:#505269;display:block;width:16.1875rem;position:absolute;font-family:avenir;font-size:1rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:26.375rem;left:6.25rem;height:2.99913125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#trpJfz2qpveQVJXNcElDuVTncKmhMpT6 { color:#505269;display:block;width:16.1875rem;position:absolute;font-family:rimouski;font-size:1.25rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:24.5625rem;left:28.6875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gvkOrqBM3XPOGsOSxdLPo2CyF5XezwAf { background-color:#e5005a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:avenir;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.24925rem;height:2.499275rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:31.6875rem;left:8.75rem;display:block; }
#lxkKchN8tpSlhiaGkEQx7dH5zWR8vmil { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VcNdqczTWKeKvZGJ2oSCCeOEM3X3Jgmb { background-color:#e5005a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:avenir;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.24925rem;height:2.499275rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:31.6875rem;left:31.875rem;display:block; }
#QKqqMzAEugX9vGzFE41ufT6QeUm2zIw6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R4eSxWlhdzmCQbv3iadIaNCeMNyFnr6a { color:#505269;display:block;width:16.25rem;position:absolute;font-family:rimouski;font-size:1.25rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:24.625rem;left:52.4375rem;height:3.24941875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EhFsOxsBcVxcLcpDR5XTRoTHvnfWyJ6F { color:#505269;display:block;width:16.375rem;position:absolute;font-family:avenir;font-size:1rem;font-weight:300;z-index:15035;line-height:1.5;letter-spacing:0;top:28.0625rem;left:52.4375rem;height:2.99913125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zl4akAWPGdEQkX4zdCKdTCgpFxrBzeml { background-color:#e5005a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:avenir;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.5rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:31.6875rem;left:54.9375rem;display:block; }
#QrIRTcFLWDrTzdDhbHWixLMu60HOylZP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tDeqnDBWxlQ6TRmnhhc3ogVDvzUmrHNr { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:10.7498125rem;width:16.8120625rem;top:12.812500476837rem;left:6.1870670318604rem;overflow:hidden;display:block; }
#NqoxpT5EoV8FwAxx4rpyvs0ZFcgd5UeQ { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:10.75rem;width:16.25rem;top:12.8125rem;left:28.6875rem;overflow:hidden;display:block; }
#aNsUeAlOCwI6g6mCi4m94dtAvbxoVPPw { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:10.625rem;width:16.25rem;top:12.8125rem;left:52.4375rem;overflow:hidden;display:block; }
#XTEtnFtwF6HiJKZUNuuti6oXVuZbK2d4 { color:#e5005a;display:block;width:16.5625rem;position:absolute;font-family:rimouski;font-size:1.5625rem;font-weight:700;z-index:15031;line-height:1.4;letter-spacing:0;top:9.9375rem;left:6.1875rem;height:2.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UuwawFbTx0xVF3Nq7Nsg5axuPToi6kSN { color:#e5005a;display:block;width:16.5625rem;position:absolute;font-family:rimouski;font-size:1.5625rem;font-weight:700;z-index:15032;line-height:1.4;letter-spacing:0;top:9.9375rem;left:28.5rem;height:2.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N9tP03giXhgiSmEK8ev6zJ41gzoILuz3 { color:#e5005a;display:block;width:16.5625rem;position:absolute;font-family:rimouski;font-size:1.5625rem;font-weight:700;z-index:15033;line-height:1.4;letter-spacing:0;top:9.9375rem;left:52.25rem;height:2.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vIZ05fy2iGnqGPRJIRRnTyMyCAKMnM6p { color:#505269;display:block;width:16.1870625rem;position:absolute;font-family:avenir;font-size:1rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:26.25rem;left:28.6875rem;height:2.99913125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CyzM0rEWzSrWgtTG1WV9bvb1nGKt6BoN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),0.2);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CyzM0rEWzSrWgtTG1WV9bvb1nGKt6BoN > .row .container { background-color: transparent; background-image: none; }#CyzM0rEWzSrWgtTG1WV9bvb1nGKt6BoN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CyzM0rEWzSrWgtTG1WV9bvb1nGKt6BoN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CyzM0rEWzSrWgtTG1WV9bvb1nGKt6BoN > .row .container > .video-iframe-container { display: none; }#CyzM0rEWzSrWgtTG1WV9bvb1nGKt6BoN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CyzM0rEWzSrWgtTG1WV9bvb1nGKt6BoN > .row > .video-iframe-container { display: none; }#CyzM0rEWzSrWgtTG1WV9bvb1nGKt6BoN > .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); }#CyzM0rEWzSrWgtTG1WV9bvb1nGKt6BoN > .row .container { border-width: 0; border-radius: 0; }#CyzM0rEWzSrWgtTG1WV9bvb1nGKt6BoN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CyzM0rEWzSrWgtTG1WV9bvb1nGKt6BoN > .row .container { font-size:0.875rem;font-family:arial;height:36.875rem;width:75rem;position:relative;display:block; }#p79Z8PVXipiMi736r42uFGITCSUZu79O .widget-form-header {  }
#p79Z8PVXipiMi736r42uFGITCSUZu79O .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:#4d4d4d;width:30.8125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1.3; }
#p79Z8PVXipiMi736r42uFGITCSUZu79O .widget-input-text { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #4d4d4d;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:30.8125rem;box-sizing:border-box;height:1.75rem;color:#4d4d4d;font-size:1rem;overflow:hidden;font-family:avenir;vertical-align:top;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;line-height:1.1; }
#p79Z8PVXipiMi736r42uFGITCSUZu79O .widget-input-text {padding-top: 0; padding-bottom: 0;}#p79Z8PVXipiMi736r42uFGITCSUZu79O .widget-textarea { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #4d4d4d;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:30.8125rem;box-sizing:border-box;height:4.375rem;color:#4d4d4d;font-size:1rem;overflow:hidden;font-family:avenir;vertical-align:top;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;line-height:1.1; }
#p79Z8PVXipiMi736r42uFGITCSUZu79O .widget-input-select { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #4d4d4d;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:30.8125rem;box-sizing:border-box;height:2.5rem;color:#4d4d4d;font-family:var(--headlines-font-family);font-size:1rem;overflow:hidden;vertical-align:top; }
#p79Z8PVXipiMi736r42uFGITCSUZu79O .widget-input-select {padding-top: 0; padding-bottom: 0;}#p79Z8PVXipiMi736r42uFGITCSUZu79O .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#p79Z8PVXipiMi736r42uFGITCSUZu79O .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#p79Z8PVXipiMi736r42uFGITCSUZu79O .widget-input-button { border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;background-color:#e5005a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:6.3125rem;margin-bottom:0.25rem;margin-left:6.3125rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:18.125rem;height:2.5rem;font-family:avenir;overflow:hidden;line-height:1.1; }
#p79Z8PVXipiMi736r42uFGITCSUZu79O [class*="-text"]:-moz-placeholder { color:rgba(77,77,77,0.5);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#p79Z8PVXipiMi736r42uFGITCSUZu79O [class*="-text"]::-moz-placeholder { color:rgba(77,77,77,0.5);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#p79Z8PVXipiMi736r42uFGITCSUZu79O [class*="-text"]:-ms-input-placeholder { color:rgba(77,77,77,0.5);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#p79Z8PVXipiMi736r42uFGITCSUZu79O [class*="-text"]::-webkit-input-placeholder { color:rgba(77,77,77,0.5);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#p79Z8PVXipiMi736r42uFGITCSUZu79O .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.6875rem;font-weight:300;color:rgba(var(--color-tertiary-3),1);vertical-align:top;width:29.5625rem;overflow:hidden;font-style:normal;float:none; }
#p79Z8PVXipiMi736r42uFGITCSUZu79O .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#p79Z8PVXipiMi736r42uFGITCSUZu79O .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:avenir;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#p79Z8PVXipiMi736r42uFGITCSUZu79O .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;width:100%;font-size:0;height:auto; }
#p79Z8PVXipiMi736r42uFGITCSUZu79O .widget-container:first-of-type{padding-top:0;}#p79Z8PVXipiMi736r42uFGITCSUZu79O .widget-container:last-of-type{padding-bottom:0;}#p79Z8PVXipiMi736r42uFGITCSUZu79O  { background-color:rgba(var(--color-tertiary-0),0.31);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:30.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:35.853515625rem;top:4.978515625rem;z-index:15025;position:absolute; }
#p79Z8PVXipiMi736r42uFGITCSUZu79O .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:30.8125rem;display:block;vertical-align:top; }
#p79Z8PVXipiMi736r42uFGITCSUZu79O .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#p79Z8PVXipiMi736r42uFGITCSUZu79O {display:block;}#p79Z8PVXipiMi736r42uFGITCSUZu79O { background-color:rgba(var(--color-tertiary-0),0.31);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:30.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:35.853515625rem;top:4.978515625rem;z-index:15025;position:absolute; }
#p79Z8PVXipiMi736r42uFGITCSUZu79O #KbbdHNxTHt0BpscSFXGM6nTBaz01RLTx { position:relative; }
#p79Z8PVXipiMi736r42uFGITCSUZu79O #osG5kgMCqbLFJD0ygMKsXATb3Qo0LTGF { position:relative;display:none; }
#p79Z8PVXipiMi736r42uFGITCSUZu79O #NA28XQlXnazoalLzurCzItX88IwrQ20U { position:relative; }
#p79Z8PVXipiMi736r42uFGITCSUZu79O #hDFbFDwzew5Q4yOohWsP1hPwOH5uSCJ4 { position:relative; }
#p79Z8PVXipiMi736r42uFGITCSUZu79O #U6DcZdeUi2T9MhDTd9kMKx13lXQXQvu8 { position:relative;display:none; }
#p79Z8PVXipiMi736r42uFGITCSUZu79O #uiWzLuQ1tVqe35DFACc9d9FDv2Qd2fTC { position:relative; }
#p79Z8PVXipiMi736r42uFGITCSUZu79O #mmUsJs2WxfwllBUv3yImW9M2oV4MxPvH { position:relative; }
#p79Z8PVXipiMi736r42uFGITCSUZu79O #Vy5w55KFWHTDQeg6Z6e1t9c5TezRSdBZ { position:relative;display:none; }
#p79Z8PVXipiMi736r42uFGITCSUZu79O #TNBshIFLTol8iC86yybfebXCAIO5u590 { position:relative; }
#p79Z8PVXipiMi736r42uFGITCSUZu79O #nlJRes20JlxfwLrDMeuTtN7sUbi9lqHr { position:relative; }
#p79Z8PVXipiMi736r42uFGITCSUZu79O #eWbNNx64gpmSAw6s5OQxJE0u4yHf02p8 { position:relative;display:none; }
#p79Z8PVXipiMi736r42uFGITCSUZu79O #W8AnxM1tJGvVmlLk77VGCavGT6PJSx2m { position:relative; }
#p79Z8PVXipiMi736r42uFGITCSUZu79O #DbscNfqDZgyne4ohXtPh7DTIatU2w9qB { position:relative; }
#p79Z8PVXipiMi736r42uFGITCSUZu79O #u3bChbhd9MUz9AATyD2uClnzoQ2oibuK { position:relative;z-index:2; }
#p79Z8PVXipiMi736r42uFGITCSUZu79O #oQ5irkfC0t8caTRq9bD8DFaRCNypqlta { position:relative; }
#p79Z8PVXipiMi736r42uFGITCSUZu79O #os3UtbMJshHTPxXkFsmIzCSHpOuD3nSN { position:relative; }
#p79Z8PVXipiMi736r42uFGITCSUZu79O #hnae1FppCGKcPWHsZ6kgiTatzTIVQiWG { position:relative; }
#THxFQQl8aGEeBZ9vd3FmpqXw8KUGQH8W { color:#505269;display:block;width:24.625rem;position:absolute;font-family:avenir;font-size:1.25rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:4.978515625rem;left:7.3125rem;height:3.84259375rem;text-align:left;text-align-last:left;display:block; }
#h4LPiDsQTPlVw0EKHwxcnB8JtFSKk34y { color:#505269;display:block;width:25.25rem;position:absolute;font-family:avenir;font-size:1rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:10.3125rem;left:7rem;height:12.089125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#X0GRuWxmglzGc3Z1T6J7KV8ewN1ztNWS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#X0GRuWxmglzGc3Z1T6J7KV8ewN1ztNWS > .row .container { background-color: transparent; background-image: none; }#X0GRuWxmglzGc3Z1T6J7KV8ewN1ztNWS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X0GRuWxmglzGc3Z1T6J7KV8ewN1ztNWS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X0GRuWxmglzGc3Z1T6J7KV8ewN1ztNWS > .row .container > .video-iframe-container { display: none; }#X0GRuWxmglzGc3Z1T6J7KV8ewN1ztNWS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X0GRuWxmglzGc3Z1T6J7KV8ewN1ztNWS > .row > .video-iframe-container { display: none; }#X0GRuWxmglzGc3Z1T6J7KV8ewN1ztNWS > .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); }#X0GRuWxmglzGc3Z1T6J7KV8ewN1ztNWS > .row .container { border-width: 0; border-radius: 0; }#X0GRuWxmglzGc3Z1T6J7KV8ewN1ztNWS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X0GRuWxmglzGc3Z1T6J7KV8ewN1ztNWS > .row .container { font-size:0.875rem;font-family:arial;height:22.3125rem;width:75rem;position:relative;display:block; }#LM5yWoA84PFQdhg6Sg5Z6hP6KNRHfeEr { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.0625rem;width:14.875rem;top:3.0625rem;left:14.0625rem;overflow:hidden;display:block; }
#iCBHXPCB6K3zfuPRQ7A75x2cXEewhIKV { color:#4d4d4d;display:block;width:23.8125rem;position:absolute;font-family:avenir;font-size:0.75rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:12.25rem;left:8.96875rem;height:6.29775rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gu0vIDdLM1BTVKvxd9sTB5EWlIvxZLKk { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.25rem;width:12.3125rem;top:1.75rem;left:47.5625rem;overflow:hidden;display:block; }
#HE1QHMepWpLm7Bc4LIcoggxgzSskT7RM { color:#4d4d4d;display:block;width:24.25rem;position:absolute;font-family:avenir;font-size:0.75rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:12.25rem;left:42.375rem;height:5.24811875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #POrJdG1mz6EhyL3UVelW9RSVHU2ltJ2T { top:2.3125rem;left:32.375rem;width:15.3125rem;height:12.760727903933rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTD2qRyrHpWJlLnwktUE6PyXooDdUg6S { width:34.5625rem;height:13.1875rem;top:6.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLWvR21Zaqg6qNuNAi8EJ7961kLtBrAc { width:27.875rem;height:5.625rem;top:25.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1TRwGVT4eslhTEkn7IAZbBrE5BkaEp7 { top:22.0625rem;left:16.1875rem;width:31.5625rem;height:17.687rem;display:block; }
 }@media only screen and (max-width: 763px) { #b02BQ98Qf6qykPCg3RZNVSuLhpvxfTv4 { width:14.0625rem;height:2.5rem;top:33.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6C8zhw4GJ82gkKk373MzPTDCIRBdVuT { display:block; }
 }@media only screen and (max-width: 763px) { #wIddsUNUGXDC8HuqLtMIT6E2SXXBcT1o { display:block; }#wIddsUNUGXDC8HuqLtMIT6E2SXXBcT1o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fURinBQ6NM04K7mVarEIdERwWx9XpX8V { width:47.75rem;height:1.25rem;top:6.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcO5Ww9BhvSWdia60Ke2kqiViKqCFCzG { top:11.9375rem;left:0rem;width:18.6875rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGCmVtKqQa64PgpQGkMp9F9blQTlFVpA { width:15rem;height:4.4375rem;top:13.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkNV2pw0hDg01xJrgJcdsLw1HhMTsleh { width:15.6875rem;height:1.75rem;top:19.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMBWfxwvwn0yFfcFiNV8RQ5iaF45Dn1N { display:block; }
 }@media only screen and (max-width: 763px) { #w7vMg1iKFOh05bNFWETQbH9A7APZcA4T { top:12rem;left:14.5rem;width:18.6875rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yK44GSTUo2cPMzdOTnx0HnUO7Tu7NX3y { width:13.8125rem;height:4.4375rem;top:13.6875rem;left:16.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qgk0s3ZLJkLVp9o6po0nEhTOFGyOfDaP { width:15.6875rem;height:1.75rem;top:19.5625rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0yL2IlToiVMJ9tnS4dqSwI2NoUmbFmk { display:block; }
 }@media only screen and (max-width: 763px) { #TsZzGmtCJ28nPtdt6sFhpu6t7W6s4ccS { top:11.9375rem;left:29rem;width:18.6875rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg63s5AsKzHwZ9p3d06QEH9nKV6mDteH { width:13.8125rem;height:2.9375rem;top:14.4375rem;left:33.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJXUlchQBA5htUUo7N4HSFLgfTzSGqxo { width:15.6875rem;height:1.75rem;top:19.5625rem;left:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iua96le5IZEbnNTPQfnCxxuEe3ivRmCJ { display:block; }
 }@media only screen and (max-width: 763px) { #v1PyIvch9EW2kobS51CMR018JTf1Ts8R { width:14.375rem;height:1.875rem;top:3.3125rem;left:16.65495300293rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0oG7e0QxpRAUrBS1exTV8iXVpNWwK2V { display:block; }#c0oG7e0QxpRAUrBS1exTV8iXVpNWwK2V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NXnohxvDgmZs7A66l1T1DBbK9iH9BgRm { top:5.875rem;left:0rem;width:14.5rem;height:4.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ol97hvr0uPElnTemn8oH7Toby10AiCGN { top:11.875rem;left:0rem;width:15.8125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVK8WgNnomGmtFV5NlouiFNeatUNSqlT .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CVK8WgNnomGmtFV5NlouiFNeatUNSqlT { display:flex;height:auto;width:36.625rem;top:7.1875rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #CVK8WgNnomGmtFV5NlouiFNeatUNSqlT #uF1le1lxAZO4Ss4SHr53Wi4n4xMCUk1t {  }
 }@media only screen and (max-width: 763px) { #CVK8WgNnomGmtFV5NlouiFNeatUNSqlT #JEpQqFgeLfh8tnC3HXzMquv2VJpzWXaW {  }
 }@media only screen and (max-width: 763px) { #CVK8WgNnomGmtFV5NlouiFNeatUNSqlT #e2I2DeIwelKadAlGt5FTdfzB9FL9GX7V {  }
 }@media only screen and (max-width: 763px) { #CVK8WgNnomGmtFV5NlouiFNeatUNSqlT #pLHfpsVPr8ZMs6TGlf5A8UXCIZ9LnWbz {  }
 }@media only screen and (max-width: 763px) { #CVK8WgNnomGmtFV5NlouiFNeatUNSqlT #aq4LeLZqTQb8PBUNdEoPbAbMdqdVtcG9 {  }
 }@media only screen and (max-width: 763px) { #CVK8WgNnomGmtFV5NlouiFNeatUNSqlT #vtm0lPz2dIsZaFdRJTGeUTd4etAsd3mJ {  }
 }@media only screen and (max-width: 763px) { #CVK8WgNnomGmtFV5NlouiFNeatUNSqlT #GPEQCfB9STx5dIc9BqC9T5Z7T6ykgp1m {  }
 }@media only screen and (max-width: 763px) { #CVK8WgNnomGmtFV5NlouiFNeatUNSqlT #LugG8VDFaXMg3eAmc931wVUQl5x42Hqp {  }
 }@media only screen and (max-width: 763px) { #CVK8WgNnomGmtFV5NlouiFNeatUNSqlT #bNl8cQ4AB6rkMeCfhvGVpQKtOMpBBoTM {  }
 }@media only screen and (max-width: 763px) { #CVK8WgNnomGmtFV5NlouiFNeatUNSqlT #HJeQpdbcGCcURHSEDhddqDS9eCPGtUQ2 {  }
 }@media only screen and (max-width: 763px) { #CVK8WgNnomGmtFV5NlouiFNeatUNSqlT #JGBMt8gKTcvAEaeV4pnATm9RsTarNf1w {  }
 }@media only screen and (max-width: 763px) { #CVK8WgNnomGmtFV5NlouiFNeatUNSqlT #dpJvhFs06x95nhgbfVcbtm49TDC2RhE2 {  }
 }@media only screen and (max-width: 763px) { #CVK8WgNnomGmtFV5NlouiFNeatUNSqlT #cWZMoEdcJXK74gyIoKISNtHF5w4aUJJq {  }
 }@media only screen and (max-width: 763px) { #CVK8WgNnomGmtFV5NlouiFNeatUNSqlT #sIV5RsWPqQLWUeLk12NqkzeckrnwTRXH {  }
 }@media only screen and (max-width: 763px) { #CVK8WgNnomGmtFV5NlouiFNeatUNSqlT #OgcJHTgHRegJf1TURMisqtvzGrFXUGPa {  }
 }@media only screen and (max-width: 763px) { #qZXRoXNX6ZvaOvdayav6tJRLD9fJS6AV { top:5.875rem;left:12.0625rem;width:0.0625rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #utsQ6JIm1zPkG0sKtTfTMGcOEEzBTfSh { display:block; }#utsQ6JIm1zPkG0sKtTfTMGcOEEzBTfSh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZMNz3WWpnIzoo1JZhqZu6rLMDKCoAt34 { width:17.8125rem;height:2.5rem;top:23.125rem;left:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaHT526XJJ8geJisHMNmioAGsqnR9yBe { top:2.625rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1ze2hMbDLZ9fJAXx5J0SwrlkyFE1FrJ { width:19.5rem;height:;top:23.0625rem;left:26.56231880188rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sn7GIXJAgL1s52SXEz3o5MD30UTLSBAi { width:47.75rem;height:1.25rem;top:7.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GN95WliWbgHT4B7JaSVwHxoAlhTnpzlB { width:11.625rem;height:9.1382227029397rem;top:11.875rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsQosoctNIwye1qDIbAGFJ3NRgcE30Di { top:30.1875rem;left:5.625rem;width:11.375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #irvthQmrR3RpQKAx0k1TUEMucrZGLMgf { top:29.4375rem;left:8.1875rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6zGz9zm3gZqUPzWVEWOKoXfQDGZ3lCD { top:26.8125rem;left:7.5625rem;width:7.5rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDd7THByec3v5DL8C8eJ7sFn54DhMPFT { top:26.8125rem;left:33.1875rem;width:6.3125rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4cwoQbeCHyhxPpmznxERJ4Ozu9OBVo1 { top:29.4375rem;left:33rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioKmoF3UKb7oxTzCi2HZTWpzcVG0f1LO { top:30.1875rem;left:30.125rem;width:12.375rem;height:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktQu3PCi6B4FZsFkVIsag9GqxfdLNV7K { width:11.625rem;height:9.2000191187717rem;top:11.875rem;left:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGNXT0DEOM7QVBZ1rJOJAxfo4Ju6nTdI { display:block; }#gGNXT0DEOM7QVBZ1rJOJAxfo4Ju6nTdI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OGzEmzATTzfBxMumXXMJ6zLtWGEqsdNQ { top:2.3125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9GUHzAwNkTE1XIudbSWx08XVVWfXCQi { width:47.75rem;height:4.1875rem;top:7.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMNWkef0iFiWNfrrp7mhxQr4PWkwEIXO { width:47.75rem;height:2.1875rem;top:14.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXE6rSi2Fwzvv6uBQ2o0BoPPWOz6RJbX { width:7.5rem;height:7.5rem;top:20.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKvviFyXga04drTbBA81IwRiAxSze8zi { width:3.1875rem;height:3.1875rem;top:22.4375rem;left:1.6231231689453rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLQ3v40yEHb1NucsoT4slTrWURek4LTo { top:28.8125rem;left:0rem;width:16.875rem;height:4.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4WycWeZAaaRUH7XmHmJVIiu0FBGav4s { top:28.8125rem;left:14.499275207519rem;width:16.875rem;height:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sflRhqN5txzhEwdqGwcBF5AOIneqdcTJ { width:7.5rem;height:7.5rem;top:20.3125rem;left:19.499275207519rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVJoGTxLC5lOl4Pnzqopdie2EwMA7bEE { width:3.125rem;height:3.125rem;top:22.5rem;left:21.71745300293rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIx2NdbF5bQ9DNDxzkDv1AVJgCbcuFfe { top:34.3125rem;left:0rem;width:16.875rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #amUCgxGq3s9MuWf6mcIvLPuZMQk7fRk2 { top:28.8125rem;left:30.875rem;width:16.875rem;height:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8R5FCoenoKHgHPMeihGQFpPoCVeuIMM { top:33.5rem;left:30.875rem;width:16.875rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eB4CJdNFT5Xy7017XmtuQaflLuHi1dwD { width:7.5rem;height:7.5rem;top:20.3125rem;left:38.874275207519rem;display:block; }
 }@media only screen and (max-width: 763px) { #AovL3JhmRLoWnqosu7OSZZCFbgx7QEkQ { width:3.125rem;height:3.125rem;top:22.5rem;left:41.02995300293rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mmtcf50cnOvLitsgdDQmL3934tieZiUS { top:31.125rem;left:14.499275207519rem;width:16.875rem;height:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MB45TJEulJhDLypDZ5rWNTOyyIbSgGVH { display:block; }#MB45TJEulJhDLypDZ5rWNTOyyIbSgGVH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RQmL9L3WFJAAAh9ZeIdxl2kEe2uCMceD { width:47.75rem;height:2.1875rem;top:4.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHCJPF6WkuDm412wumz4t5u2snpr2tH4 { top:24.625rem;left:0rem;width:16.3125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d93I8xRWOvTTX49NJMNk6TdfZwKl0h8y { top:26.375rem;left:0rem;width:16.125rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #trpJfz2qpveQVJXNcElDuVTncKmhMpT6 { top:24.5625rem;left:15.0625rem;width:16.125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvkOrqBM3XPOGsOSxdLPo2CyF5XezwAf { width:11.1875rem;height:2.4375rem;top:31.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxkKchN8tpSlhiaGkEQx7dH5zWR8vmil { display:block; }
 }@media only screen and (max-width: 763px) { #VcNdqczTWKeKvZGJ2oSCCeOEM3X3Jgmb { width:11.1875rem;height:2.4375rem;top:31.6875rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKqqMzAEugX9vGzFE41ufT6QeUm2zIw6 { display:block; }
 }@media only screen and (max-width: 763px) { #R4eSxWlhdzmCQbv3iadIaNCeMNyFnr6a { top:24.625rem;left:31.5rem;width:16.25rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhFsOxsBcVxcLcpDR5XTRoTHvnfWyJ6F { top:28.0625rem;left:31.375rem;width:16.3125rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zl4akAWPGdEQkX4zdCKdTCgpFxrBzeml { width:11.25rem;height:2.5rem;top:31.6875rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrIRTcFLWDrTzdDhbHWixLMu60HOylZP { display:block; }
 }@media only screen and (max-width: 763px) { #tDeqnDBWxlQ6TRmnhhc3ogVDvzUmrHNr { width:16.75rem;height:10.710129073991rem;top:12.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqoxpT5EoV8FwAxx4rpyvs0ZFcgd5UeQ { width:16.25rem;height:10.75rem;top:12.8125rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNsUeAlOCwI6g6mCi4m94dtAvbxoVPPw { width:16.25rem;height:10.625rem;top:12.8125rem;left:31.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTEtnFtwF6HiJKZUNuuti6oXVuZbK2d4 { width:16.5625rem;height:2.1875rem;top:9.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuwawFbTx0xVF3Nq7Nsg5axuPToi6kSN { width:16.5625rem;height:2.1875rem;top:9.9375rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9tP03giXhgiSmEK8ev6zJ41gzoILuz3 { width:16.5625rem;height:2.1875rem;top:9.9375rem;left:31.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIZ05fy2iGnqGPRJIRRnTyMyCAKMnM6p { top:26.25rem;left:15.0625rem;width:16.125rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyzM0rEWzSrWgtTG1WV9bvb1nGKt6BoN { display:block; }#CyzM0rEWzSrWgtTG1WV9bvb1nGKt6BoN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p79Z8PVXipiMi736r42uFGITCSUZu79O .widget-regular-label { width:30.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#p79Z8PVXipiMi736r42uFGITCSUZu79O .widget-input-text { width:30.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#p79Z8PVXipiMi736r42uFGITCSUZu79O .widget-input-text {padding-top: 0; padding-bottom: 0;}#p79Z8PVXipiMi736r42uFGITCSUZu79O .widget-textarea { width:30.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#p79Z8PVXipiMi736r42uFGITCSUZu79O .widget-input-select { width:30.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#p79Z8PVXipiMi736r42uFGITCSUZu79O .widget-input-select {padding-top: 0; padding-bottom: 0;}#p79Z8PVXipiMi736r42uFGITCSUZu79O .widget-input-button { width:18.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:6.3125rem; }
#p79Z8PVXipiMi736r42uFGITCSUZu79O .widget-checkbox-label { width:29.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#p79Z8PVXipiMi736r42uFGITCSUZu79O  { width:30.8125rem;height:auto;top:4.9375rem;left:14.4375rem; }
#p79Z8PVXipiMi736r42uFGITCSUZu79O .radio-container { width:30.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#p79Z8PVXipiMi736r42uFGITCSUZu79O {display:block;}#p79Z8PVXipiMi736r42uFGITCSUZu79O { width:30.8125rem;height:auto;top:4.9375rem;left:14.4375rem; }
 }@media only screen and (max-width: 763px) { #p79Z8PVXipiMi736r42uFGITCSUZu79O #KbbdHNxTHt0BpscSFXGM6nTBaz01RLTx {  }
 }@media only screen and (max-width: 763px) { #p79Z8PVXipiMi736r42uFGITCSUZu79O #osG5kgMCqbLFJD0ygMKsXATb3Qo0LTGF { display:block; }
 }@media only screen and (max-width: 763px) { #p79Z8PVXipiMi736r42uFGITCSUZu79O #NA28XQlXnazoalLzurCzItX88IwrQ20U {  }
 }@media only screen and (max-width: 763px) { #p79Z8PVXipiMi736r42uFGITCSUZu79O #hDFbFDwzew5Q4yOohWsP1hPwOH5uSCJ4 {  }
 }@media only screen and (max-width: 763px) { #p79Z8PVXipiMi736r42uFGITCSUZu79O #U6DcZdeUi2T9MhDTd9kMKx13lXQXQvu8 {  }
 }@media only screen and (max-width: 763px) { #p79Z8PVXipiMi736r42uFGITCSUZu79O #uiWzLuQ1tVqe35DFACc9d9FDv2Qd2fTC {  }
 }@media only screen and (max-width: 763px) { #p79Z8PVXipiMi736r42uFGITCSUZu79O #mmUsJs2WxfwllBUv3yImW9M2oV4MxPvH {  }
 }@media only screen and (max-width: 763px) { #p79Z8PVXipiMi736r42uFGITCSUZu79O #Vy5w55KFWHTDQeg6Z6e1t9c5TezRSdBZ {  }
 }@media only screen and (max-width: 763px) { #p79Z8PVXipiMi736r42uFGITCSUZu79O #TNBshIFLTol8iC86yybfebXCAIO5u590 {  }
 }@media only screen and (max-width: 763px) { #p79Z8PVXipiMi736r42uFGITCSUZu79O #nlJRes20JlxfwLrDMeuTtN7sUbi9lqHr {  }
 }@media only screen and (max-width: 763px) { #p79Z8PVXipiMi736r42uFGITCSUZu79O #eWbNNx64gpmSAw6s5OQxJE0u4yHf02p8 {  }
 }@media only screen and (max-width: 763px) { #p79Z8PVXipiMi736r42uFGITCSUZu79O #W8AnxM1tJGvVmlLk77VGCavGT6PJSx2m {  }
 }@media only screen and (max-width: 763px) { #p79Z8PVXipiMi736r42uFGITCSUZu79O #DbscNfqDZgyne4ohXtPh7DTIatU2w9qB {  }
 }@media only screen and (max-width: 763px) { #p79Z8PVXipiMi736r42uFGITCSUZu79O #u3bChbhd9MUz9AATyD2uClnzoQ2oibuK {  }
 }@media only screen and (max-width: 763px) { #p79Z8PVXipiMi736r42uFGITCSUZu79O #oQ5irkfC0t8caTRq9bD8DFaRCNypqlta {  }
 }@media only screen and (max-width: 763px) { #p79Z8PVXipiMi736r42uFGITCSUZu79O #os3UtbMJshHTPxXkFsmIzCSHpOuD3nSN {  }
 }@media only screen and (max-width: 763px) { #p79Z8PVXipiMi736r42uFGITCSUZu79O #hnae1FppCGKcPWHsZ6kgiTatzTIVQiWG {  }
 }@media only screen and (max-width: 763px) { #THxFQQl8aGEeBZ9vd3FmpqXw8KUGQH8W { top:4.9375rem;left:0rem;width:24.625rem;height:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4LPiDsQTPlVw0EKHwxcnB8JtFSKk34y { top:10.3125rem;left:0rem;width:25.25rem;height:12.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0GRuWxmglzGc3Z1T6J7KV8ewN1ztNWS { display:block; }#X0GRuWxmglzGc3Z1T6J7KV8ewN1ztNWS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LM5yWoA84PFQdhg6Sg5Z6hP6KNRHfeEr { top:3.0625rem;left:0.4375rem;width:14.875rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCBHXPCB6K3zfuPRQ7A75x2cXEewhIKV { width:23.8125rem;height:6.25rem;top:12.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gu0vIDdLM1BTVKvxd9sTB5EWlIvxZLKk { top:1.75rem;left:33.9375rem;width:12.3125rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HE1QHMepWpLm7Bc4LIcoggxgzSskT7RM { width:24.25rem;height:5.1875rem;top:12.25rem;left:23.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;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); } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:relative;z-index:auto;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:36.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #POrJdG1mz6EhyL3UVelW9RSVHU2ltJ2T { width:12.375rem;height:10.3125rem;top:1.1744792461395rem;left:3.8125001192093rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #sTD2qRyrHpWJlLnwktUE6PyXooDdUg6S { width:17.125rem;height:6.875rem;top:12.125rem;left:1.4375rem;font-size:1.5625rem;text-align:left;text-align-last:left;line-height:1.1;color:#505269;display:block; }
 }@media only screen and (max-width: 763px) { #SLWvR21Zaqg6qNuNAi8EJ7961kLtBrAc { width:20rem;height:auto;top:25.875rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #C1TRwGVT4eslhTEkn7IAZbBrE5BkaEp7 { height:10.3125rem;width:18.4375rem;top:24.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b02BQ98Qf6qykPCg3RZNVSuLhpvxfTv4 { width:14.0625rem;height:2.5rem;top:20.8125rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6C8zhw4GJ82gkKk373MzPTDCIRBdVuT { display:block; }
 }@media only screen and (max-width: 763px) { #wIddsUNUGXDC8HuqLtMIT6E2SXXBcT1o { display:block; }#wIddsUNUGXDC8HuqLtMIT6E2SXXBcT1o > .row .container { width:20rem;height:51rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fURinBQ6NM04K7mVarEIdERwWx9XpX8V { width:18.25rem;height:3.73698125rem;top:4.3750002384186rem;left:0.875rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #RcO5Ww9BhvSWdia60Ke2kqiViKqCFCzG { width:17.75rem;height:13rem;top:9.63671875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGCmVtKqQa64PgpQGkMp9F9blQTlFVpA { width:13.8125rem;height:7rem;top:11.0625rem;left:3.0937501192093rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #rkNV2pw0hDg01xJrgJcdsLw1HhMTsleh { width:15.6875rem;height:1.75rem;top:19.57421875rem;left:2.1562501192093rem;font-size:1rem;background-color:#e5005a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #DMBWfxwvwn0yFfcFiNV8RQ5iaF45Dn1N { display:block; }
 }@media only screen and (max-width: 763px) { #w7vMg1iKFOh05bNFWETQbH9A7APZcA4T { width:17.5rem;height:11.375rem;top:25.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yK44GSTUo2cPMzdOTnx0HnUO7Tu7NX3y { width:13.8125rem;height:5.25rem;top:26.5625rem;left:3.125rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Qgk0s3ZLJkLVp9o6po0nEhTOFGyOfDaP { width:15.6875rem;height:1.75rem;top:33.3125rem;left:2.1875rem;font-size:1rem;background-color:#e5005a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #x0yL2IlToiVMJ9tnS4dqSwI2NoUmbFmk { display:block; }
 }@media only screen and (max-width: 763px) { #TsZzGmtCJ28nPtdt6sFhpu6t7W6s4ccS { width:17.75rem;height:10.375rem;top:38.8125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg63s5AsKzHwZ9p3d06QEH9nKV6mDteH { width:13.8125rem;height:3.5rem;top:40.6875rem;left:3.0937501192093rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #UJXUlchQBA5htUUo7N4HSFLgfTzSGqxo { width:15.6875rem;height:1.75rem;top:46.0625rem;left:2.1562501192093rem;font-size:1rem;background-color:#e5005a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Iua96le5IZEbnNTPQfnCxxuEe3ivRmCJ { display:block; }
 }@media only screen and (max-width: 763px) { #v1PyIvch9EW2kobS51CMR018JTf1Ts8R { width:13.75rem;height:1.65003125rem;top:1.25rem;left:3.125rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #c0oG7e0QxpRAUrBS1exTV8iXVpNWwK2V { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1a587cf7-1f6f-4eb3-a08b-b4d5bf031f2b/visuel_player.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#c0oG7e0QxpRAUrBS1exTV8iXVpNWwK2V.adaptive-delivery-prevent-bg, #c0oG7e0QxpRAUrBS1exTV8iXVpNWwK2V.lazyload, #c0oG7e0QxpRAUrBS1exTV8iXVpNWwK2V.lazyloading { background-image: none; }#c0oG7e0QxpRAUrBS1exTV8iXVpNWwK2V > .row .container { background-color: transparent; background-image: none; }#c0oG7e0QxpRAUrBS1exTV8iXVpNWwK2V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.75); }#c0oG7e0QxpRAUrBS1exTV8iXVpNWwK2V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c0oG7e0QxpRAUrBS1exTV8iXVpNWwK2V > .row .container > .video-iframe-container { display: none; }#c0oG7e0QxpRAUrBS1exTV8iXVpNWwK2V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.75); }#c0oG7e0QxpRAUrBS1exTV8iXVpNWwK2V > .row > .video-iframe-container { display: none; }#c0oG7e0QxpRAUrBS1exTV8iXVpNWwK2V > .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); }#c0oG7e0QxpRAUrBS1exTV8iXVpNWwK2V > .row .container { width:20rem;height:33.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NXnohxvDgmZs7A66l1T1DBbK9iH9BgRm { width:14.4998125rem;height:3.30005625rem;top:1.25rem;left:2.75rem;font-size:1.375rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ol97hvr0uPElnTemn8oH7Toby10AiCGN { width:15.873875rem;height:1.1993625rem;top:5.061487197876rem;left:2.0616320371628rem;font-size:1rem;line-height:1.2;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CVK8WgNnomGmtFV5NlouiFNeatUNSqlT .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CVK8WgNnomGmtFV5NlouiFNeatUNSqlT .accordion-heading-text { font-size:0.875rem;height:auto; }
#CVK8WgNnomGmtFV5NlouiFNeatUNSqlT .accordion-desc-text { font-size:0.8125rem;height:auto;line-height:1.3;overflow:hidden; }
#CVK8WgNnomGmtFV5NlouiFNeatUNSqlT { display:flex;height:auto;width:17.49925rem;top:6.2586812973025rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CVK8WgNnomGmtFV5NlouiFNeatUNSqlT #uF1le1lxAZO4Ss4SHr53Wi4n4xMCUk1t {  }
 }@media only screen and (max-width: 763px) { #CVK8WgNnomGmtFV5NlouiFNeatUNSqlT #JEpQqFgeLfh8tnC3HXzMquv2VJpzWXaW {  }
 }@media only screen and (max-width: 763px) { #CVK8WgNnomGmtFV5NlouiFNeatUNSqlT #e2I2DeIwelKadAlGt5FTdfzB9FL9GX7V {  }
 }@media only screen and (max-width: 763px) { #CVK8WgNnomGmtFV5NlouiFNeatUNSqlT #pLHfpsVPr8ZMs6TGlf5A8UXCIZ9LnWbz {  }
 }@media only screen and (max-width: 763px) { #CVK8WgNnomGmtFV5NlouiFNeatUNSqlT #aq4LeLZqTQb8PBUNdEoPbAbMdqdVtcG9 {  }
 }@media only screen and (max-width: 763px) { #CVK8WgNnomGmtFV5NlouiFNeatUNSqlT #vtm0lPz2dIsZaFdRJTGeUTd4etAsd3mJ {  }
 }@media only screen and (max-width: 763px) { #CVK8WgNnomGmtFV5NlouiFNeatUNSqlT #GPEQCfB9STx5dIc9BqC9T5Z7T6ykgp1m {  }
 }@media only screen and (max-width: 763px) { #CVK8WgNnomGmtFV5NlouiFNeatUNSqlT #LugG8VDFaXMg3eAmc931wVUQl5x42Hqp {  }
 }@media only screen and (max-width: 763px) { #CVK8WgNnomGmtFV5NlouiFNeatUNSqlT #bNl8cQ4AB6rkMeCfhvGVpQKtOMpBBoTM {  }
 }@media only screen and (max-width: 763px) { #CVK8WgNnomGmtFV5NlouiFNeatUNSqlT #HJeQpdbcGCcURHSEDhddqDS9eCPGtUQ2 {  }
 }@media only screen and (max-width: 763px) { #CVK8WgNnomGmtFV5NlouiFNeatUNSqlT #JGBMt8gKTcvAEaeV4pnATm9RsTarNf1w {  }
 }@media only screen and (max-width: 763px) { #CVK8WgNnomGmtFV5NlouiFNeatUNSqlT #dpJvhFs06x95nhgbfVcbtm49TDC2RhE2 {  }
 }@media only screen and (max-width: 763px) { #CVK8WgNnomGmtFV5NlouiFNeatUNSqlT #cWZMoEdcJXK74gyIoKISNtHF5w4aUJJq {  }
 }@media only screen and (max-width: 763px) { #CVK8WgNnomGmtFV5NlouiFNeatUNSqlT #sIV5RsWPqQLWUeLk12NqkzeckrnwTRXH {  }
 }@media only screen and (max-width: 763px) { #CVK8WgNnomGmtFV5NlouiFNeatUNSqlT #OgcJHTgHRegJf1TURMisqtvzGrFXUGPa {  }
 }@media only screen and (max-width: 763px) { #qZXRoXNX6ZvaOvdayav6tJRLD9fJS6AV { width:0.0625rem;height:20.0625rem;top:5.875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #utsQ6JIm1zPkG0sKtTfTMGcOEEzBTfSh { display:block; }#utsQ6JIm1zPkG0sKtTfTMGcOEEzBTfSh > .row .container { width:20rem;height:40.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZMNz3WWpnIzoo1JZhqZu6rLMDKCoAt34 { width:18.375rem;height:2.625rem;top:14.9375rem;left:0.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #uaHT526XJJ8geJisHMNmioAGsqnR9yBe { width:20rem;height:1.65003125rem;top:1.25rem;left:0rem;font-size:1.375rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V1ze2hMbDLZ9fJAXx5J0SwrlkyFE1FrJ { width:18.125rem;height:2.62441875rem;top:30.8125rem;left:0.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #sn7GIXJAgL1s52SXEz3o5MD30UTLSBAi { width:17.0625rem;height:2.34230625rem;top:4.375rem;left:1.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #GN95WliWbgHT4B7JaSVwHxoAlhTnpzlB { width:7.4375rem;height:5.8125rem;top:8.3125rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsQosoctNIwye1qDIbAGFJ3NRgcE30Di { width:12.999rem;height:1.31303125rem;top:20.3125rem;left:3.4996446371079rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #irvthQmrR3RpQKAx0k1TUEMucrZGLMgf { width:6.1875rem;height:0.0625rem;top:20rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6zGz9zm3gZqUPzWVEWOKoXfQDGZ3lCD { width:20rem;height:1.5458625rem;top:17.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pDd7THByec3v5DL8C8eJ7sFn54DhMPFT { width:6.311875rem;height:1.5458625rem;top:34.25rem;left:6.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z4cwoQbeCHyhxPpmznxERJ4Ozu9OBVo1 { width:6.1875rem;height:0.0625rem;top:36.6875rem;left:6.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioKmoF3UKb7oxTzCi2HZTWpzcVG0f1LO { width:20rem;height:2.6258625rem;top:36.99928855896rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ktQu3PCi6B4FZsFkVIsag9GqxfdLNV7K { width:7.4370625rem;height:5.87456875rem;top:24rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGNXT0DEOM7QVBZ1rJOJAxfo4Ju6nTdI { display:block; }#gGNXT0DEOM7QVBZ1rJOJAxfo4Ju6nTdI > .row .container { width:20rem;height:74.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OGzEmzATTzfBxMumXXMJ6zLtWGEqsdNQ { width:17.5625rem;height:3.30005625rem;top:1.25rem;left:1.1875rem;font-size:1.375rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E9GUHzAwNkTE1XIudbSWx08XVVWfXCQi { width:17.875rem;height:8.5778125rem;top:6.25rem;left:1rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #CMNWkef0iFiWNfrrp7mhxQr4PWkwEIXO { width:18.1875rem;height:1.75rem;top:17.134110450744rem;left:0.90625rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #fXE6rSi2Fwzvv6uBQ2o0BoPPWOz6RJbX { width:7.5rem;height:7.5rem;top:20.75rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKvviFyXga04drTbBA81IwRiAxSze8zi { width:2.9375rem;height:2.9375rem;top:23.0625rem;left:8.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLQ3v40yEHb1NucsoT4slTrWURek4LTo { width:16.875rem;height:2.5rem;top:29.3125rem;left:1.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q4WycWeZAaaRUH7XmHmJVIiu0FBGav4s { width:16.875rem;height:1.25rem;top:47.125rem;left:1.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sflRhqN5txzhEwdqGwcBF5AOIneqdcTJ { width:7.5rem;height:7.5rem;top:38.625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVJoGTxLC5lOl4Pnzqopdie2EwMA7bEE { width:3.125rem;height:3.125rem;top:40.8125rem;left:8.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIx2NdbF5bQ9DNDxzkDv1AVJgCbcuFfe { width:16.875rem;height:3.41363125rem;top:32.6875rem;left:1.5625rem;font-size:0.875rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #amUCgxGq3s9MuWf6mcIvLPuZMQk7fRk2 { width:16.875rem;height:2.5rem;top:64.5625rem;left:1.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o8R5FCoenoKHgHPMeihGQFpPoCVeuIMM { width:16.875rem;height:3.15104375rem;top:68.5625rem;left:1.5625rem;font-size:0.875rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eB4CJdNFT5Xy7017XmtuQaflLuHi1dwD { width:7.5rem;height:7.5rem;top:56.1875rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AovL3JhmRLoWnqosu7OSZZCFbgx7QEkQ { width:2.8125rem;height:2.8125rem;top:58.5625rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mmtcf50cnOvLitsgdDQmL3934tieZiUS { width:16.875rem;height:4.2013875rem;top:49.5625rem;left:1.5625rem;font-size:0.875rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MB45TJEulJhDLypDZ5rWNTOyyIbSgGVH { display:block; }#MB45TJEulJhDLypDZ5rWNTOyyIbSgGVH > .row .container { width:20rem;height:78rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RQmL9L3WFJAAAh9ZeIdxl2kEe2uCMceD { width:20rem;height:1.9249125rem;top:1.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #bHCJPF6WkuDm412wumz4t5u2snpr2tH4 { width:16.375rem;height:1.19939375rem;top:19.474609375rem;left:1.8125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #d93I8xRWOvTTX49NJMNk6TdfZwKl0h8y { width:16.1875rem;height:2.27575rem;top:21.3857421875rem;left:1.90625rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #trpJfz2qpveQVJXNcElDuVTncKmhMpT6 { width:16.1875rem;height:1.19939375rem;top:42.75rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #gvkOrqBM3XPOGsOSxdLPo2CyF5XezwAf { width:11.25rem;height:2.5rem;top:47.75rem;left:1.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxkKchN8tpSlhiaGkEQx7dH5zWR8vmil { display:block; }
 }@media only screen and (max-width: 763px) { #VcNdqczTWKeKvZGJ2oSCCeOEM3X3Jgmb { width:11.25rem;height:2.5rem;top:24.2841796875rem;left:1.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKqqMzAEugX9vGzFE41ufT6QeUm2zIw6 { display:block; }
 }@media only screen and (max-width: 763px) { #R4eSxWlhdzmCQbv3iadIaNCeMNyFnr6a { width:16.25rem;height:2.39879375rem;top:65.9375rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #EhFsOxsBcVxcLcpDR5XTRoTHvnfWyJ6F { width:16.375rem;height:2.10069375rem;top:69.3125rem;left:1.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #zl4akAWPGdEQkX4zdCKdTCgpFxrBzeml { width:11.25rem;height:2.5rem;top:72.375rem;left:1.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrIRTcFLWDrTzdDhbHWixLMu60HOylZP { display:block; }
 }@media only screen and (max-width: 763px) { #tDeqnDBWxlQ6TRmnhhc3ogVDvzUmrHNr { width:16.3125rem;height:10.625rem;top:7.5625rem;left:1.8437501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqoxpT5EoV8FwAxx4rpyvs0ZFcgd5UeQ { width:16.3125rem;height:10.8125rem;top:30.5625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNsUeAlOCwI6g6mCi4m94dtAvbxoVPPw { width:16.3125rem;height:10.6875rem;top:53.8125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTEtnFtwF6HiJKZUNuuti6oXVuZbK2d4 { width:16.5625rem;height:1.3994125rem;top:6.2265625rem;left:1.71875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #UuwawFbTx0xVF3Nq7Nsg5axuPToi6kSN { width:16.5625rem;height:1.3994125rem;top:29.25rem;left:1.75rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #N9tP03giXhgiSmEK8ev6zJ41gzoILuz3 { width:16.5625rem;height:1.3994125rem;top:52.5rem;left:1.75rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #vIZ05fy2iGnqGPRJIRRnTyMyCAKMnM6p { width:16.1230625rem;height:2.27575rem;top:44.8125rem;left:1.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #CyzM0rEWzSrWgtTG1WV9bvb1nGKt6BoN { display:block; }#CyzM0rEWzSrWgtTG1WV9bvb1nGKt6BoN > .row .container { width:20rem;height:49.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p79Z8PVXipiMi736r42uFGITCSUZu79O .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;line-height:1.2;overflow:hidden;height:auto;color:#4d4d4d;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top; }
#p79Z8PVXipiMi736r42uFGITCSUZu79O .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:1.8125rem;display:block;vertical-align:top; }
#p79Z8PVXipiMi736r42uFGITCSUZu79O .widget-input-text {padding-top: 0; padding-bottom: 0;}#p79Z8PVXipiMi736r42uFGITCSUZu79O .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#p79Z8PVXipiMi736r42uFGITCSUZu79O .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#p79Z8PVXipiMi736r42uFGITCSUZu79O .widget-input-select {padding-top: 0; padding-bottom: 0;}#p79Z8PVXipiMi736r42uFGITCSUZu79O .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#p79Z8PVXipiMi736r42uFGITCSUZu79O .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#p79Z8PVXipiMi736r42uFGITCSUZu79O .widget-input-button { width:10.3125rem;margin-top:0.25rem;margin-right:3.0625rem;margin-bottom:0.25rem;margin-left:3.5625rem;font-size:0.875rem;overflow:hidden;line-height:1.1;height:2.5rem; }
#p79Z8PVXipiMi736r42uFGITCSUZu79O .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;line-height:1.3;overflow:hidden;height:auto; }
#p79Z8PVXipiMi736r42uFGITCSUZu79O  { width:17.5rem;height:auto;top:22.3115234375rem;left:0rem;box-shadow: none;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#p79Z8PVXipiMi736r42uFGITCSUZu79O .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#p79Z8PVXipiMi736r42uFGITCSUZu79O {display:block;}#p79Z8PVXipiMi736r42uFGITCSUZu79O { width:17.5rem;height:auto;top:22.3115234375rem;left:0rem;box-shadow: none;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
 }@media only screen and (max-width: 763px) { #p79Z8PVXipiMi736r42uFGITCSUZu79O #KbbdHNxTHt0BpscSFXGM6nTBaz01RLTx {  }
 }@media only screen and (max-width: 763px) { #p79Z8PVXipiMi736r42uFGITCSUZu79O #osG5kgMCqbLFJD0ygMKsXATb3Qo0LTGF { display:none; }
 }@media only screen and (max-width: 763px) { #p79Z8PVXipiMi736r42uFGITCSUZu79O #NA28XQlXnazoalLzurCzItX88IwrQ20U {  }
 }@media only screen and (max-width: 763px) { #p79Z8PVXipiMi736r42uFGITCSUZu79O #hDFbFDwzew5Q4yOohWsP1hPwOH5uSCJ4 {  }
 }@media only screen and (max-width: 763px) { #p79Z8PVXipiMi736r42uFGITCSUZu79O #U6DcZdeUi2T9MhDTd9kMKx13lXQXQvu8 {  }
 }@media only screen and (max-width: 763px) { #p79Z8PVXipiMi736r42uFGITCSUZu79O #uiWzLuQ1tVqe35DFACc9d9FDv2Qd2fTC {  }
 }@media only screen and (max-width: 763px) { #p79Z8PVXipiMi736r42uFGITCSUZu79O #mmUsJs2WxfwllBUv3yImW9M2oV4MxPvH {  }
 }@media only screen and (max-width: 763px) { #p79Z8PVXipiMi736r42uFGITCSUZu79O #Vy5w55KFWHTDQeg6Z6e1t9c5TezRSdBZ {  }
 }@media only screen and (max-width: 763px) { #p79Z8PVXipiMi736r42uFGITCSUZu79O #TNBshIFLTol8iC86yybfebXCAIO5u590 {  }
 }@media only screen and (max-width: 763px) { #p79Z8PVXipiMi736r42uFGITCSUZu79O #nlJRes20JlxfwLrDMeuTtN7sUbi9lqHr {  }
 }@media only screen and (max-width: 763px) { #p79Z8PVXipiMi736r42uFGITCSUZu79O #eWbNNx64gpmSAw6s5OQxJE0u4yHf02p8 { display:none; }
 }@media only screen and (max-width: 763px) { #p79Z8PVXipiMi736r42uFGITCSUZu79O #W8AnxM1tJGvVmlLk77VGCavGT6PJSx2m {  }
 }@media only screen and (max-width: 763px) { #p79Z8PVXipiMi736r42uFGITCSUZu79O #DbscNfqDZgyne4ohXtPh7DTIatU2w9qB {  }
 }@media only screen and (max-width: 763px) { #p79Z8PVXipiMi736r42uFGITCSUZu79O #u3bChbhd9MUz9AATyD2uClnzoQ2oibuK {  }
 }@media only screen and (max-width: 763px) { #p79Z8PVXipiMi736r42uFGITCSUZu79O #oQ5irkfC0t8caTRq9bD8DFaRCNypqlta {  }
 }@media only screen and (max-width: 763px) { #p79Z8PVXipiMi736r42uFGITCSUZu79O #os3UtbMJshHTPxXkFsmIzCSHpOuD3nSN {  }
 }@media only screen and (max-width: 763px) { #p79Z8PVXipiMi736r42uFGITCSUZu79O #hnae1FppCGKcPWHsZ6kgiTatzTIVQiWG {  }
 }@media only screen and (max-width: 763px) { #THxFQQl8aGEeBZ9vd3FmpqXw8KUGQH8W { width:18.0625rem;height:5.01301875rem;top:2.5397136211395rem;left:0.9375rem;font-size:1.25rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h4LPiDsQTPlVw0EKHwxcnB8JtFSKk34y { width:17.375rem;height:11.37875rem;top:9.060546875rem;left:1.3125001192093rem;font-size:0.875rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X0GRuWxmglzGc3Z1T6J7KV8ewN1ztNWS { display:block; }#X0GRuWxmglzGc3Z1T6J7KV8ewN1ztNWS > .row .container { width:20rem;height:44.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LM5yWoA84PFQdhg6Sg5Z6hP6KNRHfeEr { width:14.875rem;height:7.0625rem;top:2.25rem;left:2.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCBHXPCB6K3zfuPRQ7A75x2cXEewhIKV { width:17.875rem;height:10.49625rem;top:11.1875rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gu0vIDdLM1BTVKvxd9sTB5EWlIvxZLKk { width:12.3125rem;height:10.25rem;top:23.999572753906rem;left:3.8433163762093rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HE1QHMepWpLm7Bc4LIcoggxgzSskT7RM { width:17.9375rem;height:7.347375rem;top:34.812286376953rem;left:1.0308160185814rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }