.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(180deg, #ffffff, #bc5a7b);background-image: -moz-linear-gradient(180deg, #ffffff, #bc5a7b);background-image: -ms-linear-gradient(180deg, #ffffff, #bc5a7b);background-image: -o-linear-gradient(180deg, #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(180deg, #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:9.25rem;width:60rem;position:relative;display:block; }#zwtsJEf91cCVEuKXLf7NFM5JNmVl6cPc { color:#171515;display:block;width:52.0625rem;position:absolute;font-family:"neo sans arabic";font-size:1.75rem;font-weight:400;z-index:100002;line-height:1.2;letter-spacing:0;top:0.5244140625rem;left:4.3125rem;height:4.19921875rem;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:11.1875rem;height:3.125rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:5.375rem;left:17.625rem;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:5.25rem;left:31rem;display:block; }
#n6eZsWwnnKPS2U2KRp7HiBPxul5oJWTJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;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.75rem;width:60rem;position:relative;display:block; }#QhwQ2hz7lnm94l1sFdzP9spRGmqZrPhT { color:#000000;display:block;width:18.875rem;position:absolute;font-family:cairo;font-size:1.8125rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:0.697265625rem;left:20.5625rem;height:2.35546875rem;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:30.6875rem;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:0rem;left:30rem;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:15.875rem;width:14.4375rem;top:13.125rem;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:13.9375rem;width:13.9375rem;top:14.9375rem;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:17.5625rem;left:20.75rem;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; }
#tQ0d2VfFyWpRaTf1wfz0rbyCPfG026qa { color:#094583;display:block;width:30rem;position:absolute;font-family:"br font n-day";font-size:1.6875rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:2.75rem;left:0rem;height:2.1933625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ywBxBoxnf9UeWuB3xcnD37f4e7ugR5yW { z-index:100003;top:6.1875rem;left:7.21875rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -moz-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -ms-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -o-linear-gradient(173deg, #00fdc3, #02ab84);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fdc3', endColorstr='#02ab84' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fdc3', endColorstr='#02ab84' );";background-image: linear-gradient(173deg, #00fdc3, #02ab84);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#072738;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.3125rem;height:4.0625rem;text-decoration:none;text-align:right;text-align-last:right;display:block; }
#lATFCxCfWmAS3ThoDMtArw6x4U3gU8bn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Dc3gklboTzk37DJOTfzZTBio8lcegXor { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100010;opacity:1;top:6.65625rem;left:7.59375rem; }
#HTkGQQ8XShvb1AeCLF6dKMDPuZEn93Kq { color:#000000;display:block;width:12.5rem;position:absolute;font-family:georgia;font-size:1.5625rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:1.25rem;top:1.75rem;left:5.3125rem;display:none; }
#MfR3MP96Cl3A0JLrRzglDXByrO5T4K1h { color:#000000;display:block;width:12.5rem;position:absolute;font-family:georgia;font-size:1.75rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:1.25rem;top:19.5rem;left:2.5rem;display:none; }
#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#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:15.875rem;width:60rem;position:relative;display:none; }#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:7.8466796875rem;left:18.3125rem;overflow:hidden;display:block; }
#JBdxfSXbccyPxSGgnwiqdVVO9osTeOl3 { color:#094583;display:block;width:41.6875rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:2.0625rem;left:18.3125rem;height:8.93554375rem;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:11.71875rem;left:39.5625rem;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:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.8125rem;width:16.875rem;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:none; }#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:70.6875rem;width:60rem;position:relative;display:none; }#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.25rem;font-weight:normal;z-index:100090;line-height:1.8;letter-spacing:0;top:10.462890625rem;left:46.09375rem;height:4.5rem;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; }
#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; }
#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; }
#B5zdXZgSkDCpH6Zr9nBOqa1GVu4rzEFL { 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:23rem;left:0rem;display:block; }#B5zdXZgSkDCpH6Zr9nBOqa1GVu4rzEFL.adaptive-delivery-prevent-bg, #B5zdXZgSkDCpH6Zr9nBOqa1GVu4rzEFL.lazyload, #B5zdXZgSkDCpH6Zr9nBOqa1GVu4rzEFL.lazyloading { background-image: none; }
#LoB0Sfom3pohiKTOI5omfLRJy2iFdZW6 { 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.6875rem;left:1.625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#p68lTJD6tzTkT0IqEhrvGqybD27ZcREl { 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.3125rem;left:1.375rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#xCufzRbcUuWwoVbpAgdSExoJ56PZzL4e { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.4375rem;font-weight:700;z-index:100116;line-height:1.8;letter-spacing:0;top:25.49609375rem;left:1.40625rem;height:2.5869125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iGp2rd0XHsnpfOcf3cWacsLsDQoSsgQO { 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.0625rem;left:22.5rem;display:block; }#iGp2rd0XHsnpfOcf3cWacsLsDQoSsgQO.adaptive-delivery-prevent-bg, #iGp2rd0XHsnpfOcf3cWacsLsDQoSsgQO.lazyload, #iGp2rd0XHsnpfOcf3cWacsLsDQoSsgQO.lazyloading { background-image: none; }
#LvNUdJpAEAhgnxOaIr8zqTwdFu9PXTk1 { 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.75rem;left:24.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#o3bebkboXCSk2gntgwZ1b3R1KUJcpOMt { 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:23rem;left:44.6875rem;display:block; }#o3bebkboXCSk2gntgwZ1b3R1KUJcpOMt.adaptive-delivery-prevent-bg, #o3bebkboXCSk2gntgwZ1b3R1KUJcpOMt.lazyload, #o3bebkboXCSk2gntgwZ1b3R1KUJcpOMt.lazyloading { background-image: none; }
#qW0A4UcqEJxAZ9aR89EnEfvZA1JUizJP { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.4375rem;font-weight:normal;z-index:100105;line-height:1.8;letter-spacing:0;top:25.783203125rem;left:46.09375rem;height:5.173825rem;text-align:center;text-align-last:center;display:block; }
#TxAV2uigQQmgEC5XOnd52h1R2C2HpqJC { 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.6875rem;left:46.3125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#uvdto86FKgThaoHJzXsGvQQeWFKSuSUh { position:absolute;display:block;z-index:100091;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.0625rem;top:38.9375rem;left:22.5rem;display:block; }#uvdto86FKgThaoHJzXsGvQQeWFKSuSUh.adaptive-delivery-prevent-bg, #uvdto86FKgThaoHJzXsGvQQeWFKSuSUh.lazyload, #uvdto86FKgThaoHJzXsGvQQeWFKSuSUh.lazyloading { background-image: none; }
#q6E17F0msDT8TqL6rVph2riDMFT2F5en { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100124;line-height:1.3;letter-spacing:0;top:48.625rem;left:24.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#RnTNfJJkFRR8eirir7cVLuEx25GCeRqT { position:absolute;display:block;z-index:100086;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; }#RnTNfJJkFRR8eirir7cVLuEx25GCeRqT.adaptive-delivery-prevent-bg, #RnTNfJJkFRR8eirir7cVLuEx25GCeRqT.lazyload, #RnTNfJJkFRR8eirir7cVLuEx25GCeRqT.lazyloading { background-image: none; }
#Nm03NpiCLlzl1vSi4KvyVKNHfH534sev { color:#c53d3d;display:block;width:11.125rem;position:absolute;font-family:"br font n-day";font-size:1.5625rem;font-weight:700;z-index:100119;line-height:1.7;letter-spacing:0;top:41.76171875rem;left:46.78125rem;height:2.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Em3H7R8VGzxnZ2JMX7eiTJasUvZwBwyB { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100119;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; }
#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; }
#AdUFlvsOopHMOOmR8OXWlmqSo5KL9H2c { 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:100170;text-align:center;text-align-last:center;top:34.4384765625rem;left:3.2509765625rem;display:block; }
#C89B4c5X5br053OK7w8Ty1zLOE3F87t6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#n9qWNqbbySHT89PvcVcpya5p0ZQpH5XZ { 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:100171;text-align:center;text-align-last:center;top:34.4384765625rem;left:25.7509765625rem;display:block; }
#gbz9EXIBdXNcI0d2iQxXdrwQ1acSMVMx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vHCf4W3dOCNIouoAgaAuLOrdqcMnzDtx { 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:block; }
#X8BfJ9xWH9s6yRXHATC8Z8as3qT6eE90 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#dTgERZcCx3atmb3SaD0GqRLZemIziTcL { 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:50.3134765625rem;left:25.5947265625rem;display:block; }
#L4CcTo4rQFWO5ps5La4EsZMERV1CAbXK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xy4WPNvfrVIPWkWn6smJAUQvTV6HB65b { 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:100173;text-align:center;text-align-last:center;top:50.3134765625rem;left:47.9384765625rem;display:block; }
#N6M3K3hLJgIry01aZ3bqVqFO9RzHlM1X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#uykmOLr1mHQgxBWHXGZTJAS8ThO3K0EL { 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; }
#Hy4y6gZ34y0iKBe1CIhhNXMwZapsk72y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#CrNTDnIZl9DseDnqSx3wEpVLGuSTi9iz { 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; }
#bHLq7JDoFotwgnmlbKETCUE2ApeCc3NC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#EB1CXlZ22s8NnEB37x8JtJfes9XneySU { 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; }
#um6koXxEe6XBC3fTaZvTfBPJlTokWSpl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lpVnxAuiAmymafUqUOZtwqTVDwq2LJsG { 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; }
#SKziacdLUDo8hHuDQHW0FrT78FNnPcEJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#JXCXGxxAaEoy8qBTpulKM3nmJCUEgwy6 { 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; }
#egVGrNhFt4Oi1xxIkmNRHyWIy95WmrZl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#rgq4DnN6B9ER3qNrwo9UfzUSlc5m7mkG { 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; }
#Wxc58oQBn3gTixBby2yrglrgclaTzzhr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#dSLV7X37HfgTMAFxQ5q9Wm93ziZcASNX { 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; }
#S7ssxggTglldEcZ4c5ubwkbLKBbJVtaH { 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; }
#kDOO5v87uHAkOc9i7J1v8ylbi6rNPtic { 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:none; }
#udUgqtrRb7XpfbkgNcg38SNe7o7FTvpg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lhK405w4Jfgc7GCi8sCUTBFvHL2Uq4G3 { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.75rem;font-weight:normal;z-index:100091;line-height:1.8;letter-spacing:0;top:9.5634765625rem;left:23.90625rem;height:6.298825rem;text-align:center;text-align-last:center;display:block; }
#H96RfsghBJPtGhTyuq5OKJZRIQKQBQFM { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.625rem;font-weight:normal;z-index:100092;line-height:1.8;letter-spacing:0;top:9.951171875rem;left:1.40625rem;height:5.8496125rem;text-align:center;text-align-last:center;display:block; }
#Ezll1XEaK0eXoMkTQCqHslSeZKod90wd { position:absolute;display:block;z-index:100105;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.0625rem;top:38.9375rem;left:0rem;display:block; }#Ezll1XEaK0eXoMkTQCqHslSeZKod90wd.adaptive-delivery-prevent-bg, #Ezll1XEaK0eXoMkTQCqHslSeZKod90wd.lazyload, #Ezll1XEaK0eXoMkTQCqHslSeZKod90wd.lazyloading { background-image: none; }
#l9L3OrE4Tk3h7WwUXuXFw3PRAfQTyXKI { 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:100186;text-align:center;text-align-last:center;top:50.3125rem;left:3.125rem;display:block; }
#OLdr0oO0wnQT3hr7ocDKB5gewqfXiFDf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#kW0XJHarWDRElngwe9gBDGJyHLhTSpaT { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100138;line-height:1.3;letter-spacing:0;top:48.625rem;left:1.625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#fr97EvWr6AL2fUSR0M1x3VBxGK4RiQVT { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.5rem;font-weight:700;z-index:100139;line-height:1.8;letter-spacing:0;top:41.71875rem;left:1.40625rem;height:5.3984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wVtTTUi5UxT76AEOtgEI5h65ukHkOWdT { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:normal;z-index:100138;line-height:1.3;letter-spacing:0;top:43.25rem;left:1.375rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#cKSri6WmdcwICZUVmku8DCCoSaOOwuZp { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100106;line-height:1.8;letter-spacing:0;top:42.16796875rem;left:23.90625rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#PHygOERRo1PTmBJT5MZnOAVRlbxzBAia { color:#000000;display:block;width:29.125rem;position:absolute;font-family:"neo sans arabic";font-size:2.125rem;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:1.75rem;left:15.4375rem;height:;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; }
#P35eBxDizmlBCXizDSTZk8UQU4xbch28 { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.625rem;font-weight:normal;z-index:100093;line-height:1.8;letter-spacing:0;top:25.470703125rem;left:23.75rem;height:5.8496125rem;text-align:center;text-align-last:center;display:block; }
#L7pFCXe5BkHeNGmWfOznLFO8edZJ1twB { 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:55.3125rem;left:22.5rem;display:block; }#L7pFCXe5BkHeNGmWfOznLFO8edZJ1twB.adaptive-delivery-prevent-bg, #L7pFCXe5BkHeNGmWfOznLFO8edZJ1twB.lazyload, #L7pFCXe5BkHeNGmWfOznLFO8edZJ1twB.lazyloading { background-image: none; }
#LQfO1ySB9FxxxyU3a199U8ZfoRmbrMBP { position:absolute;display:block;z-index:100118;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:55.3125rem;left:0rem;display:block; }#LQfO1ySB9FxxxyU3a199U8ZfoRmbrMBP.adaptive-delivery-prevent-bg, #LQfO1ySB9FxxxyU3a199U8ZfoRmbrMBP.lazyload, #LQfO1ySB9FxxxyU3a199U8ZfoRmbrMBP.lazyloading { background-image: none; }
#wztHTOH86RPZLfnTXE8QER016xMF6RzO { 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:100199;text-align:center;text-align-last:center;top:66.6875rem;left:3.125rem;display:block; }
#mEt8iLRUCLvC6eZaJNzPfgh3aaW6TvEB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#p9rcs9ABmvoD3B3H7OBdhz8GWCLiBufH { 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:100185;text-align:center;text-align-last:center;top:66.6875rem;left:25.625rem;display:block; }
#UXZu3SKrzSfFK9sbuMiVHaoLbPffV4hZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xURQp3QG5zoVEblTEMX5HWiqySoRwadt { 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:55.25rem;left:44.6875rem;display:block; }#xURQp3QG5zoVEblTEMX5HWiqySoRwadt.adaptive-delivery-prevent-bg, #xURQp3QG5zoVEblTEMX5HWiqySoRwadt.lazyload, #xURQp3QG5zoVEblTEMX5HWiqySoRwadt.lazyloading { background-image: none; }
#RgBIvPrJpWMP1SwH0MehVUOiUfWf0cEr { 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:65rem;left:24.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#RPbluBAcfadmU5VXya0ByRzhtFMMgTo4 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100151;line-height:1.3;letter-spacing:0;top:65rem;left:1.625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#QqdaOiAJbupEMT8h57ZG60JHkt01rW3k { 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:64.9375rem;left:46.3125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#XleFvfACt55hLFB52BllzkqQpmsgtVBV { 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:100186;text-align:center;text-align-last:center;top:66.6875rem;left:47.9375rem;display:block; }
#DoWvtIh6upHkRTQ0WcrvkX8AHULOzGXZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#s2t6RHy3W9TOCRlczq44Pv4Ac8JiAE2e { color:#c53d3d;display:block;width:11.125rem;position:absolute;font-family:"br font n-day";font-size:1.4375rem;font-weight:700;z-index:100132;line-height:1.7;letter-spacing:0;top:58.380859375rem;left:46.78125rem;height:4.88671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PwulsuyPnSg62mtWmnJqTVCZy4ASgTli { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.5rem;font-weight:700;z-index:100152;line-height:1.8;letter-spacing:0;top:58.125rem;left:1.40625rem;height:5.3984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kSmZ5xTn7ZdRtsqKbl1lnnmIFySTLrek { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100119;line-height:1.8;letter-spacing:0;top:58.5625rem;left:23.9375rem;height:2.25rem;text-align:center;text-align-last:center;display:block; }
#rrTsvPoDTL5XmVwaRRk9KtTafwTkQB4E { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:normal;z-index:100151;line-height:1.3;letter-spacing:0;top:59.625rem;left:1.375rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#Cs1GrM6T8BVAhbZE8eRwz5H01KuwSXr3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ea90a7;background-image:none;position:relative;display:block; }#Cs1GrM6T8BVAhbZE8eRwz5H01KuwSXr3 > .row .container { background-color: transparent; background-image: none; }#Cs1GrM6T8BVAhbZE8eRwz5H01KuwSXr3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cs1GrM6T8BVAhbZE8eRwz5H01KuwSXr3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cs1GrM6T8BVAhbZE8eRwz5H01KuwSXr3 > .row .container > .video-iframe-container { display: none; }#Cs1GrM6T8BVAhbZE8eRwz5H01KuwSXr3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cs1GrM6T8BVAhbZE8eRwz5H01KuwSXr3 > .row > .video-iframe-container { display: none; }#Cs1GrM6T8BVAhbZE8eRwz5H01KuwSXr3 > .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); }#Cs1GrM6T8BVAhbZE8eRwz5H01KuwSXr3 > .row .container { border-width: 0; border-radius: 0; }#Cs1GrM6T8BVAhbZE8eRwz5H01KuwSXr3 > .row > .video-iframe-container {  }#Cs1GrM6T8BVAhbZE8eRwz5H01KuwSXr3 > .row .container { font-size:0.875rem;font-family:arial;height:86.5rem;width:60rem;position:relative;display:block; }#w3n3mNHyvHBZNCqcNxlS4d8yWxDR4vfm { 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:none; }
#pNe2OL6TkRsZgXmU1pLtkr6iv4UOo1HE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xbaTl5NXeKiSmGXdcJnwLL8CgCBZgo1J { color:#014f4d;display:block;width:34.124375rem;position:absolute;font-family:"neo sans arabic";font-size:2.25rem;font-weight:700;z-index:100070;line-height:1.3;letter-spacing:0;top:1rem;left:11.75rem;height:2.92480625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#JWOa6fh2U7KrI7MveCe9ZTEt0okdL8NT { position:absolute;display:block;z-index:100160;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.8748125rem;width:15.1248125rem;top:5.9375rem;left:0.25rem;display:block; }#JWOa6fh2U7KrI7MveCe9ZTEt0okdL8NT.adaptive-delivery-prevent-bg, #JWOa6fh2U7KrI7MveCe9ZTEt0okdL8NT.lazyload, #JWOa6fh2U7KrI7MveCe9ZTEt0okdL8NT.lazyloading { background-image: none; }
#hTzQ90s2VkB3aOU0sl3oATyyi6szP8yw { 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.8748125rem;width:15.1248125rem;top:6rem;left:21.5625rem;display:block; }#hTzQ90s2VkB3aOU0sl3oATyyi6szP8yw.adaptive-delivery-prevent-bg, #hTzQ90s2VkB3aOU0sl3oATyyi6szP8yw.lazyload, #hTzQ90s2VkB3aOU0sl3oATyyi6szP8yw.lazyloading { background-image: none; }
#MgC4IBXVQuJV2FIIwapieMTG5qV93cuI { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.5rem;font-weight:normal;z-index:100191;line-height:1.3;letter-spacing:0;top:10.3125rem;left:23.1875rem;height:3.8984375rem;text-align:center;text-align-last:center;display:block; }
#bw5pegxnQySDfP0eHfEHxHS5AaNWUQTG { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.75rem;font-weight:normal;z-index:100194;line-height:1.3;letter-spacing:0;top:10.3125rem;left:1.6875rem;height:2.2744125rem;text-align:center;text-align-last:center;display:block; }
#HIz7MO9EybLBaKko6cRz5mwoh7RaL6Sp { position:absolute;display:block;z-index:100156;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:5.9375rem;left:42rem;display:block; }#HIz7MO9EybLBaKko6cRz5mwoh7RaL6Sp.adaptive-delivery-prevent-bg, #HIz7MO9EybLBaKko6cRz5mwoh7RaL6Sp.lazyload, #HIz7MO9EybLBaKko6cRz5mwoh7RaL6Sp.lazyloading { background-image: none; }
#k2ctQAtKnTnaTpDlJ0mBhcfvRVoHIbLo { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:normal;z-index:100192;line-height:1.3;letter-spacing:0;top:7.8125rem;left:43.375rem;height:5.84765rem;text-align:center;text-align-last:center;display:block; }
#kKSGJmE7uIitRHmfQ8DzbpX6yHEAaF3D { color:#000000;display:block;width:13.311625rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:normal;z-index:100190;line-height:1.3;letter-spacing:0;top:11.1875rem;left:22.375rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
#pP7xsTNI8W9MGXk1qoZ4ZE5flhv2v5sV { position:absolute;display:block;z-index:100102;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.0625rem;top:22.0625rem;left:42rem;display:block; }#pP7xsTNI8W9MGXk1qoZ4ZE5flhv2v5sV.adaptive-delivery-prevent-bg, #pP7xsTNI8W9MGXk1qoZ4ZE5flhv2v5sV.lazyload, #pP7xsTNI8W9MGXk1qoZ4ZE5flhv2v5sV.lazyloading { background-image: none; }
#qarx9N7nFAwq1IW6EeK821APV4LIBIer { 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.8748125rem;width:15.1248125rem;top:22.0625rem;left:21.75rem;display:block; }#qarx9N7nFAwq1IW6EeK821APV4LIBIer.adaptive-delivery-prevent-bg, #qarx9N7nFAwq1IW6EeK821APV4LIBIer.lazyload, #qarx9N7nFAwq1IW6EeK821APV4LIBIer.lazyloading { background-image: none; }
#b6ShH83XBSstmIWppqqLOnwvl7iUClMO { position:absolute;display:block;z-index:100106;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.8748125rem;width:15.1248125rem;top:22.0625rem;left:0.25rem;display:block; }#b6ShH83XBSstmIWppqqLOnwvl7iUClMO.adaptive-delivery-prevent-bg, #b6ShH83XBSstmIWppqqLOnwvl7iUClMO.lazyload, #b6ShH83XBSstmIWppqqLOnwvl7iUClMO.lazyloading { background-image: none; }
#kgRTOxUC0CyWmEHIMlyvFVPTxfhQdx0t { 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:100161;text-align:center;text-align-last:center;top:17.3125rem;left:3.5625rem;display:block; }
#Vf8s36sitH8fEBcxnMGvaThPuXTEoRvd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#trFRNNhr3N7OaW9gR2mXzXheOXnPTQlC { 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:100159;text-align:center;text-align-last:center;top:17.3125rem;left:24.75rem;display:block; }
#QiV0nalda11SpRSydUgwMiw38v4JXUOp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ieSbmUuQUZWdo08S2ECGoKJN44kBA5V4 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100190;line-height:1.3;letter-spacing:0;top:15.6875rem;left:22.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#cSHOAJTGPLT0RQPl9mNSuuZR6C47mZmN { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:normal;z-index:100191;line-height:1.3;letter-spacing:0;top:15.625rem;left:1.5rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#T0Dm23SIoyXapWuZdxCVTm5DMK7Gw29X { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100189;line-height:1.3;letter-spacing:0;top:15.625rem;left:43.6875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#hi17gMbHetHS98idCbg4It2XxWZ6huXh { 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:100157;text-align:center;text-align-last:center;top:17.3125rem;left:45.4375rem;display:block; }
#gDPJCipih7Cg4AlHTzPxbShNE308u5iJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yXMmAkKVPObiBFe9WZ77pCnQg1T7IRK3 { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100103;text-align:center;text-align-last:center;top:33.4375rem;left:45.375rem;display:block; }
#uO1oe7KO3rqU9I2QBhM2EPl0NeF6ncHF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#KmyNvg0BM2BskkLfWovrvgzah3puw69c { 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:33.375rem;left:25rem;display:block; }
#Os1SWlK8v1JkhZRe8lqRDgG9uLvwR4K8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Tm7bQdh4uUUQ9Vth6bhLDhViFeOP27m6 { 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:100107;text-align:center;text-align-last:center;top:33.4375rem;left:3.5rem;display:block; }
#kGmscx3IhsPIyaxaC7iUbTPqZ9dMLWOd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lbkaTSQ1GdeAnWBHinIhEAv5o0WCxwKh { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.75rem;font-weight:normal;z-index:100134;line-height:1.3;letter-spacing:0;top:26.875rem;left:43.375rem;height:2.2744125rem;text-align:center;text-align-last:center;display:block; }
#Pc5BK5Cx3i3lt3EQ74nXmSVo8ITecaoz { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100135;line-height:1.3;letter-spacing:0;top:31.5625rem;left:43.375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#FtV6fM60D8gOeX4pNgTA1TDBsGdQug1h { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100138;line-height:1.3;letter-spacing:0;top:31.5625rem;left:22.5625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#tfAU15mJtc3u3eWE9CWI0s0qVeiWGiEF { color:#000000;display:block;width:13.311625rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:normal;z-index:100136;line-height:1.3;letter-spacing:0;top:27.25rem;left:22.625rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
#bvaaW3znqnfkq535i7w0WLdC2zlwKCrI { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.6875rem;font-weight:normal;z-index:100137;line-height:1.3;letter-spacing:0;top:26.9375rem;left:23.1875rem;height:2.1933625rem;text-align:center;text-align-last:center;display:block; }
#K20TchlXlUWHHyDuu8qXSCpXLJPGyDPs { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.4375rem;font-weight:normal;z-index:100140;line-height:1.3;letter-spacing:0;top:24.75rem;left:1.6875rem;height:3.736325rem;text-align:center;text-align-last:center;display:block; }
#Gb8P42PZsTOpyLBfuWRmlOFzsU7oZ7iu { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100141;line-height:1.3;letter-spacing:0;top:31.5625rem;left:1.6875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#RJuPeWHKllFiKtkLIptSE8Us8acUKvUh { position:absolute;display:block;z-index:100113;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:38rem;left:0.0625rem;display:block; }#RJuPeWHKllFiKtkLIptSE8Us8acUKvUh.adaptive-delivery-prevent-bg, #RJuPeWHKllFiKtkLIptSE8Us8acUKvUh.lazyload, #RJuPeWHKllFiKtkLIptSE8Us8acUKvUh.lazyloading { background-image: none; }
#qTuOaGnPhyZapStdSsBbcVFQa3ylenpw { position:absolute;display:block;z-index:100111;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:37.9375rem;left:42.1875rem;display:block; }#qTuOaGnPhyZapStdSsBbcVFQa3ylenpw.adaptive-delivery-prevent-bg, #qTuOaGnPhyZapStdSsBbcVFQa3ylenpw.lazyload, #qTuOaGnPhyZapStdSsBbcVFQa3ylenpw.lazyloading { background-image: none; }
#yZgPFI6dJSkSxTcoAXGx5ryptgBlkdqM { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.5625rem;font-weight:normal;z-index:100140;line-height:1.3;letter-spacing:0;top:41.4375rem;left:43.1875rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#aRDNunET46G2LG6M81S1bv8hLA9sVZzr { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.4375rem;font-weight:normal;z-index:100144;line-height:1.3;letter-spacing:0;top:41.625rem;left:1.5rem;height:3.736325rem;text-align:center;text-align-last:center;display:block; }
#xtXJynUiduOOn7HiyRkTs1ogJWIr673T { position:absolute;display:block;z-index:100121;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:38rem;left:21.625rem;display:block; }#xtXJynUiduOOn7HiyRkTs1ogJWIr673T.adaptive-delivery-prevent-bg, #xtXJynUiduOOn7HiyRkTs1ogJWIr673T.lazyload, #xtXJynUiduOOn7HiyRkTs1ogJWIr673T.lazyloading { background-image: none; }
#CCc9eBtLHfzqcST5Tm69TD8wMEImbt4o { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.5625rem;font-weight:normal;z-index:100149;line-height:1.3;letter-spacing:0;top:42.0625rem;left:23.3125rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#DmwcWuSe5UxIcu9Iy8TtKF3bpnkWoKSm { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100114;text-align:center;text-align-last:center;top:49.375rem;left:3.5rem;display:block; }
#a81teLFhWciRDiK7TgA43brKx3o8CAam { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#hwPiQCo3SdD4TxcoeNi71c00HUF1cNME { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100112;text-align:center;text-align-last:center;top:49.3125rem;left:45.625rem;display:block; }
#USDHvhJsGrJwtzEB3mzJOLIbpeytLBgn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#c5bBdK5JBP02ryZCoA3ePtBrHa2sRd8i { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100141;line-height:1.3;letter-spacing:0;top:47.4375rem;left:43.1875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#NZiOMXfrv5oPzGRn7fEDmNDtT8FxQVaq { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100145;line-height:1.3;letter-spacing:0;top:47.4375rem;left:1.625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#OaklpC1mqKCzxf8lhsPkkgvsBIhT2i3o { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100150;line-height:1.3;letter-spacing:0;top:47.4375rem;left:23rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#C5keEIPnJiif0g3bEfRx7PQCKETl5hye { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100122;text-align:center;text-align-last:center;top:49.375rem;left:25rem;display:block; }
#DohzC16SG7JTaPgMQe4Cdykc6RiPMOpd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#pmUkkx1CRsA2MiXWn5s1Qdy7VwsH9Ve9 { position:absolute;display:block;z-index:100125;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:53.9375rem;left:0rem;display:block; }#pmUkkx1CRsA2MiXWn5s1Qdy7VwsH9Ve9.adaptive-delivery-prevent-bg, #pmUkkx1CRsA2MiXWn5s1Qdy7VwsH9Ve9.lazyload, #pmUkkx1CRsA2MiXWn5s1Qdy7VwsH9Ve9.lazyloading { background-image: none; }
#fFTuN6MTzTm1eFdqKq35oWGLT6TQsTv0 { position:absolute;display:block;z-index:100133;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:53.9375rem;left:21.625rem;display:block; }#fFTuN6MTzTm1eFdqKq35oWGLT6TQsTv0.adaptive-delivery-prevent-bg, #fFTuN6MTzTm1eFdqKq35oWGLT6TQsTv0.lazyload, #fFTuN6MTzTm1eFdqKq35oWGLT6TQsTv0.lazyloading { background-image: none; }
#nI9OCNFT0hdhk2kCKO26Z86Tmi7ZypxF { position:absolute;display:block;z-index:100123;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:53.9375rem;left:42.25rem;display:block; }#nI9OCNFT0hdhk2kCKO26Z86Tmi7ZypxF.adaptive-delivery-prevent-bg, #nI9OCNFT0hdhk2kCKO26Z86Tmi7ZypxF.lazyload, #nI9OCNFT0hdhk2kCKO26Z86Tmi7ZypxF.lazyloading { background-image: none; }
#bevPlUA819lqqE8Amw4C3CdCLpQmbbIP { color:#c53d3d;display:block;width:11.811rem;position:absolute;font-family:"br font n-day";font-size:1.75rem;font-weight:normal;z-index:100152;line-height:1.3;letter-spacing:0;top:57.1875rem;left:44.0625rem;height:4.548825rem;text-align:center;text-align-last:center;display:block; }
#xiKTmfpUeEtFGHVLUxb1T6WH6oWeDaRo { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.5625rem;font-weight:normal;z-index:100156;line-height:1.3;letter-spacing:0;top:57.8125rem;left:1.5625rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#dhXawSN7ORlcHoskJZ4t7d5OUx7dAxpo { 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:63.6875rem;left:1.5625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#c6tch9rxoLZdkosvJ0Npuiv9pHTOd1Z6 { 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:63.6875rem;left:23.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#Z2muQxbZup3x2FgN3v3t8EEnOP8mQL5y { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.6875rem;font-weight:normal;z-index:100161;line-height:1.3;letter-spacing:0;top:57.875rem;left:23rem;height:2.1933625rem;text-align:center;text-align-last:center;display:block; }
#EaAuQR4bIpFFfLwWni2zOV0I4V4thrBO { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100153;line-height:1.3;letter-spacing:0;top:63.6875rem;left:43.6875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#hR2Zy9qTQl4IEykRax4CtuTaabAs43cM { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100126;text-align:center;text-align-last:center;top:65.375rem;left:3.5rem;display:block; }
#v8vKHGtqCiZy1fTkEcXlaVpBl2MwVTl7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#AJoM4FDVsuIa6Bi41HcTSFu3i5v4pCQK { 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:65.375rem;left:24.875rem;display:block; }
#vlslvLCAG6pCA1HTbEgDspk1bWWWBQNe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zTvtvTyoEuTZBxU2zth1uBtPqbEo8xln { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100124;text-align:center;text-align-last:center;top:65.3125rem;left:45.6875rem;display:block; }
#FpoO8EZFnINbruEMsRHL76TQN56v32TF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#rGbOi7yVi3QDxORRQCx7KZUyVBVm5NGB { position:absolute;display:block;z-index:100145;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:69.875rem;left:0.125rem;display:block; }#rGbOi7yVi3QDxORRQCx7KZUyVBVm5NGB.adaptive-delivery-prevent-bg, #rGbOi7yVi3QDxORRQCx7KZUyVBVm5NGB.lazyload, #rGbOi7yVi3QDxORRQCx7KZUyVBVm5NGB.lazyloading { background-image: none; }
#pnxd7UTxFP3Xkpe4A2HUi2k16dXsUTAk { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.4375rem;font-weight:normal;z-index:100173;line-height:1.3;letter-spacing:0;top:73.375rem;left:1.5625rem;height:3.736325rem;text-align:center;text-align-last:center;display:block; }
#PiDrxGQHCRgKyQupdpGec86TX9RVhxBL { position:absolute;display:block;z-index:100135;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:69.875rem;left:42.125rem;display:block; }#PiDrxGQHCRgKyQupdpGec86TX9RVhxBL.adaptive-delivery-prevent-bg, #PiDrxGQHCRgKyQupdpGec86TX9RVhxBL.lazyload, #PiDrxGQHCRgKyQupdpGec86TX9RVhxBL.lazyloading { background-image: none; }
#ufanLUAeeBVHuG6gCL4DLgB5nmMnnTHF { color:#c53d3d;display:block;width:13.3745625rem;position:absolute;font-family:"br font n-day";font-size:1.5rem;font-weight:normal;z-index:100164;line-height:1.3;letter-spacing:0;top:71.75rem;left:42.875rem;height:3.8984375rem;text-align:center;text-align-last:center;display:block; }
#Q3CZVlb66oymkb7X0BdoU9Ju072li01S { position:absolute;display:block;z-index:100137;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:69.9375rem;left:21.8125rem;display:block; }#Q3CZVlb66oymkb7X0BdoU9Ju072li01S.adaptive-delivery-prevent-bg, #Q3CZVlb66oymkb7X0BdoU9Ju072li01S.lazyload, #Q3CZVlb66oymkb7X0BdoU9Ju072li01S.lazyloading { background-image: none; }
#gxugyXusJb762uyWFucOFDp6MJe1G0Rn { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.6875rem;font-weight:normal;z-index:100165;line-height:1.3;letter-spacing:0;top:73.875rem;left:23.1875rem;height:2.1933625rem;text-align:center;text-align-last:center;display:block; }
#BQsGNgAKXLuhQNyyQCFUNLikCSxQX5nN { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100174;line-height:1.3;letter-spacing:0;top:79.5rem;left:1.5625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#izm9FTJZ6luurrdXKbJCireNNcZ7ni1f { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:normal;z-index:100165;line-height:1.3;letter-spacing:0;top:79.5rem;left:43.8125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#itvAdK8UXyhPT3CNwEF8zwcgRag2tkHL { 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:79.6875rem;left:23.25rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#aVT3H9ic7T7TwCDeHqKEWSdtO7wWb2S1 { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100136;text-align:center;text-align-last:center;top:81.25rem;left:45.5625rem;display:block; }
#eh7t1s4M8pi4wHqvxZJ61ku8Ay45O37x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bN4hzPBnl3Tq70EH4BVNonlzAtWia0uO { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100103;text-align:center;text-align-last:center;top:33.4375rem;left:45.375rem;display:none; }
#MxAM76AWBSrR0CMvcQo1gcZEcZuUWmbD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Td2hRx9UCoQO1UZyiBsxtxCOH1z9rLKH { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100124;text-align:center;text-align-last:center;top:65.3125rem;left:45.6875rem;display:none; }
#lGtWVQ6Rb5qXXpUz3ktLW4ybWvve7Buw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VQuqVr9mbOTmJ6HSwHsDR9LMgXhwbrM4 { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100124;text-align:center;text-align-last:center;top:65.3125rem;left:45.6875rem;display:none; }
#cuchyEgdrqxvTfx6PIILkydFrpVh3NyQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#khoN6luvln9Xd3daV8OwDgnhqJERDrPs { 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:100137;text-align:center;text-align-last:center;top:81.314453125rem;left:25.59375rem;display:block; }
#l5IFOaXENcQ2nTouVcPp81UOh5Uuapa8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#hdZVfnZR2UqWSIkaRgPkdmFVVxQOx26v { 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:100195;text-align:center;text-align-last:center;top:81.314453125rem;left:3.5322265625rem;display:block; }
#b12XQIOKaQoJSZ8zury9OzPeAo30Je8T { 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:0.5rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdOkEX37ve0OVVNupQoiEX2AEamrefeE { width:11.1875rem;height:3.125rem;top:5.375rem;left:10.25rem;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:5.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6eZsWwnnKPS2U2KRp7HiBPxul5oJWTJ { 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) { #QhwQ2hz7lnm94l1sFdzP9spRGmqZrPhT { top:0.6875rem;left:14.4375rem;width:18.875rem;height:2.3125rem;font-size:1.375rem;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:0rem;left:17.75rem;width:30rem;height:3.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKODFasb0P6aqnWlx5zThnLRHKtrOnc6 { top:13.125rem;left:1.75rem;width:14.4375rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbHX5utHGy5axFFP6OpTC78CNckgIRyD { top:14.9375rem;left:1.5625rem;width:13.9375rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTNonogWMCrJQt0iZgfmEHqR6oe67ydU { top:17.5625rem;left:17.6875rem;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) { #tQ0d2VfFyWpRaTf1wfz0rbyCPfG026qa { top:2.75rem;left:0rem;width:30rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywBxBoxnf9UeWuB3xcnD37f4e7ugR5yW { top:6.1875rem;left:4.15625rem;width:16.3125rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lATFCxCfWmAS3ThoDMtArw6x4U3gU8bn { display:block; }
 }@media only screen and (max-width: 763px) { #Dc3gklboTzk37DJOTfzZTBio8lcegXor { top:6.625rem;left:4.53125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTkGQQ8XShvb1AeCLF6dKMDPuZEn93Kq { top:1.75rem;left:2.28125rem;width:12.5rem;height:1.25rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MfR3MP96Cl3A0JLrRzglDXByrO5T4K1h { top:19.5rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1.75rem;display:none; }
 }@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:7.8125rem;left:15.25rem;width:6.3125rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBdxfSXbccyPxSGgnwiqdVVO9osTeOl3 { top:2.0625rem;left:0rem;width:41.6875rem;height:8.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ga21IPS9EQylTWn98zVBKgmUvAmHcEHh { width:13.625rem;height:3.125rem;top:11.6875rem;left:30.375rem;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:16.875rem;height:15.8125rem;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) { #dUwTfkLqAnPm6mpb1Sfm8ECB3N9upFqe { width:15.0625rem;height:13.875rem;top:7.1875rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5lIfTvZsXlLdRihlaZ3sXEWlENVv2nb { top:10.4375rem;left:35.25rem;width:12.5rem;height:4.5rem;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) { #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) { #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) { #B5zdXZgSkDCpH6Zr9nBOqa1GVu4rzEFL { width:15.0625rem;height:13.875rem;top:23rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoB0Sfom3pohiKTOI5omfLRJy2iFdZW6 { top:32.6875rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p68lTJD6tzTkT0IqEhrvGqybD27ZcREl { top:27.3125rem;left:0rem;width:12.5rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCufzRbcUuWwoVbpAgdSExoJ56PZzL4e { top:25.4375rem;left:0rem;width:12.5rem;height:5.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGp2rd0XHsnpfOcf3cWacsLsDQoSsgQO { width:15.0625rem;height:13.875rem;top:23.0625rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvNUdJpAEAhgnxOaIr8zqTwdFu9PXTk1 { top:32.75rem;left:18rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3bebkboXCSk2gntgwZ1b3R1KUJcpOMt { width:15.0625rem;height:13.875rem;top:23rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qW0A4UcqEJxAZ9aR89EnEfvZA1JUizJP { top:25.75rem;left:35.25rem;width:12.5rem;height:5.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxAV2uigQQmgEC5XOnd52h1R2C2HpqJC { top:32.6875rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvdto86FKgThaoHJzXsGvQQeWFKSuSUh { width:15.0625rem;height:13.875rem;top:38.9375rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6E17F0msDT8TqL6rVph2riDMFT2F5en { top:48.625rem;left:18rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnTNfJJkFRR8eirir7cVLuEx25GCeRqT { width:15.0625rem;height:13.875rem;top:38.875rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nm03NpiCLlzl1vSi4KvyVKNHfH534sev { top:41.75rem;left:36.625rem;width:11.125rem;height:5.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Em3H7R8VGzxnZ2JMX7eiTJasUvZwBwyB { top:48.5625rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;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) { #AdUFlvsOopHMOOmR8OXWlmqSo5KL9H2c { width:8.75rem;height:2.6875rem;top:34.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C89B4c5X5br053OK7w8Ty1zLOE3F87t6 { display:block; }
 }@media only screen and (max-width: 763px) { #n9qWNqbbySHT89PvcVcpya5p0ZQpH5XZ { width:8.75rem;height:2.6875rem;top:34.4375rem;left:19.6259765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbz9EXIBdXNcI0d2iQxXdrwQ1acSMVMx { display:block; }
 }@media only screen and (max-width: 763px) { #vHCf4W3dOCNIouoAgaAuLOrdqcMnzDtx { width:8.75rem;height:2.6875rem;top:34.4375rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8BfJ9xWH9s6yRXHATC8Z8as3qT6eE90 { display:block; }
 }@media only screen and (max-width: 763px) { #dTgERZcCx3atmb3SaD0GqRLZemIziTcL { width:8.75rem;height:2.6875rem;top:50.3125rem;left:19.4697265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4CcTo4rQFWO5ps5La4EsZMERV1CAbXK { display:block; }
 }@media only screen and (max-width: 763px) { #xy4WPNvfrVIPWkWn6smJAUQvTV6HB65b { width:8.75rem;height:2.6875rem;top:50.3125rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6M3K3hLJgIry01aZ3bqVqFO9RzHlM1X { display:block; }
 }@media only screen and (max-width: 763px) { #uykmOLr1mHQgxBWHXGZTJAS8ThO3K0EL { width:8.75rem;height:2.6875rem;top:34.4375rem;left:39rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hy4y6gZ34y0iKBe1CIhhNXMwZapsk72y { display:block; }
 }@media only screen and (max-width: 763px) { #CrNTDnIZl9DseDnqSx3wEpVLGuSTi9iz { width:8.75rem;height:2.6875rem;top:34.4375rem;left:39rem;display:none; }
 }@media only screen and (max-width: 763px) { #bHLq7JDoFotwgnmlbKETCUE2ApeCc3NC { display:block; }
 }@media only screen and (max-width: 763px) { #EB1CXlZ22s8NnEB37x8JtJfes9XneySU { width:8.75rem;height:2.6875rem;top:34.4375rem;left:39rem;display:none; }
 }@media only screen and (max-width: 763px) { #um6koXxEe6XBC3fTaZvTfBPJlTokWSpl { display:block; }
 }@media only screen and (max-width: 763px) { #lpVnxAuiAmymafUqUOZtwqTVDwq2LJsG { width:8.75rem;height:2.6875rem;top:34.4375rem;left:39rem;display:none; }
 }@media only screen and (max-width: 763px) { #SKziacdLUDo8hHuDQHW0FrT78FNnPcEJ { display:block; }
 }@media only screen and (max-width: 763px) { #JXCXGxxAaEoy8qBTpulKM3nmJCUEgwy6 { width:8.75rem;height:2.6875rem;top:34.4375rem;left:39rem;display:none; }
 }@media only screen and (max-width: 763px) { #egVGrNhFt4Oi1xxIkmNRHyWIy95WmrZl { display:block; }
 }@media only screen and (max-width: 763px) { #rgq4DnN6B9ER3qNrwo9UfzUSlc5m7mkG { width:8.75rem;height:2.6875rem;top:34.4375rem;left:39rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wxc58oQBn3gTixBby2yrglrgclaTzzhr { display:block; }
 }@media only screen and (max-width: 763px) { #dSLV7X37HfgTMAFxQ5q9Wm93ziZcASNX { width:8.75rem;height:2.6875rem;top:34.4375rem;left:39rem;display:none; }
 }@media only screen and (max-width: 763px) { #S7ssxggTglldEcZ4c5ubwkbLKBbJVtaH { 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) { #kDOO5v87uHAkOc9i7J1v8ylbi6rNPtic { width:8.75rem;height:2.6875rem;top:18.625rem;left:19.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #udUgqtrRb7XpfbkgNcg38SNe7o7FTvpg { display:block; }
 }@media only screen and (max-width: 763px) { #lhK405w4Jfgc7GCi8sCUTBFvHL2Uq4G3 { top:9.5625rem;left:17.78125rem;width:12.5rem;height:6.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H96RfsghBJPtGhTyuq5OKJZRIQKQBQFM { top:9.9375rem;left:0rem;width:12.5rem;height:5.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ezll1XEaK0eXoMkTQCqHslSeZKod90wd { width:15.0625rem;height:13.875rem;top:38.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9L3OrE4Tk3h7WwUXuXFw3PRAfQTyXKI { width:8.75rem;height:2.6875rem;top:50.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLdr0oO0wnQT3hr7ocDKB5gewqfXiFDf { display:block; }
 }@media only screen and (max-width: 763px) { #kW0XJHarWDRElngwe9gBDGJyHLhTSpaT { top:48.625rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fr97EvWr6AL2fUSR0M1x3VBxGK4RiQVT { top:41.6875rem;left:0rem;width:12.5rem;height:5.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVtTTUi5UxT76AEOtgEI5h65ukHkOWdT { top:43.25rem;left:0rem;width:12.5rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKSri6WmdcwICZUVmku8DCCoSaOOwuZp { top:42.125rem;left:17.78125rem;width:12.5rem;height:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHygOERRo1PTmBJT5MZnOAVRlbxzBAia { top:1.75rem;left:9.3125rem;width:29.125rem;height:2.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P35eBxDizmlBCXizDSTZk8UQU4xbch28 { top:25.4375rem;left:17.625rem;width:12.5rem;height:5.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7pFCXe5BkHeNGmWfOznLFO8edZJ1twB { width:15.0625rem;height:13.875rem;top:55.3125rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQfO1ySB9FxxxyU3a199U8ZfoRmbrMBP { width:15.0625rem;height:13.875rem;top:55.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wztHTOH86RPZLfnTXE8QER016xMF6RzO { width:8.75rem;height:2.6875rem;top:66.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEt8iLRUCLvC6eZaJNzPfgh3aaW6TvEB { display:block; }
 }@media only screen and (max-width: 763px) { #p9rcs9ABmvoD3B3H7OBdhz8GWCLiBufH { width:8.75rem;height:2.6875rem;top:66.6875rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXZu3SKrzSfFK9sbuMiVHaoLbPffV4hZ { display:block; }
 }@media only screen and (max-width: 763px) { #xURQp3QG5zoVEblTEMX5HWiqySoRwadt { width:15.0625rem;height:13.875rem;top:55.25rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgBIvPrJpWMP1SwH0MehVUOiUfWf0cEr { top:65rem;left:18rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPbluBAcfadmU5VXya0ByRzhtFMMgTo4 { top:65rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqdaOiAJbupEMT8h57ZG60JHkt01rW3k { top:64.9375rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XleFvfACt55hLFB52BllzkqQpmsgtVBV { width:8.75rem;height:2.6875rem;top:66.6875rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoWvtIh6upHkRTQ0WcrvkX8AHULOzGXZ { display:block; }
 }@media only screen and (max-width: 763px) { #s2t6RHy3W9TOCRlczq44Pv4Ac8JiAE2e { top:58.375rem;left:36.625rem;width:11.125rem;height:4.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwulsuyPnSg62mtWmnJqTVCZy4ASgTli { top:58.125rem;left:0rem;width:12.5rem;height:5.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSmZ5xTn7ZdRtsqKbl1lnnmIFySTLrek { top:58.5625rem;left:17.8125rem;width:12.5rem;height:4.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrTsvPoDTL5XmVwaRRk9KtTafwTkQB4E { top:59.625rem;left:0rem;width:12.5rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cs1GrM6T8BVAhbZE8eRwz5H01KuwSXr3 { display:block; }#Cs1GrM6T8BVAhbZE8eRwz5H01KuwSXr3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w3n3mNHyvHBZNCqcNxlS4d8yWxDR4vfm { width:8.75rem;height:2.6875rem;top:18.625rem;left:19.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pNe2OL6TkRsZgXmU1pLtkr6iv4UOo1HE { display:block; }
 }@media only screen and (max-width: 763px) { #xbaTl5NXeKiSmGXdcJnwLL8CgCBZgo1J { width:34.0625rem;height:2.875rem;top:1rem;left:5.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWOa6fh2U7KrI7MveCe9ZTEt0okdL8NT { width:15.0625rem;height:13.8125rem;top:5.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTzQ90s2VkB3aOU0sl3oATyyi6szP8yw { width:15.0625rem;height:13.8125rem;top:6rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgC4IBXVQuJV2FIIwapieMTG5qV93cuI { top:10.3125rem;left:17.0625rem;width:12.5rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bw5pegxnQySDfP0eHfEHxHS5AaNWUQTG { top:10.3125rem;left:0rem;width:12.5rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIz7MO9EybLBaKko6cRz5mwoh7RaL6Sp { width:15.0625rem;height:13.875rem;top:5.9375rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2ctQAtKnTnaTpDlJ0mBhcfvRVoHIbLo { top:7.8125rem;left:35.25rem;width:12.5rem;height:7.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKSGJmE7uIitRHmfQ8DzbpX6yHEAaF3D { top:11.1875rem;left:16.25rem;width:13.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pP7xsTNI8W9MGXk1qoZ4ZE5flhv2v5sV { width:15.0625rem;height:13.875rem;top:22.0625rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qarx9N7nFAwq1IW6EeK821APV4LIBIer { width:15.0625rem;height:13.8125rem;top:22.0625rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6ShH83XBSstmIWppqqLOnwvl7iUClMO { width:15.0625rem;height:13.8125rem;top:22.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgRTOxUC0CyWmEHIMlyvFVPTxfhQdx0t { width:8.75rem;height:2.6875rem;top:17.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vf8s36sitH8fEBcxnMGvaThPuXTEoRvd { display:block; }
 }@media only screen and (max-width: 763px) { #trFRNNhr3N7OaW9gR2mXzXheOXnPTQlC { width:8.75rem;height:2.6875rem;top:17.3125rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiV0nalda11SpRSydUgwMiw38v4JXUOp { display:block; }
 }@media only screen and (max-width: 763px) { #ieSbmUuQUZWdo08S2ECGoKJN44kBA5V4 { top:15.6875rem;left:16.625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSHOAJTGPLT0RQPl9mNSuuZR6C47mZmN { top:15.625rem;left:0rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0Dm23SIoyXapWuZdxCVTm5DMK7Gw29X { top:15.625rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hi17gMbHetHS98idCbg4It2XxWZ6huXh { width:8.75rem;height:2.6875rem;top:17.3125rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDPJCipih7Cg4AlHTzPxbShNE308u5iJ { display:block; }
 }@media only screen and (max-width: 763px) { #yXMmAkKVPObiBFe9WZ77pCnQg1T7IRK3 { width:8.75rem;height:2.6875rem;top:33.4375rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #uO1oe7KO3rqU9I2QBhM2EPl0NeF6ncHF { display:block; }
 }@media only screen and (max-width: 763px) { #KmyNvg0BM2BskkLfWovrvgzah3puw69c { width:8.75rem;height:2.6875rem;top:33.375rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Os1SWlK8v1JkhZRe8lqRDgG9uLvwR4K8 { display:block; }
 }@media only screen and (max-width: 763px) { #Tm7bQdh4uUUQ9Vth6bhLDhViFeOP27m6 { width:8.75rem;height:2.6875rem;top:33.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGmscx3IhsPIyaxaC7iUbTPqZ9dMLWOd { display:block; }
 }@media only screen and (max-width: 763px) { #lbkaTSQ1GdeAnWBHinIhEAv5o0WCxwKh { top:26.875rem;left:35.25rem;width:12.5rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pc5BK5Cx3i3lt3EQ74nXmSVo8ITecaoz { top:31.5625rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtV6fM60D8gOeX4pNgTA1TDBsGdQug1h { top:31.5625rem;left:16.4375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfAU15mJtc3u3eWE9CWI0s0qVeiWGiEF { top:27.25rem;left:16.5rem;width:13.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvaaW3znqnfkq535i7w0WLdC2zlwKCrI { top:26.9375rem;left:17.0625rem;width:12.5rem;height:2.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K20TchlXlUWHHyDuu8qXSCpXLJPGyDPs { top:24.75rem;left:0rem;width:12.5rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gb8P42PZsTOpyLBfuWRmlOFzsU7oZ7iu { top:31.5625rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJuPeWHKllFiKtkLIptSE8Us8acUKvUh { width:15.125rem;height:13.875rem;top:38rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTuOaGnPhyZapStdSsBbcVFQa3ylenpw { width:15.125rem;height:13.875rem;top:37.9375rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZgPFI6dJSkSxTcoAXGx5ryptgBlkdqM { top:41.4375rem;left:35.25rem;width:12.5rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRDNunET46G2LG6M81S1bv8hLA9sVZzr { top:41.625rem;left:0rem;width:12.5rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtXJynUiduOOn7HiyRkTs1ogJWIr673T { width:15.125rem;height:13.875rem;top:38rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCc9eBtLHfzqcST5Tm69TD8wMEImbt4o { top:42.0625rem;left:17.1875rem;width:12.5rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmwcWuSe5UxIcu9Iy8TtKF3bpnkWoKSm { width:8.75rem;height:2.6875rem;top:49.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a81teLFhWciRDiK7TgA43brKx3o8CAam { display:block; }
 }@media only screen and (max-width: 763px) { #hwPiQCo3SdD4TxcoeNi71c00HUF1cNME { width:8.75rem;height:2.6875rem;top:49.3125rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #USDHvhJsGrJwtzEB3mzJOLIbpeytLBgn { display:block; }
 }@media only screen and (max-width: 763px) { #c5bBdK5JBP02ryZCoA3ePtBrHa2sRd8i { top:47.4375rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZiOMXfrv5oPzGRn7fEDmNDtT8FxQVaq { top:47.4375rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaklpC1mqKCzxf8lhsPkkgvsBIhT2i3o { top:47.4375rem;left:16.875rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5keEIPnJiif0g3bEfRx7PQCKETl5hye { width:8.75rem;height:2.6875rem;top:49.375rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DohzC16SG7JTaPgMQe4Cdykc6RiPMOpd { display:block; }
 }@media only screen and (max-width: 763px) { #pmUkkx1CRsA2MiXWn5s1Qdy7VwsH9Ve9 { width:15.125rem;height:13.875rem;top:53.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFTuN6MTzTm1eFdqKq35oWGLT6TQsTv0 { width:15.125rem;height:13.875rem;top:53.9375rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nI9OCNFT0hdhk2kCKO26Z86Tmi7ZypxF { width:15.125rem;height:13.875rem;top:53.9375rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bevPlUA819lqqE8Amw4C3CdCLpQmbbIP { top:57.1875rem;left:36rem;width:11.75rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiKTmfpUeEtFGHVLUxb1T6WH6oWeDaRo { top:57.8125rem;left:0rem;width:12.5rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhXawSN7ORlcHoskJZ4t7d5OUx7dAxpo { top:63.6875rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6tch9rxoLZdkosvJ0Npuiv9pHTOd1Z6 { top:63.6875rem;left:16.9375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2muQxbZup3x2FgN3v3t8EEnOP8mQL5y { top:57.875rem;left:16.875rem;width:12.5rem;height:2.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaAuQR4bIpFFfLwWni2zOV0I4V4thrBO { top:63.6875rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hR2Zy9qTQl4IEykRax4CtuTaabAs43cM { width:8.75rem;height:2.6875rem;top:65.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8vKHGtqCiZy1fTkEcXlaVpBl2MwVTl7 { display:block; }
 }@media only screen and (max-width: 763px) { #AJoM4FDVsuIa6Bi41HcTSFu3i5v4pCQK { width:8.75rem;height:2.6875rem;top:65.375rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlslvLCAG6pCA1HTbEgDspk1bWWWBQNe { display:block; }
 }@media only screen and (max-width: 763px) { #zTvtvTyoEuTZBxU2zth1uBtPqbEo8xln { width:8.75rem;height:2.6875rem;top:65.3125rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpoO8EZFnINbruEMsRHL76TQN56v32TF { display:block; }
 }@media only screen and (max-width: 763px) { #rGbOi7yVi3QDxORRQCx7KZUyVBVm5NGB { width:15.125rem;height:13.875rem;top:69.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnxd7UTxFP3Xkpe4A2HUi2k16dXsUTAk { top:73.375rem;left:0rem;width:12.5rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiDrxGQHCRgKyQupdpGec86TX9RVhxBL { width:15.125rem;height:13.875rem;top:69.875rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufanLUAeeBVHuG6gCL4DLgB5nmMnnTHF { top:71.75rem;left:34.4375rem;width:13.3125rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3CZVlb66oymkb7X0BdoU9Ju072li01S { width:15.125rem;height:13.875rem;top:69.9375rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxugyXusJb762uyWFucOFDp6MJe1G0Rn { top:73.875rem;left:17.0625rem;width:12.5rem;height:2.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQsGNgAKXLuhQNyyQCFUNLikCSxQX5nN { top:79.5rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #izm9FTJZ6luurrdXKbJCireNNcZ7ni1f { top:79.5rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #itvAdK8UXyhPT3CNwEF8zwcgRag2tkHL { top:79.6875rem;left:17.125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVT3H9ic7T7TwCDeHqKEWSdtO7wWb2S1 { width:8.75rem;height:2.6875rem;top:81.25rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #eh7t1s4M8pi4wHqvxZJ61ku8Ay45O37x { display:block; }
 }@media only screen and (max-width: 763px) { #bN4hzPBnl3Tq70EH4BVNonlzAtWia0uO { width:8.75rem;height:2.6875rem;top:33.4375rem;left:39rem;display:none; }
 }@media only screen and (max-width: 763px) { #MxAM76AWBSrR0CMvcQo1gcZEcZuUWmbD { display:block; }
 }@media only screen and (max-width: 763px) { #Td2hRx9UCoQO1UZyiBsxtxCOH1z9rLKH { width:8.75rem;height:2.6875rem;top:65.3125rem;left:39rem;display:none; }
 }@media only screen and (max-width: 763px) { #lGtWVQ6Rb5qXXpUz3ktLW4ybWvve7Buw { display:block; }
 }@media only screen and (max-width: 763px) { #VQuqVr9mbOTmJ6HSwHsDR9LMgXhwbrM4 { width:8.75rem;height:2.6875rem;top:65.3125rem;left:39rem;display:none; }
 }@media only screen and (max-width: 763px) { #cuchyEgdrqxvTfx6PIILkydFrpVh3NyQ { display:block; }
 }@media only screen and (max-width: 763px) { #khoN6luvln9Xd3daV8OwDgnhqJERDrPs { width:8.75rem;height:2.6875rem;top:81.3125rem;left:19.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5IFOaXENcQ2nTouVcPp81UOh5Uuapa8 { display:block; }
 }@media only screen and (max-width: 763px) { #hdZVfnZR2UqWSIkaRgPkdmFVVxQOx26v { width:8.75rem;height:2.6875rem;top:81.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b12XQIOKaQoJSZ8zury9OzPeAo30Je8T { 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:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zwtsJEf91cCVEuKXLf7NFM5JNmVl6cPc { width:20rem;height:4.048825rem;top:0.787109375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdOkEX37ve0OVVNupQoiEX2AEamrefeE { width:10.3125rem;height:3rem;top:5.4375rem;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:5.4375rem;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) { #gb6XR2ngOGnORB22IveTTBIbZqT9yyRF { display:block; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QhwQ2hz7lnm94l1sFdzP9spRGmqZrPhT { width:14.4375rem;height:1.7871125rem;top:1.13671875rem;left:2.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk { display:block; }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk > .row .container { width:20rem;height:53.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oiTEB7tzd5nJfg6pI1zyqN4ZFh6KDOe5 { width:20rem;height:2.4375rem;top:27.1875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cKODFasb0P6aqnWlx5zThnLRHKtrOnc6 { width:10.625rem;height:11.625rem;top:11rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbHX5utHGy5axFFP6OpTC78CNckgIRyD { width:9.375rem;height:9.375rem;top:12.9375rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTNonogWMCrJQt0iZgfmEHqR6oe67ydU { width:3.25rem;height:4.5rem;top:36.75rem;left:14.9375rem;display:block; }
 }@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:28.5rem;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:28.5rem;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) { #tQ0d2VfFyWpRaTf1wfz0rbyCPfG026qa { width:20rem;height:2.1933625rem;top:1.625rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ywBxBoxnf9UeWuB3xcnD37f4e7ugR5yW { top:6rem;left:3.625rem;width:12.75rem;height:3.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lATFCxCfWmAS3ThoDMtArw6x4U3gU8bn { display:block; }
 }@media only screen and (max-width: 763px) { #Dc3gklboTzk37DJOTfzZTBio8lcegXor { width:2.75rem;height:2.75rem;top:6.3125rem;left:4.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTkGQQ8XShvb1AeCLF6dKMDPuZEn93Kq { top:2.6875rem;left:1.53125rem;width:16.9375rem;height:2.03125rem;z-index:100011;font-family:cairo;font-weight:700;font-style:normal;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfR3MP96Cl3A0JLrRzglDXByrO5T4K1h { top:24.9765625rem;left:8.78125rem;width:2.4375rem;height:2.2744125rem;z-index:100012;font-weight:700;font-style:normal;font-family:cairo;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx { display:none; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row .container { width:20rem;height:12.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xIUWNOFz8C0DnqNVQwyhpDpbFZ5gJAkQ { width:4rem;height:3.25rem;top:7.875rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBdxfSXbccyPxSGgnwiqdVVO9osTeOl3 { width:19.375rem;height:7.875rem;top:0rem;left:0.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Ga21IPS9EQylTWn98zVBKgmUvAmHcEHh { width:13.625rem;height:3.125rem;top:8.482421875rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bD9yEn9cZlDTl65LRI2lZWDMRnmDHPuz { display:block; }
 }@media only screen and (max-width: 763px) { #L0VvhbwohTvtVbEbI2cwibQ2zsHIkbVd { width:11.125rem;height:10.4375rem;top:11.669921875rem;left:1.59375rem;display:none; }
 }@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:none; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc.adaptive-delivery-prevent-bg, #ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc.lazyload, #ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc.lazyloading { background-image: none; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container { width:20rem;height:0.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kWNKe0pilGkKrWpgm3VHbugBAkoXsoeG { background-color:#ffffff;background-image:none;display:none; }#kWNKe0pilGkKrWpgm3VHbugBAkoXsoeG > .row .container { width:20rem;height:193.75rem;position:relative;display:none; } }@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:4.5rem;top:7.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) { #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) { #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) { #B5zdXZgSkDCpH6Zr9nBOqa1GVu4rzEFL { width:15.0625rem;height:13.875rem;top:51.224609375rem;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; }#B5zdXZgSkDCpH6Zr9nBOqa1GVu4rzEFL.adaptive-delivery-prevent-bg, #B5zdXZgSkDCpH6Zr9nBOqa1GVu4rzEFL.lazyload, #B5zdXZgSkDCpH6Zr9nBOqa1GVu4rzEFL.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #LoB0Sfom3pohiKTOI5omfLRJy2iFdZW6 { width:12.5rem;height:1.29980625rem;top:60.912109375rem;left:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p68lTJD6tzTkT0IqEhrvGqybD27ZcREl { width:12.5rem;height:1.625rem;top:55.537109375rem;left:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCufzRbcUuWwoVbpAgdSExoJ56PZzL4e { width:12.5rem;height:5.8496125rem;top:53.4873046875rem;left:3.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGp2rd0XHsnpfOcf3cWacsLsDQoSsgQO { width:15.0625rem;height:13.875rem;top:66.599609375rem;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; }#iGp2rd0XHsnpfOcf3cWacsLsDQoSsgQO.adaptive-delivery-prevent-bg, #iGp2rd0XHsnpfOcf3cWacsLsDQoSsgQO.lazyload, #iGp2rd0XHsnpfOcf3cWacsLsDQoSsgQO.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #LvNUdJpAEAhgnxOaIr8zqTwdFu9PXTk1 { width:12.5rem;height:1.29980625rem;top:76.287109375rem;left:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3bebkboXCSk2gntgwZ1b3R1KUJcpOMt { width:15.0625rem;height:13.875rem;top:81.974609375rem;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; }#o3bebkboXCSk2gntgwZ1b3R1KUJcpOMt.adaptive-delivery-prevent-bg, #o3bebkboXCSk2gntgwZ1b3R1KUJcpOMt.lazyload, #o3bebkboXCSk2gntgwZ1b3R1KUJcpOMt.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #qW0A4UcqEJxAZ9aR89EnEfvZA1JUizJP { width:12.5rem;height:5.625rem;top:84.744140625rem;left:3.71875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxAV2uigQQmgEC5XOnd52h1R2C2HpqJC { width:12.5rem;height:1.29980625rem;top:91.662109375rem;left:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvdto86FKgThaoHJzXsGvQQeWFKSuSUh { width:15.0625rem;height:13.875rem;top:97.4375rem;left:2.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#uvdto86FKgThaoHJzXsGvQQeWFKSuSUh.adaptive-delivery-prevent-bg, #uvdto86FKgThaoHJzXsGvQQeWFKSuSUh.lazyload, #uvdto86FKgThaoHJzXsGvQQeWFKSuSUh.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #q6E17F0msDT8TqL6rVph2riDMFT2F5en { width:12.5rem;height:1.29980625rem;top:107.125rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnTNfJJkFRR8eirir7cVLuEx25GCeRqT { width:15.0625rem;height:13.875rem;top:113.4375rem;left:2.5625rem;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; }#RnTNfJJkFRR8eirir7cVLuEx25GCeRqT.adaptive-delivery-prevent-bg, #RnTNfJJkFRR8eirir7cVLuEx25GCeRqT.lazyload, #RnTNfJJkFRR8eirir7cVLuEx25GCeRqT.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Nm03NpiCLlzl1vSi4KvyVKNHfH534sev { width:12.5rem;height:5.5234375rem;top:116.3125rem;left:3.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Em3H7R8VGzxnZ2JMX7eiTJasUvZwBwyB { width:12.5rem;height:1.29980625rem;top:123.125rem;left:4.1875rem;font-size:1rem;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) { #AdUFlvsOopHMOOmR8OXWlmqSo5KL9H2c { width:8.75rem;height:2.6875rem;top:201.099609375rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #C89B4c5X5br053OK7w8Ty1zLOE3F87t6 { display:block; }
 }@media only screen and (max-width: 763px) { #n9qWNqbbySHT89PvcVcpya5p0ZQpH5XZ { width:8.75rem;height:2.6875rem;top:185.724609375rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gbz9EXIBdXNcI0d2iQxXdrwQ1acSMVMx { display:block; }
 }@media only screen and (max-width: 763px) { #vHCf4W3dOCNIouoAgaAuLOrdqcMnzDtx { width:8.75rem;height:2.6875rem;top:170.349609375rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #X8BfJ9xWH9s6yRXHATC8Z8as3qT6eE90 { display:block; }
 }@media only screen and (max-width: 763px) { #dTgERZcCx3atmb3SaD0GqRLZemIziTcL { width:8.75rem;height:2.6875rem;top:274.724609375rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #L4CcTo4rQFWO5ps5La4EsZMERV1CAbXK { display:block; }
 }@media only screen and (max-width: 763px) { #xy4WPNvfrVIPWkWn6smJAUQvTV6HB65b { width:8.75rem;height:2.6875rem;top:278.662109375rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #N6M3K3hLJgIry01aZ3bqVqFO9RzHlM1X { display:block; }
 }@media only screen and (max-width: 763px) { #uykmOLr1mHQgxBWHXGZTJAS8ThO3K0EL { width:8.75rem;height:2.6875rem;top:156.9375rem;left:5.8125rem;z-index:100173;display:block; }
 }@media only screen and (max-width: 763px) { #Hy4y6gZ34y0iKBe1CIhhNXMwZapsk72y { display:block; }
 }@media only screen and (max-width: 763px) { #CrNTDnIZl9DseDnqSx3wEpVLGuSTi9iz { width:8.75rem;height:2.6875rem;top:124.9375rem;left:5.875rem;z-index:100174;display:block; }
 }@media only screen and (max-width: 763px) { #bHLq7JDoFotwgnmlbKETCUE2ApeCc3NC { display:block; }
 }@media only screen and (max-width: 763px) { #EB1CXlZ22s8NnEB37x8JtJfes9XneySU { width:8.75rem;height:2.6875rem;top:108.9375rem;left:5.6875rem;z-index:100175;display:block; }
 }@media only screen and (max-width: 763px) { #um6koXxEe6XBC3fTaZvTfBPJlTokWSpl { display:block; }
 }@media only screen and (max-width: 763px) { #lpVnxAuiAmymafUqUOZtwqTVDwq2LJsG { width:8.75rem;height:2.6875rem;top:140.875rem;left:5.625rem;z-index:100176;display:block; }
 }@media only screen and (max-width: 763px) { #SKziacdLUDo8hHuDQHW0FrT78FNnPcEJ { display:block; }
 }@media only screen and (max-width: 763px) { #JXCXGxxAaEoy8qBTpulKM3nmJCUEgwy6 { width:8.75rem;height:2.6875rem;top:93.474609375rem;left:5.8125rem;z-index:100177;display:block; }
 }@media only screen and (max-width: 763px) { #egVGrNhFt4Oi1xxIkmNRHyWIy95WmrZl { display:block; }
 }@media only screen and (max-width: 763px) { #rgq4DnN6B9ER3qNrwo9UfzUSlc5m7mkG { width:8.75rem;height:2.6875rem;top:78.099609375rem;left:5.625rem;z-index:100178;display:block; }
 }@media only screen and (max-width: 763px) { #Wxc58oQBn3gTixBby2yrglrgclaTzzhr { display:block; }
 }@media only screen and (max-width: 763px) { #dSLV7X37HfgTMAFxQ5q9Wm93ziZcASNX { width:8.75rem;height:2.6875rem;top:62.724609375rem;left:5.625rem;z-index:100179;display:block; }
 }@media only screen and (max-width: 763px) { #S7ssxggTglldEcZ4c5ubwkbLKBbJVtaH { 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) { #kDOO5v87uHAkOc9i7J1v8ylbi6rNPtic { width:8.75rem;height:2.6875rem;top:231.849609375rem;left:5.625rem;z-index:100169;display:none; }
 }@media only screen and (max-width: 763px) { #udUgqtrRb7XpfbkgNcg38SNe7o7FTvpg { display:block; }
 }@media only screen and (max-width: 763px) { #lhK405w4Jfgc7GCi8sCUTBFvHL2Uq4G3 { width:12.5rem;height:5.8496125rem;top:38.716796875rem;left:3.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H96RfsghBJPtGhTyuq5OKJZRIQKQBQFM { width:12.5rem;height:5.8496125rem;top:23.037109375rem;left:3.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ezll1XEaK0eXoMkTQCqHslSeZKod90wd { width:15.0625rem;height:13.875rem;top:129.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; }#Ezll1XEaK0eXoMkTQCqHslSeZKod90wd.adaptive-delivery-prevent-bg, #Ezll1XEaK0eXoMkTQCqHslSeZKod90wd.lazyload, #Ezll1XEaK0eXoMkTQCqHslSeZKod90wd.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #l9L3OrE4Tk3h7WwUXuXFw3PRAfQTyXKI { width:8.75rem;height:2.6875rem;top:276.654296875rem;left:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OLdr0oO0wnQT3hr7ocDKB5gewqfXiFDf { display:block; }
 }@media only screen and (max-width: 763px) { #kW0XJHarWDRElngwe9gBDGJyHLhTSpaT { width:12.5rem;height:1.29980625rem;top:139.0625rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fr97EvWr6AL2fUSR0M1x3VBxGK4RiQVT { width:12.5rem;height:5.8496125rem;top:132.25rem;left:3.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVtTTUi5UxT76AEOtgEI5h65ukHkOWdT { width:12.5rem;height:1.625rem;top:133.6875rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKSri6WmdcwICZUVmku8DCCoSaOOwuZp { width:12.5rem;height:4.75rem;top:100.96875rem;left:3.75rem;font-size:1.25rem;line-height:1.9;display:block; }
 }@media only screen and (max-width: 763px) { #PHygOERRo1PTmBJT5MZnOAVRlbxzBAia { width:20rem;height:1.8681625rem;top:1.875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P35eBxDizmlBCXizDSTZk8UQU4xbch28 { width:12.5rem;height:5.8496125rem;top:69.125rem;left:3.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7pFCXe5BkHeNGmWfOznLFO8edZJ1twB { width:15.0625rem;height:13.875rem;top:162.25rem;left:2.625rem;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; }#L7pFCXe5BkHeNGmWfOznLFO8edZJ1twB.adaptive-delivery-prevent-bg, #L7pFCXe5BkHeNGmWfOznLFO8edZJ1twB.lazyload, #L7pFCXe5BkHeNGmWfOznLFO8edZJ1twB.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #LQfO1ySB9FxxxyU3a199U8ZfoRmbrMBP { width:15.0625rem;height:13.875rem;top:145.4375rem;left:2.5rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#LQfO1ySB9FxxxyU3a199U8ZfoRmbrMBP.adaptive-delivery-prevent-bg, #LQfO1ySB9FxxxyU3a199U8ZfoRmbrMBP.lazyload, #LQfO1ySB9FxxxyU3a199U8ZfoRmbrMBP.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #wztHTOH86RPZLfnTXE8QER016xMF6RzO { width:8.75rem;height:2.6875rem;top:173.75rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEt8iLRUCLvC6eZaJNzPfgh3aaW6TvEB { display:block; }
 }@media only screen and (max-width: 763px) { #p9rcs9ABmvoD3B3H7OBdhz8GWCLiBufH { width:8.75rem;height:2.6875rem;top:190.0625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXZu3SKrzSfFK9sbuMiVHaoLbPffV4hZ { display:block; }
 }@media only screen and (max-width: 763px) { #xURQp3QG5zoVEblTEMX5HWiqySoRwadt { width:15.0625rem;height:13.875rem;top:178.5625rem;left:2.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#xURQp3QG5zoVEblTEMX5HWiqySoRwadt.adaptive-delivery-prevent-bg, #xURQp3QG5zoVEblTEMX5HWiqySoRwadt.lazyload, #xURQp3QG5zoVEblTEMX5HWiqySoRwadt.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #RgBIvPrJpWMP1SwH0MehVUOiUfWf0cEr { width:12.5rem;height:1.29980625rem;top:171.9375rem;left:4.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPbluBAcfadmU5VXya0ByRzhtFMMgTo4 { width:12.5rem;height:1.29980625rem;top:155.125rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqdaOiAJbupEMT8h57ZG60JHkt01rW3k { width:12.5rem;height:1.29980625rem;top:188.25rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XleFvfACt55hLFB52BllzkqQpmsgtVBV { width:8.75rem;height:2.6875rem;top:202.75rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DoWvtIh6upHkRTQ0WcrvkX8AHULOzGXZ { display:block; }
 }@media only screen and (max-width: 763px) { #s2t6RHy3W9TOCRlczq44Pv4Ac8JiAE2e { width:11.125rem;height:4.88671875rem;top:181.6875rem;left:4.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwulsuyPnSg62mtWmnJqTVCZy4ASgTli { width:12.5rem;height:5.8496125rem;top:148.25rem;left:3.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSmZ5xTn7ZdRtsqKbl1lnnmIFySTLrek { width:12.5rem;height:5.625rem;top:164.625rem;left:3.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrTsvPoDTL5XmVwaRRk9KtTafwTkQB4E { width:12.5rem;height:1.625rem;top:149.75rem;left:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cs1GrM6T8BVAhbZE8eRwz5H01KuwSXr3 { background-color:#ffffff;background-image:none;display:block; }#Cs1GrM6T8BVAhbZE8eRwz5H01KuwSXr3 > .row .container { background-color: transparent; background-image: none; }#Cs1GrM6T8BVAhbZE8eRwz5H01KuwSXr3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cs1GrM6T8BVAhbZE8eRwz5H01KuwSXr3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cs1GrM6T8BVAhbZE8eRwz5H01KuwSXr3 > .row .container > .video-iframe-container { display: none; }#Cs1GrM6T8BVAhbZE8eRwz5H01KuwSXr3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cs1GrM6T8BVAhbZE8eRwz5H01KuwSXr3 > .row > .video-iframe-container { display: none; }#Cs1GrM6T8BVAhbZE8eRwz5H01KuwSXr3 > .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); }#Cs1GrM6T8BVAhbZE8eRwz5H01KuwSXr3 > .row .container { width:20rem;height:235rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w3n3mNHyvHBZNCqcNxlS4d8yWxDR4vfm { width:8.75rem;height:2.6875rem;top:231.849609375rem;left:5.625rem;z-index:100169;display:none; }
 }@media only screen and (max-width: 763px) { #pNe2OL6TkRsZgXmU1pLtkr6iv4UOo1HE { display:block; }
 }@media only screen and (max-width: 763px) { #xbaTl5NXeKiSmGXdcJnwLL8CgCBZgo1J { width:20rem;height:2.35546875rem;top:1.3125rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;z-index:100088;display:block; }
 }@media only screen and (max-width: 763px) { #JWOa6fh2U7KrI7MveCe9ZTEt0okdL8NT { width:15.0625rem;height:13.8125rem;top:4.9375rem;left:2.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#JWOa6fh2U7KrI7MveCe9ZTEt0okdL8NT.adaptive-delivery-prevent-bg, #JWOa6fh2U7KrI7MveCe9ZTEt0okdL8NT.lazyload, #JWOa6fh2U7KrI7MveCe9ZTEt0okdL8NT.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #hTzQ90s2VkB3aOU0sl3oATyyi6szP8yw { width:15.0625rem;height:13.8125rem;top:20.25rem;left:2.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#hTzQ90s2VkB3aOU0sl3oATyyi6szP8yw.adaptive-delivery-prevent-bg, #hTzQ90s2VkB3aOU0sl3oATyyi6szP8yw.lazyload, #hTzQ90s2VkB3aOU0sl3oATyyi6szP8yw.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #MgC4IBXVQuJV2FIIwapieMTG5qV93cuI { width:12.5rem;height:4.0625rem;top:24.5625rem;left:3.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bw5pegxnQySDfP0eHfEHxHS5AaNWUQTG { width:12.5rem;height:4.875rem;top:9.3125rem;left:3.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIz7MO9EybLBaKko6cRz5mwoh7RaL6Sp { width:15.0625rem;height:13.875rem;top:35.5625rem;left:2.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#HIz7MO9EybLBaKko6cRz5mwoh7RaL6Sp.adaptive-delivery-prevent-bg, #HIz7MO9EybLBaKko6cRz5mwoh7RaL6Sp.lazyload, #HIz7MO9EybLBaKko6cRz5mwoh7RaL6Sp.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #k2ctQAtKnTnaTpDlJ0mBhcfvRVoHIbLo { width:12.5rem;height:7.71484375rem;top:37.4375rem;left:3.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKSGJmE7uIitRHmfQ8DzbpX6yHEAaF3D { width:13.25rem;height:1.13671875rem;top:25.4375rem;left:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pP7xsTNI8W9MGXk1qoZ4ZE5flhv2v5sV { width:15.0625rem;height:13.875rem;top:81.5625rem;left:2.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#pP7xsTNI8W9MGXk1qoZ4ZE5flhv2v5sV.adaptive-delivery-prevent-bg, #pP7xsTNI8W9MGXk1qoZ4ZE5flhv2v5sV.lazyload, #pP7xsTNI8W9MGXk1qoZ4ZE5flhv2v5sV.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #qarx9N7nFAwq1IW6EeK821APV4LIBIer { width:15.0625rem;height:13.8125rem;top:66.25rem;left:2.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#qarx9N7nFAwq1IW6EeK821APV4LIBIer.adaptive-delivery-prevent-bg, #qarx9N7nFAwq1IW6EeK821APV4LIBIer.lazyload, #qarx9N7nFAwq1IW6EeK821APV4LIBIer.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #b6ShH83XBSstmIWppqqLOnwvl7iUClMO { width:15.0625rem;height:13.8125rem;top:50.9375rem;left:2.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#b6ShH83XBSstmIWppqqLOnwvl7iUClMO.adaptive-delivery-prevent-bg, #b6ShH83XBSstmIWppqqLOnwvl7iUClMO.lazyload, #b6ShH83XBSstmIWppqqLOnwvl7iUClMO.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #kgRTOxUC0CyWmEHIMlyvFVPTxfhQdx0t { width:8.75rem;height:2.6875rem;top:16.3125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vf8s36sitH8fEBcxnMGvaThPuXTEoRvd { display:block; }
 }@media only screen and (max-width: 763px) { #trFRNNhr3N7OaW9gR2mXzXheOXnPTQlC { width:8.75rem;height:2.6875rem;top:31.5625rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiV0nalda11SpRSydUgwMiw38v4JXUOp { display:block; }
 }@media only screen and (max-width: 763px) { #ieSbmUuQUZWdo08S2ECGoKJN44kBA5V4 { width:12.5rem;height:1.29980625rem;top:29.9375rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSHOAJTGPLT0RQPl9mNSuuZR6C47mZmN { width:12.5rem;height:1.21875rem;top:14.625rem;left:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0Dm23SIoyXapWuZdxCVTm5DMK7Gw29X { width:12.5rem;height:1.29980625rem;top:45.25rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hi17gMbHetHS98idCbg4It2XxWZ6huXh { width:8.75rem;height:2.6875rem;top:46.9375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDPJCipih7Cg4AlHTzPxbShNE308u5iJ { display:block; }
 }@media only screen and (max-width: 763px) { #yXMmAkKVPObiBFe9WZ77pCnQg1T7IRK3 { width:8.75rem;height:2.6875rem;top:92.9375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uO1oe7KO3rqU9I2QBhM2EPl0NeF6ncHF { display:block; }
 }@media only screen and (max-width: 763px) { #KmyNvg0BM2BskkLfWovrvgzah3puw69c { width:8.75rem;height:2.6875rem;top:77.5625rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Os1SWlK8v1JkhZRe8lqRDgG9uLvwR4K8 { display:block; }
 }@media only screen and (max-width: 763px) { #Tm7bQdh4uUUQ9Vth6bhLDhViFeOP27m6 { width:8.75rem;height:2.6875rem;top:62.3125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGmscx3IhsPIyaxaC7iUbTPqZ9dMLWOd { display:block; }
 }@media only screen and (max-width: 763px) { #lbkaTSQ1GdeAnWBHinIhEAv5o0WCxwKh { width:12.5rem;height:2.03125rem;top:86.375rem;left:3.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pc5BK5Cx3i3lt3EQ74nXmSVo8ITecaoz { width:12.5rem;height:1.70605625rem;top:91.0625rem;left:3.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtV6fM60D8gOeX4pNgTA1TDBsGdQug1h { width:12.5rem;height:1.70605625rem;top:75.75rem;left:3.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfAU15mJtc3u3eWE9CWI0s0qVeiWGiEF { width:13.25rem;height:1.13671875rem;top:71.4375rem;left:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvaaW3znqnfkq535i7w0WLdC2zlwKCrI { width:12.5rem;height:2.11230625rem;top:71.125rem;left:3.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K20TchlXlUWHHyDuu8qXSCpXLJPGyDPs { width:12.5rem;height:3.736325rem;top:53.625rem;left:3.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gb8P42PZsTOpyLBfuWRmlOFzsU7oZ7iu { width:12.5rem;height:1.70605625rem;top:60.4375rem;left:3.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJuPeWHKllFiKtkLIptSE8Us8acUKvUh { width:15.125rem;height:13.875rem;top:96.9375rem;left:2.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#RJuPeWHKllFiKtkLIptSE8Us8acUKvUh.adaptive-delivery-prevent-bg, #RJuPeWHKllFiKtkLIptSE8Us8acUKvUh.lazyload, #RJuPeWHKllFiKtkLIptSE8Us8acUKvUh.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #qTuOaGnPhyZapStdSsBbcVFQa3ylenpw { width:15.125rem;height:13.875rem;top:127.6875rem;left:2.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#qTuOaGnPhyZapStdSsBbcVFQa3ylenpw.adaptive-delivery-prevent-bg, #qTuOaGnPhyZapStdSsBbcVFQa3ylenpw.lazyload, #qTuOaGnPhyZapStdSsBbcVFQa3ylenpw.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #yZgPFI6dJSkSxTcoAXGx5ryptgBlkdqM { width:12.5rem;height:4.0625rem;top:131.1875rem;left:3.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRDNunET46G2LG6M81S1bv8hLA9sVZzr { width:12.5rem;height:3.736325rem;top:100.5625rem;left:3.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtXJynUiduOOn7HiyRkTs1ogJWIr673T { width:15.125rem;height:13.875rem;top:112.3125rem;left:2.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#xtXJynUiduOOn7HiyRkTs1ogJWIr673T.adaptive-delivery-prevent-bg, #xtXJynUiduOOn7HiyRkTs1ogJWIr673T.lazyload, #xtXJynUiduOOn7HiyRkTs1ogJWIr673T.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #CCc9eBtLHfzqcST5Tm69TD8wMEImbt4o { width:12.5rem;height:3.736325rem;top:116.375rem;left:4rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmwcWuSe5UxIcu9Iy8TtKF3bpnkWoKSm { width:8.75rem;height:2.6875rem;top:267.85546875rem;left:5.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #a81teLFhWciRDiK7TgA43brKx3o8CAam { display:block; }
 }@media only screen and (max-width: 763px) { #hwPiQCo3SdD4TxcoeNi71c00HUF1cNME { width:8.75rem;height:2.6875rem;top:139.0625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #USDHvhJsGrJwtzEB3mzJOLIbpeytLBgn { display:block; }
 }@media only screen and (max-width: 763px) { #c5bBdK5JBP02ryZCoA3ePtBrHa2sRd8i { width:12.5rem;height:1.70605625rem;top:137.1875rem;left:3.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZiOMXfrv5oPzGRn7fEDmNDtT8FxQVaq { width:12.5rem;height:1.70605625rem;top:106.375rem;left:3.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaklpC1mqKCzxf8lhsPkkgvsBIhT2i3o { width:12.5rem;height:1.70605625rem;top:121.75rem;left:3.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5keEIPnJiif0g3bEfRx7PQCKETl5hye { width:8.75rem;height:2.6875rem;top:123.6875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DohzC16SG7JTaPgMQe4Cdykc6RiPMOpd { display:block; }
 }@media only screen and (max-width: 763px) { #pmUkkx1CRsA2MiXWn5s1Qdy7VwsH9Ve9 { width:15.125rem;height:13.875rem;top:143.0625rem;left:2.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#pmUkkx1CRsA2MiXWn5s1Qdy7VwsH9Ve9.adaptive-delivery-prevent-bg, #pmUkkx1CRsA2MiXWn5s1Qdy7VwsH9Ve9.lazyload, #pmUkkx1CRsA2MiXWn5s1Qdy7VwsH9Ve9.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #fFTuN6MTzTm1eFdqKq35oWGLT6TQsTv0 { width:15.125rem;height:13.875rem;top:158.4375rem;left:2.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#fFTuN6MTzTm1eFdqKq35oWGLT6TQsTv0.adaptive-delivery-prevent-bg, #fFTuN6MTzTm1eFdqKq35oWGLT6TQsTv0.lazyload, #fFTuN6MTzTm1eFdqKq35oWGLT6TQsTv0.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #nI9OCNFT0hdhk2kCKO26Z86Tmi7ZypxF { width:15.125rem;height:13.875rem;top:173.8125rem;left:2.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#nI9OCNFT0hdhk2kCKO26Z86Tmi7ZypxF.adaptive-delivery-prevent-bg, #nI9OCNFT0hdhk2kCKO26Z86Tmi7ZypxF.lazyload, #nI9OCNFT0hdhk2kCKO26Z86Tmi7ZypxF.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #bevPlUA819lqqE8Amw4C3CdCLpQmbbIP { width:11.75rem;height:3.736325rem;top:177.0625rem;left:4.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiKTmfpUeEtFGHVLUxb1T6WH6oWeDaRo { width:12.5rem;height:1.8681625rem;top:146.9375rem;left:3.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhXawSN7ORlcHoskJZ4t7d5OUx7dAxpo { width:12.5rem;height:1.70605625rem;top:152.8125rem;left:3.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6tch9rxoLZdkosvJ0Npuiv9pHTOd1Z6 { width:12.5rem;height:1.70605625rem;top:168.1875rem;left:3.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2muQxbZup3x2FgN3v3t8EEnOP8mQL5y { width:12.5rem;height:2.11230625rem;top:162.375rem;left:3.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaAuQR4bIpFFfLwWni2zOV0I4V4thrBO { width:12.5rem;height:1.70605625rem;top:183.5625rem;left:3.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hR2Zy9qTQl4IEykRax4CtuTaabAs43cM { width:8.75rem;height:2.6875rem;top:154.5rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8vKHGtqCiZy1fTkEcXlaVpBl2MwVTl7 { display:block; }
 }@media only screen and (max-width: 763px) { #AJoM4FDVsuIa6Bi41HcTSFu3i5v4pCQK { width:8.75rem;height:2.6875rem;top:169.875rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlslvLCAG6pCA1HTbEgDspk1bWWWBQNe { display:block; }
 }@media only screen and (max-width: 763px) { #zTvtvTyoEuTZBxU2zth1uBtPqbEo8xln { width:8.75rem;height:2.6875rem;top:185.1875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpoO8EZFnINbruEMsRHL76TQN56v32TF { display:block; }
 }@media only screen and (max-width: 763px) { #rGbOi7yVi3QDxORRQCx7KZUyVBVm5NGB { width:15.125rem;height:13.875rem;top:189.1875rem;left:2.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#rGbOi7yVi3QDxORRQCx7KZUyVBVm5NGB.adaptive-delivery-prevent-bg, #rGbOi7yVi3QDxORRQCx7KZUyVBVm5NGB.lazyload, #rGbOi7yVi3QDxORRQCx7KZUyVBVm5NGB.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #pnxd7UTxFP3Xkpe4A2HUi2k16dXsUTAk { width:12.5rem;height:3.736325rem;top:192.6875rem;left:3.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiDrxGQHCRgKyQupdpGec86TX9RVhxBL { width:15.125rem;height:13.875rem;top:219.9375rem;left:2.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#PiDrxGQHCRgKyQupdpGec86TX9RVhxBL.adaptive-delivery-prevent-bg, #PiDrxGQHCRgKyQupdpGec86TX9RVhxBL.lazyload, #PiDrxGQHCRgKyQupdpGec86TX9RVhxBL.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ufanLUAeeBVHuG6gCL4DLgB5nmMnnTHF { width:13.3125rem;height:5.60449375rem;top:221.8125rem;left:3.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3CZVlb66oymkb7X0BdoU9Ju072li01S { width:15.125rem;height:13.875rem;top:204.5625rem;left:2.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#Q3CZVlb66oymkb7X0BdoU9Ju072li01S.adaptive-delivery-prevent-bg, #Q3CZVlb66oymkb7X0BdoU9Ju072li01S.lazyload, #Q3CZVlb66oymkb7X0BdoU9Ju072li01S.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #gxugyXusJb762uyWFucOFDp6MJe1G0Rn { width:12.5rem;height:2.11230625rem;top:208.5rem;left:3.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQsGNgAKXLuhQNyyQCFUNLikCSxQX5nN { width:12.5rem;height:1.70605625rem;top:198.8125rem;left:3.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #izm9FTJZ6luurrdXKbJCireNNcZ7ni1f { width:12.5rem;height:1.70605625rem;top:229.5625rem;left:4rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #itvAdK8UXyhPT3CNwEF8zwcgRag2tkHL { width:12.5rem;height:1.70605625rem;top:214.3125rem;left:3.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVT3H9ic7T7TwCDeHqKEWSdtO7wWb2S1 { width:8.75rem;height:2.6875rem;top:231.3125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eh7t1s4M8pi4wHqvxZJ61ku8Ay45O37x { display:block; }
 }@media only screen and (max-width: 763px) { #bN4hzPBnl3Tq70EH4BVNonlzAtWia0uO { width:8.75rem;height:2.6875rem;top:108.4375rem;left:5.625rem;z-index:100195;display:block; }
 }@media only screen and (max-width: 763px) { #MxAM76AWBSrR0CMvcQo1gcZEcZuUWmbD { display:block; }
 }@media only screen and (max-width: 763px) { #Td2hRx9UCoQO1UZyiBsxtxCOH1z9rLKH { width:8.75rem;height:2.6875rem;top:200.6875rem;left:5.625rem;z-index:100196;display:block; }
 }@media only screen and (max-width: 763px) { #lGtWVQ6Rb5qXXpUz3ktLW4ybWvve7Buw { display:block; }
 }@media only screen and (max-width: 763px) { #VQuqVr9mbOTmJ6HSwHsDR9LMgXhwbrM4 { width:8.75rem;height:2.6875rem;top:216.0625rem;left:5.8125rem;z-index:100197;display:block; }
 }@media only screen and (max-width: 763px) { #cuchyEgdrqxvTfx6PIILkydFrpVh3NyQ { display:block; }
 }@media only screen and (max-width: 763px) { #khoN6luvln9Xd3daV8OwDgnhqJERDrPs { width:8.75rem;height:2.6875rem;top:81.3125rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #l5IFOaXENcQ2nTouVcPp81UOh5Uuapa8 { display:block; }
 }@media only screen and (max-width: 763px) { #hdZVfnZR2UqWSIkaRgPkdmFVVxQOx26v { width:8.75rem;height:2.6875rem;top:81.3125rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #b12XQIOKaQoJSZ8zury9OzPeAo30Je8T { 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; }
 }