.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;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); }#zRlUzrQun8KaurGXOuixTLimbDi0ycwp { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9dde16ab-eedb-4089-8b83-437abb9ca7f4/Seb_tapis14.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#zRlUzrQun8KaurGXOuixTLimbDi0ycwp.adaptive-delivery-prevent-bg, #zRlUzrQun8KaurGXOuixTLimbDi0ycwp.lazyload, #zRlUzrQun8KaurGXOuixTLimbDi0ycwp.lazyloading { background-image: none; }#zRlUzrQun8KaurGXOuixTLimbDi0ycwp > .row .container { background-color: transparent; background-image: none; }#zRlUzrQun8KaurGXOuixTLimbDi0ycwp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRlUzrQun8KaurGXOuixTLimbDi0ycwp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRlUzrQun8KaurGXOuixTLimbDi0ycwp > .row .container > .video-iframe-container { display: none; }#zRlUzrQun8KaurGXOuixTLimbDi0ycwp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRlUzrQun8KaurGXOuixTLimbDi0ycwp > .row > .video-iframe-container { display: none; }#zRlUzrQun8KaurGXOuixTLimbDi0ycwp > .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); }#zRlUzrQun8KaurGXOuixTLimbDi0ycwp > .row .container { border-width: 0; border-radius: 0; }#zRlUzrQun8KaurGXOuixTLimbDi0ycwp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zRlUzrQun8KaurGXOuixTLimbDi0ycwp > .row .container { font-size:0.875rem;font-family:arial;height:45.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#AEILELkBBvsU2AyOg8Tg0IHEiSf7shwO { position:absolute;display:block;z-index:15025;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:18.625rem;width:26.375rem;top:13.40625rem;left:1.1875rem;overflow:hidden;display:block; }
#nyytqylSEuJpyTebrtkn57LHumm8RwKQ { z-index:15003;top:2.9375rem;left:63.8125rem;background-color:#ffc947;background-image:none;border-top:0.0625rem solid #ffc947;border-left:0.0625rem solid #ffc947;border-right:0.0625rem solid #ffc947;border-bottom:0.0625rem solid #ffc947;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#bapz2w4LOPZDlhTB7LVf34R1CAXtdcQ1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UvznrHycbkremBWgXySkoFSUVTBwGHMl { 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:15026;opacity:1;top:6.75rem;left:65rem; }
#UvznrHycbkremBWgXySkoFSUVTBwGHMl > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#o5SLFyZHXMC1D98kFABnFEUdseSbZ15h { 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:15027;opacity:1;top:6.75rem;left:70.1875rem; }
#o5SLFyZHXMC1D98kFABnFEUdseSbZ15h > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#nVu9WsRNWeWcxTvWuE1yGAAAznNkgKyy { position:absolute;display:block;z-index:15013;background-color:#ffc947;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:6.25rem;top:29.5rem;left:6.5rem;display:block; }
#ZRGUZqd1M7fyouNg9Pzg2eH23ULrfrAI { position:absolute;display:block;z-index:15010;background-color:#ffc947;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:0.0625rem;top:29.5rem;left:6.5rem;display:block; }
#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 { 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; }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row .container { background-color: transparent; background-image: none; }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row .container > .video-iframe-container { display: none; }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row > .video-iframe-container { display: none; }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .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); }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row .container { border-width: 0; border-radius: 0; }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row .container { font-size:0.875rem;font-family:arial;height:54.25rem;width:75rem;position:relative;display:block; }#wBPNJilTwkwnZwh5gIr6hliFz22tzKb1 { color:#1a1819;display:block;width:31.25rem;position:absolute;font-family:sk-modernist;font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:15.0625rem;left:6.25rem;height:17.32175625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#f9LJtfiJUlxHFVoBZcgvZEcEA6IscHwa { color:#1a1819;display:block;width:51.1875rem;position:absolute;font-family:sk-modernist;font-size:2.8125rem;font-weight:700;z-index:15025;line-height:1.1;letter-spacing:0;top:4.9375rem;left:11.875rem;height:;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; }
#VrWzXVTX5XSh5TZaixtDT8qrraVn7xLN { position:absolute;display:block;z-index:15026;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:29.875rem;width:17.1875rem;top:12.5625rem;left:45.78125rem;overflow:hidden;display:block; }
#PggB91UtZKwMR4QOyHPofhuiXqBJ77k9 { z-index:15004;top:36.9375rem;left:19.375rem;background-color:#ffc947;background-image:none;border-top:0.0625rem solid #ffc947;border-left:0.0625rem solid #ffc947;border-right:0.0625rem solid #ffc947;border-bottom:0.0625rem solid #ffc947;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Lym2BN2MTM1N7GxpzaedqddCziV89TzP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nl6C4AkD5uZkyt8UqE3gFLiHtaxHgtSG { color:#1a1819;display:block;width:55.9375rem;position:absolute;font-family:sk-modernist;font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.4;letter-spacing:0;top:45.1513671875rem;left:8.84375rem;height:6.2988125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tENKtE1JlxzpTrqap8f1OPvtoZ6IyQE3 { position:absolute;display:block;z-index:15012;background-color:#ffc947;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:60.625rem;top:2.75rem;left:6.5rem;display:block; }
#R1bJ9MTAR26f2AApcHnEa8oALggAbdXk { position:absolute;display:block;z-index:15011;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:3rem;width:3rem;top:21.4375rem;left:65.71875rem;overflow:hidden;display:block; }
#y4XT69gePao3o7EmXnnLBZKQvTTuPJNc { position:absolute;display:block;z-index:15009;background-color:#ffc947;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:0.0625rem;top:2.75rem;left:67.125rem;display:block; }
#Kt9ExhQvammxdkXbsoKqtiELpLTiC4ig { position:absolute;display:block;z-index:15010;background-color:#ffc947;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:0.0625rem;top:24.40625rem;left:67.0625rem;display:block; }
#PHXlcXDbVWrSpvT3CVDoLACiTFDFHymq { position:absolute;display:block;z-index:15011;background-color:#ffc947;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.0625rem;width:0.0625rem;top:36.28125rem;left:67.0625rem;display:block; }
#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT { 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; }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row .container { background-color: transparent; background-image: none; }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row .container > .video-iframe-container { display: none; }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row > .video-iframe-container { display: none; }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .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); }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row .container { border-width: 0; border-radius: 0; }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row .container { font-size:0.875rem;font-family:arial;height:43.3125rem;width:75rem;position:relative;display:block; }#GVVTxEunItpZLWfKeXai1ydeafpZ5UTF { position:absolute;display:block;z-index:15013;background-color:#ffc947;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:60.625rem;top:3.0625rem;left:6.5rem;display:block; }
#Bpf1k7uX7buWTTtlx7vP5ZJ8glNCfqlz { position:absolute;display:block;z-index:15020;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:3.125rem;top:1.53125rem;left:11.75rem;overflow:hidden;display:block; }
#zmG3U7vtLd7qQibODVfpEH5REt5PCfIf { color:#ffc947;display:block;width:9.6875rem;position:absolute;font-family:sk-modernist;font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:1.44970703125rem;left:15.8125rem;height:1.29980625rem;font-style:normal;display:block; }
#Uevf25tLHMItTDl26KfBmadnQ8afwmf0 { color:#1a1819;display:block;width:11.1875rem;position:absolute;font-family:sk-modernist;font-size:1.5rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:3.3125rem;left:15.8125rem;height:1.94970625rem;font-style:normal;display:block; }
#ns0JV6TtsmigG7rHgcbyl170GAHOP3uc { position:absolute;display:block;z-index:15011;background-color:#ffc947;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3125rem;width:0.0625rem;top:3.0625rem;left:6.5rem;display:block; }
#iEZxHQCbrort3301rUJBK4omND481DMe { color:#ffc947;display:block;width:48.75rem;position:absolute;font-family:sk-modernist;font-size:1.5625rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:6.5rem;left:13.125rem;height:;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; }
#EgT8R5LeGt4rh1psanpEaVWyzu3VMNau { 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:15020;opacity:1;top:12.9375rem;left:4.96875rem; }
#C0W0TgVnyB1yvLOLwOt2rdKQht9mN9VX { color:#1a1819;display:block;width:26.875rem;position:absolute;font-family:sk-modernist;font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:13.099609375rem;left:16.125rem;height:4.19970625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#VGwX4yroDgD8nyyiIkHvm7W6t1LSiTKG { z-index:15005;top:12.9375rem;left:50.0625rem;background-color:#ffc947;background-image:none;border-top:0.0625rem solid #ffc947;border-left:0.0625rem solid #ffc947;border-right:0.0625rem solid #ffc947;border-bottom:0.0625rem solid #ffc947;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#RtzdL4LZGniTzFZUOQruRmJCsmoUQIwd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fTKMKvQXDD1zztCNRqAsdalOG4BQsyWy { position:absolute;display:block;z-index:15012;background-color:#ffc947;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.625rem;width:0.0625rem;top:15.4375rem;left:6.5rem;display:block; }
#Ho2BhMCnBIwvIdfcv3lrx9SO5rsww1EX { 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:15021;opacity:1;top:22.6875rem;left:4.96875rem; }
#pCxuF6U28HL9TZZJ4t6Jsczy1h8SANdN { color:#2d2929;display:block;width:26.875rem;position:absolute;font-family:sk-modernist;font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:22.85009765625rem;left:15.8125rem;height:2.79980625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#C2M3g4ZPf8EcJ1CATpkTN2VsUs67WAHi { z-index:15006;top:22.6875rem;left:50.0625rem;background-color:#ffc947;background-image:none;border-top:0.0625rem solid #ffc947;border-left:0.0625rem solid #ffc947;border-right:0.0625rem solid #ffc947;border-bottom:0.0625rem solid #ffc947;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#knzPqN8eeK0w3KPmaf4ZhJKLSH9MBraK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A0xtSGWVG2QUfcO6BQU642r3TRqlG7oM { position:absolute;display:block;z-index:15013;background-color:#ffc947;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:0.0625rem;top:25.1875rem;left:6.5rem;display:block; }
#ukWPf2FQW5x4oGcX2Q2Kt5BFeBif8hD0 { 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:15022;opacity:1;top:32.8125rem;left:4.96875rem; }
#hZrQ0ABkPvv1GueJ38ypMoBtBMcG5fFZ { color:#2d2929;display:block;width:26.875rem;position:absolute;font-family:sk-modernist;font-size:1rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:32.97509765625rem;left:15.8125rem;height:2.79980625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#WiBNTfJs34Do3KtQPGVOs6IVKizt4aUB { z-index:15007;top:32.8125rem;left:50.0625rem;background-color:#ffc947;background-image:none;border-top:0.0625rem solid #ffc947;border-left:0.0625rem solid #ffc947;border-right:0.0625rem solid #ffc947;border-bottom:0.0625rem solid #ffc947;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#A4lx3Ep95nnfvZP01TroPE6BlI9BoTpD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i65ixpVyV9reFbKE7rXksvJXTgMp9N56 { position:absolute;display:block;z-index:15014;background-color:#ffc947;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:0.0625rem;top:35.3125rem;left:6.5rem;display:block; }
#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt { background-color:#1a1819;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { background-color: transparent; background-image: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container > .video-iframe-container { display: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row > .video-iframe-container { display: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .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); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { border-width: 0; border-radius: 0; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { font-size:0.875rem;font-family:arial;height:21.5rem;width:75rem;overflow:visible;position:relative;display:block; }#WfQXQE4XzxTgtT0429zgAgind9knbJ9R { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:12.4375rem;top:2.4375rem;left:15.0625rem;overflow:hidden;display:block; }
#BfL55rR9OUiTRvNqGmTsZMOZQMoMla3i { 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.8125rem;width:8.8125rem;top:7.375rem;left:16.875rem;overflow:hidden;display:block; }
#tKqB74W2THNt8uJdLGdybeCqxczDCDAA { 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:3.4375rem;width:9.0625rem;top:10.90625rem;left:16.6875rem;overflow:hidden;display:block; }
#LbZgpxIrIDGWPLttSaiNtyG2iARB2aoV { color:#f4f4f4;display:block;width:2.6875rem;position:absolute;font-family:sk-modernist;font-size:1rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:3.6875rem;left:41.6875rem;height:1.3999rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#JnUvASp0wHJJ47ZAxdAhxTOCSoN6N4wm { color:#f4f4f4;display:block;width:5.125rem;position:absolute;font-family:sk-modernist;font-size:1rem;font-weight:400;z-index:15026;line-height:1.4;letter-spacing:0;top:3.6875rem;left:47.3125rem;height:1.3999rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#rWZWS8u8TSxgq5Mo7y7uQBMToA1h1t1Z { color:#f4f4f4;display:block;width:5.125rem;position:absolute;font-family:sk-modernist;font-size:1rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:3.6875rem;left:54.0625rem;height:1.3999rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#oS3pBW3ZJ6PaD2TtZlqJxX1LfBdh2rsE { color:#f4f4f4;display:block;width:3.8125rem;position:absolute;font-family:sk-modernist;font-size:1rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:3.6875rem;left:60.4375rem;height:1.3999rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#EenuQEqwZxTwQQO62uou6WnuyoWrGSl0 { color:#ffc947;display:block;width:5.6875rem;position:absolute;font-family:sk-modernist;font-size:1.25rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:8.3125rem;left:51.125rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B76BeWOUTRh1C4cV4ZR9meum4aXcT9A4 { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:12rem;left:46.6875rem; }
#B76BeWOUTRh1C4cV4ZR9meum4aXcT9A4 > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#Ti6E4pcrKygK2aSMx1U691b5rWCBCasq { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:11.875rem;left:49.6875rem; }
#Ti6E4pcrKygK2aSMx1U691b5rWCBCasq > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; }#na55UtIQWTPwZeB0Wf6bnZQdTt0ryKWp { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:12rem;left:53.125rem; }
#na55UtIQWTPwZeB0Wf6bnZQdTt0ryKWp > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }#n3Ksr53UAdEwwQZnc8LL3TrsVHyOuQBz { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;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:15016;opacity:1;top:12rem;left:56.125rem; }
#n3Ksr53UAdEwwQZnc8LL3TrsVHyOuQBz > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#lA6yc1Tl7Hu4gZ9amr6TGsxFsO6xTBpo { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:12.1875rem;left:59.25rem; }
#lA6yc1Tl7Hu4gZ9amr6TGsxFsO6xTBpo > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#znzwvanrkFMCQlyCRx0xFIGuULyXJmGz { color:#ffc947;display:block;width:26.875rem;position:absolute;font-family:sk-modernist;font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:17.6875rem;left:24.0625rem;height:1.3999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zRlUzrQun8KaurGXOuixTLimbDi0ycwp { display:block; }#zRlUzrQun8KaurGXOuixTLimbDi0ycwp > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AEILELkBBvsU2AyOg8Tg0IHEiSf7shwO { width:26.375rem;height:18.625rem;top:13.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyytqylSEuJpyTebrtkn57LHumm8RwKQ { top:2.9375rem;left:37.125rem;width:10.625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bapz2w4LOPZDlhTB7LVf34R1CAXtdcQ1 { display:block; }
 }@media only screen and (max-width: 763px) { #UvznrHycbkremBWgXySkoFSUVTBwGHMl { top:6.75rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
#UvznrHycbkremBWgXySkoFSUVTBwGHMl > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #o5SLFyZHXMC1D98kFABnFEUdseSbZ15h { top:6.75rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
#o5SLFyZHXMC1D98kFABnFEUdseSbZ15h > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #nVu9WsRNWeWcxTvWuE1yGAAAznNkgKyy { width:6.25rem;height:0.0625rem;top:29.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRGUZqd1M7fyouNg9Pzg2eH23ULrfrAI { width:0.0625rem;height:18.75rem;top:29.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 { display:block; }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wBPNJilTwkwnZwh5gIr6hliFz22tzKb1 { width:31.25rem;height:17.3125rem;top:15.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9LJtfiJUlxHFVoBZcgvZEcEA6IscHwa { width:47.75rem;height:;top:4.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrWzXVTX5XSh5TZaixtDT8qrraVn7xLN { top:12.5625rem;left:25.34375rem;width:17.1875rem;height:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PggB91UtZKwMR4QOyHPofhuiXqBJ77k9 { top:36.9375rem;left:10.125rem;width:13.75rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lym2BN2MTM1N7GxpzaedqddCziV89TzP { display:block; }
 }@media only screen and (max-width: 763px) { #nl6C4AkD5uZkyt8UqE3gFLiHtaxHgtSG { width:47.75rem;height:6.25rem;top:45.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tENKtE1JlxzpTrqap8f1OPvtoZ6IyQE3 { width:47.75rem;height:0.0625rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1bJ9MTAR26f2AApcHnEa8oALggAbdXk { width:3rem;height:3rem;top:21.4375rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4XT69gePao3o7EmXnnLBZKQvTTuPJNc { width:0.0625rem;height:18.75rem;top:2.75rem;left:46.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kt9ExhQvammxdkXbsoKqtiELpLTiC4ig { width:0.0625rem;height:18.75rem;top:24.375rem;left:46.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHXlcXDbVWrSpvT3CVDoLACiTFDFHymq { width:0.0625rem;height:21.0625rem;top:36.25rem;left:46.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT { display:block; }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GVVTxEunItpZLWfKeXai1ydeafpZ5UTF { width:47.75rem;height:0.0625rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bpf1k7uX7buWTTtlx7vP5ZJ8glNCfqlz { top:1.5rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmG3U7vtLd7qQibODVfpEH5REt5PCfIf { width:9.6875rem;height:1.25rem;top:1.4375rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uevf25tLHMItTDl26KfBmadnQ8afwmf0 { width:11.1875rem;height:1.9375rem;top:3.3125rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ns0JV6TtsmigG7rHgcbyl170GAHOP3uc { width:0.0625rem;height:10.3125rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEZxHQCbrort3301rUJBK4omND481DMe { width:47.75rem;height:;top:6.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgT8R5LeGt4rh1psanpEaVWyzu3VMNau { top:12.9375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0W0TgVnyB1yvLOLwOt2rdKQht9mN9VX { width:26.875rem;height:4.1875rem;top:13.0625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGwX4yroDgD8nyyiIkHvm7W6t1LSiTKG { top:12.9375rem;left:36.4375rem;width:10.625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtzdL4LZGniTzFZUOQruRmJCsmoUQIwd { display:block; }
 }@media only screen and (max-width: 763px) { #fTKMKvQXDD1zztCNRqAsdalOG4BQsyWy { width:0.0625rem;height:7.625rem;top:15.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ho2BhMCnBIwvIdfcv3lrx9SO5rsww1EX { top:22.6875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCxuF6U28HL9TZZJ4t6Jsczy1h8SANdN { width:26.875rem;height:2.75rem;top:22.8125rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2M3g4ZPf8EcJ1CATpkTN2VsUs67WAHi { top:22.6875rem;left:36.4375rem;width:10.625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #knzPqN8eeK0w3KPmaf4ZhJKLSH9MBraK { display:block; }
 }@media only screen and (max-width: 763px) { #A0xtSGWVG2QUfcO6BQU642r3TRqlG7oM { width:0.0625rem;height:7.9375rem;top:25.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukWPf2FQW5x4oGcX2Q2Kt5BFeBif8hD0 { top:32.8125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZrQ0ABkPvv1GueJ38ypMoBtBMcG5fFZ { width:26.875rem;height:2.75rem;top:32.9375rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiBNTfJs34Do3KtQPGVOs6IVKizt4aUB { top:32.8125rem;left:36.4375rem;width:10.625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4lx3Ep95nnfvZP01TroPE6BlI9BoTpD { display:block; }
 }@media only screen and (max-width: 763px) { #i65ixpVyV9reFbKE7rXksvJXTgMp9N56 { width:0.0625rem;height:7.9375rem;top:35.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt { display:block; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WfQXQE4XzxTgtT0429zgAgind9knbJ9R { width:12.4375rem;height:2.9375rem;top:2.4375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfL55rR9OUiTRvNqGmTsZMOZQMoMla3i { width:8.8125rem;height:2.8125rem;top:7.375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKqB74W2THNt8uJdLGdybeCqxczDCDAA { width:9.0625rem;height:3.4375rem;top:10.875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbZgpxIrIDGWPLttSaiNtyG2iARB2aoV { width:2.6875rem;height:1.375rem;top:3.6875rem;left:28.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnUvASp0wHJJ47ZAxdAhxTOCSoN6N4wm { width:5.125rem;height:1.375rem;top:3.6875rem;left:33.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWZWS8u8TSxgq5Mo7y7uQBMToA1h1t1Z { width:5.125rem;height:1.375rem;top:3.6875rem;left:40.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oS3pBW3ZJ6PaD2TtZlqJxX1LfBdh2rsE { width:3.8125rem;height:1.375rem;top:3.6875rem;left:43.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EenuQEqwZxTwQQO62uou6WnuyoWrGSl0 { width:5.6875rem;height:1.75rem;top:8.3125rem;left:37.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B76BeWOUTRh1C4cV4ZR9meum4aXcT9A4 { top:12rem;left:33.0625rem;width:1.375rem;height:1.375rem;display:block; }
#B76BeWOUTRh1C4cV4ZR9meum4aXcT9A4 > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #Ti6E4pcrKygK2aSMx1U691b5rWCBCasq { top:11.875rem;left:36.0625rem;width:1.625rem;height:1.625rem;display:block; }
#Ti6E4pcrKygK2aSMx1U691b5rWCBCasq > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #na55UtIQWTPwZeB0Wf6bnZQdTt0ryKWp { top:12rem;left:39.5rem;width:1.5rem;height:1.5rem;display:block; }
#na55UtIQWTPwZeB0Wf6bnZQdTt0ryKWp > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #n3Ksr53UAdEwwQZnc8LL3TrsVHyOuQBz { top:12rem;left:42.5rem;width:1.5625rem;height:1.5625rem;display:block; }
#n3Ksr53UAdEwwQZnc8LL3TrsVHyOuQBz > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #lA6yc1Tl7Hu4gZ9amr6TGsxFsO6xTBpo { top:12.1875rem;left:45.625rem;width:1.25rem;height:1.25rem;display:block; }
#lA6yc1Tl7Hu4gZ9amr6TGsxFsO6xTBpo > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #znzwvanrkFMCQlyCRx0xFIGuULyXJmGz { width:26.875rem;height:1.375rem;top:17.6875rem;left:10.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zRlUzrQun8KaurGXOuixTLimbDi0ycwp { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b6f0466e-71a7-432f-b329-c10d82c3a94f/Seb_tapis14.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#zRlUzrQun8KaurGXOuixTLimbDi0ycwp.adaptive-delivery-prevent-bg, #zRlUzrQun8KaurGXOuixTLimbDi0ycwp.lazyload, #zRlUzrQun8KaurGXOuixTLimbDi0ycwp.lazyloading { background-image: none; }#zRlUzrQun8KaurGXOuixTLimbDi0ycwp > .row .container { background-color: transparent; background-image: none; }#zRlUzrQun8KaurGXOuixTLimbDi0ycwp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRlUzrQun8KaurGXOuixTLimbDi0ycwp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRlUzrQun8KaurGXOuixTLimbDi0ycwp > .row .container > .video-iframe-container { display: none; }#zRlUzrQun8KaurGXOuixTLimbDi0ycwp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRlUzrQun8KaurGXOuixTLimbDi0ycwp > .row > .video-iframe-container { display: none; }#zRlUzrQun8KaurGXOuixTLimbDi0ycwp > .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); }#zRlUzrQun8KaurGXOuixTLimbDi0ycwp > .row .container { width:20rem;height:40.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AEILELkBBvsU2AyOg8Tg0IHEiSf7shwO { width:11.5625rem;height:8.1875rem;top:30rem;left:4.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyytqylSEuJpyTebrtkn57LHumm8RwKQ { top:1.875rem;left:10.625rem;width:8.75rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #bapz2w4LOPZDlhTB7LVf34R1CAXtdcQ1 { display:block; }
 }@media only screen and (max-width: 763px) { #UvznrHycbkremBWgXySkoFSUVTBwGHMl { display:flex;width:3.125rem;height:3.125rem;top:4.6875rem;left:16.5625rem; }
#UvznrHycbkremBWgXySkoFSUVTBwGHMl > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #o5SLFyZHXMC1D98kFABnFEUdseSbZ15h { display:flex;width:3.125rem;height:3.125rem;top:1.5625rem;left:16.5625rem; }
#o5SLFyZHXMC1D98kFABnFEUdseSbZ15h > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #nVu9WsRNWeWcxTvWuE1yGAAAznNkgKyy { width:6.25rem;height:0.0625rem;top:30.46875rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZRGUZqd1M7fyouNg9Pzg2eH23ULrfrAI { width:0.0625rem;height:18.75rem;top:29.5rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 { display:block; }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row .container { width:20rem;height:78.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wBPNJilTwkwnZwh5gIr6hliFz22tzKb1 { width:18.75rem;height:18.1987375rem;top:9.5rem;left:0.625rem;text-align:justify;text-align-last:initial;font-size:1rem;color:#1a1819;display:block; }
 }@media only screen and (max-width: 763px) { #f9LJtfiJUlxHFVoBZcgvZEcEA6IscHwa { width:17.5rem;height:5.15625rem;top:2.1875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrWzXVTX5XSh5TZaixtDT8qrraVn7xLN { width:14.4375rem;height:25.125rem;top:29.5166015625rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PggB91UtZKwMR4QOyHPofhuiXqBJ77k9 { top:55.9189453125rem;left:3.125rem;width:13.75rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lym2BN2MTM1N7GxpzaedqddCziV89TzP { display:block; }
 }@media only screen and (max-width: 763px) { #nl6C4AkD5uZkyt8UqE3gFLiHtaxHgtSG { width:18.75rem;height:13.999rem;top:61.1064453125rem;left:0.625rem;text-align:justify;text-align-last:initial;font-size:1rem;color:#1a1819;display:block; }
 }@media only screen and (max-width: 763px) { #tENKtE1JlxzpTrqap8f1OPvtoZ6IyQE3 { width:20rem;height:0.0625rem;top:2.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #R1bJ9MTAR26f2AApcHnEa8oALggAbdXk { width:3rem;height:3rem;top:21.4375rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #y4XT69gePao3o7EmXnnLBZKQvTTuPJNc { width:0.0625rem;height:18.75rem;top:2.75rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kt9ExhQvammxdkXbsoKqtiELpLTiC4ig { width:0.0625rem;height:18.75rem;top:24.375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PHXlcXDbVWrSpvT3CVDoLACiTFDFHymq { width:0.0625rem;height:21.0625rem;top:36.25rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT { display:block; }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row .container { width:20rem;height:64.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GVVTxEunItpZLWfKeXai1ydeafpZ5UTF { width:20rem;height:0.0625rem;top:3.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bpf1k7uX7buWTTtlx7vP5ZJ8glNCfqlz { width:3.125rem;height:3.125rem;top:2.125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmG3U7vtLd7qQibODVfpEH5REt5PCfIf { width:9.6875rem;height:1.29980625rem;top:2.125rem;left:6.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uevf25tLHMItTDl26KfBmadnQ8afwmf0 { width:11.1875rem;height:1.29980625rem;top:4rem;left:5.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ns0JV6TtsmigG7rHgcbyl170GAHOP3uc { width:0.0625rem;height:10.3125rem;top:3.0625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iEZxHQCbrort3301rUJBK4omND481DMe { width:18.75rem;height:7.69925rem;top:7.5rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgT8R5LeGt4rh1psanpEaVWyzu3VMNau { display:flex;width:3.125rem;height:3.125rem;top:17.0234375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #C0W0TgVnyB1yvLOLwOt2rdKQht9mN9VX { width:18.75rem;height:5.5996125rem;top:21.33642578125rem;left:0.625rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGwX4yroDgD8nyyiIkHvm7W6t1LSiTKG { top:27.97314453125rem;left:3.75rem;width:12.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtzdL4LZGniTzFZUOQruRmJCsmoUQIwd { display:block; }
 }@media only screen and (max-width: 763px) { #fTKMKvQXDD1zztCNRqAsdalOG4BQsyWy { width:0.0625rem;height:7.625rem;top:15.4375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ho2BhMCnBIwvIdfcv3lrx9SO5rsww1EX { display:flex;width:3.125rem;height:3.125rem;top:32.47314453125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #pCxuF6U28HL9TZZJ4t6Jsczy1h8SANdN { width:18.75rem;height:4.19970625rem;top:36.84814453125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2M3g4ZPf8EcJ1CATpkTN2VsUs67WAHi { top:42.29736328125rem;left:3.75rem;width:12.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #knzPqN8eeK0w3KPmaf4ZhJKLSH9MBraK { display:block; }
 }@media only screen and (max-width: 763px) { #A0xtSGWVG2QUfcO6BQU642r3TRqlG7oM { width:0.0625rem;height:7.9375rem;top:25.1875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ukWPf2FQW5x4oGcX2Q2Kt5BFeBif8hD0 { display:flex;width:3.125rem;height:3.125rem;top:47.92236328125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #hZrQ0ABkPvv1GueJ38ypMoBtBMcG5fFZ { width:18.75rem;height:4.19970625rem;top:52.29736328125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiBNTfJs34Do3KtQPGVOs6IVKizt4aUB { top:58.05908203125rem;left:3.75rem;width:12.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4lx3Ep95nnfvZP01TroPE6BlI9BoTpD { display:block; }
 }@media only screen and (max-width: 763px) { #i65ixpVyV9reFbKE7rXksvJXTgMp9N56 { width:0.0625rem;height:7.9375rem;top:35.3125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt { background-color:#1a1819;background-image:none;display:block; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { background-color: transparent; background-image: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container > .video-iframe-container { display: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row > .video-iframe-container { display: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .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); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { width:20rem;height:37.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WfQXQE4XzxTgtT0429zgAgind9knbJ9R { width:12.4375rem;height:2.9375rem;top:1.9375rem;left:3.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfL55rR9OUiTRvNqGmTsZMOZQMoMla3i { width:9.0625rem;height:2.8125rem;top:15.03466796875rem;left:5.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKqB74W2THNt8uJdLGdybeCqxczDCDAA { width:9.1875rem;height:3.5625rem;top:18.84716796875rem;left:5.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbZgpxIrIDGWPLttSaiNtyG2iARB2aoV { width:2.6875rem;height:1.3999rem;top:7.125rem;left:5.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnUvASp0wHJJ47ZAxdAhxTOCSoN6N4wm { width:5.125rem;height:1.3999rem;top:7.125rem;left:10.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWZWS8u8TSxgq5Mo7y7uQBMToA1h1t1Z { width:5.125rem;height:1.3999rem;top:10.5rem;left:4.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oS3pBW3ZJ6PaD2TtZlqJxX1LfBdh2rsE { width:3.8125rem;height:1.3999rem;top:10.5rem;left:11.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EenuQEqwZxTwQQO62uou6WnuyoWrGSl0 { width:5.6875rem;height:1.75rem;top:25.28466796875rem;left:7.15625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B76BeWOUTRh1C4cV4ZR9meum4aXcT9A4 { display:flex;width:1.375rem;height:1.375rem;top:28.4375rem;left:7rem; }
#B76BeWOUTRh1C4cV4ZR9meum4aXcT9A4 > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #Ti6E4pcrKygK2aSMx1U691b5rWCBCasq { display:flex;width:1.625rem;height:1.625rem;top:28.3125rem;left:4.0625rem; }
#Ti6E4pcrKygK2aSMx1U691b5rWCBCasq > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #na55UtIQWTPwZeB0Wf6bnZQdTt0ryKWp { display:flex;width:1.5rem;height:1.5rem;top:28.375rem;left:9.5625rem; }
#na55UtIQWTPwZeB0Wf6bnZQdTt0ryKWp > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #n3Ksr53UAdEwwQZnc8LL3TrsVHyOuQBz { display:flex;width:1.5625rem;height:1.5625rem;top:28.3125rem;left:12.1875rem; }
#n3Ksr53UAdEwwQZnc8LL3TrsVHyOuQBz > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #lA6yc1Tl7Hu4gZ9amr6TGsxFsO6xTBpo { display:flex;width:1.25rem;height:1.25rem;top:28.5rem;left:14.6875rem; }
#lA6yc1Tl7Hu4gZ9amr6TGsxFsO6xTBpo > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #znzwvanrkFMCQlyCRx0xFIGuULyXJmGz { width:20rem;height:1.3999rem;top:32.72216796875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }