.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PLce5TffJlVP6pdN1T3ST0KTcT3Ku7rh { position:relative;display:block; }#PLce5TffJlVP6pdN1T3ST0KTcT3Ku7rh { background-color: transparent; background-image: none; }#PLce5TffJlVP6pdN1T3ST0KTcT3Ku7rh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PLce5TffJlVP6pdN1T3ST0KTcT3Ku7rh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PLce5TffJlVP6pdN1T3ST0KTcT3Ku7rh > .row .container > .video-iframe-container { display: none; }#PLce5TffJlVP6pdN1T3ST0KTcT3Ku7rh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PLce5TffJlVP6pdN1T3ST0KTcT3Ku7rh > .row > .video-iframe-container { display: none; }#PLce5TffJlVP6pdN1T3ST0KTcT3Ku7rh > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PLce5TffJlVP6pdN1T3ST0KTcT3Ku7rh { border-width: 0; border-radius: 0; }#PLce5TffJlVP6pdN1T3ST0KTcT3Ku7rh > .row .container > .video-iframe-container {  }#PLce5TffJlVP6pdN1T3ST0KTcT3Ku7rh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4rem;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(196deg, #f1b3c8, #dcd7d7);background-image: -moz-linear-gradient(196deg, #f1b3c8, #dcd7d7);background-image: -ms-linear-gradient(196deg, #f1b3c8, #dcd7d7);background-image: -o-linear-gradient(196deg, #f1b3c8, #dcd7d7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1b3c8', endColorstr='#dcd7d7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1b3c8', endColorstr='#dcd7d7' );";background-image: linear-gradient(196deg, #f1b3c8, #dcd7d7);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:41.8125rem;width:60rem;position:relative;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.875rem;width:24.6875rem;top:13.062072753906rem;left:32.125rem;display:block; }
#GQqRoEAT2KhpPvTmlQfwSaMtdhWr9OFi { color:#000000;display:block;width:24.4998125rem;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.6875rem;left:31.9375rem;height:2.1933625rem;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:19.0625rem;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:19.0625rem;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:19.0625rem;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:19.0625rem;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:19.0625rem;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:17.875rem;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:19.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100010;position:absolute;top:15.8115234375rem;left:33.998046875rem; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.0625rem;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:19.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100010;position:absolute;top:15.8115234375rem;left:33.998046875rem; }
#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:10.6875rem;left:29.375rem;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.25rem;left:29.6875rem;height:4.72265625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pShgekOIHnqEBcI3gDud11kxTpAtvC3a { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100014;top:5.505642414093rem;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.2187504768369rem;left:35.248481750488rem;overflow:hidden;display:block; }
#xwP2kIcI67SH7c6ZZkf8Ns5vTXGJ7tZl { color:#494748;display:block;width:13.125rem;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.754558086395rem;left:37.65625rem;height:1.8684875rem;font-style:normal;display:block; }
#WbhRUHKWrMlTlc7uNKTKXmVtSA0aSrIC { position:absolute;display:block;z-index:100096;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.87435rem;width:7.249375rem;top:9.375rem;left:44.5625rem;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; }
#KCJALSmOmKuMZWoOstERO0TzCWHiC5Td { position:absolute;display:block;z-index:100097;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.9375rem;width:25.9375rem;top:10.687500476837rem;left:1.8122825622559rem;overflow:hidden;display:block; }
#Mr0lJIiC5omPuOtMGBdgOonatnOoS5Xl { color:#453f41;display:block;width:51.5625rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;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:0.810546875rem;left:4.21875rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ICSpEmN8PKdmPPpGOLpACQuES3zBzM5L { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;top:4.5052087046206rem;left:16.436630249024rem;display:none; }
#U1T5OxEK41moVmvrT3q85b9dfVsgEsOt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#405466;background-image:none;position:relative;display:block; }#U1T5OxEK41moVmvrT3q85b9dfVsgEsOt > .row .container { background-color: transparent; background-image: none; }#U1T5OxEK41moVmvrT3q85b9dfVsgEsOt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1T5OxEK41moVmvrT3q85b9dfVsgEsOt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1T5OxEK41moVmvrT3q85b9dfVsgEsOt > .row .container > .video-iframe-container { display: none; }#U1T5OxEK41moVmvrT3q85b9dfVsgEsOt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1T5OxEK41moVmvrT3q85b9dfVsgEsOt > .row > .video-iframe-container { display: none; }#U1T5OxEK41moVmvrT3q85b9dfVsgEsOt > .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); }#U1T5OxEK41moVmvrT3q85b9dfVsgEsOt > .row .container { border-width: 0; border-radius: 0; }#U1T5OxEK41moVmvrT3q85b9dfVsgEsOt > .row > .video-iframe-container {  }#U1T5OxEK41moVmvrT3q85b9dfVsgEsOt > .row .container { font-size:0.875rem;font-family:arial;height:0.375rem;width:60rem;position:relative;display:block; }#SyQ1DI7ibAA2XlOkpQol9XgBIiI4FzdA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f1b3c8, #cccccc);background-image: -moz-linear-gradient(180deg, #f1b3c8, #cccccc);background-image: -ms-linear-gradient(180deg, #f1b3c8, #cccccc);background-image: -o-linear-gradient(180deg, #f1b3c8, #cccccc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1b3c8', endColorstr='#cccccc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1b3c8', endColorstr='#cccccc' );";background-image: linear-gradient(180deg, #f1b3c8, #cccccc);background-size:contain !important;position:relative;display:block; }#SyQ1DI7ibAA2XlOkpQol9XgBIiI4FzdA > .row .container { background-color: transparent; background-image: none; }#SyQ1DI7ibAA2XlOkpQol9XgBIiI4FzdA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SyQ1DI7ibAA2XlOkpQol9XgBIiI4FzdA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SyQ1DI7ibAA2XlOkpQol9XgBIiI4FzdA > .row .container > .video-iframe-container { display: none; }#SyQ1DI7ibAA2XlOkpQol9XgBIiI4FzdA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SyQ1DI7ibAA2XlOkpQol9XgBIiI4FzdA > .row > .video-iframe-container { display: none; }#SyQ1DI7ibAA2XlOkpQol9XgBIiI4FzdA > .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); }#SyQ1DI7ibAA2XlOkpQol9XgBIiI4FzdA > .row .container { border-width: 0; border-radius: 0; }#SyQ1DI7ibAA2XlOkpQol9XgBIiI4FzdA > .row > .video-iframe-container {  }#SyQ1DI7ibAA2XlOkpQol9XgBIiI4FzdA > .row .container { font-size:0.875rem;font-family:arial;height:373.3125rem;width:60rem;position:relative;display:block; }#ZcSHpfQyQVZqPq00eAtZI0i5aTzgTVdH { 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.0625rem;top:84.625rem;left:43.1875rem;display:block; }#ZcSHpfQyQVZqPq00eAtZI0i5aTzgTVdH.adaptive-delivery-prevent-bg, #ZcSHpfQyQVZqPq00eAtZI0i5aTzgTVdH.lazyload, #ZcSHpfQyQVZqPq00eAtZI0i5aTzgTVdH.lazyloading { background-image: none; }
#QcSO6ATVGP3V1OZWOwm5sRvptNehXSRh { 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:96rem;left:46.5625rem;display:block; }
#bGoBffWb9QlkXJGQskB5Pq2yDveWgqr7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#GKfCdBm37XO5sOgUwBaHMBpJD16Tvls6 { 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:84.625rem;left:22.9375rem;display:block; }#GKfCdBm37XO5sOgUwBaHMBpJD16Tvls6.adaptive-delivery-prevent-bg, #GKfCdBm37XO5sOgUwBaHMBpJD16Tvls6.lazyload, #GKfCdBm37XO5sOgUwBaHMBpJD16Tvls6.lazyloading { background-image: none; }
#ppyHZWMfBpdsEHNgtcNsGdoKQI7TKHeT { 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:95.9375rem;left:26.1875rem;display:block; }
#kKpgmMfANRlkIS17tDw4ccb8UyffTudh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fyooeKHmAWU1cIPGs3r8vOU7SOLXr10U { 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.8748125rem;width:15.1248125rem;top:84.625rem;left:1.4375rem;display:block; }#fyooeKHmAWU1cIPGs3r8vOU7SOLXr10U.adaptive-delivery-prevent-bg, #fyooeKHmAWU1cIPGs3r8vOU7SOLXr10U.lazyload, #fyooeKHmAWU1cIPGs3r8vOU7SOLXr10U.lazyloading { background-image: none; }
#RiqOtTsRGMlLlc631C0Sx22HKT31b8m6 { 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:96rem;left:4.6875rem;display:block; }
#Xpp1zqBUJFgAevihl2JT4gxXg4kAGUNI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#cAwQThmk64vETQnwmEvSKPmio5dw2MLQ { 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:100.5625rem;left:1.25rem;display:block; }#cAwQThmk64vETQnwmEvSKPmio5dw2MLQ.adaptive-delivery-prevent-bg, #cAwQThmk64vETQnwmEvSKPmio5dw2MLQ.lazyload, #cAwQThmk64vETQnwmEvSKPmio5dw2MLQ.lazyloading { background-image: none; }
#TpU17nBodaL7CGgZa66u0FViqIuN3pmi { 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:111.9375rem;left:4.6875rem;display:block; }
#UeMUpzklEzk9CeKTSuQHopQbhSO9Mpmf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#CUEITvEq11AG2R5UUfap0WODrtxm80Tn { 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:100.5rem;left:43.375rem;display:block; }#CUEITvEq11AG2R5UUfap0WODrtxm80Tn.adaptive-delivery-prevent-bg, #CUEITvEq11AG2R5UUfap0WODrtxm80Tn.lazyload, #CUEITvEq11AG2R5UUfap0WODrtxm80Tn.lazyloading { background-image: none; }
#oiFE8ZM6bPlTgeZW132GdTaFOJP87Gwp { 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:111.875rem;left:46.8125rem;display:block; }
#XJAzm2IgMlsVRfAqkLS5HLHuozSzNSgG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#WUOeUMpWDJbWJiHiKWsIIW24xM5Waads { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.75rem;font-weight:normal;z-index:100071;line-height:1.3;letter-spacing:0;top:89.445537567138rem;left:44.592014312744rem;height:2.2744125rem;text-align:center;text-align-last:center;display:block; }
#iPhGWIDNKdfxIPi5wBEUFJPk3iAgnyuw { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100072;line-height:1.3;letter-spacing:0;top:94.141717910769rem;left:44.592014312744rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#T0TlaWpsnWrae1hczlRy7i1t1fLPT0zl { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100075;line-height:1.3;letter-spacing:0;top:94.139547348025rem;left:23.75rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#TznFz4h2CTvPhBlxRfgeqM8LpXLKaC52 { 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:89.8125rem;left:23.8125rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
#O0TT0XVsDel1I6T0LofcsDVXNOSKMLUL { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.6875rem;font-weight:normal;z-index:100074;line-height:1.3;letter-spacing:0;top:89.484600067138rem;left:24.373916625976rem;height:2.1933625rem;text-align:center;text-align-last:center;display:block; }
#QE820T74ny0vPqTok9v5fbkV5oKbVOJ7 { 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:87.3125rem;left:2.875rem;height:3.73698125rem;text-align:center;text-align-last:center;display:block; }
#R4wvTRo3lQomla90eong4t4iEJZwCHTA { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100078;line-height:1.3;letter-spacing:0;top:94.140636444094rem;left:2.8721771240234rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#yQEiE8lx6g5nrteIq96HsMWfZNmixJLN { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100078;line-height:1.3;letter-spacing:0;top:110rem;left:44.375rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#yoikGJr1FliuLprKuFRklgmWgrvQzWFA { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.5625rem;font-weight:normal;z-index:100077;line-height:1.3;letter-spacing:0;top:104rem;left:44.375rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#ZfI5DSNlgT94POB8X0zf43ZMXdDEOpEV { 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:104.1875rem;left:2.6875rem;height:3.73698125rem;text-align:center;text-align-last:center;display:block; }
#p0rrNt6xTiIW3Ku7IwOKnZHbDq3XxXVt { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100082;line-height:1.3;letter-spacing:0;top:110rem;left:2.8125rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#cFWwkqh3N1S9TQ054eDiLWmbtgDxt2cl { 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:100.5625rem;left:22.8125rem;display:block; }#cFWwkqh3N1S9TQ054eDiLWmbtgDxt2cl.adaptive-delivery-prevent-bg, #cFWwkqh3N1S9TQ054eDiLWmbtgDxt2cl.lazyload, #cFWwkqh3N1S9TQ054eDiLWmbtgDxt2cl.lazyloading { background-image: none; }
#w4oNeXb1KsyZTBi41kkrIx7ZuQVT9gCO { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100087;line-height:1.3;letter-spacing:0;top:110rem;left:24.1875rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#lENk4qUKEhI7hWHrisqna03KVe146e9t { 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:111.9375rem;left:26.1875rem;display:block; }
#VE3x2O1GJtVRVCm2V67eaEBMpt4DuLsd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MNbmo8oWC7hVmy0RxgIT4mGidw4f7lhW { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.5625rem;font-weight:normal;z-index:100086;line-height:1.3;letter-spacing:0;top:104.625rem;left:24.5rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#UU8dRNa2f7sgHmONK7zdW7IVBQ6F3vLy { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.9980625rem;width:20.8105625rem;top:130.62392616272rem;left:19.435764312744rem;overflow:hidden;display:block; }
#ceyTHpxOCcRGfSoLTVNxaUUllOWmixr4 { color:#014f4d;display:block;width:34.124375rem;position:absolute;font-family:"neo sans arabic";font-size:2.5rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:1.3107643127441rem;left:12.936197280884rem;height:3.25rem;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; }
#PiJLPILtJ3AM7H2Rm7pMQuWKm5dTPEJb { 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:116.5rem;left:1.1875rem;display:block; }#PiJLPILtJ3AM7H2Rm7pMQuWKm5dTPEJb.adaptive-delivery-prevent-bg, #PiJLPILtJ3AM7H2Rm7pMQuWKm5dTPEJb.lazyload, #PiJLPILtJ3AM7H2Rm7pMQuWKm5dTPEJb.lazyloading { background-image: none; }
#KgiC33FhqLKsUG6aq76QRsNNv4GGJRQg { 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:127.9375rem;left:4.6875rem;display:block; }
#wIwI23FXz2XmwKLRiLTFwd1Rf64EseAr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#LOcatQaXH84VkDKuw8bTvRyoHuZaoetC { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.5625rem;font-weight:normal;z-index:100093;line-height:1.3;letter-spacing:0;top:120.375rem;left:2.75rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#UTArQ6AO15DVPN7ceblPsItUrFEz47WU { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100094;line-height:1.3;letter-spacing:0;top:126.25rem;left:2.75rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#PTzhppH2DQW5BP0rVEq0bNFCwA0aoIGc { position:absolute;display:block;z-index:100070;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:116.5rem;left:22.8125rem;display:block; }#PTzhppH2DQW5BP0rVEq0bNFCwA0aoIGc.adaptive-delivery-prevent-bg, #PTzhppH2DQW5BP0rVEq0bNFCwA0aoIGc.lazyload, #PTzhppH2DQW5BP0rVEq0bNFCwA0aoIGc.lazyloading { background-image: none; }
#ZhetDsV3i2tMO1573ve18MGEAsf4UlzS { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100099;line-height:1.3;letter-spacing:0;top:126.25rem;left:24.25rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#fe13aWJ0v5eZxOOZPd5MUbpdVILgk0Gu { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.6875rem;font-weight:normal;z-index:100098;line-height:1.3;letter-spacing:0;top:120.4375rem;left:24.1875rem;height:2.1933625rem;text-align:center;text-align-last:center;display:block; }
#rhrQU9TzEhdSQlSQL1kfRKDOtvVGdewR { 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:100071;text-align:center;text-align-last:center;top:127.9375rem;left:26.0625rem;display:block; }
#xP1gDsu0oVAApDGcSrE3IwNObqedUAGm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#OGZRox6Mr0GlMmTiZcw5AUEQfJ7uXliB { 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:116.5rem;left:43.4375rem;display:block; }#OGZRox6Mr0GlMmTiZcw5AUEQfJ7uXliB.adaptive-delivery-prevent-bg, #OGZRox6Mr0GlMmTiZcw5AUEQfJ7uXliB.lazyload, #OGZRox6Mr0GlMmTiZcw5AUEQfJ7uXliB.lazyloading { background-image: none; }
#QMLN6qCbgferJN7dK56ufAg5yKLOI8fo { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100090;line-height:1.3;letter-spacing:0;top:126.25rem;left:44.875rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#s0czbGBgeiD74T2OsQwxfEM7I4edQA4I { color:#c53d3d;display:block;width:11.811rem;position:absolute;font-family:"br font n-day";font-size:1.75rem;font-weight:normal;z-index:100089;line-height:1.3;letter-spacing:0;top:119.75rem;left:45.25rem;height:4.548825rem;text-align:center;text-align-last:center;display:block; }
#ERQ0a1JN0colLyt4Swm8XdrgSbpBBZw6 { 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:127.875rem;left:46.875rem;display:block; }
#PtowXOMK4EUWQ6Rgm4bNidmn9SbW3Jdd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Uacutd6KqLMysOWTfkF5Rl89f0pf62IK { position:absolute;display:block;z-index:100057;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.8748125rem;width:15.1248125rem;top:13.8125rem;left:1.625rem;display:block; }#Uacutd6KqLMysOWTfkF5Rl89f0pf62IK.adaptive-delivery-prevent-bg, #Uacutd6KqLMysOWTfkF5Rl89f0pf62IK.lazyload, #Uacutd6KqLMysOWTfkF5Rl89f0pf62IK.lazyloading { background-image: none; }
#waoxcU0GKtWgXF1ISvh1OR36HxhaaTlg { position:absolute;display:block;z-index:100055;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.8748125rem;width:15.1248125rem;top:13.8125rem;left:22.3125rem;display:block; }#waoxcU0GKtWgXF1ISvh1OR36HxhaaTlg.adaptive-delivery-prevent-bg, #waoxcU0GKtWgXF1ISvh1OR36HxhaaTlg.lazyload, #waoxcU0GKtWgXF1ISvh1OR36HxhaaTlg.lazyloading { background-image: none; }
#N350K1V34wlrwTCkTRbZNQmCTnp14wMH { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.0625rem;font-weight:normal;z-index:100091;line-height:1.3;letter-spacing:0;top:16.125rem;left:2.875rem;height:5.5234375rem;text-align:center;text-align-last:center;display:block; }
#nXuTolVklOZP9fQmeHtgOWlcUJrwQ1Sg { color:#000000;display:block;width:13.311625rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:normal;z-index:100087;line-height:1.3;letter-spacing:0;top:19rem;left:23.1875rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
#cBPlKJsRNWlr0OR3BwddemB4Nvs4MEnx { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.0625rem;font-weight:normal;z-index:100088;line-height:1.3;letter-spacing:0;top:16.4375rem;left:23.5625rem;height:5.5234375rem;text-align:center;text-align-last:center;display:block; }
#gFavHL3MIfR1hDuGd9A3wCGcAtUwo6DN { position:absolute;display:block;z-index:100053;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.0625rem;top:13.8125rem;left:43.375rem;display:block; }#gFavHL3MIfR1hDuGd9A3wCGcAtUwo6DN.adaptive-delivery-prevent-bg, #gFavHL3MIfR1hDuGd9A3wCGcAtUwo6DN.lazyload, #gFavHL3MIfR1hDuGd9A3wCGcAtUwo6DN.lazyloading { background-image: none; }
#EHN621hWlWthQUR5B6hla8nXsEHhmT0g { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100086;line-height:1.3;letter-spacing:0;top:23.5rem;left:45rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#OFGAO6HK5zGnXeKT0zF8JkrWyqORbtaG { 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:50.749794006347rem;left:25.8203125rem;overflow:hidden;display:block; }
#qXld8V5surl0DTPuMkh4cIoyAQma94sW { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100056;text-align:center;text-align-last:center;top:25.125rem;left:25.5625rem;display:block; }
#PP5zgoP5N6NI0CpbX4keh182MfQMfzIe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#hlk8cRQaTfNxV1aQskuCqW1fuHFqAonZ { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100054;text-align:center;text-align-last:center;top:25.1875rem;left:46.75rem;display:block; }
#LQOCoufgAMctoOtG4xJSX7GLcrsasdIe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MDJU9he2ma7HkBvQSme6MeWiqeKIART0 { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100058;text-align:center;text-align-last:center;top:25.1875rem;left:4.875rem;display:block; }
#uFhiq6BJh27FAcgaeONBsGW0FkSGhyun { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#IdUpKr1NhVCC6IJQzxTuNGoATMzEJTlR { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:normal;z-index:100086;line-height:1.3;letter-spacing:0;top:16.375rem;left:44.625rem;height:3.0859375rem;text-align:center;text-align-last:center;display:block; }
#GyrB2bhILa5rDKk5JdLpT5p6yABGRr2v { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100087;line-height:1.3;letter-spacing:0;top:23.5rem;left:23.5625rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#lHihRtkepZn6pLO1wi7GWLRdAhktxt7c { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100088;line-height:1.3;letter-spacing:0;top:23.5rem;left:2.875rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#weZKBI8MHZGDHHv2Uw22r1EcsJ0vmGwM { 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.8748125rem;width:15.1248125rem;top:29.625rem;left:1.625rem;display:block; }#weZKBI8MHZGDHHv2Uw22r1EcsJ0vmGwM.adaptive-delivery-prevent-bg, #weZKBI8MHZGDHHv2Uw22r1EcsJ0vmGwM.lazyload, #weZKBI8MHZGDHHv2Uw22r1EcsJ0vmGwM.lazyloading { background-image: none; }
#ZckSM85O2MKIMU6h0nLBnWOUl1m8UNf7 { position:absolute;display:block;z-index:100069;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:29.625rem;left:22.3125rem;display:block; }#ZckSM85O2MKIMU6h0nLBnWOUl1m8UNf7.adaptive-delivery-prevent-bg, #ZckSM85O2MKIMU6h0nLBnWOUl1m8UNf7.lazyload, #ZckSM85O2MKIMU6h0nLBnWOUl1m8UNf7.lazyloading { background-image: none; }
#PbazwKHkiTF90tNUDKpeVAp1kK0xb63I { 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:100070;text-align:center;text-align-last:center;top:40.9375rem;left:25.5625rem;display:block; }
#xfa0LsPd8dHWXKT6oHXbXkWRZ2M1f46K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#aXTmZvZgxuz1GiADQTub3Tv2iggGXOeP { 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:41rem;left:4.875rem;display:block; }
#Cu3L4ayeOIQVZ8qKu5no7LVbMAO2py0L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#uvnF7DAAGoxfVJwg4pp2sBoOaq3sVbHr { position:absolute;display:block;z-index:100067;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.0625rem;top:29.625rem;left:43.375rem;display:block; }#uvnF7DAAGoxfVJwg4pp2sBoOaq3sVbHr.adaptive-delivery-prevent-bg, #uvnF7DAAGoxfVJwg4pp2sBoOaq3sVbHr.lazyload, #uvnF7DAAGoxfVJwg4pp2sBoOaq3sVbHr.lazyloading { background-image: none; }
#J3po1UgTmakarTWP4IRvzeF9yvZyOTG2 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100101;line-height:1.3;letter-spacing:0;top:39.499565124512rem;left:23.562282562256rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#lPcZFDEuSZxM0NrUy9b3oLNAUnLlVDbi { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100102;line-height:1.3;letter-spacing:0;top:39.3125rem;left:2.875rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#JKA4aabW9NMAWR37ALXWLnTpbZ8aFGeR { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100100;line-height:1.3;letter-spacing:0;top:39.3125rem;left:45rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#HDNCnuz2zOXP0w6yIFgWh01OvO8DfOoA { 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:100068;text-align:center;text-align-last:center;top:41rem;left:46.75rem;display:block; }
#vMPglsG2VanwbNK6zzzdukAF8x5nk4vE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#IiGNvskpqeZifJn16dVzZ9fX0SKm9d1v { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.0625rem;font-weight:normal;z-index:100105;line-height:1.3;letter-spacing:0;top:32.3125rem;left:2.875rem;height:4.142575rem;text-align:center;text-align-last:center;display:block; }
#geZ4OxCZCKUAKhTP9dpG99SsHgahKLEM { color:#c53d3d;display:block;width:14.8125rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:normal;z-index:100102;line-height:1.3;letter-spacing:0;top:31.249782562256rem;left:22.6875rem;height:6.8203125rem;text-align:center;text-align-last:center;display:block; }
#g1QrTVkFwC0z309dnxOfLugyHNlbrpf7 { color:#000000;display:block;width:13.311625rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:normal;z-index:100101;line-height:1.3;letter-spacing:0;top:34.8125rem;left:23.1875rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
#sB8ZqTGe2rWu2xwE8QVhl3MCVWa0yhNo { color:#c53d3d;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:32.4375rem;left:44.625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#PiaxdOlosTiqG9BzB6GbQLpybAa0QPPP { position:absolute;display:block;z-index:100084;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:45.5625rem;left:1.4375rem;display:block; }#PiaxdOlosTiqG9BzB6GbQLpybAa0QPPP.adaptive-delivery-prevent-bg, #PiaxdOlosTiqG9BzB6GbQLpybAa0QPPP.lazyload, #PiaxdOlosTiqG9BzB6GbQLpybAa0QPPP.lazyloading { background-image: none; }
#wQyPrvxlOu5kQ1hl8L4nCSPT8wGlHS5m { position:absolute;display:block;z-index:100082;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:45.5625rem;left:22.375rem;display:block; }#wQyPrvxlOu5kQ1hl8L4nCSPT8wGlHS5m.adaptive-delivery-prevent-bg, #wQyPrvxlOu5kQ1hl8L4nCSPT8wGlHS5m.lazyload, #wQyPrvxlOu5kQ1hl8L4nCSPT8wGlHS5m.lazyloading { background-image: none; }
#EUft5acSinPxewV0vSinebbUZeTav1cp { 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:100085;text-align:center;text-align-last:center;top:56.9375rem;left:4.75rem;display:block; }
#w5T9VOvI0kC8B2KrmugX0AAnlfDe6Ffn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#D2EufP2i4kbqPkQfwP7Zql5zam04VVzD { 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:100083;text-align:center;text-align-last:center;top:56.875rem;left:25.5625rem;display:block; }
#TbzHiNuExPcGGqOZTQ18vhbAq4Uexvut { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#DVtBFBtWcDfQqrfNG0T8m5XS71xHlbG0 { position:absolute;display:block;z-index:100080;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.0625rem;top:45.5625rem;left:43.1875rem;display:block; }#DVtBFBtWcDfQqrfNG0T8m5XS71xHlbG0.adaptive-delivery-prevent-bg, #DVtBFBtWcDfQqrfNG0T8m5XS71xHlbG0.lazyload, #DVtBFBtWcDfQqrfNG0T8m5XS71xHlbG0.lazyloading { background-image: none; }
#GD4r6WfTomqTv6EvtMkn4GaT5fxT3MT4 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100114;line-height:1.3;letter-spacing:0;top:55.25rem;left:23.5625rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#s5E5cxeBpEpa2D5Wbd2ppAHh5aIeC6qE { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:normal;z-index:100115;line-height:1.3;letter-spacing:0;top:55.25rem;left:2.6875rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#UmLVbWKvWxtpPJbIAwdeAGhDEmMZx5tQ { 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:55.25rem;left:44.875rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#XNr5sWniP9KxvOA6MDT8U5I9CmuIx0q6 { 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:100081;text-align:center;text-align-last:center;top:56.9375rem;left:46.625rem;display:block; }
#ANsaPssIPI2TgRWLA0AA1eFO96t1Ht69 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#uQPkAKIpBfnr74xqMTrFNgT19aLQBecP { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:normal;z-index:100115;line-height:1.3;letter-spacing:0;top:48.25rem;left:23.9375rem;height:5.1181625rem;text-align:center;text-align-last:center;display:block; }
#FropMyQXwoeJB3Wy7fTAbL022PQoT1wZ { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100118;line-height:1.3;letter-spacing:0;top:48.375rem;left:2.875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#X7GzU3Dii4z1Vzq901Flt9N5AThAd1hg { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:normal;z-index:100116;line-height:1.3;letter-spacing:0;top:47.75rem;left:44.625rem;height:6.82425rem;text-align:center;text-align-last:center;display:block; }
#rgGhikZrCJcMKsLqFQBiUp3iZE3nAXW8 { color:#000000;display:block;width:13.311625rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:normal;z-index:100114;line-height:1.3;letter-spacing:0;top:50.75rem;left:23.1875rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
#n0UVmGlToMem2VuITvx7Ik21ILNu4Ani { 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.8748125rem;width:15.1248125rem;top:68.5rem;left:1.4375rem;display:block; }#n0UVmGlToMem2VuITvx7Ik21ILNu4Ani.adaptive-delivery-prevent-bg, #n0UVmGlToMem2VuITvx7Ik21ILNu4Ani.lazyload, #n0UVmGlToMem2VuITvx7Ik21ILNu4Ani.lazyloading { background-image: none; }
#CIcstX0gmauuSlQkdbWTJmU2flkTfZqu { 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.8748125rem;width:15.1248125rem;top:68.5625rem;left:22.75rem;display:block; }#CIcstX0gmauuSlQkdbWTJmU2flkTfZqu.adaptive-delivery-prevent-bg, #CIcstX0gmauuSlQkdbWTJmU2flkTfZqu.lazyload, #CIcstX0gmauuSlQkdbWTJmU2flkTfZqu.lazyloading { background-image: none; }
#Jls34ohR4l32h0DXN6GsTuWvrl0H1Sxi { 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:79.875rem;left:4.75rem;display:block; }
#sAxkTUwFPKznVsqaXZvVG9K9PplOOK6E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#LHZa7wcBF5igfUpZ2zUGJHHcir8IJNCM { 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:79.875rem;left:25.9375rem;display:block; }
#UMxN0dw5qBgNTRa8uDpmuLhbi2SJlBhJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#PuAI9EzPfgB06zTMJ7bisKiBeOm9TqD5 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100127;line-height:1.3;letter-spacing:0;top:78.25rem;left:23.9375rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#mohsWybTRhN9O3MQxlTkJXQssFKkBl0f { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:normal;z-index:100128;line-height:1.3;letter-spacing:0;top:78.1875rem;left:2.6875rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#pE49K8kBP3TRRZTPsLvlplc3LyTm6bq5 { 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.0625rem;top:68.5rem;left:43.1875rem;display:block; }#pE49K8kBP3TRRZTPsLvlplc3LyTm6bq5.adaptive-delivery-prevent-bg, #pE49K8kBP3TRRZTPsLvlplc3LyTm6bq5.lazyload, #pE49K8kBP3TRRZTPsLvlplc3LyTm6bq5.lazyloading { background-image: none; }
#cO5BgCmg2rS9r6sGbmLP5lgJoqaf5ruI { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100126;line-height:1.3;letter-spacing:0;top:78.1875rem;left:44.875rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#la9IwBh9p71iAN5T6cFb3T0HfeC7ME5S { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.5rem;font-weight:normal;z-index:100128;line-height:1.3;letter-spacing:0;top:72.874342441556rem;left:24.373916625976rem;height:3.8984375rem;text-align:center;text-align-last:center;display:block; }
#Z8RpnTJnzfD8ARO3xsif74uinWhvGo0P { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.75rem;font-weight:normal;z-index:100131;line-height:1.3;letter-spacing:0;top:72.875rem;left:2.875rem;height:2.2744125rem;text-align:center;text-align-last:center;display:block; }
#KwXA1qnbewT0LT36Ltxq8WeUsVTzIboq { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:normal;z-index:100129;line-height:1.3;letter-spacing:0;top:70.353733539581rem;left:44.592014312744rem;height:5.84765rem;text-align:center;text-align-last:center;display:block; }
#N0nslfTq1tbEASdccLnUb9Q6E9f52Fwn { color:#000000;display:block;width:13.311625rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:normal;z-index:100127;line-height:1.3;letter-spacing:0;top:73.75rem;left:23.5625rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
#v5WPfQ3kgEClwCuxsB7gZ9DTsilUPlqE { 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:79.875rem;left:46.625rem;display:block; }
#loD1uUaJdcWI9DB7keuyXphfGTzrkMcO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#KkotemIzQCrPW4QMrRKkPdHz55zEPLMe { 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:100085;text-align:center;text-align-last:center;top:50rem;left:4.75rem;display:none; }
#gOORLXSop27EdWxMgk80nND0HTqT0vdw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qDe1aKMyiuJgT7TFNpMe8WXK2Wk5wWKd { position:absolute;display:block;z-index:100082;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:132.4375rem;left:1.3125rem;display:block; }#qDe1aKMyiuJgT7TFNpMe8WXK2Wk5wWKd.adaptive-delivery-prevent-bg, #qDe1aKMyiuJgT7TFNpMe8WXK2Wk5wWKd.lazyload, #qDe1aKMyiuJgT7TFNpMe8WXK2Wk5wWKd.lazyloading { background-image: none; }
#APsvd5b4pnBNlIyAXHrk7cVOnihLBadA { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100111;line-height:1.3;letter-spacing:0;top:142.0625rem;left:2.75rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#nJWe8oCO77uNuFl75efcrlTq88gpadix { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.4375rem;font-weight:normal;z-index:100110;line-height:1.3;letter-spacing:0;top:135.9375rem;left:2.75rem;height:3.736325rem;text-align:center;text-align-last:center;display:block; }
#BRstyw5c08w54fNLiTzPuSZab4AeVoL7 { 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:100083;text-align:center;text-align-last:center;top:143.875rem;left:4.5625rem;display:block; }
#xs87tSbBVpMun5Ic8d8CZoDNEenmF7xS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lwhAMC9X4CSo0zBFzqAkEqbORsQiPn7n { position:absolute;display:block;z-index:100072;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:132.4375rem;left:43.3125rem;display:block; }#lwhAMC9X4CSo0zBFzqAkEqbORsQiPn7n.adaptive-delivery-prevent-bg, #lwhAMC9X4CSo0zBFzqAkEqbORsQiPn7n.lazyload, #lwhAMC9X4CSo0zBFzqAkEqbORsQiPn7n.lazyloading { background-image: none; }
#keNVKSmA0gBlhkpeJ7pEy1PDCDFeqSF1 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100102;line-height:1.3;letter-spacing:0;top:142.0625rem;left:45rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#r0vdiMo196vvaMHhoMiLsXaRukqmXwD2 { color:#c53d3d;display:block;width:13.3745625rem;position:absolute;font-family:"br font n-day";font-size:1.5rem;font-weight:normal;z-index:100101;line-height:1.3;letter-spacing:0;top:134.3125rem;left:44.0625rem;height:3.8984375rem;text-align:center;text-align-last:center;display:block; }
#gpMtsXTgp0p83fnTu29SHAVpm2v1vB85 { 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:100073;text-align:center;text-align-last:center;top:143.8125rem;left:46.75rem;display:block; }
#AD3OKXBWFvMr0HIR0wzt6KTsuEgRUGmR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gTuLELIHe2ZU9Pe7507tAfiR48rZ7xhB { color:#014f4d;display:block;width:34.124375rem;position:absolute;font-family:"neo sans arabic";font-size:2.3125rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:7.9969596862794rem;left:12.936197280884rem;height:3.0058625rem;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; }
#g9sxLJ3f0aQTdnFTHAFO3KN1d83tJdm6 { color:#014f4d;display:block;width:34.124375rem;position:absolute;font-family:"neo sans arabic";font-size:2.25rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:63.561199188231rem;left:12.936197280884rem;height:2.92535rem;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; }
#lG2UfEFZzRLUWNp5ezbaTh5ixzo0pTJn { color:#014f4d;display:block;width:34.124375rem;position:absolute;font-family:"neo sans arabic";font-size:2.25rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:148.98547744751rem;left:12.936197280884rem;height:2.92535rem;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; }
#uQ2SBTNXJWgFphIeEXvNt6iBhVUG5vZl { position:absolute;display:block;z-index:100149;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:153.6875rem;left:1.625rem;display:block; }#uQ2SBTNXJWgFphIeEXvNt6iBhVUG5vZl.adaptive-delivery-prevent-bg, #uQ2SBTNXJWgFphIeEXvNt6iBhVUG5vZl.lazyload, #uQ2SBTNXJWgFphIeEXvNt6iBhVUG5vZl.lazyloading { background-image: none; }
#eCynALJAiTDVH10xqbKv34wk8Ag01AOV { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.4375rem;font-weight:normal;z-index:100183;line-height:1.3;letter-spacing:0;top:156.625rem;left:3.0625rem;height:3.73698125rem;text-align:center;text-align-last:center;display:block; }
#N5uRZRE1knkVMgRyxz2DSUK6SeZGrNPO { position:absolute;display:block;z-index:100067;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.9980625rem;width:20.8105625rem;top:158.87480354309rem;left:27.061634063721rem;overflow:hidden;display:block; }
#vyPouC09XB9LALTwavL7L1bizl7qCdpJ { position:absolute;display:block;z-index:100147;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:153.6875rem;left:23rem;display:block; }#vyPouC09XB9LALTwavL7L1bizl7qCdpJ.adaptive-delivery-prevent-bg, #vyPouC09XB9LALTwavL7L1bizl7qCdpJ.lazyload, #vyPouC09XB9LALTwavL7L1bizl7qCdpJ.lazyloading { background-image: none; }
#Qe8HWBoBqLTSqUEZuWkAV99B01MG6kmr { color:#000000;display:block;width:13.311625rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:normal;z-index:100179;line-height:1.3;letter-spacing:0;top:158.875rem;left:23.8125rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
#KciHA5VFNmiSwCE3BTcH0z0uH9nuNnE0 { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.5625rem;font-weight:normal;z-index:100180;line-height:1.3;letter-spacing:0;top:157.3125rem;left:24.5625rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#TqNK7xlJpIEXb4ntphxfvBogZMeky6mo { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100179;line-height:1.3;letter-spacing:0;top:163.375rem;left:24.1875rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#Dw5lvo71cWgD5pdwMR3gWrFXzS2GRiT8 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:normal;z-index:100180;line-height:1.3;letter-spacing:0;top:163.375rem;left:2.875rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#Ptced1K9AiKC8QUlAT1UzOoE4Buxu3B3 { 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:100150;text-align:center;text-align-last:center;top:165.0625rem;left:4.9375rem;display:block; }
#nLWmnSmk8EbJw2DOUe0oI3TXTIChm8Tf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UPIOSVhCibIVOHvwWuxBFome2R1sDpe6 { 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:100148;text-align:center;text-align-last:center;top:165rem;left:26.1875rem;display:block; }
#QF933E5kvt2k3OwcZdE9twAP0sGytD8c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#dumLgpaz6nli8PCaxsxxS0IgBeVlrP0F { 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.875rem;width:15.0625rem;top:153.6875rem;left:43.375rem;display:block; }#dumLgpaz6nli8PCaxsxxS0IgBeVlrP0F.adaptive-delivery-prevent-bg, #dumLgpaz6nli8PCaxsxxS0IgBeVlrP0F.lazyload, #dumLgpaz6nli8PCaxsxxS0IgBeVlrP0F.lazyloading { background-image: none; }
#Azchr9XxArwgz6uxbBiPOTIux10TO7yO { 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.0625rem;top:169.8125rem;left:43.375rem;display:block; }#Azchr9XxArwgz6uxbBiPOTIux10TO7yO.adaptive-delivery-prevent-bg, #Azchr9XxArwgz6uxbBiPOTIux10TO7yO.lazyload, #Azchr9XxArwgz6uxbBiPOTIux10TO7yO.lazyloading { background-image: none; }
#KQdHNVMqaBxvUowN7kr7T5xtH88huN7H { 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.8748125rem;width:15.1248125rem;top:169.8125rem;left:22.9375rem;display:block; }#KQdHNVMqaBxvUowN7kr7T5xtH88huN7H.adaptive-delivery-prevent-bg, #KQdHNVMqaBxvUowN7kr7T5xtH88huN7H.lazyload, #KQdHNVMqaBxvUowN7kr7T5xtH88huN7H.lazyloading { background-image: none; }
#PETGi26qocNFDHIub3qTUfP04TvHc0qr { 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.8748125rem;width:15.1248125rem;top:169.8125rem;left:1.625rem;display:block; }#PETGi26qocNFDHIub3qTUfP04TvHc0qr.adaptive-delivery-prevent-bg, #PETGi26qocNFDHIub3qTUfP04TvHc0qr.lazyload, #PETGi26qocNFDHIub3qTUfP04TvHc0qr.lazyloading { background-image: none; }
#UIfuTQ25PSvoH5bwrHXbQ9xrs4sL1nNu { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100127;line-height:1.3;letter-spacing:0;top:179.375rem;left:24.1875rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#e4tTvOcTMJyRnpryMZPw8dJV7o0TZHsG { color:#000000;display:block;width:13.311625rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:normal;z-index:100125;line-height:1.3;letter-spacing:0;top:175rem;left:23.8125rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
#xspSaKOWmdxILfXEaCLbNAZcETV7oyoC { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.4375rem;font-weight:normal;z-index:100126;line-height:1.3;letter-spacing:0;top:172.5rem;left:24.375rem;height:3.73698125rem;text-align:center;text-align-last:center;display:block; }
#VmxKT0cMbgW29IRItEcxeigiD34oyFPd { position:absolute;display:block;z-index:100053;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.9980625rem;width:20.8105625rem;top:183.37457299232rem;left:8.9984798431394rem;overflow:hidden;display:block; }
#MmvIFKrqPIPGK6hIeeolgB5Fay78MzdM { 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:181.3125rem;left:26rem;display:block; }
#s6eJhdf5NEzxC52TiEQeAc6PnGI4peTp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#CPI3Q84TTvK5T6NPz2oVZRzT3KrG86lv { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.5rem;font-weight:normal;z-index:100123;line-height:1.3;letter-spacing:0;top:172.5625rem;left:44.75rem;height:5.84765625rem;text-align:center;text-align-last:center;display:block; }
#iqgwqyCxm5OVS1UmlVfVgJcmQTWuuLOS { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100124;line-height:1.3;letter-spacing:0;top:179.375rem;left:44.75rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#MkZLttS5JWBqyyyeO1pPbCsbzyuBGJtO { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100178;line-height:1.3;letter-spacing:0;top:163.375rem;left:45.0625rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#IPH6sPS6qMerDBGePrU12O7FMFBk7cHv { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:normal;z-index:100181;line-height:1.3;letter-spacing:0;top:155.875rem;left:44.8125rem;height:3.57421875rem;text-align:center;text-align-last:center;display:block; }
#NsveTeHII3ARrwvTBnWc7nhlo3Kb6oGC { 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:181.375rem;left:46.5625rem;display:block; }
#H5x6GNQGUtQ75iDnmM1lTrrb6aR4X7qZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZfNEnhlvSbvaTUUHdpglmgwH1hDDLLyN { 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:181.375rem;left:4.6875rem;display:block; }
#uuOUubv7i8OQ9vIRIG140s8g9J13F0rg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#elql74T0y0q9oNr2eLcuPq9uNidnCmV3 { 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:165.0625rem;left:46.8125rem;display:block; }
#KTCsQdTSGCIJE8iNf5hJQALcrF94y2Ir { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#B0GkT7pJApsdU8dKhFlQ3p4p3ABti0Rt { position:absolute;display:block;z-index:100102;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:185.3125rem;left:1.625rem;display:block; }#B0GkT7pJApsdU8dKhFlQ3p4p3ABti0Rt.adaptive-delivery-prevent-bg, #B0GkT7pJApsdU8dKhFlQ3p4p3ABti0Rt.lazyload, #B0GkT7pJApsdU8dKhFlQ3p4p3ABti0Rt.lazyloading { background-image: none; }
#oKvvpa5gTpSsLCXTvFzq8uETQT7WkN5q { position:absolute;display:block;z-index:100100;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:185.3125rem;left:43.375rem;display:block; }#oKvvpa5gTpSsLCXTvFzq8uETQT7WkN5q.adaptive-delivery-prevent-bg, #oKvvpa5gTpSsLCXTvFzq8uETQT7WkN5q.lazyload, #oKvvpa5gTpSsLCXTvFzq8uETQT7WkN5q.lazyloading { background-image: none; }
#eg90T1agBwHgXgxTpvUAd61wW2JasiU0 { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.5625rem;font-weight:normal;z-index:100129;line-height:1.3;letter-spacing:0;top:188.8125rem;left:44.375rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#fsJvqL3qU6NN5SoVDH9r11Lux3rrfuPG { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.4375rem;font-weight:normal;z-index:100133;line-height:1.3;letter-spacing:0;top:188rem;left:3.0625rem;height:3.73698125rem;text-align:center;text-align-last:center;display:block; }
#sAilGeluTD0qLEuZ8J1FFVEmgbV2ckXE { position:absolute;display:block;z-index:100110;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:185.375rem;left:22.8125rem;display:block; }#sAilGeluTD0qLEuZ8J1FFVEmgbV2ckXE.adaptive-delivery-prevent-bg, #sAilGeluTD0qLEuZ8J1FFVEmgbV2ckXE.lazyload, #sAilGeluTD0qLEuZ8J1FFVEmgbV2ckXE.lazyloading { background-image: none; }
#IRBkX42sC7UZaUxnTF8KmpL7C52mkdVa { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.5625rem;font-weight:normal;z-index:100138;line-height:1.3;letter-spacing:0;top:189.4375rem;left:24.5rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#iyKgVOnZnMEl3KXnyTABSRb7dQTtdkvU { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100130;line-height:1.3;letter-spacing:0;top:194.8125rem;left:44.375rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#lrR0mKtbJMzkMtnGVbrOUBze0HQOrmHT { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100134;line-height:1.3;letter-spacing:0;top:194.75rem;left:3.1875rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#K3B8LqfO7lIugoeHUtGT0ngLNAB8edEU { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100139;line-height:1.3;letter-spacing:0;top:194.8125rem;left:24.1875rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#OtQs9UKs9aCdsinNUyzshefhyseWNyZv { 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:100103;text-align:center;text-align-last:center;top:196.6875rem;left:5.0625rem;display:block; }
#Z6bPvM6rEqrtIB2GAEQRCCV3VPsriG6c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Q8JdvSrXt4r2o1RJqnlRFQ3vK7f1XxCZ { 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:100101;text-align:center;text-align-last:center;top:196.6875rem;left:46.8125rem;display:block; }
#CHhTbNMG5PJhKue7wmAyXVM39DrwJokT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#iWJHpdSMv52xwNvcE0QRZL7OI2nW0tzQ { 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:100111;text-align:center;text-align-last:center;top:196.75rem;left:26.1875rem;display:block; }
#Fl6BzgkLUPp2MnNa0VtPfyfkmoAHwvnU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#GppvXisgWwSZqmz5JN4zgaTHtKQEt1Vy { position:absolute;display:block;z-index:100114;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:200.9375rem;left:1.9375rem;display:block; }#GppvXisgWwSZqmz5JN4zgaTHtKQEt1Vy.adaptive-delivery-prevent-bg, #GppvXisgWwSZqmz5JN4zgaTHtKQEt1Vy.lazyload, #GppvXisgWwSZqmz5JN4zgaTHtKQEt1Vy.lazyloading { background-image: none; }
#TVo8JpSi3hFqyN5zCeVGkJu1xIOUblfX { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.5625rem;font-weight:normal;z-index:100145;line-height:1.3;letter-spacing:0;top:205.875rem;left:3.5rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#I6tTvLsZX27yISq9DEuE8oRwwJssNlzy { position:absolute;display:block;z-index:100122;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:200.9375rem;left:23rem;display:block; }#I6tTvLsZX27yISq9DEuE8oRwwJssNlzy.adaptive-delivery-prevent-bg, #I6tTvLsZX27yISq9DEuE8oRwwJssNlzy.lazyload, #I6tTvLsZX27yISq9DEuE8oRwwJssNlzy.lazyloading { background-image: none; }
#EDNbg9S7nv08Cv9rlkGzIBGTGccTPKzM { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.6875rem;font-weight:normal;z-index:100150;line-height:1.3;letter-spacing:0;top:204.6875rem;left:24.4375rem;height:4.38671875rem;text-align:center;text-align-last:center;display:block; }
#gOzZSPsiyFyNnbudsIwr1qNq54Ha2k4u { position:absolute;display:block;z-index:100112;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:200.9375rem;left:43.4375rem;display:block; }#gOzZSPsiyFyNnbudsIwr1qNq54Ha2k4u.adaptive-delivery-prevent-bg, #gOzZSPsiyFyNnbudsIwr1qNq54Ha2k4u.lazyload, #gOzZSPsiyFyNnbudsIwr1qNq54Ha2k4u.lazyloading { background-image: none; }
#vXE7aSXR07RTyCRTzessVzS67hy8li21 { color:#c53d3d;display:block;width:11.811rem;position:absolute;font-family:"br font n-day";font-size:1.5rem;font-weight:normal;z-index:100141;line-height:1.3;letter-spacing:0;top:203.125rem;left:45.25rem;height:3.8984375rem;text-align:center;text-align-last:center;display:block; }
#hK6OXxw0hrHUTdOIB0exklktqlwpJhB0 { 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:100115;text-align:center;text-align-last:center;top:212.375rem;left:5.4375rem;display:block; }
#Za1eHKw5NMMNMJetoZngKwE4iwDlbOki { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vlEZSuqlWmi1UuTTcllUbwntgbxf1VQN { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100146;line-height:1.3;letter-spacing:0;top:210.75rem;left:3.5rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#cADc29B86s31nW1C1rxmWr7p3s3ADtqF { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100151;line-height:1.3;letter-spacing:0;top:210.75rem;left:24.4375rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#UGuQT9TJiXuZZ7Q4qTepBHzEcvhJEHPu { 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:100123;text-align:center;text-align-last:center;top:212.375rem;left:26.25rem;display:block; }
#nCKG7hJqVlGrqcLFkkMif8Rzimn5Iy5J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#SZ3qfWBn3zZSLD9Jpg8LlOJRxi05laRx { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100142;line-height:1.3;letter-spacing:0;top:210.75rem;left:44.875rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#fZuRDkn19PniBZSwZ2BWF02fnwpaFlQM { 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:100113;text-align:center;text-align-last:center;top:212.3125rem;left:46.875rem;display:block; }
#X5S61Pc8XD3WUF7byfF7fnfX6FHmGpOB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MU59w7lAMdgkl4xpQU6oMiVDaM0nPlXL { 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:100150;text-align:center;text-align-last:center;top:170.4375rem;left:4.75rem;display:none; }
#Hf8OxV8wtaVAcsZknItEZ9Z2VvoPCpLy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#z1UvdatLzpWtTTwJMkWK4JzbKpzzViwL { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.4375rem;font-weight:normal;z-index:100127;line-height:1.3;letter-spacing:0;top:172.75rem;left:3.1875rem;height:3.73698125rem;text-align:center;text-align-last:center;display:block; }
#slWkZGq6PpEFduas9VOWbTx3qSWvdiwW { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100128;line-height:1.3;letter-spacing:0;top:179.3125rem;left:3.0625rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#pvpJhl8ypgB9wfM3A7ZONuTir8fDfuEG { 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:100151;text-align:center;text-align-last:center;top:260.125rem;left:26.9375rem;display:none; }
#AVuHek57igCFeTTL0kw8zGUHJvobxdB7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#JD2ZPoHVXhb9ZFzlpLb032cqGcspCihp { color:#014f4d;display:block;width:27.6248125rem;position:absolute;font-family:"neo sans arabic";font-size:2.25rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:217.3125rem;left:17.125rem;height:2.92535rem;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; }
#QVBn9zIzBCFstoACJ2UfvKMu2cvbAKuD { position:absolute;display:block;z-index:100189;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:221.625rem;left:1.5rem;display:block; }#QVBn9zIzBCFstoACJ2UfvKMu2cvbAKuD.adaptive-delivery-prevent-bg, #QVBn9zIzBCFstoACJ2UfvKMu2cvbAKuD.lazyload, #QVBn9zIzBCFstoACJ2UfvKMu2cvbAKuD.lazyloading { background-image: none; }
#TvmTdW70ooq8tGC2ceF7Pw41mnqUXv2w { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.4375rem;font-weight:normal;z-index:100223;line-height:1.3;letter-spacing:0;top:224.5625rem;left:2.875rem;height:3.73698125rem;text-align:center;text-align-last:center;display:block; }
#SHzsKLad3dC03fUR3GS7ZLCihtLQOWEp { position:absolute;display:block;z-index:100107;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.9980625rem;width:20.8105625rem;top:229.38261222839rem;left:27.061634063721rem;overflow:hidden;display:block; }
#QdUPReUKwZDv70CeTB4wd8FBo9DGskIB { position:absolute;display:block;z-index:100187;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:221.625rem;left:22.875rem;display:block; }#QdUPReUKwZDv70CeTB4wd8FBo9DGskIB.adaptive-delivery-prevent-bg, #QdUPReUKwZDv70CeTB4wd8FBo9DGskIB.lazyload, #QdUPReUKwZDv70CeTB4wd8FBo9DGskIB.lazyloading { background-image: none; }
#BwA16wQciT57FXm9vffXs5lIiKQNrSFv { color:#000000;display:block;width:13.311625rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:normal;z-index:100219;line-height:1.3;letter-spacing:0;top:226.8125rem;left:23.6875rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
#NuZ9sikeKXiw19yN11bSizUGIx1RsmQ6 { color:#c53d3d;display:block;width:12.9373125rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:normal;z-index:100220;line-height:1.3;letter-spacing:0;top:223.3125rem;left:24.25rem;height:5.361325rem;text-align:center;text-align-last:center;display:block; }
#v6xOvlQyUmzKXBnlPAihCIn7knM6rNUG { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100219;line-height:1.3;letter-spacing:0;top:231.3125rem;left:24rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#UqStw315hG87FJKWbOw64RU1baeiXKiT { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:normal;z-index:100220;line-height:1.3;letter-spacing:0;top:231.3125rem;left:2.75rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#DZsM6AppmP6i2KzGmdZDUTXeVmzwMv4r { 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:100190;text-align:center;text-align-last:center;top:233rem;left:4.75rem;display:block; }
#vW67JrM1B2M6Qi5wZw1hirI1RNL1PCGu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#cB6HPsMJSM6BrFJQhHwsEXnVwXKn882I { 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:100188;text-align:center;text-align-last:center;top:232.9375rem;left:26rem;display:block; }
#U6VsD1dtnRAOU7kRrLWA5aIyRQZ7lFoV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Uz1EoURopoCJkhXkphXdxK0ap3bTTv3r { position:absolute;display:block;z-index:100185;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.0625rem;top:221.625rem;left:43.1875rem;display:block; }#Uz1EoURopoCJkhXkphXdxK0ap3bTTv3r.adaptive-delivery-prevent-bg, #Uz1EoURopoCJkhXkphXdxK0ap3bTTv3r.lazyload, #Uz1EoURopoCJkhXkphXdxK0ap3bTTv3r.lazyloading { background-image: none; }
#wSq3t6yXT37MdeRWyoqLd6IvDcGOV9PR { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100218;line-height:1.3;letter-spacing:0;top:231.3125rem;left:44.9375rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#bZTqoBRBVUeztbavkdyWTsEIozux5mET { 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:100186;text-align:center;text-align-last:center;top:233rem;left:46.625rem;display:block; }
#lFBLsXUALTT9QJEuksRHmdekSAyl1HHM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#FHsPmJBnvTQSsbMQglp5CV9GTC6KrdxL { 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.0625rem;top:237.75rem;left:43.1875rem;display:block; }#FHsPmJBnvTQSsbMQglp5CV9GTC6KrdxL.adaptive-delivery-prevent-bg, #FHsPmJBnvTQSsbMQglp5CV9GTC6KrdxL.lazyload, #FHsPmJBnvTQSsbMQglp5CV9GTC6KrdxL.lazyloading { background-image: none; }
#QHb7SzC35QQsmS7lbWKTk9hTukyHrBmT { 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.8748125rem;width:15.1248125rem;top:237.75rem;left:22.75rem;display:block; }#QHb7SzC35QQsmS7lbWKTk9hTukyHrBmT.adaptive-delivery-prevent-bg, #QHb7SzC35QQsmS7lbWKTk9hTukyHrBmT.lazyload, #QHb7SzC35QQsmS7lbWKTk9hTukyHrBmT.lazyloading { background-image: none; }
#gWTSK0sqFt2pUMxAhwIwE8ks98U1UWOo { 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.8748125rem;width:15.1248125rem;top:237.75rem;left:1.5rem;display:block; }#gWTSK0sqFt2pUMxAhwIwE8ks98U1UWOo.adaptive-delivery-prevent-bg, #gWTSK0sqFt2pUMxAhwIwE8ks98U1UWOo.lazyload, #gWTSK0sqFt2pUMxAhwIwE8ks98U1UWOo.lazyloading { background-image: none; }
#wSGaTrLrUrlubaWnnrJilhwcQMX9KiBD { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100167;line-height:1.3;letter-spacing:0;top:247.3125rem;left:24rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#Z4C6UogO9CcMnVP1W9DwGNu29aoiDOQR { color:#000000;display:block;width:13.311625rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:normal;z-index:100165;line-height:1.3;letter-spacing:0;top:242.9375rem;left:23.6875rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
#JbIV77tKgncue9gM8QQT9QWfIL2nVBN1 { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.4375rem;font-weight:normal;z-index:100166;line-height:1.3;letter-spacing:0;top:240.4375rem;left:24.1875rem;height:3.73698125rem;text-align:center;text-align-last:center;display:block; }
#D3sB6T775kCbxo6W4MUpHzo8mdvdt6OG { 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:249.25rem;left:25.875rem;display:block; }
#n56ISNbDDzNaEOJuypHZaT8bQB42XCZf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#XTzAaip3hRHPoNequz1qMZafEJFsHSJ9 { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.5rem;font-weight:normal;z-index:100163;line-height:1.3;letter-spacing:0;top:240.5rem;left:44.625rem;height:5.84765625rem;text-align:center;text-align-last:center;display:block; }
#XH7cAJOmxTJeJdPEuew1TT4Tnpyw406Q { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100164;line-height:1.3;letter-spacing:0;top:247.3125rem;left:44.625rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#E6MLqwVJ51D65lN0oKl2muuD3vzRP7Q5 { 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:249.3125rem;left:46.375rem;display:block; }
#ZdNUnTiSsKBbNkh8K0i3XTeVCHgSt3pc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#SeDOm8HqQkldoeUT05SMncso8MXz5ltE { 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:249.3125rem;left:4.5rem;display:block; }
#o8utZKhnbbLxSzGT7wtZDseU0pF9TFgM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#esdSMeZlivbiufSXbhs8ruXRQzmh5L2V { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.4375rem;font-weight:normal;z-index:100167;line-height:1.3;letter-spacing:0;top:240.6875rem;left:3.0625rem;height:3.73698125rem;text-align:center;text-align-last:center;display:block; }
#SJU1f27EdhuBzd6P1t4b5JTxdC3cmUBX { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100168;line-height:1.3;letter-spacing:0;top:247.25rem;left:2.875rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#FET6r4iHI3cmAXARD8qZm86i3uKrRVDR { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:normal;z-index:100221;line-height:1.3;letter-spacing:0;top:224.5625rem;left:44.5rem;height:5.361325rem;text-align:center;text-align-last:center;display:block; }
#QDcne9JNLTv6TL8VzFgAfRlf1rCN675v { color:#014f4d;display:block;width:27.6248125rem;position:absolute;font-family:"neo sans arabic";font-size:2.25rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:254.59525966644rem;left:16.185981750488rem;height:2.92535rem;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; }
#rzcr98L0vTmFFlyVngPN6WU4pcJ0UcMo { position:absolute;display:block;z-index:100149;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:259.375rem;left:1.5rem;display:block; }#rzcr98L0vTmFFlyVngPN6WU4pcJ0UcMo.adaptive-delivery-prevent-bg, #rzcr98L0vTmFFlyVngPN6WU4pcJ0UcMo.lazyload, #rzcr98L0vTmFFlyVngPN6WU4pcJ0UcMo.lazyloading { background-image: none; }
#yCCk293gJIUoQGZBV8VHFFqyptxAHTqq { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:normal;z-index:100181;line-height:1.3;letter-spacing:0;top:260.56207275391rem;left:2.8721771240234rem;height:5.36133125rem;text-align:center;text-align-last:center;display:block; }
#zJemvzDFaDUtQqfc19MMWLVqrfrWvR0H { position:absolute;display:block;z-index:100121;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.9980625rem;width:20.8105625rem;top:259.37391853333rem;left:7.7484798431394rem;overflow:hidden;display:block; }
#BOhKvqmOuZoGRkeGsyIfPtbfUi4TaoxC { position:absolute;display:block;z-index:100147;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:259.375rem;left:22.75rem;display:block; }#BOhKvqmOuZoGRkeGsyIfPtbfUi4TaoxC.adaptive-delivery-prevent-bg, #BOhKvqmOuZoGRkeGsyIfPtbfUi4TaoxC.lazyload, #BOhKvqmOuZoGRkeGsyIfPtbfUi4TaoxC.lazyloading { background-image: none; }
#o8zoTZm73Q4Veh0mrqf2Mh1KOTSqOCWw { color:#000000;display:block;width:13.311625rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:normal;z-index:100179;line-height:1.3;letter-spacing:0;top:264.5625rem;left:23.6875rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
#E6c0oVrm14XXhRV2rEGpnP6d9c8mwWI0 { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.4375rem;font-weight:normal;z-index:100180;line-height:1.3;letter-spacing:0;top:262.0625rem;left:24.1875rem;height:3.736975rem;text-align:center;text-align-last:center;display:block; }
#X2IAL0Eyt1lFTDWtXgTlHyBPy4zTg1tv { 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.875rem;width:15.0625rem;top:259.375rem;left:43.1875rem;display:block; }#X2IAL0Eyt1lFTDWtXgTlHyBPy4zTg1tv.adaptive-delivery-prevent-bg, #X2IAL0Eyt1lFTDWtXgTlHyBPy4zTg1tv.lazyload, #X2IAL0Eyt1lFTDWtXgTlHyBPy4zTg1tv.lazyloading { background-image: none; }
#GJB9K65Sd0TIEOAt8LVKyzTSsd7JuBAW { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100181;line-height:1.3;letter-spacing:0;top:268.9375rem;left:24.3125rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#CoGbOduvgMIgshFskRfEJ5QVz0L9H0Zs { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.5rem;font-weight:normal;z-index:100177;line-height:1.3;letter-spacing:0;top:262.125rem;left:44.625rem;height:3.8984375rem;text-align:center;text-align-last:center;display:block; }
#WsgeucsKXEnz8ypWsTg1e2FoOoRtpUmP { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100178;line-height:1.3;letter-spacing:0;top:268.9375rem;left:44.9375rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#p40afTaG77cr3XUp68cG6Le2gSqTM7ct { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100182;line-height:1.3;letter-spacing:0;top:268.875rem;left:3.1875rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#y4k15il1LgHeghKJeJQ2rBWvscS3lpKT { 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:100148;text-align:center;text-align-last:center;top:270.875rem;left:26.1875rem;display:block; }
#TKUQOVf7UUMlkETEu65Wh2CV7wcrCp1g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TOhPuiJueGDlWAPlcIggV5V4unB4PCJo { 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:270.9375rem;left:46.6875rem;display:block; }
#bSvXeemtnhlq1seIcTzWIIQQpQbmib9d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Wt9T6ex2d7lMo9ilr9EOt65sDulG0HDt { 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:100150;text-align:center;text-align-last:center;top:270.9375rem;left:4.8125rem;display:block; }
#TWlIswxkOErJ7PlHbOzpQabpb3f4NEpW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#usu3uCDmrRTD9dwH75mVUL8pq5Z2hTQE { position:absolute;display:block;z-index:100221;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:313.3125rem;left:22.5625rem;display:block; }#usu3uCDmrRTD9dwH75mVUL8pq5Z2hTQE.adaptive-delivery-prevent-bg, #usu3uCDmrRTD9dwH75mVUL8pq5Z2hTQE.lazyload, #usu3uCDmrRTD9dwH75mVUL8pq5Z2hTQE.lazyloading { background-image: none; }
#qAhAFANLlLk6y9rDDbMZTgKVvyNNUl6M { 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:100222;text-align:center;text-align-last:center;top:324.8125rem;left:26rem;display:block; }
#maggTa8FS9y3zZJB175CplpvRc0GSkLB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#EJxATweN3WBUu4R2QJZXAsVy7LVN32IT { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100255;line-height:1.3;letter-spacing:0;top:322.875rem;left:24.125rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#nmu7if9OLnMBw9iEhDbEL4PCaDVGZXgw { color:#c53d3d;display:block;width:13.686rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:normal;z-index:100256;line-height:1.3;letter-spacing:0;top:315.5rem;left:23.5625rem;height:4.62890625rem;text-align:center;text-align-last:center;display:block; }
#zRX9bbMfbT42bo7mHr4txTE87x1BJxJv { position:absolute;display:block;z-index:100167;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.9980625rem;width:20.8105625rem;top:297.5625rem;left:27.75rem;overflow:hidden;display:block; }
#KovnfhxbqHTH43MqK7fprHdTdFblsIJO { position:absolute;display:block;z-index:100209;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:297.5625rem;left:1.4375rem;display:block; }#KovnfhxbqHTH43MqK7fprHdTdFblsIJO.adaptive-delivery-prevent-bg, #KovnfhxbqHTH43MqK7fprHdTdFblsIJO.lazyload, #KovnfhxbqHTH43MqK7fprHdTdFblsIJO.lazyloading { background-image: none; }
#gOsuo4GN6yU6Ttpq0WMJZTTqViCfQU7z { position:absolute;display:block;z-index:100207;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:297.5625rem;left:22.6875rem;display:block; }#gOsuo4GN6yU6Ttpq0WMJZTTqViCfQU7z.adaptive-delivery-prevent-bg, #gOsuo4GN6yU6Ttpq0WMJZTTqViCfQU7z.lazyload, #gOsuo4GN6yU6Ttpq0WMJZTTqViCfQU7z.lazyloading { background-image: none; }
#TJMWy5rExLGOm5UbyhfNRNREtR6LXZML { 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:100208;text-align:center;text-align-last:center;top:309.0625rem;left:26.125rem;display:block; }
#B23hM7p9LZZKcHwnOTSkF1x88czRkc1S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#rFD9mVZHrUrefUVQzUPhqKUCucPwqPCZ { 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:100210;text-align:center;text-align-last:center;top:309.125rem;left:4.75rem;display:block; }
#Ro2P8qVJHt9aJEn94Lu4QGTqkmBKSrC4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gQ95sgTER5LoIhD8Q4RZTN1pQqssft2p { position:absolute;display:block;z-index:100205;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.0625rem;top:297.5625rem;left:43.125rem;display:block; }#gQ95sgTER5LoIhD8Q4RZTN1pQqssft2p.adaptive-delivery-prevent-bg, #gQ95sgTER5LoIhD8Q4RZTN1pQqssft2p.lazyload, #gQ95sgTER5LoIhD8Q4RZTN1pQqssft2p.lazyloading { background-image: none; }
#IsETkp5KIgnkPbckCDLXOEqZsM48uckU { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100241;line-height:1.3;letter-spacing:0;top:307.125rem;left:24.25rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#QFw276TpOsVZ7e6iD1uNZQHtaN73LTb2 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100242;line-height:1.3;letter-spacing:0;top:307.0625rem;left:3.125rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#cOl8HQKxvVHfsRqzUtoDH4QP6iVVXRKk { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:normal;z-index:100241;line-height:1.3;letter-spacing:0;top:299.25rem;left:2.6875rem;height:5.1181625rem;text-align:center;text-align-last:center;display:block; }
#e7vaTenCrVFMQKWkzzlTc7FmSB9CiTei { color:#c53d3d;display:block;width:13.6870625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:normal;z-index:100242;line-height:1.3;letter-spacing:0;top:301.875rem;left:23.5625rem;height:4.38574375rem;text-align:center;text-align-last:center;display:block; }
#iAAZhIgJVp1a5qptJ3nuNeaA61ed6Jrx { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:normal;z-index:100237;line-height:1.3;letter-spacing:0;top:300.48069572449rem;left:44.592014312744rem;height:4.38574375rem;text-align:center;text-align-last:center;display:block; }
#ndNQHRRObc2l3FZnwGkOlIRTyCstrB60 { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.625rem;font-weight:normal;z-index:100240;line-height:1.3;letter-spacing:0;top:298.8125rem;left:24.1875rem;height:2.11263125rem;text-align:center;text-align-last:center;display:block; }
#hk7XdJCoEz8hBizLXEKA16wpO4f3zPHJ { position:absolute;display:block;z-index:100195;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:281.5rem;left:1.4375rem;display:block; }#hk7XdJCoEz8hBizLXEKA16wpO4f3zPHJ.adaptive-delivery-prevent-bg, #hk7XdJCoEz8hBizLXEKA16wpO4f3zPHJ.lazyload, #hk7XdJCoEz8hBizLXEKA16wpO4f3zPHJ.lazyloading { background-image: none; }
#XiIXZc6oc5IkvxgWtnJ4k1W9LiiKvQGO { position:absolute;display:block;z-index:100193;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:281.5rem;left:22.6875rem;display:block; }#XiIXZc6oc5IkvxgWtnJ4k1W9LiiKvQGO.adaptive-delivery-prevent-bg, #XiIXZc6oc5IkvxgWtnJ4k1W9LiiKvQGO.lazyload, #XiIXZc6oc5IkvxgWtnJ4k1W9LiiKvQGO.lazyloading { background-image: none; }
#zExFa5pWrQ28MVdQvlBMIwWeKqbqhTNd { 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:100194;text-align:center;text-align-last:center;top:293rem;left:26.125rem;display:block; }
#nHeh36w0SeAReeA7XefvNVlGnLVTNVZo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#DlnoUBQuPfB55pW01lCuC4OCmBRZ4IaQ { 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:100196;text-align:center;text-align-last:center;top:293.0625rem;left:4.75rem;display:block; }
#bCPecJ4y26B4X5c0L0JCQFqCipi3ebCU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#oFiaxVbxaSRF1nwCMb8uG5Nc9xRPe0Vr { position:absolute;display:block;z-index:100191;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.0625rem;top:281.5rem;left:43.125rem;display:block; }#oFiaxVbxaSRF1nwCMb8uG5Nc9xRPe0Vr.adaptive-delivery-prevent-bg, #oFiaxVbxaSRF1nwCMb8uG5Nc9xRPe0Vr.lazyload, #oFiaxVbxaSRF1nwCMb8uG5Nc9xRPe0Vr.lazyloading { background-image: none; }
#TGarxTfKZ27GfllEyNALsTUAUNTVXqdw { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100238;line-height:1.3;letter-spacing:0;top:307.125rem;left:44.875rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#OqSa9R4R3TdFbGuecckMB0VwGuCf7WuT { 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:100192;text-align:center;text-align-last:center;top:293.0625rem;left:46.625rem;display:block; }
#ThXWU0Brzk1iJFRyz2EOwvTDu6zwTxtR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#kati0ZEGX6JuTmKd1xTVJempEsGO9vsM { 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:100206;text-align:center;text-align-last:center;top:309.125rem;left:46.625rem;display:block; }
#zTwCaXsDmf70gXRqwEV0Eqtu9PdT3QT1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Ry262Iqb4E8CwsipBtSdkX1SfdGeflFD { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.625rem;font-weight:normal;z-index:100227;line-height:1.3;letter-spacing:0;top:285.1875rem;left:2.6875rem;height:4.2252625rem;text-align:center;text-align-last:center;display:block; }
#O42I585NWo0n1ZJ6yn5qF8eQiwIkTxiO { color:#000000;display:block;width:13.311625rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:normal;z-index:100225;line-height:1.3;letter-spacing:0;top:286.6875rem;left:23.625rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
#qXD7ecC12fJS6vlGxFy6swn89U4pUgUJ { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.9375rem;font-weight:normal;z-index:100226;line-height:1.3;letter-spacing:0;top:286rem;left:24.1875rem;height:2.51855625rem;text-align:center;text-align-last:center;display:block; }
#ykexk4bl8lGb45coWnnJNv7lQLb8pLJ2 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100227;line-height:1.3;letter-spacing:0;top:291.0625rem;left:24.25rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#WtOB6Ty4yAp7XQGbg6bolPCq129z7XBT { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100228;line-height:1.3;letter-spacing:0;top:291rem;left:3.125rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#QBThzQDpWhrdfgfyDQ4hTwTrRXMV1F5L { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:normal;z-index:100223;line-height:1.3;letter-spacing:0;top:283.1875rem;left:44.5rem;height:5.361325rem;text-align:center;text-align-last:center;display:block; }
#yfCzeQaxX6ul1d0ICWyNJlZlC8VxbXI9 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100224;line-height:1.3;letter-spacing:0;top:291.0625rem;left:44.875rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#pFGEAJMTBalVZ6EnwzNEAKbE9Q1B3xBb { color:#014f4d;display:block;width:28.9995625rem;position:absolute;font-family:"neo sans arabic";font-size:2.25rem;font-weight:700;z-index:100257;line-height:1.3;letter-spacing:0;top:276.3125rem;left:14.5rem;height:2.92535rem;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; }
#tawVphXKpbNF9oWTZzN8r8AynfTgzWT9 { color:#014f4d;display:block;width:28.9985rem;position:absolute;font-family:"neo sans arabic";font-size:2.25rem;font-weight:700;z-index:100258;line-height:1.3;letter-spacing:0;top:330.36133861542rem;left:15.500217437744rem;height:2.92535rem;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; }
#aTEOHQpFZ2A6XrKuscH2sm4tMgs4dnaQ { position:absolute;display:block;z-index:100227;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:335.25rem;left:1.625rem;display:block; }#aTEOHQpFZ2A6XrKuscH2sm4tMgs4dnaQ.adaptive-delivery-prevent-bg, #aTEOHQpFZ2A6XrKuscH2sm4tMgs4dnaQ.lazyload, #aTEOHQpFZ2A6XrKuscH2sm4tMgs4dnaQ.lazyloading { background-image: none; }
#DkyqT57nuwkK6RbLqAglBGumvZh4UkAm { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:normal;z-index:100259;line-height:1.3;letter-spacing:0;top:337.78647041321rem;left:2.8721771240234rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#DU98HBqEdKeDnZW03CR4vXTvsSsfhUcz { position:absolute;display:block;z-index:100225;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:335.25rem;left:22.875rem;display:block; }#DU98HBqEdKeDnZW03CR4vXTvsSsfhUcz.adaptive-delivery-prevent-bg, #DU98HBqEdKeDnZW03CR4vXTvsSsfhUcz.lazyload, #DU98HBqEdKeDnZW03CR4vXTvsSsfhUcz.lazyloading { background-image: none; }
#AsBaFIdgvuUPtmxfQf4vzGbtbsLvWLGh { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100259;line-height:1.3;letter-spacing:0;top:344.8125rem;left:24.4375rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#TZHrJGu7BTixgRJOeOeRiaeqiqi89gRL { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100260;line-height:1.3;letter-spacing:0;top:344.75rem;left:3.3125rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#yX4edo3spAqPWdrLqi86SUk5M1EtwHsM { color:#c53d3d;display:block;width:13.686rem;position:absolute;font-family:"br font n-day";font-size:1.5625rem;font-weight:normal;z-index:100260;line-height:1.3;letter-spacing:0;top:338.31706809998rem;left:23.781467437744rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#T77TOZDsh5SlqcInDnJmIP47BrO9hReC { position:absolute;display:block;z-index:100185;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.9980625rem;width:20.8105625rem;top:335.25rem;left:28rem;overflow:hidden;display:block; }
#ZLSbXUHEeLbno3EvuzyxST8ylZC5RI7F { 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:100226;text-align:center;text-align-last:center;top:346.75rem;left:26.3125rem;display:block; }
#tdpvhGyS5ffc474ivB8Tly2HH7THn1Ph { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#HgdDWHTQmWe1LOOSVVmp3iu3cOE5QTdE { 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:100228;text-align:center;text-align-last:center;top:346.8125rem;left:4.9375rem;display:block; }
#Ke2Of5EW3ENhfZhv8ygL2deDSFlLbb8W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wpHefB4PsRvxQXtWMknePUpBSy3ApLI9 { position:absolute;display:block;z-index:100239;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:357.1875rem;left:22.9375rem;display:block; }#wpHefB4PsRvxQXtWMknePUpBSy3ApLI9.adaptive-delivery-prevent-bg, #wpHefB4PsRvxQXtWMknePUpBSy3ApLI9.lazyload, #wpHefB4PsRvxQXtWMknePUpBSy3ApLI9.lazyloading { background-image: none; }
#I3iRgML8RgGobyJdD8pDamxN3roEIxbm { color:#c53d3d;display:block;width:13.686rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:normal;z-index:100274;line-height:1.3;letter-spacing:0;top:360.93750762939rem;left:23.781467437744rem;height:3.57421875rem;text-align:center;text-align-last:center;display:block; }
#mFWJPVRu3wu7nKPTKrrknamEH4SVAEuv { position:absolute;display:block;z-index:100223;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.0625rem;top:335.25rem;left:43.3125rem;display:block; }#mFWJPVRu3wu7nKPTKrrknamEH4SVAEuv.adaptive-delivery-prevent-bg, #mFWJPVRu3wu7nKPTKrrknamEH4SVAEuv.lazyload, #mFWJPVRu3wu7nKPTKrrknamEH4SVAEuv.lazyloading { background-image: none; }
#zLSc3UVyuNkedCyhcTWIhckU3n8uhd8c { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:normal;z-index:100255;line-height:1.3;letter-spacing:0;top:336.08399152756rem;left:44.811199188233rem;height:7.3125rem;text-align:center;text-align-last:center;display:block; }
#HQRaTKmUyTTs65ANfryLHLrmATZvzL35 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100256;line-height:1.3;letter-spacing:0;top:344.8125rem;left:45.0625rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#ipigPPTe1rIkdQoh1STUaMQ6OhVNrf0P { 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:100224;text-align:center;text-align-last:center;top:346.8125rem;left:46.8125rem;display:block; }
#oKR7OlLJqxKlZiJdGSDcmusc12XhK8eu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fprI20dp3GeTqVvyWizKESO2UASf9kpr { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100273;line-height:1.3;letter-spacing:0;top:366.75rem;left:24.5rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#ey5M8XokoBfPxmM5TTMRdbXZevi8VNUm { 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:100240;text-align:center;text-align-last:center;top:368.6875rem;left:26.375rem;display:block; }
#xDeTdZ1MmqBTC1CZbDLr69nUmChKIhOW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#eD2XdneaRIMfxCWC1czfJSsuHC3dBSIs { color:#014f4d;display:block;width:28.9985rem;position:absolute;font-family:"neo sans arabic";font-size:2.25rem;font-weight:700;z-index:100259;line-height:1.3;letter-spacing:0;top:352.62153625488rem;left:16.125217437744rem;height:2.92535rem;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; }
#cHm5ZaIWPUTQ3NIqziMEe1JaCHMR58Sa { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:normal;z-index:100241;line-height:1.3;letter-spacing:0;top:30.294055938721rem;left:23.75rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#dUwCSG3m0fE2neKVI53vI8lu4TPtXRV1 { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.4375rem;font-weight:normal;z-index:100241;line-height:1.3;letter-spacing:0;top:298.43643283844rem;left:44.592014312744rem;height:1.8684875rem;text-align:center;text-align-last:center;display:block; }
#dmigNWZGcikr9L7sI7UI6oUtQvuVU8Aq { position:absolute;display:block;z-index:100074;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:133.1875rem;left:22.3125rem;display:block; }#dmigNWZGcikr9L7sI7UI6oUtQvuVU8Aq.adaptive-delivery-prevent-bg, #dmigNWZGcikr9L7sI7UI6oUtQvuVU8Aq.lazyload, #dmigNWZGcikr9L7sI7UI6oUtQvuVU8Aq.lazyloading { background-image: none; }
#dGCfCwoCk6yIf8HUctCtQvmWtGTmBF3q { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.6875rem;font-weight:normal;z-index:100102;line-height:1.3;letter-spacing:0;top:137.125rem;left:23.6875rem;height:2.1933625rem;text-align:center;text-align-last:center;display:block; }
#n7H7RI0BWzMqeQJhVtSZdrKJ7AGxhbGT { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100103;line-height:1.3;letter-spacing:0;top:142.9375rem;left:23.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#yV7JcdRUsCc2aKO0GTBzEn2wmxTFXurW { 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:100075;text-align:center;text-align-last:center;top:144.625rem;left:25.5625rem;display:block; }
#QX3WntJeb5Taeo7KgTpuvNzDFLOkpElI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;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.375rem;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.84375rem;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; }
#IqhC2C9MssvksTAqX7bnciRGVV4uTnUv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#014f4d;background-image:url("https://images.assets-landingi.com/nfseZEMq/bg2.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#IqhC2C9MssvksTAqX7bnciRGVV4uTnUv.adaptive-delivery-prevent-bg, #IqhC2C9MssvksTAqX7bnciRGVV4uTnUv.lazyload, #IqhC2C9MssvksTAqX7bnciRGVV4uTnUv.lazyloading { background-image: none; }#IqhC2C9MssvksTAqX7bnciRGVV4uTnUv > .row .container { background-color: transparent; background-image: none; }#IqhC2C9MssvksTAqX7bnciRGVV4uTnUv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IqhC2C9MssvksTAqX7bnciRGVV4uTnUv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IqhC2C9MssvksTAqX7bnciRGVV4uTnUv > .row .container > .video-iframe-container { display: none; }#IqhC2C9MssvksTAqX7bnciRGVV4uTnUv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IqhC2C9MssvksTAqX7bnciRGVV4uTnUv > .row > .video-iframe-container { display: none; }#IqhC2C9MssvksTAqX7bnciRGVV4uTnUv > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IqhC2C9MssvksTAqX7bnciRGVV4uTnUv > .row .container { border-width: 0; border-radius: 0; }#IqhC2C9MssvksTAqX7bnciRGVV4uTnUv > .row > .video-iframe-container {  }#IqhC2C9MssvksTAqX7bnciRGVV4uTnUv > .row .container { font-size:0.875rem;font-family:arial;height:14.9375rem;width:60rem;position:relative;display:block; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#014f4d;background-image:none;position:relative;display:block; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row .container { background-color: transparent; background-image: none; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row .container > .video-iframe-container { display: none; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row > .video-iframe-container { display: none; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row .container { border-width: 0; border-radius: 0; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row > .video-iframe-container {  }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row .container { font-size:0.875rem;font-family:arial;height:26.125rem;width:60rem;position:relative;display:block; }#K3dqLJbL6KSHDnWOxRpKkGc0pJaZkLE1 { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height: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.46875rem;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.3rem;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) { #xriOgq0msMvfL5FlSAlfcGdA39WbgHbD { width:24.6875rem;height:26.875rem;top:13rem;left:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQqRoEAT2KhpPvTmlQfwSaMtdhWr9OFi { width:24.4375rem;height:2.1875rem;top:13.6875rem;left:23.3125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-regular-label { width:19.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-input-text { width:19.0625rem;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:19.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-input-select { width:19.0625rem;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:19.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-checkbox-label { width:17.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk  { width:19.0625rem;height:auto;top:15.75rem;left:26.1875rem; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .radio-container { width:19.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk {display:block;}#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk { width:19.0625rem;height:auto;top:15.75rem;left:26.1875rem; }
 }@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:10.6875rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUs9Apcoy90IB0Apo3hslsyRGbxWp3SL { width:5.5rem;height:3.125rem;top:12.25rem;left:23.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pShgekOIHnqEBcI3gDud11kxTpAtvC3a { width:1.5rem;height:1.5rem;top:5.5rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozDkb49G8greBVcZpuIl57EKHtf4ryNQ { top:9.1875rem;left:29.123481750488rem;width:8.4375rem;height:3.163649900728rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwP2kIcI67SH7c6ZZkf8Ns5vTXGJ7tZl { top:6.75rem;left:31.53125rem;width:13.125rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbhRUHKWrMlTlc7uNKTKXmVtSA0aSrIC { top:9.375rem;left:38.4375rem;width:7.1875rem;height:2.8498167945512rem;display:none; }
 }@media only screen and (max-width: 763px) { #tmGE4wi1eIuFIQl3v82M6m65KZJi335B { width:46.625rem;height:4.625rem;top:3.8125rem;left:0.52972984313965rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KCJALSmOmKuMZWoOstERO0TzCWHiC5Td { top:10.6875rem;left:0rem;width:25.9375rem;height:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mr0lJIiC5omPuOtMGBdgOonatnOoS5Xl { width:47.75rem;height:3.375rem;top:0.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICSpEmN8PKdmPPpGOLpACQuES3zBzM5L { top:4.5rem;left:10.311630249024rem;width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #U1T5OxEK41moVmvrT3q85b9dfVsgEsOt { display:block; }#U1T5OxEK41moVmvrT3q85b9dfVsgEsOt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SyQ1DI7ibAA2XlOkpQol9XgBIiI4FzdA { display:block; }#SyQ1DI7ibAA2XlOkpQol9XgBIiI4FzdA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZcSHpfQyQVZqPq00eAtZI0i5aTzgTVdH { width:15rem;height:13.8125rem;top:84.625rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcSO6ATVGP3V1OZWOwm5sRvptNehXSRh { width:8.75rem;height:2.6875rem;top:96rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGoBffWb9QlkXJGQskB5Pq2yDveWgqr7 { display:block; }
 }@media only screen and (max-width: 763px) { #GKfCdBm37XO5sOgUwBaHMBpJD16Tvls6 { width:15.0625rem;height:13.8125rem;top:84.625rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppyHZWMfBpdsEHNgtcNsGdoKQI7TKHeT { width:8.75rem;height:2.6875rem;top:95.9375rem;left:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKpgmMfANRlkIS17tDw4ccb8UyffTudh { display:block; }
 }@media only screen and (max-width: 763px) { #fyooeKHmAWU1cIPGs3r8vOU7SOLXr10U { width:15.0625rem;height:13.8125rem;top:84.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiqOtTsRGMlLlc631C0Sx22HKT31b8m6 { width:8.75rem;height:2.6875rem;top:96rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xpp1zqBUJFgAevihl2JT4gxXg4kAGUNI { display:block; }
 }@media only screen and (max-width: 763px) { #cAwQThmk64vETQnwmEvSKPmio5dw2MLQ { width:15.0625rem;height:13.8125rem;top:100.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpU17nBodaL7CGgZa66u0FViqIuN3pmi { width:8.75rem;height:2.6875rem;top:111.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeMUpzklEzk9CeKTSuQHopQbhSO9Mpmf { display:block; }
 }@media only screen and (max-width: 763px) { #CUEITvEq11AG2R5UUfap0WODrtxm80Tn { width:15.0625rem;height:13.8125rem;top:100.5rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiFE8ZM6bPlTgeZW132GdTaFOJP87Gwp { width:8.75rem;height:2.6875rem;top:111.875rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJAzm2IgMlsVRfAqkLS5HLHuozSzNSgG { display:block; }
 }@media only screen and (max-width: 763px) { #WUOeUMpWDJbWJiHiKWsIIW24xM5Waads { top:89.4375rem;left:35.25rem;width:12.5rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPhGWIDNKdfxIPi5wBEUFJPk3iAgnyuw { top:94.125rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0TlaWpsnWrae1hczlRy7i1t1fLPT0zl { top:94.125rem;left:17.625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TznFz4h2CTvPhBlxRfgeqM8LpXLKaC52 { top:89.8125rem;left:17.6875rem;width:13.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0TT0XVsDel1I6T0LofcsDVXNOSKMLUL { top:89.4375rem;left:18.248916625976rem;width:12.5rem;height:2.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QE820T74ny0vPqTok9v5fbkV5oKbVOJ7 { top:87.3125rem;left:0rem;width:12.5rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4wvTRo3lQomla90eong4t4iEJZwCHTA { top:94.125rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQEiE8lx6g5nrteIq96HsMWfZNmixJLN { top:110rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoikGJr1FliuLprKuFRklgmWgrvQzWFA { top:104rem;left:35.25rem;width:12.5rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfI5DSNlgT94POB8X0zf43ZMXdDEOpEV { top:104.1875rem;left:0rem;width:12.5rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0rrNt6xTiIW3Ku7IwOKnZHbDq3XxXVt { top:110rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFWwkqh3N1S9TQ054eDiLWmbtgDxt2cl { width:15.0625rem;height:13.8125rem;top:100.5625rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4oNeXb1KsyZTBi41kkrIx7ZuQVT9gCO { top:110rem;left:18.0625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lENk4qUKEhI7hWHrisqna03KVe146e9t { width:8.75rem;height:2.6875rem;top:111.9375rem;left:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VE3x2O1GJtVRVCm2V67eaEBMpt4DuLsd { display:block; }
 }@media only screen and (max-width: 763px) { #MNbmo8oWC7hVmy0RxgIT4mGidw4f7lhW { top:104.625rem;left:18.375rem;width:12.5rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UU8dRNa2f7sgHmONK7zdW7IVBQ6F3vLy { width:20.75rem;height:17.945684883577rem;top:130.5625rem;left:13.310764312744rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceyTHpxOCcRGfSoLTVNxaUUllOWmixr4 { width:34.0625rem;height:3.1875rem;top:1.25rem;left:6.8111972808837rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiJLPILtJ3AM7H2Rm7pMQuWKm5dTPEJb { width:15.0625rem;height:13.8125rem;top:116.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgiC33FhqLKsUG6aq76QRsNNv4GGJRQg { width:8.75rem;height:2.6875rem;top:127.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIwI23FXz2XmwKLRiLTFwd1Rf64EseAr { display:block; }
 }@media only screen and (max-width: 763px) { #LOcatQaXH84VkDKuw8bTvRyoHuZaoetC { top:120.375rem;left:0rem;width:12.5rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTArQ6AO15DVPN7ceblPsItUrFEz47WU { top:126.25rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTzhppH2DQW5BP0rVEq0bNFCwA0aoIGc { width:15.0625rem;height:13.8125rem;top:116.5rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhetDsV3i2tMO1573ve18MGEAsf4UlzS { top:126.25rem;left:18.125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fe13aWJ0v5eZxOOZPd5MUbpdVILgk0Gu { top:120.4375rem;left:18.0625rem;width:12.5rem;height:2.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhrQU9TzEhdSQlSQL1kfRKDOtvVGdewR { width:8.75rem;height:2.6875rem;top:127.9375rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xP1gDsu0oVAApDGcSrE3IwNObqedUAGm { display:block; }
 }@media only screen and (max-width: 763px) { #OGZRox6Mr0GlMmTiZcw5AUEQfJ7uXliB { width:15.0625rem;height:13.8125rem;top:116.5rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMLN6qCbgferJN7dK56ufAg5yKLOI8fo { top:126.25rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0czbGBgeiD74T2OsQwxfEM7I4edQA4I { top:119.75rem;left:36rem;width:11.75rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERQ0a1JN0colLyt4Swm8XdrgSbpBBZw6 { width:8.75rem;height:2.6875rem;top:127.875rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtowXOMK4EUWQ6Rgm4bNidmn9SbW3Jdd { display:block; }
 }@media only screen and (max-width: 763px) { #Uacutd6KqLMysOWTfkF5Rl89f0pf62IK { width:15.0625rem;height:13.8125rem;top:13.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #waoxcU0GKtWgXF1ISvh1OR36HxhaaTlg { width:15.0625rem;height:13.8125rem;top:13.8125rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N350K1V34wlrwTCkTRbZNQmCTnp14wMH { top:16.125rem;left:0rem;width:12.5rem;height:6.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXuTolVklOZP9fQmeHtgOWlcUJrwQ1Sg { top:19rem;left:17.0625rem;width:13.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBPlKJsRNWlr0OR3BwddemB4Nvs4MEnx { top:16.4375rem;left:17.4375rem;width:12.5rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFavHL3MIfR1hDuGd9A3wCGcAtUwo6DN { width:15rem;height:13.8125rem;top:13.8125rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHN621hWlWthQUR5B6hla8nXsEHhmT0g { top:23.5rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFGAO6HK5zGnXeKT0zF8JkrWyqORbtaG { width:20.75rem;height:17.945684883577rem;top:50.6875rem;left:19.6953125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXld8V5surl0DTPuMkh4cIoyAQma94sW { width:8.75rem;height:2.6875rem;top:25.125rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PP5zgoP5N6NI0CpbX4keh182MfQMfzIe { display:block; }
 }@media only screen and (max-width: 763px) { #hlk8cRQaTfNxV1aQskuCqW1fuHFqAonZ { width:8.75rem;height:2.6875rem;top:25.1875rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQOCoufgAMctoOtG4xJSX7GLcrsasdIe { display:block; }
 }@media only screen and (max-width: 763px) { #MDJU9he2ma7HkBvQSme6MeWiqeKIART0 { width:8.75rem;height:2.6875rem;top:25.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFhiq6BJh27FAcgaeONBsGW0FkSGhyun { display:block; }
 }@media only screen and (max-width: 763px) { #IdUpKr1NhVCC6IJQzxTuNGoATMzEJTlR { top:16.375rem;left:35.25rem;width:12.5rem;height:4.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyrB2bhILa5rDKk5JdLpT5p6yABGRr2v { top:23.5rem;left:17.4375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHihRtkepZn6pLO1wi7GWLRdAhktxt7c { top:23.5rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #weZKBI8MHZGDHHv2Uw22r1EcsJ0vmGwM { width:15.0625rem;height:13.8125rem;top:29.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZckSM85O2MKIMU6h0nLBnWOUl1m8UNf7 { width:15.0625rem;height:13.8125rem;top:29.625rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbazwKHkiTF90tNUDKpeVAp1kK0xb63I { width:8.75rem;height:2.6875rem;top:40.9375rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfa0LsPd8dHWXKT6oHXbXkWRZ2M1f46K { display:block; }
 }@media only screen and (max-width: 763px) { #aXTmZvZgxuz1GiADQTub3Tv2iggGXOeP { width:8.75rem;height:2.6875rem;top:41rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cu3L4ayeOIQVZ8qKu5no7LVbMAO2py0L { display:block; }
 }@media only screen and (max-width: 763px) { #uvnF7DAAGoxfVJwg4pp2sBoOaq3sVbHr { width:15rem;height:13.8125rem;top:29.625rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3po1UgTmakarTWP4IRvzeF9yvZyOTG2 { top:39.4375rem;left:17.437282562256rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPcZFDEuSZxM0NrUy9b3oLNAUnLlVDbi { top:39.3125rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKA4aabW9NMAWR37ALXWLnTpbZ8aFGeR { top:39.3125rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDNCnuz2zOXP0w6yIFgWh01OvO8DfOoA { width:8.75rem;height:2.6875rem;top:41rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMPglsG2VanwbNK6zzzdukAF8x5nk4vE { display:block; }
 }@media only screen and (max-width: 763px) { #IiGNvskpqeZifJn16dVzZ9fX0SKm9d1v { top:32.3125rem;left:0rem;width:12.5rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #geZ4OxCZCKUAKhTP9dpG99SsHgahKLEM { top:31.1875rem;left:16.5625rem;width:14.8125rem;height:7.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1QrTVkFwC0z309dnxOfLugyHNlbrpf7 { top:34.8125rem;left:17.0625rem;width:13.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sB8ZqTGe2rWu2xwE8QVhl3MCVWa0yhNo { top:32.4375rem;left:35.25rem;width:12.5rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiaxdOlosTiqG9BzB6GbQLpybAa0QPPP { width:15.0625rem;height:13.8125rem;top:45.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQyPrvxlOu5kQ1hl8L4nCSPT8wGlHS5m { width:15.0625rem;height:13.8125rem;top:45.5625rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUft5acSinPxewV0vSinebbUZeTav1cp { width:8.75rem;height:2.6875rem;top:56.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5T9VOvI0kC8B2KrmugX0AAnlfDe6Ffn { display:block; }
 }@media only screen and (max-width: 763px) { #D2EufP2i4kbqPkQfwP7Zql5zam04VVzD { width:8.75rem;height:2.6875rem;top:56.875rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbzHiNuExPcGGqOZTQ18vhbAq4Uexvut { display:block; }
 }@media only screen and (max-width: 763px) { #DVtBFBtWcDfQqrfNG0T8m5XS71xHlbG0 { width:15rem;height:13.8125rem;top:45.5625rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GD4r6WfTomqTv6EvtMkn4GaT5fxT3MT4 { top:55.25rem;left:17.4375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5E5cxeBpEpa2D5Wbd2ppAHh5aIeC6qE { top:55.25rem;left:0rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmLVbWKvWxtpPJbIAwdeAGhDEmMZx5tQ { top:55.25rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNr5sWniP9KxvOA6MDT8U5I9CmuIx0q6 { width:8.75rem;height:2.6875rem;top:56.9375rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANsaPssIPI2TgRWLA0AA1eFO96t1Ht69 { display:block; }
 }@media only screen and (max-width: 763px) { #uQPkAKIpBfnr74xqMTrFNgT19aLQBecP { top:48.25rem;left:17.8125rem;width:12.5rem;height:5.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FropMyQXwoeJB3Wy7fTAbL022PQoT1wZ { top:48.375rem;left:0rem;width:12.5rem;height:4.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7GzU3Dii4z1Vzq901Flt9N5AThAd1hg { top:47.75rem;left:35.25rem;width:12.5rem;height:6.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgGhikZrCJcMKsLqFQBiUp3iZE3nAXW8 { top:50.75rem;left:17.0625rem;width:13.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0UVmGlToMem2VuITvx7Ik21ILNu4Ani { width:15.0625rem;height:13.8125rem;top:68.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIcstX0gmauuSlQkdbWTJmU2flkTfZqu { width:15.0625rem;height:13.8125rem;top:68.5625rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jls34ohR4l32h0DXN6GsTuWvrl0H1Sxi { width:8.75rem;height:2.6875rem;top:79.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAxkTUwFPKznVsqaXZvVG9K9PplOOK6E { display:block; }
 }@media only screen and (max-width: 763px) { #LHZa7wcBF5igfUpZ2zUGJHHcir8IJNCM { width:8.75rem;height:2.6875rem;top:79.875rem;left:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMxN0dw5qBgNTRa8uDpmuLhbi2SJlBhJ { display:block; }
 }@media only screen and (max-width: 763px) { #PuAI9EzPfgB06zTMJ7bisKiBeOm9TqD5 { top:78.25rem;left:17.8125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mohsWybTRhN9O3MQxlTkJXQssFKkBl0f { top:78.1875rem;left:0rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pE49K8kBP3TRRZTPsLvlplc3LyTm6bq5 { width:15rem;height:13.8125rem;top:68.5rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cO5BgCmg2rS9r6sGbmLP5lgJoqaf5ruI { top:78.1875rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #la9IwBh9p71iAN5T6cFb3T0HfeC7ME5S { top:72.8125rem;left:18.248916625976rem;width:12.5rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8RpnTJnzfD8ARO3xsif74uinWhvGo0P { top:72.875rem;left:0rem;width:12.5rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwXA1qnbewT0LT36Ltxq8WeUsVTzIboq { top:70.3125rem;left:35.25rem;width:12.5rem;height:7.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0nslfTq1tbEASdccLnUb9Q6E9f52Fwn { top:73.75rem;left:17.4375rem;width:13.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5WPfQ3kgEClwCuxsB7gZ9DTsilUPlqE { width:8.75rem;height:2.6875rem;top:79.875rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #loD1uUaJdcWI9DB7keuyXphfGTzrkMcO { display:block; }
 }@media only screen and (max-width: 763px) { #KkotemIzQCrPW4QMrRKkPdHz55zEPLMe { width:8.75rem;height:2.6875rem;top:50rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gOORLXSop27EdWxMgk80nND0HTqT0vdw { display:block; }
 }@media only screen and (max-width: 763px) { #qDe1aKMyiuJgT7TFNpMe8WXK2Wk5wWKd { width:15.0625rem;height:13.8125rem;top:132.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #APsvd5b4pnBNlIyAXHrk7cVOnihLBadA { top:142.0625rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJWe8oCO77uNuFl75efcrlTq88gpadix { top:135.9375rem;left:0rem;width:12.5rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRstyw5c08w54fNLiTzPuSZab4AeVoL7 { width:8.75rem;height:2.6875rem;top:143.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xs87tSbBVpMun5Ic8d8CZoDNEenmF7xS { display:block; }
 }@media only screen and (max-width: 763px) { #lwhAMC9X4CSo0zBFzqAkEqbORsQiPn7n { width:15.0625rem;height:13.8125rem;top:132.4375rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #keNVKSmA0gBlhkpeJ7pEy1PDCDFeqSF1 { top:142.0625rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0vdiMo196vvaMHhoMiLsXaRukqmXwD2 { top:134.3125rem;left:34.4375rem;width:13.3125rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpMtsXTgp0p83fnTu29SHAVpm2v1vB85 { width:8.75rem;height:2.6875rem;top:143.8125rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #AD3OKXBWFvMr0HIR0wzt6KTsuEgRUGmR { display:block; }
 }@media only screen and (max-width: 763px) { #gTuLELIHe2ZU9Pe7507tAfiR48rZ7xhB { width:34.0625rem;height:3rem;top:7.9375rem;left:6.8111972808837rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9sxLJ3f0aQTdnFTHAFO3KN1d83tJdm6 { width:34.0625rem;height:2.875rem;top:63.5rem;left:6.8111972808837rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lG2UfEFZzRLUWNp5ezbaTh5ixzo0pTJn { width:34.0625rem;height:2.875rem;top:148.9375rem;left:6.8111972808837rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQ2SBTNXJWgFphIeEXvNt6iBhVUG5vZl { width:15.0625rem;height:13.8125rem;top:153.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCynALJAiTDVH10xqbKv34wk8Ag01AOV { top:156.625rem;left:0rem;width:12.5rem;height:5.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5uRZRE1knkVMgRyxz2DSUK6SeZGrNPO { width:20.75rem;height:17.945684883577rem;top:158.8125rem;left:20.936634063721rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyPouC09XB9LALTwavL7L1bizl7qCdpJ { width:15.0625rem;height:13.8125rem;top:153.6875rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qe8HWBoBqLTSqUEZuWkAV99B01MG6kmr { top:158.875rem;left:17.6875rem;width:13.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KciHA5VFNmiSwCE3BTcH0z0uH9nuNnE0 { top:157.3125rem;left:18.4375rem;width:12.5rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqNK7xlJpIEXb4ntphxfvBogZMeky6mo { top:163.375rem;left:18.0625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dw5lvo71cWgD5pdwMR3gWrFXzS2GRiT8 { top:163.375rem;left:0rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ptced1K9AiKC8QUlAT1UzOoE4Buxu3B3 { width:8.75rem;height:2.6875rem;top:165.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLWmnSmk8EbJw2DOUe0oI3TXTIChm8Tf { display:block; }
 }@media only screen and (max-width: 763px) { #UPIOSVhCibIVOHvwWuxBFome2R1sDpe6 { width:8.75rem;height:2.6875rem;top:165rem;left:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QF933E5kvt2k3OwcZdE9twAP0sGytD8c { display:block; }
 }@media only screen and (max-width: 763px) { #dumLgpaz6nli8PCaxsxxS0IgBeVlrP0F { width:15rem;height:13.8125rem;top:153.6875rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Azchr9XxArwgz6uxbBiPOTIux10TO7yO { width:15rem;height:13.8125rem;top:169.8125rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQdHNVMqaBxvUowN7kr7T5xtH88huN7H { width:15.0625rem;height:13.8125rem;top:169.8125rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PETGi26qocNFDHIub3qTUfP04TvHc0qr { width:15.0625rem;height:13.8125rem;top:169.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIfuTQ25PSvoH5bwrHXbQ9xrs4sL1nNu { top:179.375rem;left:18.0625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4tTvOcTMJyRnpryMZPw8dJV7o0TZHsG { top:175rem;left:17.6875rem;width:13.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xspSaKOWmdxILfXEaCLbNAZcETV7oyoC { top:172.5rem;left:18.25rem;width:12.5rem;height:5.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmxKT0cMbgW29IRItEcxeigiD34oyFPd { width:20.75rem;height:17.945684883577rem;top:183.3125rem;left:2.8734798431396rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmvIFKrqPIPGK6hIeeolgB5Fay78MzdM { width:8.75rem;height:2.6875rem;top:181.3125rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6eJhdf5NEzxC52TiEQeAc6PnGI4peTp { display:block; }
 }@media only screen and (max-width: 763px) { #CPI3Q84TTvK5T6NPz2oVZRzT3KrG86lv { top:172.5625rem;left:35.25rem;width:12.5rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqgwqyCxm5OVS1UmlVfVgJcmQTWuuLOS { top:179.375rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkZLttS5JWBqyyyeO1pPbCsbzyuBGJtO { top:163.375rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPH6sPS6qMerDBGePrU12O7FMFBk7cHv { top:155.875rem;left:35.25rem;width:12.5rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsveTeHII3ARrwvTBnWc7nhlo3Kb6oGC { width:8.75rem;height:2.6875rem;top:181.375rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5x6GNQGUtQ75iDnmM1lTrrb6aR4X7qZ { display:block; }
 }@media only screen and (max-width: 763px) { #ZfNEnhlvSbvaTUUHdpglmgwH1hDDLLyN { width:8.75rem;height:2.6875rem;top:181.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuOUubv7i8OQ9vIRIG140s8g9J13F0rg { display:block; }
 }@media only screen and (max-width: 763px) { #elql74T0y0q9oNr2eLcuPq9uNidnCmV3 { width:8.75rem;height:2.6875rem;top:165.0625rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTCsQdTSGCIJE8iNf5hJQALcrF94y2Ir { display:block; }
 }@media only screen and (max-width: 763px) { #B0GkT7pJApsdU8dKhFlQ3p4p3ABti0Rt { width:15.0625rem;height:13.8125rem;top:185.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKvvpa5gTpSsLCXTvFzq8uETQT7WkN5q { width:15.0625rem;height:13.8125rem;top:185.3125rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eg90T1agBwHgXgxTpvUAd61wW2JasiU0 { top:188.8125rem;left:35.25rem;width:12.5rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsJvqL3qU6NN5SoVDH9r11Lux3rrfuPG { top:188rem;left:0rem;width:12.5rem;height:5.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAilGeluTD0qLEuZ8J1FFVEmgbV2ckXE { width:15.0625rem;height:13.8125rem;top:185.375rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRBkX42sC7UZaUxnTF8KmpL7C52mkdVa { top:189.4375rem;left:18.375rem;width:12.5rem;height:2rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyKgVOnZnMEl3KXnyTABSRb7dQTtdkvU { top:194.8125rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrR0mKtbJMzkMtnGVbrOUBze0HQOrmHT { top:194.75rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3B8LqfO7lIugoeHUtGT0ngLNAB8edEU { top:194.8125rem;left:18.0625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtQs9UKs9aCdsinNUyzshefhyseWNyZv { width:8.75rem;height:2.6875rem;top:196.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6bPvM6rEqrtIB2GAEQRCCV3VPsriG6c { display:block; }
 }@media only screen and (max-width: 763px) { #Q8JdvSrXt4r2o1RJqnlRFQ3vK7f1XxCZ { width:8.75rem;height:2.6875rem;top:196.6875rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHhTbNMG5PJhKue7wmAyXVM39DrwJokT { display:block; }
 }@media only screen and (max-width: 763px) { #iWJHpdSMv52xwNvcE0QRZL7OI2nW0tzQ { width:8.75rem;height:2.6875rem;top:196.75rem;left:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fl6BzgkLUPp2MnNa0VtPfyfkmoAHwvnU { display:block; }
 }@media only screen and (max-width: 763px) { #GppvXisgWwSZqmz5JN4zgaTHtKQEt1Vy { width:15.0625rem;height:13.8125rem;top:200.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVo8JpSi3hFqyN5zCeVGkJu1xIOUblfX { top:205.875rem;left:0rem;width:12.5rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6tTvLsZX27yISq9DEuE8oRwwJssNlzy { width:15.0625rem;height:13.8125rem;top:200.9375rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDNbg9S7nv08Cv9rlkGzIBGTGccTPKzM { top:204.6875rem;left:18.3125rem;width:12.5rem;height:4.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOzZSPsiyFyNnbudsIwr1qNq54Ha2k4u { width:15.0625rem;height:13.8125rem;top:200.9375rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXE7aSXR07RTyCRTzessVzS67hy8li21 { top:203.125rem;left:36rem;width:11.75rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hK6OXxw0hrHUTdOIB0exklktqlwpJhB0 { width:8.75rem;height:2.6875rem;top:212.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Za1eHKw5NMMNMJetoZngKwE4iwDlbOki { display:block; }
 }@media only screen and (max-width: 763px) { #vlEZSuqlWmi1UuTTcllUbwntgbxf1VQN { top:210.75rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cADc29B86s31nW1C1rxmWr7p3s3ADtqF { top:210.75rem;left:18.3125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGuQT9TJiXuZZ7Q4qTepBHzEcvhJEHPu { width:8.75rem;height:2.6875rem;top:212.375rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCKG7hJqVlGrqcLFkkMif8Rzimn5Iy5J { display:block; }
 }@media only screen and (max-width: 763px) { #SZ3qfWBn3zZSLD9Jpg8LlOJRxi05laRx { top:210.75rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZuRDkn19PniBZSwZ2BWF02fnwpaFlQM { width:8.75rem;height:2.6875rem;top:212.3125rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5S61Pc8XD3WUF7byfF7fnfX6FHmGpOB { display:block; }
 }@media only screen and (max-width: 763px) { #MU59w7lAMdgkl4xpQU6oMiVDaM0nPlXL { width:8.75rem;height:2.6875rem;top:170.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hf8OxV8wtaVAcsZknItEZ9Z2VvoPCpLy { display:block; }
 }@media only screen and (max-width: 763px) { #z1UvdatLzpWtTTwJMkWK4JzbKpzzViwL { top:172.75rem;left:0rem;width:12.5rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #slWkZGq6PpEFduas9VOWbTx3qSWvdiwW { top:179.3125rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvpJhl8ypgB9wfM3A7ZONuTir8fDfuEG { width:8.75rem;height:2.6875rem;top:260.125rem;left:20.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AVuHek57igCFeTTL0kw8zGUHJvobxdB7 { display:block; }
 }@media only screen and (max-width: 763px) { #JD2ZPoHVXhb9ZFzlpLb032cqGcspCihp { width:27.5625rem;height:2.875rem;top:217.3125rem;left:11rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVBn9zIzBCFstoACJ2UfvKMu2cvbAKuD { width:15.0625rem;height:13.8125rem;top:221.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvmTdW70ooq8tGC2ceF7Pw41mnqUXv2w { top:224.5625rem;left:0rem;width:12.5rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHzsKLad3dC03fUR3GS7ZLCihtLQOWEp { width:20.75rem;height:17.945684883577rem;top:229.375rem;left:20.936634063721rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdUPReUKwZDv70CeTB4wd8FBo9DGskIB { width:15.0625rem;height:13.8125rem;top:221.625rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwA16wQciT57FXm9vffXs5lIiKQNrSFv { top:226.8125rem;left:17.5625rem;width:13.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuZ9sikeKXiw19yN11bSizUGIx1RsmQ6 { top:223.3125rem;left:18.125rem;width:12.875rem;height:7.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6xOvlQyUmzKXBnlPAihCIn7knM6rNUG { top:231.3125rem;left:17.875rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqStw315hG87FJKWbOw64RU1baeiXKiT { top:231.3125rem;left:0rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZsM6AppmP6i2KzGmdZDUTXeVmzwMv4r { width:8.75rem;height:2.6875rem;top:233rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vW67JrM1B2M6Qi5wZw1hirI1RNL1PCGu { display:block; }
 }@media only screen and (max-width: 763px) { #cB6HPsMJSM6BrFJQhHwsEXnVwXKn882I { width:8.75rem;height:2.6875rem;top:232.9375rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6VsD1dtnRAOU7kRrLWA5aIyRQZ7lFoV { display:block; }
 }@media only screen and (max-width: 763px) { #Uz1EoURopoCJkhXkphXdxK0ap3bTTv3r { width:15rem;height:13.8125rem;top:221.625rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSq3t6yXT37MdeRWyoqLd6IvDcGOV9PR { top:231.3125rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZTqoBRBVUeztbavkdyWTsEIozux5mET { width:8.75rem;height:2.6875rem;top:233rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFBLsXUALTT9QJEuksRHmdekSAyl1HHM { display:block; }
 }@media only screen and (max-width: 763px) { #FHsPmJBnvTQSsbMQglp5CV9GTC6KrdxL { width:15rem;height:13.8125rem;top:237.75rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHb7SzC35QQsmS7lbWKTk9hTukyHrBmT { width:15.0625rem;height:13.8125rem;top:237.75rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWTSK0sqFt2pUMxAhwIwE8ks98U1UWOo { width:15.0625rem;height:13.8125rem;top:237.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSGaTrLrUrlubaWnnrJilhwcQMX9KiBD { top:247.3125rem;left:17.875rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4C6UogO9CcMnVP1W9DwGNu29aoiDOQR { top:242.9375rem;left:17.5625rem;width:13.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbIV77tKgncue9gM8QQT9QWfIL2nVBN1 { top:240.4375rem;left:18.0625rem;width:12.5rem;height:5.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3sB6T775kCbxo6W4MUpHzo8mdvdt6OG { width:8.75rem;height:2.6875rem;top:249.25rem;left:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n56ISNbDDzNaEOJuypHZaT8bQB42XCZf { display:block; }
 }@media only screen and (max-width: 763px) { #XTzAaip3hRHPoNequz1qMZafEJFsHSJ9 { top:240.5rem;left:35.25rem;width:12.5rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XH7cAJOmxTJeJdPEuew1TT4Tnpyw406Q { top:247.3125rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6MLqwVJ51D65lN0oKl2muuD3vzRP7Q5 { width:8.75rem;height:2.6875rem;top:249.3125rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdNUnTiSsKBbNkh8K0i3XTeVCHgSt3pc { display:block; }
 }@media only screen and (max-width: 763px) { #SeDOm8HqQkldoeUT05SMncso8MXz5ltE { width:8.75rem;height:2.6875rem;top:249.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8utZKhnbbLxSzGT7wtZDseU0pF9TFgM { display:block; }
 }@media only screen and (max-width: 763px) { #esdSMeZlivbiufSXbhs8ruXRQzmh5L2V { top:240.6875rem;left:0rem;width:12.5rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJU1f27EdhuBzd6P1t4b5JTxdC3cmUBX { top:247.25rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FET6r4iHI3cmAXARD8qZm86i3uKrRVDR { top:224.5625rem;left:35.25rem;width:12.5rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDcne9JNLTv6TL8VzFgAfRlf1rCN675v { width:27.5625rem;height:2.875rem;top:254.5625rem;left:10.060981750488rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzcr98L0vTmFFlyVngPN6WU4pcJ0UcMo { width:15.0625rem;height:13.8125rem;top:259.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCCk293gJIUoQGZBV8VHFFqyptxAHTqq { top:260.5rem;left:0rem;width:12.5rem;height:7.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJemvzDFaDUtQqfc19MMWLVqrfrWvR0H { width:20.75rem;height:17.945684883577rem;top:259.3125rem;left:1.6234798431396rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOhKvqmOuZoGRkeGsyIfPtbfUi4TaoxC { width:15.0625rem;height:13.8125rem;top:259.375rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8zoTZm73Q4Veh0mrqf2Mh1KOTSqOCWw { top:264.5625rem;left:17.5625rem;width:13.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6c0oVrm14XXhRV2rEGpnP6d9c8mwWI0 { top:262.0625rem;left:18.0625rem;width:12.5rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2IAL0Eyt1lFTDWtXgTlHyBPy4zTg1tv { width:15rem;height:13.8125rem;top:259.375rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJB9K65Sd0TIEOAt8LVKyzTSsd7JuBAW { top:268.9375rem;left:18.1875rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoGbOduvgMIgshFskRfEJ5QVz0L9H0Zs { top:262.125rem;left:35.25rem;width:12.5rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsgeucsKXEnz8ypWsTg1e2FoOoRtpUmP { top:268.9375rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p40afTaG77cr3XUp68cG6Le2gSqTM7ct { top:268.875rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4k15il1LgHeghKJeJQ2rBWvscS3lpKT { width:8.75rem;height:2.6875rem;top:270.875rem;left:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKUQOVf7UUMlkETEu65Wh2CV7wcrCp1g { display:block; }
 }@media only screen and (max-width: 763px) { #TOhPuiJueGDlWAPlcIggV5V4unB4PCJo { width:8.75rem;height:2.6875rem;top:270.9375rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSvXeemtnhlq1seIcTzWIIQQpQbmib9d { display:block; }
 }@media only screen and (max-width: 763px) { #Wt9T6ex2d7lMo9ilr9EOt65sDulG0HDt { width:8.75rem;height:2.6875rem;top:270.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWlIswxkOErJ7PlHbOzpQabpb3f4NEpW { display:block; }
 }@media only screen and (max-width: 763px) { #usu3uCDmrRTD9dwH75mVUL8pq5Z2hTQE { width:15.0625rem;height:13.8125rem;top:313.3125rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAhAFANLlLk6y9rDDbMZTgKVvyNNUl6M { width:8.75rem;height:2.6875rem;top:324.8125rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #maggTa8FS9y3zZJB175CplpvRc0GSkLB { display:block; }
 }@media only screen and (max-width: 763px) { #EJxATweN3WBUu4R2QJZXAsVy7LVN32IT { top:322.875rem;left:18rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmu7if9OLnMBw9iEhDbEL4PCaDVGZXgw { top:315.5rem;left:17.4375rem;width:13.625rem;height:6.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRX9bbMfbT42bo7mHr4txTE87x1BJxJv { width:20.75rem;height:17.945684883577rem;top:297.5625rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KovnfhxbqHTH43MqK7fprHdTdFblsIJO { width:15.0625rem;height:13.8125rem;top:297.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOsuo4GN6yU6Ttpq0WMJZTTqViCfQU7z { width:15.0625rem;height:13.8125rem;top:297.5625rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJMWy5rExLGOm5UbyhfNRNREtR6LXZML { width:8.75rem;height:2.6875rem;top:309.0625rem;left:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #B23hM7p9LZZKcHwnOTSkF1x88czRkc1S { display:block; }
 }@media only screen and (max-width: 763px) { #rFD9mVZHrUrefUVQzUPhqKUCucPwqPCZ { width:8.75rem;height:2.6875rem;top:309.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ro2P8qVJHt9aJEn94Lu4QGTqkmBKSrC4 { display:block; }
 }@media only screen and (max-width: 763px) { #gQ95sgTER5LoIhD8Q4RZTN1pQqssft2p { width:15rem;height:13.8125rem;top:297.5625rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsETkp5KIgnkPbckCDLXOEqZsM48uckU { top:307.125rem;left:18.125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFw276TpOsVZ7e6iD1uNZQHtaN73LTb2 { top:307.0625rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOl8HQKxvVHfsRqzUtoDH4QP6iVVXRKk { top:299.25rem;left:0rem;width:12.5rem;height:6.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7vaTenCrVFMQKWkzzlTc7FmSB9CiTei { top:301.875rem;left:17.4375rem;width:13.625rem;height:4.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAAZhIgJVp1a5qptJ3nuNeaA61ed6Jrx { top:300.4375rem;left:35.25rem;width:12.5rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndNQHRRObc2l3FZnwGkOlIRTyCstrB60 { top:298.8125rem;left:18.0625rem;width:12.5rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hk7XdJCoEz8hBizLXEKA16wpO4f3zPHJ { width:15.0625rem;height:13.8125rem;top:281.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiIXZc6oc5IkvxgWtnJ4k1W9LiiKvQGO { width:15.0625rem;height:13.8125rem;top:281.5rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zExFa5pWrQ28MVdQvlBMIwWeKqbqhTNd { width:8.75rem;height:2.6875rem;top:293rem;left:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHeh36w0SeAReeA7XefvNVlGnLVTNVZo { display:block; }
 }@media only screen and (max-width: 763px) { #DlnoUBQuPfB55pW01lCuC4OCmBRZ4IaQ { width:8.75rem;height:2.6875rem;top:293.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCPecJ4y26B4X5c0L0JCQFqCipi3ebCU { display:block; }
 }@media only screen and (max-width: 763px) { #oFiaxVbxaSRF1nwCMb8uG5Nc9xRPe0Vr { width:15rem;height:13.8125rem;top:281.5rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGarxTfKZ27GfllEyNALsTUAUNTVXqdw { top:307.125rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqSa9R4R3TdFbGuecckMB0VwGuCf7WuT { width:8.75rem;height:2.6875rem;top:293.0625rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThXWU0Brzk1iJFRyz2EOwvTDu6zwTxtR { display:block; }
 }@media only screen and (max-width: 763px) { #kati0ZEGX6JuTmKd1xTVJempEsGO9vsM { width:8.75rem;height:2.6875rem;top:309.125rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTwCaXsDmf70gXRqwEV0Eqtu9PdT3QT1 { display:block; }
 }@media only screen and (max-width: 763px) { #Ry262Iqb4E8CwsipBtSdkX1SfdGeflFD { top:285.1875rem;left:0rem;width:12.5rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O42I585NWo0n1ZJ6yn5qF8eQiwIkTxiO { top:286.6875rem;left:17.5rem;width:13.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXD7ecC12fJS6vlGxFy6swn89U4pUgUJ { top:286rem;left:18.0625rem;width:12.5rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykexk4bl8lGb45coWnnJNv7lQLb8pLJ2 { top:291.0625rem;left:18.125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtOB6Ty4yAp7XQGbg6bolPCq129z7XBT { top:291rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBThzQDpWhrdfgfyDQ4hTwTrRXMV1F5L { top:283.1875rem;left:35.25rem;width:12.5rem;height:7.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfCzeQaxX6ul1d0ICWyNJlZlC8VxbXI9 { top:291.0625rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFGEAJMTBalVZ6EnwzNEAKbE9Q1B3xBb { width:28.9375rem;height:2.875rem;top:276.3125rem;left:8.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tawVphXKpbNF9oWTZzN8r8AynfTgzWT9 { width:28.9375rem;height:2.875rem;top:330.3125rem;left:9.3752174377444rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTEOHQpFZ2A6XrKuscH2sm4tMgs4dnaQ { width:15.0625rem;height:13.8125rem;top:335.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkyqT57nuwkK6RbLqAglBGumvZh4UkAm { top:337.75rem;left:0rem;width:12.5rem;height:5.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DU98HBqEdKeDnZW03CR4vXTvsSsfhUcz { width:15.0625rem;height:13.8125rem;top:335.25rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsBaFIdgvuUPtmxfQf4vzGbtbsLvWLGh { top:344.8125rem;left:18.3125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZHrJGu7BTixgRJOeOeRiaeqiqi89gRL { top:344.75rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yX4edo3spAqPWdrLqi86SUk5M1EtwHsM { top:338.3125rem;left:17.656467437744rem;width:13.625rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T77TOZDsh5SlqcInDnJmIP47BrO9hReC { width:20.75rem;height:17.945684883577rem;top:335.25rem;left:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLSbXUHEeLbno3EvuzyxST8ylZC5RI7F { width:8.75rem;height:2.6875rem;top:346.75rem;left:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdpvhGyS5ffc474ivB8Tly2HH7THn1Ph { display:block; }
 }@media only screen and (max-width: 763px) { #HgdDWHTQmWe1LOOSVVmp3iu3cOE5QTdE { width:8.75rem;height:2.6875rem;top:346.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ke2Of5EW3ENhfZhv8ygL2deDSFlLbb8W { display:block; }
 }@media only screen and (max-width: 763px) { #wpHefB4PsRvxQXtWMknePUpBSy3ApLI9 { width:15.0625rem;height:13.8125rem;top:357.1875rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3iRgML8RgGobyJdD8pDamxN3roEIxbm { top:360.9375rem;left:17.656467437744rem;width:13.625rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFWJPVRu3wu7nKPTKrrknamEH4SVAEuv { width:15rem;height:13.8125rem;top:335.25rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLSc3UVyuNkedCyhcTWIhckU3n8uhd8c { top:336.0625rem;left:35.25rem;width:12.5rem;height:8.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQRaTKmUyTTs65ANfryLHLrmATZvzL35 { top:344.8125rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipigPPTe1rIkdQoh1STUaMQ6OhVNrf0P { width:8.75rem;height:2.6875rem;top:346.8125rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKR7OlLJqxKlZiJdGSDcmusc12XhK8eu { display:block; }
 }@media only screen and (max-width: 763px) { #fprI20dp3GeTqVvyWizKESO2UASf9kpr { top:366.75rem;left:18.375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ey5M8XokoBfPxmM5TTMRdbXZevi8VNUm { width:8.75rem;height:2.6875rem;top:368.6875rem;left:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDeTdZ1MmqBTC1CZbDLr69nUmChKIhOW { display:block; }
 }@media only screen and (max-width: 763px) { #eD2XdneaRIMfxCWC1czfJSsuHC3dBSIs { width:28.9375rem;height:2.875rem;top:352.5625rem;left:10.000217437744rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHm5ZaIWPUTQ3NIqziMEe1JaCHMR58Sa { top:30.25rem;left:17.625rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUwCSG3m0fE2neKVI53vI8lu4TPtXRV1 { top:298.375rem;left:35.25rem;width:12.5rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmigNWZGcikr9L7sI7UI6oUtQvuVU8Aq { width:15.125rem;height:13.875rem;top:133.1875rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGCfCwoCk6yIf8HUctCtQvmWtGTmBF3q { top:137.125rem;left:17.5625rem;width:12.5rem;height:2.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7H7RI0BWzMqeQJhVtSZdrKJ7AGxhbGT { top:142.9375rem;left:17.625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yV7JcdRUsCc2aKO0GTBzEn2wmxTFXurW { width:8.75rem;height:2.6875rem;top:144.625rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QX3WntJeb5Taeo7KgTpuvNzDFLOkpElI { 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) { #IqhC2C9MssvksTAqX7bnciRGVV4uTnUv { display:block; }#IqhC2C9MssvksTAqX7bnciRGVV4uTnUv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM { display:block; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3dqLJbL6KSHDnWOxRpKkGc0pJaZkLE1 { width: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:20rem;height:2.6692954769501rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMPh9q7yTATvII1GDvpet2tCgc7xcbTo { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #eb97af, #ecb8c5);background-image: -moz-linear-gradient(180deg, #eb97af, #ecb8c5);background-image: -ms-linear-gradient(180deg, #eb97af, #ecb8c5);background-image: -o-linear-gradient(180deg, #eb97af, #ecb8c5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb97af', endColorstr='#ecb8c5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb97af', endColorstr='#ecb8c5' );";background-image: linear-gradient(180deg, #eb97af, #ecb8c5);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:57.1875rem;position:relative;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.99978125rem;height:1.99978125rem;top:4.8111982345581rem;left:8.9984808564187rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozDkb49G8greBVcZpuIl57EKHtf4ryNQ { width:6.5625rem;height:2.375rem;top:10.248481750488rem;left:0.75rem;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #xwP2kIcI67SH7c6ZZkf8Ns5vTXGJ7tZl { width:12.1245625rem;height:1.7068125rem;top:7.4359817504881rem;left:3.9366322159767rem;font-size:1.3125rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #WbhRUHKWrMlTlc7uNKTKXmVtSA0aSrIC { width:7.8125rem;height:2.87435rem;top:9.81033039093rem;left:11.819444715977rem;z-index:100097;display:block; }
 }@media only screen and (max-width: 763px) { #tmGE4wi1eIuFIQl3v82M6m65KZJi335B { width:20rem;height:0;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:none; }
 }@media only screen and (max-width: 763px) { #KCJALSmOmKuMZWoOstERO0TzCWHiC5Td { width:12.4370625rem;height:12.4370625rem;top:44.749349594116rem;left:3.7803822159767rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mr0lJIiC5omPuOtMGBdgOonatnOoS5Xl { width:20rem;height:3.6556rem;top:0.50780868530274rem;left:0rem;font-size:0.9375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #ICSpEmN8PKdmPPpGOLpACQuES3zBzM5L { top:9.9370670318606rem;left:0.5rem;width:6.9375rem;height:2.5625rem;z-index:100002;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #U1T5OxEK41moVmvrT3q85b9dfVsgEsOt { display:block; }#U1T5OxEK41moVmvrT3q85b9dfVsgEsOt > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SyQ1DI7ibAA2XlOkpQol9XgBIiI4FzdA { display:block; }#SyQ1DI7ibAA2XlOkpQol9XgBIiI4FzdA > .row .container { width:20rem;height:898.31253051756rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZcSHpfQyQVZqPq00eAtZI0i5aTzgTVdH { width:15.1248125rem;height:13.8748125rem;top:305.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; }#ZcSHpfQyQVZqPq00eAtZI0i5aTzgTVdH.adaptive-delivery-prevent-bg, #ZcSHpfQyQVZqPq00eAtZI0i5aTzgTVdH.lazyload, #ZcSHpfQyQVZqPq00eAtZI0i5aTzgTVdH.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #QcSO6ATVGP3V1OZWOwm5sRvptNehXSRh { width:8.75rem;height:2.6875rem;top:316.9375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGoBffWb9QlkXJGQskB5Pq2yDveWgqr7 { display:block; }
 }@media only screen and (max-width: 763px) { #GKfCdBm37XO5sOgUwBaHMBpJD16Tvls6 { width:15.0625rem;height:13.8125rem;top:290.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; }#GKfCdBm37XO5sOgUwBaHMBpJD16Tvls6.adaptive-delivery-prevent-bg, #GKfCdBm37XO5sOgUwBaHMBpJD16Tvls6.lazyload, #GKfCdBm37XO5sOgUwBaHMBpJD16Tvls6.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ppyHZWMfBpdsEHNgtcNsGdoKQI7TKHeT { width:8.75rem;height:2.6875rem;top:301.625rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKpgmMfANRlkIS17tDw4ccb8UyffTudh { display:block; }
 }@media only screen and (max-width: 763px) { #fyooeKHmAWU1cIPGs3r8vOU7SOLXr10U { width:15.0625rem;height:13.8125rem;top:274.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; }#fyooeKHmAWU1cIPGs3r8vOU7SOLXr10U.adaptive-delivery-prevent-bg, #fyooeKHmAWU1cIPGs3r8vOU7SOLXr10U.lazyload, #fyooeKHmAWU1cIPGs3r8vOU7SOLXr10U.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #RiqOtTsRGMlLlc631C0Sx22HKT31b8m6 { width:8.75rem;height:2.6875rem;top:286.25rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xpp1zqBUJFgAevihl2JT4gxXg4kAGUNI { display:block; }
 }@media only screen and (max-width: 763px) { #cAwQThmk64vETQnwmEvSKPmio5dw2MLQ { width:15.0625rem;height:13.8125rem;top:320.9375rem;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; }#cAwQThmk64vETQnwmEvSKPmio5dw2MLQ.adaptive-delivery-prevent-bg, #cAwQThmk64vETQnwmEvSKPmio5dw2MLQ.lazyload, #cAwQThmk64vETQnwmEvSKPmio5dw2MLQ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #TpU17nBodaL7CGgZa66u0FViqIuN3pmi { width:8.75rem;height:2.68663125rem;top:64.124347090719rem;left:7.5694447159769rem;display:none; }
 }@media only screen and (max-width: 763px) { #UeMUpzklEzk9CeKTSuQHopQbhSO9Mpmf { display:block; }
 }@media only screen and (max-width: 763px) { #CUEITvEq11AG2R5UUfap0WODrtxm80Tn { width:15.0625rem;height:13.8125rem;top:197.375rem;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; }#CUEITvEq11AG2R5UUfap0WODrtxm80Tn.adaptive-delivery-prevent-bg, #CUEITvEq11AG2R5UUfap0WODrtxm80Tn.lazyload, #CUEITvEq11AG2R5UUfap0WODrtxm80Tn.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #oiFE8ZM6bPlTgeZW132GdTaFOJP87Gwp { width:8.75rem;height:2.6875rem;top:208.75rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJAzm2IgMlsVRfAqkLS5HLHuozSzNSgG { display:block; }
 }@media only screen and (max-width: 763px) { #WUOeUMpWDJbWJiHiKWsIIW24xM5Waads { width:12.5rem;height:2.03125rem;top:279.3125rem;left:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPhGWIDNKdfxIPi5wBEUFJPk3iAgnyuw { width:12.5rem;height:1.7068125rem;top:283.625rem;left:3.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0TlaWpsnWrae1hczlRy7i1t1fLPT0zl { width:12.5rem;height:1.7068125rem;top:298.6875rem;left:3.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TznFz4h2CTvPhBlxRfgeqM8LpXLKaC52 { width:13.2498125rem;height:1.13606875rem;top:295.5rem;left:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0TT0XVsDel1I6T0LofcsDVXNOSKMLUL { width:12.5rem;height:2.11263125rem;top:294.8125rem;left:3.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QE820T74ny0vPqTok9v5fbkV5oKbVOJ7 { width:12.5rem;height:3.73698125rem;top:308.6875rem;left:3.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4wvTRo3lQomla90eong4t4iEJZwCHTA { width:12.5rem;height:1.7068125rem;top:314.375rem;left:3.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQEiE8lx6g5nrteIq96HsMWfZNmixJLN { width:12.5rem;height:1.7068125rem;top:206.625rem;left:3.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoikGJr1FliuLprKuFRklgmWgrvQzWFA { width:12.5rem;height:4.0625rem;top:201rem;left:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfI5DSNlgT94POB8X0zf43ZMXdDEOpEV { width:12.5rem;height:3.73698125rem;top:323rem;left:3.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0rrNt6xTiIW3Ku7IwOKnZHbDq3XxXVt { width:12.5rem;height:1.7068125rem;top:329.3125rem;left:3.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFWwkqh3N1S9TQ054eDiLWmbtgDxt2cl { width:15.0625rem;height:13.8125rem;top:213.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; }#cFWwkqh3N1S9TQ054eDiLWmbtgDxt2cl.adaptive-delivery-prevent-bg, #cFWwkqh3N1S9TQ054eDiLWmbtgDxt2cl.lazyload, #cFWwkqh3N1S9TQ054eDiLWmbtgDxt2cl.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #w4oNeXb1KsyZTBi41kkrIx7ZuQVT9gCO { width:12.5rem;height:1.7068125rem;top:222.125rem;left:4rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lENk4qUKEhI7hWHrisqna03KVe146e9t { width:8.75rem;height:2.6875rem;top:224.9375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VE3x2O1GJtVRVCm2V67eaEBMpt4DuLsd { display:block; }
 }@media only screen and (max-width: 763px) { #MNbmo8oWC7hVmy0RxgIT4mGidw4f7lhW { width:12.5rem;height:3.73698125rem;top:216.5rem;left:4rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UU8dRNa2f7sgHmONK7zdW7IVBQ6F3vLy { width:20rem;height:17.2949375rem;top:145.14757156372rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceyTHpxOCcRGfSoLTVNxaUUllOWmixr4 { width:20rem;height:1.8684875rem;top:0.74652671813963rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;z-index:100088;display:block; }
 }@media only screen and (max-width: 763px) { #PiJLPILtJ3AM7H2Rm7pMQuWKm5dTPEJb { width:15.0625rem;height:13.8125rem;top:228.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; }#PiJLPILtJ3AM7H2Rm7pMQuWKm5dTPEJb.adaptive-delivery-prevent-bg, #PiJLPILtJ3AM7H2Rm7pMQuWKm5dTPEJb.lazyload, #PiJLPILtJ3AM7H2Rm7pMQuWKm5dTPEJb.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #KgiC33FhqLKsUG6aq76QRsNNv4GGJRQg { width:8.75rem;height:2.6875rem;top:240.25rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIwI23FXz2XmwKLRiLTFwd1Rf64EseAr { display:block; }
 }@media only screen and (max-width: 763px) { #LOcatQaXH84VkDKuw8bTvRyoHuZaoetC { width:12.5rem;height:1.8684875rem;top:232.875rem;left:3.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTArQ6AO15DVPN7ceblPsItUrFEz47WU { width:12.5rem;height:1.7068125rem;top:237.4375rem;left:4.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTzhppH2DQW5BP0rVEq0bNFCwA0aoIGc { width:15.0625rem;height:13.8125rem;top:244.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; }#PTzhppH2DQW5BP0rVEq0bNFCwA0aoIGc.adaptive-delivery-prevent-bg, #PTzhppH2DQW5BP0rVEq0bNFCwA0aoIGc.lazyload, #PTzhppH2DQW5BP0rVEq0bNFCwA0aoIGc.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ZhetDsV3i2tMO1573ve18MGEAsf4UlzS { width:12.5rem;height:1.7068125rem;top:252.75rem;left:4rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fe13aWJ0v5eZxOOZPd5MUbpdVILgk0Gu { width:12.5rem;height:2.11263125rem;top:248.375rem;left:3.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhrQU9TzEhdSQlSQL1kfRKDOtvVGdewR { width:8.75rem;height:2.6875rem;top:255.5625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xP1gDsu0oVAApDGcSrE3IwNObqedUAGm { display:block; }
 }@media only screen and (max-width: 763px) { #OGZRox6Mr0GlMmTiZcw5AUEQfJ7uXliB { width:15.0625rem;height:13.8125rem;top:259.5rem;left:2.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#OGZRox6Mr0GlMmTiZcw5AUEQfJ7uXliB.adaptive-delivery-prevent-bg, #OGZRox6Mr0GlMmTiZcw5AUEQfJ7uXliB.lazyload, #OGZRox6Mr0GlMmTiZcw5AUEQfJ7uXliB.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #QMLN6qCbgferJN7dK56ufAg5yKLOI8fo { width:12.5rem;height:1.7068125rem;top:268.0625rem;left:4rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0czbGBgeiD74T2OsQwxfEM7I4edQA4I { width:12.5rem;height:3.73698125rem;top:262.6875rem;left:3.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERQ0a1JN0colLyt4Swm8XdrgSbpBBZw6 { width:8.75rem;height:2.6875rem;top:270.875rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtowXOMK4EUWQ6Rgm4bNidmn9SbW3Jdd { display:block; }
 }@media only screen and (max-width: 763px) { #Uacutd6KqLMysOWTfkF5Rl89f0pf62IK { width:15.0625rem;height:13.8125rem;top:7.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; }#Uacutd6KqLMysOWTfkF5Rl89f0pf62IK.adaptive-delivery-prevent-bg, #Uacutd6KqLMysOWTfkF5Rl89f0pf62IK.lazyload, #Uacutd6KqLMysOWTfkF5Rl89f0pf62IK.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #waoxcU0GKtWgXF1ISvh1OR36HxhaaTlg { width:15.0625rem;height:13.8125rem;top:22.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; }#waoxcU0GKtWgXF1ISvh1OR36HxhaaTlg.adaptive-delivery-prevent-bg, #waoxcU0GKtWgXF1ISvh1OR36HxhaaTlg.lazyload, #waoxcU0GKtWgXF1ISvh1OR36HxhaaTlg.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #N350K1V34wlrwTCkTRbZNQmCTnp14wMH { width:12.5rem;height:7.313375rem;top:9.4375rem;left:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXuTolVklOZP9fQmeHtgOWlcUJrwQ1Sg { width:13.2498125rem;height:1.13606875rem;top:28.0625rem;left:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBPlKJsRNWlr0OR3BwddemB4Nvs4MEnx { width:12.5rem;height:5.52083125rem;top:25.875rem;left:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFavHL3MIfR1hDuGd9A3wCGcAtUwo6DN { width:15rem;height:13.8125rem;top:38.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; }#gFavHL3MIfR1hDuGd9A3wCGcAtUwo6DN.adaptive-delivery-prevent-bg, #gFavHL3MIfR1hDuGd9A3wCGcAtUwo6DN.lazyload, #gFavHL3MIfR1hDuGd9A3wCGcAtUwo6DN.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #EHN621hWlWthQUR5B6hla8nXsEHhmT0g { width:12.5rem;height:1.2999125rem;top:47.875rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFGAO6HK5zGnXeKT0zF8JkrWyqORbtaG { width:20rem;height:17.296rem;top:238.33441162109rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXld8V5surl0DTPuMkh4cIoyAQma94sW { width:8.75rem;height:2.6875rem;top:34.1875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PP5zgoP5N6NI0CpbX4keh182MfQMfzIe { display:block; }
 }@media only screen and (max-width: 763px) { #hlk8cRQaTfNxV1aQskuCqW1fuHFqAonZ { width:8.75rem;height:2.6875rem;top:49.5625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQOCoufgAMctoOtG4xJSX7GLcrsasdIe { display:block; }
 }@media only screen and (max-width: 763px) { #MDJU9he2ma7HkBvQSme6MeWiqeKIART0 { width:8.75rem;height:2.6875rem;top:18.9375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFhiq6BJh27FAcgaeONBsGW0FkSGhyun { display:block; }
 }@media only screen and (max-width: 763px) { #IdUpKr1NhVCC6IJQzxTuNGoATMzEJTlR { width:12.5rem;height:4.87305rem;top:41.625rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyrB2bhILa5rDKk5JdLpT5p6yABGRr2v { width:12.5rem;height:1.2999125rem;top:32.5625rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHihRtkepZn6pLO1wi7GWLRdAhktxt7c { width:12.5rem;height:1.2999125rem;top:17.25rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #weZKBI8MHZGDHHv2Uw22r1EcsJ0vmGwM { width:15.0625rem;height:13.8125rem;top:53.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; }#weZKBI8MHZGDHHv2Uw22r1EcsJ0vmGwM.adaptive-delivery-prevent-bg, #weZKBI8MHZGDHHv2Uw22r1EcsJ0vmGwM.lazyload, #weZKBI8MHZGDHHv2Uw22r1EcsJ0vmGwM.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ZckSM85O2MKIMU6h0nLBnWOUl1m8UNf7 { width:15.061875rem;height:13.811875rem;top:69.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; }#ZckSM85O2MKIMU6h0nLBnWOUl1m8UNf7.adaptive-delivery-prevent-bg, #ZckSM85O2MKIMU6h0nLBnWOUl1m8UNf7.lazyload, #ZckSM85O2MKIMU6h0nLBnWOUl1m8UNf7.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #PbazwKHkiTF90tNUDKpeVAp1kK0xb63I { width:8.75rem;height:2.6875rem;top:80.4375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfa0LsPd8dHWXKT6oHXbXkWRZ2M1f46K { display:block; }
 }@media only screen and (max-width: 763px) { #aXTmZvZgxuz1GiADQTub3Tv2iggGXOeP { width:8.75rem;height:2.6875rem;top:64.875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cu3L4ayeOIQVZ8qKu5no7LVbMAO2py0L { display:block; }
 }@media only screen and (max-width: 763px) { #uvnF7DAAGoxfVJwg4pp2sBoOaq3sVbHr { width:15rem;height:13.8125rem;top:84.4375rem;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; }#uvnF7DAAGoxfVJwg4pp2sBoOaq3sVbHr.adaptive-delivery-prevent-bg, #uvnF7DAAGoxfVJwg4pp2sBoOaq3sVbHr.lazyload, #uvnF7DAAGoxfVJwg4pp2sBoOaq3sVbHr.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #J3po1UgTmakarTWP4IRvzeF9yvZyOTG2 { width:12.5rem;height:1.2999125rem;top:78.8125rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPcZFDEuSZxM0NrUy9b3oLNAUnLlVDbi { width:12.5rem;height:1.2999125rem;top:63.1875rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKA4aabW9NMAWR37ALXWLnTpbZ8aFGeR { width:12.5rem;height:1.2999125rem;top:94.125rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDNCnuz2zOXP0w6yIFgWh01OvO8DfOoA { width:8.75rem;height:2.6875rem;top:95.8125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMPglsG2VanwbNK6zzzdukAF8x5nk4vE { display:block; }
 }@media only screen and (max-width: 763px) { #IiGNvskpqeZifJn16dVzZ9fX0SKm9d1v { width:12.5rem;height:5.52083125rem;top:56.5rem;left:3.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #geZ4OxCZCKUAKhTP9dpG99SsHgahKLEM { width:12.5rem;height:7.3904rem;top:70.75rem;left:3.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1QrTVkFwC0z309dnxOfLugyHNlbrpf7 { width:13.2498125rem;height:1.13606875rem;top:74.3125rem;left:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sB8ZqTGe2rWu2xwE8QVhl3MCVWa0yhNo { width:12.5rem;height:3.2487rem;top:88.3125rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiaxdOlosTiqG9BzB6GbQLpybAa0QPPP { width:15.0625rem;height:13.8125rem;top:100rem;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; }#PiaxdOlosTiqG9BzB6GbQLpybAa0QPPP.adaptive-delivery-prevent-bg, #PiaxdOlosTiqG9BzB6GbQLpybAa0QPPP.lazyload, #PiaxdOlosTiqG9BzB6GbQLpybAa0QPPP.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #wQyPrvxlOu5kQ1hl8L4nCSPT8wGlHS5m { width:15.0625rem;height:13.8125rem;top:115.3125rem;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; }#wQyPrvxlOu5kQ1hl8L4nCSPT8wGlHS5m.adaptive-delivery-prevent-bg, #wQyPrvxlOu5kQ1hl8L4nCSPT8wGlHS5m.lazyload, #wQyPrvxlOu5kQ1hl8L4nCSPT8wGlHS5m.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #EUft5acSinPxewV0vSinebbUZeTav1cp { width:8.75rem;height:2.6875rem;top:111.375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5T9VOvI0kC8B2KrmugX0AAnlfDe6Ffn { display:block; }
 }@media only screen and (max-width: 763px) { #D2EufP2i4kbqPkQfwP7Zql5zam04VVzD { width:8.75rem;height:2.6875rem;top:126.625rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbzHiNuExPcGGqOZTQ18vhbAq4Uexvut { display:block; }
 }@media only screen and (max-width: 763px) { #DVtBFBtWcDfQqrfNG0T8m5XS71xHlbG0 { width:15rem;height:13.8125rem;top:130.625rem;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; }#DVtBFBtWcDfQqrfNG0T8m5XS71xHlbG0.adaptive-delivery-prevent-bg, #DVtBFBtWcDfQqrfNG0T8m5XS71xHlbG0.lazyload, #DVtBFBtWcDfQqrfNG0T8m5XS71xHlbG0.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #GD4r6WfTomqTv6EvtMkn4GaT5fxT3MT4 { width:12.5rem;height:1.2999125rem;top:125rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5E5cxeBpEpa2D5Wbd2ppAHh5aIeC6qE { width:12.5rem;height:1.21853125rem;top:109.6875rem;left:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmLVbWKvWxtpPJbIAwdeAGhDEmMZx5tQ { width:12.5rem;height:1.2999125rem;top:140.3125rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNr5sWniP9KxvOA6MDT8U5I9CmuIx0q6 { width:8.75rem;height:2.6875rem;top:142rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANsaPssIPI2TgRWLA0AA1eFO96t1Ht69 { display:block; }
 }@media only screen and (max-width: 763px) { #uQPkAKIpBfnr74xqMTrFNgT19aLQBecP { width:12.5rem;height:5.12044375rem;top:118.50586795807rem;left:3.7500000596046rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FropMyQXwoeJB3Wy7fTAbL022PQoT1wZ { width:12.5rem;height:4.87305rem;top:102.8125rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7GzU3Dii4z1Vzq901Flt9N5AThAd1hg { width:12.5rem;height:6.82725rem;top:132.6247882843rem;left:3.7500000596046rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgGhikZrCJcMKsLqFQBiUp3iZE3nAXW8 { width:13.2498125rem;height:1.13606875rem;top:120.5rem;left:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0UVmGlToMem2VuITvx7Ik21ILNu4Ani { width:15.0625rem;height:13.8125rem;top:150.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; }#n0UVmGlToMem2VuITvx7Ik21ILNu4Ani.adaptive-delivery-prevent-bg, #n0UVmGlToMem2VuITvx7Ik21ILNu4Ani.lazyload, #n0UVmGlToMem2VuITvx7Ik21ILNu4Ani.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #CIcstX0gmauuSlQkdbWTJmU2flkTfZqu { width:15.0625rem;height:13.8125rem;top:166.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; }#CIcstX0gmauuSlQkdbWTJmU2flkTfZqu.adaptive-delivery-prevent-bg, #CIcstX0gmauuSlQkdbWTJmU2flkTfZqu.lazyload, #CIcstX0gmauuSlQkdbWTJmU2flkTfZqu.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Jls34ohR4l32h0DXN6GsTuWvrl0H1Sxi { width:8.75rem;height:2.6875rem;top:162.375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAxkTUwFPKznVsqaXZvVG9K9PplOOK6E { display:block; }
 }@media only screen and (max-width: 763px) { #LHZa7wcBF5igfUpZ2zUGJHHcir8IJNCM { width:8.75rem;height:2.6875rem;top:177.875rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMxN0dw5qBgNTRa8uDpmuLhbi2SJlBhJ { display:block; }
 }@media only screen and (max-width: 763px) { #PuAI9EzPfgB06zTMJ7bisKiBeOm9TqD5 { width:12.5rem;height:1.2999125rem;top:176.25rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mohsWybTRhN9O3MQxlTkJXQssFKkBl0f { width:12.5rem;height:1.21853125rem;top:160.6875rem;left:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pE49K8kBP3TRRZTPsLvlplc3LyTm6bq5 { width:15rem;height:13.8125rem;top:181.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; }#pE49K8kBP3TRRZTPsLvlplc3LyTm6bq5.adaptive-delivery-prevent-bg, #pE49K8kBP3TRRZTPsLvlplc3LyTm6bq5.lazyload, #pE49K8kBP3TRRZTPsLvlplc3LyTm6bq5.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #cO5BgCmg2rS9r6sGbmLP5lgJoqaf5ruI { width:12.5rem;height:1.2999125rem;top:191.5625rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #la9IwBh9p71iAN5T6cFb3T0HfeC7ME5S { width:12.5rem;height:4.0625rem;top:170.625rem;left:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8RpnTJnzfD8ARO3xsif74uinWhvGo0P { width:12.5rem;height:4.87413125rem;top:154.375rem;left:3.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwXA1qnbewT0LT36Ltxq8WeUsVTzIboq { width:12.5rem;height:7.71484375rem;top:183.25rem;left:3.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0nslfTq1tbEASdccLnUb9Q6E9f52Fwn { width:13.2498125rem;height:1.13606875rem;top:171.75rem;left:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5WPfQ3kgEClwCuxsB7gZ9DTsilUPlqE { width:8.75rem;height:2.6875rem;top:193.25rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #loD1uUaJdcWI9DB7keuyXphfGTzrkMcO { display:block; }
 }@media only screen and (max-width: 763px) { #KkotemIzQCrPW4QMrRKkPdHz55zEPLMe { width:8.75rem;height:2.68663125rem;top:332.375rem;left:5.75rem;z-index:100086;display:block; }
 }@media only screen and (max-width: 763px) { #gOORLXSop27EdWxMgk80nND0HTqT0vdw { display:block; }
 }@media only screen and (max-width: 763px) { #qDe1aKMyiuJgT7TFNpMe8WXK2Wk5wWKd { width:15.0625rem;height:13.8125rem;top:336.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; }#qDe1aKMyiuJgT7TFNpMe8WXK2Wk5wWKd.adaptive-delivery-prevent-bg, #qDe1aKMyiuJgT7TFNpMe8WXK2Wk5wWKd.lazyload, #qDe1aKMyiuJgT7TFNpMe8WXK2Wk5wWKd.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #APsvd5b4pnBNlIyAXHrk7cVOnihLBadA { width:12.5rem;height:1.7068125rem;top:345rem;left:4rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJWe8oCO77uNuFl75efcrlTq88gpadix { width:12.5rem;height:3.73698125rem;top:340.375rem;left:3.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRstyw5c08w54fNLiTzPuSZab4AeVoL7 { width:8.75rem;height:2.6875rem;top:347.875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xs87tSbBVpMun5Ic8d8CZoDNEenmF7xS { display:block; }
 }@media only screen and (max-width: 763px) { #lwhAMC9X4CSo0zBFzqAkEqbORsQiPn7n { width:15.0625rem;height:13.8125rem;top:351.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; }#lwhAMC9X4CSo0zBFzqAkEqbORsQiPn7n.adaptive-delivery-prevent-bg, #lwhAMC9X4CSo0zBFzqAkEqbORsQiPn7n.lazyload, #lwhAMC9X4CSo0zBFzqAkEqbORsQiPn7n.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #keNVKSmA0gBlhkpeJ7pEy1PDCDFeqSF1 { width:12.5rem;height:1.7068125rem;top:360.375rem;left:4rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0vdiMo196vvaMHhoMiLsXaRukqmXwD2 { width:13.3105625rem;height:5.60546875rem;top:353.75rem;left:3.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpMtsXTgp0p83fnTu29SHAVpm2v1vB85 { width:8.75rem;height:2.6875rem;top:363.1875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AD3OKXBWFvMr0HIR0wzt6KTsuEgRUGmR { display:block; }
 }@media only screen and (max-width: 763px) { #gTuLELIHe2ZU9Pe7507tAfiR48rZ7xhB { width:20rem;height:2.3556875rem;top:3.9463987350464rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;z-index:100088;display:block; }
 }@media only screen and (max-width: 763px) { #g9sxLJ3f0aQTdnFTHAFO3KN1d83tJdm6 { width:20rem;height:2.3556875rem;top:147.10071563721rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;z-index:100088;display:block; }
 }@media only screen and (max-width: 763px) { #lG2UfEFZzRLUWNp5ezbaTh5ixzo0pTJn { width:20rem;height:2.03125rem;top:369.57467079163rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;z-index:100088;display:block; }
 }@media only screen and (max-width: 763px) { #uQ2SBTNXJWgFphIeEXvNt6iBhVUG5vZl { width:15.0625rem;height:13.8125rem;top:373.51459388672rem;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; }#uQ2SBTNXJWgFphIeEXvNt6iBhVUG5vZl.adaptive-delivery-prevent-bg, #uQ2SBTNXJWgFphIeEXvNt6iBhVUG5vZl.lazyload, #uQ2SBTNXJWgFphIeEXvNt6iBhVUG5vZl.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #eCynALJAiTDVH10xqbKv34wk8Ag01AOV { width:12.5rem;height:5.60546875rem;top:375.65214157104rem;left:3.7500000596046rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5uRZRE1knkVMgRyxz2DSUK6SeZGrNPO { width:20rem;height:17.296rem;top:382.57161855698rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyPouC09XB9LALTwavL7L1bizl7qCdpJ { width:15.0625rem;height:13.8125rem;top:388.8125rem;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; }#vyPouC09XB9LALTwavL7L1bizl7qCdpJ.adaptive-delivery-prevent-bg, #vyPouC09XB9LALTwavL7L1bizl7qCdpJ.lazyload, #vyPouC09XB9LALTwavL7L1bizl7qCdpJ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Qe8HWBoBqLTSqUEZuWkAV99B01MG6kmr { width:13.2498125rem;height:1.13606875rem;top:394rem;left:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KciHA5VFNmiSwCE3BTcH0z0uH9nuNnE0 { width:12.5rem;height:4.0625rem;top:392.4375rem;left:3.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqNK7xlJpIEXb4ntphxfvBogZMeky6mo { width:12.5rem;height:1.2999125rem;top:398.5rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dw5lvo71cWgD5pdwMR3gWrFXzS2GRiT8 { width:12.5rem;height:1.21853125rem;top:383.20209388672rem;left:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ptced1K9AiKC8QUlAT1UzOoE4Buxu3B3 { width:8.75rem;height:2.6875rem;top:384.88959388672rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLWmnSmk8EbJw2DOUe0oI3TXTIChm8Tf { display:block; }
 }@media only screen and (max-width: 763px) { #UPIOSVhCibIVOHvwWuxBFome2R1sDpe6 { width:8.75rem;height:2.6875rem;top:400.125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QF933E5kvt2k3OwcZdE9twAP0sGytD8c { display:block; }
 }@media only screen and (max-width: 763px) { #dumLgpaz6nli8PCaxsxxS0IgBeVlrP0F { width:15rem;height:13.8125rem;top:404.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; }#dumLgpaz6nli8PCaxsxxS0IgBeVlrP0F.adaptive-delivery-prevent-bg, #dumLgpaz6nli8PCaxsxxS0IgBeVlrP0F.lazyload, #dumLgpaz6nli8PCaxsxxS0IgBeVlrP0F.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Azchr9XxArwgz6uxbBiPOTIux10TO7yO { width:15rem;height:13.8125rem;top:450.0625rem;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; }#Azchr9XxArwgz6uxbBiPOTIux10TO7yO.adaptive-delivery-prevent-bg, #Azchr9XxArwgz6uxbBiPOTIux10TO7yO.lazyload, #Azchr9XxArwgz6uxbBiPOTIux10TO7yO.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #KQdHNVMqaBxvUowN7kr7T5xtH88huN7H { width:15.0625rem;height:13.8125rem;top:434.75rem;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; }#KQdHNVMqaBxvUowN7kr7T5xtH88huN7H.adaptive-delivery-prevent-bg, #KQdHNVMqaBxvUowN7kr7T5xtH88huN7H.lazyload, #KQdHNVMqaBxvUowN7kr7T5xtH88huN7H.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #PETGi26qocNFDHIub3qTUfP04TvHc0qr { width:15.0625rem;height:13.8125rem;top:419.4375rem;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; }#PETGi26qocNFDHIub3qTUfP04TvHc0qr.adaptive-delivery-prevent-bg, #PETGi26qocNFDHIub3qTUfP04TvHc0qr.lazyload, #PETGi26qocNFDHIub3qTUfP04TvHc0qr.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #UIfuTQ25PSvoH5bwrHXbQ9xrs4sL1nNu { width:12.5rem;height:1.2999125rem;top:444.31101226807rem;left:3.7500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4tTvOcTMJyRnpryMZPw8dJV7o0TZHsG { width:13.2498125rem;height:1.13606875rem;top:439.9375rem;left:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xspSaKOWmdxILfXEaCLbNAZcETV7oyoC { width:12.5rem;height:5.60546875rem;top:437.4375rem;left:3.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmxKT0cMbgW29IRItEcxeigiD34oyFPd { width:20rem;height:17.296rem;top:474.60506248474rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmvIFKrqPIPGK6hIeeolgB5Fay78MzdM { width:8.75rem;height:2.6875rem;top:446.0625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6eJhdf5NEzxC52TiEQeAc6PnGI4peTp { display:block; }
 }@media only screen and (max-width: 763px) { #CPI3Q84TTvK5T6NPz2oVZRzT3KrG86lv { width:12.5rem;height:5.84635625rem;top:452.8125rem;left:3.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqgwqyCxm5OVS1UmlVfVgJcmQTWuuLOS { width:12.5rem;height:1.2999125rem;top:459.625rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkZLttS5JWBqyyyeO1pPbCsbzyuBGJtO { width:12.5rem;height:1.2999125rem;top:413.8125rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPH6sPS6qMerDBGePrU12O7FMFBk7cHv { width:12.5rem;height:5.361325rem;top:406.3125rem;left:3.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsveTeHII3ARrwvTBnWc7nhlo3Kb6oGC { width:8.75rem;height:2.6875rem;top:461.4375rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5x6GNQGUtQ75iDnmM1lTrrb6aR4X7qZ { display:block; }
 }@media only screen and (max-width: 763px) { #ZfNEnhlvSbvaTUUHdpglmgwH1hDDLLyN { width:8.75rem;height:2.6875rem;top:430.8125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuOUubv7i8OQ9vIRIG140s8g9J13F0rg { display:block; }
 }@media only screen and (max-width: 763px) { #elql74T0y0q9oNr2eLcuPq9uNidnCmV3 { width:8.75rem;height:2.6875rem;top:415.5rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTCsQdTSGCIJE8iNf5hJQALcrF94y2Ir { display:block; }
 }@media only screen and (max-width: 763px) { #B0GkT7pJApsdU8dKhFlQ3p4p3ABti0Rt { width:15.0625rem;height:13.8125rem;top:465.375rem;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; }#B0GkT7pJApsdU8dKhFlQ3p4p3ABti0Rt.adaptive-delivery-prevent-bg, #B0GkT7pJApsdU8dKhFlQ3p4p3ABti0Rt.lazyload, #B0GkT7pJApsdU8dKhFlQ3p4p3ABti0Rt.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #oKvvpa5gTpSsLCXTvFzq8uETQT7WkN5q { width:15.0625rem;height:13.8125rem;top:496rem;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; }#oKvvpa5gTpSsLCXTvFzq8uETQT7WkN5q.adaptive-delivery-prevent-bg, #oKvvpa5gTpSsLCXTvFzq8uETQT7WkN5q.lazyload, #oKvvpa5gTpSsLCXTvFzq8uETQT7WkN5q.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #eg90T1agBwHgXgxTpvUAd61wW2JasiU0 { width:12.5rem;height:4.0625rem;top:499.49977684021rem;left:3.7500000596046rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsJvqL3qU6NN5SoVDH9r11Lux3rrfuPG { width:12.5rem;height:5.60546875rem;top:469rem;left:3.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAilGeluTD0qLEuZ8J1FFVEmgbV2ckXE { width:15.0625rem;height:13.8125rem;top:480.6875rem;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; }#sAilGeluTD0qLEuZ8J1FFVEmgbV2ckXE.adaptive-delivery-prevent-bg, #sAilGeluTD0qLEuZ8J1FFVEmgbV2ckXE.lazyload, #sAilGeluTD0qLEuZ8J1FFVEmgbV2ckXE.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #IRBkX42sC7UZaUxnTF8KmpL7C52mkdVa { width:12.5rem;height:2.192925rem;top:485.374376297rem;left:3.8747830986977rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyKgVOnZnMEl3KXnyTABSRb7dQTtdkvU { width:12.5rem;height:1.2999125rem;top:505.56103897095rem;left:3.7500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrR0mKtbJMzkMtnGVbrOUBze0HQOrmHT { width:12.5rem;height:1.2999125rem;top:474.8125rem;left:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3B8LqfO7lIugoeHUtGT0ngLNAB8edEU { width:12.5rem;height:1.2999125rem;top:490.125rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtQs9UKs9aCdsinNUyzshefhyseWNyZv { width:8.75rem;height:2.6875rem;top:495.30847638672rem;left:5.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z6bPvM6rEqrtIB2GAEQRCCV3VPsriG6c { display:block; }
 }@media only screen and (max-width: 763px) { #Q8JdvSrXt4r2o1RJqnlRFQ3vK7f1XxCZ { width:8.75rem;height:2.6875rem;top:507.375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHhTbNMG5PJhKue7wmAyXVM39DrwJokT { display:block; }
 }@media only screen and (max-width: 763px) { #iWJHpdSMv52xwNvcE0QRZL7OI2nW0tzQ { width:8.75rem;height:2.6875rem;top:492.0625rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fl6BzgkLUPp2MnNa0VtPfyfkmoAHwvnU { display:block; }
 }@media only screen and (max-width: 763px) { #GppvXisgWwSZqmz5JN4zgaTHtKQEt1Vy { width:15.0625rem;height:13.8125rem;top:511.3125rem;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; }#GppvXisgWwSZqmz5JN4zgaTHtKQEt1Vy.adaptive-delivery-prevent-bg, #GppvXisgWwSZqmz5JN4zgaTHtKQEt1Vy.lazyload, #GppvXisgWwSZqmz5JN4zgaTHtKQEt1Vy.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #TVo8JpSi3hFqyN5zCeVGkJu1xIOUblfX { width:13.2498125rem;height:2.27430625rem;top:515.81167030334rem;left:3.3745661377907rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6tTvLsZX27yISq9DEuE8oRwwJssNlzy { width:15.0625rem;height:13.8125rem;top:526.6875rem;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; }#I6tTvLsZX27yISq9DEuE8oRwwJssNlzy.adaptive-delivery-prevent-bg, #I6tTvLsZX27yISq9DEuE8oRwwJssNlzy.lazyload, #I6tTvLsZX27yISq9DEuE8oRwwJssNlzy.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #EDNbg9S7nv08Cv9rlkGzIBGTGccTPKzM { width:12.5rem;height:4.5486125rem;top:530.00001716614rem;left:3.7500000596046rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOzZSPsiyFyNnbudsIwr1qNq54Ha2k4u { width:15.0625rem;height:13.8125rem;top:542.0625rem;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; }#gOzZSPsiyFyNnbudsIwr1qNq54Ha2k4u.adaptive-delivery-prevent-bg, #gOzZSPsiyFyNnbudsIwr1qNq54Ha2k4u.lazyload, #gOzZSPsiyFyNnbudsIwr1qNq54Ha2k4u.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #vXE7aSXR07RTyCRTzessVzS67hy8li21 { width:11.7480625rem;height:6.57875rem;top:544.24919319153rem;left:4.2502170205116rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hK6OXxw0hrHUTdOIB0exklktqlwpJhB0 { width:8.75rem;height:2.6875rem;top:522.75rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Za1eHKw5NMMNMJetoZngKwE4iwDlbOki { display:block; }
 }@media only screen and (max-width: 763px) { #vlEZSuqlWmi1UuTTcllUbwntgbxf1VQN { width:12.5rem;height:1.2999125rem;top:521.125rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cADc29B86s31nW1C1rxmWr7p3s3ADtqF { width:12.5rem;height:1.2999125rem;top:536.5rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGuQT9TJiXuZZ7Q4qTepBHzEcvhJEHPu { width:8.75rem;height:2.6875rem;top:538.125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCKG7hJqVlGrqcLFkkMif8Rzimn5Iy5J { display:block; }
 }@media only screen and (max-width: 763px) { #SZ3qfWBn3zZSLD9Jpg8LlOJRxi05laRx { width:12.5rem;height:1.2999125rem;top:551.875rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZuRDkn19PniBZSwZ2BWF02fnwpaFlQM { width:8.75rem;height:2.6875rem;top:553.4375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5S61Pc8XD3WUF7byfF7fnfX6FHmGpOB { display:block; }
 }@media only screen and (max-width: 763px) { #MU59w7lAMdgkl4xpQU6oMiVDaM0nPlXL { width:8.75rem;height:2.68663125rem;top:476.81860923767rem;left:5.6250000596046rem;z-index:100151;display:block; }
 }@media only screen and (max-width: 763px) { #Hf8OxV8wtaVAcsZknItEZ9Z2VvoPCpLy { display:block; }
 }@media only screen and (max-width: 763px) { #z1UvdatLzpWtTTwJMkWK4JzbKpzzViwL { width:12.5rem;height:3.73698125rem;top:422.43598429486rem;left:3.9366322159767rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #slWkZGq6PpEFduas9VOWbTx3qSWvdiwW { width:12.5rem;height:1.2999125rem;top:429.08120918274rem;left:3.7500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvpJhl8ypgB9wfM3A7ZONuTir8fDfuEG { width:8.75rem;height:2.68555rem;top:620.00659942627rem;left:5.6250000596046rem;z-index:100152;display:none; }
 }@media only screen and (max-width: 763px) { #AVuHek57igCFeTTL0kw8zGUHJvobxdB7 { display:block; }
 }@media only screen and (max-width: 763px) { #JD2ZPoHVXhb9ZFzlpLb032cqGcspCihp { width:20rem;height:2.03125rem;top:558.12829685211rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;z-index:100088;display:block; }
 }@media only screen and (max-width: 763px) { #QVBn9zIzBCFstoACJ2UfvKMu2cvbAKuD { width:15.0625rem;height:13.8125rem;top:638.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; }#QVBn9zIzBCFstoACJ2UfvKMu2cvbAKuD.adaptive-delivery-prevent-bg, #QVBn9zIzBCFstoACJ2UfvKMu2cvbAKuD.lazyload, #QVBn9zIzBCFstoACJ2UfvKMu2cvbAKuD.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #TvmTdW70ooq8tGC2ceF7Pw41mnqUXv2w { width:12.5rem;height:3.73698125rem;top:641.75rem;left:3.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHzsKLad3dC03fUR3GS7ZLCihtLQOWEp { width:20rem;height:17.2949375rem;top:558.12827563286rem;left:0rem;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #QdUPReUKwZDv70CeTB4wd8FBo9DGskIB { width:15.0625rem;height:13.8125rem;top:561.4375rem;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; }#QdUPReUKwZDv70CeTB4wd8FBo9DGskIB.adaptive-delivery-prevent-bg, #QdUPReUKwZDv70CeTB4wd8FBo9DGskIB.lazyload, #QdUPReUKwZDv70CeTB4wd8FBo9DGskIB.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #BwA16wQciT57FXm9vffXs5lIiKQNrSFv { width:13.2498125rem;height:1.13606875rem;top:566.625rem;left:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuZ9sikeKXiw19yN11bSizUGIx1RsmQ6 { width:12.5rem;height:7.4739375rem;top:562.8125rem;left:3.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6xOvlQyUmzKXBnlPAihCIn7knM6rNUG { width:12.5rem;height:1.2999125rem;top:571.125rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqStw315hG87FJKWbOw64RU1baeiXKiT { width:12.5rem;height:1.21853125rem;top:648.5rem;left:3.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZsM6AppmP6i2KzGmdZDUTXeVmzwMv4r { width:8.75rem;height:2.6875rem;top:650.1875rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vW67JrM1B2M6Qi5wZw1hirI1RNL1PCGu { display:block; }
 }@media only screen and (max-width: 763px) { #cB6HPsMJSM6BrFJQhHwsEXnVwXKn882I { width:8.75rem;height:2.6875rem;top:572.75rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6VsD1dtnRAOU7kRrLWA5aIyRQZ7lFoV { display:block; }
 }@media only screen and (max-width: 763px) { #Uz1EoURopoCJkhXkphXdxK0ap3bTTv3r { width:15rem;height:13.8125rem;top:576.75rem;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; }#Uz1EoURopoCJkhXkphXdxK0ap3bTTv3r.adaptive-delivery-prevent-bg, #Uz1EoURopoCJkhXkphXdxK0ap3bTTv3r.lazyload, #Uz1EoURopoCJkhXkphXdxK0ap3bTTv3r.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #wSq3t6yXT37MdeRWyoqLd6IvDcGOV9PR { width:12.5rem;height:1.2999125rem;top:586.4375rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZTqoBRBVUeztbavkdyWTsEIozux5mET { width:8.75rem;height:2.6875rem;top:588.125rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFBLsXUALTT9QJEuksRHmdekSAyl1HHM { display:block; }
 }@media only screen and (max-width: 763px) { #FHsPmJBnvTQSsbMQglp5CV9GTC6KrdxL { width:15rem;height:13.8125rem;top:623rem;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; }#FHsPmJBnvTQSsbMQglp5CV9GTC6KrdxL.adaptive-delivery-prevent-bg, #FHsPmJBnvTQSsbMQglp5CV9GTC6KrdxL.lazyload, #FHsPmJBnvTQSsbMQglp5CV9GTC6KrdxL.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #QHb7SzC35QQsmS7lbWKTk9hTukyHrBmT { width:15.0625rem;height:13.8125rem;top:607.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; }#QHb7SzC35QQsmS7lbWKTk9hTukyHrBmT.adaptive-delivery-prevent-bg, #QHb7SzC35QQsmS7lbWKTk9hTukyHrBmT.lazyload, #QHb7SzC35QQsmS7lbWKTk9hTukyHrBmT.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #gWTSK0sqFt2pUMxAhwIwE8ks98U1UWOo { width:15.0625rem;height:13.8125rem;top:592.0625rem;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; }#gWTSK0sqFt2pUMxAhwIwE8ks98U1UWOo.adaptive-delivery-prevent-bg, #gWTSK0sqFt2pUMxAhwIwE8ks98U1UWOo.lazyload, #gWTSK0sqFt2pUMxAhwIwE8ks98U1UWOo.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #wSGaTrLrUrlubaWnnrJilhwcQMX9KiBD { width:12.5rem;height:1.2999125rem;top:617.125rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4C6UogO9CcMnVP1W9DwGNu29aoiDOQR { width:13.2498125rem;height:1.13606875rem;top:612.75rem;left:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbIV77tKgncue9gM8QQT9QWfIL2nVBN1 { width:12.5rem;height:5.60546875rem;top:610.25rem;left:3.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3sB6T775kCbxo6W4MUpHzo8mdvdt6OG { width:8.75rem;height:2.6875rem;top:619.0625rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n56ISNbDDzNaEOJuypHZaT8bQB42XCZf { display:block; }
 }@media only screen and (max-width: 763px) { #XTzAaip3hRHPoNequz1qMZafEJFsHSJ9 { width:12.5rem;height:5.84635625rem;top:625.75rem;left:3.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XH7cAJOmxTJeJdPEuew1TT4Tnpyw406Q { width:12.5rem;height:1.2999125rem;top:632.5625rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6MLqwVJ51D65lN0oKl2muuD3vzRP7Q5 { width:8.75rem;height:2.6875rem;top:634.5625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdNUnTiSsKBbNkh8K0i3XTeVCHgSt3pc { display:block; }
 }@media only screen and (max-width: 763px) { #SeDOm8HqQkldoeUT05SMncso8MXz5ltE { width:8.75rem;height:2.6875rem;top:603.625rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8utZKhnbbLxSzGT7wtZDseU0pF9TFgM { display:block; }
 }@media only screen and (max-width: 763px) { #esdSMeZlivbiufSXbhs8ruXRQzmh5L2V { width:12.5rem;height:3.73698125rem;top:595rem;left:3.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJU1f27EdhuBzd6P1t4b5JTxdC3cmUBX { width:12.5rem;height:1.2999125rem;top:601.5625rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FET6r4iHI3cmAXARD8qZm86i3uKrRVDR { width:12.5rem;height:5.361325rem;top:580.125rem;left:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDcne9JNLTv6TL8VzFgAfRlf1rCN675v { width:20rem;height:2.03125rem;top:654.12331563963rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;z-index:100088;display:block; }
 }@media only screen and (max-width: 763px) { #rzcr98L0vTmFFlyVngPN6WU4pcJ0UcMo { width:15.0625rem;height:13.8125rem;top:657.40456563963rem;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; }#rzcr98L0vTmFFlyVngPN6WU4pcJ0UcMo.adaptive-delivery-prevent-bg, #rzcr98L0vTmFFlyVngPN6WU4pcJ0UcMo.lazyload, #rzcr98L0vTmFFlyVngPN6WU4pcJ0UcMo.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #yCCk293gJIUoQGZBV8VHFFqyptxAHTqq { width:12.5rem;height:7.1484375rem;top:658.59163839356rem;left:3.7471771240234rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJemvzDFaDUtQqfc19MMWLVqrfrWvR0H { width:20rem;height:17.296rem;top:651.741584301rem;left:0rem;z-index:99998;display:block; }
 }@media only screen and (max-width: 763px) { #BOhKvqmOuZoGRkeGsyIfPtbfUi4TaoxC { width:15.0625rem;height:13.8125rem;top:672.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; }#BOhKvqmOuZoGRkeGsyIfPtbfUi4TaoxC.adaptive-delivery-prevent-bg, #BOhKvqmOuZoGRkeGsyIfPtbfUi4TaoxC.lazyload, #BOhKvqmOuZoGRkeGsyIfPtbfUi4TaoxC.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #o8zoTZm73Q4Veh0mrqf2Mh1KOTSqOCWw { width:13.2498125rem;height:1.13606875rem;top:677.625rem;left:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6c0oVrm14XXhRV2rEGpnP6d9c8mwWI0 { width:12.5rem;height:3.736975rem;top:675.125rem;left:3.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2IAL0Eyt1lFTDWtXgTlHyBPy4zTg1tv { width:15rem;height:13.8125rem;top:687.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; }#X2IAL0Eyt1lFTDWtXgTlHyBPy4zTg1tv.adaptive-delivery-prevent-bg, #X2IAL0Eyt1lFTDWtXgTlHyBPy4zTg1tv.lazyload, #X2IAL0Eyt1lFTDWtXgTlHyBPy4zTg1tv.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #GJB9K65Sd0TIEOAt8LVKyzTSsd7JuBAW { width:12.5rem;height:1.2999125rem;top:682rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoGbOduvgMIgshFskRfEJ5QVz0L9H0Zs { width:12.5rem;height:5.84635625rem;top:690.625rem;left:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsgeucsKXEnz8ypWsTg1e2FoOoRtpUmP { width:12.5rem;height:1.2999125rem;top:697.4375rem;left:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p40afTaG77cr3XUp68cG6Le2gSqTM7ct { width:12.5rem;height:1.2999125rem;top:666.90456563963rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4k15il1LgHeghKJeJQ2rBWvscS3lpKT { width:8.75rem;height:2.6875rem;top:683.9375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKUQOVf7UUMlkETEu65Wh2CV7wcrCp1g { display:block; }
 }@media only screen and (max-width: 763px) { #TOhPuiJueGDlWAPlcIggV5V4unB4PCJo { width:8.75rem;height:2.6875rem;top:699.375rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSvXeemtnhlq1seIcTzWIIQQpQbmib9d { display:block; }
 }@media only screen and (max-width: 763px) { #Wt9T6ex2d7lMo9ilr9EOt65sDulG0HDt { width:8.75rem;height:2.6875rem;top:668.96706563963rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWlIswxkOErJ7PlHbOzpQabpb3f4NEpW { display:block; }
 }@media only screen and (max-width: 763px) { #usu3uCDmrRTD9dwH75mVUL8pq5Z2hTQE { width:15.0625rem;height:13.8125rem;top:799.375rem;left:2.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#usu3uCDmrRTD9dwH75mVUL8pq5Z2hTQE.adaptive-delivery-prevent-bg, #usu3uCDmrRTD9dwH75mVUL8pq5Z2hTQE.lazyload, #usu3uCDmrRTD9dwH75mVUL8pq5Z2hTQE.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #qAhAFANLlLk6y9rDDbMZTgKVvyNNUl6M { width:8.75rem;height:2.6875rem;top:810.875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #maggTa8FS9y3zZJB175CplpvRc0GSkLB { display:block; }
 }@media only screen and (max-width: 763px) { #EJxATweN3WBUu4R2QJZXAsVy7LVN32IT { width:12.5rem;height:1.2999125rem;top:808.9375rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmu7if9OLnMBw9iEhDbEL4PCaDVGZXgw { width:13.624125rem;height:6.171875rem;top:801.5625rem;left:3.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRX9bbMfbT42bo7mHr4txTE87x1BJxJv { width:20rem;height:17.296rem;top:745.30386698244rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KovnfhxbqHTH43MqK7fprHdTdFblsIJO { width:15.0625rem;height:13.8125rem;top:753.030419397rem;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; }#KovnfhxbqHTH43MqK7fprHdTdFblsIJO.adaptive-delivery-prevent-bg, #KovnfhxbqHTH43MqK7fprHdTdFblsIJO.lazyload, #KovnfhxbqHTH43MqK7fprHdTdFblsIJO.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #gOsuo4GN6yU6Ttpq0WMJZTTqViCfQU7z { width:15.0625rem;height:13.8125rem;top:768.530419397rem;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; }#gOsuo4GN6yU6Ttpq0WMJZTTqViCfQU7z.adaptive-delivery-prevent-bg, #gOsuo4GN6yU6Ttpq0WMJZTTqViCfQU7z.lazyload, #gOsuo4GN6yU6Ttpq0WMJZTTqViCfQU7z.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #TJMWy5rExLGOm5UbyhfNRNREtR6LXZML { width:8.75rem;height:2.6875rem;top:780.030419397rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B23hM7p9LZZKcHwnOTSkF1x88czRkc1S { display:block; }
 }@media only screen and (max-width: 763px) { #rFD9mVZHrUrefUVQzUPhqKUCucPwqPCZ { width:8.75rem;height:2.6875rem;top:764.592919397rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ro2P8qVJHt9aJEn94Lu4QGTqkmBKSrC4 { display:block; }
 }@media only screen and (max-width: 763px) { #gQ95sgTER5LoIhD8Q4RZTN1pQqssft2p { width:15rem;height:13.8125rem;top:783.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; }#gQ95sgTER5LoIhD8Q4RZTN1pQqssft2p.adaptive-delivery-prevent-bg, #gQ95sgTER5LoIhD8Q4RZTN1pQqssft2p.lazyload, #gQ95sgTER5LoIhD8Q4RZTN1pQqssft2p.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #IsETkp5KIgnkPbckCDLXOEqZsM48uckU { width:12.5rem;height:1.2999125rem;top:778.092919397rem;left:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFw276TpOsVZ7e6iD1uNZQHtaN73LTb2 { width:12.5rem;height:1.2999125rem;top:762.530419397rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOl8HQKxvVHfsRqzUtoDH4QP6iVVXRKk { width:12.5rem;height:6.82725rem;top:754.717919397rem;left:3.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7vaTenCrVFMQKWkzzlTc7FmSB9CiTei { width:13.624125rem;height:4.140625rem;top:772.842919397rem;left:3.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAAZhIgJVp1a5qptJ3nuNeaA61ed6Jrx { width:12.5rem;height:6.171875rem;top:786.99115753175rem;left:3.7500000596046rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndNQHRRObc2l3FZnwGkOlIRTyCstrB60 { width:12.5rem;height:2.11263125rem;top:769.780419397rem;left:3.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hk7XdJCoEz8hBizLXEKA16wpO4f3zPHJ { width:15.0625rem;height:13.8125rem;top:706.592919397rem;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; }#hk7XdJCoEz8hBizLXEKA16wpO4f3zPHJ.adaptive-delivery-prevent-bg, #hk7XdJCoEz8hBizLXEKA16wpO4f3zPHJ.lazyload, #hk7XdJCoEz8hBizLXEKA16wpO4f3zPHJ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #XiIXZc6oc5IkvxgWtnJ4k1W9LiiKvQGO { width:15.0625rem;height:13.8125rem;top:722.092919397rem;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; }#XiIXZc6oc5IkvxgWtnJ4k1W9LiiKvQGO.adaptive-delivery-prevent-bg, #XiIXZc6oc5IkvxgWtnJ4k1W9LiiKvQGO.lazyload, #XiIXZc6oc5IkvxgWtnJ4k1W9LiiKvQGO.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #zExFa5pWrQ28MVdQvlBMIwWeKqbqhTNd { width:8.75rem;height:2.6875rem;top:733.592919397rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHeh36w0SeAReeA7XefvNVlGnLVTNVZo { display:block; }
 }@media only screen and (max-width: 763px) { #DlnoUBQuPfB55pW01lCuC4OCmBRZ4IaQ { width:8.75rem;height:2.6875rem;top:718.155419397rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCPecJ4y26B4X5c0L0JCQFqCipi3ebCU { display:block; }
 }@media only screen and (max-width: 763px) { #oFiaxVbxaSRF1nwCMb8uG5Nc9xRPe0Vr { width:15rem;height:13.8125rem;top:737.530419397rem;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; }#oFiaxVbxaSRF1nwCMb8uG5Nc9xRPe0Vr.adaptive-delivery-prevent-bg, #oFiaxVbxaSRF1nwCMb8uG5Nc9xRPe0Vr.lazyload, #oFiaxVbxaSRF1nwCMb8uG5Nc9xRPe0Vr.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #TGarxTfKZ27GfllEyNALsTUAUNTVXqdw { width:12.5rem;height:1.2999125rem;top:793.4375rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqSa9R4R3TdFbGuecckMB0VwGuCf7WuT { width:8.75rem;height:2.6875rem;top:749.092919397rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThXWU0Brzk1iJFRyz2EOwvTDu6zwTxtR { display:block; }
 }@media only screen and (max-width: 763px) { #kati0ZEGX6JuTmKd1xTVJempEsGO9vsM { width:8.75rem;height:2.6875rem;top:795.4375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTwCaXsDmf70gXRqwEV0Eqtu9PdT3QT1 { display:block; }
 }@media only screen and (max-width: 763px) { #Ry262Iqb4E8CwsipBtSdkX1SfdGeflFD { width:12.5rem;height:4.2252625rem;top:710.280419397rem;left:3.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O42I585NWo0n1ZJ6yn5qF8eQiwIkTxiO { width:13.2498125rem;height:1.13606875rem;top:727.280419397rem;left:3.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXD7ecC12fJS6vlGxFy6swn89U4pUgUJ { width:12.5rem;height:2.51844375rem;top:726.592919397rem;left:3.875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykexk4bl8lGb45coWnnJNv7lQLb8pLJ2 { width:12.5rem;height:1.2999125rem;top:731.655419397rem;left:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtOB6Ty4yAp7XQGbg6bolPCq129z7XBT { width:12.5rem;height:1.2999125rem;top:716.092919397rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBThzQDpWhrdfgfyDQ4hTwTrRXMV1F5L { width:12.5rem;height:7.1484375rem;top:739.217919397rem;left:3.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfCzeQaxX6ul1d0ICWyNJlZlC8VxbXI9 { width:12.5rem;height:1.2999125rem;top:747.092919397rem;left:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFGEAJMTBalVZ6EnwzNEAKbE9Q1B3xBb { width:20rem;height:1.7871125rem;top:703.311669397rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;z-index:100088;display:block; }
 }@media only screen and (max-width: 763px) { #tawVphXKpbNF9oWTZzN8r8AynfTgzWT9 { width:20rem;height:2.03125rem;top:814.8112345215rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;z-index:100088;display:block; }
 }@media only screen and (max-width: 763px) { #aTEOHQpFZ2A6XrKuscH2sm4tMgs4dnaQ { width:15.0625rem;height:13.8125rem;top:818.0924845215rem;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; }#aTEOHQpFZ2A6XrKuscH2sm4tMgs4dnaQ.adaptive-delivery-prevent-bg, #aTEOHQpFZ2A6XrKuscH2sm4tMgs4dnaQ.lazyload, #aTEOHQpFZ2A6XrKuscH2sm4tMgs4dnaQ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #DkyqT57nuwkK6RbLqAglBGumvZh4UkAm { width:12.5rem;height:5.12044375rem;top:820.62895493469rem;left:3.6221771240234rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DU98HBqEdKeDnZW03CR4vXTvsSsfhUcz { width:15.0625rem;height:13.8125rem;top:833.5924845215rem;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; }#DU98HBqEdKeDnZW03CR4vXTvsSsfhUcz.adaptive-delivery-prevent-bg, #DU98HBqEdKeDnZW03CR4vXTvsSsfhUcz.lazyload, #DU98HBqEdKeDnZW03CR4vXTvsSsfhUcz.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #AsBaFIdgvuUPtmxfQf4vzGbtbsLvWLGh { width:12.5rem;height:1.2999125rem;top:843.1549845215rem;left:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZHrJGu7BTixgRJOeOeRiaeqiqi89gRL { width:12.5rem;height:1.2999125rem;top:827.5924845215rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yX4edo3spAqPWdrLqi86SUk5M1EtwHsM { width:13.624125rem;height:4.0625rem;top:836.65955262144rem;left:3.2814674377441rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T77TOZDsh5SlqcInDnJmIP47BrO9hReC { width:20rem;height:17.297045670918rem;top:827.22658967969rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLSbXUHEeLbno3EvuzyxST8ylZC5RI7F { width:8.75rem;height:2.6875rem;top:845.0924845215rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdpvhGyS5ffc474ivB8Tly2HH7THn1Ph { display:block; }
 }@media only screen and (max-width: 763px) { #HgdDWHTQmWe1LOOSVVmp3iu3cOE5QTdE { width:8.75rem;height:2.6875rem;top:829.6549845215rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ke2Of5EW3ENhfZhv8ygL2deDSFlLbb8W { display:block; }
 }@media only screen and (max-width: 763px) { #wpHefB4PsRvxQXtWMknePUpBSy3ApLI9 { width:15.0625rem;height:13.8125rem;top:867.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; }#wpHefB4PsRvxQXtWMknePUpBSy3ApLI9.adaptive-delivery-prevent-bg, #wpHefB4PsRvxQXtWMknePUpBSy3ApLI9.lazyload, #wpHefB4PsRvxQXtWMknePUpBSy3ApLI9.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #I3iRgML8RgGobyJdD8pDamxN3roEIxbm { width:13.624125rem;height:5.361325rem;top:870.375rem;left:3.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFWJPVRu3wu7nKPTKrrknamEH4SVAEuv { width:15rem;height:13.8125rem;top:848.625rem;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; }#mFWJPVRu3wu7nKPTKrrknamEH4SVAEuv.adaptive-delivery-prevent-bg, #mFWJPVRu3wu7nKPTKrrknamEH4SVAEuv.lazyload, #mFWJPVRu3wu7nKPTKrrknamEH4SVAEuv.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #zLSc3UVyuNkedCyhcTWIhckU3n8uhd8c { width:12.5rem;height:8.52975rem;top:849.5rem;left:3.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQRaTKmUyTTs65ANfryLHLrmATZvzL35 { width:12.5rem;height:1.2999125rem;top:858.1875rem;left:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipigPPTe1rIkdQoh1STUaMQ6OhVNrf0P { width:8.75rem;height:2.6875rem;top:860.1875rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKR7OlLJqxKlZiJdGSDcmusc12XhK8eu { display:block; }
 }@media only screen and (max-width: 763px) { #fprI20dp3GeTqVvyWizKESO2UASf9kpr { width:12.5rem;height:1.2999125rem;top:877.125rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ey5M8XokoBfPxmM5TTMRdbXZevi8VNUm { width:8.75rem;height:2.6875rem;top:879.0625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDeTdZ1MmqBTC1CZbDLr69nUmChKIhOW { display:block; }
 }@media only screen and (max-width: 763px) { #eD2XdneaRIMfxCWC1czfJSsuHC3dBSIs { width:20rem;height:2.03125rem;top:864.38695716856rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;z-index:100088;display:block; }
 }@media only screen and (max-width: 763px) { #cHm5ZaIWPUTQ3NIqziMEe1JaCHMR58Sa { width:12.5rem;height:1.7068125rem;top:69.872029304506rem;left:3.3745661377907rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUwCSG3m0fE2neKVI53vI8lu4TPtXRV1 { width:12.5rem;height:1.8684875rem;top:784.68647766112rem;left:3.7500000596046rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmigNWZGcikr9L7sI7UI6oUtQvuVU8Aq { width:15.125rem;height:13.875rem;top:882.93753051756rem;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; }#dmigNWZGcikr9L7sI7UI6oUtQvuVU8Aq.adaptive-delivery-prevent-bg, #dmigNWZGcikr9L7sI7UI6oUtQvuVU8Aq.lazyload, #dmigNWZGcikr9L7sI7UI6oUtQvuVU8Aq.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #dGCfCwoCk6yIf8HUctCtQvmWtGTmBF3q { width:12.5rem;height:0;top:886.87503051756rem;left:3.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7H7RI0BWzMqeQJhVtSZdrKJ7AGxhbGT { width:12.5rem;height:0;top:892.68753051756rem;left:3.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yV7JcdRUsCc2aKO0GTBzEn2wmxTFXurW { width:8.75rem;height:2.6875rem;top:894.37503051756rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QX3WntJeb5Taeo7KgTpuvNzDFLOkpElI { display:block; }
 }@media only screen and (max-width: 763px) { #GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm { display:block; }#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm > .row .container { width:20rem;height:57.8125rem;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:55.186632156372rem;left:1.4995661377907rem;font-size:1.3125rem;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #IqhC2C9MssvksTAqX7bnciRGVV4uTnUv { display:block; }#IqhC2C9MssvksTAqX7bnciRGVV4uTnUv > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM { display:block; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row .container { width:20rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3dqLJbL6KSHDnWOxRpKkGc0pJaZkLE1 { width:6.5625rem;height:6.06228125rem;top:27.25rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVl7d5baw4488HxCLSNkgCSBTc9Um44L { width:20rem;height:2.99913125rem;top:0.93747711181638rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #QnZpFdr3QUZna3sqAuMUJWfvyTPtWEFM { width:14.4998125rem;height:2.92535rem;top:25.936415672302rem;left:2.7495661377907rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hDH4yGtS2fqOyz15QpvWGyhN1rT9NeOL { width:20rem;height:2.11263125rem;top:29.875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WBGGgF9V6COSIp6OQGcnDhnP7wcCLQgw { width:2.8125rem;height:2.8125rem;top:33.25rem;left:14.0625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVgcZ9NuFIn3Oi1Lm0y8Z5TGS7TnHvMn { width:2.8125rem;height:2.8125rem;top:33.25rem;left:10.75rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioW9iEdslgi80ddpwJDgKk2chO2iGR15 { width:2.8125rem;height:2.8125rem;top:33.25rem;left:3.125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O90BTEvmuhhVU9UvH1aMLNMUe1eWOECd { width:3.125rem;height:3.125rem;top:29.375rem;left:1.8745661377907rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDKuVLVcQWKt4BqvEQr7c2pkTc0GdyDd { width:3.125rem;height:3.125rem;top:25.836547851562rem;left:1.7495661377907rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IltDanqoJXs3b889uPRIaDmAmVuWMPtA { width:3.1875rem;height:3.1875rem;top:33.0625rem;left:7rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAabnBA76TTt2kLRHd0PwAhpVO3O4pN8 { width:20rem;height:0.97439375rem;top:37.4375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JkJbrHWwe22GZKVbf6FeBw6q2PH4PacS { width:12.8125rem;height:20.186625rem;top:4.7493457794189rem;left:3.5937500596046rem;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }