.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;top:0rem;left:0rem;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); }#L1N0tJKyK5xBshp01ezfEXpbFHRd8wpZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e97645;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; }#L1N0tJKyK5xBshp01ezfEXpbFHRd8wpZ > .row .container { border-width: 0; border-radius: 0; }#L1N0tJKyK5xBshp01ezfEXpbFHRd8wpZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L1N0tJKyK5xBshp01ezfEXpbFHRd8wpZ > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:75rem;position:relative;display:none; }#LLQ20LJxVpw0JVSACrI5JNgaeqEe4FvN { color:#fdf8ef;display:block;width:23.125rem;position:absolute;font-family:noway;font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:1.099609375rem;left:0rem;height:3.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XAVGVer4nQ2LRvBOwQm5EAg6Jht3OOER .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; }
#XAVGVer4nQ2LRvBOwQm5EAg6Jht3OOER .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.25);background-image:none;color:#ffffff;padding-top:0.41rem;padding-right:0.3525rem;padding-bottom:0.41rem;padding-left:0.3525rem;display:block;align-items:center;width:2.118125rem;min-width:2.118125rem;height:2.20625rem;position:relative;font-family:noway;font-size:1.641875rem;font-weight:700;line-height:35.3px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XAVGVer4nQ2LRvBOwQm5EAg6Jht3OOER .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.256875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.824375rem;height:0.871875rem;position:relative;font-family:noway;font-size:0.61625rem;font-weight:400;line-height:13.95px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#XAVGVer4nQ2LRvBOwQm5EAg6Jht3OOER { 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:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:15.3125rem;height:4.155rem;padding-top:0.5125rem;padding-right:0.50375rem;padding-bottom:0.5125rem;padding-left:0.50375rem;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.15885448455811rem;left:29.339195251465rem;z-index:15016; }
#XAVGVer4nQ2LRvBOwQm5EAg6Jht3OOER #EqF4aHM1Uaf2mRVmlKd7kGvmsm3qL0xC { display:flex;position:relative;top:0rem;left:0rem; }
#XAVGVer4nQ2LRvBOwQm5EAg6Jht3OOER #VJkw2QNqBQ32rDmKr8Wctpmme1K1DAdP { width:auto; }
#XAVGVer4nQ2LRvBOwQm5EAg6Jht3OOER #RfDeVNEO8zvEr4JqF5TaKxEmdE3NJB4x {  }
#XAVGVer4nQ2LRvBOwQm5EAg6Jht3OOER #WBzZ8GzQOooTRF4dp6dyUh7bx5ift3KH { display:flex;position:relative;top:0rem;left:0rem; }
#XAVGVer4nQ2LRvBOwQm5EAg6Jht3OOER #VK8EKvV3v9NbQsLQFWdRRlEMzrHZSK9p {  }
#XAVGVer4nQ2LRvBOwQm5EAg6Jht3OOER #L4o4dyRJ1u6gADcAz8q336f2taT8XSft {  }
#XAVGVer4nQ2LRvBOwQm5EAg6Jht3OOER #QWv8W883PzeXPI9AeRow7JTQ7kRHUIoA { display:flex;position:relative;top:0rem;left:0rem; }
#XAVGVer4nQ2LRvBOwQm5EAg6Jht3OOER #xEpa6n93q5vR6rEnns2OPPxRdcU16FFl {  }
#XAVGVer4nQ2LRvBOwQm5EAg6Jht3OOER #iQNCxH18h6Z0yo7yyGHGvnyFnTEfMe37 {  }
#XAVGVer4nQ2LRvBOwQm5EAg6Jht3OOER #VTuLzXLv0zPIGTqQAkOG8pwRdrmRobOs { display:flex;position:relative;top:0rem;left:0rem; }
#XAVGVer4nQ2LRvBOwQm5EAg6Jht3OOER #RIVtBtVasA6piPLAoWrHvv5Pnze7D6Ds {  }
#XAVGVer4nQ2LRvBOwQm5EAg6Jht3OOER #I5T2Q0qPyeWW2BHnrD4VUSbWlIBt4ATT {  }
#weOUFLoORDi8wigI7fEVyZdXNVBbZbpi { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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:noway;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.75rem;height:2.5625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:1.5rem;left:58.75rem;display:block; }
#qaWWKBirwaAAt7ksioF3duNF3T8tk84b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vGS7vhSU182X45AvhMx4i4gJiZ9CFAu1 { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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:noway;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5625rem;height:3.0625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:1.26953125rem;left:57.520835876465rem;display:none; }
#ODpzCRqIkeTvG5huHn6l1qJZe6Xt44gd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ou8aA9UZRRAGv7IfWK2qULQIQgGTPmwz { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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:noway;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.375rem;height:2.5625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:1.5374984741211rem;left:53.299999237061rem;display:block; }
#oycTTymdaGc80Fmri76vKs6UDZg7bEpk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TOe0DSa6W8QVXkQFrMcsoNCXPrlVO1MM { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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:noway;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.4375rem;height:2.5625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:1.5rem;left:55.875rem;display:block; }
#wGz09m08okZBh7KAOfklSMO0bCAhsJTU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QSeZ6lqyXTBNCpGIaLfETPz92Z6WAeHR { position:relative;z-index:auto;display:none; }#QSeZ6lqyXTBNCpGIaLfETPz92Z6WAeHR { border-width: 0; border-radius: 0; }#QSeZ6lqyXTBNCpGIaLfETPz92Z6WAeHR > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QSeZ6lqyXTBNCpGIaLfETPz92Z6WAeHR > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#xwIDH3xIA9kZkkd0F0qgo9MXT1FLTL3O { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5d039fe4-a271-44f1-ad45-5ccbf9165f39/Diseosinttulo1.crop_299x137_0,13.preview.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:7.4375rem;width:7.4375rem;top:5.42578125rem;left:62.549999237063rem;display:block; }#xwIDH3xIA9kZkkd0F0qgo9MXT1FLTL3O.adaptive-delivery-prevent-bg, #xwIDH3xIA9kZkkd0F0qgo9MXT1FLTL3O.lazyload, #xwIDH3xIA9kZkkd0F0qgo9MXT1FLTL3O.lazyloading { background-image: none; }
#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f5f5;background-image:url("https://images.assets-landingi.com/uc/9f0091f3-cfde-471f-b12a-70fc1490afc8/LandingdeskGurudevenFrance.png");background-position:bottom 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; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A.adaptive-delivery-prevent-bg, #D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A.lazyload, #D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A.lazyloading { background-image: none; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row .container { background-color: transparent; background-image: none; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row .container > .video-iframe-container { display: none; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row > .video-iframe-container { display: none; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .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); }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row .container { border-width: 0; border-radius: 0; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row .container { font-size:0.875rem;font-family:arial;height:54.25rem;width:75rem;position:relative;display:block; }#EXDAXOB2MNtfUFnIetV0KB76o635MzW5 { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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:lato;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:30.5625rem;left:23.25rem;display:none; }
#WGKvNrqgDuZDI1OgFAgOVqpcwxwEn5gb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s9ElwowdbgV4moaO8agpNeM3oOah8Gs6 { color:#fb8b44;display:block;width:12.6875rem;position:absolute;font-family:"bodoni flf";font-size:2.3125rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:10.9375rem;left:18.0625rem;height:2.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Bz3RKmk8lZAXR4KVW3MR9xG3fXBa86Kp { position:absolute;display:block;z-index:15012;background-color:#fb8b44;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:0.125rem;top:27.87353515625rem;left:0rem;display:block; }
#tySdAUmKb2v5eASFSv8kxOm1vH5KQ0bS { color:#ffffff;display:block;width:27.3125rem;position:absolute;font-family:heebo;font-size:3.4375rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:17.0625rem;left:4.8125rem;height:7.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ianlowFcv9TBnvXpwcXSuMVQzN3kPo12 { color:#fb8b44;display:block;width:30rem;position:absolute;font-family:"fira sans";font-size:2rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:24.009765625rem;left:2.9990234375rem;height:4.79948125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#n7PLqphsSKZRSgTRn22I0Wx260EU7Ux7 { 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:10.6875rem;width:29.8125rem;top:2.8125rem;left:2.8125rem;overflow:hidden;display:block; }
#Oc79AeilCssUlLt9Bsek7i9vygLk3WkT { color:#323232;display:block;width:23.4375rem;position:absolute;font-family:poppins;font-size:3.1875rem;font-weight:700;z-index:15016;line-height:1;letter-spacing:0;top:30.625rem;left:5rem;height:6.30000025rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#BS0xdJ7MIKdTdt1kpXxTV6SOWPW4HWNB { color:#ffffff;display:block;width:20.1875rem;position:absolute;font-family:heebo;font-size:1.5625rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:29rem;left:5.25rem;height:1.7000000625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#f4Fr3WGIVR6z9VFAnwJEzCpbIBITGaTc { color:#ffffff;display:block;width:25.3125rem;position:absolute;font-family:heebo;font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:37.125rem;left:6.5rem;height:3.3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#JlSoI4V9Ts7Bfglx7CDWuiKx9kokLVXD { 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:1.125rem;width:0.8125rem;top:37.3125rem;left:4.9375rem;overflow:hidden;display:block; }
#J4fWywFlq7tvDM81PeXfNKaTRbBxvtsT { color:#ffffff;display:block;width:27.3125rem;position:absolute;font-family:heebo;font-size:3.4375rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:18rem;left:4.8125rem;height:7.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#UZcEiyUQdphMHduVNPRXsi2RCT2ZhHn1 { background-color:#e97645;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0.625rem 1.25rem rgba(106,84,109,0.4) ;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:ubuntu;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5rem;height:4.0625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:40.375rem;left:4.8125rem;display:none; }
#obpxwvwBGTaFwgI5iBv91Vzgp3B10Xut { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aZDwJnWNZTsRi5LbE0gAn95T7GO8B4Fv { 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; }#aZDwJnWNZTsRi5LbE0gAn95T7GO8B4Fv > .row .container { background-color: transparent; background-image: none; }#aZDwJnWNZTsRi5LbE0gAn95T7GO8B4Fv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZDwJnWNZTsRi5LbE0gAn95T7GO8B4Fv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZDwJnWNZTsRi5LbE0gAn95T7GO8B4Fv > .row .container > .video-iframe-container { display: none; }#aZDwJnWNZTsRi5LbE0gAn95T7GO8B4Fv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZDwJnWNZTsRi5LbE0gAn95T7GO8B4Fv > .row > .video-iframe-container { display: none; }#aZDwJnWNZTsRi5LbE0gAn95T7GO8B4Fv > .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); }#aZDwJnWNZTsRi5LbE0gAn95T7GO8B4Fv > .row .container { border-width: 0; border-radius: 0; }#aZDwJnWNZTsRi5LbE0gAn95T7GO8B4Fv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aZDwJnWNZTsRi5LbE0gAn95T7GO8B4Fv > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:75rem;position:relative;display:block; }#tW0xuzRdPXoGNk3lKDcJJTcvvdTsRMD7 { color:#e97645;display:block;width:48.0625rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:3.505859375rem;left:13.46875rem;height:2.900000125rem;text-align:center;text-align-last:center;display:block; }
#u1hARVTBk1uyxnTddTrJv4gZWaEmr76Q { 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; }#u1hARVTBk1uyxnTddTrJv4gZWaEmr76Q > .row .container { background-color: transparent; background-image: none; }#u1hARVTBk1uyxnTddTrJv4gZWaEmr76Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u1hARVTBk1uyxnTddTrJv4gZWaEmr76Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u1hARVTBk1uyxnTddTrJv4gZWaEmr76Q > .row .container > .video-iframe-container { display: none; }#u1hARVTBk1uyxnTddTrJv4gZWaEmr76Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u1hARVTBk1uyxnTddTrJv4gZWaEmr76Q > .row > .video-iframe-container { display: none; }#u1hARVTBk1uyxnTddTrJv4gZWaEmr76Q > .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); }#u1hARVTBk1uyxnTddTrJv4gZWaEmr76Q > .row .container { border-width: 0; border-radius: 0; }#u1hARVTBk1uyxnTddTrJv4gZWaEmr76Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u1hARVTBk1uyxnTddTrJv4gZWaEmr76Q > .row .container { font-size:0.875rem;font-family:arial;height:44.125rem;width:75rem;position:relative;display:block; }#TewBvHSkQGuPJTfVSZW9d2iSGM5pKtwV { background-color:#e97645;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0.625rem 1.25rem rgba(106,84,109,0.4) ;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:ubuntu;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5rem;height:4.0625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:30rem;left:52.3125rem;display:block; }
#X9tInEkJXTyyTOxqP0dCzGx3mcs8REwD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dlbowNAuZRZIU6Mu1DIfLTvPZ2sgaEqQ { color:#e97645;display:block;width:36.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.4;letter-spacing:0;top:9.125rem;left:35.25rem;height:10.849999625rem;text-align:justify;text-align-last:initial;display:block; }
#At3F3XNpkxABZzrDpDspc0ucGWll5hOa { position:absolute;display:block;z-index:15008;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: 0.0625rem 2.5rem 3.125rem rgba(113,113,113,0.5) ;height:35.125rem;width:28.125rem;top:4.625rem;left:3.875rem;overflow:hidden;display:block; }
#f0R10fVuFV1xV9g5ZBDRz2ACkJGyazDH { color:#e97645;display:block;width:48.0625rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:0rem;left:13.46875rem;height:2.25rem;text-align:center;text-align-last:center;display:block; }
#lnydzSJSVOvqF8vQIb00Gez5OfrRquz8 { position:absolute;display:block;z-index:15006;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 #185683;border-left:0.0625rem solid #185683;border-right:0.0625rem solid #185683;border-bottom:0.0625rem solid #185683;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.0625rem;width:16.25rem;top:29.9375rem;left:35.25rem;display:block; }
#TvzrdL6NXhrolsstLeTKW9gxN1Ub9vSg { color:#185683;display:block;width:8.1875rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:31.125rem;left:39.3125rem;height:1.75rem;display:block; }
#Fqq9xedTWwaCqOENHvPBdEc3UGIvEhsc { color:#e97645;display:block;width:34.25rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:22.25456237793rem;left:36.40625rem;height:4.3500001875rem;text-align:justify;text-align-last:initial;display:block; }
#QokQzolW63h6kAFDm2PpkLB0PHheTOsU { position:absolute;display:block;z-index:15009;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 #777777;border-left:0.0625rem solid #777777;border-right:0.0625rem solid #777777;border-bottom:0.0625rem solid #777777;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:6.125rem;width:36.5rem;top:21.380859375rem;left:35.145835876465rem;display:block; }
#G51mRkp6Vfaguu5g4LVOnlLxNBkHww9V { color:#e97645;display:block;width:34.25rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:23.129557609558rem;left:36.40625rem;height:4.46094375rem;text-align:justify;text-align-last:initial;display:none; }
#yXviTkZt2R3KTr8DdNP1NcAfU3XfQvoG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ecd5f6a5-9777-4bff-8278-531f9d826fbb/stagesfamille12.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#yXviTkZt2R3KTr8DdNP1NcAfU3XfQvoG.adaptive-delivery-prevent-bg, #yXviTkZt2R3KTr8DdNP1NcAfU3XfQvoG.lazyload, #yXviTkZt2R3KTr8DdNP1NcAfU3XfQvoG.lazyloading { background-image: none; }#yXviTkZt2R3KTr8DdNP1NcAfU3XfQvoG > .row .container { background-color: transparent; background-image: none; }#yXviTkZt2R3KTr8DdNP1NcAfU3XfQvoG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yXviTkZt2R3KTr8DdNP1NcAfU3XfQvoG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yXviTkZt2R3KTr8DdNP1NcAfU3XfQvoG > .row .container > .video-iframe-container { display: none; }#yXviTkZt2R3KTr8DdNP1NcAfU3XfQvoG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yXviTkZt2R3KTr8DdNP1NcAfU3XfQvoG > .row > .video-iframe-container { display: none; }#yXviTkZt2R3KTr8DdNP1NcAfU3XfQvoG > .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); }#yXviTkZt2R3KTr8DdNP1NcAfU3XfQvoG > .row .container { border-width: 0; border-radius: 0; }#yXviTkZt2R3KTr8DdNP1NcAfU3XfQvoG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yXviTkZt2R3KTr8DdNP1NcAfU3XfQvoG > .row .container { font-size:0.875rem;font-family:arial;height:47.6875rem;width:75rem;position:relative;display:block; }#nWDa7OfmnTXgF0gAD5MTNXIEt65esdbZ { position:absolute;display:block;z-index:15001;border-top:0.4375rem solid #ffffff;border-left:0.4375rem solid #ffffff;border-right:0.4375rem solid #ffffff;border-bottom:0.4375rem solid #ffffff;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: 0.0625rem 2.5rem 3.125rem rgba(113,113,113,0.5) ;height:18.4375rem;width:14.6875rem;top:7.3125rem;left:29.875rem;overflow:hidden;display:block; }
#OpPR3Q69gECoWB2x9U1NtiPonTdLS1x2 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:heebo;font-size:2.375rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:27.9375rem;left:11.625rem;height:2.599999875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#sDd5CVOGTPThCfHOT9MGV4RmLemQNFdD { color:#ffffff;display:block;width:3.75rem;position:absolute;font-family:heebo;font-size:3rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:27.6875rem;left:34.625rem;height:3.2999999375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#MU4tgcGPt6iTh1O5a6OTfFIzBDsZp0nI { position:absolute;display:block;z-index:15002;border-top:0.4375rem solid #ffffff;border-left:0.4375rem solid #ffffff;border-right:0.4375rem solid #ffffff;border-bottom:0.4375rem solid #ffffff;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: 0.0625rem 2.5rem 3.125rem rgba(113,113,113,0.5) ;height:18.3125rem;width:14.6875rem;top:7.3125rem;left:9.5rem;overflow:hidden;display:block; }
#gSTAmeTqk2cL9lpG5q306zuO4Wko7x0P { position:absolute;display:block;z-index:15002;border-top:0.4375rem solid #ffffff;border-left:0.4375rem solid #ffffff;border-right:0.4375rem solid #ffffff;border-bottom:0.4375rem solid #ffffff;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: 0.0625rem 2.5rem 3.125rem rgba(113,113,113,0.5) ;height:18.3125rem;width:14.6875rem;top:7.3125rem;left:49.875rem;overflow:hidden;display:block; }
#KZ1BIuePgTRdDFvT3gUDJyhCPl9Woiov { color:#ffffff;display:block;width:16.9375rem;position:absolute;font-family:heebo;font-size:1.5625rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:27.125rem;left:49.25rem;height:3.400000125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gRPlPeKT4sKZ06wA7NRTW2LkeTlvFvl8 { color:#ffffff;display:block;width:15.375rem;position:absolute;font-family:heebo;font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:30.8125rem;left:9.875rem;height:1.2000000625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#onUmITIa44Qfh81HyR6rCvz92gTT2dM4 { color:#ffffff;display:block;width:13.1875rem;position:absolute;font-family:heebo;font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:30.98698425293rem;left:31.0625rem;height:2.400000125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tnzfidZt3Rip0dR1B6WTwQJvV1x3ecRc { color:#ffffff;display:block;width:15.875rem;position:absolute;font-family:heebo;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:30.86198425293rem;left:50.010417938233rem;height:4.7999999375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lAuL6VS14EdSSG2iUOIUCc7N5GZKPPd2 { color:#ffffff;display:block;width:48.0625rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:2.5989608764649rem;left:13.46875rem;height:2.25rem;text-align:center;text-align-last:center;display:block; }
#eSE3TCyiXS288rtKp7MF0ADo8BuGHKRT { background-color:#e97645;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0.625rem 1.25rem rgba(106,84,109,0.4) ;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:ubuntu;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:3.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:41.625rem;left:9.5625rem;display:block; }
#TcoT0laizTL2famR7G52HbkkFD8yNf8r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qvDsTVCoWF53M61OTnTGGfcsGw5BcGcq { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0.625rem 1.25rem rgba(106,84,109,0.4) ;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:ubuntu;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:3.375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:37.6875rem;left:9.5625rem;display:block; }
#Au6XWdEmdCNmH4yTycnI2N4VFlXm1h1r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MI2cuTMiGTzTwNV989qNcEVLMbNJweaw { background-color:#e97645;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0.625rem 1.25rem rgba(106,84,109,0.4) ;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:ubuntu;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:3.375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:41.6875rem;left:29.6875rem;display:block; }
#cyusli2do4nLqPuQLtwTQHX58Uniuvp1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yNgniBihg7sTDPxCIDnMVBqgQSVukkhT { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0.625rem 1.25rem rgba(106,84,109,0.4) ;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:ubuntu;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:3.375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:37.75rem;left:29.6875rem;display:block; }
#FksPqvglC5rGpwoXS7mwOUxa3SKZ8C1K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PXzIpBFpiQUJNRZNu4ob0hGvZJwb4IrB { background-color:#e97645;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0.625rem 1.25rem rgba(106,84,109,0.4) ;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:ubuntu;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:3.375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:41.625rem;left:49.75rem;display:block; }
#hRwelX4tLr3P7nn4w5ilLrRHx2MmqZRH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aNgXsAt4afw9KhdlGxmAvTTIsm61pQZp { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0.625rem 1.25rem rgba(106,84,109,0.4) ;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:ubuntu;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:3.375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:37.6875rem;left:49.75rem;display:block; }
#DMpWE8ZyA8ZVTcWG1G2PwSzFbk9BzFLd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H4h28o6HLRlhiv3BIJo6VcxMh1t0QRf7 { color:#ffffff;display:block;width:18.6875rem;position:absolute;font-family:heebo;font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:30.86198425293rem;left:28.28125rem;height:1.23698125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ai1KyR0ZEI61GBEXrprTIw4aC7rMWlwZ { 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; }#ai1KyR0ZEI61GBEXrprTIw4aC7rMWlwZ > .row .container { background-color: transparent; background-image: none; }#ai1KyR0ZEI61GBEXrprTIw4aC7rMWlwZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ai1KyR0ZEI61GBEXrprTIw4aC7rMWlwZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ai1KyR0ZEI61GBEXrprTIw4aC7rMWlwZ > .row .container > .video-iframe-container { display: none; }#ai1KyR0ZEI61GBEXrprTIw4aC7rMWlwZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ai1KyR0ZEI61GBEXrprTIw4aC7rMWlwZ > .row > .video-iframe-container { display: none; }#ai1KyR0ZEI61GBEXrprTIw4aC7rMWlwZ > .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); }#ai1KyR0ZEI61GBEXrprTIw4aC7rMWlwZ > .row .container { border-width: 0; border-radius: 0; }#ai1KyR0ZEI61GBEXrprTIw4aC7rMWlwZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ai1KyR0ZEI61GBEXrprTIw4aC7rMWlwZ > .row .container { font-size:0.875rem;font-family:arial;height:23.5625rem;width:75rem;position:relative;display:block; }#skf4C07Tg21iD3roTg18sE6nTr4BXBn2 { color:#e97645;display:block;width:55.875rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:2.9375rem;left:9.5625rem;height:2.900000125rem;text-align:center;text-align-last:center;display:block; }
#PR7PxsSnsCykTzTbSk53LIr8kZPyrnrf { color:#e97645;display:block;width:48.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:6.1875rem;left:13.5rem;height:1.4500000625rem;text-align:center;text-align-last:center;display:block; }
#TzquNCvwxmvZmxhLbEa2cv8zvcpixaUK { color:#777777;display:block;width:43.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:11.1875rem;left:5.1875rem;height:4.3500001875rem;text-align:justify;text-align-last:initial;display:block; }
#v3KnXXwRllbokbP1zXUdetHzJAMPGSmh { position:absolute;display:block;z-index:15008;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 #777777;border-left:0.0625rem solid #777777;border-right:0.0625rem solid #777777;border-bottom:0.0625rem solid #777777;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:6.125rem;width:67.0625rem;top:10.375rem;left:4rem;display:block; }
#hxDh6AESvtGWRvxoC2hrZEvIL2wsvZNB { color:#777777;display:block;width:48.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:10.799489021301rem;left:4.59375rem;height:4.3867125rem;text-align:justify;text-align-last:initial;display:none; }
#NX5UGLFenHF6sTNNhlvthmIo6xelrDk6 { color:#777777;display:block;width:66.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:18.499349594116rem;left:4rem;height:2.900000125rem;text-align:justify;text-align-last:initial;display:block; }
#USQif3QgBIzkls7hTcyb71fdTKCLaEsw { color:#777777;display:block;width:48.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:10.799489021301rem;left:4.59375rem;height:4.3867125rem;text-align:justify;text-align-last:initial;display:none; }
#EXoBkFCN1UPHcTSEEVkffEGizhmvlNaQ { 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; }#EXoBkFCN1UPHcTSEEVkffEGizhmvlNaQ > .row .container { background-color: transparent; background-image: none; }#EXoBkFCN1UPHcTSEEVkffEGizhmvlNaQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EXoBkFCN1UPHcTSEEVkffEGizhmvlNaQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EXoBkFCN1UPHcTSEEVkffEGizhmvlNaQ > .row .container > .video-iframe-container { display: none; }#EXoBkFCN1UPHcTSEEVkffEGizhmvlNaQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EXoBkFCN1UPHcTSEEVkffEGizhmvlNaQ > .row > .video-iframe-container { display: none; }#EXoBkFCN1UPHcTSEEVkffEGizhmvlNaQ > .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); }#EXoBkFCN1UPHcTSEEVkffEGizhmvlNaQ > .row .container { border-width: 0; border-radius: 0; }#EXoBkFCN1UPHcTSEEVkffEGizhmvlNaQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EXoBkFCN1UPHcTSEEVkffEGizhmvlNaQ > .row .container { font-size:0.875rem;font-family:arial;height:34rem;width:75rem;position:relative;display:block; }#pbTldTeb9cfAD8NdrWvy4mqZkJ3Bbm36 { background-color:#ff0000;background-image:none;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: 0rem 0.625rem 1.25rem rgba(106,84,109,0.4) ;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:ubuntu;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5625rem;height:2.8125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:3.3333330154419rem;left:55.75rem;display:block; }
#gGKubIclvFVQzEBNLSBy65TOZqGXbKqS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eiF8BNs1u9QBIpxyxOSTtrTd4bbyVIGB { color:#e97645;display:block;width:18.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:3.9511728286743rem;left:5.2916669845581rem;height:1.5499999375rem;text-align:justify;text-align-last:initial;display:block; }
#KSbetngCWuoTuxgl1HMwrJGc7NkXHbbe { color:#e97645;display:block;width:14.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:0.625rem;left:30.375rem;height:1.5499999375rem;text-align:center;text-align-last:center;display:block; }
#hHUHzTOS9JNIt1SymPivdeTHgxdcaHRx { color:#e97645;display:block;width:20.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:3.9511723518372rem;left:28.59375rem;height:1.5499999375rem;text-align:left;text-align-last:left;display:block; }
#ZkfFg2m0yqtek8J2zBcLCkhICH4AeaoP { position:absolute;display:block;z-index:15019;background-color:#777777;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:67.8125rem;top:14.145833015442rem;left:3.625rem;display:block; }
#FvKEH40lq9JN0ugE6pgN8QVTlniT1cnC { position:absolute;display:block;z-index:15020;background-color:#777777;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:67.8125rem;top:10.333333015442rem;left:3.5625rem;display:block; }
#p01Qn4F6pF6gxk5v9cCraAHqzmqSPaz9 { position:absolute;display:block;z-index:15021;background-color:#777777;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:67.8125rem;top:2.8333330154419rem;left:3.625rem;display:block; }
#r9igBENiK6NKDkS1T5HyExETnLqZ0Odx { position:absolute;display:block;z-index:15022;background-color:#777777;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:67.8125rem;top:6.5833330154419rem;left:3.625rem;display:block; }
#uOyTUVXPbUfGiazV2P7W3esXUn4tqg21 { color:#777777;display:block;width:67.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:16.5625rem;left:3.75rem;height:2.900000125rem;text-align:left;text-align-last:left;display:block; }
#htJkhLFZ6vJBSV2mGL3kTENPzNKCT3eu { position:absolute;display:block;z-index:15007;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 #185683;border-left:0.0625rem solid #185683;border-right:0.0625rem solid #185683;border-bottom:0.0625rem solid #185683;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:5.3125rem;width:67.5rem;top:21.1875rem;left:3.75rem;display:block; }
#Gz4D1od3TcQwrQCgeXEFh3d7tSKn6lbL { color:#185683;display:block;width:63.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:22.375rem;left:6.0625rem;height:2.900000125rem;text-align:left;text-align-last:left;display:block; }
#Zd0lOIFF3GxtmOT1N3UnzdGP5PX5lBUU { color:#e97645;display:block;width:18.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15028;line-height:1.4;letter-spacing:0;top:34.8125rem;left:4.5rem;height:7.87434375rem;text-align:justify;text-align-last:initial;display:none; }
#D17oPoT4Qmd1m1yGOfyxx2yTZapdcvRE { color:#185683;display:block;width:65.1875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:47.037109375rem;left:5.09375rem;height:2.92448125rem;text-align:left;text-align-last:left;display:none; }
#qogFIGI5VGCUqv2rKQmcxE6OblGBaNMJ { position:absolute;display:block;z-index:15008;background-color:rgba(65,117,223,0.23);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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:14.1875rem;width:23.5rem;top:0rem;left:27.03125rem;display:block; }
#sShFznJqgIBcALPdDRq5nnlfQ1fPcGhM { color:#e97645;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.4;letter-spacing:0;top:7.7441411018369rem;left:28.65625rem;height:1.5499999375rem;text-align:left;text-align-last:left;display:block; }
#Acc6NqsyFDIeQNyzrf7KDVnD0eiVkqHC { color:#e97645;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:11.619141101837rem;left:28.65625rem;height:1.5499999375rem;text-align:left;text-align-last:left;display:block; }
#GONcC72eXpEcSQI7b6Eg4hbNAEtfevoW { color:#e97645;display:block;width:18.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:7.744140625rem;left:5.2916669845581rem;height:1.5499999375rem;text-align:justify;text-align-last:initial;display:block; }
#gUiR9708Nd39lHhXcwh0tk2E1GB7sdLh { color:#e97645;display:block;width:18.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.4;letter-spacing:0;top:11.681641578674rem;left:5.2916669845581rem;height:1.5499999375rem;text-align:justify;text-align-last:initial;display:block; }
#Ny8e7BaU9EysUn87E7ute6HZi4bDABCb { color:#e97645;display:block;width:14.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.4;letter-spacing:0;top:0.5625rem;left:5.2916669845581rem;height:1.5499999375rem;text-align:left;text-align-last:left;display:block; }
#hCVKUbI3fP4iKzdNTyASWLg7NPIsFzUT { position:absolute;display:block;z-index:15038;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.25rem;width:6.1875rem;top:28.4375rem;left:52.125rem;overflow:hidden;display:block; }
#nHvQUcTU82MRRyKvnowzaHrxxOhze6eZ { 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 #185683;border-left:0.0625rem solid #185683;border-right:0.0625rem solid #185683;border-bottom:0.0625rem solid #185683;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:5.3125rem;width:67.5rem;top:27.3125rem;left:3.75rem;display:block; }
#TXCC8PWrI1PrmadT2edaDSQ98ARxJcfp { color:#185683;display:block;width:63.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:28.5rem;left:6.0625rem;height:2.900000125rem;text-align:left;text-align-last:left;display:block; }
#Mik8ZFcehWFTe2e2Qv7LHSIQ3tBrPSqm { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0.625rem 1.25rem rgba(106,84,109,0.4) ;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:ubuntu;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:3.375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:35.5625rem;left:9.5625rem;display:none; }
#MwSW6vInP9GpoIo1BVF0ow6RGW8bbO0Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t9ytuay2DvbwiU60TI0UZaExT6mcQLU1 { color:#e97645;display:block;width:18.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:5.625rem;left:4.5rem;height:17.32355625rem;text-align:justify;text-align-last:initial;display:none; }
#W4FkRDpL4DoscRsITT8tluW0Ok6Cq7OT { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:5.6875rem;left:5.6875rem;display:none; }
#eGxiWSz2FIBPTP0o08N650z0AA6bgkdC { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0.625rem 1.25rem rgba(106,84,109,0.4) ;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:ubuntu;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:3.375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:35.5625rem;left:9.5625rem;display:none; }
#uThtEst4cvqxiFdxpuNpsuQ9bcdWZmii { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mKfKuWD4lgBgTnZ1lBIFvnZPrwP0OKxh { color:#000000;display:block;width:18.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.75rem;top:20.3125rem;left:0.75rem;display:none; }
#TwSq4i1PcfvNkC4TRNB0zZVaJFkWTe57 { color:#e97645;display:block;width:18.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:5.625rem;left:4.5rem;height:17.32355625rem;text-align:justify;text-align-last:initial;display:none; }
#yvvVvsAckNTtfcTLaNdl7SK6ae2nacki { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0.625rem 1.25rem rgba(106,84,109,0.4) ;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:ubuntu;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:3.375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:35.5625rem;left:9.5625rem;display:none; }
#I8Rlk08Xmr4omzip8JI0txLenfXElEnS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IFQq6NkzfyuZiAo1kTTudT0cHsTQI9ke { color:#000000;display:block;width:19.125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.375rem;top:34.6875rem;left:0.375rem;display:none; }
#ZoF32ZU3Hc6eH3bVkAG00tPNQ4E8Q4ad { color:#e97645;display:block;width:18.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:5.625rem;left:4.5rem;height:17.32355625rem;text-align:justify;text-align-last:initial;display:none; }
#N3mFyPqNSUxpTghzczdeH4fHQ2XsX2CG { position:absolute;display:block;z-index:15022;background-color:#777777;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:67.8125rem;top:6.5833330154419rem;left:3.625rem;display:none; }
#sN3T1FkmLpUuuka2nZy4H4qrKCcWIXFR { color:#185683;display:block;width:65.1875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:47.037109375rem;left:5.09375rem;height:2.92448125rem;text-align:left;text-align-last:left;display:none; }
#yacOkQwbtNBJBIioExJ3dcgFczQb84BL { background-color:#ff0000;background-image:none;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: 0rem 0.625rem 1.25rem rgba(106,84,109,0.4) ;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:ubuntu;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5625rem;height:2.8125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:7.0826826095581rem;left:55.75rem;display:block; }
#wRoPEXOgqM1L74hff4a7SJdwUiTsJCJr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nyqigwyVooTbXFtHXW9IISBDyObBJuZZ { background-color:#ff0000;background-image:none;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: 0rem 0.625rem 1.25rem rgba(106,84,109,0.4) ;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:ubuntu;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5625rem;height:2.8125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:10.832682609558rem;left:55.75rem;display:block; }
#ugs6qo8TPeK5PL3b3lPObA26XPk9rTgt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#APkpVaTR2w30R4shZSuTrhTia4DnzBaC { background-color:#ff0000;background-image:none;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: 0rem 0.625rem 1.25rem rgba(106,84,109,0.4) ;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:ubuntu;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5625rem;height:2.8125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:3.3333330154419rem;left:55.75rem;display:none; }
#V0CFJ2ZIEUcTyNsaTaeNINITgA1zbnc5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UE32WaxUhKv9zI2PdgxT7ZxfzhE1TRVF { background-color:#ff0000;background-image:none;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: 0rem 0.625rem 1.25rem rgba(106,84,109,0.4) ;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:ubuntu;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5625rem;height:2.8125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:3.3333330154419rem;left:55.75rem;display:none; }
#HqwMtfPpZ2fIltPpEMwmGUhiNPNTFxnG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aD8ah80pmTmibDxk2HKHkUOGJyBEmL5A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aD8ah80pmTmibDxk2HKHkUOGJyBEmL5A > .row .container { background-color: transparent; background-image: none; }#aD8ah80pmTmibDxk2HKHkUOGJyBEmL5A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aD8ah80pmTmibDxk2HKHkUOGJyBEmL5A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aD8ah80pmTmibDxk2HKHkUOGJyBEmL5A > .row .container > .video-iframe-container { display: none; }#aD8ah80pmTmibDxk2HKHkUOGJyBEmL5A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aD8ah80pmTmibDxk2HKHkUOGJyBEmL5A > .row > .video-iframe-container { display: none; }#aD8ah80pmTmibDxk2HKHkUOGJyBEmL5A > .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); }#aD8ah80pmTmibDxk2HKHkUOGJyBEmL5A > .row .container { border-width: 0; border-radius: 0; }#aD8ah80pmTmibDxk2HKHkUOGJyBEmL5A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aD8ah80pmTmibDxk2HKHkUOGJyBEmL5A > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;position:relative;display:block; }#LUNcI9uSJxGPgkS0rwELRsSVCCP26NmA { color:#e97645;display:block;width:48.0625rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:2.974609375rem;left:13.46875rem;height:2.900000125rem;text-align:center;text-align-last:center;display:block; }
#doKv9t5RE64MUiJk47MeIbh74BPBIbWL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#doKv9t5RE64MUiJk47MeIbh74BPBIbWL > .row .container { background-color: transparent; background-image: none; }#doKv9t5RE64MUiJk47MeIbh74BPBIbWL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#doKv9t5RE64MUiJk47MeIbh74BPBIbWL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#doKv9t5RE64MUiJk47MeIbh74BPBIbWL > .row .container > .video-iframe-container { display: none; }#doKv9t5RE64MUiJk47MeIbh74BPBIbWL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#doKv9t5RE64MUiJk47MeIbh74BPBIbWL > .row > .video-iframe-container { display: none; }#doKv9t5RE64MUiJk47MeIbh74BPBIbWL > .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); }#doKv9t5RE64MUiJk47MeIbh74BPBIbWL > .row .container { border-width: 0; border-radius: 0; }#doKv9t5RE64MUiJk47MeIbh74BPBIbWL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#doKv9t5RE64MUiJk47MeIbh74BPBIbWL > .row .container { font-size:0.875rem;font-family:arial;height:69.5rem;width:75rem;position:relative;display:block; }#lgCapdgvDm2e0cZw2sBGumdTW0TvxTkQ { color:#777777;display:block;width:67.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:47.3125rem;left:3.6875rem;height:20.14999925rem;text-align:justify;text-align-last:initial;display:block; }
#hvEhwqrkzEC9depklEKEJbyIk9BtlQJV { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ae440a01-a7ef-490e-b509-7748dc1914da/tmp3025_locationlalondelesmauresresidenceclubodalyslesoceanides6.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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: 0rem 2.5rem 3.125rem rgba(113,113,113,0.5) ;height:12.3125rem;width:22rem;top:18.875rem;left:49.25rem;display:block; }#hvEhwqrkzEC9depklEKEJbyIk9BtlQJV.adaptive-delivery-prevent-bg, #hvEhwqrkzEC9depklEKEJbyIk9BtlQJV.lazyload, #hvEhwqrkzEC9depklEKEJbyIk9BtlQJV.lazyloading { background-image: none; }
#vOgSHoUCH27VupmpkqmJD85GkUBb2tBS { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c33ec717-1e2f-491c-8b26-e02f73261348/tmp3107_locationlalondelesmauresresidenceclubodalyslesoceanides14.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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: 0rem 2.5rem 3.125rem rgba(113,113,113,0.5) ;height:12.3125rem;width:22rem;top:18.875rem;left:26.5rem;display:block; }#vOgSHoUCH27VupmpkqmJD85GkUBb2tBS.adaptive-delivery-prevent-bg, #vOgSHoUCH27VupmpkqmJD85GkUBb2tBS.lazyload, #vOgSHoUCH27VupmpkqmJD85GkUBb2tBS.lazyloading { background-image: none; }
#ud2Hr66lnviLwKGtEtyvNc2ZEWbmZC2K { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/855ca21f-4235-45cc-a9cd-d34ad9cfb47d/tmp3A88_locationlalondelesmauresresidenceclubodalyslesoceanides03.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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: 0rem 2.5rem 3.125rem rgba(113,113,113,0.5) ;height:12.3125rem;width:22rem;top:18.875rem;left:3.625rem;display:block; }#ud2Hr66lnviLwKGtEtyvNc2ZEWbmZC2K.adaptive-delivery-prevent-bg, #ud2Hr66lnviLwKGtEtyvNc2ZEWbmZC2K.lazyload, #ud2Hr66lnviLwKGtEtyvNc2ZEWbmZC2K.lazyloading { background-image: none; }
#i1Q6s5KiEfcmgKMukclDMmR64neX8MfP { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f9860ec3-4cc0-486c-ab12-ec2e0b3738c4/Capturedcran20231030203438.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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: 0rem 2.5rem 3.125rem rgba(113,113,113,0.5) ;height:12.3125rem;width:22rem;top:5.8125rem;left:26.5rem;display:block; }#i1Q6s5KiEfcmgKMukclDMmR64neX8MfP.adaptive-delivery-prevent-bg, #i1Q6s5KiEfcmgKMukclDMmR64neX8MfP.lazyload, #i1Q6s5KiEfcmgKMukclDMmR64neX8MfP.lazyloading { background-image: none; }
#Euxe5Jz2iV5QgbJNgzTblvoAzMqT2L1X { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6f5dc558-590f-4172-9617-f70c50c04675/randoon1110328a1c.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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: 0rem 2.5rem 3.125rem rgba(113,113,113,0.5) ;height:12.3125rem;width:22rem;top:5.8125rem;left:3.625rem;display:block; }#Euxe5Jz2iV5QgbJNgzTblvoAzMqT2L1X.adaptive-delivery-prevent-bg, #Euxe5Jz2iV5QgbJNgzTblvoAzMqT2L1X.lazyload, #Euxe5Jz2iV5QgbJNgzTblvoAzMqT2L1X.lazyloading { background-image: none; }
#TW6TeUgOX62T9bUedt7yu0xtpL2E1lk3 { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0d963e4b-e989-4ab1-8c0a-800b47bda543/tmp3A67_locationlalondelesmauresresidenceclubodalyslesoceanides8.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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: 0rem 2.5rem 3.125rem rgba(113,113,113,0.5) ;height:12.3125rem;width:22rem;top:5.8125rem;left:49.375rem;display:block; }#TW6TeUgOX62T9bUedt7yu0xtpL2E1lk3.adaptive-delivery-prevent-bg, #TW6TeUgOX62T9bUedt7yu0xtpL2E1lk3.lazyload, #TW6TeUgOX62T9bUedt7yu0xtpL2E1lk3.lazyloading { background-image: none; }
#aBuVlJ1f0b9nIgLFdxDz2zTm9QLnpvue { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4d1f6576-6ae8-4aa8-a845-12bfd11d00cc/tmp2FF5_locationlalondelesmauresresidenceclubodalyslesoceanides4.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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: 0rem 2.5rem 3.125rem rgba(113,113,113,0.5) ;height:12.3125rem;width:22rem;top:31.9375rem;left:3.625rem;display:block; }#aBuVlJ1f0b9nIgLFdxDz2zTm9QLnpvue.adaptive-delivery-prevent-bg, #aBuVlJ1f0b9nIgLFdxDz2zTm9QLnpvue.lazyload, #aBuVlJ1f0b9nIgLFdxDz2zTm9QLnpvue.lazyloading { background-image: none; }
#a9mL263TnJNOooxJ3y9fuggmN41W5swf { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f9860ec3-4cc0-486c-ab12-ec2e0b3738c4/Capturedcran20231030203438.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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: 0rem 2.5rem 3.125rem rgba(113,113,113,0.5) ;height:12.3125rem;width:22rem;top:31.9375rem;left:3.625rem;display:block; }#a9mL263TnJNOooxJ3y9fuggmN41W5swf.adaptive-delivery-prevent-bg, #a9mL263TnJNOooxJ3y9fuggmN41W5swf.lazyload, #a9mL263TnJNOooxJ3y9fuggmN41W5swf.lazyloading { background-image: none; }
#ygNDgdb4479zb69S1cgQyrdvdP6mo67F { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f9860ec3-4cc0-486c-ab12-ec2e0b3738c4/Capturedcran20231030203438.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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: 0rem 2.5rem 3.125rem rgba(113,113,113,0.5) ;height:12.3125rem;width:22rem;top:31.9375rem;left:3.625rem;display:block; }#ygNDgdb4479zb69S1cgQyrdvdP6mo67F.adaptive-delivery-prevent-bg, #ygNDgdb4479zb69S1cgQyrdvdP6mo67F.lazyload, #ygNDgdb4479zb69S1cgQyrdvdP6mo67F.lazyloading { background-image: none; }
#J9N7lOVhTOPV5MN1Gxnk1KBe0WgkqIT8 { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d07008e8-86d8-4461-a92c-2ae93bafff57/tmp3086_locationlalondelesmauresresidenceclubodalyslesoceanides10.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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: 0rem 2.5rem 3.125rem rgba(113,113,113,0.5) ;height:12.3125rem;width:22rem;top:31.9375rem;left:26.5rem;display:block; }#J9N7lOVhTOPV5MN1Gxnk1KBe0WgkqIT8.adaptive-delivery-prevent-bg, #J9N7lOVhTOPV5MN1Gxnk1KBe0WgkqIT8.lazyload, #J9N7lOVhTOPV5MN1Gxnk1KBe0WgkqIT8.lazyloading { background-image: none; }
#oLTS76cscJKOcfpIIhKTHe4U9NOHpCfJ { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1bb38021-a5d3-402c-8dfc-539120054465/tmp3118_locationlalondelesmauresresidenceclubodalyslesoceanides15.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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: 0rem 2.5rem 3.125rem rgba(113,113,113,0.5) ;height:12.3125rem;width:22rem;top:31.9375rem;left:49.25rem;display:block; }#oLTS76cscJKOcfpIIhKTHe4U9NOHpCfJ.adaptive-delivery-prevent-bg, #oLTS76cscJKOcfpIIhKTHe4U9NOHpCfJ.lazyload, #oLTS76cscJKOcfpIIhKTHe4U9NOHpCfJ.lazyloading { background-image: none; }
#hJrTqnwrQR65X6pgtiaCDUdtbMZuXOVN { color:#e97645;display:block;width:48.0625rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:1.0000019073486rem;left:13.46875rem;height:2.25rem;text-align:center;text-align-last:center;display:block; }
#PoMdwKBE8xbQxus7Aca8kVpxGuM7AcDX { 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; }#PoMdwKBE8xbQxus7Aca8kVpxGuM7AcDX > .row .container { background-color: transparent; background-image: none; }#PoMdwKBE8xbQxus7Aca8kVpxGuM7AcDX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PoMdwKBE8xbQxus7Aca8kVpxGuM7AcDX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PoMdwKBE8xbQxus7Aca8kVpxGuM7AcDX > .row .container > .video-iframe-container { display: none; }#PoMdwKBE8xbQxus7Aca8kVpxGuM7AcDX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PoMdwKBE8xbQxus7Aca8kVpxGuM7AcDX > .row > .video-iframe-container { display: none; }#PoMdwKBE8xbQxus7Aca8kVpxGuM7AcDX > .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); }#PoMdwKBE8xbQxus7Aca8kVpxGuM7AcDX > .row .container { border-width: 0; border-radius: 0; }#PoMdwKBE8xbQxus7Aca8kVpxGuM7AcDX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PoMdwKBE8xbQxus7Aca8kVpxGuM7AcDX > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:75rem;position:relative;display:block; }#qTpTE17yKbSPlSCveqDDpZ6LnTO5tgTu { color:#e97645;display:block;width:48.0625rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:2.6867370605469rem;left:13.46875rem;height:2.25rem;text-align:center;text-align-last:center;display:block; }
#VUwCdonzhn6fdHdyOZQWTG2teNSlavBH { position:relative;display:block; }#VUwCdonzhn6fdHdyOZQWTG2teNSlavBH { background-color: transparent; background-image: none; }#VUwCdonzhn6fdHdyOZQWTG2teNSlavBH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VUwCdonzhn6fdHdyOZQWTG2teNSlavBH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VUwCdonzhn6fdHdyOZQWTG2teNSlavBH > .row .container > .video-iframe-container { display: none; }#VUwCdonzhn6fdHdyOZQWTG2teNSlavBH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VUwCdonzhn6fdHdyOZQWTG2teNSlavBH > .row > .video-iframe-container { display: none; }#VUwCdonzhn6fdHdyOZQWTG2teNSlavBH > .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); }#VUwCdonzhn6fdHdyOZQWTG2teNSlavBH { border-width: 0; border-radius: 0; }#VUwCdonzhn6fdHdyOZQWTG2teNSlavBH > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#VUwCdonzhn6fdHdyOZQWTG2teNSlavBH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:49.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ETIyQEqP6BzZc1LXNtTEJkkIZUlZqSWK { color:#777777;display:block;width:34.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:26.625rem;left:39.6875rem;height:11.6000005rem;text-align:left;text-align-last:left;display:block; }
#n2whkLJVT3DrXrMgsC84iH7iupJCyJ0T { color:#777777;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:23.1875rem;left:39.6875rem;height:1.4500000625rem;text-align:left;text-align-last:left;display:block; }
#malIgsCnm5Av7omkBn0OO1VZFJucWAAU { color:#777777;display:block;width:30.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:9.6875rem;left:5.375rem;height:5.80000025rem;text-align:left;text-align-last:left;display:block; }
#mwuHvb6RgluBcnVGv5nN5GBCC7N3lOCx { color:#777777;display:block;width:13.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:6.25rem;left:5.375rem;height:1.4500000625rem;text-align:left;text-align-last:left;display:block; }
#TXX9U4CTD61PMi2q3tkSqbmEfVnWD1hq { position:absolute;display:block;z-index:15037;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.4375rem;width:4.4375rem;top:0.8125rem;left:5.375rem;overflow:hidden;display:block; }
#kkohGt38i5wtdEdrheqRw7kZinZ9TAlJ { color:#777777;display:block;width:13.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:23.1875rem;left:5.375rem;height:1.4500000625rem;text-align:left;text-align-last:left;display:block; }
#qrm5dZRTvgngWkULKrhK6BkW4v9RFGpg { color:#777777;display:block;width:28.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:26.625rem;left:5.375rem;height:20.3000008125rem;text-align:left;text-align-last:left;display:block; }
#gWG9Mr3mVuThbJrEhKW703tqTBFeQbSM { color:#777777;display:block;width:28.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:9.8125rem;left:39.6875rem;height:4.3500001875rem;text-align:left;text-align-last:left;display:block; }
#V3lZyzCnoN59Rlg1URppSNRpWsVRVBFo { color:#777777;display:block;width:13.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:6.2493476867676rem;left:39.6875rem;height:1.4500000625rem;text-align:left;text-align-last:left;display:block; }
#NG26qmmIqFHLUGSsepO57icz05TCuafI { position:absolute;display:block;z-index:15038;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.4375rem;width:4.4375rem;top:0.8125rem;left:39.6875rem;overflow:hidden;display:block; }
#VgfQEK3PqZ5VdvN7oZCM7Nin8ghetdxq { position:absolute;display:block;z-index:15039;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.4375rem;width:4.4375rem;top:17.5rem;left:5.375rem;overflow:hidden;display:block; }
#ho3ET1VCivcbGLBUIAURQyTQ9IPsTRyK { position:absolute;display:block;z-index:15040;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.4375rem;width:4.4375rem;top:17.5rem;left:39.6875rem;overflow:hidden;display:block; }
#wLWJ9agHD42slppAbPL1RG1EevNBpc45 { 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; }#wLWJ9agHD42slppAbPL1RG1EevNBpc45 > .row .container { background-color: transparent; background-image: none; }#wLWJ9agHD42slppAbPL1RG1EevNBpc45::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLWJ9agHD42slppAbPL1RG1EevNBpc45 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLWJ9agHD42slppAbPL1RG1EevNBpc45 > .row .container > .video-iframe-container { display: none; }#wLWJ9agHD42slppAbPL1RG1EevNBpc45 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLWJ9agHD42slppAbPL1RG1EevNBpc45 > .row > .video-iframe-container { display: none; }#wLWJ9agHD42slppAbPL1RG1EevNBpc45 > .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); }#wLWJ9agHD42slppAbPL1RG1EevNBpc45 > .row .container { border-width: 0; border-radius: 0; }#wLWJ9agHD42slppAbPL1RG1EevNBpc45 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wLWJ9agHD42slppAbPL1RG1EevNBpc45 > .row .container { font-size:0.875rem;font-family:arial;height:8.6458333125rem;width:75rem;position:relative;display:block; }#P4M0OoLg7rR6b7uzl3L8SDktU961FgeH { color:#777777;display:block;width:48.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:2.1875rem;left:4.3125rem;height:4.3500001875rem;text-align:justify;text-align-last:initial;display:block; }
#pEENIn7BxmyXluxplgTMNdgpuItv0Sqi { 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 #777777;border-left:0.0625rem solid #777777;border-right:0.0625rem solid #777777;border-bottom:0.0625rem solid #777777;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:6.125rem;width:67.9375rem;top:1.25rem;left:3.125rem;display:block; }
#mzRy9Q9mARxGTyAUKVkeK48oD15aB5bJ { color:#777777;display:block;width:48.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:10.799489021301rem;left:4.59375rem;height:4.3867125rem;text-align:justify;text-align-last:initial;display:none; }
#DIoHSTN5fa78HMVJPblpkIOvT8Fae1QP { 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; }#DIoHSTN5fa78HMVJPblpkIOvT8Fae1QP > .row .container { background-color: transparent; background-image: none; }#DIoHSTN5fa78HMVJPblpkIOvT8Fae1QP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DIoHSTN5fa78HMVJPblpkIOvT8Fae1QP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DIoHSTN5fa78HMVJPblpkIOvT8Fae1QP > .row .container > .video-iframe-container { display: none; }#DIoHSTN5fa78HMVJPblpkIOvT8Fae1QP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DIoHSTN5fa78HMVJPblpkIOvT8Fae1QP > .row > .video-iframe-container { display: none; }#DIoHSTN5fa78HMVJPblpkIOvT8Fae1QP > .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); }#DIoHSTN5fa78HMVJPblpkIOvT8Fae1QP > .row .container { border-width: 0; border-radius: 0; }#DIoHSTN5fa78HMVJPblpkIOvT8Fae1QP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DIoHSTN5fa78HMVJPblpkIOvT8Fae1QP > .row .container { font-size:0.875rem;font-family:arial;height:7.7708333125rem;width:75rem;position:relative;display:block; }#iTPwT9ByZcBk7irf0FZATe8kxmoHhBN0 { color:#898989;display:block;width:68.625rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:1.935546875rem;left:3.1875rem;height:3.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n7dfc0MhCcVLVtw3b1rg28z1pFXvZozv { 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; }#n7dfc0MhCcVLVtw3b1rg28z1pFXvZozv > .row .container { background-color: transparent; background-image: none; }#n7dfc0MhCcVLVtw3b1rg28z1pFXvZozv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n7dfc0MhCcVLVtw3b1rg28z1pFXvZozv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n7dfc0MhCcVLVtw3b1rg28z1pFXvZozv > .row .container > .video-iframe-container { display: none; }#n7dfc0MhCcVLVtw3b1rg28z1pFXvZozv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n7dfc0MhCcVLVtw3b1rg28z1pFXvZozv > .row > .video-iframe-container { display: none; }#n7dfc0MhCcVLVtw3b1rg28z1pFXvZozv > .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); }#n7dfc0MhCcVLVtw3b1rg28z1pFXvZozv > .row .container { border-width: 0; border-radius: 0; }#n7dfc0MhCcVLVtw3b1rg28z1pFXvZozv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n7dfc0MhCcVLVtw3b1rg28z1pFXvZozv > .row .container { font-size:0.875rem;font-family:arial;height:3.5833333125rem;width:75rem;position:relative;display:block; }#VydkAUTr5vG9sFrfJeVElbUSgOs1H7b5 { color:#898989;display:block;width:26.8125rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:1.34375rem;left:24.09375rem;height:0.95rem;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) { #L1N0tJKyK5xBshp01ezfEXpbFHRd8wpZ { display:block; }#L1N0tJKyK5xBshp01ezfEXpbFHRd8wpZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LLQ20LJxVpw0JVSACrI5JNgaeqEe4FvN { width:23.125rem;height:3.25rem;top:1.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAVGVer4nQ2LRvBOwQm5EAg6Jht3OOER .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XAVGVer4nQ2LRvBOwQm5EAg6Jht3OOER .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; }
#XAVGVer4nQ2LRvBOwQm5EAg6Jht3OOER .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; }
#XAVGVer4nQ2LRvBOwQm5EAg6Jht3OOER { width:18rem;height:5.0625rem;display:flex;top:1rem;left:32.625rem;z-index:15016; }
 }@media only screen and (max-width: 763px) { #XAVGVer4nQ2LRvBOwQm5EAg6Jht3OOER #EqF4aHM1Uaf2mRVmlKd7kGvmsm3qL0xC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XAVGVer4nQ2LRvBOwQm5EAg6Jht3OOER #VJkw2QNqBQ32rDmKr8Wctpmme1K1DAdP {  }
 }@media only screen and (max-width: 763px) { #XAVGVer4nQ2LRvBOwQm5EAg6Jht3OOER #RfDeVNEO8zvEr4JqF5TaKxEmdE3NJB4x {  }
 }@media only screen and (max-width: 763px) { #XAVGVer4nQ2LRvBOwQm5EAg6Jht3OOER #WBzZ8GzQOooTRF4dp6dyUh7bx5ift3KH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XAVGVer4nQ2LRvBOwQm5EAg6Jht3OOER #VK8EKvV3v9NbQsLQFWdRRlEMzrHZSK9p {  }
 }@media only screen and (max-width: 763px) { #XAVGVer4nQ2LRvBOwQm5EAg6Jht3OOER #L4o4dyRJ1u6gADcAz8q336f2taT8XSft {  }
 }@media only screen and (max-width: 763px) { #XAVGVer4nQ2LRvBOwQm5EAg6Jht3OOER #QWv8W883PzeXPI9AeRow7JTQ7kRHUIoA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XAVGVer4nQ2LRvBOwQm5EAg6Jht3OOER #xEpa6n93q5vR6rEnns2OPPxRdcU16FFl {  }
 }@media only screen and (max-width: 763px) { #XAVGVer4nQ2LRvBOwQm5EAg6Jht3OOER #iQNCxH18h6Z0yo7yyGHGvnyFnTEfMe37 {  }
 }@media only screen and (max-width: 763px) { #XAVGVer4nQ2LRvBOwQm5EAg6Jht3OOER #VTuLzXLv0zPIGTqQAkOG8pwRdrmRobOs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XAVGVer4nQ2LRvBOwQm5EAg6Jht3OOER #RIVtBtVasA6piPLAoWrHvv5Pnze7D6Ds {  }
 }@media only screen and (max-width: 763px) { #XAVGVer4nQ2LRvBOwQm5EAg6Jht3OOER #I5T2Q0qPyeWW2BHnrD4VUSbWlIBt4ATT {  }
 }@media only screen and (max-width: 763px) { #weOUFLoORDi8wigI7fEVyZdXNVBbZbpi { width:14.625rem;height:2.4375rem;top:1.5rem;left:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaWWKBirwaAAt7ksioF3duNF3T8tk84b { display:block; }
 }@media only screen and (max-width: 763px) { #vGS7vhSU182X45AvhMx4i4gJiZ9CFAu1 { width:2.5625rem;height:3.0625rem;top:1.25rem;left:43.895835876465rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODpzCRqIkeTvG5huHn6l1qJZe6Xt44gd { display:block; }
 }@media only screen and (max-width: 763px) { #Ou8aA9UZRRAGv7IfWK2qULQIQgGTPmwz { width:2.375rem;height:2.5625rem;top:1.5rem;left:39.674999237061rem;display:block; }
 }@media only screen and (max-width: 763px) { #oycTTymdaGc80Fmri76vKs6UDZg7bEpk { display:block; }
 }@media only screen and (max-width: 763px) { #TOe0DSa6W8QVXkQFrMcsoNCXPrlVO1MM { width:2.3125rem;height:2.4375rem;top:1.5rem;left:42.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGz09m08okZBh7KAOfklSMO0bCAhsJTU { display:block; }
 }@media only screen and (max-width: 763px) { #QSeZ6lqyXTBNCpGIaLfETPz92Z6WAeHR { display:block; }#QSeZ6lqyXTBNCpGIaLfETPz92Z6WAeHR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xwIDH3xIA9kZkkd0F0qgo9MXT1FLTL3O { width:7.4375rem;height:7.4375rem;top:5.375rem;left:40.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A { display:block; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EXDAXOB2MNtfUFnIetV0KB76o635MzW5 { width:11.625rem;height:3.4375rem;top:30.5625rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGKvNrqgDuZDI1OgFAgOVqpcwxwEn5gb { display:block; }
 }@media only screen and (max-width: 763px) { #s9ElwowdbgV4moaO8agpNeM3oOah8Gs6 { width:12.6875rem;height:2.75rem;top:10.9375rem;left:4.4375rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bz3RKmk8lZAXR4KVW3MR9xG3fXBa86Kp { width:0.125rem;height:0.125rem;top:27.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tySdAUmKb2v5eASFSv8kxOm1vH5KQ0bS { width:27.3125rem;height:7.5625rem;top:17.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ianlowFcv9TBnvXpwcXSuMVQzN3kPo12 { width:30rem;height:4.8125rem;top:24rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #n7PLqphsSKZRSgTRn22I0Wx260EU7Ux7 { top:2.8125rem;left:0rem;width:29.8125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oc79AeilCssUlLt9Bsek7i9vygLk3WkT { width:23.4375rem;height:6.375rem;top:30.625rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BS0xdJ7MIKdTdt1kpXxTV6SOWPW4HWNB { width:20.1875rem;height:1.6875rem;top:29rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4Fr3WGIVR6z9VFAnwJEzCpbIBITGaTc { width:25.3125rem;height:3.3125rem;top:37.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlSoI4V9Ts7Bfglx7CDWuiKx9kokLVXD { top:37.3125rem;left:0rem;width:0.8125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4fWywFlq7tvDM81PeXfNKaTRbBxvtsT { width:9.125rem;height:;top:12.5rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #UZcEiyUQdphMHduVNPRXsi2RCT2ZhHn1 { width:19.5rem;height:4.0625rem;top:40.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #obpxwvwBGTaFwgI5iBv91Vzgp3B10Xut { display:block; }
 }@media only screen and (max-width: 763px) { #aZDwJnWNZTsRi5LbE0gAn95T7GO8B4Fv { display:block; }#aZDwJnWNZTsRi5LbE0gAn95T7GO8B4Fv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tW0xuzRdPXoGNk3lKDcJJTcvvdTsRMD7 { top:3.5rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1hARVTBk1uyxnTddTrJv4gZWaEmr76Q { display:block; }#u1hARVTBk1uyxnTddTrJv4gZWaEmr76Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TewBvHSkQGuPJTfVSZW9d2iSGM5pKtwV { width:19.5rem;height:4.0625rem;top:30rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9tInEkJXTyyTOxqP0dCzGx3mcs8REwD { display:block; }
 }@media only screen and (max-width: 763px) { #dlbowNAuZRZIU6Mu1DIfLTvPZ2sgaEqQ { width:36.5625rem;height:11rem;top:9.125rem;left:11.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #At3F3XNpkxABZzrDpDspc0ucGWll5hOa { top:4.625rem;left:0rem;width:28.125rem;height:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0R10fVuFV1xV9g5ZBDRz2ACkJGyazDH { top:0rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnydzSJSVOvqF8vQIb00Gez5OfrRquz8 { top:29.9375rem;left:21.625rem;width:16.25rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvzrdL6NXhrolsstLeTKW9gxN1Ub9vSg { top:31.125rem;left:25.6875rem;width:8.1875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fqq9xedTWwaCqOENHvPBdEc3UGIvEhsc { width:34.25rem;height:4.4375rem;top:22.25rem;left:13.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QokQzolW63h6kAFDm2PpkLB0PHheTOsU { top:21.375rem;left:11.125rem;width:36.5rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G51mRkp6Vfaguu5g4LVOnlLxNBkHww9V { width:19.0625rem;height:9.625rem;top:52.1875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yXviTkZt2R3KTr8DdNP1NcAfU3XfQvoG { display:block; }#yXviTkZt2R3KTr8DdNP1NcAfU3XfQvoG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nWDa7OfmnTXgF0gAD5MTNXIEt65esdbZ { top:7.3125rem;left:16.25rem;width:14.6875rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpPR3Q69gECoWB2x9U1NtiPonTdLS1x2 { width:12.5rem;height:2.5625rem;top:27.9375rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDd5CVOGTPThCfHOT9MGV4RmLemQNFdD { width:3.75rem;height:3.25rem;top:27.6875rem;left:21rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #MU4tgcGPt6iTh1O5a6OTfFIzBDsZp0nI { top:7.3125rem;left:0rem;width:14.6875rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSTAmeTqk2cL9lpG5q306zuO4Wko7x0P { top:7.3125rem;left:32.1875rem;width:14.6875rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZ1BIuePgTRdDFvT3gUDJyhCPl9Woiov { width:16.9375rem;height:3.4375rem;top:27.125rem;left:30.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRPlPeKT4sKZ06wA7NRTW2LkeTlvFvl8 { width:15.375rem;height:1.1875rem;top:30.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #onUmITIa44Qfh81HyR6rCvz92gTT2dM4 { width:13.1875rem;height:2.5rem;top:30.9375rem;left:17.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnzfidZt3Rip0dR1B6WTwQJvV1x3ecRc { width:15.875rem;height:4.9375rem;top:30.8125rem;left:31.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAuL6VS14EdSSG2iUOIUCc7N5GZKPPd2 { top:2.5625rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSE3TCyiXS288rtKp7MF0ADo8BuGHKRT { width:15.75rem;height:3.375rem;top:41.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcoT0laizTL2famR7G52HbkkFD8yNf8r { display:block; }
 }@media only screen and (max-width: 763px) { #qvDsTVCoWF53M61OTnTGGfcsGw5BcGcq { width:15.625rem;height:3.25rem;top:37.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Au6XWdEmdCNmH4yTycnI2N4VFlXm1h1r { display:block; }
 }@media only screen and (max-width: 763px) { #MI2cuTMiGTzTwNV989qNcEVLMbNJweaw { width:15.75rem;height:3.375rem;top:41.6875rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyusli2do4nLqPuQLtwTQHX58Uniuvp1 { display:block; }
 }@media only screen and (max-width: 763px) { #yNgniBihg7sTDPxCIDnMVBqgQSVukkhT { width:15.625rem;height:3.25rem;top:37.75rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FksPqvglC5rGpwoXS7mwOUxa3SKZ8C1K { display:block; }
 }@media only screen and (max-width: 763px) { #PXzIpBFpiQUJNRZNu4ob0hGvZJwb4IrB { width:15.75rem;height:3.375rem;top:41.625rem;left:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRwelX4tLr3P7nn4w5ilLrRHx2MmqZRH { display:block; }
 }@media only screen and (max-width: 763px) { #aNgXsAt4afw9KhdlGxmAvTTIsm61pQZp { width:15.625rem;height:3.25rem;top:37.6875rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMpWE8ZyA8ZVTcWG1G2PwSzFbk9BzFLd { display:block; }
 }@media only screen and (max-width: 763px) { #H4h28o6HLRlhiv3BIJo6VcxMh1t0QRf7 { width:18.6875rem;height:1.1875rem;top:30.8125rem;left:14.65625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ai1KyR0ZEI61GBEXrprTIw4aC7rMWlwZ { display:block; }#ai1KyR0ZEI61GBEXrprTIw4aC7rMWlwZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #skf4C07Tg21iD3roTg18sE6nTr4BXBn2 { top:2.9375rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PR7PxsSnsCykTzTbSk53LIr8kZPyrnrf { top:6.1875rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzquNCvwxmvZmxhLbEa2cv8zvcpixaUK { top:11.1875rem;left:0rem;width:43.125rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3KnXXwRllbokbP1zXUdetHzJAMPGSmh { top:10.375rem;left:0rem;width:47.625rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxDh6AESvtGWRvxoC2hrZEvIL2wsvZNB { top:33.375rem;left:0rem;width:17.9375rem;height:11.6875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NX5UGLFenHF6sTNNhlvthmIo6xelrDk6 { top:18.4375rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #USQif3QgBIzkls7hTcyb71fdTKCLaEsw { top:19.8125rem;left:0rem;width:17.3125rem;height:11.6875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EXoBkFCN1UPHcTSEEVkffEGizhmvlNaQ { display:block; }#EXoBkFCN1UPHcTSEEVkffEGizhmvlNaQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pbTldTeb9cfAD8NdrWvy4mqZkJ3Bbm36 { width:14.5625rem;height:2.8125rem;top:3.3125rem;left:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGKubIclvFVQzEBNLSBy65TOZqGXbKqS { display:block; }
 }@media only screen and (max-width: 763px) { #eiF8BNs1u9QBIpxyxOSTtrTd4bbyVIGB { width:18.875rem;height:1.5625rem;top:3.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSbetngCWuoTuxgl1HMwrJGc7NkXHbbe { width:14.25rem;height:1.5625rem;top:0.625rem;left:16.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHUHzTOS9JNIt1SymPivdeTHgxdcaHRx { width:20.375rem;height:1.5625rem;top:3.9375rem;left:14.96875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkfFg2m0yqtek8J2zBcLCkhICH4AeaoP { top:14.125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvKEH40lq9JN0ugE6pgN8QVTlniT1cnC { top:10.3125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p01Qn4F6pF6gxk5v9cCraAHqzmqSPaz9 { top:2.8125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9igBENiK6NKDkS1T5HyExETnLqZ0Odx { top:6.5625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOyTUVXPbUfGiazV2P7W3esXUn4tqg21 { top:16.5625rem;left:0rem;width:47.75rem;height:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #htJkhLFZ6vJBSV2mGL3kTENPzNKCT3eu { top:21.1875rem;left:0rem;width:47.625rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gz4D1od3TcQwrQCgeXEFh3d7tSKn6lbL { top:22.375rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zd0lOIFF3GxtmOT1N3UnzdGP5PX5lBUU { width:18.875rem;height:7.8125rem;top:34.8125rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #D17oPoT4Qmd1m1yGOfyxx2yTZapdcvRE { top:124.125rem;left:0rem;width:18.1875rem;height:7.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qogFIGI5VGCUqv2rKQmcxE6OblGBaNMJ { top:0rem;left:13.40625rem;width:23.5rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sShFznJqgIBcALPdDRq5nnlfQ1fPcGhM { width:20rem;height:1.5625rem;top:7.6875rem;left:15.03125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Acc6NqsyFDIeQNyzrf7KDVnD0eiVkqHC { width:20rem;height:1.5625rem;top:11.5625rem;left:15.03125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GONcC72eXpEcSQI7b6Eg4hbNAEtfevoW { width:18.875rem;height:1.5625rem;top:7.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUiR9708Nd39lHhXcwh0tk2E1GB7sdLh { width:18.875rem;height:1.5625rem;top:11.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ny8e7BaU9EysUn87E7ute6HZi4bDABCb { width:14.25rem;height:1.5625rem;top:0.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCVKUbI3fP4iKzdNTyASWLg7NPIsFzUT { top:28.4375rem;left:38.5rem;width:6.1875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHvQUcTU82MRRyKvnowzaHrxxOhze6eZ { top:27.3125rem;left:0rem;width:47.625rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXCC8PWrI1PrmadT2edaDSQ98ARxJcfp { top:28.5rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mik8ZFcehWFTe2e2Qv7LHSIQ3tBrPSqm { width:15.75rem;height:3.375rem;top:35.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MwSW6vInP9GpoIo1BVF0ow6RGW8bbO0Q { display:block; }
 }@media only screen and (max-width: 763px) { #t9ytuay2DvbwiU60TI0UZaExT6mcQLU1 { width:18.875rem;height:2.875rem;top:36.4375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #W4FkRDpL4DoscRsITT8tluW0Ok6Cq7OT { top:5.6875rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eGxiWSz2FIBPTP0o08N650z0AA6bgkdC { width:15.75rem;height:3.375rem;top:35.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uThtEst4cvqxiFdxpuNpsuQ9bcdWZmii { display:block; }
 }@media only screen and (max-width: 763px) { #mKfKuWD4lgBgTnZ1lBIFvnZPrwP0OKxh { top:20.3125rem;left:0rem;width:18.5625rem;height:2.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TwSq4i1PcfvNkC4TRNB0zZVaJFkWTe57 { width:18.875rem;height:2.875rem;top:16.0625rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yvvVvsAckNTtfcTLaNdl7SK6ae2nacki { width:15.75rem;height:3.375rem;top:35.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #I8Rlk08Xmr4omzip8JI0txLenfXElEnS { display:block; }
 }@media only screen and (max-width: 763px) { #IFQq6NkzfyuZiAo1kTTudT0cHsTQI9ke { top:34.6875rem;left:0rem;width:19.125rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZoF32ZU3Hc6eH3bVkAG00tPNQ4E8Q4ad { width:18.875rem;height:2.875rem;top:30.4375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #N3mFyPqNSUxpTghzczdeH4fHQ2XsX2CG { top:6.5625rem;left:0rem;width:47.75rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sN3T1FkmLpUuuka2nZy4H4qrKCcWIXFR { top:75.0625rem;left:0rem;width:18.1875rem;height:7.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yacOkQwbtNBJBIioExJ3dcgFczQb84BL { width:14.5625rem;height:2.8125rem;top:7.0625rem;left:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRoPEXOgqM1L74hff4a7SJdwUiTsJCJr { display:block; }
 }@media only screen and (max-width: 763px) { #nyqigwyVooTbXFtHXW9IISBDyObBJuZZ { width:14.5625rem;height:2.8125rem;top:10.8125rem;left:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugs6qo8TPeK5PL3b3lPObA26XPk9rTgt { display:block; }
 }@media only screen and (max-width: 763px) { #APkpVaTR2w30R4shZSuTrhTia4DnzBaC { width:14.5625rem;height:2.8125rem;top:3.3125rem;left:33.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #V0CFJ2ZIEUcTyNsaTaeNINITgA1zbnc5 { display:block; }
 }@media only screen and (max-width: 763px) { #UE32WaxUhKv9zI2PdgxT7ZxfzhE1TRVF { width:14.5625rem;height:2.8125rem;top:3.3125rem;left:33.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HqwMtfPpZ2fIltPpEMwmGUhiNPNTFxnG { display:block; }
 }@media only screen and (max-width: 763px) { #aD8ah80pmTmibDxk2HKHkUOGJyBEmL5A { display:block; }#aD8ah80pmTmibDxk2HKHkUOGJyBEmL5A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LUNcI9uSJxGPgkS0rwELRsSVCCP26NmA { top:2.9375rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #doKv9t5RE64MUiJk47MeIbh74BPBIbWL { display:block; }#doKv9t5RE64MUiJk47MeIbh74BPBIbWL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lgCapdgvDm2e0cZw2sBGumdTW0TvxTkQ { width:47.75rem;height:20.4375rem;top:47.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvEhwqrkzEC9depklEKEJbyIk9BtlQJV { width:22rem;height:12.3125rem;top:18.875rem;left:25.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #vOgSHoUCH27VupmpkqmJD85GkUBb2tBS { width:22rem;height:12.3125rem;top:18.875rem;left:12.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ud2Hr66lnviLwKGtEtyvNc2ZEWbmZC2K { width:22rem;height:12.3125rem;top:18.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #i1Q6s5KiEfcmgKMukclDMmR64neX8MfP { width:22rem;height:12.3125rem;top:5.8125rem;left:12.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Euxe5Jz2iV5QgbJNgzTblvoAzMqT2L1X { width:22rem;height:12.3125rem;top:5.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TW6TeUgOX62T9bUedt7yu0xtpL2E1lk3 { width:22rem;height:12.3125rem;top:5.8125rem;left:25.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #aBuVlJ1f0b9nIgLFdxDz2zTm9QLnpvue { width:22rem;height:12.3125rem;top:31.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #a9mL263TnJNOooxJ3y9fuggmN41W5swf { width:22rem;height:12.3125rem;top:31.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ygNDgdb4479zb69S1cgQyrdvdP6mo67F { width:22rem;height:12.3125rem;top:31.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #J9N7lOVhTOPV5MN1Gxnk1KBe0WgkqIT8 { width:22rem;height:12.3125rem;top:31.9375rem;left:12.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oLTS76cscJKOcfpIIhKTHe4U9NOHpCfJ { width:22rem;height:12.3125rem;top:31.9375rem;left:25.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #hJrTqnwrQR65X6pgtiaCDUdtbMZuXOVN { top:1rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoMdwKBE8xbQxus7Aca8kVpxGuM7AcDX { display:block; }#PoMdwKBE8xbQxus7Aca8kVpxGuM7AcDX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qTpTE17yKbSPlSCveqDDpZ6LnTO5tgTu { top:2.625rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUwCdonzhn6fdHdyOZQWTG2teNSlavBH { display:block; }#VUwCdonzhn6fdHdyOZQWTG2teNSlavBH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ETIyQEqP6BzZc1LXNtTEJkkIZUlZqSWK { top:26.625rem;left:13.375rem;width:34.375rem;height:11.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2whkLJVT3DrXrMgsC84iH7iupJCyJ0T { top:23.1875rem;left:17.5625rem;width:30.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #malIgsCnm5Av7omkBn0OO1VZFJucWAAU { top:9.6875rem;left:0rem;width:30.5625rem;height:5.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwuHvb6RgluBcnVGv5nN5GBCC7N3lOCx { top:6.25rem;left:0rem;width:13.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXX9U4CTD61PMi2q3tkSqbmEfVnWD1hq { top:0.8125rem;left:0rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkohGt38i5wtdEdrheqRw7kZinZ9TAlJ { top:23.1875rem;left:0rem;width:13.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrm5dZRTvgngWkULKrhK6BkW4v9RFGpg { top:26.625rem;left:0rem;width:28.875rem;height:20.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWG9Mr3mVuThbJrEhKW703tqTBFeQbSM { top:9.8125rem;left:19.5rem;width:28.25rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3lZyzCnoN59Rlg1URppSNRpWsVRVBFo { top:6.1875rem;left:23.875rem;width:13.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NG26qmmIqFHLUGSsepO57icz05TCuafI { top:0.8125rem;left:23.875rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgfQEK3PqZ5VdvN7oZCM7Nin8ghetdxq { top:17.5rem;left:0rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ho3ET1VCivcbGLBUIAURQyTQ9IPsTRyK { top:17.5rem;left:23.875rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLWJ9agHD42slppAbPL1RG1EevNBpc45 { display:block; }#wLWJ9agHD42slppAbPL1RG1EevNBpc45 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P4M0OoLg7rR6b7uzl3L8SDktU961FgeH { top:2.1875rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEENIn7BxmyXluxplgTMNdgpuItv0Sqi { top:1.25rem;left:0rem;width:47.625rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzRy9Q9mARxGTyAUKVkeK48oD15aB5bJ { top:2.4375rem;left:0rem;width:17.3125rem;height:11.6875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DIoHSTN5fa78HMVJPblpkIOvT8Fae1QP { display:block; }#DIoHSTN5fa78HMVJPblpkIOvT8Fae1QP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iTPwT9ByZcBk7irf0FZATe8kxmoHhBN0 { width:47.75rem;height:3.875rem;top:1.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7dfc0MhCcVLVtw3b1rg28z1pFXvZozv { display:block; }#n7dfc0MhCcVLVtw3b1rg28z1pFXvZozv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VydkAUTr5vG9sFrfJeVElbUSgOs1H7b5 { width:26.8125rem;height:0.9375rem;top:1.3125rem;left:10.46875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;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); } }@media only screen and (max-width: 763px) { #L1N0tJKyK5xBshp01ezfEXpbFHRd8wpZ { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#L1N0tJKyK5xBshp01ezfEXpbFHRd8wpZ > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LLQ20LJxVpw0JVSACrI5JNgaeqEe4FvN { width:18.9375rem;height:5.15625rem;top:0rem;left:0.53125rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XAVGVer4nQ2LRvBOwQm5EAg6Jht3OOER .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; }
#XAVGVer4nQ2LRvBOwQm5EAg6Jht3OOER .widget-text.counter-number { padding-top:0.528125rem;padding-right:0.479375rem;padding-bottom:0.528125rem;padding-left:0.479375rem;width:2.875rem;min-width:2.875rem;height:2.835625rem;font-size:2.113125rem;line-height:45.37px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem; }
#XAVGVer4nQ2LRvBOwQm5EAg6Jht3OOER .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.33rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.834375rem;height:1.116875rem;font-size:0.819375rem;line-height:17.87px;top:5%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#XAVGVer4nQ2LRvBOwQm5EAg6Jht3OOER { width:19.3125rem;height:5.33875rem;display:flex;top:0rem;left:0.079290971470731rem;z-index:15016;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #XAVGVer4nQ2LRvBOwQm5EAg6Jht3OOER #EqF4aHM1Uaf2mRVmlKd7kGvmsm3qL0xC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XAVGVer4nQ2LRvBOwQm5EAg6Jht3OOER #VJkw2QNqBQ32rDmKr8Wctpmme1K1DAdP {  }
 }@media only screen and (max-width: 763px) { #XAVGVer4nQ2LRvBOwQm5EAg6Jht3OOER #RfDeVNEO8zvEr4JqF5TaKxEmdE3NJB4x {  }
 }@media only screen and (max-width: 763px) { #XAVGVer4nQ2LRvBOwQm5EAg6Jht3OOER #WBzZ8GzQOooTRF4dp6dyUh7bx5ift3KH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XAVGVer4nQ2LRvBOwQm5EAg6Jht3OOER #VK8EKvV3v9NbQsLQFWdRRlEMzrHZSK9p {  }
 }@media only screen and (max-width: 763px) { #XAVGVer4nQ2LRvBOwQm5EAg6Jht3OOER #L4o4dyRJ1u6gADcAz8q336f2taT8XSft {  }
 }@media only screen and (max-width: 763px) { #XAVGVer4nQ2LRvBOwQm5EAg6Jht3OOER #QWv8W883PzeXPI9AeRow7JTQ7kRHUIoA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XAVGVer4nQ2LRvBOwQm5EAg6Jht3OOER #xEpa6n93q5vR6rEnns2OPPxRdcU16FFl {  }
 }@media only screen and (max-width: 763px) { #XAVGVer4nQ2LRvBOwQm5EAg6Jht3OOER #iQNCxH18h6Z0yo7yyGHGvnyFnTEfMe37 {  }
 }@media only screen and (max-width: 763px) { #XAVGVer4nQ2LRvBOwQm5EAg6Jht3OOER #VTuLzXLv0zPIGTqQAkOG8pwRdrmRobOs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XAVGVer4nQ2LRvBOwQm5EAg6Jht3OOER #RIVtBtVasA6piPLAoWrHvv5Pnze7D6Ds {  }
 }@media only screen and (max-width: 763px) { #XAVGVer4nQ2LRvBOwQm5EAg6Jht3OOER #I5T2Q0qPyeWW2BHnrD4VUSbWlIBt4ATT {  }
 }@media only screen and (max-width: 763px) { #weOUFLoORDi8wigI7fEVyZdXNVBbZbpi { width:14.75rem;height:3.1875rem;top:6.6875rem;left:5.375rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;font-size:1.1875rem;background-color:transparent;background-image:none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #qaWWKBirwaAAt7ksioF3duNF3T8tk84b { display:block; }
 }@media only screen and (max-width: 763px) { #vGS7vhSU182X45AvhMx4i4gJiZ9CFAu1 { width:2.4375rem;height:3.1875rem;top:5.6875rem;left:5.15625rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;font-size:1.0625rem;background-color:transparent;background-image:none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #ODpzCRqIkeTvG5huHn6l1qJZe6Xt44gd { display:block; }
 }@media only screen and (max-width: 763px) { #Ou8aA9UZRRAGv7IfWK2qULQIQgGTPmwz { width:2.5rem;height:3.125rem;top:6.6875rem;left:0rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;font-size:1.0625rem;background-color:transparent;background-image:none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;color:#ffffff;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #oycTTymdaGc80Fmri76vKs6UDZg7bEpk { display:block; }
 }@media only screen and (max-width: 763px) { #TOe0DSa6W8QVXkQFrMcsoNCXPrlVO1MM { width:2.4375rem;height:3.1875rem;top:6.6875rem;left:2.625rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;font-size:1.0625rem;background-color:transparent;background-image:none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;color:#ffffff;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #wGz09m08okZBh7KAOfklSMO0bCAhsJTU { display:block; }
 }@media only screen and (max-width: 763px) { #QSeZ6lqyXTBNCpGIaLfETPz92Z6WAeHR { position:relative;z-index:auto;display:block; }#QSeZ6lqyXTBNCpGIaLfETPz92Z6WAeHR > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xwIDH3xIA9kZkkd0F0qgo9MXT1FLTL3O { width:7.56225rem;height:7.56225rem;top:1.3125rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fa753c21-0dce-40f1-b9b9-d2f48836496a/MobileGurudevenFrance.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A.adaptive-delivery-prevent-bg, #D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A.lazyload, #D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A.lazyloading { background-image: none; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row .container { background-color: transparent; background-image: none; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row .container > .video-iframe-container { display: none; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row > .video-iframe-container { display: none; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .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); }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row .container { width:20rem;height:42.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EXDAXOB2MNtfUFnIetV0KB76o635MzW5 { width:11.875rem;height:2.8125rem;top:34.3125rem;left:4.0625rem;font-size:0.875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WGKvNrqgDuZDI1OgFAgOVqpcwxwEn5gb { display:block; }
 }@media only screen and (max-width: 763px) { #s9ElwowdbgV4moaO8agpNeM3oOah8Gs6 { width:20rem;height:1.85608125rem;top:13.685913085938rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;color:#fd8b39;font-weight:300;font-style:italic;line-height:1.1;font-family:"fira sans";display:none; }
 }@media only screen and (max-width: 763px) { #Bz3RKmk8lZAXR4KVW3MR9xG3fXBa86Kp { width:0.125rem;height:0.125rem;top:42.046225547791rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tySdAUmKb2v5eASFSv8kxOm1vH5KQ0bS { width:12.125rem;height:6.599999875rem;top:18.375rem;left:0rem;font-size:2rem;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; }
 }@media only screen and (max-width: 763px) { #ianlowFcv9TBnvXpwcXSuMVQzN3kPo12 { width:20rem;height:0;top:19.125rem;left:3rem;font-size:1.6875rem;text-align:center;text-align-last:center;color:#fd8b39;font-weight:300;font-style:italic;line-height:1.1;font-family:"fira sans";z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #n7PLqphsSKZRSgTRn22I0Wx260EU7Ux7 { width:20rem;height:7.168625rem;top:8rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #Oc79AeilCssUlLt9Bsek7i9vygLk3WkT { width:12.8125rem;height:4.19999975rem;top:31.75rem;left:0rem;font-size:2.125rem;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; }
 }@media only screen and (max-width: 763px) { #BS0xdJ7MIKdTdt1kpXxTV6SOWPW4HWNB { width:13.9375rem;height:1.35rem;top:30.0625rem;left:0rem;font-size:1.25rem;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; }
 }@media only screen and (max-width: 763px) { #f4Fr3WGIVR6z9VFAnwJEzCpbIBITGaTc { width:14.3125rem;height:2.7rem;top:36rem;left:1.0625rem;font-size:1.25rem;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; }
 }@media only screen and (max-width: 763px) { #JlSoI4V9Ts7Bfglx7CDWuiKx9kokLVXD { width:0.8125rem;height:1.125rem;top:36.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4fWywFlq7tvDM81PeXfNKaTRbBxvtsT { width:9.125rem;height:1.65rem;top:13.6875rem;left:10.25rem;font-size:1.5rem;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;z-index:15010;font-family:"bodoni flf";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #UZcEiyUQdphMHduVNPRXsi2RCT2ZhHn1 { width:19.875rem;height:4.0625rem;top:37.375rem;left:0rem;font-size:1.375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 1.25rem 1.5625rem rgba(106,84,109,0.5) ;background-color:#e97645;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #obpxwvwBGTaFwgI5iBv91Vzgp3B10Xut { display:block; }
 }@media only screen and (max-width: 763px) { #aZDwJnWNZTsRi5LbE0gAn95T7GO8B4Fv { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aZDwJnWNZTsRi5LbE0gAn95T7GO8B4Fv > .row .container { background-color: transparent; background-image: none; }#aZDwJnWNZTsRi5LbE0gAn95T7GO8B4Fv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZDwJnWNZTsRi5LbE0gAn95T7GO8B4Fv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZDwJnWNZTsRi5LbE0gAn95T7GO8B4Fv > .row .container > .video-iframe-container { display: none; }#aZDwJnWNZTsRi5LbE0gAn95T7GO8B4Fv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZDwJnWNZTsRi5LbE0gAn95T7GO8B4Fv > .row > .video-iframe-container { display: none; }#aZDwJnWNZTsRi5LbE0gAn95T7GO8B4Fv > .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); }#aZDwJnWNZTsRi5LbE0gAn95T7GO8B4Fv > .row .container { border-width: 0; border-radius: 0; }#aZDwJnWNZTsRi5LbE0gAn95T7GO8B4Fv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aZDwJnWNZTsRi5LbE0gAn95T7GO8B4Fv > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tW0xuzRdPXoGNk3lKDcJJTcvvdTsRMD7 { width:20rem;height:4.8000001875rem;top:3.0625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1hARVTBk1uyxnTddTrJv4gZWaEmr76Q { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#u1hARVTBk1uyxnTddTrJv4gZWaEmr76Q > .row .container { background-color: transparent; background-image: none; }#u1hARVTBk1uyxnTddTrJv4gZWaEmr76Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u1hARVTBk1uyxnTddTrJv4gZWaEmr76Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u1hARVTBk1uyxnTddTrJv4gZWaEmr76Q > .row .container > .video-iframe-container { display: none; }#u1hARVTBk1uyxnTddTrJv4gZWaEmr76Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u1hARVTBk1uyxnTddTrJv4gZWaEmr76Q > .row > .video-iframe-container { display: none; }#u1hARVTBk1uyxnTddTrJv4gZWaEmr76Q > .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); }#u1hARVTBk1uyxnTddTrJv4gZWaEmr76Q > .row .container { border-width: 0; border-radius: 0; }#u1hARVTBk1uyxnTddTrJv4gZWaEmr76Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u1hARVTBk1uyxnTddTrJv4gZWaEmr76Q > .row .container { width:20rem;height:77.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TewBvHSkQGuPJTfVSZW9d2iSGM5pKtwV { width:20rem;height:4.0625rem;top:70rem;left:0.0625rem;font-size:1.375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 1.25rem 1.5625rem rgba(106,84,109,0.5) ;background-color:#e97645;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #X9tInEkJXTyyTOxqP0dCzGx3mcs8REwD { display:block; }
 }@media only screen and (max-width: 763px) { #dlbowNAuZRZIU6Mu1DIfLTvPZ2sgaEqQ { width:20rem;height:17.4000003125rem;top:31.8125rem;left:0rem;font-size:1.125rem;z-index:15001;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #At3F3XNpkxABZzrDpDspc0ucGWll5hOa { width:20rem;height:24.9771875rem;top:5.486328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0R10fVuFV1xV9g5ZBDRz2ACkJGyazDH { width:15.9375rem;height:3.900000125rem;top:1rem;left:2.03125rem;font-size:1.5rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #lnydzSJSVOvqF8vQIb00Gez5OfrRquz8 { width:19.9375rem;height:3.6875rem;top:65.5625rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvzrdL6NXhrolsstLeTKW9gxN1Ub9vSg { width:8.1875rem;height:1.75rem;top:66.5625rem;left:6.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fqq9xedTWwaCqOENHvPBdEc3UGIvEhsc { width:19.0625rem;height:9.6660125rem;top:61.248698234558rem;left:0.8125rem;font-size:1.0625rem;z-index:15001;line-height:1.3;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #QokQzolW63h6kAFDm2PpkLB0PHheTOsU { width:19.875rem;height:12.25rem;top:50.9375rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #G51mRkp6Vfaguu5g4LVOnlLxNBkHww9V { width:19.0625rem;height:9.45000025rem;top:52.1875rem;left:0.9375rem;font-size:1.0625rem;z-index:15002;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yXviTkZt2R3KTr8DdNP1NcAfU3XfQvoG { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/eacb406d-f58a-488b-aa61-981e4ee0bfc3/MobileGurudevenFrance2.png");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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yXviTkZt2R3KTr8DdNP1NcAfU3XfQvoG.adaptive-delivery-prevent-bg, #yXviTkZt2R3KTr8DdNP1NcAfU3XfQvoG.lazyload, #yXviTkZt2R3KTr8DdNP1NcAfU3XfQvoG.lazyloading { background-image: none; }#yXviTkZt2R3KTr8DdNP1NcAfU3XfQvoG > .row .container { background-color: transparent; background-image: none; }#yXviTkZt2R3KTr8DdNP1NcAfU3XfQvoG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yXviTkZt2R3KTr8DdNP1NcAfU3XfQvoG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yXviTkZt2R3KTr8DdNP1NcAfU3XfQvoG > .row .container > .video-iframe-container { display: none; }#yXviTkZt2R3KTr8DdNP1NcAfU3XfQvoG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yXviTkZt2R3KTr8DdNP1NcAfU3XfQvoG > .row > .video-iframe-container { display: none; }#yXviTkZt2R3KTr8DdNP1NcAfU3XfQvoG > .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); }#yXviTkZt2R3KTr8DdNP1NcAfU3XfQvoG > .row .container { border-width: 0; border-radius: 0; }#yXviTkZt2R3KTr8DdNP1NcAfU3XfQvoG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yXviTkZt2R3KTr8DdNP1NcAfU3XfQvoG > .row .container { width:20rem;height:117.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nWDa7OfmnTXgF0gAD5MTNXIEt65esdbZ { width:14.6875rem;height:18.4375rem;top:42.632160186767rem;left:2.23828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpPR3Q69gECoWB2x9U1NtiPonTdLS1x2 { width:12.5rem;height:2.2000000625rem;top:29.299480438233rem;left:3.75rem;font-size:2rem;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; }
 }@media only screen and (max-width: 763px) { #sDd5CVOGTPThCfHOT9MGV4RmLemQNFdD { width:3.75rem;height:2.2000000625rem;top:62.686199188231rem;left:8.125rem;font-size:2rem;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; }
 }@media only screen and (max-width: 763px) { #MU4tgcGPt6iTh1O5a6OTfFIzBDsZp0nI { width:14.6875rem;height:18.3125rem;top:9.3404960632325rem;left:2.23828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSTAmeTqk2cL9lpG5q306zuO4Wko7x0P { width:14.6875rem;height:18.3125rem;top:77.583332061769rem;left:2.23828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZ1BIuePgTRdDFvT3gUDJyhCPl9Woiov { width:16.9375rem;height:3.400000125rem;top:97.8125038147rem;left:1.53125rem;font-size:1.5625rem;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; }
 }@media only screen and (max-width: 763px) { #gRPlPeKT4sKZ06wA7NRTW2LkeTlvFvl8 { width:15.375rem;height:1.2000000625rem;top:31.498050689698rem;left:2.3125rem;font-size:1.125rem;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; }
 }@media only screen and (max-width: 763px) { #onUmITIa44Qfh81HyR6rCvz92gTT2dM4 { width:18.6875rem;height:1.23698125rem;top:64.010417938231rem;left:0.65625rem;font-size:1.125rem;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:none; }
 }@media only screen and (max-width: 763px) { #tnzfidZt3Rip0dR1B6WTwQJvV1x3ecRc { width:14.625rem;height:4.7999999375rem;top:101.375rem;left:2.65625rem;font-size:1.125rem;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; }
 }@media only screen and (max-width: 763px) { #lAuL6VS14EdSSG2iUOIUCc7N5GZKPPd2 { width:20rem;height:4.5rem;top:2.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSE3TCyiXS288rtKp7MF0ADo8BuGHKRT { width:15.75rem;height:3.375rem;top:37.257816314698rem;left:2.125rem;font-size:1.125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 1.25rem 1.5625rem rgba(106,84,109,0.5) ;background-color:#e97645;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TcoT0laizTL2famR7G52HbkkFD8yNf8r { display:block; }
 }@media only screen and (max-width: 763px) { #qvDsTVCoWF53M61OTnTGGfcsGw5BcGcq { width:15.666666625rem;height:3.291666625rem;top:33.546878814698rem;left:2.166015625rem;font-size:1.125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 1.25rem 1.5625rem rgba(106,84,109,0.5) ;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Au6XWdEmdCNmH4yTycnI2N4VFlXm1h1r { display:block; }
 }@media only screen and (max-width: 763px) { #MI2cuTMiGTzTwNV989qNcEVLMbNJweaw { width:15.75rem;height:3.375rem;top:71.7578163147rem;left:2.125rem;font-size:1.125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 1.25rem 1.5625rem rgba(106,84,109,0.5) ;background-color:#e97645;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #cyusli2do4nLqPuQLtwTQHX58Uniuvp1 { display:block; }
 }@media only screen and (max-width: 763px) { #yNgniBihg7sTDPxCIDnMVBqgQSVukkhT { width:15.625rem;height:3.25rem;top:68.0703163147rem;left:2.1875rem;font-size:1.125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 1.25rem 1.5625rem rgba(106,84,109,0.5) ;background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FksPqvglC5rGpwoXS7mwOUxa3SKZ8C1K { display:block; }
 }@media only screen and (max-width: 763px) { #PXzIpBFpiQUJNRZNu4ob0hGvZJwb4IrB { width:15.75rem;height:3.375rem;top:111.125rem;left:2.125rem;font-size:1.125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 1.25rem 1.5625rem rgba(106,84,109,0.5) ;background-color:#e97645;background-image:none;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #hRwelX4tLr3P7nn4w5ilLrRHx2MmqZRH { display:block; }
 }@media only screen and (max-width: 763px) { #aNgXsAt4afw9KhdlGxmAvTTIsm61pQZp { width:15.625rem;height:3.25rem;top:107.4375rem;left:2.1875rem;font-size:1.125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 1.25rem 1.5625rem rgba(106,84,109,0.5) ;background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DMpWE8ZyA8ZVTcWG1G2PwSzFbk9BzFLd { display:block; }
 }@media only screen and (max-width: 763px) { #H4h28o6HLRlhiv3BIJo6VcxMh1t0QRf7 { width:14.375rem;height:2.400000125rem;top:64.885417938231rem;left:2.8125rem;font-size:1.125rem;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;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #ai1KyR0ZEI61GBEXrprTIw4aC7rMWlwZ { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ai1KyR0ZEI61GBEXrprTIw4aC7rMWlwZ > .row .container { background-color: transparent; background-image: none; }#ai1KyR0ZEI61GBEXrprTIw4aC7rMWlwZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ai1KyR0ZEI61GBEXrprTIw4aC7rMWlwZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ai1KyR0ZEI61GBEXrprTIw4aC7rMWlwZ > .row .container > .video-iframe-container { display: none; }#ai1KyR0ZEI61GBEXrprTIw4aC7rMWlwZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ai1KyR0ZEI61GBEXrprTIw4aC7rMWlwZ > .row > .video-iframe-container { display: none; }#ai1KyR0ZEI61GBEXrprTIw4aC7rMWlwZ > .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); }#ai1KyR0ZEI61GBEXrprTIw4aC7rMWlwZ > .row .container { border-width: 0; border-radius: 0; }#ai1KyR0ZEI61GBEXrprTIw4aC7rMWlwZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ai1KyR0ZEI61GBEXrprTIw4aC7rMWlwZ > .row .container { width:20rem;height:45.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #skf4C07Tg21iD3roTg18sE6nTr4BXBn2 { width:20rem;height:7.1999998125rem;top:4.08984375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PR7PxsSnsCykTzTbSk53LIr8kZPyrnrf { width:20rem;height:4.349999875rem;top:11.92317199707rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TzquNCvwxmvZmxhLbEa2cv8zvcpixaUK { width:20rem;height:10.235675rem;top:18.377611160278rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #v3KnXXwRllbokbP1zXUdetHzJAMPGSmh { width:19.875rem;height:14.0625rem;top:18.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxDh6AESvtGWRvxoC2hrZEvIL2wsvZNB { width:20rem;height:10.149999625rem;top:34.0625rem;left:0.09375rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #NX5UGLFenHF6sTNNhlvthmIo6xelrDk6 { width:20rem;height:auto;top:18.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #USQif3QgBIzkls7hTcyb71fdTKCLaEsw { width:17.3125rem;height:11.599999875rem;top:19.785807609558rem;left:1.34375rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #EXoBkFCN1UPHcTSEEVkffEGizhmvlNaQ { background-color:#ffffff;background-image:none;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;display:block; }#EXoBkFCN1UPHcTSEEVkffEGizhmvlNaQ > .row .container { background-color: transparent; background-image: none; }#EXoBkFCN1UPHcTSEEVkffEGizhmvlNaQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EXoBkFCN1UPHcTSEEVkffEGizhmvlNaQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EXoBkFCN1UPHcTSEEVkffEGizhmvlNaQ > .row .container > .video-iframe-container { display: none; }#EXoBkFCN1UPHcTSEEVkffEGizhmvlNaQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EXoBkFCN1UPHcTSEEVkffEGizhmvlNaQ > .row > .video-iframe-container { display: none; }#EXoBkFCN1UPHcTSEEVkffEGizhmvlNaQ > .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); }#EXoBkFCN1UPHcTSEEVkffEGizhmvlNaQ > .row .container { border-width: 0; border-radius: 0; }#EXoBkFCN1UPHcTSEEVkffEGizhmvlNaQ > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#EXoBkFCN1UPHcTSEEVkffEGizhmvlNaQ > .row .container { width:20rem;height:75.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pbTldTeb9cfAD8NdrWvy4mqZkJ3Bbm36 { width:20rem;height:3.375rem;top:9.1022148132325rem;left:0rem;font-size:1.125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 1.25rem 1.5625rem rgba(106,84,109,0.5) ;background-color:#ff0000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #gGKubIclvFVQzEBNLSBy65TOZqGXbKqS { display:block; }
 }@media only screen and (max-width: 763px) { #eiF8BNs1u9QBIpxyxOSTtrTd4bbyVIGB { width:18.875rem;height:16.0846125rem;top:66.164714813231rem;left:1.125rem;font-size:1.125rem;z-index:15001;line-height:1.3;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #KSbetngCWuoTuxgl1HMwrJGc7NkXHbbe { width:13.625rem;height:2.924475rem;top:62.838541984556rem;left:6.375rem;font-size:1.125rem;z-index:15001;line-height:1.3;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #hHUHzTOS9JNIt1SymPivdeTHgxdcaHRx { width:14rem;height:14.622375rem;top:66.164714336394rem;left:6rem;font-size:1.125rem;z-index:15001;line-height:1.3;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ZkfFg2m0yqtek8J2zBcLCkhICH4AeaoP { width:20rem;height:0.0625rem;top:113.10285rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FvKEH40lq9JN0ugE6pgN8QVTlniT1cnC { width:20rem;height:0.0625rem;top:107.72785rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #p01Qn4F6pF6gxk5v9cCraAHqzmqSPaz9 { width:20rem;height:0.0625rem;top:42.921878814698rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9igBENiK6NKDkS1T5HyExETnLqZ0Odx { width:20rem;height:0.0625rem;top:14.352214813233rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOyTUVXPbUfGiazV2P7W3esXUn4tqg21 { width:20rem;height:7.25rem;top:45.0390625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #htJkhLFZ6vJBSV2mGL3kTENPzNKCT3eu { width:19.875rem;height:9.8125rem;top:63.8125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gz4D1od3TcQwrQCgeXEFh3d7tSKn6lbL { width:18.1875rem;height:7.3111875rem;top:133.7884125rem;left:1.8125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zd0lOIFF3GxtmOT1N3UnzdGP5PX5lBUU { width:18.875rem;height:7.3111875rem;top:153.56249237061rem;left:1.125rem;font-size:1.125rem;z-index:15002;line-height:1.3;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #D17oPoT4Qmd1m1yGOfyxx2yTZapdcvRE { width:18.1875rem;height:7.25rem;top:65.0625rem;left:0.9375rem;font-size:1.125rem;z-index:15029;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qogFIGI5VGCUqv2rKQmcxE6OblGBaNMJ { width:16rem;height:23.5625rem;top:30.809896469116rem;left:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #sShFznJqgIBcALPdDRq5nnlfQ1fPcGhM { width:20rem;height:0;top:105.13865808639rem;left:0rem;font-size:1.125rem;z-index:15001;line-height:1.3;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Acc6NqsyFDIeQNyzrf7KDVnD0eiVkqHC { width:20rem;height:0;top:110.57615808639rem;left:0rem;font-size:1.125rem;z-index:15001;line-height:1.3;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #GONcC72eXpEcSQI7b6Eg4hbNAEtfevoW { width:18.875rem;height:0;top:105.13865760956rem;left:1.125rem;font-size:1.125rem;z-index:15001;line-height:1.3;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #gUiR9708Nd39lHhXcwh0tk2E1GB7sdLh { width:18.875rem;height:0;top:110.63865856323rem;left:1.125rem;font-size:1.125rem;z-index:15001;line-height:1.3;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Ny8e7BaU9EysUn87E7ute6HZi4bDABCb { width:14.25rem;height:0;top:62.776041984556rem;left:1.6666669845581rem;font-size:1.125rem;z-index:15001;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #hCVKUbI3fP4iKzdNTyASWLg7NPIsFzUT { width:5.875rem;height:1.125rem;top:68rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHvQUcTU82MRRyKvnowzaHrxxOhze6eZ { width:19.875rem;height:9.5rem;top:53.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXCC8PWrI1PrmadT2edaDSQ98ARxJcfp { width:20rem;height:0;top:144.934245875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Mik8ZFcehWFTe2e2Qv7LHSIQ3tBrPSqm { width:19.916666625rem;height:3.354166625rem;top:5.3125rem;left:0rem;font-size:1.125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;background-color:#ffffff;background-image:none;z-index:15015;color:#185683;border-top:0.0625rem solid #185683;border-left:0.0625rem solid #185683;border-right:0.0625rem solid #185683;border-bottom:0.0625rem solid #185683;display:block; }
 }@media only screen and (max-width: 763px) { #MwSW6vInP9GpoIo1BVF0ow6RGW8bbO0Q { display:block; }
 }@media only screen and (max-width: 763px) { #t9ytuay2DvbwiU60TI0UZaExT6mcQLU1 { width:18.875rem;height:2.900000125rem;top:2.0625rem;left:0rem;font-size:1.125rem;z-index:15010;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #W4FkRDpL4DoscRsITT8tluW0Ok6Cq7OT { top:6.298828125rem;left:0.71875rem;width:18.5625rem;height:1.35rem;z-index:15042;color:#185683;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eGxiWSz2FIBPTP0o08N650z0AA6bgkdC { width:19.916666625rem;height:3.354166625rem;top:19.3125rem;left:0rem;font-size:1.125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;background-color:#ffffff;background-image:none;z-index:15019;color:#185683;border-top:0.0625rem solid #185683;border-left:0.0625rem solid #185683;border-right:0.0625rem solid #185683;border-bottom:0.0625rem solid #185683;display:block; }
 }@media only screen and (max-width: 763px) { #uThtEst4cvqxiFdxpuNpsuQ9bcdWZmii { display:block; }
 }@media only screen and (max-width: 763px) { #mKfKuWD4lgBgTnZ1lBIFvnZPrwP0OKxh { top:20.3125rem;left:0.375rem;width:19.125rem;height:1.35rem;z-index:15046;color:#185683;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TwSq4i1PcfvNkC4TRNB0zZVaJFkWTe57 { width:18.875rem;height:2.900000125rem;top:16.0625rem;left:0rem;font-size:1.125rem;z-index:15014;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yvvVvsAckNTtfcTLaNdl7SK6ae2nacki { width:19.916666625rem;height:3.354166625rem;top:33.1875rem;left:0rem;font-size:1.125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;background-color:#ffffff;background-image:none;z-index:15024;color:#185683;border-top:0.0625rem solid #185683;border-left:0.0625rem solid #185683;border-right:0.0625rem solid #185683;border-bottom:0.0625rem solid #185683;display:block; }
 }@media only screen and (max-width: 763px) { #I8Rlk08Xmr4omzip8JI0txLenfXElEnS { display:block; }
 }@media only screen and (max-width: 763px) { #IFQq6NkzfyuZiAo1kTTudT0cHsTQI9ke { top:34.1875rem;left:0.375rem;width:19.125rem;height:1.35rem;z-index:15051;color:#185683;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZoF32ZU3Hc6eH3bVkAG00tPNQ4E8Q4ad { width:18.875rem;height:2.900000125rem;top:29.9375rem;left:0rem;font-size:1.125rem;z-index:15019;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #N3mFyPqNSUxpTghzczdeH4fHQ2XsX2CG { width:20rem;height:0.0625rem;top:28.25rem;left:0rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #sN3T1FkmLpUuuka2nZy4H4qrKCcWIXFR { width:18.1875rem;height:7.25rem;top:54.3125rem;left:0.875rem;font-size:1.125rem;z-index:15030;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yacOkQwbtNBJBIioExJ3dcgFczQb84BL { width:14.5625rem;height:2.8125rem;top:23.958333969116rem;left:2.71875rem;font-size:1.125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 1.25rem 1.5625rem rgba(106,84,109,0.5) ;background-color:#e97645;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #wRoPEXOgqM1L74hff4a7SJdwUiTsJCJr { display:block; }
 }@media only screen and (max-width: 763px) { #nyqigwyVooTbXFtHXW9IISBDyObBJuZZ { width:14.5625rem;height:2.8125rem;top:79.020833375rem;left:2.6875rem;font-size:1.125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 1.25rem 1.5625rem rgba(106,84,109,0.5) ;background-color:#e97645;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #ugs6qo8TPeK5PL3b3lPObA26XPk9rTgt { display:block; }
 }@media only screen and (max-width: 763px) { #APkpVaTR2w30R4shZSuTrhTia4DnzBaC { width:20rem;height:3.375rem;top:23.102213859558rem;left:0rem;font-size:1.125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 1.25rem 1.5625rem rgba(106,84,109,0.5) ;background-color:#ff0000;background-image:none;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #V0CFJ2ZIEUcTyNsaTaeNINITgA1zbnc5 { display:block; }
 }@media only screen and (max-width: 763px) { #UE32WaxUhKv9zI2PdgxT7ZxfzhE1TRVF { width:20rem;height:3.375rem;top:37.102214813233rem;left:0rem;font-size:1.125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 1.25rem 1.5625rem rgba(106,84,109,0.5) ;background-color:#ff0000;background-image:none;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #HqwMtfPpZ2fIltPpEMwmGUhiNPNTFxnG { display:block; }
 }@media only screen and (max-width: 763px) { #aD8ah80pmTmibDxk2HKHkUOGJyBEmL5A { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aD8ah80pmTmibDxk2HKHkUOGJyBEmL5A > .row .container { background-color: transparent; background-image: none; }#aD8ah80pmTmibDxk2HKHkUOGJyBEmL5A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aD8ah80pmTmibDxk2HKHkUOGJyBEmL5A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aD8ah80pmTmibDxk2HKHkUOGJyBEmL5A > .row .container > .video-iframe-container { display: none; }#aD8ah80pmTmibDxk2HKHkUOGJyBEmL5A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aD8ah80pmTmibDxk2HKHkUOGJyBEmL5A > .row > .video-iframe-container { display: none; }#aD8ah80pmTmibDxk2HKHkUOGJyBEmL5A > .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); }#aD8ah80pmTmibDxk2HKHkUOGJyBEmL5A > .row .container { border-width: 0; border-radius: 0; }#aD8ah80pmTmibDxk2HKHkUOGJyBEmL5A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aD8ah80pmTmibDxk2HKHkUOGJyBEmL5A > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LUNcI9uSJxGPgkS0rwELRsSVCCP26NmA { width:20rem;height:4.8000001875rem;top:1.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #doKv9t5RE64MUiJk47MeIbh74BPBIbWL { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#doKv9t5RE64MUiJk47MeIbh74BPBIbWL > .row .container { background-color: transparent; background-image: none; }#doKv9t5RE64MUiJk47MeIbh74BPBIbWL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#doKv9t5RE64MUiJk47MeIbh74BPBIbWL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#doKv9t5RE64MUiJk47MeIbh74BPBIbWL > .row .container > .video-iframe-container { display: none; }#doKv9t5RE64MUiJk47MeIbh74BPBIbWL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#doKv9t5RE64MUiJk47MeIbh74BPBIbWL > .row > .video-iframe-container { display: none; }#doKv9t5RE64MUiJk47MeIbh74BPBIbWL > .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); }#doKv9t5RE64MUiJk47MeIbh74BPBIbWL > .row .container { border-width: 0; border-radius: 0; }#doKv9t5RE64MUiJk47MeIbh74BPBIbWL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#doKv9t5RE64MUiJk47MeIbh74BPBIbWL > .row .container { width:20rem;height:167.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lgCapdgvDm2e0cZw2sBGumdTW0TvxTkQ { width:20rem;height:36.250000125rem;top:5.3118286132812rem;left:0rem;font-size:1.125rem;z-index:15001;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hvEhwqrkzEC9depklEKEJbyIk9BtlQJV { width:20rem;height:12.3125rem;top:111.8125rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #vOgSHoUCH27VupmpkqmJD85GkUBb2tBS { width:20rem;height:12.3125rem;top:98.25rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #ud2Hr66lnviLwKGtEtyvNc2ZEWbmZC2K { width:20rem;height:12.3125rem;top:84.6875rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #i1Q6s5KiEfcmgKMukclDMmR64neX8MfP { width:20rem;height:12.3125rem;top:57.5625rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #Euxe5Jz2iV5QgbJNgzTblvoAzMqT2L1X { width:20rem;height:12.3125rem;top:44rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #TW6TeUgOX62T9bUedt7yu0xtpL2E1lk3 { width:20rem;height:12.3125rem;top:71.125rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #aBuVlJ1f0b9nIgLFdxDz2zTm9QLnpvue { width:20rem;height:12.3125rem;top:125.375rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #a9mL263TnJNOooxJ3y9fuggmN41W5swf { width:20rem;height:12.3125rem;top:127.75rem;left:0rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #ygNDgdb4479zb69S1cgQyrdvdP6mo67F { width:20rem;height:12.3125rem;top:141.3125rem;left:0rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #J9N7lOVhTOPV5MN1Gxnk1KBe0WgkqIT8 { width:20rem;height:12.3125rem;top:138.9375rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #oLTS76cscJKOcfpIIhKTHe4U9NOHpCfJ { width:20rem;height:12.3125rem;top:152.5rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #hJrTqnwrQR65X6pgtiaCDUdtbMZuXOVN { width:20rem;height:3.900000125rem;top:0rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoMdwKBE8xbQxus7Aca8kVpxGuM7AcDX { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PoMdwKBE8xbQxus7Aca8kVpxGuM7AcDX > .row .container { background-color: transparent; background-image: none; }#PoMdwKBE8xbQxus7Aca8kVpxGuM7AcDX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PoMdwKBE8xbQxus7Aca8kVpxGuM7AcDX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PoMdwKBE8xbQxus7Aca8kVpxGuM7AcDX > .row .container > .video-iframe-container { display: none; }#PoMdwKBE8xbQxus7Aca8kVpxGuM7AcDX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PoMdwKBE8xbQxus7Aca8kVpxGuM7AcDX > .row > .video-iframe-container { display: none; }#PoMdwKBE8xbQxus7Aca8kVpxGuM7AcDX > .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); }#PoMdwKBE8xbQxus7Aca8kVpxGuM7AcDX > .row .container { border-width: 0; border-radius: 0; }#PoMdwKBE8xbQxus7Aca8kVpxGuM7AcDX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PoMdwKBE8xbQxus7Aca8kVpxGuM7AcDX > .row .container { width:20rem;height:3.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qTpTE17yKbSPlSCveqDDpZ6LnTO5tgTu { width:20rem;height:2.25rem;top:1.6875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUwCdonzhn6fdHdyOZQWTG2teNSlavBH { display:block; }#VUwCdonzhn6fdHdyOZQWTG2teNSlavBH > .row .container { width:20rem;height:95.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ETIyQEqP6BzZc1LXNtTEJkkIZUlZqSWK { width:20rem;height:14.5000003125rem;top:80.81318125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2whkLJVT3DrXrMgsC84iH7iupJCyJ0T { width:20rem;height:2.900000125rem;top:76.6387rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #malIgsCnm5Av7omkBn0OO1VZFJucWAAU { width:20rem;height:7.25rem;top:9.6490875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwuHvb6RgluBcnVGv5nN5GBCC7N3lOCx { width:13.8125rem;height:1.4500000625rem;top:6.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXX9U4CTD61PMi2q3tkSqbmEfVnWD1hq { width:4.4375rem;height:4.4375rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkohGt38i5wtdEdrheqRw7kZinZ9TAlJ { width:13.8125rem;height:1.4500000625rem;top:23.584636688233rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrm5dZRTvgngWkULKrhK6BkW4v9RFGpg { width:20rem;height:26.0999999375rem;top:26.1712375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWG9Mr3mVuThbJrEhKW703tqTBFeQbSM { width:20rem;height:7.2500003125rem;top:62.1400125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3lZyzCnoN59Rlg1URppSNRpWsVRVBFo { width:13.8125rem;height:1.4500000625rem;top:59.553386688233rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NG26qmmIqFHLUGSsepO57icz05TCuafI { width:4.4375rem;height:4.4375rem;top:53.990886688233rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgfQEK3PqZ5VdvN7oZCM7Nin8ghetdxq { width:4.4375rem;height:4.4375rem;top:18.272136688233rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ho3ET1VCivcbGLBUIAURQyTQ9IPsTRyK { width:4.4375rem;height:4.4375rem;top:71.013671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLWJ9agHD42slppAbPL1RG1EevNBpc45 { display:block; }#wLWJ9agHD42slppAbPL1RG1EevNBpc45 > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P4M0OoLg7rR6b7uzl3L8SDktU961FgeH { width:20rem;height:10.235675rem;top:2.1875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #pEENIn7BxmyXluxplgTMNdgpuItv0Sqi { width:19.875rem;height:14.0625rem;top:1.375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzRy9Q9mARxGTyAUKVkeK48oD15aB5bJ { width:17.3125rem;height:11.599999875rem;top:2.4628715515137rem;left:1.34375rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #DIoHSTN5fa78HMVJPblpkIOvT8Fae1QP { display:block; }#DIoHSTN5fa78HMVJPblpkIOvT8Fae1QP > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iTPwT9ByZcBk7irf0FZATe8kxmoHhBN0 { width:20rem;height:7.6499999375rem;top:0.93034362792969rem;left:0rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #n7dfc0MhCcVLVtw3b1rg28z1pFXvZozv { display:block; }#n7dfc0MhCcVLVtw3b1rg28z1pFXvZozv > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VydkAUTr5vG9sFrfJeVElbUSgOs1H7b5 { width:20rem;height:0.85rem;top:0.99283599853513rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }