.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:transparent;background-image: -webkit-linear-gradient(45deg, #004f62, #094583);background-image: -moz-linear-gradient(45deg, #004f62, #094583);background-image: -ms-linear-gradient(45deg, #004f62, #094583);background-image: -o-linear-gradient(45deg, #004f62, #094583);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#004f62', endColorstr='#094583' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#004f62', endColorstr='#094583' );";background-image: linear-gradient(45deg, #004f62, #094583);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); }#si32ekaMLHLWp0CEumlvUxBLIfguHvPN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#si32ekaMLHLWp0CEumlvUxBLIfguHvPN > .row .container { background-color: transparent; background-image: none; }#si32ekaMLHLWp0CEumlvUxBLIfguHvPN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#si32ekaMLHLWp0CEumlvUxBLIfguHvPN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#si32ekaMLHLWp0CEumlvUxBLIfguHvPN > .row .container > .video-iframe-container { display: none; }#si32ekaMLHLWp0CEumlvUxBLIfguHvPN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#si32ekaMLHLWp0CEumlvUxBLIfguHvPN > .row > .video-iframe-container { display: none; }#si32ekaMLHLWp0CEumlvUxBLIfguHvPN > .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); }#si32ekaMLHLWp0CEumlvUxBLIfguHvPN > .row .container { border-width: 0; border-radius: 0; }#si32ekaMLHLWp0CEumlvUxBLIfguHvPN > .row > .video-iframe-container {  }#si32ekaMLHLWp0CEumlvUxBLIfguHvPN > .row .container { font-size:0.875rem;font-family:arial;height:4.4375rem;width:60rem;position:relative;display:block; }#iRH5ecHlKfbRyATvo2FBCEtPOWJ2nb1T { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.936525rem;width:21.999rem;top:0.75rem;left:19rem;overflow:hidden;display:block; }
#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(183deg, #ffffff, #bc5a7b);background-image: -moz-linear-gradient(183deg, #ffffff, #bc5a7b);background-image: -ms-linear-gradient(183deg, #ffffff, #bc5a7b);background-image: -o-linear-gradient(183deg, #ffffff, #bc5a7b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bc5a7b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bc5a7b' );";background-image: linear-gradient(183deg, #ffffff, #bc5a7b);background-size:auto !important;position:relative;display:block; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row .container { background-color: transparent; background-image: none; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row .container > .video-iframe-container { display: none; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row > .video-iframe-container { display: none; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .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); }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row .container { border-width: 0; border-radius: 0; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row > .video-iframe-container {  }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row .container { font-size:0.875rem;font-family:arial;height:36.875rem;width:60rem;position:relative;display:block; }#zwtsJEf91cCVEuKXLf7NFM5JNmVl6cPc { color:#171515;display:block;width:30.0625rem;position:absolute;font-family:"neo sans arabic";font-size:1.9375rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:10.1494140625rem;left:0rem;height:10.07425rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cdOkEX37ve0OVVNupQoiEX2AEamrefeE { background-color:#00c595;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.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(9,33,88,0.5) ;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.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:3.125rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:26.6875rem;left:2.5625rem;display:block; }
#ZKLribhoNm6fQxeUqzUNdp23Vm3DkZMH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#dF3tGrd8pFyhvv7agyhLJAa1u8QNEva0 { background-color:transparent;background-image:none;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;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:"mykonos ar";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:3.375rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:26.5625rem;left:18.375rem;display:block; }
#n6eZsWwnnKPS2U2KRp7HiBPxul5oJWTJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Vmuvg4wn0EQTqp3hsrlXZTUIFfMQTZxA { position:absolute;display:block;z-index:100008;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;height:23.125rem;width:23.125rem;top:3.625rem;left:30.875rem;display:block; }
#nqR0JcpTJpKU1OVBpCUcAWRCr0LsgoEQ { position:absolute;display:block;z-index:100007;background-color:rgba(237,246,255,0.5);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;height:23.125rem;width:23.125rem;top:2.6875rem;left:33.3125rem;display:block; }
#UTnuIrqz05HXVQZkBeuL6NOVlJ2em4JO { position:absolute;display:block;z-index:100009;background-color:transparent;background-image:none;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;height:22.5rem;width:22.5rem;top:12.0625rem;left:36.875rem;display:block; }
#EQKMyzyQ8NcNnz15W1o1wuUvqG304pLo { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.0625rem;width:22.75rem;top:10.1494140625rem;left:37.25rem;overflow:hidden;display:block; }
#uzXebNOR31bV7zHbLxnKuaZPGSsH5GMw { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.0625rem;width:6.375rem;top:27.9375rem;left:30rem;overflow:hidden;display:block; }
#g3E9hMCbT7aZ1zBLrJBFSwTlQuTg0Sic { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.9375rem;width:2.9375rem;top:9.19921875rem;left:57.0625rem;overflow:hidden;display:block; }
#v2F7RlbmmpbR7Z416h2ScopvXVpEQyBI { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.875rem;width:22.75rem;top:0.875rem;left:31.0625rem;overflow:hidden;display:block; }
#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#bc5a7b;background-image:url("https://images.assets-landingi.com/uc/7c1ea3ea-ec6a-400f-bb44-352df20a5515/Group1.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF.adaptive-delivery-prevent-bg, #gb6XR2ngOGnORB22IveTTBIbZqT9yyRF.lazyload, #gb6XR2ngOGnORB22IveTTBIbZqT9yyRF.lazyloading { background-image: none; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container { background-color: transparent; background-image: none; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container > .video-iframe-container { display: none; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row > .video-iframe-container { display: none; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .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); }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container { border-width: 0; border-radius: 0; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row > .video-iframe-container {  }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container { font-size:0.875rem;font-family:arial;height:3.9375rem;width:60rem;position:relative;display:block; }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk > .row .container { background-color: transparent; background-image: none; }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk > .row .container > .video-iframe-container { display: none; }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk > .row > .video-iframe-container { display: none; }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk > .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); }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk > .row .container { border-width: 0; border-radius: 0; }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk > .row > .video-iframe-container {  }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk > .row .container { font-size:0.875rem;font-family:arial;height:29.75rem;width:60rem;position:relative;display:block; }#oiTEB7tzd5nJfg6pI1zyqN4ZFh6KDOe5 { color:#094583;display:block;width:30rem;position:absolute;font-family:"br font n-day";font-size:2.625rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:3.2861328125rem;left:0rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cKODFasb0P6aqnWlx5zThnLRHKtrOnc6 { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.25rem;width:19.3125rem;top:8rem;left:4.8125rem;overflow:hidden;display:block; }
#cbHX5utHGy5axFFP6OpTC78CNckgIRyD { position:absolute;display:block;z-index:100004;background-color:transparent;background-image:none;border-top:0.3125rem solid #094583;border-left:0.3125rem solid #094583;border-right:0.3125rem solid #094583;border-bottom:0.3125rem solid #094583;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;height:19.0625rem;width:19.0625rem;top:9.875rem;left:4.625rem;display:block; }
#ZTNonogWMCrJQt0iZgfmEHqR6oe67ydU { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5rem;width:3.25rem;top:11.9375rem;left:22.125rem;overflow:hidden;display:block; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM .widget-form-header {  }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM .widget-regular-label { height:auto;display:none;font-family:georgia;font-size:0.875rem;font-weight:bold;color:#000000;width:23.3125rem;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; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM .widget-input-text { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #094583;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:23.3125rem;box-sizing:border-box;height:3.125rem;color:#094583;font-size:1.125rem;overflow:hidden;font-family:georgia;vertical-align:top; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM .widget-input-text {padding-top: 0; padding-bottom: 0;}#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM .widget-textarea { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #094583;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:23.3125rem;box-sizing:border-box;height:4.375rem;color:#094583;font-size:1.125rem;overflow:hidden;font-family:georgia;vertical-align:top; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #094583;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:23.3125rem;box-sizing:border-box;height:3.125rem;color:#88b0d8;font-family:"neo sans arabic";font-size:1.125rem;overflow:hidden;vertical-align:top; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM .widget-input-select {padding-top: 0; padding-bottom: 0;}#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM .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; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM .widget-input-button { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;background-color:#00c595;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:2.9375rem;margin-bottom:0.25rem;margin-left:2.9375rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#ffffff;width:17.4375rem;height:3.125rem;font-family:"neo sans arabic";overflow:hidden;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(9,33,88,0.5) ; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM [class*="-text"]:-moz-placeholder { color:#88b0d8;font-family:"neo sans arabic";font-size:1.125rem; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM [class*="-text"]::-moz-placeholder { color:#88b0d8;font-family:"neo sans arabic";font-size:1.125rem; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM [class*="-text"]:-ms-input-placeholder { color:#88b0d8;font-family:"neo sans arabic";font-size:1.125rem; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM [class*="-text"]::-webkit-input-placeholder { color:#88b0d8;font-family:"neo sans arabic";font-size:1.125rem; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM .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:georgia;line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(0,0,0,0.5);vertical-align:top;width:22.0625rem;overflow:hidden;font-style:normal; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM .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; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM .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:georgia;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM .widget-container { padding-top:0.625rem;padding-right:0;padding-bottom:0.625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM .widget-container:first-of-type{padding-top:0;}#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM .widget-container:last-of-type{padding-bottom:0;}#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100009;position:absolute;top:3.2861328125rem;left:32.09375rem; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.3125rem;display:block;vertical-align:top; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM .widget-info-text { display:block;height:auto;font-family:georgia;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; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM {display:block;}#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100009;position:absolute;top:3.2861328125rem;left:32.09375rem; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #SWViM787mHJTi1JJgKtzUiLVBDLBoQPR { position:relative; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #rVGLiM2I1vdNSya99IXRk5RVmUgSzey6 { position:relative; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #EF5VhuzEa1EXhqFgCWyc4rl1qe9bAJuh { position:relative; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #bHC60rT5uPbtC3UfrwUXS8dJnlCHGcov { position:relative; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #W01XJTKD3TgcuO69sfGJ5qT3pwM0e3pi { position:relative; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #NOXCvQFi98VE6Z00uUHEiGJcqyppLo1q { position:relative; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #bCQihO0ipho7uoQrGQT0UiGyklTbHeVg { position:relative; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #W1KHv0L6mw56NQxFivvn5iscb38yguNb { position:relative; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #gO3lO3uHf8T7DJvOxF62SMHDbazoLrsq { position:relative; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #WuUH6UrXayoapLDfR7niRaAhzSs1ScX6 { position:relative; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #oxso4booIzHVOrQDa3o9pfp8cqWXzyas { position:relative; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #GdToyNV8426RzKArmFfmnGtOzkDCbotS { position:relative; }
#b0elTcNPgqX5thBc9DOVZDOf97afqRyk { position:relative;display:block; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #JRg7FFtXuqcmvtL6KROGXSPlwitwi12C { position:relative; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #aheiEMsiRcCL56BV3zR1dUAxTWXCiSd9 { position:relative; }
#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row .container { background-color: transparent; background-image: none; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row .container > .video-iframe-container { display: none; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row > .video-iframe-container { display: none; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .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); }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row .container { border-width: 0; border-radius: 0; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row > .video-iframe-container {  }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row .container { font-size:0.875rem;font-family:arial;height:26.5625rem;width:60rem;position:relative;display:block; }#xIUWNOFz8C0DnqNVQwyhpDpbFZ5gJAkQ { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.1875rem;width:6.3125rem;top:16.0341796875rem;left:9.5625rem;overflow:hidden;display:block; }
#JBdxfSXbccyPxSGgnwiqdVVO9osTeOl3 { color:#094583;display:block;width:30rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:5.3125rem;left:30rem;height:10.72265625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Ga21IPS9EQylTWn98zVBKgmUvAmHcEHh { background-color:#00c595;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.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(9,33,88,0.5) ;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.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:3.125rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:20.5rem;left:39.4375rem;display:block; }
#bD9yEn9cZlDTl65LRI2lZWDMRnmDHPuz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#L0VvhbwohTvtVbEbI2cwibQ2zsHIkbVd { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.5rem;width:28.3125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ea93aa;background-image:url("https://images.assets-landingi.com/uc/007f091e-9095-428f-96b7-dfe4bddf5faf/Group7.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc.adaptive-delivery-prevent-bg, #ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc.lazyload, #ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc.lazyloading { background-image: none; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container { background-color: transparent; background-image: none; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container > .video-iframe-container { display: none; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row > .video-iframe-container { display: none; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .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); }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container { border-width: 0; border-radius: 0; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row > .video-iframe-container {  }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container { font-size:0.875rem;font-family:arial;height:4rem;width:60rem;position:relative;display:block; }#kWNKe0pilGkKrWpgm3VHbugBAkoXsoeG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ea90a7;background-image:none;position:relative;display:block; }#kWNKe0pilGkKrWpgm3VHbugBAkoXsoeG > .row .container { background-color: transparent; background-image: none; }#kWNKe0pilGkKrWpgm3VHbugBAkoXsoeG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kWNKe0pilGkKrWpgm3VHbugBAkoXsoeG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kWNKe0pilGkKrWpgm3VHbugBAkoXsoeG > .row .container > .video-iframe-container { display: none; }#kWNKe0pilGkKrWpgm3VHbugBAkoXsoeG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kWNKe0pilGkKrWpgm3VHbugBAkoXsoeG > .row > .video-iframe-container { display: none; }#kWNKe0pilGkKrWpgm3VHbugBAkoXsoeG > .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); }#kWNKe0pilGkKrWpgm3VHbugBAkoXsoeG > .row .container { border-width: 0; border-radius: 0; }#kWNKe0pilGkKrWpgm3VHbugBAkoXsoeG > .row > .video-iframe-container {  }#kWNKe0pilGkKrWpgm3VHbugBAkoXsoeG > .row .container { font-size:0.875rem;font-family:arial;height:154.25rem;width:60rem;position:relative;display:block; }#PHygOERRo1PTmBJT5MZnOAVRlbxzBAia { color:#000000;display:block;width:23.3125rem;position:absolute;font-family:"neo sans arabic";font-size:2.5rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:2.0625rem;left:18.34375rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dUwTfkLqAnPm6mpb1Sfm8ECB3N9upFqe { position:absolute;display:block;z-index:100057;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.0625rem;top:7.1875rem;left:44.6875rem;display:block; }#dUwTfkLqAnPm6mpb1Sfm8ECB3N9upFqe.adaptive-delivery-prevent-bg, #dUwTfkLqAnPm6mpb1Sfm8ECB3N9upFqe.lazyload, #dUwTfkLqAnPm6mpb1Sfm8ECB3N9upFqe.lazyloading { background-image: none; }
#f5lIfTvZsXlLdRihlaZ3sXEWlENVv2nb { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:normal;z-index:100090;line-height:1.3;letter-spacing:0;top:11.560546875rem;left:46.09375rem;height:3.0859375rem;text-align:center;text-align-last:center;display:block; }
#p8Z819RTDK0ob1a5g2u3k1Cw5to04NoQ { 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:16.875rem;left:46.3125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#TAxt7hih4iO6rPQ33yzDMgZKWbxwO8Tf { 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:18.5625rem;left:48.0625rem;display:block; }
#XQQ5GXzcrDrqzuFw0rJqAbX5uLUKlWLP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#U4akUv3X87k224ZteGlEk67AwnFDNvf5 { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:700;z-index:100091;line-height:1.3;letter-spacing:0;top:8.810546875rem;left:46.15625rem;height:1.54296875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e2biW6lpbtqFlLJIkG1E5wqy2fChxccg { 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.0625rem;top:7.25rem;left:22.5rem;display:block; }#e2biW6lpbtqFlLJIkG1E5wqy2fChxccg.adaptive-delivery-prevent-bg, #e2biW6lpbtqFlLJIkG1E5wqy2fChxccg.lazyload, #e2biW6lpbtqFlLJIkG1E5wqy2fChxccg.lazyloading { background-image: none; }
#XXzae23nyJxu1Z40Z06D3f8cSqlLcLMc { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100095;line-height:1.3;letter-spacing:0;top:16.9375rem;left:24.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#M2DQwF8MoudHLSvliQkddcUvVVnTnuxS { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:normal;z-index:100095;line-height:1.3;letter-spacing:0;top:11.5625rem;left:23.875rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#MTIO0qa1uk8bBvG07P5hlomAdspIttON { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:700;z-index:100096;line-height:1.3;letter-spacing:0;top:11.560546875rem;left:23.75rem;height:1.54296875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lL40bdqRxylKJZHA5dE3iuw3U7UxmNCK { 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:7.1875rem;left:0rem;display:block; }#lL40bdqRxylKJZHA5dE3iuw3U7UxmNCK.adaptive-delivery-prevent-bg, #lL40bdqRxylKJZHA5dE3iuw3U7UxmNCK.lazyload, #lL40bdqRxylKJZHA5dE3iuw3U7UxmNCK.lazyloading { background-image: none; }
#ysi5wB6TGoXuTyshvF53ZGq0TubKWIl7 { 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:16.875rem;left:1.625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#FqMKCNE045EUPQh4ePCQXNV3dWVL7tZe { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:normal;z-index:100100;line-height:1.3;letter-spacing:0;top:11.5rem;left:1.375rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#mSwtLh3nlp3TTiG4gMUv77i2qwAlr1uu { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:700;z-index:100101;line-height:1.3;letter-spacing:0;top:11.5rem;left:1.25rem;height:1.54296875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N8D2zTm49NghEppt44HmVt1k7JfKHDJh { 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.8095625rem;height:2.74805rem;text-decoration:none;z-index:100168;text-align:center;text-align-last:center;top:18.6259765625rem;left:25.75rem;display:block; }
#lws01SmXii0vIoThoFW6XHqXP15HOXQf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#rWDcuseSo7zHHhyGEJIdaA9LCL8ufQ6o { 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.808625rem;height:2.74805rem;text-decoration:none;z-index:100169;text-align:center;text-align-last:center;top:18.6259765625rem;left:3.2509765625rem;display:block; }
#QOKtSKTcXbVIcJeWS3s3wenlfihi58Fi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ROmTGVz0OgefRxKcZbK81TsJ1JBeGU0l { 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.808625rem;height:2.74805rem;text-decoration:none;z-index:100172;text-align:center;text-align-last:center;top:34.4384765625rem;left:47.9384765625rem;display:none; }
#fItklLuFwscOzJqyNl35eTTd80ngrUnV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#eB3TKiWAOcupqxCerZObFhnVMiPucfrf { 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.808625rem;height:2.74805rem;text-decoration:none;z-index:100172;text-align:center;text-align-last:center;top:34.4384765625rem;left:47.9384765625rem;display:none; }
#xdgtW7MK3bnfhKms7zUT1zd8QEcFxB8r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#rR99NucRk7pFbbrfiU4R6Hgpz9WkhXso { 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.0625rem;top:23.125rem;left:0.25rem;display:block; }#rR99NucRk7pFbbrfiU4R6Hgpz9WkhXso.adaptive-delivery-prevent-bg, #rR99NucRk7pFbbrfiU4R6Hgpz9WkhXso.lazyload, #rR99NucRk7pFbbrfiU4R6Hgpz9WkhXso.lazyloading { background-image: none; }
#Bq93En0DDwCpQ24qLCXXlUlUJUrhTOFS { 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.808625rem;height:2.74805rem;text-decoration:none;z-index:100184;text-align:center;text-align-last:center;top:34.5625rem;left:3.5rem;display:block; }
#hFuagXhMPAvdMXdgNkXHNLRRJ91h1STE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#sAXRy8XOsGsDFpzBgHwJm7FUpBrrPQHp { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100115;line-height:1.3;letter-spacing:0;top:32.8125rem;left:1.875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#ebc3gTXtma13Tv2BbJGhNEE3Q3MoJ7H4 { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:normal;z-index:100115;line-height:1.3;letter-spacing:0;top:27.4375rem;left:1.625rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#RINmaRIPAZeePHDriRv9FrGswdPwOkyp { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:700;z-index:100116;line-height:1.3;letter-spacing:0;top:25.95703125rem;left:1.625rem;height:1.54296875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TELwRphWNEWtCELDnWJ78A9Tt9s33lzF { position:absolute;display:block;z-index:100077;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.0625rem;top:23.1875rem;left:22.75rem;display:block; }#TELwRphWNEWtCELDnWJ78A9Tt9s33lzF.adaptive-delivery-prevent-bg, #TELwRphWNEWtCELDnWJ78A9Tt9s33lzF.lazyload, #TELwRphWNEWtCELDnWJ78A9Tt9s33lzF.lazyloading { background-image: none; }
#T3vtdhhFG5NDN59BvySeMmf8R8x6tWyX { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:700;z-index:100111;line-height:1.3;letter-spacing:0;top:25.95703125rem;left:23.90625rem;height:1.54296875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IcHrWUe9FfClrFTQgm1e69vnvNTci2dk { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100110;line-height:1.3;letter-spacing:0;top:32.875rem;left:24.375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#vSu5JPEM1cH6vhfl2IiMZgTFAfnzquWI { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:normal;z-index:100110;line-height:1.3;letter-spacing:0;top:27.5rem;left:24.125rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#SaBQZ5gOVM2n5VR5apTXpQP3FxFbJCLJ { 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.8095625rem;height:2.74805rem;text-decoration:none;z-index:100183;text-align:center;text-align-last:center;top:34.5625rem;left:26rem;display:block; }
#Pv2cBObMSfbxaZfksX8tF4snrVmotWvJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#KJ7OSRpTCvTtiqqdsnUrOBn5FmVQxBTH { 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.0625rem;top:23.125rem;left:44.9375rem;display:block; }#KJ7OSRpTCvTtiqqdsnUrOBn5FmVQxBTH.adaptive-delivery-prevent-bg, #KJ7OSRpTCvTtiqqdsnUrOBn5FmVQxBTH.lazyload, #KJ7OSRpTCvTtiqqdsnUrOBn5FmVQxBTH.lazyloading { background-image: none; }
#WAUTtNKOvmRDDOJrgRZ8NpSEsUTerGIR { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:normal;z-index:100105;line-height:1.3;letter-spacing:0;top:28.64453125rem;left:46.09375rem;height:3.0859375rem;text-align:center;text-align-last:center;display:block; }
#CQFmqVWzdif1b0tbTGrK41NpqMFz8Vap { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100105;line-height:1.3;letter-spacing:0;top:32.8125rem;left:46.5625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#zn8yk4tNydthqn02TRwgXzokUAPZgzQK { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:700;z-index:100106;line-height:1.3;letter-spacing:0;top:24.75rem;left:46.4375rem;height:3.0859375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XX3a9CSTqcbyRIX5cO88XR50cW5Sx18E { 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:34.5rem;left:48.3125rem;display:block; }
#HrPrqtzmLSq8T6JpERdqd83irHZgTkeM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#XMWHmrQQOXbpQIsbA2QUOvmQHqEdSEHB { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:normal;z-index:100106;line-height:1.3;letter-spacing:0;top:28.64453125rem;left:23.75rem;height:3.0859375rem;text-align:center;text-align-last:center;display:block; }
#guu7BwSEcnWpZbh1OI67pmyCOZg2Lr9Q { 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:34.5rem;left:48.3125rem;display:none; }
#NEhbMEmlC42QKnkFGvlh7q6Sic8qH6sL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#AiNyATIruQU4pgCXa4QBfvtum94OfRTD { 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:34.5rem;left:48.3125rem;display:none; }
#l43xWCz633marEc9m1KiJbJenyld7kTm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ByAc2tREbmsJe0oDDBbGe3VfHOPognMM { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:normal;z-index:100107;line-height:1.3;letter-spacing:0;top:28.64453125rem;left:1.40625rem;height:3.0859375rem;text-align:center;text-align-last:center;display:block; }
#WxOhcVWUppeBoOdViNhmmrRTK4lCx3It { position:absolute;display:block;z-index:100099;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.0625rem;top:38.875rem;left:0rem;display:block; }#WxOhcVWUppeBoOdViNhmmrRTK4lCx3It.adaptive-delivery-prevent-bg, #WxOhcVWUppeBoOdViNhmmrRTK4lCx3It.lazyload, #WxOhcVWUppeBoOdViNhmmrRTK4lCx3It.lazyloading { background-image: none; }
#n7uzcxc1MHtpNlwqO0GygST8OTIIP2MO { 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.808625rem;height:2.74805rem;text-decoration:none;z-index:100201;text-align:center;text-align-last:center;top:50.3125rem;left:3.25rem;display:block; }
#EALZpGDsu3MI51ReGwEz3oClp3eX3dqh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#V29TNxc54G7mSXGQL5SUDTTLf2prWqNT { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100132;line-height:1.3;letter-spacing:0;top:48.5625rem;left:1.625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#K2bt327TVMMThdpZcy4cGNW1qrQA5oUq { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:normal;z-index:100124;line-height:1.3;letter-spacing:0;top:44.375rem;left:1.1875rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#BTmtWf7wvTLZGyfbTNuooIfHh0X03b6q { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:normal;z-index:100132;line-height:1.3;letter-spacing:0;top:43.1875rem;left:1.375rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#NSoRaDd0ghfHnEXlTpxfkhFyCwsMaWrq { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:700;z-index:100133;line-height:1.3;letter-spacing:0;top:43.1875rem;left:1.40625rem;height:3.0859375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n3zqZuTVLGb02WenomQTV9Z86TgsBE9e { position:absolute;display:block;z-index:100094;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:38.9375rem;left:22.5rem;display:block; }#n3zqZuTVLGb02WenomQTV9Z86TgsBE9e.adaptive-delivery-prevent-bg, #n3zqZuTVLGb02WenomQTV9Z86TgsBE9e.lazyload, #n3zqZuTVLGb02WenomQTV9Z86TgsBE9e.lazyloading { background-image: none; }
#awfVeRNVbQnnJomCA4HzTM0fG7rXgdL2 { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:700;z-index:100128;line-height:1.3;letter-spacing:0;top:44.375rem;left:23.75rem;height:1.54296875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fCTCGRsxJc52vgcDPfwy6hqvUw7MCs0A { 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:48.625rem;left:24.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#yMxTz3uTNZH6xSzeE0EX9g0hKvTVKgWD { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:normal;z-index:100127;line-height:1.3;letter-spacing:0;top:43.25rem;left:23.875rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#Zmzbqt5bu4ZfDQUQq8AQ81UF45wHd079 { 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.8095625rem;height:2.74805rem;text-decoration:none;z-index:100200;text-align:center;text-align-last:center;top:50.3125rem;left:25.75rem;display:block; }
#g3ElnS2bClu7zlcoKWhB6a4QRU6zaZOD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#pXZ9nJZHoSaXNsR4pZEo15ShEoW74Da5 { position:absolute;display:block;z-index:100089;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.0625rem;top:38.875rem;left:44.6875rem;display:block; }#pXZ9nJZHoSaXNsR4pZEo15ShEoW74Da5.adaptive-delivery-prevent-bg, #pXZ9nJZHoSaXNsR4pZEo15ShEoW74Da5.lazyload, #pXZ9nJZHoSaXNsR4pZEo15ShEoW74Da5.lazyloading { background-image: none; }
#XJA6dZITfZh55DMEurJNF9Q2GJIuiU06 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100122;line-height:1.3;letter-spacing:0;top:48.5625rem;left:46.3125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#po81ZaIkccNeH606wEikEsT8xvWfrwHn { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:700;z-index:100123;line-height:1.3;letter-spacing:0;top:42.89453125rem;left:46.09375rem;height:1.54296875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BrKWS3he7ZdZdyiSfnpS4POmDWpdPdDk { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100090;text-align:center;text-align-last:center;top:50.25rem;left:48.0625rem;display:block; }
#eMNPFqgP0TEnp4utIxNJCDDtW2TMnsi9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZqXISGtToXd6kawaO9VsVJyr03BePTct { 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:34.5rem;left:48.3125rem;display:none; }
#UrhETUIoUX7UW47CUGI9aFQxJTaHsKxM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#FhEfvnt237SfcXZyoh99n7mVcCziz2LV { 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:34.5rem;left:48.3125rem;display:none; }
#SEBFPzcClglHgWC2FwkBXwlvhiFuGbrt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#t4sc6Uo2AO4aWfiZMb7u2biQceNKcPJm { 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.0625rem;top:54.625rem;left:0rem;display:block; }#t4sc6Uo2AO4aWfiZMb7u2biQceNKcPJm.adaptive-delivery-prevent-bg, #t4sc6Uo2AO4aWfiZMb7u2biQceNKcPJm.lazyload, #t4sc6Uo2AO4aWfiZMb7u2biQceNKcPJm.lazyloading { background-image: none; }
#oZAS7Oq0NzQHn1BNsXhTTXbShRZgIryb { 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.808625rem;height:2.74805rem;text-decoration:none;z-index:100216;text-align:center;text-align-last:center;top:66.0625rem;left:3.25rem;display:block; }
#RWmQuiQaDaOlbXwbl5a2XwN3AldLorH1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#SSZOvsrloFixtcVVhzigWFD9QuX84hKw { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100147;line-height:1.3;letter-spacing:0;top:64.3125rem;left:1.625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#TimXZXlvVMuGyl4hblTb17RkKqwD7THZ { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:normal;z-index:100139;line-height:1.3;letter-spacing:0;top:60.125rem;left:1.1875rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#oxNS0R6Z10wWxLh36eUihHhTb1GXsWh2 { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:700;z-index:100148;line-height:1.3;letter-spacing:0;top:58.9375rem;left:1.4375rem;height:1.54296875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ffPktJfVqvtIB3xsBpTxwZEZcB8wShfO { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:normal;z-index:100147;line-height:1.3;letter-spacing:0;top:58.9375rem;left:1.375rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#ULs7tcVXokBhJo4hRyvyUNw4dt6U39vT { position:absolute;display:block;z-index:100109;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.0625rem;top:54.6875rem;left:22.5rem;display:block; }#ULs7tcVXokBhJo4hRyvyUNw4dt6U39vT.adaptive-delivery-prevent-bg, #ULs7tcVXokBhJo4hRyvyUNw4dt6U39vT.lazyload, #ULs7tcVXokBhJo4hRyvyUNw4dt6U39vT.lazyloading { background-image: none; }
#vBhfmw4xVCrlpXwrQ89kDUDRlCkClDOC { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:700;z-index:100143;line-height:1.3;letter-spacing:0;top:58.64453125rem;left:23.75rem;height:1.54296875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JhHEDPyNAefxo9TGUs7yCL5ODiPf1Bna { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:normal;z-index:100142;line-height:1.3;letter-spacing:0;top:59rem;left:23.875rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#OGx5SOlLzweqmZ2ihTc57cc1izEXrZFz { 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:64.375rem;left:24.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#uz3kZrdDh96FyRf5nZWR0Bnk0lFkm1ls { 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.8095625rem;height:2.74805rem;text-decoration:none;z-index:100215;text-align:center;text-align-last:center;top:66.0625rem;left:25.75rem;display:block; }
#sBGbkgRwzPLs9wtILBfqBrGCBywTChm3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#kagwRtecvnloQ1QiptF2dMOzF2MELW8q { position:absolute;display:block;z-index:100104;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:54.625rem;left:44.6875rem;display:block; }#kagwRtecvnloQ1QiptF2dMOzF2MELW8q.adaptive-delivery-prevent-bg, #kagwRtecvnloQ1QiptF2dMOzF2MELW8q.lazyload, #kagwRtecvnloQ1QiptF2dMOzF2MELW8q.lazyloading { background-image: none; }
#i0a6IuEcRtUtFtxivxFFHqUFuozGfbRn { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:700;z-index:100138;line-height:1.3;letter-spacing:0;top:58.625rem;left:46.125rem;height:1.54296875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ncEZwO5swnk2dG1zvAObPuqEiXeKlIUC { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100137;line-height:1.3;letter-spacing:0;top:64.3125rem;left:46.3125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#R40ZZ0PEhTmModILOq9aBlomvKczfiTt { 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:100105;text-align:center;text-align-last:center;top:66rem;left:48.0625rem;display:block; }
#luDxMwbTNpsQT9aMOsn5kNJTJBTT767O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bxyL2SlBAL2f7cB07MOpKmHLzvqzmkdC { position:absolute;display:block;z-index:100129;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.0625rem;top:70.3125rem;left:0.25rem;display:block; }#bxyL2SlBAL2f7cB07MOpKmHLzvqzmkdC.adaptive-delivery-prevent-bg, #bxyL2SlBAL2f7cB07MOpKmHLzvqzmkdC.lazyload, #bxyL2SlBAL2f7cB07MOpKmHLzvqzmkdC.lazyloading { background-image: none; }
#drXcLTENEyNitckbJNFScw81LO58GH5K { 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.808625rem;height:2.74805rem;text-decoration:none;z-index:100231;text-align:center;text-align-last:center;top:81.75rem;left:3.5rem;display:block; }
#oTlSrW2JB2S9nZtGS4TqsWTXgurIrLtU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#w4aOirZlMUQ28bkSN9DAxuwsELaLOIOx { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100162;line-height:1.3;letter-spacing:0;top:80rem;left:1.875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#NFZ3DrwFgwmqKChSLJq9eoPu4xnPHpyr { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:700;z-index:100163;line-height:1.3;letter-spacing:0;top:74.625rem;left:1.6875rem;height:1.54296875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SFWnAPNeONBXUv09Sn4APc4gkXQc74V0 { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:normal;z-index:100162;line-height:1.3;letter-spacing:0;top:74.625rem;left:1.625rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#ZV72hI5TKdObK2TFTabRiSVoWy7VNBsf { position:absolute;display:block;z-index:100124;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:70.375rem;left:22.75rem;display:block; }#ZV72hI5TKdObK2TFTabRiSVoWy7VNBsf.adaptive-delivery-prevent-bg, #ZV72hI5TKdObK2TFTabRiSVoWy7VNBsf.lazyload, #ZV72hI5TKdObK2TFTabRiSVoWy7VNBsf.lazyloading { background-image: none; }
#yQfSpnFCxRXkE01iAz73aW0Kb7me9FBb { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:700;z-index:100158;line-height:1.3;letter-spacing:0;top:74.3125rem;left:24rem;height:3.0859375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e5BitK4uN4TQG3daTnVekhGT9f5y64Go { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:normal;z-index:100157;line-height:1.3;letter-spacing:0;top:74.6875rem;left:24.125rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#ICRSfzcTAHTroTPiHIQnUbQGmv4uRJDn { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100157;line-height:1.3;letter-spacing:0;top:80.0625rem;left:24.375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#P74IGkhkwMuXlAxs63KfgMS1GHpSygdO { 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.8095625rem;height:2.74805rem;text-decoration:none;z-index:100230;text-align:center;text-align-last:center;top:81.75rem;left:26rem;display:block; }
#S4mPLA98A6kTzHxuO2JoH9gWwXabzvgE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#RsG4Tc8LIwfkdWgCcgEGSxzRbABU8Pf2 { position:absolute;display:block;z-index:100119;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.0625rem;top:70.3125rem;left:44.9375rem;display:block; }#RsG4Tc8LIwfkdWgCcgEGSxzRbABU8Pf2.adaptive-delivery-prevent-bg, #RsG4Tc8LIwfkdWgCcgEGSxzRbABU8Pf2.lazyload, #RsG4Tc8LIwfkdWgCcgEGSxzRbABU8Pf2.lazyloading { background-image: none; }
#lZux4aIbloE0APQSRO7Sa11erRl3B116 { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:700;z-index:100153;line-height:1.3;letter-spacing:0;top:74.3125rem;left:46.375rem;height:1.54296875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nJuBR0rrdxBe0T4IRAD1IK8B0UEnx8LK { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100152;line-height:1.3;letter-spacing:0;top:80rem;left:46.5625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#P1rh2HiuA66zTQbETRCRvPTaN5u11MRg { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100120;text-align:center;text-align-last:center;top:81.6875rem;left:48.3125rem;display:block; }
#CtkmFzZaTKAaHBTwXTKg5tMLHtpLdbg8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#OdE05zqJNw2BgONhN90rEt5l665IU1WB { position:absolute;display:block;z-index:100143;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.0625rem;top:85.4375rem;left:0rem;display:block; }#OdE05zqJNw2BgONhN90rEt5l665IU1WB.adaptive-delivery-prevent-bg, #OdE05zqJNw2BgONhN90rEt5l665IU1WB.lazyload, #OdE05zqJNw2BgONhN90rEt5l665IU1WB.lazyloading { background-image: none; }
#DPbJDE9I7sgZzttyrEX69wogT964NsX6 { 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.808625rem;height:2.74805rem;text-decoration:none;z-index:100245;text-align:center;text-align-last:center;top:96.875rem;left:3.25rem;display:block; }
#EVW2d7rscvqFP1fqrHqFcuOtuLLP1VSU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#W0gWSrpxt5WnNAuUIr8eVZT0aVIBcqx7 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100176;line-height:1.3;letter-spacing:0;top:95.125rem;left:1.625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#CAIs2uldSg8HBwZm14pimNEZdBFdF7sz { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:700;z-index:100177;line-height:1.3;letter-spacing:0;top:89.75rem;left:1.4375rem;height:3.0859375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DEu0rUrKi7EwaJNbl3cyIpGslKpsabZx { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:normal;z-index:100176;line-height:1.3;letter-spacing:0;top:89.75rem;left:1.375rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#Htd2WsQfErfflN3bP2COE0Hc6tGsImZb { position:absolute;display:block;z-index:100138;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:85.5rem;left:22.5rem;display:block; }#Htd2WsQfErfflN3bP2COE0Hc6tGsImZb.adaptive-delivery-prevent-bg, #Htd2WsQfErfflN3bP2COE0Hc6tGsImZb.lazyload, #Htd2WsQfErfflN3bP2COE0Hc6tGsImZb.lazyloading { background-image: none; }
#STarAOMM1UmtAsltQ7tVltgoeqKtwLD4 { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:700;z-index:100172;line-height:1.3;letter-spacing:0;top:89.4375rem;left:23.75rem;height:3.0859375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MU71IxPwNTqR1q4x6kkr6Fvd67TiTT3M { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:normal;z-index:100171;line-height:1.3;letter-spacing:0;top:89.8125rem;left:23.875rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#QKPNR8TToTFTVhdc5lnyW0UToKR5RGHU { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100171;line-height:1.3;letter-spacing:0;top:95.1875rem;left:24.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#QVPtbMmUhWQsvoILwDSTFz81hITwB1Hc { 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.8095625rem;height:2.74805rem;text-decoration:none;z-index:100244;text-align:center;text-align-last:center;top:96.875rem;left:25.75rem;display:block; }
#WE8Ctns347Tn5UQASyxDpZmfMbaZS0dR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ifZTpCkH0z9nxMFVCVJZ4BmIOFCQFEmG { position:absolute;display:block;z-index:100133;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.0625rem;top:85.4375rem;left:44.6875rem;display:block; }#ifZTpCkH0z9nxMFVCVJZ4BmIOFCQFEmG.adaptive-delivery-prevent-bg, #ifZTpCkH0z9nxMFVCVJZ4BmIOFCQFEmG.lazyload, #ifZTpCkH0z9nxMFVCVJZ4BmIOFCQFEmG.lazyloading { background-image: none; }
#FQ7sbVsgUXqTBZB0TgqJ91HZKU6O7LuX { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:700;z-index:100167;line-height:1.3;letter-spacing:0;top:87.89453125rem;left:46.09375rem;height:3.0859375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CrgSBhuT3ht0XBFpMMoBsuWrk84G7mXz { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100166;line-height:1.3;letter-spacing:0;top:95.125rem;left:46.3125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#ert8Qb1salSSR9bgiuoQmQTOpipsIwhs { 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:96.8125rem;left:48.0625rem;display:block; }
#WD5hc8FZQBZF4ITP5nLfqtzdFRizblck { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MCsde5QAUkK220FcBqOCOzWB0Z4Azs5Z { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:normal;z-index:100246;line-height:1.3;letter-spacing:0;top:91.5390625rem;left:46.3125rem;height:3.0859375rem;text-align:center;text-align-last:center;display:block; }
#PT2GJab28csbfxZHfGwBBtrfOE1f1R6p { position:absolute;display:block;z-index:100158;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:101.5625rem;left:0rem;display:block; }#PT2GJab28csbfxZHfGwBBtrfOE1f1R6p.adaptive-delivery-prevent-bg, #PT2GJab28csbfxZHfGwBBtrfOE1f1R6p.lazyload, #PT2GJab28csbfxZHfGwBBtrfOE1f1R6p.lazyloading { background-image: none; }
#CkT0UOw0GIArJdv0FdbTxosm21n6M2TX { 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.808625rem;height:2.74805rem;text-decoration:none;z-index:100260;text-align:center;text-align-last:center;top:113rem;left:3.25rem;display:block; }
#UHfuXCzgZJO2PqBHWPitJ4hsnAzXDRrG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#OzbliwC0yhOGMNw3AKbUMulwOhvOZAx5 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100191;line-height:1.3;letter-spacing:0;top:111.25rem;left:1.625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#IreOo7DuV53dgnfVvnueCpv6Ew2oCVeq { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:700;z-index:100192;line-height:1.3;letter-spacing:0;top:105.875rem;left:1.4375rem;height:3.0859375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iDxcphT1xr15cmt29Wqa0gmO1QTGmNZw { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:normal;z-index:100191;line-height:1.3;letter-spacing:0;top:105.875rem;left:1.375rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#DS8kelEIb87iEqbiTLGKMHnFJFUiksTU { position:absolute;display:block;z-index:100153;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:101.625rem;left:22.5rem;display:block; }#DS8kelEIb87iEqbiTLGKMHnFJFUiksTU.adaptive-delivery-prevent-bg, #DS8kelEIb87iEqbiTLGKMHnFJFUiksTU.lazyload, #DS8kelEIb87iEqbiTLGKMHnFJFUiksTU.lazyloading { background-image: none; }
#IwhUryOThXcusJpG9UVEWA5l2KyufgwW { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:700;z-index:100187;line-height:1.3;letter-spacing:0;top:105.103515625rem;left:23.75rem;height:4.62890625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ATyWwTKdQirDQDb9lW449TOKGTAUbFmf { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:normal;z-index:100186;line-height:1.3;letter-spacing:0;top:105.9375rem;left:23.875rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#xOpdiXdtasngprgmRssuhtRGe5Sad9rC { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100186;line-height:1.3;letter-spacing:0;top:111.3125rem;left:24.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#PChvLE3528ssNk50rh1ovNuEhi4aCVd8 { 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.8095625rem;height:2.74805rem;text-decoration:none;z-index:100259;text-align:center;text-align-last:center;top:113rem;left:25.75rem;display:block; }
#FFle8TqnlW0LkqAbUsmmlmFa7eU4vtXH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mBwDsW7NRmfR50u02htAZwgeeRZaWIIB { position:absolute;display:block;z-index:100148;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:101.5625rem;left:44.6875rem;display:block; }#mBwDsW7NRmfR50u02htAZwgeeRZaWIIB.adaptive-delivery-prevent-bg, #mBwDsW7NRmfR50u02htAZwgeeRZaWIIB.lazyload, #mBwDsW7NRmfR50u02htAZwgeeRZaWIIB.lazyloading { background-image: none; }
#Aw5q02BplbCvVNS8mAC2sdo40bTeAbIQ { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:700;z-index:100182;line-height:1.3;letter-spacing:0;top:105.103515625rem;left:46.09375rem;height:4.62890625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XqGhMFSu5Elxl5BakvOxXBAOGo3S2IRp { 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:111.25rem;left:46.3125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#lUsiTJeazgfSIPrRn81TeDGsHoJHliwG { 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:100149;text-align:center;text-align-last:center;top:112.9375rem;left:48.0625rem;display:block; }
#sas3vVI1rmLT8vfJNgrqN9fq82PHWkZW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#f8Fq2SBtrqUwB02ofqPWdaSwDxGHobED { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e7668a;background-image:none;position:relative;display:block; }#f8Fq2SBtrqUwB02ofqPWdaSwDxGHobED > .row .container { background-color: transparent; background-image: none; }#f8Fq2SBtrqUwB02ofqPWdaSwDxGHobED::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f8Fq2SBtrqUwB02ofqPWdaSwDxGHobED > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f8Fq2SBtrqUwB02ofqPWdaSwDxGHobED > .row .container > .video-iframe-container { display: none; }#f8Fq2SBtrqUwB02ofqPWdaSwDxGHobED > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f8Fq2SBtrqUwB02ofqPWdaSwDxGHobED > .row > .video-iframe-container { display: none; }#f8Fq2SBtrqUwB02ofqPWdaSwDxGHobED > .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); }#f8Fq2SBtrqUwB02ofqPWdaSwDxGHobED > .row .container { border-width: 0; border-radius: 0; }#f8Fq2SBtrqUwB02ofqPWdaSwDxGHobED > .row > .video-iframe-container {  }#f8Fq2SBtrqUwB02ofqPWdaSwDxGHobED > .row .container { font-size:0.875rem;font-family:arial;height:23.4375rem;width:60rem;position:relative;display:block; }#Dn6lDv5vQTMsKCN6QGGzEuPTKberS5J0 { color:#ffffff;display:block;width:18.3125rem;position:absolute;font-family:"alw arabic";font-size:2rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:2.8125104904175rem;left:36.062500953674rem;height:2.5996125rem;text-align:right;text-align-last:right;display:block; }
#Ou4buzl2qBO6ZK8ar3hoJDzitPmCw7tg { color:#ffffff;display:block;width:24.25rem;position:absolute;font-family:amiri;font-size:1.375rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:12.875rem;left:26.375rem;height:1.7871125rem;text-align:right;text-align-last:right;display:block; }
#Q7nwFr8N7Ckl9cTRGSXOAJbkFSh6o5s5 { color:#ffffff;display:block;width:14.5625rem;position:absolute;font-family:amiri;font-size:1.375rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:7.6875rem;left:36.6875rem;height:3.574225rem;text-align:right;text-align-last:right;display:block; }
#TkRh0zAJ1ZrTcfErCsutsmb2c6cL2WAL { 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:100003;top:16.0625rem;left:42.562500953674rem;display:block; }
#dHrq5fIFElSEwbQv7PFdQBOzZyZVuzkg { 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:100004;top:16.0625rem;left:45.187500953674rem;display:block; }
#dAlO6Qy8GPgVSmSqJqI4lIDEwUfyITot { 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:100006;top:16.0625rem;left:47.875rem;display:block; }
#vTNUgINHbl1sauuuqzxbusaTAOJmIvXy { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;height:21.0625rem;width:13.5625rem;top:1.1250104904175rem;left:5.3125rem;overflow:hidden;display:block; }
#CscOEVblxDqTPhJ0rTLOOnxCHPXzktpF { box-sizing:content-box;color:#172595;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:100020;top:12.3125rem;left:51.1875rem;display:block; }
#DaFRIZQqKw2tiH6KS20WVJvtCZA25TCt { box-sizing:content-box;color:#172595;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:100009;top:7.625rem;left:51.125rem;display:block; }
#Q7wMzmPtOvnGO8858q4STCq4cci8LGAP { box-sizing:content-box;color:#172595;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:100021;top:15.875rem;left:51.125rem;display:block; }
#xuP2CfLpwJPTXSitDO2dcIiBOmx9SgqG { color:#ffffff;display:block;width:27.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100056;line-height:1.3;letter-spacing:0;top:20.104166507721rem;left:30.062500953674rem;height:1.2999125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #si32ekaMLHLWp0CEumlvUxBLIfguHvPN { display:block; }#si32ekaMLHLWp0CEumlvUxBLIfguHvPN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iRH5ecHlKfbRyATvo2FBCEtPOWJ2nb1T { top:0.75rem;left:12.875rem;width:21.9375rem;height:2.9283157046911rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnU1SDzBvlV1orGE23SOg1bpn8y68ztN { display:block; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zwtsJEf91cCVEuKXLf7NFM5JNmVl6cPc { top:10.125rem;left:0rem;width:30.0625rem;height:10.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdOkEX37ve0OVVNupQoiEX2AEamrefeE { width:13.625rem;height:3.125rem;top:26.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKLribhoNm6fQxeUqzUNdp23Vm3DkZMH { display:block; }
 }@media only screen and (max-width: 763px) { #dF3tGrd8pFyhvv7agyhLJAa1u8QNEva0 { width:10rem;height:3.375rem;top:26.5625rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6eZsWwnnKPS2U2KRp7HiBPxul5oJWTJ { display:block; }
 }@media only screen and (max-width: 763px) { #Vmuvg4wn0EQTqp3hsrlXZTUIFfMQTZxA { top:3.625rem;left:23.875rem;width:23.125rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqR0JcpTJpKU1OVBpCUcAWRCr0LsgoEQ { top:2.6875rem;left:24.125rem;width:23.125rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTnuIrqz05HXVQZkBeuL6NOVlJ2em4JO { top:12.0625rem;left:24.625rem;width:22.5rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQKMyzyQ8NcNnz15W1o1wuUvqG304pLo { top:10.125rem;left:25rem;width:22.75rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzXebNOR31bV7zHbLxnKuaZPGSsH5GMw { top:27.9375rem;left:23.875rem;width:6.375rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3E9hMCbT7aZ1zBLrJBFSwTlQuTg0Sic { top:9.1875rem;left:44.8125rem;width:2.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2F7RlbmmpbR7Z416h2ScopvXVpEQyBI { top:0.875rem;left:23.875rem;width:22.75rem;height:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gb6XR2ngOGnORB22IveTTBIbZqT9yyRF { display:block; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk { display:block; }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oiTEB7tzd5nJfg6pI1zyqN4ZFh6KDOe5 { top:3.25rem;left:0rem;width:30rem;height:3.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKODFasb0P6aqnWlx5zThnLRHKtrOnc6 { top:8rem;left:1.75rem;width:19.3125rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbHX5utHGy5axFFP6OpTC78CNckgIRyD { top:9.875rem;left:1.5625rem;width:19.0625rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTNonogWMCrJQt0iZgfmEHqR6oe67ydU { top:11.9375rem;left:19.0625rem;width:3.25rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM .widget-regular-label { width:23.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM .widget-input-text { width:23.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM .widget-input-text {padding-top: 0; padding-bottom: 0;}#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM .widget-textarea { width:23.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM .widget-input-select { width:23.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM .widget-input-select {padding-top: 0; padding-bottom: 0;}#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM .widget-input-button { width:19.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:2rem; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM .widget-checkbox-label { width:22.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM  { width:23.3125rem;height:auto;top:3.25rem;left:21.9375rem; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM .radio-container { width:23.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM {display:block;}#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM { width:23.3125rem;height:auto;top:3.25rem;left:21.9375rem; }
 }@media only screen and (max-width: 763px) { #RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #SWViM787mHJTi1JJgKtzUiLVBDLBoQPR {  }
 }@media only screen and (max-width: 763px) { #RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #rVGLiM2I1vdNSya99IXRk5RVmUgSzey6 {  }
 }@media only screen and (max-width: 763px) { #RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #EF5VhuzEa1EXhqFgCWyc4rl1qe9bAJuh {  }
 }@media only screen and (max-width: 763px) { #RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #bHC60rT5uPbtC3UfrwUXS8dJnlCHGcov {  }
 }@media only screen and (max-width: 763px) { #RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #W01XJTKD3TgcuO69sfGJ5qT3pwM0e3pi {  }
 }@media only screen and (max-width: 763px) { #RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #NOXCvQFi98VE6Z00uUHEiGJcqyppLo1q {  }
 }@media only screen and (max-width: 763px) { #RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #bCQihO0ipho7uoQrGQT0UiGyklTbHeVg {  }
 }@media only screen and (max-width: 763px) { #RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #W1KHv0L6mw56NQxFivvn5iscb38yguNb {  }
 }@media only screen and (max-width: 763px) { #RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #gO3lO3uHf8T7DJvOxF62SMHDbazoLrsq {  }
 }@media only screen and (max-width: 763px) { #RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #WuUH6UrXayoapLDfR7niRaAhzSs1ScX6 {  }
 }@media only screen and (max-width: 763px) { #RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #oxso4booIzHVOrQDa3o9pfp8cqWXzyas {  }
 }@media only screen and (max-width: 763px) { #RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #GdToyNV8426RzKArmFfmnGtOzkDCbotS {  }
 }@media only screen and (max-width: 763px) { #b0elTcNPgqX5thBc9DOVZDOf97afqRyk { display:block; }
 }@media only screen and (max-width: 763px) { #RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #JRg7FFtXuqcmvtL6KROGXSPlwitwi12C {  }
 }@media only screen and (max-width: 763px) { #RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #aheiEMsiRcCL56BV3zR1dUAxTWXCiSd9 {  }
 }@media only screen and (max-width: 763px) { #kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx { display:block; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xIUWNOFz8C0DnqNVQwyhpDpbFZ5gJAkQ { top:16rem;left:6.5rem;width:6.3125rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBdxfSXbccyPxSGgnwiqdVVO9osTeOl3 { top:5.3125rem;left:17.75rem;width:30rem;height:10.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ga21IPS9EQylTWn98zVBKgmUvAmHcEHh { width:13.625rem;height:3.125rem;top:20.5rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bD9yEn9cZlDTl65LRI2lZWDMRnmDHPuz { display:block; }
 }@media only screen and (max-width: 763px) { #L0VvhbwohTvtVbEbI2cwibQ2zsHIkbVd { top:0rem;left:0rem;width:28.3125rem;height:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc { display:block; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kWNKe0pilGkKrWpgm3VHbugBAkoXsoeG { display:block; }#kWNKe0pilGkKrWpgm3VHbugBAkoXsoeG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PHygOERRo1PTmBJT5MZnOAVRlbxzBAia { top:2.0625rem;left:12.21875rem;width:23.3125rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUwTfkLqAnPm6mpb1Sfm8ECB3N9upFqe { width:15.0625rem;height:13.875rem;top:7.1875rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5lIfTvZsXlLdRihlaZ3sXEWlENVv2nb { top:11.5rem;left:35.25rem;width:12.5rem;height:3.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8Z819RTDK0ob1a5g2u3k1Cw5to04NoQ { top:16.875rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAxt7hih4iO6rPQ33yzDMgZKWbxwO8Tf { width:8.75rem;height:2.6875rem;top:18.5625rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQQ5GXzcrDrqzuFw0rJqAbX5uLUKlWLP { display:block; }
 }@media only screen and (max-width: 763px) { #U4akUv3X87k224ZteGlEk67AwnFDNvf5 { top:8.75rem;left:35.25rem;width:12.5rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2biW6lpbtqFlLJIkG1E5wqy2fChxccg { width:15.0625rem;height:13.875rem;top:7.25rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXzae23nyJxu1Z40Z06D3f8cSqlLcLMc { top:16.9375rem;left:18rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2DQwF8MoudHLSvliQkddcUvVVnTnuxS { top:11.5625rem;left:17.75rem;width:12.5rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTIO0qa1uk8bBvG07P5hlomAdspIttON { top:11.5rem;left:17.625rem;width:12.5rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lL40bdqRxylKJZHA5dE3iuw3U7UxmNCK { width:15.0625rem;height:13.875rem;top:7.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysi5wB6TGoXuTyshvF53ZGq0TubKWIl7 { top:16.875rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqMKCNE045EUPQh4ePCQXNV3dWVL7tZe { top:11.5rem;left:0rem;width:12.5rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSwtLh3nlp3TTiG4gMUv77i2qwAlr1uu { top:11.5rem;left:0rem;width:12.5rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8D2zTm49NghEppt44HmVt1k7JfKHDJh { width:8.75rem;height:2.6875rem;top:18.625rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lws01SmXii0vIoThoFW6XHqXP15HOXQf { display:block; }
 }@media only screen and (max-width: 763px) { #rWDcuseSo7zHHhyGEJIdaA9LCL8ufQ6o { width:8.75rem;height:2.6875rem;top:18.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOKtSKTcXbVIcJeWS3s3wenlfihi58Fi { display:block; }
 }@media only screen and (max-width: 763px) { #ROmTGVz0OgefRxKcZbK81TsJ1JBeGU0l { width:8.75rem;height:2.6875rem;top:34.4375rem;left:39rem;display:none; }
 }@media only screen and (max-width: 763px) { #fItklLuFwscOzJqyNl35eTTd80ngrUnV { display:block; }
 }@media only screen and (max-width: 763px) { #eB3TKiWAOcupqxCerZObFhnVMiPucfrf { width:8.75rem;height:2.6875rem;top:34.4375rem;left:39rem;display:none; }
 }@media only screen and (max-width: 763px) { #xdgtW7MK3bnfhKms7zUT1zd8QEcFxB8r { display:block; }
 }@media only screen and (max-width: 763px) { #rR99NucRk7pFbbrfiU4R6Hgpz9WkhXso { width:15.0625rem;height:13.875rem;top:23.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bq93En0DDwCpQ24qLCXXlUlUJUrhTOFS { width:8.75rem;height:2.6875rem;top:34.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFuagXhMPAvdMXdgNkXHNLRRJ91h1STE { display:block; }
 }@media only screen and (max-width: 763px) { #sAXRy8XOsGsDFpzBgHwJm7FUpBrrPQHp { top:32.8125rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebc3gTXtma13Tv2BbJGhNEE3Q3MoJ7H4 { top:27.4375rem;left:0rem;width:12.5rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RINmaRIPAZeePHDriRv9FrGswdPwOkyp { top:25.9375rem;left:0rem;width:12.5rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TELwRphWNEWtCELDnWJ78A9Tt9s33lzF { width:15.0625rem;height:13.875rem;top:23.1875rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3vtdhhFG5NDN59BvySeMmf8R8x6tWyX { top:25.9375rem;left:17.78125rem;width:12.5rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcHrWUe9FfClrFTQgm1e69vnvNTci2dk { top:32.875rem;left:18.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSu5JPEM1cH6vhfl2IiMZgTFAfnzquWI { top:27.5rem;left:18rem;width:12.5rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaBQZ5gOVM2n5VR5apTXpQP3FxFbJCLJ { width:8.75rem;height:2.6875rem;top:34.5625rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pv2cBObMSfbxaZfksX8tF4snrVmotWvJ { display:block; }
 }@media only screen and (max-width: 763px) { #KJ7OSRpTCvTtiqqdsnUrOBn5FmVQxBTH { width:15.0625rem;height:13.875rem;top:23.125rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAUTtNKOvmRDDOJrgRZ8NpSEsUTerGIR { top:28.625rem;left:35.25rem;width:12.5rem;height:3.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQFmqVWzdif1b0tbTGrK41NpqMFz8Vap { top:32.8125rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zn8yk4tNydthqn02TRwgXzokUAPZgzQK { top:24.75rem;left:35.25rem;width:12.5rem;height:3.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XX3a9CSTqcbyRIX5cO88XR50cW5Sx18E { width:8.75rem;height:2.6875rem;top:34.5rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrPrqtzmLSq8T6JpERdqd83irHZgTkeM { display:block; }
 }@media only screen and (max-width: 763px) { #XMWHmrQQOXbpQIsbA2QUOvmQHqEdSEHB { top:28.625rem;left:17.625rem;width:12.5rem;height:3.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #guu7BwSEcnWpZbh1OI67pmyCOZg2Lr9Q { width:8.75rem;height:2.6875rem;top:34.5rem;left:39rem;display:none; }
 }@media only screen and (max-width: 763px) { #NEhbMEmlC42QKnkFGvlh7q6Sic8qH6sL { display:block; }
 }@media only screen and (max-width: 763px) { #AiNyATIruQU4pgCXa4QBfvtum94OfRTD { width:8.75rem;height:2.6875rem;top:34.5rem;left:39rem;display:none; }
 }@media only screen and (max-width: 763px) { #l43xWCz633marEc9m1KiJbJenyld7kTm { display:block; }
 }@media only screen and (max-width: 763px) { #ByAc2tREbmsJe0oDDBbGe3VfHOPognMM { top:28.625rem;left:0rem;width:12.5rem;height:3.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxOhcVWUppeBoOdViNhmmrRTK4lCx3It { width:15.0625rem;height:13.875rem;top:38.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7uzcxc1MHtpNlwqO0GygST8OTIIP2MO { width:8.75rem;height:2.6875rem;top:50.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EALZpGDsu3MI51ReGwEz3oClp3eX3dqh { display:block; }
 }@media only screen and (max-width: 763px) { #V29TNxc54G7mSXGQL5SUDTTLf2prWqNT { top:48.5625rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2bt327TVMMThdpZcy4cGNW1qrQA5oUq { top:44.375rem;left:0rem;width:12.5rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTmtWf7wvTLZGyfbTNuooIfHh0X03b6q { top:43.1875rem;left:0rem;width:12.5rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSoRaDd0ghfHnEXlTpxfkhFyCwsMaWrq { top:43.1875rem;left:0rem;width:12.5rem;height:3.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3zqZuTVLGb02WenomQTV9Z86TgsBE9e { width:15.0625rem;height:13.875rem;top:38.9375rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #awfVeRNVbQnnJomCA4HzTM0fG7rXgdL2 { top:44.375rem;left:17.625rem;width:12.5rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCTCGRsxJc52vgcDPfwy6hqvUw7MCs0A { top:48.625rem;left:18rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMxTz3uTNZH6xSzeE0EX9g0hKvTVKgWD { top:43.25rem;left:17.75rem;width:12.5rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zmzbqt5bu4ZfDQUQq8AQ81UF45wHd079 { width:8.75rem;height:2.6875rem;top:50.3125rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3ElnS2bClu7zlcoKWhB6a4QRU6zaZOD { display:block; }
 }@media only screen and (max-width: 763px) { #pXZ9nJZHoSaXNsR4pZEo15ShEoW74Da5 { width:15.0625rem;height:13.875rem;top:38.875rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJA6dZITfZh55DMEurJNF9Q2GJIuiU06 { top:48.5625rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #po81ZaIkccNeH606wEikEsT8xvWfrwHn { top:42.875rem;left:35.25rem;width:12.5rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrKWS3he7ZdZdyiSfnpS4POmDWpdPdDk { width:8.75rem;height:2.6875rem;top:50.25rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMNPFqgP0TEnp4utIxNJCDDtW2TMnsi9 { display:block; }
 }@media only screen and (max-width: 763px) { #ZqXISGtToXd6kawaO9VsVJyr03BePTct { width:8.75rem;height:2.6875rem;top:34.5rem;left:39rem;display:none; }
 }@media only screen and (max-width: 763px) { #UrhETUIoUX7UW47CUGI9aFQxJTaHsKxM { display:block; }
 }@media only screen and (max-width: 763px) { #FhEfvnt237SfcXZyoh99n7mVcCziz2LV { width:8.75rem;height:2.6875rem;top:34.5rem;left:39rem;display:none; }
 }@media only screen and (max-width: 763px) { #SEBFPzcClglHgWC2FwkBXwlvhiFuGbrt { display:block; }
 }@media only screen and (max-width: 763px) { #t4sc6Uo2AO4aWfiZMb7u2biQceNKcPJm { width:15.0625rem;height:13.875rem;top:54.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZAS7Oq0NzQHn1BNsXhTTXbShRZgIryb { width:8.75rem;height:2.6875rem;top:66.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWmQuiQaDaOlbXwbl5a2XwN3AldLorH1 { display:block; }
 }@media only screen and (max-width: 763px) { #SSZOvsrloFixtcVVhzigWFD9QuX84hKw { top:64.3125rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TimXZXlvVMuGyl4hblTb17RkKqwD7THZ { top:60.125rem;left:0rem;width:12.5rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxNS0R6Z10wWxLh36eUihHhTb1GXsWh2 { top:58.9375rem;left:0rem;width:12.5rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffPktJfVqvtIB3xsBpTxwZEZcB8wShfO { top:58.9375rem;left:0rem;width:12.5rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULs7tcVXokBhJo4hRyvyUNw4dt6U39vT { width:15.0625rem;height:13.875rem;top:54.6875rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBhfmw4xVCrlpXwrQ89kDUDRlCkClDOC { top:58.625rem;left:17.625rem;width:12.5rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhHEDPyNAefxo9TGUs7yCL5ODiPf1Bna { top:59rem;left:17.75rem;width:12.5rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGx5SOlLzweqmZ2ihTc57cc1izEXrZFz { top:64.375rem;left:18rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uz3kZrdDh96FyRf5nZWR0Bnk0lFkm1ls { width:8.75rem;height:2.6875rem;top:66.0625rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBGbkgRwzPLs9wtILBfqBrGCBywTChm3 { display:block; }
 }@media only screen and (max-width: 763px) { #kagwRtecvnloQ1QiptF2dMOzF2MELW8q { width:15.0625rem;height:13.875rem;top:54.625rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0a6IuEcRtUtFtxivxFFHqUFuozGfbRn { top:58.625rem;left:35.25rem;width:12.5rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncEZwO5swnk2dG1zvAObPuqEiXeKlIUC { top:64.3125rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R40ZZ0PEhTmModILOq9aBlomvKczfiTt { width:8.75rem;height:2.6875rem;top:66rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #luDxMwbTNpsQT9aMOsn5kNJTJBTT767O { display:block; }
 }@media only screen and (max-width: 763px) { #bxyL2SlBAL2f7cB07MOpKmHLzvqzmkdC { width:15.0625rem;height:13.875rem;top:70.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #drXcLTENEyNitckbJNFScw81LO58GH5K { width:8.75rem;height:2.6875rem;top:81.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTlSrW2JB2S9nZtGS4TqsWTXgurIrLtU { display:block; }
 }@media only screen and (max-width: 763px) { #w4aOirZlMUQ28bkSN9DAxuwsELaLOIOx { top:80rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFZ3DrwFgwmqKChSLJq9eoPu4xnPHpyr { top:74.625rem;left:0rem;width:12.5rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFWnAPNeONBXUv09Sn4APc4gkXQc74V0 { top:74.625rem;left:0rem;width:12.5rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZV72hI5TKdObK2TFTabRiSVoWy7VNBsf { width:15.0625rem;height:13.875rem;top:70.375rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQfSpnFCxRXkE01iAz73aW0Kb7me9FBb { top:74.3125rem;left:17.875rem;width:12.5rem;height:3.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5BitK4uN4TQG3daTnVekhGT9f5y64Go { top:74.6875rem;left:18rem;width:12.5rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICRSfzcTAHTroTPiHIQnUbQGmv4uRJDn { top:80.0625rem;left:18.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P74IGkhkwMuXlAxs63KfgMS1GHpSygdO { width:8.75rem;height:2.6875rem;top:81.75rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4mPLA98A6kTzHxuO2JoH9gWwXabzvgE { display:block; }
 }@media only screen and (max-width: 763px) { #RsG4Tc8LIwfkdWgCcgEGSxzRbABU8Pf2 { width:15.0625rem;height:13.875rem;top:70.3125rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZux4aIbloE0APQSRO7Sa11erRl3B116 { top:74.3125rem;left:35.25rem;width:12.5rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJuBR0rrdxBe0T4IRAD1IK8B0UEnx8LK { top:80rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1rh2HiuA66zTQbETRCRvPTaN5u11MRg { width:8.75rem;height:2.6875rem;top:81.6875rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtkmFzZaTKAaHBTwXTKg5tMLHtpLdbg8 { display:block; }
 }@media only screen and (max-width: 763px) { #OdE05zqJNw2BgONhN90rEt5l665IU1WB { width:15.0625rem;height:13.875rem;top:85.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPbJDE9I7sgZzttyrEX69wogT964NsX6 { width:8.75rem;height:2.6875rem;top:96.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVW2d7rscvqFP1fqrHqFcuOtuLLP1VSU { display:block; }
 }@media only screen and (max-width: 763px) { #W0gWSrpxt5WnNAuUIr8eVZT0aVIBcqx7 { top:95.125rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAIs2uldSg8HBwZm14pimNEZdBFdF7sz { top:89.75rem;left:0rem;width:12.5rem;height:3.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEu0rUrKi7EwaJNbl3cyIpGslKpsabZx { top:89.75rem;left:0rem;width:12.5rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Htd2WsQfErfflN3bP2COE0Hc6tGsImZb { width:15.0625rem;height:13.875rem;top:85.5rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #STarAOMM1UmtAsltQ7tVltgoeqKtwLD4 { top:89.4375rem;left:17.625rem;width:12.5rem;height:3.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MU71IxPwNTqR1q4x6kkr6Fvd67TiTT3M { top:89.8125rem;left:17.75rem;width:12.5rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKPNR8TToTFTVhdc5lnyW0UToKR5RGHU { top:95.1875rem;left:18rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVPtbMmUhWQsvoILwDSTFz81hITwB1Hc { width:8.75rem;height:2.6875rem;top:96.875rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WE8Ctns347Tn5UQASyxDpZmfMbaZS0dR { display:block; }
 }@media only screen and (max-width: 763px) { #ifZTpCkH0z9nxMFVCVJZ4BmIOFCQFEmG { width:15.0625rem;height:13.875rem;top:85.4375rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQ7sbVsgUXqTBZB0TgqJ91HZKU6O7LuX { top:87.875rem;left:35.25rem;width:12.5rem;height:3.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrgSBhuT3ht0XBFpMMoBsuWrk84G7mXz { top:95.125rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ert8Qb1salSSR9bgiuoQmQTOpipsIwhs { width:8.75rem;height:2.6875rem;top:96.8125rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #WD5hc8FZQBZF4ITP5nLfqtzdFRizblck { display:block; }
 }@media only screen and (max-width: 763px) { #MCsde5QAUkK220FcBqOCOzWB0Z4Azs5Z { top:91.5rem;left:35.25rem;width:12.5rem;height:3.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PT2GJab28csbfxZHfGwBBtrfOE1f1R6p { width:15.0625rem;height:13.875rem;top:101.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkT0UOw0GIArJdv0FdbTxosm21n6M2TX { width:8.75rem;height:2.6875rem;top:113rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHfuXCzgZJO2PqBHWPitJ4hsnAzXDRrG { display:block; }
 }@media only screen and (max-width: 763px) { #OzbliwC0yhOGMNw3AKbUMulwOhvOZAx5 { top:111.25rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IreOo7DuV53dgnfVvnueCpv6Ew2oCVeq { top:105.875rem;left:0rem;width:12.5rem;height:3.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDxcphT1xr15cmt29Wqa0gmO1QTGmNZw { top:105.875rem;left:0rem;width:12.5rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DS8kelEIb87iEqbiTLGKMHnFJFUiksTU { width:15.0625rem;height:13.875rem;top:101.625rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwhUryOThXcusJpG9UVEWA5l2KyufgwW { top:105.0625rem;left:17.625rem;width:12.5rem;height:4.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATyWwTKdQirDQDb9lW449TOKGTAUbFmf { top:105.9375rem;left:17.75rem;width:12.5rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOpdiXdtasngprgmRssuhtRGe5Sad9rC { top:111.3125rem;left:18rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PChvLE3528ssNk50rh1ovNuEhi4aCVd8 { width:8.75rem;height:2.6875rem;top:113rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFle8TqnlW0LkqAbUsmmlmFa7eU4vtXH { display:block; }
 }@media only screen and (max-width: 763px) { #mBwDsW7NRmfR50u02htAZwgeeRZaWIIB { width:15.0625rem;height:13.875rem;top:101.5625rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aw5q02BplbCvVNS8mAC2sdo40bTeAbIQ { top:105.0625rem;left:35.25rem;width:12.5rem;height:4.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqGhMFSu5Elxl5BakvOxXBAOGo3S2IRp { top:111.25rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUsiTJeazgfSIPrRn81TeDGsHoJHliwG { width:8.75rem;height:2.6875rem;top:112.9375rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #sas3vVI1rmLT8vfJNgrqN9fq82PHWkZW { display:block; }
 }@media only screen and (max-width: 763px) { #f8Fq2SBtrqUwB02ofqPWdaSwDxGHobED { display:block; }#f8Fq2SBtrqUwB02ofqPWdaSwDxGHobED > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dn6lDv5vQTMsKCN6QGGzEuPTKberS5J0 { top:2.8125rem;left:29.4375rem;width:18.3125rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ou4buzl2qBO6ZK8ar3hoJDzitPmCw7tg { top:12.8125rem;left:20.249782562256rem;width:24.1875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7nwFr8N7Ckl9cTRGSXOAJbkFSh6o5s5 { top:7.6875rem;left:30.5625rem;width:14.5625rem;height:3.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkRh0zAJ1ZrTcfErCsutsmb2c6cL2WAL { top:16.0625rem;left:36.437500953674rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHrq5fIFElSEwbQv7PFdQBOzZyZVuzkg { top:16.0625rem;left:39.062500953674rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAlO6Qy8GPgVSmSqJqI4lIDEwUfyITot { top:16.0625rem;left:41.75rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTNUgINHbl1sauuuqzxbusaTAOJmIvXy { top:1.125rem;left:0rem;width:13.5625rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CscOEVblxDqTPhJ0rTLOOnxCHPXzktpF { top:12.3125rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaFRIZQqKw2tiH6KS20WVJvtCZA25TCt { width:3.1875rem;height:3.1875rem;top:7.625rem;left:44.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7wMzmPtOvnGO8858q4STCq4cci8LGAP { top:15.875rem;left:44.5rem;width:3.25rem;height:3.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuP2CfLpwJPTXSitDO2dcIiBOmx9SgqG { top:20.0625rem;left:19.9375rem;width:27.8125rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #si32ekaMLHLWp0CEumlvUxBLIfguHvPN { display:block; }#si32ekaMLHLWp0CEumlvUxBLIfguHvPN > .row .container { width:20rem;height:4.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iRH5ecHlKfbRyATvo2FBCEtPOWJ2nb1T { width:20rem;height:2.6698033065412rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnU1SDzBvlV1orGE23SOg1bpn8y68ztN { display:block; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row .container { width:20rem;height:24.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zwtsJEf91cCVEuKXLf7NFM5JNmVl6cPc { width:20rem;height:4.875rem;top:0.787109375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdOkEX37ve0OVVNupQoiEX2AEamrefeE { width:10.3125rem;height:3rem;top:6.1875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKLribhoNm6fQxeUqzUNdp23Vm3DkZMH { display:block; }
 }@media only screen and (max-width: 763px) { #dF3tGrd8pFyhvv7agyhLJAa1u8QNEva0 { width:8.25rem;height:2.8125rem;top:6.1875rem;left:11.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6eZsWwnnKPS2U2KRp7HiBPxul5oJWTJ { display:block; }
 }@media only screen and (max-width: 763px) { #Vmuvg4wn0EQTqp3hsrlXZTUIFfMQTZxA { width:15.625rem;height:15.625rem;top:24.1875rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nqR0JcpTJpKU1OVBpCUcAWRCr0LsgoEQ { width:15.625rem;height:15.625rem;top:22.875rem;left:3.5rem;z-index:100000;display:none; }
 }@media only screen and (max-width: 763px) { #UTnuIrqz05HXVQZkBeuL6NOVlJ2em4JO { width:12.5rem;height:11.625rem;top:11.25rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQKMyzyQ8NcNnz15W1o1wuUvqG304pLo { width:12.5rem;height:13.25rem;top:10.0625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzXebNOR31bV7zHbLxnKuaZPGSsH5GMw { width:6.375rem;height:5.0625rem;top:17.5625rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3E9hMCbT7aZ1zBLrJBFSwTlQuTg0Sic { width:2.9375rem;height:5.9375rem;top:19.75rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #v2F7RlbmmpbR7Z416h2ScopvXVpEQyBI { width:15.5rem;height:17.5rem;top:21.9375rem;left:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gb6XR2ngOGnORB22IveTTBIbZqT9yyRF { display:block; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container { width:20rem;height:4.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk { display:block; }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk > .row .container { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oiTEB7tzd5nJfg6pI1zyqN4ZFh6KDOe5 { width:20rem;height:2.4375rem;top:0rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cKODFasb0P6aqnWlx5zThnLRHKtrOnc6 { width:15.625rem;height:17.1875rem;top:26.5rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cbHX5utHGy5axFFP6OpTC78CNckgIRyD { width:15.625rem;height:15.625rem;top:27.6875rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZTNonogWMCrJQt0iZgfmEHqR6oe67ydU { width:3.25rem;height:4.5rem;top:28.625rem;left:14.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden;height:2.8125rem; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM .widget-input-text {padding-top: 0; padding-bottom: 0;}#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden;height:2.8125rem; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM .widget-input-select {padding-top: 0; padding-bottom: 0;}#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM .widget-input-button { width:14.5rem;margin-top:0.25rem;margin-right:1.5rem;margin-bottom:0.25rem;margin-left:1.5rem;font-size:1rem;overflow:hidden; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM [class*="-text"]:-moz-placeholder { font-size:1rem; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM [class*="-text"]::-moz-placeholder { font-size:1rem; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM [class*="-text"]:-ms-input-placeholder { font-size:1rem; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM [class*="-text"]::-webkit-input-placeholder { font-size:1rem; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM  { width:17.5rem;height:auto;top:2.4375rem;left:0rem; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM {display:block;}#RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM { width:17.5rem;height:auto;top:2.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #SWViM787mHJTi1JJgKtzUiLVBDLBoQPR {  }
 }@media only screen and (max-width: 763px) { #RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #rVGLiM2I1vdNSya99IXRk5RVmUgSzey6 {  }
 }@media only screen and (max-width: 763px) { #RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #EF5VhuzEa1EXhqFgCWyc4rl1qe9bAJuh {  }
 }@media only screen and (max-width: 763px) { #RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #bHC60rT5uPbtC3UfrwUXS8dJnlCHGcov {  }
 }@media only screen and (max-width: 763px) { #RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #W01XJTKD3TgcuO69sfGJ5qT3pwM0e3pi {  }
 }@media only screen and (max-width: 763px) { #RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #NOXCvQFi98VE6Z00uUHEiGJcqyppLo1q {  }
 }@media only screen and (max-width: 763px) { #RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #bCQihO0ipho7uoQrGQT0UiGyklTbHeVg {  }
 }@media only screen and (max-width: 763px) { #RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #W1KHv0L6mw56NQxFivvn5iscb38yguNb {  }
 }@media only screen and (max-width: 763px) { #RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #gO3lO3uHf8T7DJvOxF62SMHDbazoLrsq {  }
 }@media only screen and (max-width: 763px) { #RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #WuUH6UrXayoapLDfR7niRaAhzSs1ScX6 {  }
 }@media only screen and (max-width: 763px) { #RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #oxso4booIzHVOrQDa3o9pfp8cqWXzyas {  }
 }@media only screen and (max-width: 763px) { #RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #GdToyNV8426RzKArmFfmnGtOzkDCbotS {  }
 }@media only screen and (max-width: 763px) { #b0elTcNPgqX5thBc9DOVZDOf97afqRyk { display:block; }
 }@media only screen and (max-width: 763px) { #RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #JRg7FFtXuqcmvtL6KROGXSPlwitwi12C {  }
 }@media only screen and (max-width: 763px) { #RPDEla4S5N15u9AKh8Rq9ThFrPB6PBbM #aheiEMsiRcCL56BV3zR1dUAxTWXCiSd9 {  }
 }@media only screen and (max-width: 763px) { #kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx { display:block; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row .container { width:20rem;height:31.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xIUWNOFz8C0DnqNVQwyhpDpbFZ5gJAkQ { width:4rem;height:3.25rem;top:8.419921875rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBdxfSXbccyPxSGgnwiqdVVO9osTeOl3 { width:19.375rem;height:10.2333875rem;top:0rem;left:0rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #Ga21IPS9EQylTWn98zVBKgmUvAmHcEHh { width:13.625rem;height:3.125rem;top:28.076171875rem;left:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bD9yEn9cZlDTl65LRI2lZWDMRnmDHPuz { display:block; }
 }@media only screen and (max-width: 763px) { #L0VvhbwohTvtVbEbI2cwibQ2zsHIkbVd { width:16.8125rem;height:15.75rem;top:11.669921875rem;left:1.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/007f091e-9095-428f-96b7-dfe4bddf5faf/Group7.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc.adaptive-delivery-prevent-bg, #ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc.lazyload, #ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc.lazyloading { background-image: none; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container { background-color: transparent; background-image: none; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container > .video-iframe-container { display: none; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row > .video-iframe-container { display: none; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .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); }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container { width:20rem;height:0.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kWNKe0pilGkKrWpgm3VHbugBAkoXsoeG { background-color:#ffffff;background-image:none;display:block; }#kWNKe0pilGkKrWpgm3VHbugBAkoXsoeG > .row .container { background-color: transparent; background-image: none; }#kWNKe0pilGkKrWpgm3VHbugBAkoXsoeG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kWNKe0pilGkKrWpgm3VHbugBAkoXsoeG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kWNKe0pilGkKrWpgm3VHbugBAkoXsoeG > .row .container > .video-iframe-container { display: none; }#kWNKe0pilGkKrWpgm3VHbugBAkoXsoeG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kWNKe0pilGkKrWpgm3VHbugBAkoXsoeG > .row > .video-iframe-container { display: none; }#kWNKe0pilGkKrWpgm3VHbugBAkoXsoeG > .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); }#kWNKe0pilGkKrWpgm3VHbugBAkoXsoeG > .row .container { width:20rem;height:329.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PHygOERRo1PTmBJT5MZnOAVRlbxzBAia { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUwTfkLqAnPm6mpb1Sfm8ECB3N9upFqe { width:15.0625rem;height:13.875rem;top:5.0996125rem;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; }#dUwTfkLqAnPm6mpb1Sfm8ECB3N9upFqe.adaptive-delivery-prevent-bg, #dUwTfkLqAnPm6mpb1Sfm8ECB3N9upFqe.lazyload, #dUwTfkLqAnPm6mpb1Sfm8ECB3N9upFqe.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #f5lIfTvZsXlLdRihlaZ3sXEWlENVv2nb { width:12.5rem;height:3.25rem;top:9.724609375rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8Z819RTDK0ob1a5g2u3k1Cw5to04NoQ { width:12.5rem;height:1.29980625rem;top:14.7871125rem;left:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAxt7hih4iO6rPQ33yzDMgZKWbxwO8Tf { width:8.75rem;height:2.6875rem;top:16.537109375rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQQ5GXzcrDrqzuFw0rJqAbX5uLUKlWLP { display:block; }
 }@media only screen and (max-width: 763px) { #U4akUv3X87k224ZteGlEk67AwnFDNvf5 { width:12.5rem;height:1.625rem;top:7.224609375rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2biW6lpbtqFlLJIkG1E5wqy2fChxccg { width:15.0625rem;height:13.875rem;top:35.849609375rem;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; }#e2biW6lpbtqFlLJIkG1E5wqy2fChxccg.adaptive-delivery-prevent-bg, #e2biW6lpbtqFlLJIkG1E5wqy2fChxccg.lazyload, #e2biW6lpbtqFlLJIkG1E5wqy2fChxccg.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #XXzae23nyJxu1Z40Z06D3f8cSqlLcLMc { width:12.5rem;height:1.29980625rem;top:45.537109375rem;left:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2DQwF8MoudHLSvliQkddcUvVVnTnuxS { width:12.5rem;height:1.625rem;top:40.162109375rem;left:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTIO0qa1uk8bBvG07P5hlomAdspIttON { width:12.5rem;height:1.625rem;top:40.16015625rem;left:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lL40bdqRxylKJZHA5dE3iuw3U7UxmNCK { width:15.0625rem;height:13.875rem;top:20.474609375rem;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; }#lL40bdqRxylKJZHA5dE3iuw3U7UxmNCK.adaptive-delivery-prevent-bg, #lL40bdqRxylKJZHA5dE3iuw3U7UxmNCK.lazyload, #lL40bdqRxylKJZHA5dE3iuw3U7UxmNCK.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ysi5wB6TGoXuTyshvF53ZGq0TubKWIl7 { width:12.5rem;height:1.29980625rem;top:30.162109375rem;left:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqMKCNE045EUPQh4ePCQXNV3dWVL7tZe { width:12.5rem;height:1.625rem;top:24.787109375rem;left:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSwtLh3nlp3TTiG4gMUv77i2qwAlr1uu { width:12.5rem;height:1.625rem;top:24.787109375rem;left:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8D2zTm49NghEppt44HmVt1k7JfKHDJh { width:8.75rem;height:2.6875rem;top:216.474609375rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lws01SmXii0vIoThoFW6XHqXP15HOXQf { display:block; }
 }@media only screen and (max-width: 763px) { #rWDcuseSo7zHHhyGEJIdaA9LCL8ufQ6o { width:8.75rem;height:2.6875rem;top:247.224609375rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QOKtSKTcXbVIcJeWS3s3wenlfihi58Fi { display:block; }
 }@media only screen and (max-width: 763px) { #ROmTGVz0OgefRxKcZbK81TsJ1JBeGU0l { width:8.75rem;height:2.6875rem;top:47.349609375rem;left:5.625rem;z-index:100180;display:block; }
 }@media only screen and (max-width: 763px) { #fItklLuFwscOzJqyNl35eTTd80ngrUnV { display:block; }
 }@media only screen and (max-width: 763px) { #eB3TKiWAOcupqxCerZObFhnVMiPucfrf { width:8.75rem;height:2.6875rem;top:31.974609375rem;left:5.625rem;z-index:100181;display:block; }
 }@media only screen and (max-width: 763px) { #xdgtW7MK3bnfhKms7zUT1zd8QEcFxB8r { display:block; }
 }@media only screen and (max-width: 763px) { #rR99NucRk7pFbbrfiU4R6Hgpz9WkhXso { width:15.0625rem;height:13.875rem;top:51.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; }#rR99NucRk7pFbbrfiU4R6Hgpz9WkhXso.adaptive-delivery-prevent-bg, #rR99NucRk7pFbbrfiU4R6Hgpz9WkhXso.lazyload, #rR99NucRk7pFbbrfiU4R6Hgpz9WkhXso.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Bq93En0DDwCpQ24qLCXXlUlUJUrhTOFS { width:8.75rem;height:2.6875rem;top:308.8125rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hFuagXhMPAvdMXdgNkXHNLRRJ91h1STE { display:block; }
 }@media only screen and (max-width: 763px) { #sAXRy8XOsGsDFpzBgHwJm7FUpBrrPQHp { width:12.5rem;height:1.29980625rem;top:61.1875rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebc3gTXtma13Tv2BbJGhNEE3Q3MoJ7H4 { width:12.5rem;height:1.625rem;top:55.8125rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RINmaRIPAZeePHDriRv9FrGswdPwOkyp { width:12.5rem;height:1.625rem;top:54.25rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TELwRphWNEWtCELDnWJ78A9Tt9s33lzF { width:15.0625rem;height:13.875rem;top:66.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; }#TELwRphWNEWtCELDnWJ78A9Tt9s33lzF.adaptive-delivery-prevent-bg, #TELwRphWNEWtCELDnWJ78A9Tt9s33lzF.lazyload, #TELwRphWNEWtCELDnWJ78A9Tt9s33lzF.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #T3vtdhhFG5NDN59BvySeMmf8R8x6tWyX { width:12.5rem;height:1.625rem;top:69.625rem;left:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcHrWUe9FfClrFTQgm1e69vnvNTci2dk { width:12.5rem;height:1.29980625rem;top:76.5625rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSu5JPEM1cH6vhfl2IiMZgTFAfnzquWI { width:12.5rem;height:1.625rem;top:71.1875rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaBQZ5gOVM2n5VR5apTXpQP3FxFbJCLJ { width:8.75rem;height:2.6875rem;top:324.125rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pv2cBObMSfbxaZfksX8tF4snrVmotWvJ { display:block; }
 }@media only screen and (max-width: 763px) { #KJ7OSRpTCvTtiqqdsnUrOBn5FmVQxBTH { width:15.0625rem;height:13.875rem;top:82.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; }#KJ7OSRpTCvTtiqqdsnUrOBn5FmVQxBTH.adaptive-delivery-prevent-bg, #KJ7OSRpTCvTtiqqdsnUrOBn5FmVQxBTH.lazyload, #KJ7OSRpTCvTtiqqdsnUrOBn5FmVQxBTH.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #WAUTtNKOvmRDDOJrgRZ8NpSEsUTerGIR { width:12.5rem;height:3.25rem;top:87.75rem;left:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQFmqVWzdif1b0tbTGrK41NpqMFz8Vap { width:12.5rem;height:1.29980625rem;top:91.9375rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zn8yk4tNydthqn02TRwgXzokUAPZgzQK { width:12.5rem;height:3.25rem;top:83.875rem;left:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XX3a9CSTqcbyRIX5cO88XR50cW5Sx18E { width:8.75rem;height:2.6875rem;top:93.625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrPrqtzmLSq8T6JpERdqd83irHZgTkeM { display:block; }
 }@media only screen and (max-width: 763px) { #XMWHmrQQOXbpQIsbA2QUOvmQHqEdSEHB { width:12.5rem;height:3.25rem;top:72.3125rem;left:3.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #guu7BwSEcnWpZbh1OI67pmyCOZg2Lr9Q { width:8.75rem;height:2.6875rem;top:78.375rem;left:5.625rem;z-index:100190;display:block; }
 }@media only screen and (max-width: 763px) { #NEhbMEmlC42QKnkFGvlh7q6Sic8qH6sL { display:block; }
 }@media only screen and (max-width: 763px) { #AiNyATIruQU4pgCXa4QBfvtum94OfRTD { width:8.75rem;height:2.6875rem;top:63rem;left:5.625rem;z-index:100191;display:block; }
 }@media only screen and (max-width: 763px) { #l43xWCz633marEc9m1KiJbJenyld7kTm { display:block; }
 }@media only screen and (max-width: 763px) { #ByAc2tREbmsJe0oDDBbGe3VfHOPognMM { width:12.5rem;height:3.25rem;top:56.9375rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxOhcVWUppeBoOdViNhmmrRTK4lCx3It { width:15.0625rem;height:13.875rem;top:98.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; }#WxOhcVWUppeBoOdViNhmmrRTK4lCx3It.adaptive-delivery-prevent-bg, #WxOhcVWUppeBoOdViNhmmrRTK4lCx3It.lazyload, #WxOhcVWUppeBoOdViNhmmrRTK4lCx3It.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #n7uzcxc1MHtpNlwqO0GygST8OTIIP2MO { width:8.75rem;height:2.6875rem;top:308.8125rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EALZpGDsu3MI51ReGwEz3oClp3eX3dqh { display:block; }
 }@media only screen and (max-width: 763px) { #V29TNxc54G7mSXGQL5SUDTTLf2prWqNT { width:12.5rem;height:1.29980625rem;top:108.0625rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2bt327TVMMThdpZcy4cGNW1qrQA5oUq { width:12.5rem;height:1.625rem;top:103.875rem;left:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTmtWf7wvTLZGyfbTNuooIfHh0X03b6q { width:12.5rem;height:1.625rem;top:102.6875rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSoRaDd0ghfHnEXlTpxfkhFyCwsMaWrq { width:12.5rem;height:3.25rem;top:102.6875rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3zqZuTVLGb02WenomQTV9Z86TgsBE9e { width:15.0625rem;height:13.875rem;top:113.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; }#n3zqZuTVLGb02WenomQTV9Z86TgsBE9e.adaptive-delivery-prevent-bg, #n3zqZuTVLGb02WenomQTV9Z86TgsBE9e.lazyload, #n3zqZuTVLGb02WenomQTV9Z86TgsBE9e.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #awfVeRNVbQnnJomCA4HzTM0fG7rXgdL2 { width:12.5rem;height:1.625rem;top:119.1875rem;left:3.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCTCGRsxJc52vgcDPfwy6hqvUw7MCs0A { width:12.5rem;height:1.29980625rem;top:123.4375rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMxTz3uTNZH6xSzeE0EX9g0hKvTVKgWD { width:12.5rem;height:1.625rem;top:118.0625rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zmzbqt5bu4ZfDQUQq8AQ81UF45wHd079 { width:8.75rem;height:2.6875rem;top:324.125rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #g3ElnS2bClu7zlcoKWhB6a4QRU6zaZOD { display:block; }
 }@media only screen and (max-width: 763px) { #pXZ9nJZHoSaXNsR4pZEo15ShEoW74Da5 { width:15.0625rem;height:13.875rem;top:129.125rem;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; }#pXZ9nJZHoSaXNsR4pZEo15ShEoW74Da5.adaptive-delivery-prevent-bg, #pXZ9nJZHoSaXNsR4pZEo15ShEoW74Da5.lazyload, #pXZ9nJZHoSaXNsR4pZEo15ShEoW74Da5.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #XJA6dZITfZh55DMEurJNF9Q2GJIuiU06 { width:12.5rem;height:1.29980625rem;top:138.8125rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #po81ZaIkccNeH606wEikEsT8xvWfrwHn { width:12.5rem;height:1.625rem;top:133.125rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrKWS3he7ZdZdyiSfnpS4POmDWpdPdDk { width:8.75rem;height:2.6875rem;top:140.5rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMNPFqgP0TEnp4utIxNJCDDtW2TMnsi9 { display:block; }
 }@media only screen and (max-width: 763px) { #ZqXISGtToXd6kawaO9VsVJyr03BePTct { width:8.75rem;height:2.6875rem;top:109.875rem;left:5.625rem;z-index:100202;display:block; }
 }@media only screen and (max-width: 763px) { #UrhETUIoUX7UW47CUGI9aFQxJTaHsKxM { display:block; }
 }@media only screen and (max-width: 763px) { #FhEfvnt237SfcXZyoh99n7mVcCziz2LV { width:8.75rem;height:2.6875rem;top:125.25rem;left:5.625rem;z-index:100203;display:block; }
 }@media only screen and (max-width: 763px) { #SEBFPzcClglHgWC2FwkBXwlvhiFuGbrt { display:block; }
 }@media only screen and (max-width: 763px) { #t4sc6Uo2AO4aWfiZMb7u2biQceNKcPJm { width:15.0625rem;height:13.875rem;top:144.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; }#t4sc6Uo2AO4aWfiZMb7u2biQceNKcPJm.adaptive-delivery-prevent-bg, #t4sc6Uo2AO4aWfiZMb7u2biQceNKcPJm.lazyload, #t4sc6Uo2AO4aWfiZMb7u2biQceNKcPJm.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #oZAS7Oq0NzQHn1BNsXhTTXbShRZgIryb { width:8.75rem;height:2.6875rem;top:156.3125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWmQuiQaDaOlbXwbl5a2XwN3AldLorH1 { display:block; }
 }@media only screen and (max-width: 763px) { #SSZOvsrloFixtcVVhzigWFD9QuX84hKw { width:12.5rem;height:1.29980625rem;top:154.5625rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TimXZXlvVMuGyl4hblTb17RkKqwD7THZ { width:12.5rem;height:1.625rem;top:150.375rem;left:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxNS0R6Z10wWxLh36eUihHhTb1GXsWh2 { width:12.5rem;height:1.625rem;top:149.1875rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffPktJfVqvtIB3xsBpTxwZEZcB8wShfO { width:12.5rem;height:1.625rem;top:149.1875rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULs7tcVXokBhJo4hRyvyUNw4dt6U39vT { width:15.0625rem;height:13.875rem;top:160.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; }#ULs7tcVXokBhJo4hRyvyUNw4dt6U39vT.adaptive-delivery-prevent-bg, #ULs7tcVXokBhJo4hRyvyUNw4dt6U39vT.lazyload, #ULs7tcVXokBhJo4hRyvyUNw4dt6U39vT.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #vBhfmw4xVCrlpXwrQ89kDUDRlCkClDOC { width:12.5rem;height:1.625rem;top:164.1875rem;left:3.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhHEDPyNAefxo9TGUs7yCL5ODiPf1Bna { width:12.5rem;height:1.625rem;top:164.5625rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGx5SOlLzweqmZ2ihTc57cc1izEXrZFz { width:12.5rem;height:1.29980625rem;top:169.9375rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uz3kZrdDh96FyRf5nZWR0Bnk0lFkm1ls { width:8.75rem;height:2.6875rem;top:171.625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBGbkgRwzPLs9wtILBfqBrGCBywTChm3 { display:block; }
 }@media only screen and (max-width: 763px) { #kagwRtecvnloQ1QiptF2dMOzF2MELW8q { width:15.0625rem;height:13.875rem;top:175.625rem;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; }#kagwRtecvnloQ1QiptF2dMOzF2MELW8q.adaptive-delivery-prevent-bg, #kagwRtecvnloQ1QiptF2dMOzF2MELW8q.lazyload, #kagwRtecvnloQ1QiptF2dMOzF2MELW8q.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #i0a6IuEcRtUtFtxivxFFHqUFuozGfbRn { width:12.5rem;height:1.625rem;top:179.625rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncEZwO5swnk2dG1zvAObPuqEiXeKlIUC { width:12.5rem;height:1.29980625rem;top:185.3125rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R40ZZ0PEhTmModILOq9aBlomvKczfiTt { width:8.75rem;height:2.6875rem;top:187rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #luDxMwbTNpsQT9aMOsn5kNJTJBTT767O { display:block; }
 }@media only screen and (max-width: 763px) { #bxyL2SlBAL2f7cB07MOpKmHLzvqzmkdC { width:15.0625rem;height:13.875rem;top:191rem;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; }#bxyL2SlBAL2f7cB07MOpKmHLzvqzmkdC.adaptive-delivery-prevent-bg, #bxyL2SlBAL2f7cB07MOpKmHLzvqzmkdC.lazyload, #bxyL2SlBAL2f7cB07MOpKmHLzvqzmkdC.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #drXcLTENEyNitckbJNFScw81LO58GH5K { width:8.75rem;height:2.6875rem;top:202.4375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTlSrW2JB2S9nZtGS4TqsWTXgurIrLtU { display:block; }
 }@media only screen and (max-width: 763px) { #w4aOirZlMUQ28bkSN9DAxuwsELaLOIOx { width:12.5rem;height:1.29980625rem;top:200.6875rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFZ3DrwFgwmqKChSLJq9eoPu4xnPHpyr { width:12.5rem;height:1.625rem;top:195.3125rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFWnAPNeONBXUv09Sn4APc4gkXQc74V0 { width:12.5rem;height:1.625rem;top:195.3125rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZV72hI5TKdObK2TFTabRiSVoWy7VNBsf { width:15.0625rem;height:13.875rem;top:206.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; }#ZV72hI5TKdObK2TFTabRiSVoWy7VNBsf.adaptive-delivery-prevent-bg, #ZV72hI5TKdObK2TFTabRiSVoWy7VNBsf.lazyload, #ZV72hI5TKdObK2TFTabRiSVoWy7VNBsf.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #yQfSpnFCxRXkE01iAz73aW0Kb7me9FBb { width:12.5rem;height:3.25rem;top:210.3125rem;left:3.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5BitK4uN4TQG3daTnVekhGT9f5y64Go { width:12.5rem;height:1.625rem;top:210.6875rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICRSfzcTAHTroTPiHIQnUbQGmv4uRJDn { width:12.5rem;height:1.29980625rem;top:216.0625rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P74IGkhkwMuXlAxs63KfgMS1GHpSygdO { width:8.75rem;height:2.6875rem;top:217.75rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4mPLA98A6kTzHxuO2JoH9gWwXabzvgE { display:block; }
 }@media only screen and (max-width: 763px) { #RsG4Tc8LIwfkdWgCcgEGSxzRbABU8Pf2 { width:15.0625rem;height:13.875rem;top:221.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; }#RsG4Tc8LIwfkdWgCcgEGSxzRbABU8Pf2.adaptive-delivery-prevent-bg, #RsG4Tc8LIwfkdWgCcgEGSxzRbABU8Pf2.lazyload, #RsG4Tc8LIwfkdWgCcgEGSxzRbABU8Pf2.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #lZux4aIbloE0APQSRO7Sa11erRl3B116 { width:12.5rem;height:1.625rem;top:225.75rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJuBR0rrdxBe0T4IRAD1IK8B0UEnx8LK { width:12.5rem;height:1.29980625rem;top:231.4375rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1rh2HiuA66zTQbETRCRvPTaN5u11MRg { width:8.75rem;height:2.6875rem;top:233.125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtkmFzZaTKAaHBTwXTKg5tMLHtpLdbg8 { display:block; }
 }@media only screen and (max-width: 763px) { #OdE05zqJNw2BgONhN90rEt5l665IU1WB { width:15.0625rem;height:13.875rem;top:237.125rem;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; }#OdE05zqJNw2BgONhN90rEt5l665IU1WB.adaptive-delivery-prevent-bg, #OdE05zqJNw2BgONhN90rEt5l665IU1WB.lazyload, #OdE05zqJNw2BgONhN90rEt5l665IU1WB.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #DPbJDE9I7sgZzttyrEX69wogT964NsX6 { width:8.75rem;height:2.6875rem;top:248.5625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVW2d7rscvqFP1fqrHqFcuOtuLLP1VSU { display:block; }
 }@media only screen and (max-width: 763px) { #W0gWSrpxt5WnNAuUIr8eVZT0aVIBcqx7 { width:12.5rem;height:1.29980625rem;top:246.8125rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAIs2uldSg8HBwZm14pimNEZdBFdF7sz { width:12.5rem;height:3.25rem;top:241.4375rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEu0rUrKi7EwaJNbl3cyIpGslKpsabZx { width:12.5rem;height:1.625rem;top:241.4375rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Htd2WsQfErfflN3bP2COE0Hc6tGsImZb { width:15.0625rem;height:13.875rem;top:252.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; }#Htd2WsQfErfflN3bP2COE0Hc6tGsImZb.adaptive-delivery-prevent-bg, #Htd2WsQfErfflN3bP2COE0Hc6tGsImZb.lazyload, #Htd2WsQfErfflN3bP2COE0Hc6tGsImZb.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #STarAOMM1UmtAsltQ7tVltgoeqKtwLD4 { width:12.5rem;height:3.25rem;top:256.4375rem;left:3.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MU71IxPwNTqR1q4x6kkr6Fvd67TiTT3M { width:12.5rem;height:1.625rem;top:256.8125rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKPNR8TToTFTVhdc5lnyW0UToKR5RGHU { width:12.5rem;height:1.29980625rem;top:262.1875rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVPtbMmUhWQsvoILwDSTFz81hITwB1Hc { width:8.75rem;height:2.6875rem;top:263.875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WE8Ctns347Tn5UQASyxDpZmfMbaZS0dR { display:block; }
 }@media only screen and (max-width: 763px) { #ifZTpCkH0z9nxMFVCVJZ4BmIOFCQFEmG { width:15.0625rem;height:13.875rem;top:267.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; }#ifZTpCkH0z9nxMFVCVJZ4BmIOFCQFEmG.adaptive-delivery-prevent-bg, #ifZTpCkH0z9nxMFVCVJZ4BmIOFCQFEmG.lazyload, #ifZTpCkH0z9nxMFVCVJZ4BmIOFCQFEmG.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #FQ7sbVsgUXqTBZB0TgqJ91HZKU6O7LuX { width:12.5rem;height:3.25rem;top:270.3125rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrgSBhuT3ht0XBFpMMoBsuWrk84G7mXz { width:12.5rem;height:1.29980625rem;top:277.5625rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ert8Qb1salSSR9bgiuoQmQTOpipsIwhs { width:8.75rem;height:2.6875rem;top:279.25rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WD5hc8FZQBZF4ITP5nLfqtzdFRizblck { display:block; }
 }@media only screen and (max-width: 763px) { #MCsde5QAUkK220FcBqOCOzWB0Z4Azs5Z { width:12.5rem;height:3.25rem;top:274rem;left:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PT2GJab28csbfxZHfGwBBtrfOE1f1R6p { width:15.0625rem;height:13.875rem;top:283.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; }#PT2GJab28csbfxZHfGwBBtrfOE1f1R6p.adaptive-delivery-prevent-bg, #PT2GJab28csbfxZHfGwBBtrfOE1f1R6p.lazyload, #PT2GJab28csbfxZHfGwBBtrfOE1f1R6p.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #CkT0UOw0GIArJdv0FdbTxosm21n6M2TX { width:8.75rem;height:2.6875rem;top:294.6875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHfuXCzgZJO2PqBHWPitJ4hsnAzXDRrG { display:block; }
 }@media only screen and (max-width: 763px) { #OzbliwC0yhOGMNw3AKbUMulwOhvOZAx5 { width:12.5rem;height:1.29980625rem;top:292.9375rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IreOo7DuV53dgnfVvnueCpv6Ew2oCVeq { width:12.5rem;height:3.25rem;top:287.5625rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDxcphT1xr15cmt29Wqa0gmO1QTGmNZw { width:12.5rem;height:1.625rem;top:287.5625rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DS8kelEIb87iEqbiTLGKMHnFJFUiksTU { width:15.0625rem;height:13.875rem;top:298.625rem;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; }#DS8kelEIb87iEqbiTLGKMHnFJFUiksTU.adaptive-delivery-prevent-bg, #DS8kelEIb87iEqbiTLGKMHnFJFUiksTU.lazyload, #DS8kelEIb87iEqbiTLGKMHnFJFUiksTU.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #IwhUryOThXcusJpG9UVEWA5l2KyufgwW { width:12.5rem;height:3.25rem;top:302.5625rem;left:3.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATyWwTKdQirDQDb9lW449TOKGTAUbFmf { width:12.5rem;height:1.625rem;top:302.9375rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOpdiXdtasngprgmRssuhtRGe5Sad9rC { width:12.5rem;height:1.29980625rem;top:308.3125rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PChvLE3528ssNk50rh1ovNuEhi4aCVd8 { width:8.75rem;height:2.6875rem;top:310rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFle8TqnlW0LkqAbUsmmlmFa7eU4vtXH { display:block; }
 }@media only screen and (max-width: 763px) { #mBwDsW7NRmfR50u02htAZwgeeRZaWIIB { width:15.0625rem;height:13.875rem;top:314rem;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; }#mBwDsW7NRmfR50u02htAZwgeeRZaWIIB.adaptive-delivery-prevent-bg, #mBwDsW7NRmfR50u02htAZwgeeRZaWIIB.lazyload, #mBwDsW7NRmfR50u02htAZwgeeRZaWIIB.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Aw5q02BplbCvVNS8mAC2sdo40bTeAbIQ { width:12.5rem;height:6.5rem;top:316.4375rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqGhMFSu5Elxl5BakvOxXBAOGo3S2IRp { width:12.5rem;height:1.29980625rem;top:323.6875rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUsiTJeazgfSIPrRn81TeDGsHoJHliwG { width:8.75rem;height:2.6875rem;top:325.375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sas3vVI1rmLT8vfJNgrqN9fq82PHWkZW { display:block; }
 }@media only screen and (max-width: 763px) { #f8Fq2SBtrqUwB02ofqPWdaSwDxGHobED { display:block; }#f8Fq2SBtrqUwB02ofqPWdaSwDxGHobED > .row .container { width:20rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dn6lDv5vQTMsKCN6QGGzEuPTKberS5J0 { width:16.125rem;height:2.3369125rem;top:19.437500953674rem;left:1.9375000596046rem;font-size:1.75rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Ou4buzl2qBO6ZK8ar3hoJDzitPmCw7tg { width:11.1875rem;height:1.625rem;top:26.531250953674rem;left:3.7500002980233rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Q7nwFr8N7Ckl9cTRGSXOAJbkFSh6o5s5 { width:13.0625rem;height:2.923825rem;top:22.759766578674rem;left:2.8125000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TkRh0zAJ1ZrTcfErCsutsmb2c6cL2WAL { width:2.8125rem;height:2.8125rem;top:29.3125rem;left:11.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHrq5fIFElSEwbQv7PFdQBOzZyZVuzkg { width:2.8125rem;height:2.8125rem;top:29.3125rem;left:7.9375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAlO6Qy8GPgVSmSqJqI4lIDEwUfyITot { width:2.8125rem;height:2.8125rem;top:29.3125rem;left:4.125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTNUgINHbl1sauuuqzxbusaTAOJmIvXy { width:11.625rem;height:17.8125rem;top:0.6875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CscOEVblxDqTPhJ0rTLOOnxCHPXzktpF { width:2.8125rem;height:2.8125rem;top:25.937500953674rem;left:15.875001251697rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaFRIZQqKw2tiH6KS20WVJvtCZA25TCt { width:2.8125rem;height:2.8125rem;top:22.811198234558rem;left:15.875001251697rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7wMzmPtOvnGO8858q4STCq4cci8LGAP { width:2.8125rem;height:2.8125rem;top:29.312500953674rem;left:15.875001251697rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuP2CfLpwJPTXSitDO2dcIiBOmx9SgqG { width:19.3125rem;height:0.9746125rem;top:33.708984375rem;left:0.68684893846512rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }