.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-input-select option {
  color: #000;
}
.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 {
  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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PLce5TffJlVP6pdN1T3ST0KTcT3Ku7rh { position:relative;display:block; }#PLce5TffJlVP6pdN1T3ST0KTcT3Ku7rh { background-color: transparent; background-image: none; }#PLce5TffJlVP6pdN1T3ST0KTcT3Ku7rh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PLce5TffJlVP6pdN1T3ST0KTcT3Ku7rh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PLce5TffJlVP6pdN1T3ST0KTcT3Ku7rh > .row .container > .video-iframe-container { display: none; }#PLce5TffJlVP6pdN1T3ST0KTcT3Ku7rh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PLce5TffJlVP6pdN1T3ST0KTcT3Ku7rh > .row > .video-iframe-container { display: none; }#PLce5TffJlVP6pdN1T3ST0KTcT3Ku7rh > .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); }#PLce5TffJlVP6pdN1T3ST0KTcT3Ku7rh { border-width: 0; border-radius: 0; }#PLce5TffJlVP6pdN1T3ST0KTcT3Ku7rh > .row .container > .video-iframe-container {  }#PLce5TffJlVP6pdN1T3ST0KTcT3Ku7rh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3.875rem;width:60rem;position:relative;display:block; }#mW2kaOMNNSf5Ms83zoTvVAEk4VGnelZm { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.93728125rem;width:21.9998125rem;top:0.46875002980232rem;left:18.998481750488rem;overflow:hidden;display:block; }
#Mr0lJIiC5omPuOtMGBdgOonatnOoS5Xl { color:#453f41;display:block;width:46.6873125rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.19);top:3.8736979961395rem;left:5.9016914367676rem;height:3.0859375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e3bfc8, #da96be);background-image: -moz-linear-gradient(180deg, #e3bfc8, #da96be);background-image: -ms-linear-gradient(180deg, #e3bfc8, #da96be);background-image: -o-linear-gradient(180deg, #e3bfc8, #da96be);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3bfc8', endColorstr='#da96be' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3bfc8', endColorstr='#da96be' );";background-image: linear-gradient(180deg, #e3bfc8, #da96be);background-size:auto !important;position:relative;display:block; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row .container { background-color: transparent; background-image: none; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row .container > .video-iframe-container { display: none; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row > .video-iframe-container { display: none; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .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); }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row .container { border-width: 0; border-radius: 0; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row > .video-iframe-container {  }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row .container { font-size:0.875rem;font-family:arial;height:34.6875rem;width:60rem;position:relative;display:block; }#TfwvzEJJf2FvWaBf9vRbbKSTu7aMDOyO { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.936625rem;width:20.7498125rem;top:7.5625rem;left:39.25rem;overflow:hidden;display:block; }
#qRpUURQuVTawh9kU9dnvNd3DmdRwmCxE { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.1875rem;width:28rem;top:18.875rem;left:0rem;overflow:hidden;display:block; }
#xriOgq0msMvfL5FlSAlfcGdA39WbgHbD { position:absolute;display:block;z-index:100003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.8125rem;width:32.875rem;top:13.3125rem;left:13.5625rem;display:block; }
#GQqRoEAT2KhpPvTmlQfwSaMtdhWr9OFi { color:#000000;display:block;width:24.5rem;position:absolute;font-family:"br font n-day";font-size:1.6875rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:13.8125rem;left:17.75rem;height:2.192925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-form-header {  }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-regular-label { height:auto;display:none;font-family:lato;font-size:0.875rem;font-weight:bold;color:#000000;width:27.75rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #878787;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.75rem;box-sizing:border-box;height:2.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-input-text {padding-top: 0; padding-bottom: 0;}#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #878787;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.75rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.75rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"br font n-day";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-input-select {padding-top: 0; padding-bottom: 0;}#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-input-button { background-color:#d19a52;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#ffffff;width:27.75rem;height:3rem;font-family:amiri;overflow:hidden; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk [class*="-text"]:-moz-placeholder { color:#979797;font-family:"br font n-day";font-size:0.875rem; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk [class*="-text"]::-moz-placeholder { color:#979797;font-family:"br font n-day";font-size:0.875rem; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk [class*="-text"]:-ms-input-placeholder { color:#979797;font-family:"br font n-day";font-size:0.875rem; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk [class*="-text"]::-webkit-input-placeholder { color:#979797;font-family:"br font n-day";font-size:0.875rem; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:lato;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:26.375rem;overflow:hidden;font-style:normal; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:lato;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-container { padding-top:1.0625rem;padding-right:0;padding-bottom:1rem;padding-left:0;width:100%;font-size:0;height:auto; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-container:first-of-type{padding-top:0;}#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-container:last-of-type{padding-bottom:0;}#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100010;position:absolute;top:16.062286376953rem;left:14.874132156372rem; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:27.75rem;display:block;vertical-align:top; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk {display:block;}#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100010;position:absolute;top:16.062286376953rem;left:14.874132156372rem; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #ihso1EdAfK7PfEFCIZVX6V1O7uTgZk2o { position:relative; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #dL78uxVDNQHT7rpnPVUJXKvl1eUKKO3m { position:relative; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #rVrVqcoIMaBfmVT8Gkz3M0gQAGCJww2I { position:relative; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #a7b2mKqmNyUQcVQwcoEvK6IHmSk1wBMy { position:relative; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #s3gLu9TLHCOMv7Hi8cfzgvNmsv4EP5gK { position:relative; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #HVsqHZ55iTh6TMaV3pq4ukbLVqqX4klm { position:relative; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #Vb6FRV3xdtNM4H6iFBooOUJM5DI9GptN { position:relative; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #OAcHvAVgyU9hxVLKBDoScXHsioMTmBWq { position:relative; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #DNzoHJcBSn8ZQMhmIezC0DNMFl80l1UT { position:relative; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #U8gKFzo4EtCKeqTFZyb7RMTIh6sLVARp { position:relative; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #mxeTqUkJDREb4nIqTictgh38kDB26gX8 { position:relative; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #MouDcqiN6bMdFQ07KnEQeJhXSnDavcF5 { position:relative; }
#OO9MDOQokbuMoJkRWlWrAmXEHuqwdMvG { position:relative;display:block; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #cToeNzTVBPtEgQZGIw6zRP7h9bPnopX7 { position:relative; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #zw7LNOvh4FaACLbW2kWfKy62lAuoaTLJ { position:relative; }
#uDHmzMUpb9ipe5vv2eAvBJ8nl4s73zcw { position:absolute;display:block;z-index:100011;background-color:#fce8b9;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:6.25rem;width:6.25rem;top:11.375rem;left:10.4375rem;display:block; }
#gUs9Apcoy90IB0Apo3hslsyRGbxWp3SL { color:#000000;display:block;width:5.56206875rem;position:absolute;font-family:"aref ruqaa";font-size:1.3125rem;font-weight:700;z-index:100012;line-height:1.2;letter-spacing:0;top:12.9375rem;left:10.75rem;height:3.1510375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pShgekOIHnqEBcI3gDud11kxTpAtvC3a { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100014;top:4.0603301525116rem;left:29.375rem; }
#ozDkb49G8greBVcZpuIl57EKHtf4ryNQ { position:absolute;display:block;z-index:100096;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.18685rem;width:8.499375rem;top:8.9680988788606rem;left:19.567058563233rem;overflow:hidden;display:block; }
#xwP2kIcI67SH7c6ZZkf8Ns5vTXGJ7tZl { color:#494748;display:block;width:18.75rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:100095;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(42,40,41,0.31);top:6.4355471134187rem;left:23.068576812744rem;height:1.8684875rem;font-style:normal;display:block; }
#WbhRUHKWrMlTlc7uNKTKXmVtSA0aSrIC { position:absolute;display:block;z-index:100096;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.87435rem;width:7.249375rem;top:9.1243488788606rem;left:30.625rem;overflow:hidden;display:block; }
#tmGE4wi1eIuFIQl3v82M6m65KZJi335B { color:#ffffff;display:block;width:46.6873125rem;position:absolute;font-family:"mykonos ar";font-size:1.1875rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:3.8736979961395rem;left:6.6547298431394rem;height:4.62890625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr { background-color:#da96be;background-image:url("https://images.assets-landingi.com/Uaotpodj/bg1.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr.adaptive-delivery-prevent-bg, #Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr.lazyload, #Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr.lazyloading { background-image: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { background-color: transparent; background-image: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container > .video-iframe-container { display: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row > .video-iframe-container { display: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .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); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { border-width: 0; border-radius: 0; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row > .video-iframe-container {  }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { width:60rem;height:11.6875rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbdbdb;background-image:none;position:relative;display:block; }#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm > .row .container { background-color: transparent; background-image: none; }#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm > .row .container > .video-iframe-container { display: none; }#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm > .row > .video-iframe-container { display: none; }#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm > .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); }#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm > .row .container { border-width: 0; border-radius: 0; }#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm > .row > .video-iframe-container {  }#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:60rem;position:relative;display:block; }#hPLlr7Lz6UIiNPOuyHPuqtwt4PNQii1H { color:#014f4d;display:block;width:60rem;position:absolute;font-family:"br font n-day";font-size:2.1875rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:1.796875rem;left:0rem;height:2.84288125rem;text-align:center;text-align-last:center;display:block; }
#WF700Vu2Ct120lZTTrbRWMSLgH2CbtGv { color:#d19a52;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QIOEW2oEJ7Ismvu6EKwS0pQgQTtmF1VX { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.874375rem;width:19.4998125rem;top:6.435546875rem;left:40.500217437744rem;overflow:hidden;display:block; }
#OIA38b21P6vL63AsEacnT33cNItEzvNX { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.874375rem;width:19.375rem;top:6.435546875rem;left:20.3125rem;overflow:hidden;display:block; }
#HAGvl5bTI65dp0FsqqGgv8iV8Alzdkv1 { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.8125rem;width:19.375rem;top:6.435546875rem;left:0.25564193725586rem;overflow:hidden;display:block; }
#NnCG7tAREf1dPp39OAfgzLLqMEr14hao { color:#000000;display:block;width:16.9998125rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100006;line-height:1.5;letter-spacing:0;top:14.623265266419rem;left:1.1848945617676rem;height:3.75rem;text-align:center;text-align-last:center;display:none; }
#FsEgbz4JLPHx0rePmxvpTEVdvwhrtdeC { color:#000000;display:block;width:16.9998125rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100010;line-height:1.5;letter-spacing:0;top:14.530165672303rem;left:21.498481750488rem;height:3.75rem;text-align:center;text-align-last:center;display:none; }
#JHUVDvzC5WShquiQvydTssZoHxXDtWLn { color:#000000;display:block;width:16.9998125rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100014;line-height:1.5;letter-spacing:0;top:15.558812141419rem;left:41.812068939209rem;height:1.875rem;text-align:center;text-align-last:center;display:none; }
#BWAVEv7Rr1bok6BPJRu4xS5n2NJF5FMh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbdbdb;background-image:none;position:relative;display:block; }#BWAVEv7Rr1bok6BPJRu4xS5n2NJF5FMh > .row .container { background-color: transparent; background-image: none; }#BWAVEv7Rr1bok6BPJRu4xS5n2NJF5FMh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWAVEv7Rr1bok6BPJRu4xS5n2NJF5FMh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWAVEv7Rr1bok6BPJRu4xS5n2NJF5FMh > .row .container > .video-iframe-container { display: none; }#BWAVEv7Rr1bok6BPJRu4xS5n2NJF5FMh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWAVEv7Rr1bok6BPJRu4xS5n2NJF5FMh > .row > .video-iframe-container { display: none; }#BWAVEv7Rr1bok6BPJRu4xS5n2NJF5FMh > .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); }#BWAVEv7Rr1bok6BPJRu4xS5n2NJF5FMh > .row .container { border-width: 0; border-radius: 0; }#BWAVEv7Rr1bok6BPJRu4xS5n2NJF5FMh > .row > .video-iframe-container {  }#BWAVEv7Rr1bok6BPJRu4xS5n2NJF5FMh > .row .container { font-size:0.875rem;font-family:arial;height:19.875rem;width:60rem;position:relative;display:block; }#XxuR67rJmlHku0TafHHdTauEJbnxC3VS { position:absolute;display:block;z-index:100004;background-color:#efefef;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;height:5.3125rem;width:19.375rem;top:14.186630249024rem;left:0rem;display:block; }
#r13nNywpC3PZ2bn4KGPdRi24zKc9nfCv { color:#000000;display:block;width:16.9998125rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100006;line-height:1.5;letter-spacing:0;top:14.623265266419rem;left:1.1848945617676rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#FuEAZgg7Oow3i1bnou0trUMNNOZm99TV { position:absolute;display:block;z-index:100008;background-color:#efefef;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;height:5.3125rem;width:19.375rem;top:14.125rem;left:20.3125rem;display:block; }
#Dv6WxJmEdyXXafCEgG6yf5WkZaoBETDu { color:#000000;display:block;width:16.9998125rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100010;line-height:1.5;letter-spacing:0;top:14.530165672303rem;left:21.498481750488rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#gabAVL3LSDEt7wQBryLhhuOiKpLrMiyK { position:absolute;display:block;z-index:100012;background-color:#efefef;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;height:5.3125rem;width:19.375rem;top:14.125rem;left:40.625rem;display:block; }
#L1ASFlt4ysJffPw0xEgHC1pWvki8TH8U { color:#000000;display:block;width:16.9998125rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100014;line-height:1.5;letter-spacing:0;top:15.558812141419rem;left:41.812068939209rem;height:1.875rem;text-align:center;text-align-last:center;display:block; }
#S76duc8sf7QQAtL17K5G0nVlcxD3wTHT { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.125rem;width:5.25rem;top:0rem;left:47.6875rem;overflow:hidden;display:none; }
#tURTzx22TOcWylZAJO06xqeZHoeWrOqo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbdbdb;background-image:none;position:relative;display:block; }#tURTzx22TOcWylZAJO06xqeZHoeWrOqo > .row .container { background-color: transparent; background-image: none; }#tURTzx22TOcWylZAJO06xqeZHoeWrOqo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tURTzx22TOcWylZAJO06xqeZHoeWrOqo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tURTzx22TOcWylZAJO06xqeZHoeWrOqo > .row .container > .video-iframe-container { display: none; }#tURTzx22TOcWylZAJO06xqeZHoeWrOqo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tURTzx22TOcWylZAJO06xqeZHoeWrOqo > .row > .video-iframe-container { display: none; }#tURTzx22TOcWylZAJO06xqeZHoeWrOqo > .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); }#tURTzx22TOcWylZAJO06xqeZHoeWrOqo > .row .container { border-width: 0; border-radius: 0; }#tURTzx22TOcWylZAJO06xqeZHoeWrOqo > .row > .video-iframe-container {  }#tURTzx22TOcWylZAJO06xqeZHoeWrOqo > .row .container { font-size:0.875rem;font-family:arial;height:20.375rem;width:60rem;position:relative;display:block; }#ceyTHpxOCcRGfSoLTVNxaUUllOWmixr4 { color:#014f4d;display:block;width:25.4373125rem;position:absolute;font-family:"neo sans arabic";font-size:2.5rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:3.4353303909302rem;left:0.53385353088379rem;height:3.24978125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#iEQMwTugGW6SalfH5w9cBQg7Da0FWTZN { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 2.5rem rgba(255,255,255,0.25) ;height:16.311875rem;width:24.6245625rem;top:3.4364147186279rem;left:34.186199188233rem;overflow:hidden;display:block; }
#iZTtcK4r5uQwJFtLTdo4NhWJhOxq3W3S { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.7480625rem;width:20.1248125rem;top:1.8131523132324rem;left:21.622177124024rem;overflow:hidden;display:block; }
#dWJ4y9RPdmiqIRHyZ3PdaJ0dZmTL9ZIc { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 2.5rem rgba(255,255,255,0.25) ;height:16.311875rem;width:24.6245625rem;top:3.4364147186279rem;left:34.186199188233rem;overflow:hidden;display:none; }
#JfK7IJDfaqtObI5dWK9r20wAcWZkGm4n { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100045;text-align:center;text-align-last:center;top:14.815539360046rem;left:8.8498268127444rem;display:block; }
#aVSKDgqbqQKKUmnnF9hwVPQLncAx8hTD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#J6mrcVUCf0sVz0BOW9AzLxNK6ciM69E6 { color:#000000;display:block;width:18.3745625rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100046;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:8.5633687973025rem;left:4.0657539367676rem;height:4.87305rem;text-align:center;text-align-last:center;display:block; }
#izxPyQnAvHRo10mqC6WS8K7U2zcZU8l0 { color:#fdfdfd;display:block;width:18.75rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:100095;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:6.4355471134187rem;left:23.068576812744rem;height:1.8684875rem;font-style:normal;display:none; }
#nttp9oCkynUULTiGbwKxRJtVAOLHhDou { position:absolute;display:block;z-index:100096;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.18685rem;width:8.499375rem;top:8.9680988788606rem;left:19.567058563233rem;overflow:hidden;display:none; }
#RZh430pKpVIcG91xBUSJmkHoIhGpKMHk { position:absolute;display:block;z-index:100096;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.87435rem;width:7.249375rem;top:9.1243488788606rem;left:30.625rem;overflow:hidden;display:none; }
#SbRkNQ5aPC9HeLKFsNas9BefTrlkRaN0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbdbdb;background-image:none;position:relative;display:block; }#SbRkNQ5aPC9HeLKFsNas9BefTrlkRaN0 > .row .container { background-color: transparent; background-image: none; }#SbRkNQ5aPC9HeLKFsNas9BefTrlkRaN0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SbRkNQ5aPC9HeLKFsNas9BefTrlkRaN0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SbRkNQ5aPC9HeLKFsNas9BefTrlkRaN0 > .row .container > .video-iframe-container { display: none; }#SbRkNQ5aPC9HeLKFsNas9BefTrlkRaN0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SbRkNQ5aPC9HeLKFsNas9BefTrlkRaN0 > .row > .video-iframe-container { display: none; }#SbRkNQ5aPC9HeLKFsNas9BefTrlkRaN0 > .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); }#SbRkNQ5aPC9HeLKFsNas9BefTrlkRaN0 > .row .container { border-width: 0; border-radius: 0; }#SbRkNQ5aPC9HeLKFsNas9BefTrlkRaN0 > .row > .video-iframe-container {  }#SbRkNQ5aPC9HeLKFsNas9BefTrlkRaN0 > .row .container { font-size:0.875rem;font-family:arial;height:309.125rem;width:60rem;position:relative;display:block; }#aLXwNyQiarBcp1K8yyPD9Mw336m3dH0W { position:absolute;display:block;z-index:100039;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:0.93750023841856rem;left:43.4375rem;display:block; }#aLXwNyQiarBcp1K8yyPD9Mw336m3dH0W.adaptive-delivery-prevent-bg, #aLXwNyQiarBcp1K8yyPD9Mw336m3dH0W.lazyload, #aLXwNyQiarBcp1K8yyPD9Mw336m3dH0W.lazyloading { background-image: none; }
#nCLhmMebpATBmSMi62VUBMIezIVtxP4t { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100040;text-align:center;text-align-last:center;top:12.3125rem;left:46.8125rem;display:block; }
#vBcmrJbyycdad8EVSiMSTB3Av1orTc4V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bsE2g6bCC5RDytwCzCnqXf4To9VSLPva { position:absolute;display:block;z-index:100041;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.8748125rem;width:15.1248125rem;top:1.005861653015rem;left:22.465278625488rem;display:block; }#bsE2g6bCC5RDytwCzCnqXf4To9VSLPva.adaptive-delivery-prevent-bg, #bsE2g6bCC5RDytwCzCnqXf4To9VSLPva.lazyload, #bsE2g6bCC5RDytwCzCnqXf4To9VSLPva.lazyloading { background-image: none; }
#DPKbPn4LHoV1EHT8XTAx4ZiTOP9fXTNf { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100042;text-align:center;text-align-last:center;top:12.3125rem;left:25.75rem;display:block; }
#QTNypTzmTppgmVwo4pT9qpAZQw3ZC6lZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#brNvRlbf91PN2sS6KSooLDPUNRkA5tra { position:absolute;display:block;z-index:100043;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:0.9375rem;left:1.5rem;display:block; }#brNvRlbf91PN2sS6KSooLDPUNRkA5tra.adaptive-delivery-prevent-bg, #brNvRlbf91PN2sS6KSooLDPUNRkA5tra.lazyload, #brNvRlbf91PN2sS6KSooLDPUNRkA5tra.lazyloading { background-image: none; }
#dWTtP8KL2NOTpdpNUHw8EAOhODTiF69c { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100044;text-align:center;text-align-last:center;top:12.3125rem;left:4.9375rem;display:block; }
#MQNHctLKpB5TM99lS4Q5w3g1GxIZ8gDq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ug45MMP8F5LVzsI8xDdf7oTCCPDOmTM1 { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.9980625rem;width:20.8105625rem;top:9.6929225921631rem;left:27.873264312744rem;overflow:hidden;display:block; }
#NroqooIsy8GLGeMqHp536d4F4KKkSIGr { position:absolute;display:block;z-index:100050;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:17.5rem;left:1.3125rem;display:block; }#NroqooIsy8GLGeMqHp536d4F4KKkSIGr.adaptive-delivery-prevent-bg, #NroqooIsy8GLGeMqHp536d4F4KKkSIGr.lazyload, #NroqooIsy8GLGeMqHp536d4F4KKkSIGr.lazyloading { background-image: none; }
#zxBMrbEe7t8PGA4ZQvCkhBuPZSxcpRl9 { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100051;text-align:center;text-align-last:center;top:28.875rem;left:4.75rem;display:block; }
#VhzmFNheqpAke0RsSxnwxubTGzpU5RO4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#sMUStb26ODDP6il7tmfHLdp74IX8mkJu { position:absolute;display:block;z-index:100048;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:17.5rem;left:22.125rem;display:block; }#sMUStb26ODDP6il7tmfHLdp74IX8mkJu.adaptive-delivery-prevent-bg, #sMUStb26ODDP6il7tmfHLdp74IX8mkJu.lazyload, #sMUStb26ODDP6il7tmfHLdp74IX8mkJu.lazyloading { background-image: none; }
#oP7b2Wc5JWtK7kL4z4yzoCdvLZd3zP9G { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100049;text-align:center;text-align-last:center;top:28.875rem;left:25.5625rem;display:block; }
#idxlTTdRcKXfA0ntSgWXmOdNnGBBBvwK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#HtgtFd06GpKJHWbWcTALnkvBTxkUEJGy { position:absolute;display:block;z-index:100046;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:17.5rem;left:43.25rem;display:block; }#HtgtFd06GpKJHWbWcTALnkvBTxkUEJGy.adaptive-delivery-prevent-bg, #HtgtFd06GpKJHWbWcTALnkvBTxkUEJGy.lazyload, #HtgtFd06GpKJHWbWcTALnkvBTxkUEJGy.lazyloading { background-image: none; }
#qcw4bTLiKval2AxH2ZXxuATHUfOIpBWs { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100047;text-align:center;text-align-last:center;top:28.875rem;left:46.625rem;display:block; }
#rVhnGbty5qVLuLhqTRT3QNTA3CWBx7o7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UuTZAv3ia8qbX7PSq7BTh9UdSkDVEAWD { position:absolute;display:block;z-index:100056;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:34.125rem;left:1.5rem;display:block; }#UuTZAv3ia8qbX7PSq7BTh9UdSkDVEAWD.adaptive-delivery-prevent-bg, #UuTZAv3ia8qbX7PSq7BTh9UdSkDVEAWD.lazyload, #UuTZAv3ia8qbX7PSq7BTh9UdSkDVEAWD.lazyloading { background-image: none; }
#gpSrQeAnNT9hE9tQhntmhtNwZRpFVTRa { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100057;text-align:center;text-align-last:center;top:45.5rem;left:4.9375rem;display:block; }
#m4CF0qKBXXusMN1zyUK8XdMwu9v6Brp7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#aJfGzzJzCTbTU0H6qnD9EHfpiTFuOtfv { position:absolute;display:block;z-index:100054;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.8748125rem;width:15.1248125rem;top:34.18620098941rem;left:22.311199188233rem;display:block; }#aJfGzzJzCTbTU0H6qnD9EHfpiTFuOtfv.adaptive-delivery-prevent-bg, #aJfGzzJzCTbTU0H6qnD9EHfpiTFuOtfv.lazyload, #aJfGzzJzCTbTU0H6qnD9EHfpiTFuOtfv.lazyloading { background-image: none; }
#B4s1OWCOeaDP0u1ziiFS1J9298JfVcFx { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100055;text-align:center;text-align-last:center;top:45.5rem;left:25.75rem;display:block; }
#c9ns3RXiQEc0oGElfAr6f4NwHaXzLGT0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wv0TLyW7wUvs5Lot39uRs1Pz8X98Pkcm { position:absolute;display:block;z-index:100052;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:34.125rem;left:43.4375rem;display:block; }#wv0TLyW7wUvs5Lot39uRs1Pz8X98Pkcm.adaptive-delivery-prevent-bg, #wv0TLyW7wUvs5Lot39uRs1Pz8X98Pkcm.lazyload, #wv0TLyW7wUvs5Lot39uRs1Pz8X98Pkcm.lazyloading { background-image: none; }
#hy3ns2Vdg3Vidfl80WXhreWN82I3wPGk { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100053;text-align:center;text-align-last:center;top:45.5rem;left:46.8125rem;display:block; }
#tLhmMyl72zMir47VNn2lC7bTlDLUKAUu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gs543XqziJPex67ia56iLz7TDbfzudeA { position:absolute;display:block;z-index:100062;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:50.125rem;left:1.5rem;display:block; }#gs543XqziJPex67ia56iLz7TDbfzudeA.adaptive-delivery-prevent-bg, #gs543XqziJPex67ia56iLz7TDbfzudeA.lazyload, #gs543XqziJPex67ia56iLz7TDbfzudeA.lazyloading { background-image: none; }
#IxAi00J0nqnphsU3GqVt6fT9knpTTBTK { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100063;text-align:center;text-align-last:center;top:61.5rem;left:4.9375rem;display:block; }
#P3bQMcD5zk4MevvXGLNTF6Q3LK5epVaQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bSQbRJbyV2r5rxsgZq12y4b45Ktncynw { position:absolute;display:block;z-index:100060;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:50.125rem;left:22.3125rem;display:block; }#bSQbRJbyV2r5rxsgZq12y4b45Ktncynw.adaptive-delivery-prevent-bg, #bSQbRJbyV2r5rxsgZq12y4b45Ktncynw.lazyload, #bSQbRJbyV2r5rxsgZq12y4b45Ktncynw.lazyloading { background-image: none; }
#FlbDnTFLGS0ccI7hee3T2wpcKHVgbdS9 { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100061;text-align:center;text-align-last:center;top:61.5rem;left:25.75rem;display:block; }
#z5Ur91aJZP1ivZRgK5VLHgDWQdQoGQep { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#DBZbXtw2f3LCtmwQ68c0aMxkkmDLhKI9 { position:absolute;display:block;z-index:100058;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:50.125rem;left:43.4375rem;display:block; }#DBZbXtw2f3LCtmwQ68c0aMxkkmDLhKI9.adaptive-delivery-prevent-bg, #DBZbXtw2f3LCtmwQ68c0aMxkkmDLhKI9.lazyload, #DBZbXtw2f3LCtmwQ68c0aMxkkmDLhKI9.lazyloading { background-image: none; }
#TrFoCVvnr1SyqCtU4KOnPnaB1rScHpXw { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100059;text-align:center;text-align-last:center;top:61.5rem;left:46.8125rem;display:block; }
#lASfe1LmCWcNfRGRaADUhXOowTLmIBLZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#o6dzVows7QX5q12zrXsdfdBTt0AoTPgs { position:absolute;display:block;z-index:100068;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:66.125rem;left:1.5rem;display:block; }#o6dzVows7QX5q12zrXsdfdBTt0AoTPgs.adaptive-delivery-prevent-bg, #o6dzVows7QX5q12zrXsdfdBTt0AoTPgs.lazyload, #o6dzVows7QX5q12zrXsdfdBTt0AoTPgs.lazyloading { background-image: none; }
#vTIs48cncWnx8Z9dDhIBiQcSNVyVddNE { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100069;text-align:center;text-align-last:center;top:77.5rem;left:4.9375rem;display:block; }
#duTbCUlHU1tpZJxDF1HB4T5vfQLaESUf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#r6idPorMfUlDoMNaCWLbpAfvgqM8SwZu { position:absolute;display:block;z-index:100066;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:66.125rem;left:22.3125rem;display:block; }#r6idPorMfUlDoMNaCWLbpAfvgqM8SwZu.adaptive-delivery-prevent-bg, #r6idPorMfUlDoMNaCWLbpAfvgqM8SwZu.lazyload, #r6idPorMfUlDoMNaCWLbpAfvgqM8SwZu.lazyloading { background-image: none; }
#ppkH5TOSxQHE6efUtGRILSLglIg1ukUG { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100067;text-align:center;text-align-last:center;top:77.5rem;left:25.75rem;display:block; }
#nTNSm1UL9GRRXP7P3u0MHh7LsXP3bnEa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VJocGXoBRwnTrbVJTTAink3pkJ1JTI9l { position:absolute;display:block;z-index:100064;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:66.125rem;left:43.4375rem;display:block; }#VJocGXoBRwnTrbVJTTAink3pkJ1JTI9l.adaptive-delivery-prevent-bg, #VJocGXoBRwnTrbVJTTAink3pkJ1JTI9l.lazyload, #VJocGXoBRwnTrbVJTTAink3pkJ1JTI9l.lazyloading { background-image: none; }
#I2yezznDkDznmKF768LyJMZOuZq3WIcf { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100065;text-align:center;text-align-last:center;top:77.5rem;left:46.8125rem;display:block; }
#NWoycRo5uGy0NtXwTaJPtHlNg5kqasov { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#CXk1NAu6pvosHUnKID0Tb7anADzvpPt3 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.9980625rem;width:20.8105625rem;top:57.69313621521rem;left:7.1310749053956rem;overflow:hidden;display:block; }
#D9GcJoTCEkDQhPFJUmr7NRbhkk7aNT5D { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100070;line-height:1.3;letter-spacing:0;top:5.3615446090698rem;left:44.874134063721rem;height:3.8997375rem;text-align:center;text-align-last:center;display:block; }
#MGo9n5MAGb8vDkZHU4pewTsHqAfw3qgr { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.4375rem;font-weight:normal;z-index:100071;line-height:1.3;letter-spacing:0;top:2.4813365936279rem;left:44.874134063721rem;height:1.8684875rem;text-align:center;text-align-last:center;display:block; }
#Cg3z9E49MfzLdXR8uBib1ZJk2AWRxCTK { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:normal;z-index:100072;line-height:1.3;letter-spacing:0;top:9.8793401718137rem;left:44.874134063721rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#WPUVn5d4Mi7nnS7GIooKc6X4y6wdtMog { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:normal;z-index:100075;line-height:1.3;letter-spacing:0;top:9.875rem;left:23.75rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#ToFHNGuQ8L3CfCyIdskvhIFE04OV7P5S { color:#000000;display:block;width:13.311625rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:normal;z-index:100073;line-height:1.3;letter-spacing:0;top:6.1740454565734rem;left:23.344184875488rem;height:2.2721375rem;text-align:center;text-align-last:center;display:block; }
#DSXkTD0GCnAn0C8uBlrMdGrn0gx1hLtf { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.4375rem;font-weight:normal;z-index:100074;line-height:1.3;letter-spacing:0;top:2.5rem;left:23.75rem;height:1.8684875rem;text-align:center;text-align-last:center;display:block; }
#Gnpcm1raKuDP0OCgc5fHFbOHKuawpWwS { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.4375rem;font-weight:normal;z-index:100077;line-height:1.3;letter-spacing:0;top:2.5rem;left:2.9375rem;height:1.8684875rem;text-align:center;text-align-last:center;display:block; }
#ruvaF1QWPHaOcSF1ZL6G6vhsGqAiqNtp { color:#000000;display:block;width:13.311625rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:normal;z-index:100076;line-height:1.3;letter-spacing:0;top:6.125rem;left:2.5625rem;height:3.40820625rem;text-align:center;text-align-last:center;display:block; }
#gUG0iDh4gSui08bzzQ2VzmOabZZffPGk { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:normal;z-index:100078;line-height:1.3;letter-spacing:0;top:9.875rem;left:2.9375rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#RusOnmlIDD40ZnKxJKG6nFimNwdJ3Gaw { color:#a4265e;display:block;width:13.3105625rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:normal;z-index:100074;line-height:1.3;letter-spacing:0;top:4.3561201095581rem;left:23.344184875488rem;height:1.13606875rem;text-align:center;text-align-last:center;display:block; }
#OlxEG9gkLEeP2h9Kav9PXrSTrAbdtRwq { color:#a4265e;display:block;width:13.3105625rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:normal;z-index:100075;line-height:1.3;letter-spacing:0;top:4.2936201095581rem;left:2.5303802490234rem;height:1.13606875rem;text-align:center;text-align-last:center;display:block; }
#w3Sdl50fot9DmNHTsDtRZlMP4OrVzbCq { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.4375rem;font-weight:normal;z-index:100074;line-height:1.3;letter-spacing:0;top:18.374557495118rem;left:44.874134063721rem;height:1.8684875rem;text-align:center;text-align-last:center;display:block; }
#unPZnATRxos00LJCvRTwz3JkWzd6W8cs { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100073;line-height:1.3;letter-spacing:0;top:22.24935044162rem;left:44.874134063721rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#bSTNlTxEEKdJkbslgwnaEauk0Dl3bZQ7 { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:normal;z-index:100075;line-height:1.3;letter-spacing:0;top:26.0625rem;left:44.875rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#nR1MPTJde2AJ3p9TKfyyNRoltXXIApna { color:#a4265e;display:block;width:13.3105625rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:normal;z-index:100075;line-height:1.3;letter-spacing:0;top:20.304470909759rem;left:44.469402313233rem;height:1.13606875rem;text-align:center;text-align-last:center;display:block; }
#aTUneZ4QCEyyLBNUFe50XEs54tz2dn26 { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:normal;z-index:100078;line-height:1.3;letter-spacing:0;top:26.052517784759rem;left:23.75rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#QNh4Ar1vMmZK1yQWKHrbyxUxTs4BpVMI { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100076;line-height:1.3;letter-spacing:0;top:22.25rem;left:23.875rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#EnFDLxN4QufdnQ5duFUXeeP47ooK2z8F { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.4375rem;font-weight:normal;z-index:100077;line-height:1.3;letter-spacing:0;top:18.375rem;left:23.875rem;height:1.8684875rem;text-align:center;text-align-last:center;display:block; }
#WrptH9QrWxda0Z7RZS5Mh1J2iggRehKf { color:#a4265e;display:block;width:13.3105625rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:normal;z-index:100076;line-height:1.3;letter-spacing:0;top:20.240885628387rem;left:23.344184875488rem;height:1.13606875rem;text-align:center;text-align-last:center;display:block; }
#Tod0FzzrTToTwL3sXQZd8P2J5G4FbsTQ { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.4375rem;font-weight:normal;z-index:100081;line-height:1.3;letter-spacing:0;top:18.375rem;left:3.25rem;height:1.8684875rem;text-align:center;text-align-last:center;display:block; }
#p45m56sIrJAw6yu4Woz9zQFBek64gp6Z { color:#a4265e;display:block;width:13.3105625rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:normal;z-index:100080;line-height:1.3;letter-spacing:0;top:20.25rem;left:2.6875rem;height:1.13606875rem;text-align:center;text-align-last:center;display:block; }
#nBDUZzhFEBkIJLt9rUzPqmTLatBOBZKl { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100080;line-height:1.3;letter-spacing:0;top:22.898220909759rem;left:2.9351119995117rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#tGraug423NorMgGIWKWvbMPG29ocSkEu { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:normal;z-index:100082;line-height:1.3;letter-spacing:0;top:26.0625rem;left:3.125rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#ufVV3XBvc57UlfhOAKqbxo8JOzBt1NW6 { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.4375rem;font-weight:normal;z-index:100078;line-height:1.3;letter-spacing:0;top:35.25rem;left:44.875rem;height:1.8684875rem;text-align:center;text-align-last:center;display:block; }
#hhuOgBuAxlFHWeemIyVWV35t3WBEiVi9 { color:#a4265e;display:block;width:13.3105625rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:normal;z-index:100079;line-height:1.3;letter-spacing:0;top:37.1875rem;left:44.5rem;height:1.13606875rem;text-align:center;text-align-last:center;display:block; }
#deGtp3f39uEupewd2rrPudBvzSEwPMRG { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:normal;z-index:100077;line-height:1.3;letter-spacing:0;top:38.75rem;left:44.875rem;height:3.65559375rem;text-align:center;text-align-last:center;display:block; }
#kcRH77lJ2EAgV0R0QUN1DJEXXiWTPEPC { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:normal;z-index:100079;line-height:1.3;letter-spacing:0;top:42.9375rem;left:44.875rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#w15hJu7Xn1tJvioOkF49pizTZaxidMZz { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:normal;z-index:100081;line-height:1.3;letter-spacing:0;top:35.329863548279rem;left:23.75rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#gLR6c9SRa78wbqaUUmfDDNZDxpyTdyLS { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:normal;z-index:100080;line-height:1.3;letter-spacing:0;top:37.875rem;left:23.75rem;height:4.87413125rem;text-align:center;text-align-last:center;display:block; }
#npvh7SqCFckPa0vlkK5s2qBQsTZ2aIGL { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:normal;z-index:100082;line-height:1.3;letter-spacing:0;top:43.5rem;left:23.75rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#CMI5UrFe7WAgepiQXtOm563favxEuOzP { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:normal;z-index:100082;line-height:1.3;letter-spacing:0;top:35.329863548279rem;left:2.9351119995117rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#PD07bEuJHuiTW8ldxJGhzOH2t1dZuIqi { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:normal;z-index:100082;line-height:1.3;letter-spacing:0;top:39.357640266419rem;left:2.9351119995117rem;height:2.43706875rem;text-align:center;text-align-last:center;display:block; }
#xNzefvETzHVbIXc5Mgfn66JuGEOxhfEQ { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:normal;z-index:100084;line-height:1.3;letter-spacing:0;top:43.1875rem;left:2.9375rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#cqsk6OOsOZ3oMUMOZteCVb1q6DDBOMfJ { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:normal;z-index:100085;line-height:1.3;letter-spacing:0;top:51.0625rem;left:44.875rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#Z2vOGa0h55s8Rn616VmL7cQcU7AZEtoN { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:normal;z-index:100085;line-height:1.3;letter-spacing:0;top:54.149309158325rem;left:44.874134063721rem;height:4.544275rem;text-align:center;text-align-last:center;display:block; }
#rSyg91H32Eih2UlXRTSBXXOKGaxD69sT { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:normal;z-index:100087;line-height:1.3;letter-spacing:0;top:59.4375rem;left:44.875rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#ZHE4sw5S2omW9MDbksWeKNIlLeuAbGTe { color:#c53d3d;display:block;width:13.3125rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:normal;z-index:100088;line-height:1.3;letter-spacing:0;top:51.4375rem;left:23.1875rem;height:2.92535rem;text-align:center;text-align-last:center;display:block; }
#dqGWZuhkaspCNO1k6kvMc9uTTOTn3dtZ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:normal;z-index:100088;line-height:1.3;letter-spacing:0;top:55.375rem;left:23.875rem;height:3.40820625rem;text-align:center;text-align-last:center;display:block; }
#sQdng0Eb28TfgEMP4heGmBcNdxTEiRDc { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:normal;z-index:100090;line-height:1.3;letter-spacing:0;top:59.4375rem;left:23.875rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#pgi6tBwCNFq380ZeLIzL60tFfHaTm4bq { color:#c53d3d;display:block;width:13.3125rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:normal;z-index:100091;line-height:1.3;letter-spacing:0;top:51.0625rem;left:2.5rem;height:2.92535rem;text-align:center;text-align-last:center;display:block; }
#ECy6RalboCD5fhzyeBAsWwCf95fRPiZl { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:normal;z-index:100091;line-height:1.3;letter-spacing:0;top:55rem;left:3.1875rem;height:3.40820625rem;text-align:center;text-align-last:center;display:block; }
#kphWT08Vmg6ZxygnpVczMDddmhGC7oHe { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:normal;z-index:100093;line-height:1.3;letter-spacing:0;top:59.0625rem;left:3.1875rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#kH14oi0bp3apPxDCZ887PLdcN22maaKi { position:absolute;display:block;z-index:100075;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:85.9375rem;left:1.875rem;display:block; }#kH14oi0bp3apPxDCZ887PLdcN22maaKi.adaptive-delivery-prevent-bg, #kH14oi0bp3apPxDCZ887PLdcN22maaKi.lazyload, #kH14oi0bp3apPxDCZ887PLdcN22maaKi.lazyloading { background-image: none; }
#LrvC6k9eur2QalgtgG5xGOcDvrFxWO7x { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100076;text-align:center;text-align-last:center;top:97.312301635744rem;left:5rem;display:block; }
#zmRqT7ZU5GTh0CQzuOfkdRGb9T3qM09t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#pMKDMT6ARLDuxE72F8DTHZGuOhfUURfn { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.9980625rem;width:20.8105625rem;top:87.999135971069rem;left:27.873264312744rem;overflow:hidden;display:block; }
#sSFMbIKx9DXmlhLFhoFGU5WUfSe0eUxF { position:absolute;display:block;z-index:100073;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.8748125rem;width:15.1248125rem;top:85.937492370606rem;left:22.533638000488rem;display:block; }#sSFMbIKx9DXmlhLFhoFGU5WUfSe0eUxF.adaptive-delivery-prevent-bg, #sSFMbIKx9DXmlhLFhoFGU5WUfSe0eUxF.lazyload, #sSFMbIKx9DXmlhLFhoFGU5WUfSe0eUxF.lazyloading { background-image: none; }
#JScgRhGBWCSyudZorRMgFABVWUX2AXhH { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100074;text-align:center;text-align-last:center;top:97.312301635744rem;left:25.811634063721rem;display:block; }
#TQX7eh66bgv9gPcFHXq5OTDlDtKDTHqU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Iewpxb9porRvmqrm8ZD1EhVwWW3VUmaJ { position:absolute;display:block;z-index:100071;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:85.9375rem;left:43.8125rem;display:block; }#Iewpxb9porRvmqrm8ZD1EhVwWW3VUmaJ.adaptive-delivery-prevent-bg, #Iewpxb9porRvmqrm8ZD1EhVwWW3VUmaJ.lazyload, #Iewpxb9porRvmqrm8ZD1EhVwWW3VUmaJ.lazyloading { background-image: none; }
#sGRzPLnLP66KiLsZ9Xc9LuIRu246Fybc { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100072;text-align:center;text-align-last:center;top:97.3125rem;left:47.1875rem;display:block; }
#IoXTqHN8FlZSPfTMu5TJNhEtI5oT0hIV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#GM0qKCtm9tJSOQ385fyA2bJWOtAeCNqD { position:absolute;display:block;z-index:100081;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:103.0625rem;left:1.875rem;display:block; }#GM0qKCtm9tJSOQ385fyA2bJWOtAeCNqD.adaptive-delivery-prevent-bg, #GM0qKCtm9tJSOQ385fyA2bJWOtAeCNqD.lazyload, #GM0qKCtm9tJSOQ385fyA2bJWOtAeCNqD.lazyloading { background-image: none; }
#K1N99dZW2kOWU1GvdRbgB7IyvzXkNB3I { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100082;text-align:center;text-align-last:center;top:114.43685913086rem;left:4.75rem;display:block; }
#nKHcwdTELTlCJHxekToCTTlNoF2JJIfK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#AMdg3VwPQdQHOnFirN9SQQA8H0yVeLN1 { position:absolute;display:block;z-index:100079;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:103.0625rem;left:22.6875rem;display:block; }#AMdg3VwPQdQHOnFirN9SQQA8H0yVeLN1.adaptive-delivery-prevent-bg, #AMdg3VwPQdQHOnFirN9SQQA8H0yVeLN1.lazyload, #AMdg3VwPQdQHOnFirN9SQQA8H0yVeLN1.lazyloading { background-image: none; }
#T6IwuZA8gE1EFdtIGXgcTaPqwOmS9Xvv { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100080;text-align:center;text-align-last:center;top:114.43685913086rem;left:25.749134063721rem;display:block; }
#NagzZtJTkbPBUfK8WLHOVUkTledwghpb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#P6ugi3pLL5nZiRTwUQBwwqsl4dupMocb { position:absolute;display:block;z-index:100077;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:103.0625rem;left:43.8125rem;display:block; }#P6ugi3pLL5nZiRTwUQBwwqsl4dupMocb.adaptive-delivery-prevent-bg, #P6ugi3pLL5nZiRTwUQBwwqsl4dupMocb.lazyload, #P6ugi3pLL5nZiRTwUQBwwqsl4dupMocb.lazyloading { background-image: none; }
#Z9UZPq56U8Jdn5daZ2yd90wcGc0zUqUM { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100078;text-align:center;text-align-last:center;top:114.4375rem;left:47.1875rem;display:block; }
#nIZeKC291yJtqcgJzxD1MeA70gLQfVCq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#T6ptI0s4E8dPEa465gvqJ38xMZT1SDXg { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100088;line-height:1.3;letter-spacing:0;top:66.875rem;left:44.875rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#whHCZU7UyeQmlNE5HmfLZQmy0cUgN1EU { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:normal;z-index:100088;line-height:1.3;letter-spacing:0;top:69.9375rem;left:44.875rem;height:3.40820625rem;text-align:center;text-align-last:center;display:block; }
#ScMP8zgB9b6tBOva3QX9AJeOsX6hp78u { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:normal;z-index:100090;line-height:1.3;letter-spacing:0;top:75rem;left:44.875rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#s6fNpFd3TF1gItklQdN0F1pCBlnUwdUs { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.4375rem;font-weight:normal;z-index:100088;line-height:1.3;letter-spacing:0;top:67.3125rem;left:23.75rem;height:1.8684875rem;text-align:center;text-align-last:center;display:block; }
#HhB6oAhHcFKyRfo9XfAr1NsBnvF7um3r { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100088;line-height:1.3;letter-spacing:0;top:71.575523376462rem;left:23.75rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#hfw0ngslrJCL0D1vP7nBVKyJ3HKl1EEv { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:normal;z-index:100090;line-height:1.3;letter-spacing:0;top:74.998916625975rem;left:23.75rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#CAWcTTkRKXKEKQxZXSHvpbZThXrphKMF { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.4375rem;font-weight:normal;z-index:100091;line-height:1.3;letter-spacing:0;top:67.375rem;left:3.0625rem;height:1.8684875rem;text-align:center;text-align-last:center;display:block; }
#MxDUlB4AHOrHxaLTgRvkMpdTB74nOp9b { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100091;line-height:1.3;letter-spacing:0;top:71.625rem;left:3.0625rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#TVOJ5QRkbJJFiHNTplgSaacF65S6RDKs { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:normal;z-index:100093;line-height:1.3;letter-spacing:0;top:75.0625rem;left:3.0625rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#xr7JgImx5nOHXiSJQQifcvgdlUWxtk3C { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:normal;z-index:100091;line-height:1.3;letter-spacing:0;top:87.9980506897rem;left:44.874134063721rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#gdAMaOgCCShTrKBMLN2CCDivbJNasFfc { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100091;line-height:1.3;letter-spacing:0;top:91.3125rem;left:44.875rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#sQyCn7Ne7cV2gWC8HKeJ0DUMlJUE0FFv { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:normal;z-index:100093;line-height:1.3;letter-spacing:0;top:94.75rem;left:44.875rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#ininmvbPObRNtVq3p3H2xTzL6vf0vwwu { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:normal;z-index:100094;line-height:1.3;letter-spacing:0;top:88rem;left:23.875rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#b3Hh9ofTb6MXtCUlzTqTNMSer6XNREsD { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100094;line-height:1.3;letter-spacing:0;top:91.3125rem;left:23.875rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#uEByKyqCkZF76AMHiiDTnb4oEImJDVOf { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:normal;z-index:100096;line-height:1.3;letter-spacing:0;top:94.75rem;left:23.875rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#PwvDVibpDsX9NW6ixdtFeGX2L7SV4n5s { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:normal;z-index:100097;line-height:1.3;letter-spacing:0;top:88rem;left:3.0625rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#F7h8S3fk7iVThglFxHsdbV1kCleexdf2 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100097;line-height:1.3;letter-spacing:0;top:91.3125rem;left:3.0625rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#nz9uunLZzwzlcfSfBu4UIrdTmJeJCK5d { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:normal;z-index:100099;line-height:1.3;letter-spacing:0;top:94.75rem;left:3.0625rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#rKmgCnVBvc9C3PqdUAF1w9hdBa0edvA2 { position:absolute;display:block;z-index:100087;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:120.625rem;left:1.5rem;display:block; }#rKmgCnVBvc9C3PqdUAF1w9hdBa0edvA2.adaptive-delivery-prevent-bg, #rKmgCnVBvc9C3PqdUAF1w9hdBa0edvA2.lazyload, #rKmgCnVBvc9C3PqdUAF1w9hdBa0edvA2.lazyloading { background-image: none; }
#w4PtDU7fPNpy2ErOiFnMhHH4ImZ7fC2b { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100088;text-align:center;text-align-last:center;top:132rem;left:4.9375rem;display:block; }
#nA0yphCSyWFFlMPCOI0LxkDUQKTA4wdd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#XbI0PWo7uBayTz7M9B0WEGEpMKnP3iAF { position:absolute;display:block;z-index:100085;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:120.625rem;left:22.3125rem;display:block; }#XbI0PWo7uBayTz7M9B0WEGEpMKnP3iAF.adaptive-delivery-prevent-bg, #XbI0PWo7uBayTz7M9B0WEGEpMKnP3iAF.lazyload, #XbI0PWo7uBayTz7M9B0WEGEpMKnP3iAF.lazyloading { background-image: none; }
#TWHH4m8bJIkM7xMZCcRR1Q98fEwRbiMq { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100086;text-align:center;text-align-last:center;top:132rem;left:25.75rem;display:block; }
#hzF3RNSvhRnsCxAqp4EhlaBTqDErgErP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UEqFBF2sQHnTJfw2lkQJKu3cSnzeUW6u { position:absolute;display:block;z-index:100083;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:120.625rem;left:43.4375rem;display:block; }#UEqFBF2sQHnTJfw2lkQJKu3cSnzeUW6u.adaptive-delivery-prevent-bg, #UEqFBF2sQHnTJfw2lkQJKu3cSnzeUW6u.lazyload, #UEqFBF2sQHnTJfw2lkQJKu3cSnzeUW6u.lazyloading { background-image: none; }
#b1qFmXFz4BDwzDncSSdH3MJUPIOUWGb6 { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100084;text-align:center;text-align-last:center;top:132rem;left:46.8125rem;display:block; }
#hfvvT9hwsvop2QtTLwkaiLkG7huBvbI0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#CxBqx0xTkIwFKTIgAm7uFepQZXA2J8h9 { position:absolute;display:block;z-index:100093;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:138.1875rem;left:1.3125rem;display:block; }#CxBqx0xTkIwFKTIgAm7uFepQZXA2J8h9.adaptive-delivery-prevent-bg, #CxBqx0xTkIwFKTIgAm7uFepQZXA2J8h9.lazyload, #CxBqx0xTkIwFKTIgAm7uFepQZXA2J8h9.lazyloading { background-image: none; }
#EPPTKysmadpPlQ5F8J7cSQrMweLcqobs { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100094;text-align:center;text-align-last:center;top:149.5625rem;left:4.75rem;display:block; }
#DR3bVzXzTeEyIGrKTMhhDm2fXtX7Dctz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#msS8EVl2RfPnXalIPyzB9UcNzWzG7Mmm { position:absolute;display:block;z-index:100091;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:138.1875rem;left:22.125rem;display:block; }#msS8EVl2RfPnXalIPyzB9UcNzWzG7Mmm.adaptive-delivery-prevent-bg, #msS8EVl2RfPnXalIPyzB9UcNzWzG7Mmm.lazyload, #msS8EVl2RfPnXalIPyzB9UcNzWzG7Mmm.lazyloading { background-image: none; }
#kof2EI2U7ADdOSvCTJQBgeBTGFJqJZIo { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100092;text-align:center;text-align-last:center;top:149.5625rem;left:25.5625rem;display:block; }
#Llrffz28plvM6Q55X1FgLNbC5CZB0Hkp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#KbyVKZmEVX0QtEXVCVZWTcJqESLVIZ4d { position:absolute;display:block;z-index:100089;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:138.1875rem;left:43.25rem;display:block; }#KbyVKZmEVX0QtEXVCVZWTcJqESLVIZ4d.adaptive-delivery-prevent-bg, #KbyVKZmEVX0QtEXVCVZWTcJqESLVIZ4d.lazyload, #KbyVKZmEVX0QtEXVCVZWTcJqESLVIZ4d.lazyloading { background-image: none; }
#rgTIheXusx2KcTn9sbUEirqmElhQB9ck { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100090;text-align:center;text-align-last:center;top:149.5625rem;left:46.625rem;display:block; }
#hLwDIxXWhJ9A76lrTGE9GHIMSSAb46LC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#WAx7vs5fdsiE2TbPWwXeLHQDzeNNTmLy { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:normal;z-index:100094;line-height:1.3;letter-spacing:0;top:104.5rem;left:45.5rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#QM5oEgT7In0ObKzhRvKvA4bTpDLSZrAg { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100094;line-height:1.3;letter-spacing:0;top:107.8125rem;left:45.5rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#Rr1mRugNBD5rLrDNJv29dJWy9epNhI4n { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:normal;z-index:100096;line-height:1.3;letter-spacing:0;top:111.25rem;left:45.5rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#Ae2LOIEfBP3Og7Cqc3DceNZGPTLq6JAP { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:normal;z-index:100097;line-height:1.3;letter-spacing:0;top:104.5625rem;left:23.875rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#r6rJimn1AMBpkHB1mmrPfCEAlq197CHh { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100097;line-height:1.3;letter-spacing:0;top:107.875rem;left:23.875rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#nqRGV88tNBs0LTuFJzaaMCykGo5UTsz0 { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:normal;z-index:100099;line-height:1.3;letter-spacing:0;top:111.3125rem;left:23.875rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#N5HG0yauF2yWTExpFPH4VNpOqNgqMwzh { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:normal;z-index:100100;line-height:1.3;letter-spacing:0;top:104.625rem;left:2.9375rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#DwmfU5qz0G73CyLQoEViBL31Wqb392zX { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100100;line-height:1.3;letter-spacing:0;top:107.9375rem;left:2.9375rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#OVPUsSgP0O90UZXVIGwd1DpLvnpA3mCe { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:normal;z-index:100102;line-height:1.3;letter-spacing:0;top:111.375rem;left:2.9375rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#WCmRhVe57ukT17Q1PVbul393E7QG8dPS { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:normal;z-index:100103;line-height:1.3;letter-spacing:0;top:122.0625rem;left:45.375rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#hiIDt3lqWsyyvQ9uqyL8cNP97IwD1bbC { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100103;line-height:1.3;letter-spacing:0;top:125.375rem;left:45.375rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#Eyi4ek9Izzi04lAe2iPKXJihTAtw7IgS { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:normal;z-index:100105;line-height:1.3;letter-spacing:0;top:128.8125rem;left:45.375rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#ARETzvFhx23Dfn0XOEBy92e8LaNG3c6Q { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:normal;z-index:100106;line-height:1.3;letter-spacing:0;top:121.6875rem;left:23.75rem;height:2.92535rem;text-align:center;text-align-last:center;display:block; }
#WqBpbZxUbGqLLf8ziJTeFkb8mwFoLdMu { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100106;line-height:1.3;letter-spacing:0;top:125.42730903626rem;left:23.75rem;height:3.8997375rem;text-align:center;text-align-last:center;display:block; }
#scmfFZenEzz1GbCoXPn1OxrIHcWX9ubv { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100108;line-height:1.3;letter-spacing:0;top:129.86350631714rem;left:23.6875rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#JP8fsuQO4PVKoD09FtpXGFBG8lk0lVBW { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:normal;z-index:100109;line-height:1.3;letter-spacing:0;top:121.3125rem;left:3.125rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#Kwx4v4BF0SQ5Nd1ehBNvxAXd12cCXl2B { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100109;line-height:1.3;letter-spacing:0;top:124.9375rem;left:3.0625rem;height:3.8997375rem;text-align:center;text-align-last:center;display:block; }
#b6imNKZzp7G7ENA9MO0QNrR21RJSCHTT { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100111;line-height:1.3;letter-spacing:0;top:130rem;left:3.0625rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#FXvzMw7LNrTvlAZxvKI8q2q69mB4wyPy { position:absolute;display:block;z-index:100099;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:154.5625rem;left:1.5rem;display:block; }#FXvzMw7LNrTvlAZxvKI8q2q69mB4wyPy.adaptive-delivery-prevent-bg, #FXvzMw7LNrTvlAZxvKI8q2q69mB4wyPy.lazyload, #FXvzMw7LNrTvlAZxvKI8q2q69mB4wyPy.lazyloading { background-image: none; }
#TTl02LCtDTzX36hTx5Ipt5LO9Sol4EGG { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100100;text-align:center;text-align-last:center;top:165.9375rem;left:4.9375rem;display:block; }
#vAZOutTLdMgBlQPRqz1ytkTdsAVP3oeW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#FEyS57RCDtfd9rndebpnfyzRf9aGFWQG { position:absolute;display:block;z-index:100097;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:154.5625rem;left:22.3125rem;display:block; }#FEyS57RCDtfd9rndebpnfyzRf9aGFWQG.adaptive-delivery-prevent-bg, #FEyS57RCDtfd9rndebpnfyzRf9aGFWQG.lazyload, #FEyS57RCDtfd9rndebpnfyzRf9aGFWQG.lazyloading { background-image: none; }
#i84tHLNlQOsU5DCL4piu6ieHVPfrsiD6 { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100098;text-align:center;text-align-last:center;top:165.9375rem;left:25.75rem;display:block; }
#hCMr2OaRQkWasvfKfm2SsuVaiPoyEZ7E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#HEubiAXWIV4OBPE8MKv7kT1IrXgiVJTu { position:absolute;display:block;z-index:100095;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:154.5625rem;left:43.4375rem;display:block; }#HEubiAXWIV4OBPE8MKv7kT1IrXgiVJTu.adaptive-delivery-prevent-bg, #HEubiAXWIV4OBPE8MKv7kT1IrXgiVJTu.lazyload, #HEubiAXWIV4OBPE8MKv7kT1IrXgiVJTu.lazyloading { background-image: none; }
#UNIUlTu30xNsVWR39qtOhhbzoACLa7LJ { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100096;text-align:center;text-align-last:center;top:165.9375rem;left:46.8125rem;display:block; }
#PgldXdMgyww8db4ZadJ91CtVCbQCRh3A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#KsRWwHGdFq7b16w4f6Of56WeBPcJrHkT { position:absolute;display:block;z-index:100105;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:172.0625rem;left:1.3125rem;display:block; }#KsRWwHGdFq7b16w4f6Of56WeBPcJrHkT.adaptive-delivery-prevent-bg, #KsRWwHGdFq7b16w4f6Of56WeBPcJrHkT.lazyload, #KsRWwHGdFq7b16w4f6Of56WeBPcJrHkT.lazyloading { background-image: none; }
#DlUOVAtHuT8nvnAy9L7bSUbP71ISZQ5M { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100106;text-align:center;text-align-last:center;top:183.4375rem;left:4.75rem;display:block; }
#V9GgKEsidcegU6v1vsqgpA7CNCqtUBIb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#obKZtCMl5VfwUSTAz8oRVFUTTNJkHS4m { position:absolute;display:block;z-index:100103;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:172.0625rem;left:22.125rem;display:block; }#obKZtCMl5VfwUSTAz8oRVFUTTNJkHS4m.adaptive-delivery-prevent-bg, #obKZtCMl5VfwUSTAz8oRVFUTTNJkHS4m.lazyload, #obKZtCMl5VfwUSTAz8oRVFUTTNJkHS4m.lazyloading { background-image: none; }
#ViRuqW8oeH3kOKLpozSpoJO5ZhdMupg2 { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100104;text-align:center;text-align-last:center;top:183.4375rem;left:25.5625rem;display:block; }
#ifKcofKzO3Vipd9TI7H4fKz4B1ARL075 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TnGgIXsDT4w87K6C0wIcTWLObxZEMFUP { position:absolute;display:block;z-index:100101;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:172.0625rem;left:43.25rem;display:block; }#TnGgIXsDT4w87K6C0wIcTWLObxZEMFUP.adaptive-delivery-prevent-bg, #TnGgIXsDT4w87K6C0wIcTWLObxZEMFUP.lazyload, #TnGgIXsDT4w87K6C0wIcTWLObxZEMFUP.lazyloading { background-image: none; }
#kHzQFkcTmu4DrTRcnhUp7ShgEZCLFrBG { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100102;text-align:center;text-align-last:center;top:183.4375rem;left:46.625rem;display:block; }
#BoBngUCFWP7oRs1TfSCETlknOvK2auwt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#hcFUm9iNGTCkV65fSz89KwsA8MRrxPzl { position:absolute;display:block;z-index:100111;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:189.75rem;left:1.5rem;display:block; }#hcFUm9iNGTCkV65fSz89KwsA8MRrxPzl.adaptive-delivery-prevent-bg, #hcFUm9iNGTCkV65fSz89KwsA8MRrxPzl.lazyload, #hcFUm9iNGTCkV65fSz89KwsA8MRrxPzl.lazyloading { background-image: none; }
#nXGRLD09ucb9OJGno2yhf6QU4MHrEyHX { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100112;text-align:center;text-align-last:center;top:201.125rem;left:4.9375rem;display:block; }
#nG1TLMkXi586o0AlGfPJB9w3TLHM3ghA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#y4U0l2qpxwkaXvgEJFdb4zr88dhFdBcd { position:absolute;display:block;z-index:100109;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:189.75rem;left:22.3125rem;display:block; }#y4U0l2qpxwkaXvgEJFdb4zr88dhFdBcd.adaptive-delivery-prevent-bg, #y4U0l2qpxwkaXvgEJFdb4zr88dhFdBcd.lazyload, #y4U0l2qpxwkaXvgEJFdb4zr88dhFdBcd.lazyloading { background-image: none; }
#oyKeXs8Ig7Lf0wCLyGpBOLRwmxvIMtz8 { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100110;text-align:center;text-align-last:center;top:201.125rem;left:25.75rem;display:block; }
#RzOaL31Pe3MovQnP307qODc9ee6kRIud { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#HUqHEdgkr3bahnMKFf5GmLVIf3FpkDBu { position:absolute;display:block;z-index:100107;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:189.75rem;left:43.4375rem;display:block; }#HUqHEdgkr3bahnMKFf5GmLVIf3FpkDBu.adaptive-delivery-prevent-bg, #HUqHEdgkr3bahnMKFf5GmLVIf3FpkDBu.lazyload, #HUqHEdgkr3bahnMKFf5GmLVIf3FpkDBu.lazyloading { background-image: none; }
#fk16SfE1b3flLEZRxKSl412wItdavxty { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100108;text-align:center;text-align-last:center;top:201.125rem;left:46.8125rem;display:block; }
#kxlneqKcmzZ7d4IIb36c0kR7sPiTHWCJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#u8DvK8cclsPotxeriibqsoLvEbQL6dPe { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:normal;z-index:100112;line-height:1.3;letter-spacing:0;top:139.4375rem;left:44.6875rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#EhIhgyNgJEA6p50QUbbF83Z2GGT2De3R { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100112;line-height:1.3;letter-spacing:0;top:142.5rem;left:44.625rem;height:3.8997375rem;text-align:center;text-align-last:center;display:block; }
#wHfy0xIDrvo6dv0d41d8e8ZcVfXECV1e { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100114;line-height:1.3;letter-spacing:0;top:147.5625rem;left:44.625rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#yEfHl0UNrzO1UvWzFR2G5iaH6Gi0KMEb { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100113;line-height:1.3;letter-spacing:0;top:144.59745025635rem;left:23.344184875488rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#C16dvRpJOVG6Saxr65wOFGCHJrmzhe4s { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:normal;z-index:100114;line-height:1.3;letter-spacing:0;top:139.4375rem;left:23.75rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#E7KuvMvOtQfiEtJVKbKbuowGAEkLfkHr { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100116;line-height:1.3;letter-spacing:0;top:147.5625rem;left:23.6875rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#mlP6Km1nSlWawIbNlfOt76fgvPun1rSq { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:normal;z-index:100112;line-height:1.3;letter-spacing:0;top:139rem;left:2.9375rem;height:2.92535rem;text-align:center;text-align-last:center;display:block; }
#TkHET7C793XEJpaQDlpLmhFnMS0G0fXw { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100112;line-height:1.3;letter-spacing:0;top:143.79774570465rem;left:2.9351119995117rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#JoQoDSInaO7uzuBMLOLDTf7XRLc62dmu { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100114;line-height:1.3;letter-spacing:0;top:147.06163787842rem;left:2.9351119995117rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#HMxoH1AiCLcyZFL0J5nFFvNxtTJHzFrM { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:normal;z-index:100115;line-height:1.3;letter-spacing:0;top:155.375rem;left:44.875rem;height:2.92535rem;text-align:center;text-align-last:center;display:block; }
#iuViJEzadZyToiT2r8HTbUsBCdRwBeMm { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100115;line-height:1.3;letter-spacing:0;top:160.125rem;left:44.875rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#dCMdrZpe8PP71plOuDxurgs7SorRyNtd { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100117;line-height:1.3;letter-spacing:0;top:163.4375rem;left:44.875rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#CaNf6hxE7L74K4VgBeTuZqvdOkpc3NyN { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:normal;z-index:100118;line-height:1.3;letter-spacing:0;top:156.31185913086rem;left:23.75rem;height:4.38801875rem;text-align:center;text-align-last:center;display:block; }
#eQggaqqAeSRzumGf7BEi2ENzc1MfZksH { color:#000000;display:block;width:13.2498125rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:normal;z-index:100118;line-height:1.3;letter-spacing:0;top:160.21615600586rem;left:23.373481750488rem;height:2.43706875rem;text-align:center;text-align-last:center;display:block; }
#FLXViR77Cn7hpx4uZIq3qJzgzlnBWOhD { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100120;line-height:1.3;letter-spacing:0;top:163.4375rem;left:23.75rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#ILAgoFzTfBsm7vLNeNUfCsxXTVDoqiK8 { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:normal;z-index:100121;line-height:1.3;letter-spacing:0;top:155.375rem;left:2.9375rem;height:2.92535rem;text-align:center;text-align-last:center;display:block; }
#zI0OB9vRgRD7My1dspQAhHQLaLXMNLyd { color:#000000;display:block;width:13.2498125rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:normal;z-index:100121;line-height:1.3;letter-spacing:0;top:159.25rem;left:2.5625rem;height:3.6556rem;text-align:center;text-align-last:center;display:block; }
#Q7JQghlPhEN2UbcNCTpRwZDaV4QG6CLZ { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100123;line-height:1.3;letter-spacing:0;top:163.43642234802rem;left:2.9351119995117rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#eF6zBXgrJQ95oo25Jye9oPIr4i771e5R { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:normal;z-index:100124;line-height:1.3;letter-spacing:0;top:172.9375rem;left:44.875rem;height:2.92535rem;text-align:center;text-align-last:center;display:block; }
#PNH6bHMHmRULQwKs5y9m3a12TTvCETXs { color:#000000;display:block;width:13.2498125rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:normal;z-index:100124;line-height:1.3;letter-spacing:0;top:176.8125rem;left:44.5rem;height:3.6556rem;text-align:center;text-align-last:center;display:block; }
#x0sB3C3xINQMyGsw9kEAoxMFbbaPTzvv { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100126;line-height:1.3;letter-spacing:0;top:181rem;left:44.875rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#K3i4Rf5JuuT6OnZnHCOB31uhaqyTyCos { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:normal;z-index:100127;line-height:1.3;letter-spacing:0;top:173.1875rem;left:23.75rem;height:2.92535rem;text-align:center;text-align-last:center;display:block; }
#AfT1hn5ryRQTI3r7d4tIe6KDms9wtxC2 { color:#000000;display:block;width:13.2498125rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:normal;z-index:100127;line-height:1.3;letter-spacing:0;top:177.25rem;left:23.375rem;height:2.43706875rem;text-align:center;text-align-last:center;display:block; }
#NEb3ysTLFqGpVFBiSGZc7cW9iXuvz1rf { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100129;line-height:1.3;letter-spacing:0;top:181rem;left:23.75rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#S5awGWFS7eW8byt3MfTyTSChSlvXgoh5 { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:normal;z-index:100130;line-height:1.3;letter-spacing:0;top:172.9375rem;left:2.9375rem;height:2.92535rem;text-align:center;text-align-last:center;display:block; }
#ziMLdlSe7PhmTJQse6u9VuViTf6cf3ll { color:#000000;display:block;width:13.2498125rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:normal;z-index:100130;line-height:1.3;letter-spacing:0;top:177rem;left:2.5625rem;height:3.6556rem;text-align:center;text-align-last:center;display:block; }
#IgCg29W9NxPNxl8GetJazbqIN9IEIPbx { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100132;line-height:1.3;letter-spacing:0;top:181.125rem;left:2.8125rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#e2kVLPCoaC5oKv6Kf6isoGhIsSl6V3Hu { position:absolute;display:block;z-index:100117;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:207.625rem;left:1.3125rem;display:block; }#e2kVLPCoaC5oKv6Kf6isoGhIsSl6V3Hu.adaptive-delivery-prevent-bg, #e2kVLPCoaC5oKv6Kf6isoGhIsSl6V3Hu.lazyload, #e2kVLPCoaC5oKv6Kf6isoGhIsSl6V3Hu.lazyloading { background-image: none; }
#Xf7NQMO58WKrxpb5rQ8C8X5CNiZKoVoq { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100118;text-align:center;text-align-last:center;top:219rem;left:4.75rem;display:block; }
#xkkDJksezD01B9Ph6dwEmmOJTBTXwpBM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mNHoW7aN1rZxtfGJfTJJTkB95imE4a3z { position:absolute;display:block;z-index:100115;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:207.625rem;left:22.125rem;display:block; }#mNHoW7aN1rZxtfGJfTJJTkB95imE4a3z.adaptive-delivery-prevent-bg, #mNHoW7aN1rZxtfGJfTJJTkB95imE4a3z.lazyload, #mNHoW7aN1rZxtfGJfTJJTkB95imE4a3z.lazyloading { background-image: none; }
#UinDm5cAQNBCtRU76Wb4ewEDcCNtpMKV { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100116;text-align:center;text-align-last:center;top:219rem;left:25.5625rem;display:block; }
#K6CsXoSqAZVSF972peTbgZnQQKz3x78t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#eGRanZPgBi9p3qKg3uqMBBTztNgszvIJ { position:absolute;display:block;z-index:100113;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:207.625rem;left:43.25rem;display:block; }#eGRanZPgBi9p3qKg3uqMBBTztNgszvIJ.adaptive-delivery-prevent-bg, #eGRanZPgBi9p3qKg3uqMBBTztNgszvIJ.lazyload, #eGRanZPgBi9p3qKg3uqMBBTztNgszvIJ.lazyloading { background-image: none; }
#DVoNm9NoRTDvttEGIlT5KTcmZvOPJC9F { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100114;text-align:center;text-align-last:center;top:219rem;left:46.625rem;display:block; }
#S7eTaUup3TZenubJ4kg9VSwps48NNI2t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZGC5w7FHKHKTmCmhCapRygUdzGBLmEDp { position:absolute;display:block;z-index:100123;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:225rem;left:1.5rem;display:block; }#ZGC5w7FHKHKTmCmhCapRygUdzGBLmEDp.adaptive-delivery-prevent-bg, #ZGC5w7FHKHKTmCmhCapRygUdzGBLmEDp.lazyload, #ZGC5w7FHKHKTmCmhCapRygUdzGBLmEDp.lazyloading { background-image: none; }
#FWkuA77N7fd0nE7b9W1a4mwqGqzwFFkn { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100124;text-align:center;text-align-last:center;top:236.375rem;left:4.9375rem;display:block; }
#ZvWd72zWvRpZlmgc0Q3VhXQttWTE8Vey { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Uedp25Q41dCqbBgr7B7a9l3r8mnFQiV2 { position:absolute;display:block;z-index:100121;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:225rem;left:22.3125rem;display:block; }#Uedp25Q41dCqbBgr7B7a9l3r8mnFQiV2.adaptive-delivery-prevent-bg, #Uedp25Q41dCqbBgr7B7a9l3r8mnFQiV2.lazyload, #Uedp25Q41dCqbBgr7B7a9l3r8mnFQiV2.lazyloading { background-image: none; }
#B1J0ih6TESGUkIQwdZy90XulNwCMRmz2 { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100122;text-align:center;text-align-last:center;top:236.375rem;left:25.75rem;display:block; }
#f6yT3NJdWDSpIJoVTor8kLSe9gR2QbMv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#it3Bu8vv4ws1JgbZAQRVsb9UCsopOZTO { position:absolute;display:block;z-index:100119;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:225rem;left:43.4375rem;display:block; }#it3Bu8vv4ws1JgbZAQRVsb9UCsopOZTO.adaptive-delivery-prevent-bg, #it3Bu8vv4ws1JgbZAQRVsb9UCsopOZTO.lazyload, #it3Bu8vv4ws1JgbZAQRVsb9UCsopOZTO.lazyloading { background-image: none; }
#NONKcTekJTWT6p8sdv8WZwUf7diizAmw { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100120;text-align:center;text-align-last:center;top:236.375rem;left:46.8125rem;display:block; }
#culIynk9rnB1il6zwVTgJcOkTiqFKDvd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZwU5qvtvFc8ToAKvQDymBLZ64K4gWG6T { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:normal;z-index:100133;line-height:1.3;letter-spacing:0;top:190.9375rem;left:44.875rem;height:2.92535rem;text-align:center;text-align-last:center;display:block; }
#KoVSWC3TKyDmCzgGPveQKlVtgXzhxH8r { color:#000000;display:block;width:13.2498125rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:normal;z-index:100133;line-height:1.3;letter-spacing:0;top:195rem;left:44.5rem;height:2.43706875rem;text-align:center;text-align-last:center;display:block; }
#BGzqiCwHqM4rwuuNLvihoQFRzqvKKzu2 { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100135;line-height:1.3;letter-spacing:0;top:199.125rem;left:44.75rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#E4I8vTVRTPyxItXhl6obqPVdgk3OLgX9 { color:#000000;display:block;width:13.2498125rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:normal;z-index:100134;line-height:1.3;letter-spacing:0;top:196.20118618011rem;left:23.373481750488rem;height:1.21853125rem;text-align:center;text-align-last:center;display:block; }
#Iy8MVw87hBC6ZCp4bIdb7mD1JJn4Eiyk { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:normal;z-index:100135;line-height:1.3;letter-spacing:0;top:190.9375rem;left:23.8125rem;height:2.92535rem;text-align:center;text-align-last:center;display:block; }
#HaNxIsvRD9Fk2doWLycFKxIVPoP5uRxS { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100137;line-height:1.3;letter-spacing:0;top:199.125rem;left:23.6875rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#CfgIzp6WOsn67poXs06bJBL10q0iVGlQ { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:normal;z-index:100138;line-height:1.3;letter-spacing:0;top:191.62434005738rem;left:2.9351119995117rem;height:2.92535rem;text-align:center;text-align-last:center;display:block; }
#GQQwZDLcF312LF2TnTPJL9lhWwWs9lOv { color:#000000;display:block;width:13.2498125rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:normal;z-index:100137;line-height:1.3;letter-spacing:0;top:196.1875rem;left:2.5625rem;height:1.21853125rem;text-align:center;text-align-last:center;display:block; }
#wvfXbI9DdWEbigXhf830xKpGD3CUr6Xl { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100140;line-height:1.3;letter-spacing:0;top:199.125rem;left:2.875rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#itHZ0Zm4ASkKLiJbUCIGe3wu26fxseDM { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:normal;z-index:100141;line-height:1.3;letter-spacing:0;top:208.875rem;left:44.875rem;height:2.92535rem;text-align:center;text-align-last:center;display:block; }
#CL66G4WqnqXH5fKDAyHT1dwwkAUhiBop { color:#000000;display:block;width:13.2498125rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:normal;z-index:100140;line-height:1.3;letter-spacing:0;top:213.4375rem;left:44.5rem;height:2.43706875rem;text-align:center;text-align-last:center;display:block; }
#y2n68kezaDgmyH1ABItpoZH7rqzNoPbQ { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100143;line-height:1.3;letter-spacing:0;top:216.375rem;left:44.8125rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#umJmF5eFUfKotPe6erbTyO5TPdIITbM9 { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:normal;z-index:100144;line-height:1.3;letter-spacing:0;top:208.14237213135rem;left:23.75rem;height:4.388025rem;text-align:center;text-align-last:center;display:block; }
#E3cWTvWLPVgPGObhiOCWBpFrCSLSpKgA { color:#000000;display:block;width:13.2498125rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:normal;z-index:100143;line-height:1.3;letter-spacing:0;top:212.875rem;left:23.375rem;height:2.43706875rem;text-align:center;text-align-last:center;display:block; }
#tzfbLesPg2AbufhRMT3HE6CM6NERbFie { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100146;line-height:1.3;letter-spacing:0;top:215.8125rem;left:23.6875rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#nUzirL2OXkWiqSqalyTDq1JrzISezoy1 { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:normal;z-index:100147;line-height:1.3;letter-spacing:0;top:208.875rem;left:2.9375rem;height:4.388025rem;text-align:center;text-align-last:center;display:block; }
#R5FEUh73TTAEZgEBTwNmxzdUidRq3ScC { color:#000000;display:block;width:13.2498125rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:normal;z-index:100146;line-height:1.3;letter-spacing:0;top:213.625rem;left:2.5625rem;height:2.43706875rem;text-align:center;text-align-last:center;display:block; }
#S5ubyUDW9IebqsuvFuV6T1JkoBQA80dk { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100149;line-height:1.3;letter-spacing:0;top:216.5625rem;left:2.875rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#ApALL20aLanep67h0dp3o0c22PwFwv3d { position:absolute;display:block;z-index:100129;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:241.4375rem;left:1.3125rem;display:block; }#ApALL20aLanep67h0dp3o0c22PwFwv3d.adaptive-delivery-prevent-bg, #ApALL20aLanep67h0dp3o0c22PwFwv3d.lazyload, #ApALL20aLanep67h0dp3o0c22PwFwv3d.lazyloading { background-image: none; }
#OCJGUFonXkL1a4ZU35vrNJ1TXrS0fR1K { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100130;text-align:center;text-align-last:center;top:252.8125rem;left:4.75rem;display:block; }
#IgSRE1z0i1Lo2onkLimbJIiu4B4FnHGy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#EORVXXcwP7r1IbNi3VXcO03WGVqPWuT8 { position:absolute;display:block;z-index:100127;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:241.4375rem;left:22.125rem;display:block; }#EORVXXcwP7r1IbNi3VXcO03WGVqPWuT8.adaptive-delivery-prevent-bg, #EORVXXcwP7r1IbNi3VXcO03WGVqPWuT8.lazyload, #EORVXXcwP7r1IbNi3VXcO03WGVqPWuT8.lazyloading { background-image: none; }
#oZ1X5IobJwB9FUGVWzBbZSd0igz2TwxG { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100128;text-align:center;text-align-last:center;top:252.8125rem;left:25.5625rem;display:block; }
#qTFyq85owbyU8UU4O3K4C3li0Rg0QeFQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bLtAdf6dyfr2PvKOR5EyuHtQkMtD8k0F { position:absolute;display:block;z-index:100125;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:241.4375rem;left:43.25rem;display:block; }#bLtAdf6dyfr2PvKOR5EyuHtQkMtD8k0F.adaptive-delivery-prevent-bg, #bLtAdf6dyfr2PvKOR5EyuHtQkMtD8k0F.lazyload, #bLtAdf6dyfr2PvKOR5EyuHtQkMtD8k0F.lazyloading { background-image: none; }
#qfCQifn9OPCa0g4riCuFSGQB8RbeyS6J { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100126;text-align:center;text-align-last:center;top:252.8125rem;left:46.625rem;display:block; }
#Ceg5AekLIXSPrJ6V3ndPy5TwvnHonlAw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NsR6XxLVkOR2qCvLf0DBrcZpV6ZBNtRy { position:absolute;display:block;z-index:100135;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:259.125rem;left:1.3125rem;display:block; }#NsR6XxLVkOR2qCvLf0DBrcZpV6ZBNtRy.adaptive-delivery-prevent-bg, #NsR6XxLVkOR2qCvLf0DBrcZpV6ZBNtRy.lazyload, #NsR6XxLVkOR2qCvLf0DBrcZpV6ZBNtRy.lazyloading { background-image: none; }
#rH6kobTZk4reKpcT7H5Hx98CpqQWQWIn { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100136;text-align:center;text-align-last:center;top:270.5rem;left:4.75rem;display:block; }
#LEFsM2mXUZyfVIl0Jnd9oMKBbT31OwQ0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#WcqVsZeGv9HLUG0Di4UhL4EazHeITtNv { position:absolute;display:block;z-index:100133;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:259.125rem;left:22.125rem;display:block; }#WcqVsZeGv9HLUG0Di4UhL4EazHeITtNv.adaptive-delivery-prevent-bg, #WcqVsZeGv9HLUG0Di4UhL4EazHeITtNv.lazyload, #WcqVsZeGv9HLUG0Di4UhL4EazHeITtNv.lazyloading { background-image: none; }
#bIGcm3Ultoex9yl49lAqmNNXDLxa5iEZ { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100134;text-align:center;text-align-last:center;top:270.5rem;left:25.5625rem;display:block; }
#WpHURTzApiPGv5S66gerPLkxt97pko4p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TDy4A2LQGTVTxn3b2xAH3x8hyvWiUtLt { position:absolute;display:block;z-index:100131;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:259.125rem;left:43.25rem;display:block; }#TDy4A2LQGTVTxn3b2xAH3x8hyvWiUtLt.adaptive-delivery-prevent-bg, #TDy4A2LQGTVTxn3b2xAH3x8hyvWiUtLt.lazyload, #TDy4A2LQGTVTxn3b2xAH3x8hyvWiUtLt.lazyloading { background-image: none; }
#HJdxTZmp0urkAzpSWoswxkxPv3eNSFz1 { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100132;text-align:center;text-align-last:center;top:270.5rem;left:46.625rem;display:block; }
#CU01lVUsKGqSi1V5WoCMiKo8sa1Q1TJ0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zVd2nyAPI3OtIaIvpR09whJPFp1RDf0O { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:normal;z-index:100144;line-height:1.3;letter-spacing:0;top:226.125rem;left:44.875rem;height:2.92535rem;text-align:center;text-align-last:center;display:block; }
#ne9dx5kEIAS6rVNtIbxqaDcoTUmlRmwa { color:#000000;display:block;width:13.2498125rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:normal;z-index:100143;line-height:1.3;letter-spacing:0;top:230.125rem;left:44.5rem;height:2.43706875rem;text-align:center;text-align-last:center;display:block; }
#wa6rCIucSiDkHohoov26pU2gcJfQGUbT { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100146;line-height:1.3;letter-spacing:0;top:233.625rem;left:44.8125rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#bhuJOAw9ivsQbi2lNdDKnvyuzFCiMrtI { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:normal;z-index:100147;line-height:1.3;letter-spacing:0;top:225.74957275391rem;left:23.75rem;height:2.92535rem;text-align:center;text-align-last:center;display:block; }
#eIvifLFQ8ArtTAK3JcgZLHFpVS7nW8AU { color:#000000;display:block;width:13.2498125rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:normal;z-index:100146;line-height:1.3;letter-spacing:0;top:229.18599700928rem;left:23.373481750488rem;height:4.8741375rem;text-align:center;text-align-last:center;display:block; }
#XSeJJbh2VqTxpgZumUXdb6PRS4dfIefo { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100149;line-height:1.3;letter-spacing:0;top:234.3125rem;left:23.6875rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#BT3zVbcEoQoy3hFwBkC4lxBvPwccyCdJ { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:normal;z-index:100150;line-height:1.3;letter-spacing:0;top:225.9375rem;left:3.125rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#ly0n69Axva5S5VIMd3ahuQWQ943CwScQ { color:#000000;display:block;width:13.2498125rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:normal;z-index:100149;line-height:1.3;letter-spacing:0;top:230.73460006714rem;left:2.5596771240234rem;height:1.21853125rem;text-align:center;text-align-last:center;display:block; }
#mqBWXl5uOsE7TSKkFiILcfuLt6TDyy43 { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100152;line-height:1.3;letter-spacing:0;top:233.62413978577rem;left:2.9351119995117rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#lE1NAeybmf1IpvqHaF59C204pIucE6Lp { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:normal;z-index:100153;line-height:1.3;letter-spacing:0;top:243.12391853332rem;left:44.874134063721rem;height:2.92535rem;text-align:center;text-align-last:center;display:block; }
#rXvcZ0LBMWEf0CGBqnRNL9GSunkTpmkl { color:#000000;display:block;width:13.2498125rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:normal;z-index:100152;line-height:1.3;letter-spacing:0;top:247.25rem;left:44.5rem;height:2.43706875rem;text-align:center;text-align-last:center;display:block; }
#iHATaa73nME7BJrwTUIUnvguz21QXUuD { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100155;line-height:1.3;letter-spacing:0;top:250.125rem;left:44.875rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#PFxzTdXbwTh0zhoRp7rNdApMm8v3hXIE { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:normal;z-index:100156;line-height:1.3;letter-spacing:0;top:243.125rem;left:23.75rem;height:2.92535rem;text-align:center;text-align-last:center;display:block; }
#vAmdlo12MzZirNRvEiT1fvTT1TeT4Sv6 { color:#000000;display:block;width:13.2498125rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:normal;z-index:100155;line-height:1.3;letter-spacing:0;top:247.25rem;left:23.375rem;height:2.43706875rem;text-align:center;text-align-last:center;display:block; }
#cR5lys6CD0UpTLzl224mni1g9qqATyD3 { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100158;line-height:1.3;letter-spacing:0;top:250.125rem;left:23.75rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#aB1uhTr1c2hVhedXxPaQFCLtE4T80e6b { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:normal;z-index:100159;line-height:1.3;letter-spacing:0;top:243.125rem;left:2.9375rem;height:2.92535rem;text-align:center;text-align-last:center;display:block; }
#vcW6H3rBiItDUxVKkppx8C5sCvnabAVl { color:#000000;display:block;width:13.2498125rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:normal;z-index:100158;line-height:1.3;letter-spacing:0;top:247.25rem;left:2.5625rem;height:2.43706875rem;text-align:center;text-align-last:center;display:block; }
#JAIn8TyK5lSDxypgSwJs0mrKFr9oHmhx { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100161;line-height:1.3;letter-spacing:0;top:250.125rem;left:2.9375rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#wiH3B2qMgqUGHzZeAnTKcLmEAu0VkTc2 { position:absolute;display:block;z-index:100141;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:276.4375rem;left:1.3125rem;display:block; }#wiH3B2qMgqUGHzZeAnTKcLmEAu0VkTc2.adaptive-delivery-prevent-bg, #wiH3B2qMgqUGHzZeAnTKcLmEAu0VkTc2.lazyload, #wiH3B2qMgqUGHzZeAnTKcLmEAu0VkTc2.lazyloading { background-image: none; }
#azBoNKg0Mg88B7pE8uCvmeuboLMIOIoR { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100142;text-align:center;text-align-last:center;top:287.8125rem;left:4.75rem;display:block; }
#t1swBxxHZt0qSMDR15Vvk9xRPps51IDH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Akm632weHhXUFK7JLWTJHx3GO2paVdZC { position:absolute;display:block;z-index:100139;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:276.4375rem;left:22.125rem;display:block; }#Akm632weHhXUFK7JLWTJHx3GO2paVdZC.adaptive-delivery-prevent-bg, #Akm632weHhXUFK7JLWTJHx3GO2paVdZC.lazyload, #Akm632weHhXUFK7JLWTJHx3GO2paVdZC.lazyloading { background-image: none; }
#P6LnyEbKH0tJVmT4keGCToakywSxKWNM { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100140;text-align:center;text-align-last:center;top:287.8125rem;left:25.5625rem;display:block; }
#TplgGTWD5VKV0kMkUR4bK1cy7b5klzNN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#nXbBq1RzHymHUlxOq1Lh6TgXDqqGIk9q { position:absolute;display:block;z-index:100137;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:276.4375rem;left:43.25rem;display:block; }#nXbBq1RzHymHUlxOq1Lh6TgXDqqGIk9q.adaptive-delivery-prevent-bg, #nXbBq1RzHymHUlxOq1Lh6TgXDqqGIk9q.lazyload, #nXbBq1RzHymHUlxOq1Lh6TgXDqqGIk9q.lazyloading { background-image: none; }
#m1HS8vtJcfbt3hTqEkc7fN1FEHMEgAql { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100138;text-align:center;text-align-last:center;top:287.8125rem;left:46.625rem;display:block; }
#zNt2JZCIgX6MnXGtuRbrEqzPiP7StmPm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#HEussTpMyzvkzTLGyEwnKtuRT7I9HWZL { position:absolute;display:block;z-index:100145;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.8748125rem;width:15.1248125rem;top:293.06749534607rem;left:13.745658874512rem;display:block; }#HEussTpMyzvkzTLGyEwnKtuRT7I9HWZL.adaptive-delivery-prevent-bg, #HEussTpMyzvkzTLGyEwnKtuRT7I9HWZL.lazyload, #HEussTpMyzvkzTLGyEwnKtuRT7I9HWZL.lazyloading { background-image: none; }
#UwuAQDKihU5TVL9cALzHNytc19wVDL3T { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100146;text-align:center;text-align-last:center;top:304.375rem;left:16.4375rem;display:block; }
#N7hccdFL0HGnreGlwpQVgFyXO9O4uVwV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#veLEewWIcWCetpH2rvwVaUrGmTbhd2FK { position:absolute;display:block;z-index:100143;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:293rem;left:34.125rem;display:block; }#veLEewWIcWCetpH2rvwVaUrGmTbhd2FK.adaptive-delivery-prevent-bg, #veLEewWIcWCetpH2rvwVaUrGmTbhd2FK.lazyload, #veLEewWIcWCetpH2rvwVaUrGmTbhd2FK.lazyloading { background-image: none; }
#clzmyOm0g2TztA0qUIHaTKm6uGcpD029 { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100144;text-align:center;text-align-last:center;top:304.375rem;left:37.5rem;display:block; }
#dVN2GyxpoQDysdfpME7nzTIqu5rmEnA6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#H0qtIZ7TaA2iMrRPJZd4UcfQGgIloxh8 { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:normal;z-index:100162;line-height:1.3;letter-spacing:0;top:260.9375rem;left:44.875rem;height:2.92535rem;text-align:center;text-align-last:center;display:block; }
#f9ByQOd3QGgXlk23xIUfIGdTFJXHI9T4 { color:#000000;display:block;width:13.2498125rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:normal;z-index:100161;line-height:1.3;letter-spacing:0;top:265.0625rem;left:44.5rem;height:1.21853125rem;text-align:center;text-align-last:center;display:block; }
#zFor40xnZCVX0OpKV4Elwrq6IfPDDfo2 { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100164;line-height:1.3;letter-spacing:0;top:267.9375rem;left:44.875rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#Lk51pr3Kt8FKJEEMR8gKrfuyKWehrNpe { color:#000000;display:block;width:13.2498125rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:normal;z-index:100164;line-height:1.3;letter-spacing:0;top:263.8617811203rem;left:23.373481750488rem;height:3.6556rem;text-align:center;text-align-last:center;display:block; }
#WcsvK4z12hAnk41dk8msG24oaRngdpTl { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100167;line-height:1.3;letter-spacing:0;top:268.4375rem;left:23.75rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#BeoN8rmBMahUcbbsG9A21bnR1SizmKNu { color:#c53d3d;display:block;width:13.3745625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:normal;z-index:100163;line-height:1.3;letter-spacing:0;top:260.93643188476rem;left:23.187717437744rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#id1n86ZK2OBQ1mgNZ5nIOWFqbmXwJl8Z { color:#c53d3d;display:block;width:13.3735rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:normal;z-index:100166;line-height:1.3;letter-spacing:0;top:261.66886711121rem;left:2.5rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#BLEFpcU4JddhrpQXvNd8oATQDwdz6dHw { color:#000000;display:block;width:13.2498125rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:normal;z-index:100167;line-height:1.3;letter-spacing:0;top:264.77997779846rem;left:2.5596771240234rem;height:2.43706875rem;text-align:center;text-align-last:center;display:block; }
#AQH68IxPMFMyVNBAOfEi7nuAOAkcsr9J { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100170;line-height:1.3;letter-spacing:0;top:268.0625rem;left:3rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#HTOgmyveSeOLTJGbPLNDRT2OFmQvdLh4 { color:#c53d3d;display:block;width:13.3735rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:normal;z-index:100169;line-height:1.3;letter-spacing:0;top:278.3125rem;left:44.4375rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#T5rO3azoAH9l4XxRFhD3iEqpiVuqMzKI { color:#000000;display:block;width:13.2498125rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:normal;z-index:100170;line-height:1.3;letter-spacing:0;top:281.375rem;left:44.5rem;height:2.43706875rem;text-align:center;text-align-last:center;display:block; }
#IcpAuzvu2Fw11XXr4cbAm11IoxgNy41m { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100173;line-height:1.3;letter-spacing:0;top:284.6875rem;left:44.9375rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#PnXoF75vyVdXdDITumb1pWw2q54MS4q3 { color:#c53d3d;display:block;width:13.3735rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:normal;z-index:100172;line-height:1.3;letter-spacing:0;top:281.37479019165rem;left:23.312717437744rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#afWugUq5vn6tNpx6dGBwdmbQShyi5d3V { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100176;line-height:1.3;letter-spacing:0;top:285rem;left:23.8125rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#vFUSnp9xO9mIyAT2m3gfc5bE3vlGsbrQ { color:#c53d3d;display:block;width:13.3735rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:normal;z-index:100174;line-height:1.3;letter-spacing:0;top:280.875rem;left:2.5rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#RP892AvHFIDJ2zb4EoXiVSOPXKntyE78 { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100178;line-height:1.3;letter-spacing:0;top:284.5rem;left:3rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#ZiTMJyJSp3uwFe3GzhHIrxOVBasELeKc { color:#c53d3d;display:block;width:13.3735rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:normal;z-index:100174;line-height:1.3;letter-spacing:0;top:296.25rem;left:35.125rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#i9wsQS53T1xFUVD5HhTuTeg5yXEozuU2 { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100178;line-height:1.3;letter-spacing:0;top:299.875rem;left:35.625rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#b0kS2uHS6HNsxCgTOBfU5uXO7GMrVUC0 { color:#c53d3d;display:block;width:13.3735rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:normal;z-index:100172;line-height:1.3;letter-spacing:0;top:294.5625rem;left:14.1875rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#WBwxZsgvdftr6HraCw8XprNwLLL7xLny { color:#000000;display:block;width:13.2498125rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:normal;z-index:100173;line-height:1.3;letter-spacing:0;top:297.625rem;left:14.25rem;height:2.43706875rem;text-align:center;text-align-last:center;display:block; }
#wMJkkfePQZyLbTDTX2TTOW68oCfGns3P { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100176;line-height:1.3;letter-spacing:0;top:300.9375rem;left:14.6875rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#JG7XUUvF6fzbTGhZ1ynGP4Rlf2ecN1tB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbdbdb;background-image:none;position:relative;display:block; }#JG7XUUvF6fzbTGhZ1ynGP4Rlf2ecN1tB > .row .container { background-color: transparent; background-image: none; }#JG7XUUvF6fzbTGhZ1ynGP4Rlf2ecN1tB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JG7XUUvF6fzbTGhZ1ynGP4Rlf2ecN1tB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JG7XUUvF6fzbTGhZ1ynGP4Rlf2ecN1tB > .row .container > .video-iframe-container { display: none; }#JG7XUUvF6fzbTGhZ1ynGP4Rlf2ecN1tB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JG7XUUvF6fzbTGhZ1ynGP4Rlf2ecN1tB > .row > .video-iframe-container { display: none; }#JG7XUUvF6fzbTGhZ1ynGP4Rlf2ecN1tB > .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); }#JG7XUUvF6fzbTGhZ1ynGP4Rlf2ecN1tB > .row .container { border-width: 0; border-radius: 0; }#JG7XUUvF6fzbTGhZ1ynGP4Rlf2ecN1tB > .row > .video-iframe-container {  }#JG7XUUvF6fzbTGhZ1ynGP4Rlf2ecN1tB > .row .container { font-size:0.875rem;font-family:arial;height:20.375rem;width:60rem;position:relative;display:block; }#ZmUuZQ0rPesMreRbIELvd9W0NC6Tu6zq { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: 0rem 0rem 2.5rem rgba(255,255,255,0.25) ;height:16.3125rem;width:24.625rem;top:2.8428802490234rem;left:1.7426204681396rem;overflow:hidden;display:block; }
#l2cEyv06i8owIW5LGlSO3EZlzRUvP87S { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.7480625rem;width:20.1248125rem;top:3.6252174377441rem;left:20.620658874512rem;overflow:hidden;display:block; }
#DNCEo2OinaAfxTQUyC7RfdDiTXJf1w1m { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 2.5rem rgba(255,255,255,0.25) ;height:13.8125rem;width:20.875rem;top:3.4364147186279rem;left:34.186199188233rem;overflow:hidden;display:none; }
#VZNopw3yVdUh5az6c7A0853Do8Az13vA { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100045;text-align:center;text-align-last:center;top:14.972877502441rem;left:41.187068939209rem;display:block; }
#zQ2zJEw7JiEU68qdoTlvGsLkXxdVtT9P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mNlTFmSPaRpF5cWJv1zlh8Es5i5fngsV { color:#014f4d;display:block;width:28.811875rem;position:absolute;font-family:"neo sans arabic";font-size:2.5rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:2.8428821563721rem;left:31.185981750488rem;height:3.24978125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#UhvpoJfeXbU42NK5pEEgpKVXtDpNJZmD { color:#000000;display:block;width:19.8123125rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100047;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:6.9390201568606rem;left:35.686851501465rem;height:6.497375rem;text-align:center;text-align-last:center;display:block; }
#h6cztZyygdETCQkLpbkRZVp3PMiBTq54 { color:#fdfdfd;display:block;width:18.75rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:100095;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:6.4355471134187rem;left:23.068576812744rem;height:1.8684875rem;font-style:normal;display:none; }
#zw889Ta3rshSwG9fJeBi5M1wp69zLmlV { position:absolute;display:block;z-index:100096;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.18685rem;width:8.499375rem;top:8.9680988788606rem;left:19.567058563233rem;overflow:hidden;display:none; }
#sLLrMVlBoMXUUB7HsUP59bAXmHA9xhXM { position:absolute;display:block;z-index:100096;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.87435rem;width:7.249375rem;top:9.1243488788606rem;left:30.625rem;overflow:hidden;display:none; }
#Aa8EwOTJonQra1MFTrR0HRGaFfOkmTZo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbdbdb;background-image:none;position:relative;display:block; }#Aa8EwOTJonQra1MFTrR0HRGaFfOkmTZo > .row .container { background-color: transparent; background-image: none; }#Aa8EwOTJonQra1MFTrR0HRGaFfOkmTZo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Aa8EwOTJonQra1MFTrR0HRGaFfOkmTZo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Aa8EwOTJonQra1MFTrR0HRGaFfOkmTZo > .row .container > .video-iframe-container { display: none; }#Aa8EwOTJonQra1MFTrR0HRGaFfOkmTZo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Aa8EwOTJonQra1MFTrR0HRGaFfOkmTZo > .row > .video-iframe-container { display: none; }#Aa8EwOTJonQra1MFTrR0HRGaFfOkmTZo > .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); }#Aa8EwOTJonQra1MFTrR0HRGaFfOkmTZo > .row .container { border-width: 0; border-radius: 0; }#Aa8EwOTJonQra1MFTrR0HRGaFfOkmTZo > .row > .video-iframe-container {  }#Aa8EwOTJonQra1MFTrR0HRGaFfOkmTZo > .row .container { font-size:0.875rem;font-family:arial;height:37.0625rem;width:60rem;position:relative;display:block; }#W1fDX1ELGumAP9OeJ5WZKwRh4wICNCiV { position:absolute;display:block;z-index:100039;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:1.3975696563721rem;left:42.693141937256rem;display:block; }#W1fDX1ELGumAP9OeJ5WZKwRh4wICNCiV.adaptive-delivery-prevent-bg, #W1fDX1ELGumAP9OeJ5WZKwRh4wICNCiV.lazyload, #W1fDX1ELGumAP9OeJ5WZKwRh4wICNCiV.lazyloading { background-image: none; }
#ll9Zfd39FKJUsOvJurhUS6EGWbSBseS3 { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100040;text-align:center;text-align-last:center;top:12.772570610046rem;left:46.100479125976rem;display:block; }
#uXzbJ6VXaiHzk7xLZILuTvr9iZQo3Xgx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#HsvfEJmV1INUnkIpguVQdGWetTK7QThL { position:absolute;display:block;z-index:100041;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:1.375rem;left:21.625rem;display:block; }#HsvfEJmV1INUnkIpguVQdGWetTK7QThL.adaptive-delivery-prevent-bg, #HsvfEJmV1INUnkIpguVQdGWetTK7QThL.lazyload, #HsvfEJmV1INUnkIpguVQdGWetTK7QThL.lazyloading { background-image: none; }
#bH8LMhNhDE7N3ftaWFWE2efsEb8laStD { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100042;text-align:center;text-align-last:center;top:12.75rem;left:25.0625rem;display:block; }
#GJfF2x5ELJIu2oCB7IcTtm3TKuJlmO5r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fPba9tkrBGioTcWgfpWRhkzzoUvcsdiV { position:absolute;display:block;z-index:100043;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:1.375rem;left:0.8125rem;display:block; }#fPba9tkrBGioTcWgfpWRhkzzoUvcsdiV.adaptive-delivery-prevent-bg, #fPba9tkrBGioTcWgfpWRhkzzoUvcsdiV.lazyload, #fPba9tkrBGioTcWgfpWRhkzzoUvcsdiV.lazyloading { background-image: none; }
#vZ5u6mFHcnBNCusBw8UrHJHkHAfRcBtK { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100044;text-align:center;text-align-last:center;top:12.75rem;left:4.25rem;display:block; }
#MB3RX3zSLCkMTOxtZeSlBTTcCAHxuNHl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#QPEtuJyK7uIna7CiIwQF7JF5zJEf685z { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.9980625rem;width:20.8105625rem;top:4.08203125rem;left:25.358074188233rem;overflow:hidden;display:block; }
#owTPHRzpADiwilzC4QUwEVz0Wd5eLd83 { position:absolute;display:block;z-index:100047;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.8748125rem;width:15.1248125rem;top:19.691845417022rem;left:21.622177124024rem;display:block; }#owTPHRzpADiwilzC4QUwEVz0Wd5eLd83.adaptive-delivery-prevent-bg, #owTPHRzpADiwilzC4QUwEVz0Wd5eLd83.lazyload, #owTPHRzpADiwilzC4QUwEVz0Wd5eLd83.lazyloading { background-image: none; }
#qC7GJKgnyX73kQ65NgIHN8S193vsfOZe { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100048;text-align:center;text-align-last:center;top:31.124350070953rem;left:24.906684875488rem;display:block; }
#PhiffWb7t9MoAKz8dcM1N3cwXN5HpzNQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#C3kCubbMOCCnsGxUBUz3POETnNCJgmRK { position:absolute;display:block;z-index:100045;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:19.625rem;left:42.875rem;display:block; }#C3kCubbMOCCnsGxUBUz3POETnNCJgmRK.adaptive-delivery-prevent-bg, #C3kCubbMOCCnsGxUBUz3POETnNCJgmRK.lazyload, #C3kCubbMOCCnsGxUBUz3POETnNCJgmRK.lazyloading { background-image: none; }
#q4EM9wJHPZDoPk6B4UtW3RmTXXoTn5c4 { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100046;text-align:center;text-align-last:center;top:31rem;left:46.3125rem;display:block; }
#ohTTEeGEemReTuhverlbaunoN421EcGF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#AGiothZn8wQiI4Hub1gGtECQa7QPFauT { color:#c53d3d;display:block;width:13.3735rem;position:absolute;font-family:"br font n-day";font-size:1.4375rem;font-weight:normal;z-index:100169;line-height:1.3;letter-spacing:0;top:4.08203125rem;left:43.693576812744rem;height:3.73698125rem;text-align:center;text-align-last:center;display:block; }
#J5N1ahDenUwGQfHJeEQNR04M9TVByJGZ { color:#000000;display:block;width:11.7480625rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:normal;z-index:100170;line-height:1.3;letter-spacing:0;top:6.7491321563719rem;left:23.4375rem;height:2.43706875rem;text-align:center;text-align-last:center;display:block; }
#OgLmRkbPd875BcUb2BHZqitBLXnxWIum { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100173;line-height:1.3;letter-spacing:0;top:9.75rem;left:44.1875rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#QA8wfCU9V9UOtTBvQ2JMDLQSOpiLDqTS { color:#c53d3d;display:block;width:13.3735rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:normal;z-index:100170;line-height:1.3;letter-spacing:0;top:3.51953125rem;left:22.624782562256rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#BCOpaWcGMxuJ4w41Drx8PLiudCmynw5Q { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100174;line-height:1.3;letter-spacing:0;top:10.380859375rem;left:23.060981750488rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#TNBc8BRJeIBRkFmX2oKpHa69Z1yx1o3w { color:#c53d3d;display:block;width:13.3735rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:normal;z-index:100173;line-height:1.3;letter-spacing:0;top:21.5rem;left:43.6875rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#kt3SkI4kbTPtzCWI89JVVK8XgFv2R7GP { color:#000000;display:block;width:11.749125rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:normal;z-index:100173;line-height:1.3;letter-spacing:0;top:24.6875rem;left:44.5rem;height:2.43706875rem;text-align:center;text-align-last:center;display:block; }
#qMGQwQbRvAFeqcmlqHFcLsBBJDJ2uoaH { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100177;line-height:1.3;letter-spacing:0;top:27.8125rem;left:44.125rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#rUcNSndX01XFqPTWHNTqWBhFmGozQ4Ik { color:#c53d3d;display:block;width:13.3735rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:normal;z-index:100173;line-height:1.3;letter-spacing:0;top:3.75rem;left:1.8125rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#sFyc7TPiuXexxv4aWCx8zETNnDBkDx7g { color:#000000;display:block;width:11.7480625rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:normal;z-index:100173;line-height:1.3;letter-spacing:0;top:7rem;left:2.625rem;height:2.43706875rem;text-align:center;text-align-last:center;display:block; }
#atw8Vc3gKrF1PD7Q4Hi6gE4DNBvJWeFk { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100177;line-height:1.3;letter-spacing:0;top:10.625rem;left:2.25rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#ytsmSQG0oRqqXDPv2FqJ5mTzvIiv7ciW { position:absolute;display:block;z-index:100049;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:19.5625rem;left:0.875rem;display:block; }#ytsmSQG0oRqqXDPv2FqJ5mTzvIiv7ciW.adaptive-delivery-prevent-bg, #ytsmSQG0oRqqXDPv2FqJ5mTzvIiv7ciW.lazyload, #ytsmSQG0oRqqXDPv2FqJ5mTzvIiv7ciW.lazyloading { background-image: none; }
#qW2xudSKZNE3UyThUTQyzMTHeCzHzUof { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100050;text-align:center;text-align-last:center;top:30.9375rem;left:4.3125rem;display:block; }
#s9adw6usPhcTQx4H8dT4aTAbf9MXFyTq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#K2NIibORJ34CgbQvW7Aod2qgMyXfip0J { color:#c53d3d;display:block;width:13.3735rem;position:absolute;font-family:"br font n-day";font-size:1.0625rem;font-weight:normal;z-index:100176;line-height:1.3;letter-spacing:0;top:21rem;left:22.5rem;height:2.76041875rem;text-align:center;text-align-last:center;display:block; }
#lhMXOvcJTa9GO3mOGkNK2Jm7PfFDWrRT { color:#000000;display:block;width:13.75rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:normal;z-index:100176;line-height:1.3;letter-spacing:0;top:24.855469226837rem;left:22.191841125488rem;height:2.2721375rem;text-align:center;text-align-last:center;display:block; }
#FyAHvfDgtKM7Wg5X18ti9bckRzOcfres { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100180;line-height:1.3;letter-spacing:0;top:28.3125rem;left:23.25rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#z9vnPTuIHocdRn39NL3Pb5yXkhX5F77R { color:#c53d3d;display:block;width:13.3735rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:normal;z-index:100176;line-height:1.3;letter-spacing:0;top:21.3125rem;left:1.6875rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#wZFuMTn0oQlCZpivmz0AvH38hT81vooy { color:#000000;display:block;width:11.7480625rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:normal;z-index:100176;line-height:1.3;letter-spacing:0;top:24.1875rem;left:2.625rem;height:3.6556rem;text-align:center;text-align-last:center;display:block; }
#TvvFE9BZowv6q0B3gv9QnTtBeOOdB7HK { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100180;line-height:1.3;letter-spacing:0;top:28.5rem;left:2.25rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#tOG0TZkwlPZCXz976vLVszWgR2qOOh02 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbdbdb;background-image:none;position:relative;display:block; }#tOG0TZkwlPZCXz976vLVszWgR2qOOh02 > .row .container { background-color: transparent; background-image: none; }#tOG0TZkwlPZCXz976vLVszWgR2qOOh02::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOG0TZkwlPZCXz976vLVszWgR2qOOh02 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOG0TZkwlPZCXz976vLVszWgR2qOOh02 > .row .container > .video-iframe-container { display: none; }#tOG0TZkwlPZCXz976vLVszWgR2qOOh02 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOG0TZkwlPZCXz976vLVszWgR2qOOh02 > .row > .video-iframe-container { display: none; }#tOG0TZkwlPZCXz976vLVszWgR2qOOh02 > .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); }#tOG0TZkwlPZCXz976vLVszWgR2qOOh02 > .row .container { border-width: 0; border-radius: 0; }#tOG0TZkwlPZCXz976vLVszWgR2qOOh02 > .row > .video-iframe-container {  }#tOG0TZkwlPZCXz976vLVszWgR2qOOh02 > .row .container { font-size:0.875rem;font-family:arial;height:18.0625rem;width:60rem;position:relative;display:block; }#u3Spn61TOt2Tko9wlplWV1P2NtHT5WXl { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 2.5rem rgba(255,255,255,0.25) ;height:15.1875rem;width:23.0625rem;top:1.9401016235351rem;left:35.010770491153rem;overflow:hidden;display:block; }
#W5uvhTeytCT1DsGsAXN48cu4ten8b4dM { position:absolute;display:block;z-index:100097;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.186625rem;width:18.2498125rem;top:2.5922312736511rem;left:24.955513000488rem;overflow:hidden;display:block; }
#fHLueWlnKlnwTUnQIPVNyABM7UZPoGTk { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 2.5rem rgba(255,255,255,0.25) ;height:13.8125rem;width:20.875rem;top:3.4364147186279rem;left:34.186199188233rem;overflow:hidden;display:none; }
#UcON2V6W0EmDyU2eoTL9B92J6OnREdBv { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100045;text-align:center;text-align-last:center;top:14.310541152954rem;left:10.001085281372rem;display:block; }
#v3mWqB65W8a5VhaTrV6VkxahIC50HFFt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#b4lSXdI4gFMHBgbIQP1VWp6RHhgfcWXh { color:#014f4d;display:block;width:28.811875rem;position:absolute;font-family:"neo sans arabic";font-size:2.5rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:1.1859664916993rem;left:0rem;height:3.24978125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#vkhJmc3hArko2QcedACtPdQ5lVGPlsoe { color:#fdfdfd;display:block;width:18.75rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:100095;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:6.4355471134187rem;left:23.068576812744rem;height:1.8684875rem;font-style:normal;display:none; }
#mBh0FP2roGlM5dyCKvmzNDJ3Iw1vec8V { position:absolute;display:block;z-index:100096;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.18685rem;width:8.499375rem;top:8.9680988788606rem;left:19.567058563233rem;overflow:hidden;display:none; }
#Mr2qzU4pMOoLEu7IWCVuFeX7STENtgew { position:absolute;display:block;z-index:100096;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.87435rem;width:7.249375rem;top:9.1243488788606rem;left:30.625rem;overflow:hidden;display:none; }
#lcarTibp1pPMd6xIo2xfc0WIwux4WTFA { color:#000000;display:block;width:19.8123125rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:normal;z-index:100048;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:6.3498201370237rem;left:4.4976119995117rem;height:5.361325rem;text-align:center;text-align-last:center;display:block; }
#IFMZlf78nORIPWwtZHr10pTNEZfIF2rC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbdbdb;background-image:none;position:relative;display:block; }#IFMZlf78nORIPWwtZHr10pTNEZfIF2rC > .row .container { background-color: transparent; background-image: none; }#IFMZlf78nORIPWwtZHr10pTNEZfIF2rC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IFMZlf78nORIPWwtZHr10pTNEZfIF2rC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IFMZlf78nORIPWwtZHr10pTNEZfIF2rC > .row .container > .video-iframe-container { display: none; }#IFMZlf78nORIPWwtZHr10pTNEZfIF2rC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IFMZlf78nORIPWwtZHr10pTNEZfIF2rC > .row > .video-iframe-container { display: none; }#IFMZlf78nORIPWwtZHr10pTNEZfIF2rC > .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); }#IFMZlf78nORIPWwtZHr10pTNEZfIF2rC > .row .container { border-width: 0; border-radius: 0; }#IFMZlf78nORIPWwtZHr10pTNEZfIF2rC > .row > .video-iframe-container {  }#IFMZlf78nORIPWwtZHr10pTNEZfIF2rC > .row .container { font-size:0.875rem;font-family:arial;height:70.3125rem;width:60rem;position:relative;display:block; }#PA6hHJ7cPKKv6QCT0MRJx1Usgkxqw4zG { position:absolute;display:block;z-index:100039;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:1.3975696563721rem;left:42.693141937256rem;display:block; }#PA6hHJ7cPKKv6QCT0MRJx1Usgkxqw4zG.adaptive-delivery-prevent-bg, #PA6hHJ7cPKKv6QCT0MRJx1Usgkxqw4zG.lazyload, #PA6hHJ7cPKKv6QCT0MRJx1Usgkxqw4zG.lazyloading { background-image: none; }
#BBg3dQ1WW92S03Xzr5SmBUxLLFNWCMHP { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100040;text-align:center;text-align-last:center;top:12.772570610046rem;left:46.100479125976rem;display:block; }
#PXkWTq1q12ImDhMN4oqW90hixCm53EGs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qwiofOcrKifTuCfcKcr9JRghlESmanuo { position:absolute;display:block;z-index:100041;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:1.375rem;left:21.625rem;display:block; }#qwiofOcrKifTuCfcKcr9JRghlESmanuo.adaptive-delivery-prevent-bg, #qwiofOcrKifTuCfcKcr9JRghlESmanuo.lazyload, #qwiofOcrKifTuCfcKcr9JRghlESmanuo.lazyloading { background-image: none; }
#DuR5uT996WTi0LmTG0aG3LftR1AI1Hen { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100042;text-align:center;text-align-last:center;top:12.75rem;left:25.0625rem;display:block; }
#oKNt3UzoLcbmtVe0XGEXgbS6ia5DxZr0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Rm3lLCSZw7TPT6OgAeoBOsmW6m1cDtV6 { position:absolute;display:block;z-index:100043;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:1.375rem;left:0.8125rem;display:block; }#Rm3lLCSZw7TPT6OgAeoBOsmW6m1cDtV6.adaptive-delivery-prevent-bg, #Rm3lLCSZw7TPT6OgAeoBOsmW6m1cDtV6.lazyload, #Rm3lLCSZw7TPT6OgAeoBOsmW6m1cDtV6.lazyloading { background-image: none; }
#DZMSBTn5MDzC5vLUoKxeRdsQE1KOMTtJ { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100044;text-align:center;text-align-last:center;top:12.75rem;left:4.25rem;display:block; }
#Cv4S0x9wMoZBXOu93cZNdgdHokLroN2T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lfzwfSX6ALTI0HxuZdhAwgt8myM56GU7 { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.9980625rem;width:20.8105625rem;top:4.2122359275818rem;left:26.499565124512rem;overflow:hidden;display:block; }
#lsuWGT1IeTBfVFkVCclzwfHe8qKxMy3x { position:absolute;display:block;z-index:100047;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:18.875rem;left:0.9375rem;display:block; }#lsuWGT1IeTBfVFkVCclzwfHe8qKxMy3x.adaptive-delivery-prevent-bg, #lsuWGT1IeTBfVFkVCclzwfHe8qKxMy3x.lazyload, #lsuWGT1IeTBfVFkVCclzwfHe8qKxMy3x.lazyloading { background-image: none; }
#b8LMO0cfOzmSxQElxhkCtFgHWKfRdOK0 { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100048;text-align:center;text-align-last:center;top:30.25rem;left:4.375rem;display:block; }
#ZeRLOvBGgZACho7zqdiIsaKU9vcR3ikG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#M0G6bAlMqMLMe5WhymQpu5EBWTSN0yqs { position:absolute;display:block;z-index:100045;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:18.9375rem;left:42.75rem;display:block; }#M0G6bAlMqMLMe5WhymQpu5EBWTSN0yqs.adaptive-delivery-prevent-bg, #M0G6bAlMqMLMe5WhymQpu5EBWTSN0yqs.lazyload, #M0G6bAlMqMLMe5WhymQpu5EBWTSN0yqs.lazyloading { background-image: none; }
#PfODyUsvzITT32cxAEmT7plQgDS5EOSS { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100046;text-align:center;text-align-last:center;top:30.3125rem;left:46.1875rem;display:block; }
#bby4NZ5Hn0vH9fSfTQKMMcwbh3wRbqe7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MoQsdwpnmnLWXn1BLNnLOQIRH5e0eR7b { color:#c53d3d;display:block;width:13.3735rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:normal;z-index:100176;line-height:1.3;letter-spacing:0;top:2.7482633590698rem;left:43.693576812744rem;height:2.92535rem;text-align:center;text-align-last:center;display:block; }
#gCe2WEeTaky1yXBnwIaUprVh4225EQD1 { color:#000000;display:block;width:11.749125rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:normal;z-index:100176;line-height:1.3;letter-spacing:0;top:6.1875rem;left:44.5rem;height:3.6556rem;text-align:center;text-align-last:center;display:block; }
#nirpRcOQwoIs9xI5CRhUud23wt4eGGd8 { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100180;line-height:1.3;letter-spacing:0;top:10.0625rem;left:44.125rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#fwJZTuiBaFdx2sRHLrJMymBTzoMQ8OGP { color:#c53d3d;display:block;width:13.3735rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:normal;z-index:100179;line-height:1.3;letter-spacing:0;top:2.75rem;left:22.625rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#mvwJoFRk1ePIWa6bBg9L1BFqbQtmckgO { color:#000000;display:block;width:11.7480625rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:normal;z-index:100179;line-height:1.3;letter-spacing:0;top:6.7491312026975rem;left:23.4375rem;height:1.21853125rem;text-align:center;text-align-last:center;display:block; }
#FMTihKGqh85nlJwSfiDDxcEqbWO9G3vu { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100183;line-height:1.3;letter-spacing:0;top:10.0625rem;left:23.0625rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#tMQlV3iaAreEEdIB4qenU0LOMf3R7u5k { color:#c53d3d;display:block;width:13.3735rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:normal;z-index:100182;line-height:1.3;letter-spacing:0;top:2.7452259063721rem;left:1.8109798431396rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#kqcffldxLhND3XShtHlewIKwCQTOXeK1 { color:#000000;display:block;width:11.7480625rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:normal;z-index:100182;line-height:1.3;letter-spacing:0;top:6.75rem;left:2.625rem;height:1.21853125rem;text-align:center;text-align-last:center;display:block; }
#er9M0rVH8rEeTh4MrhuF7nrSXn9ouZqr { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100186;line-height:1.3;letter-spacing:0;top:10.0625rem;left:2.25rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#LNThVHwJvdWkKcMok1AXK7BAkb4eh1Ki { color:#c53d3d;display:block;width:13.3735rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:normal;z-index:100185;line-height:1.3;letter-spacing:0;top:21.125rem;left:43.625rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#wcqcOsBxkFg9THIlP7hc2g1g0iw6dQT2 { color:#000000;display:block;width:11.7480625rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:normal;z-index:100185;line-height:1.3;letter-spacing:0;top:24.125rem;left:44.4375rem;height:2.43706875rem;text-align:center;text-align-last:center;display:block; }
#neBHCwGcygJtQ8oVeg3TEySFTnPimARQ { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100189;line-height:1.3;letter-spacing:0;top:27.875rem;left:44.125rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#mdK51R9LXwTWswJrDz0A520wi2bENCwp { position:absolute;display:block;z-index:100049;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.8748125rem;width:15.1248125rem;top:18.873698711395rem;left:21.622177124024rem;display:block; }#mdK51R9LXwTWswJrDz0A520wi2bENCwp.adaptive-delivery-prevent-bg, #mdK51R9LXwTWswJrDz0A520wi2bENCwp.lazyload, #mdK51R9LXwTWswJrDz0A520wi2bENCwp.lazyloading { background-image: none; }
#TAcD2Zh7G87WsM0PZ1fZ3UsXeT8wLmn4 { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100050;text-align:center;text-align-last:center;top:30.25rem;left:25.0625rem;display:block; }
#qL6s10TLNToiPTKpxotDa0Zd5KZMNMfP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#QIexf93V8lH2qcEGAQOv7mxKb71TMP3i { position:absolute;display:block;z-index:100051;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:37.875rem;left:1rem;display:block; }#QIexf93V8lH2qcEGAQOv7mxKb71TMP3i.adaptive-delivery-prevent-bg, #QIexf93V8lH2qcEGAQOv7mxKb71TMP3i.lazyload, #QIexf93V8lH2qcEGAQOv7mxKb71TMP3i.lazyloading { background-image: none; }
#fNXcJMi7Wogxp09FL7l0gHH97O11OiWH { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100052;text-align:center;text-align-last:center;top:49.25rem;left:4.4375rem;display:block; }
#CSWkazAKo0KQHuu7wo6GUtfdF6uiP0vK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#CTT9HGkZ3zpHVgU5UDZDkwS9MeqiCrVy { position:absolute;display:block;z-index:100053;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:37.875rem;left:21.6875rem;display:block; }#CTT9HGkZ3zpHVgU5UDZDkwS9MeqiCrVy.adaptive-delivery-prevent-bg, #CTT9HGkZ3zpHVgU5UDZDkwS9MeqiCrVy.lazyload, #CTT9HGkZ3zpHVgU5UDZDkwS9MeqiCrVy.lazyloading { background-image: none; }
#tZkkqmJLvDSNgwvrTz4WqzG5HKkTd0Js { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100054;text-align:center;text-align-last:center;top:49.25rem;left:25.125rem;display:block; }
#TP01A94Q29LtRfPRAKipaTx9rcMROx10 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xDF7JOzLbbAmEtcLso16AXD67wzr6k9v { position:absolute;display:block;z-index:100055;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:37.875rem;left:42.6875rem;display:block; }#xDF7JOzLbbAmEtcLso16AXD67wzr6k9v.adaptive-delivery-prevent-bg, #xDF7JOzLbbAmEtcLso16AXD67wzr6k9v.lazyload, #xDF7JOzLbbAmEtcLso16AXD67wzr6k9v.lazyloading { background-image: none; }
#gbOxRBEdenpvVoieCTWtLQxnc39w4hDQ { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100056;text-align:center;text-align-last:center;top:49.25rem;left:46.125rem;display:block; }
#hywCpe6VsSnbrwbMqlJm7T4STu42m3Ah { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#O2qshO45i4Lh7H7fPZnxcwEmlOkH8eZI { color:#c53d3d;display:block;width:13.3735rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:normal;z-index:100188;line-height:1.3;letter-spacing:0;top:21.125rem;left:22.625rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#F0xBsR3gamfTXmuGpCIgbwMOQbiqTMov { color:#000000;display:block;width:11.7480625rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:normal;z-index:100188;line-height:1.3;letter-spacing:0;top:24.125rem;left:23.4375rem;height:2.43706875rem;text-align:center;text-align-last:center;display:block; }
#aRTXT8aqi7GCgPnyOezeSf5CGp8RzhUB { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100192;line-height:1.3;letter-spacing:0;top:27.875rem;left:23.125rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#vlis3dx4ZvGV63KXBnaR9HSsx3zEPkLi { color:#c53d3d;display:block;width:13.3735rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:normal;z-index:100191;line-height:1.3;letter-spacing:0;top:20.5625rem;left:1.8125rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#IGJsBwV68L66cwTwTI3xIfi1xMRJMA0w { color:#000000;display:block;width:11.7480625rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:normal;z-index:100191;line-height:1.3;letter-spacing:0;top:24.125rem;left:2.625rem;height:2.43706875rem;text-align:center;text-align-last:center;display:block; }
#OrLedDSw0QHcRkCC38amnTHqISFaBXmH { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100195;line-height:1.3;letter-spacing:0;top:27.875rem;left:2.3125rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#wb1kmzbw8QpJTDJySIhX0qDPc9The2AM { color:#a4265e;display:block;width:13.3105625rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:normal;z-index:100077;line-height:1.3;letter-spacing:0;top:22.125rem;left:1.8125rem;height:1.13606875rem;text-align:center;text-align-last:center;display:block; }
#fAB4whBIxCgy5UG9a0SIiH2SBmezgO3v { position:absolute;display:block;z-index:100057;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:55.375rem;left:1.4375rem;display:block; }#fAB4whBIxCgy5UG9a0SIiH2SBmezgO3v.adaptive-delivery-prevent-bg, #fAB4whBIxCgy5UG9a0SIiH2SBmezgO3v.lazyload, #fAB4whBIxCgy5UG9a0SIiH2SBmezgO3v.lazyloading { background-image: none; }
#Wf61iiciiZNigiN2l6siFzDo0nwEuOxX { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100058;text-align:center;text-align-last:center;top:66.75rem;left:4.875rem;display:block; }
#e57TZA5TWOSnlOaySn0TclbGf3pAkIDc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#BT2xvPMTHL7Dc2MkUgrUnNNGiMrEobd8 { position:absolute;display:block;z-index:100059;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:55.375rem;left:22.1875rem;display:block; }#BT2xvPMTHL7Dc2MkUgrUnNNGiMrEobd8.adaptive-delivery-prevent-bg, #BT2xvPMTHL7Dc2MkUgrUnNNGiMrEobd8.lazyload, #BT2xvPMTHL7Dc2MkUgrUnNNGiMrEobd8.lazyloading { background-image: none; }
#UyvgAKXXaF35LCgWgLSh2TCMUr7R9b1S { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100060;text-align:center;text-align-last:center;top:66.75rem;left:25.5625rem;display:block; }
#PEOsVLca4A0orhUclEVrxPOFQPXCp48S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fZ1IZSqdDVCky8dwvGrVXz5QKEmBFGyV { position:absolute;display:block;z-index:100061;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:55.375rem;left:43.125rem;display:block; }#fZ1IZSqdDVCky8dwvGrVXz5QKEmBFGyV.adaptive-delivery-prevent-bg, #fZ1IZSqdDVCky8dwvGrVXz5QKEmBFGyV.lazyload, #fZ1IZSqdDVCky8dwvGrVXz5QKEmBFGyV.lazyloading { background-image: none; }
#p3xvpVqsNv7dpwXqgQ8RTbT8B8SoPTEG { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100062;text-align:center;text-align-last:center;top:66.75rem;left:46.625rem;display:block; }
#DwnpeV3VyH2IfxD2OzIdmMBsBRNi2aOB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mPiVwJ7EAUG8asiRmHGSz4ldMOEffs8b { color:#c53d3d;display:block;width:13.3735rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:normal;z-index:100195;line-height:1.3;letter-spacing:0;top:39.3125rem;left:43.6875rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#LILRuOTOrQrRgwz94BC5uGD2zFsQdUkL { color:#a4265e;display:block;width:13.3105625rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:normal;z-index:100081;line-height:1.3;letter-spacing:0;top:40.875rem;left:43.6875rem;height:1.13606875rem;text-align:center;text-align-last:center;display:block; }
#VE60mZeJ1LcCtOgnLSTJ7MEXlmUpCJaD { color:#000000;display:block;width:11.7480625rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:normal;z-index:100195;line-height:1.3;letter-spacing:0;top:42.875rem;left:44.5rem;height:2.43706875rem;text-align:center;text-align-last:center;display:block; }
#FHoNvPZ036933xzVmWoEX7Hsu6UJfktI { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100199;line-height:1.3;letter-spacing:0;top:46.625rem;left:44.1875rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#ilM0HufdbTZevzxSGToTARVGWGgM6wTR { color:#c53d3d;display:block;width:13.3735rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:normal;z-index:100198;line-height:1.3;letter-spacing:0;top:39.998916625976rem;left:22.624782562256rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#u4kLKs3wW2TK4dHu9fLiEvlQR8Z3RTbd { color:#000000;display:block;width:11.7480625rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:normal;z-index:100198;line-height:1.3;letter-spacing:0;top:42.983726501465rem;left:23.4375rem;height:2.43706875rem;text-align:center;text-align-last:center;display:block; }
#K6rgeaX7a8weIxtnoX2Exy34tGBIL2dC { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100202;line-height:1.3;letter-spacing:0;top:46.624351501465rem;left:23.060981750488rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#Oa1vR6tOT3opg6fQLgXlz8fb4DsihgRT { color:#c53d3d;display:block;width:13.3735rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:normal;z-index:100201;line-height:1.3;letter-spacing:0;top:40.170575141907rem;left:1.8109798431396rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#q7V4dyBwxQSqwwUCpPPMvk4xs8pnW1f7 { color:#000000;display:block;width:11.7480625rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:normal;z-index:100201;line-height:1.3;letter-spacing:0;top:43.154949188233rem;left:2.6236972808838rem;height:2.43706875rem;text-align:center;text-align-last:center;display:block; }
#L7DQy4gkZU1OOaq3gatuWLe0s1bD7CTb { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100205;line-height:1.3;letter-spacing:0;top:46.25rem;left:2.25rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#n6KmQBieM9qG7UTtBncUC3fOX6a3tPJs { color:#c53d3d;display:block;width:13.3735rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:normal;z-index:100204;line-height:1.3;letter-spacing:0;top:57.5rem;left:43.8125rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#xlV50VTZKJ4eliOt49EpTFTIJ5NcsIQO { color:#000000;display:block;width:11.7480625rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:normal;z-index:100204;line-height:1.3;letter-spacing:0;top:60.4375rem;left:44.625rem;height:2.43706875rem;text-align:center;text-align-last:center;display:block; }
#d5pXFap0Z28LdDgtAvZrJxbydwSFDmoU { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100208;line-height:1.3;letter-spacing:0;top:64.0918006897rem;left:44.636501312256rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#hFt3CvT23TbhTu4VqGRQD46ezvsesuWh { color:#c53d3d;display:block;width:13.3735rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:normal;z-index:100207;line-height:1.3;letter-spacing:0;top:57.5rem;left:23.3125rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#rWDpuGfRwAR0iQDUZXAlxsG8QQIgFy5C { color:#000000;display:block;width:11.7480625rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:normal;z-index:100207;line-height:1.3;letter-spacing:0;top:60.4375rem;left:24.125rem;height:3.6556rem;text-align:center;text-align-last:center;display:block; }
#skIMTacdV6wm1q51vixyQsVhDZs599u5 { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100211;line-height:1.3;letter-spacing:0;top:64.375rem;left:23.75rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#msm4T0GgJpkfggzmwlX79QazQJg9cCGu { color:#c53d3d;display:block;width:13.3735rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:normal;z-index:100207;line-height:1.3;letter-spacing:0;top:57.5rem;left:2.375rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#qyc0rLlan4viovShX0vnfhuZkCrnJWac { color:#000000;display:block;width:11.7480625rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:normal;z-index:100207;line-height:1.3;letter-spacing:0;top:61.047094345093rem;left:2.7777767181396rem;height:1.21853125rem;text-align:center;text-align-last:center;display:block; }
#ktdkwv9vqWms0p5sE9LgJAx291P4Q9Cg { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100211;line-height:1.3;letter-spacing:0;top:64.0625rem;left:3.1875rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#ZE3OAHbDET6ht6fNaCSpJhs3ImxVTJt4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbdbdb;background-image:none;position:relative;display:block; }#ZE3OAHbDET6ht6fNaCSpJhs3ImxVTJt4 > .row .container { background-color: transparent; background-image: none; }#ZE3OAHbDET6ht6fNaCSpJhs3ImxVTJt4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZE3OAHbDET6ht6fNaCSpJhs3ImxVTJt4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZE3OAHbDET6ht6fNaCSpJhs3ImxVTJt4 > .row .container > .video-iframe-container { display: none; }#ZE3OAHbDET6ht6fNaCSpJhs3ImxVTJt4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZE3OAHbDET6ht6fNaCSpJhs3ImxVTJt4 > .row > .video-iframe-container { display: none; }#ZE3OAHbDET6ht6fNaCSpJhs3ImxVTJt4 > .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); }#ZE3OAHbDET6ht6fNaCSpJhs3ImxVTJt4 > .row .container { border-width: 0; border-radius: 0; }#ZE3OAHbDET6ht6fNaCSpJhs3ImxVTJt4 > .row > .video-iframe-container {  }#ZE3OAHbDET6ht6fNaCSpJhs3ImxVTJt4 > .row .container { font-size:0.875rem;font-family:arial;height:21.625rem;width:60rem;position:relative;display:block; }#lsR2Cn0ITeQ7cgGTvZIWhALoG2lapefl { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 2.5rem rgba(255,255,255,0.25) ;height:17.1245625rem;width:25.8745625rem;top:2.9969620704651rem;left:0.74978256225588rem;overflow:hidden;display:block; }
#T8NHzpAqz71XhTyFgsb4SsXcGATzOnkc { position:absolute;display:block;z-index:100047;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.7480625rem;width:20.1248125rem;top:4.8752384185791rem;left:21.1328125rem;overflow:hidden;display:block; }
#ME7IRgPx7wAI1iTRgXT4Bcq9VxTuKW8Q { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 2.5rem rgba(255,255,255,0.25) ;height:13.8125rem;width:20.6875rem;top:3.4364147186279rem;left:34.186199188233rem;overflow:hidden;display:none; }
#lyJHw3Zk2hPxlvG0KKVxdhU61MOxgmcd { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100045;text-align:center;text-align-last:center;top:18.599175453186rem;left:41.189235687256rem;display:block; }
#oSTMb6RmEHm0CT9Uvz094T4huOm62659 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lTwENavsIuIHIwEkccuTy7ivuZ1SM9zg { color:#014f4d;display:block;width:28.811875rem;position:absolute;font-family:"neo sans arabic";font-size:2.5rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:1.716579914093rem;left:31.188152313233rem;height:3.24978125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#zwLNwXrJzNZWek7kLTIfi64uMAhKFrQl { color:#000000;display:block;width:21.0623125rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:normal;z-index:100048;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:6.0627174377441rem;left:35.061851501465rem;height:11.9476875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CobJ9pAew0VqlO2HQRPClMl1av3e8Mvh { color:#014f4d;display:block;width:28.811875rem;position:absolute;font-family:"neo sans arabic";font-size:2.5rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:21.624350070953rem;left:13.874782562256rem;height:3.24978125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#KWegUnrvHI1iS8QZHbVcCk05vHvwQTyZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbdbdb;background-image:none;position:relative;display:block; }#KWegUnrvHI1iS8QZHbVcCk05vHvwQTyZ > .row .container { background-color: transparent; background-image: none; }#KWegUnrvHI1iS8QZHbVcCk05vHvwQTyZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWegUnrvHI1iS8QZHbVcCk05vHvwQTyZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWegUnrvHI1iS8QZHbVcCk05vHvwQTyZ > .row .container > .video-iframe-container { display: none; }#KWegUnrvHI1iS8QZHbVcCk05vHvwQTyZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWegUnrvHI1iS8QZHbVcCk05vHvwQTyZ > .row > .video-iframe-container { display: none; }#KWegUnrvHI1iS8QZHbVcCk05vHvwQTyZ > .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); }#KWegUnrvHI1iS8QZHbVcCk05vHvwQTyZ > .row .container { border-width: 0; border-radius: 0; }#KWegUnrvHI1iS8QZHbVcCk05vHvwQTyZ > .row > .video-iframe-container {  }#KWegUnrvHI1iS8QZHbVcCk05vHvwQTyZ > .row .container { font-size:0.875rem;font-family:arial;height:26.0625rem;width:60rem;position:relative;display:block; }#r4z1Ff3OAR0v5nm0TmVf5wXQeBU8gq9a { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 2.5rem rgba(255,255,255,0.25) ;height:15.9375rem;width:26.436625rem;top:9.6137156486512rem;left:33.563369750976rem;overflow:hidden;display:block; }
#alIPSyRRuaMshGNlWDNM5lFVKu3icsAf { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.7480625rem;width:20.1248125rem;top:9.6136951446531rem;left:26.935764312744rem;overflow:hidden;display:block; }
#UwfHqcJybUVd4NaLEdb6zfwLQl68BUlD { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 2.5rem rgba(255,255,255,0.25) ;height:12.5625rem;width:20.6875rem;top:3.4364147186279rem;left:34.186199188233rem;overflow:hidden;display:none; }
#d6BzFIkBf0Mlf3dVRygt3oTszbqodOzz { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.436625rem;height:3.4375rem;text-decoration:none;z-index:100045;text-align:center;text-align-last:center;top:20.307075023651rem;left:10.686847686767rem;display:block; }
#xbhJa60sNEskiTccGq3di8UcRCbEMhOo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qEFQCWwaHLft2Tu9pI9ib8IEXSANCnP8 { color:#000000;display:block;width:42.374125rem;position:absolute;font-family:"br font n-day";font-size:1.5rem;font-weight:normal;z-index:100046;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:3.634982585907rem;left:8.8118476867675rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#O7xQJyKiWfUqKGmKFAyooxdwDnk67z7w { color:#000000;display:block;width:25.625rem;position:absolute;font-family:"br font n-day";font-size:1.5rem;font-weight:normal;z-index:100047;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:12.356770992279rem;left:1.3140182495118rem;height:;text-align:right;text-align-last:right;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; }
#sklk24bDJOzK4H3ePucm54QCd6TvDhmu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbdbdb;background-image:none;position:relative;display:block; }#sklk24bDJOzK4H3ePucm54QCd6TvDhmu > .row .container { background-color: transparent; background-image: none; }#sklk24bDJOzK4H3ePucm54QCd6TvDhmu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sklk24bDJOzK4H3ePucm54QCd6TvDhmu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sklk24bDJOzK4H3ePucm54QCd6TvDhmu > .row .container > .video-iframe-container { display: none; }#sklk24bDJOzK4H3ePucm54QCd6TvDhmu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sklk24bDJOzK4H3ePucm54QCd6TvDhmu > .row > .video-iframe-container { display: none; }#sklk24bDJOzK4H3ePucm54QCd6TvDhmu > .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); }#sklk24bDJOzK4H3ePucm54QCd6TvDhmu > .row .container { border-width: 0; border-radius: 0; }#sklk24bDJOzK4H3ePucm54QCd6TvDhmu > .row > .video-iframe-container {  }#sklk24bDJOzK4H3ePucm54QCd6TvDhmu > .row .container { font-size:0.875rem;font-family:arial;height:26.0625rem;width:60rem;position:relative;display:block; }#dFgM9dLeuZ4KHzVOaqukwH6xVQ5r5kMk { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 2.5rem rgba(255,255,255,0.25) ;height:15.9375rem;width:24rem;top:8.5612378120425rem;left:0rem;overflow:hidden;display:block; }
#nTgBNUkGqzK4rQPVPBXXatkZysNe2oxX { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.7480625rem;width:20.1248125rem;top:8.15536904335rem;left:16.749130249024rem;overflow:hidden;display:block; }
#Vk1gbdGvP51aE8rT85Pys1gCXXSJTT2y { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 2.5rem rgba(255,255,255,0.25) ;height:12.5625rem;width:18.9375rem;top:3.4364147186279rem;left:34.186199188233rem;overflow:hidden;display:none; }
#cqFsclivngdnnp8Rb1AVohm3O1O754FI { color:#000000;display:block;width:57.6248125rem;position:absolute;font-family:"br font n-day";font-size:1.5rem;font-weight:normal;z-index:100046;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:1.3118491172791rem;left:1.1859798431396rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#B4slOHgCslcepHO7py3ztl2Wq6S8yHFe { color:#000000;display:block;width:29.9370625rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:normal;z-index:100047;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:11.561414718628rem;left:28.942058563233rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eb20sIX9FZPZyD7HJHNboxd9SGJOlVo0 { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.4355625rem;height:3.4375rem;text-decoration:none;z-index:100045;text-align:center;text-align-last:center;top:20.375rem;left:41.625rem;display:block; }
#rqFvLuRyw8ZnomlwuTfJqNl6ddd3ZDhQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZUwzXhTaLReiIpzKWQhuR7Df6ogdCSqB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbdbdb;background-image:none;position:relative;display:block; }#ZUwzXhTaLReiIpzKWQhuR7Df6ogdCSqB > .row .container { background-color: transparent; background-image: none; }#ZUwzXhTaLReiIpzKWQhuR7Df6ogdCSqB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZUwzXhTaLReiIpzKWQhuR7Df6ogdCSqB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZUwzXhTaLReiIpzKWQhuR7Df6ogdCSqB > .row .container > .video-iframe-container { display: none; }#ZUwzXhTaLReiIpzKWQhuR7Df6ogdCSqB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZUwzXhTaLReiIpzKWQhuR7Df6ogdCSqB > .row > .video-iframe-container { display: none; }#ZUwzXhTaLReiIpzKWQhuR7Df6ogdCSqB > .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); }#ZUwzXhTaLReiIpzKWQhuR7Df6ogdCSqB > .row .container { border-width: 0; border-radius: 0; }#ZUwzXhTaLReiIpzKWQhuR7Df6ogdCSqB > .row > .video-iframe-container {  }#ZUwzXhTaLReiIpzKWQhuR7Df6ogdCSqB > .row .container { font-size:0.875rem;font-family:arial;height:21.5625rem;width:60rem;position:relative;display:block; }#AeEM2u143T9s0WQaJh2ZcUcpJqthVNX5 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 2.5rem rgba(255,255,255,0.25) ;height:17.4370625rem;width:26.3748125rem;top:1.6872348785401rem;left:32.747398376465rem;overflow:hidden;display:block; }
#siFeKhwRmRVgMoT4kUAkmimsIcxQ0Mwy { position:absolute;display:block;z-index:99998;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.7480625rem;width:20.1248125rem;top:3.2562456130981rem;left:23.569877624512rem;overflow:hidden;display:block; }
#ySTerNVsE0vteBv1IfwOtIUbRNopTrqh { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 2.5rem rgba(255,255,255,0.25) ;height:13.6875rem;width:20.6875rem;top:3.4364147186279rem;left:34.186199188233rem;overflow:hidden;display:none; }
#PAtVlPmcDVgteGV5wCWlT0wIHTPxa3o8 { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100045;text-align:center;text-align-last:center;top:17.1875rem;left:10.0625rem;display:block; }
#vzK23PFormAIHQRBTgTF2lWImxd0E77q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#I8upK55nbqXvfMDr5qVpmqdLQMs8SoET { color:#014f4d;display:block;width:28.811875rem;position:absolute;font-family:"neo sans arabic";font-size:2.5rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:1.6875rem;left:0rem;height:3.24978125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#xLlp1n5TK67vwMq9PEsttDnWsE1CbAUm { color:#000000;display:block;width:21.0623125rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:normal;z-index:100046;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:7.375rem;left:3.875rem;height:6.82725rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#y9pbsZ7PbdL00qeZo59g8yO4VPtpf80D { color:#fdfdfd;display:block;width:18.75rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:100095;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:6.4355471134187rem;left:23.068576812744rem;height:1.8684875rem;font-style:normal;display:none; }
#HP1glNvTSDFT15PJFZWvpbVQl53IzDh8 { position:absolute;display:block;z-index:100096;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.18685rem;width:8.499375rem;top:8.9680988788606rem;left:19.567058563233rem;overflow:hidden;display:none; }
#t7oocaLh3oWkZiqNC9uhkZGdBCFMa30P { position:absolute;display:block;z-index:100096;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.87435rem;width:7.249375rem;top:9.1243488788606rem;left:30.625rem;overflow:hidden;display:none; }
#FidV5IcsGit5pUqWSn5NVOWCiO4vFzQS { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.9980625rem;width:20.8105625rem;top:20.432904243469rem;left:26.123046875rem;overflow:hidden;display:block; }
#ggyxLN1AvsPTzg2syp0FlUiOxpfZBb63 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbdbdb;background-image:none;position:relative;display:block; }#ggyxLN1AvsPTzg2syp0FlUiOxpfZBb63 > .row .container { background-color: transparent; background-image: none; }#ggyxLN1AvsPTzg2syp0FlUiOxpfZBb63::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ggyxLN1AvsPTzg2syp0FlUiOxpfZBb63 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ggyxLN1AvsPTzg2syp0FlUiOxpfZBb63 > .row .container > .video-iframe-container { display: none; }#ggyxLN1AvsPTzg2syp0FlUiOxpfZBb63 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ggyxLN1AvsPTzg2syp0FlUiOxpfZBb63 > .row > .video-iframe-container { display: none; }#ggyxLN1AvsPTzg2syp0FlUiOxpfZBb63 > .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); }#ggyxLN1AvsPTzg2syp0FlUiOxpfZBb63 > .row .container { border-width: 0; border-radius: 0; }#ggyxLN1AvsPTzg2syp0FlUiOxpfZBb63 > .row > .video-iframe-container {  }#ggyxLN1AvsPTzg2syp0FlUiOxpfZBb63 > .row .container { font-size:0.875rem;font-family:arial;height:18.8125rem;width:60rem;position:relative;display:block; }#Lr5ATS0Fnok2reUs5q5kUiV0lEVtKV0O { position:absolute;display:block;z-index:100039;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:1.3975696563721rem;left:42.693141937256rem;display:block; }#Lr5ATS0Fnok2reUs5q5kUiV0lEVtKV0O.adaptive-delivery-prevent-bg, #Lr5ATS0Fnok2reUs5q5kUiV0lEVtKV0O.lazyload, #Lr5ATS0Fnok2reUs5q5kUiV0lEVtKV0O.lazyloading { background-image: none; }
#V5U8CqEwgcoDqQ2fSfkZpHkT06LUEiuw { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100040;text-align:center;text-align-last:center;top:12.772570610046rem;left:46.100479125976rem;display:block; }
#c4DWTkxc1EicVuqU76UgSwr17uFcdDQR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mqeuhgBBgQ24E6gLcThmHooIwESHc7Xt { position:absolute;display:block;z-index:100043;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:1.375rem;left:0.8125rem;display:block; }#mqeuhgBBgQ24E6gLcThmHooIwESHc7Xt.adaptive-delivery-prevent-bg, #mqeuhgBBgQ24E6gLcThmHooIwESHc7Xt.lazyload, #mqeuhgBBgQ24E6gLcThmHooIwESHc7Xt.lazyloading { background-image: none; }
#LM9V7Gt6WBxCOJ4WZVCJwE8rGOEsNGpp { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100044;text-align:center;text-align-last:center;top:12.75rem;left:4.25rem;display:block; }
#N3WuWGTsz0M5woUaBPNJsPPb39LwNxJv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#f1KBP5T2ID75zeytysDhR2kL5LKbmidX { color:#c53d3d;display:block;width:13.3735rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:normal;z-index:100176;line-height:1.3;letter-spacing:0;top:2.7482633590698rem;left:43.693576812744rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#TeWFA7qmLA3iRTCXLluJuXVwpSNfWXVD { color:#000000;display:block;width:11.749125rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:normal;z-index:100176;line-height:1.3;letter-spacing:0;top:6.1875rem;left:44.5rem;height:2.43706875rem;text-align:center;text-align-last:center;display:block; }
#JWEBuSKMcENqMUsH5D46bEz8A5MeEbRN { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100180;line-height:1.3;letter-spacing:0;top:10.0625rem;left:44.125rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#Li0yCX3Aq6OMOlXCA2Zk1f9fIBQU9q6M { color:#c53d3d;display:block;width:13.3735rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:normal;z-index:100182;line-height:1.3;letter-spacing:0;top:2.7452259063721rem;left:1.8109798431396rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#uVCrtAxynT0pGRTupobPrVHxFvllT3rF { color:#000000;display:block;width:11.7480625rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:normal;z-index:100182;line-height:1.3;letter-spacing:0;top:6.6319311987606rem;left:2.6236972808838rem;height:3.6556rem;text-align:center;text-align-last:center;display:block; }
#B9Kh52mufnMst1AZCg4TkedVaMkn2uRt { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100186;line-height:1.3;letter-spacing:0;top:10.686847686767rem;left:2.2493476867676rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#bcpTPOb9K5n83e1XJ9z2Z6Pfo2xIUrby { position:absolute;display:block;z-index:100064;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:1.4375rem;left:21.75rem;display:block; }#bcpTPOb9K5n83e1XJ9z2Z6Pfo2xIUrby.adaptive-delivery-prevent-bg, #bcpTPOb9K5n83e1XJ9z2Z6Pfo2xIUrby.lazyload, #bcpTPOb9K5n83e1XJ9z2Z6Pfo2xIUrby.lazyloading { background-image: none; }
#Q3q9aiiULNS3vsOfLtElpxdtOa9rxkRQ { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100065;text-align:center;text-align-last:center;top:12.8125rem;left:25.125rem;display:block; }
#PcNbbu67oiSs5UaDTlSncnOQscqk1OPN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#BbWKaMzft6qMeNfd7We7TLHV1ONIf393 { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100216;line-height:1.3;letter-spacing:0;top:10.4375rem;left:23.3125rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#ea8BPquecIfhMvmWcyOS2gdykuvxNz1Z { color:#000000;display:block;width:11.7480625rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:normal;z-index:100212;line-height:1.3;letter-spacing:0;top:6.5rem;left:23.6875rem;height:3.6556rem;text-align:center;text-align-last:center;display:block; }
#HXagkTOnBtnVMO7EIpuNskbh0XD2JG3T { color:#c53d3d;display:block;width:13.3735rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:normal;z-index:100212;line-height:1.3;letter-spacing:0;top:3.5625rem;left:22.875rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#yngxKT16DD4O5wyOupIez92ehK8TPefT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbdbdb;background-image:none;position:relative;display:block; }#yngxKT16DD4O5wyOupIez92ehK8TPefT > .row .container { background-color: transparent; background-image: none; }#yngxKT16DD4O5wyOupIez92ehK8TPefT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yngxKT16DD4O5wyOupIez92ehK8TPefT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yngxKT16DD4O5wyOupIez92ehK8TPefT > .row .container > .video-iframe-container { display: none; }#yngxKT16DD4O5wyOupIez92ehK8TPefT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yngxKT16DD4O5wyOupIez92ehK8TPefT > .row > .video-iframe-container { display: none; }#yngxKT16DD4O5wyOupIez92ehK8TPefT > .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); }#yngxKT16DD4O5wyOupIez92ehK8TPefT > .row .container { border-width: 0; border-radius: 0; }#yngxKT16DD4O5wyOupIez92ehK8TPefT > .row > .video-iframe-container {  }#yngxKT16DD4O5wyOupIez92ehK8TPefT > .row .container { font-size:0.875rem;font-family:arial;height:18.0625rem;width:60rem;position:relative;display:block; }#yxQMWnc2rrbp90VOCl4oatly0K2UmDtv { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 2.5rem rgba(255,255,255,0.25) ;height:15.125rem;width:22.875rem;top:1.9401016235351rem;left:35.010770491153rem;overflow:hidden;display:block; }
#vANHqCaCDtmzOkT0BZaZeAlWfUXpxtxE { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.186625rem;width:18.2498125rem;top:2.5922312736511rem;left:24.955513000488rem;overflow:hidden;display:block; }
#vwAMKt74B7HeNSyM5GRJeSDTKWQeOnnl { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 2.5rem rgba(255,255,255,0.25) ;height:13.8125rem;width:20.875rem;top:3.4364147186279rem;left:34.186199188233rem;overflow:hidden;display:none; }
#aRC0JrbFKtzGKvPg9vTobyEA8EReIskk { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100045;text-align:center;text-align-last:center;top:14.310541152954rem;left:10.001085281372rem;display:block; }
#ZUDIXdNIAcxOmA1egt9znNtTJR28gkBD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xEcGmXHXQVTephUC83aAiZiUD8zLC9Md { color:#014f4d;display:block;width:28.811875rem;position:absolute;font-family:"neo sans arabic";font-size:2.5rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:1.1859664916993rem;left:0rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#nDmTV0tm59ZKgLwzp8QBmzpTJFdhAdzv { color:#fdfdfd;display:block;width:18.75rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:100095;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:6.4355471134187rem;left:23.068576812744rem;height:1.8684875rem;font-style:normal;display:none; }
#hTMTCRFRTo4QTX56rVnO2q0xVCwihAxI { position:absolute;display:block;z-index:100096;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.18685rem;width:8.499375rem;top:8.9680988788606rem;left:19.567058563233rem;overflow:hidden;display:none; }
#ORWyqOhTcZqqx6b2mUGHFwaivUhUaLbl { position:absolute;display:block;z-index:100096;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.87435rem;width:7.249375rem;top:9.1243488788606rem;left:30.625rem;overflow:hidden;display:none; }
#g5Glc33eXoC51s08UxITxt5v7OVTEWtM { color:#000000;display:block;width:19.8123125rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:normal;z-index:100048;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:6.3498201370237rem;left:4.4976119995117rem;height:5.361325rem;text-align:center;text-align-last:center;display:block; }
#VDL4taEodTAqBsXPpKCRte8f8t6A9GTp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbdbdb;background-image:none;position:relative;display:block; }#VDL4taEodTAqBsXPpKCRte8f8t6A9GTp > .row .container { background-color: transparent; background-image: none; }#VDL4taEodTAqBsXPpKCRte8f8t6A9GTp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VDL4taEodTAqBsXPpKCRte8f8t6A9GTp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VDL4taEodTAqBsXPpKCRte8f8t6A9GTp > .row .container > .video-iframe-container { display: none; }#VDL4taEodTAqBsXPpKCRte8f8t6A9GTp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VDL4taEodTAqBsXPpKCRte8f8t6A9GTp > .row > .video-iframe-container { display: none; }#VDL4taEodTAqBsXPpKCRte8f8t6A9GTp > .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); }#VDL4taEodTAqBsXPpKCRte8f8t6A9GTp > .row .container { border-width: 0; border-radius: 0; }#VDL4taEodTAqBsXPpKCRte8f8t6A9GTp > .row > .video-iframe-container {  }#VDL4taEodTAqBsXPpKCRte8f8t6A9GTp > .row .container { font-size:0.875rem;font-family:arial;height:70.3125rem;width:60rem;position:relative;display:block; }#ZuOQwynwUd0tR3Mg11kVJhoPS2XtGeC8 { position:absolute;display:block;z-index:100039;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:1.3975696563721rem;left:42.693141937256rem;display:block; }#ZuOQwynwUd0tR3Mg11kVJhoPS2XtGeC8.adaptive-delivery-prevent-bg, #ZuOQwynwUd0tR3Mg11kVJhoPS2XtGeC8.lazyload, #ZuOQwynwUd0tR3Mg11kVJhoPS2XtGeC8.lazyloading { background-image: none; }
#JLuwW4hREomg6IiEh7PUnIN9SuZSTEnw { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100040;text-align:center;text-align-last:center;top:12.772570610046rem;left:46.100479125976rem;display:block; }
#ERGmuLi05qaMIXatgV41owATf5QhVCm7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ChMOE2WGwCvaknwqt93m74vG4VNxFcNW { position:absolute;display:block;z-index:100041;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:1.375rem;left:21.625rem;display:block; }#ChMOE2WGwCvaknwqt93m74vG4VNxFcNW.adaptive-delivery-prevent-bg, #ChMOE2WGwCvaknwqt93m74vG4VNxFcNW.lazyload, #ChMOE2WGwCvaknwqt93m74vG4VNxFcNW.lazyloading { background-image: none; }
#BSB2IWO6pHGCRbfG6lf6ty4bZE8lH9ps { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100042;text-align:center;text-align-last:center;top:12.75rem;left:25.0625rem;display:block; }
#MsNulqOr51Vm9o5dexgXrxTUUZCUXD0p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#XZIFKJItHpnaKtiIaUL93zW5K2ol4GhL { position:absolute;display:block;z-index:100043;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:1.375rem;left:0.8125rem;display:block; }#XZIFKJItHpnaKtiIaUL93zW5K2ol4GhL.adaptive-delivery-prevent-bg, #XZIFKJItHpnaKtiIaUL93zW5K2ol4GhL.lazyload, #XZIFKJItHpnaKtiIaUL93zW5K2ol4GhL.lazyloading { background-image: none; }
#TsZkVcEHyJsmACCzNZ5vwwvdf5WTVUeC { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100044;text-align:center;text-align-last:center;top:12.75rem;left:4.25rem;display:block; }
#nT7RkoBOVABJ8tUNBJo09TENveZ9lJRD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#S1a8AMSS0GSr6JE4hWiVttcTU8gEQaMT { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.9980625rem;width:20.8105625rem;top:4.2122359275818rem;left:26.499565124512rem;overflow:hidden;display:block; }
#Ws2FnvqBa8Ln8qLe1Wy863WEu3sDTwX5 { position:absolute;display:block;z-index:100047;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:18.875rem;left:0.9375rem;display:block; }#Ws2FnvqBa8Ln8qLe1Wy863WEu3sDTwX5.adaptive-delivery-prevent-bg, #Ws2FnvqBa8Ln8qLe1Wy863WEu3sDTwX5.lazyload, #Ws2FnvqBa8Ln8qLe1Wy863WEu3sDTwX5.lazyloading { background-image: none; }
#yZeMwJPTOqsvub2ZtekSJwGJRoPOwcIG { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100048;text-align:center;text-align-last:center;top:30.25rem;left:4.375rem;display:block; }
#LXsH6nAsS7bZ4mV7sbbLxTHLTCvOktoP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#OhzBXcqDVmnws7RheXUbTdnMRGDdcHz5 { position:absolute;display:block;z-index:100045;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:18.9375rem;left:42.75rem;display:block; }#OhzBXcqDVmnws7RheXUbTdnMRGDdcHz5.adaptive-delivery-prevent-bg, #OhzBXcqDVmnws7RheXUbTdnMRGDdcHz5.lazyload, #OhzBXcqDVmnws7RheXUbTdnMRGDdcHz5.lazyloading { background-image: none; }
#wo7E1aa56gAUOXg06aBwPv2AZuom2fE3 { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100046;text-align:center;text-align-last:center;top:30.3125rem;left:46.1875rem;display:block; }
#apggfb6uBQoDNw6II45kdR1P1NyxkEqg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZgmyOogXreewN2dgWs2JNCelDZHD6veT { color:#c53d3d;display:block;width:13.3735rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:normal;z-index:100176;line-height:1.3;letter-spacing:0;top:5.3548178672791rem;left:43.693576812744rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#oC08SszKgTAa3fE9h1a4QS4xpN49RKzN { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100180;line-height:1.3;letter-spacing:0;top:9.4987049102781rem;left:44.129776000976rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#A6H1AUik96nrovBKe0g7oICcXEd6ioqb { color:#c53d3d;display:block;width:13.3735rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:normal;z-index:100179;line-height:1.3;letter-spacing:0;top:5.3548178672791rem;left:22.624782562256rem;height:2.92535rem;text-align:center;text-align-last:center;display:block; }
#gyHCs0RTTD7v3LDsime3NVGASKzXa5GM { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100183;line-height:1.3;letter-spacing:0;top:10.0625rem;left:23.0625rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#aJR0bfTwDLDr4tpvd7MgqNioFWl4rMEc { color:#c53d3d;display:block;width:13.3735rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:normal;z-index:100182;line-height:1.3;letter-spacing:0;top:4.2100696563721rem;left:1.8109798431396rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#N5zAPi5u2faXO0I7oVKwlEWRnmVTcEpd { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100186;line-height:1.3;letter-spacing:0;top:10.0625rem;left:2.25rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#FpQV04e0xchEFOCWn5d6dA1mxRlbQqfG { color:#c53d3d;display:block;width:13.3735rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:normal;z-index:100185;line-height:1.3;letter-spacing:0;top:21.125rem;left:43.625rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#oIaoNbRBSksqMDVzioutVh1BtaI6eA3w { color:#000000;display:block;width:11.7480625rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:normal;z-index:100185;line-height:1.3;letter-spacing:0;top:24.125rem;left:44.4375rem;height:2.43706875rem;text-align:center;text-align-last:center;display:block; }
#r5xiApPG0R0ZtwZmr7qUxRlSPiG1U4eN { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100189;line-height:1.3;letter-spacing:0;top:27.875rem;left:44.125rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#BUBoZrWTxJwhyR79MIbtSx8lObeFInim { position:absolute;display:block;z-index:100049;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.8748125rem;width:15.1248125rem;top:18.873698711395rem;left:21.622177124024rem;display:block; }#BUBoZrWTxJwhyR79MIbtSx8lObeFInim.adaptive-delivery-prevent-bg, #BUBoZrWTxJwhyR79MIbtSx8lObeFInim.lazyload, #BUBoZrWTxJwhyR79MIbtSx8lObeFInim.lazyloading { background-image: none; }
#ITOe0DFHVldUfdgxeGWnMyt2gS3eKRTb { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100050;text-align:center;text-align-last:center;top:30.25rem;left:25.0625rem;display:block; }
#pqo6xgM1VoH5eHIlHZXuIgWy15ET5wMV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#F903umLu2fEXZWFSlLxdTeTFGAp3N50d { position:absolute;display:block;z-index:100051;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:37.875rem;left:1rem;display:block; }#F903umLu2fEXZWFSlLxdTeTFGAp3N50d.adaptive-delivery-prevent-bg, #F903umLu2fEXZWFSlLxdTeTFGAp3N50d.lazyload, #F903umLu2fEXZWFSlLxdTeTFGAp3N50d.lazyloading { background-image: none; }
#BA6dnuSTkwLObqeLTazvg7ZBrHXzptIr { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100052;text-align:center;text-align-last:center;top:49.25rem;left:4.4375rem;display:block; }
#K3FABglOGa3NLfRqtxzCPfn1JnzBQpFl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#WSNSSkblab4QTsrJ2zXUNxHDBM9TgpIR { position:absolute;display:block;z-index:100053;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:37.875rem;left:21.6875rem;display:block; }#WSNSSkblab4QTsrJ2zXUNxHDBM9TgpIR.adaptive-delivery-prevent-bg, #WSNSSkblab4QTsrJ2zXUNxHDBM9TgpIR.lazyload, #WSNSSkblab4QTsrJ2zXUNxHDBM9TgpIR.lazyloading { background-image: none; }
#V49M8wxsMwmieInOn1xusALT8QrgIMSs { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100054;text-align:center;text-align-last:center;top:49.25rem;left:25.125rem;display:block; }
#TXREf5PmEAytxHelFcw8f7kOq7M4frTS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gNbPFLNhCQUWbNsMnN0pvEMOVGJHdhA8 { position:absolute;display:block;z-index:100055;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:37.875rem;left:42.6875rem;display:block; }#gNbPFLNhCQUWbNsMnN0pvEMOVGJHdhA8.adaptive-delivery-prevent-bg, #gNbPFLNhCQUWbNsMnN0pvEMOVGJHdhA8.lazyload, #gNbPFLNhCQUWbNsMnN0pvEMOVGJHdhA8.lazyloading { background-image: none; }
#LbvzHFp3xEaTTdPiPAV6lfc5LhiiM38g { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100056;text-align:center;text-align-last:center;top:49.25rem;left:46.125rem;display:block; }
#XfoOQaMh4uTR1vb7dG68zNNx3c67U3hF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#y3Mm5O5TnHLrnO4LK0rT6n1gETIgcG9i { color:#c53d3d;display:block;width:13.3735rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:normal;z-index:100188;line-height:1.3;letter-spacing:0;top:21.125rem;left:22.625rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#cFKMigEcL1eg29NsOpXgm5efAoDw8eeT { color:#000000;display:block;width:11.7480625rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:normal;z-index:100188;line-height:1.3;letter-spacing:0;top:24.125rem;left:23.4375rem;height:1.21853125rem;text-align:center;text-align-last:center;display:block; }
#TftVOSRBoCA9mG3D9wdK20HMqVvg1mKi { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100192;line-height:1.3;letter-spacing:0;top:27.875rem;left:23.125rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#KlTtbXN7HCNlISbk921M9Qv1mbkps7tq { color:#c53d3d;display:block;width:13.3735rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:normal;z-index:100191;line-height:1.3;letter-spacing:0;top:20.735678195953rem;left:1.8109798431396rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#brrBhK22tOagKxr6GzZPJWmxP3UfPkvC { color:#000000;display:block;width:11.7480625rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:normal;z-index:100191;line-height:1.3;letter-spacing:0;top:24.125rem;left:2.625rem;height:2.43706875rem;text-align:center;text-align-last:center;display:block; }
#oiT868e37h7fPUITNdC0rFK69f7hZSH4 { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100195;line-height:1.3;letter-spacing:0;top:27.875rem;left:2.3125rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#xQ9zQuArZZV9DEJsrhSWPt9l4IA7MIPm { position:absolute;display:block;z-index:100057;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:55.375rem;left:1.4375rem;display:block; }#xQ9zQuArZZV9DEJsrhSWPt9l4IA7MIPm.adaptive-delivery-prevent-bg, #xQ9zQuArZZV9DEJsrhSWPt9l4IA7MIPm.lazyload, #xQ9zQuArZZV9DEJsrhSWPt9l4IA7MIPm.lazyloading { background-image: none; }
#eF5tBKTaTedwOnHFS0sy9G3enZX2sxqd { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100058;text-align:center;text-align-last:center;top:66.75rem;left:4.875rem;display:block; }
#NJo2e7pC2zD1MfVXg1sTtTuuc1AuAhQL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#EeWTqTTIWNqBDLPzTfepKp0ru51663pf { position:absolute;display:block;z-index:100059;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:55.375rem;left:22.1875rem;display:block; }#EeWTqTTIWNqBDLPzTfepKp0ru51663pf.adaptive-delivery-prevent-bg, #EeWTqTTIWNqBDLPzTfepKp0ru51663pf.lazyload, #EeWTqTTIWNqBDLPzTfepKp0ru51663pf.lazyloading { background-image: none; }
#h9kH67oylepETSxcSHbsEiCclo7un3z9 { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100060;text-align:center;text-align-last:center;top:66.75rem;left:25.5625rem;display:block; }
#xxloawCrD6b3avA9azHHzBCKixnmb6u5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#p9OWGAx0e1FdWgTOmywQga6UdIBnF5Et { position:absolute;display:block;z-index:100061;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:55.375rem;left:43.125rem;display:block; }#p9OWGAx0e1FdWgTOmywQga6UdIBnF5Et.adaptive-delivery-prevent-bg, #p9OWGAx0e1FdWgTOmywQga6UdIBnF5Et.lazyload, #p9OWGAx0e1FdWgTOmywQga6UdIBnF5Et.lazyloading { background-image: none; }
#dsxpkVzTnwLll28RKvwuoNccpdfBlgu1 { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100062;text-align:center;text-align-last:center;top:66.75rem;left:46.625rem;display:block; }
#PHLFOn8IUpRRTpfMTalrNewJTXQFt7ia { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#eLrSIR6HPKu5KGxM5PeBS3TwPSAFWg9Z { color:#c53d3d;display:block;width:13.3735rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:normal;z-index:100195;line-height:1.3;letter-spacing:0;top:39.3125rem;left:43.6875rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#JgtxCugoh7O5FBv4yyWSP641ylT5vwLh { color:#000000;display:block;width:11.7480625rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:normal;z-index:100195;line-height:1.3;letter-spacing:0;top:42.875rem;left:44.5rem;height:2.43706875rem;text-align:center;text-align-last:center;display:block; }
#A1tC3NFDDq8iRLsigEgoMcFsWklp8JrI { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100199;line-height:1.3;letter-spacing:0;top:46.625rem;left:44.1875rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#nCqRWEZzsf6mnbOv2s26HWclwCdxT3lX { color:#c53d3d;display:block;width:13.3735rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:normal;z-index:100198;line-height:1.3;letter-spacing:0;top:39.31206035614rem;left:22.624782562256rem;height:2.92535rem;text-align:center;text-align-last:center;display:block; }
#mquvMOnuE9zbh732MAToymcrQ2tylBF6 { color:#000000;display:block;width:11.7480625rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:normal;z-index:100198;line-height:1.3;letter-spacing:0;top:43.484152793884rem;left:23.4375rem;height:1.21853125rem;text-align:center;text-align-last:center;display:block; }
#lU2oo9JBmcETAqun5Pu3fW6UeHSGSHfM { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100202;line-height:1.3;letter-spacing:0;top:46.624351501465rem;left:23.060981750488rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#Mdki10oUry1oPWoIkXV9X4kcnG1h38Hl { color:#c53d3d;display:block;width:13.3735rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:normal;z-index:100201;line-height:1.3;letter-spacing:0;top:40.855036735534rem;left:1.8109798431396rem;height:3.0859375rem;text-align:center;text-align-last:center;display:block; }
#uakgSuMkQO5uwbHhAtdOisy06KFTQtqg { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100205;line-height:1.3;letter-spacing:0;top:46.25rem;left:2.25rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#KVo50HMzNAIZXnAymvmh3708CNKlcTgt { color:#c53d3d;display:block;width:13.3735rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:normal;z-index:100204;line-height:1.3;letter-spacing:0;top:59.042970657349rem;left:43.817276000976rem;height:3.0859375rem;text-align:center;text-align-last:center;display:block; }
#MUOHQvLPU4WUnzhf9w2UC234209fXNNd { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100208;line-height:1.3;letter-spacing:0;top:64.0918006897rem;left:44.636501312256rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#JNbtPV08sTJEEGZ1ebDwynfZsXvJ3yVv { color:#c53d3d;display:block;width:13.3735rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:normal;z-index:100207;line-height:1.3;letter-spacing:0;top:57.5rem;left:23.3125rem;height:3.0859375rem;text-align:center;text-align-last:center;display:block; }
#rhPg1iPfBxqBU0LhoTW5brT9qtcaizP7 { color:#000000;display:block;width:11.7480625rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:normal;z-index:100207;line-height:1.3;letter-spacing:0;top:61.062284469604rem;left:24.124347686767rem;height:2.43706875rem;text-align:center;text-align-last:center;display:block; }
#XZcfuTMmqbgArLZlT5WcMNykdqN0MC4W { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100211;line-height:1.3;letter-spacing:0;top:64.375rem;left:23.75rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#wC3kWa4FT8wqhN7XsrturZtG3s0kpBMf { color:#c53d3d;display:block;width:13.3735rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:normal;z-index:100207;line-height:1.3;letter-spacing:0;top:59.042970657349rem;left:1.9650592803955rem;height:3.0859375rem;text-align:center;text-align-last:center;display:block; }
#TVmLpOVDvrcr9IMN2tXNo9TwimdgAf0I { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100211;line-height:1.3;letter-spacing:0;top:64.0625rem;left:3.1875rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#N3KK7lfDx6bbHwZfnRU36RT8Aatd4RvF { color:#c53d3d;display:block;width:13.3735rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:normal;z-index:100180;line-height:1.3;letter-spacing:0;top:6.9624571800231rem;left:43.693576812744rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#fv96P0CvvIk8kQ2dXJdx3oGVcUFNEwnV { color:#000000;display:block;width:11.7480625rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:normal;z-index:100189;line-height:1.3;letter-spacing:0;top:6.8174915313719rem;left:2.7777767181396rem;height:2.43706875rem;text-align:center;text-align-last:center;display:block; }
#IqhC2C9MssvksTAqX7bnciRGVV4uTnUv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#014f4d;background-image:url("https://images.assets-landingi.com/nfseZEMq/bg2.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#IqhC2C9MssvksTAqX7bnciRGVV4uTnUv.adaptive-delivery-prevent-bg, #IqhC2C9MssvksTAqX7bnciRGVV4uTnUv.lazyload, #IqhC2C9MssvksTAqX7bnciRGVV4uTnUv.lazyloading { background-image: none; }#IqhC2C9MssvksTAqX7bnciRGVV4uTnUv > .row .container { background-color: transparent; background-image: none; }#IqhC2C9MssvksTAqX7bnciRGVV4uTnUv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IqhC2C9MssvksTAqX7bnciRGVV4uTnUv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IqhC2C9MssvksTAqX7bnciRGVV4uTnUv > .row .container > .video-iframe-container { display: none; }#IqhC2C9MssvksTAqX7bnciRGVV4uTnUv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IqhC2C9MssvksTAqX7bnciRGVV4uTnUv > .row > .video-iframe-container { display: none; }#IqhC2C9MssvksTAqX7bnciRGVV4uTnUv > .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); }#IqhC2C9MssvksTAqX7bnciRGVV4uTnUv > .row .container { border-width: 0; border-radius: 0; }#IqhC2C9MssvksTAqX7bnciRGVV4uTnUv > .row > .video-iframe-container {  }#IqhC2C9MssvksTAqX7bnciRGVV4uTnUv > .row .container { font-size:0.875rem;font-family:arial;height:8.8125rem;width:60rem;position:relative;display:block; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#014f4d;background-image:none;position:relative;display:block; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row .container { background-color: transparent; background-image: none; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row .container > .video-iframe-container { display: none; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row > .video-iframe-container { display: none; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .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); }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row .container { border-width: 0; border-radius: 0; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row > .video-iframe-container {  }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row .container { font-size:0.875rem;font-family:arial;height:26.125rem;width:60rem;position:relative;display:block; }#K3dqLJbL6KSHDnWOxRpKkGc0pJaZkLE1 { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.499375rem;width:20.061875rem;top:7.4375rem;left:16.625rem;overflow:hidden;display:block; }
#LVl7d5baw4488HxCLSNkgCSBTc9Um44L { color:#ffffff;display:block;width:21.9998125rem;position:absolute;font-family:amiri;font-size:2.3125rem;font-weight:400;z-index:100010;line-height:1.5;letter-spacing:0;top:7.4375rem;left:35.8125rem;height:3.46788125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#QnZpFdr3QUZna3sqAuMUJWfvyTPtWEFM { color:#ffffff;display:block;width:14.5625rem;position:absolute;font-family:amiri;font-size:1.375rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:12.4375rem;left:38.625rem;height:3.574225rem;text-align:right;text-align-last:right;display:block; }
#hDH4yGtS2fqOyz15QpvWGyhN1rT9NeOL { color:#ffffff;display:block;width:24.249125rem;position:absolute;font-family:rubik;font-size:1.625rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:17.5625rem;left:28.625rem;height:2.11263125rem;text-align:right;text-align-last:right;display:block; }
#WBGGgF9V6COSIp6OQGcnDhnP7wcCLQgw { box-sizing:content-box;color:#ffffff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:20.8125rem;left:44.6875rem;display:block; }
#sVgcZ9NuFIn3Oi1Lm0y8Z5TGS7TnHvMn { box-sizing:content-box;color:#ffffff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:20.9375rem;left:47.3125rem;display:block; }
#ioW9iEdslgi80ddpwJDgKk2chO2iGR15 { box-sizing:content-box;color:#ffffff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100016;top:20.9375rem;left:50rem;display:block; }
#O90BTEvmuhhVU9UvH1aMLNMUe1eWOECd { box-sizing:content-box;color:#ffffff;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:block;z-index:100030;top:17.1875rem;left:53.3125rem;display:block; }
#CDKuVLVcQWKt4BqvEQr7c2pkTc0GdyDd { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100019;top:12.5rem;left:53.25rem;display:block; }
#IltDanqoJXs3b889uPRIaDmAmVuWMPtA { box-sizing:content-box;color:#ffffff;font-size:2.25rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100031;top:20.625rem;left:52.875rem;display:block; }
#AAabnBA76TTt2kLRHd0PwAhpVO3O4pN8 { color:#ffffff;display:block;width:27.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100066;line-height:1.3;letter-spacing:0;top:24.625rem;left:32.1875rem;height:1.2999125rem;display:block; }
#JkJbrHWwe22GZKVbf6FeBw6q2PH4PacS { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:23.5623125rem;width:15rem;top:1.125rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PLce5TffJlVP6pdN1T3ST0KTcT3Ku7rh { display:block; }#PLce5TffJlVP6pdN1T3ST0KTcT3Ku7rh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mW2kaOMNNSf5Ms83zoTvVAEk4VGnelZm { top:0.4375rem;left:12.873481750488rem;width:21.9375rem;height:2.9289616637358rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mr0lJIiC5omPuOtMGBdgOonatnOoS5Xl { width:46.625rem;height:3.0625rem;top:3.8125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMPh9q7yTATvII1GDvpet2tCgc7xcbTo { display:block; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TfwvzEJJf2FvWaBf9vRbbKSTu7aMDOyO { width:20.6875rem;height:23.863683067919rem;top:7.5625rem;left:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRpUURQuVTawh9kU9dnvNd3DmdRwmCxE { width:27.9375rem;height:31.118420971861rem;top:18.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xriOgq0msMvfL5FlSAlfcGdA39WbgHbD { width:32.8125rem;height:26.75rem;top:13.3125rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQqRoEAT2KhpPvTmlQfwSaMtdhWr9OFi { width:24.4375rem;height:2.1875rem;top:13.8125rem;left:11.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-regular-label { width:27.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-input-text { width:27.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-input-text {padding-top: 0; padding-bottom: 0;}#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-textarea { width:27.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-input-select { width:27.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-input-select {padding-top: 0; padding-bottom: 0;}#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-input-button { width:27.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-checkbox-label { width:26.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk  { width:27.6875rem;height:auto;top:16rem;left:8.7491321563719rem; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .radio-container { width:27.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk {display:block;}#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk { width:27.6875rem;height:auto;top:16rem;left:8.7491321563719rem; }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #ihso1EdAfK7PfEFCIZVX6V1O7uTgZk2o {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #dL78uxVDNQHT7rpnPVUJXKvl1eUKKO3m {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #rVrVqcoIMaBfmVT8Gkz3M0gQAGCJww2I {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #a7b2mKqmNyUQcVQwcoEvK6IHmSk1wBMy {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #s3gLu9TLHCOMv7Hi8cfzgvNmsv4EP5gK {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #HVsqHZ55iTh6TMaV3pq4ukbLVqqX4klm {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #Vb6FRV3xdtNM4H6iFBooOUJM5DI9GptN {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #OAcHvAVgyU9hxVLKBDoScXHsioMTmBWq {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #DNzoHJcBSn8ZQMhmIezC0DNMFl80l1UT {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #U8gKFzo4EtCKeqTFZyb7RMTIh6sLVARp {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #mxeTqUkJDREb4nIqTictgh38kDB26gX8 {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #MouDcqiN6bMdFQ07KnEQeJhXSnDavcF5 {  }
 }@media only screen and (max-width: 763px) { #OO9MDOQokbuMoJkRWlWrAmXEHuqwdMvG { display:block; }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #cToeNzTVBPtEgQZGIw6zRP7h9bPnopX7 {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #zw7LNOvh4FaACLbW2kWfKy62lAuoaTLJ {  }
 }@media only screen and (max-width: 763px) { #uDHmzMUpb9ipe5vv2eAvBJ8nl4s73zcw { width:6.25rem;height:6.25rem;top:11.375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUs9Apcoy90IB0Apo3hslsyRGbxWp3SL { width:5.5rem;height:3.125rem;top:12.9375rem;left:4.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pShgekOIHnqEBcI3gDud11kxTpAtvC3a { width:1.25rem;height:1.25rem;top:4rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozDkb49G8greBVcZpuIl57EKHtf4ryNQ { top:8.9375rem;left:13.442058563233rem;width:8.4375rem;height:3.163649900728rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwP2kIcI67SH7c6ZZkf8Ns5vTXGJ7tZl { top:6.375rem;left:16.943576812744rem;width:18.75rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbhRUHKWrMlTlc7uNKTKXmVtSA0aSrIC { top:9.0625rem;left:24.5rem;width:7.1875rem;height:2.8498167945512rem;display:none; }
 }@media only screen and (max-width: 763px) { #tmGE4wi1eIuFIQl3v82M6m65KZJi335B { width:46.625rem;height:4.625rem;top:3.8125rem;left:0.52972984313965rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr { display:block; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm { display:block; }#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hPLlr7Lz6UIiNPOuyHPuqtwt4PNQii1H { width:47.75rem;height:2.8125rem;top:1.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WF700Vu2Ct120lZTTrbRWMSLgH2CbtGv { width:47.75rem;height:;top:0rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIOEW2oEJ7Ismvu6EKwS0pQgQTtmF1VX { top:6.375rem;left:28.3125rem;width:19.4375rem;height:12.833234374049rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIA38b21P6vL63AsEacnT33cNItEzvNX { top:6.375rem;left:14.1875rem;width:19.375rem;height:12.874375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAGvl5bTI65dp0FsqqGgv8iV8Alzdkv1 { top:6.375rem;left:0rem;width:19.375rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnCG7tAREf1dPp39OAfgzLLqMEr14hao { width:16.9375rem;height:3.75rem;top:14.5625rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FsEgbz4JLPHx0rePmxvpTEVdvwhrtdeC { width:16.9375rem;height:3.75rem;top:14.5rem;left:14.8125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JHUVDvzC5WShquiQvydTssZoHxXDtWLn { width:16.9375rem;height:1.875rem;top:15.5rem;left:30.6875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BWAVEv7Rr1bok6BPJRu4xS5n2NJF5FMh { display:block; }#BWAVEv7Rr1bok6BPJRu4xS5n2NJF5FMh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XxuR67rJmlHku0TafHHdTauEJbnxC3VS { width:19.375rem;height:5.3125rem;top:14.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r13nNywpC3PZ2bn4KGPdRi24zKc9nfCv { width:16.9375rem;height:3.75rem;top:14.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuEAZgg7Oow3i1bnou0trUMNNOZm99TV { width:19.375rem;height:5.3125rem;top:14.125rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dv6WxJmEdyXXafCEgG6yf5WkZaoBETDu { width:16.9375rem;height:3.75rem;top:14.5rem;left:14.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gabAVL3LSDEt7wQBryLhhuOiKpLrMiyK { width:19.375rem;height:5.3125rem;top:14.125rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1ASFlt4ysJffPw0xEgHC1pWvki8TH8U { width:16.9375rem;height:1.875rem;top:15.5rem;left:30.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S76duc8sf7QQAtL17K5G0nVlcxD3wTHT { width:5.25rem;height:10.125rem;top:0rem;left:37.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tURTzx22TOcWylZAJO06xqeZHoeWrOqo { display:block; }#tURTzx22TOcWylZAJO06xqeZHoeWrOqo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ceyTHpxOCcRGfSoLTVNxaUUllOWmixr4 { width:25.375rem;height:3.1875rem;top:3.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEQMwTugGW6SalfH5w9cBQg7Da0FWTZN { width:24.5625rem;height:16.270763376507rem;top:3.375rem;left:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZTtcK4r5uQwJFtLTdo4NhWJhOxq3W3S { width:20.0625rem;height:16.696205438249rem;top:1.8125rem;left:15.497177124024rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWJ4y9RPdmiqIRHyZ3PdaJ0dZmTL9ZIc { width:24.5625rem;height:16.270763376507rem;top:3.375rem;left:23.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JfK7IJDfaqtObI5dWK9r20wAcWZkGm4n { width:8.75rem;height:2.6875rem;top:14.8125rem;left:2.7248268127441rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVSKDgqbqQKKUmnnF9hwVPQLncAx8hTD { display:block; }
 }@media only screen and (max-width: 763px) { #J6mrcVUCf0sVz0BOW9AzLxNK6ciM69E6 { top:8.5625rem;left:0rem;width:18.3125rem;height:4.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #izxPyQnAvHRo10mqC6WS8K7U2zcZU8l0 { top:6.375rem;left:16.943576812744rem;width:18.75rem;height:1.8125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nttp9oCkynUULTiGbwKxRJtVAOLHhDou { top:8.9375rem;left:13.442058563233rem;width:8.4375rem;height:3.163649900728rem;display:none; }
 }@media only screen and (max-width: 763px) { #RZh430pKpVIcG91xBUSJmkHoIhGpKMHk { top:9.0625rem;left:24.5rem;width:7.1875rem;height:2.8498167945512rem;display:none; }
 }@media only screen and (max-width: 763px) { #SbRkNQ5aPC9HeLKFsNas9BefTrlkRaN0 { display:block; }#SbRkNQ5aPC9HeLKFsNas9BefTrlkRaN0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aLXwNyQiarBcp1K8yyPD9Mw336m3dH0W { width:15.0625rem;height:13.8125rem;top:0.9375rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCLhmMebpATBmSMi62VUBMIezIVtxP4t { width:8.75rem;height:2.6875rem;top:12.3125rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBcmrJbyycdad8EVSiMSTB3Av1orTc4V { display:block; }
 }@media only screen and (max-width: 763px) { #bsE2g6bCC5RDytwCzCnqXf4To9VSLPva { width:15.0625rem;height:13.8125rem;top:1rem;left:16.340278625488rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPKbPn4LHoV1EHT8XTAx4ZiTOP9fXTNf { width:8.75rem;height:2.6875rem;top:12.3125rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTNypTzmTppgmVwo4pT9qpAZQw3ZC6lZ { display:block; }
 }@media only screen and (max-width: 763px) { #brNvRlbf91PN2sS6KSooLDPUNRkA5tra { width:15.0625rem;height:13.8125rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWTtP8KL2NOTpdpNUHw8EAOhODTiF69c { width:8.75rem;height:2.6875rem;top:12.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQNHctLKpB5TM99lS4Q5w3g1GxIZ8gDq { display:block; }
 }@media only screen and (max-width: 763px) { #ug45MMP8F5LVzsI8xDdf7oTCCPDOmTM1 { width:20.75rem;height:17.945684883577rem;top:9.6875rem;left:21.748264312744rem;display:block; }
 }@media only screen and (max-width: 763px) { #NroqooIsy8GLGeMqHp536d4F4KKkSIGr { width:15.0625rem;height:13.8125rem;top:17.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxBMrbEe7t8PGA4ZQvCkhBuPZSxcpRl9 { width:8.75rem;height:2.6875rem;top:28.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhzmFNheqpAke0RsSxnwxubTGzpU5RO4 { display:block; }
 }@media only screen and (max-width: 763px) { #sMUStb26ODDP6il7tmfHLdp74IX8mkJu { width:15.0625rem;height:13.8125rem;top:17.5rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #oP7b2Wc5JWtK7kL4z4yzoCdvLZd3zP9G { width:8.75rem;height:2.6875rem;top:28.875rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #idxlTTdRcKXfA0ntSgWXmOdNnGBBBvwK { display:block; }
 }@media only screen and (max-width: 763px) { #HtgtFd06GpKJHWbWcTALnkvBTxkUEJGy { width:15.0625rem;height:13.8125rem;top:17.5rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcw4bTLiKval2AxH2ZXxuATHUfOIpBWs { width:8.75rem;height:2.6875rem;top:28.875rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVhnGbty5qVLuLhqTRT3QNTA3CWBx7o7 { display:block; }
 }@media only screen and (max-width: 763px) { #UuTZAv3ia8qbX7PSq7BTh9UdSkDVEAWD { width:15.0625rem;height:13.8125rem;top:34.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpSrQeAnNT9hE9tQhntmhtNwZRpFVTRa { width:8.75rem;height:2.6875rem;top:45.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4CF0qKBXXusMN1zyUK8XdMwu9v6Brp7 { display:block; }
 }@media only screen and (max-width: 763px) { #aJfGzzJzCTbTU0H6qnD9EHfpiTFuOtfv { width:15.0625rem;height:13.8125rem;top:34.125rem;left:16.186199188233rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4s1OWCOeaDP0u1ziiFS1J9298JfVcFx { width:8.75rem;height:2.6875rem;top:45.5rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9ns3RXiQEc0oGElfAr6f4NwHaXzLGT0 { display:block; }
 }@media only screen and (max-width: 763px) { #wv0TLyW7wUvs5Lot39uRs1Pz8X98Pkcm { width:15.0625rem;height:13.8125rem;top:34.125rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hy3ns2Vdg3Vidfl80WXhreWN82I3wPGk { width:8.75rem;height:2.6875rem;top:45.5rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLhmMyl72zMir47VNn2lC7bTlDLUKAUu { display:block; }
 }@media only screen and (max-width: 763px) { #gs543XqziJPex67ia56iLz7TDbfzudeA { width:15.0625rem;height:13.8125rem;top:50.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxAi00J0nqnphsU3GqVt6fT9knpTTBTK { width:8.75rem;height:2.6875rem;top:61.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3bQMcD5zk4MevvXGLNTF6Q3LK5epVaQ { display:block; }
 }@media only screen and (max-width: 763px) { #bSQbRJbyV2r5rxsgZq12y4b45Ktncynw { width:15.0625rem;height:13.8125rem;top:50.125rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlbDnTFLGS0ccI7hee3T2wpcKHVgbdS9 { width:8.75rem;height:2.6875rem;top:61.5rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5Ur91aJZP1ivZRgK5VLHgDWQdQoGQep { display:block; }
 }@media only screen and (max-width: 763px) { #DBZbXtw2f3LCtmwQ68c0aMxkkmDLhKI9 { width:15.0625rem;height:13.8125rem;top:50.125rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrFoCVvnr1SyqCtU4KOnPnaB1rScHpXw { width:8.75rem;height:2.6875rem;top:61.5rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #lASfe1LmCWcNfRGRaADUhXOowTLmIBLZ { display:block; }
 }@media only screen and (max-width: 763px) { #o6dzVows7QX5q12zrXsdfdBTt0AoTPgs { width:15.0625rem;height:13.8125rem;top:66.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTIs48cncWnx8Z9dDhIBiQcSNVyVddNE { width:8.75rem;height:2.6875rem;top:77.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #duTbCUlHU1tpZJxDF1HB4T5vfQLaESUf { display:block; }
 }@media only screen and (max-width: 763px) { #r6idPorMfUlDoMNaCWLbpAfvgqM8SwZu { width:15.0625rem;height:13.8125rem;top:66.125rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppkH5TOSxQHE6efUtGRILSLglIg1ukUG { width:8.75rem;height:2.6875rem;top:77.5rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTNSm1UL9GRRXP7P3u0MHh7LsXP3bnEa { display:block; }
 }@media only screen and (max-width: 763px) { #VJocGXoBRwnTrbVJTTAink3pkJ1JTI9l { width:15.0625rem;height:13.8125rem;top:66.125rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2yezznDkDznmKF768LyJMZOuZq3WIcf { width:8.75rem;height:2.6875rem;top:77.5rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWoycRo5uGy0NtXwTaJPtHlNg5kqasov { display:block; }
 }@media only screen and (max-width: 763px) { #CXk1NAu6pvosHUnKID0Tb7anADzvpPt3 { width:20.75rem;height:17.945684883577rem;top:57.6875rem;left:1.0060749053955rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9GcJoTCEkDQhPFJUmr7NRbhkk7aNT5D { top:5.3125rem;left:35.25rem;width:12.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGo9n5MAGb8vDkZHU4pewTsHqAfw3qgr { top:2.4375rem;left:35.25rem;width:12.5rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cg3z9E49MfzLdXR8uBib1ZJk2AWRxCTK { top:9.875rem;left:35.25rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPUVn5d4Mi7nnS7GIooKc6X4y6wdtMog { top:9.875rem;left:17.625rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToFHNGuQ8L3CfCyIdskvhIFE04OV7P5S { top:6.125rem;left:17.219184875488rem;width:13.25rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSXkTD0GCnAn0C8uBlrMdGrn0gx1hLtf { top:2.5rem;left:17.625rem;width:12.5rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gnpcm1raKuDP0OCgc5fHFbOHKuawpWwS { top:2.5rem;left:0rem;width:12.5rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruvaF1QWPHaOcSF1ZL6G6vhsGqAiqNtp { top:6.0625rem;left:0rem;width:13.25rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUG0iDh4gSui08bzzQ2VzmOabZZffPGk { top:9.8125rem;left:0rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RusOnmlIDD40ZnKxJKG6nFimNwdJ3Gaw { top:4.3125rem;left:17.219184875488rem;width:13.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlxEG9gkLEeP2h9Kav9PXrSTrAbdtRwq { top:4.25rem;left:0rem;width:13.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3Sdl50fot9DmNHTsDtRZlMP4OrVzbCq { top:18.3125rem;left:35.25rem;width:12.5rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #unPZnATRxos00LJCvRTwz3JkWzd6W8cs { top:22.1875rem;left:35.25rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSTNlTxEEKdJkbslgwnaEauk0Dl3bZQ7 { top:26rem;left:35.25rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nR1MPTJde2AJ3p9TKfyyNRoltXXIApna { top:20.25rem;left:34.5rem;width:13.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTUneZ4QCEyyLBNUFe50XEs54tz2dn26 { top:26rem;left:17.625rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNh4Ar1vMmZK1yQWKHrbyxUxTs4BpVMI { top:22.25rem;left:17.75rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnFDLxN4QufdnQ5duFUXeeP47ooK2z8F { top:18.375rem;left:17.75rem;width:12.5rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrptH9QrWxda0Z7RZS5Mh1J2iggRehKf { top:20.1875rem;left:17.219184875488rem;width:13.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tod0FzzrTToTwL3sXQZd8P2J5G4FbsTQ { top:18.375rem;left:0rem;width:12.5rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p45m56sIrJAw6yu4Woz9zQFBek64gp6Z { top:20.25rem;left:0rem;width:13.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBDUZzhFEBkIJLt9rUzPqmTLatBOBZKl { top:22.875rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGraug423NorMgGIWKWvbMPG29ocSkEu { top:26.0625rem;left:0rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufVV3XBvc57UlfhOAKqbxo8JOzBt1NW6 { top:35.25rem;left:35.25rem;width:12.5rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhuOgBuAxlFHWeemIyVWV35t3WBEiVi9 { top:37.1875rem;left:34.5rem;width:13.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #deGtp3f39uEupewd2rrPudBvzSEwPMRG { top:38.75rem;left:35.25rem;width:12.5rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcRH77lJ2EAgV0R0QUN1DJEXXiWTPEPC { top:42.9375rem;left:35.25rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w15hJu7Xn1tJvioOkF49pizTZaxidMZz { top:35.3125rem;left:17.625rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLR6c9SRa78wbqaUUmfDDNZDxpyTdyLS { top:37.875rem;left:17.625rem;width:12.5rem;height:4.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #npvh7SqCFckPa0vlkK5s2qBQsTZ2aIGL { top:43.5rem;left:17.625rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMI5UrFe7WAgepiQXtOm563favxEuOzP { top:35.3125rem;left:0rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PD07bEuJHuiTW8ldxJGhzOH2t1dZuIqi { top:39.3125rem;left:0rem;width:12.5rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNzefvETzHVbIXc5Mgfn66JuGEOxhfEQ { top:43.1875rem;left:0rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqsk6OOsOZ3oMUMOZteCVb1q6DDBOMfJ { top:51.0625rem;left:35.25rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2vOGa0h55s8Rn616VmL7cQcU7AZEtoN { top:54.125rem;left:35.25rem;width:12.5rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSyg91H32Eih2UlXRTSBXXOKGaxD69sT { top:59.4375rem;left:35.25rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHE4sw5S2omW9MDbksWeKNIlLeuAbGTe { top:51.4375rem;left:17.0625rem;width:13.25rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqGWZuhkaspCNO1k6kvMc9uTTOTn3dtZ { top:55.375rem;left:17.75rem;width:12.5rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQdng0Eb28TfgEMP4heGmBcNdxTEiRDc { top:59.4375rem;left:17.75rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgi6tBwCNFq380ZeLIzL60tFfHaTm4bq { top:51.0625rem;left:0rem;width:13.25rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECy6RalboCD5fhzyeBAsWwCf95fRPiZl { top:55rem;left:0rem;width:12.5rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kphWT08Vmg6ZxygnpVczMDddmhGC7oHe { top:59.0625rem;left:0rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kH14oi0bp3apPxDCZ887PLdcN22maaKi { width:15.0625rem;height:13.8125rem;top:85.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrvC6k9eur2QalgtgG5xGOcDvrFxWO7x { width:8.75rem;height:2.6875rem;top:97.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmRqT7ZU5GTh0CQzuOfkdRGb9T3qM09t { display:block; }
 }@media only screen and (max-width: 763px) { #pMKDMT6ARLDuxE72F8DTHZGuOhfUURfn { width:20.75rem;height:17.945684883577rem;top:87.9375rem;left:21.748264312744rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSFMbIKx9DXmlhLFhoFGU5WUfSe0eUxF { width:15.0625rem;height:13.8125rem;top:85.875rem;left:16.408638000488rem;display:block; }
 }@media only screen and (max-width: 763px) { #JScgRhGBWCSyudZorRMgFABVWUX2AXhH { width:8.75rem;height:2.6875rem;top:97.25rem;left:19.686634063721rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQX7eh66bgv9gPcFHXq5OTDlDtKDTHqU { display:block; }
 }@media only screen and (max-width: 763px) { #Iewpxb9porRvmqrm8ZD1EhVwWW3VUmaJ { width:15.0625rem;height:13.8125rem;top:85.9375rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGRzPLnLP66KiLsZ9Xc9LuIRu246Fybc { width:8.75rem;height:2.6875rem;top:97.3125rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoXTqHN8FlZSPfTMu5TJNhEtI5oT0hIV { display:block; }
 }@media only screen and (max-width: 763px) { #GM0qKCtm9tJSOQ385fyA2bJWOtAeCNqD { width:15.0625rem;height:13.8125rem;top:103.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1N99dZW2kOWU1GvdRbgB7IyvzXkNB3I { width:8.75rem;height:2.6875rem;top:114.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKHcwdTELTlCJHxekToCTTlNoF2JJIfK { display:block; }
 }@media only screen and (max-width: 763px) { #AMdg3VwPQdQHOnFirN9SQQA8H0yVeLN1 { width:15.0625rem;height:13.8125rem;top:103.0625rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6IwuZA8gE1EFdtIGXgcTaPqwOmS9Xvv { width:8.75rem;height:2.6875rem;top:114.375rem;left:19.624134063721rem;display:block; }
 }@media only screen and (max-width: 763px) { #NagzZtJTkbPBUfK8WLHOVUkTledwghpb { display:block; }
 }@media only screen and (max-width: 763px) { #P6ugi3pLL5nZiRTwUQBwwqsl4dupMocb { width:15.0625rem;height:13.8125rem;top:103.0625rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9UZPq56U8Jdn5daZ2yd90wcGc0zUqUM { width:8.75rem;height:2.6875rem;top:114.4375rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIZeKC291yJtqcgJzxD1MeA70gLQfVCq { display:block; }
 }@media only screen and (max-width: 763px) { #T6ptI0s4E8dPEa465gvqJ38xMZT1SDXg { top:66.875rem;left:35.25rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #whHCZU7UyeQmlNE5HmfLZQmy0cUgN1EU { top:69.9375rem;left:35.25rem;width:12.5rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScMP8zgB9b6tBOva3QX9AJeOsX6hp78u { top:75rem;left:35.25rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6fNpFd3TF1gItklQdN0F1pCBlnUwdUs { top:67.3125rem;left:17.625rem;width:12.5rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhB6oAhHcFKyRfo9XfAr1NsBnvF7um3r { top:71.5625rem;left:17.625rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfw0ngslrJCL0D1vP7nBVKyJ3HKl1EEv { top:74.9375rem;left:17.625rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAWcTTkRKXKEKQxZXSHvpbZThXrphKMF { top:67.375rem;left:0rem;width:12.5rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxDUlB4AHOrHxaLTgRvkMpdTB74nOp9b { top:71.625rem;left:0rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVOJ5QRkbJJFiHNTplgSaacF65S6RDKs { top:75.0625rem;left:0rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xr7JgImx5nOHXiSJQQifcvgdlUWxtk3C { top:87.9375rem;left:35.25rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdAMaOgCCShTrKBMLN2CCDivbJNasFfc { top:91.3125rem;left:35.25rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQyCn7Ne7cV2gWC8HKeJ0DUMlJUE0FFv { top:94.75rem;left:35.25rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ininmvbPObRNtVq3p3H2xTzL6vf0vwwu { top:88rem;left:17.75rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3Hh9ofTb6MXtCUlzTqTNMSer6XNREsD { top:91.3125rem;left:17.75rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEByKyqCkZF76AMHiiDTnb4oEImJDVOf { top:94.75rem;left:17.75rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwvDVibpDsX9NW6ixdtFeGX2L7SV4n5s { top:88rem;left:0rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7h8S3fk7iVThglFxHsdbV1kCleexdf2 { top:91.3125rem;left:0rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nz9uunLZzwzlcfSfBu4UIrdTmJeJCK5d { top:94.75rem;left:0rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKmgCnVBvc9C3PqdUAF1w9hdBa0edvA2 { width:15.0625rem;height:13.8125rem;top:120.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4PtDU7fPNpy2ErOiFnMhHH4ImZ7fC2b { width:8.75rem;height:2.6875rem;top:132rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nA0yphCSyWFFlMPCOI0LxkDUQKTA4wdd { display:block; }
 }@media only screen and (max-width: 763px) { #XbI0PWo7uBayTz7M9B0WEGEpMKnP3iAF { width:15.0625rem;height:13.8125rem;top:120.625rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWHH4m8bJIkM7xMZCcRR1Q98fEwRbiMq { width:8.75rem;height:2.6875rem;top:132rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzF3RNSvhRnsCxAqp4EhlaBTqDErgErP { display:block; }
 }@media only screen and (max-width: 763px) { #UEqFBF2sQHnTJfw2lkQJKu3cSnzeUW6u { width:15.0625rem;height:13.8125rem;top:120.625rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1qFmXFz4BDwzDncSSdH3MJUPIOUWGb6 { width:8.75rem;height:2.6875rem;top:132rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfvvT9hwsvop2QtTLwkaiLkG7huBvbI0 { display:block; }
 }@media only screen and (max-width: 763px) { #CxBqx0xTkIwFKTIgAm7uFepQZXA2J8h9 { width:15.0625rem;height:13.8125rem;top:138.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPPTKysmadpPlQ5F8J7cSQrMweLcqobs { width:8.75rem;height:2.6875rem;top:149.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DR3bVzXzTeEyIGrKTMhhDm2fXtX7Dctz { display:block; }
 }@media only screen and (max-width: 763px) { #msS8EVl2RfPnXalIPyzB9UcNzWzG7Mmm { width:15.0625rem;height:13.8125rem;top:138.1875rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #kof2EI2U7ADdOSvCTJQBgeBTGFJqJZIo { width:8.75rem;height:2.6875rem;top:149.5625rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Llrffz28plvM6Q55X1FgLNbC5CZB0Hkp { display:block; }
 }@media only screen and (max-width: 763px) { #KbyVKZmEVX0QtEXVCVZWTcJqESLVIZ4d { width:15.0625rem;height:13.8125rem;top:138.1875rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgTIheXusx2KcTn9sbUEirqmElhQB9ck { width:8.75rem;height:2.6875rem;top:149.5625rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLwDIxXWhJ9A76lrTGE9GHIMSSAb46LC { display:block; }
 }@media only screen and (max-width: 763px) { #WAx7vs5fdsiE2TbPWwXeLHQDzeNNTmLy { top:104.5rem;left:35.25rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QM5oEgT7In0ObKzhRvKvA4bTpDLSZrAg { top:107.8125rem;left:35.25rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rr1mRugNBD5rLrDNJv29dJWy9epNhI4n { top:111.25rem;left:35.25rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ae2LOIEfBP3Og7Cqc3DceNZGPTLq6JAP { top:104.5625rem;left:17.75rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6rJimn1AMBpkHB1mmrPfCEAlq197CHh { top:107.875rem;left:17.75rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqRGV88tNBs0LTuFJzaaMCykGo5UTsz0 { top:111.3125rem;left:17.75rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5HG0yauF2yWTExpFPH4VNpOqNgqMwzh { top:104.625rem;left:0rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwmfU5qz0G73CyLQoEViBL31Wqb392zX { top:107.9375rem;left:0rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVPUsSgP0O90UZXVIGwd1DpLvnpA3mCe { top:111.375rem;left:0rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCmRhVe57ukT17Q1PVbul393E7QG8dPS { top:122.0625rem;left:35.25rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiIDt3lqWsyyvQ9uqyL8cNP97IwD1bbC { top:125.375rem;left:35.25rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eyi4ek9Izzi04lAe2iPKXJihTAtw7IgS { top:128.8125rem;left:35.25rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARETzvFhx23Dfn0XOEBy92e8LaNG3c6Q { top:121.6875rem;left:17.625rem;width:12.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqBpbZxUbGqLLf8ziJTeFkb8mwFoLdMu { top:125.375rem;left:17.625rem;width:12.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #scmfFZenEzz1GbCoXPn1OxrIHcWX9ubv { top:129.8125rem;left:17.5625rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JP8fsuQO4PVKoD09FtpXGFBG8lk0lVBW { top:121.3125rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kwx4v4BF0SQ5Nd1ehBNvxAXd12cCXl2B { top:124.9375rem;left:0rem;width:12.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6imNKZzp7G7ENA9MO0QNrR21RJSCHTT { top:130rem;left:0rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXvzMw7LNrTvlAZxvKI8q2q69mB4wyPy { width:15.0625rem;height:13.8125rem;top:154.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTl02LCtDTzX36hTx5Ipt5LO9Sol4EGG { width:8.75rem;height:2.6875rem;top:165.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAZOutTLdMgBlQPRqz1ytkTdsAVP3oeW { display:block; }
 }@media only screen and (max-width: 763px) { #FEyS57RCDtfd9rndebpnfyzRf9aGFWQG { width:15.0625rem;height:13.8125rem;top:154.5625rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i84tHLNlQOsU5DCL4piu6ieHVPfrsiD6 { width:8.75rem;height:2.6875rem;top:165.9375rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCMr2OaRQkWasvfKfm2SsuVaiPoyEZ7E { display:block; }
 }@media only screen and (max-width: 763px) { #HEubiAXWIV4OBPE8MKv7kT1IrXgiVJTu { width:15.0625rem;height:13.8125rem;top:154.5625rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNIUlTu30xNsVWR39qtOhhbzoACLa7LJ { width:8.75rem;height:2.6875rem;top:165.9375rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgldXdMgyww8db4ZadJ91CtVCbQCRh3A { display:block; }
 }@media only screen and (max-width: 763px) { #KsRWwHGdFq7b16w4f6Of56WeBPcJrHkT { width:15.0625rem;height:13.8125rem;top:172.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlUOVAtHuT8nvnAy9L7bSUbP71ISZQ5M { width:8.75rem;height:2.6875rem;top:183.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9GgKEsidcegU6v1vsqgpA7CNCqtUBIb { display:block; }
 }@media only screen and (max-width: 763px) { #obKZtCMl5VfwUSTAz8oRVFUTTNJkHS4m { width:15.0625rem;height:13.8125rem;top:172.0625rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViRuqW8oeH3kOKLpozSpoJO5ZhdMupg2 { width:8.75rem;height:2.6875rem;top:183.4375rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifKcofKzO3Vipd9TI7H4fKz4B1ARL075 { display:block; }
 }@media only screen and (max-width: 763px) { #TnGgIXsDT4w87K6C0wIcTWLObxZEMFUP { width:15.0625rem;height:13.8125rem;top:172.0625rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHzQFkcTmu4DrTRcnhUp7ShgEZCLFrBG { width:8.75rem;height:2.6875rem;top:183.4375rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoBngUCFWP7oRs1TfSCETlknOvK2auwt { display:block; }
 }@media only screen and (max-width: 763px) { #hcFUm9iNGTCkV65fSz89KwsA8MRrxPzl { width:15.0625rem;height:13.8125rem;top:189.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXGRLD09ucb9OJGno2yhf6QU4MHrEyHX { width:8.75rem;height:2.6875rem;top:201.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nG1TLMkXi586o0AlGfPJB9w3TLHM3ghA { display:block; }
 }@media only screen and (max-width: 763px) { #y4U0l2qpxwkaXvgEJFdb4zr88dhFdBcd { width:15.0625rem;height:13.8125rem;top:189.75rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyKeXs8Ig7Lf0wCLyGpBOLRwmxvIMtz8 { width:8.75rem;height:2.6875rem;top:201.125rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzOaL31Pe3MovQnP307qODc9ee6kRIud { display:block; }
 }@media only screen and (max-width: 763px) { #HUqHEdgkr3bahnMKFf5GmLVIf3FpkDBu { width:15.0625rem;height:13.8125rem;top:189.75rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fk16SfE1b3flLEZRxKSl412wItdavxty { width:8.75rem;height:2.6875rem;top:201.125rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxlneqKcmzZ7d4IIb36c0kR7sPiTHWCJ { display:block; }
 }@media only screen and (max-width: 763px) { #u8DvK8cclsPotxeriibqsoLvEbQL6dPe { top:139.4375rem;left:35.25rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhIhgyNgJEA6p50QUbbF83Z2GGT2De3R { top:142.5rem;left:35.25rem;width:12.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHfy0xIDrvo6dv0d41d8e8ZcVfXECV1e { top:147.5625rem;left:35.25rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEfHl0UNrzO1UvWzFR2G5iaH6Gi0KMEb { top:144.5625rem;left:17.219184875488rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C16dvRpJOVG6Saxr65wOFGCHJrmzhe4s { top:139.4375rem;left:17.625rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7KuvMvOtQfiEtJVKbKbuowGAEkLfkHr { top:147.5625rem;left:17.5625rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlP6Km1nSlWawIbNlfOt76fgvPun1rSq { top:139rem;left:0rem;width:12.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkHET7C793XEJpaQDlpLmhFnMS0G0fXw { top:143.75rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoQoDSInaO7uzuBMLOLDTf7XRLc62dmu { top:147rem;left:0rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMxoH1AiCLcyZFL0J5nFFvNxtTJHzFrM { top:155.375rem;left:35.25rem;width:12.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuViJEzadZyToiT2r8HTbUsBCdRwBeMm { top:160.125rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCMdrZpe8PP71plOuDxurgs7SorRyNtd { top:163.4375rem;left:35.25rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaNf6hxE7L74K4VgBeTuZqvdOkpc3NyN { top:156.25rem;left:17.625rem;width:12.5rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQggaqqAeSRzumGf7BEi2ENzc1MfZksH { top:160.1875rem;left:17.248481750488rem;width:13.1875rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLXViR77Cn7hpx4uZIq3qJzgzlnBWOhD { top:163.4375rem;left:17.625rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILAgoFzTfBsm7vLNeNUfCsxXTVDoqiK8 { top:155.3125rem;left:0rem;width:12.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zI0OB9vRgRD7My1dspQAhHQLaLXMNLyd { top:159.25rem;left:0rem;width:13.1875rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7JQghlPhEN2UbcNCTpRwZDaV4QG6CLZ { top:163.375rem;left:0rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eF6zBXgrJQ95oo25Jye9oPIr4i771e5R { top:172.875rem;left:35.25rem;width:12.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNH6bHMHmRULQwKs5y9m3a12TTvCETXs { top:176.8125rem;left:34.5625rem;width:13.1875rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0sB3C3xINQMyGsw9kEAoxMFbbaPTzvv { top:180.9375rem;left:35.25rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3i4Rf5JuuT6OnZnHCOB31uhaqyTyCos { top:173.1875rem;left:17.625rem;width:12.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfT1hn5ryRQTI3r7d4tIe6KDms9wtxC2 { top:177.25rem;left:17.25rem;width:13.1875rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEb3ysTLFqGpVFBiSGZc7cW9iXuvz1rf { top:181rem;left:17.625rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5awGWFS7eW8byt3MfTyTSChSlvXgoh5 { top:172.9375rem;left:0rem;width:12.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziMLdlSe7PhmTJQse6u9VuViTf6cf3ll { top:177rem;left:0rem;width:13.1875rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgCg29W9NxPNxl8GetJazbqIN9IEIPbx { top:181.125rem;left:0rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2kVLPCoaC5oKv6Kf6isoGhIsSl6V3Hu { width:15.0625rem;height:13.8125rem;top:207.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xf7NQMO58WKrxpb5rQ8C8X5CNiZKoVoq { width:8.75rem;height:2.6875rem;top:219rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkkDJksezD01B9Ph6dwEmmOJTBTXwpBM { display:block; }
 }@media only screen and (max-width: 763px) { #mNHoW7aN1rZxtfGJfTJJTkB95imE4a3z { width:15.0625rem;height:13.8125rem;top:207.625rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #UinDm5cAQNBCtRU76Wb4ewEDcCNtpMKV { width:8.75rem;height:2.6875rem;top:219rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6CsXoSqAZVSF972peTbgZnQQKz3x78t { display:block; }
 }@media only screen and (max-width: 763px) { #eGRanZPgBi9p3qKg3uqMBBTztNgszvIJ { width:15.0625rem;height:13.8125rem;top:207.625rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVoNm9NoRTDvttEGIlT5KTcmZvOPJC9F { width:8.75rem;height:2.6875rem;top:219rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7eTaUup3TZenubJ4kg9VSwps48NNI2t { display:block; }
 }@media only screen and (max-width: 763px) { #ZGC5w7FHKHKTmCmhCapRygUdzGBLmEDp { width:15.0625rem;height:13.8125rem;top:225rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWkuA77N7fd0nE7b9W1a4mwqGqzwFFkn { width:8.75rem;height:2.6875rem;top:236.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvWd72zWvRpZlmgc0Q3VhXQttWTE8Vey { display:block; }
 }@media only screen and (max-width: 763px) { #Uedp25Q41dCqbBgr7B7a9l3r8mnFQiV2 { width:15.0625rem;height:13.8125rem;top:225rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1J0ih6TESGUkIQwdZy90XulNwCMRmz2 { width:8.75rem;height:2.6875rem;top:236.375rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6yT3NJdWDSpIJoVTor8kLSe9gR2QbMv { display:block; }
 }@media only screen and (max-width: 763px) { #it3Bu8vv4ws1JgbZAQRVsb9UCsopOZTO { width:15.0625rem;height:13.8125rem;top:225rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NONKcTekJTWT6p8sdv8WZwUf7diizAmw { width:8.75rem;height:2.6875rem;top:236.375rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #culIynk9rnB1il6zwVTgJcOkTiqFKDvd { display:block; }
 }@media only screen and (max-width: 763px) { #ZwU5qvtvFc8ToAKvQDymBLZ64K4gWG6T { top:190.9375rem;left:35.25rem;width:12.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoVSWC3TKyDmCzgGPveQKlVtgXzhxH8r { top:195rem;left:34.5625rem;width:13.1875rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGzqiCwHqM4rwuuNLvihoQFRzqvKKzu2 { top:199.125rem;left:35.25rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4I8vTVRTPyxItXhl6obqPVdgk3OLgX9 { top:196.1875rem;left:17.248481750488rem;width:13.1875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iy8MVw87hBC6ZCp4bIdb7mD1JJn4Eiyk { top:190.9375rem;left:17.6875rem;width:12.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaNxIsvRD9Fk2doWLycFKxIVPoP5uRxS { top:199.125rem;left:17.5625rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfgIzp6WOsn67poXs06bJBL10q0iVGlQ { top:191.5625rem;left:0rem;width:12.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQQwZDLcF312LF2TnTPJL9lhWwWs9lOv { top:196.1875rem;left:0rem;width:13.1875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvfXbI9DdWEbigXhf830xKpGD3CUr6Xl { top:199.125rem;left:0rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #itHZ0Zm4ASkKLiJbUCIGe3wu26fxseDM { top:208.875rem;left:35.25rem;width:12.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CL66G4WqnqXH5fKDAyHT1dwwkAUhiBop { top:213.4375rem;left:34.5625rem;width:13.1875rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2n68kezaDgmyH1ABItpoZH7rqzNoPbQ { top:216.375rem;left:35.25rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #umJmF5eFUfKotPe6erbTyO5TPdIITbM9 { top:208.125rem;left:17.625rem;width:12.5rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3cWTvWLPVgPGObhiOCWBpFrCSLSpKgA { top:212.875rem;left:17.25rem;width:13.1875rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzfbLesPg2AbufhRMT3HE6CM6NERbFie { top:215.8125rem;left:17.5625rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUzirL2OXkWiqSqalyTDq1JrzISezoy1 { top:208.875rem;left:0rem;width:12.5rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5FEUh73TTAEZgEBTwNmxzdUidRq3ScC { top:213.625rem;left:0rem;width:13.1875rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5ubyUDW9IebqsuvFuV6T1JkoBQA80dk { top:216.5625rem;left:0rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApALL20aLanep67h0dp3o0c22PwFwv3d { width:15.0625rem;height:13.8125rem;top:241.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCJGUFonXkL1a4ZU35vrNJ1TXrS0fR1K { width:8.75rem;height:2.6875rem;top:252.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgSRE1z0i1Lo2onkLimbJIiu4B4FnHGy { display:block; }
 }@media only screen and (max-width: 763px) { #EORVXXcwP7r1IbNi3VXcO03WGVqPWuT8 { width:15.0625rem;height:13.8125rem;top:241.4375rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZ1X5IobJwB9FUGVWzBbZSd0igz2TwxG { width:8.75rem;height:2.6875rem;top:252.8125rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTFyq85owbyU8UU4O3K4C3li0Rg0QeFQ { display:block; }
 }@media only screen and (max-width: 763px) { #bLtAdf6dyfr2PvKOR5EyuHtQkMtD8k0F { width:15.0625rem;height:13.8125rem;top:241.4375rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfCQifn9OPCa0g4riCuFSGQB8RbeyS6J { width:8.75rem;height:2.6875rem;top:252.8125rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ceg5AekLIXSPrJ6V3ndPy5TwvnHonlAw { display:block; }
 }@media only screen and (max-width: 763px) { #NsR6XxLVkOR2qCvLf0DBrcZpV6ZBNtRy { width:15.0625rem;height:13.8125rem;top:259.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rH6kobTZk4reKpcT7H5Hx98CpqQWQWIn { width:8.75rem;height:2.6875rem;top:270.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEFsM2mXUZyfVIl0Jnd9oMKBbT31OwQ0 { display:block; }
 }@media only screen and (max-width: 763px) { #WcqVsZeGv9HLUG0Di4UhL4EazHeITtNv { width:15.0625rem;height:13.8125rem;top:259.125rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIGcm3Ultoex9yl49lAqmNNXDLxa5iEZ { width:8.75rem;height:2.6875rem;top:270.5rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpHURTzApiPGv5S66gerPLkxt97pko4p { display:block; }
 }@media only screen and (max-width: 763px) { #TDy4A2LQGTVTxn3b2xAH3x8hyvWiUtLt { width:15.0625rem;height:13.8125rem;top:259.125rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJdxTZmp0urkAzpSWoswxkxPv3eNSFz1 { width:8.75rem;height:2.6875rem;top:270.5rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #CU01lVUsKGqSi1V5WoCMiKo8sa1Q1TJ0 { display:block; }
 }@media only screen and (max-width: 763px) { #zVd2nyAPI3OtIaIvpR09whJPFp1RDf0O { top:226.125rem;left:35.25rem;width:12.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ne9dx5kEIAS6rVNtIbxqaDcoTUmlRmwa { top:230.125rem;left:34.5625rem;width:13.1875rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wa6rCIucSiDkHohoov26pU2gcJfQGUbT { top:233.625rem;left:35.25rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhuJOAw9ivsQbi2lNdDKnvyuzFCiMrtI { top:225.6875rem;left:17.625rem;width:12.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIvifLFQ8ArtTAK3JcgZLHFpVS7nW8AU { top:229.125rem;left:17.248481750488rem;width:13.1875rem;height:4.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSeJJbh2VqTxpgZumUXdb6PRS4dfIefo { top:234.3125rem;left:17.5625rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BT3zVbcEoQoy3hFwBkC4lxBvPwccyCdJ { top:225.9375rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ly0n69Axva5S5VIMd3ahuQWQ943CwScQ { top:230.6875rem;left:0rem;width:13.1875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqBWXl5uOsE7TSKkFiILcfuLt6TDyy43 { top:233.5625rem;left:0rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lE1NAeybmf1IpvqHaF59C204pIucE6Lp { top:243.0625rem;left:35.25rem;width:12.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXvcZ0LBMWEf0CGBqnRNL9GSunkTpmkl { top:247.25rem;left:34.5625rem;width:13.1875rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHATaa73nME7BJrwTUIUnvguz21QXUuD { top:250.125rem;left:35.25rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFxzTdXbwTh0zhoRp7rNdApMm8v3hXIE { top:243.125rem;left:17.625rem;width:12.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAmdlo12MzZirNRvEiT1fvTT1TeT4Sv6 { top:247.25rem;left:17.25rem;width:13.1875rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cR5lys6CD0UpTLzl224mni1g9qqATyD3 { top:250.125rem;left:17.625rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aB1uhTr1c2hVhedXxPaQFCLtE4T80e6b { top:243.125rem;left:0rem;width:12.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcW6H3rBiItDUxVKkppx8C5sCvnabAVl { top:247.25rem;left:0rem;width:13.1875rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAIn8TyK5lSDxypgSwJs0mrKFr9oHmhx { top:250.125rem;left:0rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiH3B2qMgqUGHzZeAnTKcLmEAu0VkTc2 { width:15.0625rem;height:13.8125rem;top:276.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #azBoNKg0Mg88B7pE8uCvmeuboLMIOIoR { width:8.75rem;height:2.6875rem;top:287.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1swBxxHZt0qSMDR15Vvk9xRPps51IDH { display:block; }
 }@media only screen and (max-width: 763px) { #Akm632weHhXUFK7JLWTJHx3GO2paVdZC { width:15.0625rem;height:13.8125rem;top:276.4375rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6LnyEbKH0tJVmT4keGCToakywSxKWNM { width:8.75rem;height:2.6875rem;top:287.8125rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TplgGTWD5VKV0kMkUR4bK1cy7b5klzNN { display:block; }
 }@media only screen and (max-width: 763px) { #nXbBq1RzHymHUlxOq1Lh6TgXDqqGIk9q { width:15.0625rem;height:13.8125rem;top:276.4375rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1HS8vtJcfbt3hTqEkc7fN1FEHMEgAql { width:8.75rem;height:2.6875rem;top:287.8125rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNt2JZCIgX6MnXGtuRbrEqzPiP7StmPm { display:block; }
 }@media only screen and (max-width: 763px) { #HEussTpMyzvkzTLGyEwnKtuRT7I9HWZL { width:15.0625rem;height:13.8125rem;top:293.0625rem;left:7.6206588745119rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwuAQDKihU5TVL9cALzHNytc19wVDL3T { width:8.75rem;height:2.6875rem;top:304.375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7hccdFL0HGnreGlwpQVgFyXO9O4uVwV { display:block; }
 }@media only screen and (max-width: 763px) { #veLEewWIcWCetpH2rvwVaUrGmTbhd2FK { width:15.0625rem;height:13.8125rem;top:293rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #clzmyOm0g2TztA0qUIHaTKm6uGcpD029 { width:8.75rem;height:2.6875rem;top:304.375rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVN2GyxpoQDysdfpME7nzTIqu5rmEnA6 { display:block; }
 }@media only screen and (max-width: 763px) { #H0qtIZ7TaA2iMrRPJZd4UcfQGgIloxh8 { top:260.9375rem;left:35.25rem;width:12.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9ByQOd3QGgXlk23xIUfIGdTFJXHI9T4 { top:265.0625rem;left:34.5625rem;width:13.1875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFor40xnZCVX0OpKV4Elwrq6IfPDDfo2 { top:267.9375rem;left:35.25rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lk51pr3Kt8FKJEEMR8gKrfuyKWehrNpe { top:263.8125rem;left:17.248481750488rem;width:13.1875rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcsvK4z12hAnk41dk8msG24oaRngdpTl { top:268.4375rem;left:17.625rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeoN8rmBMahUcbbsG9A21bnR1SizmKNu { top:260.875rem;left:17.062717437744rem;width:13.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #id1n86ZK2OBQ1mgNZ5nIOWFqbmXwJl8Z { top:261.625rem;left:0rem;width:13.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLEFpcU4JddhrpQXvNd8oATQDwdz6dHw { top:264.75rem;left:0rem;width:13.1875rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQH68IxPMFMyVNBAOfEi7nuAOAkcsr9J { top:268.0625rem;left:0rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTOgmyveSeOLTJGbPLNDRT2OFmQvdLh4 { top:278.3125rem;left:34.4375rem;width:13.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5rO3azoAH9l4XxRFhD3iEqpiVuqMzKI { top:281.375rem;left:34.5625rem;width:13.1875rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcpAuzvu2Fw11XXr4cbAm11IoxgNy41m { top:284.6875rem;left:35.25rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnXoF75vyVdXdDITumb1pWw2q54MS4q3 { top:281.3125rem;left:17.187717437744rem;width:13.3125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #afWugUq5vn6tNpx6dGBwdmbQShyi5d3V { top:285rem;left:17.6875rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFUSnp9xO9mIyAT2m3gfc5bE3vlGsbrQ { top:280.875rem;left:0rem;width:13.3125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RP892AvHFIDJ2zb4EoXiVSOPXKntyE78 { top:284.5rem;left:0rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiTMJyJSp3uwFe3GzhHIrxOVBasELeKc { top:296.25rem;left:29rem;width:13.3125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9wsQS53T1xFUVD5HhTuTeg5yXEozuU2 { top:299.875rem;left:29.5rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0kS2uHS6HNsxCgTOBfU5uXO7GMrVUC0 { top:294.5625rem;left:8.0625rem;width:13.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBwxZsgvdftr6HraCw8XprNwLLL7xLny { top:297.625rem;left:8.125rem;width:13.1875rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMJkkfePQZyLbTDTX2TTOW68oCfGns3P { top:300.9375rem;left:8.5625rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JG7XUUvF6fzbTGhZ1ynGP4Rlf2ecN1tB { display:block; }#JG7XUUvF6fzbTGhZ1ynGP4Rlf2ecN1tB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZmUuZQ0rPesMreRbIELvd9W0NC6Tu6zq { width:24.625rem;height:16.3125rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2cEyv06i8owIW5LGlSO3EZlzRUvP87S { width:20.0625rem;height:16.696205438249rem;top:3.625rem;left:14.495658874512rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNCEo2OinaAfxTQUyC7RfdDiTXJf1w1m { width:20.875rem;height:13.8125rem;top:3.375rem;left:23.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VZNopw3yVdUh5az6c7A0853Do8Az13vA { width:8.75rem;height:2.6875rem;top:14.9375rem;left:35.062068939209rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQ2zJEw7JiEU68qdoTlvGsLkXxdVtT9P { display:block; }
 }@media only screen and (max-width: 763px) { #mNlTFmSPaRpF5cWJv1zlh8Es5i5fngsV { width:28.75rem;height:3.1875rem;top:2.8125rem;left:19rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhvpoJfeXbU42NK5pEEgpKVXtDpNJZmD { top:6.9375rem;left:28rem;width:19.75rem;height:6.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6cztZyygdETCQkLpbkRZVp3PMiBTq54 { top:6.375rem;left:16.943576812744rem;width:18.75rem;height:1.8125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zw889Ta3rshSwG9fJeBi5M1wp69zLmlV { top:8.9375rem;left:13.442058563233rem;width:8.4375rem;height:3.163649900728rem;display:none; }
 }@media only screen and (max-width: 763px) { #sLLrMVlBoMXUUB7HsUP59bAXmHA9xhXM { top:9.0625rem;left:24.5rem;width:7.1875rem;height:2.8498167945512rem;display:none; }
 }@media only screen and (max-width: 763px) { #Aa8EwOTJonQra1MFTrR0HRGaFfOkmTZo { display:block; }#Aa8EwOTJonQra1MFTrR0HRGaFfOkmTZo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W1fDX1ELGumAP9OeJ5WZKwRh4wICNCiV { width:15.125rem;height:13.875rem;top:1.375rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ll9Zfd39FKJUsOvJurhUS6EGWbSBseS3 { width:8.75rem;height:2.6875rem;top:12.75rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXzbJ6VXaiHzk7xLZILuTvr9iZQo3Xgx { display:block; }
 }@media only screen and (max-width: 763px) { #HsvfEJmV1INUnkIpguVQdGWetTK7QThL { width:15.0625rem;height:13.8125rem;top:1.375rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bH8LMhNhDE7N3ftaWFWE2efsEb8laStD { width:8.75rem;height:2.6875rem;top:12.75rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJfF2x5ELJIu2oCB7IcTtm3TKuJlmO5r { display:block; }
 }@media only screen and (max-width: 763px) { #fPba9tkrBGioTcWgfpWRhkzzoUvcsdiV { width:15.0625rem;height:13.8125rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZ5u6mFHcnBNCusBw8UrHJHkHAfRcBtK { width:8.75rem;height:2.6875rem;top:12.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MB3RX3zSLCkMTOxtZeSlBTTcCAHxuNHl { display:block; }
 }@media only screen and (max-width: 763px) { #QPEtuJyK7uIna7CiIwQF7JF5zJEf685z { width:20.75rem;height:17.945684883577rem;top:4.0625rem;left:19.233074188233rem;display:block; }
 }@media only screen and (max-width: 763px) { #owTPHRzpADiwilzC4QUwEVz0Wd5eLd83 { width:15.0625rem;height:13.8125rem;top:19.6875rem;left:15.497177124024rem;display:block; }
 }@media only screen and (max-width: 763px) { #qC7GJKgnyX73kQ65NgIHN8S193vsfOZe { width:8.75rem;height:2.6875rem;top:31.0625rem;left:18.781684875488rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhiffWb7t9MoAKz8dcM1N3cwXN5HpzNQ { display:block; }
 }@media only screen and (max-width: 763px) { #C3kCubbMOCCnsGxUBUz3POETnNCJgmRK { width:15.0625rem;height:13.8125rem;top:19.625rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4EM9wJHPZDoPk6B4UtW3RmTXXoTn5c4 { width:8.75rem;height:2.6875rem;top:31rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohTTEeGEemReTuhverlbaunoN421EcGF { display:block; }
 }@media only screen and (max-width: 763px) { #AGiothZn8wQiI4Hub1gGtECQa7QPFauT { top:4.0625rem;left:34.4375rem;width:13.3125rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5N1ahDenUwGQfHJeEQNR04M9TVByJGZ { top:6.6875rem;left:17.3125rem;width:11.6875rem;height:2.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgLmRkbPd875BcUb2BHZqitBLXnxWIum { top:9.75rem;left:35.25rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QA8wfCU9V9UOtTBvQ2JMDLQSOpiLDqTS { top:3.5rem;left:16.499782562256rem;width:13.3125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCOpaWcGMxuJ4w41Drx8PLiudCmynw5Q { top:10.375rem;left:16.935981750488rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNBc8BRJeIBRkFmX2oKpHa69Z1yx1o3w { top:21.5rem;left:34.4375rem;width:13.3125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kt3SkI4kbTPtzCWI89JVVK8XgFv2R7GP { top:24.6875rem;left:36.0625rem;width:11.6875rem;height:2.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMGQwQbRvAFeqcmlqHFcLsBBJDJ2uoaH { top:27.8125rem;left:35.25rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUcNSndX01XFqPTWHNTqWBhFmGozQ4Ik { top:3.75rem;left:0rem;width:13.3125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFyc7TPiuXexxv4aWCx8zETNnDBkDx7g { top:7rem;left:0rem;width:11.6875rem;height:2.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #atw8Vc3gKrF1PD7Q4Hi6gE4DNBvJWeFk { top:10.625rem;left:0rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytsmSQG0oRqqXDPv2FqJ5mTzvIiv7ciW { width:15.0625rem;height:13.8125rem;top:19.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qW2xudSKZNE3UyThUTQyzMTHeCzHzUof { width:8.75rem;height:2.6875rem;top:30.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9adw6usPhcTQx4H8dT4aTAbf9MXFyTq { display:block; }
 }@media only screen and (max-width: 763px) { #K2NIibORJ34CgbQvW7Aod2qgMyXfip0J { top:21rem;left:16.375rem;width:13.3125rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhMXOvcJTa9GO3mOGkNK2Jm7PfFDWrRT { top:24.8125rem;left:16.066841125488rem;width:13.75rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyAHvfDgtKM7Wg5X18ti9bckRzOcfres { top:28.3125rem;left:17.125rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9vnPTuIHocdRn39NL3Pb5yXkhX5F77R { top:21.3125rem;left:0rem;width:13.3125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZFuMTn0oQlCZpivmz0AvH38hT81vooy { top:24.1875rem;left:0rem;width:11.6875rem;height:3.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvvFE9BZowv6q0B3gv9QnTtBeOOdB7HK { top:28.4375rem;left:0rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOG0TZkwlPZCXz976vLVszWgR2qOOh02 { display:block; }#tOG0TZkwlPZCXz976vLVszWgR2qOOh02 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u3Spn61TOt2Tko9wlplWV1P2NtHT5WXl { width:23.0625rem;height:15.1875rem;top:1.9375rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5uvhTeytCT1DsGsAXN48cu4ten8b4dM { width:18.1875rem;height:15.134771504502rem;top:2.5625rem;left:18.830513000488rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHLueWlnKlnwTUnQIPVNyABM7UZPoGTk { width:20.875rem;height:13.8125rem;top:3.375rem;left:23.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UcON2V6W0EmDyU2eoTL9B92J6OnREdBv { width:8.75rem;height:2.6875rem;top:14.25rem;left:3.8760852813721rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3mWqB65W8a5VhaTrV6VkxahIC50HFFt { display:block; }
 }@media only screen and (max-width: 763px) { #b4lSXdI4gFMHBgbIQP1VWp6RHhgfcWXh { width:28.75rem;height:;top:1.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkhJmc3hArko2QcedACtPdQ5lVGPlsoe { top:6.375rem;left:16.943576812744rem;width:18.75rem;height:1.8125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mBh0FP2roGlM5dyCKvmzNDJ3Iw1vec8V { top:8.9375rem;left:13.442058563233rem;width:8.4375rem;height:3.163649900728rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mr2qzU4pMOoLEu7IWCVuFeX7STENtgew { top:9.0625rem;left:24.5rem;width:7.1875rem;height:2.8498167945512rem;display:none; }
 }@media only screen and (max-width: 763px) { #lcarTibp1pPMd6xIo2xfc0WIwux4WTFA { top:6.3125rem;left:0rem;width:19.75rem;height:5.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFMZlf78nORIPWwtZHr10pTNEZfIF2rC { display:block; }#IFMZlf78nORIPWwtZHr10pTNEZfIF2rC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PA6hHJ7cPKKv6QCT0MRJx1Usgkxqw4zG { width:15.125rem;height:13.875rem;top:1.375rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBg3dQ1WW92S03Xzr5SmBUxLLFNWCMHP { width:8.75rem;height:2.6875rem;top:12.75rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXkWTq1q12ImDhMN4oqW90hixCm53EGs { display:block; }
 }@media only screen and (max-width: 763px) { #qwiofOcrKifTuCfcKcr9JRghlESmanuo { width:15.0625rem;height:13.8125rem;top:1.375rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuR5uT996WTi0LmTG0aG3LftR1AI1Hen { width:8.75rem;height:2.6875rem;top:12.75rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKNt3UzoLcbmtVe0XGEXgbS6ia5DxZr0 { display:block; }
 }@media only screen and (max-width: 763px) { #Rm3lLCSZw7TPT6OgAeoBOsmW6m1cDtV6 { width:15.0625rem;height:13.8125rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZMSBTn5MDzC5vLUoKxeRdsQE1KOMTtJ { width:8.75rem;height:2.6875rem;top:12.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cv4S0x9wMoZBXOu93cZNdgdHokLroN2T { display:block; }
 }@media only screen and (max-width: 763px) { #lfzwfSX6ALTI0HxuZdhAwgt8myM56GU7 { width:20.75rem;height:17.945684883577rem;top:4.1875rem;left:20.374565124512rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsuWGT1IeTBfVFkVCclzwfHe8qKxMy3x { width:15.0625rem;height:13.8125rem;top:18.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8LMO0cfOzmSxQElxhkCtFgHWKfRdOK0 { width:8.75rem;height:2.6875rem;top:30.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeRLOvBGgZACho7zqdiIsaKU9vcR3ikG { display:block; }
 }@media only screen and (max-width: 763px) { #M0G6bAlMqMLMe5WhymQpu5EBWTSN0yqs { width:15.0625rem;height:13.8125rem;top:18.9375rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfODyUsvzITT32cxAEmT7plQgDS5EOSS { width:8.75rem;height:2.6875rem;top:30.3125rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #bby4NZ5Hn0vH9fSfTQKMMcwbh3wRbqe7 { display:block; }
 }@media only screen and (max-width: 763px) { #MoQsdwpnmnLWXn1BLNnLOQIRH5e0eR7b { top:2.6875rem;left:34.4375rem;width:13.3125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCe2WEeTaky1yXBnwIaUprVh4225EQD1 { top:6.1875rem;left:36.0625rem;width:11.6875rem;height:3.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nirpRcOQwoIs9xI5CRhUud23wt4eGGd8 { top:10rem;left:35.25rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwJZTuiBaFdx2sRHLrJMymBTzoMQ8OGP { top:2.75rem;left:16.5rem;width:13.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvwJoFRk1ePIWa6bBg9L1BFqbQtmckgO { top:6.6875rem;left:17.3125rem;width:11.6875rem;height:1.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMTihKGqh85nlJwSfiDDxcEqbWO9G3vu { top:10.0625rem;left:16.9375rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMQlV3iaAreEEdIB4qenU0LOMf3R7u5k { top:2.6875rem;left:0rem;width:13.3125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqcffldxLhND3XShtHlewIKwCQTOXeK1 { top:6.75rem;left:0rem;width:11.6875rem;height:1.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #er9M0rVH8rEeTh4MrhuF7nrSXn9ouZqr { top:10.0625rem;left:0rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNThVHwJvdWkKcMok1AXK7BAkb4eh1Ki { top:21.125rem;left:34.4375rem;width:13.3125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcqcOsBxkFg9THIlP7hc2g1g0iw6dQT2 { top:24.125rem;left:36.0625rem;width:11.6875rem;height:2.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #neBHCwGcygJtQ8oVeg3TEySFTnPimARQ { top:27.875rem;left:35.25rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdK51R9LXwTWswJrDz0A520wi2bENCwp { width:15.0625rem;height:13.8125rem;top:18.8125rem;left:15.497177124024rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAcD2Zh7G87WsM0PZ1fZ3UsXeT8wLmn4 { width:8.75rem;height:2.6875rem;top:30.25rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qL6s10TLNToiPTKpxotDa0Zd5KZMNMfP { display:block; }
 }@media only screen and (max-width: 763px) { #QIexf93V8lH2qcEGAQOv7mxKb71TMP3i { width:15.0625rem;height:13.8125rem;top:37.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNXcJMi7Wogxp09FL7l0gHH97O11OiWH { width:8.75rem;height:2.6875rem;top:49.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSWkazAKo0KQHuu7wo6GUtfdF6uiP0vK { display:block; }
 }@media only screen and (max-width: 763px) { #CTT9HGkZ3zpHVgU5UDZDkwS9MeqiCrVy { width:15.0625rem;height:13.8125rem;top:37.875rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZkkqmJLvDSNgwvrTz4WqzG5HKkTd0Js { width:8.75rem;height:2.6875rem;top:49.25rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #TP01A94Q29LtRfPRAKipaTx9rcMROx10 { display:block; }
 }@media only screen and (max-width: 763px) { #xDF7JOzLbbAmEtcLso16AXD67wzr6k9v { width:15.0625rem;height:13.8125rem;top:37.875rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbOxRBEdenpvVoieCTWtLQxnc39w4hDQ { width:8.75rem;height:2.6875rem;top:49.25rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #hywCpe6VsSnbrwbMqlJm7T4STu42m3Ah { display:block; }
 }@media only screen and (max-width: 763px) { #O2qshO45i4Lh7H7fPZnxcwEmlOkH8eZI { top:21.125rem;left:16.5rem;width:13.3125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0xBsR3gamfTXmuGpCIgbwMOQbiqTMov { top:24.125rem;left:17.3125rem;width:11.6875rem;height:2.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRTXT8aqi7GCgPnyOezeSf5CGp8RzhUB { top:27.875rem;left:17rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlis3dx4ZvGV63KXBnaR9HSsx3zEPkLi { top:20.5625rem;left:0rem;width:13.3125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGJsBwV68L66cwTwTI3xIfi1xMRJMA0w { top:24.125rem;left:0rem;width:11.6875rem;height:2.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrLedDSw0QHcRkCC38amnTHqISFaBXmH { top:27.875rem;left:0rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wb1kmzbw8QpJTDJySIhX0qDPc9The2AM { top:22.125rem;left:0rem;width:13.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAB4whBIxCgy5UG9a0SIiH2SBmezgO3v { width:15.0625rem;height:13.8125rem;top:55.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wf61iiciiZNigiN2l6siFzDo0nwEuOxX { width:8.75rem;height:2.6875rem;top:66.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e57TZA5TWOSnlOaySn0TclbGf3pAkIDc { display:block; }
 }@media only screen and (max-width: 763px) { #BT2xvPMTHL7Dc2MkUgrUnNNGiMrEobd8 { width:15.0625rem;height:13.8125rem;top:55.375rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyvgAKXXaF35LCgWgLSh2TCMUr7R9b1S { width:8.75rem;height:2.6875rem;top:66.75rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEOsVLca4A0orhUclEVrxPOFQPXCp48S { display:block; }
 }@media only screen and (max-width: 763px) { #fZ1IZSqdDVCky8dwvGrVXz5QKEmBFGyV { width:15.0625rem;height:13.8125rem;top:55.375rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3xvpVqsNv7dpwXqgQ8RTbT8B8SoPTEG { width:8.75rem;height:2.6875rem;top:66.75rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwnpeV3VyH2IfxD2OzIdmMBsBRNi2aOB { display:block; }
 }@media only screen and (max-width: 763px) { #mPiVwJ7EAUG8asiRmHGSz4ldMOEffs8b { top:39.3125rem;left:34.4375rem;width:13.3125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LILRuOTOrQrRgwz94BC5uGD2zFsQdUkL { top:40.875rem;left:34.5rem;width:13.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VE60mZeJ1LcCtOgnLSTJ7MEXlmUpCJaD { top:42.875rem;left:36.0625rem;width:11.6875rem;height:2.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHoNvPZ036933xzVmWoEX7Hsu6UJfktI { top:46.625rem;left:35.25rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilM0HufdbTZevzxSGToTARVGWGgM6wTR { top:39.9375rem;left:16.499782562256rem;width:13.3125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4kLKs3wW2TK4dHu9fLiEvlQR8Z3RTbd { top:42.9375rem;left:17.3125rem;width:11.6875rem;height:2.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6rgeaX7a8weIxtnoX2Exy34tGBIL2dC { top:46.5625rem;left:16.935981750488rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oa1vR6tOT3opg6fQLgXlz8fb4DsihgRT { top:40.125rem;left:0rem;width:13.3125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7V4dyBwxQSqwwUCpPPMvk4xs8pnW1f7 { top:43.125rem;left:0rem;width:11.6875rem;height:2.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7DQy4gkZU1OOaq3gatuWLe0s1bD7CTb { top:46.25rem;left:0rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6KmQBieM9qG7UTtBncUC3fOX6a3tPJs { top:57.5rem;left:34.4375rem;width:13.3125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlV50VTZKJ4eliOt49EpTFTIJ5NcsIQO { top:60.4375rem;left:36.0625rem;width:11.6875rem;height:2.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5pXFap0Z28LdDgtAvZrJxbydwSFDmoU { top:64.0625rem;left:35.25rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFt3CvT23TbhTu4VqGRQD46ezvsesuWh { top:57.5rem;left:17.1875rem;width:13.3125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWDpuGfRwAR0iQDUZXAlxsG8QQIgFy5C { top:60.4375rem;left:18rem;width:11.6875rem;height:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #skIMTacdV6wm1q51vixyQsVhDZs599u5 { top:64.375rem;left:17.625rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #msm4T0GgJpkfggzmwlX79QazQJg9cCGu { top:57.5rem;left:0rem;width:13.3125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyc0rLlan4viovShX0vnfhuZkCrnJWac { top:61rem;left:0rem;width:11.6875rem;height:1.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktdkwv9vqWms0p5sE9LgJAx291P4Q9Cg { top:64.0625rem;left:0rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZE3OAHbDET6ht6fNaCSpJhs3ImxVTJt4 { display:block; }#ZE3OAHbDET6ht6fNaCSpJhs3ImxVTJt4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lsR2Cn0ITeQ7cgGTvZIWhALoG2lapefl { width:25.8125rem;height:17.083487673704rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8NHzpAqz71XhTyFgsb4SsXcGATzOnkc { width:20.0625rem;height:16.696205438249rem;top:4.875rem;left:15.0078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ME7IRgPx7wAI1iTRgXT4Bcq9VxTuKW8Q { width:20.6875rem;height:13.8125rem;top:3.375rem;left:23.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lyJHw3Zk2hPxlvG0KKVxdhU61MOxgmcd { width:8.75rem;height:2.6875rem;top:18.5625rem;left:35.064235687256rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSTMb6RmEHm0CT9Uvz094T4huOm62659 { display:block; }
 }@media only screen and (max-width: 763px) { #lTwENavsIuIHIwEkccuTy7ivuZ1SM9zg { width:28.75rem;height:3.1875rem;top:1.6875rem;left:19rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwLNwXrJzNZWek7kLTIfi64uMAhKFrQl { top:6.0625rem;left:26.75rem;width:21rem;height:11.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CobJ9pAew0VqlO2HQRPClMl1av3e8Mvh { width:28.75rem;height:3.1875rem;top:21.5625rem;left:7.7497825622556rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWegUnrvHI1iS8QZHbVcCk05vHvwQTyZ { display:block; }#KWegUnrvHI1iS8QZHbVcCk05vHvwQTyZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r4z1Ff3OAR0v5nm0TmVf5wXQeBU8gq9a { width:26.375rem;height:15.900348947719rem;top:9.5625rem;left:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #alIPSyRRuaMshGNlWDNM5lFVKu3icsAf { width:20.0625rem;height:16.696205438249rem;top:9.5625rem;left:20.810764312744rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwfHqcJybUVd4NaLEdb6zfwLQl68BUlD { width:20.6875rem;height:12.5625rem;top:3.375rem;left:23.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #d6BzFIkBf0Mlf3dVRygt3oTszbqodOzz { width:11.375rem;height:3.4375rem;top:20.25rem;left:4.5618476867676rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbhJa60sNEskiTccGq3di8UcRCbEMhOo { display:block; }
 }@media only screen and (max-width: 763px) { #qEFQCWwaHLft2Tu9pI9ib8IEXSANCnP8 { top:3.625rem;left:2.6868476867676rem;width:42.3125rem;height:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7xQJyKiWfUqKGmKFAyooxdwDnk67z7w { top:12.3125rem;left:0rem;width:25.625rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sklk24bDJOzK4H3ePucm54QCd6TvDhmu { display:block; }#sklk24bDJOzK4H3ePucm54QCd6TvDhmu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dFgM9dLeuZ4KHzVOaqukwH6xVQ5r5kMk { width:24rem;height:15.9375rem;top:8.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTgBNUkGqzK4rQPVPBXXatkZysNe2oxX { width:20.0625rem;height:16.696205438249rem;top:8.125rem;left:10.624130249024rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vk1gbdGvP51aE8rT85Pys1gCXXSJTT2y { width:18.9375rem;height:12.5625rem;top:3.375rem;left:23.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cqFsclivngdnnp8Rb1AVohm3O1O754FI { top:1.25rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4slOHgCslcepHO7py3ztl2Wq6S8yHFe { top:11.5rem;left:17.875rem;width:29.875rem;height:6.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eb20sIX9FZPZyD7HJHNboxd9SGJOlVo0 { width:11.375rem;height:3.4375rem;top:20.375rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqFvLuRyw8ZnomlwuTfJqNl6ddd3ZDhQ { display:block; }
 }@media only screen and (max-width: 763px) { #ZUwzXhTaLReiIpzKWQhuR7Df6ogdCSqB { display:block; }#ZUwzXhTaLReiIpzKWQhuR7Df6ogdCSqB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AeEM2u143T9s0WQaJh2ZcUcpJqthVNX5 { width:26.3125rem;height:17.395866113977rem;top:1.625rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #siFeKhwRmRVgMoT4kUAkmimsIcxQ0Mwy { width:20.0625rem;height:16.696205438249rem;top:3.25rem;left:17.444877624512rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySTerNVsE0vteBv1IfwOtIUbRNopTrqh { width:20.6875rem;height:13.6875rem;top:3.375rem;left:23.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PAtVlPmcDVgteGV5wCWlT0wIHTPxa3o8 { width:8.75rem;height:2.6875rem;top:17.1875rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzK23PFormAIHQRBTgTF2lWImxd0E77q { display:block; }
 }@media only screen and (max-width: 763px) { #I8upK55nbqXvfMDr5qVpmqdLQMs8SoET { width:28.75rem;height:3.1875rem;top:1.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLlp1n5TK67vwMq9PEsttDnWsE1CbAUm { top:7.375rem;left:0rem;width:21rem;height:6.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9pbsZ7PbdL00qeZo59g8yO4VPtpf80D { top:6.375rem;left:16.943576812744rem;width:18.75rem;height:1.8125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HP1glNvTSDFT15PJFZWvpbVQl53IzDh8 { top:8.9375rem;left:13.442058563233rem;width:8.4375rem;height:3.163649900728rem;display:none; }
 }@media only screen and (max-width: 763px) { #t7oocaLh3oWkZiqNC9uhkZGdBCFMa30P { top:9.0625rem;left:24.5rem;width:7.1875rem;height:2.8498167945512rem;display:none; }
 }@media only screen and (max-width: 763px) { #FidV5IcsGit5pUqWSn5NVOWCiO4vFzQS { width:20.75rem;height:17.945684883577rem;top:20.375rem;left:19.998046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggyxLN1AvsPTzg2syp0FlUiOxpfZBb63 { display:block; }#ggyxLN1AvsPTzg2syp0FlUiOxpfZBb63 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lr5ATS0Fnok2reUs5q5kUiV0lEVtKV0O { width:15.125rem;height:13.875rem;top:1.375rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5U8CqEwgcoDqQ2fSfkZpHkT06LUEiuw { width:8.75rem;height:2.6875rem;top:12.75rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4DWTkxc1EicVuqU76UgSwr17uFcdDQR { display:block; }
 }@media only screen and (max-width: 763px) { #mqeuhgBBgQ24E6gLcThmHooIwESHc7Xt { width:15.0625rem;height:13.8125rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LM9V7Gt6WBxCOJ4WZVCJwE8rGOEsNGpp { width:8.75rem;height:2.6875rem;top:12.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3WuWGTsz0M5woUaBPNJsPPb39LwNxJv { display:block; }
 }@media only screen and (max-width: 763px) { #f1KBP5T2ID75zeytysDhR2kL5LKbmidX { top:2.6875rem;left:34.4375rem;width:13.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeWFA7qmLA3iRTCXLluJuXVwpSNfWXVD { top:6.125rem;left:36.0625rem;width:11.6875rem;height:2.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWEBuSKMcENqMUsH5D46bEz8A5MeEbRN { top:10rem;left:35.25rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Li0yCX3Aq6OMOlXCA2Zk1f9fIBQU9q6M { top:2.6875rem;left:0rem;width:13.3125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVCrtAxynT0pGRTupobPrVHxFvllT3rF { top:6.625rem;left:0rem;width:11.6875rem;height:3.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9Kh52mufnMst1AZCg4TkedVaMkn2uRt { top:10.625rem;left:0rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcpTPOb9K5n83e1XJ9z2Z6Pfo2xIUrby { width:15.0625rem;height:13.8125rem;top:1.4375rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3q9aiiULNS3vsOfLtElpxdtOa9rxkRQ { width:8.75rem;height:2.6875rem;top:12.8125rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcNbbu67oiSs5UaDTlSncnOQscqk1OPN { display:block; }
 }@media only screen and (max-width: 763px) { #BbWKaMzft6qMeNfd7We7TLHV1ONIf393 { top:10.375rem;left:17.186634063721rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ea8BPquecIfhMvmWcyOS2gdykuvxNz1Z { top:6.4375rem;left:17.562065124512rem;width:11.6875rem;height:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXagkTOnBtnVMO7EIpuNskbh0XD2JG3T { top:3.5rem;left:16.749347686767rem;width:13.3125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yngxKT16DD4O5wyOupIez92ehK8TPefT { display:block; }#yngxKT16DD4O5wyOupIez92ehK8TPefT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yxQMWnc2rrbp90VOCl4oatly0K2UmDtv { width:22.875rem;height:15.125rem;top:1.9375rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vANHqCaCDtmzOkT0BZaZeAlWfUXpxtxE { width:18.1875rem;height:15.134771504502rem;top:2.5625rem;left:18.830513000488rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwAMKt74B7HeNSyM5GRJeSDTKWQeOnnl { width:20.875rem;height:13.8125rem;top:3.375rem;left:23.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aRC0JrbFKtzGKvPg9vTobyEA8EReIskk { width:8.75rem;height:2.6875rem;top:14.25rem;left:3.8760852813721rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUDIXdNIAcxOmA1egt9znNtTJR28gkBD { display:block; }
 }@media only screen and (max-width: 763px) { #xEcGmXHXQVTephUC83aAiZiUD8zLC9Md { width:28.75rem;height:;top:1.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDmTV0tm59ZKgLwzp8QBmzpTJFdhAdzv { top:6.375rem;left:16.943576812744rem;width:18.75rem;height:1.8125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hTMTCRFRTo4QTX56rVnO2q0xVCwihAxI { top:8.9375rem;left:13.442058563233rem;width:8.4375rem;height:3.163649900728rem;display:none; }
 }@media only screen and (max-width: 763px) { #ORWyqOhTcZqqx6b2mUGHFwaivUhUaLbl { top:9.0625rem;left:24.5rem;width:7.1875rem;height:2.8498167945512rem;display:none; }
 }@media only screen and (max-width: 763px) { #g5Glc33eXoC51s08UxITxt5v7OVTEWtM { top:6.3125rem;left:0rem;width:19.75rem;height:5.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDL4taEodTAqBsXPpKCRte8f8t6A9GTp { display:block; }#VDL4taEodTAqBsXPpKCRte8f8t6A9GTp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZuOQwynwUd0tR3Mg11kVJhoPS2XtGeC8 { width:15.125rem;height:13.875rem;top:1.375rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLuwW4hREomg6IiEh7PUnIN9SuZSTEnw { width:8.75rem;height:2.6875rem;top:12.75rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERGmuLi05qaMIXatgV41owATf5QhVCm7 { display:block; }
 }@media only screen and (max-width: 763px) { #ChMOE2WGwCvaknwqt93m74vG4VNxFcNW { width:15.0625rem;height:13.8125rem;top:1.375rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSB2IWO6pHGCRbfG6lf6ty4bZE8lH9ps { width:8.75rem;height:2.6875rem;top:12.75rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsNulqOr51Vm9o5dexgXrxTUUZCUXD0p { display:block; }
 }@media only screen and (max-width: 763px) { #XZIFKJItHpnaKtiIaUL93zW5K2ol4GhL { width:15.0625rem;height:13.8125rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsZkVcEHyJsmACCzNZ5vwwvdf5WTVUeC { width:8.75rem;height:2.6875rem;top:12.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nT7RkoBOVABJ8tUNBJo09TENveZ9lJRD { display:block; }
 }@media only screen and (max-width: 763px) { #S1a8AMSS0GSr6JE4hWiVttcTU8gEQaMT { width:20.75rem;height:17.945684883577rem;top:4.1875rem;left:20.374565124512rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ws2FnvqBa8Ln8qLe1Wy863WEu3sDTwX5 { width:15.0625rem;height:13.8125rem;top:18.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZeMwJPTOqsvub2ZtekSJwGJRoPOwcIG { width:8.75rem;height:2.6875rem;top:30.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXsH6nAsS7bZ4mV7sbbLxTHLTCvOktoP { display:block; }
 }@media only screen and (max-width: 763px) { #OhzBXcqDVmnws7RheXUbTdnMRGDdcHz5 { width:15.0625rem;height:13.8125rem;top:18.9375rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wo7E1aa56gAUOXg06aBwPv2AZuom2fE3 { width:8.75rem;height:2.6875rem;top:30.3125rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #apggfb6uBQoDNw6II45kdR1P1NyxkEqg { display:block; }
 }@media only screen and (max-width: 763px) { #ZgmyOogXreewN2dgWs2JNCelDZHD6veT { top:5.3125rem;left:34.4375rem;width:13.3125rem;height:1.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oC08SszKgTAa3fE9h1a4QS4xpN49RKzN { top:9.4375rem;left:35.25rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6H1AUik96nrovBKe0g7oICcXEd6ioqb { top:5.3125rem;left:16.499782562256rem;width:13.3125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyHCs0RTTD7v3LDsime3NVGASKzXa5GM { top:10rem;left:16.937065124512rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJR0bfTwDLDr4tpvd7MgqNioFWl4rMEc { top:4.1875rem;left:0rem;width:13.3125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5zAPi5u2faXO0I7oVKwlEWRnmVTcEpd { top:10rem;left:0rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpQV04e0xchEFOCWn5d6dA1mxRlbQqfG { top:21.0625rem;left:34.4375rem;width:13.3125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIaoNbRBSksqMDVzioutVh1BtaI6eA3w { top:24.0625rem;left:36.0625rem;width:11.6875rem;height:2.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5xiApPG0R0ZtwZmr7qUxRlSPiG1U4eN { top:27.8125rem;left:35.25rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUBoZrWTxJwhyR79MIbtSx8lObeFInim { width:15.0625rem;height:13.8125rem;top:18.8125rem;left:15.497177124024rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITOe0DFHVldUfdgxeGWnMyt2gS3eKRTb { width:8.75rem;height:2.6875rem;top:30.25rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqo6xgM1VoH5eHIlHZXuIgWy15ET5wMV { display:block; }
 }@media only screen and (max-width: 763px) { #F903umLu2fEXZWFSlLxdTeTFGAp3N50d { width:15.0625rem;height:13.8125rem;top:37.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BA6dnuSTkwLObqeLTazvg7ZBrHXzptIr { width:8.75rem;height:2.6875rem;top:49.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3FABglOGa3NLfRqtxzCPfn1JnzBQpFl { display:block; }
 }@media only screen and (max-width: 763px) { #WSNSSkblab4QTsrJ2zXUNxHDBM9TgpIR { width:15.0625rem;height:13.8125rem;top:37.875rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V49M8wxsMwmieInOn1xusALT8QrgIMSs { width:8.75rem;height:2.6875rem;top:49.25rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXREf5PmEAytxHelFcw8f7kOq7M4frTS { display:block; }
 }@media only screen and (max-width: 763px) { #gNbPFLNhCQUWbNsMnN0pvEMOVGJHdhA8 { width:15.0625rem;height:13.8125rem;top:37.875rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbvzHFp3xEaTTdPiPAV6lfc5LhiiM38g { width:8.75rem;height:2.6875rem;top:49.25rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfoOQaMh4uTR1vb7dG68zNNx3c67U3hF { display:block; }
 }@media only screen and (max-width: 763px) { #y3Mm5O5TnHLrnO4LK0rT6n1gETIgcG9i { top:21.0625rem;left:16.499782562256rem;width:13.3125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFKMigEcL1eg29NsOpXgm5efAoDw8eeT { top:24.0625rem;left:17.3125rem;width:11.6875rem;height:1.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TftVOSRBoCA9mG3D9wdK20HMqVvg1mKi { top:27.8125rem;left:17rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlTtbXN7HCNlISbk921M9Qv1mbkps7tq { top:20.6875rem;left:0rem;width:13.3125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #brrBhK22tOagKxr6GzZPJWmxP3UfPkvC { top:24.0625rem;left:0rem;width:11.6875rem;height:2.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiT868e37h7fPUITNdC0rFK69f7hZSH4 { top:27.8125rem;left:0rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQ9zQuArZZV9DEJsrhSWPt9l4IA7MIPm { width:15.0625rem;height:13.8125rem;top:55.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eF5tBKTaTedwOnHFS0sy9G3enZX2sxqd { width:8.75rem;height:2.6875rem;top:66.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJo2e7pC2zD1MfVXg1sTtTuuc1AuAhQL { display:block; }
 }@media only screen and (max-width: 763px) { #EeWTqTTIWNqBDLPzTfepKp0ru51663pf { width:15.0625rem;height:13.8125rem;top:55.375rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9kH67oylepETSxcSHbsEiCclo7un3z9 { width:8.75rem;height:2.6875rem;top:66.75rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxloawCrD6b3avA9azHHzBCKixnmb6u5 { display:block; }
 }@media only screen and (max-width: 763px) { #p9OWGAx0e1FdWgTOmywQga6UdIBnF5Et { width:15.0625rem;height:13.8125rem;top:55.375rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsxpkVzTnwLll28RKvwuoNccpdfBlgu1 { width:8.75rem;height:2.6875rem;top:66.75rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHLFOn8IUpRRTpfMTalrNewJTXQFt7ia { display:block; }
 }@media only screen and (max-width: 763px) { #eLrSIR6HPKu5KGxM5PeBS3TwPSAFWg9Z { top:39.25rem;left:34.4375rem;width:13.3125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgtxCugoh7O5FBv4yyWSP641ylT5vwLh { top:42.8125rem;left:36.0625rem;width:11.6875rem;height:2.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1tC3NFDDq8iRLsigEgoMcFsWklp8JrI { top:46.5625rem;left:35.25rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCqRWEZzsf6mnbOv2s26HWclwCdxT3lX { top:39.25rem;left:16.499782562256rem;width:13.3125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mquvMOnuE9zbh732MAToymcrQ2tylBF6 { top:43.4375rem;left:17.3125rem;width:11.6875rem;height:1.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lU2oo9JBmcETAqun5Pu3fW6UeHSGSHfM { top:46.5625rem;left:16.935981750488rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mdki10oUry1oPWoIkXV9X4kcnG1h38Hl { top:40.8125rem;left:0rem;width:13.3125rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uakgSuMkQO5uwbHhAtdOisy06KFTQtqg { top:46.25rem;left:0rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVo50HMzNAIZXnAymvmh3708CNKlcTgt { top:59rem;left:34.4375rem;width:13.3125rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUOHQvLPU4WUnzhf9w2UC234209fXNNd { top:64.0625rem;left:35.25rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNbtPV08sTJEEGZ1ebDwynfZsXvJ3yVv { top:57.5rem;left:17.186634063721rem;width:13.3125rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhPg1iPfBxqBU0LhoTW5brT9qtcaizP7 { top:61rem;left:17.999347686767rem;width:11.6875rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZcfuTMmqbgArLZlT5WcMNykdqN0MC4W { top:64.375rem;left:17.625rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wC3kWa4FT8wqhN7XsrturZtG3s0kpBMf { top:59rem;left:0rem;width:13.3125rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVmLpOVDvrcr9IMN2tXNo9TwimdgAf0I { top:64.0625rem;left:0rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3KK7lfDx6bbHwZfnRU36RT8Aatd4RvF { top:6.9375rem;left:34.4375rem;width:13.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fv96P0CvvIk8kQ2dXJdx3oGVcUFNEwnV { top:6.8125rem;left:0rem;width:11.6875rem;height:2.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqhC2C9MssvksTAqX7bnciRGVV4uTnUv { display:block; }#IqhC2C9MssvksTAqX7bnciRGVV4uTnUv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM { display:block; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3dqLJbL6KSHDnWOxRpKkGc0pJaZkLE1 { width:20rem;height:18.442319075361rem;top:7.4375rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVl7d5baw4488HxCLSNkgCSBTc9Um44L { top:7.4375rem;left:25.8125rem;width:21.9375rem;height:3.4375rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnZpFdr3QUZna3sqAuMUJWfvyTPtWEFM { top:12.4375rem;left:32.5rem;width:14.5rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDH4yGtS2fqOyz15QpvWGyhN1rT9NeOL { top:17.5625rem;left:22.5rem;width:24.1875rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBGGgF9V6COSIp6OQGcnDhnP7wcCLQgw { top:20.8125rem;left:38.5625rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVgcZ9NuFIn3Oi1Lm0y8Z5TGS7TnHvMn { top:20.9375rem;left:41.1875rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioW9iEdslgi80ddpwJDgKk2chO2iGR15 { top:20.9375rem;left:43.875rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O90BTEvmuhhVU9UvH1aMLNMUe1eWOECd { top:17.1875rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDKuVLVcQWKt4BqvEQr7c2pkTc0GdyDd { width:3.125rem;height:3.125rem;top:12.5rem;left:44.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IltDanqoJXs3b889uPRIaDmAmVuWMPtA { top:20.625rem;left:44.5625rem;width:3.1875rem;height:3.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAabnBA76TTt2kLRHd0PwAhpVO3O4pN8 { top:24.625rem;left:19.9375rem;width:27.8125rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkJbrHWwe22GZKVbf6FeBw6q2PH4PacS { top:1.125rem;left:0rem;width:15rem;height:23.5623125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PLce5TffJlVP6pdN1T3ST0KTcT3Ku7rh { display:block; }#PLce5TffJlVP6pdN1T3ST0KTcT3Ku7rh > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mW2kaOMNNSf5Ms83zoTvVAEk4VGnelZm { width:20rem;height:2.6692954769501rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mr0lJIiC5omPuOtMGBdgOonatnOoS5Xl { width:20rem;height:0;top:6.1805558204651rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #JMPh9q7yTATvII1GDvpet2tCgc7xcbTo { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ecb8c5, #da96be);background-image: -moz-linear-gradient(180deg, #ecb8c5, #da96be);background-image: -ms-linear-gradient(180deg, #ecb8c5, #da96be);background-image: -o-linear-gradient(180deg, #ecb8c5, #da96be);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecb8c5', endColorstr='#da96be' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecb8c5', endColorstr='#da96be' );";background-image: linear-gradient(180deg, #ecb8c5, #da96be);background-size:auto !important;display:block; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row .container { background-color: transparent; background-image: none; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row .container > .video-iframe-container { display: none; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row > .video-iframe-container { display: none; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .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); }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row .container { width:20rem;height:46.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TfwvzEJJf2FvWaBf9vRbbKSTu7aMDOyO { width:20rem;height:23.072289156626rem;top:50.102083206177rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qRpUURQuVTawh9kU9dnvNd3DmdRwmCxE { width:15.061875rem;height:16.8120625rem;top:27.3125rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xriOgq0msMvfL5FlSAlfcGdA39WbgHbD { width:18.75rem;height:29.8125rem;top:14.9375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQqRoEAT2KhpPvTmlQfwSaMtdhWr9OFi { width:18.375rem;height:1.9487875rem;top:18.6875rem;left:0.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-regular-label { width:15.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-input-text { width:15.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-input-text {padding-top: 0; padding-bottom: 0;}#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-textarea { width:15.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-input-select { width:15.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-input-select {padding-top: 0; padding-bottom: 0;}#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-input-button { width:15.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-checkbox-label { width:14.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk  { width:15.5rem;height:auto;top:20.25rem;left:0.6875rem; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .radio-container { width:15.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk {display:block;}#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk { width:15.5rem;height:auto;top:20.25rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #ihso1EdAfK7PfEFCIZVX6V1O7uTgZk2o {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #dL78uxVDNQHT7rpnPVUJXKvl1eUKKO3m {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #rVrVqcoIMaBfmVT8Gkz3M0gQAGCJww2I {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #a7b2mKqmNyUQcVQwcoEvK6IHmSk1wBMy {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #s3gLu9TLHCOMv7Hi8cfzgvNmsv4EP5gK {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #HVsqHZ55iTh6TMaV3pq4ukbLVqqX4klm {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #Vb6FRV3xdtNM4H6iFBooOUJM5DI9GptN {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #OAcHvAVgyU9hxVLKBDoScXHsioMTmBWq {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #DNzoHJcBSn8ZQMhmIezC0DNMFl80l1UT {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #U8gKFzo4EtCKeqTFZyb7RMTIh6sLVARp {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #mxeTqUkJDREb4nIqTictgh38kDB26gX8 {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #MouDcqiN6bMdFQ07KnEQeJhXSnDavcF5 {  }
 }@media only screen and (max-width: 763px) { #OO9MDOQokbuMoJkRWlWrAmXEHuqwdMvG { display:block; }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #cToeNzTVBPtEgQZGIw6zRP7h9bPnopX7 {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #zw7LNOvh4FaACLbW2kWfKy62lAuoaTLJ {  }
 }@media only screen and (max-width: 763px) { #uDHmzMUpb9ipe5vv2eAvBJ8nl4s73zcw { width:6.25rem;height:6.25rem;top:11.75rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUs9Apcoy90IB0Apo3hslsyRGbxWp3SL { width:5.56206875rem;height:3.1510375rem;top:13.3125rem;left:6.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pShgekOIHnqEBcI3gDud11kxTpAtvC3a { width:1.25rem;height:1.25rem;top:6rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozDkb49G8greBVcZpuIl57EKHtf4ryNQ { width:7.874375rem;height:2.8125rem;top:9.5rem;left:0rem;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #xwP2kIcI67SH7c6ZZkf8Ns5vTXGJ7tZl { width:12.5rem;height:1.462675rem;top:7.4375rem;left:4.5rem;font-size:1.125rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #WbhRUHKWrMlTlc7uNKTKXmVtSA0aSrIC { width:7.6248125rem;height:2.87435rem;top:10rem;left:12.375rem;z-index:100097;display:block; }
 }@media only screen and (max-width: 763px) { #tmGE4wi1eIuFIQl3v82M6m65KZJi335B { width:20rem;height:4.87413125rem;top:0.63151037693025rem;left:0rem;font-size:0.9375rem;z-index:100006;color:#ffffff;font-family:"br font n-day";font-weight:400;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr { display:block; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm { display:block; }#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm > .row .container { width:20rem;height:60rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hPLlr7Lz6UIiNPOuyHPuqtwt4PNQii1H { width:20rem;height:2.76041875rem;top:0.205078125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WF700Vu2Ct120lZTTrbRWMSLgH2CbtGv { width:15.625rem;height:0;top:0rem;left:2.15625rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #QIOEW2oEJ7Ismvu6EKwS0pQgQTtmF1VX { width:19.436875rem;height:12.833125rem;top:41.649521827697rem;left:0.34353297948838rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIA38b21P6vL63AsEacnT33cNItEzvNX { width:19.375rem;height:12.874375rem;top:22.839631557464rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAGvl5bTI65dp0FsqqGgv8iV8Alzdkv1 { width:19.375rem;height:12.8125rem;top:4.215496875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnCG7tAREf1dPp39OAfgzLLqMEr14hao { width:16.9998125rem;height:3.9388rem;top:17.998047828674rem;left:1.4995661377907rem;font-size:1.3125rem;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #FsEgbz4JLPHx0rePmxvpTEVdvwhrtdeC { width:16.9998125rem;height:3.9388rem;top:36.936850547791rem;left:1.4995661377907rem;font-size:1.3125rem;z-index:100011;display:block; }
 }@media only screen and (max-width: 763px) { #JHUVDvzC5WShquiQvydTssZoHxXDtWLn { width:16.9998125rem;height:1.9694rem;top:56.250001907349rem;left:1.4995661377907rem;font-size:1.3125rem;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #BWAVEv7Rr1bok6BPJRu4xS5n2NJF5FMh { display:none; }#BWAVEv7Rr1bok6BPJRu4xS5n2NJF5FMh > .row .container { width:20rem;height:56.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XxuR67rJmlHku0TafHHdTauEJbnxC3VS { width:18.75rem;height:11.0625rem;top:6.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r13nNywpC3PZ2bn4KGPdRi24zKc9nfCv { width:17rem;height:1.50065rem;top:11.1875rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuEAZgg7Oow3i1bnou0trUMNNOZm99TV { width:18.75rem;height:11.0625rem;top:25.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dv6WxJmEdyXXafCEgG6yf5WkZaoBETDu { width:17rem;height:3.0013rem;top:30.375rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gabAVL3LSDEt7wQBryLhhuOiKpLrMiyK { width:18.75rem;height:11.0625rem;top:44.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1ASFlt4ysJffPw0xEgHC1pWvki8TH8U { width:17rem;height:1.50065rem;top:49.375rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S76duc8sf7QQAtL17K5G0nVlcxD3wTHT { width:4rem;height:7.75rem;top:38.5625rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #tURTzx22TOcWylZAJO06xqeZHoeWrOqo { display:block; }#tURTzx22TOcWylZAJO06xqeZHoeWrOqo > .row .container { width:20rem;height:31.875213623047rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ceyTHpxOCcRGfSoLTVNxaUUllOWmixr4 { width:20rem;height:2.59874375rem;top:1.4375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #iEQMwTugGW6SalfH5w9cBQg7Da0FWTZN { width:18.75rem;height:12.4370625rem;top:24.962024211884rem;left:0.62500005960463rem;display:none; }
 }@media only screen and (max-width: 763px) { #iZTtcK4r5uQwJFtLTdo4NhWJhOxq3W3S { width:11.749125rem;height:9.749375rem;top:4.9186210632324rem;left:8.2508688569069rem;display:none; }
 }@media only screen and (max-width: 763px) { #dWJ4y9RPdmiqIRHyZ3PdaJ0dZmTL9ZIc { width:20rem;height:13.125rem;top:5.3103332519531rem;left:5.9604644775391E-8rem;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #JfK7IJDfaqtObI5dWK9r20wAcWZkGm4n { width:8.75rem;height:2.68555rem;top:29.250218391419rem;left:5.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVSKDgqbqQKKUmnnF9hwVPQLncAx8hTD { display:block; }
 }@media only screen and (max-width: 763px) { #J6mrcVUCf0sVz0BOW9AzLxNK6ciM69E6 { width:18.311625rem;height:4.87305rem;top:18.93337726593rem;left:0.84418410062787rem;font-size:1.25rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #izxPyQnAvHRo10mqC6WS8K7U2zcZU8l0 { width:12.5rem;height:1.462675rem;top:23.9375rem;left:4.5625rem;font-size:1.125rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);z-index:100098;display:block; }
 }@media only screen and (max-width: 763px) { #nttp9oCkynUULTiGbwKxRJtVAOLHhDou { width:7.874375rem;height:2.8125rem;top:25.998265266419rem;left:1.8109808564186rem;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:100099;display:block; }
 }@media only screen and (max-width: 763px) { #RZh430pKpVIcG91xBUSJmkHoIhGpKMHk { width:7.6248125rem;height:2.87435rem;top:25.967883110046rem;left:10.811632215977rem;z-index:100100;display:block; }
 }@media only screen and (max-width: 763px) { #SbRkNQ5aPC9HeLKFsNas9BefTrlkRaN0 { display:block; }#SbRkNQ5aPC9HeLKFsNas9BefTrlkRaN0 > .row .container { width:20rem;height:819.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aLXwNyQiarBcp1K8yyPD9Mw336m3dH0W { width:15.1248125rem;height:13.8748125rem;top:31.880426406861rem;left:2.3111980557442rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#aLXwNyQiarBcp1K8yyPD9Mw336m3dH0W.adaptive-delivery-prevent-bg, #aLXwNyQiarBcp1K8yyPD9Mw336m3dH0W.lazyload, #aLXwNyQiarBcp1K8yyPD9Mw336m3dH0W.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #nCLhmMebpATBmSMi62VUBMIezIVtxP4t { width:8.75rem;height:2.6875rem;top:43.249786376953rem;left:5.7821197509766rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBcmrJbyycdad8EVSiMSTB3Av1orTc4V { display:block; }
 }@media only screen and (max-width: 763px) { #bsE2g6bCC5RDytwCzCnqXf4To9VSLPva { width:15.0625rem;height:13.8125rem;top:16.5625rem;left:2.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#bsE2g6bCC5RDytwCzCnqXf4To9VSLPva.adaptive-delivery-prevent-bg, #bsE2g6bCC5RDytwCzCnqXf4To9VSLPva.lazyload, #bsE2g6bCC5RDytwCzCnqXf4To9VSLPva.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #DPKbPn4LHoV1EHT8XTAx4ZiTOP9fXTNf { width:8.75rem;height:2.6875rem;top:27.9375rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTNypTzmTppgmVwo4pT9qpAZQw3ZC6lZ { display:block; }
 }@media only screen and (max-width: 763px) { #brNvRlbf91PN2sS6KSooLDPUNRkA5tra { width:15.0625rem;height:13.8125rem;top:1.25rem;left:2.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#brNvRlbf91PN2sS6KSooLDPUNRkA5tra.adaptive-delivery-prevent-bg, #brNvRlbf91PN2sS6KSooLDPUNRkA5tra.lazyload, #brNvRlbf91PN2sS6KSooLDPUNRkA5tra.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #dWTtP8KL2NOTpdpNUHw8EAOhODTiF69c { width:8.75rem;height:2.6875rem;top:12.625rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQNHctLKpB5TM99lS4Q5w3g1GxIZ8gDq { display:block; }
 }@media only screen and (max-width: 763px) { #ug45MMP8F5LVzsI8xDdf7oTCCPDOmTM1 { width:15rem;height:12.9375rem;top:25.763541221619rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NroqooIsy8GLGeMqHp536d4F4KKkSIGr { width:15.0625rem;height:13.8125rem;top:47.249380657349rem;left:2.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#NroqooIsy8GLGeMqHp536d4F4KKkSIGr.adaptive-delivery-prevent-bg, #NroqooIsy8GLGeMqHp536d4F4KKkSIGr.lazyload, #NroqooIsy8GLGeMqHp536d4F4KKkSIGr.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #zxBMrbEe7t8PGA4ZQvCkhBuPZSxcpRl9 { width:8.75rem;height:2.6875rem;top:58.624380657349rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhzmFNheqpAke0RsSxnwxubTGzpU5RO4 { display:block; }
 }@media only screen and (max-width: 763px) { #sMUStb26ODDP6il7tmfHLdp74IX8mkJu { width:15.0625rem;height:13.8125rem;top:62.56188065735rem;left:2.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#sMUStb26ODDP6il7tmfHLdp74IX8mkJu.adaptive-delivery-prevent-bg, #sMUStb26ODDP6il7tmfHLdp74IX8mkJu.lazyload, #sMUStb26ODDP6il7tmfHLdp74IX8mkJu.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #oP7b2Wc5JWtK7kL4z4yzoCdvLZd3zP9G { width:8.75rem;height:2.6875rem;top:73.93688065735rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #idxlTTdRcKXfA0ntSgWXmOdNnGBBBvwK { display:block; }
 }@media only screen and (max-width: 763px) { #HtgtFd06GpKJHWbWcTALnkvBTxkUEJGy { width:15.0625rem;height:13.8125rem;top:77.87438065735rem;left:2.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#HtgtFd06GpKJHWbWcTALnkvBTxkUEJGy.adaptive-delivery-prevent-bg, #HtgtFd06GpKJHWbWcTALnkvBTxkUEJGy.lazyload, #HtgtFd06GpKJHWbWcTALnkvBTxkUEJGy.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #qcw4bTLiKval2AxH2ZXxuATHUfOIpBWs { width:8.75rem;height:2.6875rem;top:89.24938065735rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVhnGbty5qVLuLhqTRT3QNTA3CWBx7o7 { display:block; }
 }@media only screen and (max-width: 763px) { #UuTZAv3ia8qbX7PSq7BTh9UdSkDVEAWD { width:15.0625rem;height:13.8125rem;top:93.18688065735rem;left:2.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#UuTZAv3ia8qbX7PSq7BTh9UdSkDVEAWD.adaptive-delivery-prevent-bg, #UuTZAv3ia8qbX7PSq7BTh9UdSkDVEAWD.lazyload, #UuTZAv3ia8qbX7PSq7BTh9UdSkDVEAWD.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #gpSrQeAnNT9hE9tQhntmhtNwZRpFVTRa { width:8.75rem;height:2.6875rem;top:104.56188065735rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4CF0qKBXXusMN1zyUK8XdMwu9v6Brp7 { display:block; }
 }@media only screen and (max-width: 763px) { #aJfGzzJzCTbTU0H6qnD9EHfpiTFuOtfv { width:15.0625rem;height:13.8125rem;top:108.49938065735rem;left:2.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#aJfGzzJzCTbTU0H6qnD9EHfpiTFuOtfv.adaptive-delivery-prevent-bg, #aJfGzzJzCTbTU0H6qnD9EHfpiTFuOtfv.lazyload, #aJfGzzJzCTbTU0H6qnD9EHfpiTFuOtfv.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #B4s1OWCOeaDP0u1ziiFS1J9298JfVcFx { width:8.75rem;height:2.6875rem;top:119.87438065735rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9ns3RXiQEc0oGElfAr6f4NwHaXzLGT0 { display:block; }
 }@media only screen and (max-width: 763px) { #wv0TLyW7wUvs5Lot39uRs1Pz8X98Pkcm { width:15.0625rem;height:13.8125rem;top:123.81188065735rem;left:2.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#wv0TLyW7wUvs5Lot39uRs1Pz8X98Pkcm.adaptive-delivery-prevent-bg, #wv0TLyW7wUvs5Lot39uRs1Pz8X98Pkcm.lazyload, #wv0TLyW7wUvs5Lot39uRs1Pz8X98Pkcm.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #hy3ns2Vdg3Vidfl80WXhreWN82I3wPGk { width:8.75rem;height:2.6875rem;top:135.18688065735rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLhmMyl72zMir47VNn2lC7bTlDLUKAUu { display:block; }
 }@media only screen and (max-width: 763px) { #gs543XqziJPex67ia56iLz7TDbfzudeA { width:15.0625rem;height:13.8125rem;top:139.12438065735rem;left:2.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#gs543XqziJPex67ia56iLz7TDbfzudeA.adaptive-delivery-prevent-bg, #gs543XqziJPex67ia56iLz7TDbfzudeA.lazyload, #gs543XqziJPex67ia56iLz7TDbfzudeA.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #IxAi00J0nqnphsU3GqVt6fT9knpTTBTK { width:8.75rem;height:2.6875rem;top:150.49938065735rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3bQMcD5zk4MevvXGLNTF6Q3LK5epVaQ { display:block; }
 }@media only screen and (max-width: 763px) { #bSQbRJbyV2r5rxsgZq12y4b45Ktncynw { width:15.0625rem;height:13.8125rem;top:154.43688065735rem;left:2.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#bSQbRJbyV2r5rxsgZq12y4b45Ktncynw.adaptive-delivery-prevent-bg, #bSQbRJbyV2r5rxsgZq12y4b45Ktncynw.lazyload, #bSQbRJbyV2r5rxsgZq12y4b45Ktncynw.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #FlbDnTFLGS0ccI7hee3T2wpcKHVgbdS9 { width:8.75rem;height:2.6875rem;top:165.81188065735rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5Ur91aJZP1ivZRgK5VLHgDWQdQoGQep { display:block; }
 }@media only screen and (max-width: 763px) { #DBZbXtw2f3LCtmwQ68c0aMxkkmDLhKI9 { width:15.0625rem;height:13.8125rem;top:169.74938065735rem;left:2.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#DBZbXtw2f3LCtmwQ68c0aMxkkmDLhKI9.adaptive-delivery-prevent-bg, #DBZbXtw2f3LCtmwQ68c0aMxkkmDLhKI9.lazyload, #DBZbXtw2f3LCtmwQ68c0aMxkkmDLhKI9.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #TrFoCVvnr1SyqCtU4KOnPnaB1rScHpXw { width:8.75rem;height:2.6875rem;top:181.12438065735rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lASfe1LmCWcNfRGRaADUhXOowTLmIBLZ { display:block; }
 }@media only screen and (max-width: 763px) { #o6dzVows7QX5q12zrXsdfdBTt0AoTPgs { width:15.0625rem;height:13.8125rem;top:185.06188065735rem;left:2.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#o6dzVows7QX5q12zrXsdfdBTt0AoTPgs.adaptive-delivery-prevent-bg, #o6dzVows7QX5q12zrXsdfdBTt0AoTPgs.lazyload, #o6dzVows7QX5q12zrXsdfdBTt0AoTPgs.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #vTIs48cncWnx8Z9dDhIBiQcSNVyVddNE { width:8.75rem;height:2.6875rem;top:196.43688065735rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #duTbCUlHU1tpZJxDF1HB4T5vfQLaESUf { display:block; }
 }@media only screen and (max-width: 763px) { #r6idPorMfUlDoMNaCWLbpAfvgqM8SwZu { width:15.0625rem;height:13.8125rem;top:200.37438065735rem;left:2.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#r6idPorMfUlDoMNaCWLbpAfvgqM8SwZu.adaptive-delivery-prevent-bg, #r6idPorMfUlDoMNaCWLbpAfvgqM8SwZu.lazyload, #r6idPorMfUlDoMNaCWLbpAfvgqM8SwZu.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ppkH5TOSxQHE6efUtGRILSLglIg1ukUG { width:8.75rem;height:2.6875rem;top:211.74938065735rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTNSm1UL9GRRXP7P3u0MHh7LsXP3bnEa { display:block; }
 }@media only screen and (max-width: 763px) { #VJocGXoBRwnTrbVJTTAink3pkJ1JTI9l { width:15.0625rem;height:13.8125rem;top:215.68688065735rem;left:2.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#VJocGXoBRwnTrbVJTTAink3pkJ1JTI9l.adaptive-delivery-prevent-bg, #VJocGXoBRwnTrbVJTTAink3pkJ1JTI9l.lazyload, #VJocGXoBRwnTrbVJTTAink3pkJ1JTI9l.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #I2yezznDkDznmKF768LyJMZOuZq3WIcf { width:8.75rem;height:2.6875rem;top:227.06188065735rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWoycRo5uGy0NtXwTaJPtHlNg5kqasov { display:block; }
 }@media only screen and (max-width: 763px) { #CXk1NAu6pvosHUnKID0Tb7anADzvpPt3 { width:20rem;height:17.297045670918rem;top:208.43532276154rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9GcJoTCEkDQhPFJUmr7NRbhkk7aNT5D { width:12.5rem;height:3.8997375rem;top:5.4375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGo9n5MAGb8vDkZHU4pewTsHqAfw3qgr { width:12.5rem;height:1.8684875rem;top:2.4375rem;left:3.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cg3z9E49MfzLdXR8uBib1ZJk2AWRxCTK { width:12.5rem;height:1.7068125rem;top:10rem;left:3.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPUVn5d4Mi7nnS7GIooKc6X4y6wdtMog { width:12.5rem;height:1.7068125rem;top:25rem;left:3.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToFHNGuQ8L3CfCyIdskvhIFE04OV7P5S { width:13.2498125rem;height:2.2721375rem;top:21.812072753906rem;left:3.3745661377907rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSXkTD0GCnAn0C8uBlrMdGrn0gx1hLtf { width:12.5rem;height:1.8684875rem;top:18.375rem;left:3.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gnpcm1raKuDP0OCgc5fHFbOHKuawpWwS { width:12.5rem;height:1.8684875rem;top:32.380643844604rem;left:3.7500000596046rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruvaF1QWPHaOcSF1ZL6G6vhsGqAiqNtp { width:13.2498125rem;height:3.40820625rem;top:37.049906626344rem;left:3.3745661377907rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUG0iDh4gSui08bzzQ2VzmOabZZffPGk { width:12.5rem;height:1.7068125rem;top:40.6875rem;left:3.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RusOnmlIDD40ZnKxJKG6nFimNwdJ3Gaw { width:13.2498125rem;height:1.13606875rem;top:20.119359970092rem;left:3.3120661377907rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlxEG9gkLEeP2h9Kav9PXrSTrAbdtRwq { width:13.2498125rem;height:1.13606875rem;top:34.178604125976rem;left:3.3745661377907rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3Sdl50fot9DmNHTsDtRZlMP4OrVzbCq { width:12.5rem;height:1.8684875rem;top:48.748915672303rem;left:3.7500000596046rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #unPZnATRxos00LJCvRTwz3JkWzd6W8cs { width:12.5rem;height:2.599825rem;top:52.311203852296rem;left:3.7500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSTNlTxEEKdJkbslgwnaEauk0Dl3bZQ7 { width:12.5rem;height:1.7068125rem;top:56.25rem;left:3.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nR1MPTJde2AJ3p9TKfyyNRoltXXIApna { width:13.2498125rem;height:1.13606875rem;top:50.615235328674rem;left:3.3745661377907rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTUneZ4QCEyyLBNUFe50XEs54tz2dn26 { width:12.5rem;height:1.7068125rem;top:71.8125rem;left:3.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNh4Ar1vMmZK1yQWKHrbyxUxTs4BpVMI { width:12.5rem;height:2.599825rem;top:68.0625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnFDLxN4QufdnQ5duFUXeeP47ooK2z8F { width:12.5rem;height:1.8684875rem;top:63.75rem;left:3.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrptH9QrWxda0Z7RZS5Mh1J2iggRehKf { width:13.2498125rem;height:1.13606875rem;top:65.6875rem;left:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tod0FzzrTToTwL3sXQZd8P2J5G4FbsTQ { width:12.5rem;height:1.8684875rem;top:79.375rem;left:3.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p45m56sIrJAw6yu4Woz9zQFBek64gp6Z { width:13.2498125rem;height:1.13606875rem;top:81.1875rem;left:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBDUZzhFEBkIJLt9rUzPqmTLatBOBZKl { width:12.5rem;height:1.2999125rem;top:83.5625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGraug423NorMgGIWKWvbMPG29ocSkEu { width:12.5rem;height:1.7068125rem;top:86.125rem;left:3.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufVV3XBvc57UlfhOAKqbxo8JOzBt1NW6 { width:12.5rem;height:1.8684875rem;top:109.1875rem;left:3.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhuOgBuAxlFHWeemIyVWV35t3WBEiVi9 { width:13.2498125rem;height:1.13606875rem;top:111rem;left:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #deGtp3f39uEupewd2rrPudBvzSEwPMRG { width:12.5rem;height:3.65559375rem;top:113.375rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcRH77lJ2EAgV0R0QUN1DJEXXiWTPEPC { width:12.5rem;height:1.7068125rem;top:117.9375rem;left:3.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w15hJu7Xn1tJvioOkF49pizTZaxidMZz { width:12.5rem;height:1.7068125rem;top:93.875rem;left:3.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLR6c9SRa78wbqaUUmfDDNZDxpyTdyLS { width:12.5rem;height:4.87413125rem;top:96.373699188231rem;left:3.7500000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #npvh7SqCFckPa0vlkK5s2qBQsTZ2aIGL { width:12.5rem;height:1.7068125rem;top:102.37413406372rem;left:3.7500000596046rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMI5UrFe7WAgepiQXtOm563favxEuOzP { width:12.5rem;height:1.7068125rem;top:125.75rem;left:3.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PD07bEuJHuiTW8ldxJGhzOH2t1dZuIqi { width:12.5rem;height:2.43706875rem;top:128.6875rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNzefvETzHVbIXc5Mgfn66JuGEOxhfEQ { width:12.5rem;height:1.7068125rem;top:132.375rem;left:3.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqsk6OOsOZ3oMUMOZteCVb1q6DDBOMfJ { width:12.5rem;height:1.7068125rem;top:139.875rem;left:3.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2vOGa0h55s8Rn616VmL7cQcU7AZEtoN { width:12.5rem;height:4.544275rem;top:142.8125rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSyg91H32Eih2UlXRTSBXXOKGaxD69sT { width:12.5rem;height:1.7068125rem;top:148.625rem;left:3.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHE4sw5S2omW9MDbksWeKNIlLeuAbGTe { width:13.2498125rem;height:2.92535rem;top:170.625rem;left:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqGWZuhkaspCNO1k6kvMc9uTTOTn3dtZ { width:12.5rem;height:3.40820625rem;top:174.5625rem;left:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQdng0Eb28TfgEMP4heGmBcNdxTEiRDc { width:12.5rem;height:1.7068125rem;top:178.75rem;left:3.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgi6tBwCNFq380ZeLIzL60tFfHaTm4bq { width:13.2498125rem;height:2.92535rem;top:155.3125rem;left:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECy6RalboCD5fhzyeBAsWwCf95fRPiZl { width:12.5rem;height:3.40820625rem;top:159.24913978577rem;left:3.7500000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kphWT08Vmg6ZxygnpVczMDddmhGC7oHe { width:12.5rem;height:1.7068125rem;top:163.80036449433rem;left:3.7500000596046rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kH14oi0bp3apPxDCZ887PLdcN22maaKi { width:15.0625rem;height:13.8125rem;top:231.875rem;left:2.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#kH14oi0bp3apPxDCZ887PLdcN22maaKi.adaptive-delivery-prevent-bg, #kH14oi0bp3apPxDCZ887PLdcN22maaKi.lazyload, #kH14oi0bp3apPxDCZ887PLdcN22maaKi.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #LrvC6k9eur2QalgtgG5xGOcDvrFxWO7x { width:8.75rem;height:2.6875rem;top:243.25rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmRqT7ZU5GTh0CQzuOfkdRGb9T3qM09t { display:block; }
 }@media only screen and (max-width: 763px) { #pMKDMT6ARLDuxE72F8DTHZGuOhfUURfn { width:20rem;height:17.296rem;top:249.74935573339rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSFMbIKx9DXmlhLFhoFGU5WUfSe0eUxF { width:15.0625rem;height:13.8125rem;top:247.1875rem;left:2.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#sSFMbIKx9DXmlhLFhoFGU5WUfSe0eUxF.adaptive-delivery-prevent-bg, #sSFMbIKx9DXmlhLFhoFGU5WUfSe0eUxF.lazyload, #sSFMbIKx9DXmlhLFhoFGU5WUfSe0eUxF.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #JScgRhGBWCSyudZorRMgFABVWUX2AXhH { width:8.75rem;height:2.6875rem;top:258.5625rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQX7eh66bgv9gPcFHXq5OTDlDtKDTHqU { display:block; }
 }@media only screen and (max-width: 763px) { #Iewpxb9porRvmqrm8ZD1EhVwWW3VUmaJ { width:15.0625rem;height:13.8125rem;top:263rem;left:2.5rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#Iewpxb9porRvmqrm8ZD1EhVwWW3VUmaJ.adaptive-delivery-prevent-bg, #Iewpxb9porRvmqrm8ZD1EhVwWW3VUmaJ.lazyload, #Iewpxb9porRvmqrm8ZD1EhVwWW3VUmaJ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #sGRzPLnLP66KiLsZ9Xc9LuIRu246Fybc { width:8.75rem;height:2.6875rem;top:274.375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoXTqHN8FlZSPfTMu5TJNhEtI5oT0hIV { display:block; }
 }@media only screen and (max-width: 763px) { #GM0qKCtm9tJSOQ385fyA2bJWOtAeCNqD { width:15.0625rem;height:13.8125rem;top:278.3125rem;left:2.5rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#GM0qKCtm9tJSOQ385fyA2bJWOtAeCNqD.adaptive-delivery-prevent-bg, #GM0qKCtm9tJSOQ385fyA2bJWOtAeCNqD.lazyload, #GM0qKCtm9tJSOQ385fyA2bJWOtAeCNqD.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #K1N99dZW2kOWU1GvdRbgB7IyvzXkNB3I { width:8.75rem;height:2.6875rem;top:289.6875rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKHcwdTELTlCJHxekToCTTlNoF2JJIfK { display:block; }
 }@media only screen and (max-width: 763px) { #AMdg3VwPQdQHOnFirN9SQQA8H0yVeLN1 { width:15.0625rem;height:13.8125rem;top:293.625rem;left:2.5rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#AMdg3VwPQdQHOnFirN9SQQA8H0yVeLN1.adaptive-delivery-prevent-bg, #AMdg3VwPQdQHOnFirN9SQQA8H0yVeLN1.lazyload, #AMdg3VwPQdQHOnFirN9SQQA8H0yVeLN1.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #T6IwuZA8gE1EFdtIGXgcTaPqwOmS9Xvv { width:8.75rem;height:2.6875rem;top:305rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NagzZtJTkbPBUfK8WLHOVUkTledwghpb { display:block; }
 }@media only screen and (max-width: 763px) { #P6ugi3pLL5nZiRTwUQBwwqsl4dupMocb { width:15.0625rem;height:13.8125rem;top:308.9375rem;left:2.5rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#P6ugi3pLL5nZiRTwUQBwwqsl4dupMocb.adaptive-delivery-prevent-bg, #P6ugi3pLL5nZiRTwUQBwwqsl4dupMocb.lazyload, #P6ugi3pLL5nZiRTwUQBwwqsl4dupMocb.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Z9UZPq56U8Jdn5daZ2yd90wcGc0zUqUM { width:8.75rem;height:2.6875rem;top:320.3125rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIZeKC291yJtqcgJzxD1MeA70gLQfVCq { display:block; }
 }@media only screen and (max-width: 763px) { #T6ptI0s4E8dPEa465gvqJ38xMZT1SDXg { width:12.5rem;height:1.62435rem;top:186.5625rem;left:3.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #whHCZU7UyeQmlNE5HmfLZQmy0cUgN1EU { width:12.5rem;height:3.40820625rem;top:189.4375rem;left:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScMP8zgB9b6tBOva3QX9AJeOsX6hp78u { width:12.5rem;height:1.7068125rem;top:194.125rem;left:3.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6fNpFd3TF1gItklQdN0F1pCBlnUwdUs { width:12.5rem;height:1.8684875rem;top:217.75rem;left:3.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhB6oAhHcFKyRfo9XfAr1NsBnvF7um3r { width:12.5rem;height:1.62435rem;top:221.25rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfw0ngslrJCL0D1vP7nBVKyJ3HKl1EEv { width:12.5rem;height:1.7068125rem;top:224.3125rem;left:3.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAWcTTkRKXKEKQxZXSHvpbZThXrphKMF { width:12.5rem;height:1.8684875rem;top:201.5625rem;left:3.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxDUlB4AHOrHxaLTgRvkMpdTB74nOp9b { width:12.5rem;height:1.62435rem;top:205.49914169311rem;left:3.7500000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVOJ5QRkbJJFiHNTplgSaacF65S6RDKs { width:12.5rem;height:1.7068125rem;top:208.93664169311rem;left:3.7500000596046rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xr7JgImx5nOHXiSJQQifcvgdlUWxtk3C { width:12.5rem;height:1.7068125rem;top:234.0625rem;left:3.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdAMaOgCCShTrKBMLN2CCDivbJNasFfc { width:12.5rem;height:1.62435rem;top:237rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQyCn7Ne7cV2gWC8HKeJ0DUMlJUE0FFv { width:12.5rem;height:1.7068125rem;top:239.875rem;left:3.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ininmvbPObRNtVq3p3H2xTzL6vf0vwwu { width:12.5rem;height:1.7068125rem;top:280.4375rem;left:3.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3Hh9ofTb6MXtCUlzTqTNMSer6XNREsD { width:12.5rem;height:1.62435rem;top:283.125rem;left:3.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEByKyqCkZF76AMHiiDTnb4oEImJDVOf { width:12.5rem;height:1.7068125rem;top:286.3125rem;left:3.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwvDVibpDsX9NW6ixdtFeGX2L7SV4n5s { width:12.5rem;height:1.7068125rem;top:263.8125rem;left:3.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7h8S3fk7iVThglFxHsdbV1kCleexdf2 { width:12.5rem;height:1.62435rem;top:267.375rem;left:3.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nz9uunLZzwzlcfSfBu4UIrdTmJeJCK5d { width:12.5rem;height:1.7068125rem;top:271.75rem;left:3.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKmgCnVBvc9C3PqdUAF1w9hdBa0edvA2 { width:15.0625rem;height:13.8125rem;top:324.5625rem;left:2.4375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#rKmgCnVBvc9C3PqdUAF1w9hdBa0edvA2.adaptive-delivery-prevent-bg, #rKmgCnVBvc9C3PqdUAF1w9hdBa0edvA2.lazyload, #rKmgCnVBvc9C3PqdUAF1w9hdBa0edvA2.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #w4PtDU7fPNpy2ErOiFnMhHH4ImZ7fC2b { width:8.75rem;height:2.6875rem;top:335.9375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nA0yphCSyWFFlMPCOI0LxkDUQKTA4wdd { display:block; }
 }@media only screen and (max-width: 763px) { #XbI0PWo7uBayTz7M9B0WEGEpMKnP3iAF { width:15.0625rem;height:13.8125rem;top:339.875rem;left:2.4375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#XbI0PWo7uBayTz7M9B0WEGEpMKnP3iAF.adaptive-delivery-prevent-bg, #XbI0PWo7uBayTz7M9B0WEGEpMKnP3iAF.lazyload, #XbI0PWo7uBayTz7M9B0WEGEpMKnP3iAF.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #TWHH4m8bJIkM7xMZCcRR1Q98fEwRbiMq { width:8.75rem;height:2.6875rem;top:351.25rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzF3RNSvhRnsCxAqp4EhlaBTqDErgErP { display:block; }
 }@media only screen and (max-width: 763px) { #UEqFBF2sQHnTJfw2lkQJKu3cSnzeUW6u { width:15.0625rem;height:13.8125rem;top:355.1875rem;left:2.4375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#UEqFBF2sQHnTJfw2lkQJKu3cSnzeUW6u.adaptive-delivery-prevent-bg, #UEqFBF2sQHnTJfw2lkQJKu3cSnzeUW6u.lazyload, #UEqFBF2sQHnTJfw2lkQJKu3cSnzeUW6u.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #b1qFmXFz4BDwzDncSSdH3MJUPIOUWGb6 { width:8.75rem;height:2.6875rem;top:366.5625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfvvT9hwsvop2QtTLwkaiLkG7huBvbI0 { display:block; }
 }@media only screen and (max-width: 763px) { #CxBqx0xTkIwFKTIgAm7uFepQZXA2J8h9 { width:15.0625rem;height:13.8125rem;top:370.5rem;left:2.4375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#CxBqx0xTkIwFKTIgAm7uFepQZXA2J8h9.adaptive-delivery-prevent-bg, #CxBqx0xTkIwFKTIgAm7uFepQZXA2J8h9.lazyload, #CxBqx0xTkIwFKTIgAm7uFepQZXA2J8h9.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #EPPTKysmadpPlQ5F8J7cSQrMweLcqobs { width:8.75rem;height:2.6875rem;top:381.875rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DR3bVzXzTeEyIGrKTMhhDm2fXtX7Dctz { display:block; }
 }@media only screen and (max-width: 763px) { #msS8EVl2RfPnXalIPyzB9UcNzWzG7Mmm { width:15.0625rem;height:13.8125rem;top:385.8125rem;left:2.4375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#msS8EVl2RfPnXalIPyzB9UcNzWzG7Mmm.adaptive-delivery-prevent-bg, #msS8EVl2RfPnXalIPyzB9UcNzWzG7Mmm.lazyload, #msS8EVl2RfPnXalIPyzB9UcNzWzG7Mmm.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #kof2EI2U7ADdOSvCTJQBgeBTGFJqJZIo { width:8.75rem;height:2.6875rem;top:397.1875rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Llrffz28plvM6Q55X1FgLNbC5CZB0Hkp { display:block; }
 }@media only screen and (max-width: 763px) { #KbyVKZmEVX0QtEXVCVZWTcJqESLVIZ4d { width:15.0625rem;height:13.8125rem;top:401.125rem;left:2.4375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#KbyVKZmEVX0QtEXVCVZWTcJqESLVIZ4d.adaptive-delivery-prevent-bg, #KbyVKZmEVX0QtEXVCVZWTcJqESLVIZ4d.lazyload, #KbyVKZmEVX0QtEXVCVZWTcJqESLVIZ4d.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #rgTIheXusx2KcTn9sbUEirqmElhQB9ck { width:8.75rem;height:2.6875rem;top:412.5rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLwDIxXWhJ9A76lrTGE9GHIMSSAb46LC { display:block; }
 }@media only screen and (max-width: 763px) { #WAx7vs5fdsiE2TbPWwXeLHQDzeNNTmLy { width:12.5rem;height:1.7068125rem;top:249.75rem;left:3.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QM5oEgT7In0ObKzhRvKvA4bTpDLSZrAg { width:12.5rem;height:1.62435rem;top:252.6875rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rr1mRugNBD5rLrDNJv29dJWy9epNhI4n { width:12.5rem;height:1.7068125rem;top:255.5625rem;left:3.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ae2LOIEfBP3Og7Cqc3DceNZGPTLq6JAP { width:12.5rem;height:1.7068125rem;top:296.125rem;left:3.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6rJimn1AMBpkHB1mmrPfCEAlq197CHh { width:12.5rem;height:1.62435rem;top:299.0625rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqRGV88tNBs0LTuFJzaaMCykGo5UTsz0 { width:12.5rem;height:1.7068125rem;top:301.9375rem;left:3.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5HG0yauF2yWTExpFPH4VNpOqNgqMwzh { width:12.5rem;height:1.7068125rem;top:311.3125rem;left:3.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwmfU5qz0G73CyLQoEViBL31Wqb392zX { width:12.5rem;height:1.62435rem;top:314.25rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVPUsSgP0O90UZXVIGwd1DpLvnpA3mCe { width:12.5rem;height:1.7068125rem;top:317.125rem;left:3.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCmRhVe57ukT17Q1PVbul393E7QG8dPS { width:12.5rem;height:1.7068125rem;top:342.625rem;left:3.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiIDt3lqWsyyvQ9uqyL8cNP97IwD1bbC { width:12.5rem;height:1.62435rem;top:345.0625rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eyi4ek9Izzi04lAe2iPKXJihTAtw7IgS { width:12.5rem;height:1.7068125rem;top:347.5625rem;left:3.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARETzvFhx23Dfn0XOEBy92e8LaNG3c6Q { width:12.5rem;height:2.92535rem;top:325.3125rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqBpbZxUbGqLLf8ziJTeFkb8mwFoLdMu { width:12.5rem;height:3.8997375rem;top:329.01802062988rem;left:3.7500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #scmfFZenEzz1GbCoXPn1OxrIHcWX9ubv { width:12.5rem;height:1.62435rem;top:333.74892234803rem;left:3.7500000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JP8fsuQO4PVKoD09FtpXGFBG8lk0lVBW { width:12.5rem;height:1.462675rem;top:356.5rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kwx4v4BF0SQ5Nd1ehBNvxAXd12cCXl2B { width:12.5rem;height:3.8997375rem;top:359.1875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6imNKZzp7G7ENA9MO0QNrR21RJSCHTT { width:12.5rem;height:1.62435rem;top:364.375rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXvzMw7LNrTvlAZxvKI8q2q69mB4wyPy { width:15.0625rem;height:13.8125rem;top:416.43666522465rem;left:2.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#FXvzMw7LNrTvlAZxvKI8q2q69mB4wyPy.adaptive-delivery-prevent-bg, #FXvzMw7LNrTvlAZxvKI8q2q69mB4wyPy.lazyload, #FXvzMw7LNrTvlAZxvKI8q2q69mB4wyPy.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #TTl02LCtDTzX36hTx5Ipt5LO9Sol4EGG { width:8.75rem;height:2.6875rem;top:427.81166522465rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAZOutTLdMgBlQPRqz1ytkTdsAVP3oeW { display:block; }
 }@media only screen and (max-width: 763px) { #FEyS57RCDtfd9rndebpnfyzRf9aGFWQG { width:15.0625rem;height:13.8125rem;top:431.74916522465rem;left:2.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#FEyS57RCDtfd9rndebpnfyzRf9aGFWQG.adaptive-delivery-prevent-bg, #FEyS57RCDtfd9rndebpnfyzRf9aGFWQG.lazyload, #FEyS57RCDtfd9rndebpnfyzRf9aGFWQG.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #i84tHLNlQOsU5DCL4piu6ieHVPfrsiD6 { width:8.75rem;height:2.6875rem;top:443.12416522465rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCMr2OaRQkWasvfKfm2SsuVaiPoyEZ7E { display:block; }
 }@media only screen and (max-width: 763px) { #HEubiAXWIV4OBPE8MKv7kT1IrXgiVJTu { width:15.0625rem;height:13.8125rem;top:447.06166522465rem;left:2.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#HEubiAXWIV4OBPE8MKv7kT1IrXgiVJTu.adaptive-delivery-prevent-bg, #HEubiAXWIV4OBPE8MKv7kT1IrXgiVJTu.lazyload, #HEubiAXWIV4OBPE8MKv7kT1IrXgiVJTu.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #UNIUlTu30xNsVWR39qtOhhbzoACLa7LJ { width:8.75rem;height:2.6875rem;top:458.43666522465rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgldXdMgyww8db4ZadJ91CtVCbQCRh3A { display:block; }
 }@media only screen and (max-width: 763px) { #KsRWwHGdFq7b16w4f6Of56WeBPcJrHkT { width:15.0625rem;height:13.8125rem;top:462.37416522465rem;left:2.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#KsRWwHGdFq7b16w4f6Of56WeBPcJrHkT.adaptive-delivery-prevent-bg, #KsRWwHGdFq7b16w4f6Of56WeBPcJrHkT.lazyload, #KsRWwHGdFq7b16w4f6Of56WeBPcJrHkT.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #DlUOVAtHuT8nvnAy9L7bSUbP71ISZQ5M { width:8.75rem;height:2.6875rem;top:473.74916522465rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9GgKEsidcegU6v1vsqgpA7CNCqtUBIb { display:block; }
 }@media only screen and (max-width: 763px) { #obKZtCMl5VfwUSTAz8oRVFUTTNJkHS4m { width:15.0625rem;height:13.8125rem;top:477.68666522465rem;left:2.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#obKZtCMl5VfwUSTAz8oRVFUTTNJkHS4m.adaptive-delivery-prevent-bg, #obKZtCMl5VfwUSTAz8oRVFUTTNJkHS4m.lazyload, #obKZtCMl5VfwUSTAz8oRVFUTTNJkHS4m.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ViRuqW8oeH3kOKLpozSpoJO5ZhdMupg2 { width:8.75rem;height:2.6875rem;top:489.06166522465rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifKcofKzO3Vipd9TI7H4fKz4B1ARL075 { display:block; }
 }@media only screen and (max-width: 763px) { #TnGgIXsDT4w87K6C0wIcTWLObxZEMFUP { width:15.0625rem;height:13.8125rem;top:492.99916522465rem;left:2.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#TnGgIXsDT4w87K6C0wIcTWLObxZEMFUP.adaptive-delivery-prevent-bg, #TnGgIXsDT4w87K6C0wIcTWLObxZEMFUP.lazyload, #TnGgIXsDT4w87K6C0wIcTWLObxZEMFUP.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #kHzQFkcTmu4DrTRcnhUp7ShgEZCLFrBG { width:8.75rem;height:2.6875rem;top:504.37416522465rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoBngUCFWP7oRs1TfSCETlknOvK2auwt { display:block; }
 }@media only screen and (max-width: 763px) { #hcFUm9iNGTCkV65fSz89KwsA8MRrxPzl { width:15.0625rem;height:13.8125rem;top:508.31166522465rem;left:2.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#hcFUm9iNGTCkV65fSz89KwsA8MRrxPzl.adaptive-delivery-prevent-bg, #hcFUm9iNGTCkV65fSz89KwsA8MRrxPzl.lazyload, #hcFUm9iNGTCkV65fSz89KwsA8MRrxPzl.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #nXGRLD09ucb9OJGno2yhf6QU4MHrEyHX { width:8.75rem;height:2.6875rem;top:519.68666522465rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nG1TLMkXi586o0AlGfPJB9w3TLHM3ghA { display:block; }
 }@media only screen and (max-width: 763px) { #y4U0l2qpxwkaXvgEJFdb4zr88dhFdBcd { width:15.0625rem;height:13.8125rem;top:523.62416522465rem;left:2.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#y4U0l2qpxwkaXvgEJFdb4zr88dhFdBcd.adaptive-delivery-prevent-bg, #y4U0l2qpxwkaXvgEJFdb4zr88dhFdBcd.lazyload, #y4U0l2qpxwkaXvgEJFdb4zr88dhFdBcd.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #oyKeXs8Ig7Lf0wCLyGpBOLRwmxvIMtz8 { width:8.75rem;height:2.6875rem;top:534.99916522465rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzOaL31Pe3MovQnP307qODc9ee6kRIud { display:block; }
 }@media only screen and (max-width: 763px) { #HUqHEdgkr3bahnMKFf5GmLVIf3FpkDBu { width:15.0625rem;height:13.8125rem;top:538.93666522465rem;left:2.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#HUqHEdgkr3bahnMKFf5GmLVIf3FpkDBu.adaptive-delivery-prevent-bg, #HUqHEdgkr3bahnMKFf5GmLVIf3FpkDBu.lazyload, #HUqHEdgkr3bahnMKFf5GmLVIf3FpkDBu.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #fk16SfE1b3flLEZRxKSl412wItdavxty { width:8.75rem;height:2.6875rem;top:550.31166522465rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxlneqKcmzZ7d4IIb36c0kR7sPiTHWCJ { display:block; }
 }@media only screen and (max-width: 763px) { #u8DvK8cclsPotxeriibqsoLvEbQL6dPe { width:12.5rem;height:1.462675rem;top:371.6875rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhIhgyNgJEA6p50QUbbF83Z2GGT2De3R { width:12.5rem;height:3.8997375rem;top:374.375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHfy0xIDrvo6dv0d41d8e8ZcVfXECV1e { width:12.5rem;height:1.62435rem;top:379.5625rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEfHl0UNrzO1UvWzFR2G5iaH6Gi0KMEb { width:12.5rem;height:1.2999125rem;top:391.5625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C16dvRpJOVG6Saxr65wOFGCHJrmzhe4s { width:12.5rem;height:1.462675rem;top:388.875rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7KuvMvOtQfiEtJVKbKbuowGAEkLfkHr { width:12.5rem;height:1.62435rem;top:394.125rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlP6Km1nSlWawIbNlfOt76fgvPun1rSq { width:12.5rem;height:2.92535rem;top:402.75rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkHET7C793XEJpaQDlpLmhFnMS0G0fXw { width:12.5rem;height:1.2999125rem;top:406.9375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoQoDSInaO7uzuBMLOLDTf7XRLc62dmu { width:12.5rem;height:1.62435rem;top:409.5rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMxoH1AiCLcyZFL0J5nFFvNxtTJHzFrM { width:12.5rem;height:2.92535rem;top:418.25rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuViJEzadZyToiT2r8HTbUsBCdRwBeMm { width:12.5rem;height:1.2999125rem;top:422.4375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCMdrZpe8PP71plOuDxurgs7SorRyNtd { width:12.5rem;height:1.62435rem;top:425rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaNf6hxE7L74K4VgBeTuZqvdOkpc3NyN { width:12.5rem;height:4.38801875rem;top:433rem;left:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQggaqqAeSRzumGf7BEi2ENzc1MfZksH { width:13.186875rem;height:2.43706875rem;top:437.56079292297rem;left:3.4060330986977rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLXViR77Cn7hpx4uZIq3qJzgzlnBWOhD { width:12.5rem;height:1.62435rem;top:440.8125rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILAgoFzTfBsm7vLNeNUfCsxXTVDoqiK8 { width:12.5rem;height:2.92535rem;top:447.75rem;left:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zI0OB9vRgRD7My1dspQAhHQLaLXMNLyd { width:13.186875rem;height:3.6556rem;top:452.125rem;left:3.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7JQghlPhEN2UbcNCTpRwZDaV4QG6CLZ { width:12.5rem;height:1.62435rem;top:456.375rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eF6zBXgrJQ95oo25Jye9oPIr4i771e5R { width:12.5rem;height:2.92535rem;top:463.375rem;left:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNH6bHMHmRULQwKs5y9m3a12TTvCETXs { width:13.186875rem;height:3.6556rem;top:466.8125rem;left:3.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0sB3C3xINQMyGsw9kEAoxMFbbaPTzvv { width:12.5rem;height:1.62435rem;top:471.6875rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3i4Rf5JuuT6OnZnHCOB31uhaqyTyCos { width:12.5rem;height:2.92535rem;top:494.4375rem;left:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfT1hn5ryRQTI3r7d4tIe6KDms9wtxC2 { width:13.186875rem;height:2.43706875rem;top:498.5rem;left:3.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEb3ysTLFqGpVFBiSGZc7cW9iXuvz1rf { width:12.5rem;height:1.62435rem;top:501.9375rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5awGWFS7eW8byt3MfTyTSChSlvXgoh5 { width:12.5rem;height:2.92535rem;top:478.62416267395rem;left:3.7500000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziMLdlSe7PhmTJQse6u9VuViTf6cf3ll { width:13.186875rem;height:3.6556rem;top:482.88848686218rem;left:3.4060330986977rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgCg29W9NxPNxl8GetJazbqIN9IEIPbx { width:12.5rem;height:1.62435rem;top:487.31795692444rem;left:3.7500000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2kVLPCoaC5oKv6Kf6isoGhIsSl6V3Hu { width:15.0625rem;height:13.8125rem;top:554.5625rem;left:2.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#e2kVLPCoaC5oKv6Kf6isoGhIsSl6V3Hu.adaptive-delivery-prevent-bg, #e2kVLPCoaC5oKv6Kf6isoGhIsSl6V3Hu.lazyload, #e2kVLPCoaC5oKv6Kf6isoGhIsSl6V3Hu.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Xf7NQMO58WKrxpb5rQ8C8X5CNiZKoVoq { width:8.75rem;height:2.6875rem;top:565.9375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkkDJksezD01B9Ph6dwEmmOJTBTXwpBM { display:block; }
 }@media only screen and (max-width: 763px) { #mNHoW7aN1rZxtfGJfTJJTkB95imE4a3z { width:15.0625rem;height:13.8125rem;top:569.875rem;left:2.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#mNHoW7aN1rZxtfGJfTJJTkB95imE4a3z.adaptive-delivery-prevent-bg, #mNHoW7aN1rZxtfGJfTJJTkB95imE4a3z.lazyload, #mNHoW7aN1rZxtfGJfTJJTkB95imE4a3z.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #UinDm5cAQNBCtRU76Wb4ewEDcCNtpMKV { width:8.75rem;height:2.6875rem;top:581.25rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6CsXoSqAZVSF972peTbgZnQQKz3x78t { display:block; }
 }@media only screen and (max-width: 763px) { #eGRanZPgBi9p3qKg3uqMBBTztNgszvIJ { width:15.0625rem;height:13.8125rem;top:585.1875rem;left:2.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#eGRanZPgBi9p3qKg3uqMBBTztNgszvIJ.adaptive-delivery-prevent-bg, #eGRanZPgBi9p3qKg3uqMBBTztNgszvIJ.lazyload, #eGRanZPgBi9p3qKg3uqMBBTztNgszvIJ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #DVoNm9NoRTDvttEGIlT5KTcmZvOPJC9F { width:8.75rem;height:2.6875rem;top:596.5625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7eTaUup3TZenubJ4kg9VSwps48NNI2t { display:block; }
 }@media only screen and (max-width: 763px) { #ZGC5w7FHKHKTmCmhCapRygUdzGBLmEDp { width:15.0625rem;height:13.8125rem;top:600.5rem;left:2.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#ZGC5w7FHKHKTmCmhCapRygUdzGBLmEDp.adaptive-delivery-prevent-bg, #ZGC5w7FHKHKTmCmhCapRygUdzGBLmEDp.lazyload, #ZGC5w7FHKHKTmCmhCapRygUdzGBLmEDp.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #FWkuA77N7fd0nE7b9W1a4mwqGqzwFFkn { width:8.75rem;height:2.6875rem;top:611.875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvWd72zWvRpZlmgc0Q3VhXQttWTE8Vey { display:block; }
 }@media only screen and (max-width: 763px) { #Uedp25Q41dCqbBgr7B7a9l3r8mnFQiV2 { width:15.0625rem;height:13.8125rem;top:615.8125rem;left:2.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#Uedp25Q41dCqbBgr7B7a9l3r8mnFQiV2.adaptive-delivery-prevent-bg, #Uedp25Q41dCqbBgr7B7a9l3r8mnFQiV2.lazyload, #Uedp25Q41dCqbBgr7B7a9l3r8mnFQiV2.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #B1J0ih6TESGUkIQwdZy90XulNwCMRmz2 { width:8.75rem;height:2.6875rem;top:627.1875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6yT3NJdWDSpIJoVTor8kLSe9gR2QbMv { display:block; }
 }@media only screen and (max-width: 763px) { #it3Bu8vv4ws1JgbZAQRVsb9UCsopOZTO { width:15.0625rem;height:13.8125rem;top:631.125rem;left:2.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#it3Bu8vv4ws1JgbZAQRVsb9UCsopOZTO.adaptive-delivery-prevent-bg, #it3Bu8vv4ws1JgbZAQRVsb9UCsopOZTO.lazyload, #it3Bu8vv4ws1JgbZAQRVsb9UCsopOZTO.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #NONKcTekJTWT6p8sdv8WZwUf7diizAmw { width:8.75rem;height:2.6875rem;top:642.5rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #culIynk9rnB1il6zwVTgJcOkTiqFKDvd { display:block; }
 }@media only screen and (max-width: 763px) { #ZwU5qvtvFc8ToAKvQDymBLZ64K4gWG6T { width:12.5rem;height:2.92535rem;top:509.5rem;left:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoVSWC3TKyDmCzgGPveQKlVtgXzhxH8r { width:13.186875rem;height:2.43706875rem;top:513.6875rem;left:3.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGzqiCwHqM4rwuuNLvihoQFRzqvKKzu2 { width:12.5rem;height:1.62435rem;top:517.375rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4I8vTVRTPyxItXhl6obqPVdgk3OLgX9 { width:13.186875rem;height:1.21853125rem;top:530.1875rem;left:3.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iy8MVw87hBC6ZCp4bIdb7mD1JJn4Eiyk { width:12.5rem;height:2.92535rem;top:526rem;left:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaNxIsvRD9Fk2doWLycFKxIVPoP5uRxS { width:12.5rem;height:1.62435rem;top:532.625rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfgIzp6WOsn67poXs06bJBL10q0iVGlQ { width:12.5rem;height:2.92535rem;top:540.8125rem;left:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQQwZDLcF312LF2TnTPJL9lhWwWs9lOv { width:13.186875rem;height:1.21853125rem;top:545rem;left:3.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvfXbI9DdWEbigXhf830xKpGD3CUr6Xl { width:12.5rem;height:1.62435rem;top:547.4375rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #itHZ0Zm4ASkKLiJbUCIGe3wu26fxseDM { width:12.5rem;height:2.92535rem;top:555.3125rem;left:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CL66G4WqnqXH5fKDAyHT1dwwkAUhiBop { width:13.186875rem;height:2.43706875rem;top:559.5rem;left:3.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2n68kezaDgmyH1ABItpoZH7rqzNoPbQ { width:12.5rem;height:1.62435rem;top:563.1875rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #umJmF5eFUfKotPe6erbTyO5TPdIITbM9 { width:12.5rem;height:4.388025rem;top:571.0625rem;left:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3cWTvWLPVgPGObhiOCWBpFrCSLSpKgA { width:13.186875rem;height:2.43706875rem;top:575.25rem;left:3.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzfbLesPg2AbufhRMT3HE6CM6NERbFie { width:12.5rem;height:1.62435rem;top:578.9375rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUzirL2OXkWiqSqalyTDq1JrzISezoy1 { width:12.5rem;height:4.388025rem;top:585.5625rem;left:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5FEUh73TTAEZgEBTwNmxzdUidRq3ScC { width:13.186875rem;height:2.43706875rem;top:591.1875rem;left:3.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5ubyUDW9IebqsuvFuV6T1JkoBQA80dk { width:12.5rem;height:1.62435rem;top:594.875rem;left:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApALL20aLanep67h0dp3o0c22PwFwv3d { width:15.0625rem;height:13.8125rem;top:646.625rem;left:2.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#ApALL20aLanep67h0dp3o0c22PwFwv3d.adaptive-delivery-prevent-bg, #ApALL20aLanep67h0dp3o0c22PwFwv3d.lazyload, #ApALL20aLanep67h0dp3o0c22PwFwv3d.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #OCJGUFonXkL1a4ZU35vrNJ1TXrS0fR1K { width:8.75rem;height:2.6875rem;top:658rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgSRE1z0i1Lo2onkLimbJIiu4B4FnHGy { display:block; }
 }@media only screen and (max-width: 763px) { #EORVXXcwP7r1IbNi3VXcO03WGVqPWuT8 { width:15.0625rem;height:13.8125rem;top:661.9375rem;left:2.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#EORVXXcwP7r1IbNi3VXcO03WGVqPWuT8.adaptive-delivery-prevent-bg, #EORVXXcwP7r1IbNi3VXcO03WGVqPWuT8.lazyload, #EORVXXcwP7r1IbNi3VXcO03WGVqPWuT8.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #oZ1X5IobJwB9FUGVWzBbZSd0igz2TwxG { width:8.75rem;height:2.6875rem;top:673.3125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTFyq85owbyU8UU4O3K4C3li0Rg0QeFQ { display:block; }
 }@media only screen and (max-width: 763px) { #bLtAdf6dyfr2PvKOR5EyuHtQkMtD8k0F { width:15.0625rem;height:13.8125rem;top:677.25rem;left:2.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#bLtAdf6dyfr2PvKOR5EyuHtQkMtD8k0F.adaptive-delivery-prevent-bg, #bLtAdf6dyfr2PvKOR5EyuHtQkMtD8k0F.lazyload, #bLtAdf6dyfr2PvKOR5EyuHtQkMtD8k0F.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #qfCQifn9OPCa0g4riCuFSGQB8RbeyS6J { width:8.75rem;height:2.6875rem;top:688.625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ceg5AekLIXSPrJ6V3ndPy5TwvnHonlAw { display:block; }
 }@media only screen and (max-width: 763px) { #NsR6XxLVkOR2qCvLf0DBrcZpV6ZBNtRy { width:15.0625rem;height:13.8125rem;top:692.5625rem;left:2.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#NsR6XxLVkOR2qCvLf0DBrcZpV6ZBNtRy.adaptive-delivery-prevent-bg, #NsR6XxLVkOR2qCvLf0DBrcZpV6ZBNtRy.lazyload, #NsR6XxLVkOR2qCvLf0DBrcZpV6ZBNtRy.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #rH6kobTZk4reKpcT7H5Hx98CpqQWQWIn { width:8.75rem;height:2.6875rem;top:703.9375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEFsM2mXUZyfVIl0Jnd9oMKBbT31OwQ0 { display:block; }
 }@media only screen and (max-width: 763px) { #WcqVsZeGv9HLUG0Di4UhL4EazHeITtNv { width:15.0625rem;height:13.8125rem;top:707.875rem;left:2.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#WcqVsZeGv9HLUG0Di4UhL4EazHeITtNv.adaptive-delivery-prevent-bg, #WcqVsZeGv9HLUG0Di4UhL4EazHeITtNv.lazyload, #WcqVsZeGv9HLUG0Di4UhL4EazHeITtNv.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #bIGcm3Ultoex9yl49lAqmNNXDLxa5iEZ { width:8.75rem;height:2.6875rem;top:719.25rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpHURTzApiPGv5S66gerPLkxt97pko4p { display:block; }
 }@media only screen and (max-width: 763px) { #TDy4A2LQGTVTxn3b2xAH3x8hyvWiUtLt { width:15.0625rem;height:13.8125rem;top:723.1875rem;left:2.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#TDy4A2LQGTVTxn3b2xAH3x8hyvWiUtLt.adaptive-delivery-prevent-bg, #TDy4A2LQGTVTxn3b2xAH3x8hyvWiUtLt.lazyload, #TDy4A2LQGTVTxn3b2xAH3x8hyvWiUtLt.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #HJdxTZmp0urkAzpSWoswxkxPv3eNSFz1 { width:8.75rem;height:2.6875rem;top:734.5625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CU01lVUsKGqSi1V5WoCMiKo8sa1Q1TJ0 { display:block; }
 }@media only screen and (max-width: 763px) { #zVd2nyAPI3OtIaIvpR09whJPFp1RDf0O { width:12.5rem;height:2.92535rem;top:601.3125rem;left:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ne9dx5kEIAS6rVNtIbxqaDcoTUmlRmwa { width:13.186875rem;height:2.43706875rem;top:605.5rem;left:3.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wa6rCIucSiDkHohoov26pU2gcJfQGUbT { width:12.5rem;height:1.62435rem;top:609.1875rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhuJOAw9ivsQbi2lNdDKnvyuzFCiMrtI { width:12.5rem;height:2.92535rem;top:616.9375rem;left:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIvifLFQ8ArtTAK3JcgZLHFpVS7nW8AU { width:13.186875rem;height:4.8741375rem;top:619.93667602539rem;left:3.4375000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSeJJbh2VqTxpgZumUXdb6PRS4dfIefo { width:12.5rem;height:1.62435rem;top:624.8125rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BT3zVbcEoQoy3hFwBkC4lxBvPwccyCdJ { width:12.5rem;height:1.462675rem;top:633.125rem;left:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ly0n69Axva5S5VIMd3ahuQWQ943CwScQ { width:13.186875rem;height:1.21853125rem;top:635.8125rem;left:3.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqBWXl5uOsE7TSKkFiILcfuLt6TDyy43 { width:12.5rem;height:1.62435rem;top:638.3125rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lE1NAeybmf1IpvqHaF59C204pIucE6Lp { width:12.5rem;height:2.92535rem;top:647.5625rem;left:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXvcZ0LBMWEf0CGBqnRNL9GSunkTpmkl { width:13.186875rem;height:2.43706875rem;top:651.75rem;left:3.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHATaa73nME7BJrwTUIUnvguz21QXUuD { width:12.5rem;height:1.62435rem;top:655.4375rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFxzTdXbwTh0zhoRp7rNdApMm8v3hXIE { width:12.5rem;height:2.92535rem;top:678.25rem;left:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAmdlo12MzZirNRvEiT1fvTT1TeT4Sv6 { width:13.186875rem;height:2.43706875rem;top:681.9375rem;left:3.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cR5lys6CD0UpTLzl224mni1g9qqATyD3 { width:12.5rem;height:1.62435rem;top:685.6875rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aB1uhTr1c2hVhedXxPaQFCLtE4T80e6b { width:12.5rem;height:2.92535rem;top:663rem;left:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcW6H3rBiItDUxVKkppx8C5sCvnabAVl { width:13.186875rem;height:2.43706875rem;top:666.93690490725rem;left:3.4060330986977rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAIn8TyK5lSDxypgSwJs0mrKFr9oHmhx { width:12.5rem;height:1.62435rem;top:670.74983787537rem;left:3.7500000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiH3B2qMgqUGHzZeAnTKcLmEAu0VkTc2 { width:15.0625rem;height:13.8125rem;top:739.5rem;left:2.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#wiH3B2qMgqUGHzZeAnTKcLmEAu0VkTc2.adaptive-delivery-prevent-bg, #wiH3B2qMgqUGHzZeAnTKcLmEAu0VkTc2.lazyload, #wiH3B2qMgqUGHzZeAnTKcLmEAu0VkTc2.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #azBoNKg0Mg88B7pE8uCvmeuboLMIOIoR { width:8.75rem;height:2.6875rem;top:750.875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1swBxxHZt0qSMDR15Vvk9xRPps51IDH { display:block; }
 }@media only screen and (max-width: 763px) { #Akm632weHhXUFK7JLWTJHx3GO2paVdZC { width:15.0625rem;height:13.8125rem;top:754.8125rem;left:2.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#Akm632weHhXUFK7JLWTJHx3GO2paVdZC.adaptive-delivery-prevent-bg, #Akm632weHhXUFK7JLWTJHx3GO2paVdZC.lazyload, #Akm632weHhXUFK7JLWTJHx3GO2paVdZC.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #P6LnyEbKH0tJVmT4keGCToakywSxKWNM { width:8.75rem;height:2.6875rem;top:766.1875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TplgGTWD5VKV0kMkUR4bK1cy7b5klzNN { display:block; }
 }@media only screen and (max-width: 763px) { #nXbBq1RzHymHUlxOq1Lh6TgXDqqGIk9q { width:15.0625rem;height:13.8125rem;top:770.125rem;left:2.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#nXbBq1RzHymHUlxOq1Lh6TgXDqqGIk9q.adaptive-delivery-prevent-bg, #nXbBq1RzHymHUlxOq1Lh6TgXDqqGIk9q.lazyload, #nXbBq1RzHymHUlxOq1Lh6TgXDqqGIk9q.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #m1HS8vtJcfbt3hTqEkc7fN1FEHMEgAql { width:8.75rem;height:2.6875rem;top:781.5rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNt2JZCIgX6MnXGtuRbrEqzPiP7StmPm { display:block; }
 }@media only screen and (max-width: 763px) { #HEussTpMyzvkzTLGyEwnKtuRT7I9HWZL { width:15.0625rem;height:13.8125rem;top:786.4375rem;left:2.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#HEussTpMyzvkzTLGyEwnKtuRT7I9HWZL.adaptive-delivery-prevent-bg, #HEussTpMyzvkzTLGyEwnKtuRT7I9HWZL.lazyload, #HEussTpMyzvkzTLGyEwnKtuRT7I9HWZL.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #UwuAQDKihU5TVL9cALzHNytc19wVDL3T { width:8.75rem;height:2.6875rem;top:797.8125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7hccdFL0HGnreGlwpQVgFyXO9O4uVwV { display:block; }
 }@media only screen and (max-width: 763px) { #veLEewWIcWCetpH2rvwVaUrGmTbhd2FK { width:15.0625rem;height:13.8125rem;top:802.9375rem;left:2.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#veLEewWIcWCetpH2rvwVaUrGmTbhd2FK.adaptive-delivery-prevent-bg, #veLEewWIcWCetpH2rvwVaUrGmTbhd2FK.lazyload, #veLEewWIcWCetpH2rvwVaUrGmTbhd2FK.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #clzmyOm0g2TztA0qUIHaTKm6uGcpD029 { width:8.75rem;height:2.6875rem;top:814.3125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVN2GyxpoQDysdfpME7nzTIqu5rmEnA6 { display:block; }
 }@media only screen and (max-width: 763px) { #H0qtIZ7TaA2iMrRPJZd4UcfQGgIloxh8 { width:12.5rem;height:2.92535rem;top:693.6875rem;left:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9ByQOd3QGgXlk23xIUfIGdTFJXHI9T4 { width:13.186875rem;height:1.21853125rem;top:698.31166076662rem;left:3.4060330986977rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFor40xnZCVX0OpKV4Elwrq6IfPDDfo2 { width:12.5rem;height:1.62435rem;top:701.43662643431rem;left:3.7500000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lk51pr3Kt8FKJEEMR8gKrfuyKWehrNpe { width:13.186875rem;height:3.6556rem;top:712.5rem;left:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcsvK4z12hAnk41dk8msG24oaRngdpTl { width:12.5rem;height:1.62435rem;top:716.875rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeoN8rmBMahUcbbsG9A21bnR1SizmKNu { width:13.311625rem;height:2.92535rem;top:709.08640575406rem;left:3.3430991768837rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #id1n86ZK2OBQ1mgNZ5nIOWFqbmXwJl8Z { width:13.311625rem;height:1.462675rem;top:725.4375rem;left:3.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLEFpcU4JddhrpQXvNd8oATQDwdz6dHw { width:13.186875rem;height:2.43706875rem;top:727.6875rem;left:3.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQH68IxPMFMyVNBAOfEi7nuAOAkcsr9J { width:12.5rem;height:1.62435rem;top:731.375rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTOgmyveSeOLTJGbPLNDRT2OFmQvdLh4 { width:13.311625rem;height:1.462675rem;top:741.875rem;left:3.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5rO3azoAH9l4XxRFhD3iEqpiVuqMzKI { width:13.186875rem;height:2.43706875rem;top:744.5625rem;left:3.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcpAuzvu2Fw11XXr4cbAm11IoxgNy41m { width:12.5rem;height:1.62435rem;top:748.25rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnXoF75vyVdXdDITumb1pWw2q54MS4q3 { width:13.311625rem;height:1.7871125rem;top:775rem;left:3.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #afWugUq5vn6tNpx6dGBwdmbQShyi5d3V { width:12.5rem;height:1.62435rem;top:777.75rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFUSnp9xO9mIyAT2m3gfc5bE3vlGsbrQ { width:13.311625rem;height:1.7871125rem;top:759.24917984006rem;left:3.3430991768837rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RP892AvHFIDJ2zb4EoXiVSOPXKntyE78 { width:12.5rem;height:1.62435rem;top:762.06167984006rem;left:3.7500000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiTMJyJSp3uwFe3GzhHIrxOVBasELeKc { width:13.311625rem;height:1.7871125rem;top:790.5625rem;left:3.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9wsQS53T1xFUVD5HhTuTeg5yXEozuU2 { width:12.5rem;height:1.62435rem;top:793.625rem;left:3.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0kS2uHS6HNsxCgTOBfU5uXO7GMrVUC0 { width:13.311625rem;height:1.462675rem;top:805.3125rem;left:3.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBwxZsgvdftr6HraCw8XprNwLLL7xLny { width:13.186875rem;height:2.43706875rem;top:808rem;left:3.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMJkkfePQZyLbTDTX2TTOW68oCfGns3P { width:12.5rem;height:1.62435rem;top:811.6875rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JG7XUUvF6fzbTGhZ1ynGP4Rlf2ecN1tB { display:block; }#JG7XUUvF6fzbTGhZ1ynGP4Rlf2ecN1tB > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZmUuZQ0rPesMreRbIELvd9W0NC6Tu6zq { width:15.875rem;height:10.5rem;top:24.962024211884rem;left:0.62500005960463rem;display:none; }
 }@media only screen and (max-width: 763px) { #l2cEyv06i8owIW5LGlSO3EZlzRUvP87S { width:11.749125rem;height:9.749375rem;top:4.9186210632324rem;left:8.2508688569069rem;display:none; }
 }@media only screen and (max-width: 763px) { #DNCEo2OinaAfxTQUyC7RfdDiTXJf1w1m { width:20rem;height:13.125rem;top:4.4032287597656rem;left:0.18663191795349rem;z-index:100001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VZNopw3yVdUh5az6c7A0853Do8Az13vA { width:8.75rem;height:2.68555rem;top:28.624877929688rem;left:5.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQ2zJEw7JiEU68qdoTlvGsLkXxdVtT9P { display:block; }
 }@media only screen and (max-width: 763px) { #mNlTFmSPaRpF5cWJv1zlh8Es5i5fngsV { width:20rem;height:2.59874375rem;top:1.4375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UhvpoJfeXbU42NK5pEEgpKVXtDpNJZmD { width:19.749375rem;height:5.52083125rem;top:17.683988571167rem;left:0.24956595897674rem;font-size:1.0625rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #h6cztZyygdETCQkLpbkRZVp3PMiBTq54 { width:10.375rem;height:1.462675rem;top:23.5625rem;left:4.625rem;font-size:1.125rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);z-index:100101;display:block; }
 }@media only screen and (max-width: 763px) { #zw889Ta3rshSwG9fJeBi5M1wp69zLmlV { width:7.874375rem;height:2.8125rem;top:25.156250953674rem;left:0.99934893846512rem;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:100102;display:block; }
 }@media only screen and (max-width: 763px) { #sLLrMVlBoMXUUB7HsUP59bAXmHA9xhXM { width:7.6248125rem;height:2.87435rem;top:25.024957656861rem;left:10.999349653721rem;z-index:100103;display:block; }
 }@media only screen and (max-width: 763px) { #Aa8EwOTJonQra1MFTrR0HRGaFfOkmTZo { display:block; }#Aa8EwOTJonQra1MFTrR0HRGaFfOkmTZo > .row .container { width:20rem;height:92.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W1fDX1ELGumAP9OeJ5WZKwRh4wICNCiV { width:15.1248125rem;height:13.8748125rem;top:31.880426883697rem;left:2.4674480557442rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#W1fDX1ELGumAP9OeJ5WZKwRh4wICNCiV.adaptive-delivery-prevent-bg, #W1fDX1ELGumAP9OeJ5WZKwRh4wICNCiV.lazyload, #W1fDX1ELGumAP9OeJ5WZKwRh4wICNCiV.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ll9Zfd39FKJUsOvJurhUS6EGWbSBseS3 { width:8.75rem;height:2.6875rem;top:43.249786376953rem;left:5.7821197509766rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXzbJ6VXaiHzk7xLZILuTvr9iZQo3Xgx { display:block; }
 }@media only screen and (max-width: 763px) { #HsvfEJmV1INUnkIpguVQdGWetTK7QThL { width:15.0625rem;height:13.8125rem;top:16.5625rem;left:2.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#HsvfEJmV1INUnkIpguVQdGWetTK7QThL.adaptive-delivery-prevent-bg, #HsvfEJmV1INUnkIpguVQdGWetTK7QThL.lazyload, #HsvfEJmV1INUnkIpguVQdGWetTK7QThL.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #bH8LMhNhDE7N3ftaWFWE2efsEb8laStD { width:8.75rem;height:2.6875rem;top:27.9375rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJfF2x5ELJIu2oCB7IcTtm3TKuJlmO5r { display:block; }
 }@media only screen and (max-width: 763px) { #fPba9tkrBGioTcWgfpWRhkzzoUvcsdiV { width:15.0625rem;height:13.8125rem;top:1.25rem;left:2.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#fPba9tkrBGioTcWgfpWRhkzzoUvcsdiV.adaptive-delivery-prevent-bg, #fPba9tkrBGioTcWgfpWRhkzzoUvcsdiV.lazyload, #fPba9tkrBGioTcWgfpWRhkzzoUvcsdiV.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #vZ5u6mFHcnBNCusBw8UrHJHkHAfRcBtK { width:8.75rem;height:2.6875rem;top:12.625rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MB3RX3zSLCkMTOxtZeSlBTTcCAHxuNHl { display:block; }
 }@media only screen and (max-width: 763px) { #QPEtuJyK7uIna7CiIwQF7JF5zJEf685z { width:15rem;height:12.9375rem;top:25.763541221619rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #owTPHRzpADiwilzC4QUwEVz0Wd5eLd83 { width:15.0625rem;height:13.8125rem;top:47.24937875rem;left:2.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#owTPHRzpADiwilzC4QUwEVz0Wd5eLd83.adaptive-delivery-prevent-bg, #owTPHRzpADiwilzC4QUwEVz0Wd5eLd83.lazyload, #owTPHRzpADiwilzC4QUwEVz0Wd5eLd83.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #qC7GJKgnyX73kQ65NgIHN8S193vsfOZe { width:8.75rem;height:2.6875rem;top:58.62437875rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhiffWb7t9MoAKz8dcM1N3cwXN5HpzNQ { display:block; }
 }@media only screen and (max-width: 763px) { #C3kCubbMOCCnsGxUBUz3POETnNCJgmRK { width:15.0625rem;height:13.8125rem;top:62.56187875rem;left:2.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#C3kCubbMOCCnsGxUBUz3POETnNCJgmRK.adaptive-delivery-prevent-bg, #C3kCubbMOCCnsGxUBUz3POETnNCJgmRK.lazyload, #C3kCubbMOCCnsGxUBUz3POETnNCJgmRK.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #q4EM9wJHPZDoPk6B4UtW3RmTXXoTn5c4 { width:8.75rem;height:2.6875rem;top:73.93687875rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohTTEeGEemReTuhverlbaunoN421EcGF { display:block; }
 }@media only screen and (max-width: 763px) { #AGiothZn8wQiI4Hub1gGtECQa7QPFauT { width:13.311625rem;height:3.73698125rem;top:3.875rem;left:3.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5N1ahDenUwGQfHJeEQNR04M9TVByJGZ { width:11.6873125rem;height:2.76041875rem;top:21.812066555023rem;left:4.1558161377907rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgLmRkbPd875BcUb2BHZqitBLXnxWIum { width:12.5rem;height:1.62435rem;top:9.25rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QA8wfCU9V9UOtTBvQ2JMDLQSOpiLDqTS { width:13.3105625rem;height:1.54296875rem;top:18.24978351593rem;left:3.3430991768837rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCOpaWcGMxuJ4w41Drx8PLiudCmynw5Q { width:12.5rem;height:1.62435rem;top:25.3125rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNBc8BRJeIBRkFmX2oKpHa69Z1yx1o3w { width:13.311625rem;height:1.54296875rem;top:49.5625rem;left:3.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kt3SkI4kbTPtzCWI89JVVK8XgFv2R7GP { width:11.6873125rem;height:2.76041875rem;top:52.375rem;left:4.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMGQwQbRvAFeqcmlqHFcLsBBJDJ2uoaH { width:12.5rem;height:1.62435rem;top:56.0625rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUcNSndX01XFqPTWHNTqWBhFmGozQ4Ik { width:13.311625rem;height:1.54296875rem;top:34rem;left:3.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFyc7TPiuXexxv4aWCx8zETNnDBkDx7g { width:11.6873125rem;height:2.76041875rem;top:36rem;left:4.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #atw8Vc3gKrF1PD7Q4Hi6gE4DNBvJWeFk { width:12.5rem;height:1.62435rem;top:40rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytsmSQG0oRqqXDPv2FqJ5mTzvIiv7ciW { width:15.0625rem;height:13.8125rem;top:78.8125rem;left:2.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#ytsmSQG0oRqqXDPv2FqJ5mTzvIiv7ciW.adaptive-delivery-prevent-bg, #ytsmSQG0oRqqXDPv2FqJ5mTzvIiv7ciW.lazyload, #ytsmSQG0oRqqXDPv2FqJ5mTzvIiv7ciW.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #qW2xudSKZNE3UyThUTQyzMTHeCzHzUof { width:8.75rem;height:2.6875rem;top:90.1875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9adw6usPhcTQx4H8dT4aTAbf9MXFyTq { display:block; }
 }@media only screen and (max-width: 763px) { #K2NIibORJ34CgbQvW7Aod2qgMyXfip0J { width:13.311625rem;height:2.76041875rem;top:64.3125rem;left:3.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhMXOvcJTa9GO3mOGkNK2Jm7PfFDWrRT { width:13.75rem;height:2.2721375rem;top:68.3125rem;left:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyAHvfDgtKM7Wg5X18ti9bckRzOcfres { width:12.5rem;height:1.62435rem;top:71.8125rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9vnPTuIHocdRn39NL3Pb5yXkhX5F77R { width:13.311625rem;height:1.54296875rem;top:79.749352455137rem;left:3.3430991768837rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZFuMTn0oQlCZpivmz0AvH38hT81vooy { width:11.6873125rem;height:5.52083125rem;top:82.249352455137rem;left:4.1558161377907rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvvFE9BZowv6q0B3gv9QnTtBeOOdB7HK { width:12.5rem;height:1.62435rem;top:88.381731033325rem;left:3.7163630127907rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOG0TZkwlPZCXz976vLVszWgR2qOOh02 { display:block; }#tOG0TZkwlPZCXz976vLVszWgR2qOOh02 > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u3Spn61TOt2Tko9wlplWV1P2NtHT5WXl { width:10.6875rem;height:7.0625rem;top:24.962024211884rem;left:0.62500005960463rem;display:none; }
 }@media only screen and (max-width: 763px) { #W5uvhTeytCT1DsGsAXN48cu4ten8b4dM { width:11.749125rem;height:9.749375rem;top:4.9186210632324rem;left:8.2508688569069rem;display:none; }
 }@media only screen and (max-width: 763px) { #fHLueWlnKlnwTUnQIPVNyABM7UZPoGTk { width:20rem;height:13.0625rem;top:4.8719787597656rem;left:0rem;z-index:100001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #UcON2V6W0EmDyU2eoTL9B92J6OnREdBv { width:8.75rem;height:2.68663125rem;top:30.0625rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3mWqB65W8a5VhaTrV6VkxahIC50HFFt { display:block; }
 }@media only screen and (max-width: 763px) { #b4lSXdI4gFMHBgbIQP1VWp6RHhgfcWXh { width:20rem;height:2.59874375rem;top:1.4375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vkhJmc3hArko2QcedACtPdQ5lVGPlsoe { width:10.375rem;height:1.462675rem;top:25.25rem;left:5.375rem;font-size:1.125rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);z-index:100104;display:block; }
 }@media only screen and (max-width: 763px) { #mBh0FP2roGlM5dyCKvmzNDJ3Iw1vec8V { width:7.874375rem;height:2.8125rem;top:27.0625rem;left:0.625rem;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:100105;display:block; }
 }@media only screen and (max-width: 763px) { #Mr2qzU4pMOoLEu7IWCVuFeX7STENtgew { width:7.6248125rem;height:2.87435rem;top:27.0625rem;left:11.75rem;z-index:100106;display:block; }
 }@media only screen and (max-width: 763px) { #lcarTibp1pPMd6xIo2xfc0WIwux4WTFA { width:19.749375rem;height:5.12044375rem;top:18.557835154236rem;left:0rem;font-size:1.3125rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #IFMZlf78nORIPWwtZHr10pTNEZfIF2rC { display:block; }#IFMZlf78nORIPWwtZHr10pTNEZfIF2rC > .row .container { width:20rem;height:186.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PA6hHJ7cPKKv6QCT0MRJx1Usgkxqw4zG { width:15.125rem;height:13.875rem;top:31.875rem;left:2.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#PA6hHJ7cPKKv6QCT0MRJx1Usgkxqw4zG.adaptive-delivery-prevent-bg, #PA6hHJ7cPKKv6QCT0MRJx1Usgkxqw4zG.lazyload, #PA6hHJ7cPKKv6QCT0MRJx1Usgkxqw4zG.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #BBg3dQ1WW92S03Xzr5SmBUxLLFNWCMHP { width:8.75rem;height:2.6875rem;top:43.249786376953rem;left:5.7821197509766rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXkWTq1q12ImDhMN4oqW90hixCm53EGs { display:block; }
 }@media only screen and (max-width: 763px) { #qwiofOcrKifTuCfcKcr9JRghlESmanuo { width:15.0625rem;height:13.8125rem;top:16.5625rem;left:2.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#qwiofOcrKifTuCfcKcr9JRghlESmanuo.adaptive-delivery-prevent-bg, #qwiofOcrKifTuCfcKcr9JRghlESmanuo.lazyload, #qwiofOcrKifTuCfcKcr9JRghlESmanuo.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #DuR5uT996WTi0LmTG0aG3LftR1AI1Hen { width:8.75rem;height:2.6875rem;top:27.9375rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKNt3UzoLcbmtVe0XGEXgbS6ia5DxZr0 { display:block; }
 }@media only screen and (max-width: 763px) { #Rm3lLCSZw7TPT6OgAeoBOsmW6m1cDtV6 { width:15.0625rem;height:13.8125rem;top:1.25rem;left:2.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#Rm3lLCSZw7TPT6OgAeoBOsmW6m1cDtV6.adaptive-delivery-prevent-bg, #Rm3lLCSZw7TPT6OgAeoBOsmW6m1cDtV6.lazyload, #Rm3lLCSZw7TPT6OgAeoBOsmW6m1cDtV6.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #DZMSBTn5MDzC5vLUoKxeRdsQE1KOMTtJ { width:8.75rem;height:2.6875rem;top:12.625rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cv4S0x9wMoZBXOu93cZNdgdHokLroN2T { display:block; }
 }@media only screen and (max-width: 763px) { #lfzwfSX6ALTI0HxuZdhAwgt8myM56GU7 { width:15rem;height:12.9375rem;top:25.763541221619rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsuWGT1IeTBfVFkVCclzwfHe8qKxMy3x { width:15.0625rem;height:13.8125rem;top:47.24937875rem;left:2.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#lsuWGT1IeTBfVFkVCclzwfHe8qKxMy3x.adaptive-delivery-prevent-bg, #lsuWGT1IeTBfVFkVCclzwfHe8qKxMy3x.lazyload, #lsuWGT1IeTBfVFkVCclzwfHe8qKxMy3x.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #b8LMO0cfOzmSxQElxhkCtFgHWKfRdOK0 { width:8.75rem;height:2.6875rem;top:58.62437875rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeRLOvBGgZACho7zqdiIsaKU9vcR3ikG { display:block; }
 }@media only screen and (max-width: 763px) { #M0G6bAlMqMLMe5WhymQpu5EBWTSN0yqs { width:15.0625rem;height:13.8125rem;top:62.56187875rem;left:2.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#M0G6bAlMqMLMe5WhymQpu5EBWTSN0yqs.adaptive-delivery-prevent-bg, #M0G6bAlMqMLMe5WhymQpu5EBWTSN0yqs.lazyload, #M0G6bAlMqMLMe5WhymQpu5EBWTSN0yqs.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #PfODyUsvzITT32cxAEmT7plQgDS5EOSS { width:8.75rem;height:2.6875rem;top:73.93687875rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bby4NZ5Hn0vH9fSfTQKMMcwbh3wRbqe7 { display:block; }
 }@media only screen and (max-width: 763px) { #MoQsdwpnmnLWXn1BLNnLOQIRH5e0eR7b { width:13.311625rem;height:2.92535rem;top:1.875rem;left:3.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCe2WEeTaky1yXBnwIaUprVh4225EQD1 { width:11.6873125rem;height:4.140625rem;top:5.8125rem;left:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nirpRcOQwoIs9xI5CRhUud23wt4eGGd8 { width:12.5rem;height:1.62435rem;top:10.625rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwJZTuiBaFdx2sRHLrJMymBTzoMQ8OGP { width:13.311625rem;height:1.462675rem;top:18.9375rem;left:3.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvwJoFRk1ePIWa6bBg9L1BFqbQtmckgO { width:11.6873125rem;height:1.38020625rem;top:21.625rem;left:4.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMTihKGqh85nlJwSfiDDxcEqbWO9G3vu { width:12.5rem;height:1.62435rem;top:24.25rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMQlV3iaAreEEdIB4qenU0LOMf3R7u5k { width:13.311625rem;height:1.54296875rem;top:34.6875rem;left:3.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqcffldxLhND3XShtHlewIKwCQTOXeK1 { width:11.6873125rem;height:1.38020625rem;top:37.5rem;left:4.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #er9M0rVH8rEeTh4MrhuF7nrSXn9ouZqr { width:12.5rem;height:1.62435rem;top:40.125rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNThVHwJvdWkKcMok1AXK7BAkb4eh1Ki { width:13.311625rem;height:1.54296875rem;top:49rem;left:3.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcqcOsBxkFg9THIlP7hc2g1g0iw6dQT2 { width:11.6873125rem;height:2.76041875rem;top:51.8125rem;left:4.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #neBHCwGcygJtQ8oVeg3TEySFTnPimARQ { width:12.5rem;height:1.62435rem;top:55.8125rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdK51R9LXwTWswJrDz0A520wi2bENCwp { width:15.0625rem;height:13.8125rem;top:77.873276757813rem;left:2.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#mdK51R9LXwTWswJrDz0A520wi2bENCwp.adaptive-delivery-prevent-bg, #mdK51R9LXwTWswJrDz0A520wi2bENCwp.lazyload, #mdK51R9LXwTWswJrDz0A520wi2bENCwp.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #TAcD2Zh7G87WsM0PZ1fZ3UsXeT8wLmn4 { width:8.75rem;height:2.6875rem;top:89.249578046419rem;left:5.8153228759766rem;display:block; }
 }@media only screen and (max-width: 763px) { #qL6s10TLNToiPTKpxotDa0Zd5KZMNMfP { display:block; }
 }@media only screen and (max-width: 763px) { #QIexf93V8lH2qcEGAQOv7mxKb71TMP3i { width:15.0625rem;height:13.8125rem;top:94.0625rem;left:2.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#QIexf93V8lH2qcEGAQOv7mxKb71TMP3i.adaptive-delivery-prevent-bg, #QIexf93V8lH2qcEGAQOv7mxKb71TMP3i.lazyload, #QIexf93V8lH2qcEGAQOv7mxKb71TMP3i.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #fNXcJMi7Wogxp09FL7l0gHH97O11OiWH { width:8.75rem;height:2.6875rem;top:105.4375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSWkazAKo0KQHuu7wo6GUtfdF6uiP0vK { display:block; }
 }@media only screen and (max-width: 763px) { #CTT9HGkZ3zpHVgU5UDZDkwS9MeqiCrVy { width:15.0625rem;height:13.8125rem;top:109.375rem;left:2.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#CTT9HGkZ3zpHVgU5UDZDkwS9MeqiCrVy.adaptive-delivery-prevent-bg, #CTT9HGkZ3zpHVgU5UDZDkwS9MeqiCrVy.lazyload, #CTT9HGkZ3zpHVgU5UDZDkwS9MeqiCrVy.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #tZkkqmJLvDSNgwvrTz4WqzG5HKkTd0Js { width:8.75rem;height:2.6875rem;top:120.75rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TP01A94Q29LtRfPRAKipaTx9rcMROx10 { display:block; }
 }@media only screen and (max-width: 763px) { #xDF7JOzLbbAmEtcLso16AXD67wzr6k9v { width:15.0625rem;height:13.8125rem;top:124.6875rem;left:2.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#xDF7JOzLbbAmEtcLso16AXD67wzr6k9v.adaptive-delivery-prevent-bg, #xDF7JOzLbbAmEtcLso16AXD67wzr6k9v.lazyload, #xDF7JOzLbbAmEtcLso16AXD67wzr6k9v.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #gbOxRBEdenpvVoieCTWtLQxnc39w4hDQ { width:8.75rem;height:2.6875rem;top:136.0625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hywCpe6VsSnbrwbMqlJm7T4STu42m3Ah { display:block; }
 }@media only screen and (max-width: 763px) { #O2qshO45i4Lh7H7fPZnxcwEmlOkH8eZI { width:13.311625rem;height:1.54296875rem;top:64.1875rem;left:3.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0xBsR3gamfTXmuGpCIgbwMOQbiqTMov { width:11.6873125rem;height:4.140625rem;top:66.625rem;left:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRTXT8aqi7GCgPnyOezeSf5CGp8RzhUB { width:12.5rem;height:1.62435rem;top:71.3125rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlis3dx4ZvGV63KXBnaR9HSsx3zEPkLi { width:13.311625rem;height:1.54296875rem;top:79.125rem;left:3.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGJsBwV68L66cwTwTI3xIfi1xMRJMA0w { width:11.6873125rem;height:2.76041875rem;top:82.625rem;left:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrLedDSw0QHcRkCC38amnTHqISFaBXmH { width:12.5rem;height:1.62435rem;top:86.625rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wb1kmzbw8QpJTDJySIhX0qDPc9The2AM { width:13.2498125rem;height:1.13606875rem;top:80.6875rem;left:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAB4whBIxCgy5UG9a0SIiH2SBmezgO3v { width:15.0625rem;height:13.8125rem;top:140.875rem;left:2.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#fAB4whBIxCgy5UG9a0SIiH2SBmezgO3v.adaptive-delivery-prevent-bg, #fAB4whBIxCgy5UG9a0SIiH2SBmezgO3v.lazyload, #fAB4whBIxCgy5UG9a0SIiH2SBmezgO3v.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Wf61iiciiZNigiN2l6siFzDo0nwEuOxX { width:8.75rem;height:2.6875rem;top:152.25rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e57TZA5TWOSnlOaySn0TclbGf3pAkIDc { display:block; }
 }@media only screen and (max-width: 763px) { #BT2xvPMTHL7Dc2MkUgrUnNNGiMrEobd8 { width:15.0625rem;height:13.8125rem;top:156.1875rem;left:2.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#BT2xvPMTHL7Dc2MkUgrUnNNGiMrEobd8.adaptive-delivery-prevent-bg, #BT2xvPMTHL7Dc2MkUgrUnNNGiMrEobd8.lazyload, #BT2xvPMTHL7Dc2MkUgrUnNNGiMrEobd8.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #UyvgAKXXaF35LCgWgLSh2TCMUr7R9b1S { width:8.75rem;height:2.6875rem;top:167.5625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEOsVLca4A0orhUclEVrxPOFQPXCp48S { display:block; }
 }@media only screen and (max-width: 763px) { #fZ1IZSqdDVCky8dwvGrVXz5QKEmBFGyV { width:15.0625rem;height:13.8125rem;top:171.5rem;left:2.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#fZ1IZSqdDVCky8dwvGrVXz5QKEmBFGyV.adaptive-delivery-prevent-bg, #fZ1IZSqdDVCky8dwvGrVXz5QKEmBFGyV.lazyload, #fZ1IZSqdDVCky8dwvGrVXz5QKEmBFGyV.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #p3xvpVqsNv7dpwXqgQ8RTbT8B8SoPTEG { width:8.75rem;height:2.6875rem;top:182.875rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwnpeV3VyH2IfxD2OzIdmMBsBRNi2aOB { display:block; }
 }@media only screen and (max-width: 763px) { #mPiVwJ7EAUG8asiRmHGSz4ldMOEffs8b { width:13.311625rem;height:1.54296875rem;top:96.25rem;left:3.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LILRuOTOrQrRgwz94BC5uGD2zFsQdUkL { width:13.2498125rem;height:1.13606875rem;top:97.75rem;left:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VE60mZeJ1LcCtOgnLSTJ7MEXlmUpCJaD { width:11.6873125rem;height:2.76041875rem;top:99.4375rem;left:4.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHoNvPZ036933xzVmWoEX7Hsu6UJfktI { width:12.5rem;height:1.62435rem;top:103rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilM0HufdbTZevzxSGToTARVGWGgM6wTR { width:13.311625rem;height:1.54296875rem;top:111.3125rem;left:3.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4kLKs3wW2TK4dHu9fLiEvlQR8Z3RTbd { width:11.6873125rem;height:2.76041875rem;top:114.125rem;left:4.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6rgeaX7a8weIxtnoX2Exy34tGBIL2dC { width:12.5rem;height:1.62435rem;top:118.125rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oa1vR6tOT3opg6fQLgXlz8fb4DsihgRT { width:13.311625rem;height:1.54296875rem;top:126.4375rem;left:3.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7V4dyBwxQSqwwUCpPPMvk4xs8pnW1f7 { width:11.6873125rem;height:2.76041875rem;top:129.25rem;left:4.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7DQy4gkZU1OOaq3gatuWLe0s1bD7CTb { width:12.5rem;height:1.62435rem;top:133.25rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6KmQBieM9qG7UTtBncUC3fOX6a3tPJs { width:13.311625rem;height:1.54296875rem;top:142.5625rem;left:3.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlV50VTZKJ4eliOt49EpTFTIJ5NcsIQO { width:11.6873125rem;height:2.76041875rem;top:145.375rem;left:4.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5pXFap0Z28LdDgtAvZrJxbydwSFDmoU { width:12.5rem;height:1.62435rem;top:149.375rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFt3CvT23TbhTu4VqGRQD46ezvsesuWh { width:13.311625rem;height:1.54296875rem;top:156.9375rem;left:3.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWDpuGfRwAR0iQDUZXAlxsG8QQIgFy5C { width:11.6873125rem;height:3.8997375rem;top:159.375rem;left:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #skIMTacdV6wm1q51vixyQsVhDZs599u5 { width:12.5rem;height:1.62435rem;top:165rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #msm4T0GgJpkfggzmwlX79QazQJg9cCGu { width:13.311625rem;height:1.54296875rem;top:174.5rem;left:3.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyc0rLlan4viovShX0vnfhuZkCrnJWac { width:11.6873125rem;height:1.38020625rem;top:177.3125rem;left:4.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktdkwv9vqWms0p5sE9LgJAx291P4Q9Cg { width:12.5rem;height:1.62435rem;top:179.9375rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZE3OAHbDET6ht6fNaCSpJhs3ImxVTJt4 { display:block; }#ZE3OAHbDET6ht6fNaCSpJhs3ImxVTJt4 > .row .container { width:20rem;height:30.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lsR2Cn0ITeQ7cgGTvZIWhALoG2lapefl { width:10.625rem;height:7.0625rem;top:24.962024211884rem;left:0.62500005960463rem;display:none; }
 }@media only screen and (max-width: 763px) { #T8NHzpAqz71XhTyFgsb4SsXcGATzOnkc { width:11.749125rem;height:9.749375rem;top:4.9186210632324rem;left:8.2508688569069rem;display:none; }
 }@media only screen and (max-width: 763px) { #ME7IRgPx7wAI1iTRgXT4Bcq9VxTuKW8Q { width:20rem;height:13.1875rem;top:4.8669362285397rem;left:0.031032979488373rem;z-index:100001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #lyJHw3Zk2hPxlvG0KKVxdhU61MOxgmcd { width:8.75rem;height:2.68555rem;top:25.436199188233rem;left:5.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSTMb6RmEHm0CT9Uvz094T4huOm62659 { display:block; }
 }@media only screen and (max-width: 763px) { #lTwENavsIuIHIwEkccuTy7ivuZ1SM9zg { width:20rem;height:2.59874375rem;top:1.4375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zwLNwXrJzNZWek7kLTIfi64uMAhKFrQl { width:18.75rem;height:6.0926625rem;top:18.927978515625rem;left:0.71831601858137rem;font-size:0.9375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #CobJ9pAew0VqlO2HQRPClMl1av3e8Mvh { width:20rem;height:2.59874375rem;top:28.121720314026rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KWegUnrvHI1iS8QZHbVcCk05vHvwQTyZ { display:block; }#KWegUnrvHI1iS8QZHbVcCk05vHvwQTyZ > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r4z1Ff3OAR0v5nm0TmVf5wXQeBU8gq9a { width:10.625rem;height:6.4375rem;top:24.962024211884rem;left:0.62500005960463rem;display:none; }
 }@media only screen and (max-width: 763px) { #alIPSyRRuaMshGNlWDNM5lFVKu3icsAf { width:11.749125rem;height:9.749375rem;top:4.9186210632324rem;left:8.2508688569069rem;display:none; }
 }@media only screen and (max-width: 763px) { #UwfHqcJybUVd4NaLEdb6zfwLQl68BUlD { width:20rem;height:11.9998125rem;top:0rem;left:0rem;z-index:100001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #d6BzFIkBf0Mlf3dVRygt3oTszbqodOzz { width:8.75rem;height:2.68555rem;top:25.196398496627rem;left:5.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbhJa60sNEskiTccGq3di8UcRCbEMhOo { display:block; }
 }@media only screen and (max-width: 763px) { #qEFQCWwaHLft2Tu9pI9ib8IEXSANCnP8 { width:18.061rem;height:5.85069375rem;top:12.623698472977rem;left:0.96896702051162rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7xQJyKiWfUqKGmKFAyooxdwDnk67z7w { width:20rem;height:4.388025rem;top:20.120443582535rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sklk24bDJOzK4H3ePucm54QCd6TvDhmu { display:block; }#sklk24bDJOzK4H3ePucm54QCd6TvDhmu > .row .container { width:20rem;height:33.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dFgM9dLeuZ4KHzVOaqukwH6xVQ5r5kMk { width:9.75rem;height:6.4375rem;top:24.962024211884rem;left:0.62500005960463rem;display:none; }
 }@media only screen and (max-width: 763px) { #nTgBNUkGqzK4rQPVPBXXatkZysNe2oxX { width:11.749125rem;height:9.749375rem;top:4.9186210632324rem;left:8.2508688569069rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vk1gbdGvP51aE8rT85Pys1gCXXSJTT2y { width:20rem;height:13.061rem;top:0rem;left:0rem;z-index:100001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #cqFsclivngdnnp8Rb1AVohm3O1O754FI { width:18.061rem;height:7.7995rem;top:13.567708492279rem;left:0.96896702051162rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4slOHgCslcepHO7py3ztl2Wq6S8yHFe { width:20rem;height:7.313375rem;top:22.568359799683rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eb20sIX9FZPZyD7HJHNboxd9SGJOlVo0 { width:8.75rem;height:2.68555rem;top:30.999350018799rem;left:5.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqFvLuRyw8ZnomlwuTfJqNl6ddd3ZDhQ { display:block; }
 }@media only screen and (max-width: 763px) { #ZUwzXhTaLReiIpzKWQhuR7Df6ogdCSqB { display:block; }#ZUwzXhTaLReiIpzKWQhuR7Df6ogdCSqB > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AeEM2u143T9s0WQaJh2ZcUcpJqthVNX5 { width:10.625rem;height:7rem;top:24.962024211884rem;left:0.62500005960463rem;display:none; }
 }@media only screen and (max-width: 763px) { #siFeKhwRmRVgMoT4kUAkmimsIcxQ0Mwy { width:11.749125rem;height:9.749375rem;top:4.9186210632324rem;left:8.2508688569069rem;display:none; }
 }@media only screen and (max-width: 763px) { #ySTerNVsE0vteBv1IfwOtIUbRNopTrqh { width:19.875rem;height:13.125rem;top:3.6783313751221rem;left:0rem;z-index:100001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PAtVlPmcDVgteGV5wCWlT0wIHTPxa3o8 { width:8.75rem;height:2.68555rem;top:30.809204101562rem;left:5.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzK23PFormAIHQRBTgTF2lWImxd0E77q { display:block; }
 }@media only screen and (max-width: 763px) { #I8upK55nbqXvfMDr5qVpmqdLQMs8SoET { width:20rem;height:2.59874375rem;top:0.1866455078125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xLlp1n5TK67vwMq9PEsttDnWsE1CbAUm { width:18.75rem;height:4.87413125rem;top:18.693483352661rem;left:0.62500005960463rem;font-size:0.9375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #y9pbsZ7PbdL00qeZo59g8yO4VPtpf80D { width:10.374375rem;height:1.462675rem;top:25.004992485046rem;left:4.8122830986977rem;font-size:1.125rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);z-index:100107;display:block; }
 }@media only screen and (max-width: 763px) { #HP1glNvTSDFT15PJFZWvpbVQl53IzDh8 { width:7.874375rem;height:2.8125rem;top:26.941191144288rem;left:0.62500005960463rem;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:100108;display:block; }
 }@media only screen and (max-width: 763px) { #t7oocaLh3oWkZiqNC9uhkZGdBCFMa30P { width:7.6248125rem;height:2.87435rem;top:26.816841550171rem;left:11.818576872349rem;z-index:100109;display:block; }
 }@media only screen and (max-width: 763px) { #FidV5IcsGit5pUqWSn5NVOWCiO4vFzQS { width:15rem;height:12.9373125rem;top:7.560707092285rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggyxLN1AvsPTzg2syp0FlUiOxpfZBb63 { display:block; }#ggyxLN1AvsPTzg2syp0FlUiOxpfZBb63 > .row .container { width:20rem;height:47.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lr5ATS0Fnok2reUs5q5kUiV0lEVtKV0O { width:15.125rem;height:13.875rem;top:16.5625rem;left:2.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#Lr5ATS0Fnok2reUs5q5kUiV0lEVtKV0O.adaptive-delivery-prevent-bg, #Lr5ATS0Fnok2reUs5q5kUiV0lEVtKV0O.lazyload, #Lr5ATS0Fnok2reUs5q5kUiV0lEVtKV0O.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #V5U8CqEwgcoDqQ2fSfkZpHkT06LUEiuw { width:8.75rem;height:2.6875rem;top:27.9375rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4DWTkxc1EicVuqU76UgSwr17uFcdDQR { display:block; }
 }@media only screen and (max-width: 763px) { #mqeuhgBBgQ24E6gLcThmHooIwESHc7Xt { width:15.0625rem;height:13.8125rem;top:1.25rem;left:2.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#mqeuhgBBgQ24E6gLcThmHooIwESHc7Xt.adaptive-delivery-prevent-bg, #mqeuhgBBgQ24E6gLcThmHooIwESHc7Xt.lazyload, #mqeuhgBBgQ24E6gLcThmHooIwESHc7Xt.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #LM9V7Gt6WBxCOJ4WZVCJwE8rGOEsNGpp { width:8.75rem;height:2.6875rem;top:12.625rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3WuWGTsz0M5woUaBPNJsPPb39LwNxJv { display:block; }
 }@media only screen and (max-width: 763px) { #f1KBP5T2ID75zeytysDhR2kL5LKbmidX { width:13.311625rem;height:1.462675rem;top:3rem;left:3.3116319775581rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeWFA7qmLA3iRTCXLluJuXVwpSNfWXVD { width:11.6873125rem;height:2.76041875rem;top:5.8125rem;left:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWEBuSKMcENqMUsH5D46bEz8A5MeEbRN { width:12.5rem;height:1.62435rem;top:10.625rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Li0yCX3Aq6OMOlXCA2Zk1f9fIBQU9q6M { width:13.311625rem;height:1.54296875rem;top:18.936889648438rem;left:3.3116319775581rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVCrtAxynT0pGRTupobPrVHxFvllT3rF { width:11.6873125rem;height:4.140625rem;top:21.186889648438rem;left:4.1872830986977rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9Kh52mufnMst1AZCg4TkedVaMkn2uRt { width:12.5rem;height:1.62435rem;top:25.812316894531rem;left:3.8118491768837rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcpTPOb9K5n83e1XJ9z2Z6Pfo2xIUrby { width:15.0625rem;height:13.8125rem;top:32.5rem;left:2.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#bcpTPOb9K5n83e1XJ9z2Z6Pfo2xIUrby.adaptive-delivery-prevent-bg, #bcpTPOb9K5n83e1XJ9z2Z6Pfo2xIUrby.lazyload, #bcpTPOb9K5n83e1XJ9z2Z6Pfo2xIUrby.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Q3q9aiiULNS3vsOfLtElpxdtOa9rxkRQ { width:8.75rem;height:2.6875rem;top:43.875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcNbbu67oiSs5UaDTlSncnOQscqk1OPN { display:block; }
 }@media only screen and (max-width: 763px) { #BbWKaMzft6qMeNfd7We7TLHV1ONIf393 { width:12.5rem;height:1.62435rem;top:41.5rem;left:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ea8BPquecIfhMvmWcyOS2gdykuvxNz1Z { width:11.6873125rem;height:3.8997375rem;top:37.0625rem;left:4.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXagkTOnBtnVMO7EIpuNskbh0XD2JG3T { width:13.311625rem;height:1.54296875rem;top:34.625rem;left:3.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yngxKT16DD4O5wyOupIez92ehK8TPefT { display:block; }#yngxKT16DD4O5wyOupIez92ehK8TPefT > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yxQMWnc2rrbp90VOCl4oatly0K2UmDtv { width:10.6875rem;height:7.0625rem;top:24.962024211884rem;left:0.62500005960463rem;display:none; }
 }@media only screen and (max-width: 763px) { #vANHqCaCDtmzOkT0BZaZeAlWfUXpxtxE { width:11.749125rem;height:9.749375rem;top:4.9186210632324rem;left:8.2508688569069rem;display:none; }
 }@media only screen and (max-width: 763px) { #vwAMKt74B7HeNSyM5GRJeSDTKWQeOnnl { width:20rem;height:13.1875rem;top:4.8719482421875rem;left:0rem;z-index:100001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #aRC0JrbFKtzGKvPg9vTobyEA8EReIskk { width:8.75rem;height:2.68663125rem;top:30.0625rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUDIXdNIAcxOmA1egt9znNtTJR28gkBD { display:block; }
 }@media only screen and (max-width: 763px) { #xEcGmXHXQVTephUC83aAiZiUD8zLC9Md { width:20rem;height:2.59874375rem;top:1.4375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nDmTV0tm59ZKgLwzp8QBmzpTJFdhAdzv { width:10.375rem;height:1.462675rem;top:25.25rem;left:5.375rem;font-size:1.125rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);z-index:100104;display:block; }
 }@media only screen and (max-width: 763px) { #hTMTCRFRTo4QTX56rVnO2q0xVCwihAxI { width:7.874375rem;height:2.8125rem;top:27.0625rem;left:0.625rem;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:100105;display:block; }
 }@media only screen and (max-width: 763px) { #ORWyqOhTcZqqx6b2mUGHFwaivUhUaLbl { width:7.6248125rem;height:2.87435rem;top:27.0625rem;left:11.75rem;z-index:100106;display:block; }
 }@media only screen and (max-width: 763px) { #g5Glc33eXoC51s08UxITxt5v7OVTEWtM { width:19.749375rem;height:5.12044375rem;top:18.557835154236rem;left:0rem;font-size:1.3125rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #VDL4taEodTAqBsXPpKCRte8f8t6A9GTp { display:block; }#VDL4taEodTAqBsXPpKCRte8f8t6A9GTp > .row .container { width:20rem;height:190.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZuOQwynwUd0tR3Mg11kVJhoPS2XtGeC8 { width:15.125rem;height:13.875rem;top:31.875rem;left:2.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#ZuOQwynwUd0tR3Mg11kVJhoPS2XtGeC8.adaptive-delivery-prevent-bg, #ZuOQwynwUd0tR3Mg11kVJhoPS2XtGeC8.lazyload, #ZuOQwynwUd0tR3Mg11kVJhoPS2XtGeC8.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #JLuwW4hREomg6IiEh7PUnIN9SuZSTEnw { width:8.75rem;height:2.6875rem;top:43.249786376953rem;left:5.7821197509766rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERGmuLi05qaMIXatgV41owATf5QhVCm7 { display:block; }
 }@media only screen and (max-width: 763px) { #ChMOE2WGwCvaknwqt93m74vG4VNxFcNW { width:15.0625rem;height:13.8125rem;top:16.5625rem;left:2.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#ChMOE2WGwCvaknwqt93m74vG4VNxFcNW.adaptive-delivery-prevent-bg, #ChMOE2WGwCvaknwqt93m74vG4VNxFcNW.lazyload, #ChMOE2WGwCvaknwqt93m74vG4VNxFcNW.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #BSB2IWO6pHGCRbfG6lf6ty4bZE8lH9ps { width:8.75rem;height:2.6875rem;top:27.9375rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsNulqOr51Vm9o5dexgXrxTUUZCUXD0p { display:block; }
 }@media only screen and (max-width: 763px) { #XZIFKJItHpnaKtiIaUL93zW5K2ol4GhL { width:15.0625rem;height:13.8125rem;top:1.25rem;left:2.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#XZIFKJItHpnaKtiIaUL93zW5K2ol4GhL.adaptive-delivery-prevent-bg, #XZIFKJItHpnaKtiIaUL93zW5K2ol4GhL.lazyload, #XZIFKJItHpnaKtiIaUL93zW5K2ol4GhL.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #TsZkVcEHyJsmACCzNZ5vwwvdf5WTVUeC { width:8.75rem;height:2.6875rem;top:12.625rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nT7RkoBOVABJ8tUNBJo09TENveZ9lJRD { display:block; }
 }@media only screen and (max-width: 763px) { #S1a8AMSS0GSr6JE4hWiVttcTU8gEQaMT { width:15rem;height:12.9375rem;top:25.763541221619rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ws2FnvqBa8Ln8qLe1Wy863WEu3sDTwX5 { width:15.0625rem;height:13.8125rem;top:47.24937875rem;left:2.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#Ws2FnvqBa8Ln8qLe1Wy863WEu3sDTwX5.adaptive-delivery-prevent-bg, #Ws2FnvqBa8Ln8qLe1Wy863WEu3sDTwX5.lazyload, #Ws2FnvqBa8Ln8qLe1Wy863WEu3sDTwX5.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #yZeMwJPTOqsvub2ZtekSJwGJRoPOwcIG { width:8.75rem;height:2.6875rem;top:58.62437875rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXsH6nAsS7bZ4mV7sbbLxTHLTCvOktoP { display:block; }
 }@media only screen and (max-width: 763px) { #OhzBXcqDVmnws7RheXUbTdnMRGDdcHz5 { width:15.0625rem;height:13.8125rem;top:62.56187875rem;left:2.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#OhzBXcqDVmnws7RheXUbTdnMRGDdcHz5.adaptive-delivery-prevent-bg, #OhzBXcqDVmnws7RheXUbTdnMRGDdcHz5.lazyload, #OhzBXcqDVmnws7RheXUbTdnMRGDdcHz5.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #wo7E1aa56gAUOXg06aBwPv2AZuom2fE3 { width:8.75rem;height:2.6875rem;top:73.93687875rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #apggfb6uBQoDNw6II45kdR1P1NyxkEqg { display:block; }
 }@media only screen and (max-width: 763px) { #ZgmyOogXreewN2dgWs2JNCelDZHD6veT { width:13.3105625rem;height:1.7871125rem;top:4.393404006958rem;left:3.3430991768837rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oC08SszKgTAa3fE9h1a4QS4xpN49RKzN { width:12.5rem;height:1.62435rem;top:10.625rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6H1AUik96nrovBKe0g7oICcXEd6ioqb { width:13.311625rem;height:2.92535rem;top:18.9375rem;left:3.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyHCs0RTTD7v3LDsime3NVGASKzXa5GM { width:12.5rem;height:1.62435rem;top:24.25rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJR0bfTwDLDr4tpvd7MgqNioFWl4rMEc { width:13.311625rem;height:1.54296875rem;top:34.6875rem;left:3.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5zAPi5u2faXO0I7oVKwlEWRnmVTcEpd { width:12.5rem;height:1.62435rem;top:40.125rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpQV04e0xchEFOCWn5d6dA1mxRlbQqfG { width:13.311625rem;height:1.54296875rem;top:49rem;left:3.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIaoNbRBSksqMDVzioutVh1BtaI6eA3w { width:11.6873125rem;height:2.76041875rem;top:51.8125rem;left:4.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5xiApPG0R0ZtwZmr7qUxRlSPiG1U4eN { width:12.5rem;height:1.62435rem;top:55.8125rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUBoZrWTxJwhyR79MIbtSx8lObeFInim { width:15.0625rem;height:13.8125rem;top:77.873276757813rem;left:2.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#BUBoZrWTxJwhyR79MIbtSx8lObeFInim.adaptive-delivery-prevent-bg, #BUBoZrWTxJwhyR79MIbtSx8lObeFInim.lazyload, #BUBoZrWTxJwhyR79MIbtSx8lObeFInim.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ITOe0DFHVldUfdgxeGWnMyt2gS3eKRTb { width:8.75rem;height:2.6875rem;top:89.249578046419rem;left:5.8153228759766rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqo6xgM1VoH5eHIlHZXuIgWy15ET5wMV { display:block; }
 }@media only screen and (max-width: 763px) { #F903umLu2fEXZWFSlLxdTeTFGAp3N50d { width:15.0625rem;height:13.8125rem;top:94.0625rem;left:2.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#F903umLu2fEXZWFSlLxdTeTFGAp3N50d.adaptive-delivery-prevent-bg, #F903umLu2fEXZWFSlLxdTeTFGAp3N50d.lazyload, #F903umLu2fEXZWFSlLxdTeTFGAp3N50d.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #BA6dnuSTkwLObqeLTazvg7ZBrHXzptIr { width:8.75rem;height:2.6875rem;top:105.4375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3FABglOGa3NLfRqtxzCPfn1JnzBQpFl { display:block; }
 }@media only screen and (max-width: 763px) { #WSNSSkblab4QTsrJ2zXUNxHDBM9TgpIR { width:15.0625rem;height:13.8125rem;top:109.375rem;left:2.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#WSNSSkblab4QTsrJ2zXUNxHDBM9TgpIR.adaptive-delivery-prevent-bg, #WSNSSkblab4QTsrJ2zXUNxHDBM9TgpIR.lazyload, #WSNSSkblab4QTsrJ2zXUNxHDBM9TgpIR.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #V49M8wxsMwmieInOn1xusALT8QrgIMSs { width:8.75rem;height:2.6875rem;top:120.75rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXREf5PmEAytxHelFcw8f7kOq7M4frTS { display:block; }
 }@media only screen and (max-width: 763px) { #gNbPFLNhCQUWbNsMnN0pvEMOVGJHdhA8 { width:15.0625rem;height:13.8125rem;top:124.6875rem;left:2.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#gNbPFLNhCQUWbNsMnN0pvEMOVGJHdhA8.adaptive-delivery-prevent-bg, #gNbPFLNhCQUWbNsMnN0pvEMOVGJHdhA8.lazyload, #gNbPFLNhCQUWbNsMnN0pvEMOVGJHdhA8.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #LbvzHFp3xEaTTdPiPAV6lfc5LhiiM38g { width:8.75rem;height:2.6875rem;top:136.0625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfoOQaMh4uTR1vb7dG68zNNx3c67U3hF { display:block; }
 }@media only screen and (max-width: 763px) { #y3Mm5O5TnHLrnO4LK0rT6n1gETIgcG9i { width:13.311625rem;height:1.54296875rem;top:64.1875rem;left:3.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFKMigEcL1eg29NsOpXgm5efAoDw8eeT { width:11.6873125rem;height:2.76041875rem;top:66.625rem;left:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TftVOSRBoCA9mG3D9wdK20HMqVvg1mKi { width:12.5rem;height:1.62435rem;top:71.3125rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlTtbXN7HCNlISbk921M9Qv1mbkps7tq { width:13.311625rem;height:1.54296875rem;top:79.125rem;left:3.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #brrBhK22tOagKxr6GzZPJWmxP3UfPkvC { width:11.6873125rem;height:4.140625rem;top:81.999771329575rem;left:4.1558161377907rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiT868e37h7fPUITNdC0rFK69f7hZSH4 { width:12.5rem;height:1.62435rem;top:86.625rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQ9zQuArZZV9DEJsrhSWPt9l4IA7MIPm { width:15.0625rem;height:13.8125rem;top:140.875rem;left:2.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#xQ9zQuArZZV9DEJsrhSWPt9l4IA7MIPm.adaptive-delivery-prevent-bg, #xQ9zQuArZZV9DEJsrhSWPt9l4IA7MIPm.lazyload, #xQ9zQuArZZV9DEJsrhSWPt9l4IA7MIPm.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #eF5tBKTaTedwOnHFS0sy9G3enZX2sxqd { width:8.75rem;height:2.6875rem;top:152.25rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJo2e7pC2zD1MfVXg1sTtTuuc1AuAhQL { display:block; }
 }@media only screen and (max-width: 763px) { #EeWTqTTIWNqBDLPzTfepKp0ru51663pf { width:15.0625rem;height:13.8125rem;top:156.1875rem;left:2.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#EeWTqTTIWNqBDLPzTfepKp0ru51663pf.adaptive-delivery-prevent-bg, #EeWTqTTIWNqBDLPzTfepKp0ru51663pf.lazyload, #EeWTqTTIWNqBDLPzTfepKp0ru51663pf.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #h9kH67oylepETSxcSHbsEiCclo7un3z9 { width:8.75rem;height:2.6875rem;top:167.5625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxloawCrD6b3avA9azHHzBCKixnmb6u5 { display:block; }
 }@media only screen and (max-width: 763px) { #p9OWGAx0e1FdWgTOmywQga6UdIBnF5Et { width:15.0625rem;height:13.8125rem;top:171.5rem;left:2.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#p9OWGAx0e1FdWgTOmywQga6UdIBnF5Et.adaptive-delivery-prevent-bg, #p9OWGAx0e1FdWgTOmywQga6UdIBnF5Et.lazyload, #p9OWGAx0e1FdWgTOmywQga6UdIBnF5Et.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #dsxpkVzTnwLll28RKvwuoNccpdfBlgu1 { width:8.75rem;height:2.6875rem;top:182.875rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHLFOn8IUpRRTpfMTalrNewJTXQFt7ia { display:block; }
 }@media only screen and (max-width: 763px) { #eLrSIR6HPKu5KGxM5PeBS3TwPSAFWg9Z { width:13.311625rem;height:1.54296875rem;top:96.25rem;left:3.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgtxCugoh7O5FBv4yyWSP641ylT5vwLh { width:11.6873125rem;height:2.76041875rem;top:99.4375rem;left:4.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1tC3NFDDq8iRLsigEgoMcFsWklp8JrI { width:12.5rem;height:1.62435rem;top:103rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCqRWEZzsf6mnbOv2s26HWclwCdxT3lX { width:13.311625rem;height:3.0859375rem;top:111.3125rem;left:3.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mquvMOnuE9zbh732MAToymcrQ2tylBF6 { width:11.6873125rem;height:1.38020625rem;top:114.125rem;left:4.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lU2oo9JBmcETAqun5Pu3fW6UeHSGSHfM { width:12.5rem;height:1.62435rem;top:118.125rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mdki10oUry1oPWoIkXV9X4kcnG1h38Hl { width:13.311625rem;height:3.0859375rem;top:126.4375rem;left:3.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uakgSuMkQO5uwbHhAtdOisy06KFTQtqg { width:12.5rem;height:1.62435rem;top:133.25rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVo50HMzNAIZXnAymvmh3708CNKlcTgt { width:13.311625rem;height:3.0859375rem;top:142.5625rem;left:3.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUOHQvLPU4WUnzhf9w2UC234209fXNNd { width:12.5rem;height:1.62435rem;top:149.375rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNbtPV08sTJEEGZ1ebDwynfZsXvJ3yVv { width:13.311625rem;height:3.0859375rem;top:156.9375rem;left:3.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhPg1iPfBxqBU0LhoTW5brT9qtcaizP7 { width:11.6873125rem;height:2.599825rem;top:161.37483734451rem;left:4.1558161377907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZcfuTMmqbgArLZlT5WcMNykdqN0MC4W { width:12.5rem;height:1.62435rem;top:165rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wC3kWa4FT8wqhN7XsrturZtG3s0kpBMf { width:13.311625rem;height:3.0859375rem;top:174.5rem;left:3.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVmLpOVDvrcr9IMN2tXNo9TwimdgAf0I { width:12.5rem;height:1.62435rem;top:179.9375rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3KK7lfDx6bbHwZfnRU36RT8Aatd4RvF { width:13.3105625rem;height:1.462675rem;top:6.8532990869137rem;left:3.3430991768837rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fv96P0CvvIk8kQ2dXJdx3oGVcUFNEwnV { width:11.6873125rem;height:2.76041875rem;top:36.747983932495rem;left:4.1558161377907rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqhC2C9MssvksTAqX7bnciRGVV4uTnUv { display:block; }#IqhC2C9MssvksTAqX7bnciRGVV4uTnUv > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM { display:block; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row .container { width:20rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3dqLJbL6KSHDnWOxRpKkGc0pJaZkLE1 { width:6.5625rem;height:6.06228125rem;top:27.25rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVl7d5baw4488HxCLSNkgCSBTc9Um44L { width:20rem;height:2.99913125rem;top:0.93747711181638rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #QnZpFdr3QUZna3sqAuMUJWfvyTPtWEFM { width:14.4998125rem;height:2.92535rem;top:25.936415672302rem;left:2.7495661377907rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hDH4yGtS2fqOyz15QpvWGyhN1rT9NeOL { width:20rem;height:2.11263125rem;top:29.875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WBGGgF9V6COSIp6OQGcnDhnP7wcCLQgw { width:2.8125rem;height:2.8125rem;top:33.25rem;left:14.0625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVgcZ9NuFIn3Oi1Lm0y8Z5TGS7TnHvMn { width:2.8125rem;height:2.8125rem;top:33.25rem;left:10.75rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioW9iEdslgi80ddpwJDgKk2chO2iGR15 { width:2.8125rem;height:2.8125rem;top:33.25rem;left:3.125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O90BTEvmuhhVU9UvH1aMLNMUe1eWOECd { width:3.125rem;height:3.125rem;top:29.375rem;left:1.8745661377907rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDKuVLVcQWKt4BqvEQr7c2pkTc0GdyDd { width:3.125rem;height:3.125rem;top:25.836547851562rem;left:1.7495661377907rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IltDanqoJXs3b889uPRIaDmAmVuWMPtA { width:3.1875rem;height:3.1875rem;top:33.0625rem;left:7rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAabnBA76TTt2kLRHd0PwAhpVO3O4pN8 { width:20rem;height:0.97439375rem;top:37.4375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JkJbrHWwe22GZKVbf6FeBw6q2PH4PacS { width:12.8125rem;height:20.186625rem;top:4.7493457794189rem;left:3.5937500596046rem;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }