.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:220,247,223;--color-secondary-1:138,228,147;--color-secondary-2:21,201,39;--color-secondary-3:11,101,20;--color-secondary-4:3,30,6;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"montserrat";--paragraphs-font-family:"montserrat"; }@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:rgba(var(--color-tertiary-0),1);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); }#SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA { position:relative;display:block; }#SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA { background-color: transparent; background-image: none; }#SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA > .row .container > .video-iframe-container { display: none; }#SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA > .row > .video-iframe-container { display: none; }#SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA > .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); }#SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA { border-width: 0; border-radius: 0; }#SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA > .row .container > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/dea909db-e41d-4cc7-abae-e3f4c395d98a/headerlechantducigne.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:0.875rem;font-family:arial;height:41.6875rem;width:75rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;position:relative;display:block; }#SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA > .row .container.adaptive-delivery-prevent-bg, #SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA > .row .container.lazyload, #SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA > .row .container.lazyloading { background-image: none; }#s1BdOwzJubOTXpQtViK60cJP1slL3Vpc { color:rgba(var(--color-tertiary-4),1);display:block;width:39.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15000;line-height:.9;letter-spacing:0;top:15.1875rem;left:2.1875rem;height:5.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#pxLoFDSMCkLWttxJSuWu0Pv1aTDVdoVt { color:#000000;display:block;width:34.7480625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:27.6875rem;left:2.1875rem;height:2.92448125rem;display:block; }
#ImwvZdi67vpkkq74wEBTHhmafDIeAL6E { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:11.4375rem;top:4.6552734375rem;left:2.181640625rem;overflow:hidden;display:block; }
#BmdxaZq97pXaUIQoWKPFbmwxlpFzARAD { background-color:transparent;background-image:none;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.1875rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:32.1875rem;left:2.1875rem;display:block; }
#S5tFbi5SQRSACxpc6L3xJ2H0Z47L8ldP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MW7GfNQc8EnwtTJVoiDFnqqr14vms75g { color:rgba(var(--color-tertiary-4),1);display:block;width:39.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:21.729167938233rem;left:2.1875rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TrTiErsHTqLXoMobgRsbT3THM1HXnXzV { position:relative;display:block; } #J097062c4b312fecbdf0a9e6f9b8f9b5.widget-smartsection *:focus-visible, #J097062c4b312fecbdf0a9e6f9b8f9b5.widget-smartsection input[type="text"]:focus-visible, #J097062c4b312fecbdf0a9e6f9b8f9b5.widget-smartsection input[type="email"]:focus-visible, #J097062c4b312fecbdf0a9e6f9b8f9b5.widget-smartsection input[type="tel"]:focus-visible, #J097062c4b312fecbdf0a9e6f9b8f9b5.widget-smartsection textarea:focus-visible { outline: none; } #TrTiErsHTqLXoMobgRsbT3THM1HXnXzV > .row .container { position:relative;display:block; }#b9hXpK7ZDJn3axUnu8trMGQn0KzlvRmf { position:relative;display:block; }#b9hXpK7ZDJn3axUnu8trMGQn0KzlvRmf { background-color: transparent; background-image: none; }#b9hXpK7ZDJn3axUnu8trMGQn0KzlvRmf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b9hXpK7ZDJn3axUnu8trMGQn0KzlvRmf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b9hXpK7ZDJn3axUnu8trMGQn0KzlvRmf > .row .container > .video-iframe-container { display: none; }#b9hXpK7ZDJn3axUnu8trMGQn0KzlvRmf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b9hXpK7ZDJn3axUnu8trMGQn0KzlvRmf > .row > .video-iframe-container { display: none; }#b9hXpK7ZDJn3axUnu8trMGQn0KzlvRmf > .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); }#b9hXpK7ZDJn3axUnu8trMGQn0KzlvRmf { border-width: 0; border-radius: 0; }#b9hXpK7ZDJn3axUnu8trMGQn0KzlvRmf > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#b9hXpK7ZDJn3axUnu8trMGQn0KzlvRmf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:1.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#AeDcd2dd9tDu0G83Ohnku0b0Tkh3xTqp { position:relative;display:block; }#AeDcd2dd9tDu0G83Ohnku0b0Tkh3xTqp { background-color: transparent; background-image: none; }#AeDcd2dd9tDu0G83Ohnku0b0Tkh3xTqp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AeDcd2dd9tDu0G83Ohnku0b0Tkh3xTqp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AeDcd2dd9tDu0G83Ohnku0b0Tkh3xTqp > .row .container > .video-iframe-container { display: none; }#AeDcd2dd9tDu0G83Ohnku0b0Tkh3xTqp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AeDcd2dd9tDu0G83Ohnku0b0Tkh3xTqp > .row > .video-iframe-container { display: none; }#AeDcd2dd9tDu0G83Ohnku0b0Tkh3xTqp > .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); }#AeDcd2dd9tDu0G83Ohnku0b0Tkh3xTqp { border-width: 0; border-radius: 0; }#AeDcd2dd9tDu0G83Ohnku0b0Tkh3xTqp > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#AeDcd2dd9tDu0G83Ohnku0b0Tkh3xTqp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:35.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yWn9yhLpkUr4yTJeNbx9pZ2wQ19dGt2T { color:rgba(var(--color-tertiary-4),1);display:block;width:22.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:2.9374990463257rem;left:2.6875rem;height:4.38541875rem;font-style:normal;display:block; }
#zZxLQ4OUflqTBlqWnKKr1rg4U4Tds2li { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:10.743491172791rem;left:2.6875rem;height:1.70573125rem;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; }
#frEVRSR75HfMOUUrqnOLhTl6prKSwR0a { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"space grotesk";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.875rem;height:2.625rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:14.6875rem;left:2.6875rem;display:block; }
#H4zeLFZETde6kEM8NUZ3t20psZJpHK28 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LBKL9STi105kB4JblalqCmHUEnk8Lgl5 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"space grotesk";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.875rem;height:2.625rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:14.6875rem;left:17.25rem;display:block; }
#t6JdaR09ElZLNuGFpvldQDg1osyxoINc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NMsM7ZbdD199Tx5TT6vTGQiOl09G6D1f { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"space grotesk";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.875rem;height:2.625rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:18.6875rem;left:2.6875rem;display:block; }
#KT37ifTUV02xFuPkzxsGziNcT2454dis { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JuZLyZgeWosxLswGIwDVChXR0boH9FWs { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"space grotesk";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.874375rem;height:2.62478125rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:18.6875rem;left:17.25rem;display:block; }
#Dtr33KvUvVkZCIfTBwa1icuKNV1JnwzV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C7DnPNVFKhDw2TVKgqWVmkqE6TK8XTZ9 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:10.742188930511rem;left:40.519535064698rem;height:1.70573125rem;font-style:normal;display:block; }
#STxBFcPL6GVONtbzT3EXhS351QcJeeI6 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"space grotesk";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.872375rem;height:2.6237rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:19.375001430511rem;left:57.186199188233rem;display:block; }
#mLBh9Pocm9CaZXleRN81ncE7gT7gmBF8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PpLVrMLXKgGFuxBhOlsRLSvsalr7171u { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"space grotesk";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8736875rem;height:2.6237rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:14.6875rem;left:57.1875rem;display:block; }
#DE6ZR1JiP84vubaCE76GbuFXiPiz84my { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XwaI5fwngqTiXm08EC5k6rITJyFZqOH6 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"space grotesk";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.872375rem;height:2.6237rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:19.375001430511rem;left:40.335941314698rem;display:block; }
#UlI1w4o94gF7o85cnL99HdgqZycMpcta { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WGCTPQRnWVyhvAP6y8mCxzq3oHx0l8e3 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"space grotesk";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.872375rem;height:2.6237rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:23.875005245209rem;left:57.183597564698rem;display:block; }
#mzAKobI6HIWZZ12U16PGG2gSo2Zr9Kgv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a6UDT7wfpEqdk3CRKk7nv11W8AMlL8ob { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"space grotesk";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8736875rem;height:2.6237rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:14.6875rem;left:40.1875rem;display:block; }
#Nw3PGuhz26HTs4EBGdlUQCZ58l3WfLNT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LgpXCl2xdsMAW6KreJTL4TACBRdAzE13 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"space grotesk";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.872375rem;height:2.6237rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:28.375005245209rem;left:40.437503814698rem;display:block; }
#f9IqVVg5HL2r9FegHeGM8nhl6vQIAiLb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pdTCyCTfd9TWmhaOg1Z5y8e43LM5EreX { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"space grotesk";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.872375rem;height:2.6237rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:28.375005245209rem;left:57.183597564698rem;display:block; }
#OReIvprInO5X5RlRF7zoxbUpB3AxDXwe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H0czp2mRU3GmdeeTgAC3Ovcc8pALOPow { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"space grotesk";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.872375rem;height:2.6237rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:23.875005245209rem;left:40.437503814698rem;display:block; }
#KbRrR3TXy5N2WvINA7kNTGh8PgDFaBfK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DvkawpRCdng2Z9lvBi8g8JHiHsqQGXQH { position:absolute;display:block;z-index:15026;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:7rem;width:7rem;top:2.20703125rem;left:28.957035064698rem;overflow:hidden;display:block; }
#cfTQdmJnnWRIyrhJCW7cDc3qVLiWST3X { position:relative;display:block; }#cfTQdmJnnWRIyrhJCW7cDc3qVLiWST3X { background-color: transparent; background-image: none; }#cfTQdmJnnWRIyrhJCW7cDc3qVLiWST3X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfTQdmJnnWRIyrhJCW7cDc3qVLiWST3X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfTQdmJnnWRIyrhJCW7cDc3qVLiWST3X > .row .container > .video-iframe-container { display: none; }#cfTQdmJnnWRIyrhJCW7cDc3qVLiWST3X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfTQdmJnnWRIyrhJCW7cDc3qVLiWST3X > .row > .video-iframe-container { display: none; }#cfTQdmJnnWRIyrhJCW7cDc3qVLiWST3X > .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); }#cfTQdmJnnWRIyrhJCW7cDc3qVLiWST3X { border-width: 0; border-radius: 0; }#cfTQdmJnnWRIyrhJCW7cDc3qVLiWST3X > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#cfTQdmJnnWRIyrhJCW7cDc3qVLiWST3X > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bbT8p3l7LweOyQpuIX3Lifys32iTW6va { position:relative;display:block; }#bbT8p3l7LweOyQpuIX3Lifys32iTW6va { background-color: transparent; background-image: none; }#bbT8p3l7LweOyQpuIX3Lifys32iTW6va::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbT8p3l7LweOyQpuIX3Lifys32iTW6va > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbT8p3l7LweOyQpuIX3Lifys32iTW6va > .row .container > .video-iframe-container { display: none; }#bbT8p3l7LweOyQpuIX3Lifys32iTW6va > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbT8p3l7LweOyQpuIX3Lifys32iTW6va > .row > .video-iframe-container { display: none; }#bbT8p3l7LweOyQpuIX3Lifys32iTW6va > .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); }#bbT8p3l7LweOyQpuIX3Lifys32iTW6va { border-width: 0; border-radius: 0; }#bbT8p3l7LweOyQpuIX3Lifys32iTW6va > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#bbT8p3l7LweOyQpuIX3Lifys32iTW6va > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:24.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#unyTJqqzFFubplx2WBfZO2UlRbTOt7tB { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"space grotesk";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8736875rem;height:2.6237rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:11.937498569489rem;left:18.061199188233rem;display:block; }
#mllREvlhvDyiWwxNkgnRIhNXGXVTd4kT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TkpPSe7Er4iSmb14rQwsWaRI1mwgAXgB { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"space grotesk";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8736875rem;height:2.6237rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:16.343748569489rem;left:18.143230438233rem;display:block; }
#x1rqNIT8OMhWfTAny7eMVC1ewWsrJ2wN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fzXHKuwlnGIAzFz3vB6UzNkA1nWKtiOH { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"space grotesk";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8736875rem;height:2.6237rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:16.343748569489rem;left:3.5182304382324rem;display:block; }
#MLuQi542gXecmvPgciGrUAKd5fEvvob8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FVChrWD67dSxAoKxcSerR0awsV58MJP0 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"space grotesk";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8736875rem;height:2.6237rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:11.9375rem;left:3.51953125rem;display:block; }
#y5CfeQ7GCfQV65fbbQgai5r9uvLZHvPB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vv9T3Cm9xusHMEBPh2hKyolmw8EJr7JZ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:4.625rem;left:40.270832061767rem;height:1.70573125rem;font-style:normal;display:block; }
#CN1mgC7IoRUCFP0TMTZc8GicPTJx8Dc8 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"space grotesk";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8736875rem;height:2.6237rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:7.8125rem;left:40.083332061767rem;display:block; }
#qz3nL9kh8uPx70eCuBoJBCX5v3sHbZf2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LToP2ZSGsO4v5qxlOmF9AKGNJ33k6kc0 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"space grotesk";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8736875rem;height:2.6237rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:16.343748569489rem;left:40.083332061767rem;display:block; }
#ZmyaKy8pv1FHq3np1QZ923343TauTieK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fRy55rr3Tv5PavCoxDm575hJcLECTiIW { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"space grotesk";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8736875rem;height:2.6237rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:11.936193943024rem;left:40.083332061767rem;display:block; }
#da5U3E7EgqEcXeVkT8115MQBDwgU7t1L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dpTGzbAwQK1Trq9evX54dNPU7QixT54y { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"space grotesk";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8736875rem;height:2.6237rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:7.3125rem;left:18.0625rem;display:block; }
#E1xWe1WlTpUVxzMTixIIqxevKu5GThkb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fyWifTXVZ5Bt2iTedTFEac0NhrB7w1fi { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"space grotesk";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8736875rem;height:2.6237rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:7.3125rem;left:3.5rem;display:block; }
#CxbTBCiTyq2tuVRCgA4pZGExquO0JIEA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T9edHADwn4znCPwy7PrVyht92PD57BkK { color:rgba(var(--color-tertiary-4),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:3.125rem;left:3.5rem;height:1.70573125rem;font-style:normal;display:block; }
#I5posP8ypQou75e7TxdIDNxcndF834X9 { position:relative;display:block; }#I5posP8ypQou75e7TxdIDNxcndF834X9 { background-color: transparent; background-image: none; }#I5posP8ypQou75e7TxdIDNxcndF834X9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I5posP8ypQou75e7TxdIDNxcndF834X9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I5posP8ypQou75e7TxdIDNxcndF834X9 > .row .container > .video-iframe-container { display: none; }#I5posP8ypQou75e7TxdIDNxcndF834X9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I5posP8ypQou75e7TxdIDNxcndF834X9 > .row > .video-iframe-container { display: none; }#I5posP8ypQou75e7TxdIDNxcndF834X9 > .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); }#I5posP8ypQou75e7TxdIDNxcndF834X9 { border-width: 0; border-radius: 0; }#I5posP8ypQou75e7TxdIDNxcndF834X9 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#I5posP8ypQou75e7TxdIDNxcndF834X9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:32.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#eQPt5UsxT0bSOibQAVVdstC95FtLG3KR { color:rgba(var(--color-tertiary-4),1);display:block;width:29.8730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.5rem;left:40.125rem;height:4.875rem;font-style:normal;display:block; }
#VBaBKrr2NVKDl0bx374ttcpHngHaWObo { color:rgba(var(--color-tertiary-4),1);display:block;width:26.1861875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:11.0625rem;left:40.125003814698rem;height:3.25rem;display:block; }
#TizhA9ScNAiOpdQXyU3R3k1kxMOuoX3R { color:rgba(var(--color-tertiary-4),1);display:block;width:33.5611875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:16.1875rem;left:40.125003814698rem;height:12.9948125rem;display:block; }
#ipsH3EsPPyDtLTMEzmyNtu22BmGkdvdB { position:absolute;display:block;z-index:15009;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;height:23.5611875rem;width:35.5611875rem;top:4.4348945617676rem;left:0rem;overflow:hidden;display:block; }
#A42fd2wfAWFLwkyHa201LfzGDvQJhMZC { position:relative;display:block; }#A42fd2wfAWFLwkyHa201LfzGDvQJhMZC { background-color: transparent; background-image: none; }#A42fd2wfAWFLwkyHa201LfzGDvQJhMZC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A42fd2wfAWFLwkyHa201LfzGDvQJhMZC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A42fd2wfAWFLwkyHa201LfzGDvQJhMZC > .row .container > .video-iframe-container { display: none; }#A42fd2wfAWFLwkyHa201LfzGDvQJhMZC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A42fd2wfAWFLwkyHa201LfzGDvQJhMZC > .row > .video-iframe-container { display: none; }#A42fd2wfAWFLwkyHa201LfzGDvQJhMZC > .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); }#A42fd2wfAWFLwkyHa201LfzGDvQJhMZC { border-width: 0; border-radius: 0; }#A42fd2wfAWFLwkyHa201LfzGDvQJhMZC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#A42fd2wfAWFLwkyHa201LfzGDvQJhMZC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:25.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NxGToCUD5ZwhGXO2Qgoz3NlSIgyKXm0y { position:absolute;display:block;z-index:15003;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:18.75rem;width:23.125rem;top:3.4375rem;left:1rem;overflow:hidden;display:block; }
#SqLT3PKAQ1nBywIR3PHgcavvMSZhO4A1 { position:absolute;display:block;z-index:15004;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:18.75rem;width:23.125rem;top:3.4375rem;left:26rem;overflow:hidden;display:block; }
#fSe9y3RNsu8f2vazfQ4C7QET361grQlk { position:absolute;display:block;z-index:15005;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:18.75rem;width:23.125rem;top:3.4375rem;left:50.875rem;overflow:hidden;display:block; }
#vErM4yH3oOMxDM7fDL2Hmh88BR1DEoyF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#474544;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; }#vErM4yH3oOMxDM7fDL2Hmh88BR1DEoyF > .row .container { background-color: transparent; background-image: none; }#vErM4yH3oOMxDM7fDL2Hmh88BR1DEoyF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vErM4yH3oOMxDM7fDL2Hmh88BR1DEoyF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vErM4yH3oOMxDM7fDL2Hmh88BR1DEoyF > .row .container > .video-iframe-container { display: none; }#vErM4yH3oOMxDM7fDL2Hmh88BR1DEoyF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vErM4yH3oOMxDM7fDL2Hmh88BR1DEoyF > .row > .video-iframe-container { display: none; }#vErM4yH3oOMxDM7fDL2Hmh88BR1DEoyF > .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); }#vErM4yH3oOMxDM7fDL2Hmh88BR1DEoyF > .row .container { border-width: 0; border-radius: 0; }#vErM4yH3oOMxDM7fDL2Hmh88BR1DEoyF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vErM4yH3oOMxDM7fDL2Hmh88BR1DEoyF > .row .container { font-size:0.875rem;font-family:arial;height:14.9375rem;width:75rem;position:relative;display:block; }#lT5mATA7kA8mpDkAT5uNtDSZQ4tXDQqv { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:13.125rem;top:3.3246536254883rem;left:0rem;overflow:hidden;display:block; }
#sRPhyduG9L8XB9ofuzSslmMDmgoJgPRu { color:rgba(var(--color-tertiary-0),1);display:block;width:9.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:12.625rem;left:0rem;height:0.9746125rem;display:block; }
#Ldb4imaLZllZAuvVqR8HWPpCtrUn9cdo { color:rgba(var(--color-tertiary-0),1);display:block;width:22.561875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:12.625rem;left:9.3125rem;height:0.9746125rem;display:block; }
#QAUSaXAfNtdTvrKTKmfW0aJMdZ2lwyTg { position:relative;display:block; }#QAUSaXAfNtdTvrKTKmfW0aJMdZ2lwyTg { background-color: transparent; background-image: none; }#QAUSaXAfNtdTvrKTKmfW0aJMdZ2lwyTg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QAUSaXAfNtdTvrKTKmfW0aJMdZ2lwyTg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QAUSaXAfNtdTvrKTKmfW0aJMdZ2lwyTg > .row .container > .video-iframe-container { display: none; }#QAUSaXAfNtdTvrKTKmfW0aJMdZ2lwyTg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QAUSaXAfNtdTvrKTKmfW0aJMdZ2lwyTg > .row > .video-iframe-container { display: none; }#QAUSaXAfNtdTvrKTKmfW0aJMdZ2lwyTg > .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); }#QAUSaXAfNtdTvrKTKmfW0aJMdZ2lwyTg { border-width: 0; border-radius: 0; }#QAUSaXAfNtdTvrKTKmfW0aJMdZ2lwyTg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#QAUSaXAfNtdTvrKTKmfW0aJMdZ2lwyTg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#r3lGhWAJ83cGXko3e8OhqpAK0SRQNSTh { color:rgba(var(--color-tertiary-4),1);display:block;width:56.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.73046875rem;left:3.3125019073486rem;height:5.68359375rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA { display:block; }#SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s1BdOwzJubOTXpQtViK60cJP1slL3Vpc { top:15.1875rem;left:0rem;width:39.5625rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxLoFDSMCkLWttxJSuWu0Pv1aTDVdoVt { top:27.6875rem;left:0rem;width:34.6875rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImwvZdi67vpkkq74wEBTHhmafDIeAL6E { top:4.625rem;left:0rem;width:11.4375rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmdxaZq97pXaUIQoWKPFbmwxlpFzARAD { width:22.1875rem;height:3.4375rem;top:32.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5tFbi5SQRSACxpc6L3xJ2H0Z47L8ldP { display:block; }
 }@media only screen and (max-width: 763px) { #MW7GfNQc8EnwtTJVoiDFnqqr14vms75g { top:21.6875rem;left:0rem;width:39.5625rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrTiErsHTqLXoMobgRsbT3THM1HXnXzV { display:block; } #J097062c4b312fecbdf0a9e6f9b8f9b5.widget-smartsection *:focus-visible, #J097062c4b312fecbdf0a9e6f9b8f9b5.widget-smartsection input[type="text"]:focus-visible, #J097062c4b312fecbdf0a9e6f9b8f9b5.widget-smartsection input[type="email"]:focus-visible, #J097062c4b312fecbdf0a9e6f9b8f9b5.widget-smartsection input[type="tel"]:focus-visible, #J097062c4b312fecbdf0a9e6f9b8f9b5.widget-smartsection textarea:focus-visible { outline: none; } #TrTiErsHTqLXoMobgRsbT3THM1HXnXzV > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #b9hXpK7ZDJn3axUnu8trMGQn0KzlvRmf { display:block; }#b9hXpK7ZDJn3axUnu8trMGQn0KzlvRmf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AeDcd2dd9tDu0G83Ohnku0b0Tkh3xTqp { display:block; }#AeDcd2dd9tDu0G83Ohnku0b0Tkh3xTqp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yWn9yhLpkUr4yTJeNbx9pZ2wQ19dGt2T { top:2.875rem;left:0rem;width:22.25rem;height:4.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZxLQ4OUflqTBlqWnKKr1rg4U4Tds2li { top:10.6875rem;left:0rem;width:12.5rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #frEVRSR75HfMOUUrqnOLhTl6prKSwR0a { width:12.875rem;height:2.625rem;top:14.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4zeLFZETde6kEM8NUZ3t20psZJpHK28 { display:block; }
 }@media only screen and (max-width: 763px) { #LBKL9STi105kB4JblalqCmHUEnk8Lgl5 { width:12.875rem;height:2.625rem;top:14.6875rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6JdaR09ElZLNuGFpvldQDg1osyxoINc { display:block; }
 }@media only screen and (max-width: 763px) { #NMsM7ZbdD199Tx5TT6vTGQiOl09G6D1f { width:12.875rem;height:2.625rem;top:18.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KT37ifTUV02xFuPkzxsGziNcT2454dis { display:block; }
 }@media only screen and (max-width: 763px) { #JuZLyZgeWosxLswGIwDVChXR0boH9FWs { width:12.8125rem;height:2.5625rem;top:18.6875rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dtr33KvUvVkZCIfTBwa1icuKNV1JnwzV { display:block; }
 }@media only screen and (max-width: 763px) { #C7DnPNVFKhDw2TVKgqWVmkqE6TK8XTZ9 { top:10.6875rem;left:23.875rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #STxBFcPL6GVONtbzT3EXhS351QcJeeI6 { width:12.8125rem;height:2.5625rem;top:19.375rem;left:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLBh9Pocm9CaZXleRN81ncE7gT7gmBF8 { display:block; }
 }@media only screen and (max-width: 763px) { #PpLVrMLXKgGFuxBhOlsRLSvsalr7171u { width:12.8125rem;height:2.5625rem;top:14.6875rem;left:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DE6ZR1JiP84vubaCE76GbuFXiPiz84my { display:block; }
 }@media only screen and (max-width: 763px) { #XwaI5fwngqTiXm08EC5k6rITJyFZqOH6 { width:12.8125rem;height:2.5625rem;top:19.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlI1w4o94gF7o85cnL99HdgqZycMpcta { display:block; }
 }@media only screen and (max-width: 763px) { #WGCTPQRnWVyhvAP6y8mCxzq3oHx0l8e3 { width:12.8125rem;height:2.5625rem;top:23.875rem;left:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzAKobI6HIWZZ12U16PGG2gSo2Zr9Kgv { display:block; }
 }@media only screen and (max-width: 763px) { #a6UDT7wfpEqdk3CRKk7nv11W8AMlL8ob { width:12.8125rem;height:2.5625rem;top:14.6875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nw3PGuhz26HTs4EBGdlUQCZ58l3WfLNT { display:block; }
 }@media only screen and (max-width: 763px) { #LgpXCl2xdsMAW6KreJTL4TACBRdAzE13 { width:12.8125rem;height:2.5625rem;top:28.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9IqVVg5HL2r9FegHeGM8nhl6vQIAiLb { display:block; }
 }@media only screen and (max-width: 763px) { #pdTCyCTfd9TWmhaOg1Z5y8e43LM5EreX { width:12.8125rem;height:2.5625rem;top:28.375rem;left:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OReIvprInO5X5RlRF7zoxbUpB3AxDXwe { display:block; }
 }@media only screen and (max-width: 763px) { #H0czp2mRU3GmdeeTgAC3Ovcc8pALOPow { width:12.8125rem;height:2.5625rem;top:23.875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbRrR3TXy5N2WvINA7kNTGh8PgDFaBfK { display:block; }
 }@media only screen and (max-width: 763px) { #DvkawpRCdng2Z9lvBi8g8JHiHsqQGXQH { top:2.1875rem;left:16.875rem;width:7rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfTQdmJnnWRIyrhJCW7cDc3qVLiWST3X { display:block; }#cfTQdmJnnWRIyrhJCW7cDc3qVLiWST3X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bbT8p3l7LweOyQpuIX3Lifys32iTW6va { display:block; }#bbT8p3l7LweOyQpuIX3Lifys32iTW6va > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #unyTJqqzFFubplx2WBfZO2UlRbTOt7tB { width:12.8125rem;height:2.5625rem;top:11.875rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mllREvlhvDyiWwxNkgnRIhNXGXVTd4kT { display:block; }
 }@media only screen and (max-width: 763px) { #TkpPSe7Er4iSmb14rQwsWaRI1mwgAXgB { width:12.8125rem;height:2.5625rem;top:16.3125rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1rqNIT8OMhWfTAny7eMVC1ewWsrJ2wN { display:block; }
 }@media only screen and (max-width: 763px) { #fzXHKuwlnGIAzFz3vB6UzNkA1nWKtiOH { width:12.8125rem;height:2.5625rem;top:16.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLuQi542gXecmvPgciGrUAKd5fEvvob8 { display:block; }
 }@media only screen and (max-width: 763px) { #FVChrWD67dSxAoKxcSerR0awsV58MJP0 { width:12.8125rem;height:2.5625rem;top:11.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5CfeQ7GCfQV65fbbQgai5r9uvLZHvPB { display:block; }
 }@media only screen and (max-width: 763px) { #Vv9T3Cm9xusHMEBPh2hKyolmw8EJr7JZ { top:4.625rem;left:23.875rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CN1mgC7IoRUCFP0TMTZc8GicPTJx8Dc8 { width:12.8125rem;height:2.5625rem;top:7.8125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qz3nL9kh8uPx70eCuBoJBCX5v3sHbZf2 { display:block; }
 }@media only screen and (max-width: 763px) { #LToP2ZSGsO4v5qxlOmF9AKGNJ33k6kc0 { width:12.8125rem;height:2.5625rem;top:16.3125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmyaKy8pv1FHq3np1QZ923343TauTieK { display:block; }
 }@media only screen and (max-width: 763px) { #fRy55rr3Tv5PavCoxDm575hJcLECTiIW { width:12.8125rem;height:2.5625rem;top:11.875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #da5U3E7EgqEcXeVkT8115MQBDwgU7t1L { display:block; }
 }@media only screen and (max-width: 763px) { #dpTGzbAwQK1Trq9evX54dNPU7QixT54y { width:12.8125rem;height:2.5625rem;top:7.3125rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1xWe1WlTpUVxzMTixIIqxevKu5GThkb { display:block; }
 }@media only screen and (max-width: 763px) { #fyWifTXVZ5Bt2iTedTFEac0NhrB7w1fi { width:12.8125rem;height:2.5625rem;top:7.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxbTBCiTyq2tuVRCgA4pZGExquO0JIEA { display:block; }
 }@media only screen and (max-width: 763px) { #T9edHADwn4znCPwy7PrVyht92PD57BkK { top:3.125rem;left:0rem;width:15.125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5posP8ypQou75e7TxdIDNxcndF834X9 { display:block; }#I5posP8ypQou75e7TxdIDNxcndF834X9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eQPt5UsxT0bSOibQAVVdstC95FtLG3KR { top:4.5rem;left:17.9375rem;width:29.8125rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBaBKrr2NVKDl0bx374ttcpHngHaWObo { top:11.0625rem;left:21.625rem;width:26.125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TizhA9ScNAiOpdQXyU3R3k1kxMOuoX3R { top:16.1875rem;left:14.25rem;width:33.5rem;height:12.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipsH3EsPPyDtLTMEzmyNtu22BmGkdvdB { top:4.375rem;left:0rem;width:35.5rem;height:23.520647510717rem;display:block; }
 }@media only screen and (max-width: 763px) { #A42fd2wfAWFLwkyHa201LfzGDvQJhMZC { display:none; }#A42fd2wfAWFLwkyHa201LfzGDvQJhMZC > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NxGToCUD5ZwhGXO2Qgoz3NlSIgyKXm0y { top:3.4375rem;left:0rem;width:23.125rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqLT3PKAQ1nBywIR3PHgcavvMSZhO4A1 { top:3.4375rem;left:12.375rem;width:23.125rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSe9y3RNsu8f2vazfQ4C7QET361grQlk { top:3.4375rem;left:24.625rem;width:23.125rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vErM4yH3oOMxDM7fDL2Hmh88BR1DEoyF { display:block; }#vErM4yH3oOMxDM7fDL2Hmh88BR1DEoyF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lT5mATA7kA8mpDkAT5uNtDSZQ4tXDQqv { top:3.3125rem;left:0rem;width:13.125rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRPhyduG9L8XB9ofuzSslmMDmgoJgPRu { top:12.625rem;left:0rem;width:9.25rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ldb4imaLZllZAuvVqR8HWPpCtrUn9cdo { top:12.625rem;left:0rem;width:22.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAUSaXAfNtdTvrKTKmfW0aJMdZ2lwyTg { display:block; }#QAUSaXAfNtdTvrKTKmfW0aJMdZ2lwyTg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r3lGhWAJ83cGXko3e8OhqpAK0SRQNSTh { top:2.6875rem;left:0rem;width:47.75rem;height:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA { display:block; }#SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA { background-color: transparent; background-image: none; }#SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA > .row .container > .video-iframe-container { display: none; }#SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA > .row > .video-iframe-container { display: none; }#SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA > .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); }#SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA > .row .container > .video-iframe-container { border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem; }#SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA > .row .container { width:20rem;height:44.25rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e19e96fa-3d2d-439b-935a-89e78c101288/HEADERTELlechantducigne.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;position:relative;display:block; }#SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA > .row .container.adaptive-delivery-prevent-bg, #SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA > .row .container.lazyload, #SLQcPXmCSpIeM0KqaJnqiSQFKZ3OopQA > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #s1BdOwzJubOTXpQtViK60cJP1slL3Vpc { width:20rem;height:3.1497375rem;top:5.875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pxLoFDSMCkLWttxJSuWu0Pv1aTDVdoVt { width:20rem;height:2.4375rem;top:15.0859375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ImwvZdi67vpkkq74wEBTHhmafDIeAL6E { width:7.3125rem;height:2.5rem;top:1.25rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmdxaZq97pXaUIQoWKPFbmwxlpFzARAD { width:18.5rem;height:3.4375rem;top:39.1484375rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5tFbi5SQRSACxpc6L3xJ2H0Z47L8ldP { display:block; }
 }@media only screen and (max-width: 763px) { #MW7GfNQc8EnwtTJVoiDFnqqr14vms75g { width:20rem;height:3.25rem;top:10.3359375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TrTiErsHTqLXoMobgRsbT3THM1HXnXzV { display:block; } #J097062c4b312fecbdf0a9e6f9b8f9b5.widget-smartsection *:focus-visible, #J097062c4b312fecbdf0a9e6f9b8f9b5.widget-smartsection input[type="text"]:focus-visible, #J097062c4b312fecbdf0a9e6f9b8f9b5.widget-smartsection input[type="email"]:focus-visible, #J097062c4b312fecbdf0a9e6f9b8f9b5.widget-smartsection input[type="tel"]:focus-visible, #J097062c4b312fecbdf0a9e6f9b8f9b5.widget-smartsection textarea:focus-visible { outline: none; } #TrTiErsHTqLXoMobgRsbT3THM1HXnXzV > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #b9hXpK7ZDJn3axUnu8trMGQn0KzlvRmf { display:block; }#b9hXpK7ZDJn3axUnu8trMGQn0KzlvRmf > .row .container { width:20rem;height:1.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AeDcd2dd9tDu0G83Ohnku0b0Tkh3xTqp { display:block; }#AeDcd2dd9tDu0G83Ohnku0b0Tkh3xTqp > .row .container { width:20rem;height:65.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yWn9yhLpkUr4yTJeNbx9pZ2wQ19dGt2T { width:20rem;height:3.25rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zZxLQ4OUflqTBlqWnKKr1rg4U4Tds2li { width:12.5rem;height:1.70573125rem;top:14rem;left:3.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #frEVRSR75HfMOUUrqnOLhTl6prKSwR0a { width:12.875rem;height:2.625rem;top:16.95573125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4zeLFZETde6kEM8NUZ3t20psZJpHK28 { display:block; }
 }@media only screen and (max-width: 763px) { #LBKL9STi105kB4JblalqCmHUEnk8Lgl5 { width:12.875rem;height:2.625rem;top:20.83073125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6JdaR09ElZLNuGFpvldQDg1osyxoINc { display:block; }
 }@media only screen and (max-width: 763px) { #NMsM7ZbdD199Tx5TT6vTGQiOl09G6D1f { width:12.875rem;height:2.625rem;top:24.70573125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KT37ifTUV02xFuPkzxsGziNcT2454dis { display:block; }
 }@media only screen and (max-width: 763px) { #JuZLyZgeWosxLswGIwDVChXR0boH9FWs { width:12.8125rem;height:2.5625rem;top:28.58073125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dtr33KvUvVkZCIfTBwa1icuKNV1JnwzV { display:block; }
 }@media only screen and (max-width: 763px) { #C7DnPNVFKhDw2TVKgqWVmkqE6TK8XTZ9 { width:12.5rem;height:1.70573125rem;top:32.39323125rem;left:3.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #STxBFcPL6GVONtbzT3EXhS351QcJeeI6 { width:12.8125rem;height:2.5625rem;top:46.7864625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLBh9Pocm9CaZXleRN81ncE7gT7gmBF8 { display:block; }
 }@media only screen and (max-width: 763px) { #PpLVrMLXKgGFuxBhOlsRLSvsalr7171u { width:12.8125rem;height:2.5625rem;top:39.1614625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DE6ZR1JiP84vubaCE76GbuFXiPiz84my { display:block; }
 }@media only screen and (max-width: 763px) { #XwaI5fwngqTiXm08EC5k6rITJyFZqOH6 { width:12.8125rem;height:2.5625rem;top:42.9739625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlI1w4o94gF7o85cnL99HdgqZycMpcta { display:block; }
 }@media only screen and (max-width: 763px) { #WGCTPQRnWVyhvAP6y8mCxzq3oHx0l8e3 { width:12.8125rem;height:2.5625rem;top:54.4114625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzAKobI6HIWZZ12U16PGG2gSo2Zr9Kgv { display:block; }
 }@media only screen and (max-width: 763px) { #a6UDT7wfpEqdk3CRKk7nv11W8AMlL8ob { width:12.8125rem;height:2.5625rem;top:35.3489625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nw3PGuhz26HTs4EBGdlUQCZ58l3WfLNT { display:block; }
 }@media only screen and (max-width: 763px) { #LgpXCl2xdsMAW6KreJTL4TACBRdAzE13 { width:12.8125rem;height:2.5625rem;top:58.2239625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9IqVVg5HL2r9FegHeGM8nhl6vQIAiLb { display:block; }
 }@media only screen and (max-width: 763px) { #pdTCyCTfd9TWmhaOg1Z5y8e43LM5EreX { width:12.8125rem;height:2.5625rem;top:62.0364625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OReIvprInO5X5RlRF7zoxbUpB3AxDXwe { display:block; }
 }@media only screen and (max-width: 763px) { #H0czp2mRU3GmdeeTgAC3Ovcc8pALOPow { width:12.8125rem;height:2.5625rem;top:50.5989625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbRrR3TXy5N2WvINA7kNTGh8PgDFaBfK { display:block; }
 }@media only screen and (max-width: 763px) { #DvkawpRCdng2Z9lvBi8g8JHiHsqQGXQH { width:7rem;height:7rem;top:5.75rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfTQdmJnnWRIyrhJCW7cDc3qVLiWST3X { display:block; }#cfTQdmJnnWRIyrhJCW7cDc3qVLiWST3X > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bbT8p3l7LweOyQpuIX3Lifys32iTW6va { display:block; }#bbT8p3l7LweOyQpuIX3Lifys32iTW6va > .row .container { width:20rem;height:41.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #unyTJqqzFFubplx2WBfZO2UlRbTOt7tB { width:12.8125rem;height:2.5625rem;top:15.64323125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mllREvlhvDyiWwxNkgnRIhNXGXVTd4kT { display:block; }
 }@media only screen and (max-width: 763px) { #TkpPSe7Er4iSmb14rQwsWaRI1mwgAXgB { width:12.8125rem;height:2.5625rem;top:23.26823125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1rqNIT8OMhWfTAny7eMVC1ewWsrJ2wN { display:block; }
 }@media only screen and (max-width: 763px) { #fzXHKuwlnGIAzFz3vB6UzNkA1nWKtiOH { width:12.8125rem;height:2.5625rem;top:19.45573125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLuQi542gXecmvPgciGrUAKd5fEvvob8 { display:block; }
 }@media only screen and (max-width: 763px) { #FVChrWD67dSxAoKxcSerR0awsV58MJP0 { width:12.8125rem;height:2.5625rem;top:11.83073125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5CfeQ7GCfQV65fbbQgai5r9uvLZHvPB { display:block; }
 }@media only screen and (max-width: 763px) { #Vv9T3Cm9xusHMEBPh2hKyolmw8EJr7JZ { width:12.5rem;height:1.70573125rem;top:27.08073125rem;left:3.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CN1mgC7IoRUCFP0TMTZc8GicPTJx8Dc8 { width:12.8125rem;height:2.5625rem;top:30.0364625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qz3nL9kh8uPx70eCuBoJBCX5v3sHbZf2 { display:block; }
 }@media only screen and (max-width: 763px) { #LToP2ZSGsO4v5qxlOmF9AKGNJ33k6kc0 { width:12.8125rem;height:2.5625rem;top:37.6614625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmyaKy8pv1FHq3np1QZ923343TauTieK { display:block; }
 }@media only screen and (max-width: 763px) { #fRy55rr3Tv5PavCoxDm575hJcLECTiIW { width:12.8125rem;height:2.5625rem;top:33.8489625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #da5U3E7EgqEcXeVkT8115MQBDwgU7t1L { display:block; }
 }@media only screen and (max-width: 763px) { #dpTGzbAwQK1Trq9evX54dNPU7QixT54y { width:12.8125rem;height:2.5625rem;top:8.01823125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1xWe1WlTpUVxzMTixIIqxevKu5GThkb { display:block; }
 }@media only screen and (max-width: 763px) { #fyWifTXVZ5Bt2iTedTFEac0NhrB7w1fi { width:12.8125rem;height:2.5625rem;top:4.20573125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxbTBCiTyq2tuVRCgA4pZGExquO0JIEA { display:block; }
 }@media only screen and (max-width: 763px) { #T9edHADwn4znCPwy7PrVyht92PD57BkK { width:15.125rem;height:1.70573125rem;top:1.25rem;left:2.4375rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I5posP8ypQou75e7TxdIDNxcndF834X9 { display:block; }#I5posP8ypQou75e7TxdIDNxcndF834X9 > .row .container { width:20rem;height:46.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eQPt5UsxT0bSOibQAVVdstC95FtLG3KR { width:20rem;height:3.8997375rem;top:15.765625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VBaBKrr2NVKDl0bx374ttcpHngHaWObo { width:20rem;height:3.25rem;top:20.9140625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TizhA9ScNAiOpdQXyU3R3k1kxMOuoX3R { width:20rem;height:19.4921875rem;top:25.4140625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ipsH3EsPPyDtLTMEzmyNtu22BmGkdvdB { width:20rem;height:13.265625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A42fd2wfAWFLwkyHa201LfzGDvQJhMZC { background-color:#ffffff;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;display:block; }#A42fd2wfAWFLwkyHa201LfzGDvQJhMZC > .row .container { background-color: transparent; background-image: none; }#A42fd2wfAWFLwkyHa201LfzGDvQJhMZC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A42fd2wfAWFLwkyHa201LfzGDvQJhMZC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A42fd2wfAWFLwkyHa201LfzGDvQJhMZC > .row .container > .video-iframe-container { display: none; }#A42fd2wfAWFLwkyHa201LfzGDvQJhMZC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A42fd2wfAWFLwkyHa201LfzGDvQJhMZC > .row > .video-iframe-container { display: none; }#A42fd2wfAWFLwkyHa201LfzGDvQJhMZC > .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); }#A42fd2wfAWFLwkyHa201LfzGDvQJhMZC > .row .container { border-width: 0; border-radius: 0; }#A42fd2wfAWFLwkyHa201LfzGDvQJhMZC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A42fd2wfAWFLwkyHa201LfzGDvQJhMZC > .row .container { width:20rem;height:53.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NxGToCUD5ZwhGXO2Qgoz3NlSIgyKXm0y { width:20rem;height:16.214875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqLT3PKAQ1nBywIR3PHgcavvMSZhO4A1 { width:20rem;height:16.214875rem;top:18.714875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSe9y3RNsu8f2vazfQ4C7QET361grQlk { width:20rem;height:16.214875rem;top:36.17975rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vErM4yH3oOMxDM7fDL2Hmh88BR1DEoyF { background-color:#000000;background-image:none;display:block; }#vErM4yH3oOMxDM7fDL2Hmh88BR1DEoyF > .row .container { background-color: transparent; background-image: none; }#vErM4yH3oOMxDM7fDL2Hmh88BR1DEoyF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vErM4yH3oOMxDM7fDL2Hmh88BR1DEoyF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vErM4yH3oOMxDM7fDL2Hmh88BR1DEoyF > .row .container > .video-iframe-container { display: none; }#vErM4yH3oOMxDM7fDL2Hmh88BR1DEoyF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vErM4yH3oOMxDM7fDL2Hmh88BR1DEoyF > .row > .video-iframe-container { display: none; }#vErM4yH3oOMxDM7fDL2Hmh88BR1DEoyF > .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); }#vErM4yH3oOMxDM7fDL2Hmh88BR1DEoyF > .row .container { width:20rem;height:10.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lT5mATA7kA8mpDkAT5uNtDSZQ4tXDQqv { width:11.25rem;height:3.8125rem;top:1.25rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRPhyduG9L8XB9ofuzSslmMDmgoJgPRu { width:9.247375rem;height:0.9746125rem;top:6.3125rem;left:5.375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ldb4imaLZllZAuvVqR8HWPpCtrUn9cdo { width:10.75rem;height:0.9746125rem;top:8.53515625rem;left:4.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QAUSaXAfNtdTvrKTKmfW0aJMdZ2lwyTg { display:block; }#QAUSaXAfNtdTvrKTKmfW0aJMdZ2lwyTg > .row .container { width:20rem;height:22.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r3lGhWAJ83cGXko3e8OhqpAK0SRQNSTh { width:20rem;height:19.32425rem;top:1.25rem;left:0rem;font-size:0.875rem;display:block; }
 }