.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:#000000;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E9bd3b18e1eb42f9acfc255af5cec706.widget-smartsection { position:relative;display:block; } #E9bd3b18e1eb42f9acfc255af5cec706.widget-smartsection *:focus-visible, #E9bd3b18e1eb42f9acfc255af5cec706.widget-smartsection input[type="text"]:focus-visible, #E9bd3b18e1eb42f9acfc255af5cec706.widget-smartsection input[type="email"]:focus-visible, #E9bd3b18e1eb42f9acfc255af5cec706.widget-smartsection input[type="tel"]:focus-visible, #E9bd3b18e1eb42f9acfc255af5cec706.widget-smartsection textarea:focus-visible { outline: none; } #i5W6ThNZt3rRwtsJSNHE7zMAKKUQoWkI { background-color: transparent; background-image: none; }#i5W6ThNZt3rRwtsJSNHE7zMAKKUQoWkI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i5W6ThNZt3rRwtsJSNHE7zMAKKUQoWkI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i5W6ThNZt3rRwtsJSNHE7zMAKKUQoWkI > .row .container > .video-iframe-container { display: none; }#i5W6ThNZt3rRwtsJSNHE7zMAKKUQoWkI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i5W6ThNZt3rRwtsJSNHE7zMAKKUQoWkI > .row > .video-iframe-container { display: none; }#i5W6ThNZt3rRwtsJSNHE7zMAKKUQoWkI > .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); }#i5W6ThNZt3rRwtsJSNHE7zMAKKUQoWkI { border-width: 0; border-radius: 0; }#i5W6ThNZt3rRwtsJSNHE7zMAKKUQoWkI > .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; }#i5W6ThNZt3rRwtsJSNHE7zMAKKUQoWkI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;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; }#KWHHqkbx2Tn9mMJfpZHiPyCOP7zCQR0i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#58a7b8;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; }#KWHHqkbx2Tn9mMJfpZHiPyCOP7zCQR0i > .row .container { background-color: transparent; background-image: none; }#KWHHqkbx2Tn9mMJfpZHiPyCOP7zCQR0i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWHHqkbx2Tn9mMJfpZHiPyCOP7zCQR0i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWHHqkbx2Tn9mMJfpZHiPyCOP7zCQR0i > .row .container > .video-iframe-container { display: none; }#KWHHqkbx2Tn9mMJfpZHiPyCOP7zCQR0i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWHHqkbx2Tn9mMJfpZHiPyCOP7zCQR0i > .row > .video-iframe-container { display: none; }#KWHHqkbx2Tn9mMJfpZHiPyCOP7zCQR0i > .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); }#KWHHqkbx2Tn9mMJfpZHiPyCOP7zCQR0i > .row .container { border-width: 0; border-radius: 0; }#KWHHqkbx2Tn9mMJfpZHiPyCOP7zCQR0i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KWHHqkbx2Tn9mMJfpZHiPyCOP7zCQR0i > .row .container { font-size:0.875rem;font-family:arial;height:21.1875rem;width:75rem;position:relative;display:block; }#f6f609d5dfbfdb432534b946d2f47656 { position:absolute;display:block;z-index:15003;background-color:rgba(255,255,255,0.4);background-image:none;border-top:0.125rem solid #fdb199;border-left:0.125rem solid #fdb199;border-right:0.125rem solid #fdb199;border-bottom:0.125rem solid #fdb199;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:3.1875rem;width:3.1875rem;top:2.625rem;left:17.0625rem;display:block; }
#d87499bf4ebdc752a1eaac1f194b4a01 { color:#000000;display:block;width:3.4375rem;position:absolute;font-family:bitter;font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:3.375rem;left:17rem;height:1.950075rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ya44adc70ba6675c2dc2aed084fb880c { position:absolute;display:block;z-index:15000;background-color:#fdb199;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:9.3125rem;width:23.4375rem;top:6.8125rem;left:7rem;display:block; }
#P77f8f56b66a7964f1e3cc1f5692eaa0 { color:#000000;display:block;width:22.0611875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:9.1522216796875rem;left:7.7191162109375rem;height:4.63125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f7b212bac58466db0099a5b5190e05ad { position:absolute;display:block;z-index:15006;background-color:rgba(255,255,255,0.4);background-image:none;border-top:0.125rem solid #fdb199;border-left:0.125rem solid #fdb199;border-right:0.125rem solid #fdb199;border-bottom:0.125rem solid #fdb199;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:3.1875rem;width:3.1875rem;top:2.5009651184082rem;left:54.532694816589rem;display:block; }
#c41ca9a0540e5ea872cad19c33e7da4a { color:#000000;display:block;width:3.4375rem;position:absolute;font-family:bitter;font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:3.2436351776123rem;left:54.530764579773rem;height:1.950075rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fc3e27ad6da1008ce9bd705fb2a6d3cf { color:#000000;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:7.749755859375rem;left:47.8125rem;height:3.90014375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E5e09eb9c821171a2e03631dd0493267 { position:absolute;display:block;z-index:15001;background-color:#fdb199;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:9.312125rem;width:23.4375rem;top:6.8109130859375rem;left:44.53125rem;display:block; }
#R3e01d45603a062e8d60c03e58bca1b7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:12.12451171875rem;left:54.6875rem; }
#R3e01d45603a062e8d60c03e58bca1b7 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#K1VT5CSiT2yC4T7uHllOWf2pUK1reLSD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#58a7b8;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; }#K1VT5CSiT2yC4T7uHllOWf2pUK1reLSD > .row .container { background-color: transparent; background-image: none; }#K1VT5CSiT2yC4T7uHllOWf2pUK1reLSD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K1VT5CSiT2yC4T7uHllOWf2pUK1reLSD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K1VT5CSiT2yC4T7uHllOWf2pUK1reLSD > .row .container > .video-iframe-container { display: none; }#K1VT5CSiT2yC4T7uHllOWf2pUK1reLSD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K1VT5CSiT2yC4T7uHllOWf2pUK1reLSD > .row > .video-iframe-container { display: none; }#K1VT5CSiT2yC4T7uHllOWf2pUK1reLSD > .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); }#K1VT5CSiT2yC4T7uHllOWf2pUK1reLSD > .row .container { border-width: 0; border-radius: 0; }#K1VT5CSiT2yC4T7uHllOWf2pUK1reLSD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K1VT5CSiT2yC4T7uHllOWf2pUK1reLSD > .row .container { font-size:0.875rem;font-family:arial;height:19.25rem;width:75rem;position:relative;display:block; }#mnrOV1VaqqpgLhR4FIzcJUBg2DDc9gzd { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:8.9296875rem;left:49.1875rem;display:block; }
#HdTgwheTFoqQgThwSK7vDm5egDFXNb34 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kebBimTV8K6y37y4zbhihGsAsssTFmzI { color:#000000;display:block;width:36.0625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:5.7718772888184rem;left:6.125rem;height:8.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TIvHTqxX2XtftiLZL1ulgZ4lRHK3bp8C { position:absolute;display:block;z-index:15006;background-color:rgba(255,255,255,0.4);background-image:none;border-top:0.125rem solid #fdb199;border-left:0.125rem solid #fdb199;border-right:0.125rem solid #fdb199;border-bottom:0.125rem solid #fdb199;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:3.1875rem;width:3.1875rem;top:0.6875rem;left:35.8125rem;display:block; }
#OMIUHraR0gZ8QGiASVgffNMJF4K89TTW { color:#000000;display:block;width:3.4375rem;position:absolute;font-family:bitter;font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:1.4375rem;left:35.8125rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GiytvAXub7r021z6sBc5K1LbbhLQgxqW { position:absolute;display:block;z-index:15001;background-color:#fdb199;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:10.75rem;width:65.3125rem;top:5rem;left:4.5625rem;display:block; }
#L4aI9xqBP3aMua0aKSNbCk07AObU0ehw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#L4aI9xqBP3aMua0aKSNbCk07AObU0ehw > .row .container { background-color: transparent; background-image: none; }#L4aI9xqBP3aMua0aKSNbCk07AObU0ehw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L4aI9xqBP3aMua0aKSNbCk07AObU0ehw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L4aI9xqBP3aMua0aKSNbCk07AObU0ehw > .row .container > .video-iframe-container { display: none; }#L4aI9xqBP3aMua0aKSNbCk07AObU0ehw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L4aI9xqBP3aMua0aKSNbCk07AObU0ehw > .row > .video-iframe-container { display: none; }#L4aI9xqBP3aMua0aKSNbCk07AObU0ehw > .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); }#L4aI9xqBP3aMua0aKSNbCk07AObU0ehw > .row .container { border-width: 0; border-radius: 0; }#L4aI9xqBP3aMua0aKSNbCk07AObU0ehw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L4aI9xqBP3aMua0aKSNbCk07AObU0ehw > .row .container { font-size:0.875rem;font-family:arial;height:9.3125rem;width:75rem;position:relative;display:block; }#FSbT66NRcnbxgOlxzcMWveL0dyaFclw0 { background-color:#fdb199;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.375rem 0.375rem 0.875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:50rem;height:4.0625rem;text-decoration:none;z-index:14993;text-align:center;text-align-last:center;top:2.625rem;left:12.5rem;display:block; }
#vr7vZUyKcdt3UrMN5XILzrRlOvVdf0Nl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qIUplWECnWyWDXnqpvt8s1qXJRAL1tLu { position:absolute;display:block;z-index:14993;height:4.0625rem;width:50rem;top:2.625rem;left:12.5rem;display:block; }
#gximmt7i4wecg0MU3hRs2uF6gvBz9f4z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#58a7b8;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; }#gximmt7i4wecg0MU3hRs2uF6gvBz9f4z > .row .container { background-color: transparent; background-image: none; }#gximmt7i4wecg0MU3hRs2uF6gvBz9f4z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gximmt7i4wecg0MU3hRs2uF6gvBz9f4z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gximmt7i4wecg0MU3hRs2uF6gvBz9f4z > .row .container > .video-iframe-container { display: none; }#gximmt7i4wecg0MU3hRs2uF6gvBz9f4z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gximmt7i4wecg0MU3hRs2uF6gvBz9f4z > .row > .video-iframe-container { display: none; }#gximmt7i4wecg0MU3hRs2uF6gvBz9f4z > .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); }#gximmt7i4wecg0MU3hRs2uF6gvBz9f4z > .row .container { border-width: 0; border-radius: 0; }#gximmt7i4wecg0MU3hRs2uF6gvBz9f4z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gximmt7i4wecg0MU3hRs2uF6gvBz9f4z > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:block; }#o454abcd691ca14d053ab764558c845b { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:400;z-index:14994;line-height:1.3;letter-spacing:0;top:1.875rem;left:0rem;height:2.51875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iLb4TyZbrZHa2dKoCtMGfFD3kdthBtPL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#58a7b8;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; }#iLb4TyZbrZHa2dKoCtMGfFD3kdthBtPL > .row .container { background-color: transparent; background-image: none; }#iLb4TyZbrZHa2dKoCtMGfFD3kdthBtPL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iLb4TyZbrZHa2dKoCtMGfFD3kdthBtPL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iLb4TyZbrZHa2dKoCtMGfFD3kdthBtPL > .row .container > .video-iframe-container { display: none; }#iLb4TyZbrZHa2dKoCtMGfFD3kdthBtPL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iLb4TyZbrZHa2dKoCtMGfFD3kdthBtPL > .row > .video-iframe-container { display: none; }#iLb4TyZbrZHa2dKoCtMGfFD3kdthBtPL > .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); }#iLb4TyZbrZHa2dKoCtMGfFD3kdthBtPL > .row .container { border-width: 0; border-radius: 0; }#iLb4TyZbrZHa2dKoCtMGfFD3kdthBtPL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iLb4TyZbrZHa2dKoCtMGfFD3kdthBtPL > .row .container { font-size:0.875rem;font-family:arial;height:14.75rem;width:75rem;position:relative;display:block; }#bfad63205b7189685f4494ce0557e156 { position:absolute;display:block;z-index:15030;height:13.5605625rem;width:24.375rem;top:1.03173828125rem;left:25.3125rem;display:block; }
#feb322deff8e6ef6679afe3cd09c0e3b { position:absolute;display:block;z-index:14987;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/16e0551c-adb7-4ec2-a122-8d2ae74a9438/MarieFrance.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.375rem;top:0.90625rem;left:25.25rem;display:block; }#feb322deff8e6ef6679afe3cd09c0e3b.adaptive-delivery-prevent-bg, #feb322deff8e6ef6679afe3cd09c0e3b.lazyload, #feb322deff8e6ef6679afe3cd09c0e3b.lazyloading { background-image: none; }
#U9c4960f9d8efb7ab5808fdfd1aa9d0b { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/a1c46dd8-6c69-4dc7-b868-855f00c571b4/Hawa.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.375rem;top:0.9375rem;left:50.25rem;display:block; }#U9c4960f9d8efb7ab5808fdfd1aa9d0b.adaptive-delivery-prevent-bg, #U9c4960f9d8efb7ab5808fdfd1aa9d0b.lazyload, #U9c4960f9d8efb7ab5808fdfd1aa9d0b.lazyloading { background-image: none; }
#d68ca8aedfd68cec81b1a5e3a2b4c203 { position:absolute;display:block;z-index:14981;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/057579fa-062b-4d61-8cb5-029c3856547f/Maha.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.375rem;top:0.9375rem;left:0.25rem;display:block; }#d68ca8aedfd68cec81b1a5e3a2b4c203.adaptive-delivery-prevent-bg, #d68ca8aedfd68cec81b1a5e3a2b4c203.lazyload, #d68ca8aedfd68cec81b1a5e3a2b4c203.lazyloading { background-image: none; }
#Gad7a2d70251433edefbbf2adf8e70fb { position:absolute;display:block;z-index:15031;height:13.5605625rem;width:24.375rem;top:0.96923828125rem;left:0.375rem;display:block; }
#ee6fbb05f791f0c45d08f0b600f9c689 { position:absolute;display:block;z-index:15026;height:13.5605625rem;width:24.375rem;top:0.96923828125rem;left:50.3125rem;display:block; }
#UMLtc6MN2rEPkPpi5medL6OkVAUTMzqd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#58a7b8;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; }#UMLtc6MN2rEPkPpi5medL6OkVAUTMzqd > .row .container { background-color: transparent; background-image: none; }#UMLtc6MN2rEPkPpi5medL6OkVAUTMzqd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UMLtc6MN2rEPkPpi5medL6OkVAUTMzqd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UMLtc6MN2rEPkPpi5medL6OkVAUTMzqd > .row .container > .video-iframe-container { display: none; }#UMLtc6MN2rEPkPpi5medL6OkVAUTMzqd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UMLtc6MN2rEPkPpi5medL6OkVAUTMzqd > .row > .video-iframe-container { display: none; }#UMLtc6MN2rEPkPpi5medL6OkVAUTMzqd > .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); }#UMLtc6MN2rEPkPpi5medL6OkVAUTMzqd > .row .container { border-width: 0; border-radius: 0; }#UMLtc6MN2rEPkPpi5medL6OkVAUTMzqd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UMLtc6MN2rEPkPpi5medL6OkVAUTMzqd > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;position:relative;display:block; }#d5a4e8dcd07389c2567e22454e59fb23 { position:absolute;display:block;z-index:14987;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/563b622a-64f5-47ab-b764-e0b91e6aa265/Asmaou.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.375rem;top:0.21875rem;left:25.25rem;display:block; }#d5a4e8dcd07389c2567e22454e59fb23.adaptive-delivery-prevent-bg, #d5a4e8dcd07389c2567e22454e59fb23.lazyload, #d5a4e8dcd07389c2567e22454e59fb23.lazyloading { background-image: none; }
#b0c9cb6cf88b78cda755d7cd3681272a { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/5952adbc-026e-42d4-877c-62440712cf15/Solange.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.375rem;top:0.21875rem;left:50.25rem;display:block; }#b0c9cb6cf88b78cda755d7cd3681272a.adaptive-delivery-prevent-bg, #b0c9cb6cf88b78cda755d7cd3681272a.lazyload, #b0c9cb6cf88b78cda755d7cd3681272a.lazyloading { background-image: none; }
#K999246e98efd3383e8a57ba273360ea { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/c1b5a9ea-23e2-4cef-ac0d-3543a811f03d/Mass.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.375rem;top:0.21875rem;left:0.25rem;display:block; }#K999246e98efd3383e8a57ba273360ea.adaptive-delivery-prevent-bg, #K999246e98efd3383e8a57ba273360ea.lazyload, #K999246e98efd3383e8a57ba273360ea.lazyloading { background-image: none; }
#babc5534d954170c78c84d9917715d46 { position:absolute;display:block;z-index:15026;height:13.5610625rem;width:24.375rem;top:0.28173828125rem;left:25.3125rem;display:block; }
#b72699815b0668031f4f3df381b1bdcb { position:absolute;display:block;z-index:15029;height:13.562rem;width:24.375rem;top:0.28125rem;left:0.3125rem;display:block; }
#l4627bc5b374f00a159e6d17861c34a4 { position:absolute;display:block;z-index:15031;height:13.5610625rem;width:24.375rem;top:0.28173828125rem;left:50.3125rem;display:block; }
#Qh5PTlMshTRQ19nMgQ5KBfdIVcVRLdxm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#58a7b8;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; }#Qh5PTlMshTRQ19nMgQ5KBfdIVcVRLdxm > .row .container { background-color: transparent; background-image: none; }#Qh5PTlMshTRQ19nMgQ5KBfdIVcVRLdxm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qh5PTlMshTRQ19nMgQ5KBfdIVcVRLdxm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qh5PTlMshTRQ19nMgQ5KBfdIVcVRLdxm > .row .container > .video-iframe-container { display: none; }#Qh5PTlMshTRQ19nMgQ5KBfdIVcVRLdxm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qh5PTlMshTRQ19nMgQ5KBfdIVcVRLdxm > .row > .video-iframe-container { display: none; }#Qh5PTlMshTRQ19nMgQ5KBfdIVcVRLdxm > .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); }#Qh5PTlMshTRQ19nMgQ5KBfdIVcVRLdxm > .row .container { border-width: 0; border-radius: 0; }#Qh5PTlMshTRQ19nMgQ5KBfdIVcVRLdxm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qh5PTlMshTRQ19nMgQ5KBfdIVcVRLdxm > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;position:relative;display:block; }#e6d2a0727a06a6eb8898c3aa840a00f6 { position:absolute;display:block;z-index:15019;height:13.562rem;width:24.375rem;top:0.3125rem;left:25.3125rem;display:block; }
#f52ee9b0f1cb5d5b03c6eec6f806c493 { position:absolute;display:block;z-index:14987;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/cc119162-4244-4f47-817a-3f7ec7321167/Saliha__Abdenour.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.375rem;top:0.21875rem;left:25.25rem;display:block; }#f52ee9b0f1cb5d5b03c6eec6f806c493.adaptive-delivery-prevent-bg, #f52ee9b0f1cb5d5b03c6eec6f806c493.lazyload, #f52ee9b0f1cb5d5b03c6eec6f806c493.lazyloading { background-image: none; }
#ace60351ac7749f5452265202a5c5171 { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/59da78a2-e9da-43eb-a7f1-066ec19c328b/Caroline.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.375rem;top:0.21875rem;left:50.25rem;display:block; }#ace60351ac7749f5452265202a5c5171.adaptive-delivery-prevent-bg, #ace60351ac7749f5452265202a5c5171.lazyload, #ace60351ac7749f5452265202a5c5171.lazyloading { background-image: none; }
#dbf0917a73af91519d24d64a2f9276ee { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/319be762-5f0f-443c-87f6-a43190b6bf59/Momar_Ba.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.375rem;top:0.3125rem;left:0.25rem;display:block; }#dbf0917a73af91519d24d64a2f9276ee.adaptive-delivery-prevent-bg, #dbf0917a73af91519d24d64a2f9276ee.lazyload, #dbf0917a73af91519d24d64a2f9276ee.lazyloading { background-image: none; }
#u5e1c3a077648dc5310f6559ff2501fc { position:absolute;display:block;z-index:15026;height:13.562rem;width:24.375rem;top:0.3125rem;left:50.375rem;display:block; }
#a04a20d2dfa9bffc7d329c3c9b8bac71 { position:absolute;display:block;z-index:15023;height:13.562rem;width:24.375rem;top:0.4384765625rem;left:0.3125rem;display:block; }
#LPuzRwR0xhsJquQ7IGoUV6HaIXZZKBwa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#58a7b8;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; }#LPuzRwR0xhsJquQ7IGoUV6HaIXZZKBwa > .row .container { background-color: transparent; background-image: none; }#LPuzRwR0xhsJquQ7IGoUV6HaIXZZKBwa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LPuzRwR0xhsJquQ7IGoUV6HaIXZZKBwa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LPuzRwR0xhsJquQ7IGoUV6HaIXZZKBwa > .row .container > .video-iframe-container { display: none; }#LPuzRwR0xhsJquQ7IGoUV6HaIXZZKBwa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LPuzRwR0xhsJquQ7IGoUV6HaIXZZKBwa > .row > .video-iframe-container { display: none; }#LPuzRwR0xhsJquQ7IGoUV6HaIXZZKBwa > .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); }#LPuzRwR0xhsJquQ7IGoUV6HaIXZZKBwa > .row .container { border-width: 0; border-radius: 0; }#LPuzRwR0xhsJquQ7IGoUV6HaIXZZKBwa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LPuzRwR0xhsJquQ7IGoUV6HaIXZZKBwa > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;position:relative;display:block; }#T6e4a54413849e34334274e346d1adec { position:absolute;display:block;z-index:14987;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/a0dc47b6-6f10-481f-b47d-e838bd6b15b4/Annia.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.375rem;top:0.3125rem;left:25.25rem;display:block; }#T6e4a54413849e34334274e346d1adec.adaptive-delivery-prevent-bg, #T6e4a54413849e34334274e346d1adec.lazyload, #T6e4a54413849e34334274e346d1adec.lazyloading { background-image: none; }
#d76c07e5b6f800bf359b156a60ac922f { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/2b901c7d-89c7-465d-bfc2-a618a460effe/Fatiha.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.375rem;top:0.3125rem;left:50.25rem;display:block; }#d76c07e5b6f800bf359b156a60ac922f.adaptive-delivery-prevent-bg, #d76c07e5b6f800bf359b156a60ac922f.lazyload, #d76c07e5b6f800bf359b156a60ac922f.lazyloading { background-image: none; }
#c913a19930c2efe943cae01c2de98d90 { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6cf2c37d-9c38-436d-a386-c31daec7918d/Fadoume.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.375rem;top:0.3125rem;left:0.25rem;display:block; }#c913a19930c2efe943cae01c2de98d90.adaptive-delivery-prevent-bg, #c913a19930c2efe943cae01c2de98d90.lazyload, #c913a19930c2efe943cae01c2de98d90.lazyloading { background-image: none; }
#db5322b72f225442f8ab6f4631d1df80 { position:absolute;display:block;z-index:15019;height:13.562rem;width:24.375rem;top:0.28125rem;left:50.375rem;display:block; }
#f4aaa4b4eead671b588f1e9b64a6544e { position:absolute;display:block;z-index:15019;height:13.562rem;width:24.375rem;top:0.28125rem;left:0.3125rem;display:block; }
#B33c69493c5285bc95590ea8a7f06eda { position:absolute;display:block;z-index:15022;height:13.562rem;width:24.375rem;top:0.34375rem;left:25.3125rem;display:block; }
#Ggq70TlAWWK6kvuIQ43ZSKmKW4CgP87k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#58a7b8;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; }#Ggq70TlAWWK6kvuIQ43ZSKmKW4CgP87k > .row .container { background-color: transparent; background-image: none; }#Ggq70TlAWWK6kvuIQ43ZSKmKW4CgP87k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ggq70TlAWWK6kvuIQ43ZSKmKW4CgP87k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ggq70TlAWWK6kvuIQ43ZSKmKW4CgP87k > .row .container > .video-iframe-container { display: none; }#Ggq70TlAWWK6kvuIQ43ZSKmKW4CgP87k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ggq70TlAWWK6kvuIQ43ZSKmKW4CgP87k > .row > .video-iframe-container { display: none; }#Ggq70TlAWWK6kvuIQ43ZSKmKW4CgP87k > .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); }#Ggq70TlAWWK6kvuIQ43ZSKmKW4CgP87k > .row .container { border-width: 0; border-radius: 0; }#Ggq70TlAWWK6kvuIQ43ZSKmKW4CgP87k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ggq70TlAWWK6kvuIQ43ZSKmKW4CgP87k > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#zce902735716c013e8b2a67b443a6ca1 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:400;z-index:14994;line-height:1.3;letter-spacing:0;top:1.5625rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JM262MULoeIhLuxK79W6HZ1wgWEqzVE8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#JM262MULoeIhLuxK79W6HZ1wgWEqzVE8 > .row .container { background-color: transparent; background-image: none; }#JM262MULoeIhLuxK79W6HZ1wgWEqzVE8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JM262MULoeIhLuxK79W6HZ1wgWEqzVE8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JM262MULoeIhLuxK79W6HZ1wgWEqzVE8 > .row .container > .video-iframe-container { display: none; }#JM262MULoeIhLuxK79W6HZ1wgWEqzVE8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JM262MULoeIhLuxK79W6HZ1wgWEqzVE8 > .row > .video-iframe-container { display: none; }#JM262MULoeIhLuxK79W6HZ1wgWEqzVE8 > .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); }#JM262MULoeIhLuxK79W6HZ1wgWEqzVE8 > .row .container { border-width: 0; border-radius: 0; }#JM262MULoeIhLuxK79W6HZ1wgWEqzVE8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JM262MULoeIhLuxK79W6HZ1wgWEqzVE8 > .row .container { font-size:0.875rem;font-family:arial;height:9.3125rem;width:75rem;position:relative;display:block; }#RJA4SEKpWGx0nBQqM08ePs1L9fv6ckUd { background-color:#fdb199;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.375rem 0.375rem 0.875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:50rem;height:4.0625rem;text-decoration:none;z-index:14991;text-align:center;text-align-last:center;top:2.625rem;left:12.5rem;display:block; }
#UJVb7RvdMTr1CN8MbUg0ueSBIuXzLUQK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OuGetv55Nn79gXamEfwTCGcdJuRS87EM { position:absolute;display:block;z-index:14991;height:4.0625rem;width:50rem;top:2.625rem;left:12.5rem;display:block; }
#AUIiATHCXedQduT3VMGypMq0ZhVK3fZt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AUIiATHCXedQduT3VMGypMq0ZhVK3fZt > .row .container { background-color: transparent; background-image: none; }#AUIiATHCXedQduT3VMGypMq0ZhVK3fZt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AUIiATHCXedQduT3VMGypMq0ZhVK3fZt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AUIiATHCXedQduT3VMGypMq0ZhVK3fZt > .row .container > .video-iframe-container { display: none; }#AUIiATHCXedQduT3VMGypMq0ZhVK3fZt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AUIiATHCXedQduT3VMGypMq0ZhVK3fZt > .row > .video-iframe-container { display: none; }#AUIiATHCXedQduT3VMGypMq0ZhVK3fZt > .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); }#AUIiATHCXedQduT3VMGypMq0ZhVK3fZt > .row .container { border-width: 0; border-radius: 0; }#AUIiATHCXedQduT3VMGypMq0ZhVK3fZt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AUIiATHCXedQduT3VMGypMq0ZhVK3fZt > .row .container { font-size:0.875rem;font-family:arial;height:9.3125rem;width:75rem;position:relative;display:block; }#i944a35ba0b41aeaa23fe074ef0e63ad { color:#000000;display:block;width:48.62425rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.599853515625rem;left:13.187255859375rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#db86dafc1f9bb35253b5fd9e510544a4 { box-sizing:content-box;height:3.875rem;width:49.75rem;position:absolute;display:block;z-index:15001;background-color:#fdb199;background-image:none;top:2.75rem;left:12.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ygQFO8XVv6CDtKF2pfnpyCuBSqgvRycf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ygQFO8XVv6CDtKF2pfnpyCuBSqgvRycf > .row .container { background-color: transparent; background-image: none; }#ygQFO8XVv6CDtKF2pfnpyCuBSqgvRycf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ygQFO8XVv6CDtKF2pfnpyCuBSqgvRycf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ygQFO8XVv6CDtKF2pfnpyCuBSqgvRycf > .row .container > .video-iframe-container { display: none; }#ygQFO8XVv6CDtKF2pfnpyCuBSqgvRycf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ygQFO8XVv6CDtKF2pfnpyCuBSqgvRycf > .row > .video-iframe-container { display: none; }#ygQFO8XVv6CDtKF2pfnpyCuBSqgvRycf > .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); }#ygQFO8XVv6CDtKF2pfnpyCuBSqgvRycf > .row .container { border-width: 0; border-radius: 0; }#ygQFO8XVv6CDtKF2pfnpyCuBSqgvRycf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ygQFO8XVv6CDtKF2pfnpyCuBSqgvRycf > .row .container { font-size:0.875rem;font-family:arial;height:26.375rem;width:75rem;position:relative;display:block; }#d6fcb0e1e173e6dc75a87478aaa1bdeb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31240625rem;width:2.31240625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:7.125rem;left:12.5rem; }
#Saba109fcbada99a202d2f4a2a85ac77 { box-sizing:content-box;height:1.4371125rem;width:1.4371125rem;position:absolute;display:block;z-index:14999;background-color:#e3e3e3;background-image:none;top:7.5625rem;left:12.9375rem;display:block; }
#bc0b6081138054a60a690fe9ab684044 { color:#ffe8ee;display:block;width:39.75rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:2.125rem;left:12.5rem;height:2.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ce128670564abe083bb6ce9fb2d66ca1 { color:#ffe8ee;display:block;width:46.6246875rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:7.12721824646rem;left:16.249999046326rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#d21bd836dc0d1a0f523aaf53b892bb41 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31240625rem;width:2.31240625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:10.875rem;left:12.5rem; }
#ad25ffa5f0c68ce1774a651cb9cc2ff7 { color:#ffe8ee;display:block;width:51.8125rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:10.87646484375rem;left:16.24951171875rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#if2aa118ba6404148f5d65a18ea122f1 { box-sizing:content-box;height:1.4371125rem;width:1.4371125rem;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:none;top:11.3125rem;left:12.875rem;display:block; }
#Q107f234e6f75d39ec15bc61cc40788d { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31240625rem;width:2.31240625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:18.375rem;left:12.5rem; }
#c72ffe32a1432b722fad3b6e5d402bc9 { color:#ffe8ee;display:block;width:56.6875rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:18.376953125rem;left:16.24951171875rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#e05ffede6dc7f3bc3b8506d5dc1d6d00 { box-sizing:content-box;height:1.4371125rem;width:1.4371125rem;position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;top:18.8125rem;left:12.875rem;display:block; }
#T7baaec1fd77a04a6641a8ac4ac79dba { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31240625rem;width:2.31240625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:14.625rem;left:12.5rem; }
#t4ec099912c7ec44622539349c73826f { color:#ffe8ee;display:block;width:46.62425rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:14.627217292786rem;left:16.249999046326rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#e948af268a1ffb09d2822c302266d5ba { box-sizing:content-box;height:1.4371125rem;width:1.4371125rem;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:none;top:14.9375rem;left:12.9375rem;display:block; }
#c47c7cba69648d04fbc947dba8c0cfcc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31240625rem;width:2.31240625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:22.125rem;left:12.5rem; }
#Vceb1b7580b598e19bae763b54415882 { box-sizing:content-box;height:1.4371125rem;width:1.4371125rem;position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:none;top:22.5625rem;left:12.9375rem;display:block; }
#b3e269782e16debe095e7be875e697c8 { color:#ffe8ee;display:block;width:57rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:22.124801635743rem;left:16.249999046326rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UzuU7y0ug4J9QDBdf48z2kT5z6ch5BnT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UzuU7y0ug4J9QDBdf48z2kT5z6ch5BnT > .row .container { background-color: transparent; background-image: none; }#UzuU7y0ug4J9QDBdf48z2kT5z6ch5BnT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzuU7y0ug4J9QDBdf48z2kT5z6ch5BnT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzuU7y0ug4J9QDBdf48z2kT5z6ch5BnT > .row .container > .video-iframe-container { display: none; }#UzuU7y0ug4J9QDBdf48z2kT5z6ch5BnT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzuU7y0ug4J9QDBdf48z2kT5z6ch5BnT > .row > .video-iframe-container { display: none; }#UzuU7y0ug4J9QDBdf48z2kT5z6ch5BnT > .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); }#UzuU7y0ug4J9QDBdf48z2kT5z6ch5BnT > .row .container { border-width: 0; border-radius: 0; }#UzuU7y0ug4J9QDBdf48z2kT5z6ch5BnT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UzuU7y0ug4J9QDBdf48z2kT5z6ch5BnT > .row .container { font-size:0.875rem;font-family:arial;height:38.4375rem;width:75rem;position:relative;display:block; }#v292ba57ed2b14ef6bb3fc5c0dc9454c { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31240625rem;width:2.31240625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:7.125rem;left:12.5rem; }
#dc0e873237bf309ee101ebf0237f7664 { box-sizing:content-box;height:1.4371125rem;width:1.4371125rem;position:absolute;display:block;z-index:14999;background-color:#e3e3e3;background-image:none;top:7.5625rem;left:12.9375rem;display:block; }
#r0a3ec713920084effec326640811c50 { color:#ffe8ee;display:block;width:47.9375rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:2.12451171875rem;left:12.49951171875rem;height:2.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#b207aece7041d352c82e0bf14d7b02d8 { color:#ffe8ee;display:block;width:51.1875rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:7.1272163391112rem;left:16.249999046326rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kb7b7beacffdd817eba1b31445fc8698 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31240625rem;width:2.31240625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:10.875rem;left:12.5rem; }
#c7a1d1c9e22316b455dfaba5687dae58 { color:#ffe8ee;display:block;width:46.62425rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:10.876734733581rem;left:16.249999046326rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#c7ac696b7c0fbb208a521296b4fffa7d { box-sizing:content-box;height:1.4371125rem;width:1.4371125rem;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:none;top:11.3125rem;left:12.875rem;display:block; }
#c1e5b370bbf1614b6bfd10e634b2ae74 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31240625rem;width:2.31240625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:19.5rem;left:12.5rem; }
#c1766a2a16ca7f9a8bd7ce7c0b63ea38 { color:#ffe8ee;display:block;width:48.75rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:19.5rem;left:16.25rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#x42332ed245c736d68c494a9a4d4f508 { box-sizing:content-box;height:1.4371125rem;width:1.4371125rem;position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;top:19.9375rem;left:12.875rem;display:block; }
#c717f062a69a104fa5ee6a0a49ca1880 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31240625rem;width:2.31240625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:14.625rem;left:12.5rem; }
#ca58b65d23079f6faaf6578f34fee248 { color:#ffe8ee;display:block;width:47.4375rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:14.626953125rem;left:16.24951171875rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aa1314452de01269a5180cd4ba2268fc { box-sizing:content-box;height:1.4371125rem;width:1.4371125rem;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:none;top:14.9375rem;left:12.9375rem;display:block; }
#A63b765b41057ba47837a94419d0d56f { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31240625rem;width:2.31240625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:23.25rem;left:12.5rem; }
#ba55d552efe1522619414bc3a9e1dd9f { box-sizing:content-box;height:1.4371125rem;width:1.4371125rem;position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:none;top:23.6875rem;left:12.9375rem;display:block; }
#Rf5344f37000d2e24f8a20ffde15604a { color:#ffe8ee;display:block;width:46.6246875rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:23.25rem;left:16.25rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#b5102e455a1d0a826a4e6991e2a18b56 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31240625rem;width:2.31240625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:30.8125rem;left:12.5rem; }
#Zc097769c64184af8120efd27821ce4c { box-sizing:content-box;height:1.4371125rem;width:1.4371125rem;position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:none;top:31.25rem;left:12.9375rem;display:block; }
#m2315c2b938fdf5a587924776396cd1e { color:#ffe8ee;display:block;width:46.6246875rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:30.8125rem;left:16.25rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#R004893607b1d94a873603cda4f0f504 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31240625rem;width:2.31240625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:27.0625rem;left:12.5rem; }
#eab53e6eae026afbb1ba17b077ab829c { color:#ffe8ee;display:block;width:48.75rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:27.0625rem;left:16.25rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#I946217fe68806aece89acb34897cf57 { box-sizing:content-box;height:1.4371125rem;width:1.4371125rem;position:absolute;display:block;z-index:15014;background-color:#e3e3e3;background-image:none;top:27.5rem;left:12.875rem;display:block; }
#LGKnR8Ta7tuLLtLiMFBIMxrKFTNmWvEV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#58a7b8;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; }#LGKnR8Ta7tuLLtLiMFBIMxrKFTNmWvEV > .row .container { background-color: transparent; background-image: none; }#LGKnR8Ta7tuLLtLiMFBIMxrKFTNmWvEV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LGKnR8Ta7tuLLtLiMFBIMxrKFTNmWvEV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LGKnR8Ta7tuLLtLiMFBIMxrKFTNmWvEV > .row .container > .video-iframe-container { display: none; }#LGKnR8Ta7tuLLtLiMFBIMxrKFTNmWvEV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LGKnR8Ta7tuLLtLiMFBIMxrKFTNmWvEV > .row > .video-iframe-container { display: none; }#LGKnR8Ta7tuLLtLiMFBIMxrKFTNmWvEV > .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); }#LGKnR8Ta7tuLLtLiMFBIMxrKFTNmWvEV > .row .container { border-width: 0; border-radius: 0; }#LGKnR8Ta7tuLLtLiMFBIMxrKFTNmWvEV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LGKnR8Ta7tuLLtLiMFBIMxrKFTNmWvEV > .row .container { font-size:0.875rem;font-family:arial;height:9.3125rem;width:75rem;position:relative;display:block; }#sc196376033bccdda72caf738003b312 { background-color:#fdb199;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.375rem 0.375rem 0.875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:50rem;height:4.0625rem;text-decoration:none;z-index:14989;text-align:center;text-align-last:center;top:2.625rem;left:12.5rem;display:block; }
#ha05d469f1dbfaf6db35b019b9b5f124 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c2cd0eb016eb3b3ee1c5676645eff39f { position:absolute;display:block;z-index:14989;height:4.0625rem;width:50rem;top:2.62451171875rem;left:12.5rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #E9bd3b18e1eb42f9acfc255af5cec706.widget-smartsection { display:block; } #E9bd3b18e1eb42f9acfc255af5cec706.widget-smartsection *:focus-visible, #E9bd3b18e1eb42f9acfc255af5cec706.widget-smartsection input[type="text"]:focus-visible, #E9bd3b18e1eb42f9acfc255af5cec706.widget-smartsection input[type="email"]:focus-visible, #E9bd3b18e1eb42f9acfc255af5cec706.widget-smartsection input[type="tel"]:focus-visible, #E9bd3b18e1eb42f9acfc255af5cec706.widget-smartsection textarea:focus-visible { outline: none; } #i5W6ThNZt3rRwtsJSNHE7zMAKKUQoWkI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KWHHqkbx2Tn9mMJfpZHiPyCOP7zCQR0i { display:block; }#KWHHqkbx2Tn9mMJfpZHiPyCOP7zCQR0i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f6f609d5dfbfdb432534b946d2f47656 { top:2.625rem;left:10.25rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d87499bf4ebdc752a1eaac1f194b4a01 { top:3.375rem;left:10.1875rem;width:3.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ya44adc70ba6675c2dc2aed084fb880c { top:6.8125rem;left:0.1875rem;width:23.4375rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P77f8f56b66a7964f1e3cc1f5692eaa0 { top:9.125rem;left:0.9066162109375rem;width:22rem;height:4.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7b212bac58466db0099a5b5190e05ad { top:2.5rem;left:34.095194816589rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c41ca9a0540e5ea872cad19c33e7da4a { top:3.1875rem;left:34.093264579773rem;width:3.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fc3e27ad6da1008ce9bd705fb2a6d3cf { top:7.6875rem;left:27.375rem;width:16.875rem;height:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5e09eb9c821171a2e03631dd0493267 { top:6.75rem;left:24.09375rem;width:23.4375rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3e01d45603a062e8d60c03e58bca1b7 { top:12.0625rem;left:34.25rem;width:3.125rem;height:3.125rem;display:block; }
#R3e01d45603a062e8d60c03e58bca1b7 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #K1VT5CSiT2yC4T7uHllOWf2pUK1reLSD { display:block; }#K1VT5CSiT2yC4T7uHllOWf2pUK1reLSD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mnrOV1VaqqpgLhR4FIzcJUBg2DDc9gzd { width:17.5rem;height:3.4375rem;top:8.875rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdTgwheTFoqQgThwSK7vDm5egDFXNb34 { display:block; }
 }@media only screen and (max-width: 763px) { #kebBimTV8K6y37y4zbhihGsAsssTFmzI { top:5.75rem;left:0rem;width:36.0625rem;height:8.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIvHTqxX2XtftiLZL1ulgZ4lRHK3bp8C { top:0.6875rem;left:22.1875rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMIUHraR0gZ8QGiASVgffNMJF4K89TTW { top:1.4375rem;left:22.1875rem;width:3.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiytvAXub7r021z6sBc5K1LbbhLQgxqW { top:5rem;left:0rem;width:47.125rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4aI9xqBP3aMua0aKSNbCk07AObU0ehw { display:block; }#L4aI9xqBP3aMua0aKSNbCk07AObU0ehw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FSbT66NRcnbxgOlxzcMWveL0dyaFclw0 { width:46.75rem;height:4.0625rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vr7vZUyKcdt3UrMN5XILzrRlOvVdf0Nl { display:block; }
 }@media only screen and (max-width: 763px) { #qIUplWECnWyWDXnqpvt8s1qXJRAL1tLu { top:2.625rem;left:0rem;width:47.75rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gximmt7i4wecg0MU3hRs2uF6gvBz9f4z { display:block; }#gximmt7i4wecg0MU3hRs2uF6gvBz9f4z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o454abcd691ca14d053ab764558c845b { top:1.875rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLb4TyZbrZHa2dKoCtMGfFD3kdthBtPL { display:block; }#iLb4TyZbrZHa2dKoCtMGfFD3kdthBtPL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bfad63205b7189685f4494ce0557e156 { top:1rem;left:7.375rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #feb322deff8e6ef6679afe3cd09c0e3b { top:0.875rem;left:7.25rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9c4960f9d8efb7ab5808fdfd1aa9d0b { top:0.9375rem;left:23.125rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d68ca8aedfd68cec81b1a5e3a2b4c203 { top:0.9375rem;left:0rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gad7a2d70251433edefbbf2adf8e70fb { top:0.9375rem;left:0rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ee6fbb05f791f0c45d08f0b600f9c689 { top:0.9375rem;left:23.25rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMLtc6MN2rEPkPpi5medL6OkVAUTMzqd { display:block; }#UMLtc6MN2rEPkPpi5medL6OkVAUTMzqd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d5a4e8dcd07389c2567e22454e59fb23 { top:0.1875rem;left:7.25rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0c9cb6cf88b78cda755d7cd3681272a { top:0.1875rem;left:23.125rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K999246e98efd3383e8a57ba273360ea { top:0.1875rem;left:0rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #babc5534d954170c78c84d9917715d46 { top:0.25rem;left:7.375rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b72699815b0668031f4f3df381b1bdcb { top:0.25rem;left:0rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4627bc5b374f00a159e6d17861c34a4 { top:0.25rem;left:23.25rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qh5PTlMshTRQ19nMgQ5KBfdIVcVRLdxm { display:block; }#Qh5PTlMshTRQ19nMgQ5KBfdIVcVRLdxm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e6d2a0727a06a6eb8898c3aa840a00f6 { top:0.3125rem;left:7.375rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f52ee9b0f1cb5d5b03c6eec6f806c493 { top:0.1875rem;left:7.25rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ace60351ac7749f5452265202a5c5171 { top:0.1875rem;left:23.125rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbf0917a73af91519d24d64a2f9276ee { top:0.3125rem;left:0rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5e1c3a077648dc5310f6559ff2501fc { top:0.3125rem;left:23.25rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a04a20d2dfa9bffc7d329c3c9b8bac71 { top:0.4375rem;left:0rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPuzRwR0xhsJquQ7IGoUV6HaIXZZKBwa { display:block; }#LPuzRwR0xhsJquQ7IGoUV6HaIXZZKBwa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T6e4a54413849e34334274e346d1adec { top:0.3125rem;left:7.25rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d76c07e5b6f800bf359b156a60ac922f { top:0.3125rem;left:23.125rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c913a19930c2efe943cae01c2de98d90 { top:0.3125rem;left:0rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #db5322b72f225442f8ab6f4631d1df80 { top:0.25rem;left:23.25rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4aaa4b4eead671b588f1e9b64a6544e { top:0.25rem;left:0rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B33c69493c5285bc95590ea8a7f06eda { top:0.3125rem;left:7.375rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ggq70TlAWWK6kvuIQ43ZSKmKW4CgP87k { display:block; }#Ggq70TlAWWK6kvuIQ43ZSKmKW4CgP87k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zce902735716c013e8b2a67b443a6ca1 { top:1.5625rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JM262MULoeIhLuxK79W6HZ1wgWEqzVE8 { display:block; }#JM262MULoeIhLuxK79W6HZ1wgWEqzVE8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RJA4SEKpWGx0nBQqM08ePs1L9fv6ckUd { width:46.75rem;height:4.0625rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJVb7RvdMTr1CN8MbUg0ueSBIuXzLUQK { display:block; }
 }@media only screen and (max-width: 763px) { #OuGetv55Nn79gXamEfwTCGcdJuRS87EM { top:2.625rem;left:0rem;width:47.75rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUIiATHCXedQduT3VMGypMq0ZhVK3fZt { display:block; }#AUIiATHCXedQduT3VMGypMq0ZhVK3fZt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i944a35ba0b41aeaa23fe074ef0e63ad { top:3.5625rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #db86dafc1f9bb35253b5fd9e510544a4 { top:2.75rem;left:0rem;width:47.25rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygQFO8XVv6CDtKF2pfnpyCuBSqgvRycf { display:block; }#ygQFO8XVv6CDtKF2pfnpyCuBSqgvRycf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d6fcb0e1e173e6dc75a87478aaa1bdeb { top:7.125rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Saba109fcbada99a202d2f4a2a85ac77 { top:7.5625rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bc0b6081138054a60a690fe9ab684044 { top:2.125rem;left:0rem;width:39.75rem;height:2.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ce128670564abe083bb6ce9fb2d66ca1 { top:7.125rem;left:1.1875rem;width:46.5625rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d21bd836dc0d1a0f523aaf53b892bb41 { top:10.875rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ad25ffa5f0c68ce1774a651cb9cc2ff7 { top:10.875rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #if2aa118ba6404148f5d65a18ea122f1 { top:11.3125rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q107f234e6f75d39ec15bc61cc40788d { top:18.375rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c72ffe32a1432b722fad3b6e5d402bc9 { top:18.375rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e05ffede6dc7f3bc3b8506d5dc1d6d00 { top:18.8125rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7baaec1fd77a04a6641a8ac4ac79dba { top:14.625rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4ec099912c7ec44622539349c73826f { top:14.625rem;left:1.1875rem;width:46.5625rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e948af268a1ffb09d2822c302266d5ba { top:14.9375rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c47c7cba69648d04fbc947dba8c0cfcc { top:22.125rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vceb1b7580b598e19bae763b54415882 { top:22.5625rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3e269782e16debe095e7be875e697c8 { top:22.0625rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzuU7y0ug4J9QDBdf48z2kT5z6ch5BnT { display:block; }#UzuU7y0ug4J9QDBdf48z2kT5z6ch5BnT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v292ba57ed2b14ef6bb3fc5c0dc9454c { top:7.125rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dc0e873237bf309ee101ebf0237f7664 { top:7.5625rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0a3ec713920084effec326640811c50 { top:2.0625rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b207aece7041d352c82e0bf14d7b02d8 { top:7.125rem;left:0rem;width:47.75rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kb7b7beacffdd817eba1b31445fc8698 { top:10.875rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7a1d1c9e22316b455dfaba5687dae58 { top:10.875rem;left:1.1875rem;width:46.5625rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7ac696b7c0fbb208a521296b4fffa7d { top:11.3125rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1e5b370bbf1614b6bfd10e634b2ae74 { top:19.5rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1766a2a16ca7f9a8bd7ce7c0b63ea38 { top:19.5rem;left:0rem;width:47.75rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x42332ed245c736d68c494a9a4d4f508 { top:19.9375rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c717f062a69a104fa5ee6a0a49ca1880 { top:14.625rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ca58b65d23079f6faaf6578f34fee248 { top:14.625rem;left:0.3125rem;width:47.4375rem;height:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aa1314452de01269a5180cd4ba2268fc { top:14.9375rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A63b765b41057ba47837a94419d0d56f { top:23.25rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ba55d552efe1522619414bc3a9e1dd9f { top:23.6875rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rf5344f37000d2e24f8a20ffde15604a { top:23.25rem;left:1.1875rem;width:46.5625rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5102e455a1d0a826a4e6991e2a18b56 { top:30.8125rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zc097769c64184af8120efd27821ce4c { top:31.25rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2315c2b938fdf5a587924776396cd1e { top:30.8125rem;left:1.1875rem;width:46.5625rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R004893607b1d94a873603cda4f0f504 { top:27.0625rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eab53e6eae026afbb1ba17b077ab829c { top:27.0625rem;left:0rem;width:47.75rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I946217fe68806aece89acb34897cf57 { top:27.5rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGKnR8Ta7tuLLtLiMFBIMxrKFTNmWvEV { display:block; }#LGKnR8Ta7tuLLtLiMFBIMxrKFTNmWvEV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sc196376033bccdda72caf738003b312 { width:46.25rem;height:4.0625rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ha05d469f1dbfaf6db35b019b9b5f124 { display:block; }
 }@media only screen and (max-width: 763px) { #c2cd0eb016eb3b3ee1c5676645eff39f { top:2.5625rem;left:0rem;width:47.75rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #E9bd3b18e1eb42f9acfc255af5cec706.widget-smartsection { display:block; } #E9bd3b18e1eb42f9acfc255af5cec706.widget-smartsection *:focus-visible, #E9bd3b18e1eb42f9acfc255af5cec706.widget-smartsection input[type="text"]:focus-visible, #E9bd3b18e1eb42f9acfc255af5cec706.widget-smartsection input[type="email"]:focus-visible, #E9bd3b18e1eb42f9acfc255af5cec706.widget-smartsection input[type="tel"]:focus-visible, #E9bd3b18e1eb42f9acfc255af5cec706.widget-smartsection textarea:focus-visible { outline: none; } #i5W6ThNZt3rRwtsJSNHE7zMAKKUQoWkI > .row .container { width:20rem;height:23.259567781372rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KWHHqkbx2Tn9mMJfpZHiPyCOP7zCQR0i { display:block; }#KWHHqkbx2Tn9mMJfpZHiPyCOP7zCQR0i > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f6f609d5dfbfdb432534b946d2f47656 { width:2.8125rem;height:2.8125rem;top:1.3125rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d87499bf4ebdc752a1eaac1f194b4a01 { width:3.4375rem;height:1.4625rem;top:2.125rem;left:8.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ya44adc70ba6675c2dc2aed084fb880c { width:18.6875rem;height:7.375rem;top:4.9375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P77f8f56b66a7964f1e3cc1f5692eaa0 { width:17.437125rem;height:3.65625rem;top:6.796875rem;left:1.060791015625rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #f7b212bac58466db0099a5b5190e05ad { width:2.8125rem;height:2.8125rem;top:14.25rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c41ca9a0540e5ea872cad19c33e7da4a { width:3.4375rem;height:1.4625rem;top:15.0625rem;left:8.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fc3e27ad6da1008ce9bd705fb2a6d3cf { width:11.062rem;height:2.925rem;top:18.937133789062rem;left:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5e09eb9c821171a2e03631dd0493267 { width:18.6875rem;height:8.25rem;top:17.875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3e01d45603a062e8d60c03e58bca1b7 { display:flex;width:2.375rem;height:2.375rem;top:22.749755859375rem;left:8.87451171875rem; }
#R3e01d45603a062e8d60c03e58bca1b7 > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #K1VT5CSiT2yC4T7uHllOWf2pUK1reLSD { display:block; }#K1VT5CSiT2yC4T7uHllOWf2pUK1reLSD > .row .container { width:20rem;height:20.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mnrOV1VaqqpgLhR4FIzcJUBg2DDc9gzd { width:17.5rem;height:3.4375rem;top:15.151041030884rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdTgwheTFoqQgThwSK7vDm5egDFXNb34 { display:block; }
 }@media only screen and (max-width: 763px) { #kebBimTV8K6y37y4zbhihGsAsssTFmzI { width:19.3125rem;height:8.775rem;top:5.875rem;left:0.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIvHTqxX2XtftiLZL1ulgZ4lRHK3bp8C { width:2.8125rem;height:2.8125rem;top:0rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMIUHraR0gZ8QGiASVgffNMJF4K89TTW { width:3.4375rem;height:1.4625rem;top:0.8125rem;left:8.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiytvAXub7r021z6sBc5K1LbbhLQgxqW { width:19.4375rem;height:15.375rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4aI9xqBP3aMua0aKSNbCk07AObU0ehw { display:block; }#L4aI9xqBP3aMua0aKSNbCk07AObU0ehw > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FSbT66NRcnbxgOlxzcMWveL0dyaFclw0 { width:19rem;height:4.0625rem;top:1.25rem;left:0.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vr7vZUyKcdt3UrMN5XILzrRlOvVdf0Nl { display:block; }
 }@media only screen and (max-width: 763px) { #qIUplWECnWyWDXnqpvt8s1qXJRAL1tLu { width:20rem;height:4.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gximmt7i4wecg0MU3hRs2uF6gvBz9f4z { display:block; }#gximmt7i4wecg0MU3hRs2uF6gvBz9f4z > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o454abcd691ca14d053ab764558c845b { width:19.874875rem;height:3.25rem;top:0.74951171875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iLb4TyZbrZHa2dKoCtMGfFD3kdthBtPL { display:block; }#iLb4TyZbrZHa2dKoCtMGfFD3kdthBtPL > .row .container { width:20rem;height:43.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bfad63205b7189685f4494ce0557e156 { width:20rem;height:13.5625rem;top:15.4375rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #feb322deff8e6ef6679afe3cd09c0e3b { width:19.875rem;height:13.5625rem;top:15.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9c4960f9d8efb7ab5808fdfd1aa9d0b { width:19.875rem;height:13.5625rem;top:30.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d68ca8aedfd68cec81b1a5e3a2b4c203 { width:19.875rem;height:13.5625rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gad7a2d70251433edefbbf2adf8e70fb { width:20rem;height:13.5625rem;top:0.625rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #ee6fbb05f791f0c45d08f0b600f9c689 { width:20rem;height:13.5625rem;top:30.1875rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #UMLtc6MN2rEPkPpi5medL6OkVAUTMzqd { display:block; }#UMLtc6MN2rEPkPpi5medL6OkVAUTMzqd > .row .container { width:20rem;height:44.375007629395rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d5a4e8dcd07389c2567e22454e59fb23 { width:19.875rem;height:13.5625rem;top:15.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0c9cb6cf88b78cda755d7cd3681272a { width:19.875rem;height:13.5625rem;top:30.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K999246e98efd3383e8a57ba273360ea { width:19.875rem;height:13.5625rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #babc5534d954170c78c84d9917715d46 { width:20rem;height:13.5625rem;top:15.9375rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #b72699815b0668031f4f3df381b1bdcb { width:20rem;height:13.5625rem;top:1.1875rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #l4627bc5b374f00a159e6d17861c34a4 { width:20rem;height:13.5625rem;top:30.8125rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #Qh5PTlMshTRQ19nMgQ5KBfdIVcVRLdxm { display:block; }#Qh5PTlMshTRQ19nMgQ5KBfdIVcVRLdxm > .row .container { width:20rem;height:44.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e6d2a0727a06a6eb8898c3aa840a00f6 { width:20rem;height:13.5625rem;top:16.125rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #f52ee9b0f1cb5d5b03c6eec6f806c493 { width:19.875rem;height:13.5625rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ace60351ac7749f5452265202a5c5171 { width:19.875rem;height:13.5625rem;top:30.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbf0917a73af91519d24d64a2f9276ee { width:19.875rem;height:13.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5e1c3a077648dc5310f6559ff2501fc { width:20rem;height:13.5625rem;top:31.0625rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #a04a20d2dfa9bffc7d329c3c9b8bac71 { width:20rem;height:13.5625rem;top:1.25rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #LPuzRwR0xhsJquQ7IGoUV6HaIXZZKBwa { display:block; }#LPuzRwR0xhsJquQ7IGoUV6HaIXZZKBwa > .row .container { width:20rem;height:45.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T6e4a54413849e34334274e346d1adec { width:19.875rem;height:13.5625rem;top:16.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d76c07e5b6f800bf359b156a60ac922f { width:19.875rem;height:13.5625rem;top:31.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c913a19930c2efe943cae01c2de98d90 { width:19.875rem;height:13.5625rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #db5322b72f225442f8ab6f4631d1df80 { width:20rem;height:13.5625rem;top:31.25rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #f4aaa4b4eead671b588f1e9b64a6544e { width:20rem;height:13.5625rem;top:1.375rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #B33c69493c5285bc95590ea8a7f06eda { width:20rem;height:13.5625rem;top:16.25rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #Ggq70TlAWWK6kvuIQ43ZSKmKW4CgP87k { display:block; }#Ggq70TlAWWK6kvuIQ43ZSKmKW4CgP87k > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zce902735716c013e8b2a67b443a6ca1 { width:20rem;height:1.625rem;top:0rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JM262MULoeIhLuxK79W6HZ1wgWEqzVE8 { display:block; }#JM262MULoeIhLuxK79W6HZ1wgWEqzVE8 > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RJA4SEKpWGx0nBQqM08ePs1L9fv6ckUd { width:19rem;height:4.0625rem;top:1.25rem;left:0.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJVb7RvdMTr1CN8MbUg0ueSBIuXzLUQK { display:block; }
 }@media only screen and (max-width: 763px) { #OuGetv55Nn79gXamEfwTCGcdJuRS87EM { width:20rem;height:4.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUIiATHCXedQduT3VMGypMq0ZhVK3fZt { display:block; }#AUIiATHCXedQduT3VMGypMq0ZhVK3fZt > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i944a35ba0b41aeaa23fe074ef0e63ad { width:20rem;height:3.25rem;top:1.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #db86dafc1f9bb35253b5fd9e510544a4 { width:19.5rem;height:3.875rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygQFO8XVv6CDtKF2pfnpyCuBSqgvRycf { display:block; }#ygQFO8XVv6CDtKF2pfnpyCuBSqgvRycf > .row .container { width:20rem;height:31.886444091797rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d6fcb0e1e173e6dc75a87478aaa1bdeb { display:flex;width:2.25rem;height:2.25rem;top:5.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Saba109fcbada99a202d2f4a2a85ac77 { width:1.375rem;height:1.375rem;top:5.9375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bc0b6081138054a60a690fe9ab684044 { width:20rem;height:3.90014375rem;top:1.25rem;left:0rem;font-size:1.5rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ce128670564abe083bb6ce9fb2d66ca1 { width:14.124125rem;height:2.6rem;top:5.3253173828125rem;left:3.75rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #d21bd836dc0d1a0f523aaf53b892bb41 { display:flex;width:2.25rem;height:2.25rem;top:10.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ad25ffa5f0c68ce1774a651cb9cc2ff7 { width:13.624625rem;height:3.9rem;top:10.324073255062rem;left:3.75rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #if2aa118ba6404148f5d65a18ea122f1 { width:1.375rem;height:1.375rem;top:10.9375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q107f234e6f75d39ec15bc61cc40788d { display:flex;width:2.25rem;height:2.25rem;top:20.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #c72ffe32a1432b722fad3b6e5d402bc9 { width:15.8748125rem;height:3.9rem;top:20.386765956879rem;left:3.75rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #e05ffede6dc7f3bc3b8506d5dc1d6d00 { width:1.375rem;height:1.375rem;top:21rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7baaec1fd77a04a6641a8ac4ac79dba { display:flex;width:2.25rem;height:2.25rem;top:15.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #t4ec099912c7ec44622539349c73826f { width:12.2496875rem;height:2.6rem;top:16.036843717098rem;left:3.75rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #e948af268a1ffb09d2822c302266d5ba { width:1.375rem;height:1.375rem;top:16rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c47c7cba69648d04fbc947dba8c0cfcc { display:flex;width:2.25rem;height:2.25rem;top:25.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Vceb1b7580b598e19bae763b54415882 { width:1.375rem;height:1.375rem;top:26rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3e269782e16debe095e7be875e697c8 { width:15.9375rem;height:6.5rem;top:25.386765956879rem;left:3.7495176196098rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #UzuU7y0ug4J9QDBdf48z2kT5z6ch5BnT { display:block; }#UzuU7y0ug4J9QDBdf48z2kT5z6ch5BnT > .row .container { width:20rem;height:42.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v292ba57ed2b14ef6bb3fc5c0dc9454c { display:flex;width:2.2497125rem;height:2.2497125rem;top:7.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dc0e873237bf309ee101ebf0237f7664 { width:1.37490625rem;height:1.37490625rem;top:8.3125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0a3ec713920084effec326640811c50 { width:20rem;height:4.225rem;top:1.25rem;left:0rem;font-size:1.625rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b207aece7041d352c82e0bf14d7b02d8 { width:11.875rem;height:5.2rem;top:6.8060302734375rem;left:3.75rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #kb7b7beacffdd817eba1b31445fc8698 { display:flex;width:2.25rem;height:2.25rem;top:12.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #c7a1d1c9e22316b455dfaba5687dae58 { width:15.187125rem;height:2.6rem;top:12.69917011261rem;left:3.75rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #c7ac696b7c0fbb208a521296b4fffa7d { width:1.375rem;height:1.375rem;top:13.3125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1e5b370bbf1614b6bfd10e634b2ae74 { display:flex;width:2.25rem;height:2.25rem;top:22.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #c1766a2a16ca7f9a8bd7ce7c0b63ea38 { width:14.874625rem;height:3.9rem;top:22.537130355835rem;left:3.75rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #x42332ed245c736d68c494a9a4d4f508 { width:1.375rem;height:1.375rem;top:23.3125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c717f062a69a104fa5ee6a0a49ca1880 { display:flex;width:2.25rem;height:2.25rem;top:17.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ca58b65d23079f6faaf6578f34fee248 { width:15.8748125rem;height:3.9rem;top:17.69917011261rem;left:3.75rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #aa1314452de01269a5180cd4ba2268fc { width:1.375rem;height:1.375rem;top:18.3125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A63b765b41057ba47837a94419d0d56f { display:flex;width:2.25rem;height:2.25rem;top:27.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ba55d552efe1522619414bc3a9e1dd9f { width:1.375rem;height:1.375rem;top:28.3125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rf5344f37000d2e24f8a20ffde15604a { width:14.4375rem;height:2.6rem;top:27.537601470948rem;left:3.75rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #b5102e455a1d0a826a4e6991e2a18b56 { display:flex;width:2.25rem;height:2.25rem;top:37.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Zc097769c64184af8120efd27821ce4c { width:1.375rem;height:1.375rem;top:38.3125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2315c2b938fdf5a587924776396cd1e { width:16.1875rem;height:1.3rem;top:38.268218994141rem;left:3.75rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #R004893607b1d94a873603cda4f0f504 { display:flex;width:2.25rem;height:2.25rem;top:32.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eab53e6eae026afbb1ba17b077ab829c { width:10.5623125rem;height:3.9rem;top:32.69917011261rem;left:3.75rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #I946217fe68806aece89acb34897cf57 { width:1.375rem;height:1.375rem;top:33.3125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGKnR8Ta7tuLLtLiMFBIMxrKFTNmWvEV { display:block; }#LGKnR8Ta7tuLLtLiMFBIMxrKFTNmWvEV > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sc196376033bccdda72caf738003b312 { width:20rem;height:4.125rem;top:1.5rem;left:0.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ha05d469f1dbfaf6db35b019b9b5f124 { display:block; }
 }@media only screen and (max-width: 763px) { #c2cd0eb016eb3b3ee1c5676645eff39f { width:20rem;height:4.125rem;top:1.4996337890625rem;left:0rem;display:block; }
 }