.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#030538;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#JJicp9tyJ8PFtnDU1L3d4K08TOEuS9cV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2f0872;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:none; }#JJicp9tyJ8PFtnDU1L3d4K08TOEuS9cV > .row .container { border-width: 0; border-radius: 0; }#JJicp9tyJ8PFtnDU1L3d4K08TOEuS9cV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JJicp9tyJ8PFtnDU1L3d4K08TOEuS9cV > .row .container { font-size:0.875rem;font-family:arial;height:6.8125rem;width:75rem;position:relative;display:none; }#pIMTny4VLL52mpkbB3exgcbViWMBF1BF .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#pIMTny4VLL52mpkbB3exgcbViWMBF1BF .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;color:#623389;padding-top:0.48375rem;padding-right:0.43rem;padding-bottom:0.48375rem;padding-left:0.43rem;display:block;align-items:center;width:2.58125rem;min-width:2.58125rem;height:2.600625rem;position:relative;font-family:"open sans";font-size:1.935rem;font-weight:700;line-height:41.61px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pIMTny4VLL52mpkbB3exgcbViWMBF1BF .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3025rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.441875rem;height:1.028125rem;position:relative;font-family:"open sans";font-size:0.725625rem;font-weight:400;line-height:16.45px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#pIMTny4VLL52mpkbB3exgcbViWMBF1BF { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:17.75rem;height:4.89875rem;padding-top:0.605rem;padding-right:0.615rem;padding-bottom:0.605rem;padding-left:0.615rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.35107421875rem;left:48.5rem;z-index:15007; }
#pIMTny4VLL52mpkbB3exgcbViWMBF1BF #fkaFoxItZe5gSN5LLq34EmcbboQiHUFS { display:flex;position:relative;top:0rem;left:0rem; }
#pIMTny4VLL52mpkbB3exgcbViWMBF1BF #zdbN8wWspNHA2wWFQkfs77qfPyFCDaFp { width:auto; }
#pIMTny4VLL52mpkbB3exgcbViWMBF1BF #dbw5XhKIU6Os2NguCuALN2o2ZmOTDMTK {  }
#pIMTny4VLL52mpkbB3exgcbViWMBF1BF #COONGEnm2t0by1z3BCpABTmTDUVuFlzi { display:flex;position:relative;top:0rem;left:0rem; }
#pIMTny4VLL52mpkbB3exgcbViWMBF1BF #FZzAG1zTB1VJn2ND63E8wtQiOuVylIMz {  }
#pIMTny4VLL52mpkbB3exgcbViWMBF1BF #ahPSk3EEPnCmFZFyr7KJ0gOJbG120TMn {  }
#pIMTny4VLL52mpkbB3exgcbViWMBF1BF #nJDKSvwfyfCgF0AN1lR3UD8NNcgxB7lv { display:flex;position:relative;top:0rem;left:0rem; }
#pIMTny4VLL52mpkbB3exgcbViWMBF1BF #TK9FKicD64279c57wNuPWUq2ITg4xlfr {  }
#pIMTny4VLL52mpkbB3exgcbViWMBF1BF #McuCrL64yW0V0fbiOftO9fSwcgsgHNmT {  }
#pIMTny4VLL52mpkbB3exgcbViWMBF1BF #Bgo37r0EWVwwTlc08ECpxwCAExxSudDc { display:flex;position:relative;top:0rem;left:0rem; }
#pIMTny4VLL52mpkbB3exgcbViWMBF1BF #eFHKshfS9FHnditVQX22IJ3SrvOCnLo6 {  }
#pIMTny4VLL52mpkbB3exgcbViWMBF1BF #BAN0uX8SV6v8PQd9fgwPLIKPpy3zULJP {  }
#F79CcK5F7y5VLso2BTiUfkB8L1T9f8cX { color:#ffebbc;display:block;width:26.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:1.8062499761581rem;left:9.0625rem;height:3.2000000625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#avvvsEWF8RVhXtlrOg9gqCbTzwvyCla8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2f0872;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;z-index:auto;display:none; }#avvvsEWF8RVhXtlrOg9gqCbTzwvyCla8 > .row .container { border-width: 0; border-radius: 0; }#avvvsEWF8RVhXtlrOg9gqCbTzwvyCla8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#avvvsEWF8RVhXtlrOg9gqCbTzwvyCla8 > .row .container { font-size:0.875rem;font-family:arial;height:6.8125rem;width:75rem;position:relative;display:none; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/66f25ef0-bf0b-4bc5-8ab4-a964c4fca33d/ChantsdemantrasEmails.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ.adaptive-delivery-prevent-bg, #g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ.lazyload, #g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ.lazyloading { background-image: none; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container { background-color: transparent; background-image: none; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container > .video-iframe-container { display: none; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row > .video-iframe-container { display: none; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .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); }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container { border-width: 0; border-radius: 0; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container { font-size:0.875rem;font-family:arial;height:45.5rem;width:75rem;position:relative;display:block; }#fUvXU0fpy22R2iM5GpN7CSx1aHQc33ti { 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.1875rem;width:6.5rem;top:1.4625000953674rem;left:58.5625rem;overflow:hidden;display:block; }
#pMOnugtT85eo0r435mGPPQ8r4R7ueKae { color:#ffffff;display:block;width:12.3125rem;position:absolute;font-family:"work sans";font-size:1.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:30.4375rem;left:32.4375rem;height:2.349999875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E9xJDbUI7u6RHNzBOoImRJEAJu2CRwco { color:#ffffff;display:block;width:12.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:30.9375rem;left:24.625rem;height:3.2000000625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Q5miMhH8F1fdevrl63c6mScTvBJTTCLV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:30.75rem;left:30.25rem; }
#eKMFZOIcfR8N8HaPGzVvDnV4g1dZu0TN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:30.875rem;left:22.1875rem;display:none; }
#MXBIhaIm4faMwmbOTRxZ3oniulUeCLVN { background-color:#ffd626;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#202020;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"work sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.8125rem;height:3.25rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:36.874996185302rem;left:29.09375rem;display:block; }
#f1Z3Leweo0eltxy7dhTFXoswFJul8t0m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#czdSlOSxCrxFzzXU7EQBCpZ7Th0OHSIe { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:11.5rem;top:22.112500190735rem;left:26.4375rem;overflow:hidden;display:none; }
#AspliC52iW4NF3QWE4zvb6kg1i27ea96 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.1875rem;width:42.0625rem;top:10.78125rem;left:17.4375rem;overflow:hidden;display:block; }
#bmQ0K1O06ThLdGocKJAyU7lkLVyOXb06 { color:#ffffff;display:block;width:18.875rem;position:absolute;font-family:"work sans";font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:32.799221038818rem;left:28.0625rem;height:1.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xPlIVTnyTXWkfCUG3zqfAUhDa1k5Zhlp { color:#ffffff;display:block;width:15.6875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:32.25rem;left:39.625rem;height:3.2000000625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#AbWvaphqzugerne2840IX53vUlhxqUR0 { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:32.8125rem;left:40.625rem;height:3.2000000625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .row .container { background-color: transparent; background-image: none; }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .row .container > .video-iframe-container { display: none; }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .row > .video-iframe-container { display: none; }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .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); }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .row .container { border-width: 0; border-radius: 0; }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;position:relative;display:block; }#ZCUrWr0h45mfvJUnnulxPh0OFT4cGMU4 { color:#000000;display:block;width:9.5rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:1.75rem;left:13.5rem;height:1.85rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ERSKTyiyUqEZvhMxn40cQSsUCFQ4iJOA { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:4.8125rem;top:1.5rem;left:25.375rem;overflow:hidden;display:block; }
#QnMT50ObMG2UXX4E2fk0rJ9GpQQWRLck { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:5.3125rem;top:1.625rem;left:32.75rem;overflow:hidden;display:block; }
#lTxzJwL8aiNTSTxtyvZST1mWnpWRmUBH { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:6.75rem;top:1.6875rem;left:40rem;overflow:hidden;display:block; }
#BIAgaNe5ccQ5r0e0SZre4TwwEfpA5qfK { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:3.875rem;top:1.4375rem;left:49.625rem;overflow:hidden;display:block; }
#vEWHXiiTdsEx3kNcwrTtT8l9oWfPaHSN { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:5.5625rem;top:2.0625rem;left:56rem;overflow:hidden;display:block; }
#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #50167b, #030538);background-image: -moz-linear-gradient(180deg, #50167b, #030538);background-image: -ms-linear-gradient(180deg, #50167b, #030538);background-image: -o-linear-gradient(180deg, #50167b, #030538);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#50167b', endColorstr='#030538' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#50167b', endColorstr='#030538' );";background-image: linear-gradient(180deg, #50167b, #030538);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row .container { background-color: transparent; background-image: none; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row .container > .video-iframe-container { display: none; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row > .video-iframe-container { display: none; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .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); }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row .container { border-width: 0; border-radius: 0; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row .container { font-size:0.875rem;font-family:arial;height:44.625rem;width:75rem;position:relative;display:block; }#RJ7GP30b6iCUysJmGUSJL6yAwsgs56R9 { color:#ffebbc;display:block;width:37.5rem;position:absolute;font-family:"work sans";font-size:2.5rem;font-weight:300;z-index:15001;line-height:1.1;letter-spacing:0;top:3.7999877929688rem;left:18.75rem;height:5.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TzZ3yQfAcb5nB6PhloPOo9o4chZHePRc { color:#ffffff;display:block;width:53.1875rem;position:absolute;font-family:"work sans";font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:11.875rem;left:11.5625rem;height:22.400000375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dqD3UkI90xwaNLZEd1PeK93wakNMaG9w { background-color:#ffd626;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#202020;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"work sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:37.074996948243rem;left:29.906249620021rem;display:block; }
#bVOta7rGDT3li41QA3g2ArDvoG0bERfV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CmNlU3UeXUUS91ysZIXtWP9PzHsgV2fJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#CmNlU3UeXUUS91ysZIXtWP9PzHsgV2fJ > .row .container { background-color: transparent; background-image: none; }#CmNlU3UeXUUS91ysZIXtWP9PzHsgV2fJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CmNlU3UeXUUS91ysZIXtWP9PzHsgV2fJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CmNlU3UeXUUS91ysZIXtWP9PzHsgV2fJ > .row .container > .video-iframe-container { display: none; }#CmNlU3UeXUUS91ysZIXtWP9PzHsgV2fJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CmNlU3UeXUUS91ysZIXtWP9PzHsgV2fJ > .row > .video-iframe-container { display: none; }#CmNlU3UeXUUS91ysZIXtWP9PzHsgV2fJ > .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); }#CmNlU3UeXUUS91ysZIXtWP9PzHsgV2fJ > .row .container { border-width: 0; border-radius: 0; }#CmNlU3UeXUUS91ysZIXtWP9PzHsgV2fJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CmNlU3UeXUUS91ysZIXtWP9PzHsgV2fJ > .row .container { font-size:0.875rem;font-family:arial;height:59.5625rem;width:75rem;position:relative;display:block; }#cE5Ia9VTInwKAKBJsxJIGfaetyFKzc8l { color:#030538;display:block;width:75rem;position:absolute;font-family:"work sans";font-size:2.5rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:3.625rem;left:0rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gQupLF18RkKzCGLa2dVtXZ4JxHqrO1JP { box-sizing:content-box;height:15.1875rem;width:16.5625rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:13.375rem;left:19.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#qCBcV79dtU2xtUxZ8V85lq6TcW5hGmZC { color:#030538;display:block;width:14.5rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:22.610946655274rem;left:20.28125rem;height:4.9499998125rem;font-style:normal;text-align:center;text-align-last:center;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; }
#Kgmw4I202lSpnl3fwXhEicu8zXlSmBXX { color:#030538;display:block;width:12.0625rem;position:absolute;font-family:"work sans";font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:18.875rem;left:21.5rem;height:3.2000000625rem;font-style:normal;text-align:center;text-align-last:center;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; }
#Z4Cw1qIMfn4SMmJ7MXfmSnaTozhH8UyR { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:7.5625rem;top:11rem;left:23.75rem;overflow:hidden;display:block; }
#IvmW9fmlF4e1uh2EJdm3HHKFpOUzgDSZ { box-sizing:content-box;height:19.1875rem;width:16.5625rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:32.1875rem;left:19.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#JPChda6z9diD6rcEtPTcxp0hRVaNakWI { color:#030538;display:block;width:14.375rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:41.5rem;left:20.3125rem;height:8.25rem;font-style:normal;text-align:center;text-align-last:center;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; }
#Jeqpbq2VncvcSQ2KRiKkacbryZhR4ufH { color:#030538;display:block;width:10.4375rem;position:absolute;font-family:"work sans";font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:38.3125rem;left:22.3125rem;height:3.2000000625rem;font-style:normal;text-align:center;text-align-last:center;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; }
#fsrdNz3QDyv1vkhoOTSk2lEJacC0QTaN { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:7.5625rem;top:29.8125rem;left:23.75rem;overflow:hidden;display:block; }
#uEctRp4ofUdT9PB1WCEC15ZzDBUKvu0w { box-sizing:content-box;height:15.25rem;width:16.5625rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:13.3125rem;left:38.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#Ro8GEUOibuAPSem5DdG0Rr9qchSEaN5I { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:7.5625rem;top:10.9375rem;left:42.75rem;overflow:hidden;display:block; }
#lseFytfi9pT6T50HGSkDOmi1OL17XdOk { color:#030538;display:block;width:15.4375rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:21.1875rem;left:38.75rem;height:6.599999875rem;font-style:normal;text-align:center;text-align-last:center;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; }
#WAkBO0QC77giAb4IJnEAD4ZertFmEc6L { color:#030538;display:block;width:14.375rem;position:absolute;font-family:"work sans";font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:19.3125rem;left:39.3125rem;height:1.6rem;font-style:normal;text-align:center;text-align-last:center;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; }
#e3SoW9xCT8uZ0uXk4gwGMse7vrbBwuyb { box-sizing:content-box;height:19.0625rem;width:16.5625rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:32.25rem;left:38.125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#PeDATTN2TZH80D0ctX3rI80VPd45WFIx { color:#030538;display:block;width:13.9375rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:42rem;left:39.5625rem;height:6.599999875rem;font-style:normal;text-align:center;text-align-last:center;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; }
#m2qZHn8gFto4EGmp5MVonWXGTNiGTsxs { color:#030538;display:block;width:11.5625rem;position:absolute;font-family:"work sans";font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:38.125rem;left:40.625rem;height:3.2000000625rem;font-style:normal;text-align:center;text-align-last:center;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; }
#mHdsxAfoJUwyS2kOQTnGKI8TVFBnHr0M { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:7.5625rem;top:29.75rem;left:42.625rem;overflow:hidden;display:block; }
#gadySylkpgtAwD5Bvdm8MWzu4lmoTwXP { background-color:#ffd626;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#202020;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"work sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5625rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:54.237503051757rem;left:29.1875rem;display:block; }
#K8TTpSbISQ3ncfUr0yfKMLgJLu3mlZ07 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XzIcBkLcnrHLdQuObtPJtv2UkSiJgVOa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#XzIcBkLcnrHLdQuObtPJtv2UkSiJgVOa > .row .container { background-color: transparent; background-image: none; }#XzIcBkLcnrHLdQuObtPJtv2UkSiJgVOa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XzIcBkLcnrHLdQuObtPJtv2UkSiJgVOa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XzIcBkLcnrHLdQuObtPJtv2UkSiJgVOa > .row .container > .video-iframe-container { display: none; }#XzIcBkLcnrHLdQuObtPJtv2UkSiJgVOa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XzIcBkLcnrHLdQuObtPJtv2UkSiJgVOa > .row > .video-iframe-container { display: none; }#XzIcBkLcnrHLdQuObtPJtv2UkSiJgVOa > .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); }#XzIcBkLcnrHLdQuObtPJtv2UkSiJgVOa > .row .container { border-width: 0; border-radius: 0; }#XzIcBkLcnrHLdQuObtPJtv2UkSiJgVOa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XzIcBkLcnrHLdQuObtPJtv2UkSiJgVOa > .row .container { font-size:0.875rem;font-family:arial;height:42rem;width:75rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:relative;display:block; }#GX5XcuTPCiI0Ah3Hg6CaPUT7KX6sN9AM { color:#030538;display:block;width:44.1875rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:300;z-index:15016;line-height:1.1;letter-spacing:0;top:4.3000030517578rem;left:15.375rem;height:8.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NCVLJeL1O5eBRcqXTdOr1NM4tNsRpr5g { color:#030538;display:block;width:18.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:8.9375rem;left:10.0625rem;height:2.900000125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#TMh7pPUV3rh3PN4wzOotZD9VKbhgnrN7 { color:#030538;display:block;width:23.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:6.125rem;left:10.0625rem;height:1.4500000625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#OEgEIaknR30Wk4svQushiwlOBUz9bnem { 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:21.875rem;width:29.125rem;top:16.6875rem;left:31.5rem;overflow:hidden;display:block; }
#codUB1mK96Hy3TONht1dpPBygmKW193d { color:#030538;display:block;width:9.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:32.262496948243rem;left:34.1875rem;height:2.900000125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#GfAJid539DMBCUV0aFwMRacJewwJx66V { position:absolute;display:block;z-index:15022;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.1875rem;width:6.5rem;top:28.262496948243rem;left:30.625rem;overflow:hidden;display:none; }
#dcZHZ4PqCLMfHdF6GAXkpEGmpGh0m7Lz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:5.6875rem;left:7.5rem;display:none; }
#KgiXCw9cQ0Lukud66MyVsdJDEXubyQJZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:8.5rem;left:7.5rem;display:none; }
#Qg2vAd8fbs3KUGfR1ipCMWd4RZrxvPEs { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:12.5625rem;left:7.75rem;overflow:hidden;display:none; }
#t7wbq70wvmfJAgGlwWnnxdMycfSvkSvV { color:#030538;display:block;width:18.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:12.75rem;left:10.0625rem;height:1.4500000625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#ap04NMpG5D7UkzJTB09y1S1SVT4vUFNB { color:#ff0202;display:block;width:20.25rem;position:absolute;font-family:"work sans";font-size:1.5rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:13.5rem;left:27.9375rem;height:1.9500000625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SVgP9BaVSIKEGMmQhLT0LCk89wrO0S1G { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:13.75rem;left:26.875rem; }
#oCelmFtnXRn32wmeKZlK6O594482ityo { color:#030538;display:block;width:44.1875rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:300;z-index:15016;line-height:1.1;letter-spacing:0;top:4.3000030517578rem;left:15.375rem;height:8.25rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#GFd0LUqX9CRule5Uc0pJqE8pP7eX6b0x { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(3,5,56,0.2) ;height:16.625rem;width:19.3125rem;top:19.25rem;left:14.375rem;display:block; }
#dFHh0KmGOTNpRyIzUwKOmu2CUbqw41cM { background-color:#ffd626;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#202020;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"work sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.625rem;height:3.3125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:29.25rem;left:15.625rem;display:block; }
#xHVs5u0LyD7DgpAbIopmdhNLnOPkdRHk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qTG9Wkr9RZ9T1ZUFXV0KyLzSbVmfXdx2 { color:#030538;display:block;width:18.1875rem;position:absolute;font-family:"work sans";font-size:0.8125rem;font-weight:300;z-index:15034;line-height:1.5;letter-spacing:0;top:25.4375rem;left:16.4375rem;height:2.400000125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#f92mwQf3Xp2nGiWPscKkLNZwkwS8QhGA { color:#030538;display:block;width:17rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:300;z-index:15033;line-height:1.5;letter-spacing:0;top:22.8125rem;left:15.4375rem;height:1.65rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TwT3m1nBe9EqPT38CzUK7eT8Ts24vLbz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:25.5rem;left:15rem; }
#boaIcktZTHU5DZVgmcrwiWu6PgK8QlEd { color:#030538;display:block;width:12.0625rem;position:absolute;font-family:"work sans";font-size:1.5rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:20.875rem;left:17.9375rem;height:1.9500000625rem;font-style:normal;text-align:center;text-align-last:center;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; }
#XuowdPRc1XittE20NUdqvJWX7RU2722I { color:#030538;display:block;width:14.875rem;position:absolute;font-family:"work sans";font-size:0.75rem;font-weight:300;z-index:15030;line-height:1.5;letter-spacing:0;top:32.875rem;left:16.5625rem;height:1.1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LNTpC7hDbEDPoBffpES02aKTNREG4lJK { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ff0000;border-left:0.0625rem solid #ff0000;border-right:0.0625rem solid #ff0000;border-bottom:0.0625rem solid #ff0000;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:4.8125rem;width:50.4375rem;top:16.875rem;left:12.875rem;display:none; }
#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030538;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; }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row .container { background-color: transparent; background-image: none; }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row .container > .video-iframe-container { display: none; }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row > .video-iframe-container { display: none; }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .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); }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row .container { border-width: 0; border-radius: 0; }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row .container { font-size:0.875rem;font-family:arial;height:12.25rem;width:75rem;position:relative;display:block; }#tDHa9VqJb5v9ubMv6XbP3d4mSd3FOypq { color:#ffebbc;display:block;width:75rem;position:absolute;font-family:"work sans";font-size:3rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:3.4250030517578rem;left:0rem;height:6.599999875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#In6dubBaqXxbpqSsoVHgSyduEUtVNEJz { color:#030538;display:block;width:13.5625rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15035;line-height:1.5;letter-spacing:0;top:0.1875rem;left:37.75rem;height:1.2999999375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #030538, #50167b);background-image: -moz-linear-gradient(180deg, #030538, #50167b);background-image: -ms-linear-gradient(180deg, #030538, #50167b);background-image: -o-linear-gradient(180deg, #030538, #50167b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#030538', endColorstr='#50167b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#030538', endColorstr='#50167b' );";background-image: linear-gradient(180deg, #030538, #50167b);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row .container { background-color: transparent; background-image: none; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row .container > .video-iframe-container { display: none; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row > .video-iframe-container { display: none; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .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); }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row .container { border-width: 0; border-radius: 0; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row .container { font-size:0.875rem;font-family:arial;height:80.375rem;width:75rem;position:relative;display:block; }#EuHJaL06FxvZI6AHB8higceSvnmyAn1S { box-sizing:content-box;height:25rem;width:23.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0a4c4283-b8a8-449e-8c2f-468a96e95134/SergeMichenaud.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:3.0320434570312rem;left:10.375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }#EuHJaL06FxvZI6AHB8higceSvnmyAn1S.adaptive-delivery-prevent-bg, #EuHJaL06FxvZI6AHB8higceSvnmyAn1S.lazyload, #EuHJaL06FxvZI6AHB8higceSvnmyAn1S.lazyloading { background-image: none; }
#TTzP2Say5ZuiIwbUnM8WmZTcI3fOlbt5 { color:#ffffff;display:block;width:28.8125rem;position:absolute;font-family:"work sans";font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:3.5687561035156rem;left:39.75rem;height:24.0000006875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WJy0RSR89upLwmd3UsFz6iDJ6aZT0d43 { color:#e0cbfd;display:block;width:20.0625rem;position:absolute;font-family:"work sans";font-size:2.9375rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:33.4375rem;left:9.6875rem;height:9.6000001875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#w7zspJlNQoA7sMOMh3oBPD6qhptePTUs { box-sizing:content-box;height:18rem;width:17.1875rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c30c1c68-0b28-4e7d-9125-ae019282b022/WhatsAppImage20250413at135351.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:37.9375rem;left:46.5625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }#w7zspJlNQoA7sMOMh3oBPD6qhptePTUs.adaptive-delivery-prevent-bg, #w7zspJlNQoA7sMOMh3oBPD6qhptePTUs.lazyload, #w7zspJlNQoA7sMOMh3oBPD6qhptePTUs.lazyloading { background-image: none; }
#HwXb0nmh8aifDW6qZAkdQO4SI6X3K43A { color:#ffffff;display:block;width:23.125rem;position:absolute;font-family:"work sans";font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:43.899993896484rem;left:9.6875rem;height:25.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tTsqkvQxa81PMMnftqwTUpMEGWLp5ba2 { box-sizing:content-box;height:18rem;width:17.1875rem;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/60f1d8be-1d1a-4f2a-9c34-b35e92a8c0c3/Untitleddesign.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:46rem;left:35.375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }#tTsqkvQxa81PMMnftqwTUpMEGWLp5ba2.adaptive-delivery-prevent-bg, #tTsqkvQxa81PMMnftqwTUpMEGWLp5ba2.lazyload, #tTsqkvQxa81PMMnftqwTUpMEGWLp5ba2.lazyloading { background-image: none; }
#Ra3wNsWCprWxAwZviPLTxMwlKlaLqVRX { box-sizing:content-box;height:18rem;width:17.1875rem;position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d2e4f52c-d923-492c-ae99-a592b8d92d4a/JPO2025Visuels.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:54.1875rem;left:48.1875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }#Ra3wNsWCprWxAwZviPLTxMwlKlaLqVRX.adaptive-delivery-prevent-bg, #Ra3wNsWCprWxAwZviPLTxMwlKlaLqVRX.lazyload, #Ra3wNsWCprWxAwZviPLTxMwlKlaLqVRX.lazyloading { background-image: none; }
#RxVRZ3KM4l4NH6hvyCrw2tTJUORTJJuc { background-color:#ffd626;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#202020;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:72.23751831055rem;left:9.687500573695rem;display:block; }
#gx8bWRecqCfFSwzztBRZVWSWD705NW5X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QsxQtA3QEgdoL9oWVpNnWHct10nEXUlp { color:#e0cbfd;display:block;width:32.875rem;position:absolute;font-family:montserrat;font-size:2.9375rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:32.9375rem;left:4.625rem;height:9.6000001875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#oSZiQu2S5D91WtRGr8pft5pQvwI4TtLo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#oSZiQu2S5D91WtRGr8pft5pQvwI4TtLo > .row .container { background-color: transparent; background-image: none; }#oSZiQu2S5D91WtRGr8pft5pQvwI4TtLo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oSZiQu2S5D91WtRGr8pft5pQvwI4TtLo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oSZiQu2S5D91WtRGr8pft5pQvwI4TtLo > .row .container > .video-iframe-container { display: none; }#oSZiQu2S5D91WtRGr8pft5pQvwI4TtLo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oSZiQu2S5D91WtRGr8pft5pQvwI4TtLo > .row > .video-iframe-container { display: none; }#oSZiQu2S5D91WtRGr8pft5pQvwI4TtLo > .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); }#oSZiQu2S5D91WtRGr8pft5pQvwI4TtLo > .row .container { border-width: 0; border-radius: 0; }#oSZiQu2S5D91WtRGr8pft5pQvwI4TtLo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oSZiQu2S5D91WtRGr8pft5pQvwI4TtLo > .row .container { font-size:0.875rem;font-family:arial;height:35.0625rem;width:75rem;position:relative;display:block; }#MKkZTgIdcodueM578CCRBODIqeupEIB6 { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(3,5,56,0.2) ;height:14.6875rem;width:18.9375rem;top:9.8125rem;left:7.5rem;display:block; }
#xp7BFGsD5kyDN2pSr6icPHZwkWe0kMK6 { color:#030538;display:block;width:17rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:12.5625rem;left:8.4375rem;height:6.599999875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#THnck3Jm8UE3FeL51gEis7MBrFCuNyNV { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(3,5,56,0.2) ;height:14.75rem;width:18.9375rem;top:9.8125rem;left:28.0625rem;display:block; }
#oTAHpFhMdyPMCaxzyBEzbTsv230CJmBx { color:#030538;display:block;width:18.0625rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:12.706268310547rem;left:28.46875rem;height:8.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UNkcwkP1aqoNQAtzghu0uaXMB5IS1g5V { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(3,5,56,0.2) ;height:14.6875rem;width:18.9375rem;top:9.8125rem;left:48.5625rem;display:block; }
#fvfV3Swf4GCxZzLdUlJT9WGN09PeJXMH { color:#030538;display:block;width:17rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:12.5625rem;left:49.5625rem;height:6.599999875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VwtZ630VzJ9zbpZEml5CK0MECqltmHJH { color:#030538;display:block;width:75rem;position:absolute;font-family:"work sans";font-size:2.5rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:2.9375rem;left:0rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UcT2JnbHVfgMILPyyqdFcc3vhdIL7IAi { color:#030538;display:block;width:17rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:21.337509155274rem;left:8.4375rem;height:1.65rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oRn12FMlCX3Tgsn3R2hPLgW8AJ0zT1AC { color:#030538;display:block;width:17rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:21.412506103516rem;left:29rem;height:1.65rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#s4xgImDIa9INklHh0W3Ryt4vbtHo3Juq { color:#030538;display:block;width:17rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:21.32421875rem;left:49.53125rem;height:1.65rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t79v8C1aoJ7mxhHHhsuavlgyMAhdMHgd { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:4.1875rem;top:7.875rem;left:8.4375rem;overflow:hidden;display:block; }
#XHwHZpUOQZ4P7kI0fGtsyTVaevNLCNKV { 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.125rem;width:4.1875rem;top:7.875rem;left:28.75rem;overflow:hidden;display:block; }
#ye9WFFCRguxmdRQkP1zSmHX7VF3k5ksO { position:absolute;display:block;z-index:15012;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.125rem;width:4.1875rem;top:7.875rem;left:49.5625rem;overflow:hidden;display:block; }
#TlnApqkQtx4m4TLsBAd8yV3lAiTNhw4s { background-color:#ffd626;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#202020;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"work sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5625rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:27.274230957031rem;left:29.1875rem;display:block; }
#fAxIlX7g4fOZmg4q7kePxBP6RCnLPkec { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Cqy7tPET4GAIlBsTKTXrNDgOCvGm7zwC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e0cbfd;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; }#Cqy7tPET4GAIlBsTKTXrNDgOCvGm7zwC > .row .container { background-color: transparent; background-image: none; }#Cqy7tPET4GAIlBsTKTXrNDgOCvGm7zwC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cqy7tPET4GAIlBsTKTXrNDgOCvGm7zwC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cqy7tPET4GAIlBsTKTXrNDgOCvGm7zwC > .row .container > .video-iframe-container { display: none; }#Cqy7tPET4GAIlBsTKTXrNDgOCvGm7zwC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cqy7tPET4GAIlBsTKTXrNDgOCvGm7zwC > .row > .video-iframe-container { display: none; }#Cqy7tPET4GAIlBsTKTXrNDgOCvGm7zwC > .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); }#Cqy7tPET4GAIlBsTKTXrNDgOCvGm7zwC > .row .container { border-width: 0; border-radius: 0; }#Cqy7tPET4GAIlBsTKTXrNDgOCvGm7zwC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Cqy7tPET4GAIlBsTKTXrNDgOCvGm7zwC > .row .container { font-size:0.875rem;font-family:arial;height:33.3125rem;width:75rem;position:relative;display:block; }#U20ZbJWcLQVzX8qZb9e4xFFoJla4crfs { color:#000000;display:block;width:35.6875rem;position:absolute;font-family:"work sans";font-size:2.75rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:5.375rem;left:1.75rem;height:5.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xnrK0dUquq4d7Qg7D8IMcPuzhdgXSEg6 { color:#000000;display:block;width:29.3125rem;position:absolute;font-family:"work sans";font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:15.625rem;left:1.8125rem;height:12.149999625rem;text-align:left;text-align-last:left;display:block; }
#vZea40hCZNJuV81Aoiz6TMpMGiVEksAn { color:#000000;display:block;width:29.875rem;position:absolute;font-family:"work sans";font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:12.8125rem;left:1.75rem;height:1.7000000625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ynTUlwEfm6P2P7vETOy5TCzopbBTyHt9 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:21.4375rem;width:38.3125rem;top:5.8742065429688rem;left:35.1875rem;display:block; }
#C5SeZ6Zei6XLOGdtysUz0LQFVFUiglae { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#C5SeZ6Zei6XLOGdtysUz0LQFVFUiglae > .row .container { background-color: transparent; background-image: none; }#C5SeZ6Zei6XLOGdtysUz0LQFVFUiglae::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C5SeZ6Zei6XLOGdtysUz0LQFVFUiglae > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C5SeZ6Zei6XLOGdtysUz0LQFVFUiglae > .row .container > .video-iframe-container { display: none; }#C5SeZ6Zei6XLOGdtysUz0LQFVFUiglae > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C5SeZ6Zei6XLOGdtysUz0LQFVFUiglae > .row > .video-iframe-container { display: none; }#C5SeZ6Zei6XLOGdtysUz0LQFVFUiglae > .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); }#C5SeZ6Zei6XLOGdtysUz0LQFVFUiglae > .row .container { border-width: 0; border-radius: 0; }#C5SeZ6Zei6XLOGdtysUz0LQFVFUiglae > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C5SeZ6Zei6XLOGdtysUz0LQFVFUiglae > .row .container { font-size:0.875rem;font-family:arial;height:59.125rem;width:75rem;position:relative;display:block; }#ZopeBsbV2LMf8RRyytXZWkAGnTLMC3rl { color:#ffffff;display:block;width:46.1875rem;position:absolute;font-family:"work sans";font-size:3.125rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:3.8125rem;left:15.75rem;height:9.3000001875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MsanEI9RGaWJeCOhUerdFMHTRbFqZzw8 { color:#000000;display:block;width:20.625rem;position:absolute;font-family:"work sans";font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:18.4375rem;left:40.1875rem;height:4.0500001875rem;display:block; }
#aJDuitGyMOd1c5BablHlALdTN5VycOUb { color:#fca248;display:block;width:14rem;position:absolute;font-family:"work sans";font-size:2.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:17.75rem;left:18.6875rem;height:3.0499999375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cBHnJrLoOZ9ywRs5vh7XshbD69NBb1cP { color:#000000;display:block;width:13.3125rem;position:absolute;font-family:"work sans";font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:20.5625rem;left:19rem;height:2.7000000625rem;text-align:center;text-align-last:center;display:block; }
#meMqVG2OFLPElhx2esIpn6gsXJMlCKPs { box-sizing:content-box;height:8.5rem;width:15.25rem;position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:none;top:16.125rem;left:18rem;border-top:0.125rem solid #3a3939;border-left:0.125rem solid #3a3939;border-right:0.125rem solid #3a3939;border-bottom:0.125rem solid #3a3939;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#BPO7AAolhW97D8JQqK0euQdwuoEEfDIJ { box-sizing:content-box;height:0.125rem;width:5.5625rem;position:absolute;display:block;z-index:15007;background-color:#3a3939;background-image:none;top:20.4375rem;left:33.5rem;display:block; }
#bMkdZKpKmcd3zJDeLbMtBdNPrlWmPcHZ { box-sizing:content-box;height:0.5625rem;width:0.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:#3a3939;background-image:none;top:20.25rem;left:38.5625rem;display:block; }
#UrQJEq0Zq3UJPJOzgiwAs30tOpV7McVU { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.875rem;width:12.5rem;top:23.625rem;left:4.1875rem;overflow:hidden;display:block; }
#x2vGuyGABcIIRvoOhSxTGs66bZPy2g7l { color:#000000;display:block;width:18rem;position:absolute;font-family:"work sans";font-size:3.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:33.8125rem;left:19.875rem;height:4.0500001875rem;display:block; }
#TEDdaHU9bT6qtAk5zRrqZrr0Vo0G6sd2 { box-sizing:content-box;height:0.5625rem;width:0.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:#3a3939;background-image:none;top:35.625rem;left:18.25rem;display:block; }
#QWcdRcoWsLsc4qtB1gVv3hm7ALG5SUkr { box-sizing:content-box;height:0.125rem;width:5.5625rem;position:absolute;display:block;z-index:15010;background-color:#3a3939;background-image:none;top:35.8125rem;left:13.1875rem;display:block; }
#iKkLdTNCHysk3CcqXcP8KlmH1VwsvKTX { color:#070707;display:block;width:18rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:37.0625rem;left:19.875rem;height:1.4500000625rem;display:block; }
#aucH1RX9pDE2vLqDua8QllPP6RAEcaIK { color:#070707;display:block;width:18rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:43.1875rem;left:19.875rem;height:1.4500000625rem;display:block; }
#FCd1OLTMZzsU3Hsg8ySvF8hxvRQGpOJF { color:#020202;display:block;width:18rem;position:absolute;font-family:"work sans";font-size:3.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:39.8125rem;left:19.875rem;height:4.0500001875rem;display:block; }
#Pt5umTF9mIZ6lnX12K98cclHGrFIZ887 { box-sizing:content-box;height:0.5625rem;width:0.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:#3a3939;background-image:none;top:41.625rem;left:18.25rem;display:block; }
#XT3LRu4T4K2uwacG8K5MXWJm5hJdXaz4 { box-sizing:content-box;height:0.125rem;width:5.5625rem;position:absolute;display:block;z-index:15014;background-color:#3a3939;background-image:none;top:41.8125rem;left:13.1875rem;display:block; }
#WTEZXLR9gHPt4yIqNFqxT0t5aZZLsmdI { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.875rem;width:13.4375rem;top:24.6875rem;left:38.875rem;overflow:hidden;display:block; }
#TIcKHZ4S9PDyoTzUHnF3oIqXRoef0fMo { color:#000000;display:block;width:12.75rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:36.375rem;left:55.125rem;height:2.900000125rem;display:block; }
#H4CN1Kcta2UQeGzUQVoiSuKpuvpMRQex { color:#000000;display:block;width:18rem;position:absolute;font-family:"work sans";font-size:3.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:33rem;left:55.125rem;height:4.0500001875rem;display:block; }
#i0eTbgiltqzAW1RN5HrF5Q8onXVvlIb6 { color:#000000;display:block;width:18rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:30.375rem;left:55.125rem;height:1.4500000625rem;display:block; }
#m8MbFAMDe3uOPN3qvlVu0CDTgzZ9nnvN { box-sizing:content-box;height:0.5625rem;width:0.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15023;background-color:#3a3939;background-image:none;top:34.8125rem;left:53.5rem;display:block; }
#A3inHc8CsT7w7b6pF29Bxp8WmKo3dfI0 { box-sizing:content-box;height:0.125rem;width:5.5625rem;position:absolute;display:block;z-index:15022;background-color:#3a3939;background-image:none;top:35rem;left:48.4375rem;display:block; }
#r7Fzv9mnDXcNbmb1NpAt3KpdTZfOrFGS { color:#000000;display:block;width:18rem;position:absolute;font-family:"work sans";font-size:3.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:27rem;left:55.125rem;height:4.0500001875rem;display:block; }
#Rsm1gN4taFdDdyerSN2BaO0HzQ5ZkTLH { box-sizing:content-box;height:0.5625rem;width:0.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:#3a3939;background-image:none;top:30.0625rem;left:53.5rem;display:block; }
#QHfTpJJlSCIxmTlvcyNCFaW27HEJLCPD { box-sizing:content-box;height:0.125rem;width:5.5625rem;position:absolute;display:block;z-index:15018;background-color:#3a3939;background-image:none;top:30.25rem;left:48.4375rem;display:block; }
#eA0LyUNhNBeLM4td4lnulesDCtBhR9RG { color:#fca248;display:block;width:15.625rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:32.4375rem;left:19.4375rem;height:1.4500000625rem;text-align:left;text-align-last:left;display:block; }
#Vt9WEWmBx3HT9NkrnwKvg4m02KvQLCKL { color:#fca248;display:block;width:15.625rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:25.625rem;left:55.125rem;height:1.4500000625rem;text-align:left;text-align-last:left;display:block; }
#lkkfW4mUUNTQNx8v7bEICEWo6gDvdTB7 { color:#000000;display:block;width:48.8125rem;position:absolute;font-family:"work sans";font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:50rem;left:11.875rem;height:5.400000125rem;text-align:center;text-align-last:center;display:block; }
#wUuf9xdFrJKThHpRPMi8xycdJwpVTAhH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e0cbfd;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:none; }#wUuf9xdFrJKThHpRPMi8xycdJwpVTAhH > .row .container { border-width: 0; border-radius: 0; }#wUuf9xdFrJKThHpRPMi8xycdJwpVTAhH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wUuf9xdFrJKThHpRPMi8xycdJwpVTAhH > .row .container { font-size:0.875rem;font-family:arial;height:10.6875rem;width:75rem;position:relative;display:none; }#XOdm3vfflv6CLpoTwvQWOgNgD2dUK7gc { color:#2f2f2f;display:block;width:11.0625rem;position:absolute;font-family:"work sans";font-size:3.125rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:0.625rem;left:4.8125rem;height:4.0500001875rem;text-align:center;text-align-last:center;display:block; }
#OfMiCwfSh8vFGVyQIv9k9Fqbo7rpAT2a { color:#3a3939;display:block;width:7.6875rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:4.6750183105469rem;left:6.5rem;height:2.900000125rem;text-align:center;text-align-last:center;display:block; }
#tO3p5ANAf51tM80SSte3nCrJe9CUPWvm { color:#2f2f2f;display:block;width:11.3125rem;position:absolute;font-family:"work sans";font-size:3.125rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:0.625rem;left:23.375rem;height:4.0500001875rem;text-align:center;text-align-last:center;display:block; }
#Eva3h5NfBDuU8WTlTnxNAPmzAHQ2I4Hh { color:#2f2f2f;display:block;width:11.3125rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:4.6875rem;left:23.375rem;height:2.900000125rem;text-align:center;text-align-last:center;display:block; }
#ve1agA9hsTU1i2HLPk11XgQwJZnOVRZl { color:#2f2f2f;display:block;width:11.875rem;position:absolute;font-family:"work sans";font-size:3.125rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:0.625rem;left:41.375rem;height:4.0500001875rem;text-align:center;text-align-last:center;display:block; }
#CTbcDgLexVp4Dp9fDLWRM8uISuxvPWtq { color:#3a3939;display:block;width:7.625rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:4.6875rem;left:43.5rem;height:1.4500000625rem;text-align:center;text-align-last:center;display:block; }
#yZaJWXzPZ7QVXd4opnRqQK1l8ynsT258 { color:#2f2f2f;display:block;width:9.1875rem;position:absolute;font-family:"work sans";font-size:3.125rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:0.625rem;left:60.875rem;height:4.0500001875rem;text-align:center;text-align-last:center;display:block; }
#WTk7CyTzOBshl3g98eQDWANQ3XVXMmxu { color:#3a3939;display:block;width:12.5rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:4.6875rem;left:59.1875rem;height:2.900000125rem;text-align:center;text-align-last:center;display:block; }
#ZAkmNH63V41RKiBQH7QNhR1zhtVSHmDR { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:3rem;top:1.1000061035156rem;left:20.425001144409rem;overflow:hidden;display:block; }
#BOtbTEHHnDIpEtWOCXw1KWa5CGxhxh4a { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:3rem;top:1.6000061035156rem;left:2.90625rem;overflow:hidden;display:block; }
#hT4QGXHxTkIyX3dZPNKeyAbQbvulTTkO { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:3rem;top:1.1125183105469rem;left:40.549999237061rem;overflow:hidden;display:block; }
#pxqwB4wyQptu0NctgoL4DC0qQUJumB99 { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:3rem;top:1.0500183105469rem;left:56.375rem;overflow:hidden;display:block; }
#fknbaW0GHg61P3rdShFPzK7HrnInL40J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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:none; }#fknbaW0GHg61P3rdShFPzK7HrnInL40J > .row .container { border-width: 0; border-radius: 0; }#fknbaW0GHg61P3rdShFPzK7HrnInL40J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fknbaW0GHg61P3rdShFPzK7HrnInL40J > .row .container { font-size:0.875rem;font-family:arial;height:45.375rem;width:75rem;position:relative;display:none; }#XfR34VWTEt9gWBtgV8R6QR8bDHsU6DmX { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:11.3125rem;width:11.3125rem;top:21.375rem;left:21.875rem;overflow:hidden;display:block; }
#qW5O8Trfk8EE3H7T91CaJweFW2SNAM3M { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.625rem;width:17.625rem;top:5.625rem;left:8.5rem;overflow:hidden;display:block; }
#caPlJ1TD8qIDTq7tDFV7BTgu2fQtPsoI { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.9375rem;width:12.875rem;top:23.25rem;left:9rem;overflow:hidden;display:block; }
#su0ir45NDpQGEgcfgD3T5ehlWaOIBNih { color:#3c285f;display:block;width:21.125rem;position:absolute;font-family:"open sans";font-size:2.3125rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:6rem;left:38.9375rem;height:4.599999875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TnPZHa04T4NOsMRgn94uu1qQMRqM9yZW { color:#3d4051;display:block;width:7.3125rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:33.25rem;left:22.3125rem;height:2.099999875rem;font-style:normal;display:block; }
#KMvIlixS7alUgHJHz9RQvskiU8VTQMwK { color:#3d4051;display:block;width:8.5rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.9;letter-spacing:0;top:18.625rem;left:26.6875rem;height:2.099999875rem;font-style:normal;display:block; }
#cfPv4rHXteHcaUTGnkn64gWXOT3xKM6i { color:#3d4051;display:block;width:12.0625rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:36.75rem;left:9.8125rem;height:2.7000000625rem;font-style:normal;display:block; }
#OOKrdt8rTsqG1WTVfuRB4gREnmasT5wp { color:#000000;display:block;width:25rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:11.9375rem;left:38.9375rem;height:27.54999975rem;font-style:normal;display:block; }
#ymiU7SSmnnVZg2eEs9fM0ZTZBmxeM3XZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#ymiU7SSmnnVZg2eEs9fM0ZTZBmxeM3XZ > .row .container { background-color: transparent; background-image: none; }#ymiU7SSmnnVZg2eEs9fM0ZTZBmxeM3XZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ymiU7SSmnnVZg2eEs9fM0ZTZBmxeM3XZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ymiU7SSmnnVZg2eEs9fM0ZTZBmxeM3XZ > .row .container > .video-iframe-container { display: none; }#ymiU7SSmnnVZg2eEs9fM0ZTZBmxeM3XZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ymiU7SSmnnVZg2eEs9fM0ZTZBmxeM3XZ > .row > .video-iframe-container { display: none; }#ymiU7SSmnnVZg2eEs9fM0ZTZBmxeM3XZ > .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); }#ymiU7SSmnnVZg2eEs9fM0ZTZBmxeM3XZ > .row .container { border-width: 0; border-radius: 0; }#ymiU7SSmnnVZg2eEs9fM0ZTZBmxeM3XZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ymiU7SSmnnVZg2eEs9fM0ZTZBmxeM3XZ > .row .container { font-size:0.875rem;font-family:arial;height:33.3125rem;width:75rem;position:relative;display:block; }#BTOIKG5GTJpRZNd8UHv7bQirUbtqLvFh { color:#3c285f;display:block;width:37rem;position:absolute;font-family:"work sans";font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4rem;left:1.125rem;height:;text-align:left;text-align-last:left;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; }
#ovZnRT3ZJgN19xakZe9bH23RDmxVHO7e { position:absolute;display:block;z-index:15007;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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:18.625rem;width:33.1875rem;top:8.0625rem;left:41.4375rem;overflow:hidden;display:block; }
#SkKEAl0RSv68eQxyx5Q1t5O7MhVNwA38 { color:#2f2f2f;display:block;width:35.0625rem;position:absolute;font-family:"work sans";font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:10.625rem;left:3.75rem;height:13.89110625rem;text-align:left;text-align-last:left;display:none; }
#pXBvtQE2S4TJm39vuFuyhI2BUyMsKCCM { color:#2f2f2f;display:block;width:35.0625rem;position:absolute;font-family:"work sans";font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:10.625rem;left:3.75rem;height:13.89110625rem;text-align:left;text-align-last:left;display:none; }
#BTGHGpXeIKTWlW1nyIs4daNKfp0Po2De { color:#2f2f2f;display:block;width:38.9375rem;position:absolute;font-family:"work sans";font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.25rem;left:1.125rem;height:19.5rem;text-align:left;text-align-last:left;display:block; }
#JvXN4TcEyU18x2EMOgUbewyOUOpkaqog { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#JvXN4TcEyU18x2EMOgUbewyOUOpkaqog > .row .container { background-color: transparent; background-image: none; }#JvXN4TcEyU18x2EMOgUbewyOUOpkaqog::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JvXN4TcEyU18x2EMOgUbewyOUOpkaqog > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JvXN4TcEyU18x2EMOgUbewyOUOpkaqog > .row .container > .video-iframe-container { display: none; }#JvXN4TcEyU18x2EMOgUbewyOUOpkaqog > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JvXN4TcEyU18x2EMOgUbewyOUOpkaqog > .row > .video-iframe-container { display: none; }#JvXN4TcEyU18x2EMOgUbewyOUOpkaqog > .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); }#JvXN4TcEyU18x2EMOgUbewyOUOpkaqog > .row .container { border-width: 0; border-radius: 0; }#JvXN4TcEyU18x2EMOgUbewyOUOpkaqog > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JvXN4TcEyU18x2EMOgUbewyOUOpkaqog > .row .container { font-size:0.875rem;font-family:arial;height:16.8125rem;width:75rem;position:relative;display:block; }#ZaTlOTOTsv80edOeG9wW1spbPAVDkZX0 { color:#000000;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.1875rem;left:2.5rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#fWk1WNqPx6KTgmGzMaf5FVDcHi8oMrqi { color:#000000;display:block;width:14.125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:9.5625rem;left:2.5rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#iP51F0v22TSnlGnayM2S1QZIlJSw7KFt { color:#000000;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:10.887512207031rem;left:21.25rem;height:3.2000000625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#CRvvG3yKVcRyn6L1TK6ZBIzW6VQDIHiW { color:#000000;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:15006;line-height:.9;letter-spacing:0;top:7.2250061035156rem;left:21.25rem;height:3.2999999375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#I7VWbiWzWTiIFbl90HUEkKa1s7UCVWnG { color:#000000;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:10.875rem;left:40.0625rem;height:1.6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#WPBbPRWIDdozp1DLvNUhZwlQu49oUE2l { color:#000000;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:15008;line-height:.9;letter-spacing:0;top:7.1875rem;left:40rem;height:3.2999999375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#hhitdsqEmdHtB5We0FXEJ1cwF2dCUTHA { color:#000000;display:block;width:13.0625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:10.862518310547rem;left:59.0625rem;height:3.2000000625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#iN5y9eC7IO1pa0cW9MGU8DWNbOFz2fvu { color:#000000;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:15008;line-height:.9;letter-spacing:0;top:7.2250061035156rem;left:58.75rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#U55r9Wu1rJULWSCsceUqHgSzgQSE9S8M { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:2.4375rem;left:7.25rem; }
#gMFk8Top6tzEWfipah6G6vXR5yTQegXr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:2.4375rem;left:26rem; }
#RwZSedZgdTv1d6gSes5kvPgA6WF5D1s6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:2.4375rem;left:44.75rem; }
#VRc00NpyPn4Q589QPzTi3q9MXFXVU4TV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:2.4375rem;left:63.5rem; }
#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row .container { background-color: transparent; background-image: none; }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row .container > .video-iframe-container { display: none; }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row > .video-iframe-container { display: none; }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .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); }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row .container { border-width: 0; border-radius: 0; }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row .container { font-size:0.875rem;font-family:arial;height:15.8125rem;width:75rem;position:relative;display:block; }#LH8cdnV5biptoK2Xsf4ZRToGIdvsEr8w { color:#ffffff;display:block;width:12.375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:5.0625rem;left:7.5rem;height:2.2000000625rem;text-align:left;text-align-last:left;display:block; }
#nyvM7TAvzihTVqZr3bacMlqsJ4EFLzmf { color:#ffffff;display:block;width:22.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:2.7312622070312rem;left:26.4375rem;height:3.8999998125rem;text-align:center;text-align-last:center;display:block; }
#q4ofT6RA237WTBb88OTE57NQSz15bQ14 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:5rem;top:2.01171875rem;left:7.5rem;overflow:hidden;display:block; }
#wdn0AWoNaG5s2kG6pQXerVIMddiM2mFL { color:#ffffff;display:block;width:9.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:3.625rem;left:57.875rem;height:2.2000000625rem;text-align:right;text-align-last:right;display:block; }
#Wq4dUzTnyn39vVkqWmqxqlkEczgrxsTL { color:#ffffff;display:block;width:12.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:2.0625rem;left:54.9375rem;height:1.1rem;text-align:right;text-align-last:right;display:block; }
#tTRkCQbBZRPVdLBMHR36UpoADbyPZrCB { color:#ffffff;display:block;width:11.375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:6.25rem;left:56.125rem;height:1.1rem;text-align:right;text-align-last:right;display:block; }
#HyVyOlUa1ENwsNKdnPJXhbIfEqFlohXT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030538;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#HyVyOlUa1ENwsNKdnPJXhbIfEqFlohXT > .row .container { background-color: transparent; background-image: none; }#HyVyOlUa1ENwsNKdnPJXhbIfEqFlohXT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HyVyOlUa1ENwsNKdnPJXhbIfEqFlohXT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HyVyOlUa1ENwsNKdnPJXhbIfEqFlohXT > .row .container > .video-iframe-container { display: none; }#HyVyOlUa1ENwsNKdnPJXhbIfEqFlohXT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HyVyOlUa1ENwsNKdnPJXhbIfEqFlohXT > .row > .video-iframe-container { display: none; }#HyVyOlUa1ENwsNKdnPJXhbIfEqFlohXT > .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); }#HyVyOlUa1ENwsNKdnPJXhbIfEqFlohXT > .row .container { border-width: 0; border-radius: 0; }#HyVyOlUa1ENwsNKdnPJXhbIfEqFlohXT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HyVyOlUa1ENwsNKdnPJXhbIfEqFlohXT > .row .container { font-size:0.875rem;font-family:arial;height:7.25rem;width:75rem;position:relative;display:block; }#HzfJxKmRKlBbxtyC9fwF8czywhgHrTuV { color:#ffffff;display:block;width:20.625rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:normal;z-index:15002;line-height:1;letter-spacing:0;top:2.7250061035156rem;left:8.40625rem;height:1.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#sAyIP9eI7z063J25vVpgDUcyKarb2XGM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:1.21875rem;left:64.375rem;display:none; }
#OF47BiwIwF2b0fTKt2UMiT2AATtI7zKC { background-color:#ffd626;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#001342;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"work sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.125rem;height:3.25rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:1.9750061035156rem;left:43.375rem;display:block; }
#cufVheEhTZkBTJ4mQHWphpwnTFAGVlKT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hByAeHpq3mSm9JoquF3rmVRHx6y6SNIW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:2.0625rem;left:36.5625rem; }
#QtxaSM0Dx57NUaV2LkoTEBXy9TkQyVzs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:2.0625rem;left:35.3125rem; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JJicp9tyJ8PFtnDU1L3d4K08TOEuS9cV { display:block; }#JJicp9tyJ8PFtnDU1L3d4K08TOEuS9cV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pIMTny4VLL52mpkbB3exgcbViWMBF1BF .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pIMTny4VLL52mpkbB3exgcbViWMBF1BF .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#pIMTny4VLL52mpkbB3exgcbViWMBF1BF .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#pIMTny4VLL52mpkbB3exgcbViWMBF1BF { display:flex;width:18rem;height:5.0625rem;top:23.75rem;left:10.83984375rem; }
 }@media only screen and (max-width: 763px) { #pIMTny4VLL52mpkbB3exgcbViWMBF1BF #fkaFoxItZe5gSN5LLq34EmcbboQiHUFS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pIMTny4VLL52mpkbB3exgcbViWMBF1BF #zdbN8wWspNHA2wWFQkfs77qfPyFCDaFp {  }
 }@media only screen and (max-width: 763px) { #pIMTny4VLL52mpkbB3exgcbViWMBF1BF #dbw5XhKIU6Os2NguCuALN2o2ZmOTDMTK {  }
 }@media only screen and (max-width: 763px) { #pIMTny4VLL52mpkbB3exgcbViWMBF1BF #COONGEnm2t0by1z3BCpABTmTDUVuFlzi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pIMTny4VLL52mpkbB3exgcbViWMBF1BF #FZzAG1zTB1VJn2ND63E8wtQiOuVylIMz {  }
 }@media only screen and (max-width: 763px) { #pIMTny4VLL52mpkbB3exgcbViWMBF1BF #ahPSk3EEPnCmFZFyr7KJ0gOJbG120TMn {  }
 }@media only screen and (max-width: 763px) { #pIMTny4VLL52mpkbB3exgcbViWMBF1BF #nJDKSvwfyfCgF0AN1lR3UD8NNcgxB7lv { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pIMTny4VLL52mpkbB3exgcbViWMBF1BF #TK9FKicD64279c57wNuPWUq2ITg4xlfr {  }
 }@media only screen and (max-width: 763px) { #pIMTny4VLL52mpkbB3exgcbViWMBF1BF #McuCrL64yW0V0fbiOftO9fSwcgsgHNmT {  }
 }@media only screen and (max-width: 763px) { #pIMTny4VLL52mpkbB3exgcbViWMBF1BF #Bgo37r0EWVwwTlc08ECpxwCAExxSudDc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pIMTny4VLL52mpkbB3exgcbViWMBF1BF #eFHKshfS9FHnditVQX22IJ3SrvOCnLo6 {  }
 }@media only screen and (max-width: 763px) { #pIMTny4VLL52mpkbB3exgcbViWMBF1BF #BAN0uX8SV6v8PQd9fgwPLIKPpy3zULJP {  }
 }@media only screen and (max-width: 763px) { #F79CcK5F7y5VLso2BTiUfkB8L1T9f8cX { top:1.75rem;left:0rem;width:26.9375rem;height:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #avvvsEWF8RVhXtlrOg9gqCbTzwvyCla8 { display:block; }#avvvsEWF8RVhXtlrOg9gqCbTzwvyCla8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ { display:block; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fUvXU0fpy22R2iM5GpN7CSx1aHQc33ti { top:1.4375rem;left:41.25rem;width:6.5rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMOnugtT85eo0r435mGPPQ8r4R7ueKae { top:30.4375rem;left:18.8125rem;width:12.3125rem;height:2.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9xJDbUI7u6RHNzBOoImRJEAJu2CRwco { top:30.9375rem;left:11rem;width:12.25rem;height:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5miMhH8F1fdevrl63c6mScTvBJTTCLV { top:30.75rem;left:16.625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKMFZOIcfR8N8HaPGzVvDnV4g1dZu0TN { top:30.875rem;left:8.5625rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXBIhaIm4faMwmbOTRxZ3oniulUeCLVN { width:16.8125rem;height:3.25rem;top:36.8125rem;left:15.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1Z3Leweo0eltxy7dhTFXoswFJul8t0m { display:block; }
 }@media only screen and (max-width: 763px) { #czdSlOSxCrxFzzXU7EQBCpZ7Th0OHSIe { top:22.0625rem;left:12.8125rem;width:22.0625rem;height:8.9928668478262rem;display:block; }
 }@media only screen and (max-width: 763px) { #AspliC52iW4NF3QWE4zvb6kg1i27ea96 { top:10.75rem;left:3.8125rem;width:42.0625rem;height:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmQ0K1O06ThLdGocKJAyU7lkLVyOXb06 { top:32.75rem;left:14.4375rem;width:18.875rem;height:1.5625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xPlIVTnyTXWkfCUG3zqfAUhDa1k5Zhlp { top:37.875rem;left:0rem;width:7.375rem;height:3.5625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AbWvaphqzugerne2840IX53vUlhxqUR0 { top:25.75rem;left:0rem;width:15.125rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 { display:block; }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZCUrWr0h45mfvJUnnulxPh0OFT4cGMU4 { top:1.75rem;left:0rem;width:9.5rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERSKTyiyUqEZvhMxn40cQSsUCFQ4iJOA { top:1.5rem;left:11.75rem;width:4.8125rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnMT50ObMG2UXX4E2fk0rJ9GpQQWRLck { top:1.625rem;left:19.125rem;width:5.3125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTxzJwL8aiNTSTxtyvZST1mWnpWRmUBH { top:1.6875rem;left:26.375rem;width:6.75rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIAgaNe5ccQ5r0e0SZre4TwwEfpA5qfK { top:1.4375rem;left:36rem;width:3.875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEWHXiiTdsEx3kNcwrTtT8l9oWfPaHSN { top:2.0625rem;left:42.1875rem;width:5.5625rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5rz04ETtTzyNtbsubQcFaciPSgaxv4a { display:block; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RJ7GP30b6iCUysJmGUSJL6yAwsgs56R9 { top:3.75rem;left:5.125rem;width:37.5rem;height:5.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzZ3yQfAcb5nB6PhloPOo9o4chZHePRc { top:11.875rem;left:0rem;width:47.75rem;height:22.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqD3UkI90xwaNLZEd1PeK93wakNMaG9w { width:16.5rem;height:3.4375rem;top:37.0625rem;left:16.281249620021rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVOta7rGDT3li41QA3g2ArDvoG0bERfV { display:block; }
 }@media only screen and (max-width: 763px) { #CmNlU3UeXUUS91ysZIXtWP9PzHsgV2fJ { display:block; }#CmNlU3UeXUUS91ysZIXtWP9PzHsgV2fJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cE5Ia9VTInwKAKBJsxJIGfaetyFKzc8l { top:3.625rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQupLF18RkKzCGLa2dVtXZ4JxHqrO1JP { top:13.375rem;left:5.625rem;width:16.5625rem;height:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCBcV79dtU2xtUxZ8V85lq6TcW5hGmZC { top:22.5625rem;left:6.65625rem;width:14.5rem;height:4.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kgmw4I202lSpnl3fwXhEicu8zXlSmBXX { top:18.875rem;left:7.875rem;width:12.0625rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4Cw1qIMfn4SMmJ7MXfmSnaTozhH8UyR { top:11rem;left:10.125rem;width:7.5625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvmW9fmlF4e1uh2EJdm3HHKFpOUzgDSZ { top:32.1875rem;left:5.625rem;width:16.5625rem;height:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPChda6z9diD6rcEtPTcxp0hRVaNakWI { top:41.5rem;left:6.6875rem;width:14.375rem;height:8.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jeqpbq2VncvcSQ2KRiKkacbryZhR4ufH { top:38.3125rem;left:8.6875rem;width:10.4375rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsrdNz3QDyv1vkhoOTSk2lEJacC0QTaN { top:29.8125rem;left:10.125rem;width:7.5625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEctRp4ofUdT9PB1WCEC15ZzDBUKvu0w { top:13.3125rem;left:24.625rem;width:16.5625rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ro8GEUOibuAPSem5DdG0Rr9qchSEaN5I { top:10.9375rem;left:29.125rem;width:7.5625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lseFytfi9pT6T50HGSkDOmi1OL17XdOk { top:21.1875rem;left:25.125rem;width:15.4375rem;height:6.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAkBO0QC77giAb4IJnEAD4ZertFmEc6L { top:19.3125rem;left:25.6875rem;width:14.375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3SoW9xCT8uZ0uXk4gwGMse7vrbBwuyb { top:32.25rem;left:24.5rem;width:16.5625rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeDATTN2TZH80D0ctX3rI80VPd45WFIx { top:42rem;left:25.9375rem;width:13.9375rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2qZHn8gFto4EGmp5MVonWXGTNiGTsxs { top:38.125rem;left:27rem;width:11.5625rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHdsxAfoJUwyS2kOQTnGKI8TVFBnHr0M { top:29.75rem;left:29rem;width:7.5625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gadySylkpgtAwD5Bvdm8MWzu4lmoTwXP { width:16.5625rem;height:3.4375rem;top:54.1875rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8TTpSbISQ3ncfUr0yfKMLgJLu3mlZ07 { display:block; }
 }@media only screen and (max-width: 763px) { #XzIcBkLcnrHLdQuObtPJtv2UkSiJgVOa { display:block; }#XzIcBkLcnrHLdQuObtPJtv2UkSiJgVOa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GX5XcuTPCiI0Ah3Hg6CaPUT7KX6sN9AM { top:4.25rem;left:1.75rem;width:44.1875rem;height:8.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCVLJeL1O5eBRcqXTdOr1NM4tNsRpr5g { top:8.9375rem;left:0rem;width:18.9375rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMh7pPUV3rh3PN4wzOotZD9VKbhgnrN7 { top:6.125rem;left:0rem;width:23.25rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEgEIaknR30Wk4svQushiwlOBUz9bnem { top:16.6875rem;left:17.875rem;width:29.125rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #codUB1mK96Hy3TONht1dpPBygmKW193d { top:32.25rem;left:20.5625rem;width:9.5rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfAJid539DMBCUV0aFwMRacJewwJx66V { top:28.25rem;left:17rem;width:6.5rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcZHZ4PqCLMfHdF6GAXkpEGmpGh0m7Lz { top:5.6875rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgiXCw9cQ0Lukud66MyVsdJDEXubyQJZ { top:8.5rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qg2vAd8fbs3KUGfR1ipCMWd4RZrxvPEs { top:12.5625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7wbq70wvmfJAgGlwWnnxdMycfSvkSvV { top:12.75rem;left:0rem;width:18.9375rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ap04NMpG5D7UkzJTB09y1S1SVT4vUFNB { top:13.5rem;left:14.3125rem;width:20.25rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVgP9BaVSIKEGMmQhLT0LCk89wrO0S1G { top:13.75rem;left:13.25rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCelmFtnXRn32wmeKZlK6O594482ityo { top:2.1875rem;left:0rem;width:20rem;height:9rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #GFd0LUqX9CRule5Uc0pJqE8pP7eX6b0x { width:19.3125rem;height:16.625rem;top:19.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFHh0KmGOTNpRyIzUwKOmu2CUbqw41cM { width:16.625rem;height:3.3125rem;top:29.25rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHVs5u0LyD7DgpAbIopmdhNLnOPkdRHk { display:block; }
 }@media only screen and (max-width: 763px) { #qTG9Wkr9RZ9T1ZUFXV0KyLzSbVmfXdx2 { width:18.1875rem;height:2.375rem;top:25.4375rem;left:2.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f92mwQf3Xp2nGiWPscKkLNZwkwS8QhGA { width:17rem;height:1.625rem;top:22.8125rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwT3m1nBe9EqPT38CzUK7eT8Ts24vLbz { top:25.5rem;left:1.375rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #boaIcktZTHU5DZVgmcrwiWu6PgK8QlEd { top:20.875rem;left:4.3125rem;width:12.0625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuowdPRc1XittE20NUdqvJWX7RU2722I { width:14.875rem;height:1.0625rem;top:32.875rem;left:2.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNTpC7hDbEDPoBffpES02aKTNREG4lJK { top:16.875rem;left:0rem;width:47.625rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 { display:block; }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tDHa9VqJb5v9ubMv6XbP3d4mSd3FOypq { top:3.375rem;left:0rem;width:47.75rem;height:6.5625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #In6dubBaqXxbpqSsoVHgSyduEUtVNEJz { width:13.5625rem;height:1.25rem;top:0.1875rem;left:24.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm { display:block; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EuHJaL06FxvZI6AHB8higceSvnmyAn1S { top:3rem;left:0.125rem;width:23.75rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTzP2Say5ZuiIwbUnM8WmZTcI3fOlbt5 { top:3.5625rem;left:18.9375rem;width:28.8125rem;height:24rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJy0RSR89upLwmd3UsFz6iDJ6aZT0d43 { top:33.4375rem;left:0rem;width:20.0625rem;height:9.625rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7zspJlNQoA7sMOMh3oBPD6qhptePTUs { top:37.9375rem;left:26.125rem;width:17.1875rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwXb0nmh8aifDW6qZAkdQO4SI6X3K43A { top:43.875rem;left:1.75rem;width:23.125rem;height:25.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTsqkvQxa81PMMnftqwTUpMEGWLp5ba2 { top:46rem;left:6.6875rem;width:17.1875rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ra3wNsWCprWxAwZviPLTxMwlKlaLqVRX { top:54.1875rem;left:27.75rem;width:17.1875rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxVRZ3KM4l4NH6hvyCrw2tTJUORTJJuc { width:16.5rem;height:3.4375rem;top:72.1875rem;left:2.8750005736947rem;display:block; }
 }@media only screen and (max-width: 763px) { #gx8bWRecqCfFSwzztBRZVWSWD705NW5X { display:block; }
 }@media only screen and (max-width: 763px) { #QsxQtA3QEgdoL9oWVpNnWHct10nEXUlp { top:32.9375rem;left:0rem;width:20rem;height:3.75rem;font-size:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oSZiQu2S5D91WtRGr8pft5pQvwI4TtLo { display:block; }#oSZiQu2S5D91WtRGr8pft5pQvwI4TtLo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MKkZTgIdcodueM578CCRBODIqeupEIB6 { width:18.9375rem;height:14.6875rem;top:9.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xp7BFGsD5kyDN2pSr6icPHZwkWe0kMK6 { width:17rem;height:6.5625rem;top:12.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #THnck3Jm8UE3FeL51gEis7MBrFCuNyNV { width:18.9375rem;height:14.75rem;top:9.8125rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTAHpFhMdyPMCaxzyBEzbTsv230CJmBx { width:18.0625rem;height:8.25rem;top:12.6875rem;left:14.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNkcwkP1aqoNQAtzghu0uaXMB5IS1g5V { width:18.9375rem;height:14.6875rem;top:9.8125rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvfV3Swf4GCxZzLdUlJT9WGN09PeJXMH { width:17rem;height:6.5625rem;top:12.5625rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwtZ630VzJ9zbpZEml5CK0MECqltmHJH { top:2.9375rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcT2JnbHVfgMILPyyqdFcc3vhdIL7IAi { width:17rem;height:1.625rem;top:21.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRn12FMlCX3Tgsn3R2hPLgW8AJ0zT1AC { width:17rem;height:1.625rem;top:21.375rem;left:15.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4xgImDIa9INklHh0W3Ryt4vbtHo3Juq { width:17rem;height:1.625rem;top:21.3125rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t79v8C1aoJ7mxhHHhsuavlgyMAhdMHgd { width:4.1875rem;height:3.125rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHwHZpUOQZ4P7kI0fGtsyTVaevNLCNKV { width:4.1875rem;height:3.125rem;top:7.875rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ye9WFFCRguxmdRQkP1zSmHX7VF3k5ksO { width:4.1875rem;height:3.125rem;top:7.875rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlnApqkQtx4m4TLsBAd8yV3lAiTNhw4s { width:16.5625rem;height:3.4375rem;top:27.25rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAxIlX7g4fOZmg4q7kePxBP6RCnLPkec { display:block; }
 }@media only screen and (max-width: 763px) { #Cqy7tPET4GAIlBsTKTXrNDgOCvGm7zwC { display:block; }#Cqy7tPET4GAIlBsTKTXrNDgOCvGm7zwC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U20ZbJWcLQVzX8qZb9e4xFFoJla4crfs { top:5.375rem;left:0rem;width:35.6875rem;height:5.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnrK0dUquq4d7Qg7D8IMcPuzhdgXSEg6 { top:15.625rem;left:0rem;width:29.3125rem;height:12.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZea40hCZNJuV81Aoiz6TMpMGiVEksAn { top:12.8125rem;left:0rem;width:29.875rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynTUlwEfm6P2P7vETOy5TCzopbBTyHt9 { top:5.8125rem;left:9.4375rem;width:38.3125rem;height:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5SeZ6Zei6XLOGdtysUz0LQFVFUiglae { display:block; }#C5SeZ6Zei6XLOGdtysUz0LQFVFUiglae > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZopeBsbV2LMf8RRyytXZWkAGnTLMC3rl { top:3.8125rem;left:1.5625rem;width:46.1875rem;height:9.25rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsanEI9RGaWJeCOhUerdFMHTRbFqZzw8 { top:18.4375rem;left:26.5625rem;width:20.625rem;height:4rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJDuitGyMOd1c5BablHlALdTN5VycOUb { top:17.75rem;left:5.0625rem;width:14rem;height:3rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBHnJrLoOZ9ywRs5vh7XshbD69NBb1cP { top:20.5625rem;left:5.375rem;width:13.3125rem;height:2.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #meMqVG2OFLPElhx2esIpn6gsXJMlCKPs { top:16.125rem;left:4.375rem;width:15.25rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPO7AAolhW97D8JQqK0euQdwuoEEfDIJ { top:20.4375rem;left:19.875rem;width:5.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMkdZKpKmcd3zJDeLbMtBdNPrlWmPcHZ { top:20.25rem;left:24.9375rem;width:0.5625rem;height:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrQJEq0Zq3UJPJOzgiwAs30tOpV7McVU { top:23.625rem;left:0rem;width:12.5rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2vGuyGABcIIRvoOhSxTGs66bZPy2g7l { top:33.8125rem;left:6.25rem;width:18rem;height:4rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEDdaHU9bT6qtAk5zRrqZrr0Vo0G6sd2 { top:35.625rem;left:4.625rem;width:0.5625rem;height:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWcdRcoWsLsc4qtB1gVv3hm7ALG5SUkr { top:35.8125rem;left:0rem;width:5.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKkLdTNCHysk3CcqXcP8KlmH1VwsvKTX { top:37.0625rem;left:6.25rem;width:18rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aucH1RX9pDE2vLqDua8QllPP6RAEcaIK { top:43.1875rem;left:6.25rem;width:18rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCd1OLTMZzsU3Hsg8ySvF8hxvRQGpOJF { top:39.8125rem;left:6.25rem;width:18rem;height:4rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pt5umTF9mIZ6lnX12K98cclHGrFIZ887 { top:41.625rem;left:4.625rem;width:0.5625rem;height:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XT3LRu4T4K2uwacG8K5MXWJm5hJdXaz4 { top:41.8125rem;left:0rem;width:5.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTEZXLR9gHPt4yIqNFqxT0t5aZZLsmdI { top:24.6875rem;left:25.25rem;width:13.4375rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIcKHZ4S9PDyoTzUHnF3oIqXRoef0fMo { top:36.375rem;left:35rem;width:12.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4CN1Kcta2UQeGzUQVoiSuKpuvpMRQex { top:33rem;left:29.75rem;width:18rem;height:4rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0eTbgiltqzAW1RN5HrF5Q8onXVvlIb6 { top:30.375rem;left:29.75rem;width:18rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8MbFAMDe3uOPN3qvlVu0CDTgzZ9nnvN { top:34.8125rem;left:39.875rem;width:0.5625rem;height:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3inHc8CsT7w7b6pF29Bxp8WmKo3dfI0 { top:35rem;left:34.8125rem;width:5.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7Fzv9mnDXcNbmb1NpAt3KpdTZfOrFGS { top:27rem;left:29.75rem;width:18rem;height:4rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rsm1gN4taFdDdyerSN2BaO0HzQ5ZkTLH { top:30.0625rem;left:39.875rem;width:0.5625rem;height:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHfTpJJlSCIxmTlvcyNCFaW27HEJLCPD { top:30.25rem;left:34.8125rem;width:5.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eA0LyUNhNBeLM4td4lnulesDCtBhR9RG { top:32.4375rem;left:5.8125rem;width:15.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vt9WEWmBx3HT9NkrnwKvg4m02KvQLCKL { top:25.625rem;left:32.125rem;width:15.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkkfW4mUUNTQNx8v7bEICEWo6gDvdTB7 { top:50rem;left:0rem;width:47.75rem;height:5.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUuf9xdFrJKThHpRPMi8xycdJwpVTAhH { display:block; }#wUuf9xdFrJKThHpRPMi8xycdJwpVTAhH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XOdm3vfflv6CLpoTwvQWOgNgD2dUK7gc { top:0.625rem;left:0.875rem;width:11.0625rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfMiCwfSh8vFGVyQIv9k9Fqbo7rpAT2a { top:4.625rem;left:3.09375rem;width:7.6875rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tO3p5ANAf51tM80SSte3nCrJe9CUPWvm { top:0.625rem;left:12.5625rem;width:11.3125rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eva3h5NfBDuU8WTlTnxNAPmzAHQ2I4Hh { top:4.6875rem;left:12.5625rem;width:11.3125rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ve1agA9hsTU1i2HLPk11XgQwJZnOVRZl { top:0.625rem;left:23.9375rem;width:11.875rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTbcDgLexVp4Dp9fDLWRM8uISuxvPWtq { top:4.6875rem;left:26.46875rem;width:7.625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZaJWXzPZ7QVXd4opnRqQK1l8ynsT258 { top:0.625rem;left:37.03125rem;width:9.1875rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTk7CyTzOBshl3g98eQDWANQ3XVXMmxu { top:4.6875rem;left:35.25rem;width:12.5rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAkmNH63V41RKiBQH7QNhR1zhtVSHmDR { top:1.0625rem;left:11.9375rem;width:3rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOtbTEHHnDIpEtWOCXw1KWa5CGxhxh4a { top:1.5625rem;left:0rem;width:3rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hT4QGXHxTkIyX3dZPNKeyAbQbvulTTkO { top:1.0625rem;left:23.875rem;width:3rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxqwB4wyQptu0NctgoL4DC0qQUJumB99 { top:1rem;left:35.8125rem;width:3rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fknbaW0GHg61P3rdShFPzK7HrnInL40J { display:block; }#fknbaW0GHg61P3rdShFPzK7HrnInL40J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XfR34VWTEt9gWBtgV8R6QR8bDHsU6DmX { width:11.3125rem;height:11.3125rem;top:21.375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qW5O8Trfk8EE3H7T91CaJweFW2SNAM3M { width:17.625rem;height:17.625rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #caPlJ1TD8qIDTq7tDFV7BTgu2fQtPsoI { width:12.875rem;height:12.9375rem;top:23.25rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #su0ir45NDpQGEgcfgD3T5ehlWaOIBNih { width:21.125rem;height:4.5625rem;top:6rem;left:10.625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnPZHa04T4NOsMRgn94uu1qQMRqM9yZW { width:7.3125rem;height:2.0625rem;top:33.25rem;left:8.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMvIlixS7alUgHJHz9RQvskiU8VTQMwK { width:8.5rem;height:2.0625rem;top:18.625rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfPv4rHXteHcaUTGnkn64gWXOT3xKM6i { width:12.0625rem;height:2.6875rem;top:36.75rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOKrdt8rTsqG1WTVfuRB4gREnmasT5wp { top:11.9375rem;left:6.75rem;width:25rem;height:27.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymiU7SSmnnVZg2eEs9fM0ZTZBmxeM3XZ { display:block; }#ymiU7SSmnnVZg2eEs9fM0ZTZBmxeM3XZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BTOIKG5GTJpRZNd8UHv7bQirUbtqLvFh { top:4rem;left:0rem;width:37rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovZnRT3ZJgN19xakZe9bH23RDmxVHO7e { top:8.0625rem;left:14.5625rem;width:33.1875rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkKEAl0RSv68eQxyx5Q1t5O7MhVNwA38 { top:7.0625rem;left:0rem;width:17.625rem;height:9.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #pXBvtQE2S4TJm39vuFuyhI2BUyMsKCCM { top:30.25rem;left:0rem;width:19.875rem;height:11.6875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #BTGHGpXeIKTWlW1nyIs4daNKfp0Po2De { top:8.25rem;left:0rem;width:38.9375rem;height:19.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvXN4TcEyU18x2EMOgUbewyOUOpkaqog { display:block; }#JvXN4TcEyU18x2EMOgUbewyOUOpkaqog > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZaTlOTOTsv80edOeG9wW1spbPAVDkZX0 { top:7.1875rem;left:0rem;width:13.6875rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWk1WNqPx6KTgmGzMaf5FVDcHi8oMrqi { top:9.5625rem;left:0rem;width:14.125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iP51F0v22TSnlGnayM2S1QZIlJSw7KFt { top:10.875rem;left:10.1875rem;width:13.6875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRvvG3yKVcRyn6L1TK6ZBIzW6VQDIHiW { top:7.1875rem;left:10.1875rem;width:13.6875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7VWbiWzWTiIFbl90HUEkKa1s7UCVWnG { top:10.875rem;left:22.125rem;width:13.6875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPBbPRWIDdozp1DLvNUhZwlQu49oUE2l { top:7.1875rem;left:22.125rem;width:13.6875rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhitdsqEmdHtB5We0FXEJ1cwF2dCUTHA { top:10.8125rem;left:34.6875rem;width:13.0625rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iN5y9eC7IO1pa0cW9MGU8DWNbOFz2fvu { top:7.1875rem;left:34.0625rem;width:13.6875rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U55r9Wu1rJULWSCsceUqHgSzgQSE9S8M { top:2.4375rem;left:3.84375rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMFk8Top6tzEWfipah6G6vXR5yTQegXr { top:2.4375rem;left:15.78125rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwZSedZgdTv1d6gSes5kvPgA6WF5D1s6 { top:2.4375rem;left:27.71875rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRc00NpyPn4Q589QPzTi3q9MXFXVU4TV { top:2.4375rem;left:39.65625rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi { display:block; }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LH8cdnV5biptoK2Xsf4ZRToGIdvsEr8w { top:5.0625rem;left:0rem;width:12.375rem;height:2.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyvM7TAvzihTVqZr3bacMlqsJ4EFLzmf { top:2.6875rem;left:12.8125rem;width:22.125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4ofT6RA237WTBb88OTE57NQSz15bQ14 { top:2rem;left:0rem;width:5rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdn0AWoNaG5s2kG6pQXerVIMddiM2mFL { top:3.625rem;left:38.125rem;width:9.625rem;height:2.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wq4dUzTnyn39vVkqWmqxqlkEczgrxsTL { top:2.0625rem;left:35.1875rem;width:12.5625rem;height:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTRkCQbBZRPVdLBMHR36UpoADbyPZrCB { top:6.25rem;left:36.375rem;width:11.375rem;height:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyVyOlUa1ENwsNKdnPJXhbIfEqFlohXT { display:block; }#HyVyOlUa1ENwsNKdnPJXhbIfEqFlohXT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HzfJxKmRKlBbxtyC9fwF8czywhgHrTuV { top:2.6875rem;left:0rem;width:20.625rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAyIP9eI7z063J25vVpgDUcyKarb2XGM { top:1.1875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OF47BiwIwF2b0fTKt2UMiT2AATtI7zKC { width:23.125rem;height:3.25rem;top:1.9375rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cufVheEhTZkBTJ4mQHWphpwnTFAGVlKT { display:block; }
 }@media only screen and (max-width: 763px) { #hByAeHpq3mSm9JoquF3rmVRHx6y6SNIW { top:2.0625rem;left:22.9375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtxaSM0Dx57NUaV2LkoTEBXy9TkQyVzs { top:2.0625rem;left:21.6875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JJicp9tyJ8PFtnDU1L3d4K08TOEuS9cV { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:none; }#JJicp9tyJ8PFtnDU1L3d4K08TOEuS9cV > .row .container { width:20rem;height:10.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pIMTny4VLL52mpkbB3exgcbViWMBF1BF .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#pIMTny4VLL52mpkbB3exgcbViWMBF1BF .widget-text.counter-number { padding-top:0.389375rem;padding-right:0.3425rem;padding-bottom:0.389375rem;padding-left:0.3425rem;width:2.051875rem;min-width:2.051875rem;height:2.0625rem;font-size:1.558125rem;line-height:33px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#pIMTny4VLL52mpkbB3exgcbViWMBF1BF .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.243125rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.73625rem;height:0.796875rem;font-size:0.584375rem;line-height:12.75px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#pIMTny4VLL52mpkbB3exgcbViWMBF1BF { display:flex;width:14.9375rem;height:3.88125rem;top:4.6875rem;left:2.0804688930511rem;padding-top:0.47125rem;padding-right:0.480625rem;padding-bottom:0.47125rem;padding-left:0.480625rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #pIMTny4VLL52mpkbB3exgcbViWMBF1BF #fkaFoxItZe5gSN5LLq34EmcbboQiHUFS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pIMTny4VLL52mpkbB3exgcbViWMBF1BF #zdbN8wWspNHA2wWFQkfs77qfPyFCDaFp {  }
 }@media only screen and (max-width: 763px) { #pIMTny4VLL52mpkbB3exgcbViWMBF1BF #dbw5XhKIU6Os2NguCuALN2o2ZmOTDMTK {  }
 }@media only screen and (max-width: 763px) { #pIMTny4VLL52mpkbB3exgcbViWMBF1BF #COONGEnm2t0by1z3BCpABTmTDUVuFlzi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pIMTny4VLL52mpkbB3exgcbViWMBF1BF #FZzAG1zTB1VJn2ND63E8wtQiOuVylIMz {  }
 }@media only screen and (max-width: 763px) { #pIMTny4VLL52mpkbB3exgcbViWMBF1BF #ahPSk3EEPnCmFZFyr7KJ0gOJbG120TMn {  }
 }@media only screen and (max-width: 763px) { #pIMTny4VLL52mpkbB3exgcbViWMBF1BF #nJDKSvwfyfCgF0AN1lR3UD8NNcgxB7lv { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pIMTny4VLL52mpkbB3exgcbViWMBF1BF #TK9FKicD64279c57wNuPWUq2ITg4xlfr {  }
 }@media only screen and (max-width: 763px) { #pIMTny4VLL52mpkbB3exgcbViWMBF1BF #McuCrL64yW0V0fbiOftO9fSwcgsgHNmT {  }
 }@media only screen and (max-width: 763px) { #pIMTny4VLL52mpkbB3exgcbViWMBF1BF #Bgo37r0EWVwwTlc08ECpxwCAExxSudDc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pIMTny4VLL52mpkbB3exgcbViWMBF1BF #eFHKshfS9FHnditVQX22IJ3SrvOCnLo6 {  }
 }@media only screen and (max-width: 763px) { #pIMTny4VLL52mpkbB3exgcbViWMBF1BF #BAN0uX8SV6v8PQd9fgwPLIKPpy3zULJP {  }
 }@media only screen and (max-width: 763px) { #F79CcK5F7y5VLso2BTiUfkB8L1T9f8cX { width:19.9375rem;height:2.400000125rem;top:1.625rem;left:-0.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #avvvsEWF8RVhXtlrOg9gqCbTzwvyCla8 { position:relative;z-index:auto;display:none; }#avvvsEWF8RVhXtlrOg9gqCbTzwvyCla8 > .row .container { width:20rem;height:9.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7ac9d702-0e46-48be-9c42-be781ef8b766/ChantsdemantrasParis1080x1920px3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ.adaptive-delivery-prevent-bg, #g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ.lazyload, #g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ.lazyloading { background-image: none; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container { background-color: transparent; background-image: none; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(35,2,102,0.37); }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container > .video-iframe-container { display: none; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(35,2,102,0.37); }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row > .video-iframe-container { display: none; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .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); }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container { width:20rem;height:38.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fUvXU0fpy22R2iM5GpN7CSx1aHQc33ti { width:5.25rem;height:2.5625rem;top:4.9484376907349rem;left:7.375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pMOnugtT85eo0r435mGPPQ8r4R7ueKae { width:4.6875rem;height:1.5rem;top:24.3125rem;left:6.375rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #E9xJDbUI7u6RHNzBOoImRJEAJu2CRwco { width:14.8125rem;height:1.2000000625rem;top:26.75rem;left:3.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Q5miMhH8F1fdevrl63c6mScTvBJTTCLV { display:flex;width:1.3125rem;height:1.3125rem;top:24.4375rem;left:4.8125rem; }
 }@media only screen and (max-width: 763px) { #eKMFZOIcfR8N8HaPGzVvDnV4g1dZu0TN { display:flex;width:1.75rem;height:1.75rem;top:24.1875rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MXBIhaIm4faMwmbOTRxZ3oniulUeCLVN { width:16.8125rem;height:3.25rem;top:29.550003051757rem;left:1.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1Z3Leweo0eltxy7dhTFXoswFJul8t0m { display:block; }
 }@media only screen and (max-width: 763px) { #czdSlOSxCrxFzzXU7EQBCpZ7Th0OHSIe { width:20rem;height:8.1875rem;top:15.206251144409rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #AspliC52iW4NF3QWE4zvb6kg1i27ea96 { width:20rem;height:9.125rem;top:14.270042031529rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bmQ0K1O06ThLdGocKJAyU7lkLVyOXb06 { width:8.5rem;height:2.400000125rem;top:25.75rem;left:11.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #xPlIVTnyTXWkfCUG3zqfAUhDa1k5Zhlp { width:11.0625rem;height:2.400000125rem;top:25.8125rem;left:2.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #AbWvaphqzugerne2840IX53vUlhxqUR0 { width:12.875rem;height:1.2000000625rem;top:25.8125rem;left:3.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 { display:block; }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .row .container { width:20rem;height:6.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZCUrWr0h45mfvJUnnulxPh0OFT4cGMU4 { width:20rem;height:1.4500000625rem;top:0.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERSKTyiyUqEZvhMxn40cQSsUCFQ4iJOA { width:3.375rem;height:1.625rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnMT50ObMG2UXX4E2fk0rJ9GpQQWRLck { width:4rem;height:1.5625rem;top:3.0625rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTxzJwL8aiNTSTxtyvZST1mWnpWRmUBH { width:4.625rem;height:1.3125rem;top:3.1875rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIAgaNe5ccQ5r0e0SZre4TwwEfpA5qfK { width:3.0625rem;height:1.9375rem;top:2.875rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEWHXiiTdsEx3kNcwrTtT8l9oWfPaHSN { width:4rem;height:0.875rem;top:3.4375rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5rz04ETtTzyNtbsubQcFaciPSgaxv4a { display:block; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row .container { width:20rem;height:56rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RJ7GP30b6iCUysJmGUSJL6yAwsgs56R9 { width:20rem;height:3.7999999375rem;top:3.0625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzZ3yQfAcb5nB6PhloPOo9o4chZHePRc { width:20rem;height:36.4500004375rem;top:8.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqD3UkI90xwaNLZEd1PeK93wakNMaG9w { width:16.625rem;height:3.4375rem;top:47.9375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVOta7rGDT3li41QA3g2ArDvoG0bERfV { display:block; }
 }@media only screen and (max-width: 763px) { #CmNlU3UeXUUS91ysZIXtWP9PzHsgV2fJ { display:block; }#CmNlU3UeXUUS91ysZIXtWP9PzHsgV2fJ > .row .container { width:20rem;height:93.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cE5Ia9VTInwKAKBJsxJIGfaetyFKzc8l { width:18.375rem;height:3.7999999375rem;top:3.6304702758789rem;left:0.8125rem;font-size:1.75rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #gQupLF18RkKzCGLa2dVtXZ4JxHqrO1JP { width:16.5625rem;height:13rem;top:12.4375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCBcV79dtU2xtUxZ8V85lq6TcW5hGmZC { width:14.625rem;height:4.349999875rem;top:19.69921875rem;left:2.6875rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Kgmw4I202lSpnl3fwXhEicu8zXlSmBXX { width:12.0625rem;height:3rem;top:16.1875rem;left:3.9375rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Z4Cw1qIMfn4SMmJ7MXfmSnaTozhH8UyR { width:6.6875rem;height:6.6875rem;top:9.5rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvmW9fmlF4e1uh2EJdm3HHKFpOUzgDSZ { width:16.5625rem;height:15.6875rem;top:30rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPChda6z9diD6rcEtPTcxp0hRVaNakWI { width:15rem;height:7.25rem;top:37.25rem;left:2.5rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Jeqpbq2VncvcSQ2KRiKkacbryZhR4ufH { width:12.4375rem;height:3rem;top:33.875rem;left:3.75rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fsrdNz3QDyv1vkhoOTSk2lEJacC0QTaN { width:6.6875rem;height:6.6875rem;top:27rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEctRp4ofUdT9PB1WCEC15ZzDBUKvu0w { width:16.5625rem;height:13.5rem;top:49.8125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ro8GEUOibuAPSem5DdG0Rr9qchSEaN5I { width:6.75rem;height:6.75rem;top:47.1875rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lseFytfi9pT6T50HGSkDOmi1OL17XdOk { width:13.8125rem;height:5.8000001875rem;top:56.1875rem;left:3.0625rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #WAkBO0QC77giAb4IJnEAD4ZertFmEc6L { width:11.1875rem;height:1.5rem;top:54.1875rem;left:4.375rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #e3SoW9xCT8uZ0uXk4gwGMse7vrbBwuyb { width:16.5625rem;height:16.625rem;top:67.125007629394rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeDATTN2TZH80D0ctX3rI80VPd45WFIx { width:13.9375rem;height:5.8000001875rem;top:76.5625rem;left:3.1875rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #m2qZHn8gFto4EGmp5MVonWXGTNiGTsxs { width:11.5625rem;height:3rem;top:73.0625rem;left:4.25rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mHdsxAfoJUwyS2kOQTnGKI8TVFBnHr0M { width:7.5625rem;height:7.5625rem;top:64.6875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gadySylkpgtAwD5Bvdm8MWzu4lmoTwXP { width:16.5625rem;height:3.4375rem;top:87.087509155275rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8TTpSbISQ3ncfUr0yfKMLgJLu3mlZ07 { display:block; }
 }@media only screen and (max-width: 763px) { #XzIcBkLcnrHLdQuObtPJtv2UkSiJgVOa { display:block; }#XzIcBkLcnrHLdQuObtPJtv2UkSiJgVOa > .row .container { width:20rem;height:36.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GX5XcuTPCiI0Ah3Hg6CaPUT7KX6sN9AM { width:20rem;height:5.1000001875rem;top:3.9625091552734rem;left:0rem;font-size:1.3125rem;font-family:"open sans";line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #NCVLJeL1O5eBRcqXTdOr1NM4tNsRpr5g { width:14.0625rem;height:4.0500001875rem;top:12.9375rem;left:2.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TMh7pPUV3rh3PN4wzOotZD9VKbhgnrN7 { width:16.75rem;height:1.35rem;top:10.6875rem;left:2.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OEgEIaknR30Wk4svQushiwlOBUz9bnem { width:20rem;height:15.0625rem;top:60.825012207031rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #codUB1mK96Hy3TONht1dpPBygmKW193d { width:16.75rem;height:1.2999999375rem;top:24.8125rem;left:1.625rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #GfAJid539DMBCUV0aFwMRacJewwJx66V { width:5.875rem;height:2.9375rem;top:24.579711914062rem;left:14.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dcZHZ4PqCLMfHdF6GAXkpEGmpGh0m7Lz { display:flex;width:1.9375rem;height:1.9375rem;top:10.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KgiXCw9cQ0Lukud66MyVsdJDEXubyQJZ { display:flex;width:1.875rem;height:1.875rem;top:12.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qg2vAd8fbs3KUGfR1ipCMWd4RZrxvPEs { width:1.875rem;height:1.875rem;top:17.57421875rem;left:0.23750007152558rem;display:none; }
 }@media only screen and (max-width: 763px) { #t7wbq70wvmfJAgGlwWnnxdMycfSvkSvV { width:14.4375rem;height:1.35rem;top:17.875rem;left:2.625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ap04NMpG5D7UkzJTB09y1S1SVT4vUFNB { width:15.375rem;height:1.4500000625rem;top:12.125rem;left:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVgP9BaVSIKEGMmQhLT0LCk89wrO0S1G { display:flex;width:1.375rem;height:1.375rem;top:12.1875rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #oCelmFtnXRn32wmeKZlK6O594482ityo { width:20rem;height:9rem;top:2.2492218017578rem;left:0rem;font-size:1.75rem;font-family:montserrat;line-height:1.3;z-index:15017;color:#3c285f;display:block; }
 }@media only screen and (max-width: 763px) { #GFd0LUqX9CRule5Uc0pJqE8pP7eX6b0x { width:19.3125rem;height:16.625rem;top:15.4375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFHh0KmGOTNpRyIzUwKOmu2CUbqw41cM { width:16.625rem;height:3.3125rem;top:25.5rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHVs5u0LyD7DgpAbIopmdhNLnOPkdRHk { display:block; }
 }@media only screen and (max-width: 763px) { #qTG9Wkr9RZ9T1ZUFXV0KyLzSbVmfXdx2 { width:16.5rem;height:2.400000125rem;top:21.6875rem;left:2.6875rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f92mwQf3Xp2nGiWPscKkLNZwkwS8QhGA { width:17rem;height:1.5rem;top:19.0625rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwT3m1nBe9EqPT38CzUK7eT8Ts24vLbz { display:flex;width:1.1875rem;height:1.1875rem;top:21.75rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #boaIcktZTHU5DZVgmcrwiWu6PgK8QlEd { width:12.0625rem;height:1.7999999375rem;top:17.125rem;left:4.375rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #XuowdPRc1XittE20NUdqvJWX7RU2722I { width:14.875rem;height:2.400000125rem;top:29.125rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNTpC7hDbEDPoBffpES02aKTNREG4lJK { width:20rem;height:8rem;top:15.0625rem;left:0.0625rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 { display:block; }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row .container { width:20rem;height:10.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tDHa9VqJb5v9ubMv6XbP3d4mSd3FOypq { width:20rem;height:4.599999875rem;top:2.5867156982422rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #In6dubBaqXxbpqSsoVHgSyduEUtVNEJz { width:13.5625rem;height:1.2000000625rem;top:7.6359374375rem;left:3.1875rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm { display:block; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row .container { width:20rem;height:119.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EuHJaL06FxvZI6AHB8higceSvnmyAn1S { width:20rem;height:22.1875rem;top:0rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0a4c4283-b8a8-449e-8c2f-468a96e95134/SergeMichenaud.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#EuHJaL06FxvZI6AHB8higceSvnmyAn1S.adaptive-delivery-prevent-bg, #EuHJaL06FxvZI6AHB8higceSvnmyAn1S.lazyload, #EuHJaL06FxvZI6AHB8higceSvnmyAn1S.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #TTzP2Say5ZuiIwbUnM8WmZTcI3fOlbt5 { width:19.75rem;height:27.5500006875rem;top:24.3125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WJy0RSR89upLwmd3UsFz6iDJ6aZT0d43 { width:20rem;height:5.6999999375rem;top:54.561737060547rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #w7zspJlNQoA7sMOMh3oBPD6qhptePTUs { width:10.6875rem;height:9.6875rem;top:91.5rem;left:9.3125rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c30c1c68-0b28-4e7d-9125-ae019282b022/WhatsAppImage20250413at135351.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#w7zspJlNQoA7sMOMh3oBPD6qhptePTUs.adaptive-delivery-prevent-bg, #w7zspJlNQoA7sMOMh3oBPD6qhptePTUs.lazyload, #w7zspJlNQoA7sMOMh3oBPD6qhptePTUs.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #HwXb0nmh8aifDW6qZAkdQO4SI6X3K43A { width:19.375rem;height:26.0999996875rem;top:60.25rem;left:0.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tTsqkvQxa81PMMnftqwTUpMEGWLp5ba2 { width:10.0625rem;height:8.875rem;top:89.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ra3wNsWCprWxAwZviPLTxMwlKlaLqVRX { width:10.6875rem;height:10.375rem;top:97.5rem;left:1.0625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #RxVRZ3KM4l4NH6hvyCrw2tTJUORTJJuc { width:16.5rem;height:3.4375rem;top:110.9375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gx8bWRecqCfFSwzztBRZVWSWD705NW5X { display:block; }
 }@media only screen and (max-width: 763px) { #QsxQtA3QEgdoL9oWVpNnWHct10nEXUlp { width:20rem;height:3.7999999375rem;top:55.436737060547rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #oSZiQu2S5D91WtRGr8pft5pQvwI4TtLo { display:block; }#oSZiQu2S5D91WtRGr8pft5pQvwI4TtLo > .row .container { width:20rem;height:63.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MKkZTgIdcodueM578CCRBODIqeupEIB6 { width:18.9375rem;height:12.25rem;top:10.1875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xp7BFGsD5kyDN2pSr6icPHZwkWe0kMK6 { width:17.5rem;height:6rem;top:12.3125rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #THnck3Jm8UE3FeL51gEis7MBrFCuNyNV { width:18.9375rem;height:13.8125rem;top:25rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTAHpFhMdyPMCaxzyBEzbTsv230CJmBx { width:16.125rem;height:7.5rem;top:27.100006103516rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNkcwkP1aqoNQAtzghu0uaXMB5IS1g5V { width:18.9375rem;height:12.25rem;top:41.5rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvfV3Swf4GCxZzLdUlJT9WGN09PeJXMH { width:17.5rem;height:6rem;top:43.625rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwtZ630VzJ9zbpZEml5CK0MECqltmHJH { width:20rem;height:3.7999999375rem;top:3.25rem;left:0rem;font-size:1.75rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #UcT2JnbHVfgMILPyyqdFcc3vhdIL7IAi { width:17rem;height:1.5rem;top:19.087493896484rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRn12FMlCX3Tgsn3R2hPLgW8AJ0zT1AC { width:17rem;height:1.5rem;top:35.725006103516rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4xgImDIa9INklHh0W3Ryt4vbtHo3Juq { width:17rem;height:1.5rem;top:50.75rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t79v8C1aoJ7mxhHHhsuavlgyMAhdMHgd { width:4.1875rem;height:3.125rem;top:8.6875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHwHZpUOQZ4P7kI0fGtsyTVaevNLCNKV { width:4.1875rem;height:3.125rem;top:23.375rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ye9WFFCRguxmdRQkP1zSmHX7VF3k5ksO { width:4.1875rem;height:3.125rem;top:39.875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlnApqkQtx4m4TLsBAd8yV3lAiTNhw4s { width:16.125rem;height:3.4375rem;top:55.9375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAxIlX7g4fOZmg4q7kePxBP6RCnLPkec { display:block; }
 }@media only screen and (max-width: 763px) { #Cqy7tPET4GAIlBsTKTXrNDgOCvGm7zwC { background-color:#e0cbfd;background-image:none;display:block; }#Cqy7tPET4GAIlBsTKTXrNDgOCvGm7zwC > .row .container { background-color: transparent; background-image: none; }#Cqy7tPET4GAIlBsTKTXrNDgOCvGm7zwC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cqy7tPET4GAIlBsTKTXrNDgOCvGm7zwC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cqy7tPET4GAIlBsTKTXrNDgOCvGm7zwC > .row .container > .video-iframe-container { display: none; }#Cqy7tPET4GAIlBsTKTXrNDgOCvGm7zwC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cqy7tPET4GAIlBsTKTXrNDgOCvGm7zwC > .row > .video-iframe-container { display: none; }#Cqy7tPET4GAIlBsTKTXrNDgOCvGm7zwC > .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); }#Cqy7tPET4GAIlBsTKTXrNDgOCvGm7zwC > .row .container { width:20rem;height:45.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U20ZbJWcLQVzX8qZb9e4xFFoJla4crfs { width:19.5625rem;height:6.599999875rem;top:3.0625rem;left:0.125rem;font-size:2rem;line-height:1.1;text-align:center;text-align-last:center;color:#3c285f;display:block; }
 }@media only screen and (max-width: 763px) { #xnrK0dUquq4d7Qg7D8IMcPuzhdgXSEg6 { width:20rem;height:15.600000375rem;top:13.3125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vZea40hCZNJuV81Aoiz6TMpMGiVEksAn { width:20rem;height:1.35rem;top:10.875rem;left:0rem;font-size:1.125rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ynTUlwEfm6P2P7vETOy5TCzopbBTyHt9 { height:11.1906251875rem;width:20rem;top:30.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5SeZ6Zei6XLOGdtysUz0LQFVFUiglae { display:block; }#C5SeZ6Zei6XLOGdtysUz0LQFVFUiglae > .row .container { width:20rem;height:76.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZopeBsbV2LMf8RRyytXZWkAGnTLMC3rl { width:20rem;height:8rem;top:2.375rem;left:0rem;font-size:1.6875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #MsanEI9RGaWJeCOhUerdFMHTRbFqZzw8 { width:18rem;height:5.400000125rem;top:11.375rem;left:1rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aJDuitGyMOd1c5BablHlALdTN5VycOUb { width:15.3125rem;height:3.150000125rem;top:19.25rem;left:2.4375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBHnJrLoOZ9ywRs5vh7XshbD69NBb1cP { width:13.4375rem;height:2.7000000625rem;top:22.375rem;left:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #meMqVG2OFLPElhx2esIpn6gsXJMlCKPs { width:15.25rem;height:8rem;top:18.125rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPO7AAolhW97D8JQqK0euQdwuoEEfDIJ { width:5.5625rem;height:0.125rem;top:11.25rem;left:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bMkdZKpKmcd3zJDeLbMtBdNPrlWmPcHZ { width:0.5625rem;height:0.5625rem;top:12.625rem;left:9.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UrQJEq0Zq3UJPJOzgiwAs30tOpV7McVU { width:8.9375rem;height:16.375rem;top:29rem;left:0.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #x2vGuyGABcIIRvoOhSxTGs66bZPy2g7l { width:5.0625rem;height:2.599999875rem;top:31.75rem;left:12.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEDdaHU9bT6qtAk5zRrqZrr0Vo0G6sd2 { width:0.5625rem;height:0.5625rem;top:32.75rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWcdRcoWsLsc4qtB1gVv3hm7ALG5SUkr { width:5.5625rem;height:0.125rem;top:32.9375rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKkLdTNCHysk3CcqXcP8KlmH1VwsvKTX { width:5.4375rem;height:2.900000125rem;top:34.349243164062rem;left:12.362500190735rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #aucH1RX9pDE2vLqDua8QllPP6RAEcaIK { width:10.25rem;height:2.900000125rem;top:40.3125rem;left:7.625rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #FCd1OLTMZzsU3Hsg8ySvF8hxvRQGpOJF { width:4.25rem;height:2.599999875rem;top:56.5625rem;left:13.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pt5umTF9mIZ6lnX12K98cclHGrFIZ887 { width:0.5625rem;height:0.5625rem;top:38.75rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XT3LRu4T4K2uwacG8K5MXWJm5hJdXaz4 { width:5.5625rem;height:0.125rem;top:38.9375rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTEZXLR9gHPt4yIqNFqxT0t5aZZLsmdI { width:9rem;height:15.375rem;top:47.4375rem;left:0.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TIcKHZ4S9PDyoTzUHnF3oIqXRoef0fMo { width:13.875rem;height:2.900000125rem;top:59.111755371094rem;left:4.2375001907349rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #H4CN1Kcta2UQeGzUQVoiSuKpuvpMRQex { width:4.125rem;height:2.599999875rem;top:37.75rem;left:13.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0eTbgiltqzAW1RN5HrF5Q8onXVvlIb6 { width:6.25rem;height:1.4500000625rem;top:54.125rem;left:11.75rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #m8MbFAMDe3uOPN3qvlVu0CDTgzZ9nnvN { width:0.5625rem;height:0.5625rem;top:57.5625rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3inHc8CsT7w7b6pF29Bxp8WmKo3dfI0 { width:5.5625rem;height:0.125rem;top:57.75rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7Fzv9mnDXcNbmb1NpAt3KpdTZfOrFGS { width:4.125rem;height:2.599999875rem;top:51.75rem;left:13.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rsm1gN4taFdDdyerSN2BaO0HzQ5ZkTLH { width:0.5625rem;height:0.5625rem;top:52.75rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHfTpJJlSCIxmTlvcyNCFaW27HEJLCPD { width:6.3125rem;height:0.125rem;top:52.9375rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eA0LyUNhNBeLM4td4lnulesDCtBhR9RG { width:5.8125rem;height:1.4500000625rem;top:28.9375rem;left:7.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vt9WEWmBx3HT9NkrnwKvg4m02KvQLCKL { width:6.1875rem;height:1.4500000625rem;top:47.461730957031rem;left:7.612500190735rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkkfW4mUUNTQNx8v7bEICEWo6gDvdTB7 { width:20rem;height:12.149999625rem;top:64.3125rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wUuf9xdFrJKThHpRPMi8xycdJwpVTAhH { background-color:#e0cbfd;background-image:none;display:none; }#wUuf9xdFrJKThHpRPMi8xycdJwpVTAhH > .row .container { width:20rem;height:17.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XOdm3vfflv6CLpoTwvQWOgNgD2dUK7gc { width:5.8125rem;height:2rem;top:1.5rem;left:3.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfMiCwfSh8vFGVyQIv9k9Fqbo7rpAT2a { width:6.25rem;height:2.599999875rem;top:3.375rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tO3p5ANAf51tM80SSte3nCrJe9CUPWvm { width:6.5rem;height:2rem;top:7.9375rem;left:2.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eva3h5NfBDuU8WTlTnxNAPmzAHQ2I4Hh { width:6.5625rem;height:3.8999998125rem;top:9.9000244140625rem;left:2.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ve1agA9hsTU1i2HLPk11XgQwJZnOVRZl { width:7.312rem;height:2rem;top:1.6875rem;left:12.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTbcDgLexVp4Dp9fDLWRM8uISuxvPWtq { width:7.5615rem;height:1.2999999375rem;top:3.375rem;left:12.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yZaJWXzPZ7QVXd4opnRqQK1l8ynsT258 { width:4.8125rem;height:2rem;top:7.9375rem;left:13.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTk7CyTzOBshl3g98eQDWANQ3XVXMmxu { width:7.4375rem;height:3.8999998125rem;top:9.75rem;left:12.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZAkmNH63V41RKiBQH7QNhR1zhtVSHmDR { width:3rem;height:5.5625rem;top:7.9375305175781rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOtbTEHHnDIpEtWOCXw1KWa5CGxhxh4a { width:3rem;height:5.5625rem;top:1.4249877929688rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hT4QGXHxTkIyX3dZPNKeyAbQbvulTTkO { width:3rem;height:5.5625rem;top:8.3125rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxqwB4wyQptu0NctgoL4DC0qQUJumB99 { width:3rem;height:5.5625rem;top:1.4499816894531rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fknbaW0GHg61P3rdShFPzK7HrnInL40J { display:none; }#fknbaW0GHg61P3rdShFPzK7HrnInL40J > .row .container { width:20rem;height:73.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XfR34VWTEt9gWBtgV8R6QR8bDHsU6DmX { width:13.5rem;height:13.5rem;top:44.4375rem;left:6.5rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #qW5O8Trfk8EE3H7T91CaJweFW2SNAM3M { width:10.25rem;height:10.25rem;top:56.875rem;left:8.8125rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #caPlJ1TD8qIDTq7tDFV7BTgu2fQtPsoI { width:11.3125rem;height:11.3125rem;top:53rem;left:0rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #su0ir45NDpQGEgcfgD3T5ehlWaOIBNih { width:14.3125rem;height:4.099999875rem;top:2.625rem;left:2.84375rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TnPZHa04T4NOsMRgn94uu1qQMRqM9yZW { width:5.625rem;height:1.7000000625rem;top:64.3125rem;left:2.875rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #KMvIlixS7alUgHJHz9RQvskiU8VTQMwK { width:4.375rem;height:1.7000000625rem;top:51.25rem;left:1rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #cfPv4rHXteHcaUTGnkn64gWXOT3xKM6i { width:9.125rem;height:3.900000125rem;top:67.4375rem;left:9.0625rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #OOKrdt8rTsqG1WTVfuRB4gREnmasT5wp { width:20rem;height:34.79999975rem;top:7.7999877929688rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymiU7SSmnnVZg2eEs9fM0ZTZBmxeM3XZ { display:block; }#ymiU7SSmnnVZg2eEs9fM0ZTZBmxeM3XZ > .row .container { width:20rem;height:45.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BTOIKG5GTJpRZNd8UHv7bQirUbtqLvFh { width:16.0625rem;height:3.7000000625rem;top:3.0625rem;left:0rem;font-size:1.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ovZnRT3ZJgN19xakZe9bH23RDmxVHO7e { width:20rem;height:11.25rem;top:17.82421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkKEAl0RSv68eQxyx5Q1t5O7MhVNwA38 { width:19.625rem;height:7.7999999375rem;top:8.1875rem;left:0.25rem;font-size:1rem;z-index:15001;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #pXBvtQE2S4TJm39vuFuyhI2BUyMsKCCM { width:19.625rem;height:11.69999975rem;top:31.125rem;left:0rem;font-size:1rem;z-index:15002;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #BTGHGpXeIKTWlW1nyIs4daNKfp0Po2De { width:20rem;height:auto;top:8.25rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #JvXN4TcEyU18x2EMOgUbewyOUOpkaqog { display:block; }#JvXN4TcEyU18x2EMOgUbewyOUOpkaqog > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZaTlOTOTsv80edOeG9wW1spbPAVDkZX0 { width:5.375rem;height:1.6rem;top:5.6875rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWk1WNqPx6KTgmGzMaf5FVDcHi8oMrqi { width:7.125rem;height:2.599999875rem;top:7.3125rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iP51F0v22TSnlGnayM2S1QZIlJSw7KFt { width:8.9375rem;height:2.599999875rem;top:8.32421875rem;left:10.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRvvG3yKVcRyn6L1TK6ZBIzW6VQDIHiW { width:8.1875rem;height:2.5rem;top:5.6875rem;left:10.6875rem;font-size:1.25rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #I7VWbiWzWTiIFbl90HUEkKa1s7UCVWnG { width:6.625rem;height:1.2999999375rem;top:20.149993896484rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPBbPRWIDdozp1DLvNUhZwlQu49oUE2l { width:8.6875rem;height:2.2000000625rem;top:17.6875rem;left:0.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhitdsqEmdHtB5We0FXEJ1cwF2dCUTHA { width:9.1875rem;height:3.900000125rem;top:20.348510742188rem;left:10.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iN5y9eC7IO1pa0cW9MGU8DWNbOFz2fvu { width:8.625rem;height:2.5rem;top:17.649230957031rem;left:10.46875rem;font-size:1.25rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #U55r9Wu1rJULWSCsceUqHgSzgQSE9S8M { display:flex;width:3.625rem;height:3.625rem;top:1.8125rem;left:2.75rem; }
 }@media only screen and (max-width: 763px) { #gMFk8Top6tzEWfipah6G6vXR5yTQegXr { display:flex;width:3.25rem;height:3.25rem;top:2rem;left:13.15625rem; }
 }@media only screen and (max-width: 763px) { #RwZSedZgdTv1d6gSes5kvPgA6WF5D1s6 { display:flex;width:3.4375rem;height:3.4375rem;top:13.411712646484rem;left:2.84375rem; }
 }@media only screen and (max-width: 763px) { #VRc00NpyPn4Q589QPzTi3q9MXFXVU4TV { display:flex;width:3.0625rem;height:3.0625rem;top:13.599212646484rem;left:13.25rem; }
 }@media only screen and (max-width: 763px) { #aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi { display:block; }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LH8cdnV5biptoK2Xsf4ZRToGIdvsEr8w { width:19.75rem;height:1.0499999375rem;top:12.6875rem;left:0.03125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nyvM7TAvzihTVqZr3bacMlqsJ4EFLzmf { width:15.6875rem;height:3.8999998125rem;top:2.44921875rem;left:2.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4ofT6RA237WTBb88OTE57NQSz15bQ14 { width:5rem;height:3.0625rem;top:8.9375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdn0AWoNaG5s2kG6pQXerVIMddiM2mFL { width:7.875rem;height:1.9rem;top:14.625rem;left:6.3125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wq4dUzTnyn39vVkqWmqxqlkEczgrxsTL { width:6.875rem;height:1.9rem;top:14.6875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tTRkCQbBZRPVdLBMHR36UpoADbyPZrCB { width:6.5rem;height:1.9rem;top:14.5625rem;left:13.5rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HyVyOlUa1ENwsNKdnPJXhbIfEqFlohXT { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#HyVyOlUa1ENwsNKdnPJXhbIfEqFlohXT > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HzfJxKmRKlBbxtyC9fwF8czywhgHrTuV { width:16.25rem;height:1.1rem;top:2.237548828125rem;left:3.75rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sAyIP9eI7z063J25vVpgDUcyKarb2XGM { display:flex;width:3.125rem;height:3.125rem;top:1.1875rem;left:0.5rem; }
 }@media only screen and (max-width: 763px) { #OF47BiwIwF2b0fTKt2UMiT2AATtI7zKC { width:20rem;height:3.25rem;top:4.09375rem;left:0.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cufVheEhTZkBTJ4mQHWphpwnTFAGVlKT { display:block; }
 }@media only screen and (max-width: 763px) { #hByAeHpq3mSm9JoquF3rmVRHx6y6SNIW { display:flex;width:3.125rem;height:3.125rem;top:13.4375rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QtxaSM0Dx57NUaV2LkoTEBXy9TkQyVzs { display:flex;width:3.125rem;height:3.125rem;top:2.6375122070312rem;left:14.125rem;display:none; }
 }