.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;position:relative;display:block; }
#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn > .row > .video-iframe-container { display: none; }#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn > .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); }#sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/DKyN6WMq/footer_img.aa5b92b.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2.adaptive-delivery-prevent-bg, #sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2.lazyload, #sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2.lazyloading { background-image: none; }#sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2 > .row .container { background-color: transparent; background-image: none; }#sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.46); }#sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2 > .row .container > .video-iframe-container { display: none; }#sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.46); }#sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2 > .row > .video-iframe-container { display: none; }#sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2 > .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); }#sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2 > .row .container { border-width: 0; border-radius: 0; }#sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2 > .row .container { font-size:0.875rem;font-family:arial;height:22.5625rem;width:75rem;position:relative;display:block; }#urSoeI1li6g1lSlmWSgBzId5pRMSHCrE { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.125rem;width:7.4375rem;top:17.6513671875rem;left:33.78125rem;overflow:hidden;display:block; }
#pqkTO9c2Awaio3zWF6TkumnnBvUx7Eg6 { position:absolute;display:block;z-index:100000;background-color:#f1e5ef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0.0625rem 0.5625rem rgba(0,0,0,0.5) ;height:9.124rem;width:8.9980625rem;top:17.65234375rem;left:33rem;display:block; }
#Qvsn3dDonCegl3KRkE5S1Mnnoel5iNTo { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.6875rem;width:19rem;display:none; }
#LLTnisJnlICbA1Fn6kEk6MlPCkdCRczx { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.25rem 0.1875rem 0.1875rem rgba(0,0,0,0.5) ;height:12.5rem;width:12.5rem;display:none; }
#pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d7b0cd, #ffffff);background-image: -moz-linear-gradient(180deg, #d7b0cd, #ffffff);background-image: -ms-linear-gradient(180deg, #d7b0cd, #ffffff);background-image: -o-linear-gradient(180deg, #d7b0cd, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7b0cd', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7b0cd', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #d7b0cd, #ffffff);background-size:auto !important;position:relative;display:block; }#pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o > .row .container { background-color: transparent; background-image: none; }#pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o > .row .container > .video-iframe-container { display: none; }#pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o > .row > .video-iframe-container { display: none; }#pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o > .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); }#pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o > .row .container { border-width: 0; border-radius: 0; }#pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o > .row .container { font-size:0.875rem;font-family:arial;height:28.125rem;width:75rem;position:relative;display:block; }#kT8DlCIkVwDLsiwDwEuufKPrPUixhWdI { color:#322e6c;display:block;width:14.1875rem;position:absolute;font-family:"mykonos ar";font-size:2.5rem;font-weight:400;z-index:100017;line-height:1.3;letter-spacing:0;top:0.8125rem;left:43.66015625rem;height:3.25rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#qFRzwroCgZHyvTqxpgQ0kzd6TGHb831X { color:#ffffff;display:block;width:54.75rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:400;z-index:100018;line-height:1.3;letter-spacing:0;top:6.0595703125rem;left:10.125rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qSPrZ3L7Tegpbe5r8fTvTV9ZKK5wrs8L { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.6865rem;height:2.749025rem;text-decoration:none;z-index:100040;text-align:center;text-align-last:center;top:15.03125rem;left:32.099609375rem;display:block; }
#dlK52mLlPaDaIxv7wd3bPwHtx3ugM54g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mMbyvzbuzdWBwQOlveDLAflt2iyGNgC5 { background-color:#e1931f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.6865rem;height:2.749025rem;text-decoration:none;z-index:100041;text-align:center;text-align-last:center;top:19.185546875rem;left:32.099609375rem;display:block; }
#sf2DPD7KgrqOqwoL8vApgautOrhEKoxi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZQgZtmDT5L0KhIIe4Em2dhUEmnlRUup4 { position:absolute;display:block;z-index:100008;border-top:0.0625rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.0625rem solid #df4a8d;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;height:12.875rem;width:19.375rem;top:12.5rem;left:49.09375rem;overflow:hidden;display:block; }
#LxaBryLlVWfG2GQZBQ7tgm2hcrlVXmrc { position:absolute;display:block;z-index:100002;border-top:0.0625rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.0625rem solid #df4a8d;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;height:12.6875rem;width:20.1875rem;top:12.59375rem;left:6.65625rem;overflow:hidden;display:block; }
#sXVXTVMsZOWmlwt8Z42fImy0PEMT2a1N { color:#322e6c;display:block;width:12.875rem;position:absolute;font-family:"mykonos ar";font-size:2.5rem;font-weight:400;z-index:100018;line-height:1.3;letter-spacing:0;top:0.8125rem;left:18.1005859375rem;height:3.25rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#DTH7SieXMQy0T0ezBrgv6UElou9TZyv5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image: -webkit-linear-gradient(180deg, #ffffff, #d7b0cd);background-image: -moz-linear-gradient(180deg, #ffffff, #d7b0cd);background-image: -ms-linear-gradient(180deg, #ffffff, #d7b0cd);background-image: -o-linear-gradient(180deg, #ffffff, #d7b0cd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d7b0cd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d7b0cd' );";background-image: linear-gradient(180deg, #ffffff, #d7b0cd);background-size:auto !important;position:relative;display:block; }#DTH7SieXMQy0T0ezBrgv6UElou9TZyv5 > .row .container { background-color: transparent; background-image: none; }#DTH7SieXMQy0T0ezBrgv6UElou9TZyv5::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DTH7SieXMQy0T0ezBrgv6UElou9TZyv5 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DTH7SieXMQy0T0ezBrgv6UElou9TZyv5 > .row .container > .video-iframe-container { display: none; }#DTH7SieXMQy0T0ezBrgv6UElou9TZyv5 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DTH7SieXMQy0T0ezBrgv6UElou9TZyv5 > .row > .video-iframe-container { display: none; }#DTH7SieXMQy0T0ezBrgv6UElou9TZyv5 > .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); }#DTH7SieXMQy0T0ezBrgv6UElou9TZyv5 > .row .container { border-width: 0; border-radius: 0; }#DTH7SieXMQy0T0ezBrgv6UElou9TZyv5 > .row .container { font-size:0.875rem;font-family:arial;height:44.5rem;width:75rem;position:relative;display:block; }#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-form-header {  }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:1rem;font-weight:bold;color:#a41354;width:19rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;text-align:right;text-align-last:right;line-height:1.4; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-text { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19rem;box-sizing:border-box;height:2.8125rem;color:#000000;font-size:1.0625rem;overflow:hidden;font-family:lato;text-align:center;text-align-last:center;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-text {padding-top: 0; padding-bottom: 0;}#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-textarea { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:1.0625rem;overflow:hidden;font-family:lato;text-align:center;text-align-last:center;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-select { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:cairo;font-size:0.875rem;overflow:hidden;text-align:right;text-align-last:right; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-select {padding-top: 0; padding-bottom: 0;}#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#e1093f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.375rem;font-weight:400;color:#f2f9ff;width:19rem;height:2.9375rem;font-family:cairo;overflow:hidden;font-style:normal;line-height:1; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:lato;font-size:0.8125rem;font-weight:300;color:#ffffff;vertical-align:top;width:17.8125rem;overflow:hidden;font-style:normal; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .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; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .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:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-container:first-of-type{padding-top:0;}#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-container:last-of-type{padding-bottom:0;}#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19rem;height:auto;border-top:0.4375rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.375rem solid #df4a8d;z-index:100005;position:absolute;top:8.1239166259762rem;left:4.1243486404419rem; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19rem; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.75rem;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX {display:block;}#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19rem;height:auto;border-top:0.4375rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.375rem solid #df4a8d;z-index:100005;position:absolute;top:8.1239166259762rem;left:4.1243486404419rem; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #oZJ5kpGhS9HOJdayXGohfTnr19Uw20P5 { position:relative; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #KWsspdZh4WhHdUeUnsmARLonqaUS5zV0 { position:relative; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #VV25GQEq4Sy8D7nbG6PBT5n3koHacqH8 { position:relative; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #yd9h1rNW8nzFduPFWeo4qpJLoqQEdc8M { position:relative; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #UsWuTyNa0QA7TOGL8mLQIbhiig5QwBAS { position:relative; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #Q6EzucxCm4sGesc4hEDtlQFNdV5yfzlz { position:relative; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #uKXwLWoMPw3csb8TC34ksTLMQ5CqvEtP { position:relative; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #c9hbVSx4mnd97MZgcIWrVbReBLywFHF3 { position:relative; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #WJf1TOstcDL7xv7TUe6omgeH8GEKz26n { position:relative; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #e1oTGePBZMuLeZCyld1pFRzcQ9iEstTf { position:relative; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #wE2os5TuJq5RkVB72tf1T5MFJv4DRgsx { position:relative; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #p1CKp5EsCCLmDVadSKIDOD9EoatbS2yM { position:relative; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #Q5qlMqHOVOernOi8EOWvhBOCLpNLvKw6 { position:relative; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #KwK7fn8zT9m0T93brqdeDVE2TqgLb8TX { position:relative; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #H08lk0F2Q5DZrO4mh2Vg5hvGMLKaIJ3N { position:relative; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #U9GO0eWQHVbKAKbLpc1PRnCoCQr92Jp1 { position:relative; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #BLZbbLEAknu6OS8B24ICNvJB12U6tgCe { position:relative; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #tNSTZnC5PNPHhUSUEGKl7Sh7UWZPUL7B { position:relative; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #KaP1MICsO0yPW5W17kFp8836ddTGPEpE { position:relative; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #WUN0qoF8LWGFTIr74WsXb1W3f3w3cMu6 { position:relative; }
#FV1nIwT5Q7QQVWeXZ4P3QhOBnhXfBUhy { color:#0078c4;display:block;width:38rem;position:absolute;font-family:cairo;font-size:2.375rem;font-weight:700;z-index:100003;line-height:1.5;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(0,0,0,0.5);top:9.71875rem;left:32.625rem;height:7.125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xeBqMGCGaCNTbvv3bIVs90H1CyEwE9Xs { color:#000000;display:block;width:33rem;position:absolute;font-family:cairo;font-size:1.9375rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:0.568359375rem;left:21rem;height:7.5553375rem;text-align:center;text-align-last:center;display:block; }
#DDQQWWCmSEMH2sRae9IPkJzsFzV9rzhS { background-color:#1799eb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100034;text-align:center;text-align-last:center;top:15.1875rem;left:26.59375rem;display:none; }
#JyFkUThGHOaeSMVS0sg9iCNMLWiNxK39 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lLSk0kBhJyTLXhZtFRX4bvd2wKEEgoOl { background-color:#1799eb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100035;text-align:center;text-align-last:center;top:16.5625rem;left:26.59375rem;display:none; }
#vcRNuIA2rqhWeop4CSsfuJWTwZUdW1CM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TKWuXFLXiOZ6iViJgfTlPxbNuBNykfqT { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;height:16.5rem;width:25.125rem;top:22.6875rem;left:39.0625rem;overflow:hidden;display:block; }
#WFo5SOq48UvaMpCyLJ8F4l8o0OzsaaA9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/onDXoHHX/unnamed.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#WFo5SOq48UvaMpCyLJ8F4l8o0OzsaaA9.adaptive-delivery-prevent-bg, #WFo5SOq48UvaMpCyLJ8F4l8o0OzsaaA9.lazyload, #WFo5SOq48UvaMpCyLJ8F4l8o0OzsaaA9.lazyloading { background-image: none; }#WFo5SOq48UvaMpCyLJ8F4l8o0OzsaaA9 > .row .container { background-color: transparent; background-image: none; }#WFo5SOq48UvaMpCyLJ8F4l8o0OzsaaA9::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.95); }#WFo5SOq48UvaMpCyLJ8F4l8o0OzsaaA9 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WFo5SOq48UvaMpCyLJ8F4l8o0OzsaaA9 > .row .container > .video-iframe-container { display: none; }#WFo5SOq48UvaMpCyLJ8F4l8o0OzsaaA9 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.95); }#WFo5SOq48UvaMpCyLJ8F4l8o0OzsaaA9 > .row > .video-iframe-container { display: none; }#WFo5SOq48UvaMpCyLJ8F4l8o0OzsaaA9 > .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); }#WFo5SOq48UvaMpCyLJ8F4l8o0OzsaaA9 > .row .container { border-width: 0; border-radius: 0; }#WFo5SOq48UvaMpCyLJ8F4l8o0OzsaaA9 > .row .container { font-size:0.875rem;font-family:arial;height:85.25rem;width:75rem;position:relative;display:block; }#UKPnWU1AimI9G4tQTkARJBil3Jzh9K0a { color:#ffffff;display:block;width:30.9375rem;position:absolute;font-family:hekaya;font-size:1.9375rem;font-weight:400;z-index:100037;line-height:1.3;letter-spacing:0;top:34.312255859375rem;left:22rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#svk22avPUK7zSgempfQ7aIuREVOtkg8n { position:absolute;display:block;z-index:100015;background-color:rgba(19,19,19,0.69);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:32.375rem;top:34.5rem;left:21.3125rem;display:none; }
#crPlH1Jdrerb7O2V4b0bL6WkpoiATeve { position:absolute;display:block;z-index:100006;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:8.125rem;left:59rem;display:block; }#crPlH1Jdrerb7O2V4b0bL6WkpoiATeve.adaptive-delivery-prevent-bg, #crPlH1Jdrerb7O2V4b0bL6WkpoiATeve.lazyload, #crPlH1Jdrerb7O2V4b0bL6WkpoiATeve.lazyloading { background-image: none; }
#aw8PwMPXvNr59a2OnrOQpqeNRZmZJM4Q { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100025;line-height:1.3;letter-spacing:0;top:12.0361328125rem;left:60.25rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fhczwF76wvCUAbeSkaQUNyIM05CJL6uJ { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:100038;text-align:center;text-align-last:center;top:19.46875rem;left:62.0615234375rem;display:block; }
#k7qVyGSPgbTndqixzytM8VXD7AgqKwE2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zB8txuiNmivlFEo6xFxlMbiFyz7b6x8s { color:#ffffff;display:block;width:6.9355625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100020;line-height:1.3;letter-spacing:0;top:34.6875rem;left:64.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o4xAtcD4v0ma0v77F1Pr7cfQuBRDMd8r { color:#ffffff;display:block;width:6.9355625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100028;line-height:1.3;letter-spacing:0;top:35.3125rem;left:46.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FqZQB5ozGtsL87d3V4lGuZTpklD8eCaN { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100048;line-height:1.3;letter-spacing:0;top:35.75rem;left:43.5625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eQKe9OaMiT2G4az2Q8qd5NUnPSshNLrM { color:#ffffff;display:block;width:6.9355625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100036;line-height:1.3;letter-spacing:0;top:34.6875rem;left:26.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g8mpzJAPQMRlzXaw8TlUzyHIBCVC0glK { color:#000000;display:block;width:20.4375rem;position:absolute;font-family:cairo;font-size:1.9375rem;font-weight:normal;z-index:100071;line-height:1.3;letter-spacing:0;top:4.625rem;left:28.5302734375rem;height:2.51855625rem;text-align:center;text-align-last:center;display:block; }
#JfPs7XSV6F65QztrwpvoAiE2DU2T3GJ4 { color:#ffffff;display:block;width:12.9980625rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:400;z-index:100017;line-height:1.3;letter-spacing:0;top:1.25rem;left:32.25rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zTPloIlr9acqxwkGrTOE4tw3TKnNo8Rh { position:absolute;display:block;z-index:100014;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:3.061525rem;width:15.0605625rem;top:0.6875rem;left:31.1875rem;display:block; }
#U6ia2NNVuiNOhfpQRkb0H8uinnr8aoim { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100120;line-height:1.6;letter-spacing:0;top:15.6875rem;left:59rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UWJIAtHa1IPbgdea5mcIl2aa2vmUN092 { position:absolute;display:block;z-index:100010;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:8.125rem;left:40.125rem;display:block; }#UWJIAtHa1IPbgdea5mcIl2aa2vmUN092.adaptive-delivery-prevent-bg, #UWJIAtHa1IPbgdea5mcIl2aa2vmUN092.lazyload, #UWJIAtHa1IPbgdea5mcIl2aa2vmUN092.lazyloading { background-image: none; }
#HOeUzXkmGe4lfwlLGrrAzHkRsqeDreHF { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100029;line-height:1.3;letter-spacing:0;top:12rem;left:41.375rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PlugIFgXNhnQXW7XuiOXCWwixZC9XzE9 { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100124;line-height:1.6;letter-spacing:0;top:15.6875rem;left:40.125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nxvzafbQ9Vb1J0JUlffxN8J05hQHpirr { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:100042;text-align:center;text-align-last:center;top:19.4375rem;left:43.1875rem;display:block; }
#F5sCPI2tiVnbyiBspFteslAUCGTC9OX8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#uzsWvTNRosi7pRDfEqKXMqxvHRoSO9PQ { position:absolute;display:block;z-index:100014;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:8.125rem;left:21.375rem;display:block; }#uzsWvTNRosi7pRDfEqKXMqxvHRoSO9PQ.adaptive-delivery-prevent-bg, #uzsWvTNRosi7pRDfEqKXMqxvHRoSO9PQ.lazyload, #uzsWvTNRosi7pRDfEqKXMqxvHRoSO9PQ.lazyloading { background-image: none; }
#WZzUvwBl8qRGwAZupNTgQ7F8w63ebx5v { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100033;line-height:1.3;letter-spacing:0;top:11.4267578125rem;left:22.625rem;height:4.140625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cOOLTZHwbssChdBXogzTa01Qaw25qlFc { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100128;line-height:1.6;letter-spacing:0;top:15.6875rem;left:21.375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#z9bfgqgTbNEfs7ZTJh2Xzs16fGJKEA8I { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:100046;text-align:center;text-align-last:center;top:19.4375rem;left:24.375rem;display:block; }
#Od83kGbQTlc0mrTHFC95CquQrI5gE5V3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#kN03C37DEndfKDdg9RtRA6M8mn7Tq5vT { position:absolute;display:block;z-index:100018;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:8.125rem;left:2.9375rem;display:block; }#kN03C37DEndfKDdg9RtRA6M8mn7Tq5vT.adaptive-delivery-prevent-bg, #kN03C37DEndfKDdg9RtRA6M8mn7Tq5vT.lazyload, #kN03C37DEndfKDdg9RtRA6M8mn7Tq5vT.lazyloading { background-image: none; }
#pqTnedCHBG70UPM0Khr7AoUgzCtxsQGq { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100037;line-height:1.3;letter-spacing:0;top:12.1435546875rem;left:4.1875rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FaGbzvo2Ep2lXDO49CCGcxfZxGRyahvi { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100132;line-height:1.6;letter-spacing:0;top:15.6875rem;left:2.9375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#o3zROTgItatZwD7v4utcdbnIEbepQTe0 { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:100050;text-align:center;text-align-last:center;top:19.4375rem;left:5.9375rem;display:block; }
#Eua3yN6CHafLE3MaCREJZ6z7royJfnV7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#FAncMcc2WJqbxiIps5R7TgNMgPod0eKh { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:100058;text-align:center;text-align-last:center;top:34.3125rem;left:43.25rem;display:block; }
#NMTa0GpBkhIKCo0J9uNwi2gTbAF6UFBt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#H34eMvlZgLNuxMTJGvdUxLFe8G495HbQ { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:100062;text-align:center;text-align-last:center;top:34.3125rem;left:24.4375rem;display:block; }
#wZOSv6LI21BgAiR20P0ezAs9Oyt2BrBU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gbTENy1vXRnBsB3bNWkQg1anDzCspBCI { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:100066;text-align:center;text-align-last:center;top:49.375rem;left:5.9375rem;display:block; }
#kJnTsMzGSyJ1evKP9s4ZI2qGqT0zl62F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gW5RVsKiHLNtXKOwbqDtacLuUL9PBbwn { position:absolute;display:block;z-index:100022;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:23rem;left:59.0625rem;display:block; }#gW5RVsKiHLNtXKOwbqDtacLuUL9PBbwn.adaptive-delivery-prevent-bg, #gW5RVsKiHLNtXKOwbqDtacLuUL9PBbwn.lazyload, #gW5RVsKiHLNtXKOwbqDtacLuUL9PBbwn.lazyloading { background-image: none; }
#tAb1ae3BDDzR5sl3wG6VhXTdIeicQJl0 { position:absolute;display:block;z-index:100026;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:23rem;left:40.1875rem;display:block; }#tAb1ae3BDDzR5sl3wG6VhXTdIeicQJl0.adaptive-delivery-prevent-bg, #tAb1ae3BDDzR5sl3wG6VhXTdIeicQJl0.lazyload, #tAb1ae3BDDzR5sl3wG6VhXTdIeicQJl0.lazyloading { background-image: none; }
#SIn62bdOq1O4Pet6AHamkK5sv0EsgaTn { position:absolute;display:block;z-index:100030;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:23rem;left:21.4375rem;display:block; }#SIn62bdOq1O4Pet6AHamkK5sv0EsgaTn.adaptive-delivery-prevent-bg, #SIn62bdOq1O4Pet6AHamkK5sv0EsgaTn.lazyload, #SIn62bdOq1O4Pet6AHamkK5sv0EsgaTn.lazyloading { background-image: none; }
#mG6DM3cOKlEzzEPkpfO59Ve4RHKDJFQR { position:absolute;display:block;z-index:100034;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:38.0625rem;left:2.9375rem;display:block; }#mG6DM3cOKlEzzEPkpfO59Ve4RHKDJFQR.adaptive-delivery-prevent-bg, #mG6DM3cOKlEzzEPkpfO59Ve4RHKDJFQR.lazyload, #mG6DM3cOKlEzzEPkpfO59Ve4RHKDJFQR.lazyloading { background-image: none; }
#mgVoeCxTWmtsv8I530nZm5A7hkNGWspf { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:100054;text-align:center;text-align-last:center;top:34.3125rem;left:62.125rem;display:block; }
#nONxgT9v7s3ohb5aDrnXCMGiL8k4rdwa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ChV7nNuKTqDQC6BONFuCQhTlxTdq55Fr { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100136;line-height:1.6;letter-spacing:0;top:30.5625rem;left:59.0625rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Qe6oRNskIG6hMlZfaEA4xcQb2eK5SOvE { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100140;line-height:1.6;letter-spacing:0;top:30.5625rem;left:40.1875rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TfIRdxq7ZeJ8e5Rloy8RTftiIBfXowGS { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100144;line-height:1.6;letter-spacing:0;top:30.5625rem;left:21.4375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GKvfeDGqZGUzKc97173RtcvSe4JM4IFu { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100148;line-height:1.6;letter-spacing:0;top:45.625rem;left:2.9375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RgK7ZTTySWTNb41QaSJEUzZcVs9ziFN2 { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100041;line-height:1.3;letter-spacing:0;top:25.9892578125rem;left:60.25rem;height:4.140625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JWNA1SlKCTzSMIFc31wwi0GakEDBcsGT { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100045;line-height:1.3;letter-spacing:0;top:26.0625rem;left:41.4375rem;height:2.76041875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vvt3uc2PIHPNRdiU57slaZTprwdzS64X { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100049;line-height:1.3;letter-spacing:0;top:26.9931640625rem;left:22.625rem;height:2.76041875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ufXxxfaJyToTfbe75Xw89XTUzJaTedRg { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100053;line-height:1.3;letter-spacing:0;top:42.0625rem;left:4.1875rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RD11C7onGOKZxlScOEREcEtovbgGTB64 { color:#ffffff;display:block;width:6.9355625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100048;line-height:1.3;letter-spacing:0;top:50.375rem;left:46.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LmNTcOOhmHgssakPBStUVrTyNvsVZKzl { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100068;line-height:1.3;letter-spacing:0;top:50.8125rem;left:43.5625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PG0EKFLcZH4NlPSS9JZT2bxlpgHytCru { color:#ffffff;display:block;width:6.9355625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100056;line-height:1.3;letter-spacing:0;top:49.75rem;left:26.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Bgr7IVxJ0MmnZbqg2oTn9mZo4fatNaJT { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:100078;text-align:center;text-align-last:center;top:49.375rem;left:43.25rem;display:block; }
#b4Iuy4OxFNrsgZq61KXVOyCAbIHUneuH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TASgQt7LR6LtTT85ZtoLI9wIuqSWUAyb { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:100082;text-align:center;text-align-last:center;top:49.375rem;left:24.4375rem;display:block; }
#yGRVmmhJcfF1Sb5bDap15c4XmXMOQ7B9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yVpLAu1v2FHvNGcDx03wiIxkVs601lAp { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:100086;text-align:center;text-align-last:center;top:34.3125rem;left:5.9375rem;display:block; }
#OXHlSnXcbnp6PhLANNMdbrir8aZlTJ6D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#p3bwkRH2Mh56r2xVvvDk6kpaN8Zndw6U { position:absolute;display:block;z-index:100046;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:38.0625rem;left:40.1875rem;display:block; }#p3bwkRH2Mh56r2xVvvDk6kpaN8Zndw6U.adaptive-delivery-prevent-bg, #p3bwkRH2Mh56r2xVvvDk6kpaN8Zndw6U.lazyload, #p3bwkRH2Mh56r2xVvvDk6kpaN8Zndw6U.lazyloading { background-image: none; }
#t0WtQAipvqZwcwyzLy29hRl98F36mKUi { position:absolute;display:block;z-index:100050;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:38.0625rem;left:21.4375rem;display:block; }#t0WtQAipvqZwcwyzLy29hRl98F36mKUi.adaptive-delivery-prevent-bg, #t0WtQAipvqZwcwyzLy29hRl98F36mKUi.lazyload, #t0WtQAipvqZwcwyzLy29hRl98F36mKUi.lazyloading { background-image: none; }
#aK0XG5OMScFdT705fDCsAnGHpuohLlRG { position:absolute;display:block;z-index:100054;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:23rem;left:2.9375rem;display:block; }#aK0XG5OMScFdT705fDCsAnGHpuohLlRG.adaptive-delivery-prevent-bg, #aK0XG5OMScFdT705fDCsAnGHpuohLlRG.lazyload, #aK0XG5OMScFdT705fDCsAnGHpuohLlRG.lazyloading { background-image: none; }
#ppLzFrJ6779yksGaydHcutM4M3fVGork { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100160;line-height:1.6;letter-spacing:0;top:45.625rem;left:40.1875rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dOt4TeTOA8Som4XyTyFBmgCXKPXq1h03 { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100164;line-height:1.6;letter-spacing:0;top:45.625rem;left:21.4375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AQJitum4zGR1uxCPu6HXV0IaAG5EsiEh { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100168;line-height:1.6;letter-spacing:0;top:30.5625rem;left:2.9375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tT3XT9AW5899hWlaVg0ppSOWUROCis3S { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100065;line-height:1.3;letter-spacing:0;top:41.8125rem;left:41.4375rem;height:2.76041875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AtNbTEnv2SC5fKX30ZDFIFeGfV256Swy { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100069;line-height:1.3;letter-spacing:0;top:41.9375rem;left:22.625rem;height:2.76041875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ApQWpBVIcQ5UkqbviTt6hmGzgBGtyzHG { position:absolute;display:block;z-index:100042;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:38.0625rem;left:59.0625rem;display:block; }#ApQWpBVIcQ5UkqbviTt6hmGzgBGtyzHG.adaptive-delivery-prevent-bg, #ApQWpBVIcQ5UkqbviTt6hmGzgBGtyzHG.lazyload, #ApQWpBVIcQ5UkqbviTt6hmGzgBGtyzHG.lazyloading { background-image: none; }
#SPFM0m3ggToDwp8bsLJQCLngVt6bnXVP { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100156;line-height:1.6;letter-spacing:0;top:45.625rem;left:59.0625rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ISiFKX2bmGoozhJTnbEJarBwk9mh57uu { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100073;line-height:1.3;letter-spacing:0;top:27rem;left:4.1875rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JOvklA94r3QdG5PX6hdWIFUxE6WBCCes { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100061;line-height:1.3;letter-spacing:0;top:41.0625rem;left:60.25rem;height:2.76041875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L15NLCzSomUyey1pSSItW6RlGSNieMMC { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:100074;text-align:center;text-align-last:center;top:49.375rem;left:62.125rem;display:block; }
#bTrGHxCT8nRVSW1BCOrA7uTLGTwiROFe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#IX72M1I6024msguooAWURfiGwPORBKHG { color:#ffffff;display:block;width:6.9355625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100040;line-height:1.3;letter-spacing:0;top:49.75rem;left:64.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DGX4N69iJmuOlbtFd78KV7B1lVvBlHJ6 { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:100086;text-align:center;text-align-last:center;top:64.3125rem;left:5.9375rem;display:block; }
#dkr5gRifz0fUvuuvXu4b8ATRfFGsu7bx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wR0nkm3PNbuQIssDRerTwrHWFaeIJAKT { color:#ffffff;display:block;width:6.9355625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100076;line-height:1.3;letter-spacing:0;top:64.6875rem;left:26.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UKcihFW6y9oTop0f6cNHXoz4s057gTk9 { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:100098;text-align:center;text-align-last:center;top:64.3125rem;left:43.25rem;display:block; }
#OuiAxlzHGVKeF2c9sMaRms2G7zNqO0SA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#kfzxWRnxUiSOrN0cLTzAgzL84bICq9Jl { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:100102;text-align:center;text-align-last:center;top:64.3125rem;left:24.4375rem;display:block; }
#C81LJox65TyhOlHeCdtKWZtTcEulb089 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NyCx3ncM41dGzVdJA66eSpu8rWzqGv1n { position:absolute;display:block;z-index:100054;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:53rem;left:2.9375rem;display:block; }#NyCx3ncM41dGzVdJA66eSpu8rWzqGv1n.adaptive-delivery-prevent-bg, #NyCx3ncM41dGzVdJA66eSpu8rWzqGv1n.lazyload, #NyCx3ncM41dGzVdJA66eSpu8rWzqGv1n.lazyloading { background-image: none; }
#lDktGEKHVhpdP2rbVhTxlZ3Q6fnD4qPH { color:#ffffff;display:block;width:6.9355625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100068;line-height:1.3;letter-spacing:0;top:65.3125rem;left:46.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ls6usA32LznCZkgWoTtE2Sn7cDL32Onq { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100088;line-height:1.3;letter-spacing:0;top:65.75rem;left:43.5625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G89DsvtcuTWpmWuMFEIkiUcDEzySJUFB { position:absolute;display:block;z-index:100066;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:53rem;left:40.1875rem;display:block; }#G89DsvtcuTWpmWuMFEIkiUcDEzySJUFB.adaptive-delivery-prevent-bg, #G89DsvtcuTWpmWuMFEIkiUcDEzySJUFB.lazyload, #G89DsvtcuTWpmWuMFEIkiUcDEzySJUFB.lazyloading { background-image: none; }
#Hg66nT0iMH3dMveXN0PrcZQJe9UiBt9u { position:absolute;display:block;z-index:100070;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:53rem;left:21.4375rem;display:block; }#Hg66nT0iMH3dMveXN0PrcZQJe9UiBt9u.adaptive-delivery-prevent-bg, #Hg66nT0iMH3dMveXN0PrcZQJe9UiBt9u.lazyload, #Hg66nT0iMH3dMveXN0PrcZQJe9UiBt9u.lazyloading { background-image: none; }
#vOpfwExKT9C9BirJnmONzMDpRmoRQ9qp { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100168;line-height:1.6;letter-spacing:0;top:60.5625rem;left:2.9375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PT2BgnqegUy18iIyQwnbG6dtTXE3PvTq { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100180;line-height:1.6;letter-spacing:0;top:60.5625rem;left:40.1875rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hzffbgWwfkQxiTa3TG2f0J77weunTOTC { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100184;line-height:1.6;letter-spacing:0;top:60.5625rem;left:21.4375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rWTTE63wyv1e6LrdCDgwTDB1Dm4xJV0k { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100073;line-height:1.3;letter-spacing:0;top:55.9951171875rem;left:4.1875rem;height:2.76041875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R8DdLv5I93VC9m9GtMnd6bVaf0CR8xkk { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100085;line-height:1.3;letter-spacing:0;top:56.4248046875rem;left:41.375rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KkFkwP4QC20zJTab5zipMmPNyRu5suHz { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100089;line-height:1.3;letter-spacing:0;top:56.0869140625rem;left:22.625rem;height:3.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zP0QSaEqUEhEmzPcnpzohJT6KZPf36ss { 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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:53rem;left:59rem;display:block; }#zP0QSaEqUEhEmzPcnpzohJT6KZPf36ss.adaptive-delivery-prevent-bg, #zP0QSaEqUEhEmzPcnpzohJT6KZPf36ss.lazyload, #zP0QSaEqUEhEmzPcnpzohJT6KZPf36ss.lazyloading { background-image: none; }
#EG2Bx3ZgdHVB2xbua8MoueJ9PNyrIa5D { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100176;line-height:1.6;letter-spacing:0;top:60.5625rem;left:59rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#d7wbxRuu6hOXSzxxmdrUv88hDDlyndJH { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100081;line-height:1.3;letter-spacing:0;top:56.6142578125rem;left:60.25rem;height:2.76041875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G54XKWF5bto2WIXAFiMJJP9HPmqAwOaK { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:100094;text-align:center;text-align-last:center;top:64.3125rem;left:61.90625rem;display:block; }
#Op1R4TAdM7iQtx9X57o92rAwWlRfZWxE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ILRWtfU0agzTLEQI1nITu7kxfHWrGiI4 { color:#ffffff;display:block;width:6.9355625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100060;line-height:1.3;letter-spacing:0;top:64.6875rem;left:62.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BOOTZnG6mrVMhNc70HJvBtpI0rR20Fnf { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:100106;text-align:center;text-align-last:center;top:79.1875rem;left:5.3125rem;display:block; }
#tAvF5wnPT9UemG11VXKGKp8fb0yGzDkF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#cel5MXEmOEeo983hH9RENiQ3zIewuRqZ { color:#ffffff;display:block;width:6.9355625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100096;line-height:1.3;letter-spacing:0;top:79.5625rem;left:25.8125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Kqvw3J0BxIH0wCipceo3lBDA1tSdITZH { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:100118;text-align:center;text-align-last:center;top:79.1875rem;left:42.625rem;display:block; }
#MAK9VZZHrLpFWq6IIv60KqeEcprDVpfT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#QcE3TZnbZ8XQZwPsKf5LoIhKVTpZT9D8 { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:100122;text-align:center;text-align-last:center;top:79.1875rem;left:23.8125rem;display:block; }
#lFtr9RbTERvDzZTTUiOHPXOkwgM1uu6b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#CDKzSNCNapOMvxcowMoytVMBxX7NskI0 { position:absolute;display:block;z-index:100074;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:67.875rem;left:2.3125rem;display:block; }#CDKzSNCNapOMvxcowMoytVMBxX7NskI0.adaptive-delivery-prevent-bg, #CDKzSNCNapOMvxcowMoytVMBxX7NskI0.lazyload, #CDKzSNCNapOMvxcowMoytVMBxX7NskI0.lazyloading { background-image: none; }
#DTFLQVybQCvvGZE2LLCh3St2mbzQHEBL { color:#ffffff;display:block;width:6.9355625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100088;line-height:1.3;letter-spacing:0;top:80.1875rem;left:45.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xvTuVi4SHSm6P3B2fn5Wqk9pXf4iSOfJ { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100108;line-height:1.3;letter-spacing:0;top:80.625rem;left:42.9375rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OKzKXOPSkKt9EruBCkdxdzTqgRXC77To { 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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:67.875rem;left:39.5625rem;display:block; }#OKzKXOPSkKt9EruBCkdxdzTqgRXC77To.adaptive-delivery-prevent-bg, #OKzKXOPSkKt9EruBCkdxdzTqgRXC77To.lazyload, #OKzKXOPSkKt9EruBCkdxdzTqgRXC77To.lazyloading { background-image: none; }
#QXCJgvk7p4hg84PFKxpDCXBB5SWMIuaD { position:absolute;display:block;z-index:100090;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:67.875rem;left:20.8125rem;display:block; }#QXCJgvk7p4hg84PFKxpDCXBB5SWMIuaD.adaptive-delivery-prevent-bg, #QXCJgvk7p4hg84PFKxpDCXBB5SWMIuaD.lazyload, #QXCJgvk7p4hg84PFKxpDCXBB5SWMIuaD.lazyloading { background-image: none; }
#BZ5bm8IqaTDZS3aAg3JXZ9rn9315Ggga { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100188;line-height:1.6;letter-spacing:0;top:75.4375rem;left:2.3125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#f7ETokiWeg4d7a3gNsDShdwxOTU41nbS { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100200;line-height:1.6;letter-spacing:0;top:75.4375rem;left:39.5625rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zeBDLpNgLImgMkovm5m3RefHAdcUbSg0 { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100204;line-height:1.6;letter-spacing:0;top:75.4375rem;left:20.8125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rrKznGTd4pKwG2PQbTHtsSa7qJDT3y38 { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100093;line-height:1.3;letter-spacing:0;top:70.875rem;left:3.5625rem;height:3.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FNfmlgT8ogq4DWL85eHDb0bqxxosmb83 { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100105;line-height:1.3;letter-spacing:0;top:71.3125rem;left:40.75rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cTBX7kJRJnu3eybgPeALG0oPsOdk7gCa { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100109;line-height:1.3;letter-spacing:0;top:70.9375rem;left:22rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vq0wTsZNzXBqiA3LuKwg8Vh4GAG2NSIU { 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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:67.875rem;left:58.375rem;display:block; }#vq0wTsZNzXBqiA3LuKwg8Vh4GAG2NSIU.adaptive-delivery-prevent-bg, #vq0wTsZNzXBqiA3LuKwg8Vh4GAG2NSIU.lazyload, #vq0wTsZNzXBqiA3LuKwg8Vh4GAG2NSIU.lazyloading { background-image: none; }
#ehFGiUTwOHG92essVR8c66UfWbkaN0fC { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100196;line-height:1.6;letter-spacing:0;top:75.4375rem;left:58.375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#N49b1Fop2Ms8CVxkwwcFGZohJPJXU7tR { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:100114;text-align:center;text-align-last:center;top:79.1875rem;left:61.25rem;display:block; }
#wAdtO4iM6sHQk468FuT37TPKWDOQhMVr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#BW86K3pAqShKqW8lL1iZ7mIqwfoTVo3s { color:#ffffff;display:block;width:6.9355625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100080;line-height:1.3;letter-spacing:0;top:79.5625rem;left:61.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZKPPg02B4ITP4UnEdm3xNWCFFXEvt1VX { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100101;line-height:1.3;letter-spacing:0;top:71.5rem;left:59.625rem;height:2.76041875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dWd4RwhWLCE18vmAeEEO8Z7AVJK5CEAE { position:absolute;display:block;z-index:100169;background-color:#405466;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:30.75rem;top:85.0625rem;left:22.373046875rem;display:block; }
#w5WwRU6snKXBRWgOsD3Uf0sV68LI0fBy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/onDXoHHX/unnamed.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#w5WwRU6snKXBRWgOsD3Uf0sV68LI0fBy.adaptive-delivery-prevent-bg, #w5WwRU6snKXBRWgOsD3Uf0sV68LI0fBy.lazyload, #w5WwRU6snKXBRWgOsD3Uf0sV68LI0fBy.lazyloading { background-image: none; }#w5WwRU6snKXBRWgOsD3Uf0sV68LI0fBy > .row .container { background-color: transparent; background-image: none; }#w5WwRU6snKXBRWgOsD3Uf0sV68LI0fBy::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.95); }#w5WwRU6snKXBRWgOsD3Uf0sV68LI0fBy > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#w5WwRU6snKXBRWgOsD3Uf0sV68LI0fBy > .row .container > .video-iframe-container { display: none; }#w5WwRU6snKXBRWgOsD3Uf0sV68LI0fBy > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.95); }#w5WwRU6snKXBRWgOsD3Uf0sV68LI0fBy > .row > .video-iframe-container { display: none; }#w5WwRU6snKXBRWgOsD3Uf0sV68LI0fBy > .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); }#w5WwRU6snKXBRWgOsD3Uf0sV68LI0fBy > .row .container { border-width: 0; border-radius: 0; }#w5WwRU6snKXBRWgOsD3Uf0sV68LI0fBy > .row .container { font-size:0.875rem;font-family:arial;height:54.625rem;width:75rem;position:relative;display:block; }#mkAlpxCTHsHpukzusnAbFsHISehuGlpt { color:#ffffff;display:block;width:30.9375rem;position:absolute;font-family:hekaya;font-size:1.9375rem;font-weight:400;z-index:100037;line-height:1.3;letter-spacing:0;top:34.312255859375rem;left:22rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#SRQdcspnTvonzksvbUDHi1KRPCcw6TwU { position:absolute;display:block;z-index:100015;background-color:rgba(19,19,19,0.69);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:32.375rem;top:34.5rem;left:21.3125rem;display:none; }
#Dz44ikOpgmzRvFpnFzXiHmgBuixnSBy2 { position:absolute;display:block;z-index:100006;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:8.125rem;left:59rem;display:block; }#Dz44ikOpgmzRvFpnFzXiHmgBuixnSBy2.adaptive-delivery-prevent-bg, #Dz44ikOpgmzRvFpnFzXiHmgBuixnSBy2.lazyload, #Dz44ikOpgmzRvFpnFzXiHmgBuixnSBy2.lazyloading { background-image: none; }
#bcvzVTFtiQzZ5U1LpNXIVHxkAp82vNOf { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100025;line-height:1.3;letter-spacing:0;top:12.0361328125rem;left:60.25rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U1BdMf3xMF9bSm13V3Q9hcoCbudXWJfG { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:100038;text-align:center;text-align-last:center;top:19.46875rem;left:62.0615234375rem;display:block; }
#aQqiDKvvivOTLs7CkogfSU4eJbrzrwC1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#iE53SOVs3oEIQDWCQvHa80GwyKQTZDOt { color:#ffffff;display:block;width:6.9355625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100020;line-height:1.3;letter-spacing:0;top:34.6875rem;left:64.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V3ek59TQ46AUp7E0crTnGRz4Wr6BLreN { color:#ffffff;display:block;width:6.9355625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100028;line-height:1.3;letter-spacing:0;top:35.3125rem;left:46.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rKztXpw230gRk0xD1dpxOyfNtZSWJUw9 { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100048;line-height:1.3;letter-spacing:0;top:35.75rem;left:43.5625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bLG5akAWJA9ghHhyEd3pDHQ1oZKg3vNb { color:#ffffff;display:block;width:6.9355625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100036;line-height:1.3;letter-spacing:0;top:34.6875rem;left:26.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I549IOAcp2qWfnCyxAIC68OCu5S6uMNa { color:#000000;display:block;width:20.4375rem;position:absolute;font-family:cairo;font-size:1.9375rem;font-weight:normal;z-index:100071;line-height:1.3;letter-spacing:0;top:4.5rem;left:27.75rem;height:2.51855625rem;text-align:center;text-align-last:center;display:block; }
#n9UpVt0yASukHlLSeSFv3RaNfTiThOBD { color:#ffffff;display:block;width:12.9980625rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:400;z-index:100017;line-height:1.3;letter-spacing:0;top:1.125rem;left:31.4375rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hwQB1d6S7N3u2AnnNMbBKgbqyhwobVsm { position:absolute;display:block;z-index:100014;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:3.061525rem;width:15.0605625rem;top:0.5625rem;left:30.4375rem;display:block; }
#xLxD6OmS76XlHpHSPrfLO40dgJLLDbo3 { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100120;line-height:1.6;letter-spacing:0;top:15.6875rem;left:59rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OGvEy25soqBkvHB0EvmT3xGzvbTfdnT5 { position:absolute;display:block;z-index:100010;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:8.125rem;left:40.125rem;display:block; }#OGvEy25soqBkvHB0EvmT3xGzvbTfdnT5.adaptive-delivery-prevent-bg, #OGvEy25soqBkvHB0EvmT3xGzvbTfdnT5.lazyload, #OGvEy25soqBkvHB0EvmT3xGzvbTfdnT5.lazyloading { background-image: none; }
#KAczg2fWtlLq5TEk7bJXbXuzF5ZGDi6m { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100029;line-height:1.3;letter-spacing:0;top:12rem;left:41.375rem;height:2.76041875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VlElCIToTwfpFNHLFHwt8wkarrPE7RZU { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100124;line-height:1.6;letter-spacing:0;top:15.6875rem;left:40.125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AvQZPFGIrfXtpcVwiDVRWl3OneTlnBVa { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:100042;text-align:center;text-align-last:center;top:19.4375rem;left:43.1875rem;display:block; }
#VQCEvVnxWeKiURFAUAknxxG17uMJbT9A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VSOHeIB4r7PmJGQ4nslo3E6G0Xk1DrqD { position:absolute;display:block;z-index:100014;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:8.125rem;left:21.375rem;display:block; }#VSOHeIB4r7PmJGQ4nslo3E6G0Xk1DrqD.adaptive-delivery-prevent-bg, #VSOHeIB4r7PmJGQ4nslo3E6G0Xk1DrqD.lazyload, #VSOHeIB4r7PmJGQ4nslo3E6G0Xk1DrqD.lazyloading { background-image: none; }
#CZhlsTxieEUlnqQd9FpWbvzNH8aACdqm { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100033;line-height:1.3;letter-spacing:0;top:12.0361328125rem;left:22.625rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qm93OezNGTF34dvapdKzHJOA5TehCI5A { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100128;line-height:1.6;letter-spacing:0;top:15.6875rem;left:21.375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#S2wlyGH4NQAt5pzlIZddtdlft4OlEREi { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:100046;text-align:center;text-align-last:center;top:19.4375rem;left:24.375rem;display:block; }
#mhcK7Fzraot1ofhXuyeJvWlLXkPDXKSo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xeqha7ucCGFyIFtOmOF6kNdtJG3dm30u { position:absolute;display:block;z-index:100018;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:8.125rem;left:2.9375rem;display:block; }#xeqha7ucCGFyIFtOmOF6kNdtJG3dm30u.adaptive-delivery-prevent-bg, #xeqha7ucCGFyIFtOmOF6kNdtJG3dm30u.lazyload, #xeqha7ucCGFyIFtOmOF6kNdtJG3dm30u.lazyloading { background-image: none; }
#Jmu6l2FCcZamZgE5S34G3KovJOWNzafq { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100037;line-height:1.3;letter-spacing:0;top:12.1435546875rem;left:4.1875rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mHiAKUBT6Bv9faT3ItiCvcqkDhAVDtwt { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100132;line-height:1.6;letter-spacing:0;top:15.6875rem;left:2.9375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tWpOfUt83c6lugJ2AXMJI3d21zEpn3iT { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:100050;text-align:center;text-align-last:center;top:19.4375rem;left:5.9375rem;display:block; }
#DXLfyXk1neTshurPHM2PJBobm7GIRHqW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Lglz0vT8VTU5ZyQyJWESynA4w7rtQikx { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:100058;text-align:center;text-align-last:center;top:34.3125rem;left:43.25rem;display:block; }
#H266SEaFOHpiZX2t0761maEA6ZWCCpTA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#OAIqdhWxcro92R3wJs50kZbxFrzD1605 { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:100062;text-align:center;text-align-last:center;top:34.3125rem;left:24.4375rem;display:block; }
#DzL6ntkSfPNqi30nTnnO1AMcyPlL0pdH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vOOqJRgvygpHwuZm8hMUayJRPWmAQTcn { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:100066;text-align:center;text-align-last:center;top:49.375rem;left:5.9375rem;display:block; }
#UvHFN6mlNRmRTX2yQlqUuo0qUpUDzaR5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Tu3SkeIbZrtGUre6K0hkTysnBtJoeL4i { position:absolute;display:block;z-index:100022;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:23rem;left:59.0625rem;display:block; }#Tu3SkeIbZrtGUre6K0hkTysnBtJoeL4i.adaptive-delivery-prevent-bg, #Tu3SkeIbZrtGUre6K0hkTysnBtJoeL4i.lazyload, #Tu3SkeIbZrtGUre6K0hkTysnBtJoeL4i.lazyloading { background-image: none; }
#SPpFiHQOfCgoSnu7U9MvcW7LH1tG8VCl { position:absolute;display:block;z-index:100026;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:23rem;left:40.1875rem;display:block; }#SPpFiHQOfCgoSnu7U9MvcW7LH1tG8VCl.adaptive-delivery-prevent-bg, #SPpFiHQOfCgoSnu7U9MvcW7LH1tG8VCl.lazyload, #SPpFiHQOfCgoSnu7U9MvcW7LH1tG8VCl.lazyloading { background-image: none; }
#vb1v5wI8FwyRGRDJwCTCTJyysqCqHxBZ { position:absolute;display:block;z-index:100030;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:23rem;left:21.4375rem;display:block; }#vb1v5wI8FwyRGRDJwCTCTJyysqCqHxBZ.adaptive-delivery-prevent-bg, #vb1v5wI8FwyRGRDJwCTCTJyysqCqHxBZ.lazyload, #vb1v5wI8FwyRGRDJwCTCTJyysqCqHxBZ.lazyloading { background-image: none; }
#PPiiitOODzLmBhkfZuBkNh1QXIV27aAH { position:absolute;display:block;z-index:100034;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:38.0625rem;left:2.9375rem;display:block; }#PPiiitOODzLmBhkfZuBkNh1QXIV27aAH.adaptive-delivery-prevent-bg, #PPiiitOODzLmBhkfZuBkNh1QXIV27aAH.lazyload, #PPiiitOODzLmBhkfZuBkNh1QXIV27aAH.lazyloading { background-image: none; }
#I3dZI11SIWgvy9X9XxfxQbTwdJggpuxv { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:100054;text-align:center;text-align-last:center;top:34.3125rem;left:62.125rem;display:block; }
#X3bBX7MbcyXRvyV3Km5ehtpCt5wJxtRB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#CCg0H9zliPU8sXzu3oAMPvbibZvvtybx { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100136;line-height:1.6;letter-spacing:0;top:30.5625rem;left:59.0625rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KoLmS4qZ4MS3rhHqd0IvnNhNULr948u5 { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100144;line-height:1.6;letter-spacing:0;top:30.5625rem;left:21.4375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LKhp12S8HKQsZa5MCFDOUk9awLTPVqTC { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100041;line-height:1.3;letter-spacing:0;top:26.9931640625rem;left:60.25rem;height:2.76041875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZkSsAZQe0VmzyTDrMUinbqP9kD3R21AN { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100045;line-height:1.3;letter-spacing:0;top:26.9931640625rem;left:41.248046875rem;height:2.76041875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X749ISQx3sw1Uuz1uQUMlsoCSXvlZafv { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100049;line-height:1.3;letter-spacing:0;top:26.9931640625rem;left:22.625rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rhDiacgbKH34TUFHpfwrIKe9TZUPO5sN { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100053;line-height:1.3;letter-spacing:0;top:42.7646484375rem;left:4.1875rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o6XoRfftos7emu2qL6BTNsHWHBxWwSWU { color:#ffffff;display:block;width:6.9355625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100048;line-height:1.3;letter-spacing:0;top:50.375rem;left:46.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qDnI0sxVBK4s5NlJmkrLDcuJyLFTpGMf { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100068;line-height:1.3;letter-spacing:0;top:50.8125rem;left:43.5625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rPgkPNOPuEmBbBtBWbOJdJGXZ45fvOHA { color:#ffffff;display:block;width:6.9355625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100056;line-height:1.3;letter-spacing:0;top:49.75rem;left:26.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B54DbMlRVdoIfvRyo2w6fp0ezVghtl0L { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:100078;text-align:center;text-align-last:center;top:49.375rem;left:43.25rem;display:block; }
#MR7gqfD5pN6K7vcEOTcW674aLHvcaDXF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zC30KLHew58NWR3LdB4es6ZaHIy29XSl { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:100082;text-align:center;text-align-last:center;top:49.375rem;left:24.4375rem;display:block; }
#ou4s04Va0J5bXeNxKxHouI2qe0koOxNX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#DcalW0wNEM4wRoXJgmEJg3JZq8Mriy9m { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:100086;text-align:center;text-align-last:center;top:34.3125rem;left:5.9375rem;display:block; }
#hkLJ2nOOJmTiSfrOWqRFt1U4cRCIxhVL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#y5Kkx8flEG5WQq2vLmTdHCSwJm6JHPEt { position:absolute;display:block;z-index:100046;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:38.0625rem;left:40.1875rem;display:block; }#y5Kkx8flEG5WQq2vLmTdHCSwJm6JHPEt.adaptive-delivery-prevent-bg, #y5Kkx8flEG5WQq2vLmTdHCSwJm6JHPEt.lazyload, #y5Kkx8flEG5WQq2vLmTdHCSwJm6JHPEt.lazyloading { background-image: none; }
#d3SFF4BVpD3GAstXtd2U2TQUEaTBXP5v { position:absolute;display:block;z-index:100050;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:38.0625rem;left:21.4375rem;display:block; }#d3SFF4BVpD3GAstXtd2U2TQUEaTBXP5v.adaptive-delivery-prevent-bg, #d3SFF4BVpD3GAstXtd2U2TQUEaTBXP5v.lazyload, #d3SFF4BVpD3GAstXtd2U2TQUEaTBXP5v.lazyloading { background-image: none; }
#rGQ7UgcJnXr3XKvUVZpptaubKKK82II3 { position:absolute;display:block;z-index:100054;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:23rem;left:2.9375rem;display:block; }#rGQ7UgcJnXr3XKvUVZpptaubKKK82II3.adaptive-delivery-prevent-bg, #rGQ7UgcJnXr3XKvUVZpptaubKKK82II3.lazyload, #rGQ7UgcJnXr3XKvUVZpptaubKKK82II3.lazyloading { background-image: none; }
#kzHrVnyC6AmqDkfneGsTm16RtTtn1upp { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100160;line-height:1.6;letter-spacing:0;top:45.625rem;left:40.1875rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#d0mJ7Psq4JEvHFJ6Qz9TBJ4R5eQHJ4My { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100164;line-height:1.6;letter-spacing:0;top:45.625rem;left:21.4375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#D7vQU5pUe40u4u0pTWsJQ28uvGLJDIRI { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100168;line-height:1.6;letter-spacing:0;top:30.5625rem;left:2.9375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Mq3SSN3mtmqq0A5AsQTWV386ppRA4sfS { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100065;line-height:1.3;letter-spacing:0;top:41.8125rem;left:41.4375rem;height:2.76041875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AtqmvhGT0q2Z2lUDDQwHN5GK4B8Wetis { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100069;line-height:1.3;letter-spacing:0;top:41.6083984375rem;left:22.625rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xXuXC313GaEm1SatQvE9ic8db2XbcDPX { position:absolute;display:block;z-index:100042;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:38.0625rem;left:59.0625rem;display:block; }#xXuXC313GaEm1SatQvE9ic8db2XbcDPX.adaptive-delivery-prevent-bg, #xXuXC313GaEm1SatQvE9ic8db2XbcDPX.lazyload, #xXuXC313GaEm1SatQvE9ic8db2XbcDPX.lazyloading { background-image: none; }
#O3VZKfpJyKQMunoc0BskWMTmTKy22BSC { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100156;line-height:1.6;letter-spacing:0;top:45.625rem;left:59.0625rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#G2aOLTrfFhZSbktG3At3GoP22BEGxce7 { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100073;line-height:1.3;letter-spacing:0;top:27rem;left:4.1875rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oBOcm9Olanaq6TrfDvMvJzppwVlE1JUL { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100061;line-height:1.3;letter-spacing:0;top:41.0625rem;left:60.25rem;height:2.76041875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B3xWzydHgOg5nTX0mCM99a6eW15Jn9le { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:100074;text-align:center;text-align-last:center;top:49.375rem;left:62.125rem;display:block; }
#c2NrLWNZ9rUfPzuQCrlEUbwqaNTbVNuG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#U6KmPiuUz2w0ST98Q2k85Wh7TOyvw1eC { color:#ffffff;display:block;width:6.9355625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100040;line-height:1.3;letter-spacing:0;top:49.75rem;left:64.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K6tA9aVtNet3T5ZHNqvcXJ4OsQqX1Agg { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100137;line-height:1.6;letter-spacing:0;top:30.5625rem;left:40.1875rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BlrZIEO8EvBiDerSFpc5IGJmg5TriGiE { position:absolute;display:block;z-index:100170;background-color:#405466;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:30.75rem;top:54.4375rem;left:22.5625rem;display:block; }
#O5Hq0RXPniGeiuno88FJOAn7Tik7rNXt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/onDXoHHX/unnamed.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#O5Hq0RXPniGeiuno88FJOAn7Tik7rNXt.adaptive-delivery-prevent-bg, #O5Hq0RXPniGeiuno88FJOAn7Tik7rNXt.lazyload, #O5Hq0RXPniGeiuno88FJOAn7Tik7rNXt.lazyloading { background-image: none; }#O5Hq0RXPniGeiuno88FJOAn7Tik7rNXt > .row .container { background-color: transparent; background-image: none; }#O5Hq0RXPniGeiuno88FJOAn7Tik7rNXt::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.95); }#O5Hq0RXPniGeiuno88FJOAn7Tik7rNXt > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#O5Hq0RXPniGeiuno88FJOAn7Tik7rNXt > .row .container > .video-iframe-container { display: none; }#O5Hq0RXPniGeiuno88FJOAn7Tik7rNXt > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.95); }#O5Hq0RXPniGeiuno88FJOAn7Tik7rNXt > .row > .video-iframe-container { display: none; }#O5Hq0RXPniGeiuno88FJOAn7Tik7rNXt > .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); }#O5Hq0RXPniGeiuno88FJOAn7Tik7rNXt > .row .container { border-width: 0; border-radius: 0; }#O5Hq0RXPniGeiuno88FJOAn7Tik7rNXt > .row .container { font-size:0.875rem;font-family:arial;height:25.0625rem;width:75rem;position:relative;display:block; }#ofl42VEeD25qWBC8Gma9SUSJL0BgiMPe { color:#ffffff;display:block;width:30.9375rem;position:absolute;font-family:hekaya;font-size:1.9375rem;font-weight:400;z-index:100037;line-height:1.3;letter-spacing:0;top:34.312255859375rem;left:22rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#spQ2cTo8sKCA4brXXowG8KuAEU6XkDQE { position:absolute;display:block;z-index:100015;background-color:rgba(19,19,19,0.69);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:32.375rem;top:34.5rem;left:21.3125rem;display:none; }
#i0uZJa12i8iMD3TJS0TtK3TPpaS8mapr { position:absolute;display:block;z-index:100006;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:8.125rem;left:59rem;display:block; }#i0uZJa12i8iMD3TJS0TtK3TPpaS8mapr.adaptive-delivery-prevent-bg, #i0uZJa12i8iMD3TJS0TtK3TPpaS8mapr.lazyload, #i0uZJa12i8iMD3TJS0TtK3TPpaS8mapr.lazyloading { background-image: none; }
#gqdvqTUslvHQZZtvrgvDKVEEna8VAdLo { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100025;line-height:1.3;letter-spacing:0;top:12.0361328125rem;left:60.25rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rWTGbIopTtpxoS4fc1VtxWGgEmI7z46M { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:100038;text-align:center;text-align-last:center;top:19.46875rem;left:62.0615234375rem;display:block; }
#TST3UHDDnsH2zWuQfSmMnFAywmF9cUvz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#dZB28ekVDzmW2kh7h5eS8FNrmw2sna6P { color:#000000;display:block;width:20.4375rem;position:absolute;font-family:cairo;font-size:1.9375rem;font-weight:normal;z-index:100071;line-height:1.3;letter-spacing:0;top:5rem;left:27.28125rem;height:2.51855625rem;text-align:center;text-align-last:center;display:block; }
#uNPmK2pQJoGV9xZ8SeAUXGK4iASRaNXC { color:#ffffff;display:block;width:12.9980625rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:400;z-index:100017;line-height:1.3;letter-spacing:0;top:1.1806640625rem;left:31rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G855eIRlTbNftHm2faiP6HAm9guBKe05 { position:absolute;display:block;z-index:100014;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:3.061525rem;width:15.0605625rem;top:0.6240234375rem;left:29.96875rem;display:block; }
#KT6kEIGy1Q3uTzNgTdmADFhlIo8ucvyM { position:absolute;display:block;z-index:100010;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:8.125rem;left:40.125rem;display:block; }#KT6kEIGy1Q3uTzNgTdmADFhlIo8ucvyM.adaptive-delivery-prevent-bg, #KT6kEIGy1Q3uTzNgTdmADFhlIo8ucvyM.lazyload, #KT6kEIGy1Q3uTzNgTdmADFhlIo8ucvyM.lazyloading { background-image: none; }
#qnTDx7qAd3XGTc5ce38poT5tJAUDtQHn { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100029;line-height:1.3;letter-spacing:0;top:12rem;left:41.375rem;height:2.76041875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nvTkrZlmh4rFGk9q9E813srDHtc6QVkH { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100124;line-height:1.6;letter-spacing:0;top:15.6875rem;left:40.125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uWKR6o53QBaospVxkBsHLc7TAU3vH7I9 { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:100042;text-align:center;text-align-last:center;top:19.4375rem;left:43.1875rem;display:block; }
#w8WEtTxWJ2gTIagdW0ukrnVT5AdvPXTz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Dehya24aMnuEGJmRzGUhaWOFvpqpLIQw { position:absolute;display:block;z-index:100014;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:8.125rem;left:21.375rem;display:block; }#Dehya24aMnuEGJmRzGUhaWOFvpqpLIQw.adaptive-delivery-prevent-bg, #Dehya24aMnuEGJmRzGUhaWOFvpqpLIQw.lazyload, #Dehya24aMnuEGJmRzGUhaWOFvpqpLIQw.lazyloading { background-image: none; }
#DqPtWrTmos9BofiqlFkZuF7kr6Dw0Uux { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100033;line-height:1.3;letter-spacing:0;top:11.6708984375rem;left:22.625rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XboODVvfgwDqaPo2Fi7FyQzHtS7S6xz3 { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100128;line-height:1.6;letter-spacing:0;top:15.6875rem;left:21.375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PL4PsHSvLVBfE5hA7UTZgFO67zJ154kC { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:100046;text-align:center;text-align-last:center;top:19.4375rem;left:24.375rem;display:block; }
#TyGUoGUq67e8poyHr6yDwAtuzEeXimAC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lxO18qXTRTsvA2naXaWxug5dAOFitSAg { position:absolute;display:block;z-index:100018;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:8.125rem;left:2.9375rem;display:block; }#lxO18qXTRTsvA2naXaWxug5dAOFitSAg.adaptive-delivery-prevent-bg, #lxO18qXTRTsvA2naXaWxug5dAOFitSAg.lazyload, #lxO18qXTRTsvA2naXaWxug5dAOFitSAg.lazyloading { background-image: none; }
#VgkUuNnnIFPNEQyEmTiDnyGE2RuxDqo7 { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100037;line-height:1.3;letter-spacing:0;top:11.0615234375rem;left:4.1875rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GfUOuJmr93308fzxxP0Nm0UlG4MCPCZ5 { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100132;line-height:1.6;letter-spacing:0;top:15.6875rem;left:2.9375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AEsLt3RE8BdBctkIHxzT97ihDEP3NFVL { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:100050;text-align:center;text-align-last:center;top:19.4375rem;left:5.9375rem;display:block; }
#Dpb4LzT7hXdaX9wTeEu8hFClfW6U9ic4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gf10KoqoQLkErxHF87fBbsUGKTCA01Xn { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100125;line-height:1.6;letter-spacing:0;top:15.6875rem;left:59rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#d2D7zGOGFachfrdvk0KiHSWESDcaJO5N { position:absolute;display:block;z-index:100171;background-color:#405466;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:30.75rem;top:24.875rem;left:23.8125rem;display:block; }
#oTmURrivSoEBwEKe19xO19nAAMF4BRbm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/onDXoHHX/unnamed.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#oTmURrivSoEBwEKe19xO19nAAMF4BRbm.adaptive-delivery-prevent-bg, #oTmURrivSoEBwEKe19xO19nAAMF4BRbm.lazyload, #oTmURrivSoEBwEKe19xO19nAAMF4BRbm.lazyloading { background-image: none; }#oTmURrivSoEBwEKe19xO19nAAMF4BRbm > .row .container { background-color: transparent; background-image: none; }#oTmURrivSoEBwEKe19xO19nAAMF4BRbm::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.95); }#oTmURrivSoEBwEKe19xO19nAAMF4BRbm > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oTmURrivSoEBwEKe19xO19nAAMF4BRbm > .row .container > .video-iframe-container { display: none; }#oTmURrivSoEBwEKe19xO19nAAMF4BRbm > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.95); }#oTmURrivSoEBwEKe19xO19nAAMF4BRbm > .row > .video-iframe-container { display: none; }#oTmURrivSoEBwEKe19xO19nAAMF4BRbm > .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); }#oTmURrivSoEBwEKe19xO19nAAMF4BRbm > .row .container { border-width: 0; border-radius: 0; }#oTmURrivSoEBwEKe19xO19nAAMF4BRbm > .row .container { font-size:0.875rem;font-family:arial;height:25.0625rem;width:75rem;position:relative;display:block; }#m758plZKptq3ogbqrNrzDDl4rFMtiB72 { color:#ffffff;display:block;width:30.9375rem;position:absolute;font-family:hekaya;font-size:1.9375rem;font-weight:400;z-index:100037;line-height:1.3;letter-spacing:0;top:34.312255859375rem;left:22rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#fO8GZO4Vh6bKwLdSbZLzOhQXugZZ88qd { position:absolute;display:block;z-index:100015;background-color:rgba(19,19,19,0.69);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:32.375rem;top:34.5rem;left:21.3125rem;display:none; }
#RtsNNcxa3V1M7W2hmsxxtt4f4ucNckKd { position:absolute;display:block;z-index:100006;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:8.125rem;left:59rem;display:block; }#RtsNNcxa3V1M7W2hmsxxtt4f4ucNckKd.adaptive-delivery-prevent-bg, #RtsNNcxa3V1M7W2hmsxxtt4f4ucNckKd.lazyload, #RtsNNcxa3V1M7W2hmsxxtt4f4ucNckKd.lazyloading { background-image: none; }
#KWrU3nfpSEKBrFIcIQFRORAKkrSqwuVZ { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100025;line-height:1.3;letter-spacing:0;top:11.4267578125rem;left:60.25rem;height:2.76041875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ezbcXVBXqXdKmAnPcJUDiuv3uVrfCI2S { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:100038;text-align:center;text-align-last:center;top:19.46875rem;left:62.0615234375rem;display:block; }
#E8unqJ9itImQDIk7vonxcT2HyHaotPrL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mLiCb19oogX7T9NWTWlWdWN3seTBrXgF { color:#000000;display:block;width:20.4375rem;position:absolute;font-family:cairo;font-size:1.9375rem;font-weight:normal;z-index:100071;line-height:1.3;letter-spacing:0;top:4.375rem;left:28.375rem;height:2.51855625rem;text-align:center;text-align-last:center;display:block; }
#fTlKQIdGC9ERBoASx6RxHToColKDXxSe { color:#ffffff;display:block;width:12.9980625rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:400;z-index:100017;line-height:1.3;letter-spacing:0;top:0.5625rem;left:32.0625rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Cmt7JbKmyIXOFWHL9IxhNATAsBNauRWh { position:absolute;display:block;z-index:100014;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:3.061525rem;width:15.0605625rem;top:0rem;left:31.0625rem;display:block; }
#MoaQlpJiPwREsgVp9wIIuUUOCTirCWHN { position:absolute;display:block;z-index:100010;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:8.125rem;left:40.125rem;display:block; }#MoaQlpJiPwREsgVp9wIIuUUOCTirCWHN.adaptive-delivery-prevent-bg, #MoaQlpJiPwREsgVp9wIIuUUOCTirCWHN.lazyload, #MoaQlpJiPwREsgVp9wIIuUUOCTirCWHN.lazyloading { background-image: none; }
#isLolI1n1r7RW4RAnlMV7CQP71SD8UOD { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100029;line-height:1.3;letter-spacing:0;top:11.4267578125rem;left:41.375rem;height:2.76041875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M66CLsyNKExNwSg1x4Hekhzr5yRa3wIi { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100124;line-height:1.6;letter-spacing:0;top:15.6875rem;left:40.125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#f3hVbX866hPI7ibJrsTN54Pv1nW4SpOT { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:100042;text-align:center;text-align-last:center;top:19.4375rem;left:43.1875rem;display:block; }
#qvTeWb09r55LofhTcto8Ll4Er6ONtnpS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#HAPgNb71UmC6kB1VTRIh0rTBz5Z6xww6 { position:absolute;display:block;z-index:100014;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:8.125rem;left:21.375rem;display:block; }#HAPgNb71UmC6kB1VTRIh0rTBz5Z6xww6.adaptive-delivery-prevent-bg, #HAPgNb71UmC6kB1VTRIh0rTBz5Z6xww6.lazyload, #HAPgNb71UmC6kB1VTRIh0rTBz5Z6xww6.lazyloading { background-image: none; }
#BSMo9xpra0tHir3MVsmI2EhTWmolDb36 { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:700;z-index:100033;line-height:1.3;letter-spacing:0;top:11.2255859375rem;left:22.625rem;height:3.4082rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sJdLakSVTAFfM0dsxdAlePR5BoWIDLU4 { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100128;line-height:1.6;letter-spacing:0;top:15.6875rem;left:21.375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#L8F9qiaom64lk3SPxJT8TyAgro9teCb8 { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:100046;text-align:center;text-align-last:center;top:19.4375rem;left:24.375rem;display:block; }
#baogTWc9xPJ7H9LUONMxeigkH25rgb9Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#O6yTBiHqKO3pNtd97bXpm3bBGD8ULmZX { position:absolute;display:block;z-index:100018;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:8.125rem;left:2.9375rem;display:block; }#O6yTBiHqKO3pNtd97bXpm3bBGD8ULmZX.adaptive-delivery-prevent-bg, #O6yTBiHqKO3pNtd97bXpm3bBGD8ULmZX.lazyload, #O6yTBiHqKO3pNtd97bXpm3bBGD8ULmZX.lazyloading { background-image: none; }
#isK8q2TNbJJtyhW0bmOogKufIUmvPSTr { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100037;line-height:1.3;letter-spacing:0;top:11.6708984375rem;left:4.1875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tmgAa1ghlOnlfNAvDJJTSMOR45Fh2epO { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100132;line-height:1.6;letter-spacing:0;top:15.6875rem;left:2.9375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#L0M8sgb8SIyRArtdCJTqGgg1DdNLtV0I { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:100050;text-align:center;text-align-last:center;top:19.4375rem;left:5.9375rem;display:block; }
#c74QDKt9K9IAT9tn3o70p1nqtJJ4ZeRU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Q8zF5oGWxWguEMDM9042EQAUbZpP1K4D { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100125;line-height:1.6;letter-spacing:0;top:15.6875rem;left:59rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ur2vPWbTHOP2FaGmx6NsyBSyVATgGQIc { position:absolute;display:block;z-index:100172;background-color:#405466;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:30.75rem;top:24.875rem;left:23.1875rem;display:block; }
#s78vNhvcFflB4Hin2uURTmrHMDASdGW3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/onDXoHHX/unnamed.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#s78vNhvcFflB4Hin2uURTmrHMDASdGW3.adaptive-delivery-prevent-bg, #s78vNhvcFflB4Hin2uURTmrHMDASdGW3.lazyload, #s78vNhvcFflB4Hin2uURTmrHMDASdGW3.lazyloading { background-image: none; }#s78vNhvcFflB4Hin2uURTmrHMDASdGW3 > .row .container { background-color: transparent; background-image: none; }#s78vNhvcFflB4Hin2uURTmrHMDASdGW3::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.95); }#s78vNhvcFflB4Hin2uURTmrHMDASdGW3 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#s78vNhvcFflB4Hin2uURTmrHMDASdGW3 > .row .container > .video-iframe-container { display: none; }#s78vNhvcFflB4Hin2uURTmrHMDASdGW3 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.95); }#s78vNhvcFflB4Hin2uURTmrHMDASdGW3 > .row > .video-iframe-container { display: none; }#s78vNhvcFflB4Hin2uURTmrHMDASdGW3 > .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); }#s78vNhvcFflB4Hin2uURTmrHMDASdGW3 > .row .container { border-width: 0; border-radius: 0; }#s78vNhvcFflB4Hin2uURTmrHMDASdGW3 > .row .container { font-size:0.875rem;font-family:arial;height:45.5rem;width:75rem;position:relative;display:block; }#ywaMCrPyuXd96SyTcpRS59UFnCpsUOcV { color:#ffffff;display:block;width:30.9375rem;position:absolute;font-family:hekaya;font-size:1.9375rem;font-weight:400;z-index:100037;line-height:1.3;letter-spacing:0;top:34.312255859375rem;left:22rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#aRBQzTTZ5hXhTBbudSsF2VyfLOUAhTfs { position:absolute;display:block;z-index:100015;background-color:rgba(19,19,19,0.69);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:32.375rem;top:34.5rem;left:21.3125rem;display:none; }
#vepuk2ZgHpfDXdgtUWKh3eN0BzIO8pCr { position:absolute;display:block;z-index:100006;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:29.1875rem;left:39.75rem;display:block; }#vepuk2ZgHpfDXdgtUWKh3eN0BzIO8pCr.adaptive-delivery-prevent-bg, #vepuk2ZgHpfDXdgtUWKh3eN0BzIO8pCr.lazyload, #vepuk2ZgHpfDXdgtUWKh3eN0BzIO8pCr.lazyloading { background-image: none; }
#KdGOoxQTTPsagbNp8zBPSRoQxu9JEgL5 { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:100025;line-height:1.3;letter-spacing:0;top:33.6875rem;left:41.25rem;height:1.8684875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n5UES6TVGhy7bLHWPt3XrwzROpba1vJH { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:100038;text-align:center;text-align-last:center;top:40.5625rem;left:42.8125rem;display:block; }
#Xtao3AOhl69NBykFsU7M7JtFhBtNPVAs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lM7TxlwavEO6fwQCaJudnetWZ6cbsoB8 { color:#000000;display:block;width:20.4375rem;position:absolute;font-family:cairo;font-size:1.9375rem;font-weight:normal;z-index:100071;line-height:1.3;letter-spacing:0;top:5.0625rem;left:46.28125rem;height:2.51855625rem;text-align:center;text-align-last:center;display:block; }
#ppKF3DJueEEkF0MQktU1FTE29PhFBTdT { color:#ffffff;display:block;width:12.9980625rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:400;z-index:100017;line-height:1.3;letter-spacing:0;top:1.1806640625rem;left:31rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ewwaJX8BxJAqX7WPLgQtdcPQWNGJvdVM { position:absolute;display:block;z-index:100014;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:3.061525rem;width:15.0605625rem;top:0.6240234375rem;left:29.96875rem;display:block; }
#D4nal7WP4gZlSBOhszLttJHL079QroDu { position:absolute;display:block;z-index:100010;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:29.1875rem;left:20.875rem;display:block; }#D4nal7WP4gZlSBOhszLttJHL079QroDu.adaptive-delivery-prevent-bg, #D4nal7WP4gZlSBOhszLttJHL079QroDu.lazyload, #D4nal7WP4gZlSBOhszLttJHL079QroDu.lazyloading { background-image: none; }
#FKIZyvSKUDmDA76qFyG8ak5PnZ3poII1 { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:100029;line-height:1.3;letter-spacing:0;top:32.75rem;left:22.125rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mRq72SP79Jq1mT7kHTu5n7uPDafSbfxm { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100124;line-height:1.6;letter-spacing:0;top:36.75rem;left:20.875rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SxpIb62onMOXLxfOrFEyVfTFzk2KrfEd { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:100042;text-align:center;text-align-last:center;top:40.5rem;left:23.9375rem;display:block; }
#CT4ubwDrb0tOdElN4FaPrCFn7yoQsOdb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VbynIwHgEtBGUaVWD8hm8minCV5yuzMl { position:absolute;display:block;z-index:100014;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:8.125rem;left:21.375rem;display:block; }#VbynIwHgEtBGUaVWD8hm8minCV5yuzMl.adaptive-delivery-prevent-bg, #VbynIwHgEtBGUaVWD8hm8minCV5yuzMl.lazyload, #VbynIwHgEtBGUaVWD8hm8minCV5yuzMl.lazyloading { background-image: none; }
#du6D4qngheSEIIp5mwC5FWTRfUyV125Z { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:100046;text-align:center;text-align-last:center;top:19.4375rem;left:24.375rem;display:block; }
#bgcIKwHGzWh0PJTPTOMpSGrGLBUsfCd3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#WS7bSfbd0WVVq7K8oyCddpDhIzipiFsc { position:absolute;display:block;z-index:100018;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:8.125rem;left:2.9375rem;display:block; }#WS7bSfbd0WVVq7K8oyCddpDhIzipiFsc.adaptive-delivery-prevent-bg, #WS7bSfbd0WVVq7K8oyCddpDhIzipiFsc.lazyload, #WS7bSfbd0WVVq7K8oyCddpDhIzipiFsc.lazyloading { background-image: none; }
#ikkewZMBr4JufMSvaG2MtKHONhXQbJXi { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100037;line-height:1.3;letter-spacing:0;top:11.2236328125rem;left:4.1875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P9UeJRNeo2FnAUAtPzSyxkSGvTW1UUy7 { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100132;line-height:1.6;letter-spacing:0;top:15.6875rem;left:2.9375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vLZl2mslPRMN2tthVlmmTOHiIVGB09mG { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:100050;text-align:center;text-align-last:center;top:19.4375rem;left:5.9375rem;display:block; }
#B5Z490hktHVCtRcNZt6pewPDOGAm0EZT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#P4AUC6iO2MwCM9F8FaCpxwwJLELicMLX { color:#000000;display:block;width:20.4375rem;position:absolute;font-family:cairo;font-size:1.9375rem;font-weight:normal;z-index:100072;line-height:1.3;letter-spacing:0;top:5.0625rem;left:9.59375rem;height:2.51855625rem;text-align:center;text-align-last:center;display:block; }
#WzgyngBnKnhQwnJP4wlxOcF3oMIO2ZH8 { position:absolute;display:block;z-index:100133;background-color:#405466;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.9375rem;width:0.1875rem;top:9.625rem;left:37.8125rem;display:block; }
#Bhl8Dndos3Tf9yxUS4dqlPvTQDWdMkop { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:700;z-index:100026;line-height:1.3;letter-spacing:0;top:12.3798828125rem;left:22.8427734375rem;height:1.7068125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CHMgsq8BPT3cZU4zzJMOmFAfNTOItCTx { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:100027;line-height:1.3;letter-spacing:0;top:13.029296875rem;left:4.1875rem;height:2.11154375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nb2Sgw8S5lJ4lOAXJgfSyF2EKSAeDiiW { color:#000000;display:block;width:20.4375rem;position:absolute;font-family:cairo;font-size:1.9375rem;font-weight:normal;z-index:100072;line-height:1.3;letter-spacing:0;top:26.6875rem;left:27.6875rem;height:2.51855625rem;text-align:center;text-align-last:center;display:block; }
#pVgVVLR4F3qfxNvyMuMOgiCkdWSXWlTG { position:absolute;display:block;z-index:100013;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:8.125rem;left:58.625rem;display:block; }#pVgVVLR4F3qfxNvyMuMOgiCkdWSXWlTG.adaptive-delivery-prevent-bg, #pVgVVLR4F3qfxNvyMuMOgiCkdWSXWlTG.lazyload, #pVgVVLR4F3qfxNvyMuMOgiCkdWSXWlTG.lazyloading { background-image: none; }
#QlT1pNbVZe1x5Cf8SoxgLSWgLGTzlzfm { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:700;z-index:100032;line-height:1.3;letter-spacing:0;top:12.4423828125rem;left:59.875rem;height:3.41363125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mX2RfsIHq1VmSm9A5Jsqvx3XG4o246tB { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:100045;text-align:center;text-align-last:center;top:19.5rem;left:61.6875rem;display:block; }
#TapZZqiuHu3vg90SHZc5pFPgCQciTVgC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TCATpaD0xtHcBw6OzciXepxHHBopEwNZ { position:absolute;display:block;z-index:100017;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:8.125rem;left:39.75rem;display:block; }#TCATpaD0xtHcBw6OzciXepxHHBopEwNZ.adaptive-delivery-prevent-bg, #TCATpaD0xtHcBw6OzciXepxHHBopEwNZ.lazyload, #TCATpaD0xtHcBw6OzciXepxHHBopEwNZ.lazyloading { background-image: none; }
#V6AvW9CfTtsrEoyDNNzBhwIhzVNzxA5r { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100036;line-height:1.3;letter-spacing:0;top:11.3056640625rem;left:41rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KHUwGGQ1uVrrk0BTv7w76KgDXLefXfWJ { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:100049;text-align:center;text-align-last:center;top:19.4375rem;left:42.8125rem;display:block; }
#hU7Z0RrkCyzKdOlwXK6WnHDaLN1nnFmD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#EHotLidoT3cEli15yhwoS1XTkILT4CHM { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100133;line-height:1.6;letter-spacing:0;top:15.8544921875rem;left:39.75rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#srrygAML1QIVV2NiCLSbWPNW8ir5EmTv { position:absolute;display:block;z-index:100173;background-color:#405466;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:30.75rem;top:25.6875rem;left:23.4375rem;display:block; }
#aP9fsa7LKc8WChAHwpTPHRZFoQSalWnS { position:absolute;display:block;z-index:100172;background-color:#405466;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:30.75rem;top:24.875rem;left:23.1875rem;display:none; }
#DAQnRCeiT5yh5UmryC8dlJCCWTHyHOnu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e7668a;background-image:none;position:relative;display:block; }#DAQnRCeiT5yh5UmryC8dlJCCWTHyHOnu > .row .container { background-color: transparent; background-image: none; }#DAQnRCeiT5yh5UmryC8dlJCCWTHyHOnu::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DAQnRCeiT5yh5UmryC8dlJCCWTHyHOnu > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DAQnRCeiT5yh5UmryC8dlJCCWTHyHOnu > .row .container > .video-iframe-container { display: none; }#DAQnRCeiT5yh5UmryC8dlJCCWTHyHOnu > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DAQnRCeiT5yh5UmryC8dlJCCWTHyHOnu > .row > .video-iframe-container { display: none; }#DAQnRCeiT5yh5UmryC8dlJCCWTHyHOnu > .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); }#DAQnRCeiT5yh5UmryC8dlJCCWTHyHOnu > .row .container { border-width: 0; border-radius: 0; }#DAQnRCeiT5yh5UmryC8dlJCCWTHyHOnu > .row .container { font-size:0.875rem;font-family:arial;height:23.4375rem;width:75rem;position:relative;display:block; }#EgenyCSKcHUdVpNRxQ1uQBRKJnq6SamV { 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:43.5625rem;height:2.5996125rem;text-align:right;text-align-last:right;display:block; }
#RRgXboiF38EUDriX3XJa8GTE9niH19bD { 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:33.875rem;height:1.7871125rem;text-align:right;text-align-last:right;display:block; }
#GnsPQkUb13HPv5z1iFeqT3tsl6T4vB56 { 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:44.1875rem;height:3.574225rem;text-align:right;text-align-last:right;display:block; }
#GSCufOTRzywzMB8NDH0cE2dHGcld5MXb { 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:50.0625rem;display:block; }
#ZzaQD0rq9TJGvGfhLBcn8PhqLev9etc7 { 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:52.6875rem;display:block; }
#iDquHaJBSgT7kG1qlTqdsS8Fe2rXzeLT { 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:55.375rem;display:block; }
#VusokiBe0BFqf2zp3TgkvpBZ5k0R5OX6 { 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:12.8125rem;overflow:hidden;display:block; }
#mAyeHuR4zVW620pLHx0weBMOZe89eWmv { 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:58.6875rem;display:block; }
#wO3ohoO1Zs6JR5CIbIJPeo5ezibTP7H4 { 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:58.625rem;display:block; }
#TvGwT8UHKF3r4TpLRFbAkmIs8B1Phl3O { 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:58.625rem;display:block; }
#Iacfnz8KToy96XW9Je9lxGxqiV2AtO9X { 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:37.5625rem;height:1.2999125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2 { display:block; }#sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #urSoeI1li6g1lSlmWSgBzId5pRMSHCrE { top:17.625rem;left:20.15625rem;width:7.4375rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqkTO9c2Awaio3zWF6TkumnnBvUx7Eg6 { top:17.625rem;left:19.375rem;width:8.9375rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qvsn3dDonCegl3KRkE5S1Mnnoel5iNTo { width:19rem;height:22.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LLTnisJnlICbA1Fn6kEk6MlPCkdCRczx { display:none; }
 }@media only screen and (max-width: 763px) { #pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o { display:block; }#pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kT8DlCIkVwDLsiwDwEuufKPrPUixhWdI { top:0.8125rem;left:30.03515625rem;width:14.1875rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFRzwroCgZHyvTqxpgQ0kzd6TGHb831X { width:47.75rem;height:;top:6rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSPrZ3L7Tegpbe5r8fTvTV9ZKK5wrs8L { width:11.625rem;height:2.6875rem;top:15rem;left:18.474609375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlK52mLlPaDaIxv7wd3bPwHtx3ugM54g { display:block; }
 }@media only screen and (max-width: 763px) { #mMbyvzbuzdWBwQOlveDLAflt2iyGNgC5 { width:11.625rem;height:2.6875rem;top:19.125rem;left:18.474609375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sf2DPD7KgrqOqwoL8vApgautOrhEKoxi { display:block; }
 }@media only screen and (max-width: 763px) { #ZQgZtmDT5L0KhIIe4Em2dhUEmnlRUup4 { top:12.5rem;left:28.375rem;width:19.375rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxaBryLlVWfG2GQZBQ7tgm2hcrlVXmrc { top:12.5625rem;left:0rem;width:20.1875rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXVXTVMsZOWmlwt8Z42fImy0PEMT2a1N { top:0.8125rem;left:4.4755859375rem;width:12.875rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTH7SieXMQy0T0ezBrgv6UElou9TZyv5 { display:block; }#DTH7SieXMQy0T0ezBrgv6UElou9TZyv5 > .row .container { width:47.75rem;height:43.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-regular-label { width:26.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-text { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-text {padding-top: 0; padding-bottom: 0;}#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-textarea { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-select { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-select {padding-top: 0; padding-bottom: 0;}#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-button { width:14.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5.875rem; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-checkbox-label { width:25.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX  { width:26.25rem;height:auto;top:15.75rem;left:9.5rem; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .radio-container { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX {display:block;}#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX { width:26.25rem;height:auto;top:15.75rem;left:9.5rem; }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #oZJ5kpGhS9HOJdayXGohfTnr19Uw20P5 {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #KWsspdZh4WhHdUeUnsmARLonqaUS5zV0 {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #VV25GQEq4Sy8D7nbG6PBT5n3koHacqH8 {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #yd9h1rNW8nzFduPFWeo4qpJLoqQEdc8M {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #UsWuTyNa0QA7TOGL8mLQIbhiig5QwBAS {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #Q6EzucxCm4sGesc4hEDtlQFNdV5yfzlz {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #uKXwLWoMPw3csb8TC34ksTLMQ5CqvEtP {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #c9hbVSx4mnd97MZgcIWrVbReBLywFHF3 {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #WJf1TOstcDL7xv7TUe6omgeH8GEKz26n {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #e1oTGePBZMuLeZCyld1pFRzcQ9iEstTf {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #wE2os5TuJq5RkVB72tf1T5MFJv4DRgsx {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #p1CKp5EsCCLmDVadSKIDOD9EoatbS2yM {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #Q5qlMqHOVOernOi8EOWvhBOCLpNLvKw6 {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #KwK7fn8zT9m0T93brqdeDVE2TqgLb8TX {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #H08lk0F2Q5DZrO4mh2Vg5hvGMLKaIJ3N {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #U9GO0eWQHVbKAKbLpc1PRnCoCQr92Jp1 {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #BLZbbLEAknu6OS8B24ICNvJB12U6tgCe {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #tNSTZnC5PNPHhUSUEGKl7Sh7UWZPUL7B {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #KaP1MICsO0yPW5W17kFp8836ddTGPEpE {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #WUN0qoF8LWGFTIr74WsXb1W3f3w3cMu6 {  }
 }@media only screen and (max-width: 763px) { #FV1nIwT5Q7QQVWeXZ4P3QhOBnhXfBUhy { width:33.75rem;height:4.5rem;top:4.25rem;left:7rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xeBqMGCGaCNTbvv3bIVs90H1CyEwE9Xs { top:0.5625rem;left:7.375rem;width:33rem;height:7.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDQQWWCmSEMH2sRae9IPkJzsFzV9rzhS { width:17.5rem;height:3.4375rem;top:15.8125rem;left:13.59375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JyFkUThGHOaeSMVS0sg9iCNMLWiNxK39 { display:block; }
 }@media only screen and (max-width: 763px) { #lLSk0kBhJyTLXhZtFRX4bvd2wKEEgoOl { width:17.5rem;height:3.4375rem;top:17.1875rem;left:13.59375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vcRNuIA2rqhWeop4CSsfuJWTwZUdW1CM { display:block; }
 }@media only screen and (max-width: 763px) { #TKWuXFLXiOZ6iViJgfTlPxbNuBNykfqT { top:22.6875rem;left:22.625rem;width:25.125rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFo5SOq48UvaMpCyLJ8F4l8o0OzsaaA9 { display:block; }#WFo5SOq48UvaMpCyLJ8F4l8o0OzsaaA9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UKPnWU1AimI9G4tQTkARJBil3Jzh9K0a { top:34.25rem;left:8.375rem;width:30.9375rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #svk22avPUK7zSgempfQ7aIuREVOtkg8n { top:34.4375rem;left:7.6875rem;width:32.375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #crPlH1Jdrerb7O2V4b0bL6WkpoiATeve { width:14.375rem;height:10.6875rem;top:8.125rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aw8PwMPXvNr59a2OnrOQpqeNRZmZJM4Q { width:11.875rem;height:2.875rem;top:12rem;left:35.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhczwF76wvCUAbeSkaQUNyIM05CJL6uJ { width:8.75rem;height:2.6875rem;top:19.4375rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7qVyGSPgbTndqixzytM8VXD7AgqKwE2 { display:block; }
 }@media only screen and (max-width: 763px) { #zB8txuiNmivlFEo6xFxlMbiFyz7b6x8s { width:6.875rem;height:1.625rem;top:34.6875rem;left:40.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4xAtcD4v0ma0v77F1Pr7cfQuBRDMd8r { width:6.875rem;height:1.625rem;top:35.3125rem;left:32.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqZQB5ozGtsL87d3V4lGuZTpklD8eCaN { width:7.5rem;height:1.1875rem;top:35.75rem;left:29.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQKe9OaMiT2G4az2Q8qd5NUnPSshNLrM { width:6.875rem;height:1.625rem;top:34.6875rem;left:12.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8mpzJAPQMRlzXaw8TlUzyHIBCVC0glK { top:4.625rem;left:14.9052734375rem;width:20.4375rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfPs7XSV6F65QztrwpvoAiE2DU2T3GJ4 { width:12.9375rem;height:1.9375rem;top:1.25rem;left:18.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTPloIlr9acqxwkGrTOE4tw3TKnNo8Rh { top:0.6875rem;left:17.5625rem;width:15rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6ia2NNVuiNOhfpQRkb0H8uinnr8aoim { width:14.375rem;height:;top:15.6875rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWJIAtHa1IPbgdea5mcIl2aa2vmUN092 { width:14.375rem;height:10.6875rem;top:8.125rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOeUzXkmGe4lfwlLGrrAzHkRsqeDreHF { width:11.875rem;height:2.875rem;top:12rem;left:27.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlugIFgXNhnQXW7XuiOXCWwixZC9XzE9 { width:14.375rem;height:;top:15.6875rem;left:26.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxvzafbQ9Vb1J0JUlffxN8J05hQHpirr { width:8.75rem;height:2.6875rem;top:19.4375rem;left:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5sCPI2tiVnbyiBspFteslAUCGTC9OX8 { display:block; }
 }@media only screen and (max-width: 763px) { #uzsWvTNRosi7pRDfEqKXMqxvHRoSO9PQ { width:14.375rem;height:10.6875rem;top:8.125rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZzUvwBl8qRGwAZupNTgQ7F8w63ebx5v { width:11.875rem;height:4.125rem;top:11.375rem;left:9rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOOLTZHwbssChdBXogzTa01Qaw25qlFc { width:14.375rem;height:;top:15.6875rem;left:7.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9bfgqgTbNEfs7ZTJh2Xzs16fGJKEA8I { width:8.75rem;height:2.6875rem;top:19.4375rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Od83kGbQTlc0mrTHFC95CquQrI5gE5V3 { display:block; }
 }@media only screen and (max-width: 763px) { #kN03C37DEndfKDdg9RtRA6M8mn7Tq5vT { width:14.375rem;height:10.6875rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqTnedCHBG70UPM0Khr7AoUgzCtxsQGq { width:11.875rem;height:2.875rem;top:12.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaGbzvo2Ep2lXDO49CCGcxfZxGRyahvi { width:14.375rem;height:;top:15.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3zROTgItatZwD7v4utcdbnIEbepQTe0 { width:8.75rem;height:2.6875rem;top:19.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eua3yN6CHafLE3MaCREJZ6z7royJfnV7 { display:block; }
 }@media only screen and (max-width: 763px) { #FAncMcc2WJqbxiIps5R7TgNMgPod0eKh { width:8.75rem;height:2.6875rem;top:34.3125rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMTa0GpBkhIKCo0J9uNwi2gTbAF6UFBt { display:block; }
 }@media only screen and (max-width: 763px) { #H34eMvlZgLNuxMTJGvdUxLFe8G495HbQ { width:8.75rem;height:2.6875rem;top:34.3125rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZOSv6LI21BgAiR20P0ezAs9Oyt2BrBU { display:block; }
 }@media only screen and (max-width: 763px) { #gbTENy1vXRnBsB3bNWkQg1anDzCspBCI { width:8.75rem;height:2.6875rem;top:49.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJnTsMzGSyJ1evKP9s4ZI2qGqT0zl62F { display:block; }
 }@media only screen and (max-width: 763px) { #gW5RVsKiHLNtXKOwbqDtacLuUL9PBbwn { width:14.375rem;height:10.6875rem;top:23rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAb1ae3BDDzR5sl3wG6VhXTdIeicQJl0 { width:14.375rem;height:10.6875rem;top:23rem;left:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIn62bdOq1O4Pet6AHamkK5sv0EsgaTn { width:14.375rem;height:10.6875rem;top:23rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mG6DM3cOKlEzzEPkpfO59Ve4RHKDJFQR { width:14.375rem;height:10.6875rem;top:38.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgVoeCxTWmtsv8I530nZm5A7hkNGWspf { width:8.75rem;height:2.6875rem;top:34.3125rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #nONxgT9v7s3ohb5aDrnXCMGiL8k4rdwa { display:block; }
 }@media only screen and (max-width: 763px) { #ChV7nNuKTqDQC6BONFuCQhTlxTdq55Fr { width:14.375rem;height:;top:30.5625rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qe6oRNskIG6hMlZfaEA4xcQb2eK5SOvE { width:14.375rem;height:;top:30.5625rem;left:26.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfIRdxq7ZeJ8e5Rloy8RTftiIBfXowGS { width:14.375rem;height:;top:30.5625rem;left:7.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKvfeDGqZGUzKc97173RtcvSe4JM4IFu { width:14.375rem;height:1.5rem;top:45.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgK7ZTTySWTNb41QaSJEUzZcVs9ziFN2 { width:11.875rem;height:4.125rem;top:25.9375rem;left:35.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWNA1SlKCTzSMIFc31wwi0GakEDBcsGT { width:11.875rem;height:4.125rem;top:26.0625rem;left:27.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vvt3uc2PIHPNRdiU57slaZTprwdzS64X { width:11.875rem;height:2.75rem;top:26.9375rem;left:9rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufXxxfaJyToTfbe75Xw89XTUzJaTedRg { width:11.875rem;height:2.875rem;top:42.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RD11C7onGOKZxlScOEREcEtovbgGTB64 { width:6.875rem;height:1.625rem;top:50.375rem;left:32.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmNTcOOhmHgssakPBStUVrTyNvsVZKzl { width:7.5rem;height:1.1875rem;top:50.8125rem;left:29.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PG0EKFLcZH4NlPSS9JZT2bxlpgHytCru { width:6.875rem;height:1.625rem;top:49.75rem;left:12.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bgr7IVxJ0MmnZbqg2oTn9mZo4fatNaJT { width:8.75rem;height:2.6875rem;top:49.375rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4Iuy4OxFNrsgZq61KXVOyCAbIHUneuH { display:block; }
 }@media only screen and (max-width: 763px) { #TASgQt7LR6LtTT85ZtoLI9wIuqSWUAyb { width:8.75rem;height:2.6875rem;top:49.375rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGRVmmhJcfF1Sb5bDap15c4XmXMOQ7B9 { display:block; }
 }@media only screen and (max-width: 763px) { #yVpLAu1v2FHvNGcDx03wiIxkVs601lAp { width:8.75rem;height:2.6875rem;top:34.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXHlSnXcbnp6PhLANNMdbrir8aZlTJ6D { display:block; }
 }@media only screen and (max-width: 763px) { #p3bwkRH2Mh56r2xVvvDk6kpaN8Zndw6U { width:14.375rem;height:10.6875rem;top:38.0625rem;left:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0WtQAipvqZwcwyzLy29hRl98F36mKUi { width:14.375rem;height:10.6875rem;top:38.0625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aK0XG5OMScFdT705fDCsAnGHpuohLlRG { width:14.375rem;height:10.6875rem;top:23rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppLzFrJ6779yksGaydHcutM4M3fVGork { width:14.375rem;height:;top:45.625rem;left:26.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOt4TeTOA8Som4XyTyFBmgCXKPXq1h03 { width:14.375rem;height:;top:45.625rem;left:7.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQJitum4zGR1uxCPu6HXV0IaAG5EsiEh { width:14.375rem;height:1.5rem;top:30.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tT3XT9AW5899hWlaVg0ppSOWUROCis3S { width:11.875rem;height:2.75rem;top:41.8125rem;left:27.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtNbTEnv2SC5fKX30ZDFIFeGfV256Swy { width:11.875rem;height:2.75rem;top:41.9375rem;left:9rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApQWpBVIcQ5UkqbviTt6hmGzgBGtyzHG { width:14.375rem;height:10.6875rem;top:38.0625rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPFM0m3ggToDwp8bsLJQCLngVt6bnXVP { width:14.375rem;height:;top:45.625rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISiFKX2bmGoozhJTnbEJarBwk9mh57uu { width:11.875rem;height:1.4375rem;top:27rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOvklA94r3QdG5PX6hdWIFUxE6WBCCes { width:11.875rem;height:4.125rem;top:41.0625rem;left:35.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L15NLCzSomUyey1pSSItW6RlGSNieMMC { width:8.75rem;height:2.6875rem;top:49.375rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTrGHxCT8nRVSW1BCOrA7uTLGTwiROFe { display:block; }
 }@media only screen and (max-width: 763px) { #IX72M1I6024msguooAWURfiGwPORBKHG { width:6.875rem;height:1.625rem;top:49.75rem;left:40.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGX4N69iJmuOlbtFd78KV7B1lVvBlHJ6 { width:8.75rem;height:2.6875rem;top:64.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkr5gRifz0fUvuuvXu4b8ATRfFGsu7bx { display:block; }
 }@media only screen and (max-width: 763px) { #wR0nkm3PNbuQIssDRerTwrHWFaeIJAKT { width:6.875rem;height:1.625rem;top:64.6875rem;left:12.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKcihFW6y9oTop0f6cNHXoz4s057gTk9 { width:8.75rem;height:2.6875rem;top:64.3125rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuiAxlzHGVKeF2c9sMaRms2G7zNqO0SA { display:block; }
 }@media only screen and (max-width: 763px) { #kfzxWRnxUiSOrN0cLTzAgzL84bICq9Jl { width:8.75rem;height:2.6875rem;top:64.3125rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C81LJox65TyhOlHeCdtKWZtTcEulb089 { display:block; }
 }@media only screen and (max-width: 763px) { #NyCx3ncM41dGzVdJA66eSpu8rWzqGv1n { width:14.375rem;height:10.6875rem;top:53rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDktGEKHVhpdP2rbVhTxlZ3Q6fnD4qPH { width:6.875rem;height:1.625rem;top:65.3125rem;left:32.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ls6usA32LznCZkgWoTtE2Sn7cDL32Onq { width:7.5rem;height:1.1875rem;top:65.75rem;left:29.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G89DsvtcuTWpmWuMFEIkiUcDEzySJUFB { width:14.375rem;height:10.6875rem;top:53rem;left:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hg66nT0iMH3dMveXN0PrcZQJe9UiBt9u { width:14.375rem;height:10.6875rem;top:53rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOpfwExKT9C9BirJnmONzMDpRmoRQ9qp { width:14.375rem;height:;top:60.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PT2BgnqegUy18iIyQwnbG6dtTXE3PvTq { width:14.375rem;height:;top:60.5625rem;left:26.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzffbgWwfkQxiTa3TG2f0J77weunTOTC { width:14.375rem;height:;top:60.5625rem;left:7.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWTTE63wyv1e6LrdCDgwTDB1Dm4xJV0k { width:11.875rem;height:4.125rem;top:55.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8DdLv5I93VC9m9GtMnd6bVaf0CR8xkk { width:11.875rem;height:3.875rem;top:56.375rem;left:27.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkFkwP4QC20zJTab5zipMmPNyRu5suHz { width:11.875rem;height:3.875rem;top:56.0625rem;left:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zP0QSaEqUEhEmzPcnpzohJT6KZPf36ss { width:14.375rem;height:10.6875rem;top:53rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EG2Bx3ZgdHVB2xbua8MoueJ9PNyrIa5D { width:14.375rem;height:;top:60.5625rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7wbxRuu6hOXSzxxmdrUv88hDDlyndJH { width:11.875rem;height:2.75rem;top:56.5625rem;left:35.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G54XKWF5bto2WIXAFiMJJP9HPmqAwOaK { width:8.75rem;height:2.6875rem;top:64.3125rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #Op1R4TAdM7iQtx9X57o92rAwWlRfZWxE { display:block; }
 }@media only screen and (max-width: 763px) { #ILRWtfU0agzTLEQI1nITu7kxfHWrGiI4 { width:6.875rem;height:1.625rem;top:64.6875rem;left:40.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOOTZnG6mrVMhNc70HJvBtpI0rR20Fnf { width:8.75rem;height:2.6875rem;top:79.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAvF5wnPT9UemG11VXKGKp8fb0yGzDkF { display:block; }
 }@media only screen and (max-width: 763px) { #cel5MXEmOEeo983hH9RENiQ3zIewuRqZ { width:6.875rem;height:1.625rem;top:79.5625rem;left:12.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kqvw3J0BxIH0wCipceo3lBDA1tSdITZH { width:8.75rem;height:2.6875rem;top:79.1875rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAK9VZZHrLpFWq6IIv60KqeEcprDVpfT { display:block; }
 }@media only screen and (max-width: 763px) { #QcE3TZnbZ8XQZwPsKf5LoIhKVTpZT9D8 { width:8.75rem;height:2.6875rem;top:79.1875rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFtr9RbTERvDzZTTUiOHPXOkwgM1uu6b { display:block; }
 }@media only screen and (max-width: 763px) { #CDKzSNCNapOMvxcowMoytVMBxX7NskI0 { width:14.375rem;height:10.6875rem;top:67.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTFLQVybQCvvGZE2LLCh3St2mbzQHEBL { width:6.875rem;height:1.625rem;top:80.1875rem;left:31.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvTuVi4SHSm6P3B2fn5Wqk9pXf4iSOfJ { width:7.5rem;height:1.1875rem;top:80.625rem;left:29.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKzKXOPSkKt9EruBCkdxdzTqgRXC77To { width:14.375rem;height:10.6875rem;top:67.875rem;left:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXCJgvk7p4hg84PFKxpDCXBB5SWMIuaD { width:14.375rem;height:10.6875rem;top:67.875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZ5bm8IqaTDZS3aAg3JXZ9rn9315Ggga { width:14.375rem;height:;top:75.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7ETokiWeg4d7a3gNsDShdwxOTU41nbS { width:14.375rem;height:;top:75.4375rem;left:25.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeBDLpNgLImgMkovm5m3RefHAdcUbSg0 { width:14.375rem;height:;top:75.4375rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrKznGTd4pKwG2PQbTHtsSa7qJDT3y38 { width:11.875rem;height:3.875rem;top:70.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNfmlgT8ogq4DWL85eHDb0bqxxosmb83 { width:11.875rem;height:3.875rem;top:71.3125rem;left:27.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTBX7kJRJnu3eybgPeALG0oPsOdk7gCa { width:11.875rem;height:3.875rem;top:70.9375rem;left:8.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vq0wTsZNzXBqiA3LuKwg8Vh4GAG2NSIU { width:14.375rem;height:10.6875rem;top:67.875rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehFGiUTwOHG92essVR8c66UfWbkaN0fC { width:14.375rem;height:;top:75.4375rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N49b1Fop2Ms8CVxkwwcFGZohJPJXU7tR { width:8.75rem;height:2.6875rem;top:79.1875rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAdtO4iM6sHQk468FuT37TPKWDOQhMVr { display:block; }
 }@media only screen and (max-width: 763px) { #BW86K3pAqShKqW8lL1iZ7mIqwfoTVo3s { width:6.875rem;height:1.625rem;top:79.5625rem;left:40.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKPPg02B4ITP4UnEdm3xNWCFFXEvt1VX { width:11.875rem;height:2.75rem;top:71.5rem;left:35.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWd4RwhWLCE18vmAeEEO8Z7AVJK5CEAE { top:85.0625rem;left:8.748046875rem;width:30.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5WwRU6snKXBRWgOsD3Uf0sV68LI0fBy { display:block; }#w5WwRU6snKXBRWgOsD3Uf0sV68LI0fBy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mkAlpxCTHsHpukzusnAbFsHISehuGlpt { top:34.25rem;left:8.375rem;width:30.9375rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRQdcspnTvonzksvbUDHi1KRPCcw6TwU { top:34.4375rem;left:7.6875rem;width:32.375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dz44ikOpgmzRvFpnFzXiHmgBuixnSBy2 { width:14.375rem;height:10.6875rem;top:8.125rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcvzVTFtiQzZ5U1LpNXIVHxkAp82vNOf { width:11.875rem;height:2.875rem;top:12rem;left:35.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1BdMf3xMF9bSm13V3Q9hcoCbudXWJfG { width:8.75rem;height:2.6875rem;top:19.4375rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQqiDKvvivOTLs7CkogfSU4eJbrzrwC1 { display:block; }
 }@media only screen and (max-width: 763px) { #iE53SOVs3oEIQDWCQvHa80GwyKQTZDOt { width:6.875rem;height:1.625rem;top:34.6875rem;left:40.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3ek59TQ46AUp7E0crTnGRz4Wr6BLreN { width:6.875rem;height:1.625rem;top:35.3125rem;left:32.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKztXpw230gRk0xD1dpxOyfNtZSWJUw9 { width:7.5rem;height:1.1875rem;top:35.75rem;left:29.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLG5akAWJA9ghHhyEd3pDHQ1oZKg3vNb { width:6.875rem;height:1.625rem;top:34.6875rem;left:12.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I549IOAcp2qWfnCyxAIC68OCu5S6uMNa { top:4.5rem;left:14.125rem;width:20.4375rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9UpVt0yASukHlLSeSFv3RaNfTiThOBD { width:12.9375rem;height:1.9375rem;top:1.125rem;left:17.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwQB1d6S7N3u2AnnNMbBKgbqyhwobVsm { top:0.5625rem;left:16.8125rem;width:15rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLxD6OmS76XlHpHSPrfLO40dgJLLDbo3 { width:14.375rem;height:;top:15.6875rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGvEy25soqBkvHB0EvmT3xGzvbTfdnT5 { width:14.375rem;height:10.6875rem;top:8.125rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAczg2fWtlLq5TEk7bJXbXuzF5ZGDi6m { width:11.875rem;height:2.75rem;top:12rem;left:27.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlElCIToTwfpFNHLFHwt8wkarrPE7RZU { width:14.375rem;height:;top:15.6875rem;left:26.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvQZPFGIrfXtpcVwiDVRWl3OneTlnBVa { width:8.75rem;height:2.6875rem;top:19.4375rem;left:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQCEvVnxWeKiURFAUAknxxG17uMJbT9A { display:block; }
 }@media only screen and (max-width: 763px) { #VSOHeIB4r7PmJGQ4nslo3E6G0Xk1DrqD { width:14.375rem;height:10.6875rem;top:8.125rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZhlsTxieEUlnqQd9FpWbvzNH8aACdqm { width:11.875rem;height:2.875rem;top:12rem;left:9rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qm93OezNGTF34dvapdKzHJOA5TehCI5A { width:14.375rem;height:;top:15.6875rem;left:7.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2wlyGH4NQAt5pzlIZddtdlft4OlEREi { width:8.75rem;height:2.6875rem;top:19.4375rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhcK7Fzraot1ofhXuyeJvWlLXkPDXKSo { display:block; }
 }@media only screen and (max-width: 763px) { #xeqha7ucCGFyIFtOmOF6kNdtJG3dm30u { width:14.375rem;height:10.6875rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jmu6l2FCcZamZgE5S34G3KovJOWNzafq { width:11.875rem;height:2.875rem;top:12.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHiAKUBT6Bv9faT3ItiCvcqkDhAVDtwt { width:14.375rem;height:;top:15.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWpOfUt83c6lugJ2AXMJI3d21zEpn3iT { width:8.75rem;height:2.6875rem;top:19.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXLfyXk1neTshurPHM2PJBobm7GIRHqW { display:block; }
 }@media only screen and (max-width: 763px) { #Lglz0vT8VTU5ZyQyJWESynA4w7rtQikx { width:8.75rem;height:2.6875rem;top:34.3125rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H266SEaFOHpiZX2t0761maEA6ZWCCpTA { display:block; }
 }@media only screen and (max-width: 763px) { #OAIqdhWxcro92R3wJs50kZbxFrzD1605 { width:8.75rem;height:2.6875rem;top:34.3125rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzL6ntkSfPNqi30nTnnO1AMcyPlL0pdH { display:block; }
 }@media only screen and (max-width: 763px) { #vOOqJRgvygpHwuZm8hMUayJRPWmAQTcn { width:8.75rem;height:2.6875rem;top:49.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvHFN6mlNRmRTX2yQlqUuo0qUpUDzaR5 { display:block; }
 }@media only screen and (max-width: 763px) { #Tu3SkeIbZrtGUre6K0hkTysnBtJoeL4i { width:14.375rem;height:10.6875rem;top:23rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPpFiHQOfCgoSnu7U9MvcW7LH1tG8VCl { width:14.375rem;height:10.6875rem;top:23rem;left:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vb1v5wI8FwyRGRDJwCTCTJyysqCqHxBZ { width:14.375rem;height:10.6875rem;top:23rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPiiitOODzLmBhkfZuBkNh1QXIV27aAH { width:14.375rem;height:10.6875rem;top:38.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3dZI11SIWgvy9X9XxfxQbTwdJggpuxv { width:8.75rem;height:2.6875rem;top:34.3125rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3bBX7MbcyXRvyV3Km5ehtpCt5wJxtRB { display:block; }
 }@media only screen and (max-width: 763px) { #CCg0H9zliPU8sXzu3oAMPvbibZvvtybx { width:14.375rem;height:;top:30.5625rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoLmS4qZ4MS3rhHqd0IvnNhNULr948u5 { width:14.375rem;height:;top:30.5625rem;left:7.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKhp12S8HKQsZa5MCFDOUk9awLTPVqTC { width:11.875rem;height:2.75rem;top:26.9375rem;left:35.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkSsAZQe0VmzyTDrMUinbqP9kD3R21AN { width:11.875rem;height:2.75rem;top:26.9375rem;left:27.623046875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X749ISQx3sw1Uuz1uQUMlsoCSXvlZafv { width:11.875rem;height:2.75rem;top:26.9375rem;left:9rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhDiacgbKH34TUFHpfwrIKe9TZUPO5sN { width:11.875rem;height:2.875rem;top:42.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6XoRfftos7emu2qL6BTNsHWHBxWwSWU { width:6.875rem;height:1.625rem;top:50.375rem;left:32.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDnI0sxVBK4s5NlJmkrLDcuJyLFTpGMf { width:7.5rem;height:1.1875rem;top:50.8125rem;left:29.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPgkPNOPuEmBbBtBWbOJdJGXZ45fvOHA { width:6.875rem;height:1.625rem;top:49.75rem;left:12.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B54DbMlRVdoIfvRyo2w6fp0ezVghtl0L { width:8.75rem;height:2.6875rem;top:49.375rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MR7gqfD5pN6K7vcEOTcW674aLHvcaDXF { display:block; }
 }@media only screen and (max-width: 763px) { #zC30KLHew58NWR3LdB4es6ZaHIy29XSl { width:8.75rem;height:2.6875rem;top:49.375rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ou4s04Va0J5bXeNxKxHouI2qe0koOxNX { display:block; }
 }@media only screen and (max-width: 763px) { #DcalW0wNEM4wRoXJgmEJg3JZq8Mriy9m { width:8.75rem;height:2.6875rem;top:34.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkLJ2nOOJmTiSfrOWqRFt1U4cRCIxhVL { display:block; }
 }@media only screen and (max-width: 763px) { #y5Kkx8flEG5WQq2vLmTdHCSwJm6JHPEt { width:14.375rem;height:10.6875rem;top:38.0625rem;left:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3SFF4BVpD3GAstXtd2U2TQUEaTBXP5v { width:14.375rem;height:10.6875rem;top:38.0625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGQ7UgcJnXr3XKvUVZpptaubKKK82II3 { width:14.375rem;height:10.6875rem;top:23rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzHrVnyC6AmqDkfneGsTm16RtTtn1upp { width:14.375rem;height:;top:45.625rem;left:26.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0mJ7Psq4JEvHFJ6Qz9TBJ4R5eQHJ4My { width:14.375rem;height:;top:45.625rem;left:7.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7vQU5pUe40u4u0pTWsJQ28uvGLJDIRI { width:14.375rem;height:;top:30.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mq3SSN3mtmqq0A5AsQTWV386ppRA4sfS { width:11.875rem;height:2.75rem;top:41.8125rem;left:27.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtqmvhGT0q2Z2lUDDQwHN5GK4B8Wetis { width:11.875rem;height:3.625rem;top:41.5625rem;left:9rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXuXC313GaEm1SatQvE9ic8db2XbcDPX { width:14.375rem;height:10.6875rem;top:38.0625rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3VZKfpJyKQMunoc0BskWMTmTKy22BSC { width:14.375rem;height:;top:45.625rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2aOLTrfFhZSbktG3At3GoP22BEGxce7 { width:11.875rem;height:2.875rem;top:27rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBOcm9Olanaq6TrfDvMvJzppwVlE1JUL { width:11.875rem;height:4.125rem;top:41.0625rem;left:35.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3xWzydHgOg5nTX0mCM99a6eW15Jn9le { width:8.75rem;height:2.6875rem;top:49.375rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2NrLWNZ9rUfPzuQCrlEUbwqaNTbVNuG { display:block; }
 }@media only screen and (max-width: 763px) { #U6KmPiuUz2w0ST98Q2k85Wh7TOyvw1eC { width:6.875rem;height:1.625rem;top:49.75rem;left:40.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6tA9aVtNet3T5ZHNqvcXJ4OsQqX1Agg { width:14.375rem;height:;top:30.5625rem;left:26.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlrZIEO8EvBiDerSFpc5IGJmg5TriGiE { top:54.4375rem;left:8.9375rem;width:30.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5Hq0RXPniGeiuno88FJOAn7Tik7rNXt { display:block; }#O5Hq0RXPniGeiuno88FJOAn7Tik7rNXt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ofl42VEeD25qWBC8Gma9SUSJL0BgiMPe { top:34.25rem;left:8.375rem;width:30.9375rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #spQ2cTo8sKCA4brXXowG8KuAEU6XkDQE { top:34.4375rem;left:7.6875rem;width:32.375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0uZJa12i8iMD3TJS0TtK3TPpaS8mapr { width:14.375rem;height:10.6875rem;top:8.125rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqdvqTUslvHQZZtvrgvDKVEEna8VAdLo { width:11.875rem;height:2.875rem;top:12rem;left:35.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWTGbIopTtpxoS4fc1VtxWGgEmI7z46M { width:8.75rem;height:2.6875rem;top:19.4375rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #TST3UHDDnsH2zWuQfSmMnFAywmF9cUvz { display:block; }
 }@media only screen and (max-width: 763px) { #dZB28ekVDzmW2kh7h5eS8FNrmw2sna6P { top:5rem;left:13.65625rem;width:20.4375rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNPmK2pQJoGV9xZ8SeAUXGK4iASRaNXC { width:12.9375rem;height:1.9375rem;top:1.125rem;left:17.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G855eIRlTbNftHm2faiP6HAm9guBKe05 { top:0.5625rem;left:16.34375rem;width:15rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #KT6kEIGy1Q3uTzNgTdmADFhlIo8ucvyM { width:14.375rem;height:10.6875rem;top:8.125rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnTDx7qAd3XGTc5ce38poT5tJAUDtQHn { width:11.875rem;height:2.75rem;top:12rem;left:27.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvTkrZlmh4rFGk9q9E813srDHtc6QVkH { width:14.375rem;height:;top:15.6875rem;left:26.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWKR6o53QBaospVxkBsHLc7TAU3vH7I9 { width:8.75rem;height:2.6875rem;top:19.4375rem;left:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8WEtTxWJ2gTIagdW0ukrnVT5AdvPXTz { display:block; }
 }@media only screen and (max-width: 763px) { #Dehya24aMnuEGJmRzGUhaWOFvpqpLIQw { width:14.375rem;height:10.6875rem;top:8.125rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqPtWrTmos9BofiqlFkZuF7kr6Dw0Uux { width:11.875rem;height:3.625rem;top:11.625rem;left:9rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XboODVvfgwDqaPo2Fi7FyQzHtS7S6xz3 { width:14.375rem;height:;top:15.6875rem;left:7.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PL4PsHSvLVBfE5hA7UTZgFO67zJ154kC { width:8.75rem;height:2.6875rem;top:19.4375rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyGUoGUq67e8poyHr6yDwAtuzEeXimAC { display:block; }
 }@media only screen and (max-width: 763px) { #lxO18qXTRTsvA2naXaWxug5dAOFitSAg { width:14.375rem;height:10.6875rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgkUuNnnIFPNEQyEmTiDnyGE2RuxDqo7 { width:11.875rem;height:4.875rem;top:11rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfUOuJmr93308fzxxP0Nm0UlG4MCPCZ5 { width:14.375rem;height:;top:15.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEsLt3RE8BdBctkIHxzT97ihDEP3NFVL { width:8.75rem;height:2.6875rem;top:19.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dpb4LzT7hXdaX9wTeEu8hFClfW6U9ic4 { display:block; }
 }@media only screen and (max-width: 763px) { #gf10KoqoQLkErxHF87fBbsUGKTCA01Xn { width:14.375rem;height:;top:15.6875rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2D7zGOGFachfrdvk0KiHSWESDcaJO5N { top:24.875rem;left:10.1875rem;width:30.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTmURrivSoEBwEKe19xO19nAAMF4BRbm { display:block; }#oTmURrivSoEBwEKe19xO19nAAMF4BRbm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m758plZKptq3ogbqrNrzDDl4rFMtiB72 { top:34.25rem;left:8.375rem;width:30.9375rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fO8GZO4Vh6bKwLdSbZLzOhQXugZZ88qd { top:34.4375rem;left:7.6875rem;width:32.375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtsNNcxa3V1M7W2hmsxxtt4f4ucNckKd { width:14.375rem;height:10.6875rem;top:8.125rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWrU3nfpSEKBrFIcIQFRORAKkrSqwuVZ { width:11.875rem;height:4.125rem;top:11.375rem;left:35.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezbcXVBXqXdKmAnPcJUDiuv3uVrfCI2S { width:8.75rem;height:2.6875rem;top:19.4375rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8unqJ9itImQDIk7vonxcT2HyHaotPrL { display:block; }
 }@media only screen and (max-width: 763px) { #mLiCb19oogX7T9NWTWlWdWN3seTBrXgF { top:4.375rem;left:14.75rem;width:20.4375rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTlKQIdGC9ERBoASx6RxHToColKDXxSe { width:12.9375rem;height:1.9375rem;top:0.5625rem;left:18.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cmt7JbKmyIXOFWHL9IxhNATAsBNauRWh { top:0rem;left:17.4375rem;width:15rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoaQlpJiPwREsgVp9wIIuUUOCTirCWHN { width:14.375rem;height:10.6875rem;top:8.125rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #isLolI1n1r7RW4RAnlMV7CQP71SD8UOD { width:11.875rem;height:4.125rem;top:11.375rem;left:27.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M66CLsyNKExNwSg1x4Hekhzr5yRa3wIi { width:14.375rem;height:;top:15.6875rem;left:26.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3hVbX866hPI7ibJrsTN54Pv1nW4SpOT { width:8.75rem;height:2.6875rem;top:19.4375rem;left:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvTeWb09r55LofhTcto8Ll4Er6ONtnpS { display:block; }
 }@media only screen and (max-width: 763px) { #HAPgNb71UmC6kB1VTRIh0rTBz5Z6xww6 { width:14.375rem;height:10.6875rem;top:8.125rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSMo9xpra0tHir3MVsmI2EhTWmolDb36 { width:11.875rem;height:4.5rem;top:11.1875rem;left:9rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJdLakSVTAFfM0dsxdAlePR5BoWIDLU4 { width:14.375rem;height:;top:15.6875rem;left:7.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8F9qiaom64lk3SPxJT8TyAgro9teCb8 { width:8.75rem;height:2.6875rem;top:19.4375rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #baogTWc9xPJ7H9LUONMxeigkH25rgb9Q { display:block; }
 }@media only screen and (max-width: 763px) { #O6yTBiHqKO3pNtd97bXpm3bBGD8ULmZX { width:14.375rem;height:10.6875rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #isK8q2TNbJJtyhW0bmOogKufIUmvPSTr { width:11.875rem;height:3.625rem;top:11.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmgAa1ghlOnlfNAvDJJTSMOR45Fh2epO { width:14.375rem;height:;top:15.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0M8sgb8SIyRArtdCJTqGgg1DdNLtV0I { width:8.75rem;height:2.6875rem;top:19.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c74QDKt9K9IAT9tn3o70p1nqtJJ4ZeRU { display:block; }
 }@media only screen and (max-width: 763px) { #Q8zF5oGWxWguEMDM9042EQAUbZpP1K4D { width:14.375rem;height:;top:15.6875rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ur2vPWbTHOP2FaGmx6NsyBSyVATgGQIc { top:24.875rem;left:9.5625rem;width:30.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s78vNhvcFflB4Hin2uURTmrHMDASdGW3 { display:block; }#s78vNhvcFflB4Hin2uURTmrHMDASdGW3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ywaMCrPyuXd96SyTcpRS59UFnCpsUOcV { top:34.25rem;left:8.375rem;width:30.9375rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRBQzTTZ5hXhTBbudSsF2VyfLOUAhTfs { top:34.4375rem;left:7.6875rem;width:32.375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vepuk2ZgHpfDXdgtUWKh3eN0BzIO8pCr { width:14.375rem;height:10.6875rem;top:29.1875rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdGOoxQTTPsagbNp8zBPSRoQxu9JEgL5 { width:11.875rem;height:3.6875rem;top:33.6875rem;left:27.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5UES6TVGhy7bLHWPt3XrwzROpba1vJH { width:8.75rem;height:2.6875rem;top:40.5625rem;left:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xtao3AOhl69NBykFsU7M7JtFhBtNPVAs { display:block; }
 }@media only screen and (max-width: 763px) { #lM7TxlwavEO6fwQCaJudnetWZ6cbsoB8 { top:5.0625rem;left:27.3125rem;width:20.4375rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppKF3DJueEEkF0MQktU1FTE29PhFBTdT { width:12.9375rem;height:1.9375rem;top:1.125rem;left:17.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewwaJX8BxJAqX7WPLgQtdcPQWNGJvdVM { top:0.5625rem;left:16.34375rem;width:15rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4nal7WP4gZlSBOhszLttJHL079QroDu { width:14.375rem;height:10.6875rem;top:29.1875rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKIZyvSKUDmDA76qFyG8ak5PnZ3poII1 { width:11.875rem;height:3.5625rem;top:32.75rem;left:8.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRq72SP79Jq1mT7kHTu5n7uPDafSbfxm { width:14.375rem;height:1.75rem;top:36.75rem;left:7.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxpIb62onMOXLxfOrFEyVfTFzk2KrfEd { width:8.75rem;height:2.6875rem;top:40.5rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT4ubwDrb0tOdElN4FaPrCFn7yoQsOdb { display:block; }
 }@media only screen and (max-width: 763px) { #VbynIwHgEtBGUaVWD8hm8minCV5yuzMl { width:14.375rem;height:10.6875rem;top:8.125rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #du6D4qngheSEIIp5mwC5FWTRfUyV125Z { width:8.75rem;height:2.6875rem;top:19.4375rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgcIKwHGzWh0PJTPTOMpSGrGLBUsfCd3 { display:block; }
 }@media only screen and (max-width: 763px) { #WS7bSfbd0WVVq7K8oyCddpDhIzipiFsc { width:14.375rem;height:10.6875rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikkewZMBr4JufMSvaG2MtKHONhXQbJXi { width:11.875rem;height:1.1875rem;top:11.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9UeJRNeo2FnAUAtPzSyxkSGvTW1UUy7 { width:14.375rem;height:;top:15.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLZl2mslPRMN2tthVlmmTOHiIVGB09mG { width:8.75rem;height:2.6875rem;top:19.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5Z490hktHVCtRcNZt6pewPDOGAm0EZT { display:block; }
 }@media only screen and (max-width: 763px) { #P4AUC6iO2MwCM9F8FaCpxwwJLELicMLX { top:5.0625rem;left:0rem;width:20.4375rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzgyngBnKnhQwnJP4wlxOcF3oMIO2ZH8 { top:9.625rem;left:24.1875rem;width:0.1875rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bhl8Dndos3Tf9yxUS4dqlPvTQDWdMkop { width:11.875rem;height:3.375rem;top:12.375rem;left:9.2177734375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHMgsq8BPT3cZU4zzJMOmFAfNTOItCTx { width:11.875rem;height:2.0625rem;top:13rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nb2Sgw8S5lJ4lOAXJgfSyF2EKSAeDiiW { top:26.6875rem;left:14.0625rem;width:20.4375rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVgVVLR4F3qfxNvyMuMOgiCkdWSXWlTG { width:14.375rem;height:10.6875rem;top:8.125rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlT1pNbVZe1x5Cf8SoxgLSWgLGTzlzfm { width:11.875rem;height:3.375rem;top:12.4375rem;left:35.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mX2RfsIHq1VmSm9A5Jsqvx3XG4o246tB { width:8.75rem;height:2.6875rem;top:19.5rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #TapZZqiuHu3vg90SHZc5pFPgCQciTVgC { display:block; }
 }@media only screen and (max-width: 763px) { #TCATpaD0xtHcBw6OzciXepxHHBopEwNZ { width:14.375rem;height:10.6875rem;top:8.125rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6AvW9CfTtsrEoyDNNzBhwIhzVNzxA5r { width:11.875rem;height:4.375rem;top:11.25rem;left:27.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHUwGGQ1uVrrk0BTv7w76KgDXLefXfWJ { width:8.75rem;height:2.6875rem;top:19.4375rem;left:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hU7Z0RrkCyzKdOlwXK6WnHDaLN1nnFmD { display:block; }
 }@media only screen and (max-width: 763px) { #EHotLidoT3cEli15yhwoS1XTkILT4CHM { width:14.375rem;height:;top:15.8125rem;left:26.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #srrygAML1QIVV2NiCLSbWPNW8ir5EmTv { top:25.6875rem;left:9.8125rem;width:30.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aP9fsa7LKc8WChAHwpTPHRZFoQSalWnS { top:24.875rem;left:9.5625rem;width:30.75rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DAQnRCeiT5yh5UmryC8dlJCCWTHyHOnu { display:block; }#DAQnRCeiT5yh5UmryC8dlJCCWTHyHOnu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EgenyCSKcHUdVpNRxQ1uQBRKJnq6SamV { top:2.8125rem;left:29.4375rem;width:18.3125rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRgXboiF38EUDriX3XJa8GTE9niH19bD { top:12.875rem;left:20.25rem;width:24.25rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnsPQkUb13HPv5z1iFeqT3tsl6T4vB56 { 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) { #GSCufOTRzywzMB8NDH0cE2dHGcld5MXb { top:16.0625rem;left:36.4375rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzaQD0rq9TJGvGfhLBcn8PhqLev9etc7 { top:16.0625rem;left:39.0625rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDquHaJBSgT7kG1qlTqdsS8Fe2rXzeLT { 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) { #VusokiBe0BFqf2zp3TgkvpBZ5k0R5OX6 { top:1.125rem;left:0rem;width:13.5625rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAyeHuR4zVW620pLHx0weBMOZe89eWmv { 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) { #wO3ohoO1Zs6JR5CIbIJPeo5ezibTP7H4 { 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) { #TvGwT8UHKF3r4TpLRFbAkmIs8B1Phl3O { 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) { #Iacfnz8KToy96XW9Je9lxGxqiV2AtO9X { 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 { background-color:transparent;background-image:url("https://images.assets-landingi.com/QBaf86E7/Landing.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn > .row > .video-iframe-container { display: none; }#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn > .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); } }@media only screen and (max-width: 763px) { #sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2 { background-color:transparent;background-image:url("https://images.assets-landingi.com/03tdsiWs/footer_img.aa5b92b.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2.adaptive-delivery-prevent-bg, #sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2.lazyload, #sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2.lazyloading { background-image: none; }#sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2 > .row .container { background-color: transparent; background-image: none; }#sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.42); }#sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2 > .row .container > .video-iframe-container { display: none; }#sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.42); }#sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2 > .row > .video-iframe-container { display: none; }#sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2 > .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); }#sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2 > .row .container { border-width: 0; border-radius: 0; }#sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2 > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #urSoeI1li6g1lSlmWSgBzId5pRMSHCrE { width:3.75rem;height:4.6875rem;top:12.46875rem;left:8.125rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #pqkTO9c2Awaio3zWF6TkumnnBvUx7Eg6 { width:6.375rem;height:6.375rem;top:11.625rem;left:6.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qvsn3dDonCegl3KRkE5S1Mnnoel5iNTo { top:1.0625rem;left:7.125rem;width:5.75rem;height:7rem;z-index:100042;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LLTnisJnlICbA1Fn6kEk6MlPCkdCRczx { top:0.9375rem;left:6.375rem;width:7.25rem;height:7.1875rem;z-index:100041;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;background-color:#efe4ec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.25rem 0.1875rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o { display:block; }#pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o > .row .container { width:20rem;height:57.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kT8DlCIkVwDLsiwDwEuufKPrPUixhWdI { width:20rem;height:2.03125rem;top:1.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #qFRzwroCgZHyvTqxpgQ0kzd6TGHb831X { width:20rem;height:7.347625rem;top:7.875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.4;font-family:cairo;display:block; }
 }@media only screen and (max-width: 763px) { #qSPrZ3L7Tegpbe5r8fTvTV9ZKK5wrs8L { width:11.6230625rem;height:2.686525rem;top:35.625rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlK52mLlPaDaIxv7wd3bPwHtx3ugM54g { display:block; }
 }@media only screen and (max-width: 763px) { #mMbyvzbuzdWBwQOlveDLAflt2iyGNgC5 { width:11.6230625rem;height:2.686525rem;top:31.625rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sf2DPD7KgrqOqwoL8vApgautOrhEKoxi { display:block; }
 }@media only screen and (max-width: 763px) { #ZQgZtmDT5L0KhIIe4Em2dhUEmnlRUup4 { width:19.8125rem;height:12.9375rem;top:39.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxaBryLlVWfG2GQZBQ7tgm2hcrlVXmrc { width:19.875rem;height:12.49025rem;top:17.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXVXTVMsZOWmlwt8Z42fImy0PEMT2a1N { width:12.875rem;height:2.5996125rem;top:3.65625rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #DTH7SieXMQy0T0ezBrgv6UElou9TZyv5 { display:block; }#DTH7SieXMQy0T0ezBrgv6UElou9TZyv5 > .row .container { width:20rem;height:70.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-regular-label { width:16.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-text { width:16.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.8125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-text {padding-top: 0; padding-bottom: 0;}#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-textarea { width:16.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-select { width:16.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:cairo;height:2.8125rem; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-select {padding-top: 0; padding-bottom: 0;}#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-button { width:15.8125rem;margin-top:0.25rem;margin-right:0.1875rem;margin-bottom:0.25rem;margin-left:0.1875rem;height:2.9375rem;line-height:1.2;overflow:hidden;font-size:1.375rem; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-checkbox-label { width:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-container:first-of-type{padding-top:0;}#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-container:last-of-type{padding-bottom:0;}#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX  { width:16.1875rem;height:auto;top:32.6875rem;left:0.59375rem;border-top:0.375rem solid #df4a8d;border-left:0.125rem solid #df4a8d;border-right:0.125rem solid #df4a8d;border-bottom:0.3125rem solid #df4a8d; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .radio-container { width:16.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX {display:block;}#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX { width:16.1875rem;height:auto;top:32.6875rem;left:0.59375rem;border-top:0.375rem solid #df4a8d;border-left:0.125rem solid #df4a8d;border-right:0.125rem solid #df4a8d;border-bottom:0.3125rem solid #df4a8d; }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #oZJ5kpGhS9HOJdayXGohfTnr19Uw20P5 {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #KWsspdZh4WhHdUeUnsmARLonqaUS5zV0 {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #VV25GQEq4Sy8D7nbG6PBT5n3koHacqH8 {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #yd9h1rNW8nzFduPFWeo4qpJLoqQEdc8M {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #UsWuTyNa0QA7TOGL8mLQIbhiig5QwBAS {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #Q6EzucxCm4sGesc4hEDtlQFNdV5yfzlz {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #uKXwLWoMPw3csb8TC34ksTLMQ5CqvEtP {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #c9hbVSx4mnd97MZgcIWrVbReBLywFHF3 {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #WJf1TOstcDL7xv7TUe6omgeH8GEKz26n {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #e1oTGePBZMuLeZCyld1pFRzcQ9iEstTf {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #wE2os5TuJq5RkVB72tf1T5MFJv4DRgsx {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #p1CKp5EsCCLmDVadSKIDOD9EoatbS2yM {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #Q5qlMqHOVOernOi8EOWvhBOCLpNLvKw6 {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #KwK7fn8zT9m0T93brqdeDVE2TqgLb8TX {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #H08lk0F2Q5DZrO4mh2Vg5hvGMLKaIJ3N {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #U9GO0eWQHVbKAKbLpc1PRnCoCQr92Jp1 {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #BLZbbLEAknu6OS8B24ICNvJB12U6tgCe {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #tNSTZnC5PNPHhUSUEGKl7Sh7UWZPUL7B {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #KaP1MICsO0yPW5W17kFp8836ddTGPEpE {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #WUN0qoF8LWGFTIr74WsXb1W3f3w3cMu6 {  }
 }@media only screen and (max-width: 763px) { #FV1nIwT5Q7QQVWeXZ4P3QhOBnhXfBUhy { width:18.9365rem;height:7.875rem;top:23.1455078125rem;left:0.53125rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeBqMGCGaCNTbvv3bIVs90H1CyEwE9Xs { width:20rem;height:10.07424375rem;top:0.875rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDQQWWCmSEMH2sRae9IPkJzsFzV9rzhS { width:17.5rem;height:3.4375rem;top:133.6875rem;left:1.1875rem;z-index:100034;display:none; }
 }@media only screen and (max-width: 763px) { #JyFkUThGHOaeSMVS0sg9iCNMLWiNxK39 { display:block; }
 }@media only screen and (max-width: 763px) { #lLSk0kBhJyTLXhZtFRX4bvd2wKEEgoOl { width:17.5rem;height:3.4375rem;top:138.375rem;left:1.1875rem;z-index:100034;display:none; }
 }@media only screen and (max-width: 763px) { #vcRNuIA2rqhWeop4CSsfuJWTwZUdW1CM { display:block; }
 }@media only screen and (max-width: 763px) { #TKWuXFLXiOZ6iViJgfTlPxbNuBNykfqT { width:20rem;height:13.134328358209rem;top:9.44921875rem;left:0rem;border-top:0.0625rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.0625rem solid #df4a8d;display:block; }
 }@media only screen and (max-width: 763px) { #WFo5SOq48UvaMpCyLJ8F4l8o0OzsaaA9 { background-color:rgba(255,255,255,0.95);background-image:none;display:block; }#WFo5SOq48UvaMpCyLJ8F4l8o0OzsaaA9 > .row .container { background-color: transparent; background-image: none; }#WFo5SOq48UvaMpCyLJ8F4l8o0OzsaaA9::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WFo5SOq48UvaMpCyLJ8F4l8o0OzsaaA9 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WFo5SOq48UvaMpCyLJ8F4l8o0OzsaaA9 > .row .container > .video-iframe-container { display: none; }#WFo5SOq48UvaMpCyLJ8F4l8o0OzsaaA9 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WFo5SOq48UvaMpCyLJ8F4l8o0OzsaaA9 > .row > .video-iframe-container { display: none; }#WFo5SOq48UvaMpCyLJ8F4l8o0OzsaaA9 > .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); }#WFo5SOq48UvaMpCyLJ8F4l8o0OzsaaA9 > .row .container { width:20rem;height:287.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UKPnWU1AimI9G4tQTkARJBil3Jzh9K0a { width:20rem;height:1.328125rem;top:53.50390625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #svk22avPUK7zSgempfQ7aIuREVOtkg8n { width:20rem;height:2.25rem;top:53.06640625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #crPlH1Jdrerb7O2V4b0bL6WkpoiATeve { width:14.375rem;height:10.6875rem;top:7.1875rem;left:2.8125rem;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; }#crPlH1Jdrerb7O2V4b0bL6WkpoiATeve.adaptive-delivery-prevent-bg, #crPlH1Jdrerb7O2V4b0bL6WkpoiATeve.lazyload, #crPlH1Jdrerb7O2V4b0bL6WkpoiATeve.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #aw8PwMPXvNr59a2OnrOQpqeNRZmZJM4Q { width:11.875rem;height:2.923825rem;top:11.0625rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhczwF76wvCUAbeSkaQUNyIM05CJL6uJ { width:8.75rem;height:2.6875rem;top:18.4375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7qVyGSPgbTndqixzytM8VXD7AgqKwE2 { display:block; }
 }@media only screen and (max-width: 763px) { #zB8txuiNmivlFEo6xFxlMbiFyz7b6x8s { width:6.875rem;height:1.625rem;top:97.375rem;left:6.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #o4xAtcD4v0ma0v77F1Pr7cfQuBRDMd8r { width:6.875rem;height:1.625rem;top:81rem;left:6.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FqZQB5ozGtsL87d3V4lGuZTpklD8eCaN { width:7.5rem;height:1.21875rem;top:81.4375rem;left:4rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #eQKe9OaMiT2G4az2Q8qd5NUnPSshNLrM { width:6.875rem;height:1.625rem;top:116.28125rem;left:6.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #g8mpzJAPQMRlzXaw8TlUzyHIBCVC0glK { width:19.4375rem;height:2.51855625rem;top:4.6875rem;left:0.28125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfPs7XSV6F65QztrwpvoAiE2DU2T3GJ4 { width:12.249375rem;height:1.94921875rem;top:1.5849609375rem;left:3.466796875rem;text-align:center;text-align-last:center;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;font-family:cairo;display:block; }
 }@media only screen and (max-width: 763px) { #zTPloIlr9acqxwkGrTOE4tw3TKnNo8Rh { width:15rem;height:2.99913125rem;top:1.0576171875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6ia2NNVuiNOhfpQRkb0H8uinnr8aoim { width:14.375rem;height:1.21875rem;top:15.0625rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #UWJIAtHa1IPbgdea5mcIl2aa2vmUN092 { width:14.375rem;height:10.6875rem;top:48.9375rem;left:2.8125rem;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; }#UWJIAtHa1IPbgdea5mcIl2aa2vmUN092.adaptive-delivery-prevent-bg, #UWJIAtHa1IPbgdea5mcIl2aa2vmUN092.lazyload, #UWJIAtHa1IPbgdea5mcIl2aa2vmUN092.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #HOeUzXkmGe4lfwlLGrrAzHkRsqeDreHF { width:11.875rem;height:2.923825rem;top:52.3125rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlugIFgXNhnQXW7XuiOXCWwixZC9XzE9 { width:14.375rem;height:1.21875rem;top:56.75rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #nxvzafbQ9Vb1J0JUlffxN8J05hQHpirr { width:8.75rem;height:2.6875rem;top:60.125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5sCPI2tiVnbyiBspFteslAUCGTC9OX8 { display:block; }
 }@media only screen and (max-width: 763px) { #uzsWvTNRosi7pRDfEqKXMqxvHRoSO9PQ { width:14.375rem;height:10.6875rem;top:35.0625rem;left:2.8125rem;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; }#uzsWvTNRosi7pRDfEqKXMqxvHRoSO9PQ.adaptive-delivery-prevent-bg, #uzsWvTNRosi7pRDfEqKXMqxvHRoSO9PQ.lazyload, #uzsWvTNRosi7pRDfEqKXMqxvHRoSO9PQ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #WZzUvwBl8qRGwAZupNTgQ7F8w63ebx5v { width:11.875rem;height:4.142575rem;top:38.125rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOOLTZHwbssChdBXogzTa01Qaw25qlFc { width:14.375rem;height:1.21875rem;top:42.5625rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #z9bfgqgTbNEfs7ZTJh2Xzs16fGJKEA8I { width:8.75rem;height:2.6875rem;top:46.255859375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Od83kGbQTlc0mrTHFC95CquQrI5gE5V3 { display:block; }
 }@media only screen and (max-width: 763px) { #kN03C37DEndfKDdg9RtRA6M8mn7Tq5vT { width:14.375rem;height:10.6875rem;top:21.125rem;left:2.8125rem;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; }#kN03C37DEndfKDdg9RtRA6M8mn7Tq5vT.adaptive-delivery-prevent-bg, #kN03C37DEndfKDdg9RtRA6M8mn7Tq5vT.lazyload, #kN03C37DEndfKDdg9RtRA6M8mn7Tq5vT.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #pqTnedCHBG70UPM0Khr7AoUgzCtxsQGq { width:11.875rem;height:2.923825rem;top:25.125rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaGbzvo2Ep2lXDO49CCGcxfZxGRyahvi { width:14.375rem;height:1.21875rem;top:28.6875rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #o3zROTgItatZwD7v4utcdbnIEbepQTe0 { width:8.75rem;height:2.6875rem;top:32.375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eua3yN6CHafLE3MaCREJZ6z7royJfnV7 { display:block; }
 }@media only screen and (max-width: 763px) { #FAncMcc2WJqbxiIps5R7TgNMgPod0eKh { width:8.75rem;height:2.6875rem;top:101.8125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMTa0GpBkhIKCo0J9uNwi2gTbAF6UFBt { display:block; }
 }@media only screen and (max-width: 763px) { #H34eMvlZgLNuxMTJGvdUxLFe8G495HbQ { width:8.75rem;height:2.6875rem;top:87.875rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZOSv6LI21BgAiR20P0ezAs9Oyt2BrBU { display:block; }
 }@media only screen and (max-width: 763px) { #gbTENy1vXRnBsB3bNWkQg1anDzCspBCI { width:8.75rem;height:2.6875rem;top:129.625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJnTsMzGSyJ1evKP9s4ZI2qGqT0zl62F { display:block; }
 }@media only screen and (max-width: 763px) { #gW5RVsKiHLNtXKOwbqDtacLuUL9PBbwn { width:14.375rem;height:10.6875rem;top:104.5rem;left:2.8125rem;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; }#gW5RVsKiHLNtXKOwbqDtacLuUL9PBbwn.adaptive-delivery-prevent-bg, #gW5RVsKiHLNtXKOwbqDtacLuUL9PBbwn.lazyload, #gW5RVsKiHLNtXKOwbqDtacLuUL9PBbwn.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #tAb1ae3BDDzR5sl3wG6VhXTdIeicQJl0 { width:14.375rem;height:10.6875rem;top:90.5625rem;left:2.8125rem;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; }#tAb1ae3BDDzR5sl3wG6VhXTdIeicQJl0.adaptive-delivery-prevent-bg, #tAb1ae3BDDzR5sl3wG6VhXTdIeicQJl0.lazyload, #tAb1ae3BDDzR5sl3wG6VhXTdIeicQJl0.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #SIn62bdOq1O4Pet6AHamkK5sv0EsgaTn { width:14.375rem;height:10.6875rem;top:76.6875rem;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; }#SIn62bdOq1O4Pet6AHamkK5sv0EsgaTn.adaptive-delivery-prevent-bg, #SIn62bdOq1O4Pet6AHamkK5sv0EsgaTn.lazyload, #SIn62bdOq1O4Pet6AHamkK5sv0EsgaTn.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #mG6DM3cOKlEzzEPkpfO59Ve4RHKDJFQR { width:14.375rem;height:10.6875rem;top:118.4375rem;left:2.8125rem;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; }#mG6DM3cOKlEzzEPkpfO59Ve4RHKDJFQR.adaptive-delivery-prevent-bg, #mG6DM3cOKlEzzEPkpfO59Ve4RHKDJFQR.lazyload, #mG6DM3cOKlEzzEPkpfO59Ve4RHKDJFQR.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #mgVoeCxTWmtsv8I530nZm5A7hkNGWspf { width:8.75rem;height:2.6875rem;top:115.75rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nONxgT9v7s3ohb5aDrnXCMGiL8k4rdwa { display:block; }
 }@media only screen and (max-width: 763px) { #ChV7nNuKTqDQC6BONFuCQhTlxTdq55Fr { width:14.375rem;height:1.21875rem;top:112.0625rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #Qe6oRNskIG6hMlZfaEA4xcQb2eK5SOvE { width:14.375rem;height:1.21875rem;top:98.125rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #TfIRdxq7ZeJ8e5Rloy8RTftiIBfXowGS { width:14.375rem;height:1.21875rem;top:84.25rem;left:2.375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #GKvfeDGqZGUzKc97173RtcvSe4JM4IFu { width:14.375rem;height:1.21875rem;top:126rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #RgK7ZTTySWTNb41QaSJEUzZcVs9ziFN2 { width:11.875rem;height:4.142575rem;top:107.5rem;left:4rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWNA1SlKCTzSMIFc31wwi0GakEDBcsGT { width:11.875rem;height:4.142575rem;top:93.625rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vvt3uc2PIHPNRdiU57slaZTprwdzS64X { width:11.875rem;height:2.76171875rem;top:80.6875rem;left:3.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufXxxfaJyToTfbe75Xw89XTUzJaTedRg { width:11.875rem;height:2.923825rem;top:122.4375rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RD11C7onGOKZxlScOEREcEtovbgGTB64 { width:6.875rem;height:1.625rem;top:74rem;left:6.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #LmNTcOOhmHgssakPBStUVrTyNvsVZKzl { width:7.5rem;height:1.21875rem;top:70.75rem;left:5.875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #PG0EKFLcZH4NlPSS9JZT2bxlpgHytCru { width:6.875rem;height:1.625rem;top:63.9375rem;left:6.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Bgr7IVxJ0MmnZbqg2oTn9mZo4fatNaJT { width:8.75rem;height:2.6875rem;top:171.3125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4Iuy4OxFNrsgZq61KXVOyCAbIHUneuH { display:block; }
 }@media only screen and (max-width: 763px) { #TASgQt7LR6LtTT85ZtoLI9wIuqSWUAyb { width:8.75rem;height:2.6875rem;top:143.5rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGRVmmhJcfF1Sb5bDap15c4XmXMOQ7B9 { display:block; }
 }@media only screen and (max-width: 763px) { #yVpLAu1v2FHvNGcDx03wiIxkVs601lAp { width:8.75rem;height:2.6875rem;top:74rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXHlSnXcbnp6PhLANNMdbrir8aZlTJ6D { display:block; }
 }@media only screen and (max-width: 763px) { #p3bwkRH2Mh56r2xVvvDk6kpaN8Zndw6U { width:14.375rem;height:10.6875rem;top:146.1875rem;left:2.8125rem;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; }#p3bwkRH2Mh56r2xVvvDk6kpaN8Zndw6U.adaptive-delivery-prevent-bg, #p3bwkRH2Mh56r2xVvvDk6kpaN8Zndw6U.lazyload, #p3bwkRH2Mh56r2xVvvDk6kpaN8Zndw6U.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #t0WtQAipvqZwcwyzLy29hRl98F36mKUi { width:14.375rem;height:10.6875rem;top:132.3125rem;left:2.8125rem;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; }#t0WtQAipvqZwcwyzLy29hRl98F36mKUi.adaptive-delivery-prevent-bg, #t0WtQAipvqZwcwyzLy29hRl98F36mKUi.lazyload, #t0WtQAipvqZwcwyzLy29hRl98F36mKUi.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #aK0XG5OMScFdT705fDCsAnGHpuohLlRG { width:14.375rem;height:10.6875rem;top:62.8125rem;left:2.8125rem;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; }#aK0XG5OMScFdT705fDCsAnGHpuohLlRG.adaptive-delivery-prevent-bg, #aK0XG5OMScFdT705fDCsAnGHpuohLlRG.lazyload, #aK0XG5OMScFdT705fDCsAnGHpuohLlRG.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ppLzFrJ6779yksGaydHcutM4M3fVGork { width:14.375rem;height:1.21875rem;top:153.75rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #dOt4TeTOA8Som4XyTyFBmgCXKPXq1h03 { width:14.375rem;height:1.21875rem;top:139.875rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #AQJitum4zGR1uxCPu6HXV0IaAG5EsiEh { width:14.375rem;height:1.21875rem;top:70.375rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #tT3XT9AW5899hWlaVg0ppSOWUROCis3S { width:11.875rem;height:2.76171875rem;top:149.9375rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtNbTEnv2SC5fKX30ZDFIFeGfV256Swy { width:11.875rem;height:2.76171875rem;top:136.1875rem;left:4rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApQWpBVIcQ5UkqbviTt6hmGzgBGtyzHG { width:14.375rem;height:10.6875rem;top:160.125rem;left:2.875rem;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; }#ApQWpBVIcQ5UkqbviTt6hmGzgBGtyzHG.adaptive-delivery-prevent-bg, #ApQWpBVIcQ5UkqbviTt6hmGzgBGtyzHG.lazyload, #ApQWpBVIcQ5UkqbviTt6hmGzgBGtyzHG.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #SPFM0m3ggToDwp8bsLJQCLngVt6bnXVP { width:14.375rem;height:1.21875rem;top:167.9375rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #ISiFKX2bmGoozhJTnbEJarBwk9mh57uu { width:11.875rem;height:1.4619125rem;top:66.8125rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOvklA94r3QdG5PX6hdWIFUxE6WBCCes { width:11.875rem;height:4.142575rem;top:163.375rem;left:4rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L15NLCzSomUyey1pSSItW6RlGSNieMMC { width:8.75rem;height:2.6875rem;top:157.375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTrGHxCT8nRVSW1BCOrA7uTLGTwiROFe { display:block; }
 }@media only screen and (max-width: 763px) { #IX72M1I6024msguooAWURfiGwPORBKHG { width:6.875rem;height:1.625rem;top:178.4375rem;left:6.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DGX4N69iJmuOlbtFd78KV7B1lVvBlHJ6 { width:8.75rem;height:2.6875rem;top:185.1875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkr5gRifz0fUvuuvXu4b8ATRfFGsu7bx { display:block; }
 }@media only screen and (max-width: 763px) { #wR0nkm3PNbuQIssDRerTwrHWFaeIJAKT { width:6.875rem;height:1.625rem;top:280.1875rem;left:13.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UKcihFW6y9oTop0f6cNHXoz4s057gTk9 { width:8.75rem;height:2.6875rem;top:213rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuiAxlzHGVKeF2c9sMaRms2G7zNqO0SA { display:block; }
 }@media only screen and (max-width: 763px) { #kfzxWRnxUiSOrN0cLTzAgzL84bICq9Jl { width:8.75rem;height:2.6875rem;top:199.125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C81LJox65TyhOlHeCdtKWZtTcEulb089 { display:block; }
 }@media only screen and (max-width: 763px) { #NyCx3ncM41dGzVdJA66eSpu8rWzqGv1n { width:14.375rem;height:10.6875rem;top:174rem;left:2.8125rem;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; }#NyCx3ncM41dGzVdJA66eSpu8rWzqGv1n.adaptive-delivery-prevent-bg, #NyCx3ncM41dGzVdJA66eSpu8rWzqGv1n.lazyload, #NyCx3ncM41dGzVdJA66eSpu8rWzqGv1n.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #lDktGEKHVhpdP2rbVhTxlZ3Q6fnD4qPH { width:6.875rem;height:1.625rem;top:147.8125rem;left:6.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ls6usA32LznCZkgWoTtE2Sn7cDL32Onq { width:7.5rem;height:1.21875rem;top:145.375rem;left:5.875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #G89DsvtcuTWpmWuMFEIkiUcDEzySJUFB { width:14.375rem;height:10.6875rem;top:201.8125rem;left:2.8125rem;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; }#G89DsvtcuTWpmWuMFEIkiUcDEzySJUFB.adaptive-delivery-prevent-bg, #G89DsvtcuTWpmWuMFEIkiUcDEzySJUFB.lazyload, #G89DsvtcuTWpmWuMFEIkiUcDEzySJUFB.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Hg66nT0iMH3dMveXN0PrcZQJe9UiBt9u { width:14.375rem;height:10.6875rem;top:187.9375rem;left:2.8125rem;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; }#Hg66nT0iMH3dMveXN0PrcZQJe9UiBt9u.adaptive-delivery-prevent-bg, #Hg66nT0iMH3dMveXN0PrcZQJe9UiBt9u.lazyload, #Hg66nT0iMH3dMveXN0PrcZQJe9UiBt9u.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #vOpfwExKT9C9BirJnmONzMDpRmoRQ9qp { width:14.375rem;height:1.21875rem;top:181.5625rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #PT2BgnqegUy18iIyQwnbG6dtTXE3PvTq { width:14.375rem;height:1.21875rem;top:209.375rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #hzffbgWwfkQxiTa3TG2f0J77weunTOTC { width:14.375rem;height:1.21875rem;top:195.5rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #rWTTE63wyv1e6LrdCDgwTDB1Dm4xJV0k { width:11.875rem;height:4.142575rem;top:177rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8DdLv5I93VC9m9GtMnd6bVaf0CR8xkk { width:11.875rem;height:3.8994125rem;top:205.1875rem;left:4rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkFkwP4QC20zJTab5zipMmPNyRu5suHz { width:11.875rem;height:3.8994125rem;top:191rem;left:4rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zP0QSaEqUEhEmzPcnpzohJT6KZPf36ss { width:14.375rem;height:10.6875rem;top:215.6875rem;left:2.8125rem;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; }#zP0QSaEqUEhEmzPcnpzohJT6KZPf36ss.adaptive-delivery-prevent-bg, #zP0QSaEqUEhEmzPcnpzohJT6KZPf36ss.lazyload, #zP0QSaEqUEhEmzPcnpzohJT6KZPf36ss.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #EG2Bx3ZgdHVB2xbua8MoueJ9PNyrIa5D { width:14.375rem;height:1.21875rem;top:223.25rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #d7wbxRuu6hOXSzxxmdrUv88hDDlyndJH { width:11.875rem;height:2.76171875rem;top:219.3125rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G54XKWF5bto2WIXAFiMJJP9HPmqAwOaK { width:8.75rem;height:2.6875rem;top:226.875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Op1R4TAdM7iQtx9X57o92rAwWlRfZWxE { display:block; }
 }@media only screen and (max-width: 763px) { #ILRWtfU0agzTLEQI1nITu7kxfHWrGiI4 { width:6.875rem;height:1.625rem;top:234.0625rem;left:6.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #BOOTZnG6mrVMhNc70HJvBtpI0rR20Fnf { width:8.75rem;height:2.6875rem;top:240.6875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAvF5wnPT9UemG11VXKGKp8fb0yGzDkF { display:block; }
 }@media only screen and (max-width: 763px) { #cel5MXEmOEeo983hH9RENiQ3zIewuRqZ { width:6.875rem;height:1.625rem;top:213.125rem;left:6.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Kqvw3J0BxIH0wCipceo3lBDA1tSdITZH { width:8.75rem;height:2.6875rem;top:268.375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAK9VZZHrLpFWq6IIv60KqeEcprDVpfT { display:block; }
 }@media only screen and (max-width: 763px) { #QcE3TZnbZ8XQZwPsKf5LoIhKVTpZT9D8 { width:8.75rem;height:2.6875rem;top:254.5625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFtr9RbTERvDzZTTUiOHPXOkwgM1uu6b { display:block; }
 }@media only screen and (max-width: 763px) { #CDKzSNCNapOMvxcowMoytVMBxX7NskI0 { width:14.375rem;height:10.6875rem;top:229.5625rem;left:2.8125rem;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; }#CDKzSNCNapOMvxcowMoytVMBxX7NskI0.adaptive-delivery-prevent-bg, #CDKzSNCNapOMvxcowMoytVMBxX7NskI0.lazyload, #CDKzSNCNapOMvxcowMoytVMBxX7NskI0.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #DTFLQVybQCvvGZE2LLCh3St2mbzQHEBL { width:6.875rem;height:1.625rem;top:213rem;left:12.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xvTuVi4SHSm6P3B2fn5Wqk9pXf4iSOfJ { width:7.5rem;height:1.21875rem;top:219.9375rem;left:5.875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OKzKXOPSkKt9EruBCkdxdzTqgRXC77To { width:14.375rem;height:10.6875rem;top:257.25rem;left:2.8125rem;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; }#OKzKXOPSkKt9EruBCkdxdzTqgRXC77To.adaptive-delivery-prevent-bg, #OKzKXOPSkKt9EruBCkdxdzTqgRXC77To.lazyload, #OKzKXOPSkKt9EruBCkdxdzTqgRXC77To.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #QXCJgvk7p4hg84PFKxpDCXBB5SWMIuaD { width:14.375rem;height:10.6875rem;top:243.4375rem;left:2.8125rem;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; }#QXCJgvk7p4hg84PFKxpDCXBB5SWMIuaD.adaptive-delivery-prevent-bg, #QXCJgvk7p4hg84PFKxpDCXBB5SWMIuaD.lazyload, #QXCJgvk7p4hg84PFKxpDCXBB5SWMIuaD.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #BZ5bm8IqaTDZS3aAg3JXZ9rn9315Ggga { width:14.375rem;height:1.21875rem;top:237.125rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #f7ETokiWeg4d7a3gNsDShdwxOTU41nbS { width:14.375rem;height:1.21875rem;top:264.8125rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #zeBDLpNgLImgMkovm5m3RefHAdcUbSg0 { width:14.375rem;height:1.21875rem;top:251rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #rrKznGTd4pKwG2PQbTHtsSa7qJDT3y38 { width:11.875rem;height:3.8994125rem;top:232.5625rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNfmlgT8ogq4DWL85eHDb0bqxxosmb83 { width:11.875rem;height:3.8994125rem;top:260.6875rem;left:4rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTBX7kJRJnu3eybgPeALG0oPsOdk7gCa { width:11.875rem;height:3.8994125rem;top:246.5rem;left:4rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vq0wTsZNzXBqiA3LuKwg8Vh4GAG2NSIU { width:14.375rem;height:10.6875rem;top:271.0625rem;left:2.8125rem;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; }#vq0wTsZNzXBqiA3LuKwg8Vh4GAG2NSIU.adaptive-delivery-prevent-bg, #vq0wTsZNzXBqiA3LuKwg8Vh4GAG2NSIU.lazyload, #vq0wTsZNzXBqiA3LuKwg8Vh4GAG2NSIU.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ehFGiUTwOHG92essVR8c66UfWbkaN0fC { width:14.375rem;height:1.21875rem;top:278.625rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #N49b1Fop2Ms8CVxkwwcFGZohJPJXU7tR { width:8.75rem;height:2.6875rem;top:282.1875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAdtO4iM6sHQk468FuT37TPKWDOQhMVr { display:block; }
 }@media only screen and (max-width: 763px) { #BW86K3pAqShKqW8lL1iZ7mIqwfoTVo3s { width:6.875rem;height:1.625rem;top:229.25rem;left:6.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZKPPg02B4ITP4UnEdm3xNWCFFXEvt1VX { width:11.875rem;height:2.76171875rem;top:274.6875rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWd4RwhWLCE18vmAeEEO8Z7AVJK5CEAE { width:20rem;height:0.1875rem;top:286.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5WwRU6snKXBRWgOsD3Uf0sV68LI0fBy { background-color:rgba(255,255,255,0.95);background-image:none;display:block; }#w5WwRU6snKXBRWgOsD3Uf0sV68LI0fBy > .row .container { background-color: transparent; background-image: none; }#w5WwRU6snKXBRWgOsD3Uf0sV68LI0fBy::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#w5WwRU6snKXBRWgOsD3Uf0sV68LI0fBy > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#w5WwRU6snKXBRWgOsD3Uf0sV68LI0fBy > .row .container > .video-iframe-container { display: none; }#w5WwRU6snKXBRWgOsD3Uf0sV68LI0fBy > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#w5WwRU6snKXBRWgOsD3Uf0sV68LI0fBy > .row > .video-iframe-container { display: none; }#w5WwRU6snKXBRWgOsD3Uf0sV68LI0fBy > .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); }#w5WwRU6snKXBRWgOsD3Uf0sV68LI0fBy > .row .container { width:20rem;height:176.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mkAlpxCTHsHpukzusnAbFsHISehuGlpt { width:20rem;height:1.328125rem;top:53.50390625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #SRQdcspnTvonzksvbUDHi1KRPCcw6TwU { width:20rem;height:2.25rem;top:53.06640625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dz44ikOpgmzRvFpnFzXiHmgBuixnSBy2 { width:14.375rem;height:10.6875rem;top:7.1875rem;left:2.8125rem;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; }#Dz44ikOpgmzRvFpnFzXiHmgBuixnSBy2.adaptive-delivery-prevent-bg, #Dz44ikOpgmzRvFpnFzXiHmgBuixnSBy2.lazyload, #Dz44ikOpgmzRvFpnFzXiHmgBuixnSBy2.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #bcvzVTFtiQzZ5U1LpNXIVHxkAp82vNOf { width:11.875rem;height:2.923825rem;top:11.0625rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1BdMf3xMF9bSm13V3Q9hcoCbudXWJfG { width:8.75rem;height:2.6875rem;top:18.4375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQqiDKvvivOTLs7CkogfSU4eJbrzrwC1 { display:block; }
 }@media only screen and (max-width: 763px) { #iE53SOVs3oEIQDWCQvHa80GwyKQTZDOt { width:6.875rem;height:1.625rem;top:97.375rem;left:6.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #V3ek59TQ46AUp7E0crTnGRz4Wr6BLreN { width:6.875rem;height:1.625rem;top:81rem;left:6.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rKztXpw230gRk0xD1dpxOyfNtZSWJUw9 { width:7.5rem;height:1.21875rem;top:81.4375rem;left:4rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bLG5akAWJA9ghHhyEd3pDHQ1oZKg3vNb { width:6.875rem;height:1.625rem;top:116.28125rem;left:6.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #I549IOAcp2qWfnCyxAIC68OCu5S6uMNa { width:19.4375rem;height:2.51855625rem;top:4.6875rem;left:0.28125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9UpVt0yASukHlLSeSFv3RaNfTiThOBD { width:12.249375rem;height:1.94921875rem;top:1.5849609375rem;left:3.466796875rem;text-align:center;text-align-last:center;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;font-family:cairo;display:block; }
 }@media only screen and (max-width: 763px) { #hwQB1d6S7N3u2AnnNMbBKgbqyhwobVsm { width:15rem;height:2.99913125rem;top:1.0576171875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLxD6OmS76XlHpHSPrfLO40dgJLLDbo3 { width:14.375rem;height:1.21875rem;top:15.0625rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #OGvEy25soqBkvHB0EvmT3xGzvbTfdnT5 { width:14.375rem;height:10.6875rem;top:48.9375rem;left:2.8125rem;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; }#OGvEy25soqBkvHB0EvmT3xGzvbTfdnT5.adaptive-delivery-prevent-bg, #OGvEy25soqBkvHB0EvmT3xGzvbTfdnT5.lazyload, #OGvEy25soqBkvHB0EvmT3xGzvbTfdnT5.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #KAczg2fWtlLq5TEk7bJXbXuzF5ZGDi6m { width:11.875rem;height:4.38574375rem;top:52.3125rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlElCIToTwfpFNHLFHwt8wkarrPE7RZU { width:14.375rem;height:1.21875rem;top:56.75rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #AvQZPFGIrfXtpcVwiDVRWl3OneTlnBVa { width:8.75rem;height:2.6875rem;top:60.125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQCEvVnxWeKiURFAUAknxxG17uMJbT9A { display:block; }
 }@media only screen and (max-width: 763px) { #VSOHeIB4r7PmJGQ4nslo3E6G0Xk1DrqD { width:14.375rem;height:10.6875rem;top:35.0625rem;left:2.8125rem;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; }#VSOHeIB4r7PmJGQ4nslo3E6G0Xk1DrqD.adaptive-delivery-prevent-bg, #VSOHeIB4r7PmJGQ4nslo3E6G0Xk1DrqD.lazyload, #VSOHeIB4r7PmJGQ4nslo3E6G0Xk1DrqD.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #CZhlsTxieEUlnqQd9FpWbvzNH8aACdqm { width:11.875rem;height:2.76171875rem;top:38.125rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qm93OezNGTF34dvapdKzHJOA5TehCI5A { width:14.375rem;height:1.21875rem;top:42.5625rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #S2wlyGH4NQAt5pzlIZddtdlft4OlEREi { width:8.75rem;height:2.6875rem;top:46.255859375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhcK7Fzraot1ofhXuyeJvWlLXkPDXKSo { display:block; }
 }@media only screen and (max-width: 763px) { #xeqha7ucCGFyIFtOmOF6kNdtJG3dm30u { width:14.375rem;height:10.6875rem;top:21.125rem;left:2.8125rem;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; }#xeqha7ucCGFyIFtOmOF6kNdtJG3dm30u.adaptive-delivery-prevent-bg, #xeqha7ucCGFyIFtOmOF6kNdtJG3dm30u.lazyload, #xeqha7ucCGFyIFtOmOF6kNdtJG3dm30u.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Jmu6l2FCcZamZgE5S34G3KovJOWNzafq { width:11.875rem;height:2.923825rem;top:25.125rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHiAKUBT6Bv9faT3ItiCvcqkDhAVDtwt { width:14.375rem;height:1.21875rem;top:28.6875rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #tWpOfUt83c6lugJ2AXMJI3d21zEpn3iT { width:8.75rem;height:2.6875rem;top:32.375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXLfyXk1neTshurPHM2PJBobm7GIRHqW { display:block; }
 }@media only screen and (max-width: 763px) { #Lglz0vT8VTU5ZyQyJWESynA4w7rtQikx { width:8.75rem;height:2.6875rem;top:101.8125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H266SEaFOHpiZX2t0761maEA6ZWCCpTA { display:block; }
 }@media only screen and (max-width: 763px) { #OAIqdhWxcro92R3wJs50kZbxFrzD1605 { width:8.75rem;height:2.6875rem;top:87.875rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzL6ntkSfPNqi30nTnnO1AMcyPlL0pdH { display:block; }
 }@media only screen and (max-width: 763px) { #vOOqJRgvygpHwuZm8hMUayJRPWmAQTcn { width:8.75rem;height:2.6875rem;top:129.625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvHFN6mlNRmRTX2yQlqUuo0qUpUDzaR5 { display:block; }
 }@media only screen and (max-width: 763px) { #Tu3SkeIbZrtGUre6K0hkTysnBtJoeL4i { width:14.375rem;height:10.6875rem;top:104.5rem;left:2.8125rem;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; }#Tu3SkeIbZrtGUre6K0hkTysnBtJoeL4i.adaptive-delivery-prevent-bg, #Tu3SkeIbZrtGUre6K0hkTysnBtJoeL4i.lazyload, #Tu3SkeIbZrtGUre6K0hkTysnBtJoeL4i.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #SPpFiHQOfCgoSnu7U9MvcW7LH1tG8VCl { width:14.375rem;height:10.6875rem;top:90.5625rem;left:2.8125rem;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; }#SPpFiHQOfCgoSnu7U9MvcW7LH1tG8VCl.adaptive-delivery-prevent-bg, #SPpFiHQOfCgoSnu7U9MvcW7LH1tG8VCl.lazyload, #SPpFiHQOfCgoSnu7U9MvcW7LH1tG8VCl.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #vb1v5wI8FwyRGRDJwCTCTJyysqCqHxBZ { width:14.375rem;height:10.6875rem;top:76.6875rem;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; }#vb1v5wI8FwyRGRDJwCTCTJyysqCqHxBZ.adaptive-delivery-prevent-bg, #vb1v5wI8FwyRGRDJwCTCTJyysqCqHxBZ.lazyload, #vb1v5wI8FwyRGRDJwCTCTJyysqCqHxBZ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #PPiiitOODzLmBhkfZuBkNh1QXIV27aAH { width:14.375rem;height:10.6875rem;top:118.4375rem;left:2.8125rem;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; }#PPiiitOODzLmBhkfZuBkNh1QXIV27aAH.adaptive-delivery-prevent-bg, #PPiiitOODzLmBhkfZuBkNh1QXIV27aAH.lazyload, #PPiiitOODzLmBhkfZuBkNh1QXIV27aAH.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #I3dZI11SIWgvy9X9XxfxQbTwdJggpuxv { width:8.75rem;height:2.6875rem;top:115.75rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3bBX7MbcyXRvyV3Km5ehtpCt5wJxtRB { display:block; }
 }@media only screen and (max-width: 763px) { #CCg0H9zliPU8sXzu3oAMPvbibZvvtybx { width:14.375rem;height:1.21875rem;top:112.0625rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #KoLmS4qZ4MS3rhHqd0IvnNhNULr948u5 { width:14.375rem;height:1.21875rem;top:84.25rem;left:2.375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #LKhp12S8HKQsZa5MCFDOUk9awLTPVqTC { width:11.875rem;height:2.76171875rem;top:108.212890625rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkSsAZQe0VmzyTDrMUinbqP9kD3R21AN { width:11.875rem;height:2.76171875rem;top:93.98828125rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X749ISQx3sw1Uuz1uQUMlsoCSXvlZafv { width:11.875rem;height:2.76171875rem;top:80.369140625rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhDiacgbKH34TUFHpfwrIKe9TZUPO5sN { width:11.875rem;height:2.923825rem;top:122.4375rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6XoRfftos7emu2qL6BTNsHWHBxWwSWU { width:6.875rem;height:1.625rem;top:74rem;left:6.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #qDnI0sxVBK4s5NlJmkrLDcuJyLFTpGMf { width:7.5rem;height:1.21875rem;top:70.75rem;left:5.875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rPgkPNOPuEmBbBtBWbOJdJGXZ45fvOHA { width:6.875rem;height:1.625rem;top:63.9375rem;left:6.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #B54DbMlRVdoIfvRyo2w6fp0ezVghtl0L { width:8.75rem;height:2.6875rem;top:171.3125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MR7gqfD5pN6K7vcEOTcW674aLHvcaDXF { display:block; }
 }@media only screen and (max-width: 763px) { #zC30KLHew58NWR3LdB4es6ZaHIy29XSl { width:8.75rem;height:2.6875rem;top:143.5rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ou4s04Va0J5bXeNxKxHouI2qe0koOxNX { display:block; }
 }@media only screen and (max-width: 763px) { #DcalW0wNEM4wRoXJgmEJg3JZq8Mriy9m { width:8.75rem;height:2.6875rem;top:74rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkLJ2nOOJmTiSfrOWqRFt1U4cRCIxhVL { display:block; }
 }@media only screen and (max-width: 763px) { #y5Kkx8flEG5WQq2vLmTdHCSwJm6JHPEt { width:14.375rem;height:10.6875rem;top:146.1875rem;left:2.8125rem;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; }#y5Kkx8flEG5WQq2vLmTdHCSwJm6JHPEt.adaptive-delivery-prevent-bg, #y5Kkx8flEG5WQq2vLmTdHCSwJm6JHPEt.lazyload, #y5Kkx8flEG5WQq2vLmTdHCSwJm6JHPEt.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #d3SFF4BVpD3GAstXtd2U2TQUEaTBXP5v { width:14.375rem;height:10.6875rem;top:132.3125rem;left:2.8125rem;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; }#d3SFF4BVpD3GAstXtd2U2TQUEaTBXP5v.adaptive-delivery-prevent-bg, #d3SFF4BVpD3GAstXtd2U2TQUEaTBXP5v.lazyload, #d3SFF4BVpD3GAstXtd2U2TQUEaTBXP5v.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #rGQ7UgcJnXr3XKvUVZpptaubKKK82II3 { width:14.375rem;height:10.6875rem;top:62.8125rem;left:2.8125rem;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; }#rGQ7UgcJnXr3XKvUVZpptaubKKK82II3.adaptive-delivery-prevent-bg, #rGQ7UgcJnXr3XKvUVZpptaubKKK82II3.lazyload, #rGQ7UgcJnXr3XKvUVZpptaubKKK82II3.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #kzHrVnyC6AmqDkfneGsTm16RtTtn1upp { width:14.375rem;height:1.21875rem;top:153.25rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #d0mJ7Psq4JEvHFJ6Qz9TBJ4R5eQHJ4My { width:14.375rem;height:1.21875rem;top:140.15625rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #D7vQU5pUe40u4u0pTWsJQ28uvGLJDIRI { width:14.375rem;height:1.21875rem;top:70.375rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #Mq3SSN3mtmqq0A5AsQTWV386ppRA4sfS { width:11.875rem;height:2.76171875rem;top:149.9375rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtqmvhGT0q2Z2lUDDQwHN5GK4B8Wetis { width:11.875rem;height:3.65625rem;top:135.828125rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXuXC313GaEm1SatQvE9ic8db2XbcDPX { width:14.375rem;height:10.6875rem;top:160.125rem;left:2.875rem;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; }#xXuXC313GaEm1SatQvE9ic8db2XbcDPX.adaptive-delivery-prevent-bg, #xXuXC313GaEm1SatQvE9ic8db2XbcDPX.lazyload, #xXuXC313GaEm1SatQvE9ic8db2XbcDPX.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #O3VZKfpJyKQMunoc0BskWMTmTKy22BSC { width:14.375rem;height:1.21875rem;top:167.9375rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #G2aOLTrfFhZSbktG3At3GoP22BEGxce7 { width:11.875rem;height:2.923825rem;top:66.6875rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBOcm9Olanaq6TrfDvMvJzppwVlE1JUL { width:11.875rem;height:4.142575rem;top:163.25rem;left:4rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3xWzydHgOg5nTX0mCM99a6eW15Jn9le { width:8.75rem;height:2.6875rem;top:157.375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2NrLWNZ9rUfPzuQCrlEUbwqaNTbVNuG { display:block; }
 }@media only screen and (max-width: 763px) { #U6KmPiuUz2w0ST98Q2k85Wh7TOyvw1eC { width:6.875rem;height:1.625rem;top:171.3125rem;left:2.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #K6tA9aVtNet3T5ZHNqvcXJ4OsQqX1Agg { width:14.375rem;height:1.21875rem;top:97.84375rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #BlrZIEO8EvBiDerSFpc5IGJmg5TriGiE { width:20rem;height:0.1875rem;top:175.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5Hq0RXPniGeiuno88FJOAn7Tik7rNXt { background-color:rgba(255,255,255,0.95);background-image:none;display:block; }#O5Hq0RXPniGeiuno88FJOAn7Tik7rNXt > .row .container { background-color: transparent; background-image: none; }#O5Hq0RXPniGeiuno88FJOAn7Tik7rNXt::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#O5Hq0RXPniGeiuno88FJOAn7Tik7rNXt > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#O5Hq0RXPniGeiuno88FJOAn7Tik7rNXt > .row .container > .video-iframe-container { display: none; }#O5Hq0RXPniGeiuno88FJOAn7Tik7rNXt > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#O5Hq0RXPniGeiuno88FJOAn7Tik7rNXt > .row > .video-iframe-container { display: none; }#O5Hq0RXPniGeiuno88FJOAn7Tik7rNXt > .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); }#O5Hq0RXPniGeiuno88FJOAn7Tik7rNXt > .row .container { width:20rem;height:65.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ofl42VEeD25qWBC8Gma9SUSJL0BgiMPe { width:20rem;height:1.328125rem;top:53.50390625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #spQ2cTo8sKCA4brXXowG8KuAEU6XkDQE { width:20rem;height:2.25rem;top:53.06640625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #i0uZJa12i8iMD3TJS0TtK3TPpaS8mapr { width:14.375rem;height:10.6875rem;top:7.1875rem;left:2.8125rem;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; }#i0uZJa12i8iMD3TJS0TtK3TPpaS8mapr.adaptive-delivery-prevent-bg, #i0uZJa12i8iMD3TJS0TtK3TPpaS8mapr.lazyload, #i0uZJa12i8iMD3TJS0TtK3TPpaS8mapr.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #gqdvqTUslvHQZZtvrgvDKVEEna8VAdLo { width:11.875rem;height:2.923825rem;top:11.0625rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWTGbIopTtpxoS4fc1VtxWGgEmI7z46M { width:8.75rem;height:2.6875rem;top:18.4375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TST3UHDDnsH2zWuQfSmMnFAywmF9cUvz { display:block; }
 }@media only screen and (max-width: 763px) { #dZB28ekVDzmW2kh7h5eS8FNrmw2sna6P { width:19.4375rem;height:2.51855625rem;top:4.6875rem;left:0.28125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNPmK2pQJoGV9xZ8SeAUXGK4iASRaNXC { width:12.249375rem;height:1.94921875rem;top:1.5849609375rem;left:3.466796875rem;text-align:center;text-align-last:center;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;font-family:cairo;display:block; }
 }@media only screen and (max-width: 763px) { #G855eIRlTbNftHm2faiP6HAm9guBKe05 { width:15rem;height:2.99913125rem;top:1.0576171875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KT6kEIGy1Q3uTzNgTdmADFhlIo8ucvyM { width:14.375rem;height:10.6875rem;top:48.9375rem;left:2.8125rem;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; }#KT6kEIGy1Q3uTzNgTdmADFhlIo8ucvyM.adaptive-delivery-prevent-bg, #KT6kEIGy1Q3uTzNgTdmADFhlIo8ucvyM.lazyload, #KT6kEIGy1Q3uTzNgTdmADFhlIo8ucvyM.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #qnTDx7qAd3XGTc5ce38poT5tJAUDtQHn { width:11.875rem;height:2.923825rem;top:52.818359375rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvTkrZlmh4rFGk9q9E813srDHtc6QVkH { width:14.375rem;height:1.21875rem;top:56.75rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #uWKR6o53QBaospVxkBsHLc7TAU3vH7I9 { width:8.75rem;height:2.6875rem;top:60.125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8WEtTxWJ2gTIagdW0ukrnVT5AdvPXTz { display:block; }
 }@media only screen and (max-width: 763px) { #Dehya24aMnuEGJmRzGUhaWOFvpqpLIQw { width:14.375rem;height:10.6875rem;top:35.0625rem;left:2.8125rem;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; }#Dehya24aMnuEGJmRzGUhaWOFvpqpLIQw.adaptive-delivery-prevent-bg, #Dehya24aMnuEGJmRzGUhaWOFvpqpLIQw.lazyload, #Dehya24aMnuEGJmRzGUhaWOFvpqpLIQw.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #DqPtWrTmos9BofiqlFkZuF7kr6Dw0Uux { width:11.875rem;height:3.65625rem;top:38.453125rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XboODVvfgwDqaPo2Fi7FyQzHtS7S6xz3 { width:14.375rem;height:1.21875rem;top:42.5625rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #PL4PsHSvLVBfE5hA7UTZgFO67zJ154kC { width:8.75rem;height:2.6875rem;top:46.255859375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyGUoGUq67e8poyHr6yDwAtuzEeXimAC { display:block; }
 }@media only screen and (max-width: 763px) { #lxO18qXTRTsvA2naXaWxug5dAOFitSAg { width:14.375rem;height:10.6875rem;top:21.125rem;left:2.8125rem;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; }#lxO18qXTRTsvA2naXaWxug5dAOFitSAg.adaptive-delivery-prevent-bg, #lxO18qXTRTsvA2naXaWxug5dAOFitSAg.lazyload, #lxO18qXTRTsvA2naXaWxug5dAOFitSAg.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #VgkUuNnnIFPNEQyEmTiDnyGE2RuxDqo7 { width:11.875rem;height:4.875rem;top:24.03125rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfUOuJmr93308fzxxP0Nm0UlG4MCPCZ5 { width:14.375rem;height:1.21875rem;top:28.90625rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #AEsLt3RE8BdBctkIHxzT97ihDEP3NFVL { width:8.75rem;height:2.6875rem;top:32.375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dpb4LzT7hXdaX9wTeEu8hFClfW6U9ic4 { display:block; }
 }@media only screen and (max-width: 763px) { #gf10KoqoQLkErxHF87fBbsUGKTCA01Xn { width:14.375rem;height:1.21875rem;top:14.9375rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #d2D7zGOGFachfrdvk0KiHSWESDcaJO5N { width:20rem;height:0.1875rem;top:64.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTmURrivSoEBwEKe19xO19nAAMF4BRbm { background-color:rgba(255,255,255,0.95);background-image:none;display:block; }#oTmURrivSoEBwEKe19xO19nAAMF4BRbm > .row .container { background-color: transparent; background-image: none; }#oTmURrivSoEBwEKe19xO19nAAMF4BRbm::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oTmURrivSoEBwEKe19xO19nAAMF4BRbm > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oTmURrivSoEBwEKe19xO19nAAMF4BRbm > .row .container > .video-iframe-container { display: none; }#oTmURrivSoEBwEKe19xO19nAAMF4BRbm > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oTmURrivSoEBwEKe19xO19nAAMF4BRbm > .row > .video-iframe-container { display: none; }#oTmURrivSoEBwEKe19xO19nAAMF4BRbm > .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); }#oTmURrivSoEBwEKe19xO19nAAMF4BRbm > .row .container { width:20rem;height:65.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m758plZKptq3ogbqrNrzDDl4rFMtiB72 { width:20rem;height:1.328125rem;top:53.50390625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #fO8GZO4Vh6bKwLdSbZLzOhQXugZZ88qd { width:20rem;height:2.25rem;top:53.06640625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RtsNNcxa3V1M7W2hmsxxtt4f4ucNckKd { width:14.375rem;height:10.6875rem;top:7.1875rem;left:2.8125rem;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; }#RtsNNcxa3V1M7W2hmsxxtt4f4ucNckKd.adaptive-delivery-prevent-bg, #RtsNNcxa3V1M7W2hmsxxtt4f4ucNckKd.lazyload, #RtsNNcxa3V1M7W2hmsxxtt4f4ucNckKd.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #KWrU3nfpSEKBrFIcIQFRORAKkrSqwuVZ { width:11.875rem;height:4.38574375rem;top:10.337890625rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezbcXVBXqXdKmAnPcJUDiuv3uVrfCI2S { width:8.75rem;height:2.6875rem;top:18.4375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8unqJ9itImQDIk7vonxcT2HyHaotPrL { display:block; }
 }@media only screen and (max-width: 763px) { #mLiCb19oogX7T9NWTWlWdWN3seTBrXgF { width:19.4375rem;height:2.51855625rem;top:4.6875rem;left:0.28125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTlKQIdGC9ERBoASx6RxHToColKDXxSe { width:12.249375rem;height:1.94921875rem;top:1.5849609375rem;left:3.466796875rem;text-align:center;text-align-last:center;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;font-family:cairo;display:block; }
 }@media only screen and (max-width: 763px) { #Cmt7JbKmyIXOFWHL9IxhNATAsBNauRWh { width:15rem;height:2.99913125rem;top:1.0576171875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoaQlpJiPwREsgVp9wIIuUUOCTirCWHN { width:14.375rem;height:10.6875rem;top:48.9375rem;left:2.8125rem;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; }#MoaQlpJiPwREsgVp9wIIuUUOCTirCWHN.adaptive-delivery-prevent-bg, #MoaQlpJiPwREsgVp9wIIuUUOCTirCWHN.lazyload, #MoaQlpJiPwREsgVp9wIIuUUOCTirCWHN.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #isLolI1n1r7RW4RAnlMV7CQP71SD8UOD { width:11.875rem;height:4.38574375rem;top:52.087890625rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M66CLsyNKExNwSg1x4Hekhzr5yRa3wIi { width:14.375rem;height:1.21875rem;top:56.75rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #f3hVbX866hPI7ibJrsTN54Pv1nW4SpOT { width:8.75rem;height:2.6875rem;top:60.125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvTeWb09r55LofhTcto8Ll4Er6ONtnpS { display:block; }
 }@media only screen and (max-width: 763px) { #HAPgNb71UmC6kB1VTRIh0rTBz5Z6xww6 { width:14.375rem;height:10.6875rem;top:35.0625rem;left:2.8125rem;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; }#HAPgNb71UmC6kB1VTRIh0rTBz5Z6xww6.adaptive-delivery-prevent-bg, #HAPgNb71UmC6kB1VTRIh0rTBz5Z6xww6.lazyload, #HAPgNb71UmC6kB1VTRIh0rTBz5Z6xww6.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #BSMo9xpra0tHir3MVsmI2EhTWmolDb36 { width:11.875rem;height:4.875rem;top:37.96875rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJdLakSVTAFfM0dsxdAlePR5BoWIDLU4 { width:14.375rem;height:1.21875rem;top:42.5625rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #L8F9qiaom64lk3SPxJT8TyAgro9teCb8 { width:8.75rem;height:2.6875rem;top:46.255859375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #baogTWc9xPJ7H9LUONMxeigkH25rgb9Q { display:block; }
 }@media only screen and (max-width: 763px) { #O6yTBiHqKO3pNtd97bXpm3bBGD8ULmZX { width:14.375rem;height:10.6875rem;top:21.125rem;left:2.8125rem;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; }#O6yTBiHqKO3pNtd97bXpm3bBGD8ULmZX.adaptive-delivery-prevent-bg, #O6yTBiHqKO3pNtd97bXpm3bBGD8ULmZX.lazyload, #O6yTBiHqKO3pNtd97bXpm3bBGD8ULmZX.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #isK8q2TNbJJtyhW0bmOogKufIUmvPSTr { width:11.875rem;height:3.8994125rem;top:24.51953125rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmgAa1ghlOnlfNAvDJJTSMOR45Fh2epO { width:14.375rem;height:1.21875rem;top:28.90625rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #L0M8sgb8SIyRArtdCJTqGgg1DdNLtV0I { width:8.75rem;height:2.6875rem;top:32.375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c74QDKt9K9IAT9tn3o70p1nqtJJ4ZeRU { display:block; }
 }@media only screen and (max-width: 763px) { #Q8zF5oGWxWguEMDM9042EQAUbZpP1K4D { width:14.375rem;height:1.21875rem;top:14.9375rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #Ur2vPWbTHOP2FaGmx6NsyBSyVATgGQIc { width:20rem;height:0.1875rem;top:64.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s78vNhvcFflB4Hin2uURTmrHMDASdGW3 { background-color:rgba(255,255,255,0.95);background-image:none;display:block; }#s78vNhvcFflB4Hin2uURTmrHMDASdGW3 > .row .container { background-color: transparent; background-image: none; }#s78vNhvcFflB4Hin2uURTmrHMDASdGW3::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#s78vNhvcFflB4Hin2uURTmrHMDASdGW3 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#s78vNhvcFflB4Hin2uURTmrHMDASdGW3 > .row .container > .video-iframe-container { display: none; }#s78vNhvcFflB4Hin2uURTmrHMDASdGW3 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#s78vNhvcFflB4Hin2uURTmrHMDASdGW3 > .row > .video-iframe-container { display: none; }#s78vNhvcFflB4Hin2uURTmrHMDASdGW3 > .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); }#s78vNhvcFflB4Hin2uURTmrHMDASdGW3 > .row .container { width:20rem;height:105.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ywaMCrPyuXd96SyTcpRS59UFnCpsUOcV { width:20rem;height:1.328125rem;top:53.50390625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #aRBQzTTZ5hXhTBbudSsF2VyfLOUAhTfs { width:20rem;height:2.25rem;top:53.06640625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vepuk2ZgHpfDXdgtUWKh3eN0BzIO8pCr { width:14.375rem;height:10.6875rem;top:7.1875rem;left:2.8125rem;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; }#vepuk2ZgHpfDXdgtUWKh3eN0BzIO8pCr.adaptive-delivery-prevent-bg, #vepuk2ZgHpfDXdgtUWKh3eN0BzIO8pCr.lazyload, #vepuk2ZgHpfDXdgtUWKh3eN0BzIO8pCr.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #KdGOoxQTTPsagbNp8zBPSRoQxu9JEgL5 { width:11.875rem;height:3.8984375rem;top:79.474609375rem;left:4.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5UES6TVGhy7bLHWPt3XrwzROpba1vJH { width:8.75rem;height:2.6875rem;top:18.4375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xtao3AOhl69NBykFsU7M7JtFhBtNPVAs { display:block; }
 }@media only screen and (max-width: 763px) { #lM7TxlwavEO6fwQCaJudnetWZ6cbsoB8 { width:19.4375rem;height:2.51855625rem;top:4.6875rem;left:0.28125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppKF3DJueEEkF0MQktU1FTE29PhFBTdT { width:12.249375rem;height:1.94921875rem;top:1.5849609375rem;left:3.466796875rem;text-align:center;text-align-last:center;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;font-family:cairo;display:block; }
 }@media only screen and (max-width: 763px) { #ewwaJX8BxJAqX7WPLgQtdcPQWNGJvdVM { width:15rem;height:2.99913125rem;top:1.0576171875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4nal7WP4gZlSBOhszLttJHL079QroDu { width:14.375rem;height:10.6875rem;top:75.3125rem;left:2.8125rem;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; }#D4nal7WP4gZlSBOhszLttJHL079QroDu.adaptive-delivery-prevent-bg, #D4nal7WP4gZlSBOhszLttJHL079QroDu.lazyload, #D4nal7WP4gZlSBOhszLttJHL079QroDu.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #FKIZyvSKUDmDA76qFyG8ak5PnZ3poII1 { width:11.875rem;height:3.57421875rem;top:92.625rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRq72SP79Jq1mT7kHTu5n7uPDafSbfxm { width:14.375rem;height:1.3808625rem;top:97.3125rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #SxpIb62onMOXLxfOrFEyVfTFzk2KrfEd { width:8.75rem;height:2.6875rem;top:67.125rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT4ubwDrb0tOdElN4FaPrCFn7yoQsOdb { display:block; }
 }@media only screen and (max-width: 763px) { #VbynIwHgEtBGUaVWD8hm8minCV5yuzMl { width:14.375rem;height:10.6875rem;top:41.9375rem;left:2.8125rem;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; }#VbynIwHgEtBGUaVWD8hm8minCV5yuzMl.adaptive-delivery-prevent-bg, #VbynIwHgEtBGUaVWD8hm8minCV5yuzMl.lazyload, #VbynIwHgEtBGUaVWD8hm8minCV5yuzMl.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #du6D4qngheSEIIp5mwC5FWTRfUyV125Z { width:8.75rem;height:2.6875rem;top:53.125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgcIKwHGzWh0PJTPTOMpSGrGLBUsfCd3 { display:block; }
 }@media only screen and (max-width: 763px) { #WS7bSfbd0WVVq7K8oyCddpDhIzipiFsc { width:14.375rem;height:10.6875rem;top:21.125rem;left:2.8125rem;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; }#WS7bSfbd0WVVq7K8oyCddpDhIzipiFsc.adaptive-delivery-prevent-bg, #WS7bSfbd0WVVq7K8oyCddpDhIzipiFsc.lazyload, #WS7bSfbd0WVVq7K8oyCddpDhIzipiFsc.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ikkewZMBr4JufMSvaG2MtKHONhXQbJXi { width:13.375rem;height:1.3808625rem;top:58.83203125rem;left:3.875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9UeJRNeo2FnAUAtPzSyxkSGvTW1UUy7 { width:14.375rem;height:1.21875rem;top:63.59375rem;left:3.466796875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #vLZl2mslPRMN2tthVlmmTOHiIVGB09mG { width:8.75rem;height:2.6875rem;top:32.375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5Z490hktHVCtRcNZt6pewPDOGAm0EZT { display:block; }
 }@media only screen and (max-width: 763px) { #P4AUC6iO2MwCM9F8FaCpxwwJLELicMLX { width:20rem;height:2.51855625rem;top:38rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzgyngBnKnhQwnJP4wlxOcF3oMIO2ZH8 { width:0.1875rem;height:18.75rem;top:75.36425625rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bhl8Dndos3Tf9yxUS4dqlPvTQDWdMkop { width:11.875rem;height:3.25rem;top:45.65625rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHMgsq8BPT3cZU4zzJMOmFAfNTOItCTx { width:11.875rem;height:2.111325rem;top:60.7646484375rem;left:4.625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nb2Sgw8S5lJ4lOAXJgfSyF2EKSAeDiiW { width:20rem;height:2.51855625rem;top:72.3125rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVgVVLR4F3qfxNvyMuMOgiCkdWSXWlTG { width:14.375rem;height:10.6875rem;top:89.1875rem;left:2.8125rem;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; }#pVgVVLR4F3qfxNvyMuMOgiCkdWSXWlTG.adaptive-delivery-prevent-bg, #pVgVVLR4F3qfxNvyMuMOgiCkdWSXWlTG.lazyload, #pVgVVLR4F3qfxNvyMuMOgiCkdWSXWlTG.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #QlT1pNbVZe1x5Cf8SoxgLSWgLGTzlzfm { width:11.875rem;height:3.25rem;top:11.068359375rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mX2RfsIHq1VmSm9A5Jsqvx3XG4o246tB { width:8.75rem;height:2.6875rem;top:100.3125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TapZZqiuHu3vg90SHZc5pFPgCQciTVgC { display:block; }
 }@media only screen and (max-width: 763px) { #TCATpaD0xtHcBw6OzciXepxHHBopEwNZ { width:14.375rem;height:10.6875rem;top:55.9228515625rem;left:3.466796875rem;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; }#TCATpaD0xtHcBw6OzciXepxHHBopEwNZ.adaptive-delivery-prevent-bg, #TCATpaD0xtHcBw6OzciXepxHHBopEwNZ.lazyload, #TCATpaD0xtHcBw6OzciXepxHHBopEwNZ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #V6AvW9CfTtsrEoyDNNzBhwIhzVNzxA5r { width:11.875rem;height:4.38574375rem;top:24.275390625rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHUwGGQ1uVrrk0BTv7w76KgDXLefXfWJ { width:8.75rem;height:2.6875rem;top:86.4892578125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hU7Z0RrkCyzKdOlwXK6WnHDaLN1nnFmD { display:block; }
 }@media only screen and (max-width: 763px) { #EHotLidoT3cEli15yhwoS1XTkILT4CHM { width:14.375rem;height:1.21875rem;top:29.3125rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #srrygAML1QIVV2NiCLSbWPNW8ir5EmTv { width:20rem;height:0.1875rem;top:71.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aP9fsa7LKc8WChAHwpTPHRZFoQSalWnS { width:20rem;height:0.1875rem;top:36.8125rem;left:0rem;z-index:100173;display:block; }
 }@media only screen and (max-width: 763px) { #DAQnRCeiT5yh5UmryC8dlJCCWTHyHOnu { display:block; }#DAQnRCeiT5yh5UmryC8dlJCCWTHyHOnu > .row .container { width:20rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EgenyCSKcHUdVpNRxQ1uQBRKJnq6SamV { 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) { #RRgXboiF38EUDriX3XJa8GTE9niH19bD { 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) { #GnsPQkUb13HPv5z1iFeqT3tsl6T4vB56 { width:13.0625rem;height:2.986325rem;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) { #GSCufOTRzywzMB8NDH0cE2dHGcld5MXb { 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) { #ZzaQD0rq9TJGvGfhLBcn8PhqLev9etc7 { 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) { #iDquHaJBSgT7kG1qlTqdsS8Fe2rXzeLT { 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) { #VusokiBe0BFqf2zp3TgkvpBZ5k0R5OX6 { width:11.625rem;height:17.8125rem;top:0.6875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAyeHuR4zVW620pLHx0weBMOZe89eWmv { 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) { #wO3ohoO1Zs6JR5CIbIJPeo5ezibTP7H4 { 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) { #TvGwT8UHKF3r4TpLRFbAkmIs8B1Phl3O { 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) { #Iacfnz8KToy96XW9Je9lxGxqiV2AtO9X { 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; }
 }