.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;
}
.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:4.375rem;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; }
#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.062283754349rem;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.062283754349rem;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:4.7265625rem;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:9.1555995941163rem;left:21.069011688233rem;overflow:hidden;display:block; }
#xwP2kIcI67SH7c6ZZkf8Ns5vTXGJ7tZl { color:#494748;display:block;width:13.499375rem;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.6221790313719rem;left:23.443141937256rem;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:3.4375rem;width:8.375rem;top:8.8743488788606rem;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; }
#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:1.0438370704651rem;left:6.1501731872559rem;height:3.0859375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a75355N6368cHQh1CHkppn6yGOJTPfkn { position:absolute;display:block;z-index:100000;background-color:rgba(243,249,255,0.57);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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:3.125rem;width:8.2498125rem;top:8.9984817504881rem;left:21.193576812744rem;display:block; }
#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:1.875rem;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:3.2487rem;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; }
#MckypThRNxTkphy1JMToE72gpAcw4Ffa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbdbdb;background-image:none;position:relative;display:block; }#MckypThRNxTkphy1JMToE72gpAcw4Ffa > .row .container { background-color: transparent; background-image: none; }#MckypThRNxTkphy1JMToE72gpAcw4Ffa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MckypThRNxTkphy1JMToE72gpAcw4Ffa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MckypThRNxTkphy1JMToE72gpAcw4Ffa > .row .container > .video-iframe-container { display: none; }#MckypThRNxTkphy1JMToE72gpAcw4Ffa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MckypThRNxTkphy1JMToE72gpAcw4Ffa > .row > .video-iframe-container { display: none; }#MckypThRNxTkphy1JMToE72gpAcw4Ffa > .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); }#MckypThRNxTkphy1JMToE72gpAcw4Ffa > .row .container { border-width: 0; border-radius: 0; }#MckypThRNxTkphy1JMToE72gpAcw4Ffa > .row > .video-iframe-container {  }#MckypThRNxTkphy1JMToE72gpAcw4Ffa > .row .container { font-size:0.875rem;font-family:arial;height:309.125rem;width:60rem;position:relative;display:block; }#RIrZmDU64amlfhNQ4oKrLEhL52Phu9mz { 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; }#RIrZmDU64amlfhNQ4oKrLEhL52Phu9mz.adaptive-delivery-prevent-bg, #RIrZmDU64amlfhNQ4oKrLEhL52Phu9mz.lazyload, #RIrZmDU64amlfhNQ4oKrLEhL52Phu9mz.lazyloading { background-image: none; }
#B60bXJvr91LrDucmKFLltcxxwCJsoZ96 { 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; }
#U5DHGef3SqQbPaIzaFLtI3A4deO262zI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#rO270AsWOdBOVNWxXnINwGH1dBFcbQdZ { 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; }#rO270AsWOdBOVNWxXnINwGH1dBFcbQdZ.adaptive-delivery-prevent-bg, #rO270AsWOdBOVNWxXnINwGH1dBFcbQdZ.lazyload, #rO270AsWOdBOVNWxXnINwGH1dBFcbQdZ.lazyloading { background-image: none; }
#ZeiTzzBzCL0Fp87ME9OUZ9hUdOTaEI9X { 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; }
#CFuMLepEhHPkRFZg4G0ikEbcL46R6icn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#uTXDZGSVzgh48622QXT4u7qsJK8NAGhV { 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; }#uTXDZGSVzgh48622QXT4u7qsJK8NAGhV.adaptive-delivery-prevent-bg, #uTXDZGSVzgh48622QXT4u7qsJK8NAGhV.lazyload, #uTXDZGSVzgh48622QXT4u7qsJK8NAGhV.lazyloading { background-image: none; }
#EU2WsHfLR9naVpr0CnAsMn05c1nh2CK8 { 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; }
#huGxbx6AmTmebvL6DF4V8E0D2KZ8lmR8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#row4EZAordTRzUbhcQbwRr7kPeBQmDyd { 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; }
#GihU22aSXrxItW7gJPkekCB9UWITxFVS { 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; }#GihU22aSXrxItW7gJPkekCB9UWITxFVS.adaptive-delivery-prevent-bg, #GihU22aSXrxItW7gJPkekCB9UWITxFVS.lazyload, #GihU22aSXrxItW7gJPkekCB9UWITxFVS.lazyloading { background-image: none; }
#mcA3Qg1IGVweMIuHgFbyUIkowkHGq4wy { 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; }
#g2EoEOfHfdaqoIsSpzg7E925IeBbmPG6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#owtSocuyVTS8QQ9f5uxvTQ95FFzhEDse { 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; }#owtSocuyVTS8QQ9f5uxvTQ95FFzhEDse.adaptive-delivery-prevent-bg, #owtSocuyVTS8QQ9f5uxvTQ95FFzhEDse.lazyload, #owtSocuyVTS8QQ9f5uxvTQ95FFzhEDse.lazyloading { background-image: none; }
#TxMJ3UJgzWzsctGuN5zR4M724DeZzT2b { 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; }
#omkgIW0UfbuNRIm9I1JMFZWx7r6GGMdD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MLpWCoLvHqFhG5BEQGhS5SNWKmvuKIeN { 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; }#MLpWCoLvHqFhG5BEQGhS5SNWKmvuKIeN.adaptive-delivery-prevent-bg, #MLpWCoLvHqFhG5BEQGhS5SNWKmvuKIeN.lazyload, #MLpWCoLvHqFhG5BEQGhS5SNWKmvuKIeN.lazyloading { background-image: none; }
#QtsCxWsVn8QiG2DfvrTIeytUsE4X4J9A { 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; }
#HxrOaiTWVXtMoZerrBd3cUGaN3LIVeHA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fmpkyqWxUqGJTnyEthVbFrHyWbyheeS5 { 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; }#fmpkyqWxUqGJTnyEthVbFrHyWbyheeS5.adaptive-delivery-prevent-bg, #fmpkyqWxUqGJTnyEthVbFrHyWbyheeS5.lazyload, #fmpkyqWxUqGJTnyEthVbFrHyWbyheeS5.lazyloading { background-image: none; }
#u7s2JFqWB0hK8rpliPNBTHkllFp5ckuh { 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; }
#Txd15AGHeXDqsg5hvkQqKnuVeQ2L6g5s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#WSmLEtTBPa4ztNTtVENnmTakiehFmNri { 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; }#WSmLEtTBPa4ztNTtVENnmTakiehFmNri.adaptive-delivery-prevent-bg, #WSmLEtTBPa4ztNTtVENnmTakiehFmNri.lazyload, #WSmLEtTBPa4ztNTtVENnmTakiehFmNri.lazyloading { background-image: none; }
#KqrhTE3Wv77E17MuoPbhIXhU86dp4qit { 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; }
#uCA0dDDUNIwSeMPhDRoBotPweHaVcvUR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#tJCsIPzaQ6DyLSEONvFOM2pgAvKmk0vr { 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; }#tJCsIPzaQ6DyLSEONvFOM2pgAvKmk0vr.adaptive-delivery-prevent-bg, #tJCsIPzaQ6DyLSEONvFOM2pgAvKmk0vr.lazyload, #tJCsIPzaQ6DyLSEONvFOM2pgAvKmk0vr.lazyloading { background-image: none; }
#WsP4vtxkrZro3HNXKlEoPDcxgV37PbRF { 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; }
#R6EksCvWupWsR3iQTC1aGk5GEGRlpoUB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wAEy4swuxLCJIRog1cnIGgTBst3P8onx { 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; }#wAEy4swuxLCJIRog1cnIGgTBst3P8onx.adaptive-delivery-prevent-bg, #wAEy4swuxLCJIRog1cnIGgTBst3P8onx.lazyload, #wAEy4swuxLCJIRog1cnIGgTBst3P8onx.lazyloading { background-image: none; }
#E3pJ5FmQD1pKTn5K5MVp1LRL75F5K7EC { 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; }
#QC2x68mgmvbzbsVDqB7zU6uW8NJJUSiE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#taEutwTneL5lDqUKJ9E3tALT2kcHIQDw { 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; }#taEutwTneL5lDqUKJ9E3tALT2kcHIQDw.adaptive-delivery-prevent-bg, #taEutwTneL5lDqUKJ9E3tALT2kcHIQDw.lazyload, #taEutwTneL5lDqUKJ9E3tALT2kcHIQDw.lazyloading { background-image: none; }
#gMFwFLI9G5yBywBA8Zopy0lIrc12RETh { 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; }
#BtDi4mAqQstbvG87u1yqLl5u7P2bM6Al { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lRW2uqkDURtroVmuI5r1dTeJ40uHa4Uo { 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; }#lRW2uqkDURtroVmuI5r1dTeJ40uHa4Uo.adaptive-delivery-prevent-bg, #lRW2uqkDURtroVmuI5r1dTeJ40uHa4Uo.lazyload, #lRW2uqkDURtroVmuI5r1dTeJ40uHa4Uo.lazyloading { background-image: none; }
#NExk0CqsM2z9x4IVHhFmLmZgSXXEha7i { 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; }
#rcGTeK2b14qmLwKlKIpnowsziRPBBZRF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Ft9ckZLOtGkhpZZim9smsTpTfxoF8UwP { 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; }#Ft9ckZLOtGkhpZZim9smsTpTfxoF8UwP.adaptive-delivery-prevent-bg, #Ft9ckZLOtGkhpZZim9smsTpTfxoF8UwP.lazyload, #Ft9ckZLOtGkhpZZim9smsTpTfxoF8UwP.lazyloading { background-image: none; }
#nwI0riPc0oUZWpHiJOJm1VqDk1tssyq0 { 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; }
#FceOCDm4a8cqrCr2l9JNWcllhbS84mQq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#T3Id4UdWH8LdTWH9sX6GZM4vabUFtO45 { 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; }#T3Id4UdWH8LdTWH9sX6GZM4vabUFtO45.adaptive-delivery-prevent-bg, #T3Id4UdWH8LdTWH9sX6GZM4vabUFtO45.lazyload, #T3Id4UdWH8LdTWH9sX6GZM4vabUFtO45.lazyloading { background-image: none; }
#EwFNF5Xu38kQJVFmZ2D6u80HX6RgNyuG { 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; }
#ecXqnpUQOwoZXrDwLXWPelce3y32FlRM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#IzWW9a7WQQg81PfVW1uXGRhpqnnNALTQ { 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; }#IzWW9a7WQQg81PfVW1uXGRhpqnnNALTQ.adaptive-delivery-prevent-bg, #IzWW9a7WQQg81PfVW1uXGRhpqnnNALTQ.lazyload, #IzWW9a7WQQg81PfVW1uXGRhpqnnNALTQ.lazyloading { background-image: none; }
#OQiMWdbo8aboXVVUM5tlxyZ6oEB14WlR { 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; }
#B6eiPo9PSPT044spT2RgPTxthVk393KL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#AvDAWlgMZ3Vrny6PdVTCd33BBWApUTF8 { 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; }
#eNa0M1EyiLRRvBKu6sex2K7b00F1gcgT { 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; }
#rPDqVpSVBdb8lXLJgbEykVnatv7MQKBR { 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; }
#FIXm0X2hz0d6w7oROEwGTl87kxPnsR8k { 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; }
#wnABTPs0gzdH1aWzkKmLJaRiZ86XikPU { 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; }
#LiF7T2EyiufpavPuqZ81tKZ5XoL1cuge { 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; }
#BP7wlaSaEzXJFIuuwHxLH2T09gZ7wQWN { 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; }
#qub60ECH86tFmG0W3sdpUDgzclPK4JTc { 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; }
#g6SsaCe73L4LZ0hW95OaSQZ7Nfa8xTLb { 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; }
#AOaopIVwpK8Tx0q8JZ0UreQG6oCnwb3X { 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; }
#SJNu9vEMQLrUNsB1oaOSsTBhnoGJKyT6 { 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; }
#FXDc9CKTMDZEMokBCCi3Aq8ypTQIpftP { 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; }
#S2k9DNKnVTKlmk009O5ZToyt7IpG3EJz { 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; }
#am7ribBB7zmcPqoRVushMr4g0aDsZxCT { 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; }
#op7mi4LgwqSyfhkEfASNNhb5Z7EPk0tF { 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; }
#J06utt4PaB9vCxTT3t2stimiyTnxRqym { 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; }
#mXAu9cBg6uzfruUvqEFkubhMOolKxv0I { 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; }
#r7o3OTyr6VcU2ie6hJJpUdpnAbF1VBHM { 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; }
#N1Ab0Ju0RR7qWS4r0zUJcUXodqSS7s1W { 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; }
#sxdlhBK10AG5PcBTPB76JTpMfTuTcZdT { 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; }
#S4OuHqWPxiOCtk5oR1dnOfLScNKL8dMU { 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; }
#PAGM4J1KHsFwuN2lZJ4wqiZ0IvVTVuIQ { 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; }
#RxO9B74VmwJhShZNK6oLKeUc8K5rePBN { 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; }
#oCBvmqzKrz5aW6WrmsF4R5BW9FJ0AnTa { 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; }
#XGicOyS6Tgd4sLJsDRwh7OLtKRGOOV5q { 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; }
#kViFPpBl5cyPwnEL3T0dkpoccLlzfEFA { 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; }
#GaJET8T1cvF1QlC7FZ8RWD8z8ggmMaAE { 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; }
#OFVc2NUyl7ZvgMGxHxq5SWFJhPkyVHWb { 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; }
#PUQX5cMI8kp0g2AgU7RAfQC06HpCBvyI { 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; }
#ywe3iABa7QRbXwJCeZQucde9Lc3Wcc9i { 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; }
#G8bW3bJUxJnVUfRezEBILWsFhWIFJLR3 { 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; }
#KMy9JDHKqDkKUQqdKLIypkIl3MIdBgX9 { 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; }
#SAQH8cIpx8BvqUCaBoZDK30e2Ri935ID { 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; }
#o6b89TSCtTrfrFtRHoDsxH4R6nk4fNog { 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; }
#CwcP9NJpQeQbkJGGUL0aMx1uZHyp2Xrg { 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; }
#mJD00aECImV9kXuavxXGEtxvWy4PiVVP { 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; }
#wVKRHrRmrJ9w9O50ml7T1TsZcwS1N6vo { 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; }
#nhTZpTV4a7oehcVSV7T5rb7fvEo9XEye { 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; }
#KmQXdMTsiod79cyoVpZ0b1Cg91imJLze { 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; }
#VIQZov5T4WJVolxBSxf1PzzXwsG5rrsT { 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; }
#TALsgTFySWabWxMrZeKrrpvWB6kKKEtG { 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; }
#mqdIAokfadg7JCauF69hihGqxlOP8sqx { 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; }
#pRBZG40UNCLCz2qz8y2Tu58kVRtZgGve { 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; }
#urwkyAMI1bp4a1IZz184IKJ12B6tNuL1 { 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; }#urwkyAMI1bp4a1IZz184IKJ12B6tNuL1.adaptive-delivery-prevent-bg, #urwkyAMI1bp4a1IZz184IKJ12B6tNuL1.lazyload, #urwkyAMI1bp4a1IZz184IKJ12B6tNuL1.lazyloading { background-image: none; }
#RAwmQhC1PPv5E1UsRtwg0TKGkcfzCHfi { 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; }
#AlVuEFJ9QQpW3sHeFGWSsXQH3lTzswIP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Hv3TJ3m519f3TWRNuuvUI2whMXEPITnN { 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; }
#di25E1GwsvfoZ3k0bNtze6FySEMO35Hm { 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; }#di25E1GwsvfoZ3k0bNtze6FySEMO35Hm.adaptive-delivery-prevent-bg, #di25E1GwsvfoZ3k0bNtze6FySEMO35Hm.lazyload, #di25E1GwsvfoZ3k0bNtze6FySEMO35Hm.lazyloading { background-image: none; }
#HxwW0RytSQXOSaRv44goT3xi9oeqykrX { 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; }
#CdpefKohluE5Ri10IFbMNhbCOaC00UuG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lFkJIw9R29JKnMbJSymG0Php5ukrkXSv { 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; }#lFkJIw9R29JKnMbJSymG0Php5ukrkXSv.adaptive-delivery-prevent-bg, #lFkJIw9R29JKnMbJSymG0Php5ukrkXSv.lazyload, #lFkJIw9R29JKnMbJSymG0Php5ukrkXSv.lazyloading { background-image: none; }
#GpBspS7UG7Ilxr47ACE7cnpClHlpV3eG { 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; }
#XhgAP1atN5Zah07ryZnv7WHFZe1aTxFs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#N0FgtTQXC6OLumfNBWauzge587TsEnrk { 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; }#N0FgtTQXC6OLumfNBWauzge587TsEnrk.adaptive-delivery-prevent-bg, #N0FgtTQXC6OLumfNBWauzge587TsEnrk.lazyload, #N0FgtTQXC6OLumfNBWauzge587TsEnrk.lazyloading { background-image: none; }
#JzpeStlecqAmcTHLmHgEt8JER1oSwXH5 { 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; }
#m34WlRZSpP0vPlFzP35nzRLWDyt0NhqH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bJC5TCiI7nMEGyWe0Os747NWGSLS56Ka { 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; }#bJC5TCiI7nMEGyWe0Os747NWGSLS56Ka.adaptive-delivery-prevent-bg, #bJC5TCiI7nMEGyWe0Os747NWGSLS56Ka.lazyload, #bJC5TCiI7nMEGyWe0Os747NWGSLS56Ka.lazyloading { background-image: none; }
#MqKtxlkQwdpVCI84I40PNyde75TIBygn { 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; }
#wlxw4FlPlEtVQFPN7ynx7FmrgocSHd81 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#raBfEhwLWdSk871AUAw4VusoInd2CHLB { 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; }#raBfEhwLWdSk871AUAw4VusoInd2CHLB.adaptive-delivery-prevent-bg, #raBfEhwLWdSk871AUAw4VusoInd2CHLB.lazyload, #raBfEhwLWdSk871AUAw4VusoInd2CHLB.lazyloading { background-image: none; }
#L8lkXyViZKS3X7TK0i2bZERDD1Qp7bhu { 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; }
#UHVkRFSlS3Ppzqcswd8JpPWSh2rkt60I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#WVT7kZN5HUHwOqVDlvJ48NtECgtJeKtV { 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; }
#ZXT3thxkzzGoERXquLTakPP3n0OUXnmz { 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; }
#Vcf9mKIxIfWTJdbNuGgDWpn0QxdvcNiR { 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; }
#CT7SID5e2pCEKE355PFFnLVySgpCwO3J { 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; }
#zaIRyE4oXFBcTfFJGVod0WmabrtNkG3O { 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; }
#I8d1QGWhUq0pcm7axO9vFwlJpWT7tzi9 { 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; }
#hyrAcF3E0A67HsZzFQimA9cMlsexkmaH { 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:69.937070846556rem;left:2.9351119995117rem;height:1.8684875rem;text-align:center;text-align-last:center;display:block; }
#Vai1Sdb6NmBMUhISmoiWQditm1gnohT1 { 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; }
#sfBuGRLcHAG3LIXfSvo6qIgUX1yZJ8Ue { 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; }
#hwX06PodWADBFHo06oTnIGcKnq5Ds0D7 { 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; }
#CpPOEt2TbbQC9sGmuVRBOsPVBHbp9pJr { 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; }
#uJE1zEe3LivsbV7s4XViRii1ii8CxEvt { 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; }
#THFgkQCz4V55nGpNH79GS7IilxmBPdlH { 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; }
#XfDDi9xnTkIOzf8PEI61llJpS9I1cO8y { 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; }
#T8moVmkWuFhasR3b81Zox6ucTt5afM92 { 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; }
#WG5bRy2K0auJINrOksRq3NT0AZk2vMym { 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; }
#q2ILynTWESAsZKw3v4XyyoZTsM2R77Sk { 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; }
#lPlXZJJZpxPNNoOIN2FLSlHuIHKBDfeH { 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; }#lPlXZJJZpxPNNoOIN2FLSlHuIHKBDfeH.adaptive-delivery-prevent-bg, #lPlXZJJZpxPNNoOIN2FLSlHuIHKBDfeH.lazyload, #lPlXZJJZpxPNNoOIN2FLSlHuIHKBDfeH.lazyloading { background-image: none; }
#U9r3zRGUtUWHMc46JACNGEoPh3kZpSye { 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; }
#ynGMGEmb4yKUTtaLu0v7ZwvLNqbiMPcE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#BegJpVTGAgvWckXlVvZ2Zk9Adi7BPrTv { 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; }#BegJpVTGAgvWckXlVvZ2Zk9Adi7BPrTv.adaptive-delivery-prevent-bg, #BegJpVTGAgvWckXlVvZ2Zk9Adi7BPrTv.lazyload, #BegJpVTGAgvWckXlVvZ2Zk9Adi7BPrTv.lazyloading { background-image: none; }
#XbWfO4Vdho3zwBk5H69VM6PmU9s2N3IU { 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; }
#L8bEF2riul8DkSR1nZ3TPun5EOlTw7bZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Voil2VJv8kcaTng49W3HlS9XFgIGVoS9 { 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; }#Voil2VJv8kcaTng49W3HlS9XFgIGVoS9.adaptive-delivery-prevent-bg, #Voil2VJv8kcaTng49W3HlS9XFgIGVoS9.lazyload, #Voil2VJv8kcaTng49W3HlS9XFgIGVoS9.lazyloading { background-image: none; }
#lLvfTggdfh2efxeumEheu6cg9ffUKL57 { 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; }
#W8kgogiiiah7WrrK2KWMdNiIw6zDrLsW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#A736aT4aWEoT7F7UgETZM6VDlSelLszZ { 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; }#A736aT4aWEoT7F7UgETZM6VDlSelLszZ.adaptive-delivery-prevent-bg, #A736aT4aWEoT7F7UgETZM6VDlSelLszZ.lazyload, #A736aT4aWEoT7F7UgETZM6VDlSelLszZ.lazyloading { background-image: none; }
#kJ3zMTxp1aUJmrOi3llaTvMCdyNBDl23 { 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; }
#EWy9TGTVTPOCrxoK32J9pVpd9tLW23fI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Aie6DQwZG0gT0RV8ivkdOS9rRQriPH1q { 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; }#Aie6DQwZG0gT0RV8ivkdOS9rRQriPH1q.adaptive-delivery-prevent-bg, #Aie6DQwZG0gT0RV8ivkdOS9rRQriPH1q.lazyload, #Aie6DQwZG0gT0RV8ivkdOS9rRQriPH1q.lazyloading { background-image: none; }
#c0Zgh4VqkapAJRm9klWSC127rQbA8CEz { 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; }
#IKWKyTEkheH75bE1G20P6FFwit6iioqK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#IMVaQtRXt2DnsW4SMJQ8yAxvOTmhbWda { 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; }#IMVaQtRXt2DnsW4SMJQ8yAxvOTmhbWda.adaptive-delivery-prevent-bg, #IMVaQtRXt2DnsW4SMJQ8yAxvOTmhbWda.lazyload, #IMVaQtRXt2DnsW4SMJQ8yAxvOTmhbWda.lazyloading { background-image: none; }
#OqVSo05bdKMfEKAvFLoQLrTn28Hl35BO { 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; }
#W95iSJwBTe8ScbhCuec4C6dGpbz2JInR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#dH8ovcxwiLdqg6iP5FpuiOr8vdS8RwMS { 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; }
#XO6qN9LPnwPzCQEPCNDLOE4qTXPUttat { 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; }
#SunVu7c19u1pp5b9EwwJ4DTEII91E9Fy { 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; }
#ctSCRHhn4a2iiH7Dtm8cUqRlzisnf7TI { 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; }
#u9DuQiBs9kUFmPsFisQBlIrqMgBHMBG9 { 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; }
#yENQaHE5c0sUHQm0CAeHA5kuWhrMUXua { 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; }
#IRuwIJV5UtX9tDDQFcG5KXKp8ChQnkak { 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; }
#VZLQw76WwJNMmd7qyk3y8sL0sqDRVwRk { 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; }
#GhATvOTHCLDDsansU4tczTVr950VBLDJ { 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; }
#HTkmQroCzybc4NV72hKaB2UopTh47H8v { 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; }
#mDmVdbhERCeMHeyc03NT2TgrfpLM9T6J { 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; }
#aQJ0yGnkn1XP5FMmzazDPydcOSTyku6g { 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; }
#EgWNzfg6hwsVgNOO8x4ZvCTuwTNXLyTD { 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; }
#i2ybusLwQcsKu7TTkx5qb2rQkf3Fs5EL { 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; }
#ftoCCKPQKZwuRv833gnd9dowN0DAAfJL { 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; }
#ZZIFTB1BDhK8lNvPalIJqMobVaJgmo0r { 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; }
#CbwHZrygdPO49KTQ0aXcMPBpOigfde4F { 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; }
#t1ybdXEIdckCSILA8a2drATt5WsDIVDS { 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; }
#kSCneTx1okMFKXClc852NePSQ7tpNN1b { 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; }#kSCneTx1okMFKXClc852NePSQ7tpNN1b.adaptive-delivery-prevent-bg, #kSCneTx1okMFKXClc852NePSQ7tpNN1b.lazyload, #kSCneTx1okMFKXClc852NePSQ7tpNN1b.lazyloading { background-image: none; }
#Q7WEo3e19kM8gox35TqpeXqZWbAJHJoX { 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; }
#KV0QZwTvoNpX3TgKRZU151vm1XOHG4h5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#EKgybUSbSVEA2veVmNIPap671zzTeqBx { 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; }#EKgybUSbSVEA2veVmNIPap671zzTeqBx.adaptive-delivery-prevent-bg, #EKgybUSbSVEA2veVmNIPap671zzTeqBx.lazyload, #EKgybUSbSVEA2veVmNIPap671zzTeqBx.lazyloading { background-image: none; }
#O4IPZNJXdpxFRCcneuRTczLFXuxZutnU { 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; }
#tMVXZK1ta1Uk2v0HtLHl9wMA7lZm5So2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#L1kVlFqeNpTk2G47syAOOKkdTNdobPsQ { 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; }#L1kVlFqeNpTk2G47syAOOKkdTNdobPsQ.adaptive-delivery-prevent-bg, #L1kVlFqeNpTk2G47syAOOKkdTNdobPsQ.lazyload, #L1kVlFqeNpTk2G47syAOOKkdTNdobPsQ.lazyloading { background-image: none; }
#iTJM9M4830H0apA2XTWBoZQGTpNXGlX7 { 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; }
#aLwFQJrCFZM5OVnxtu3XleqvTKDrd6H4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#hqfJwZtALRlbJyAMTa25ReDUC1ervyqa { 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; }#hqfJwZtALRlbJyAMTa25ReDUC1ervyqa.adaptive-delivery-prevent-bg, #hqfJwZtALRlbJyAMTa25ReDUC1ervyqa.lazyload, #hqfJwZtALRlbJyAMTa25ReDUC1ervyqa.lazyloading { background-image: none; }
#enKOinmBhZuLArHy35LhfmZmic77mS7X { 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; }
#wlrQOGqV181FntN2PfD1TRwJrnbr3l3N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#aESZ78vt12c8rxligC3G02298iyvlDNy { 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; }#aESZ78vt12c8rxligC3G02298iyvlDNy.adaptive-delivery-prevent-bg, #aESZ78vt12c8rxligC3G02298iyvlDNy.lazyload, #aESZ78vt12c8rxligC3G02298iyvlDNy.lazyloading { background-image: none; }
#sX3Wau9XcHSN1TvJRnZa0G34aG23RSvi { 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; }
#t35bOapUoxEXzAOtCoZlQT41vsiGToeF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MHsdVtTL8IMSBCyaO1ZvInpiq8z5vLnG { 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; }#MHsdVtTL8IMSBCyaO1ZvInpiq8z5vLnG.adaptive-delivery-prevent-bg, #MHsdVtTL8IMSBCyaO1ZvInpiq8z5vLnG.lazyload, #MHsdVtTL8IMSBCyaO1ZvInpiq8z5vLnG.lazyloading { background-image: none; }
#H0LKZT01vZms38dmnQJ2otkU2RiPh7J4 { 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; }
#UxVaG2akaG0bUcIvQo36eaQcAkHWx9H8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#P4AnT068yJcFqLNiD9PhIQ8THhBQyDLs { 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; }#P4AnT068yJcFqLNiD9PhIQ8THhBQyDLs.adaptive-delivery-prevent-bg, #P4AnT068yJcFqLNiD9PhIQ8THhBQyDLs.lazyload, #P4AnT068yJcFqLNiD9PhIQ8THhBQyDLs.lazyloading { background-image: none; }
#xraQUmtayyTiv6TaTsyqF73Nt15auahU { 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; }
#HyFd2rcRtnCyyyIm6pefNcEROGAAoWyE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#RT1o0oLuFwBqVOOzP69azq6XXLKWUgsR { 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; }#RT1o0oLuFwBqVOOzP69azq6XXLKWUgsR.adaptive-delivery-prevent-bg, #RT1o0oLuFwBqVOOzP69azq6XXLKWUgsR.lazyload, #RT1o0oLuFwBqVOOzP69azq6XXLKWUgsR.lazyloading { background-image: none; }
#wxD7VZRQK8w2JLa3UuPGCSNd7LPNg0FW { 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; }
#zUK1nfrpbnl8FMwhf73Gvc2niGPHQwWy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#pxbUFuZLLEFJT1v92mLdDllax0JVxfFc { 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; }#pxbUFuZLLEFJT1v92mLdDllax0JVxfFc.adaptive-delivery-prevent-bg, #pxbUFuZLLEFJT1v92mLdDllax0JVxfFc.lazyload, #pxbUFuZLLEFJT1v92mLdDllax0JVxfFc.lazyloading { background-image: none; }
#yxBkDq3i4EBwiysEqq0XsST7ZtcBB1n5 { 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; }
#oQVoI8B1VuwvT5wqhnoDwBZosRs7r2Nf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#THT7EnUiDuCkwH4OMnHgAsCqOw2kgEcm { 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; }
#BpJAebMApvFGvIDhKDCpissHSsM3npzo { 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; }
#wpMh8uMsWPwh3EhIGCP0rmtqfidvo7x6 { 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; }
#Lp6LfEOW7GNvXpc9iTi40FX5xi8qlWiS { 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; }
#GuUTcbo3aiQJGb9A6Bvll8fzs7utsMuM { 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; }
#yBN4BbTKZ6EnTcs8wNkmHy4uS1wbi7IM { 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; }
#PhrN6w0wek2uAShUWe3BhaDap47O1Ize { 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; }
#TUkzNCBCFrV8F3664bJso93nd47eJJty { 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; }
#c0eXP0pJVCIQy8UCn0pu5mzSl0Tn8c5l { 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; }
#iDq0H2xvObCuoUN9oSKpn2GE5Ut7V72f { 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; }
#U8ZeEOxsDEgWom5f9zomtxcx18CmCil2 { 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; }
#hJMH9nIu6lq7gh5dZ6ixcWrM9Wo6QRcx { 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; }
#nL4Xpd1u4qTA5lEGlcMnstEm08ygRVwh { 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; }
#RhJmdGJtKXwNNWfGIzeVomnGspQnqQ1c { 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; }
#Ke52UZ89pNPkzHeaGMVoKGXMrTSnPDlr { 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; }
#RfIkOztzlQPtCCbruRxBcQvsWAQTzzGk { 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; }
#ZOzZw6l4KVn3VsSAM0txZccIarnCedDQ { 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; }
#PU2xx9IWTfowmv3AJluCJbi0Hzo9JwJV { 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; }
#c9TAcGdnJWAGoxzt3yWsuGT441HH7hFU { 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; }
#TwBiTMdEDMRcHiKXZ1Tt2Dg158BZiWUV { 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; }
#lnZX8lSpuRZyLrSJamdnK3eW8WlE5r92 { 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; }
#FKsHmNWTcO7IvLKbcZylOLEct7ZPkowe { 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; }
#E4z8hmAbqc6qRi1uB8ivsMUqJwkiFRSk { 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; }
#PpSEuLIoewThXOlxEtn3aHFkqU10LvWt { 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; }
#EJAP6Lp83TTIEvZlsSzszGR5t6FQNZQw { 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; }
#CxIJxxch3Rmle9W6gfU369U7ssm704BZ { 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; }
#ZaBpJRdL8U4clHPmMdKFXecMt9oLuTJf { 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; }
#ppGuwDtXf0r3gDVbH67zTrdS2xy48pV2 { 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; }#ppGuwDtXf0r3gDVbH67zTrdS2xy48pV2.adaptive-delivery-prevent-bg, #ppGuwDtXf0r3gDVbH67zTrdS2xy48pV2.lazyload, #ppGuwDtXf0r3gDVbH67zTrdS2xy48pV2.lazyloading { background-image: none; }
#CgXcfifZ8uuTcDTXH8Ou2LhM7pOOlD3d { 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; }
#LRIHGBpaqWhMrGPriQP94V7fPWINCVCJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wH1Eup1CndI1ugzhCg6qe1tmzfGtDe81 { 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; }#wH1Eup1CndI1ugzhCg6qe1tmzfGtDe81.adaptive-delivery-prevent-bg, #wH1Eup1CndI1ugzhCg6qe1tmzfGtDe81.lazyload, #wH1Eup1CndI1ugzhCg6qe1tmzfGtDe81.lazyloading { background-image: none; }
#kUzVElm5wkrRxkRFuvRLsSU83JqeZB30 { 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; }
#ON3eJ0GFLnflKtKtOEnTQsTLEGu2FLcO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#abgeTtDs6UtMlR79zoGv5L3cnZWBOCpt { 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; }#abgeTtDs6UtMlR79zoGv5L3cnZWBOCpt.adaptive-delivery-prevent-bg, #abgeTtDs6UtMlR79zoGv5L3cnZWBOCpt.lazyload, #abgeTtDs6UtMlR79zoGv5L3cnZWBOCpt.lazyloading { background-image: none; }
#r9mvtvzFwoVC0ImzXgZBs5yLxdrz3b9z { 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; }
#dFdC02vGVHXDaWauGiBpSQChrLVXMtWZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#KAbdQoOE2HDsr7HJDMCR3matetNtruE4 { 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; }#KAbdQoOE2HDsr7HJDMCR3matetNtruE4.adaptive-delivery-prevent-bg, #KAbdQoOE2HDsr7HJDMCR3matetNtruE4.lazyload, #KAbdQoOE2HDsr7HJDMCR3matetNtruE4.lazyloading { background-image: none; }
#mzMMPtGhfzybtG1HfVEUPgd7wgfREbPQ { 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; }
#w4vltVCGmF8AFTIrMmpMzyIRx19LgJ5o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#aXew6KpQ9fwPgszQ9O0QfZEbDJeXQuHz { 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; }#aXew6KpQ9fwPgszQ9O0QfZEbDJeXQuHz.adaptive-delivery-prevent-bg, #aXew6KpQ9fwPgszQ9O0QfZEbDJeXQuHz.lazyload, #aXew6KpQ9fwPgszQ9O0QfZEbDJeXQuHz.lazyloading { background-image: none; }
#L99WTwSTCo8VIGvrEOWeNc3AR2Wq9o5s { 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; }
#tMbiTvpFeShqZIeDoF6AEfD6a3NZ52hL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#iP66qZ8i1izE8Hpk5ph3K3XaCkZe2w1O { 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; }#iP66qZ8i1izE8Hpk5ph3K3XaCkZe2w1O.adaptive-delivery-prevent-bg, #iP66qZ8i1izE8Hpk5ph3K3XaCkZe2w1O.lazyload, #iP66qZ8i1izE8Hpk5ph3K3XaCkZe2w1O.lazyloading { background-image: none; }
#ndITUy1MEtqWPT6W0iFiw2UAwRLzOueo { 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; }
#fTrdyUe29i5laeq0hRfioqBikHT2UgRg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#AXa4poKTTn82Olzt7U0UaHZTDMliavX0 { 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; }
#se3007WpsU0bu2T0H9gML8GeWGceVenZ { 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; }
#LBnCQrEaKzh7hlyzpR9Bdlkg5GakwQBa { 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; }
#G11sJIW1qcbgsxzBp6fo95H7CmM0OyO3 { 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:2.4370625rem;text-align:center;text-align-last:center;display:block; }
#z5OD6OJHGIrtzdTvmSXFc4fT4DgKOVp1 { 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; }
#FgrZZ7R40IAidwB7K6epyFFTdTpvT0Sc { 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; }
#XO3zInV5EpZUkLy65F9I1UQaI7903g7k { 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; }
#z7cmEZDL79kSaUG7XKTpghAZek8iaZ2w { 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; }
#HZoeaCxvouLrVLBTlEb5bC7eKs9v0l5s { 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; }
#o5fKNtp0QmEy37SnDDvGE96k6FHhf9tc { 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; }
#WvLKfJbJsCLqlr6GAkrEkqE0IJ0whnFz { 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; }
#TNklFZC4GBdbUG5h20PVEUJs5AL3uehL { 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; }
#sJwHbMfMMlk5GqQka5kt8BzXOBI9JB2L { 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; }
#Us369rspEObxyu9Hx3DPnk7v5JLZHorJ { 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; }
#UoeBmlXhQLFaw3SISGbIHHEKBLOuCqRu { 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; }
#tFa5OwWkXK7NDyvargr2l1v3I0XSsg9u { 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; }
#l8DKWI637bUF3FxQM14QXineNPxAb5lA { 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; }
#Ly1RbsLAVtAGTK9Io2m80hdXOIdB9tbN { 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; }
#VUbcIUvEICsDw3La0HbnKcKSkTcSxpke { 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; }#VUbcIUvEICsDw3La0HbnKcKSkTcSxpke.adaptive-delivery-prevent-bg, #VUbcIUvEICsDw3La0HbnKcKSkTcSxpke.lazyload, #VUbcIUvEICsDw3La0HbnKcKSkTcSxpke.lazyloading { background-image: none; }
#ItXADqA37oEP8FPQ9wGZWQ9iKgAiVDcb { 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; }
#rcAqSk1RnaP8dC1wCph8ttA0qOw6ucsg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#QsdLSTucy9fT8mol8n9utfGh7GIk2dwG { 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; }#QsdLSTucy9fT8mol8n9utfGh7GIk2dwG.adaptive-delivery-prevent-bg, #QsdLSTucy9fT8mol8n9utfGh7GIk2dwG.lazyload, #QsdLSTucy9fT8mol8n9utfGh7GIk2dwG.lazyloading { background-image: none; }
#z7BecBNa1DPy9C4BNe2SmmGuZGipXMog { 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; }
#B1TZMdKQQobIQcBfKJ1Kxq34r8XXOzeN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#q6wMT2sm0WaqXBxEXTa8rKgKVXtqXPOB { 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; }#q6wMT2sm0WaqXBxEXTa8rKgKVXtqXPOB.adaptive-delivery-prevent-bg, #q6wMT2sm0WaqXBxEXTa8rKgKVXtqXPOB.lazyload, #q6wMT2sm0WaqXBxEXTa8rKgKVXtqXPOB.lazyloading { background-image: none; }
#yTa08MPEotXwtc5R3OM4ULHlswbAh4Zg { 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; }
#F4vDKKR2I2MLMstxTdorJ64WgsfIbfZI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Jmulzo5ItH4HRckP1wL4GsoFNhGrHIk2 { 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; }#Jmulzo5ItH4HRckP1wL4GsoFNhGrHIk2.adaptive-delivery-prevent-bg, #Jmulzo5ItH4HRckP1wL4GsoFNhGrHIk2.lazyload, #Jmulzo5ItH4HRckP1wL4GsoFNhGrHIk2.lazyloading { background-image: none; }
#NZm4TNzbk9FEIKnfVI3RB1SSrGaisltt { 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; }
#wEySEMO1zBQLFthtxsviChBKUgbNMGN2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#oZFpIiVL1EDakOUfaVTZT6CIu9Thx492 { 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; }#oZFpIiVL1EDakOUfaVTZT6CIu9Thx492.adaptive-delivery-prevent-bg, #oZFpIiVL1EDakOUfaVTZT6CIu9Thx492.lazyload, #oZFpIiVL1EDakOUfaVTZT6CIu9Thx492.lazyloading { background-image: none; }
#BQlcW52x44Ozm0iT8TlU97Dpfmk4ITQT { 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; }
#WnVB8EgUGyo3RNIgkgJVZCVF0iXyuPgd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#iRc3rNTwkefft7qlKDm4DbLbwMzt7nD0 { 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; }#iRc3rNTwkefft7qlKDm4DbLbwMzt7nD0.adaptive-delivery-prevent-bg, #iRc3rNTwkefft7qlKDm4DbLbwMzt7nD0.lazyload, #iRc3rNTwkefft7qlKDm4DbLbwMzt7nD0.lazyloading { background-image: none; }
#OR0ozuG8bGMgmIuduLF1U8T2sHuUDqEs { 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; }
#Mn3K1tfvyrhMFN1v08fpOMVTldu8iUP2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#V5vCEJORa0WmFRSAPermFKUrgBa9PTpy { 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; }
#vFTTLnGvHTFfesZmuFkmHy7TErXgwtJL { 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; }
#qFdOoisxTr4VB7c2rSi1CigsRnnCAXUC { 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; }
#IRXkI3VEiNdRKh6Efm9tEpsU0f2BCvVu { 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; }
#UkC9ANzHPo8KGckBSLroGUhKgJgkFT8J { 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; }
#QNKoh4ixUwEIxLZFEJ4XoqgZHgnNH55H { 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; }
#yHIwvLpXc8mLT01sTK74zTUMAPTVfU48 { 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; }
#SoifSzGMda7T2341zB91ERGCKyPLqgG7 { 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; }
#nTlTFayxZA9WL5dguhCQKnyhUpnrqqah { 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; }
#ylMGVbuTkmbxmSpL8pyQg8GkyWGquLbQ { 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; }
#ndKGiU95qe7kLm5FgcuDJWii85VxeIAB { 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; }
#q1GeLlyCsNilyRiswO5T0iZaJ8vXgeE3 { 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; }
#FO6sCFB8G0I0EEfxFCCAa7lbxxMyq6D8 { 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; }
#e6PU1fIVgfe0JLHoFm89HJMkVU7cXXrQ { 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; }
#iSbRdk7XmRW3VuFNUKax2EJIzx331AbF { 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; }
#EzPEGPMyCTEek9TKosOywn6whcMnqsEk { 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; }
#VWwD1DnOukVZlwd4nuhw6E5x1mnhTShF { 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; }
#zlc7tU4qqsJKBitzerWaXfc9q8fvz8Da { 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; }
#Zr5FHD9mupd3DXMIrmtUW8MqVKEAh07g { 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; }#Zr5FHD9mupd3DXMIrmtUW8MqVKEAh07g.adaptive-delivery-prevent-bg, #Zr5FHD9mupd3DXMIrmtUW8MqVKEAh07g.lazyload, #Zr5FHD9mupd3DXMIrmtUW8MqVKEAh07g.lazyloading { background-image: none; }
#FBG52BVxSqbRzTnGP7FaT0WeO82tcoy8 { 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; }
#PsqhPtWdJlI9xIyIfhraLnlWXl7LLMN5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fXRLee6pr0Pa9dfEO9RbFMXKuC0B98Xz { 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; }#fXRLee6pr0Pa9dfEO9RbFMXKuC0B98Xz.adaptive-delivery-prevent-bg, #fXRLee6pr0Pa9dfEO9RbFMXKuC0B98Xz.lazyload, #fXRLee6pr0Pa9dfEO9RbFMXKuC0B98Xz.lazyloading { background-image: none; }
#W6yRzDF3wc3fZOWW6MHqknIUXgLEN9zZ { 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; }
#lZK4zvt3HHJRmX7iwId4HsOK0ZZG5WoL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ToNIBfaC0U8bcUJhEGnvzUowM5xlQqbN { 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; }#ToNIBfaC0U8bcUJhEGnvzUowM5xlQqbN.adaptive-delivery-prevent-bg, #ToNIBfaC0U8bcUJhEGnvzUowM5xlQqbN.lazyload, #ToNIBfaC0U8bcUJhEGnvzUowM5xlQqbN.lazyloading { background-image: none; }
#pf4Rl2KvW3LBPqvB3gBe4DwHlLxz5Srg { 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; }
#GmDLrDwTCowzsQQfG0NozOXkTeA3AVbx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MoLARJBvitiETSyRqRwL18IMWHom8UX8 { 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; }#MoLARJBvitiETSyRqRwL18IMWHom8UX8.adaptive-delivery-prevent-bg, #MoLARJBvitiETSyRqRwL18IMWHom8UX8.lazyload, #MoLARJBvitiETSyRqRwL18IMWHom8UX8.lazyloading { background-image: none; }
#wl4nvBFU2zTERKC0A8ghzSACIqRtAHGy { 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; }
#ARQMGywUSL6uE7oMyZvkEcDXlThFOktn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#RVEOfZhwrIss2eo1b8cZ5Iy8QdmiUkZn { 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; }#RVEOfZhwrIss2eo1b8cZ5Iy8QdmiUkZn.adaptive-delivery-prevent-bg, #RVEOfZhwrIss2eo1b8cZ5Iy8QdmiUkZn.lazyload, #RVEOfZhwrIss2eo1b8cZ5Iy8QdmiUkZn.lazyloading { background-image: none; }
#q3zmknzXWFs1fnLn6IXoKIEu6JmzLbMF { 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; }
#QhJ99pVplLmQrRFTu4Nl1JLASl2ov1s7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#slVOVNRGQaD9funawWeIKRQeBuyLH3VV { 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; }
#nA2wQp6VdMhMnaioOslzWMeSLRx3Dcxc { 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; }
#WpBGw7PFro1GE3Wc4pMubAUZ0sTCBODp { 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; }
#iAPaRtemkS2RzAPRcVg0dHTRXDTWidq7 { 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; }
#UR8kJGqnbT0JB9emGomKNmOwq8HLu1Ax { 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; }
#qHRGubizdGxBzKQWEoszVlJb2UgcNwq3 { 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; }
#M9JeKCfBuzJnvnFpZcoKDunorZvf0BRm { 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; }
#oRN8WIGF8Mbbt5A25OtmgekUTRbQgKMo { 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; }
#TgEPmpqTmvmH4tt1b0pLryHsIiTSC7Tp { 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; }
#GUrAdSqKGRen4fGKTCI3A5IDUoGXkVyA { 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; }
#eaot4caRX5JMTmBzOsiMZxrLTWwwoiJl { 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; }
#VoqcOlUfu3xW4aRJK8Ss5ZOSspqJqDlK { 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; }
#mlFsiZdQCfbuI3oaxehsetdvcZC2WAQQ { 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; }
#XTQgIPTNwSUFoIfJiDvEWW3VvkMuaWaX { 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; }
#JGbL4sy2QKkgoclTM705UQWTmRFAiGwB { 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; }
#zbIsb95yO4ILyIsP4C01rRTwMUoT34w9 { 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; }
#Ze9Gvm9N9LJT5p9zLNXd9O7SX9iV5iE1 { 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; }
#nFw16hBhQT7uugMgAPT0TqQUTTxVnX8B { 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; }
#ttoIOREWSCpNsFOpbuvqUuJWpSryuat7 { 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; }
#U9aupfIGee8WzsRo3m5OyK6K0prdUrDN { 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; }
#wFgfK6EwFxoHT7dzQanNHVfiM5AMgJIT { 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; }
#aCN2X0sf6O8TaE9w9svaMN75Tec2Mv5G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbdbdb;background-image:none;position:relative;display:block; }#aCN2X0sf6O8TaE9w9svaMN75Tec2Mv5G > .row .container { background-color: transparent; background-image: none; }#aCN2X0sf6O8TaE9w9svaMN75Tec2Mv5G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aCN2X0sf6O8TaE9w9svaMN75Tec2Mv5G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aCN2X0sf6O8TaE9w9svaMN75Tec2Mv5G > .row .container > .video-iframe-container { display: none; }#aCN2X0sf6O8TaE9w9svaMN75Tec2Mv5G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aCN2X0sf6O8TaE9w9svaMN75Tec2Mv5G > .row > .video-iframe-container { display: none; }#aCN2X0sf6O8TaE9w9svaMN75Tec2Mv5G > .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); }#aCN2X0sf6O8TaE9w9svaMN75Tec2Mv5G > .row .container { border-width: 0; border-radius: 0; }#aCN2X0sf6O8TaE9w9svaMN75Tec2Mv5G > .row > .video-iframe-container {  }#aCN2X0sf6O8TaE9w9svaMN75Tec2Mv5G > .row .container { font-size:0.875rem;font-family:arial;height:50.4375rem;width:60rem;position:relative;display:block; }#BiaClLvff26HaxW9f2M4WmXIZz6EwQr0 { 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; }#BiaClLvff26HaxW9f2M4WmXIZz6EwQr0.adaptive-delivery-prevent-bg, #BiaClLvff26HaxW9f2M4WmXIZz6EwQr0.lazyload, #BiaClLvff26HaxW9f2M4WmXIZz6EwQr0.lazyloading { background-image: none; }
#a7RtEwJNLGXBhfeMct0ulO2EdcZeegFX { 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; }
#enxGOMTOXq0SJPkdpdqqpVVlAKAmbErI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#S8pbu65wnewaMw59rzXtuKJsdzvcWBEy { 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; }#S8pbu65wnewaMw59rzXtuKJsdzvcWBEy.adaptive-delivery-prevent-bg, #S8pbu65wnewaMw59rzXtuKJsdzvcWBEy.lazyload, #S8pbu65wnewaMw59rzXtuKJsdzvcWBEy.lazyloading { background-image: none; }
#fcSCpUXNV2kt20n0l5xsG7w6CSA6vKcU { 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; }
#TmPEW4vcwt0BVaKVypPMK2PipRU23IuX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#AR1TdJbGkWooHBHBaI85wDKhgPcrMSHv { 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; }#AR1TdJbGkWooHBHBaI85wDKhgPcrMSHv.adaptive-delivery-prevent-bg, #AR1TdJbGkWooHBHBaI85wDKhgPcrMSHv.lazyload, #AR1TdJbGkWooHBHBaI85wDKhgPcrMSHv.lazyloading { background-image: none; }
#Oc7sZgroH0h7NwWE6Eb3i3NT6T13kOQ3 { 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; }
#Ln2nVpaBCscM70VX9okpsGU6WDWpkF1i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#D0vqTPca0Tde8LiVLFGtl36Tt7nPPhbU { 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; }
#t5vJGataEiiRyALglN75pGGs8PLTGMaN { 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; }#t5vJGataEiiRyALglN75pGGs8PLTGMaN.adaptive-delivery-prevent-bg, #t5vJGataEiiRyALglN75pGGs8PLTGMaN.lazyload, #t5vJGataEiiRyALglN75pGGs8PLTGMaN.lazyloading { background-image: none; }
#ULTxEv85OyaQLbT6P50wgcTFyX33Xlev { 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; }
#HgW7fpxpMlUreNllbc0KupRRCUcs7hBW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#QFTR6D8h77ZVJH0ExKGwDWQlb5T6aMBW { 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; }#QFTR6D8h77ZVJH0ExKGwDWQlb5T6aMBW.adaptive-delivery-prevent-bg, #QFTR6D8h77ZVJH0ExKGwDWQlb5T6aMBW.lazyload, #QFTR6D8h77ZVJH0ExKGwDWQlb5T6aMBW.lazyloading { background-image: none; }
#ooUL8Ny8TU41961WGf3n9O6td68bLnrM { 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; }
#wTwmfDmGff1Bq1JT7gNC53PHeJu6SDud { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#LyHnsxvBVdb7abNF568CkWAcFvAlwLZp { 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; }#LyHnsxvBVdb7abNF568CkWAcFvAlwLZp.adaptive-delivery-prevent-bg, #LyHnsxvBVdb7abNF568CkWAcFvAlwLZp.lazyload, #LyHnsxvBVdb7abNF568CkWAcFvAlwLZp.lazyloading { background-image: none; }
#ysFgfP5wduFlNnVzzaLpwRGbOSvnkkUB { 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; }
#S8pxrKoETCfGLpv4WJoe24hQgKlIBTJ7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#FJ5htaPV6QZ1AkTl2uzRvTTJkMsrzpTP { 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:4.9175348281861rem;left:44.874134063721rem;height:1.8684875rem;text-align:center;text-align-last:center;display:block; }
#LfWqtwWqMkm2bKCbXzHSTrHOrPmRoerl { 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; }
#NJoearHL0ZpW1846T71Co0miV1yXQ166 { 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; }
#cx1fabNahaM8ryfu2FIapi86NDus4n1I { 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:1.13606875rem;text-align:center;text-align-last:center;display:block; }
#fWM6TgroBkhxr0673mNX8B3Im3tpJf9k { 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:4.3739147186279rem;left:23.75rem;height:1.8684875rem;text-align:center;text-align-last:center;display:block; }
#b4wSDbAkhrccc9P09sbzmcU38D5xCc10 { 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:3.9811201095581rem;left:2.9351119995117rem;height:3.73698125rem;text-align:center;text-align-last:center;display:block; }
#ETTJW0JeiN17GnRz4CUrUIQgFNfubRXh { 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; }
#O3NKUKASX4ssA8yA6v58oooTkEX7VTUT { 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; }
#plJalxoXNUCVrCVad4HLMo72c52y7JAF { 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:20.450305461884rem;left:44.874134063721rem;height:1.8684875rem;text-align:center;text-align-last:center;display:block; }
#SguaiTdI9FUBl5wacDhnDNy9ZTx4lKQG { 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; }
#Z70w0gQ7DQGSIrJggB6ixEyHe4X41Zd0 { 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; }
#nIyGxEyIoRq4nNUSkMoReUeUUkOgAI6k { 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:20.450305461884rem;left:23.75rem;height:3.73698125rem;text-align:center;text-align-last:center;display:block; }
#WX78GXVEksSs6FliJOHOXnzordFKIlNf { 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:19.514974117279rem;left:2.9351119995117rem;height:3.73698125rem;text-align:center;text-align-last:center;display:block; }
#aB7N7x8T24pGeSlPJI6dSoHEh0pf0a2V { 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; }
#kSBSfHUl0Km2blqeTxXT7JeUCdI6OD7v { 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:33.875rem;left:1.5rem;display:block; }#kSBSfHUl0Km2blqeTxXT7JeUCdI6OD7v.adaptive-delivery-prevent-bg, #kSBSfHUl0Km2blqeTxXT7JeUCdI6OD7v.lazyload, #kSBSfHUl0Km2blqeTxXT7JeUCdI6OD7v.lazyloading { background-image: none; }
#whaWpctI4cVeSMT0XUP1vGtJoOGZLWq9 { 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:45.25rem;left:4.9375rem;display:block; }
#EXZRI5ewMTPM9RDWubwon6gX8wQtWIeE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NtJgMKTLKddJkRXAoAALFMrcSLB3KVbJ { 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:33.875rem;left:22.3125rem;display:block; }#NtJgMKTLKddJkRXAoAALFMrcSLB3KVbJ.adaptive-delivery-prevent-bg, #NtJgMKTLKddJkRXAoAALFMrcSLB3KVbJ.lazyload, #NtJgMKTLKddJkRXAoAALFMrcSLB3KVbJ.lazyloading { background-image: none; }
#QO2fZ66rUA0XBEJTRZuKKXNiRgcZbM4y { 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:45.25rem;left:25.75rem;display:block; }
#w4m4uAsqTx2f6oPHzTxhoKXW90LGCx8k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#CkIIpeDZaprIrIALuDgT9l3W5VVgZasd { 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:33.875rem;left:43.4375rem;display:block; }#CkIIpeDZaprIrIALuDgT9l3W5VVgZasd.adaptive-delivery-prevent-bg, #CkIIpeDZaprIrIALuDgT9l3W5VVgZasd.lazyload, #CkIIpeDZaprIrIALuDgT9l3W5VVgZasd.lazyloading { background-image: none; }
#Mmn5AvSGOEX4gUEtLsFXNAtK3xVJ8MHK { 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:42.4375rem;left:23.9375rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#x12Wzf0mX24wDXyhrQLtGfmKHWypm2g3 { 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:42.4375rem;left:3.3125rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#ngtXQVJ4wViqHEZSzAervd4rxpKV2fps { 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:42.4375rem;left:45.0625rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#rGRVNGJ635fTLuoTgbxV0JAFhX2rRk5q { 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:45.25rem;left:46.8125rem;display:block; }
#w6hOmdTQnIiPyhB65kO4T7aRr3aHEZ7d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#SBKneisZzTZu5zudWNhWP1TokqsOodA8 { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.4375rem;font-weight:normal;z-index:100089;line-height:1.3;letter-spacing:0;top:37.813587188721rem;left:23.75rem;height:1.8684875rem;text-align:center;text-align-last:center;display:block; }
#HlOKRPzB3TL8GliSE33LUOyQARD3D22O { color:#c53d3d;display:block;width:13.0620625rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:normal;z-index:100093;line-height:1.3;letter-spacing:0;top:36.959636688233rem;left:2.6540794372559rem;height:3.57421875rem;text-align:center;text-align-last:center;display:block; }
#eXg8GTWTQQ0Ty1x2gE2yGOl164rpkXu9 { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.4375rem;font-weight:normal;z-index:100086;line-height:1.3;letter-spacing:0;top:36.8125rem;left:45.0625rem;height:3.73698125rem;text-align:center;text-align-last:center;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:20.7498125rem;width:22.5rem;top:5.3710947036743rem;left:12.655164718628rem;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) { #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:9.125rem;left:14.944011688233rem;width:8.4375rem;height:3.163649900728rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwP2kIcI67SH7c6ZZkf8Ns5vTXGJ7tZl { top:6.5625rem;left:17.318141937256rem;width:13.4375rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbhRUHKWrMlTlc7uNKTKXmVtSA0aSrIC { top:8.8125rem;left:24.5rem;width:8.375rem;height:3.4375rem;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) { #Mr0lJIiC5omPuOtMGBdgOonatnOoS5Xl { width:46.625rem;height:3.0625rem;top:1rem;left:0.025173187255859rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a75355N6368cHQh1CHkppn6yGOJTPfkn { top:8.9375rem;left:15.068576812744rem;width:8.1875rem;height:3.125rem;display:block; }
 }@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) { #MckypThRNxTkphy1JMToE72gpAcw4Ffa { display:block; }#MckypThRNxTkphy1JMToE72gpAcw4Ffa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RIrZmDU64amlfhNQ4oKrLEhL52Phu9mz { width:15.0625rem;height:13.8125rem;top:0.9375rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B60bXJvr91LrDucmKFLltcxxwCJsoZ96 { width:8.75rem;height:2.6875rem;top:12.3125rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5DHGef3SqQbPaIzaFLtI3A4deO262zI { display:block; }
 }@media only screen and (max-width: 763px) { #rO270AsWOdBOVNWxXnINwGH1dBFcbQdZ { width:15.0625rem;height:13.8125rem;top:1rem;left:16.340278625488rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeiTzzBzCL0Fp87ME9OUZ9hUdOTaEI9X { width:8.75rem;height:2.6875rem;top:12.3125rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFuMLepEhHPkRFZg4G0ikEbcL46R6icn { display:block; }
 }@media only screen and (max-width: 763px) { #uTXDZGSVzgh48622QXT4u7qsJK8NAGhV { width:15.0625rem;height:13.8125rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EU2WsHfLR9naVpr0CnAsMn05c1nh2CK8 { width:8.75rem;height:2.6875rem;top:12.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #huGxbx6AmTmebvL6DF4V8E0D2KZ8lmR8 { display:block; }
 }@media only screen and (max-width: 763px) { #row4EZAordTRzUbhcQbwRr7kPeBQmDyd { width:20.75rem;height:17.945684883577rem;top:9.6875rem;left:21.748264312744rem;display:block; }
 }@media only screen and (max-width: 763px) { #GihU22aSXrxItW7gJPkekCB9UWITxFVS { width:15.0625rem;height:13.8125rem;top:17.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcA3Qg1IGVweMIuHgFbyUIkowkHGq4wy { width:8.75rem;height:2.6875rem;top:28.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2EoEOfHfdaqoIsSpzg7E925IeBbmPG6 { display:block; }
 }@media only screen and (max-width: 763px) { #owtSocuyVTS8QQ9f5uxvTQ95FFzhEDse { width:15.0625rem;height:13.8125rem;top:17.5rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxMJ3UJgzWzsctGuN5zR4M724DeZzT2b { width:8.75rem;height:2.6875rem;top:28.875rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #omkgIW0UfbuNRIm9I1JMFZWx7r6GGMdD { display:block; }
 }@media only screen and (max-width: 763px) { #MLpWCoLvHqFhG5BEQGhS5SNWKmvuKIeN { width:15.0625rem;height:13.8125rem;top:17.5rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtsCxWsVn8QiG2DfvrTIeytUsE4X4J9A { width:8.75rem;height:2.6875rem;top:28.875rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxrOaiTWVXtMoZerrBd3cUGaN3LIVeHA { display:block; }
 }@media only screen and (max-width: 763px) { #fmpkyqWxUqGJTnyEthVbFrHyWbyheeS5 { width:15.0625rem;height:13.8125rem;top:34.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7s2JFqWB0hK8rpliPNBTHkllFp5ckuh { width:8.75rem;height:2.6875rem;top:45.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txd15AGHeXDqsg5hvkQqKnuVeQ2L6g5s { display:block; }
 }@media only screen and (max-width: 763px) { #WSmLEtTBPa4ztNTtVENnmTakiehFmNri { width:15.0625rem;height:13.8125rem;top:34.125rem;left:16.186199188233rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqrhTE3Wv77E17MuoPbhIXhU86dp4qit { width:8.75rem;height:2.6875rem;top:45.5rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCA0dDDUNIwSeMPhDRoBotPweHaVcvUR { display:block; }
 }@media only screen and (max-width: 763px) { #tJCsIPzaQ6DyLSEONvFOM2pgAvKmk0vr { width:15.0625rem;height:13.8125rem;top:34.125rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsP4vtxkrZro3HNXKlEoPDcxgV37PbRF { width:8.75rem;height:2.6875rem;top:45.5rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6EksCvWupWsR3iQTC1aGk5GEGRlpoUB { display:block; }
 }@media only screen and (max-width: 763px) { #wAEy4swuxLCJIRog1cnIGgTBst3P8onx { width:15.0625rem;height:13.8125rem;top:50.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3pJ5FmQD1pKTn5K5MVp1LRL75F5K7EC { width:8.75rem;height:2.6875rem;top:61.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QC2x68mgmvbzbsVDqB7zU6uW8NJJUSiE { display:block; }
 }@media only screen and (max-width: 763px) { #taEutwTneL5lDqUKJ9E3tALT2kcHIQDw { width:15.0625rem;height:13.8125rem;top:50.125rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMFwFLI9G5yBywBA8Zopy0lIrc12RETh { width:8.75rem;height:2.6875rem;top:61.5rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtDi4mAqQstbvG87u1yqLl5u7P2bM6Al { display:block; }
 }@media only screen and (max-width: 763px) { #lRW2uqkDURtroVmuI5r1dTeJ40uHa4Uo { width:15.0625rem;height:13.8125rem;top:50.125rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NExk0CqsM2z9x4IVHhFmLmZgSXXEha7i { width:8.75rem;height:2.6875rem;top:61.5rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcGTeK2b14qmLwKlKIpnowsziRPBBZRF { display:block; }
 }@media only screen and (max-width: 763px) { #Ft9ckZLOtGkhpZZim9smsTpTfxoF8UwP { width:15.0625rem;height:13.8125rem;top:66.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwI0riPc0oUZWpHiJOJm1VqDk1tssyq0 { width:8.75rem;height:2.6875rem;top:77.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FceOCDm4a8cqrCr2l9JNWcllhbS84mQq { display:block; }
 }@media only screen and (max-width: 763px) { #T3Id4UdWH8LdTWH9sX6GZM4vabUFtO45 { width:15.0625rem;height:13.8125rem;top:66.125rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwFNF5Xu38kQJVFmZ2D6u80HX6RgNyuG { width:8.75rem;height:2.6875rem;top:77.5rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecXqnpUQOwoZXrDwLXWPelce3y32FlRM { display:block; }
 }@media only screen and (max-width: 763px) { #IzWW9a7WQQg81PfVW1uXGRhpqnnNALTQ { width:15.0625rem;height:13.8125rem;top:66.125rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQiMWdbo8aboXVVUM5tlxyZ6oEB14WlR { width:8.75rem;height:2.6875rem;top:77.5rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6eiPo9PSPT044spT2RgPTxthVk393KL { display:block; }
 }@media only screen and (max-width: 763px) { #AvDAWlgMZ3Vrny6PdVTCd33BBWApUTF8 { width:20.75rem;height:17.945684883577rem;top:57.6875rem;left:1.0060749053955rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNa0M1EyiLRRvBKu6sex2K7b00F1gcgT { top:5.3125rem;left:35.25rem;width:12.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPDqVpSVBdb8lXLJgbEykVnatv7MQKBR { 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) { #FIXm0X2hz0d6w7oROEwGTl87kxPnsR8k { 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) { #wnABTPs0gzdH1aWzkKmLJaRiZ86XikPU { 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) { #LiF7T2EyiufpavPuqZ81tKZ5XoL1cuge { 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) { #BP7wlaSaEzXJFIuuwHxLH2T09gZ7wQWN { 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) { #qub60ECH86tFmG0W3sdpUDgzclPK4JTc { top:2.5rem;left:0rem;width:12.5rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6SsaCe73L4LZ0hW95OaSQZ7Nfa8xTLb { top:6.0625rem;left:0rem;width:13.25rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOaopIVwpK8Tx0q8JZ0UreQG6oCnwb3X { top:9.8125rem;left:0rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJNu9vEMQLrUNsB1oaOSsTBhnoGJKyT6 { 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) { #FXDc9CKTMDZEMokBCCi3Aq8ypTQIpftP { top:4.25rem;left:0rem;width:13.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2k9DNKnVTKlmk009O5ZToyt7IpG3EJz { 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) { #am7ribBB7zmcPqoRVushMr4g0aDsZxCT { top:22.1875rem;left:35.25rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #op7mi4LgwqSyfhkEfASNNhb5Z7EPk0tF { top:26rem;left:35.25rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J06utt4PaB9vCxTT3t2stimiyTnxRqym { 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) { #mXAu9cBg6uzfruUvqEFkubhMOolKxv0I { top:26rem;left:17.625rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7o3OTyr6VcU2ie6hJJpUdpnAbF1VBHM { top:22.25rem;left:17.75rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1Ab0Ju0RR7qWS4r0zUJcUXodqSS7s1W { 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) { #sxdlhBK10AG5PcBTPB76JTpMfTuTcZdT { 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) { #S4OuHqWPxiOCtk5oR1dnOfLScNKL8dMU { top:18.375rem;left:0rem;width:12.5rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAGM4J1KHsFwuN2lZJ4wqiZ0IvVTVuIQ { top:20.25rem;left:0rem;width:13.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxO9B74VmwJhShZNK6oLKeUc8K5rePBN { top:22.875rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCBvmqzKrz5aW6WrmsF4R5BW9FJ0AnTa { top:26.0625rem;left:0rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGicOyS6Tgd4sLJsDRwh7OLtKRGOOV5q { 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) { #kViFPpBl5cyPwnEL3T0dkpoccLlzfEFA { 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) { #GaJET8T1cvF1QlC7FZ8RWD8z8ggmMaAE { 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) { #OFVc2NUyl7ZvgMGxHxq5SWFJhPkyVHWb { 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) { #PUQX5cMI8kp0g2AgU7RAfQC06HpCBvyI { 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) { #ywe3iABa7QRbXwJCeZQucde9Lc3Wcc9i { 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) { #G8bW3bJUxJnVUfRezEBILWsFhWIFJLR3 { 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) { #KMy9JDHKqDkKUQqdKLIypkIl3MIdBgX9 { top:35.3125rem;left:0rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAQH8cIpx8BvqUCaBoZDK30e2Ri935ID { top:39.3125rem;left:0rem;width:12.5rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6b89TSCtTrfrFtRHoDsxH4R6nk4fNog { top:43.1875rem;left:0rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwcP9NJpQeQbkJGGUL0aMx1uZHyp2Xrg { 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) { #mJD00aECImV9kXuavxXGEtxvWy4PiVVP { 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) { #wVKRHrRmrJ9w9O50ml7T1TsZcwS1N6vo { 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) { #nhTZpTV4a7oehcVSV7T5rb7fvEo9XEye { 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) { #KmQXdMTsiod79cyoVpZ0b1Cg91imJLze { 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) { #VIQZov5T4WJVolxBSxf1PzzXwsG5rrsT { 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) { #TALsgTFySWabWxMrZeKrrpvWB6kKKEtG { top:51.0625rem;left:0rem;width:13.25rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqdIAokfadg7JCauF69hihGqxlOP8sqx { top:55rem;left:0rem;width:12.5rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRBZG40UNCLCz2qz8y2Tu58kVRtZgGve { top:59.0625rem;left:0rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #urwkyAMI1bp4a1IZz184IKJ12B6tNuL1 { width:15.0625rem;height:13.8125rem;top:85.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAwmQhC1PPv5E1UsRtwg0TKGkcfzCHfi { width:8.75rem;height:2.6875rem;top:97.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlVuEFJ9QQpW3sHeFGWSsXQH3lTzswIP { display:block; }
 }@media only screen and (max-width: 763px) { #Hv3TJ3m519f3TWRNuuvUI2whMXEPITnN { width:20.75rem;height:17.945684883577rem;top:87.9375rem;left:21.748264312744rem;display:block; }
 }@media only screen and (max-width: 763px) { #di25E1GwsvfoZ3k0bNtze6FySEMO35Hm { width:15.0625rem;height:13.8125rem;top:85.875rem;left:16.408638000488rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxwW0RytSQXOSaRv44goT3xi9oeqykrX { width:8.75rem;height:2.6875rem;top:97.25rem;left:19.686634063721rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdpefKohluE5Ri10IFbMNhbCOaC00UuG { display:block; }
 }@media only screen and (max-width: 763px) { #lFkJIw9R29JKnMbJSymG0Php5ukrkXSv { width:15.0625rem;height:13.8125rem;top:85.9375rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpBspS7UG7Ilxr47ACE7cnpClHlpV3eG { width:8.75rem;height:2.6875rem;top:97.3125rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhgAP1atN5Zah07ryZnv7WHFZe1aTxFs { display:block; }
 }@media only screen and (max-width: 763px) { #N0FgtTQXC6OLumfNBWauzge587TsEnrk { width:15.0625rem;height:13.8125rem;top:103.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzpeStlecqAmcTHLmHgEt8JER1oSwXH5 { width:8.75rem;height:2.6875rem;top:114.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m34WlRZSpP0vPlFzP35nzRLWDyt0NhqH { display:block; }
 }@media only screen and (max-width: 763px) { #bJC5TCiI7nMEGyWe0Os747NWGSLS56Ka { width:15.0625rem;height:13.8125rem;top:103.0625rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqKtxlkQwdpVCI84I40PNyde75TIBygn { width:8.75rem;height:2.6875rem;top:114.375rem;left:19.624134063721rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlxw4FlPlEtVQFPN7ynx7FmrgocSHd81 { display:block; }
 }@media only screen and (max-width: 763px) { #raBfEhwLWdSk871AUAw4VusoInd2CHLB { width:15.0625rem;height:13.8125rem;top:103.0625rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8lkXyViZKS3X7TK0i2bZERDD1Qp7bhu { width:8.75rem;height:2.6875rem;top:114.4375rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHVkRFSlS3Ppzqcswd8JpPWSh2rkt60I { display:block; }
 }@media only screen and (max-width: 763px) { #WVT7kZN5HUHwOqVDlvJ48NtECgtJeKtV { 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) { #ZXT3thxkzzGoERXquLTakPP3n0OUXnmz { 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) { #Vcf9mKIxIfWTJdbNuGgDWpn0QxdvcNiR { top:75rem;left:35.25rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT7SID5e2pCEKE355PFFnLVySgpCwO3J { 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) { #zaIRyE4oXFBcTfFJGVod0WmabrtNkG3O { 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) { #I8d1QGWhUq0pcm7axO9vFwlJpWT7tzi9 { 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) { #hyrAcF3E0A67HsZzFQimA9cMlsexkmaH { top:69.875rem;left:0rem;width:12.5rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vai1Sdb6NmBMUhISmoiWQditm1gnohT1 { top:75.0625rem;left:0rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfBuGRLcHAG3LIXfSvo6qIgUX1yZJ8Ue { 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) { #hwX06PodWADBFHo06oTnIGcKnq5Ds0D7 { 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) { #CpPOEt2TbbQC9sGmuVRBOsPVBHbp9pJr { 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) { #uJE1zEe3LivsbV7s4XViRii1ii8CxEvt { top:88rem;left:17.75rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #THFgkQCz4V55nGpNH79GS7IilxmBPdlH { 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) { #XfDDi9xnTkIOzf8PEI61llJpS9I1cO8y { 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) { #T8moVmkWuFhasR3b81Zox6ucTt5afM92 { top:88rem;left:0rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WG5bRy2K0auJINrOksRq3NT0AZk2vMym { top:91.3125rem;left:0rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2ILynTWESAsZKw3v4XyyoZTsM2R77Sk { top:94.6875rem;left:0rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPlXZJJZpxPNNoOIN2FLSlHuIHKBDfeH { width:15.0625rem;height:13.8125rem;top:120.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9r3zRGUtUWHMc46JACNGEoPh3kZpSye { width:8.75rem;height:2.6875rem;top:132rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynGMGEmb4yKUTtaLu0v7ZwvLNqbiMPcE { display:block; }
 }@media only screen and (max-width: 763px) { #BegJpVTGAgvWckXlVvZ2Zk9Adi7BPrTv { width:15.0625rem;height:13.8125rem;top:120.625rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbWfO4Vdho3zwBk5H69VM6PmU9s2N3IU { width:8.75rem;height:2.6875rem;top:132rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8bEF2riul8DkSR1nZ3TPun5EOlTw7bZ { display:block; }
 }@media only screen and (max-width: 763px) { #Voil2VJv8kcaTng49W3HlS9XFgIGVoS9 { width:15.0625rem;height:13.8125rem;top:120.625rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLvfTggdfh2efxeumEheu6cg9ffUKL57 { width:8.75rem;height:2.6875rem;top:132rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8kgogiiiah7WrrK2KWMdNiIw6zDrLsW { display:block; }
 }@media only screen and (max-width: 763px) { #A736aT4aWEoT7F7UgETZM6VDlSelLszZ { width:15.0625rem;height:13.8125rem;top:138.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJ3zMTxp1aUJmrOi3llaTvMCdyNBDl23 { width:8.75rem;height:2.6875rem;top:149.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWy9TGTVTPOCrxoK32J9pVpd9tLW23fI { display:block; }
 }@media only screen and (max-width: 763px) { #Aie6DQwZG0gT0RV8ivkdOS9rRQriPH1q { width:15.0625rem;height:13.8125rem;top:138.1875rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0Zgh4VqkapAJRm9klWSC127rQbA8CEz { width:8.75rem;height:2.6875rem;top:149.5625rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKWKyTEkheH75bE1G20P6FFwit6iioqK { display:block; }
 }@media only screen and (max-width: 763px) { #IMVaQtRXt2DnsW4SMJQ8yAxvOTmhbWda { width:15.0625rem;height:13.8125rem;top:138.1875rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqVSo05bdKMfEKAvFLoQLrTn28Hl35BO { width:8.75rem;height:2.6875rem;top:149.5625rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #W95iSJwBTe8ScbhCuec4C6dGpbz2JInR { display:block; }
 }@media only screen and (max-width: 763px) { #dH8ovcxwiLdqg6iP5FpuiOr8vdS8RwMS { 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) { #XO6qN9LPnwPzCQEPCNDLOE4qTXPUttat { 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) { #SunVu7c19u1pp5b9EwwJ4DTEII91E9Fy { 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) { #ctSCRHhn4a2iiH7Dtm8cUqRlzisnf7TI { 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) { #u9DuQiBs9kUFmPsFisQBlIrqMgBHMBG9 { 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) { #yENQaHE5c0sUHQm0CAeHA5kuWhrMUXua { 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) { #IRuwIJV5UtX9tDDQFcG5KXKp8ChQnkak { top:104.625rem;left:0rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZLQw76WwJNMmd7qyk3y8sL0sqDRVwRk { top:107.9375rem;left:0rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhATvOTHCLDDsansU4tczTVr950VBLDJ { top:111.375rem;left:0rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTkmQroCzybc4NV72hKaB2UopTh47H8v { 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) { #mDmVdbhERCeMHeyc03NT2TgrfpLM9T6J { 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) { #aQJ0yGnkn1XP5FMmzazDPydcOSTyku6g { 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) { #EgWNzfg6hwsVgNOO8x4ZvCTuwTNXLyTD { 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) { #i2ybusLwQcsKu7TTkx5qb2rQkf3Fs5EL { top:125.375rem;left:17.625rem;width:12.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftoCCKPQKZwuRv833gnd9dowN0DAAfJL { 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) { #ZZIFTB1BDhK8lNvPalIJqMobVaJgmo0r { top:121.3125rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbwHZrygdPO49KTQ0aXcMPBpOigfde4F { top:124.9375rem;left:0rem;width:12.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1ybdXEIdckCSILA8a2drATt5WsDIVDS { top:130rem;left:0rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSCneTx1okMFKXClc852NePSQ7tpNN1b { width:15.0625rem;height:13.8125rem;top:154.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7WEo3e19kM8gox35TqpeXqZWbAJHJoX { width:8.75rem;height:2.6875rem;top:165.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KV0QZwTvoNpX3TgKRZU151vm1XOHG4h5 { display:block; }
 }@media only screen and (max-width: 763px) { #EKgybUSbSVEA2veVmNIPap671zzTeqBx { width:15.0625rem;height:13.8125rem;top:154.5625rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4IPZNJXdpxFRCcneuRTczLFXuxZutnU { width:8.75rem;height:2.6875rem;top:165.9375rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMVXZK1ta1Uk2v0HtLHl9wMA7lZm5So2 { display:block; }
 }@media only screen and (max-width: 763px) { #L1kVlFqeNpTk2G47syAOOKkdTNdobPsQ { width:15.0625rem;height:13.8125rem;top:154.5625rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTJM9M4830H0apA2XTWBoZQGTpNXGlX7 { width:8.75rem;height:2.6875rem;top:165.9375rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLwFQJrCFZM5OVnxtu3XleqvTKDrd6H4 { display:block; }
 }@media only screen and (max-width: 763px) { #hqfJwZtALRlbJyAMTa25ReDUC1ervyqa { width:15.0625rem;height:13.8125rem;top:172.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #enKOinmBhZuLArHy35LhfmZmic77mS7X { width:8.75rem;height:2.6875rem;top:183.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlrQOGqV181FntN2PfD1TRwJrnbr3l3N { display:block; }
 }@media only screen and (max-width: 763px) { #aESZ78vt12c8rxligC3G02298iyvlDNy { width:15.0625rem;height:13.8125rem;top:172.0625rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #sX3Wau9XcHSN1TvJRnZa0G34aG23RSvi { width:8.75rem;height:2.6875rem;top:183.4375rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t35bOapUoxEXzAOtCoZlQT41vsiGToeF { display:block; }
 }@media only screen and (max-width: 763px) { #MHsdVtTL8IMSBCyaO1ZvInpiq8z5vLnG { width:15.0625rem;height:13.8125rem;top:172.0625rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0LKZT01vZms38dmnQJ2otkU2RiPh7J4 { width:8.75rem;height:2.6875rem;top:183.4375rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxVaG2akaG0bUcIvQo36eaQcAkHWx9H8 { display:block; }
 }@media only screen and (max-width: 763px) { #P4AnT068yJcFqLNiD9PhIQ8THhBQyDLs { width:15.0625rem;height:13.8125rem;top:189.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xraQUmtayyTiv6TaTsyqF73Nt15auahU { width:8.75rem;height:2.6875rem;top:201.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyFd2rcRtnCyyyIm6pefNcEROGAAoWyE { display:block; }
 }@media only screen and (max-width: 763px) { #RT1o0oLuFwBqVOOzP69azq6XXLKWUgsR { width:15.0625rem;height:13.8125rem;top:189.75rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxD7VZRQK8w2JLa3UuPGCSNd7LPNg0FW { width:8.75rem;height:2.6875rem;top:201.125rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUK1nfrpbnl8FMwhf73Gvc2niGPHQwWy { display:block; }
 }@media only screen and (max-width: 763px) { #pxbUFuZLLEFJT1v92mLdDllax0JVxfFc { width:15.0625rem;height:13.8125rem;top:189.75rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxBkDq3i4EBwiysEqq0XsST7ZtcBB1n5 { width:8.75rem;height:2.6875rem;top:201.125rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQVoI8B1VuwvT5wqhnoDwBZosRs7r2Nf { display:block; }
 }@media only screen and (max-width: 763px) { #THT7EnUiDuCkwH4OMnHgAsCqOw2kgEcm { 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) { #BpJAebMApvFGvIDhKDCpissHSsM3npzo { top:142.5rem;left:35.25rem;width:12.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpMh8uMsWPwh3EhIGCP0rmtqfidvo7x6 { 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) { #Lp6LfEOW7GNvXpc9iTi40FX5xi8qlWiS { top:144.5625rem;left:17.219184875488rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuUTcbo3aiQJGb9A6Bvll8fzs7utsMuM { 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) { #yBN4BbTKZ6EnTcs8wNkmHy4uS1wbi7IM { 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) { #PhrN6w0wek2uAShUWe3BhaDap47O1Ize { top:139rem;left:0rem;width:12.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUkzNCBCFrV8F3664bJso93nd47eJJty { top:143.75rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0eXP0pJVCIQy8UCn0pu5mzSl0Tn8c5l { top:147rem;left:0rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDq0H2xvObCuoUN9oSKpn2GE5Ut7V72f { 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) { #U8ZeEOxsDEgWom5f9zomtxcx18CmCil2 { top:160.125rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJMH9nIu6lq7gh5dZ6ixcWrM9Wo6QRcx { 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) { #nL4Xpd1u4qTA5lEGlcMnstEm08ygRVwh { 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) { #RhJmdGJtKXwNNWfGIzeVomnGspQnqQ1c { 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) { #Ke52UZ89pNPkzHeaGMVoKGXMrTSnPDlr { 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) { #RfIkOztzlQPtCCbruRxBcQvsWAQTzzGk { top:155.3125rem;left:0rem;width:12.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOzZw6l4KVn3VsSAM0txZccIarnCedDQ { top:159.25rem;left:0rem;width:13.1875rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PU2xx9IWTfowmv3AJluCJbi0Hzo9JwJV { top:163.375rem;left:0rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9TAcGdnJWAGoxzt3yWsuGT441HH7hFU { 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) { #TwBiTMdEDMRcHiKXZ1Tt2Dg158BZiWUV { 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) { #lnZX8lSpuRZyLrSJamdnK3eW8WlE5r92 { 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) { #FKsHmNWTcO7IvLKbcZylOLEct7ZPkowe { 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) { #E4z8hmAbqc6qRi1uB8ivsMUqJwkiFRSk { 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) { #PpSEuLIoewThXOlxEtn3aHFkqU10LvWt { top:181rem;left:17.625rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJAP6Lp83TTIEvZlsSzszGR5t6FQNZQw { top:172.9375rem;left:0rem;width:12.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxIJxxch3Rmle9W6gfU369U7ssm704BZ { top:177rem;left:0rem;width:13.1875rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaBpJRdL8U4clHPmMdKFXecMt9oLuTJf { top:181.125rem;left:0rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppGuwDtXf0r3gDVbH67zTrdS2xy48pV2 { width:15.0625rem;height:13.8125rem;top:207.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgXcfifZ8uuTcDTXH8Ou2LhM7pOOlD3d { width:8.75rem;height:2.6875rem;top:219rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRIHGBpaqWhMrGPriQP94V7fPWINCVCJ { display:block; }
 }@media only screen and (max-width: 763px) { #wH1Eup1CndI1ugzhCg6qe1tmzfGtDe81 { width:15.0625rem;height:13.8125rem;top:207.625rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUzVElm5wkrRxkRFuvRLsSU83JqeZB30 { width:8.75rem;height:2.6875rem;top:219rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ON3eJ0GFLnflKtKtOEnTQsTLEGu2FLcO { display:block; }
 }@media only screen and (max-width: 763px) { #abgeTtDs6UtMlR79zoGv5L3cnZWBOCpt { width:15.0625rem;height:13.8125rem;top:207.625rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9mvtvzFwoVC0ImzXgZBs5yLxdrz3b9z { width:8.75rem;height:2.6875rem;top:219rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFdC02vGVHXDaWauGiBpSQChrLVXMtWZ { display:block; }
 }@media only screen and (max-width: 763px) { #KAbdQoOE2HDsr7HJDMCR3matetNtruE4 { width:15.0625rem;height:13.8125rem;top:225rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzMMPtGhfzybtG1HfVEUPgd7wgfREbPQ { width:8.75rem;height:2.6875rem;top:236.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4vltVCGmF8AFTIrMmpMzyIRx19LgJ5o { display:block; }
 }@media only screen and (max-width: 763px) { #aXew6KpQ9fwPgszQ9O0QfZEbDJeXQuHz { width:15.0625rem;height:13.8125rem;top:225rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L99WTwSTCo8VIGvrEOWeNc3AR2Wq9o5s { width:8.75rem;height:2.6875rem;top:236.375rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMbiTvpFeShqZIeDoF6AEfD6a3NZ52hL { display:block; }
 }@media only screen and (max-width: 763px) { #iP66qZ8i1izE8Hpk5ph3K3XaCkZe2w1O { width:15.0625rem;height:13.8125rem;top:225rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndITUy1MEtqWPT6W0iFiw2UAwRLzOueo { width:8.75rem;height:2.6875rem;top:236.375rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTrdyUe29i5laeq0hRfioqBikHT2UgRg { display:block; }
 }@media only screen and (max-width: 763px) { #AXa4poKTTn82Olzt7U0UaHZTDMliavX0 { 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) { #se3007WpsU0bu2T0H9gML8GeWGceVenZ { top:195rem;left:34.5625rem;width:13.1875rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBnCQrEaKzh7hlyzpR9Bdlkg5GakwQBa { 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) { #G11sJIW1qcbgsxzBp6fo95H7CmM0OyO3 { top:196.1875rem;left:17.248481750488rem;width:13.1875rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5OD6OJHGIrtzdTvmSXFc4fT4DgKOVp1 { 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) { #FgrZZ7R40IAidwB7K6epyFFTdTpvT0Sc { top:199.0625rem;left:17.562065124512rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XO3zInV5EpZUkLy65F9I1UQaI7903g7k { top:191.5625rem;left:0rem;width:12.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7cmEZDL79kSaUG7XKTpghAZek8iaZ2w { top:196.1875rem;left:0rem;width:13.1875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZoeaCxvouLrVLBTlEb5bC7eKs9v0l5s { top:199.125rem;left:0rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5fKNtp0QmEy37SnDDvGE96k6FHhf9tc { 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) { #WvLKfJbJsCLqlr6GAkrEkqE0IJ0whnFz { 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) { #TNklFZC4GBdbUG5h20PVEUJs5AL3uehL { 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) { #sJwHbMfMMlk5GqQka5kt8BzXOBI9JB2L { 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) { #Us369rspEObxyu9Hx3DPnk7v5JLZHorJ { 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) { #UoeBmlXhQLFaw3SISGbIHHEKBLOuCqRu { 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) { #tFa5OwWkXK7NDyvargr2l1v3I0XSsg9u { top:208.875rem;left:0rem;width:12.5rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8DKWI637bUF3FxQM14QXineNPxAb5lA { top:213.625rem;left:0rem;width:13.1875rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ly1RbsLAVtAGTK9Io2m80hdXOIdB9tbN { top:216.5625rem;left:0rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUbcIUvEICsDw3La0HbnKcKSkTcSxpke { width:15.0625rem;height:13.8125rem;top:241.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItXADqA37oEP8FPQ9wGZWQ9iKgAiVDcb { width:8.75rem;height:2.6875rem;top:252.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcAqSk1RnaP8dC1wCph8ttA0qOw6ucsg { display:block; }
 }@media only screen and (max-width: 763px) { #QsdLSTucy9fT8mol8n9utfGh7GIk2dwG { width:15.0625rem;height:13.8125rem;top:241.4375rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7BecBNa1DPy9C4BNe2SmmGuZGipXMog { width:8.75rem;height:2.6875rem;top:252.8125rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1TZMdKQQobIQcBfKJ1Kxq34r8XXOzeN { display:block; }
 }@media only screen and (max-width: 763px) { #q6wMT2sm0WaqXBxEXTa8rKgKVXtqXPOB { width:15.0625rem;height:13.8125rem;top:241.4375rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTa08MPEotXwtc5R3OM4ULHlswbAh4Zg { width:8.75rem;height:2.6875rem;top:252.8125rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4vDKKR2I2MLMstxTdorJ64WgsfIbfZI { display:block; }
 }@media only screen and (max-width: 763px) { #Jmulzo5ItH4HRckP1wL4GsoFNhGrHIk2 { width:15.0625rem;height:13.8125rem;top:259.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZm4TNzbk9FEIKnfVI3RB1SSrGaisltt { width:8.75rem;height:2.6875rem;top:270.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEySEMO1zBQLFthtxsviChBKUgbNMGN2 { display:block; }
 }@media only screen and (max-width: 763px) { #oZFpIiVL1EDakOUfaVTZT6CIu9Thx492 { width:15.0625rem;height:13.8125rem;top:259.125rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQlcW52x44Ozm0iT8TlU97Dpfmk4ITQT { width:8.75rem;height:2.6875rem;top:270.5rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnVB8EgUGyo3RNIgkgJVZCVF0iXyuPgd { display:block; }
 }@media only screen and (max-width: 763px) { #iRc3rNTwkefft7qlKDm4DbLbwMzt7nD0 { width:15.0625rem;height:13.8125rem;top:259.125rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OR0ozuG8bGMgmIuduLF1U8T2sHuUDqEs { width:8.75rem;height:2.6875rem;top:270.5rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mn3K1tfvyrhMFN1v08fpOMVTldu8iUP2 { display:block; }
 }@media only screen and (max-width: 763px) { #V5vCEJORa0WmFRSAPermFKUrgBa9PTpy { 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) { #vFTTLnGvHTFfesZmuFkmHy7TErXgwtJL { 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) { #qFdOoisxTr4VB7c2rSi1CigsRnnCAXUC { 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) { #IRXkI3VEiNdRKh6Efm9tEpsU0f2BCvVu { 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) { #UkC9ANzHPo8KGckBSLroGUhKgJgkFT8J { 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) { #QNKoh4ixUwEIxLZFEJ4XoqgZHgnNH55H { 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) { #yHIwvLpXc8mLT01sTK74zTUMAPTVfU48 { top:225.9375rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoifSzGMda7T2341zB91ERGCKyPLqgG7 { top:230.6875rem;left:0rem;width:13.1875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTlTFayxZA9WL5dguhCQKnyhUpnrqqah { top:233.5625rem;left:0rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylMGVbuTkmbxmSpL8pyQg8GkyWGquLbQ { 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) { #ndKGiU95qe7kLm5FgcuDJWii85VxeIAB { 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) { #q1GeLlyCsNilyRiswO5T0iZaJ8vXgeE3 { 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) { #FO6sCFB8G0I0EEfxFCCAa7lbxxMyq6D8 { 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) { #e6PU1fIVgfe0JLHoFm89HJMkVU7cXXrQ { 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) { #iSbRdk7XmRW3VuFNUKax2EJIzx331AbF { 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) { #EzPEGPMyCTEek9TKosOywn6whcMnqsEk { top:243.125rem;left:0rem;width:12.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWwD1DnOukVZlwd4nuhw6E5x1mnhTShF { top:247.25rem;left:0rem;width:13.1875rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlc7tU4qqsJKBitzerWaXfc9q8fvz8Da { top:250.125rem;left:0rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zr5FHD9mupd3DXMIrmtUW8MqVKEAh07g { width:15.0625rem;height:13.8125rem;top:276.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBG52BVxSqbRzTnGP7FaT0WeO82tcoy8 { width:8.75rem;height:2.6875rem;top:287.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsqhPtWdJlI9xIyIfhraLnlWXl7LLMN5 { display:block; }
 }@media only screen and (max-width: 763px) { #fXRLee6pr0Pa9dfEO9RbFMXKuC0B98Xz { width:15.0625rem;height:13.8125rem;top:276.4375rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6yRzDF3wc3fZOWW6MHqknIUXgLEN9zZ { width:8.75rem;height:2.6875rem;top:287.8125rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZK4zvt3HHJRmX7iwId4HsOK0ZZG5WoL { display:block; }
 }@media only screen and (max-width: 763px) { #ToNIBfaC0U8bcUJhEGnvzUowM5xlQqbN { width:15.0625rem;height:13.8125rem;top:276.4375rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pf4Rl2KvW3LBPqvB3gBe4DwHlLxz5Srg { width:8.75rem;height:2.6875rem;top:287.8125rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmDLrDwTCowzsQQfG0NozOXkTeA3AVbx { display:block; }
 }@media only screen and (max-width: 763px) { #MoLARJBvitiETSyRqRwL18IMWHom8UX8 { width:15.0625rem;height:13.8125rem;top:293.0625rem;left:7.6206588745119rem;display:block; }
 }@media only screen and (max-width: 763px) { #wl4nvBFU2zTERKC0A8ghzSACIqRtAHGy { width:8.75rem;height:2.6875rem;top:304.375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARQMGywUSL6uE7oMyZvkEcDXlThFOktn { display:block; }
 }@media only screen and (max-width: 763px) { #RVEOfZhwrIss2eo1b8cZ5Iy8QdmiUkZn { width:15.0625rem;height:13.8125rem;top:293rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3zmknzXWFs1fnLn6IXoKIEu6JmzLbMF { width:8.75rem;height:2.6875rem;top:304.375rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhJ99pVplLmQrRFTu4Nl1JLASl2ov1s7 { display:block; }
 }@media only screen and (max-width: 763px) { #slVOVNRGQaD9funawWeIKRQeBuyLH3VV { 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) { #nA2wQp6VdMhMnaioOslzWMeSLRx3Dcxc { 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) { #WpBGw7PFro1GE3Wc4pMubAUZ0sTCBODp { 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) { #iAPaRtemkS2RzAPRcVg0dHTRXDTWidq7 { 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) { #UR8kJGqnbT0JB9emGomKNmOwq8HLu1Ax { 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) { #qHRGubizdGxBzKQWEoszVlJb2UgcNwq3 { 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) { #M9JeKCfBuzJnvnFpZcoKDunorZvf0BRm { top:261.625rem;left:0rem;width:13.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRN8WIGF8Mbbt5A25OtmgekUTRbQgKMo { top:264.75rem;left:0rem;width:13.1875rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgEPmpqTmvmH4tt1b0pLryHsIiTSC7Tp { top:268.0625rem;left:0rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUrAdSqKGRen4fGKTCI3A5IDUoGXkVyA { 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) { #eaot4caRX5JMTmBzOsiMZxrLTWwwoiJl { 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) { #VoqcOlUfu3xW4aRJK8Ss5ZOSspqJqDlK { 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) { #mlFsiZdQCfbuI3oaxehsetdvcZC2WAQQ { 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) { #XTQgIPTNwSUFoIfJiDvEWW3VvkMuaWaX { top:285rem;left:17.6875rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGbL4sy2QKkgoclTM705UQWTmRFAiGwB { top:280.875rem;left:0rem;width:13.3125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbIsb95yO4ILyIsP4C01rRTwMUoT34w9 { top:284.5rem;left:0rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ze9Gvm9N9LJT5p9zLNXd9O7SX9iV5iE1 { top:296.25rem;left:28.999782562256rem;width:13.3125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFw16hBhQT7uugMgAPT0TqQUTTxVnX8B { 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) { #ttoIOREWSCpNsFOpbuvqUuJWpSryuat7 { 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) { #U9aupfIGee8WzsRo3m5OyK6K0prdUrDN { 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) { #wFgfK6EwFxoHT7dzQanNHVfiM5AMgJIT { 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) { #aCN2X0sf6O8TaE9w9svaMN75Tec2Mv5G { display:block; }#aCN2X0sf6O8TaE9w9svaMN75Tec2Mv5G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BiaClLvff26HaxW9f2M4WmXIZz6EwQr0 { width:15.0625rem;height:13.8125rem;top:0.9375rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7RtEwJNLGXBhfeMct0ulO2EdcZeegFX { width:8.75rem;height:2.6875rem;top:12.3125rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #enxGOMTOXq0SJPkdpdqqpVVlAKAmbErI { display:block; }
 }@media only screen and (max-width: 763px) { #S8pbu65wnewaMw59rzXtuKJsdzvcWBEy { width:15.0625rem;height:13.8125rem;top:1rem;left:16.340278625488rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcSCpUXNV2kt20n0l5xsG7w6CSA6vKcU { width:8.75rem;height:2.6875rem;top:12.3125rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmPEW4vcwt0BVaKVypPMK2PipRU23IuX { display:block; }
 }@media only screen and (max-width: 763px) { #AR1TdJbGkWooHBHBaI85wDKhgPcrMSHv { width:15.0625rem;height:13.8125rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oc7sZgroH0h7NwWE6Eb3i3NT6T13kOQ3 { width:8.75rem;height:2.6875rem;top:12.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ln2nVpaBCscM70VX9okpsGU6WDWpkF1i { display:block; }
 }@media only screen and (max-width: 763px) { #D0vqTPca0Tde8LiVLFGtl36Tt7nPPhbU { width:20.75rem;height:17.945684883577rem;top:9.6875rem;left:21.748264312744rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5vJGataEiiRyALglN75pGGs8PLTGMaN { width:15.0625rem;height:13.8125rem;top:17.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULTxEv85OyaQLbT6P50wgcTFyX33Xlev { width:8.75rem;height:2.6875rem;top:28.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgW7fpxpMlUreNllbc0KupRRCUcs7hBW { display:block; }
 }@media only screen and (max-width: 763px) { #QFTR6D8h77ZVJH0ExKGwDWQlb5T6aMBW { width:15.0625rem;height:13.8125rem;top:17.5rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooUL8Ny8TU41961WGf3n9O6td68bLnrM { width:8.75rem;height:2.6875rem;top:28.875rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTwmfDmGff1Bq1JT7gNC53PHeJu6SDud { display:block; }
 }@media only screen and (max-width: 763px) { #LyHnsxvBVdb7abNF568CkWAcFvAlwLZp { width:15.0625rem;height:13.8125rem;top:17.5rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysFgfP5wduFlNnVzzaLpwRGbOSvnkkUB { width:8.75rem;height:2.6875rem;top:28.875rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8pxrKoETCfGLpv4WJoe24hQgKlIBTJ7 { display:block; }
 }@media only screen and (max-width: 763px) { #FJ5htaPV6QZ1AkTl2uzRvTTJkMsrzpTP { top:4.875rem;left:35.25rem;width:12.5rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfWqtwWqMkm2bKCbXzHSTrHOrPmRoerl { 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) { #NJoearHL0ZpW1846T71Co0miV1yXQ166 { top:9.8125rem;left:17.625rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cx1fabNahaM8ryfu2FIapi86NDus4n1I { top:6.125rem;left:17.219184875488rem;width:13.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWM6TgroBkhxr0673mNX8B3Im3tpJf9k { top:4.3125rem;left:17.625rem;width:12.5rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4wSDbAkhrccc9P09sbzmcU38D5xCc10 { top:3.9375rem;left:0rem;width:12.5rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETTJW0JeiN17GnRz4CUrUIQgFNfubRXh { top:9.8125rem;left:0rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3NKUKASX4ssA8yA6v58oooTkEX7VTUT { 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) { #plJalxoXNUCVrCVad4HLMo72c52y7JAF { top:20.4375rem;left:35.25rem;width:12.5rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SguaiTdI9FUBl5wacDhnDNy9ZTx4lKQG { top:26rem;left:35.25rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z70w0gQ7DQGSIrJggB6ixEyHe4X41Zd0 { top:26rem;left:17.625rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIyGxEyIoRq4nNUSkMoReUeUUkOgAI6k { top:20.4375rem;left:17.625rem;width:12.5rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WX78GXVEksSs6FliJOHOXnzordFKIlNf { top:19.5rem;left:0rem;width:12.5rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aB7N7x8T24pGeSlPJI6dSoHEh0pf0a2V { top:26rem;left:0rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSBSfHUl0Km2blqeTxXT7JeUCdI6OD7v { width:15.0625rem;height:13.8125rem;top:33.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #whaWpctI4cVeSMT0XUP1vGtJoOGZLWq9 { width:8.75rem;height:2.6875rem;top:45.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXZRI5ewMTPM9RDWubwon6gX8wQtWIeE { display:block; }
 }@media only screen and (max-width: 763px) { #NtJgMKTLKddJkRXAoAALFMrcSLB3KVbJ { width:15.0625rem;height:13.8125rem;top:33.875rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QO2fZ66rUA0XBEJTRZuKKXNiRgcZbM4y { width:8.75rem;height:2.6875rem;top:45.25rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4m4uAsqTx2f6oPHzTxhoKXW90LGCx8k { display:block; }
 }@media only screen and (max-width: 763px) { #CkIIpeDZaprIrIALuDgT9l3W5VVgZasd { width:15.0625rem;height:13.8125rem;top:33.875rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mmn5AvSGOEX4gUEtLsFXNAtK3xVJ8MHK { top:42.4375rem;left:17.8125rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x12Wzf0mX24wDXyhrQLtGfmKHWypm2g3 { top:42.4375rem;left:0rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngtXQVJ4wViqHEZSzAervd4rxpKV2fps { top:42.4375rem;left:35.25rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGRVNGJ635fTLuoTgbxV0JAFhX2rRk5q { width:8.75rem;height:2.6875rem;top:45.25rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6hOmdTQnIiPyhB65kO4T7aRr3aHEZ7d { display:block; }
 }@media only screen and (max-width: 763px) { #SBKneisZzTZu5zudWNhWP1TokqsOodA8 { top:37.8125rem;left:17.625rem;width:12.5rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlOKRPzB3TL8GliSE33LUOyQARD3D22O { top:36.9375rem;left:0rem;width:13rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXg8GTWTQQ0Ty1x2gE2yGOl164rpkXu9 { top:36.8125rem;left:35.25rem;width:12.5rem;height:3.6875rem;font-size:1.4375rem;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:22.5rem;height:20.7498125rem;top:5.3125rem;left:6.5301647186281rem;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:19.625rem;height:2.625rem;top:1.25rem;left:0.25rem;display:block; }
 }@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:50.9375rem;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:5.8118495941162rem;left:9.3750000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozDkb49G8greBVcZpuIl57EKHtf4ryNQ { width:6.75rem;height:2.4375rem;top:9.1875rem;left:2.1875rem;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:10.3125rem;height:1.462675rem;top:7.2495660781863rem;left:5.3747830986977rem;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.125rem;height:2.6875rem;top:9.0238723754881rem;left:10.250000059604rem;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) { #Mr0lJIiC5omPuOtMGBdgOonatnOoS5Xl { width:20rem;height:0;top:6.1805558204651rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #a75355N6368cHQh1CHkppn6yGOJTPfkn { width:6.8125rem;height:2.5rem;top:9rem;left:2.1875rem;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:32.1875rem;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) { #MckypThRNxTkphy1JMToE72gpAcw4Ffa { display:block; }#MckypThRNxTkphy1JMToE72gpAcw4Ffa > .row .container { width:20rem;height:819.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RIrZmDU64amlfhNQ4oKrLEhL52Phu9mz { 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; }#RIrZmDU64amlfhNQ4oKrLEhL52Phu9mz.adaptive-delivery-prevent-bg, #RIrZmDU64amlfhNQ4oKrLEhL52Phu9mz.lazyload, #RIrZmDU64amlfhNQ4oKrLEhL52Phu9mz.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #B60bXJvr91LrDucmKFLltcxxwCJsoZ96 { width:8.75rem;height:2.6875rem;top:43.249786376953rem;left:5.7821197509766rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5DHGef3SqQbPaIzaFLtI3A4deO262zI { display:block; }
 }@media only screen and (max-width: 763px) { #rO270AsWOdBOVNWxXnINwGH1dBFcbQdZ { 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; }#rO270AsWOdBOVNWxXnINwGH1dBFcbQdZ.adaptive-delivery-prevent-bg, #rO270AsWOdBOVNWxXnINwGH1dBFcbQdZ.lazyload, #rO270AsWOdBOVNWxXnINwGH1dBFcbQdZ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ZeiTzzBzCL0Fp87ME9OUZ9hUdOTaEI9X { width:8.75rem;height:2.6875rem;top:27.9375rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFuMLepEhHPkRFZg4G0ikEbcL46R6icn { display:block; }
 }@media only screen and (max-width: 763px) { #uTXDZGSVzgh48622QXT4u7qsJK8NAGhV { 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; }#uTXDZGSVzgh48622QXT4u7qsJK8NAGhV.adaptive-delivery-prevent-bg, #uTXDZGSVzgh48622QXT4u7qsJK8NAGhV.lazyload, #uTXDZGSVzgh48622QXT4u7qsJK8NAGhV.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #EU2WsHfLR9naVpr0CnAsMn05c1nh2CK8 { width:8.75rem;height:2.6875rem;top:12.625rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #huGxbx6AmTmebvL6DF4V8E0D2KZ8lmR8 { display:block; }
 }@media only screen and (max-width: 763px) { #row4EZAordTRzUbhcQbwRr7kPeBQmDyd { width:15rem;height:12.9375rem;top:25.763541221619rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GihU22aSXrxItW7gJPkekCB9UWITxFVS { 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; }#GihU22aSXrxItW7gJPkekCB9UWITxFVS.adaptive-delivery-prevent-bg, #GihU22aSXrxItW7gJPkekCB9UWITxFVS.lazyload, #GihU22aSXrxItW7gJPkekCB9UWITxFVS.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #mcA3Qg1IGVweMIuHgFbyUIkowkHGq4wy { width:8.75rem;height:2.6875rem;top:58.624380657349rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2EoEOfHfdaqoIsSpzg7E925IeBbmPG6 { display:block; }
 }@media only screen and (max-width: 763px) { #owtSocuyVTS8QQ9f5uxvTQ95FFzhEDse { 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; }#owtSocuyVTS8QQ9f5uxvTQ95FFzhEDse.adaptive-delivery-prevent-bg, #owtSocuyVTS8QQ9f5uxvTQ95FFzhEDse.lazyload, #owtSocuyVTS8QQ9f5uxvTQ95FFzhEDse.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #TxMJ3UJgzWzsctGuN5zR4M724DeZzT2b { width:8.75rem;height:2.6875rem;top:73.93688065735rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #omkgIW0UfbuNRIm9I1JMFZWx7r6GGMdD { display:block; }
 }@media only screen and (max-width: 763px) { #MLpWCoLvHqFhG5BEQGhS5SNWKmvuKIeN { 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; }#MLpWCoLvHqFhG5BEQGhS5SNWKmvuKIeN.adaptive-delivery-prevent-bg, #MLpWCoLvHqFhG5BEQGhS5SNWKmvuKIeN.lazyload, #MLpWCoLvHqFhG5BEQGhS5SNWKmvuKIeN.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #QtsCxWsVn8QiG2DfvrTIeytUsE4X4J9A { width:8.75rem;height:2.6875rem;top:89.24938065735rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxrOaiTWVXtMoZerrBd3cUGaN3LIVeHA { display:block; }
 }@media only screen and (max-width: 763px) { #fmpkyqWxUqGJTnyEthVbFrHyWbyheeS5 { 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; }#fmpkyqWxUqGJTnyEthVbFrHyWbyheeS5.adaptive-delivery-prevent-bg, #fmpkyqWxUqGJTnyEthVbFrHyWbyheeS5.lazyload, #fmpkyqWxUqGJTnyEthVbFrHyWbyheeS5.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #u7s2JFqWB0hK8rpliPNBTHkllFp5ckuh { width:8.75rem;height:2.6875rem;top:104.56188065735rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txd15AGHeXDqsg5hvkQqKnuVeQ2L6g5s { display:block; }
 }@media only screen and (max-width: 763px) { #WSmLEtTBPa4ztNTtVENnmTakiehFmNri { 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; }#WSmLEtTBPa4ztNTtVENnmTakiehFmNri.adaptive-delivery-prevent-bg, #WSmLEtTBPa4ztNTtVENnmTakiehFmNri.lazyload, #WSmLEtTBPa4ztNTtVENnmTakiehFmNri.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #KqrhTE3Wv77E17MuoPbhIXhU86dp4qit { width:8.75rem;height:2.6875rem;top:119.87438065735rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCA0dDDUNIwSeMPhDRoBotPweHaVcvUR { display:block; }
 }@media only screen and (max-width: 763px) { #tJCsIPzaQ6DyLSEONvFOM2pgAvKmk0vr { 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; }#tJCsIPzaQ6DyLSEONvFOM2pgAvKmk0vr.adaptive-delivery-prevent-bg, #tJCsIPzaQ6DyLSEONvFOM2pgAvKmk0vr.lazyload, #tJCsIPzaQ6DyLSEONvFOM2pgAvKmk0vr.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #WsP4vtxkrZro3HNXKlEoPDcxgV37PbRF { width:8.75rem;height:2.6875rem;top:135.18688065735rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6EksCvWupWsR3iQTC1aGk5GEGRlpoUB { display:block; }
 }@media only screen and (max-width: 763px) { #wAEy4swuxLCJIRog1cnIGgTBst3P8onx { 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; }#wAEy4swuxLCJIRog1cnIGgTBst3P8onx.adaptive-delivery-prevent-bg, #wAEy4swuxLCJIRog1cnIGgTBst3P8onx.lazyload, #wAEy4swuxLCJIRog1cnIGgTBst3P8onx.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #E3pJ5FmQD1pKTn5K5MVp1LRL75F5K7EC { width:8.75rem;height:2.6875rem;top:150.49938065735rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QC2x68mgmvbzbsVDqB7zU6uW8NJJUSiE { display:block; }
 }@media only screen and (max-width: 763px) { #taEutwTneL5lDqUKJ9E3tALT2kcHIQDw { 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; }#taEutwTneL5lDqUKJ9E3tALT2kcHIQDw.adaptive-delivery-prevent-bg, #taEutwTneL5lDqUKJ9E3tALT2kcHIQDw.lazyload, #taEutwTneL5lDqUKJ9E3tALT2kcHIQDw.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #gMFwFLI9G5yBywBA8Zopy0lIrc12RETh { width:8.75rem;height:2.6875rem;top:165.81188065735rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtDi4mAqQstbvG87u1yqLl5u7P2bM6Al { display:block; }
 }@media only screen and (max-width: 763px) { #lRW2uqkDURtroVmuI5r1dTeJ40uHa4Uo { 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; }#lRW2uqkDURtroVmuI5r1dTeJ40uHa4Uo.adaptive-delivery-prevent-bg, #lRW2uqkDURtroVmuI5r1dTeJ40uHa4Uo.lazyload, #lRW2uqkDURtroVmuI5r1dTeJ40uHa4Uo.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #NExk0CqsM2z9x4IVHhFmLmZgSXXEha7i { width:8.75rem;height:2.6875rem;top:181.12438065735rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcGTeK2b14qmLwKlKIpnowsziRPBBZRF { display:block; }
 }@media only screen and (max-width: 763px) { #Ft9ckZLOtGkhpZZim9smsTpTfxoF8UwP { 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; }#Ft9ckZLOtGkhpZZim9smsTpTfxoF8UwP.adaptive-delivery-prevent-bg, #Ft9ckZLOtGkhpZZim9smsTpTfxoF8UwP.lazyload, #Ft9ckZLOtGkhpZZim9smsTpTfxoF8UwP.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #nwI0riPc0oUZWpHiJOJm1VqDk1tssyq0 { width:8.75rem;height:2.6875rem;top:196.43688065735rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FceOCDm4a8cqrCr2l9JNWcllhbS84mQq { display:block; }
 }@media only screen and (max-width: 763px) { #T3Id4UdWH8LdTWH9sX6GZM4vabUFtO45 { 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; }#T3Id4UdWH8LdTWH9sX6GZM4vabUFtO45.adaptive-delivery-prevent-bg, #T3Id4UdWH8LdTWH9sX6GZM4vabUFtO45.lazyload, #T3Id4UdWH8LdTWH9sX6GZM4vabUFtO45.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #EwFNF5Xu38kQJVFmZ2D6u80HX6RgNyuG { width:8.75rem;height:2.6875rem;top:211.74938065735rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecXqnpUQOwoZXrDwLXWPelce3y32FlRM { display:block; }
 }@media only screen and (max-width: 763px) { #IzWW9a7WQQg81PfVW1uXGRhpqnnNALTQ { 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; }#IzWW9a7WQQg81PfVW1uXGRhpqnnNALTQ.adaptive-delivery-prevent-bg, #IzWW9a7WQQg81PfVW1uXGRhpqnnNALTQ.lazyload, #IzWW9a7WQQg81PfVW1uXGRhpqnnNALTQ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #OQiMWdbo8aboXVVUM5tlxyZ6oEB14WlR { width:8.75rem;height:2.6875rem;top:227.06188065735rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6eiPo9PSPT044spT2RgPTxthVk393KL { display:block; }
 }@media only screen and (max-width: 763px) { #AvDAWlgMZ3Vrny6PdVTCd33BBWApUTF8 { width:20rem;height:17.297045670918rem;top:208.43532276154rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNa0M1EyiLRRvBKu6sex2K7b00F1gcgT { width:12.5rem;height:3.8997375rem;top:5.4375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPDqVpSVBdb8lXLJgbEykVnatv7MQKBR { 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) { #FIXm0X2hz0d6w7oROEwGTl87kxPnsR8k { width:12.5rem;height:1.7068125rem;top:10rem;left:3.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnABTPs0gzdH1aWzkKmLJaRiZ86XikPU { width:12.5rem;height:1.7068125rem;top:25rem;left:3.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiF7T2EyiufpavPuqZ81tKZ5XoL1cuge { 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) { #BP7wlaSaEzXJFIuuwHxLH2T09gZ7wQWN { 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) { #qub60ECH86tFmG0W3sdpUDgzclPK4JTc { 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) { #g6SsaCe73L4LZ0hW95OaSQZ7Nfa8xTLb { 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) { #AOaopIVwpK8Tx0q8JZ0UreQG6oCnwb3X { 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) { #SJNu9vEMQLrUNsB1oaOSsTBhnoGJKyT6 { 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) { #FXDc9CKTMDZEMokBCCi3Aq8ypTQIpftP { 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) { #S2k9DNKnVTKlmk009O5ZToyt7IpG3EJz { 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) { #am7ribBB7zmcPqoRVushMr4g0aDsZxCT { width:12.5rem;height:2.599825rem;top:52.311203852296rem;left:3.7500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #op7mi4LgwqSyfhkEfASNNhb5Z7EPk0tF { 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) { #J06utt4PaB9vCxTT3t2stimiyTnxRqym { 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) { #mXAu9cBg6uzfruUvqEFkubhMOolKxv0I { 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) { #r7o3OTyr6VcU2ie6hJJpUdpnAbF1VBHM { width:12.5rem;height:2.599825rem;top:68.0625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1Ab0Ju0RR7qWS4r0zUJcUXodqSS7s1W { 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) { #sxdlhBK10AG5PcBTPB76JTpMfTuTcZdT { 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) { #S4OuHqWPxiOCtk5oR1dnOfLScNKL8dMU { 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) { #PAGM4J1KHsFwuN2lZJ4wqiZ0IvVTVuIQ { 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) { #RxO9B74VmwJhShZNK6oLKeUc8K5rePBN { width:12.5rem;height:1.2999125rem;top:83.5625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCBvmqzKrz5aW6WrmsF4R5BW9FJ0AnTa { 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) { #XGicOyS6Tgd4sLJsDRwh7OLtKRGOOV5q { 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) { #kViFPpBl5cyPwnEL3T0dkpoccLlzfEFA { width:13.2498125rem;height:1.13606875rem;top:111rem;left:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaJET8T1cvF1QlC7FZ8RWD8z8ggmMaAE { 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) { #OFVc2NUyl7ZvgMGxHxq5SWFJhPkyVHWb { 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) { #PUQX5cMI8kp0g2AgU7RAfQC06HpCBvyI { 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) { #ywe3iABa7QRbXwJCeZQucde9Lc3Wcc9i { 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) { #G8bW3bJUxJnVUfRezEBILWsFhWIFJLR3 { 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) { #KMy9JDHKqDkKUQqdKLIypkIl3MIdBgX9 { 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) { #SAQH8cIpx8BvqUCaBoZDK30e2Ri935ID { 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) { #o6b89TSCtTrfrFtRHoDsxH4R6nk4fNog { 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) { #CwcP9NJpQeQbkJGGUL0aMx1uZHyp2Xrg { 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) { #mJD00aECImV9kXuavxXGEtxvWy4PiVVP { 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) { #wVKRHrRmrJ9w9O50ml7T1TsZcwS1N6vo { 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) { #nhTZpTV4a7oehcVSV7T5rb7fvEo9XEye { 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) { #KmQXdMTsiod79cyoVpZ0b1Cg91imJLze { 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) { #VIQZov5T4WJVolxBSxf1PzzXwsG5rrsT { 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) { #TALsgTFySWabWxMrZeKrrpvWB6kKKEtG { 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) { #mqdIAokfadg7JCauF69hihGqxlOP8sqx { 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) { #pRBZG40UNCLCz2qz8y2Tu58kVRtZgGve { 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) { #urwkyAMI1bp4a1IZz184IKJ12B6tNuL1 { 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; }#urwkyAMI1bp4a1IZz184IKJ12B6tNuL1.adaptive-delivery-prevent-bg, #urwkyAMI1bp4a1IZz184IKJ12B6tNuL1.lazyload, #urwkyAMI1bp4a1IZz184IKJ12B6tNuL1.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #RAwmQhC1PPv5E1UsRtwg0TKGkcfzCHfi { width:8.75rem;height:2.6875rem;top:243.25rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlVuEFJ9QQpW3sHeFGWSsXQH3lTzswIP { display:block; }
 }@media only screen and (max-width: 763px) { #Hv3TJ3m519f3TWRNuuvUI2whMXEPITnN { width:20rem;height:17.296rem;top:249.74935573339rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #di25E1GwsvfoZ3k0bNtze6FySEMO35Hm { 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; }#di25E1GwsvfoZ3k0bNtze6FySEMO35Hm.adaptive-delivery-prevent-bg, #di25E1GwsvfoZ3k0bNtze6FySEMO35Hm.lazyload, #di25E1GwsvfoZ3k0bNtze6FySEMO35Hm.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #HxwW0RytSQXOSaRv44goT3xi9oeqykrX { width:8.75rem;height:2.6875rem;top:258.5625rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdpefKohluE5Ri10IFbMNhbCOaC00UuG { display:block; }
 }@media only screen and (max-width: 763px) { #lFkJIw9R29JKnMbJSymG0Php5ukrkXSv { 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; }#lFkJIw9R29JKnMbJSymG0Php5ukrkXSv.adaptive-delivery-prevent-bg, #lFkJIw9R29JKnMbJSymG0Php5ukrkXSv.lazyload, #lFkJIw9R29JKnMbJSymG0Php5ukrkXSv.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #GpBspS7UG7Ilxr47ACE7cnpClHlpV3eG { width:8.75rem;height:2.6875rem;top:274.375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhgAP1atN5Zah07ryZnv7WHFZe1aTxFs { display:block; }
 }@media only screen and (max-width: 763px) { #N0FgtTQXC6OLumfNBWauzge587TsEnrk { 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; }#N0FgtTQXC6OLumfNBWauzge587TsEnrk.adaptive-delivery-prevent-bg, #N0FgtTQXC6OLumfNBWauzge587TsEnrk.lazyload, #N0FgtTQXC6OLumfNBWauzge587TsEnrk.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #JzpeStlecqAmcTHLmHgEt8JER1oSwXH5 { width:8.75rem;height:2.6875rem;top:289.6875rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m34WlRZSpP0vPlFzP35nzRLWDyt0NhqH { display:block; }
 }@media only screen and (max-width: 763px) { #bJC5TCiI7nMEGyWe0Os747NWGSLS56Ka { 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; }#bJC5TCiI7nMEGyWe0Os747NWGSLS56Ka.adaptive-delivery-prevent-bg, #bJC5TCiI7nMEGyWe0Os747NWGSLS56Ka.lazyload, #bJC5TCiI7nMEGyWe0Os747NWGSLS56Ka.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #MqKtxlkQwdpVCI84I40PNyde75TIBygn { width:8.75rem;height:2.6875rem;top:305rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlxw4FlPlEtVQFPN7ynx7FmrgocSHd81 { display:block; }
 }@media only screen and (max-width: 763px) { #raBfEhwLWdSk871AUAw4VusoInd2CHLB { 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; }#raBfEhwLWdSk871AUAw4VusoInd2CHLB.adaptive-delivery-prevent-bg, #raBfEhwLWdSk871AUAw4VusoInd2CHLB.lazyload, #raBfEhwLWdSk871AUAw4VusoInd2CHLB.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #L8lkXyViZKS3X7TK0i2bZERDD1Qp7bhu { width:8.75rem;height:2.6875rem;top:320.3125rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHVkRFSlS3Ppzqcswd8JpPWSh2rkt60I { display:block; }
 }@media only screen and (max-width: 763px) { #WVT7kZN5HUHwOqVDlvJ48NtECgtJeKtV { 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) { #ZXT3thxkzzGoERXquLTakPP3n0OUXnmz { 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) { #Vcf9mKIxIfWTJdbNuGgDWpn0QxdvcNiR { 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) { #CT7SID5e2pCEKE355PFFnLVySgpCwO3J { 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) { #zaIRyE4oXFBcTfFJGVod0WmabrtNkG3O { 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) { #I8d1QGWhUq0pcm7axO9vFwlJpWT7tzi9 { 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) { #hyrAcF3E0A67HsZzFQimA9cMlsexkmaH { 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) { #Vai1Sdb6NmBMUhISmoiWQditm1gnohT1 { 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) { #sfBuGRLcHAG3LIXfSvo6qIgUX1yZJ8Ue { 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) { #hwX06PodWADBFHo06oTnIGcKnq5Ds0D7 { width:12.5rem;height:1.62435rem;top:237rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpPOEt2TbbQC9sGmuVRBOsPVBHbp9pJr { 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) { #uJE1zEe3LivsbV7s4XViRii1ii8CxEvt { 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) { #THFgkQCz4V55nGpNH79GS7IilxmBPdlH { 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) { #XfDDi9xnTkIOzf8PEI61llJpS9I1cO8y { 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) { #T8moVmkWuFhasR3b81Zox6ucTt5afM92 { 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) { #WG5bRy2K0auJINrOksRq3NT0AZk2vMym { 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) { #q2ILynTWESAsZKw3v4XyyoZTsM2R77Sk { 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) { #lPlXZJJZpxPNNoOIN2FLSlHuIHKBDfeH { 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; }#lPlXZJJZpxPNNoOIN2FLSlHuIHKBDfeH.adaptive-delivery-prevent-bg, #lPlXZJJZpxPNNoOIN2FLSlHuIHKBDfeH.lazyload, #lPlXZJJZpxPNNoOIN2FLSlHuIHKBDfeH.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #U9r3zRGUtUWHMc46JACNGEoPh3kZpSye { width:8.75rem;height:2.6875rem;top:335.9375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynGMGEmb4yKUTtaLu0v7ZwvLNqbiMPcE { display:block; }
 }@media only screen and (max-width: 763px) { #BegJpVTGAgvWckXlVvZ2Zk9Adi7BPrTv { 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; }#BegJpVTGAgvWckXlVvZ2Zk9Adi7BPrTv.adaptive-delivery-prevent-bg, #BegJpVTGAgvWckXlVvZ2Zk9Adi7BPrTv.lazyload, #BegJpVTGAgvWckXlVvZ2Zk9Adi7BPrTv.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #XbWfO4Vdho3zwBk5H69VM6PmU9s2N3IU { width:8.75rem;height:2.6875rem;top:351.25rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8bEF2riul8DkSR1nZ3TPun5EOlTw7bZ { display:block; }
 }@media only screen and (max-width: 763px) { #Voil2VJv8kcaTng49W3HlS9XFgIGVoS9 { 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; }#Voil2VJv8kcaTng49W3HlS9XFgIGVoS9.adaptive-delivery-prevent-bg, #Voil2VJv8kcaTng49W3HlS9XFgIGVoS9.lazyload, #Voil2VJv8kcaTng49W3HlS9XFgIGVoS9.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #lLvfTggdfh2efxeumEheu6cg9ffUKL57 { width:8.75rem;height:2.6875rem;top:366.5625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8kgogiiiah7WrrK2KWMdNiIw6zDrLsW { display:block; }
 }@media only screen and (max-width: 763px) { #A736aT4aWEoT7F7UgETZM6VDlSelLszZ { 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; }#A736aT4aWEoT7F7UgETZM6VDlSelLszZ.adaptive-delivery-prevent-bg, #A736aT4aWEoT7F7UgETZM6VDlSelLszZ.lazyload, #A736aT4aWEoT7F7UgETZM6VDlSelLszZ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #kJ3zMTxp1aUJmrOi3llaTvMCdyNBDl23 { width:8.75rem;height:2.6875rem;top:381.875rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWy9TGTVTPOCrxoK32J9pVpd9tLW23fI { display:block; }
 }@media only screen and (max-width: 763px) { #Aie6DQwZG0gT0RV8ivkdOS9rRQriPH1q { 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; }#Aie6DQwZG0gT0RV8ivkdOS9rRQriPH1q.adaptive-delivery-prevent-bg, #Aie6DQwZG0gT0RV8ivkdOS9rRQriPH1q.lazyload, #Aie6DQwZG0gT0RV8ivkdOS9rRQriPH1q.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #c0Zgh4VqkapAJRm9klWSC127rQbA8CEz { width:8.75rem;height:2.6875rem;top:397.1875rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKWKyTEkheH75bE1G20P6FFwit6iioqK { display:block; }
 }@media only screen and (max-width: 763px) { #IMVaQtRXt2DnsW4SMJQ8yAxvOTmhbWda { 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; }#IMVaQtRXt2DnsW4SMJQ8yAxvOTmhbWda.adaptive-delivery-prevent-bg, #IMVaQtRXt2DnsW4SMJQ8yAxvOTmhbWda.lazyload, #IMVaQtRXt2DnsW4SMJQ8yAxvOTmhbWda.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #OqVSo05bdKMfEKAvFLoQLrTn28Hl35BO { width:8.75rem;height:2.6875rem;top:412.5rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W95iSJwBTe8ScbhCuec4C6dGpbz2JInR { display:block; }
 }@media only screen and (max-width: 763px) { #dH8ovcxwiLdqg6iP5FpuiOr8vdS8RwMS { 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) { #XO6qN9LPnwPzCQEPCNDLOE4qTXPUttat { 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) { #SunVu7c19u1pp5b9EwwJ4DTEII91E9Fy { 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) { #ctSCRHhn4a2iiH7Dtm8cUqRlzisnf7TI { 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) { #u9DuQiBs9kUFmPsFisQBlIrqMgBHMBG9 { 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) { #yENQaHE5c0sUHQm0CAeHA5kuWhrMUXua { 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) { #IRuwIJV5UtX9tDDQFcG5KXKp8ChQnkak { 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) { #VZLQw76WwJNMmd7qyk3y8sL0sqDRVwRk { 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) { #GhATvOTHCLDDsansU4tczTVr950VBLDJ { 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) { #HTkmQroCzybc4NV72hKaB2UopTh47H8v { 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) { #mDmVdbhERCeMHeyc03NT2TgrfpLM9T6J { 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) { #aQJ0yGnkn1XP5FMmzazDPydcOSTyku6g { 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) { #EgWNzfg6hwsVgNOO8x4ZvCTuwTNXLyTD { 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) { #i2ybusLwQcsKu7TTkx5qb2rQkf3Fs5EL { width:12.5rem;height:3.8997375rem;top:329.01802062988rem;left:3.7500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftoCCKPQKZwuRv833gnd9dowN0DAAfJL { 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) { #ZZIFTB1BDhK8lNvPalIJqMobVaJgmo0r { 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) { #CbwHZrygdPO49KTQ0aXcMPBpOigfde4F { width:12.5rem;height:3.8997375rem;top:359.1875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1ybdXEIdckCSILA8a2drATt5WsDIVDS { 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) { #kSCneTx1okMFKXClc852NePSQ7tpNN1b { 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; }#kSCneTx1okMFKXClc852NePSQ7tpNN1b.adaptive-delivery-prevent-bg, #kSCneTx1okMFKXClc852NePSQ7tpNN1b.lazyload, #kSCneTx1okMFKXClc852NePSQ7tpNN1b.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Q7WEo3e19kM8gox35TqpeXqZWbAJHJoX { width:8.75rem;height:2.6875rem;top:427.81166522465rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KV0QZwTvoNpX3TgKRZU151vm1XOHG4h5 { display:block; }
 }@media only screen and (max-width: 763px) { #EKgybUSbSVEA2veVmNIPap671zzTeqBx { 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; }#EKgybUSbSVEA2veVmNIPap671zzTeqBx.adaptive-delivery-prevent-bg, #EKgybUSbSVEA2veVmNIPap671zzTeqBx.lazyload, #EKgybUSbSVEA2veVmNIPap671zzTeqBx.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #O4IPZNJXdpxFRCcneuRTczLFXuxZutnU { width:8.75rem;height:2.6875rem;top:443.12416522465rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMVXZK1ta1Uk2v0HtLHl9wMA7lZm5So2 { display:block; }
 }@media only screen and (max-width: 763px) { #L1kVlFqeNpTk2G47syAOOKkdTNdobPsQ { 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; }#L1kVlFqeNpTk2G47syAOOKkdTNdobPsQ.adaptive-delivery-prevent-bg, #L1kVlFqeNpTk2G47syAOOKkdTNdobPsQ.lazyload, #L1kVlFqeNpTk2G47syAOOKkdTNdobPsQ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #iTJM9M4830H0apA2XTWBoZQGTpNXGlX7 { width:8.75rem;height:2.6875rem;top:458.43666522465rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLwFQJrCFZM5OVnxtu3XleqvTKDrd6H4 { display:block; }
 }@media only screen and (max-width: 763px) { #hqfJwZtALRlbJyAMTa25ReDUC1ervyqa { 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; }#hqfJwZtALRlbJyAMTa25ReDUC1ervyqa.adaptive-delivery-prevent-bg, #hqfJwZtALRlbJyAMTa25ReDUC1ervyqa.lazyload, #hqfJwZtALRlbJyAMTa25ReDUC1ervyqa.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #enKOinmBhZuLArHy35LhfmZmic77mS7X { width:8.75rem;height:2.6875rem;top:473.74916522465rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlrQOGqV181FntN2PfD1TRwJrnbr3l3N { display:block; }
 }@media only screen and (max-width: 763px) { #aESZ78vt12c8rxligC3G02298iyvlDNy { 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; }#aESZ78vt12c8rxligC3G02298iyvlDNy.adaptive-delivery-prevent-bg, #aESZ78vt12c8rxligC3G02298iyvlDNy.lazyload, #aESZ78vt12c8rxligC3G02298iyvlDNy.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #sX3Wau9XcHSN1TvJRnZa0G34aG23RSvi { width:8.75rem;height:2.6875rem;top:489.06166522465rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t35bOapUoxEXzAOtCoZlQT41vsiGToeF { display:block; }
 }@media only screen and (max-width: 763px) { #MHsdVtTL8IMSBCyaO1ZvInpiq8z5vLnG { 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; }#MHsdVtTL8IMSBCyaO1ZvInpiq8z5vLnG.adaptive-delivery-prevent-bg, #MHsdVtTL8IMSBCyaO1ZvInpiq8z5vLnG.lazyload, #MHsdVtTL8IMSBCyaO1ZvInpiq8z5vLnG.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #H0LKZT01vZms38dmnQJ2otkU2RiPh7J4 { width:8.75rem;height:2.6875rem;top:504.37416522465rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxVaG2akaG0bUcIvQo36eaQcAkHWx9H8 { display:block; }
 }@media only screen and (max-width: 763px) { #P4AnT068yJcFqLNiD9PhIQ8THhBQyDLs { 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; }#P4AnT068yJcFqLNiD9PhIQ8THhBQyDLs.adaptive-delivery-prevent-bg, #P4AnT068yJcFqLNiD9PhIQ8THhBQyDLs.lazyload, #P4AnT068yJcFqLNiD9PhIQ8THhBQyDLs.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #xraQUmtayyTiv6TaTsyqF73Nt15auahU { width:8.75rem;height:2.6875rem;top:519.68666522465rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyFd2rcRtnCyyyIm6pefNcEROGAAoWyE { display:block; }
 }@media only screen and (max-width: 763px) { #RT1o0oLuFwBqVOOzP69azq6XXLKWUgsR { 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; }#RT1o0oLuFwBqVOOzP69azq6XXLKWUgsR.adaptive-delivery-prevent-bg, #RT1o0oLuFwBqVOOzP69azq6XXLKWUgsR.lazyload, #RT1o0oLuFwBqVOOzP69azq6XXLKWUgsR.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #wxD7VZRQK8w2JLa3UuPGCSNd7LPNg0FW { width:8.75rem;height:2.6875rem;top:534.99916522465rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUK1nfrpbnl8FMwhf73Gvc2niGPHQwWy { display:block; }
 }@media only screen and (max-width: 763px) { #pxbUFuZLLEFJT1v92mLdDllax0JVxfFc { 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; }#pxbUFuZLLEFJT1v92mLdDllax0JVxfFc.adaptive-delivery-prevent-bg, #pxbUFuZLLEFJT1v92mLdDllax0JVxfFc.lazyload, #pxbUFuZLLEFJT1v92mLdDllax0JVxfFc.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #yxBkDq3i4EBwiysEqq0XsST7ZtcBB1n5 { width:8.75rem;height:2.6875rem;top:550.31166522465rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQVoI8B1VuwvT5wqhnoDwBZosRs7r2Nf { display:block; }
 }@media only screen and (max-width: 763px) { #THT7EnUiDuCkwH4OMnHgAsCqOw2kgEcm { 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) { #BpJAebMApvFGvIDhKDCpissHSsM3npzo { width:12.5rem;height:3.8997375rem;top:374.375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpMh8uMsWPwh3EhIGCP0rmtqfidvo7x6 { 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) { #Lp6LfEOW7GNvXpc9iTi40FX5xi8qlWiS { width:12.5rem;height:1.2999125rem;top:391.5625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuUTcbo3aiQJGb9A6Bvll8fzs7utsMuM { 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) { #yBN4BbTKZ6EnTcs8wNkmHy4uS1wbi7IM { 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) { #PhrN6w0wek2uAShUWe3BhaDap47O1Ize { 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) { #TUkzNCBCFrV8F3664bJso93nd47eJJty { width:12.5rem;height:1.2999125rem;top:406.9375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0eXP0pJVCIQy8UCn0pu5mzSl0Tn8c5l { 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) { #iDq0H2xvObCuoUN9oSKpn2GE5Ut7V72f { 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) { #U8ZeEOxsDEgWom5f9zomtxcx18CmCil2 { width:12.5rem;height:1.2999125rem;top:422.4375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJMH9nIu6lq7gh5dZ6ixcWrM9Wo6QRcx { width:12.5rem;height:1.62435rem;top:425rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nL4Xpd1u4qTA5lEGlcMnstEm08ygRVwh { width:12.5rem;height:4.38801875rem;top:433rem;left:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhJmdGJtKXwNNWfGIzeVomnGspQnqQ1c { 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) { #Ke52UZ89pNPkzHeaGMVoKGXMrTSnPDlr { 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) { #RfIkOztzlQPtCCbruRxBcQvsWAQTzzGk { 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) { #ZOzZw6l4KVn3VsSAM0txZccIarnCedDQ { 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) { #PU2xx9IWTfowmv3AJluCJbi0Hzo9JwJV { 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) { #c9TAcGdnJWAGoxzt3yWsuGT441HH7hFU { 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) { #TwBiTMdEDMRcHiKXZ1Tt2Dg158BZiWUV { 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) { #lnZX8lSpuRZyLrSJamdnK3eW8WlE5r92 { 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) { #FKsHmNWTcO7IvLKbcZylOLEct7ZPkowe { 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) { #E4z8hmAbqc6qRi1uB8ivsMUqJwkiFRSk { 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) { #PpSEuLIoewThXOlxEtn3aHFkqU10LvWt { 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) { #EJAP6Lp83TTIEvZlsSzszGR5t6FQNZQw { 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) { #CxIJxxch3Rmle9W6gfU369U7ssm704BZ { 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) { #ZaBpJRdL8U4clHPmMdKFXecMt9oLuTJf { 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) { #ppGuwDtXf0r3gDVbH67zTrdS2xy48pV2 { 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; }#ppGuwDtXf0r3gDVbH67zTrdS2xy48pV2.adaptive-delivery-prevent-bg, #ppGuwDtXf0r3gDVbH67zTrdS2xy48pV2.lazyload, #ppGuwDtXf0r3gDVbH67zTrdS2xy48pV2.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #CgXcfifZ8uuTcDTXH8Ou2LhM7pOOlD3d { width:8.75rem;height:2.6875rem;top:565.9375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRIHGBpaqWhMrGPriQP94V7fPWINCVCJ { display:block; }
 }@media only screen and (max-width: 763px) { #wH1Eup1CndI1ugzhCg6qe1tmzfGtDe81 { 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; }#wH1Eup1CndI1ugzhCg6qe1tmzfGtDe81.adaptive-delivery-prevent-bg, #wH1Eup1CndI1ugzhCg6qe1tmzfGtDe81.lazyload, #wH1Eup1CndI1ugzhCg6qe1tmzfGtDe81.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #kUzVElm5wkrRxkRFuvRLsSU83JqeZB30 { width:8.75rem;height:2.6875rem;top:581.25rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ON3eJ0GFLnflKtKtOEnTQsTLEGu2FLcO { display:block; }
 }@media only screen and (max-width: 763px) { #abgeTtDs6UtMlR79zoGv5L3cnZWBOCpt { 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; }#abgeTtDs6UtMlR79zoGv5L3cnZWBOCpt.adaptive-delivery-prevent-bg, #abgeTtDs6UtMlR79zoGv5L3cnZWBOCpt.lazyload, #abgeTtDs6UtMlR79zoGv5L3cnZWBOCpt.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #r9mvtvzFwoVC0ImzXgZBs5yLxdrz3b9z { width:8.75rem;height:2.6875rem;top:596.5625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFdC02vGVHXDaWauGiBpSQChrLVXMtWZ { display:block; }
 }@media only screen and (max-width: 763px) { #KAbdQoOE2HDsr7HJDMCR3matetNtruE4 { 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; }#KAbdQoOE2HDsr7HJDMCR3matetNtruE4.adaptive-delivery-prevent-bg, #KAbdQoOE2HDsr7HJDMCR3matetNtruE4.lazyload, #KAbdQoOE2HDsr7HJDMCR3matetNtruE4.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #mzMMPtGhfzybtG1HfVEUPgd7wgfREbPQ { width:8.75rem;height:2.6875rem;top:611.875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4vltVCGmF8AFTIrMmpMzyIRx19LgJ5o { display:block; }
 }@media only screen and (max-width: 763px) { #aXew6KpQ9fwPgszQ9O0QfZEbDJeXQuHz { 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; }#aXew6KpQ9fwPgszQ9O0QfZEbDJeXQuHz.adaptive-delivery-prevent-bg, #aXew6KpQ9fwPgszQ9O0QfZEbDJeXQuHz.lazyload, #aXew6KpQ9fwPgszQ9O0QfZEbDJeXQuHz.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #L99WTwSTCo8VIGvrEOWeNc3AR2Wq9o5s { width:8.75rem;height:2.6875rem;top:627.1875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMbiTvpFeShqZIeDoF6AEfD6a3NZ52hL { display:block; }
 }@media only screen and (max-width: 763px) { #iP66qZ8i1izE8Hpk5ph3K3XaCkZe2w1O { 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; }#iP66qZ8i1izE8Hpk5ph3K3XaCkZe2w1O.adaptive-delivery-prevent-bg, #iP66qZ8i1izE8Hpk5ph3K3XaCkZe2w1O.lazyload, #iP66qZ8i1izE8Hpk5ph3K3XaCkZe2w1O.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ndITUy1MEtqWPT6W0iFiw2UAwRLzOueo { width:8.75rem;height:2.6875rem;top:642.5rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTrdyUe29i5laeq0hRfioqBikHT2UgRg { display:block; }
 }@media only screen and (max-width: 763px) { #AXa4poKTTn82Olzt7U0UaHZTDMliavX0 { 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) { #se3007WpsU0bu2T0H9gML8GeWGceVenZ { 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) { #LBnCQrEaKzh7hlyzpR9Bdlkg5GakwQBa { 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) { #G11sJIW1qcbgsxzBp6fo95H7CmM0OyO3 { width:13.186875rem;height:2.4370625rem;top:530.1875rem;left:3.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5OD6OJHGIrtzdTvmSXFc4fT4DgKOVp1 { width:12.5rem;height:2.92535rem;top:526rem;left:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgrZZ7R40IAidwB7K6epyFFTdTpvT0Sc { 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) { #XO3zInV5EpZUkLy65F9I1UQaI7903g7k { 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) { #z7cmEZDL79kSaUG7XKTpghAZek8iaZ2w { width:13.186875rem;height:1.21853125rem;top:545rem;left:3.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZoeaCxvouLrVLBTlEb5bC7eKs9v0l5s { 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) { #o5fKNtp0QmEy37SnDDvGE96k6FHhf9tc { 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) { #WvLKfJbJsCLqlr6GAkrEkqE0IJ0whnFz { 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) { #TNklFZC4GBdbUG5h20PVEUJs5AL3uehL { 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) { #sJwHbMfMMlk5GqQka5kt8BzXOBI9JB2L { 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) { #Us369rspEObxyu9Hx3DPnk7v5JLZHorJ { 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) { #UoeBmlXhQLFaw3SISGbIHHEKBLOuCqRu { 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) { #tFa5OwWkXK7NDyvargr2l1v3I0XSsg9u { 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) { #l8DKWI637bUF3FxQM14QXineNPxAb5lA { 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) { #Ly1RbsLAVtAGTK9Io2m80hdXOIdB9tbN { 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) { #VUbcIUvEICsDw3La0HbnKcKSkTcSxpke { 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; }#VUbcIUvEICsDw3La0HbnKcKSkTcSxpke.adaptive-delivery-prevent-bg, #VUbcIUvEICsDw3La0HbnKcKSkTcSxpke.lazyload, #VUbcIUvEICsDw3La0HbnKcKSkTcSxpke.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ItXADqA37oEP8FPQ9wGZWQ9iKgAiVDcb { width:8.75rem;height:2.6875rem;top:658rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcAqSk1RnaP8dC1wCph8ttA0qOw6ucsg { display:block; }
 }@media only screen and (max-width: 763px) { #QsdLSTucy9fT8mol8n9utfGh7GIk2dwG { 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; }#QsdLSTucy9fT8mol8n9utfGh7GIk2dwG.adaptive-delivery-prevent-bg, #QsdLSTucy9fT8mol8n9utfGh7GIk2dwG.lazyload, #QsdLSTucy9fT8mol8n9utfGh7GIk2dwG.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #z7BecBNa1DPy9C4BNe2SmmGuZGipXMog { width:8.75rem;height:2.6875rem;top:673.3125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1TZMdKQQobIQcBfKJ1Kxq34r8XXOzeN { display:block; }
 }@media only screen and (max-width: 763px) { #q6wMT2sm0WaqXBxEXTa8rKgKVXtqXPOB { 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; }#q6wMT2sm0WaqXBxEXTa8rKgKVXtqXPOB.adaptive-delivery-prevent-bg, #q6wMT2sm0WaqXBxEXTa8rKgKVXtqXPOB.lazyload, #q6wMT2sm0WaqXBxEXTa8rKgKVXtqXPOB.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #yTa08MPEotXwtc5R3OM4ULHlswbAh4Zg { width:8.75rem;height:2.6875rem;top:688.625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4vDKKR2I2MLMstxTdorJ64WgsfIbfZI { display:block; }
 }@media only screen and (max-width: 763px) { #Jmulzo5ItH4HRckP1wL4GsoFNhGrHIk2 { 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; }#Jmulzo5ItH4HRckP1wL4GsoFNhGrHIk2.adaptive-delivery-prevent-bg, #Jmulzo5ItH4HRckP1wL4GsoFNhGrHIk2.lazyload, #Jmulzo5ItH4HRckP1wL4GsoFNhGrHIk2.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #NZm4TNzbk9FEIKnfVI3RB1SSrGaisltt { width:8.75rem;height:2.6875rem;top:703.9375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEySEMO1zBQLFthtxsviChBKUgbNMGN2 { display:block; }
 }@media only screen and (max-width: 763px) { #oZFpIiVL1EDakOUfaVTZT6CIu9Thx492 { 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; }#oZFpIiVL1EDakOUfaVTZT6CIu9Thx492.adaptive-delivery-prevent-bg, #oZFpIiVL1EDakOUfaVTZT6CIu9Thx492.lazyload, #oZFpIiVL1EDakOUfaVTZT6CIu9Thx492.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #BQlcW52x44Ozm0iT8TlU97Dpfmk4ITQT { width:8.75rem;height:2.6875rem;top:719.25rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnVB8EgUGyo3RNIgkgJVZCVF0iXyuPgd { display:block; }
 }@media only screen and (max-width: 763px) { #iRc3rNTwkefft7qlKDm4DbLbwMzt7nD0 { 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; }#iRc3rNTwkefft7qlKDm4DbLbwMzt7nD0.adaptive-delivery-prevent-bg, #iRc3rNTwkefft7qlKDm4DbLbwMzt7nD0.lazyload, #iRc3rNTwkefft7qlKDm4DbLbwMzt7nD0.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #OR0ozuG8bGMgmIuduLF1U8T2sHuUDqEs { width:8.75rem;height:2.6875rem;top:734.5625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mn3K1tfvyrhMFN1v08fpOMVTldu8iUP2 { display:block; }
 }@media only screen and (max-width: 763px) { #V5vCEJORa0WmFRSAPermFKUrgBa9PTpy { 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) { #vFTTLnGvHTFfesZmuFkmHy7TErXgwtJL { 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) { #qFdOoisxTr4VB7c2rSi1CigsRnnCAXUC { 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) { #IRXkI3VEiNdRKh6Efm9tEpsU0f2BCvVu { 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) { #UkC9ANzHPo8KGckBSLroGUhKgJgkFT8J { 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) { #QNKoh4ixUwEIxLZFEJ4XoqgZHgnNH55H { 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) { #yHIwvLpXc8mLT01sTK74zTUMAPTVfU48 { 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) { #SoifSzGMda7T2341zB91ERGCKyPLqgG7 { 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) { #nTlTFayxZA9WL5dguhCQKnyhUpnrqqah { 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) { #ylMGVbuTkmbxmSpL8pyQg8GkyWGquLbQ { 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) { #ndKGiU95qe7kLm5FgcuDJWii85VxeIAB { 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) { #q1GeLlyCsNilyRiswO5T0iZaJ8vXgeE3 { 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) { #FO6sCFB8G0I0EEfxFCCAa7lbxxMyq6D8 { 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) { #e6PU1fIVgfe0JLHoFm89HJMkVU7cXXrQ { 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) { #iSbRdk7XmRW3VuFNUKax2EJIzx331AbF { 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) { #EzPEGPMyCTEek9TKosOywn6whcMnqsEk { width:12.5rem;height:2.92535rem;top:663rem;left:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWwD1DnOukVZlwd4nuhw6E5x1mnhTShF { 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) { #zlc7tU4qqsJKBitzerWaXfc9q8fvz8Da { 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) { #Zr5FHD9mupd3DXMIrmtUW8MqVKEAh07g { 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; }#Zr5FHD9mupd3DXMIrmtUW8MqVKEAh07g.adaptive-delivery-prevent-bg, #Zr5FHD9mupd3DXMIrmtUW8MqVKEAh07g.lazyload, #Zr5FHD9mupd3DXMIrmtUW8MqVKEAh07g.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #FBG52BVxSqbRzTnGP7FaT0WeO82tcoy8 { width:8.75rem;height:2.6875rem;top:750.875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsqhPtWdJlI9xIyIfhraLnlWXl7LLMN5 { display:block; }
 }@media only screen and (max-width: 763px) { #fXRLee6pr0Pa9dfEO9RbFMXKuC0B98Xz { 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; }#fXRLee6pr0Pa9dfEO9RbFMXKuC0B98Xz.adaptive-delivery-prevent-bg, #fXRLee6pr0Pa9dfEO9RbFMXKuC0B98Xz.lazyload, #fXRLee6pr0Pa9dfEO9RbFMXKuC0B98Xz.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #W6yRzDF3wc3fZOWW6MHqknIUXgLEN9zZ { width:8.75rem;height:2.6875rem;top:766.1875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZK4zvt3HHJRmX7iwId4HsOK0ZZG5WoL { display:block; }
 }@media only screen and (max-width: 763px) { #ToNIBfaC0U8bcUJhEGnvzUowM5xlQqbN { 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; }#ToNIBfaC0U8bcUJhEGnvzUowM5xlQqbN.adaptive-delivery-prevent-bg, #ToNIBfaC0U8bcUJhEGnvzUowM5xlQqbN.lazyload, #ToNIBfaC0U8bcUJhEGnvzUowM5xlQqbN.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #pf4Rl2KvW3LBPqvB3gBe4DwHlLxz5Srg { width:8.75rem;height:2.6875rem;top:781.5rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmDLrDwTCowzsQQfG0NozOXkTeA3AVbx { display:block; }
 }@media only screen and (max-width: 763px) { #MoLARJBvitiETSyRqRwL18IMWHom8UX8 { 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; }#MoLARJBvitiETSyRqRwL18IMWHom8UX8.adaptive-delivery-prevent-bg, #MoLARJBvitiETSyRqRwL18IMWHom8UX8.lazyload, #MoLARJBvitiETSyRqRwL18IMWHom8UX8.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #wl4nvBFU2zTERKC0A8ghzSACIqRtAHGy { width:8.75rem;height:2.6875rem;top:797.8125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARQMGywUSL6uE7oMyZvkEcDXlThFOktn { display:block; }
 }@media only screen and (max-width: 763px) { #RVEOfZhwrIss2eo1b8cZ5Iy8QdmiUkZn { 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; }#RVEOfZhwrIss2eo1b8cZ5Iy8QdmiUkZn.adaptive-delivery-prevent-bg, #RVEOfZhwrIss2eo1b8cZ5Iy8QdmiUkZn.lazyload, #RVEOfZhwrIss2eo1b8cZ5Iy8QdmiUkZn.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #q3zmknzXWFs1fnLn6IXoKIEu6JmzLbMF { width:8.75rem;height:2.6875rem;top:814.3125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhJ99pVplLmQrRFTu4Nl1JLASl2ov1s7 { display:block; }
 }@media only screen and (max-width: 763px) { #slVOVNRGQaD9funawWeIKRQeBuyLH3VV { 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) { #nA2wQp6VdMhMnaioOslzWMeSLRx3Dcxc { 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) { #WpBGw7PFro1GE3Wc4pMubAUZ0sTCBODp { 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) { #iAPaRtemkS2RzAPRcVg0dHTRXDTWidq7 { 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) { #UR8kJGqnbT0JB9emGomKNmOwq8HLu1Ax { 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) { #qHRGubizdGxBzKQWEoszVlJb2UgcNwq3 { 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) { #M9JeKCfBuzJnvnFpZcoKDunorZvf0BRm { 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) { #oRN8WIGF8Mbbt5A25OtmgekUTRbQgKMo { 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) { #TgEPmpqTmvmH4tt1b0pLryHsIiTSC7Tp { 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) { #GUrAdSqKGRen4fGKTCI3A5IDUoGXkVyA { 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) { #eaot4caRX5JMTmBzOsiMZxrLTWwwoiJl { 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) { #VoqcOlUfu3xW4aRJK8Ss5ZOSspqJqDlK { 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) { #mlFsiZdQCfbuI3oaxehsetdvcZC2WAQQ { width:13.311625rem;height:1.7871125rem;top:775rem;left:3.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTQgIPTNwSUFoIfJiDvEWW3VvkMuaWaX { 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) { #JGbL4sy2QKkgoclTM705UQWTmRFAiGwB { 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) { #zbIsb95yO4ILyIsP4C01rRTwMUoT34w9 { 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) { #Ze9Gvm9N9LJT5p9zLNXd9O7SX9iV5iE1 { 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) { #nFw16hBhQT7uugMgAPT0TqQUTTxVnX8B { 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) { #ttoIOREWSCpNsFOpbuvqUuJWpSryuat7 { 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) { #U9aupfIGee8WzsRo3m5OyK6K0prdUrDN { width:13.186875rem;height:2.43706875rem;top:808rem;left:3.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFgfK6EwFxoHT7dzQanNHVfiM5AMgJIT { 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) { #aCN2X0sf6O8TaE9w9svaMN75Tec2Mv5G { display:block; }#aCN2X0sf6O8TaE9w9svaMN75Tec2Mv5G > .row .container { width:20rem;height:138.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BiaClLvff26HaxW9f2M4WmXIZz6EwQr0 { 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; }#BiaClLvff26HaxW9f2M4WmXIZz6EwQr0.adaptive-delivery-prevent-bg, #BiaClLvff26HaxW9f2M4WmXIZz6EwQr0.lazyload, #BiaClLvff26HaxW9f2M4WmXIZz6EwQr0.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #a7RtEwJNLGXBhfeMct0ulO2EdcZeegFX { width:8.75rem;height:2.6875rem;top:43.249786376953rem;left:5.7821197509766rem;display:block; }
 }@media only screen and (max-width: 763px) { #enxGOMTOXq0SJPkdpdqqpVVlAKAmbErI { display:block; }
 }@media only screen and (max-width: 763px) { #S8pbu65wnewaMw59rzXtuKJsdzvcWBEy { 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; }#S8pbu65wnewaMw59rzXtuKJsdzvcWBEy.adaptive-delivery-prevent-bg, #S8pbu65wnewaMw59rzXtuKJsdzvcWBEy.lazyload, #S8pbu65wnewaMw59rzXtuKJsdzvcWBEy.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #fcSCpUXNV2kt20n0l5xsG7w6CSA6vKcU { width:8.75rem;height:2.6875rem;top:27.9375rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmPEW4vcwt0BVaKVypPMK2PipRU23IuX { display:block; }
 }@media only screen and (max-width: 763px) { #AR1TdJbGkWooHBHBaI85wDKhgPcrMSHv { 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; }#AR1TdJbGkWooHBHBaI85wDKhgPcrMSHv.adaptive-delivery-prevent-bg, #AR1TdJbGkWooHBHBaI85wDKhgPcrMSHv.lazyload, #AR1TdJbGkWooHBHBaI85wDKhgPcrMSHv.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Oc7sZgroH0h7NwWE6Eb3i3NT6T13kOQ3 { width:8.75rem;height:2.6875rem;top:12.625rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ln2nVpaBCscM70VX9okpsGU6WDWpkF1i { display:block; }
 }@media only screen and (max-width: 763px) { #D0vqTPca0Tde8LiVLFGtl36Tt7nPPhbU { width:15rem;height:12.9375rem;top:25.763541221619rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5vJGataEiiRyALglN75pGGs8PLTGMaN { 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; }#t5vJGataEiiRyALglN75pGGs8PLTGMaN.adaptive-delivery-prevent-bg, #t5vJGataEiiRyALglN75pGGs8PLTGMaN.lazyload, #t5vJGataEiiRyALglN75pGGs8PLTGMaN.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ULTxEv85OyaQLbT6P50wgcTFyX33Xlev { width:8.75rem;height:2.6875rem;top:58.624380657349rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgW7fpxpMlUreNllbc0KupRRCUcs7hBW { display:block; }
 }@media only screen and (max-width: 763px) { #QFTR6D8h77ZVJH0ExKGwDWQlb5T6aMBW { 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; }#QFTR6D8h77ZVJH0ExKGwDWQlb5T6aMBW.adaptive-delivery-prevent-bg, #QFTR6D8h77ZVJH0ExKGwDWQlb5T6aMBW.lazyload, #QFTR6D8h77ZVJH0ExKGwDWQlb5T6aMBW.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ooUL8Ny8TU41961WGf3n9O6td68bLnrM { width:8.75rem;height:2.6875rem;top:73.93688065735rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTwmfDmGff1Bq1JT7gNC53PHeJu6SDud { display:block; }
 }@media only screen and (max-width: 763px) { #LyHnsxvBVdb7abNF568CkWAcFvAlwLZp { 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; }#LyHnsxvBVdb7abNF568CkWAcFvAlwLZp.adaptive-delivery-prevent-bg, #LyHnsxvBVdb7abNF568CkWAcFvAlwLZp.lazyload, #LyHnsxvBVdb7abNF568CkWAcFvAlwLZp.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ysFgfP5wduFlNnVzzaLpwRGbOSvnkkUB { width:8.75rem;height:2.6875rem;top:89.24938065735rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8pxrKoETCfGLpv4WJoe24hQgKlIBTJ7 { display:block; }
 }@media only screen and (max-width: 763px) { #FJ5htaPV6QZ1AkTl2uzRvTTJkMsrzpTP { width:12.5rem;height:1.8684875rem;top:6.0611724853516rem;left:3.7500000596046rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfWqtwWqMkm2bKCbXzHSTrHOrPmRoerl { width:12.5rem;height:1.7068125rem;top:10rem;left:3.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJoearHL0ZpW1846T71Co0miV1yXQ166 { width:12.5rem;height:1.7068125rem;top:25rem;left:3.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cx1fabNahaM8ryfu2FIapi86NDus4n1I { width:13.2498125rem;height:1.13606875rem;top:21.812072753906rem;left:3.3745661377907rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWM6TgroBkhxr0673mNX8B3Im3tpJf9k { width:12.5rem;height:1.8684875rem;top:20.01300907135rem;left:3.7500000596046rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4wSDbAkhrccc9P09sbzmcU38D5xCc10 { width:12.5rem;height:3.73698125rem;top:35.031442642212rem;left:3.7500000596046rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETTJW0JeiN17GnRz4CUrUIQgFNfubRXh { 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) { #O3NKUKASX4ssA8yA6v58oooTkEX7VTUT { 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) { #plJalxoXNUCVrCVad4HLMo72c52y7JAF { width:12.5rem;height:1.8684875rem;top:50.248565673828rem;left:3.7500000596046rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SguaiTdI9FUBl5wacDhnDNy9ZTx4lKQG { width:12.5rem;height:1.7068125rem;top:55.749786376953rem;left:3.7500000596046rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z70w0gQ7DQGSIrJggB6ixEyHe4X41Zd0 { 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) { #nIyGxEyIoRq4nNUSkMoReUeUUkOgAI6k { width:12.5rem;height:3.73698125rem;top:66.187004089356rem;left:3.7500000596046rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WX78GXVEksSs6FliJOHOXnzordFKIlNf { width:12.5rem;height:3.73698125rem;top:79.375rem;left:3.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aB7N7x8T24pGeSlPJI6dSoHEh0pf0a2V { 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) { #kSBSfHUl0Km2blqeTxXT7JeUCdI6OD7v { width:15.0625rem;height:13.8125rem;top:93.185830898438rem;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; }#kSBSfHUl0Km2blqeTxXT7JeUCdI6OD7v.adaptive-delivery-prevent-bg, #kSBSfHUl0Km2blqeTxXT7JeUCdI6OD7v.lazyload, #kSBSfHUl0Km2blqeTxXT7JeUCdI6OD7v.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #whaWpctI4cVeSMT0XUP1vGtJoOGZLWq9 { width:8.75rem;height:2.6875rem;top:104.56083089844rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXZRI5ewMTPM9RDWubwon6gX8wQtWIeE { display:block; }
 }@media only screen and (max-width: 763px) { #NtJgMKTLKddJkRXAoAALFMrcSLB3KVbJ { width:15.0625rem;height:13.8125rem;top:108.49833089844rem;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; }#NtJgMKTLKddJkRXAoAALFMrcSLB3KVbJ.adaptive-delivery-prevent-bg, #NtJgMKTLKddJkRXAoAALFMrcSLB3KVbJ.lazyload, #NtJgMKTLKddJkRXAoAALFMrcSLB3KVbJ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #QO2fZ66rUA0XBEJTRZuKKXNiRgcZbM4y { width:8.75rem;height:2.6875rem;top:119.87333089844rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4m4uAsqTx2f6oPHzTxhoKXW90LGCx8k { display:block; }
 }@media only screen and (max-width: 763px) { #CkIIpeDZaprIrIALuDgT9l3W5VVgZasd { width:15.0625rem;height:13.8125rem;top:123.81083089844rem;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; }#CkIIpeDZaprIrIALuDgT9l3W5VVgZasd.adaptive-delivery-prevent-bg, #CkIIpeDZaprIrIALuDgT9l3W5VVgZasd.lazyload, #CkIIpeDZaprIrIALuDgT9l3W5VVgZasd.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Mmn5AvSGOEX4gUEtLsFXNAtK3xVJ8MHK { width:12.5rem;height:1.7068125rem;top:117.06083089844rem;left:4rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x12Wzf0mX24wDXyhrQLtGfmKHWypm2g3 { width:12.5rem;height:1.7068125rem;top:101.74833089844rem;left:4.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngtXQVJ4wViqHEZSzAervd4rxpKV2fps { width:12.5rem;height:1.7068125rem;top:132.37333089844rem;left:4rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGRVNGJ635fTLuoTgbxV0JAFhX2rRk5q { width:8.75rem;height:2.6875rem;top:135.18583089844rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6hOmdTQnIiPyhB65kO4T7aRr3aHEZ7d { display:block; }
 }@media only screen and (max-width: 763px) { #SBKneisZzTZu5zudWNhWP1TokqsOodA8 { width:12.5rem;height:1.8684875rem;top:112.43691808716rem;left:3.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlOKRPzB3TL8GliSE33LUOyQARD3D22O { width:12.999125rem;height:3.57421875rem;top:96.270467586669rem;left:3.5290794372559rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXg8GTWTQQ0Ty1x2gE2yGOl164rpkXu9 { width:12.5rem;height:3.73698125rem;top:126.74833089844rem;left:4rem;font-size:1.4375rem;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; }
 }