.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); }#pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fffbfe, #ffffff);background-image: -moz-linear-gradient(180deg, #fffbfe, #ffffff);background-image: -ms-linear-gradient(180deg, #fffbfe, #ffffff);background-image: -o-linear-gradient(180deg, #fffbfe, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffbfe', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffbfe', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #fffbfe, #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:50rem;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.3120125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#qFRzwroCgZHyvTqxpgQ0kzd6TGHb831X { color:#ffffff;display:block;width:54.749375rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:400;z-index:100018;line-height:1.3;letter-spacing:0;top:10.995009422303rem;left:10.12478351593rem;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; }
#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.3120125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#OzDeVRkGAFeKmGl2zEbmZX2LO9ZN6izW { color:#d5b56a;display:block;width:45.186625rem;position:absolute;font-family:"mykonos ar";font-size:2.4375rem;font-weight:400;z-index:100018;line-height:1.3;letter-spacing:0;top:14.935546875rem;left:15.936279296875rem;height:6.337875rem;text-align:center;text-align-last:center;font-style:normal;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:0rem;left:33.8125rem;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.1236875rem;width:8.997375rem;top:0.625rem;left:33.0625rem;display:block; }
#FV1nIwT5Q7QQVWeXZ4P3QhOBnhXfBUhy { color:#0078c4;display:block;width:37.9980625rem;position:absolute;font-family:cairo;font-size:1.875rem;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:26.280517578125rem;left:33.812255859375rem;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; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-form-header {  }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:1.125rem;font-weight:bold;color:#a41354;width:23.125rem;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:23.125rem;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:23.125rem;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:23.125rem;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:23.125rem;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:21.9375rem;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:23.125rem;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:23.75rem;left:3.86474609375rem; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.125rem; }
#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:23.125rem;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:23.75rem;left:3.86474609375rem; }
#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; }
#qoPBykNlLFCo6W6TI2DDpMalosgc9R6v { position:relative;display:block; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #KaP1MICsO0yPW5W17kFp8836ddTGPEpE { position:relative; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #WUN0qoF8LWGFTIr74WsXb1W3f3w3cMu6 { position:relative; }
#QIqkr2g417Gse3cOg02XQCaNktmLzGEn { background-color:#bda463;background-image:none;background-position:center !important;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;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.8115rem;height:2.749025rem;text-decoration:none;z-index:100042;text-align:center;text-align-last:center;top:32.634765625rem;left:43.97265625rem;display:block; }
#IAk1t07ssUswPI01dQp1Xo80kTVkxnHC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#pTE9qfSgoEoVmXVMXimTREt3K6UewNKD { background-color:#bda463;background-image:none;background-position:center !important;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;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.8123125rem;height:2.74956875rem;text-decoration:none;z-index:100043;text-align:center;text-align-last:center;top:36.947700500488rem;left:33.810765266419rem;display:block; }
#vsHznUibvIb7nQRoPQH92TrHRf3DbQLg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#HmDQsnST5wTZWq4k281ytUryNovedaCy { background-color:#bda463;background-image:none;background-position:center !important;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;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.8115rem;height:2.749025rem;text-decoration:none;z-index:100043;text-align:center;text-align-last:center;top:37.015625rem;left:55.4375rem;display:block; }
#LkZQWh5vaGUNynro3pNP19XZNJOARSK0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#m1Xx9pBdRIATKlU8e3uwrhRw0EXRkHcT { background-color:#bda463;background-image:none;background-position:center !important;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;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.8115rem;height:2.749025rem;text-decoration:none;z-index:100045;text-align:center;text-align-last:center;top:40.8740234375rem;left:55.4375rem;display:block; }
#t9QLtJ0WHTbTNywUFcyTt7yAsTHLJosZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#seJfb3sRsAx5UxpzuRTGeiaOC9e7g62K { background-color:#bda463;background-image:none;background-position:center !important;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;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.8118125rem;height:2.74946875rem;text-decoration:none;z-index:100045;text-align:center;text-align-last:center;top:40.872690677643rem;left:33.811256766319rem;display:block; }
#x1XdvHkTQgXxpo50cN6Mt3MWUbZTPn6J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;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: #ffffff; }#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: #ffffff; }#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:103.25rem;width:75rem;position:relative;display:block; }#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:5.625rem;left:58.3125rem;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:9.5625rem;left:59.5625rem;height:2.92480625rem;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:16.9375rem;left:61.375rem;display:block; }
#k7qVyGSPgbTndqixzytM8VXD7AgqKwE2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;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:34.125rem;left:42.875rem;height:1.2807625rem;font-style:normal;text-align:center;text-align-last:center;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:13.186849594116rem;left:58.310547828674rem;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:5.625rem;left:39.4375rem;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:8.6872825622556rem;left:40.686852455139rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;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:5.625rem;left:20.6875rem;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:8.9375rem;left:21.9375rem;height:1.4431125rem;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:13.1875rem;left:20.6875rem;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; }
#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:5.625rem;left:2.25rem;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:9.5365762710569rem;left:3.4987567663193rem;height:2.92480625rem;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:13.1875rem;left:2.25rem;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; }
#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:21.375rem;left:58.375rem;display:block; }#gW5RVsKiHLNtXKOwbqDtacLuUL9PBbwn.adaptive-delivery-prevent-bg, #gW5RVsKiHLNtXKOwbqDtacLuUL9PBbwn.lazyload, #gW5RVsKiHLNtXKOwbqDtacLuUL9PBbwn.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:21.375rem;left:20.75rem;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; }
#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:28.9375rem;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; }
#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:28.9375rem;left:20.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; }
#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:0.9375rem;font-weight:700;z-index:100041;line-height:1.3;letter-spacing:0;top:23.423395156861rem;left:59.560547828674rem;height:3.7172875rem;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:24.615886688233rem;left:21.936850547791rem;height:4.14184375rem;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:41.974433898926rem;left:4.1859019994736rem;height:1.5249rem;font-style:normal;text-align:center;text-align-last:center;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:21.375rem;left:2.25rem;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:28.9375rem;left:2.25rem;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.396484375rem;left:41.436767578125rem;height:2.76123125rem;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:42.7459192276rem;left:22.686434149742rem;height:1.4431125rem;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:24.020183563233rem;left:3.4971790313721rem;height:2.92480625rem;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.76123125rem;font-style:normal;text-align:center;text-align-last:center;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; }
#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:1rem;font-weight:700;z-index:100073;line-height:1.3;letter-spacing:0;top:55.9951171875rem;left:4.1875rem;height:3.9589875rem;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.59765625rem;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:2.59765625rem;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:55.333810806274rem;left:59.841972708702rem;height:4.14184375rem;font-style:normal;text-align:center;text-align-last:center;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; }
#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:0.875rem;font-weight:700;z-index:100093;line-height:1.3;letter-spacing:0;top:72.110260963437rem;left:3.4987567663193rem;height:2.2753875rem;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:3.9589875rem;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:72.598542213437rem;left:21.937143683434rem;height:1.298825rem;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; }
#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:70.594813346862rem;left:59.562321066856rem;height:2.76123125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EKXbGbGr2nI1T9DylT9AL6apNWtL5pqF { position:absolute;display:block;z-index:100087;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:84.4375rem;left:50.375rem;display:block; }#EKXbGbGr2nI1T9DylT9AL6apNWtL5pqF.adaptive-delivery-prevent-bg, #EKXbGbGr2nI1T9DylT9AL6apNWtL5pqF.lazyload, #EKXbGbGr2nI1T9DylT9AL6apNWtL5pqF.lazyloading { background-image: none; }
#nlKygwlZy2VSseGTizvd2dCWhxQbHUpp { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100201;line-height:1.6;letter-spacing:0;top:92rem;left:50.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; }
#KxEQvFT13urZ7wbCGA5PF2JmhoQLB2DJ { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100106;line-height:1.3;letter-spacing:0;top:87.875rem;left:51.1875rem;height:2.76123125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zI6MMCVIO4BkHpmdK4KGdDyh6nPMI02g { position:absolute;display:block;z-index:100092;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:84.4375rem;left:31.75rem;display:block; }#zI6MMCVIO4BkHpmdK4KGdDyh6nPMI02g.adaptive-delivery-prevent-bg, #zI6MMCVIO4BkHpmdK4KGdDyh6nPMI02g.lazyload, #zI6MMCVIO4BkHpmdK4KGdDyh6nPMI02g.lazyloading { background-image: none; }
#cmzFqmgREe2Xr7s3I0Dh0eshZHG86TK6 { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100111;line-height:1.3;letter-spacing:0;top:87.1875rem;left:32.5625rem;height:2.76123125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AD9UcBJDAfT62SZNrqG6viXywHhbBvM3 { position:absolute;display:block;z-index:100097;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:84.4375rem;left:13rem;display:block; }#AD9UcBJDAfT62SZNrqG6viXywHhbBvM3.adaptive-delivery-prevent-bg, #AD9UcBJDAfT62SZNrqG6viXywHhbBvM3.lazyload, #AD9UcBJDAfT62SZNrqG6viXywHhbBvM3.lazyloading { background-image: none; }
#OT7dBgO6bLTzsHZmZy0GrT7lTgA9Tr6v { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100211;line-height:1.6;letter-spacing:0;top:92rem;left:13rem;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; }
#TbxqGMyrnUXoODys05RXsTCJzMW4utZt { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100116;line-height:1.3;letter-spacing:0;top:88.625rem;left:14.875rem;height:2.76123125rem;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.185546875rem;width:30.7493125rem;top:101.81196022034rem;left:23.874288916588rem;display:block; }
#g8mpzJAPQMRlzXaw8TlUzyHIBCVC0glK { color:#000000;display:block;width:20.4373125rem;position:absolute;font-family:cairo;font-size:1.9375rem;font-weight:normal;z-index:100071;line-height:1.3;letter-spacing:0;top:0.93532979488375rem;left:30.068360328674rem;height:2.5183125rem;text-align:center;text-align-last:center;display:block; }
#EVgV2ulVdbxZdHHvkGN6eUnJTp1kfZrN { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100121;line-height:1.6;letter-spacing:0;top:13.186849594116rem;left:39.436848640442rem;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; }
#xpwyntJEqHVtO2O3G7Fd5r2QgCgxGMDh { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100212;line-height:1.6;letter-spacing:0;top:92rem;left:32.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; }
#RtDFJspC7yN4xpkFdccyFTQvC6geZedt { position:absolute;display:block;z-index:100398;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.749rem;width:14.375rem;top:22rem;left:39.4375rem;display:block; }#RtDFJspC7yN4xpkFdccyFTQvC6geZedt.adaptive-delivery-prevent-bg, #RtDFJspC7yN4xpkFdccyFTQvC6geZedt.lazyload, #RtDFJspC7yN4xpkFdccyFTQvC6geZedt.lazyloading { background-image: none; }
#TkXGn5OZKtOx2W3TPqKomlQZyRTUq4o7 { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100417;line-height:1.3;letter-spacing:0;top:24.5625rem;left:40.5625rem;height:1.2807625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HWFQ9kEd7aNw2QN01TVvKZbCy33yv4WL { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100512;line-height:1.6;letter-spacing:0;top:28.5625rem;left:39.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; }
#R3r9BuA4Rn7724GrA13rv7e8szggqbBF { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100039;text-align:center;text-align-last:center;top:16.937144756317rem;left:42.218571066856rem;display:block; }
#TbRXwTnV9XzGEEklT1KntqZ8ZKlZPs8v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#tsl8Lnb8nFaqy2vD7kiDluPcviJNLmFP { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100040;text-align:center;text-align-last:center;top:16.937144756317rem;left:23.935545325279rem;display:block; }
#OpdP0ZA2IrVXvMbLnhq11JMnlxhT4bOp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#HuzRf6GHUbZ6Fq6oF8EiemTcTZ1eood3 { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100041;text-align:center;text-align-last:center;top:16.937144756317rem;left:4.1859019994736rem;display:block; }
#ZXoBnarnHKxenfu9WrCJuHsO93u3ovqz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#tQq2TtP95WaKXI3yXDx6MaJPtKTqDqvN { 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:33.6875rem;left:61.4375rem;display:block; }
#oFbOnyASThvicIdbCqGT6sKOtQMwDxlN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#oxNu2239T9TTtT3TMzpTyQ7JqXZM1qKa { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100043;text-align:center;text-align-last:center;top:33.6875rem;left:42.25rem;display:block; }
#blZMUFB9RTPh6TiJIBezSmJR6Mh6A2uM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yt3IrZbA0H4ETn2M7NtwGDSsWplQdGlI { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100044;text-align:center;text-align-last:center;top:33.6875rem;left:24rem;display:block; }
#k3GigorGBx3Tkh0UI4BggDx68LJ9IvS5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#OM8yADhKPumdEni8dTDm6XSrk8qAD3yG { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100045;text-align:center;text-align-last:center;top:33.686965942382rem;left:4.1859019994736rem;display:block; }
#apmITBpd0Soz946oNulhM92vSFsw3kBD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#IVEKHh5swcXAFrd9ZEIkdLyN4XVGIyVr { 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:100047;text-align:center;text-align-last:center;top:49.75rem;left:61.75rem;display:block; }
#EfGenTg6dSdRHw2En7WLCQCnsTlFL4yd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#e2ZyTCTBxK3fPRFtLGinSTzvbzbApuKC { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100053;line-height:1.3;letter-spacing:0;top:50.1875rem;left:43.125rem;height:1.2807625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XfUTWUPTEtbC37hu1wZ3GtsCWWvaPGOn { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100048;text-align:center;text-align-last:center;top:49.75rem;left:42.5625rem;display:block; }
#MJArfDXQNAof0mJKr0JkZ47yqPnwAwfm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Nzp0QMmnzTHBABSIX9XJuWHOMsWUFRU2 { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100049;text-align:center;text-align-last:center;top:49.75rem;left:24.3125rem;display:block; }
#QTC8XTlql3TM7HIFW59EgVSTv81G4PEW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#QfWp6tk3DApTlhoDpIcUcm7hz2yNVzcp { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100050;text-align:center;text-align-last:center;top:49.75rem;left:4.4375rem;display:block; }
#mWHgOFaoAGG8dZQivnNZ0rEFUOfMOUk4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#FQxzIJgzhExkxQZ7o7rEzcTcqbKVsOI3 { 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:100052;text-align:center;text-align-last:center;top:64.125rem;left:62.6875rem;display:block; }
#BrcIQGdasI0UT4Txe4yVJXzSrJP4qd6K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gXcb7O53m55JpVyKwPd1RZz6xP0MqEi9 { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100058;line-height:1.3;letter-spacing:0;top:64.5625rem;left:44.0625rem;height:1.2807625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ceHOP2cirbxHKqEcrbDa5B1Gav7ATXBI { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100053;text-align:center;text-align-last:center;top:64.125rem;left:43.5rem;display:block; }
#BKVJWfNl97USFXmoCeWkeduneo7oLVkz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qTtuiMpTdWpgLnXTVvThpJta53Bgz30i { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100054;text-align:center;text-align-last:center;top:64.125rem;left:25.25rem;display:block; }
#aI0Ftxa9AtgrKnoD9C6RWT6ITla9no9x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#C9HaOabEHZ9xMHZ10f6fpKwFp26TuyeT { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100055;text-align:center;text-align-last:center;top:64.125rem;left:5.375rem;display:block; }
#wbns1Ge8W9vX2NAQHlFpX49KeAZqIl4W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#rlFNqDnTDlnLUQU47AWvOUohCCIBJGoB { 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:100057;text-align:center;text-align-last:center;top:79rem;left:61.5rem;display:block; }
#D4yo9cC7KLO6mgSKJuNkhBp0zEEEeMxO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#RDLXGQUeg8VP6FkUI5Fk2ZekXe7c5BvN { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100058;text-align:center;text-align-last:center;top:79rem;left:42.3125rem;display:block; }
#FpAVmft0EcdCFlfgiTBJwD2oCi02MHS0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#t7AHl5ZhSubS2vb3t8dfF6KoFGFfSwdi { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100059;text-align:center;text-align-last:center;top:79rem;left:24.0625rem;display:block; }
#alkK3g0aJBNdXGTfWnVkviFA0LfDLoJa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wTDUO8qTWxoSr96hPpUQqLq7O3qhmDCq { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100060;text-align:center;text-align-last:center;top:79rem;left:4.1875rem;display:block; }
#VKh5cp6sAGrRcM6KOatLuhRkzHuTptEG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#IG29TWhzEegrR85ViGdkT3sJ8NhFg9TG { 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:100061;text-align:center;text-align-last:center;top:96.125rem;left:54.125rem;display:block; }
#TBImpnAiraPSASeVgRyHwTNQk9LxtUML { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#aZdGPMmKFiHGWCIvrp9qrpicTGalqfhW { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100062;text-align:center;text-align-last:center;top:96.125rem;left:35.1875rem;display:block; }
#rGAxTKyURvOhL8dpTz6c2xgPXnBezcz8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#q7Cwg1ZFoxa0F1GOQB4ExL2PATSG53tR { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100063;text-align:center;text-align-last:center;top:96.125rem;left:16.9375rem;display:block; }
#TGQE1wIkOCUNloyI2CKZdQqJepSy1ZX3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#dylT4VF5uRfhyZ0Ax1wqAwLLX58C01dK { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100058;text-align:center;text-align-last:center;top:79rem;left:42.3125rem;display:none; }
#D8wo6oVXN8khB6DVdsF7Wxp4FuTfWfe7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#w9QNDFkf9ri4lE0UPbKcfsG22IWaygqJ { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100058;text-align:center;text-align-last:center;top:79rem;left:42.3125rem;display:none; }
#AdJnfkfRB58cxVXQKo1DQL4KmuRGdgdX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ipEfGwmdZTHZttTJIyiU5ZlHTq5sixss { 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; }#ipEfGwmdZTHZttTJIyiU5ZlHTq5sixss.adaptive-delivery-prevent-bg, #ipEfGwmdZTHZttTJIyiU5ZlHTq5sixss.lazyload, #ipEfGwmdZTHZttTJIyiU5ZlHTq5sixss.lazyloading { background-image: none; }#ipEfGwmdZTHZttTJIyiU5ZlHTq5sixss > .row .container { background-color: transparent; background-image: none; }#ipEfGwmdZTHZttTJIyiU5ZlHTq5sixss::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff; }#ipEfGwmdZTHZttTJIyiU5ZlHTq5sixss > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ipEfGwmdZTHZttTJIyiU5ZlHTq5sixss > .row .container > .video-iframe-container { display: none; }#ipEfGwmdZTHZttTJIyiU5ZlHTq5sixss > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff; }#ipEfGwmdZTHZttTJIyiU5ZlHTq5sixss > .row > .video-iframe-container { display: none; }#ipEfGwmdZTHZttTJIyiU5ZlHTq5sixss > .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); }#ipEfGwmdZTHZttTJIyiU5ZlHTq5sixss > .row .container { border-width: 0; border-radius: 0; }#ipEfGwmdZTHZttTJIyiU5ZlHTq5sixss > .row .container { font-size:0.875rem;font-family:arial;height:330.5625rem;width:75rem;position:relative;display:block; }#qGu03aqnNBRzX55HytMiph3bBcwa4giD { 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:5.625rem;left:58.3125rem;display:block; }#qGu03aqnNBRzX55HytMiph3bBcwa4giD.adaptive-delivery-prevent-bg, #qGu03aqnNBRzX55HytMiph3bBcwa4giD.lazyload, #qGu03aqnNBRzX55HytMiph3bBcwa4giD.lazyloading { background-image: none; }
#FDxBiHbrFyQm2ZbVHDAyR8kVDGZD5iTs { 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:9.5625rem;left:59.5625rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wktV8WZGkTdcy1OxGLl9W2d5ri5QiJd4 { 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:16.9375rem;left:61.375rem;display:block; }
#KL0bkyCOTrEf4esvGocu3eX2TWOwQRVT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UzHq6uL4ntkGtQN613oQgVSGarhnCqHv { 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:34.125rem;left:42.875rem;height:1.2807625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Eczg9JNk5ZIcnXTptIM1FOrbLFF65obU { 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:13.186849594116rem;left:58.310547828674rem;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; }
#xRDMikPoMn7V9TKawEifgV5Sz82LTTkh { 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:5.625rem;left:39.4375rem;display:block; }#xRDMikPoMn7V9TKawEifgV5Sz82LTTkh.adaptive-delivery-prevent-bg, #xRDMikPoMn7V9TKawEifgV5Sz82LTTkh.lazyload, #xRDMikPoMn7V9TKawEifgV5Sz82LTTkh.lazyloading { background-image: none; }
#xFESFEoUNWWXkWPpWFf9y2hplapw4zZg { 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:8.6872825622556rem;left:40.686852455139rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XIfVApJgausr76epTCbm3ztQMIRsNfT9 { 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:5.625rem;left:20.6875rem;display:block; }#XIfVApJgausr76epTCbm3ztQMIRsNfT9.adaptive-delivery-prevent-bg, #XIfVApJgausr76epTCbm3ztQMIRsNfT9.lazyload, #XIfVApJgausr76epTCbm3ztQMIRsNfT9.lazyloading { background-image: none; }
#cuyHhn4JHMaXTzwrRocexvZOVSWqvFB4 { 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:8.9375rem;left:21.9375rem;height:2.76123125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e56Kvbt1W0C0eMcwZRCPFKFfLrBssuha { 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:13.1875rem;left:20.6875rem;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; }
#S2inl8To2fa4bEDUSv5Aa1yxxvNGVoVS { 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:5.625rem;left:2.25rem;display:block; }#S2inl8To2fa4bEDUSv5Aa1yxxvNGVoVS.adaptive-delivery-prevent-bg, #S2inl8To2fa4bEDUSv5Aa1yxxvNGVoVS.lazyload, #S2inl8To2fa4bEDUSv5Aa1yxxvNGVoVS.lazyloading { background-image: none; }
#uuV0XOaBERI9SKGLO6AeaJT28mcqKF34 { 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:8.1684036254881rem;left:3.4971790313721rem;height:4.38720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TvT5ANAqftOnCJA4iGfP9W0GKKl5Dohh { 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:13.1875rem;left:2.25rem;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; }
#du4GAM21v9BJU9OdumvmaVgXIFTrIIPF { 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:21.375rem;left:58.375rem;display:block; }#du4GAM21v9BJU9OdumvmaVgXIFTrIIPF.adaptive-delivery-prevent-bg, #du4GAM21v9BJU9OdumvmaVgXIFTrIIPF.lazyload, #du4GAM21v9BJU9OdumvmaVgXIFTrIIPF.lazyloading { background-image: none; }
#qsclTPVsacvkVcPv0JFTr65vQFVkX0GR { 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:21.375rem;left:20.75rem;display:block; }#qsclTPVsacvkVcPv0JFTr65vQFVkX0GR.adaptive-delivery-prevent-bg, #qsclTPVsacvkVcPv0JFTr65vQFVkX0GR.lazyload, #qsclTPVsacvkVcPv0JFTr65vQFVkX0GR.lazyloading { background-image: none; }
#ML3tE1rCNTU2dtfknofqmLVgiNTiePTF { 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; }#ML3tE1rCNTU2dtfknofqmLVgiNTiePTF.adaptive-delivery-prevent-bg, #ML3tE1rCNTU2dtfknofqmLVgiNTiePTF.lazyload, #ML3tE1rCNTU2dtfknofqmLVgiNTiePTF.lazyloading { background-image: none; }
#PCeZKJOlulZEM5LA0xMo01T70xXvuyLt { 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:28.9375rem;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; }
#ndFukt4WirrvXQcDosT3qs4KKxXb6hbo { 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:28.9375rem;left:20.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; }
#fFVeMJGV895TzWliRJlTEm5lQzvDk0fz { 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; }
#lJ4tzZIdToNN6ycVPv190dxFycu75O1B { 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:23.423395156861rem;left:59.560547828674rem;height:4.14184375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xKQt4UT0bMRtskZG4mPpfA7b8oi9Nei8 { 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:24.615886688233rem;left:21.936850547791rem;height:4.14184375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H8JvN4nqyZqJD6FO6bhVknQZsHbCQDTK { 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.703992843628rem;left:3.779296875rem;height:1.5249rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dKRlsWUCUZCRqAHk885pSPT8R9hB5KJa { 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; }#dKRlsWUCUZCRqAHk885pSPT8R9hB5KJa.adaptive-delivery-prevent-bg, #dKRlsWUCUZCRqAHk885pSPT8R9hB5KJa.lazyload, #dKRlsWUCUZCRqAHk885pSPT8R9hB5KJa.lazyloading { background-image: none; }
#VEOCqAnKdTsb3UL1zMKc2kmuKo20QSAk { 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; }#VEOCqAnKdTsb3UL1zMKc2kmuKo20QSAk.adaptive-delivery-prevent-bg, #VEOCqAnKdTsb3UL1zMKc2kmuKo20QSAk.lazyload, #VEOCqAnKdTsb3UL1zMKc2kmuKo20QSAk.lazyloading { background-image: none; }
#T18lqcMGFkOESN7MkDNJQRivNKvvg5VN { 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:21.375rem;left:2.25rem;display:block; }#T18lqcMGFkOESN7MkDNJQRivNKvvg5VN.adaptive-delivery-prevent-bg, #T18lqcMGFkOESN7MkDNJQRivNKvvg5VN.lazyload, #T18lqcMGFkOESN7MkDNJQRivNKvvg5VN.lazyloading { background-image: none; }
#r8e2l9LPfXxRuHZ4MCrJ71xoeTzfK2OX { 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; }
#s9KCkmGisw7RpC2lrHMA9r1KzNAB6fgW { 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; }
#dlhRVKMFfUVBiPNfnbThpkV4izFfs3DN { 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:28.9375rem;left:2.25rem;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; }
#lu8Pl66kgbmyuP83O7WCIBR4rtnyuzLD { 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.396484375rem;left:41.436767578125rem;height:2.76123125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C7fLQeHuewvTqdf4mtUm9rw1P9HTEd88 { 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.76123125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HSCxiP5P4XpXNrr1D4lUZIZaC4v6Zy7r { 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; }#HSCxiP5P4XpXNrr1D4lUZIZaC4v6Zy7r.adaptive-delivery-prevent-bg, #HSCxiP5P4XpXNrr1D4lUZIZaC4v6Zy7r.lazyload, #HSCxiP5P4XpXNrr1D4lUZIZaC4v6Zy7r.lazyloading { background-image: none; }
#J5KByLtTzMVKp9a08pdXV3k0NCSBNp7I { 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; }
#Rpx7rS4lodqOsg2azGFTEuQpV1X0TiQl { 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:24.020183563233rem;left:3.4971790313721rem;height:4.38720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mK2xyzpxs5qFrsdwfTs7TPH2ZkDz6ynX { 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.76123125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KLlCdlkvQLihMGHpz1TOkfH1EF7ew2UG { 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; }#KLlCdlkvQLihMGHpz1TOkfH1EF7ew2UG.adaptive-delivery-prevent-bg, #KLlCdlkvQLihMGHpz1TOkfH1EF7ew2UG.lazyload, #KLlCdlkvQLihMGHpz1TOkfH1EF7ew2UG.lazyloading { background-image: none; }
#J7DA1CBDSTbIZmyR6mBBEbTQyt3eb2G3 { 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; }#J7DA1CBDSTbIZmyR6mBBEbTQyt3eb2G3.adaptive-delivery-prevent-bg, #J7DA1CBDSTbIZmyR6mBBEbTQyt3eb2G3.lazyload, #J7DA1CBDSTbIZmyR6mBBEbTQyt3eb2G3.lazyloading { background-image: none; }
#Z3Glov4cSFp8iyAyUlAbUzc7tTM31kpi { 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; }#Z3Glov4cSFp8iyAyUlAbUzc7tTM31kpi.adaptive-delivery-prevent-bg, #Z3Glov4cSFp8iyAyUlAbUzc7tTM31kpi.lazyload, #Z3Glov4cSFp8iyAyUlAbUzc7tTM31kpi.lazyloading { background-image: none; }
#MekpRQXAos143xukkiGuBSPonFZsbh6E { 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; }
#w5FnVUJXQxbbfASmt71KeDgrKsUbliZC { 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; }
#zz489n0FPGFt5qwU63sHDyxlZGLcKsiO { 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; }
#I5WNJpk4XAAFp5I5o7PlPFEMXhWXFcAi { 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.76123125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aQTm0JRTFlDWzpMSHyZsgtzTUpF26ITR { 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.59765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gF1cb4so1JTFdDfUaE8Z0kGgCPycKTaG { 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:2.59765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ibl9fi26G3f7q4CLFDdTRvHvyZUevqI3 { 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; }#Ibl9fi26G3f7q4CLFDdTRvHvyZUevqI3.adaptive-delivery-prevent-bg, #Ibl9fi26G3f7q4CLFDdTRvHvyZUevqI3.lazyload, #Ibl9fi26G3f7q4CLFDdTRvHvyZUevqI3.lazyloading { background-image: none; }
#IDmaTvEGzs6f6Anov8AnotFUUk59Zb9V { 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; }
#dtflrh1aTrTwTCKEaLyP9oUIAwpdTVSb { 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:1.4431125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GfKWhgClid9oK3ani0za6OzNPgmJbvOi { 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; }#GfKWhgClid9oK3ani0za6OzNPgmJbvOi.adaptive-delivery-prevent-bg, #GfKWhgClid9oK3ani0za6OzNPgmJbvOi.lazyload, #GfKWhgClid9oK3ani0za6OzNPgmJbvOi.lazyloading { background-image: none; }
#neQm2QLJmrVVZmlRlPEa5WSNnHP1O3GH { 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; }#neQm2QLJmrVVZmlRlPEa5WSNnHP1O3GH.adaptive-delivery-prevent-bg, #neQm2QLJmrVVZmlRlPEa5WSNnHP1O3GH.lazyload, #neQm2QLJmrVVZmlRlPEa5WSNnHP1O3GH.lazyloading { background-image: none; }
#XE4A53vnuCKuyl0iCmWcpaL8QCwvZFfa { 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; }#XE4A53vnuCKuyl0iCmWcpaL8QCwvZFfa.adaptive-delivery-prevent-bg, #XE4A53vnuCKuyl0iCmWcpaL8QCwvZFfa.lazyload, #XE4A53vnuCKuyl0iCmWcpaL8QCwvZFfa.lazyloading { background-image: none; }
#T2b6ddPtNokwK2Ao7C9xSNeof5Rlm1Zn { 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; }
#DKdfJBqBDO69Up6ZdU22Tz22ruocNFoz { 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; }
#fhONEas3iXS7LiDZuqiGpGtJMTAAM8TF { 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; }
#p3hox0bmgWnTSbiaUVVDerqGUiNB4Ps3 { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:700;z-index:100093;line-height:1.3;letter-spacing:0;top:69.826393127444rem;left:3.4971790313721rem;height:4.55078125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qvrXHMZfTfbobKO1lUFGBNyITKqJBkzV { 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.59765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ckcRWdTFEs3wBHrEMD8b2DzdcSD72d9D { 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:3.9589875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LxHeoDieQqDpJgVaTP15DQE2tfleAF2H { 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; }#LxHeoDieQqDpJgVaTP15DQE2tfleAF2H.adaptive-delivery-prevent-bg, #LxHeoDieQqDpJgVaTP15DQE2tfleAF2H.lazyload, #LxHeoDieQqDpJgVaTP15DQE2tfleAF2H.lazyloading { background-image: none; }
#GkdGJQ2aEe5zIyxtINgfqnywXsVmqAUc { 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; }
#zyW4GBQATwLPe20PPiUxR0PHVdmnSQI3 { 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:1.4431125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OeMwuycD9k9hafkcHQMVO3FAceTzefnk { position:absolute;display:block;z-index:100087;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:84.4375rem;left:59rem;display:block; }#OeMwuycD9k9hafkcHQMVO3FAceTzefnk.adaptive-delivery-prevent-bg, #OeMwuycD9k9hafkcHQMVO3FAceTzefnk.lazyload, #OeMwuycD9k9hafkcHQMVO3FAceTzefnk.lazyloading { background-image: none; }
#HIiAafnCcPmWnLbtfWDX4apF23RbBINO { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100201;line-height:1.6;letter-spacing:0;top:92rem;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; }
#EWgDmowTzd0sMoplkQyG2eeEWD74oE5c { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100106;line-height:1.3;letter-spacing:0;top:86.486549377444rem;left:60.249566078186rem;height:4.14184375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xsb6FVTZeV9Oxdtt8oyhgoPFLLuLv1yk { position:absolute;display:block;z-index:100092;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:84.4375rem;left:40.125rem;display:block; }#Xsb6FVTZeV9Oxdtt8oyhgoPFLLuLv1yk.adaptive-delivery-prevent-bg, #Xsb6FVTZeV9Oxdtt8oyhgoPFLLuLv1yk.lazyload, #Xsb6FVTZeV9Oxdtt8oyhgoPFLLuLv1yk.lazyloading { background-image: none; }
#MTBq1Vun4FnQaIJg0HOxEHxFsrF5fZBX { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100111;line-height:1.3;letter-spacing:0;top:87.207034111025rem;left:40.966797828674rem;height:2.76123125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CMf83VfdrkTBBtMcxbgFiFn3wxpk0zvo { position:absolute;display:block;z-index:100097;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:84.4375rem;left:21.375rem;display:block; }#CMf83VfdrkTBBtMcxbgFiFn3wxpk0zvo.adaptive-delivery-prevent-bg, #CMf83VfdrkTBBtMcxbgFiFn3wxpk0zvo.lazyload, #CMf83VfdrkTBBtMcxbgFiFn3wxpk0zvo.lazyloading { background-image: none; }
#IAFZg34R4oLlVUu4zyrqpGOSVkpDT7OC { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100211;line-height:1.6;letter-spacing:0;top:92rem;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; }
#ThXTkCMCHczLbhr7xpTIHbL0iwAybxa6 { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100116;line-height:1.3;letter-spacing:0;top:88.618709564206rem;left:23.27908039093rem;height:1.4431125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lvPr77HMMyQJ88dgNqwhdFC5IzZRCbIH { position:absolute;display:block;z-index:100102;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:84.5625rem;left:2.9375rem;display:block; }#lvPr77HMMyQJ88dgNqwhdFC5IzZRCbIH.adaptive-delivery-prevent-bg, #lvPr77HMMyQJ88dgNqwhdFC5IzZRCbIH.lazyload, #lvPr77HMMyQJ88dgNqwhdFC5IzZRCbIH.lazyloading { background-image: none; }
#xLpPwSltT23Tfmu36KRHnc3B9sAKiW5M { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100121;line-height:1.3;letter-spacing:0;top:86.625rem;left:4.1875rem;height:2.76123125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mlCEzur3mzJTbIlkUpycUwrThFpD9L7N { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100212;line-height:1.6;letter-spacing:0;top:91.99978637695rem;left:3.0056419372559rem;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; }
#NTFVqcLbwRRBctFIGmRnOeNTFVaTXv8X { position:absolute;display:block;z-index:100122;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:100.8125rem;left:3rem;display:block; }#NTFVqcLbwRRBctFIGmRnOeNTFVaTXv8X.adaptive-delivery-prevent-bg, #NTFVqcLbwRRBctFIGmRnOeNTFVaTXv8X.lazyload, #NTFVqcLbwRRBctFIGmRnOeNTFVaTXv8X.lazyloading { background-image: none; }
#OK6ZcPAou9ZE5zmdx5hzWIhnVFoeT9Ak { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100232;line-height:1.6;letter-spacing:0;top:108.24978637695rem;left:2.9361982345581rem;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; }
#IhxLA98OoR5XIsILP1hVLzJucgqcrg9D { position:absolute;display:block;z-index:100117;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:100.6875rem;left:21.4375rem;display:block; }#IhxLA98OoR5XIsILP1hVLzJucgqcrg9D.adaptive-delivery-prevent-bg, #IhxLA98OoR5XIsILP1hVLzJucgqcrg9D.lazyload, #IhxLA98OoR5XIsILP1hVLzJucgqcrg9D.lazyloading { background-image: none; }
#uP4LvmQHbLhDWK8s2tTO8EONOZfOnRzh { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100231;line-height:1.6;letter-spacing:0;top:108.25rem;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; }
#GMumS6kV0uIWH7o812oJTQDNTi8TWWAu { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100136;line-height:1.3;letter-spacing:0;top:102.75rem;left:22.6875rem;height:4.14184375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GJeDvLKinQ3OP7QQFFBO4AWiVEDzh0eg { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100141;line-height:1.3;letter-spacing:0;top:102.875rem;left:4.25rem;height:2.436525rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tLcPFESEWpvksQidTFhhiHny8QndRwHx { position:absolute;display:block;z-index:100112;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:100.6875rem;left:40.1875rem;display:block; }#tLcPFESEWpvksQidTFhhiHny8QndRwHx.adaptive-delivery-prevent-bg, #tLcPFESEWpvksQidTFhhiHny8QndRwHx.lazyload, #tLcPFESEWpvksQidTFhhiHny8QndRwHx.lazyloading { background-image: none; }
#V8fI6WNkmyzT6VztHEMH48erNJwtFdik { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100226;line-height:1.6;letter-spacing:0;top:108.25rem;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; }
#JZw2kIJ5ZOh2VEXv1EWVzSgOGUIC5IME { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100131;line-height:1.3;letter-spacing:0;top:102.10177898407rem;left:41.028649330139rem;height:4.87305rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZsJW4NM0qC4IXG9uE2U56RPa6JHepSgX { position:absolute;display:block;z-index:100107;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:100.6875rem;left:59.0625rem;display:block; }#ZsJW4NM0qC4IXG9uE2U56RPa6JHepSgX.adaptive-delivery-prevent-bg, #ZsJW4NM0qC4IXG9uE2U56RPa6JHepSgX.lazyload, #ZsJW4NM0qC4IXG9uE2U56RPa6JHepSgX.lazyloading { background-image: none; }
#TWzb57iu6ciFZfqMEsWcLDIKOiWGtwEa { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100126;line-height:1.3;letter-spacing:0;top:102.75rem;left:60.3125rem;height:2.76123125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W1G9V6Xg1uchI5zxGTeIBtW1QA2uKyl5 { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100227;line-height:1.6;letter-spacing:0;top:108.24978637695rem;left:59.069016456604rem;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; }
#PEbVG4vny2xHXpySNPloLJgk1oc1iz9z { 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.185546875rem;width:30.7493125rem;top:330.31248855591rem;left:23.749111533165rem;display:block; }
#ODa1wQiO61rgNd95alMcon4QqAEJ8qWM { position:absolute;display:block;z-index:100142;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:117.6875rem;left:2.3125rem;display:block; }#ODa1wQiO61rgNd95alMcon4QqAEJ8qWM.adaptive-delivery-prevent-bg, #ODa1wQiO61rgNd95alMcon4QqAEJ8qWM.lazyload, #ODa1wQiO61rgNd95alMcon4QqAEJ8qWM.lazyloading { background-image: none; }
#Uz1eWLIXPo3xZCd941HwK7EVefdphrcb { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100252;line-height:1.6;letter-spacing:0;top:125.125rem;left:2.25rem;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; }
#kTCqBRL0rbPTTTqD0A0eRrhOdIJFrgAL { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100161;line-height:1.3;letter-spacing:0;top:121.55598640442rem;left:3.4971790313721rem;height:2.76123125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zXdn1VPF8TTTUPLiAn5ZXsotSMx0AdyS { position:absolute;display:block;z-index:100137;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:117.5625rem;left:20.75rem;display:block; }#zXdn1VPF8TTTUPLiAn5ZXsotSMx0AdyS.adaptive-delivery-prevent-bg, #zXdn1VPF8TTTUPLiAn5ZXsotSMx0AdyS.lazyload, #zXdn1VPF8TTTUPLiAn5ZXsotSMx0AdyS.lazyloading { background-image: none; }
#kJAlT22vCKgIPeTZlmEUl0237NOgS7ei { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100251;line-height:1.6;letter-spacing:0;top:125.125rem;left:20.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; }
#eoWcTW2FaePL3GURxahTJ8MNCyxifczs { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100156;line-height:1.3;letter-spacing:0;top:121.49327659607rem;left:21.87478351593rem;height:2.76123125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cFaDf3UQx69KqBLeRR7I2nrQmy2cCAtR { position:absolute;display:block;z-index:100132;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:117.5625rem;left:39.5rem;display:block; }#cFaDf3UQx69KqBLeRR7I2nrQmy2cCAtR.adaptive-delivery-prevent-bg, #cFaDf3UQx69KqBLeRR7I2nrQmy2cCAtR.lazyload, #cFaDf3UQx69KqBLeRR7I2nrQmy2cCAtR.lazyloading { background-image: none; }
#DzGWMSGp44UbbHKaQq8hFoGofVWpwzGm { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100246;line-height:1.6;letter-spacing:0;top:125.125rem;left:39.5rem;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; }
#Dlw631XMWnu1cATBxcThPu4Tl1aTkq1q { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:700;z-index:100151;line-height:1.3;letter-spacing:0;top:119.04187965393rem;left:40.566407203674rem;height:4.55078125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ooQtIGd63l33QJe2WOeO8RgGqNkJskJI { position:absolute;display:block;z-index:100127;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:117.5625rem;left:58.375rem;display:block; }#ooQtIGd63l33QJe2WOeO8RgGqNkJskJI.adaptive-delivery-prevent-bg, #ooQtIGd63l33QJe2WOeO8RgGqNkJskJI.lazyload, #ooQtIGd63l33QJe2WOeO8RgGqNkJskJI.lazyloading { background-image: none; }
#IiLe0QDEKx6iGduRbgTu3e3QyJs4szeF { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100146;line-height:1.3;letter-spacing:0;top:119.625rem;left:59.625rem;height:4.14184375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WATniTCZh9mVdadIkZCht71kEMOeK08w { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100247;line-height:1.6;letter-spacing:0;top:125.125rem;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; }
#BflMuN8QItrpIqM6T9DSTBwLxDO5r4HX { color:#000000;display:block;width:20.4373125rem;position:absolute;font-family:cairo;font-size:1.9375rem;font-weight:normal;z-index:100071;line-height:1.3;letter-spacing:0;top:0.93532979488375rem;left:30.068360328674rem;height:2.5183125rem;text-align:center;text-align-last:center;display:block; }
#Wk0bDPqQrK5y0HcJ4dTP3rmTdbRRCuli { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100121;line-height:1.6;letter-spacing:0;top:13.186849594116rem;left:39.436848640442rem;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; }
#qrQgAVB2LoXGhUgFaMKxHO4TWfKDl0PV { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100212;line-height:1.6;letter-spacing:0;top:91.99978637695rem;left:40.686852455139rem;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; }
#hkOPwCfEMBigBFprfTAwT4FPyqWDqOZ6 { position:absolute;display:block;z-index:100162;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:135.125rem;left:3.5625rem;display:block; }#hkOPwCfEMBigBFprfTAwT4FPyqWDqOZ6.adaptive-delivery-prevent-bg, #hkOPwCfEMBigBFprfTAwT4FPyqWDqOZ6.lazyload, #hkOPwCfEMBigBFprfTAwT4FPyqWDqOZ6.lazyloading { background-image: none; }
#lNIwxH08VrJ1KiQ9r094uvv5ZnBaLd2M { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100272;line-height:1.6;letter-spacing:0;top:142.5625rem;left:3.5rem;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; }
#d2cLNzCSrErQc9HKELOb7GsNGXtbnZSm { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100181;line-height:1.3;letter-spacing:0;top:137.6269569397rem;left:4.8177080154419rem;height:2.76123125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lVOv8tfTiHm0RqEw5gkQPTVa4bwCT99m { position:absolute;display:block;z-index:100157;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:135rem;left:22rem;display:block; }#lVOv8tfTiHm0RqEw5gkQPTVa4bwCT99m.adaptive-delivery-prevent-bg, #lVOv8tfTiHm0RqEw5gkQPTVa4bwCT99m.lazyload, #lVOv8tfTiHm0RqEw5gkQPTVa4bwCT99m.lazyloading { background-image: none; }
#dCO4n2tDds8aKXi7kB1UeUIJ3h7cZq4X { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100271;line-height:1.6;letter-spacing:0;top:142.5625rem;left:22rem;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; }
#FsN2wleWp1MklIotxeNWFw6A8JlmcQsB { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100176;line-height:1.3;letter-spacing:0;top:137.6269569397rem;left:23.27908039093rem;height:2.76123125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KGLU2CPJ6ChyEa2GaoWSXBmFgE1V92Pd { position:absolute;display:block;z-index:100152;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:135rem;left:40.75rem;display:block; }#KGLU2CPJ6ChyEa2GaoWSXBmFgE1V92Pd.adaptive-delivery-prevent-bg, #KGLU2CPJ6ChyEa2GaoWSXBmFgE1V92Pd.lazyload, #KGLU2CPJ6ChyEa2GaoWSXBmFgE1V92Pd.lazyloading { background-image: none; }
#NHK6DAuveX649t35cNwk4dPutDdH5fgI { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100266;line-height:1.6;letter-spacing:0;top:142.5625rem;left:40.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; }
#dAeHgT9uMS1r56kPi3OBHqsq1AIRUvea { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100171;line-height:1.3;letter-spacing:0;top:138.12393379211rem;left:42.006295204162rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TcnPtUy0XfyTJaI8Sdy4ANunURCdqIuK { position:absolute;display:block;z-index:100147;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:135rem;left:59.625rem;display:block; }#TcnPtUy0XfyTJaI8Sdy4ANunURCdqIuK.adaptive-delivery-prevent-bg, #TcnPtUy0XfyTJaI8Sdy4ANunURCdqIuK.lazyload, #TcnPtUy0XfyTJaI8Sdy4ANunURCdqIuK.lazyloading { background-image: none; }
#OpL36Re4Hfnw0roL9aWaanb7apwT0kll { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100166;line-height:1.3;letter-spacing:0;top:137.0625rem;left:60.875rem;height:2.76123125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qlFcOZ7wEsthc36Jdh9GSfIWzGOuCyeG { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100267;line-height:1.6;letter-spacing:0;top:142.5625rem;left:59.625rem;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; }
#wZsAOQotPDNaR7EtNli0K9wLfTcnTFxE { position:absolute;display:block;z-index:100182;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:152.1875rem;left:4.5625rem;display:block; }#wZsAOQotPDNaR7EtNli0K9wLfTcnTFxE.adaptive-delivery-prevent-bg, #wZsAOQotPDNaR7EtNli0K9wLfTcnTFxE.lazyload, #wZsAOQotPDNaR7EtNli0K9wLfTcnTFxE.lazyloading { background-image: none; }
#Ra2Avi8OvFHeUT0nmXH5beXSPPVaSF13 { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100292;line-height:1.6;letter-spacing:0;top:159.625rem;left:4.5rem;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; }
#JqB4t1oTvoCl3WQ38kreGTKptel5nrRK { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100201;line-height:1.3;letter-spacing:0;top:154.6875rem;left:5.8125rem;height:2.76123125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iKpAh7TTN1zzZqcJut4a5qpBQk8T238g { position:absolute;display:block;z-index:100177;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:152.0625rem;left:23rem;display:block; }#iKpAh7TTN1zzZqcJut4a5qpBQk8T238g.adaptive-delivery-prevent-bg, #iKpAh7TTN1zzZqcJut4a5qpBQk8T238g.lazyload, #iKpAh7TTN1zzZqcJut4a5qpBQk8T238g.lazyloading { background-image: none; }
#MXomMaOSRBFeEz5ZEM6JnIuLQxtGZFN2 { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100291;line-height:1.6;letter-spacing:0;top:159.625rem;left:23rem;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; }
#tP1muS1QWrT05V9xb6FKA5N0C4IOOTvJ { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100196;line-height:1.3;letter-spacing:0;top:154.6875rem;left:24.25rem;height:2.76123125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ihSBAD9xIaQTg5kQZCKqg6TRnH1GLVfH { position:absolute;display:block;z-index:100172;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:152.0625rem;left:41.75rem;display:block; }#ihSBAD9xIaQTg5kQZCKqg6TRnH1GLVfH.adaptive-delivery-prevent-bg, #ihSBAD9xIaQTg5kQZCKqg6TRnH1GLVfH.lazyload, #ihSBAD9xIaQTg5kQZCKqg6TRnH1GLVfH.lazyloading { background-image: none; }
#ZOcylplc089krAiLWzSAh9KCgBPuaNZn { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100286;line-height:1.6;letter-spacing:0;top:159.625rem;left:41.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; }
#LBtT1LT3PdWc5Jo6ZdT5hRqD7thQNg3Z { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100191;line-height:1.3;letter-spacing:0;top:155.1875rem;left:43rem;height:2.59765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q5NgnkibDIL0FSfMAP3JFFtTJMxLt6A9 { position:absolute;display:block;z-index:100167;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:152.0625rem;left:60.625rem;display:block; }#q5NgnkibDIL0FSfMAP3JFFtTJMxLt6A9.adaptive-delivery-prevent-bg, #q5NgnkibDIL0FSfMAP3JFFtTJMxLt6A9.lazyload, #q5NgnkibDIL0FSfMAP3JFFtTJMxLt6A9.lazyloading { background-image: none; }
#oolizyzDeK7kpIWWkM5T3CLH8C1nlLv8 { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:100186;line-height:1.3;letter-spacing:0;top:153.6875rem;left:61.875rem;height:4.87060625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o8JIfslTuSiUVKZFE6a6JvUi2Z0nQ93H { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100287;line-height:1.6;letter-spacing:0;top:159.625rem;left:60.625rem;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; }
#kkEV4qkeDesLSIFppcpLL3qcg0aSLSNT { position:absolute;display:block;z-index:100202;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:167.8125rem;left:4.5625rem;display:block; }#kkEV4qkeDesLSIFppcpLL3qcg0aSLSNT.adaptive-delivery-prevent-bg, #kkEV4qkeDesLSIFppcpLL3qcg0aSLSNT.lazyload, #kkEV4qkeDesLSIFppcpLL3qcg0aSLSNT.lazyloading { background-image: none; }
#kSUn6ozUFQbaWGMsaWdtmKsI6TvZyT8L { position:absolute;display:block;z-index:100197;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:167.6875rem;left:23rem;display:block; }#kSUn6ozUFQbaWGMsaWdtmKsI6TvZyT8L.adaptive-delivery-prevent-bg, #kSUn6ozUFQbaWGMsaWdtmKsI6TvZyT8L.lazyload, #kSUn6ozUFQbaWGMsaWdtmKsI6TvZyT8L.lazyloading { background-image: none; }
#ZN1DE5qC0Ay50Npa5y6SRdq7TWoBKBmC { position:absolute;display:block;z-index:100192;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:167.6875rem;left:41.75rem;display:block; }#ZN1DE5qC0Ay50Npa5y6SRdq7TWoBKBmC.adaptive-delivery-prevent-bg, #ZN1DE5qC0Ay50Npa5y6SRdq7TWoBKBmC.lazyload, #ZN1DE5qC0Ay50Npa5y6SRdq7TWoBKBmC.lazyloading { background-image: none; }
#B11zz07FpUBTgVuZ51o5uq0ODBS4ZXwv { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100312;line-height:1.6;letter-spacing:0;top:175.25rem;left:4.5rem;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; }
#hGd7eSlyE0a7NbLi4W3g6yZMvHp1tm1N { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:100221;line-height:1.3;letter-spacing:0;top:169.25890159607rem;left:5.9375rem;height:3.9589875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N5lsdzbIqOfe5xBzuWPtImCVRvSfoSFT { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100311;line-height:1.6;letter-spacing:0;top:175.25rem;left:23rem;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; }
#lOE8x2XG6sUpuVrpoyJ3Dq0rQGkdTmR0 { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:100216;line-height:1.3;letter-spacing:0;top:168.9843788147rem;left:24.436848640442rem;height:4.22363125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IOOeKFeEMvwEmsdqEatBvReebNUUk891 { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100306;line-height:1.6;letter-spacing:0;top:175.25rem;left:41.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; }
#mKwmLmlAESToqsav3InGHoGg09NwuJOn { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:700;z-index:100211;line-height:1.3;letter-spacing:0;top:170.8125rem;left:43rem;height:3.4130875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OMlLDzTxzD7uZ9JZmf1hITISTNkWGQBQ { position:absolute;display:block;z-index:100187;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:167.6875rem;left:60.625rem;display:block; }#OMlLDzTxzD7uZ9JZmf1hITISTNkWGQBQ.adaptive-delivery-prevent-bg, #OMlLDzTxzD7uZ9JZmf1hITISTNkWGQBQ.lazyload, #OMlLDzTxzD7uZ9JZmf1hITISTNkWGQBQ.lazyloading { background-image: none; }
#evkW3xbUChMewV5OJBRdxtnrWND8UQSx { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100206;line-height:1.3;letter-spacing:0;top:169.5625rem;left:61.75rem;height:1.5249rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EDFLhLFBtLMwyWUKkMsphESDTOBm9Qxk { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100307;line-height:1.6;letter-spacing:0;top:175.25rem;left:60.625rem;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; }
#MzX9yAPJbkpNWklOXxCUKx0yJZ6umraG { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.625rem;font-weight:700;z-index:100187;line-height:1.3;letter-spacing:0;top:171.56467628479rem;left:61.374787330627rem;height:2.4353rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dVdVREUVBNonb7IHQTO4zvNrOodDKrkV { position:absolute;display:block;z-index:100217;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:181.875rem;left:23rem;display:block; }#dVdVREUVBNonb7IHQTO4zvNrOodDKrkV.adaptive-delivery-prevent-bg, #dVdVREUVBNonb7IHQTO4zvNrOodDKrkV.lazyload, #dVdVREUVBNonb7IHQTO4zvNrOodDKrkV.lazyloading { background-image: none; }
#NWegDJyZ50ulVFqmmcsAkS56yEV0axDa { position:absolute;display:block;z-index:100212;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:181.875rem;left:41.75rem;display:block; }#NWegDJyZ50ulVFqmmcsAkS56yEV0axDa.adaptive-delivery-prevent-bg, #NWegDJyZ50ulVFqmmcsAkS56yEV0axDa.lazyload, #NWegDJyZ50ulVFqmmcsAkS56yEV0axDa.lazyloading { background-image: none; }
#TTHHLmEKonIyPbWvdqfggK2fy3LrXPiN { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100331;line-height:1.6;letter-spacing:0;top:189.4375rem;left:23rem;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; }
#hR6VoFGPx18kGtvfeaqmDRctKq3kHX1U { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100236;line-height:1.3;letter-spacing:0;top:184.625rem;left:24.25rem;height:2.436525rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hvVmMLmM9BkxAyrHviAlv759BA4SfwWO { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100326;line-height:1.6;letter-spacing:0;top:189.4375rem;left:41.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; }
#XK0oVukm6vGTybu3JoH4VxkLdiqZBod3 { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:100231;line-height:1.3;letter-spacing:0;top:185rem;left:43rem;height:2.9223625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#epxzvHqS35kS74gElrUXAl9AnCxoCnoD { position:absolute;display:block;z-index:100207;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:181.875rem;left:60.625rem;display:block; }#epxzvHqS35kS74gElrUXAl9AnCxoCnoD.adaptive-delivery-prevent-bg, #epxzvHqS35kS74gElrUXAl9AnCxoCnoD.lazyload, #epxzvHqS35kS74gElrUXAl9AnCxoCnoD.lazyloading { background-image: none; }
#UchJo6pa1wD2UyNmNPW3LNpcPaPFaMwJ { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100327;line-height:1.6;letter-spacing:0;top:190.0625rem;left:60.625rem;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; }
#hlRTWyBWWuvST3R22oIE2r5m24KhzIZI { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.6875rem;font-weight:700;z-index:100207;line-height:1.3;letter-spacing:0;top:184.72983360291rem;left:62.124566078186rem;height:4.46166875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J0TxMTErx25Rs7PZxrOTzwF9Nx5WX6d3 { position:absolute;display:block;z-index:100222;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:182rem;left:4.5625rem;display:block; }#J0TxMTErx25Rs7PZxrOTzwF9Nx5WX6d3.adaptive-delivery-prevent-bg, #J0TxMTErx25Rs7PZxrOTzwF9Nx5WX6d3.lazyload, #J0TxMTErx25Rs7PZxrOTzwF9Nx5WX6d3.lazyloading { background-image: none; }
#IxAJAvJcACcXoMzMfkpUHPIed0lGWbJW { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100332;line-height:1.6;letter-spacing:0;top:189.4375rem;left:4.5rem;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; }
#gC0R4FhrBrpZKb7ig23XI4ggsZu5dGZ6 { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100241;line-height:1.3;letter-spacing:0;top:185.99502563476rem;left:5.9375rem;height:2.76123125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lxrn0E1Juak9vOyedPLOdBTTNA2VHZ8g { position:absolute;display:block;z-index:100242;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:196.0625rem;left:4.5625rem;display:block; }#lxrn0E1Juak9vOyedPLOdBTTNA2VHZ8g.adaptive-delivery-prevent-bg, #lxrn0E1Juak9vOyedPLOdBTTNA2VHZ8g.lazyload, #lxrn0E1Juak9vOyedPLOdBTTNA2VHZ8g.lazyloading { background-image: none; }
#wZPzNElqfheK5pwrqJoC8Rh8AT4xFD9h { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100352;line-height:1.6;letter-spacing:0;top:203.5rem;left:4.5rem;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; }
#nRhTH8zpinAWz7c5mk5Tc2iT1gtZs1qO { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100261;line-height:1.3;letter-spacing:0;top:200.0625rem;left:5.9375rem;height:2.76123125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T3KWy9xVy9tOgxfrTrzaZBuWCgoKms5k { position:absolute;display:block;z-index:100237;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:195.9375rem;left:23rem;display:block; }#T3KWy9xVy9tOgxfrTrzaZBuWCgoKms5k.adaptive-delivery-prevent-bg, #T3KWy9xVy9tOgxfrTrzaZBuWCgoKms5k.lazyload, #T3KWy9xVy9tOgxfrTrzaZBuWCgoKms5k.lazyloading { background-image: none; }
#v7IJTdnMq52QBVMwvfiiKF0XTNgwOkn0 { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100351;line-height:1.6;letter-spacing:0;top:203.5rem;left:23rem;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; }
#pzNuDCi63CFL2fnMRSqwUhcuP3fVDaq2 { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100256;line-height:1.3;letter-spacing:0;top:199.71464157104rem;left:23.964844703674rem;height:2.59765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qOmKkCx94k03GJb5cxEpVaaPGbzW5SCX { position:absolute;display:block;z-index:100232;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:195.9375rem;left:41.75rem;display:block; }#qOmKkCx94k03GJb5cxEpVaaPGbzW5SCX.adaptive-delivery-prevent-bg, #qOmKkCx94k03GJb5cxEpVaaPGbzW5SCX.lazyload, #qOmKkCx94k03GJb5cxEpVaaPGbzW5SCX.lazyloading { background-image: none; }
#V9941UmQaTAMuFFyDIBTIVModvbMQv3x { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100346;line-height:1.6;letter-spacing:0;top:203.5rem;left:41.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; }
#l1zDeWM4HzEUtFHzfvcgBcu5xFNhydRT { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100251;line-height:1.3;letter-spacing:0;top:199.71485900879rem;left:43.278431892395rem;height:2.59765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AmmFmnPvFKoD1dB5C2KPWgOu6KSrAZwe { position:absolute;display:block;z-index:100227;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:195.9375rem;left:60.625rem;display:block; }#AmmFmnPvFKoD1dB5C2KPWgOu6KSrAZwe.adaptive-delivery-prevent-bg, #AmmFmnPvFKoD1dB5C2KPWgOu6KSrAZwe.lazyload, #AmmFmnPvFKoD1dB5C2KPWgOu6KSrAZwe.lazyloading { background-image: none; }
#eiy6NSNDZThTWJv1shszHPlJpLIN994P { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100347;line-height:1.6;letter-spacing:0;top:204.125rem;left:60.625rem;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; }
#EQxDFuoVXooS4F9fQ5mqy1E3XWOmx7BO { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:100227;line-height:1.3;letter-spacing:0;top:198.8125rem;left:62.125rem;height:4.22363125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FSN868bHpz7T7B6JdbEpnrSmZcUCRWOx { position:absolute;display:block;z-index:100262;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:211.25rem;left:4.5625rem;display:block; }#FSN868bHpz7T7B6JdbEpnrSmZcUCRWOx.adaptive-delivery-prevent-bg, #FSN868bHpz7T7B6JdbEpnrSmZcUCRWOx.lazyload, #FSN868bHpz7T7B6JdbEpnrSmZcUCRWOx.lazyloading { background-image: none; }
#guJ46eI5ftcqWc3CWRCrLkawQT4zr2vF { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100372;line-height:1.6;letter-spacing:0;top:219.54167556762rem;left:4.6861982345581rem;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; }
#F4mrvSXGUzr13d7GtTQmiMF1dQPQQUBg { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:100281;line-height:1.3;letter-spacing:0;top:213.20812606811rem;left:5.8125rem;height:4.22363125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RhuDorn1gAK78en3BMVLikUa2icthkHv { position:absolute;display:block;z-index:100257;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:211.125rem;left:23rem;display:block; }#RhuDorn1gAK78en3BMVLikUa2icthkHv.adaptive-delivery-prevent-bg, #RhuDorn1gAK78en3BMVLikUa2icthkHv.lazyload, #RhuDorn1gAK78en3BMVLikUa2icthkHv.lazyloading { background-image: none; }
#evFnMwaNwcVa6TNUUvJpOf5yUKZ8WTWt { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100371;line-height:1.6;letter-spacing:0;top:218.6875rem;left:23rem;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; }
#NTgVfPGGads254ozECTQ6TTQxZUrNBKT { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100276;line-height:1.3;letter-spacing:0;top:214.875rem;left:23.9375rem;height:1.62475625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wxwCJJE7noLT9m6kiAKrIO7FmdcK0Thb { position:absolute;display:block;z-index:100252;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:211.125rem;left:41.75rem;display:block; }#wxwCJJE7noLT9m6kiAKrIO7FmdcK0Thb.adaptive-delivery-prevent-bg, #wxwCJJE7noLT9m6kiAKrIO7FmdcK0Thb.lazyload, #wxwCJJE7noLT9m6kiAKrIO7FmdcK0Thb.lazyloading { background-image: none; }
#hxuTxDLqSdBTaruNt3bp4SwNNPlP6Jdd { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100366;line-height:1.6;letter-spacing:0;top:218.6875rem;left:41.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; }
#JSLadKqHsILTG8AeTT6I8lsZ0FKytirK { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100271;line-height:1.3;letter-spacing:0;top:214.875rem;left:43.25rem;height:2.59765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g4WXFIbOsA9cUBOT6gCsxuW90CrhZzP2 { position:absolute;display:block;z-index:100247;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:211.125rem;left:60.625rem;display:block; }#g4WXFIbOsA9cUBOT6gCsxuW90CrhZzP2.adaptive-delivery-prevent-bg, #g4WXFIbOsA9cUBOT6gCsxuW90CrhZzP2.lazyload, #g4WXFIbOsA9cUBOT6gCsxuW90CrhZzP2.lazyloading { background-image: none; }
#g8ufOAgXBPEXK2Vkm4e0HBefO8aPLutU { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100367;line-height:1.6;letter-spacing:0;top:219.3125rem;left:60.625rem;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; }
#Nn4UB7HMd3hg6SX2Uv2yN2OfZ9g9kmmw { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100247;line-height:1.3;letter-spacing:0;top:214.87414169311rem;left:62.124566078186rem;height:2.59765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cPVxrdclP7SNoz22oG5aWxMT0SWDh05m { position:absolute;display:block;z-index:100282;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:226.25rem;left:4.5625rem;display:block; }#cPVxrdclP7SNoz22oG5aWxMT0SWDh05m.adaptive-delivery-prevent-bg, #cPVxrdclP7SNoz22oG5aWxMT0SWDh05m.lazyload, #cPVxrdclP7SNoz22oG5aWxMT0SWDh05m.lazyloading { background-image: none; }
#XQ7w3CIs6HXBHTSJW2SZPzmWpya8IZzc { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100392;line-height:1.6;letter-spacing:0;top:234.5625rem;left:4.6875rem;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; }
#xNlm5kMhvJ2HzOd6h77F8EgiGeI6WJKT { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100301;line-height:1.3;letter-spacing:0;top:230.56967163086rem;left:6.0611982345581rem;height:2.76123125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CglDMIuhowkNNiLcaG74E28PlM7FUArD { position:absolute;display:block;z-index:100277;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:226.125rem;left:23rem;display:block; }#CglDMIuhowkNNiLcaG74E28PlM7FUArD.adaptive-delivery-prevent-bg, #CglDMIuhowkNNiLcaG74E28PlM7FUArD.lazyload, #CglDMIuhowkNNiLcaG74E28PlM7FUArD.lazyloading { background-image: none; }
#MeaWw66P7zLZNedaDMB27vDxwfBTTuhP { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100391;line-height:1.6;letter-spacing:0;top:233.6875rem;left:23rem;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; }
#W9CBcr7h3N0I7aqODboZ4TgXJJaQNeLe { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100296;line-height:1.3;letter-spacing:0;top:229.875rem;left:23.9375rem;height:3.3120125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T7FDrs3gVaOtyZB9FK3Oz8iXHTA93Biz { position:absolute;display:block;z-index:100272;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:226.125rem;left:41.75rem;display:block; }#T7FDrs3gVaOtyZB9FK3Oz8iXHTA93Biz.adaptive-delivery-prevent-bg, #T7FDrs3gVaOtyZB9FK3Oz8iXHTA93Biz.lazyload, #T7FDrs3gVaOtyZB9FK3Oz8iXHTA93Biz.lazyloading { background-image: none; }
#C4w4sr1g33UhmcPMVl2dhiDHDRw9hRRt { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100386;line-height:1.6;letter-spacing:0;top:233.6875rem;left:41.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; }
#AnKW95NdO0x3WxuItJPge8NH9RrTBHQw { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:100291;line-height:1.3;letter-spacing:0;top:228.31186008453rem;left:43.09158039093rem;height:3.9589875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OiPilyhOOFeirBlJSsnh9iiq0cDQ2dzA { position:absolute;display:block;z-index:100267;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:226.125rem;left:60.625rem;display:block; }#OiPilyhOOFeirBlJSsnh9iiq0cDQ2dzA.adaptive-delivery-prevent-bg, #OiPilyhOOFeirBlJSsnh9iiq0cDQ2dzA.lazyload, #OiPilyhOOFeirBlJSsnh9iiq0cDQ2dzA.lazyloading { background-image: none; }
#v54Jfdq0yN6fOreyUdidyk9RiyfhAWDu { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100387;line-height:1.6;letter-spacing:0;top:234.3125rem;left:60.625rem;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; }
#tITrPG2WmbHdmGJ3tcIuPUmS7pp6x1So { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:100267;line-height:1.3;letter-spacing:0;top:229.875rem;left:62.125rem;height:4.22363125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#npqVr0vI53HKNBIJhRlDannHfnmn0Wtk { position:absolute;display:block;z-index:100302;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:240.9375rem;left:4.5625rem;display:block; }#npqVr0vI53HKNBIJhRlDannHfnmn0Wtk.adaptive-delivery-prevent-bg, #npqVr0vI53HKNBIJhRlDannHfnmn0Wtk.lazyload, #npqVr0vI53HKNBIJhRlDannHfnmn0Wtk.lazyloading { background-image: none; }
#qdO6NTAHvf8tNtilxT2BNDgtWAP4WmJR { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100412;line-height:1.6;letter-spacing:0;top:248.99958705902rem;left:4.1861982345581rem;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; }
#dx1HD17hoeZP9yzmlTbAn4ebg0xzKIwT { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100321;line-height:1.3;letter-spacing:0;top:243.87587547302rem;left:5.9375rem;height:3.7172875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KaE95603VXfXU2zvpsbVXyOiIeSaJWTK { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100316;line-height:1.3;letter-spacing:0;top:244.5625rem;left:23.9375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iVKoHAslP4cFUfcHh4J45Zwpyq3y4D7i { position:absolute;display:block;z-index:100292;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:240.8125rem;left:41.75rem;display:block; }#iVKoHAslP4cFUfcHh4J45Zwpyq3y4D7i.adaptive-delivery-prevent-bg, #iVKoHAslP4cFUfcHh4J45Zwpyq3y4D7i.lazyload, #iVKoHAslP4cFUfcHh4J45Zwpyq3y4D7i.lazyloading { background-image: none; }
#rWdlOrrFQGLceWJgeexNVCNUNZQaGBqD { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100406;line-height:1.6;letter-spacing:0;top:248.375rem;left:41.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; }
#RKJ9DLmeoXn0bENbRLkWhwTycnQrbvIK { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100311;line-height:1.3;letter-spacing:0;top:244.23611831665rem;left:42.96658039093rem;height:2.76123125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K1wkZKTfi0gQzDqBmKP5hy631VaybWFB { position:absolute;display:block;z-index:100287;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:240.8125rem;left:60.625rem;display:block; }#K1wkZKTfi0gQzDqBmKP5hy631VaybWFB.adaptive-delivery-prevent-bg, #K1wkZKTfi0gQzDqBmKP5hy631VaybWFB.lazyload, #K1wkZKTfi0gQzDqBmKP5hy631VaybWFB.lazyloading { background-image: none; }
#q91LBPO5FvWhJ89R2EpyWuHEI3fmMBvg { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100407;line-height:1.6;letter-spacing:0;top:249rem;left:60.625rem;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; }
#JFa3OrTkUSpSgcQpRdCsQxhSDi3rhNvQ { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:100287;line-height:1.3;letter-spacing:0;top:244.5625rem;left:62.125rem;height:1.11840625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SNyoMcT8WhRTvZFs06xAVpEdAgSOvAJi { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100297;line-height:1.3;letter-spacing:0;top:244.68750762939rem;left:23.964844703674rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J78yqMUTsaAIvRKvxKnkavZiiikvOiOJ { position:absolute;display:block;z-index:100307;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:241.0625rem;left:22.625rem;display:block; }#J78yqMUTsaAIvRKvxKnkavZiiikvOiOJ.adaptive-delivery-prevent-bg, #J78yqMUTsaAIvRKvxKnkavZiiikvOiOJ.lazyload, #J78yqMUTsaAIvRKvxKnkavZiiikvOiOJ.lazyloading { background-image: none; }
#vxWpAwXzbykKQhVExf9770COQBegp9KX { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100417;line-height:1.6;letter-spacing:0;top:249.375rem;left:22.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; }
#x3gwEDhtwBwv9NlX5oTBmQh7x9SiwyuS { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100326;line-height:1.3;letter-spacing:0;top:243.84332275391rem;left:23.964844703674rem;height:3.7172875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QV7XIamyQGxr774fS6OMC8KMTJsb5FCP { position:absolute;display:block;z-index:100323;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:256.0625rem;left:3.875rem;display:block; }#QV7XIamyQGxr774fS6OMC8KMTJsb5FCP.adaptive-delivery-prevent-bg, #QV7XIamyQGxr774fS6OMC8KMTJsb5FCP.lazyload, #QV7XIamyQGxr774fS6OMC8KMTJsb5FCP.lazyloading { background-image: none; }
#g2Q2UUnvk0oVRv7iz3yccgPAzQkWd0zA { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100433;line-height:1.6;letter-spacing:0;top:264.125rem;left:3.5rem;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; }
#PZadvHzmoNPUv3SfkHoTZ0fMaUpMPGfP { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100342;line-height:1.3;letter-spacing:0;top:259rem;left:5.25rem;height:2.436525rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OvzAsLlRTVMA2klCL9Z3L4VDpDpKSWK2 { position:absolute;display:block;z-index:100328;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:256.1875rem;left:21.9375rem;display:block; }#OvzAsLlRTVMA2klCL9Z3L4VDpDpKSWK2.adaptive-delivery-prevent-bg, #OvzAsLlRTVMA2klCL9Z3L4VDpDpKSWK2.lazyload, #OvzAsLlRTVMA2klCL9Z3L4VDpDpKSWK2.lazyloading { background-image: none; }
#xcIXhI7TwXRE0epmVvECRQAWNnEW75Qp { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100438;line-height:1.6;letter-spacing:0;top:264.5rem;left:22.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; }
#DCc0QoiGqNAiUJ7vSX8gnmAGdVAmnTK4 { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100347;line-height:1.3;letter-spacing:0;top:258.9375rem;left:23.25rem;height:3.7172875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tWfDI6oBQImF375N34ybTft7yzx05Q2u { position:absolute;display:block;z-index:100313;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:255.9375rem;left:41.0625rem;display:block; }#tWfDI6oBQImF375N34ybTft7yzx05Q2u.adaptive-delivery-prevent-bg, #tWfDI6oBQImF375N34ybTft7yzx05Q2u.lazyload, #tWfDI6oBQImF375N34ybTft7yzx05Q2u.lazyloading { background-image: none; }
#HJKtMc0UiMdLGWSwPhVImH2Mnnirtcmt { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100427;line-height:1.6;letter-spacing:0;top:263.5rem;left:41.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; }
#wu7QUaKRRHJnIPFApTUL6wG28LvbOFIt { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100332;line-height:1.3;letter-spacing:0;top:259.375rem;left:42.25rem;height:2.76123125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t6xpTKy2XGf6Fq3cRrm7U4F2b3NfmTfn { position:absolute;display:block;z-index:100308;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:255.9375rem;left:59.9375rem;display:block; }#t6xpTKy2XGf6Fq3cRrm7U4F2b3NfmTfn.adaptive-delivery-prevent-bg, #t6xpTKy2XGf6Fq3cRrm7U4F2b3NfmTfn.lazyload, #t6xpTKy2XGf6Fq3cRrm7U4F2b3NfmTfn.lazyloading { background-image: none; }
#JBUqITUNPyfwkKiT33LGR4Il5Q2SEQm1 { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100428;line-height:1.6;letter-spacing:0;top:264.125rem;left:59.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; }
#nlqSCFSZex5yGKwhnO5CoNupBytiVbnS { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100308;line-height:1.3;letter-spacing:0;top:259.6875rem;left:61.4375rem;height:2.59765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MX2ESabEeEVpR3EKr1VUGAEEo51J8OT4 { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100318;line-height:1.3;letter-spacing:0;top:259.8125rem;left:23.25rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m7OlXT7VTNrqNgil3xmbCQDStnpp0Kl9 { position:absolute;display:block;z-index:100343;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:271.75rem;left:3.875rem;display:block; }#m7OlXT7VTNrqNgil3xmbCQDStnpp0Kl9.adaptive-delivery-prevent-bg, #m7OlXT7VTNrqNgil3xmbCQDStnpp0Kl9.lazyload, #m7OlXT7VTNrqNgil3xmbCQDStnpp0Kl9.lazyloading { background-image: none; }
#yJA8i38fdhBVe43KoU6CTD7PyfTu9nfz { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100453;line-height:1.6;letter-spacing:0;top:279.6875rem;left:3.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; }
#PhQ2Tf6Ec7ETyDk3mqXfTKJL07XezXfg { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100362;line-height:1.3;letter-spacing:0;top:274.6875rem;left:5.25rem;height:3.7172875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lFXQzT2dbgQb7IZq7GiwWetoqGEgErSH { position:absolute;display:block;z-index:100348;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:271.875rem;left:21.9375rem;display:block; }#lFXQzT2dbgQb7IZq7GiwWetoqGEgErSH.adaptive-delivery-prevent-bg, #lFXQzT2dbgQb7IZq7GiwWetoqGEgErSH.lazyload, #lFXQzT2dbgQb7IZq7GiwWetoqGEgErSH.lazyloading { background-image: none; }
#OLCSKObm25uIz0NTIeZzyzT3HULHNiIO { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100458;line-height:1.6;letter-spacing:0;top:279.5625rem;left:21.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; }
#FdHrBcMdRfd6m4XeNTD0KHhJfPPVInNN { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100367;line-height:1.3;letter-spacing:0;top:275.66082191468rem;left:23.27908039093rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bakHchFn5UJ5AZoek2UrDROGkNfsqyoA { position:absolute;display:block;z-index:100333;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:271.625rem;left:41.0625rem;display:block; }#bakHchFn5UJ5AZoek2UrDROGkNfsqyoA.adaptive-delivery-prevent-bg, #bakHchFn5UJ5AZoek2UrDROGkNfsqyoA.lazyload, #bakHchFn5UJ5AZoek2UrDROGkNfsqyoA.lazyloading { background-image: none; }
#frHvLB2X1OXfITEVFfOS7zAk4HBfwfXy { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100447;line-height:1.6;letter-spacing:0;top:279.1875rem;left:41.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; }
#RAghuZBl8WmlmI1qtgImNrK5NTTlhgBd { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100352;line-height:1.3;letter-spacing:0;top:275.0625rem;left:42.25rem;height:4.14184375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#peaCgTtbZDaBL8Cv7TMINd354dQaR6Oa { position:absolute;display:block;z-index:100328;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:271.625rem;left:59.9375rem;display:block; }#peaCgTtbZDaBL8Cv7TMINd354dQaR6Oa.adaptive-delivery-prevent-bg, #peaCgTtbZDaBL8Cv7TMINd354dQaR6Oa.lazyload, #peaCgTtbZDaBL8Cv7TMINd354dQaR6Oa.lazyloading { background-image: none; }
#tBSMa2sPZZbb1VlqmukqJlLxLkGI44Cx { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100448;line-height:1.6;letter-spacing:0;top:279.8125rem;left:59.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; }
#NEB8125rVvJGK8mkZL7zrFQUbmhTFl3N { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100328;line-height:1.3;letter-spacing:0;top:275.375rem;left:61.4375rem;height:2.59765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#URJ26R4yw8ponTn4eXk9s2FN84SJwgTQ { position:absolute;display:block;z-index:100363;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:285.9375rem;left:3.5rem;display:block; }#URJ26R4yw8ponTn4eXk9s2FN84SJwgTQ.adaptive-delivery-prevent-bg, #URJ26R4yw8ponTn4eXk9s2FN84SJwgTQ.lazyload, #URJ26R4yw8ponTn4eXk9s2FN84SJwgTQ.lazyloading { background-image: none; }
#LNP6fzbyfdchsxn3IGyEEc6bg4efZt35 { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100473;line-height:1.6;letter-spacing:0;top:293.875rem;left:3.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; }
#TnaN0zB40nKhSNi0nXbxhhKCim1ZOyAD { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100382;line-height:1.3;letter-spacing:0;top:288.875rem;left:4.875rem;height:2.436525rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uF4mvNHzkN4KRuWpmIkvsqiTX8r2l8EV { position:absolute;display:block;z-index:100368;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:286.0625rem;left:21.5625rem;display:block; }#uF4mvNHzkN4KRuWpmIkvsqiTX8r2l8EV.adaptive-delivery-prevent-bg, #uF4mvNHzkN4KRuWpmIkvsqiTX8r2l8EV.lazyload, #uF4mvNHzkN4KRuWpmIkvsqiTX8r2l8EV.lazyloading { background-image: none; }
#GvRZlBnD7wSSBGhXQAgEIzR1KNuMCxzk { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100478;line-height:1.6;letter-spacing:0;top:293.75rem;left:21.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; }
#FOFS9iRkVzhSm3ofVTEKI0zzK4A4IMaH { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100387;line-height:1.3;letter-spacing:0;top:289.25rem;left:22.875rem;height:4.38720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qIhgKfEczQFhvPqq0z0MWMdiBEEZQdkp { position:absolute;display:block;z-index:100353;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:285.8125rem;left:40.6875rem;display:block; }#qIhgKfEczQFhvPqq0z0MWMdiBEEZQdkp.adaptive-delivery-prevent-bg, #qIhgKfEczQFhvPqq0z0MWMdiBEEZQdkp.lazyload, #qIhgKfEczQFhvPqq0z0MWMdiBEEZQdkp.lazyloading { background-image: none; }
#OheNGTzMhGAa9T5W7Qz2UgvSwptrh0bs { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100467;line-height:1.6;letter-spacing:0;top:293.75rem;left:40.6875rem;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; }
#OacVF3O3iN8JX2TNi1H2bNIZvlIhCc9B { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:100372;line-height:1.3;letter-spacing:0;top:288.5625rem;left:41.875rem;height:4.22363125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V6QLtvv5iIfTCQlm1N0qzBghwqghr1Ld { position:absolute;display:block;z-index:100348;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:285.8125rem;left:59.5625rem;display:block; }#V6QLtvv5iIfTCQlm1N0qzBghwqghr1Ld.adaptive-delivery-prevent-bg, #V6QLtvv5iIfTCQlm1N0qzBghwqghr1Ld.lazyload, #V6QLtvv5iIfTCQlm1N0qzBghwqghr1Ld.lazyloading { background-image: none; }
#rT9F7EsQMtdyOut8xiH84Pa0q5i4319V { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100468;line-height:1.6;letter-spacing:0;top:294rem;left:59.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; }
#s97aFHtcIOlNzdbTlmGFCadZQ4szqttr { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100348;line-height:1.3;letter-spacing:0;top:288.8125rem;left:61.0625rem;height:3.7172875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QcGtPswvChTq9T3iT81NP1p5Q6i7pC05 { position:absolute;display:block;z-index:100383;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:300.125rem;left:3.75rem;display:block; }#QcGtPswvChTq9T3iT81NP1p5Q6i7pC05.adaptive-delivery-prevent-bg, #QcGtPswvChTq9T3iT81NP1p5Q6i7pC05.lazyload, #QcGtPswvChTq9T3iT81NP1p5Q6i7pC05.lazyloading { background-image: none; }
#yhIlUACbTbkdrZIbGpOtKA5AJtCrTmT9 { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100493;line-height:1.6;letter-spacing:0;top:308.0625rem;left:3.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; }
#urSk77II5Om8w5n5SV60PW2ks1Kp67ws { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100402;line-height:1.3;letter-spacing:0;top:303.0625rem;left:5.125rem;height:2.436525rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AUswERhpydFqP2Nqq0IwLCT4NaRfo6ED { position:absolute;display:block;z-index:100388;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:300.25rem;left:21.8125rem;display:block; }#AUswERhpydFqP2Nqq0IwLCT4NaRfo6ED.adaptive-delivery-prevent-bg, #AUswERhpydFqP2Nqq0IwLCT4NaRfo6ED.lazyload, #AUswERhpydFqP2Nqq0IwLCT4NaRfo6ED.lazyloading { background-image: none; }
#llcumSxCVLPfPHgmUvHPlTWHWgotFrCD { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100498;line-height:1.6;letter-spacing:0;top:308.37426757812rem;left:21.811966300011rem;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; }
#cU2tiMAmcT52THiBILZcP2VqhqFrqwBu { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100407;line-height:1.3;letter-spacing:0;top:303.4375rem;left:23.125rem;height:3.7172875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SRmMOgTCyWQ7A96VMMRXZ8CSt5EXKWgE { position:absolute;display:block;z-index:100373;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:300rem;left:40.9375rem;display:block; }#SRmMOgTCyWQ7A96VMMRXZ8CSt5EXKWgE.adaptive-delivery-prevent-bg, #SRmMOgTCyWQ7A96VMMRXZ8CSt5EXKWgE.lazyload, #SRmMOgTCyWQ7A96VMMRXZ8CSt5EXKWgE.lazyloading { background-image: none; }
#GNkQAoJRSXncJ5wKiHKHk10Lq5XuX8o6 { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100487;line-height:1.6;letter-spacing:0;top:307.9375rem;left:40.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; }
#sKq30IKcbvI4pQdh0ZNJcrrz2nmFKRWm { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100392;line-height:1.3;letter-spacing:0;top:302.75rem;left:42.125rem;height:3.7172875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pB4sACixQaLOO8JgqTVBQgmAGZo1JStF { position:absolute;display:block;z-index:100368;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:300rem;left:59.8125rem;display:block; }#pB4sACixQaLOO8JgqTVBQgmAGZo1JStF.adaptive-delivery-prevent-bg, #pB4sACixQaLOO8JgqTVBQgmAGZo1JStF.lazyload, #pB4sACixQaLOO8JgqTVBQgmAGZo1JStF.lazyloading { background-image: none; }
#VnOJtBc2Jy9eTt2VR45RbTKg6WLL9e6D { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100488;line-height:1.6;letter-spacing:0;top:308.1875rem;left:59.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; }
#bTB9BpP6FRIOyXymmKHI5EJFDZWoT0yi { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100368;line-height:1.3;letter-spacing:0;top:303rem;left:61.3125rem;height:2.436525rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QHGStQuHS5gNnE7HImPRCTDDyIwKiFuX { position:absolute;display:block;z-index:100393;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:315.375rem;left:32.6875rem;display:block; }#QHGStQuHS5gNnE7HImPRCTDDyIwKiFuX.adaptive-delivery-prevent-bg, #QHGStQuHS5gNnE7HImPRCTDDyIwKiFuX.lazyload, #QHGStQuHS5gNnE7HImPRCTDDyIwKiFuX.lazyloading { background-image: none; }
#NGlxTLPwKlf1e7KRAwORkvRMk2CPK2Ji { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100507;line-height:1.6;letter-spacing:0;top:323.3125rem;left:32.6875rem;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; }
#r3gqXX0BraIlTgX4a6AFyxH0wsndG7ku { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100412;line-height:1.3;letter-spacing:0;top:318.125rem;left:33.875rem;height:2.436525rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xNW3Z3c2N7nCVGJJMX0buJR3u9NrFDWg { position:absolute;display:block;z-index:100398;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.749rem;width:14.375rem;top:22rem;left:39.4375rem;display:block; }#xNW3Z3c2N7nCVGJJMX0buJR3u9NrFDWg.adaptive-delivery-prevent-bg, #xNW3Z3c2N7nCVGJJMX0buJR3u9NrFDWg.lazyload, #xNW3Z3c2N7nCVGJJMX0buJR3u9NrFDWg.lazyloading { background-image: none; }
#NZPZRbCaGTMe1SpZ8UH013qUJa2Ctm1T { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100417;line-height:1.3;letter-spacing:0;top:24.5625rem;left:40.5625rem;height:2.436525rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VJZH06wzT40zZlLgJLPt3SdDEEUWH5Aw { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100512;line-height:1.6;letter-spacing:0;top:28.5625rem;left:39.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; }
#vQrJ1OVq6TfslPTURTJF40T1EsVJEnGG { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100039;text-align:center;text-align-last:center;top:16.937144756317rem;left:42.218571066856rem;display:block; }
#ZritaqkWyMOxzG5kgfKNZEbHgTIsIDcH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xsa7NQTb8OrOP9hRkx4Kbm57ZdET5Jqq { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100040;text-align:center;text-align-last:center;top:16.937144756317rem;left:23.935545325279rem;display:block; }
#WpyLuh4sXfzTV35mzFJzZSnvOXMPoKBS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#w0KLT5049dahwJHdwkdioVyFHlcsKSvx { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100041;text-align:center;text-align-last:center;top:16.937144756317rem;left:4.1859019994736rem;display:block; }
#kRqLNlfZmXrzWZVaeKba70syMLZUwM9q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Ib1No1x284RUvdrbLKPrTMLGQdQo8d7z { 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:33.6875rem;left:61.4375rem;display:block; }
#cCXuFT9XuP7gGpTe4Z4xWIIlpUaTIhGR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vQO81VV4Jth4u7V4kohVF2HE0GqcoDpu { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100043;text-align:center;text-align-last:center;top:33.6875rem;left:42.25rem;display:block; }
#LSr1uINkL98ROmVleubCC2CBpfcl1e8G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#CdzdVcCmuibWoagP5vKCEqkGJ3k87s35 { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100044;text-align:center;text-align-last:center;top:33.6875rem;left:24rem;display:block; }
#Cyzdo0mdi3Rcuc3cUz3Dxq6ODWiPLTok { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UW2dZ5uakr8Dauu6TF9IJbia8h8lOmGw { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100045;text-align:center;text-align-last:center;top:33.686965942382rem;left:4.1859019994736rem;display:block; }
#xHd7mJbRDWQE5ptiofrT3rwNs8llgXz1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Xl42OrnSycidq4T0WyoxHncXL4EaTX6t { 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:100047;text-align:center;text-align-last:center;top:49.75rem;left:61.75rem;display:block; }
#KfCPwfI5ITLfkiO0pSN4zDENtv3oITmh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#e6xTiIKFQhw5B3VKWWGvz5la0Pn9p0lL { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100053;line-height:1.3;letter-spacing:0;top:50.1875rem;left:43.125rem;height:1.2807625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p8SZvXeqcieB4nOM453nBFogny9UeEI5 { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100048;text-align:center;text-align-last:center;top:49.75rem;left:42.5625rem;display:block; }
#so3vPONUeSrO9DGP8o8JZ1QiZ7WEI7hF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#cgGM5v8HKfDBz6tmf3nKLgl38fkHnkqW { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100049;text-align:center;text-align-last:center;top:49.75rem;left:24.3125rem;display:block; }
#UqwzVwADwSOWfh1bGtJ6UTrxxHOatodB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#nbSCkkPlVNC5u4lDaUAlPTdSpQXlg3Vi { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100050;text-align:center;text-align-last:center;top:49.75rem;left:4.4375rem;display:block; }
#W9JR9A2mra7PVmwyMa3m9PkXM23rsaZB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zUrbwwWOeNgt6EihvLS92eBPBcCS50c5 { 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:100052;text-align:center;text-align-last:center;top:64.125rem;left:62.6875rem;display:block; }
#vC4G4pAWE5dvSDcwphTWumUzS6eZtTfT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#I2yIBuHPih7yfMAhuH4HcEyDc74v9Lcz { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100058;line-height:1.3;letter-spacing:0;top:64.5625rem;left:44.0625rem;height:1.2807625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FkKfgZTephunSaE6oQxTIqxHyuKNcBMH { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100053;text-align:center;text-align-last:center;top:64.125rem;left:43.5rem;display:block; }
#qtyafy9tJ4SrznAbcH4xH0sdNhtkXclc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#FIRrlHKl5R2KlDzJ87NeZZzv2z1yN0ps { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100054;text-align:center;text-align-last:center;top:64.125rem;left:25.25rem;display:block; }
#S9gSs6N6ER73COfQhbciO5NFyH89yVFT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#n0hrmpHkeEk80fNbDTgWS3lctZuR80S0 { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100055;text-align:center;text-align-last:center;top:64.125rem;left:5.375rem;display:block; }
#H2py6WcznVZczLonRMSv75IpTQWZLIIL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#XG572Wc57i6Si1IX9Rqz8dUd6Xy6H417 { 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:100057;text-align:center;text-align-last:center;top:79rem;left:61.5rem;display:block; }
#hgkZs10VdzxTGtAtCRUTLy1HoP6yXrv1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#kpF8PhEUiqbyqKtIFcKiSkiKVA1WQ8Zs { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100058;text-align:center;text-align-last:center;top:79rem;left:42.3125rem;display:block; }
#m92B2pB56JBCBOTNkay4T9h6aARyK9Nr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ruSMamDTWOsRNVfFSDbk37QF2bWrPyHA { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100059;text-align:center;text-align-last:center;top:79rem;left:24.0625rem;display:block; }
#r4QRw2UtyucvL3cMFFnWH2EX3zeUWsnu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NitEWPEeLfVXw8kZ7HouNnnooUvk7Pzw { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100060;text-align:center;text-align-last:center;top:79rem;left:4.1875rem;display:block; }
#zmfAovGA2H5EBI6d4aWq3hqg7yVGRQ67 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#m8VcgJTSzhpSHTtLnl7S7pA1uSuq9TKE { 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:100061;text-align:center;text-align-last:center;top:96.125rem;left:62.75rem;display:block; }
#z2rfCdXznBVExxSMhGtnJTCH4CLH2MJq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qAWZB9hDBmTWqVunrJXvGkMpTGCZwDSW { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100062;text-align:center;text-align-last:center;top:96.125rem;left:43.5625rem;display:block; }
#ZfVPEPPzz7bWkdhmkDBbxeQE8quTlp6a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gWFnqTOa8iLsT60nQ7Lf12KdrThucWf5 { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100063;text-align:center;text-align-last:center;top:96.125rem;left:25.3125rem;display:block; }
#TTRlypy7TwVZ95uolFm41weXSys4CtmM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#JCO8EcAdxcK5k9uN1mmQlaSha44dnWPM { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100064;text-align:center;text-align-last:center;top:96.125rem;left:5.4375rem;display:block; }
#Vga78ma7B87eqhFwxmJDoPVkJfGXdLpL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#T3dIMzZKqvL5Ndv2wczDQq3PVTPdyGLv { 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:100065;text-align:center;text-align-last:center;top:112.5625rem;left:61.75rem;display:block; }
#xbxWXC8D42VZn5NF018CfcmRJrDQWANN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#GquSwzDJM7pzSOaM7zZrfJtGBMMUtsaC { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100066;text-align:center;text-align-last:center;top:112.5625rem;left:42.5625rem;display:block; }
#MhsNuUhoAi7L3z54b95HprlHDTKCr1aT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#dvmDtvZBMBwQqL5cd4N3Jsnn3Ni87wT4 { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100067;text-align:center;text-align-last:center;top:112.5625rem;left:24.375rem;display:block; }
#JpHMy2hUvPAMkfQXklm3PqLL8GBqiGx0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#AFpcot7232xpoOwQsQuHdB7eRPBwmpZw { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100068;text-align:center;text-align-last:center;top:112.5625rem;left:4.4375rem;display:block; }
#hcx0RrowsFXFZ1ORWAgMxzZ4XrhOzyTH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#XTJ29K8AWu0PHqqirOCEb1Wfz6v613TG { 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:100069;text-align:center;text-align-last:center;top:129.1875rem;left:61.75rem;display:block; }
#XV794oS1cz9TgoC3S1EENpELwXb4BEZI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fskapbvVZetL2e2VyW5u9NFE1JXNEvfU { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100070;text-align:center;text-align-last:center;top:129.1875rem;left:42.5625rem;display:block; }
#dSlFLTFBhP2H5mhh6i2kDE8ZZlfM5I0Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#CPbS2ZS1RqpQwv5XHpGxrVTMhmPUanUp { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100071;text-align:center;text-align-last:center;top:129.1875rem;left:24.375rem;display:block; }
#mJVZ7ghDF1DwveDOOsT7TOIcxpTnQABK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VBRhmNKmqhBD44y7XmOTUIA8UTx5T8or { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100072;text-align:center;text-align-last:center;top:129.1875rem;left:4.4375rem;display:block; }
#k3OLq4SrHZ95KpsH3ZsI9dKMMvytQqhP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#DWE1oaE6vWCTJ108kyU4TKbAcFsGuQAV { 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:100073;text-align:center;text-align-last:center;top:146.4375rem;left:62.75rem;display:block; }
#gTq6EeqRatEOgf19Vg6IfsuXHJxkahPZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#cSSgliMLq9wyKvbOWOCdc1DokEE27MVv { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100074;text-align:center;text-align-last:center;top:146.4375rem;left:43.5625rem;display:block; }
#XnTTxrtoFonWtv0tx1nZvTNGZUZExttJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bZMNiPesyNpTG42Q7TU6oK3wC3qPvinK { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100075;text-align:center;text-align-last:center;top:146.4375rem;left:25.375rem;display:block; }
#CkAFB7UBQ88Q45Ey7Tg2lXRPGAAlLFIK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Mx9AMaFy7RzdglL5Hv8g8FnRrZzVZxSC { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100076;text-align:center;text-align-last:center;top:146.4375rem;left:5.4375rem;display:block; }
#oQ8n4a8W0VLr2XWUQcvDR3XTWyVrqHCT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#KuirBhcKUxo0giC7cfArIy44QXsU3BEU { 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:100077;text-align:center;text-align-last:center;top:163.75rem;left:64.4375rem;display:block; }
#aHwfIM5xEP3REkDql6DvewOdpItvoLVv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vrV1PiXZn5SzWOB6eemT5wT8cbU40NfM { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100078;text-align:center;text-align-last:center;top:163.75rem;left:45.25rem;display:block; }
#zXJwzGyOONql0NfxM4btRv9zXLrNHpoE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ccTcmXTeZLQvJQefHXnfennTTwu3N4rl { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100079;text-align:center;text-align-last:center;top:163.75rem;left:27.0625rem;display:block; }
#FBowwslHduBbxgv4EuWM1msJJWxS3NN1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#nzit1zEtTB8PJ4qH3tQtQ0yPif8lMNBP { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100080;text-align:center;text-align-last:center;top:163.75rem;left:7.125rem;display:block; }
#y9247LUDOHo7TTahF3IEvBVShWOVGFHl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#iQNgCnZf17EXQcNGzFuHS7A3ehcxCCwq { 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:100081;text-align:center;text-align-last:center;top:179.3125rem;left:64.75rem;display:block; }
#urEd7aSbQ3oKM3DCIpI7leP4ZaplqIvS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Fs8T8zD0LJPpLqPF2sefyFyOnS2NWIlp { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100082;text-align:center;text-align-last:center;top:179.3125rem;left:45.5625rem;display:block; }
#VMlhbFFul4X5T3Oggl5Q8O4t7vO2o1wM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#A3JFoUSsDr9bw2ZuW45Iq8dTW00gOI6m { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100083;text-align:center;text-align-last:center;top:179.3125rem;left:27.375rem;display:block; }
#ausHfAcZGyKwHCMtnm61i2psJCfGlgTo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#I48EDGzmlR0PGo2Us6oM9NTfkaNoOrqQ { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100084;text-align:center;text-align-last:center;top:179.3125rem;left:7.4375rem;display:block; }
#VQDmOEThp7TKTWkPXovxdTo9wuAHiveS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#pPBDxwNFlABOVrmAq246xuOAqTnKeLiT { 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:100085;text-align:center;text-align-last:center;top:193.125rem;left:64rem;display:block; }
#eBpd1UxisWJk7Rtoh0FTV1InuI6Jr5NT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ykk9OKPNMTeVe58PDFUlgOmUFUQ5DdSE { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100086;text-align:center;text-align-last:center;top:193.125rem;left:44.8125rem;display:block; }
#ueZHf0SHvAF37K9h4gTnyDSSpWxJl6U3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#T7Qy4mBfFWxE1RsBlBXuVeIfDDJvLdBG { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100087;text-align:center;text-align-last:center;top:193.125rem;left:26.625rem;display:block; }
#aD5yU1qOyw7gIlBWvQn1m41g2QL2PVtw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zPgtPwh9U2uM0LyvvUE2Vko8fIqvTJ41 { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100088;text-align:center;text-align-last:center;top:193.125rem;left:6.6875rem;display:block; }
#WzF1yLpxUptAvUDEq9bclhSpeKD98mh9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zB16KnFzAhTLkx5iCgufFNsM9abucugR { 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:100089;text-align:center;text-align-last:center;top:207.375rem;left:64.3125rem;display:block; }
#h4nhL444DhbJ4hAhFVT9vO5RKs8iRV55 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ISS7ScqbiGsarAdSTzVshSzpzxuDuSQp { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100090;text-align:center;text-align-last:center;top:207.375rem;left:45.125rem;display:block; }
#gqOzHV0hu1zOAMgXmuXSEag2CpX8bDKp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ivcZK6BdeSPwihKmQHSyZqMLi09h5Anb { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100091;text-align:center;text-align-last:center;top:207.375rem;left:26.9375rem;display:block; }
#HMGrziSAMTZFrwSzbwPhVJZBUzZ7q1wy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TQV7l3L41f3akGOzletzh1AQDJCPRCLT { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100092;text-align:center;text-align-last:center;top:207.375rem;left:7rem;display:block; }
#VGP0bTgtF8Kca9TVrnNkeI1PCaKJQuiv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#hEQVysIniNwdOGETsEC2CbLGAmFWlcCz { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100096;text-align:center;text-align-last:center;top:222.75rem;left:6.6875rem;display:block; }
#ike1JWWPbhJVtGgDcOBbH4y1oAwNf3t7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TnD8JhQPcxzkfIqpJcVrQDvyLue1eWop { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100095;text-align:center;text-align-last:center;top:222.75rem;left:26.625rem;display:block; }
#kuEy3wmku5UeziktCDQu9LPUpqdxrFD6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mEq0nvtTNUax98SFxZnxSyKWN9AUU6d9 { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100094;text-align:center;text-align-last:center;top:222.75rem;left:44.8125rem;display:block; }
#lcVDTqJaBLG8hE7VMIKL9BycbeosaJbv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#DBBKUBOlGu26z9z7JM62MDsaTC1lRr6R { 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:100093;text-align:center;text-align-last:center;top:222.75rem;left:64rem;display:block; }
#tyhBBkddvCQODNbaRgzRTIGrQdpWlOkx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vuEDTf07unS3IOCSGA9wlUuHSdSyTKSh { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100100;text-align:center;text-align-last:center;top:238.125rem;left:6.6875rem;display:block; }
#TVqsDTQnwc7E1EI9polQQeuJS2OGdcxC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#RQdTPlT8amSmszR7PuNyCbZihQoFVgWy { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100099;text-align:center;text-align-last:center;top:238.125rem;left:26.625rem;display:block; }
#DWlHFR21bgrPy9GDcD5ukJDv96vcsXvr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wchdOk6lZfwR2ZvXqzleHn34gITyN2Ue { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100098;text-align:center;text-align-last:center;top:238.125rem;left:44.8125rem;display:block; }
#Lux8FqSygrsl7w5r46gpRzPh6BvovuUP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#PREoBC5IfSl9IGbsbIzSqarTiZTrvD4r { 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:100097;text-align:center;text-align-last:center;top:238.125rem;left:64rem;display:block; }
#N3BwoGvOtLMxkuODuJaGOcdwZIObxAOJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zhZvenF498hQQzlXvONsT9fhtN1mzAHX { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100104;text-align:center;text-align-last:center;top:252.4375rem;left:6.6875rem;display:block; }
#uwpsge5Hf3RTuvH5JOT9cUDaXQMi64AR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qkbx0ALb2nu1AcvOJ79GCZrTkbRT2h2n { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100103;text-align:center;text-align-last:center;top:252.4375rem;left:26.625rem;display:block; }
#Nt2WsO1w1XK6MQ8d293CfvvGbxFVnp5I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#WsLzD2aUcTtONDcTroigkvMHlk8GMmnD { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100102;text-align:center;text-align-last:center;top:252.4375rem;left:44.8125rem;display:block; }
#wL16LhqhT06xpD5kLzQgDQN1lRuZsJyo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UexDvsbEuxO8T8dCVdAuoit6y6WKebbo { 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:100101;text-align:center;text-align-last:center;top:252.4375rem;left:64rem;display:block; }
#yB9E1EWPO3aC3nWQ6AlTmsCwAQf6f2aI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#BlP7xTyi9AUabGBTkad68pUQNoo0gfOK { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100108;text-align:center;text-align-last:center;top:267.6875rem;left:5.75rem;display:block; }
#I8AbXHXsVHJiRyBuVTmuRlLrEnSE1wdr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#e0xzf0vo46pBuiTEuSiZrT819itHrI70 { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100107;text-align:center;text-align-last:center;top:267.6875rem;left:25.6875rem;display:block; }
#kRyc6dFDvEfPS0DU4TQsMFpQkI1635Gp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#XI4zLl4S6XDOvMRFAIiN0xbwfpaAlx47 { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100106;text-align:center;text-align-last:center;top:267.6875rem;left:43.875rem;display:block; }
#xVKKTM3rw3vghJCXM28bWfnHvUn4KJk2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#llTbEBvbyBtQbDQVzFSsUeCFVEd2DIL4 { 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:100105;text-align:center;text-align-last:center;top:267.6875rem;left:63.0625rem;display:block; }
#m0mpk1xqBDaUac0b9gOyB8CrDi306Pdy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#HNsW5FnaTum5NphD9OgukQbr3pgOWV95 { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100112;text-align:center;text-align-last:center;top:283.25rem;left:5.4375rem;display:block; }
#Kiy4qOfaT3z9rRFEZFH2ZBEONdv8Zgm2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#oMGHvqCM0INWgRoXu1HwrDTEJxJ4arGc { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100111;text-align:center;text-align-last:center;top:283.25rem;left:25.375rem;display:block; }
#NEFHWQ1gLGv10ozEBp3BwAqs0g1iO0Do { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#SGJJPENaR0D0PDqHnZauxDyzpWclXBPl { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100110;text-align:center;text-align-last:center;top:283.25rem;left:43.5625rem;display:block; }
#TbJfzUy3uAOeLww01kGLTiGTJeCSeTfQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ow4byDCC4gR24OpkDx6HmO8uTSKrTiEt { 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:100109;text-align:center;text-align-last:center;top:283.25rem;left:62.75rem;display:block; }
#FAEvx6kznqmbHTSaltwoIkIls7Stv1BI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#I74z9ctTG4x2JwJiU9y8qAlpmNvfh0om { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100116;text-align:center;text-align-last:center;top:297.4375rem;left:5.4375rem;display:block; }
#Drw91OC4SwQ1TnhmXoWHVAJEzf28MXO1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bTB1lLNJZU7katLv1EKpa2le0EXH78FD { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100115;text-align:center;text-align-last:center;top:297.4375rem;left:25.375rem;display:block; }
#dnqpI9BSUyIk8Np4RNkL0HAaZADQO8T7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#DTUEhPNbeKfrs60wIONfRJvgV5rtP7fB { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100114;text-align:center;text-align-last:center;top:297.4375rem;left:43.5625rem;display:block; }
#O4sawqFV2rQahPd6fv0BeiayVF6ERUzT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Mtm2ScdFmZEls2T0pEX6Vgo5DLJvinHx { 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:100113;text-align:center;text-align-last:center;top:297.4375rem;left:62.75rem;display:block; }
#kZdWSbVemg6UF1TAZAiMwbdL5w5x0Xwx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#RfyD7tkpHV2OFC95WOtlLmm00V8JCGl2 { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100120;text-align:center;text-align-last:center;top:311.625rem;left:5.4375rem;display:block; }
#oqdcNEaJwceW3VV83GC3HRK3ATvlO7EC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#le83D7X03aqcdNE8tW7ZlyTqKK3DamTl { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100119;text-align:center;text-align-last:center;top:311.625rem;left:25.375rem;display:block; }
#GyyE8niA8SNAyMJTCg510EUHsphKi9EA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wdSlnvT90TzHeIgLddXH5OGrU82PTv48 { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100118;text-align:center;text-align-last:center;top:311.625rem;left:43.5625rem;display:block; }
#Dgl3sm62l1JpzUNhy35b3v3Oyyykr6Pg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#pBhqibcABt8LETXcIRVhNuSi4DEFMzht { 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:100117;text-align:center;text-align-last:center;top:311.625rem;left:62.75rem;display:block; }
#d7QrkTLAFH1Tw2ipnpm6AKVJMu2iZ0MO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#JTdBvM3R6oF1f2zns1BEL1hvuyuB3LMU { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100120;text-align:center;text-align-last:center;top:326.68410301209rem;left:35.812321066856rem;display:block; }
#GsSXoVvoTNhOwvmEPR4zivlmkZzesz8x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vT2h67JT0v3eEiEL2TaibbwTa8ws24CJ { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100092;text-align:center;text-align-last:center;top:207.375rem;left:7rem;display:none; }
#X5RRvQyl9xJoCSyWrkdsO6eD3k4TQExW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UEtMZKn6EEFCBqi9lmsvBVTWWlSBEuNr { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100058;text-align:center;text-align-last:center;top:79rem;left:42.3125rem;display:none; }
#PZW0KZ8fToRNcTemB4zi3Bwe7P95R27A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wbPomdIa5bpGxdJ2SwXtz0fOhXQpULAs { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100058;text-align:center;text-align-last:center;top:79rem;left:42.3125rem;display:none; }
#UDUUcRWVRyoZc9CwyTaXvOcmFqFkVHeD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;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: #ffffff; }#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: #ffffff; }#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:77.125rem;width:75rem;position:relative;display:block; }#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:49.3125rem;left:40.1875rem;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:53.25rem;left:41.4375rem;height:2.92480625rem;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:31.125rem;left:43.625rem;height:1.2807625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I549IOAcp2qWfnCyxAIC68OCu5S6uMNa { color:#000000;display:block;width:20.4373125rem;position:absolute;font-family:cairo;font-size:1.9375rem;font-weight:normal;z-index:100071;line-height:1.3;letter-spacing:0;top:0.99934864044187rem;left:27.999131202698rem;height:2.51855625rem;text-align:center;text-align-last:center;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:56.875rem;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; }
#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:3.5rem;left:40.1875rem;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:0.9375rem;font-weight:700;z-index:100029;line-height:1.3;letter-spacing:0;top:6.8013162612912rem;left:41.308594107628rem;height:3.7172875rem;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:11.0625rem;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; }
#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:3.5rem;left:21.4375rem;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:0.9375rem;font-weight:700;z-index:100033;line-height:1.3;letter-spacing:0;top:6.4373250007631rem;left:22.686434149742rem;height:3.7172875rem;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:11.307708740234rem;left:21.436434149742rem;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; }
#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:3.5rem;left:3rem;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:7.5625rem;left:4.25rem;height:1.5249rem;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:11.0625rem;left:3rem;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; }
#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:18.375rem;left:59.125rem;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:18.375rem;left:40.25rem;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:18.375rem;left:21.5rem;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:33.5625rem;left:3rem;display:block; }#PPiiitOODzLmBhkfZuBkNh1QXIV27aAH.adaptive-delivery-prevent-bg, #PPiiitOODzLmBhkfZuBkNh1QXIV27aAH.lazyload, #PPiiitOODzLmBhkfZuBkNh1QXIV27aAH.lazyloading { background-image: none; }
#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:25.9375rem;left:59.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; }
#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:25.9375rem;left:21.5rem;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; }
#ZkSsAZQe0VmzyTDrMUinbqP9kD3R21AN { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100045;line-height:1.3;letter-spacing:0;top:21.128373146057rem;left:41.308594107628rem;height:3.7172875rem;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:0.75rem;font-weight:700;z-index:100049;line-height:1.3;letter-spacing:0;top:21.124821662903rem;left:22.686434149742rem;height:3.9589875rem;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:38.25rem;left:4.25rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;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:33.5625rem;left:40.25rem;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:33.5625rem;left:21.5rem;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:18.375rem;left:3rem;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:41.125rem;left:40.25rem;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:41.125rem;left:21.5rem;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:25.9375rem;left:3rem;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:0.875rem;font-weight:700;z-index:100065;line-height:1.3;letter-spacing:0;top:36.311798095703rem;left:41.499466300011rem;height:3.47558125rem;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:37.125rem;left:22.6875rem;height:1.2807625rem;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:33.5625rem;left:59.125rem;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:41.125rem;left:59.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; }
#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:22.375rem;left:4.25rem;height:2.92480625rem;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:36.5625rem;left:60.3125rem;height:2.76123125rem;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:25.9375rem;left:40.25rem;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.185546875rem;width:30.7493125rem;top:76.938028335569rem;left:23.874288916588rem;display:block; }
#g5HIv67zPKrnVEOoGSkX3Q4ma5p5OomC { position:absolute;display:block;z-index:100053;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:49.3125rem;left:3rem;display:block; }#g5HIv67zPKrnVEOoGSkX3Q4ma5p5OomC.adaptive-delivery-prevent-bg, #g5HIv67zPKrnVEOoGSkX3Q4ma5p5OomC.lazyload, #g5HIv67zPKrnVEOoGSkX3Q4ma5p5OomC.lazyloading { background-image: none; }
#JXNhSPc8mDPzkUXvDQo7mvB5azmflRVK { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100072;line-height:1.3;letter-spacing:0;top:51.93714427948rem;left:4.2498224973679rem;height:3.7172875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Fuqe2so0ivEk1Sz95ACphD02CUw6hqSI { position:absolute;display:block;z-index:100069;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:49.3125rem;left:21.4375rem;display:block; }#Fuqe2so0ivEk1Sz95ACphD02CUw6hqSI.adaptive-delivery-prevent-bg, #Fuqe2so0ivEk1Sz95ACphD02CUw6hqSI.lazyload, #Fuqe2so0ivEk1Sz95ACphD02CUw6hqSI.lazyloading { background-image: none; }
#fI1gtGz7yX82coIT0pisTalK6XXuMPnE { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100088;line-height:1.3;letter-spacing:0;top:51.8125rem;left:22.625rem;height:3.7172875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zC4wmHkV1ueOdgdcnFh744d3PA9vcLHH { position:absolute;display:block;z-index:100061;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:49.3125rem;left:59.125rem;display:block; }#zC4wmHkV1ueOdgdcnFh744d3PA9vcLHH.adaptive-delivery-prevent-bg, #zC4wmHkV1ueOdgdcnFh744d3PA9vcLHH.lazyload, #zC4wmHkV1ueOdgdcnFh744d3PA9vcLHH.lazyloading { background-image: none; }
#ve06RMKfEHgtFigeO5ETPVdpsxib0fwU { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100175;line-height:1.6;letter-spacing:0;top:56.875rem;left:59.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; }
#S8aHVfrE6AHTsyPPtigoRZQP7wyBtP99 { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:700;z-index:100080;line-height:1.3;letter-spacing:0;top:51.536770820617rem;left:60.312496542931rem;height:4.550775rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SUfDKL5ORrJdMLwmFwvuEwlT2fNp6TxU { 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:56.9375rem;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; }
#ZBfBVg9tu7ZvmZn2bODz62cKtZiLbzUQ { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100181;line-height:1.6;letter-spacing:0;top:56.875rem;left:3rem;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; }
#JOTAQaxi4yDRxn3ca370T7biW5EDuVUb { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:700;z-index:100046;line-height:1.3;letter-spacing:0;top:22.07386302948rem;left:60.312496542931rem;height:3.4130875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ueVOwv67bmMGaMnnQH2yDBQUvunq2dvQ { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100121;text-align:center;text-align-last:center;top:60.875rem;left:43.625rem;display:block; }
#VpiUgoB1WLEexLID9XxyO1Uz9r9lgyy6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#HaidfqMhHdlMyKr0h0CPFk9CG70ERmze { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100122;text-align:center;text-align-last:center;top:15.0625rem;left:43.3125rem;display:block; }
#zIggRttcUSQbQCkCgdfK53WE8A4Ql733 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#rkEGe0r8Lq834VVh3NB7UC2DwKwOldny { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100123;text-align:center;text-align-last:center;top:15.0625rem;left:25.125rem;display:block; }
#vOfdx5rBi5hCAzJDk00aHJFZxdTr7nOw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fLC4TLoopTdNizSqlhfWIrSZNFArvVsJ { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100124;text-align:center;text-align-last:center;top:15.0625rem;left:5.1875rem;display:block; }
#WBJbPVxxdnOEQwD2kuzD4y2bVWMOzwPh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#BGhSiS2qzwDTElVVktcTETk1iCv7aHFR { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100125;text-align:center;text-align-last:center;top:29.625rem;left:62.5rem;display:block; }
#uiUVlJkqxE6vUiSMOG6C3UNTkPO4MZTv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fHEuDAnzxcVTF381SLRRMwxpvlcqJRFu { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100126;text-align:center;text-align-last:center;top:29.625rem;left:43.3125rem;display:block; }
#bwd7lVwwyarQWdNDPt4MFA9OxF5xgvra { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#QqT3furX37GAgPpaHo9S96vUT9w2UbTl { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100127;text-align:center;text-align-last:center;top:29.625rem;left:25.125rem;display:block; }
#QqTF5kbwEd8yWhhqhTb0iA8WpIGve8S5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#N4ZyLpogM1NWRyKNyeq5cmAMzfInE9IV { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100128;text-align:center;text-align-last:center;top:29.625rem;left:5.1875rem;display:block; }
#F4pMRBAMObg5MPVC0COszpgak2ccVZLr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vpxepuJKWOW2HaPsITdeDJBApCpEG8ww { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100129;text-align:center;text-align-last:center;top:45.0625rem;left:61.75rem;display:block; }
#TlfRbeSS4CZNeubJDbUh0Shn0BgQDnqa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wm08C1eMUyLi5QDSP1ZmGeXqAEoKWI1x { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100130;text-align:center;text-align-last:center;top:45.0625rem;left:42.5625rem;display:block; }
#Ti3hz4QVAMksIm4HL7TdihdCQNCa3uVq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#rhLCzBS7xAPRHJclIOr3ybNqglKq6LmB { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100131;text-align:center;text-align-last:center;top:45.0625rem;left:24.375rem;display:block; }
#wZLiKWwNcwxSGBdPLoOkrzTUIKdbsb8w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Oah8IbCabzMwVIAT6iuV1oH7zgTaNFUu { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100132;text-align:center;text-align-last:center;top:45.062147140503rem;left:5.7812498807907rem;display:block; }
#udgzE2HOKiys4OLW2x5iLXIpzPIaaTXd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#aAGDxyEC48JMGAVV2ACHmcXcK9IwFGsf { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100133;text-align:center;text-align-last:center;top:60.5625rem;left:61.75rem;display:block; }
#qWbZzNA5HZ7gm5F0hlfvVPfNxNykqFhO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#WzTMqEtU8wZ5Gy4zlf9zEcThyUOvnRvp { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100135;text-align:center;text-align-last:center;top:60.5625rem;left:24.3125rem;display:block; }
#m1VAbI5lWTVnOHDz7IHqbN5lgUXkEzkn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#PH042ONSf8qrLXuZGQrP1GZDH01ySTxi { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100136;text-align:center;text-align-last:center;top:60.5625rem;left:4.4375rem;display:block; }
#yUHzVb8ItACpiPFLK96I7MMT6lkawpMv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ynO2EQTDCrXNRL8FqxiRvLkMfNq8BlQR { 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:3.5rem;left:59.125rem;display:block; }#ynO2EQTDCrXNRL8FqxiRvLkMfNq8BlQR.adaptive-delivery-prevent-bg, #ynO2EQTDCrXNRL8FqxiRvLkMfNq8BlQR.lazyload, #ynO2EQTDCrXNRL8FqxiRvLkMfNq8BlQR.lazyloading { background-image: none; }
#NAzpdXu8B8TML5TFRdkrzw3CihTp8hNn { 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:6.8125rem;left:60.25rem;height:2.436525rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qOw5vq2E1qbphgnOBuvekbq2Osfgmiwn { 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:11.0625rem;left:59.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; }
#vS0W9R5vE25rpa9n9EoTdueA4wxqtfEd { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100126;text-align:center;text-align-last:center;top:15.0625rem;left:62.25rem;display:block; }
#s7EWHrRL64RtLzksrzQKAWX8CT0PLJZ3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TLZrGW3RwnreOkQfRlIXUX9zHNA6wlf5 { position:absolute;display:block;z-index:100073;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:7.125rem;width:23.5625rem;top:65.875rem;left:25.75rem;display:block; }#TLZrGW3RwnreOkQfRlIXUX9zHNA6wlf5.adaptive-delivery-prevent-bg, #TLZrGW3RwnreOkQfRlIXUX9zHNA6wlf5.lazyload, #TLZrGW3RwnreOkQfRlIXUX9zHNA6wlf5.lazyloading { background-image: none; }
#iiDq3fLIq7OOgWR2ocztG45pqCdCZglD { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100139;text-align:center;text-align-last:center;top:73.5rem;left:32.75rem;display:block; }
#PxMqx37SMSSEbzhr3mUstncCZszbV9RX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ibFuqtAnRg6IRB2OeyWIttCZ9GTaHwD5 { color:#1799eb;display:block;width:20.9375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100092;line-height:1.3;letter-spacing:0;top:67.875rem;left:27rem;height:1.4431125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RKwzZoJrEOg2e00PiWk7poUeiOtsqTVi { 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:70rem;left:30rem;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; }
#O5Hq0RXPniGeiuno88FJOAn7Tik7rNXt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/bdIP02iH/cc10de05cefd88e49a75263a5c312c6c.gif");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: #ffffff; }#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: #ffffff; }#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:68.375rem;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:3.4375rem;left:59.25rem;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:7.375rem;left:60.5rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dZB28ekVDzmW2kh7h5eS8FNrmw2sna6P { color:#000000;display:block;width:20.4373125rem;position:absolute;font-family:cairo;font-size:1.9375rem;font-weight:normal;z-index:100071;line-height:1.3;letter-spacing:0;top:0.8749923706055rem;left:27.250001907349rem;height:2.51855625rem;text-align:center;text-align-last:center;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:3.4375rem;left:40.375rem;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:7.3125rem;left:41.625rem;height:2.76123125rem;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:11rem;left:40.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; }
#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:3.4375rem;left:21.625rem;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:7rem;left:22.875rem;height:3.7172875rem;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:11rem;left:21.625rem;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; }
#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:3.4375rem;left:3.1875rem;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:6.375rem;left:4.4375rem;height:3.7172875rem;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:11rem;left:3.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; }
#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:11rem;left:59.25rem;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.185546875rem;width:30.748375rem;top:67.751245498656rem;left:22.093393683434rem;display:block; }
#Z9epEArlUigDNgWa7KInn8NBF2OV28L5 { 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:18.8125rem;left:39.9375rem;display:block; }#Z9epEArlUigDNgWa7KInn8NBF2OV28L5.adaptive-delivery-prevent-bg, #Z9epEArlUigDNgWa7KInn8NBF2OV28L5.lazyload, #Z9epEArlUigDNgWa7KInn8NBF2OV28L5.lazyloading { background-image: none; }
#goTrsPTtlt38GMlfBDegDGfcbLcGbqqT { 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:26.375rem;left:39.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; }
#vNdRRTIur4KhuQ0Bn6mKZTwSf5O1t9tG { 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:18.8125rem;left:21.1875rem;display:block; }#vNdRRTIur4KhuQ0Bn6mKZTwSf5O1t9tG.adaptive-delivery-prevent-bg, #vNdRRTIur4KhuQ0Bn6mKZTwSf5O1t9tG.lazyload, #vNdRRTIur4KhuQ0Bn6mKZTwSf5O1t9tG.lazyloading { background-image: none; }
#qJEmEWqEnmUpy0MtKokyEan7KiLlvFyp { 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:26.375rem;left:21.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; }
#WSn6If6wgsgoIlLJ1Ptz7LEegpHBpOkX { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100037;line-height:1.3;letter-spacing:0;top:21.5rem;left:41.1875rem;height:4.14184375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ulNq40CH76J1yOEpos5qlKp6R71Jkyvu { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100041;line-height:1.3;letter-spacing:0;top:22.375rem;left:22.4375rem;height:2.436525rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PT3t7Je5fT2uxiqmIhOOaMdtpEAEMF2V { 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:19.1875rem;left:59.25rem;display:block; }#PT3t7Je5fT2uxiqmIhOOaMdtpEAEMF2V.adaptive-delivery-prevent-bg, #PT3t7Je5fT2uxiqmIhOOaMdtpEAEMF2V.lazyload, #PT3t7Je5fT2uxiqmIhOOaMdtpEAEMF2V.lazyloading { background-image: none; }
#EqobogwKGZCzUzvBScoS6H1JLxiurCOT { 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:26.75rem;left:59.25rem;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; }
#pdBkBGFsOrNFKaKPgNPXXbguyxw8KIEG { 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:21.875rem;left:60.5rem;height:4.14184375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DR1s82LEahHzoRyTurTsTWThMXnvyHEQ { 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:18.8125rem;left:3.375rem;display:block; }#DR1s82LEahHzoRyTurTsTWThMXnvyHEQ.adaptive-delivery-prevent-bg, #DR1s82LEahHzoRyTurTsTWThMXnvyHEQ.lazyload, #DR1s82LEahHzoRyTurTsTWThMXnvyHEQ.lazyloading { background-image: none; }
#z3v8fmEe5dwQHO4HSK3cQUJVxbQaVCTk { 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:26.375rem;left:3.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; }
#wEGeonKhMsDxrVO8oZFyOyQAfPVpEr6g { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100045;line-height:1.3;letter-spacing:0;top:22.375rem;left:4.625rem;height:2.436525rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P4XbaCznHODKCyrLJieM0MuUL2TD1FvD { position:absolute;display:block;z-index:100033;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:35.0625rem;left:40rem;display:block; }#P4XbaCznHODKCyrLJieM0MuUL2TD1FvD.adaptive-delivery-prevent-bg, #P4XbaCznHODKCyrLJieM0MuUL2TD1FvD.lazyload, #P4XbaCznHODKCyrLJieM0MuUL2TD1FvD.lazyloading { background-image: none; }
#K6zW6NEoNtchXHnTw6cHudsesSTGdb2i { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100147;line-height:1.6;letter-spacing:0;top:42.625rem;left:40rem;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; }
#a1CbJ8ztF0vLkG51kh8JUsr8lxu4JBNq { position:absolute;display:block;z-index:100037;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:35.4375rem;left:59.3125rem;display:block; }#a1CbJ8ztF0vLkG51kh8JUsr8lxu4JBNq.adaptive-delivery-prevent-bg, #a1CbJ8ztF0vLkG51kh8JUsr8lxu4JBNq.lazyload, #a1CbJ8ztF0vLkG51kh8JUsr8lxu4JBNq.lazyloading { background-image: none; }
#cmqO3eWuBbStScWqxXwpOQeLV4tv7e8q { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100151;line-height:1.6;letter-spacing:0;top:43rem;left:59.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; }
#fNU1XzTeHL3GMcqnixSd3iREo1vf2eGE { position:absolute;display:block;z-index:100037;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:35.0625rem;left:21.25rem;display:block; }#fNU1XzTeHL3GMcqnixSd3iREo1vf2eGE.adaptive-delivery-prevent-bg, #fNU1XzTeHL3GMcqnixSd3iREo1vf2eGE.lazyload, #fNU1XzTeHL3GMcqnixSd3iREo1vf2eGE.lazyloading { background-image: none; }
#Wez5xiCqLLnhI1IfALxwA6ksO2L65iWz { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100151;line-height:1.6;letter-spacing:0;top:42.625rem;left:21.25rem;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; }
#THSxiyFOphQQ8857JB355BXoKM4wDSok { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100056;line-height:1.3;letter-spacing:0;top:37.875rem;left:22.5rem;height:3.7172875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y4K5D0SOrEM6mnUbJ60e334xqavoic7P { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100056;line-height:1.3;letter-spacing:0;top:38.125rem;left:60.5625rem;height:2.76123125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uA2B2Mynf8d1yceXczTyrMDFrOZ6K1AZ { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100052;line-height:1.3;letter-spacing:0;top:37.75rem;left:41.25rem;height:1.4431125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qJBKTWT5McDTMPqfJHJ3ZNvdZJT9BDar { position:absolute;display:block;z-index:100041;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:35.0625rem;left:3.4375rem;display:block; }#qJBKTWT5McDTMPqfJHJ3ZNvdZJT9BDar.adaptive-delivery-prevent-bg, #qJBKTWT5McDTMPqfJHJ3ZNvdZJT9BDar.lazyload, #qJBKTWT5McDTMPqfJHJ3ZNvdZJT9BDar.lazyloading { background-image: none; }
#RneQh4IAphlOBPUiMkORnQXeLmtCoSzh { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100155;line-height:1.6;letter-spacing:0;top:42.625rem;left:3.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; }
#y0CLTvvbQEXM3g5spNF3rDuHs4CDk0xg { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:100060;line-height:1.3;letter-spacing:0;top:38.324756622314rem;left:4.624467253685rem;height:3.167725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ttctlS8rFT9RftfUNiS1JntegdsepU9H { position:absolute;display:block;z-index:100056;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:50.625rem;left:3.4375rem;display:block; }#ttctlS8rFT9RftfUNiS1JntegdsepU9H.adaptive-delivery-prevent-bg, #ttctlS8rFT9RftfUNiS1JntegdsepU9H.lazyload, #ttctlS8rFT9RftfUNiS1JntegdsepU9H.lazyloading { background-image: none; }
#p6TMwTbGk6x2SNOTxgOt1VKIK5T5L9xZ { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100170;line-height:1.6;letter-spacing:0;top:58.1875rem;left:3.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; }
#Nw8eh6Ce7LSsg57fF6dU0T5565iJXWfl { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:100075;line-height:1.3;letter-spacing:0;top:53.152526855469rem;left:4.624467253685rem;height:3.167725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U53i61T8gLQZtCDA8c7l4v4MZClv6ghJ { position:absolute;display:block;z-index:100052;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:50.625rem;left:21.25rem;display:block; }#U53i61T8gLQZtCDA8c7l4v4MZClv6ghJ.adaptive-delivery-prevent-bg, #U53i61T8gLQZtCDA8c7l4v4MZClv6ghJ.lazyload, #U53i61T8gLQZtCDA8c7l4v4MZClv6ghJ.lazyloading { background-image: none; }
#C5GwbKkXX70ZNPTklk7Am6nNOyVn7w5l { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100166;line-height:1.6;letter-spacing:0;top:58.1875rem;left:21.25rem;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; }
#SasAH0pQhQE86qtQoqLuXSpm6klxodfI { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100071;line-height:1.3;letter-spacing:0;top:53.4375rem;left:22.5rem;height:3.7172875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nK6qU1l7RH4zM0khOwgFsdgLMJNldEyk { position:absolute;display:block;z-index:100048;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:50.625rem;left:40rem;display:block; }#nK6qU1l7RH4zM0khOwgFsdgLMJNldEyk.adaptive-delivery-prevent-bg, #nK6qU1l7RH4zM0khOwgFsdgLMJNldEyk.lazyload, #nK6qU1l7RH4zM0khOwgFsdgLMJNldEyk.lazyloading { background-image: none; }
#P7A6dhePO4PBqANHEiJaURrtWoESG1OI { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100162;line-height:1.6;letter-spacing:0;top:58.1875rem;left:40rem;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; }
#gA5X2zqdk3ID39IRyqxXTqDJsgoB4Ixt { position:absolute;display:block;z-index:100052;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:51rem;left:59.3125rem;display:block; }#gA5X2zqdk3ID39IRyqxXTqDJsgoB4Ixt.adaptive-delivery-prevent-bg, #gA5X2zqdk3ID39IRyqxXTqDJsgoB4Ixt.lazyload, #gA5X2zqdk3ID39IRyqxXTqDJsgoB4Ixt.lazyloading { background-image: none; }
#ql6DJVrsJn3mzNL1y9RCtt7I0PF89z0z { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100166;line-height:1.6;letter-spacing:0;top:58.5625rem;left:59.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; }
#VsxhUKH53xnOS5HPfxIU0gueBdrxkLdV { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:100071;line-height:1.3;letter-spacing:0;top:53.6875rem;left:60.5625rem;height:4.22363125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mE67yTgEMy8dwNiFswwVtkp5KBpdeZhz { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:700;z-index:100053;line-height:1.3;letter-spacing:0;top:53.240234375rem;left:41.625rem;height:4.55078125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fTKkVUFZIooL167XpSBadrcuXU12h8JC { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100137;text-align:center;text-align-last:center;top:14.8125rem;left:62.625rem;display:block; }
#uRikxukwsxBaWM2TSHhTR5q12JZml562 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#eOwPI2ZGbuoGJgC30EPS4vCI4NwAK91F { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100138;text-align:center;text-align-last:center;top:14.8125rem;left:43.4375rem;display:block; }
#KkbgLNnodZfLfai2rEmuEuFSFH7cndb9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#R2IQwNbsQ2uG4zLCPKAs2oM3tWgUSEJr { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100139;text-align:center;text-align-last:center;top:14.8125rem;left:25.25rem;display:block; }
#rWBbWem1QSvelr8A6q463B2nd3AqFDid { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#OSHTLcn9s2C9NhXxc9ZuilfSF8cPoJsl { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100140;text-align:center;text-align-last:center;top:14.8125rem;left:5.3125rem;display:block; }
#eQGa23dsPtTHkRz1pPuySyHEI2lwz4Kb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yMMRw8D3FAu7TFEWTrF9cDxQRV8Z9AdT { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100141;text-align:center;text-align-last:center;top:30.75rem;left:61.75rem;display:block; }
#cqI485GqQc1SrdDK4WorIkvlNkszssN9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lSbNlHTvlhULGcm02bkwCflE6wrk9mkh { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100142;text-align:center;text-align-last:center;top:30.75rem;left:42.625rem;display:block; }
#ISZvRPqLfXWc2JIvBhhmc1TDGk34TlUB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#u4e7kogOhP0rCgrIcTBb334GXN2vpDut { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100143;text-align:center;text-align-last:center;top:30.75rem;left:24.375rem;display:block; }
#VPLVKCGbgWNQLIS5gQvcipaKr8TwMElC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Ub3idpOm0akxegkaIO9FbdFp7o3y1f7R { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100144;text-align:center;text-align-last:center;top:30.749288082123rem;left:5.9676846265793rem;display:block; }
#UeUiht7vRzBPWisclh0wTotVD8byarI2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#C6Rxf00Zt9pGkwMQJkk6ZC6aVNAlUyQV { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100145;text-align:center;text-align-last:center;top:46.6875rem;left:61.875rem;display:block; }
#U513QOnaxFfKT2pRmDvXlLmTqi5hT2ZX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#isFEqHIedDNErhsTF2CE6Tfx3ZcbaRWs { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100146;text-align:center;text-align-last:center;top:46.6875rem;left:42.75rem;display:block; }
#x169SPGECFxmH4QZhcRMMcvTHkfUo3zW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Vc2LVKODPp2VsnyvR7mqmlbU1LhtxCZk { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100147;text-align:center;text-align-last:center;top:46.6875rem;left:24.5rem;display:block; }
#DTDg1A0i5zTGgxzczqgm9hyFNyXWIArZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gMVGcqdWRLidsOkB77KBDUD7N8LXmhJA { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100148;text-align:center;text-align-last:center;top:46.6875rem;left:6.0625rem;display:block; }
#kTZiC76UtePtuLqTTUiXReopWv7PHRwH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zlyoQv9ENIzvg2TxrOmK42hvVOov8eRO { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100149;text-align:center;text-align-last:center;top:62.5625rem;left:61.875rem;display:block; }
#MfhuhvKMZDpRiv0bW2VzeFBHCL0RfZJQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#JlnNCKDtsb87NOnJvGi0BtySlcLBEn96 { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100150;text-align:center;text-align-last:center;top:62.5625rem;left:42.75rem;display:block; }
#tm5ztPiIhbqdOMNF4BOffeL4bxGMTTza { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#SZcpNDpAtnqd2MDgJREWTCyyiFT7cQJt { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100151;text-align:center;text-align-last:center;top:62.5625rem;left:24.5rem;display:block; }
#ztSPbMGz89ZvUWDeMUerNseymFuP3GgA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Khmt9gn7edL6W0Xbmq6frRsb0Qg6qmrp { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100152;text-align:center;text-align-last:center;top:62.5625rem;left:6.0625rem;display:block; }
#WpNZ3STz07b12EBVS8XiAtn2UbPtuzo9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;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/bdIP02iH/cc10de05cefd88e49a75263a5c312c6c.gif");background-position:center !important;background-repeat:repeat-x !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.63); }#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.63); }#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:102.6875rem;width:75rem;position:relative;display:block; }#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:3.9375rem;left:58.3125rem;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:7.25rem;left:59.5625rem;height:2.76123125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mLiCb19oogX7T9NWTWlWdWN3seTBrXgF { color:#000000;display:block;width:20.4373125rem;position:absolute;font-family:cairo;font-size:1.9375rem;font-weight:normal;z-index:100071;line-height:1.3;letter-spacing:0;top:0.5625rem;left:28.338541030884rem;height:2.51855625rem;text-align:center;text-align-last:center;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:3.9375rem;left:39.4375rem;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:7.25rem;left:40.6875rem;height:2.76123125rem;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:11.5rem;left:39.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; }
#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:3.9375rem;left:20.6875rem;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:7.0625rem;left:21.9375rem;height:3.4130875rem;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:11.5rem;left:20.6875rem;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; }
#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:3.9375rem;left:2.25rem;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:5.6161167621613rem;left:3.4987567663193rem;height:4.87305rem;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:11.5rem;left:2.25rem;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; }
#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:11.5rem;left:58.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; }
#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.185546875rem;width:30.7493125rem;top:100.18733835221rem;left:24.249821066856rem;display:block; }
#Mr7HWmNb1y0rTvDtFEUmqCIiyUFan63y { 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:19.5rem;left:58.375rem;display:block; }#Mr7HWmNb1y0rTvDtFEUmqCIiyUFan63y.adaptive-delivery-prevent-bg, #Mr7HWmNb1y0rTvDtFEUmqCIiyUFan63y.lazyload, #Mr7HWmNb1y0rTvDtFEUmqCIiyUFan63y.lazyloading { background-image: none; }
#wtImuGbJpVAPmh7x1102qdUiWAwk1FDG { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100153;line-height:1.6;letter-spacing:0;top:27.0625rem;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; }
#qTmJcH0eHdow34bWmgGrmcM3lDfSe9fh { position:absolute;display:block;z-index:100038;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:19.5rem;left:39.5rem;display:block; }#qTmJcH0eHdow34bWmgGrmcM3lDfSe9fh.adaptive-delivery-prevent-bg, #qTmJcH0eHdow34bWmgGrmcM3lDfSe9fh.lazyload, #qTmJcH0eHdow34bWmgGrmcM3lDfSe9fh.lazyloading { background-image: none; }
#eH8aFcikg6C3mgkuPrT7rmc5RazZlMs1 { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100057;line-height:1.3;letter-spacing:0;top:22.8125rem;left:40.75rem;height:2.76123125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OVT18Mw9fVB0sNzStfxxn9QeHFALzavr { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100152;line-height:1.6;letter-spacing:0;top:27.3125rem;left:39.5rem;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; }
#h5C7IiWG9I4LypWbT4oLdxsVUyw32T7c { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100053;line-height:1.3;letter-spacing:0;top:21.5625rem;left:59.75rem;height:4.14184375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gSOPK0MPAHLcb9VHddcsAdgc5ru7xMe6 { 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:19.5rem;left:20.75rem;display:block; }#gSOPK0MPAHLcb9VHddcsAdgc5ru7xMe6.adaptive-delivery-prevent-bg, #gSOPK0MPAHLcb9VHddcsAdgc5ru7xMe6.lazyload, #gSOPK0MPAHLcb9VHddcsAdgc5ru7xMe6.lazyloading { background-image: none; }
#xyvasiHq6dFf8L8izDX2ZXwaE3NGTtc0 { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:700;z-index:100061;line-height:1.3;letter-spacing:0;top:22.625rem;left:22rem;height:3.4130875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oDfTvw1uIx608uV15NKv4rVP6AxMQGZw { 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:27.0625rem;left:20.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; }
#H0orBgFEuAgAQIpcZh57DSabMLEzZ0p2 { position:absolute;display:block;z-index:100038;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:19.75rem;left:3.1875rem;display:block; }#H0orBgFEuAgAQIpcZh57DSabMLEzZ0p2.adaptive-delivery-prevent-bg, #H0orBgFEuAgAQIpcZh57DSabMLEzZ0p2.lazyload, #H0orBgFEuAgAQIpcZh57DSabMLEzZ0p2.lazyloading { background-image: none; }
#M3N0qACVQXZ7371xZQACwRBZlR5A4Bzf { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100152;line-height:1.6;letter-spacing:0;top:27.3125rem;left:3.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; }
#fhbOxgCPrMSMu6fcWzXerdxFsEbrmDlc { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100057;line-height:1.3;letter-spacing:0;top:23.5625rem;left:4.4375rem;height:2.436525rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GPz01XXeT9TQtC0Hhnq4QJVI2aTXOL8o { 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:35.375rem;left:3.75rem;display:block; }#GPz01XXeT9TQtC0Hhnq4QJVI2aTXOL8o.adaptive-delivery-prevent-bg, #GPz01XXeT9TQtC0Hhnq4QJVI2aTXOL8o.lazyload, #GPz01XXeT9TQtC0Hhnq4QJVI2aTXOL8o.lazyloading { background-image: none; }
#LUv5TTmRraIiXHQVoe2IQkZByDN4gvPF { 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:42.9375rem;left:3.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; }
#nGU7JbnB3oA0TMTyTIc2XazCJ37OdFDd { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100073;line-height:1.3;letter-spacing:0;top:38rem;left:5rem;height:3.7172875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OxsfuObAEcxM2dbz9RX3lIWhTd0fTFGA { position:absolute;display:block;z-index:100058;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:35.125rem;left:21.3125rem;display:block; }#OxsfuObAEcxM2dbz9RX3lIWhTd0fTFGA.adaptive-delivery-prevent-bg, #OxsfuObAEcxM2dbz9RX3lIWhTd0fTFGA.lazyload, #OxsfuObAEcxM2dbz9RX3lIWhTd0fTFGA.lazyloading { background-image: none; }
#xMdqFHU9kzVS7yaBvRZr1phDEwf9Qg1v { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:700;z-index:100077;line-height:1.3;letter-spacing:0;top:38.25rem;left:22.5625rem;height:2.2753875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vVrfeCZh8p9XXc1ZAgehOvLXdsZLcnw3 { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100172;line-height:1.6;letter-spacing:0;top:42.6875rem;left:21.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; }
#SqUZ543umfUgWEdO7fvKJVqiUKZN0Qoa { 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:35.125rem;left:40.0625rem;display:block; }#SqUZ543umfUgWEdO7fvKJVqiUKZN0Qoa.adaptive-delivery-prevent-bg, #SqUZ543umfUgWEdO7fvKJVqiUKZN0Qoa.lazyload, #SqUZ543umfUgWEdO7fvKJVqiUKZN0Qoa.lazyloading { background-image: none; }
#Tx954PGqP9RUz0qEVhcc4X33Nniz22pb { 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:37.375rem;left:41.3125rem;height:4.14184375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wl79cSTpB5xJhpqEdpBqqnna0c1gxuGO { 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:42.9375rem;left:40.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; }
#WbuDKOU8SznZh1TD0TrAbPve7rxiTUua { 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:35.125rem;left:58.9375rem;display:block; }#WbuDKOU8SznZh1TD0TrAbPve7rxiTUua.adaptive-delivery-prevent-bg, #WbuDKOU8SznZh1TD0TrAbPve7rxiTUua.lazyload, #WbuDKOU8SznZh1TD0TrAbPve7rxiTUua.lazyloading { background-image: none; }
#TbCIE0x1poRFfgrDUMOLQfSQRbbFhspy { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100169;line-height:1.6;letter-spacing:0;top:42.6875rem;left:58.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; }
#S9OAicBSibdnvG3ohgPkF0LPsr8oNmsS { 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:37.1875rem;left:60.3125rem;height:2.76123125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#doPxufzJtLI42bKcGsAHh9UumhITEDoV { 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:51.6875rem;left:5.4375rem;display:block; }#doPxufzJtLI42bKcGsAHh9UumhITEDoV.adaptive-delivery-prevent-bg, #doPxufzJtLI42bKcGsAHh9UumhITEDoV.lazyload, #doPxufzJtLI42bKcGsAHh9UumhITEDoV.lazyloading { background-image: none; }
#dHNJLqCu4VmhDHMXOqEmt5zRf7dQMrT8 { 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:59.25rem;left:5.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; }
#obpMT0DIbnryOhFOeAdAxfu8xnw6FzCS { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100089;line-height:1.3;letter-spacing:0;top:54.3125rem;left:6.6875rem;height:2.436525rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#msLwDtRvUzk1bVH51o6O178zLvzTwKTo { 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:51.4375rem;left:23rem;display:block; }#msLwDtRvUzk1bVH51o6O178zLvzTwKTo.adaptive-delivery-prevent-bg, #msLwDtRvUzk1bVH51o6O178zLvzTwKTo.lazyload, #msLwDtRvUzk1bVH51o6O178zLvzTwKTo.lazyloading { background-image: none; }
#IiFs9OI0zsZHPsSpV2egStA63f8SN9su { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:100093;line-height:1.3;letter-spacing:0;top:53.6875rem;left:24.25rem;height:3.89648125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a7o32MzTZa3AAxrf4ICWWm9kWyGBMSs3 { 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:59rem;left:23rem;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; }
#DywnL35rIQ7NFdq2p7NTgRPyAkMbwdXM { 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:51.4375rem;left:41.75rem;display:block; }#DywnL35rIQ7NFdq2p7NTgRPyAkMbwdXM.adaptive-delivery-prevent-bg, #DywnL35rIQ7NFdq2p7NTgRPyAkMbwdXM.lazyload, #DywnL35rIQ7NFdq2p7NTgRPyAkMbwdXM.lazyloading { background-image: none; }
#LtkqqZaeTg4woJizVbSPoiNeQm81zPy2 { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100089;line-height:1.3;letter-spacing:0;top:53.6875rem;left:43rem;height:4.14184375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vVvIvXyZETuhXTPe7MlMbqwC6TEyzvGR { 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:59.25rem;left:41.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; }
#T70D9CinwxWJTfT3NKA2RibaprBXLsd9 { 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:51.4375rem;left:60.625rem;display:block; }#T70D9CinwxWJTfT3NKA2RibaprBXLsd9.adaptive-delivery-prevent-bg, #T70D9CinwxWJTfT3NKA2RibaprBXLsd9.lazyload, #T70D9CinwxWJTfT3NKA2RibaprBXLsd9.lazyloading { background-image: none; }
#hPVrwq8TbrlLn7PT34IJvRJ7nuP7p25T { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100185;line-height:1.6;letter-spacing:0;top:59rem;left:60.625rem;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; }
#iOx7kST8APReai24HTxxyhD0a2qbyUnM { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100085;line-height:1.3;letter-spacing:0;top:53.5rem;left:62rem;height:4.14184375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G5sC23UTuOE3M6hdOeKvnvNEcV2haOoc { 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:83.375rem;left:4.3125rem;display:block; }#G5sC23UTuOE3M6hdOeKvnvNEcV2haOoc.adaptive-delivery-prevent-bg, #G5sC23UTuOE3M6hdOeKvnvNEcV2haOoc.lazyload, #G5sC23UTuOE3M6hdOeKvnvNEcV2haOoc.lazyloading { background-image: none; }
#VWOIy5b0cMmWQHXllnlsi309GSyQkSFi { 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:90.9375rem;left:4.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; }
#ILw7VPdvssreH1ypppETZVAblCz1IaBJ { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100105;line-height:1.3;letter-spacing:0;top:87.4375rem;left:5.625rem;height:1.4431125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OoD2ebOc40WMa50n1ZUkqctvs9X1fZP9 { 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:83.125rem;left:21.875rem;display:block; }#OoD2ebOc40WMa50n1ZUkqctvs9X1fZP9.adaptive-delivery-prevent-bg, #OoD2ebOc40WMa50n1ZUkqctvs9X1fZP9.lazyload, #OoD2ebOc40WMa50n1ZUkqctvs9X1fZP9.lazyloading { background-image: none; }
#cR15AcwcKZshLukeOfX5oVknoFO5tyFd { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100109;line-height:1.3;letter-spacing:0;top:86.25rem;left:23.125rem;height:1.54385625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TOeFotKLtDgVRcJG4g6HPbs2DBvuRBDL { 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:90.6875rem;left:21.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; }
#z3SZQEso8cnEOxemEnzDGraGWrrc0GPZ { 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:83.125rem;left:40.625rem;display:block; }#z3SZQEso8cnEOxemEnzDGraGWrrc0GPZ.adaptive-delivery-prevent-bg, #z3SZQEso8cnEOxemEnzDGraGWrrc0GPZ.lazyload, #z3SZQEso8cnEOxemEnzDGraGWrrc0GPZ.lazyloading { background-image: none; }
#Qt0Xn8UODWPZtkFgequahTV4z08PBy0n { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100105;line-height:1.3;letter-spacing:0;top:85.375rem;left:41.875rem;height:1.4431125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WT6o664q3mK1BesLDSzCCh5K4sgfQN7s { 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:90.9375rem;left:40.625rem;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; }
#muINb6wRJPqbWZwtIHph2UctD5WEZPCM { 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:83.125rem;left:59.5rem;display:block; }#muINb6wRJPqbWZwtIHph2UctD5WEZPCM.adaptive-delivery-prevent-bg, #muINb6wRJPqbWZwtIHph2UctD5WEZPCM.lazyload, #muINb6wRJPqbWZwtIHph2UctD5WEZPCM.lazyloading { background-image: none; }
#gohkgSRZGmbnx1rKaRnkRrg483ZyF574 { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100201;line-height:1.6;letter-spacing:0;top:90.6875rem;left:59.5rem;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; }
#pZFqpruXorD1S9Z1byots8wMeEM7483V { 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:85.1875rem;left:60.875rem;height:1.4431125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CsKHQ7nDTkHzlJICQfBHcpbR7UKcbPmW { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100153;text-align:center;text-align-last:center;top:15.625rem;left:61.5625rem;display:block; }
#IlMMe5oK3XyVgXeu9FaQUiLlZv2pi0E4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#tpfS25guADrSrZcyG8WWdd0UTuEzwd64 { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100154;text-align:center;text-align-last:center;top:15.625rem;left:42.4375rem;display:block; }
#ZwVnlHL2SzKoN6pZ2l2wuTl2ROhtfvhf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#h17LhQD3R8EK1pGS0wnlZ3rDHks8puT3 { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100155;text-align:center;text-align-last:center;top:15.625rem;left:24.1875rem;display:block; }
#sfKkVFC7WQNsmAh7mOncSWTRIu8Tl55a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#sQ9iz8LMqRdW6Pw0xxp1H70OBIPQqD79 { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100156;text-align:center;text-align-last:center;top:15.625rem;left:5.75rem;display:block; }
#oTmfB1D7uQKcEQU3EUTmVMeQilecHEeh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UGRFbI4UBXvL2E14o88A0qPXN4zWu9ih { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100161;text-align:center;text-align-last:center;top:31rem;left:62.0625rem;display:block; }
#OQiKxekXQgtt8TkaWrg8ScXPaesI2ocw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#q3bFoAaVPicQrW6HqIZLv0s0bQhInoDw { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100162;text-align:center;text-align-last:center;top:31rem;left:42.9375rem;display:block; }
#FXzdTtnrfJEF3PP62TbNXU6nx7Z3m8Cb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#rd3i7BLRCeGJphZXOnkT7SIe2e2O8FQc { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100163;text-align:center;text-align-last:center;top:31rem;left:24.6875rem;display:block; }
#z16UK3U2MK29qPJecMiylMHO3WQFe73b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gm2qcUw14OgdKXTgmHfBfisku4m2S6Gm { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100164;text-align:center;text-align-last:center;top:31rem;left:6.25rem;display:block; }
#K5Ivnqx9CZL9O2lDFXlFIsiVUsennvHp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#FvOgE7v5zt9yVH52TgLOMID4TzFqP2ML { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100165;text-align:center;text-align-last:center;top:46.875rem;left:62.0625rem;display:block; }
#S2HBp7xMonTclI146mbe1lOHsCsF3ft4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qsyvCHasgmz4UhQDSDaOVWudz2sICWR6 { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100166;text-align:center;text-align-last:center;top:46.875rem;left:42.9375rem;display:block; }
#imHBK4fMwRH5UiNKMTru2NT5XdtkDyDW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#pHm61hoPavTv7sAubetirpx0LdQgMiF7 { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100167;text-align:center;text-align-last:center;top:46.875rem;left:24.6875rem;display:block; }
#p9TxkzQS9k23AChXTblWptU8acxKgAkB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#cSZ7Mag5wCTov8PmbHVClABV8cxgZTHz { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100168;text-align:center;text-align-last:center;top:46.875rem;left:6.25rem;display:block; }
#Z9tC97QX4Twp26X8PhPQTs1oB1zg1EaS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#IulsJnyGDgNQwwkW7FHqz13i2DdW2mnU { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100169;text-align:center;text-align-last:center;top:63.0625rem;left:64rem;display:block; }
#cWLD7Zf8kttQbPGHyue6ZXTbeOAOpVQS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#cZr20xua7TJHmOucmeDIqiIvFCBT33rw { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100170;text-align:center;text-align-last:center;top:63.0625rem;left:44.875rem;display:block; }
#aUAEP5LeiOUDXH4X80oOkLNqTKT6hTb8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#rTnLRi8C6ID5E1dMMVcyu2nHGGrUlcac { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100171;text-align:center;text-align-last:center;top:63.0625rem;left:26.625rem;display:block; }
#XPcaE2JBKIF77aPUJun2KPX8oZ4E3ho4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zOkEeX2TFRPZfKbCePTBkyKgpbILqeMS { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100172;text-align:center;text-align-last:center;top:63.0625rem;left:8.1875rem;display:block; }
#BB8bhi1Sk5VfUFS3kPf6t68VM46z5dG1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZNEWupio5osqfkIsMspTnaSHBilaI5Jn { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100173;text-align:center;text-align-last:center;top:94.875rem;left:62.625rem;display:block; }
#g8QUoqBc7PwfXc4zTJxFAxZc9Amd9dAT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TrBmvFTWtSmnT2ARqW8dawzmWnv0xwln { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100174;text-align:center;text-align-last:center;top:94.875rem;left:43.5rem;display:block; }
#OSabAdf3noZZ6FlEUTqmzn7Z8pmFQRz9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#abSXeIP3lAya6IsQlxTdwy8vCdEcHeQe { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100175;text-align:center;text-align-last:center;top:94.875rem;left:25.25rem;display:block; }
#TF8IQi8FvOZMnsJZq5GxfMysgl0UVgbC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fQClNrn5BmpVTeOTBc2EA7X0dvllNCxk { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100176;text-align:center;text-align-last:center;top:94.875rem;left:6.8125rem;display:block; }
#syTckycH8MeT6h0bshOXoL3XKwIaLl4c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#LsgeqTnCFvfbZGbpyH4wyoM787U5XR0L { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100176;text-align:center;text-align-last:center;top:78.75rem;left:52.9375rem;display:block; }
#PrKoXqJXflTLHtvCzfML4QBF8GVzvHck { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wnfXRvbga0S2WQd455QZu08LOIleo5hn { 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.375rem;left:50.1875rem;display:block; }#wnfXRvbga0S2WQd455QZu08LOIleo5hn.adaptive-delivery-prevent-bg, #wnfXRvbga0S2WQd455QZu08LOIleo5hn.lazyload, #wnfXRvbga0S2WQd455QZu08LOIleo5hn.lazyloading { background-image: none; }
#kniimiHkAE7ZOfovDb8LLf090UTazDUx { 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:74.9375rem;left:50.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; }
#lfNbH7ZJbB94UtIv1xol9RCEuV6xV0IF { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100093;line-height:1.3;letter-spacing:0;top:70rem;left:51.4375rem;height:3.7172875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yH7Q6onQwgLwoMAH6dmlESldBFSDp0Mc { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100180;text-align:center;text-align-last:center;top:78.875rem;left:34.0625rem;display:block; }
#nv8GrQhTK9f1LNdNFONCLJd1ocBJfUyO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#SckcQ9sViTCrTllH0bHJVzyy79Q2i93Q { position:absolute;display:block;z-index:100078;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.5rem;left:31.3125rem;display:block; }#SckcQ9sViTCrTllH0bHJVzyy79Q2i93Q.adaptive-delivery-prevent-bg, #SckcQ9sViTCrTllH0bHJVzyy79Q2i93Q.lazyload, #SckcQ9sViTCrTllH0bHJVzyy79Q2i93Q.lazyloading { background-image: none; }
#SDCn2zw0MlizuhF4Fh7iHoB8927smUX5 { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100192;line-height:1.6;letter-spacing:0;top:75.0625rem;left:31.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; }
#kGUuKNl79oXSlG5qIcbLvGzL7bmMQFTJ { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100097;line-height:1.3;letter-spacing:0;top:70.125rem;left:32.5625rem;height:3.7172875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ILUhlTqRhmeeukcovk52mbSVpL0z0S7C { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100184;text-align:center;text-align-last:center;top:78.875rem;left:15.3125rem;display:block; }
#evx0XLS5XGPkPvC2CoSTKNl0t5o2rgEG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#PhsVoQSJrGICneWoJt2AGTa0SDb0DPlU { 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.5rem;left:12.5625rem;display:block; }#PhsVoQSJrGICneWoJt2AGTa0SDb0DPlU.adaptive-delivery-prevent-bg, #PhsVoQSJrGICneWoJt2AGTa0SDb0DPlU.lazyload, #PhsVoQSJrGICneWoJt2AGTa0SDb0DPlU.lazyloading { background-image: none; }
#ttFp8rHDotn3MqqycVPyO9wqz7ZJDR4S { 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.0625rem;left:12.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; }
#h2LyeTXGdWzlTpxFgb1vvSycUvJtFOau { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:700;z-index:100101;line-height:1.3;letter-spacing:0;top:70.125rem;left:13.8125rem;height:3.4130875rem;font-style:normal;text-align:center;text-align-last:center;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: #ffffff; }#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: #ffffff; }#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:73.1875rem;width:75rem;position:relative;display:block; }#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:55.375rem;left:49.1875rem;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:59.875rem;left:50.6875rem;height:1.86889375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lM7TxlwavEO6fwQCaJudnetWZ6cbsoB8 { color:#000000;display:block;width:20.4368125rem;position:absolute;font-family:cairo;font-size:1.9375rem;font-weight:normal;z-index:100071;line-height:1.3;letter-spacing:0;top:1.1239261627198rem;left:27.280716300011rem;height:2.5183125rem;text-align:center;text-align-last:center;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:55.375rem;left:30.3125rem;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:58.9375rem;left:31.5625rem;height:1.7858875rem;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:62.9375rem;left:30.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; }
#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:31.875rem;left:40.5625rem;display:block; }#VbynIwHgEtBGUaVWD8hm8minCV5yuzMl.adaptive-delivery-prevent-bg, #VbynIwHgEtBGUaVWD8hm8minCV5yuzMl.lazyload, #VbynIwHgEtBGUaVWD8hm8minCV5yuzMl.lazyloading { background-image: none; }
#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:31.875rem;left:22.125rem;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:35rem;left:23.1875rem;height:1.2807625rem;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:39.4375rem;left:22.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; }
#Bhl8Dndos3Tf9yxUS4dqlPvTQDWdMkop { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100026;line-height:1.3;letter-spacing:0;top:34.850119590759rem;left:41.873401999474rem;height:3.7172875rem;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:36.75rem;left:23.375rem;height:2.11181875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nb2Sgw8S5lJ4lOAXJgfSyF2EKSAeDiiW { color:#000000;display:block;width:20.4368125rem;position:absolute;font-family:cairo;font-size:1.9375rem;font-weight:normal;z-index:100072;line-height:1.3;letter-spacing:0;top:49.9360704422rem;left:28.343393683434rem;height:2.5183125rem;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:4.9375rem;left:39.75rem;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.0625rem;font-weight:700;z-index:100032;line-height:1.3;letter-spacing:0;top:8.0625rem;left:41rem;height:2.76123125rem;font-style:normal;text-align:center;text-align-last:center;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:4.9375rem;left:20.875rem;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:1rem;font-weight:700;z-index:100036;line-height:1.3;letter-spacing:0;top:7.375rem;left:22.125rem;height:3.9589875rem;font-style:normal;text-align:center;text-align-last:center;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:12.6875rem;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; }
#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.1873225rem;width:30.7493125rem;top:48.061958312988rem;left:22.124466300011rem;display:block; }
#TK3TlvFBCTRKTGzUk5hV0L9LXXRFkk2k { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100134;line-height:1.6;letter-spacing:0;top:12.5rem;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; }
#WwiphFxxh2HZu9Mzmc9FM8yk9JUDgcFT { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100134;line-height:1.6;letter-spacing:0;top:40.062122344971rem;left:40.625000357628rem;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; }
#yNVNxPIkw5Pk4epRbNuX19JsXcSF39mA { 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:62.5rem;left:30.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; }
#OXFat1ReOawd54ElU7T9Q8VV2DmbyEGf { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100175;text-align:center;text-align-last:center;top:16.375rem;left:43.3125rem;display:block; }
#mi1tncCSktzvCFmeL3NuX7kTbgt3InIh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#p8KCLKTOxA1cFMql4aeUZMxd3npQc0Bz { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100176;text-align:center;text-align-last:center;top:16.375rem;left:24.1875rem;display:block; }
#SEJlWKKWBVtIngLWrMaQAVauJRX1gSQq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Tc5gxePB9DwQJaeOqPZlVt5zP0pxIaTy { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100178;text-align:center;text-align-last:center;top:43.3125rem;left:24.5rem;display:block; }
#LV4k1LUlnyIm9UPSZDrTTKrTlbblchD2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vHZQHCGl4oLvzb6zcvvvFr1KnVgPbQcy { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100177;text-align:center;text-align-last:center;top:43.3125rem;left:43.625rem;display:block; }
#HWD26iaCImCDm77Ag2lFncgmMNKwJSzC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zN50ofQfXNGS12vGsNI79EnWkLOn5upr { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100180;text-align:center;text-align-last:center;top:66.75rem;left:33rem;display:block; }
#QTRVArGn1405pl9qHeB8N2U43Ke2OpRX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qMJn9iozpsVILBMLPp8UlfTs1VP0J2P1 { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100179;text-align:center;text-align-last:center;top:66.75rem;left:52.0625rem;display:block; }
#speFFUkkdhICR4SMGJaf8mfmuLXfmEDc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VkTkLg2ghEowSkATlTB7UNOFpuN5Tw9V { 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; }
#rfXh6rzpx6RqntTSH1ERVBtT33wDmHJf { 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; }
#mMA5QHESz4UcA6grRCl4e1gwTb3W9eAH { color:#000000;display:block;width:20.4368125rem;position:absolute;font-family:cairo;font-size:1.9375rem;font-weight:normal;z-index:100073;line-height:1.3;letter-spacing:0;top:26.810216903686rem;left:28.343393683434rem;height:2.5183125rem;text-align:center;text-align-last:center;display:block; }
#veTcKfxEUUHwNciCLx3Gz5SdBG3MsQ1R { 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.1873225rem;width:30.7493125rem;top:25.624148368836rem;left:22.092506766319rem;display:block; }
#flO56nauI2ccpS7bzZwbt9kzdNyLp0Eu { 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.810375rem;height:2.74858125rem;text-decoration:none;z-index:100185;text-align:center;text-align-last:center;top:67rem;left:14.5rem;display:block; }
#Vh4KlhRTtTaPt3aL7P3mRBJk8JhA2SHF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#IC4gDkWzz5GEDoOETukEWExpWIyqGfnv { position:absolute;display:block;z-index:100015;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:55.625rem;left:11.8125rem;display:block; }#IC4gDkWzz5GEDoOETukEWExpWIyqGfnv.adaptive-delivery-prevent-bg, #IC4gDkWzz5GEDoOETukEWExpWIyqGfnv.lazyload, #IC4gDkWzz5GEDoOETukEWExpWIyqGfnv.lazyloading { background-image: none; }
#FPTU06TOR7vhDQrX7CKQ1olrnGcOvvPd { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100138;line-height:1.6;letter-spacing:0;top:62.75rem;left:11.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; }
#GiwyV2TvD2HV3O5D6H4iPiLul4ttWJGu { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:100034;line-height:1.3;letter-spacing:0;top:58.37357711792rem;left:12.966085791588rem;height:1.7858875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#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.59943125rem;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.7858875rem;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.571775rem;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.298825rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@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:2.875rem;top:10.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXVXTVMsZOWmlwt8Z42fImy0PEMT2a1N { top:0.8125rem;left:4.4755859375rem;width:12.875rem;height:3.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzDeVRkGAFeKmGl2zEbmZX2LO9ZN6izW { top:14.875rem;left:2.311279296875rem;width:45.125rem;height:;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #urSoeI1li6g1lSlmWSgBzId5pRMSHCrE { top:0rem;left:20.1875rem;width:7.4375rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqkTO9c2Awaio3zWF6TkumnnBvUx7Eg6 { top:0.625rem;left:19.4375rem;width:8.9375rem;height:9.0625rem;display:block; }
 }@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) { #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) { #qoPBykNlLFCo6W6TI2DDpMalosgc9R6v { display:block; }
 }@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) { #QIqkr2g417Gse3cOg02XQCaNktmLzGEn { width:14.75rem;height:2.6875rem;top:32.625rem;left:30.34765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAk1t07ssUswPI01dQp1Xo80kTVkxnHC { display:block; }
 }@media only screen and (max-width: 763px) { #pTE9qfSgoEoVmXVMXimTREt3K6UewNKD { width:14.75rem;height:2.6875rem;top:36.9375rem;left:20.185765266419rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsHznUibvIb7nQRoPQH92TrHRf3DbQLg { display:block; }
 }@media only screen and (max-width: 763px) { #HmDQsnST5wTZWq4k281ytUryNovedaCy { width:14.75rem;height:2.6875rem;top:37rem;left:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkZQWh5vaGUNynro3pNP19XZNJOARSK0 { display:block; }
 }@media only screen and (max-width: 763px) { #m1Xx9pBdRIATKlU8e3uwrhRw0EXRkHcT { width:14.75rem;height:2.6875rem;top:40.8125rem;left:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9QLtJ0WHTbTNywUFcyTt7yAsTHLJosZ { display:block; }
 }@media only screen and (max-width: 763px) { #seJfb3sRsAx5UxpzuRTGeiaOC9e7g62K { width:14.75rem;height:2.6875rem;top:40.8125rem;left:20.186256766319rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1XdvHkTQgXxpo50cN6Mt3MWUbZTPn6J { 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) { #crPlH1Jdrerb7O2V4b0bL6WkpoiATeve { width:14.375rem;height:10.6875rem;top:5.625rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aw8PwMPXvNr59a2OnrOQpqeNRZmZJM4Q { width:11.875rem;height:2.875rem;top:9.5rem;left:35.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhczwF76wvCUAbeSkaQUNyIM05CJL6uJ { width:8.75rem;height:2.6875rem;top:16.9375rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7qVyGSPgbTndqixzytM8VXD7AgqKwE2 { display:block; }
 }@media only screen and (max-width: 763px) { #FqZQB5ozGtsL87d3V4lGuZTpklD8eCaN { width:7.5rem;height:1.25rem;top:34.125rem;left:29.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6ia2NNVuiNOhfpQRkb0H8uinnr8aoim { width:14.375rem;height:;top:13.125rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWJIAtHa1IPbgdea5mcIl2aa2vmUN092 { width:14.375rem;height:10.6875rem;top:5.625rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOeUzXkmGe4lfwlLGrrAzHkRsqeDreHF { width:11.875rem;height:2.875rem;top:8.625rem;left:27.061256766319rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzsWvTNRosi7pRDfEqKXMqxvHRoSO9PQ { width:14.375rem;height:10.6875rem;top:5.625rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZzUvwBl8qRGwAZupNTgQ7F8w63ebx5v { width:11.875rem;height:2.8125rem;top:8.875rem;left:8.3121436834337rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOOLTZHwbssChdBXogzTa01Qaw25qlFc { width:14.375rem;height:;top:13.125rem;left:7.0621436834338rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kN03C37DEndfKDdg9RtRA6M8mn7Tq5vT { width:14.375rem;height:10.6875rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqTnedCHBG70UPM0Khr7AoUgzCtxsQGq { width:11.875rem;height:2.875rem;top:9.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaGbzvo2Ep2lXDO49CCGcxfZxGRyahvi { width:14.375rem;height:;top:13.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gW5RVsKiHLNtXKOwbqDtacLuUL9PBbwn { width:14.375rem;height:10.6875rem;top:21.375rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIn62bdOq1O4Pet6AHamkK5sv0EsgaTn { width:14.375rem;height:10.6875rem;top:21.375rem;left:7.125rem;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) { #ChV7nNuKTqDQC6BONFuCQhTlxTdq55Fr { width:14.375rem;height:;top:28.875rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfIRdxq7ZeJ8e5Rloy8RTftiIBfXowGS { width:14.375rem;height:;top:28.875rem;left:7.1242889165881rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKvfeDGqZGUzKc97173RtcvSe4JM4IFu { width:14.375rem;height:;top:45.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgK7ZTTySWTNb41QaSJEUzZcVs9ziFN2 { width:11.875rem;height:4.8125rem;top:23.375rem;left:35.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vvt3uc2PIHPNRdiU57slaZTprwdzS64X { width:11.875rem;height:4.125rem;top:24.5625rem;left:8.3112567663194rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufXxxfaJyToTfbe75Xw89XTUzJaTedRg { width:11.875rem;height:2.875rem;top:41.9375rem;left:0rem;font-size:1.125rem;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:21.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppLzFrJ6779yksGaydHcutM4M3fVGork { width:14.375rem;height:;top:45.5625rem;left:26.562321066856rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOt4TeTOA8Som4XyTyFBmgCXKPXq1h03 { width:14.375rem;height:;top:45.5625rem;left:7.8123210668563rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQJitum4zGR1uxCPu6HXV0IaAG5EsiEh { width:14.375rem;height:;top:28.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tT3XT9AW5899hWlaVg0ppSOWUROCis3S { width:11.875rem;height:2.8125rem;top:41.375rem;left:27.811432242394rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtNbTEnv2SC5fKX30ZDFIFeGfV256Swy { width:11.875rem;height:1.375rem;top:42.6875rem;left:9.0614341497419rem;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.5625rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISiFKX2bmGoozhJTnbEJarBwk9mh57uu { width:11.875rem;height:4.375rem;top:24rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOvklA94r3QdG5PX6hdWIFUxE6WBCCes { width:11.875rem;height:2.8125rem;top:41rem;left:35.875rem;font-size:1.0625rem;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) { #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.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PT2BgnqegUy18iIyQwnbG6dtTXE3PvTq { width:14.375rem;height:;top:60.5rem;left:26.562321066856rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzffbgWwfkQxiTa3TG2f0J77weunTOTC { width:14.375rem;height:;top:60.5rem;left:7.8123210668563rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWTTE63wyv1e6LrdCDgwTDB1Dm4xJV0k { width:11.875rem;height:3.9375rem;top:55.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8DdLv5I93VC9m9GtMnd6bVaf0CR8xkk { width:11.875rem;height:3.9375rem;top:56.375rem;left:27.749287009239rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkFkwP4QC20zJTab5zipMmPNyRu5suHz { width:11.875rem;height:3.9375rem;top:56.0625rem;left:8.9992889165881rem;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.5rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7wbxRuu6hOXSzxxmdrUv88hDDlyndJH { width:11.875rem;height:4.125rem;top:55.3125rem;left:35.875rem;font-size:1.0625rem;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) { #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.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7ETokiWeg4d7a3gNsDShdwxOTU41nbS { width:14.375rem;height:;top:75.375rem;left:25.937321066856rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeBDLpNgLImgMkovm5m3RefHAdcUbSg0 { width:14.375rem;height:;top:75.375rem;left:7.1873210668563rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrKznGTd4pKwG2PQbTHtsSa7qJDT3y38 { width:11.875rem;height:2.25rem;top:72.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNfmlgT8ogq4DWL85eHDb0bqxxosmb83 { width:11.875rem;height:3.9375rem;top:71.25rem;left:27.124287009239rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTBX7kJRJnu3eybgPeALG0oPsOdk7gCa { width:11.875rem;height:1.25rem;top:72.5625rem;left:8.3121436834337rem;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.375rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKPPg02B4ITP4UnEdm3xNWCFFXEvt1VX { width:11.875rem;height:4.125rem;top:70.5625rem;left:35.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKXbGbGr2nI1T9DylT9AL6apNWtL5pqF { width:14.375rem;height:10.6875rem;top:84.4375rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlKygwlZy2VSseGTizvd2dCWhxQbHUpp { width:14.375rem;height:1.4375rem;top:92rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxEQvFT13urZ7wbCGA5PF2JmhoQLB2DJ { width:11.875rem;height:2.8125rem;top:87.875rem;left:35.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zI6MMCVIO4BkHpmdK4KGdDyh6nPMI02g { width:14.375rem;height:10.6875rem;top:84.4375rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmzFqmgREe2Xr7s3I0Dh0eshZHG86TK6 { width:11.875rem;height:4.125rem;top:87.1875rem;left:18.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AD9UcBJDAfT62SZNrqG6viXywHhbBvM3 { width:14.375rem;height:10.6875rem;top:84.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OT7dBgO6bLTzsHZmZy0GrT7lTgA9Tr6v { width:14.375rem;height:1.4375rem;top:92rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbxqGMyrnUXoODys05RXsTCJzMW4utZt { width:11.875rem;height:2.8125rem;top:88.625rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWd4RwhWLCE18vmAeEEO8Z7AVJK5CEAE { top:101.75rem;left:10.249288916588rem;width:30.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8mpzJAPQMRlzXaw8TlUzyHIBCVC0glK { top:0.875rem;left:16.443360328674rem;width:20.375rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVgV2ulVdbxZdHHvkGN6eUnJTp1kfZrN { width:14.375rem;height:;top:13.125rem;left:25.811256766319rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpwyntJEqHVtO2O3G7Fd5r2QgCgxGMDh { width:14.375rem;height:1.4375rem;top:92rem;left:18.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtDFJspC7yN4xpkFdccyFTQvC6geZedt { width:14.375rem;height:10.6875rem;top:22rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkXGn5OZKtOx2W3TPqKomlQZyRTUq4o7 { width:11.875rem;height:2.375rem;top:24.5rem;left:26.936966300011rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWFQ9kEd7aNw2QN01TVvKZbCy33yv4WL { width:14.375rem;height:;top:28.5rem;left:25.812141776085rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3r9BuA4Rn7724GrA13rv7e8szggqbBF { width:8.75rem;height:2.6875rem;top:16.875rem;left:28.593571066856rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbRXwTnV9XzGEEklT1KntqZ8ZKlZPs8v { display:block; }
 }@media only screen and (max-width: 763px) { #tsl8Lnb8nFaqy2vD7kiDluPcviJNLmFP { width:8.75rem;height:2.6875rem;top:16.875rem;left:10.310545325279rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpdP0ZA2IrVXvMbLnhq11JMnlxhT4bOp { display:block; }
 }@media only screen and (max-width: 763px) { #HuzRf6GHUbZ6Fq6oF8EiemTcTZ1eood3 { width:8.75rem;height:2.6875rem;top:16.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXoBnarnHKxenfu9WrCJuHsO93u3ovqz { display:block; }
 }@media only screen and (max-width: 763px) { #tQq2TtP95WaKXI3yXDx6MaJPtKTqDqvN { width:8.75rem;height:2.6875rem;top:33.6875rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFbOnyASThvicIdbCqGT6sKOtQMwDxlN { display:block; }
 }@media only screen and (max-width: 763px) { #oxNu2239T9TTtT3TMzpTyQ7JqXZM1qKa { width:8.75rem;height:2.6875rem;top:33.6875rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #blZMUFB9RTPh6TiJIBezSmJR6Mh6A2uM { display:block; }
 }@media only screen and (max-width: 763px) { #yt3IrZbA0H4ETn2M7NtwGDSsWplQdGlI { width:8.75rem;height:2.6875rem;top:33.6875rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3GigorGBx3Tkh0UI4BggDx68LJ9IvS5 { display:block; }
 }@media only screen and (max-width: 763px) { #OM8yADhKPumdEni8dTDm6XSrk8qAD3yG { width:8.75rem;height:2.6875rem;top:33.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #apmITBpd0Soz946oNulhM92vSFsw3kBD { display:block; }
 }@media only screen and (max-width: 763px) { #IVEKHh5swcXAFrd9ZEIkdLyN4XVGIyVr { width:8.75rem;height:2.6875rem;top:49.75rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfGenTg6dSdRHw2En7WLCQCnsTlFL4yd { display:block; }
 }@media only screen and (max-width: 763px) { #e2ZyTCTBxK3fPRFtLGinSTzvbzbApuKC { width:7.5rem;height:1.1875rem;top:50.1875rem;left:29.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfUTWUPTEtbC37hu1wZ3GtsCWWvaPGOn { width:8.75rem;height:2.6875rem;top:49.75rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJArfDXQNAof0mJKr0JkZ47yqPnwAwfm { display:block; }
 }@media only screen and (max-width: 763px) { #Nzp0QMmnzTHBABSIX9XJuWHOMsWUFRU2 { width:8.75rem;height:2.6875rem;top:49.75rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTC8XTlql3TM7HIFW59EgVSTv81G4PEW { display:block; }
 }@media only screen and (max-width: 763px) { #QfWp6tk3DApTlhoDpIcUcm7hz2yNVzcp { width:8.75rem;height:2.6875rem;top:49.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWHgOFaoAGG8dZQivnNZ0rEFUOfMOUk4 { display:block; }
 }@media only screen and (max-width: 763px) { #FQxzIJgzhExkxQZ7o7rEzcTcqbKVsOI3 { width:8.75rem;height:2.6875rem;top:64.125rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrcIQGdasI0UT4Txe4yVJXzSrJP4qd6K { display:block; }
 }@media only screen and (max-width: 763px) { #gXcb7O53m55JpVyKwPd1RZz6xP0MqEi9 { width:7.5rem;height:1.1875rem;top:64.5625rem;left:30.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceHOP2cirbxHKqEcrbDa5B1Gav7ATXBI { width:8.75rem;height:2.6875rem;top:64.125rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKVJWfNl97USFXmoCeWkeduneo7oLVkz { display:block; }
 }@media only screen and (max-width: 763px) { #qTtuiMpTdWpgLnXTVvThpJta53Bgz30i { width:8.75rem;height:2.6875rem;top:64.125rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aI0Ftxa9AtgrKnoD9C6RWT6ITla9no9x { display:block; }
 }@media only screen and (max-width: 763px) { #C9HaOabEHZ9xMHZ10f6fpKwFp26TuyeT { width:8.75rem;height:2.6875rem;top:64.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbns1Ge8W9vX2NAQHlFpX49KeAZqIl4W { display:block; }
 }@media only screen and (max-width: 763px) { #rlFNqDnTDlnLUQU47AWvOUohCCIBJGoB { width:8.75rem;height:2.6875rem;top:79rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4yo9cC7KLO6mgSKJuNkhBp0zEEEeMxO { display:block; }
 }@media only screen and (max-width: 763px) { #RDLXGQUeg8VP6FkUI5Fk2ZekXe7c5BvN { width:8.75rem;height:2.6875rem;top:79rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpAVmft0EcdCFlfgiTBJwD2oCi02MHS0 { display:block; }
 }@media only screen and (max-width: 763px) { #t7AHl5ZhSubS2vb3t8dfF6KoFGFfSwdi { width:8.75rem;height:2.6875rem;top:79rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #alkK3g0aJBNdXGTfWnVkviFA0LfDLoJa { display:block; }
 }@media only screen and (max-width: 763px) { #wTDUO8qTWxoSr96hPpUQqLq7O3qhmDCq { width:8.75rem;height:2.6875rem;top:79rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKh5cp6sAGrRcM6KOatLuhRkzHuTptEG { display:block; }
 }@media only screen and (max-width: 763px) { #IG29TWhzEegrR85ViGdkT3sJ8NhFg9TG { width:8.75rem;height:2.6875rem;top:96.125rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBImpnAiraPSASeVgRyHwTNQk9LxtUML { display:block; }
 }@media only screen and (max-width: 763px) { #aZdGPMmKFiHGWCIvrp9qrpicTGalqfhW { width:8.75rem;height:2.6875rem;top:96.125rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGAxTKyURvOhL8dpTz6c2xgPXnBezcz8 { display:block; }
 }@media only screen and (max-width: 763px) { #q7Cwg1ZFoxa0F1GOQB4ExL2PATSG53tR { width:8.75rem;height:2.6875rem;top:96.125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGQE1wIkOCUNloyI2CKZdQqJepSy1ZX3 { display:block; }
 }@media only screen and (max-width: 763px) { #dylT4VF5uRfhyZ0Ax1wqAwLLX58C01dK { width:8.75rem;height:2.6875rem;top:79rem;left:28.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #D8wo6oVXN8khB6DVdsF7Wxp4FuTfWfe7 { display:block; }
 }@media only screen and (max-width: 763px) { #w9QNDFkf9ri4lE0UPbKcfsG22IWaygqJ { width:8.75rem;height:2.6875rem;top:79rem;left:28.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AdJnfkfRB58cxVXQKo1DQL4KmuRGdgdX { display:block; }
 }@media only screen and (max-width: 763px) { #ipEfGwmdZTHZttTJIyiU5ZlHTq5sixss { display:block; }#ipEfGwmdZTHZttTJIyiU5ZlHTq5sixss > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qGu03aqnNBRzX55HytMiph3bBcwa4giD { width:14.375rem;height:10.6875rem;top:5.625rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDxBiHbrFyQm2ZbVHDAyR8kVDGZD5iTs { width:11.875rem;height:2.875rem;top:9.5rem;left:35.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wktV8WZGkTdcy1OxGLl9W2d5ri5QiJd4 { width:8.75rem;height:2.6875rem;top:16.9375rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #KL0bkyCOTrEf4esvGocu3eX2TWOwQRVT { display:block; }
 }@media only screen and (max-width: 763px) { #UzHq6uL4ntkGtQN613oQgVSGarhnCqHv { width:7.5rem;height:1.25rem;top:34.125rem;left:29.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eczg9JNk5ZIcnXTptIM1FOrbLFF65obU { width:14.375rem;height:1.4375rem;top:13.125rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRDMikPoMn7V9TKawEifgV5Sz82LTTkh { width:14.375rem;height:10.6875rem;top:5.625rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFESFEoUNWWXkWPpWFf9y2hplapw4zZg { width:11.875rem;height:4.375rem;top:8.625rem;left:27.061852455139rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIfVApJgausr76epTCbm3ztQMIRsNfT9 { width:14.375rem;height:10.6875rem;top:5.625rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuyHhn4JHMaXTzwrRocexvZOVSWqvFB4 { width:11.875rem;height:4.1875rem;top:8.875rem;left:8.3118505477906rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e56Kvbt1W0C0eMcwZRCPFKFfLrBssuha { width:14.375rem;height:;top:13.125rem;left:7.0618505477906rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2inl8To2fa4bEDUSv5Aa1yxxvNGVoVS { width:14.375rem;height:10.6875rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuV0XOaBERI9SKGLO6AeaJT28mcqKF34 { width:11.875rem;height:4.375rem;top:8.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvT5ANAqftOnCJA4iGfP9W0GKKl5Dohh { width:14.375rem;height:;top:13.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #du4GAM21v9BJU9OdumvmaVgXIFTrIIPF { width:14.375rem;height:10.6875rem;top:21.375rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsclTPVsacvkVcPv0JFTr65vQFVkX0GR { width:14.375rem;height:10.6875rem;top:21.375rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ML3tE1rCNTU2dtfknofqmLVgiNTiePTF { width:14.375rem;height:10.6875rem;top:38.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCeZKJOlulZEM5LA0xMo01T70xXvuyLt { width:14.375rem;height:;top:28.875rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndFukt4WirrvXQcDosT3qs4KKxXb6hbo { width:14.375rem;height:;top:28.875rem;left:7.12478351593rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFVeMJGV895TzWliRJlTEm5lQzvDk0fz { width:14.375rem;height:;top:45.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJ4tzZIdToNN6ycVPv190dxFycu75O1B { width:11.875rem;height:5.5625rem;top:23.375rem;left:35.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKQt4UT0bMRtskZG4mPpfA7b8oi9Nei8 { width:11.875rem;height:4.125rem;top:24.5625rem;left:8.31103515625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8JvN4nqyZqJD6FO6bhVknQZsHbCQDTK { width:11.875rem;height:1.4375rem;top:42.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKRlsWUCUZCRqAHk885pSPT8R9hB5KJa { width:14.375rem;height:10.6875rem;top:38.0625rem;left:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEOCqAnKdTsb3UL1zMKc2kmuKo20QSAk { width:14.375rem;height:10.6875rem;top:38.0625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T18lqcMGFkOESN7MkDNJQRivNKvvg5VN { width:14.375rem;height:10.6875rem;top:21.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8e2l9LPfXxRuHZ4MCrJ71xoeTzfK2OX { width:14.375rem;height:;top:45.625rem;left:26.561635017395rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9KCkmGisw7RpC2lrHMA9r1KzNAB6fgW { width:14.375rem;height:;top:45.625rem;left:7.8116331100462rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlhRVKMFfUVBiPNfnbThpkV4izFfs3DN { width:14.375rem;height:;top:28.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lu8Pl66kgbmyuP83O7WCIBR4rtnyuzLD { width:11.875rem;height:4.125rem;top:41.375rem;left:27.811767578125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7fLQeHuewvTqdf4mtUm9rw1P9HTEd88 { width:11.875rem;height:2.75rem;top:41.875rem;left:8.99978351593rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSCxiP5P4XpXNrr1D4lUZIZaC4v6Zy7r { width:14.375rem;height:10.6875rem;top:38.0625rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5KByLtTzMVKp9a08pdXV3k0NCSBNp7I { width:14.375rem;height:;top:45.625rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rpx7rS4lodqOsg2azGFTEuQpV1X0TiQl { width:11.875rem;height:4.375rem;top:24rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mK2xyzpxs5qFrsdwfTs7TPH2ZkDz6ynX { width:11.875rem;height:4.125rem;top:41rem;left:35.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLlCdlkvQLihMGHpz1TOkfH1EF7ew2UG { width:14.375rem;height:10.6875rem;top:53rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7DA1CBDSTbIZmyR6mBBEbTQyt3eb2G3 { width:14.375rem;height:10.6875rem;top:53rem;left:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3Glov4cSFp8iyAyUlAbUzc7tTM31kpi { width:14.375rem;height:10.6875rem;top:53rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MekpRQXAos143xukkiGuBSPonFZsbh6E { width:14.375rem;height:;top:60.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5FnVUJXQxbbfASmt71KeDgrKsUbliZC { width:14.375rem;height:;top:60.5625rem;left:26.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zz489n0FPGFt5qwU63sHDyxlZGLcKsiO { width:14.375rem;height:;top:60.5625rem;left:7.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5WNJpk4XAAFp5I5o7PlPFEMXhWXFcAi { width:11.875rem;height:2.75rem;top:55.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQTm0JRTFlDWzpMSHyZsgtzTUpF26ITR { width:11.875rem;height:3.875rem;top:56.375rem;left:27.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gF1cb4so1JTFdDfUaE8Z0kGgCPycKTaG { width:11.875rem;height:2.5625rem;top:56.0625rem;left:8.99978351593rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ibl9fi26G3f7q4CLFDdTRvHvyZUevqI3 { width:14.375rem;height:10.6875rem;top:53rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDmaTvEGzs6f6Anov8AnotFUUk59Zb9V { width:14.375rem;height:;top:60.5rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtflrh1aTrTwTCKEaLyP9oUIAwpdTVSb { 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) { #GfKWhgClid9oK3ani0za6OzNPgmJbvOi { width:14.375rem;height:10.6875rem;top:67.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #neQm2QLJmrVVZmlRlPEa5WSNnHP1O3GH { width:14.375rem;height:10.6875rem;top:67.875rem;left:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XE4A53vnuCKuyl0iCmWcpaL8QCwvZFfa { width:14.375rem;height:10.6875rem;top:67.875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2b6ddPtNokwK2Ao7C9xSNeof5Rlm1Zn { width:14.375rem;height:;top:75.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKdfJBqBDO69Up6ZdU22Tz22ruocNFoz { width:14.375rem;height:;top:75.375rem;left:25.936635017395rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhONEas3iXS7LiDZuqiGpGtJMTAAM8TF { width:14.375rem;height:;top:75.375rem;left:7.1866331100462rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3hox0bmgWnTSbiaUVVDerqGUiNB4Ps3 { width:11.875rem;height:5.625rem;top:69.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvrXHMZfTfbobKO1lUFGBNyITKqJBkzV { width:11.875rem;height:2.5625rem;top:71.25rem;left:27.12478351593rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckcRWdTFEs3wBHrEMD8b2DzdcSD72d9D { width:11.875rem;height:3.875rem;top:70.9375rem;left:8.37478351593rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxHeoDieQqDpJgVaTP15DQE2tfleAF2H { width:14.375rem;height:10.6875rem;top:67.875rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkdGJQ2aEe5zIyxtINgfqnywXsVmqAUc { width:14.375rem;height:;top:75.375rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyW4GBQATwLPe20PPiUxR0PHVdmnSQI3 { width:11.875rem;height:1.375rem;top:71.4375rem;left:35.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeMwuycD9k9hafkcHQMVO3FAceTzefnk { width:14.375rem;height:10.6875rem;top:84.4375rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIiAafnCcPmWnLbtfWDX4apF23RbBINO { width:14.375rem;height:;top:91.9375rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWgDmowTzd0sMoplkQyG2eeEWD74oE5c { width:11.875rem;height:5.5625rem;top:86.4375rem;left:35.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xsb6FVTZeV9Oxdtt8oyhgoPFLLuLv1yk { width:14.375rem;height:10.6875rem;top:84.4375rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTBq1Vun4FnQaIJg0HOxEHxFsrF5fZBX { width:11.875rem;height:4.125rem;top:87.1875rem;left:27.341796875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMf83VfdrkTBBtMcxbgFiFn3wxpk0zvo { width:14.375rem;height:10.6875rem;top:84.4375rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAFZg34R4oLlVUu4zyrqpGOSVkpDT7OC { width:14.375rem;height:;top:91.9375rem;left:7.74978351593rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThXTkCMCHczLbhr7xpTIHbL0iwAybxa6 { width:11.875rem;height:1.375rem;top:88.5625rem;left:9.65408039093rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvPr77HMMyQJ88dgNqwhdFC5IzZRCbIH { width:14.375rem;height:10.6875rem;top:84.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLpPwSltT23Tfmu36KRHnc3B9sAKiW5M { width:11.875rem;height:4.1875rem;top:86.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlCEzur3mzJTbIlkUpycUwrThFpD9L7N { width:14.375rem;height:;top:91.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTFVqcLbwRRBctFIGmRnOeNTFVaTXv8X { width:14.375rem;height:10.6875rem;top:100.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OK6ZcPAou9ZE5zmdx5hzWIhnVFoeT9Ak { width:14.375rem;height:;top:108.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhxLA98OoR5XIsILP1hVLzJucgqcrg9D { width:14.375rem;height:10.6875rem;top:100.6875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uP4LvmQHbLhDWK8s2tTO8EONOZfOnRzh { width:14.375rem;height:;top:108.1875rem;left:7.8116331100462rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMumS6kV0uIWH7o812oJTQDNTi8TWWAu { width:11.875rem;height:4.1875rem;top:102.6875rem;left:9.0616331100462rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJeDvLKinQ3OP7QQFFBO4AWiVEDzh0eg { width:11.875rem;height:3.6875rem;top:102.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLcPFESEWpvksQidTFhhiHny8QndRwHx { width:14.375rem;height:10.6875rem;top:100.6875rem;left:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8fI6WNkmyzT6VztHEMH48erNJwtFdik { width:14.375rem;height:;top:108.1875rem;left:26.561635017395rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZw2kIJ5ZOh2VEXv1EWVzSgOGUIC5IME { width:11.875rem;height:6.125rem;top:102.0625rem;left:27.403649330139rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsJW4NM0qC4IXG9uE2U56RPa6JHepSgX { width:14.375rem;height:10.6875rem;top:100.6875rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWzb57iu6ciFZfqMEsWcLDIKOiWGtwEa { width:11.875rem;height:4.1875rem;top:102.6875rem;left:35.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1G9V6Xg1uchI5zxGTeIBtW1QA2uKyl5 { width:14.375rem;height:;top:108.1875rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEbVG4vny2xHXpySNPloLJgk1oc1iz9z { top:330.25rem;left:10.124111533165rem;width:30.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODa1wQiO61rgNd95alMcon4QqAEJ8qWM { width:14.375rem;height:10.6875rem;top:117.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uz1eWLIXPo3xZCd941HwK7EVefdphrcb { width:14.375rem;height:;top:125.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTCqBRL0rbPTTTqD0A0eRrhOdIJFrgAL { width:11.875rem;height:2.75rem;top:121.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXdn1VPF8TTTUPLiAn5ZXsotSMx0AdyS { width:14.375rem;height:10.6875rem;top:117.5625rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJAlT22vCKgIPeTZlmEUl0237NOgS7ei { width:14.375rem;height:;top:125.0625rem;left:7.12478351593rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoWcTW2FaePL3GURxahTJ8MNCyxifczs { width:11.875rem;height:2.75rem;top:121.4375rem;left:8.2489156723025rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFaDf3UQx69KqBLeRR7I2nrQmy2cCAtR { width:14.375rem;height:10.6875rem;top:117.5625rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzGWMSGp44UbbHKaQq8hFoGofVWpwzGm { width:14.375rem;height:;top:125.0625rem;left:25.87478351593rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dlw631XMWnu1cATBxcThPu4Tl1aTkq1q { width:11.875rem;height:5.625rem;top:119rem;left:26.941407203674rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooQtIGd63l33QJe2WOeO8RgGqNkJskJI { width:14.375rem;height:10.6875rem;top:117.5625rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiLe0QDEKx6iGduRbgTu3e3QyJs4szeF { width:11.875rem;height:4.1875rem;top:119.5625rem;left:35.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WATniTCZh9mVdadIkZCht71kEMOeK08w { width:14.375rem;height:;top:125.0625rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BflMuN8QItrpIqM6T9DSTBwLxDO5r4HX { top:0.875rem;left:16.443360328674rem;width:20.375rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wk0bDPqQrK5y0HcJ4dTP3rmTdbRRCuli { width:14.375rem;height:;top:13.125rem;left:25.811848640442rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrQgAVB2LoXGhUgFaMKxHO4TWfKDl0PV { width:14.375rem;height:;top:91.9375rem;left:27.061852455139rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkOPwCfEMBigBFprfTAwT4FPyqWDqOZ6 { width:14.375rem;height:10.6875rem;top:135.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNIwxH08VrJ1KiQ9r094uvv5ZnBaLd2M { width:14.375rem;height:;top:142.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2cLNzCSrErQc9HKELOb7GsNGXtbnZSm { width:11.875rem;height:4.1875rem;top:137.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVOv8tfTiHm0RqEw5gkQPTVa4bwCT99m { width:14.375rem;height:10.6875rem;top:135rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCO4n2tDds8aKXi7kB1UeUIJ3h7cZq4X { width:14.375rem;height:;top:142.5625rem;left:8.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsN2wleWp1MklIotxeNWFw6A8JlmcQsB { width:11.875rem;height:4.1875rem;top:137.625rem;left:9.65408039093rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGLU2CPJ6ChyEa2GaoWSXBmFgE1V92Pd { width:14.375rem;height:10.6875rem;top:135rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHK6DAuveX649t35cNwk4dPutDdH5fgI { width:14.375rem;height:;top:142.5625rem;left:27.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAeHgT9uMS1r56kPi3OBHqsq1AIRUvea { width:11.875rem;height:2.5625rem;top:138.0625rem;left:28.381295204163rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcnPtUy0XfyTJaI8Sdy4ANunURCdqIuK { width:14.375rem;height:10.6875rem;top:135rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpL36Re4Hfnw0roL9aWaanb7apwT0kll { width:11.875rem;height:2.75rem;top:137.0625rem;left:35.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlFcOZ7wEsthc36Jdh9GSfIWzGOuCyeG { width:14.375rem;height:;top:142.5625rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZsAOQotPDNaR7EtNli0K9wLfTcnTFxE { width:14.375rem;height:10.6875rem;top:152.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ra2Avi8OvFHeUT0nmXH5beXSPPVaSF13 { width:14.375rem;height:;top:159.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqB4t1oTvoCl3WQ38kreGTKptel5nrRK { width:11.875rem;height:4.1875rem;top:154.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKpAh7TTN1zzZqcJut4a5qpBQk8T238g { width:14.375rem;height:10.6875rem;top:152.0625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXomMaOSRBFeEz5ZEM6JnIuLQxtGZFN2 { width:14.375rem;height:;top:159.625rem;left:9.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tP1muS1QWrT05V9xb6FKA5N0C4IOOTvJ { width:11.875rem;height:4.1875rem;top:154.6875rem;left:10.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihSBAD9xIaQTg5kQZCKqg6TRnH1GLVfH { width:14.375rem;height:10.6875rem;top:152.0625rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOcylplc089krAiLWzSAh9KCgBPuaNZn { width:14.375rem;height:;top:159.625rem;left:28.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBtT1LT3PdWc5Jo6ZdT5hRqD7thQNg3Z { width:11.875rem;height:3.875rem;top:155.1875rem;left:29.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5NgnkibDIL0FSfMAP3JFFtTJMxLt6A9 { width:14.375rem;height:10.6875rem;top:152.0625rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oolizyzDeK7kpIWWkM5T3CLH8C1nlLv8 { width:11.875rem;height:5.8125rem;top:153.6875rem;left:35.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8JIfslTuSiUVKZFE6a6JvUi2Z0nQ93H { width:14.375rem;height:;top:159.625rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkEV4qkeDesLSIFppcpLL3qcg0aSLSNT { width:14.375rem;height:10.6875rem;top:167.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSUn6ozUFQbaWGMsaWdtmKsI6TvZyT8L { width:14.375rem;height:10.6875rem;top:167.6875rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZN1DE5qC0Ay50Npa5y6SRdq7TWoBKBmC { width:14.375rem;height:10.6875rem;top:167.6875rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B11zz07FpUBTgVuZ51o5uq0ODBS4ZXwv { width:14.375rem;height:;top:175.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGd7eSlyE0a7NbLi4W3g6yZMvHp1tm1N { width:11.875rem;height:5.8125rem;top:169.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5lsdzbIqOfe5xBzuWPtImCVRvSfoSFT { width:14.375rem;height:;top:175.25rem;left:9.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOE8x2XG6sUpuVrpoyJ3Dq0rQGkdTmR0 { width:11.875rem;height:6.3125rem;top:168.9375rem;left:10.811848640442rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOOeKFeEMvwEmsdqEatBvReebNUUk891 { width:14.375rem;height:;top:175.25rem;left:28.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKwmLmlAESToqsav3InGHoGg09NwuJOn { width:11.875rem;height:4.5rem;top:170.8125rem;left:29.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMlLDzTxzD7uZ9JZmf1hITISTNkWGQBQ { width:14.375rem;height:10.6875rem;top:167.6875rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #evkW3xbUChMewV5OJBRdxtnrWND8UQSx { width:11.875rem;height:1.4375rem;top:169.5625rem;left:35.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDFLhLFBtLMwyWUKkMsphESDTOBm9Qxk { width:14.375rem;height:;top:175.25rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzX9yAPJbkpNWklOXxCUKx0yJZ6umraG { width:11.875rem;height:3.1875rem;top:171.5625rem;left:35.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVdVREUVBNonb7IHQTO4zvNrOodDKrkV { width:14.375rem;height:10.6875rem;top:181.875rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWegDJyZ50ulVFqmmcsAkS56yEV0axDa { width:14.375rem;height:10.6875rem;top:181.875rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTHHLmEKonIyPbWvdqfggK2fy3LrXPiN { width:14.375rem;height:;top:189.4375rem;left:9.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hR6VoFGPx18kGtvfeaqmDRctKq3kHX1U { width:11.875rem;height:3.6875rem;top:184.625rem;left:10.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvVmMLmM9BkxAyrHviAlv759BA4SfwWO { width:14.375rem;height:;top:189.4375rem;left:28.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XK0oVukm6vGTybu3JoH4VxkLdiqZBod3 { width:11.875rem;height:3.875rem;top:185rem;left:29.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #epxzvHqS35kS74gElrUXAl9AnCxoCnoD { width:14.375rem;height:10.6875rem;top:181.875rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UchJo6pa1wD2UyNmNPW3LNpcPaPFaMwJ { width:14.375rem;height:;top:190.0625rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlRTWyBWWuvST3R22oIE2r5m24KhzIZI { width:11.875rem;height:5.3125rem;top:184.6875rem;left:35.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0TxMTErx25Rs7PZxrOTzwF9Nx5WX6d3 { width:14.375rem;height:10.6875rem;top:182rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxAJAvJcACcXoMzMfkpUHPIed0lGWbJW { width:14.375rem;height:;top:189.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gC0R4FhrBrpZKb7ig23XI4ggsZu5dGZ6 { width:11.875rem;height:2.75rem;top:185.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxrn0E1Juak9vOyedPLOdBTTNA2VHZ8g { width:14.375rem;height:10.6875rem;top:196.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZPzNElqfheK5pwrqJoC8Rh8AT4xFD9h { width:14.375rem;height:;top:203.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRhTH8zpinAWz7c5mk5Tc2iT1gtZs1qO { width:11.875rem;height:2.75rem;top:200.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3KWy9xVy9tOgxfrTrzaZBuWCgoKms5k { width:14.375rem;height:10.6875rem;top:195.9375rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7IJTdnMq52QBVMwvfiiKF0XTNgwOkn0 { width:14.375rem;height:;top:203.5rem;left:9.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzNuDCi63CFL2fnMRSqwUhcuP3fVDaq2 { width:11.875rem;height:2.5625rem;top:199.6875rem;left:10.339844703674rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOmKkCx94k03GJb5cxEpVaaPGbzW5SCX { width:14.375rem;height:10.6875rem;top:195.9375rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9941UmQaTAMuFFyDIBTIVModvbMQv3x { width:14.375rem;height:;top:203.5rem;left:28.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1zDeWM4HzEUtFHzfvcgBcu5xFNhydRT { width:11.875rem;height:2.5625rem;top:199.6875rem;left:29.653431892395rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmmFmnPvFKoD1dB5C2KPWgOu6KSrAZwe { width:14.375rem;height:10.6875rem;top:195.9375rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiy6NSNDZThTWJv1shszHPlJpLIN994P { width:14.375rem;height:;top:204.125rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQxDFuoVXooS4F9fQ5mqy1E3XWOmx7BO { width:11.875rem;height:5.25rem;top:198.8125rem;left:35.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSN868bHpz7T7B6JdbEpnrSmZcUCRWOx { width:14.375rem;height:10.6875rem;top:211.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #guJ46eI5ftcqWc3CWRCrLkawQT4zr2vF { width:14.375rem;height:;top:219.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4mrvSXGUzr13d7GtTQmiMF1dQPQQUBg { width:11.875rem;height:6.3125rem;top:213.1875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhuDorn1gAK78en3BMVLikUa2icthkHv { width:14.375rem;height:10.6875rem;top:211.125rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #evFnMwaNwcVa6TNUUvJpOf5yUKZ8WTWt { width:14.375rem;height:;top:218.6875rem;left:9.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTgVfPGGads254ozECTQ6TTQxZUrNBKT { width:11.875rem;height:1.5625rem;top:214.875rem;left:10.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxwCJJE7noLT9m6kiAKrIO7FmdcK0Thb { width:14.375rem;height:10.6875rem;top:211.125rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxuTxDLqSdBTaruNt3bp4SwNNPlP6Jdd { width:14.375rem;height:;top:218.6875rem;left:28.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSLadKqHsILTG8AeTT6I8lsZ0FKytirK { width:11.875rem;height:2.5625rem;top:214.875rem;left:29.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4WXFIbOsA9cUBOT6gCsxuW90CrhZzP2 { width:14.375rem;height:10.6875rem;top:211.125rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8ufOAgXBPEXK2Vkm4e0HBefO8aPLutU { width:14.375rem;height:;top:219.3125rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nn4UB7HMd3hg6SX2Uv2yN2OfZ9g9kmmw { width:11.875rem;height:2.5625rem;top:214.8125rem;left:35.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPVxrdclP7SNoz22oG5aWxMT0SWDh05m { width:14.375rem;height:10.6875rem;top:226.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQ7w3CIs6HXBHTSJW2SZPzmWpya8IZzc { width:14.375rem;height:;top:234.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNlm5kMhvJ2HzOd6h77F8EgiGeI6WJKT { width:11.875rem;height:2.75rem;top:230.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CglDMIuhowkNNiLcaG74E28PlM7FUArD { width:14.375rem;height:10.6875rem;top:226.125rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeaWw66P7zLZNedaDMB27vDxwfBTTuhP { width:14.375rem;height:;top:233.6875rem;left:9.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9CBcr7h3N0I7aqODboZ4TgXJJaQNeLe { width:11.875rem;height:3.1875rem;top:229.875rem;left:10.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7FDrs3gVaOtyZB9FK3Oz8iXHTA93Biz { width:14.375rem;height:10.6875rem;top:226.125rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4w4sr1g33UhmcPMVl2dhiDHDRw9hRRt { width:14.375rem;height:;top:233.6875rem;left:28.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnKW95NdO0x3WxuItJPge8NH9RrTBHQw { width:11.875rem;height:4.8125rem;top:228.25rem;left:29.46658039093rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiPilyhOOFeirBlJSsnh9iiq0cDQ2dzA { width:14.375rem;height:10.6875rem;top:226.125rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v54Jfdq0yN6fOreyUdidyk9RiyfhAWDu { width:14.375rem;height:;top:234.3125rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tITrPG2WmbHdmGJ3tcIuPUmS7pp6x1So { width:11.875rem;height:4.1875rem;top:229.875rem;left:35.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #npqVr0vI53HKNBIJhRlDannHfnmn0Wtk { width:14.375rem;height:10.6875rem;top:240.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdO6NTAHvf8tNtilxT2BNDgtWAP4WmJR { width:14.375rem;height:1.4375rem;top:248.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dx1HD17hoeZP9yzmlTbAn4ebg0xzKIwT { width:11.875rem;height:4.8125rem;top:243.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaE95603VXfXU2zvpsbVXyOiIeSaJWTK { width:11.875rem;height:0;top:244.5625rem;left:10.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVKoHAslP4cFUfcHh4J45Zwpyq3y4D7i { width:14.375rem;height:10.6875rem;top:240.8125rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWdlOrrFQGLceWJgeexNVCNUNZQaGBqD { width:14.375rem;height:;top:248.375rem;left:28.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKJ9DLmeoXn0bENbRLkWhwTycnQrbvIK { width:11.875rem;height:2.75rem;top:244.1875rem;left:29.34158039093rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1wkZKTfi0gQzDqBmKP5hy631VaybWFB { width:14.375rem;height:10.6875rem;top:240.8125rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q91LBPO5FvWhJ89R2EpyWuHEI3fmMBvg { width:14.375rem;height:;top:249rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFa3OrTkUSpSgcQpRdCsQxhSDi3rhNvQ { width:11.875rem;height:2.0625rem;top:244.5625rem;left:35.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNyoMcT8WhRTvZFs06xAVpEdAgSOvAJi { width:11.875rem;height:0;top:244.6875rem;left:10.339844703674rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J78yqMUTsaAIvRKvxKnkavZiiikvOiOJ { width:14.375rem;height:10.6875rem;top:241.0625rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxWpAwXzbykKQhVExf9770COQBegp9KX { width:14.375rem;height:;top:249.375rem;left:9.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3gwEDhtwBwv9NlX5oTBmQh7x9SiwyuS { width:11.875rem;height:4.8125rem;top:243.8125rem;left:10.339844703674rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QV7XIamyQGxr774fS6OMC8KMTJsb5FCP { width:14.375rem;height:10.6875rem;top:256.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2Q2UUnvk0oVRv7iz3yccgPAzQkWd0zA { width:14.375rem;height:;top:264.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZadvHzmoNPUv3SfkHoTZ0fMaUpMPGfP { width:11.875rem;height:3.6875rem;top:259rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvzAsLlRTVMA2klCL9Z3L4VDpDpKSWK2 { width:14.375rem;height:10.6875rem;top:256.1875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcIXhI7TwXRE0epmVvECRQAWNnEW75Qp { width:14.375rem;height:;top:264.5rem;left:8.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCc0QoiGqNAiUJ7vSX8gnmAGdVAmnTK4 { width:11.875rem;height:4.8125rem;top:258.9375rem;left:9.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWfDI6oBQImF375N34ybTft7yzx05Q2u { width:14.375rem;height:10.6875rem;top:255.9375rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJKtMc0UiMdLGWSwPhVImH2Mnnirtcmt { width:14.375rem;height:;top:263.5rem;left:27.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wu7QUaKRRHJnIPFApTUL6wG28LvbOFIt { width:11.875rem;height:4.1875rem;top:259.375rem;left:28.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6xpTKy2XGf6Fq3cRrm7U4F2b3NfmTfn { width:14.375rem;height:10.6875rem;top:255.9375rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBUqITUNPyfwkKiT33LGR4Il5Q2SEQm1 { width:14.375rem;height:;top:264.125rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlqSCFSZex5yGKwhnO5CoNupBytiVbnS { width:11.875rem;height:3.875rem;top:259.6875rem;left:35.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MX2ESabEeEVpR3EKr1VUGAEEo51J8OT4 { width:11.875rem;height:0;top:259.8125rem;left:9.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7OlXT7VTNrqNgil3xmbCQDStnpp0Kl9 { width:14.375rem;height:10.6875rem;top:271.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJA8i38fdhBVe43KoU6CTD7PyfTu9nfz { width:14.375rem;height:;top:279.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhQ2Tf6Ec7ETyDk3mqXfTKJL07XezXfg { width:11.875rem;height:4.8125rem;top:274.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFXQzT2dbgQb7IZq7GiwWetoqGEgErSH { width:14.375rem;height:10.6875rem;top:271.875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLCSKObm25uIz0NTIeZzyzT3HULHNiIO { width:14.375rem;height:;top:279.5625rem;left:8.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdHrBcMdRfd6m4XeNTD0KHhJfPPVInNN { width:11.875rem;height:2.875rem;top:275.625rem;left:9.65408039093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bakHchFn5UJ5AZoek2UrDROGkNfsqyoA { width:14.375rem;height:10.6875rem;top:271.625rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #frHvLB2X1OXfITEVFfOS7zAk4HBfwfXy { width:14.375rem;height:;top:279.1875rem;left:27.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAghuZBl8WmlmI1qtgImNrK5NTTlhgBd { width:11.875rem;height:4.1875rem;top:275.0625rem;left:28.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #peaCgTtbZDaBL8Cv7TMINd354dQaR6Oa { width:14.375rem;height:10.6875rem;top:271.625rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBSMa2sPZZbb1VlqmukqJlLxLkGI44Cx { width:14.375rem;height:;top:279.75rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEB8125rVvJGK8mkZL7zrFQUbmhTFl3N { width:11.875rem;height:3.875rem;top:275.375rem;left:35.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #URJ26R4yw8ponTn4eXk9s2FN84SJwgTQ { width:14.375rem;height:10.6875rem;top:285.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNP6fzbyfdchsxn3IGyEEc6bg4efZt35 { width:14.375rem;height:;top:293.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnaN0zB40nKhSNi0nXbxhhKCim1ZOyAD { width:11.875rem;height:3.6875rem;top:288.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uF4mvNHzkN4KRuWpmIkvsqiTX8r2l8EV { width:14.375rem;height:10.6875rem;top:286.0625rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvRZlBnD7wSSBGhXQAgEIzR1KNuMCxzk { width:14.375rem;height:;top:293.75rem;left:7.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOFS9iRkVzhSm3ofVTEKI0zzK4A4IMaH { width:11.875rem;height:4.375rem;top:289.25rem;left:9.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIhgKfEczQFhvPqq0z0MWMdiBEEZQdkp { width:14.375rem;height:10.6875rem;top:285.8125rem;left:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OheNGTzMhGAa9T5W7Qz2UgvSwptrh0bs { width:14.375rem;height:;top:293.75rem;left:27.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OacVF3O3iN8JX2TNi1H2bNIZvlIhCc9B { width:11.875rem;height:5.25rem;top:288.5625rem;left:28.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6QLtvv5iIfTCQlm1N0qzBghwqghr1Ld { width:14.375rem;height:10.6875rem;top:285.8125rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rT9F7EsQMtdyOut8xiH84Pa0q5i4319V { width:14.375rem;height:;top:294rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s97aFHtcIOlNzdbTlmGFCadZQ4szqttr { width:11.875rem;height:4.8125rem;top:288.8125rem;left:35.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcGtPswvChTq9T3iT81NP1p5Q6i7pC05 { width:14.375rem;height:10.6875rem;top:300.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhIlUACbTbkdrZIbGpOtKA5AJtCrTmT9 { width:14.375rem;height:;top:308rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #urSk77II5Om8w5n5SV60PW2ks1Kp67ws { width:11.875rem;height:2.375rem;top:303rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUswERhpydFqP2Nqq0IwLCT4NaRfo6ED { width:14.375rem;height:10.6875rem;top:300.25rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #llcumSxCVLPfPHgmUvHPlTWHWgotFrCD { width:14.375rem;height:;top:308.3125rem;left:8.1869663000106rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cU2tiMAmcT52THiBILZcP2VqhqFrqwBu { width:11.875rem;height:4.8125rem;top:303.4375rem;left:9.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRmMOgTCyWQ7A96VMMRXZ8CSt5EXKWgE { width:14.375rem;height:10.6875rem;top:300rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNkQAoJRSXncJ5wKiHKHk10Lq5XuX8o6 { width:14.375rem;height:1.6875rem;top:307.9375rem;left:27.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKq30IKcbvI4pQdh0ZNJcrrz2nmFKRWm { width:11.875rem;height:4.8125rem;top:302.75rem;left:28.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pB4sACixQaLOO8JgqTVBQgmAGZo1JStF { width:14.375rem;height:10.6875rem;top:300rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnOJtBc2Jy9eTt2VR45RbTKg6WLL9e6D { width:14.375rem;height:;top:308.1875rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTB9BpP6FRIOyXymmKHI5EJFDZWoT0yi { width:11.875rem;height:3.6875rem;top:303rem;left:35.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHGStQuHS5gNnE7HImPRCTDDyIwKiFuX { width:14.375rem;height:10.6875rem;top:315.375rem;left:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGlxTLPwKlf1e7KRAwORkvRMk2CPK2Ji { width:14.375rem;height:1.4375rem;top:323.3125rem;left:19.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3gqXX0BraIlTgX4a6AFyxH0wsndG7ku { width:11.875rem;height:3.6875rem;top:318.125rem;left:20.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNW3Z3c2N7nCVGJJMX0buJR3u9NrFDWg { width:14.375rem;height:10.6875rem;top:22rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZPZRbCaGTMe1SpZ8UH013qUJa2Ctm1T { width:11.875rem;height:3.6875rem;top:24.5rem;left:26.9365234375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJZH06wzT40zZlLgJLPt3SdDEEUWH5Aw { width:14.375rem;height:1.5rem;top:28.5625rem;left:25.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQrJ1OVq6TfslPTURTJF40T1EsVJEnGG { width:8.75rem;height:2.6875rem;top:16.875rem;left:28.593571066856rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZritaqkWyMOxzG5kgfKNZEbHgTIsIDcH { display:block; }
 }@media only screen and (max-width: 763px) { #xsa7NQTb8OrOP9hRkx4Kbm57ZdET5Jqq { width:8.75rem;height:2.6875rem;top:16.875rem;left:10.310545325279rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpyLuh4sXfzTV35mzFJzZSnvOXMPoKBS { display:block; }
 }@media only screen and (max-width: 763px) { #w0KLT5049dahwJHdwkdioVyFHlcsKSvx { width:8.75rem;height:2.6875rem;top:16.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRqLNlfZmXrzWZVaeKba70syMLZUwM9q { display:block; }
 }@media only screen and (max-width: 763px) { #Ib1No1x284RUvdrbLKPrTMLGQdQo8d7z { width:8.75rem;height:2.6875rem;top:33.6875rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCXuFT9XuP7gGpTe4Z4xWIIlpUaTIhGR { display:block; }
 }@media only screen and (max-width: 763px) { #vQO81VV4Jth4u7V4kohVF2HE0GqcoDpu { width:8.75rem;height:2.6875rem;top:33.6875rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSr1uINkL98ROmVleubCC2CBpfcl1e8G { display:block; }
 }@media only screen and (max-width: 763px) { #CdzdVcCmuibWoagP5vKCEqkGJ3k87s35 { width:8.75rem;height:2.6875rem;top:33.6875rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cyzdo0mdi3Rcuc3cUz3Dxq6ODWiPLTok { display:block; }
 }@media only screen and (max-width: 763px) { #UW2dZ5uakr8Dauu6TF9IJbia8h8lOmGw { width:8.75rem;height:2.6875rem;top:33.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHd7mJbRDWQE5ptiofrT3rwNs8llgXz1 { display:block; }
 }@media only screen and (max-width: 763px) { #Xl42OrnSycidq4T0WyoxHncXL4EaTX6t { width:8.75rem;height:2.6875rem;top:49.75rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfCPwfI5ITLfkiO0pSN4zDENtv3oITmh { display:block; }
 }@media only screen and (max-width: 763px) { #e6xTiIKFQhw5B3VKWWGvz5la0Pn9p0lL { width:7.5rem;height:1.1875rem;top:50.1875rem;left:29.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8SZvXeqcieB4nOM453nBFogny9UeEI5 { width:8.75rem;height:2.6875rem;top:49.75rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #so3vPONUeSrO9DGP8o8JZ1QiZ7WEI7hF { display:block; }
 }@media only screen and (max-width: 763px) { #cgGM5v8HKfDBz6tmf3nKLgl38fkHnkqW { width:8.75rem;height:2.6875rem;top:49.75rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqwzVwADwSOWfh1bGtJ6UTrxxHOatodB { display:block; }
 }@media only screen and (max-width: 763px) { #nbSCkkPlVNC5u4lDaUAlPTdSpQXlg3Vi { width:8.75rem;height:2.6875rem;top:49.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9JR9A2mra7PVmwyMa3m9PkXM23rsaZB { display:block; }
 }@media only screen and (max-width: 763px) { #zUrbwwWOeNgt6EihvLS92eBPBcCS50c5 { width:8.75rem;height:2.6875rem;top:64.125rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #vC4G4pAWE5dvSDcwphTWumUzS6eZtTfT { display:block; }
 }@media only screen and (max-width: 763px) { #I2yIBuHPih7yfMAhuH4HcEyDc74v9Lcz { width:7.5rem;height:1.1875rem;top:64.5625rem;left:30.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkKfgZTephunSaE6oQxTIqxHyuKNcBMH { width:8.75rem;height:2.6875rem;top:64.125rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtyafy9tJ4SrznAbcH4xH0sdNhtkXclc { display:block; }
 }@media only screen and (max-width: 763px) { #FIRrlHKl5R2KlDzJ87NeZZzv2z1yN0ps { width:8.75rem;height:2.6875rem;top:64.125rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9gSs6N6ER73COfQhbciO5NFyH89yVFT { display:block; }
 }@media only screen and (max-width: 763px) { #n0hrmpHkeEk80fNbDTgWS3lctZuR80S0 { width:8.75rem;height:2.6875rem;top:64.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2py6WcznVZczLonRMSv75IpTQWZLIIL { display:block; }
 }@media only screen and (max-width: 763px) { #XG572Wc57i6Si1IX9Rqz8dUd6Xy6H417 { width:8.75rem;height:2.6875rem;top:79rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgkZs10VdzxTGtAtCRUTLy1HoP6yXrv1 { display:block; }
 }@media only screen and (max-width: 763px) { #kpF8PhEUiqbyqKtIFcKiSkiKVA1WQ8Zs { width:8.75rem;height:2.6875rem;top:79rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m92B2pB56JBCBOTNkay4T9h6aARyK9Nr { display:block; }
 }@media only screen and (max-width: 763px) { #ruSMamDTWOsRNVfFSDbk37QF2bWrPyHA { width:8.75rem;height:2.6875rem;top:79rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4QRw2UtyucvL3cMFFnWH2EX3zeUWsnu { display:block; }
 }@media only screen and (max-width: 763px) { #NitEWPEeLfVXw8kZ7HouNnnooUvk7Pzw { width:8.75rem;height:2.6875rem;top:79rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmfAovGA2H5EBI6d4aWq3hqg7yVGRQ67 { display:block; }
 }@media only screen and (max-width: 763px) { #m8VcgJTSzhpSHTtLnl7S7pA1uSuq9TKE { width:8.75rem;height:2.6875rem;top:96.125rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2rfCdXznBVExxSMhGtnJTCH4CLH2MJq { display:block; }
 }@media only screen and (max-width: 763px) { #qAWZB9hDBmTWqVunrJXvGkMpTGCZwDSW { width:8.75rem;height:2.6875rem;top:96.125rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfVPEPPzz7bWkdhmkDBbxeQE8quTlp6a { display:block; }
 }@media only screen and (max-width: 763px) { #gWFnqTOa8iLsT60nQ7Lf12KdrThucWf5 { width:8.75rem;height:2.6875rem;top:96.125rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTRlypy7TwVZ95uolFm41weXSys4CtmM { display:block; }
 }@media only screen and (max-width: 763px) { #JCO8EcAdxcK5k9uN1mmQlaSha44dnWPM { width:8.75rem;height:2.6875rem;top:96.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vga78ma7B87eqhFwxmJDoPVkJfGXdLpL { display:block; }
 }@media only screen and (max-width: 763px) { #T3dIMzZKqvL5Ndv2wczDQq3PVTPdyGLv { width:8.75rem;height:2.6875rem;top:112.5625rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbxWXC8D42VZn5NF018CfcmRJrDQWANN { display:block; }
 }@media only screen and (max-width: 763px) { #GquSwzDJM7pzSOaM7zZrfJtGBMMUtsaC { width:8.75rem;height:2.6875rem;top:112.5625rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhsNuUhoAi7L3z54b95HprlHDTKCr1aT { display:block; }
 }@media only screen and (max-width: 763px) { #dvmDtvZBMBwQqL5cd4N3Jsnn3Ni87wT4 { width:8.75rem;height:2.6875rem;top:112.5625rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpHMy2hUvPAMkfQXklm3PqLL8GBqiGx0 { display:block; }
 }@media only screen and (max-width: 763px) { #AFpcot7232xpoOwQsQuHdB7eRPBwmpZw { width:8.75rem;height:2.6875rem;top:112.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcx0RrowsFXFZ1ORWAgMxzZ4XrhOzyTH { display:block; }
 }@media only screen and (max-width: 763px) { #XTJ29K8AWu0PHqqirOCEb1Wfz6v613TG { width:8.75rem;height:2.6875rem;top:129.1875rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #XV794oS1cz9TgoC3S1EENpELwXb4BEZI { display:block; }
 }@media only screen and (max-width: 763px) { #fskapbvVZetL2e2VyW5u9NFE1JXNEvfU { width:8.75rem;height:2.6875rem;top:129.1875rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSlFLTFBhP2H5mhh6i2kDE8ZZlfM5I0Z { display:block; }
 }@media only screen and (max-width: 763px) { #CPbS2ZS1RqpQwv5XHpGxrVTMhmPUanUp { width:8.75rem;height:2.6875rem;top:129.1875rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJVZ7ghDF1DwveDOOsT7TOIcxpTnQABK { display:block; }
 }@media only screen and (max-width: 763px) { #VBRhmNKmqhBD44y7XmOTUIA8UTx5T8or { width:8.75rem;height:2.6875rem;top:129.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3OLq4SrHZ95KpsH3ZsI9dKMMvytQqhP { display:block; }
 }@media only screen and (max-width: 763px) { #DWE1oaE6vWCTJ108kyU4TKbAcFsGuQAV { width:8.75rem;height:2.6875rem;top:146.4375rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTq6EeqRatEOgf19Vg6IfsuXHJxkahPZ { display:block; }
 }@media only screen and (max-width: 763px) { #cSSgliMLq9wyKvbOWOCdc1DokEE27MVv { width:8.75rem;height:2.6875rem;top:146.4375rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnTTxrtoFonWtv0tx1nZvTNGZUZExttJ { display:block; }
 }@media only screen and (max-width: 763px) { #bZMNiPesyNpTG42Q7TU6oK3wC3qPvinK { width:8.75rem;height:2.6875rem;top:146.4375rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkAFB7UBQ88Q45Ey7Tg2lXRPGAAlLFIK { display:block; }
 }@media only screen and (max-width: 763px) { #Mx9AMaFy7RzdglL5Hv8g8FnRrZzVZxSC { width:8.75rem;height:2.6875rem;top:146.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQ8n4a8W0VLr2XWUQcvDR3XTWyVrqHCT { display:block; }
 }@media only screen and (max-width: 763px) { #KuirBhcKUxo0giC7cfArIy44QXsU3BEU { width:8.75rem;height:2.6875rem;top:163.75rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHwfIM5xEP3REkDql6DvewOdpItvoLVv { display:block; }
 }@media only screen and (max-width: 763px) { #vrV1PiXZn5SzWOB6eemT5wT8cbU40NfM { width:8.75rem;height:2.6875rem;top:163.75rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXJwzGyOONql0NfxM4btRv9zXLrNHpoE { display:block; }
 }@media only screen and (max-width: 763px) { #ccTcmXTeZLQvJQefHXnfennTTwu3N4rl { width:8.75rem;height:2.6875rem;top:163.75rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBowwslHduBbxgv4EuWM1msJJWxS3NN1 { display:block; }
 }@media only screen and (max-width: 763px) { #nzit1zEtTB8PJ4qH3tQtQ0yPif8lMNBP { width:8.75rem;height:2.6875rem;top:163.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9247LUDOHo7TTahF3IEvBVShWOVGFHl { display:block; }
 }@media only screen and (max-width: 763px) { #iQNgCnZf17EXQcNGzFuHS7A3ehcxCCwq { width:8.75rem;height:2.6875rem;top:179.3125rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #urEd7aSbQ3oKM3DCIpI7leP4ZaplqIvS { display:block; }
 }@media only screen and (max-width: 763px) { #Fs8T8zD0LJPpLqPF2sefyFyOnS2NWIlp { width:8.75rem;height:2.6875rem;top:179.3125rem;left:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMlhbFFul4X5T3Oggl5Q8O4t7vO2o1wM { display:block; }
 }@media only screen and (max-width: 763px) { #A3JFoUSsDr9bw2ZuW45Iq8dTW00gOI6m { width:8.75rem;height:2.6875rem;top:179.3125rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ausHfAcZGyKwHCMtnm61i2psJCfGlgTo { display:block; }
 }@media only screen and (max-width: 763px) { #I48EDGzmlR0PGo2Us6oM9NTfkaNoOrqQ { width:8.75rem;height:2.6875rem;top:179.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQDmOEThp7TKTWkPXovxdTo9wuAHiveS { display:block; }
 }@media only screen and (max-width: 763px) { #pPBDxwNFlABOVrmAq246xuOAqTnKeLiT { width:8.75rem;height:2.6875rem;top:193.125rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBpd1UxisWJk7Rtoh0FTV1InuI6Jr5NT { display:block; }
 }@media only screen and (max-width: 763px) { #ykk9OKPNMTeVe58PDFUlgOmUFUQ5DdSE { width:8.75rem;height:2.6875rem;top:193.125rem;left:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueZHf0SHvAF37K9h4gTnyDSSpWxJl6U3 { display:block; }
 }@media only screen and (max-width: 763px) { #T7Qy4mBfFWxE1RsBlBXuVeIfDDJvLdBG { width:8.75rem;height:2.6875rem;top:193.125rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #aD5yU1qOyw7gIlBWvQn1m41g2QL2PVtw { display:block; }
 }@media only screen and (max-width: 763px) { #zPgtPwh9U2uM0LyvvUE2Vko8fIqvTJ41 { width:8.75rem;height:2.6875rem;top:193.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzF1yLpxUptAvUDEq9bclhSpeKD98mh9 { display:block; }
 }@media only screen and (max-width: 763px) { #zB16KnFzAhTLkx5iCgufFNsM9abucugR { width:8.75rem;height:2.6875rem;top:207.375rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4nhL444DhbJ4hAhFVT9vO5RKs8iRV55 { display:block; }
 }@media only screen and (max-width: 763px) { #ISS7ScqbiGsarAdSTzVshSzpzxuDuSQp { width:8.75rem;height:2.6875rem;top:207.375rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqOzHV0hu1zOAMgXmuXSEag2CpX8bDKp { display:block; }
 }@media only screen and (max-width: 763px) { #ivcZK6BdeSPwihKmQHSyZqMLi09h5Anb { width:8.75rem;height:2.6875rem;top:207.375rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMGrziSAMTZFrwSzbwPhVJZBUzZ7q1wy { display:block; }
 }@media only screen and (max-width: 763px) { #TQV7l3L41f3akGOzletzh1AQDJCPRCLT { width:8.75rem;height:2.6875rem;top:207.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGP0bTgtF8Kca9TVrnNkeI1PCaKJQuiv { display:block; }
 }@media only screen and (max-width: 763px) { #hEQVysIniNwdOGETsEC2CbLGAmFWlcCz { width:8.75rem;height:2.6875rem;top:222.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ike1JWWPbhJVtGgDcOBbH4y1oAwNf3t7 { display:block; }
 }@media only screen and (max-width: 763px) { #TnD8JhQPcxzkfIqpJcVrQDvyLue1eWop { width:8.75rem;height:2.6875rem;top:222.75rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuEy3wmku5UeziktCDQu9LPUpqdxrFD6 { display:block; }
 }@media only screen and (max-width: 763px) { #mEq0nvtTNUax98SFxZnxSyKWN9AUU6d9 { width:8.75rem;height:2.6875rem;top:222.75rem;left:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcVDTqJaBLG8hE7VMIKL9BycbeosaJbv { display:block; }
 }@media only screen and (max-width: 763px) { #DBBKUBOlGu26z9z7JM62MDsaTC1lRr6R { width:8.75rem;height:2.6875rem;top:222.75rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyhBBkddvCQODNbaRgzRTIGrQdpWlOkx { display:block; }
 }@media only screen and (max-width: 763px) { #vuEDTf07unS3IOCSGA9wlUuHSdSyTKSh { width:8.75rem;height:2.6875rem;top:238.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVqsDTQnwc7E1EI9polQQeuJS2OGdcxC { display:block; }
 }@media only screen and (max-width: 763px) { #RQdTPlT8amSmszR7PuNyCbZihQoFVgWy { width:8.75rem;height:2.6875rem;top:238.125rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWlHFR21bgrPy9GDcD5ukJDv96vcsXvr { display:block; }
 }@media only screen and (max-width: 763px) { #wchdOk6lZfwR2ZvXqzleHn34gITyN2Ue { width:8.75rem;height:2.6875rem;top:238.125rem;left:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lux8FqSygrsl7w5r46gpRzPh6BvovuUP { display:block; }
 }@media only screen and (max-width: 763px) { #PREoBC5IfSl9IGbsbIzSqarTiZTrvD4r { width:8.75rem;height:2.6875rem;top:238.125rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3BwoGvOtLMxkuODuJaGOcdwZIObxAOJ { display:block; }
 }@media only screen and (max-width: 763px) { #zhZvenF498hQQzlXvONsT9fhtN1mzAHX { width:8.75rem;height:2.6875rem;top:252.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwpsge5Hf3RTuvH5JOT9cUDaXQMi64AR { display:block; }
 }@media only screen and (max-width: 763px) { #qkbx0ALb2nu1AcvOJ79GCZrTkbRT2h2n { width:8.75rem;height:2.6875rem;top:252.4375rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nt2WsO1w1XK6MQ8d293CfvvGbxFVnp5I { display:block; }
 }@media only screen and (max-width: 763px) { #WsLzD2aUcTtONDcTroigkvMHlk8GMmnD { width:8.75rem;height:2.6875rem;top:252.4375rem;left:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wL16LhqhT06xpD5kLzQgDQN1lRuZsJyo { display:block; }
 }@media only screen and (max-width: 763px) { #UexDvsbEuxO8T8dCVdAuoit6y6WKebbo { width:8.75rem;height:2.6875rem;top:252.4375rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #yB9E1EWPO3aC3nWQ6AlTmsCwAQf6f2aI { display:block; }
 }@media only screen and (max-width: 763px) { #BlP7xTyi9AUabGBTkad68pUQNoo0gfOK { width:8.75rem;height:2.6875rem;top:267.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8AbXHXsVHJiRyBuVTmuRlLrEnSE1wdr { display:block; }
 }@media only screen and (max-width: 763px) { #e0xzf0vo46pBuiTEuSiZrT819itHrI70 { width:8.75rem;height:2.6875rem;top:267.6875rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRyc6dFDvEfPS0DU4TQsMFpQkI1635Gp { display:block; }
 }@media only screen and (max-width: 763px) { #XI4zLl4S6XDOvMRFAIiN0xbwfpaAlx47 { width:8.75rem;height:2.6875rem;top:267.6875rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVKKTM3rw3vghJCXM28bWfnHvUn4KJk2 { display:block; }
 }@media only screen and (max-width: 763px) { #llTbEBvbyBtQbDQVzFSsUeCFVEd2DIL4 { width:8.75rem;height:2.6875rem;top:267.6875rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0mpk1xqBDaUac0b9gOyB8CrDi306Pdy { display:block; }
 }@media only screen and (max-width: 763px) { #HNsW5FnaTum5NphD9OgukQbr3pgOWV95 { width:8.75rem;height:2.6875rem;top:283.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kiy4qOfaT3z9rRFEZFH2ZBEONdv8Zgm2 { display:block; }
 }@media only screen and (max-width: 763px) { #oMGHvqCM0INWgRoXu1HwrDTEJxJ4arGc { width:8.75rem;height:2.6875rem;top:283.25rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEFHWQ1gLGv10ozEBp3BwAqs0g1iO0Do { display:block; }
 }@media only screen and (max-width: 763px) { #SGJJPENaR0D0PDqHnZauxDyzpWclXBPl { width:8.75rem;height:2.6875rem;top:283.25rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbJfzUy3uAOeLww01kGLTiGTJeCSeTfQ { display:block; }
 }@media only screen and (max-width: 763px) { #ow4byDCC4gR24OpkDx6HmO8uTSKrTiEt { width:8.75rem;height:2.6875rem;top:283.25rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAEvx6kznqmbHTSaltwoIkIls7Stv1BI { display:block; }
 }@media only screen and (max-width: 763px) { #I74z9ctTG4x2JwJiU9y8qAlpmNvfh0om { width:8.75rem;height:2.6875rem;top:297.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Drw91OC4SwQ1TnhmXoWHVAJEzf28MXO1 { display:block; }
 }@media only screen and (max-width: 763px) { #bTB1lLNJZU7katLv1EKpa2le0EXH78FD { width:8.75rem;height:2.6875rem;top:297.4375rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnqpI9BSUyIk8Np4RNkL0HAaZADQO8T7 { display:block; }
 }@media only screen and (max-width: 763px) { #DTUEhPNbeKfrs60wIONfRJvgV5rtP7fB { width:8.75rem;height:2.6875rem;top:297.4375rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4sawqFV2rQahPd6fv0BeiayVF6ERUzT { display:block; }
 }@media only screen and (max-width: 763px) { #Mtm2ScdFmZEls2T0pEX6Vgo5DLJvinHx { width:8.75rem;height:2.6875rem;top:297.4375rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZdWSbVemg6UF1TAZAiMwbdL5w5x0Xwx { display:block; }
 }@media only screen and (max-width: 763px) { #RfyD7tkpHV2OFC95WOtlLmm00V8JCGl2 { width:8.75rem;height:2.6875rem;top:311.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqdcNEaJwceW3VV83GC3HRK3ATvlO7EC { display:block; }
 }@media only screen and (max-width: 763px) { #le83D7X03aqcdNE8tW7ZlyTqKK3DamTl { width:8.75rem;height:2.6875rem;top:311.625rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyyE8niA8SNAyMJTCg510EUHsphKi9EA { display:block; }
 }@media only screen and (max-width: 763px) { #wdSlnvT90TzHeIgLddXH5OGrU82PTv48 { width:8.75rem;height:2.6875rem;top:311.625rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dgl3sm62l1JpzUNhy35b3v3Oyyykr6Pg { display:block; }
 }@media only screen and (max-width: 763px) { #pBhqibcABt8LETXcIRVhNuSi4DEFMzht { width:8.75rem;height:2.6875rem;top:311.625rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7QrkTLAFH1Tw2ipnpm6AKVJMu2iZ0MO { display:block; }
 }@media only screen and (max-width: 763px) { #JTdBvM3R6oF1f2zns1BEL1hvuyuB3LMU { width:8.75rem;height:2.6875rem;top:326.625rem;left:22.187321066856rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsSXoVvoTNhOwvmEPR4zivlmkZzesz8x { display:block; }
 }@media only screen and (max-width: 763px) { #vT2h67JT0v3eEiEL2TaibbwTa8ws24CJ { width:8.75rem;height:2.6875rem;top:207.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #X5RRvQyl9xJoCSyWrkdsO6eD3k4TQExW { display:block; }
 }@media only screen and (max-width: 763px) { #UEtMZKn6EEFCBqi9lmsvBVTWWlSBEuNr { width:8.75rem;height:2.6875rem;top:79rem;left:28.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PZW0KZ8fToRNcTemB4zi3Bwe7P95R27A { display:block; }
 }@media only screen and (max-width: 763px) { #wbPomdIa5bpGxdJ2SwXtz0fOhXQpULAs { width:8.75rem;height:2.6875rem;top:79rem;left:28.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UDUUcRWVRyoZc9CwyTaXvOcmFqFkVHeD { 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) { #Dz44ikOpgmzRvFpnFzXiHmgBuixnSBy2 { width:14.375rem;height:10.6875rem;top:49.3125rem;left:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcvzVTFtiQzZ5U1LpNXIVHxkAp82vNOf { width:11.875rem;height:2.875rem;top:53.25rem;left:27.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKztXpw230gRk0xD1dpxOyfNtZSWJUw9 { width:7.5rem;height:1.1875rem;top:31.125rem;left:30rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I549IOAcp2qWfnCyxAIC68OCu5S6uMNa { top:0.9375rem;left:14.374131202697rem;width:20.375rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLxD6OmS76XlHpHSPrfLO40dgJLLDbo3 { width:14.375rem;height:1.4375rem;top:56.875rem;left:26.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGvEy25soqBkvHB0EvmT3xGzvbTfdnT5 { width:14.375rem;height:10.6875rem;top:3.5rem;left:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAczg2fWtlLq5TEk7bJXbXuzF5ZGDi6m { width:11.875rem;height:3.625rem;top:6.75rem;left:27.683594107628rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlElCIToTwfpFNHLFHwt8wkarrPE7RZU { width:14.375rem;height:;top:11rem;left:26.562321066856rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSOHeIB4r7PmJGQ4nslo3E6G0Xk1DrqD { width:14.375rem;height:10.6875rem;top:3.5rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZhlsTxieEUlnqQd9FpWbvzNH8aACdqm { width:11.875rem;height:4.8125rem;top:6.375rem;left:9.0614341497419rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qm93OezNGTF34dvapdKzHJOA5TehCI5A { width:14.375rem;height:;top:11.25rem;left:7.8114341497419rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeqha7ucCGFyIFtOmOF6kNdtJG3dm30u { width:14.375rem;height:10.6875rem;top:3.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jmu6l2FCcZamZgE5S34G3KovJOWNzafq { width:11.875rem;height:2.875rem;top:7.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHiAKUBT6Bv9faT3ItiCvcqkDhAVDtwt { width:14.375rem;height:1.5rem;top:11.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tu3SkeIbZrtGUre6K0hkTysnBtJoeL4i { width:14.375rem;height:10.6875rem;top:18.375rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPpFiHQOfCgoSnu7U9MvcW7LH1tG8VCl { width:14.375rem;height:10.6875rem;top:18.375rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vb1v5wI8FwyRGRDJwCTCTJyysqCqHxBZ { width:14.375rem;height:10.6875rem;top:18.375rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPiiitOODzLmBhkfZuBkNh1QXIV27aAH { width:14.375rem;height:10.6875rem;top:33.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCg0H9zliPU8sXzu3oAMPvbibZvvtybx { width:14.375rem;height:;top:25.9375rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoLmS4qZ4MS3rhHqd0IvnNhNULr948u5 { width:14.375rem;height:;top:25.9375rem;left:7.8744663000106rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkSsAZQe0VmzyTDrMUinbqP9kD3R21AN { width:11.875rem;height:4.8125rem;top:21.125rem;left:27.683594107628rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X749ISQx3sw1Uuz1uQUMlsoCSXvlZafv { width:11.875rem;height:4.8125rem;top:21.0625rem;left:9.0614341497419rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhDiacgbKH34TUFHpfwrIKe9TZUPO5sN { width:11.875rem;height:2.875rem;top:38.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5Kkx8flEG5WQq2vLmTdHCSwJm6JHPEt { width:14.375rem;height:10.6875rem;top:33.5625rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3SFF4BVpD3GAstXtd2U2TQUEaTBXP5v { width:14.375rem;height:10.6875rem;top:33.5625rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGQ7UgcJnXr3XKvUVZpptaubKKK82II3 { width:14.375rem;height:10.6875rem;top:18.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzHrVnyC6AmqDkfneGsTm16RtTtn1upp { width:14.375rem;height:;top:41.0625rem;left:26.624466300011rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0mJ7Psq4JEvHFJ6Qz9TBJ4R5eQHJ4My { width:14.375rem;height:;top:41.0625rem;left:7.8744663000106rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7vQU5pUe40u4u0pTWsJQ28uvGLJDIRI { width:14.375rem;height:;top:25.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mq3SSN3mtmqq0A5AsQTWV386ppRA4sfS { width:11.875rem;height:4.5rem;top:36.25rem;left:27.874466300011rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtqmvhGT0q2Z2lUDDQwHN5GK4B8Wetis { width:11.875rem;height:2.375rem;top:37.0625rem;left:9.0623210668562rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXuXC313GaEm1SatQvE9ic8db2XbcDPX { width:14.375rem;height:10.6875rem;top:33.5625rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3VZKfpJyKQMunoc0BskWMTmTKy22BSC { width:14.375rem;height:;top:41.0625rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2aOLTrfFhZSbktG3At3GoP22BEGxce7 { width:11.875rem;height:2.875rem;top:22.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBOcm9Olanaq6TrfDvMvJzppwVlE1JUL { width:11.875rem;height:2.8125rem;top:36.5625rem;left:35.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6tA9aVtNet3T5ZHNqvcXJ4OsQqX1Agg { width:14.375rem;height:;top:25.9375rem;left:26.624466300011rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlrZIEO8EvBiDerSFpc5IGJmg5TriGiE { top:76.9375rem;left:10.249288916588rem;width:30.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5HIv67zPKrnVEOoGSkX3Q4ma5p5OomC { width:14.375rem;height:10.6875rem;top:49.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXNhSPc8mDPzkUXvDQo7mvB5azmflRVK { width:11.875rem;height:4.8125rem;top:51.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fuqe2so0ivEk1Sz95ACphD02CUw6hqSI { width:14.375rem;height:10.6875rem;top:49.3125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fI1gtGz7yX82coIT0pisTalK6XXuMPnE { width:11.875rem;height:4.8125rem;top:51.8125rem;left:9rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zC4wmHkV1ueOdgdcnFh744d3PA9vcLHH { width:14.375rem;height:10.6875rem;top:49.3125rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ve06RMKfEHgtFigeO5ETPVdpsxib0fwU { width:14.375rem;height:;top:56.875rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8aHVfrE6AHTsyPPtigoRZQP7wyBtP99 { width:11.875rem;height:4.5rem;top:51.5rem;left:35.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUfDKL5ORrJdMLwmFwvuEwlT2fNp6TxU { width:14.375rem;height:1.4375rem;top:56.9375rem;left:7.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBfBVg9tu7ZvmZn2bODz62cKtZiLbzUQ { width:14.375rem;height:;top:56.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOTAQaxi4yDRxn3ca370T7biW5EDuVUb { width:11.875rem;height:3.375rem;top:22.0625rem;left:35.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueVOwv67bmMGaMnnQH2yDBQUvunq2dvQ { width:8.75rem;height:2.6875rem;top:60.875rem;left:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpiUgoB1WLEexLID9XxyO1Uz9r9lgyy6 { display:block; }
 }@media only screen and (max-width: 763px) { #HaidfqMhHdlMyKr0h0CPFk9CG70ERmze { width:8.75rem;height:2.6875rem;top:15.0625rem;left:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIggRttcUSQbQCkCgdfK53WE8A4Ql733 { display:block; }
 }@media only screen and (max-width: 763px) { #rkEGe0r8Lq834VVh3NB7UC2DwKwOldny { width:8.75rem;height:2.6875rem;top:15.0625rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOfdx5rBi5hCAzJDk00aHJFZxdTr7nOw { display:block; }
 }@media only screen and (max-width: 763px) { #fLC4TLoopTdNizSqlhfWIrSZNFArvVsJ { width:8.75rem;height:2.6875rem;top:15.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBJbPVxxdnOEQwD2kuzD4y2bVWMOzwPh { display:block; }
 }@media only screen and (max-width: 763px) { #BGhSiS2qzwDTElVVktcTETk1iCv7aHFR { width:8.75rem;height:2.6875rem;top:29.625rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiUVlJkqxE6vUiSMOG6C3UNTkPO4MZTv { display:block; }
 }@media only screen and (max-width: 763px) { #fHEuDAnzxcVTF381SLRRMwxpvlcqJRFu { width:8.75rem;height:2.6875rem;top:29.625rem;left:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwd7lVwwyarQWdNDPt4MFA9OxF5xgvra { display:block; }
 }@media only screen and (max-width: 763px) { #QqT3furX37GAgPpaHo9S96vUT9w2UbTl { width:8.75rem;height:2.6875rem;top:29.625rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqTF5kbwEd8yWhhqhTb0iA8WpIGve8S5 { display:block; }
 }@media only screen and (max-width: 763px) { #N4ZyLpogM1NWRyKNyeq5cmAMzfInE9IV { width:8.75rem;height:2.6875rem;top:29.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4pMRBAMObg5MPVC0COszpgak2ccVZLr { display:block; }
 }@media only screen and (max-width: 763px) { #vpxepuJKWOW2HaPsITdeDJBApCpEG8ww { width:8.75rem;height:2.6875rem;top:45.0625rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlfRbeSS4CZNeubJDbUh0Shn0BgQDnqa { display:block; }
 }@media only screen and (max-width: 763px) { #wm08C1eMUyLi5QDSP1ZmGeXqAEoKWI1x { width:8.75rem;height:2.6875rem;top:45.0625rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti3hz4QVAMksIm4HL7TdihdCQNCa3uVq { display:block; }
 }@media only screen and (max-width: 763px) { #rhLCzBS7xAPRHJclIOr3ybNqglKq6LmB { width:8.75rem;height:2.6875rem;top:45.0625rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZLiKWwNcwxSGBdPLoOkrzTUIKdbsb8w { display:block; }
 }@media only screen and (max-width: 763px) { #Oah8IbCabzMwVIAT6iuV1oH7zgTaNFUu { width:8.75rem;height:2.6875rem;top:45rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #udgzE2HOKiys4OLW2x5iLXIpzPIaaTXd { display:block; }
 }@media only screen and (max-width: 763px) { #aAGDxyEC48JMGAVV2ACHmcXcK9IwFGsf { width:8.75rem;height:2.6875rem;top:60.5625rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWbZzNA5HZ7gm5F0hlfvVPfNxNykqFhO { display:block; }
 }@media only screen and (max-width: 763px) { #WzTMqEtU8wZ5Gy4zlf9zEcThyUOvnRvp { width:8.75rem;height:2.6875rem;top:60.5625rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1VAbI5lWTVnOHDz7IHqbN5lgUXkEzkn { display:block; }
 }@media only screen and (max-width: 763px) { #PH042ONSf8qrLXuZGQrP1GZDH01ySTxi { width:8.75rem;height:2.6875rem;top:60.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUHzVb8ItACpiPFLK96I7MMT6lkawpMv { display:block; }
 }@media only screen and (max-width: 763px) { #ynO2EQTDCrXNRL8FqxiRvLkMfNq8BlQR { width:14.375rem;height:10.6875rem;top:3.5rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAzpdXu8B8TML5TFRdkrzw3CihTp8hNn { width:11.875rem;height:3.625rem;top:6.8125rem;left:35.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOw5vq2E1qbphgnOBuvekbq2Osfgmiwn { width:14.375rem;height:;top:11.0625rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vS0W9R5vE25rpa9n9EoTdueA4wxqtfEd { width:8.75rem;height:2.6875rem;top:15.0625rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7EWHrRL64RtLzksrzQKAWX8CT0PLJZ3 { display:block; }
 }@media only screen and (max-width: 763px) { #TLZrGW3RwnreOkQfRlIXUX9zHNA6wlf5 { width:23.5rem;height:7.0625rem;top:65.875rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiDq3fLIq7OOgWR2ocztG45pqCdCZglD { width:8.75rem;height:2.6875rem;top:73.5rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxMqx37SMSSEbzhr3mUstncCZszbV9RX { display:block; }
 }@media only screen and (max-width: 763px) { #ibFuqtAnRg6IRB2OeyWIttCZ9GTaHwD5 { width:20.9375rem;height:1.375rem;top:67.875rem;left:13.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKwzZoJrEOg2e00PiWk7poUeiOtsqTVi { width:14.375rem;height:;top:70rem;left:16.375rem;font-size:0.9375rem;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:3.4375rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqdvqTUslvHQZZtvrgvDKVEEna8VAdLo { width:11.875rem;height:2.875rem;top:7.375rem;left:35.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZB28ekVDzmW2kh7h5eS8FNrmw2sna6P { top:0.8125rem;left:13.625001907349rem;width:20.375rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KT6kEIGy1Q3uTzNgTdmADFhlIo8ucvyM { width:14.375rem;height:10.6875rem;top:3.4375rem;left:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnTDx7qAd3XGTc5ce38poT5tJAUDtQHn { width:11.875rem;height:2.75rem;top:7.3125rem;left:28rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvTkrZlmh4rFGk9q9E813srDHtc6QVkH { width:14.375rem;height:1.5rem;top:11rem;left:26.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dehya24aMnuEGJmRzGUhaWOFvpqpLIQw { width:14.375rem;height:10.6875rem;top:3.4375rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqPtWrTmos9BofiqlFkZuF7kr6Dw0Uux { width:11.875rem;height:3.625rem;top:7rem;left:9.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XboODVvfgwDqaPo2Fi7FyQzHtS7S6xz3 { width:14.375rem;height:;top:10.9375rem;left:7.9996436834338rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxO18qXTRTsvA2naXaWxug5dAOFitSAg { width:14.375rem;height:10.6875rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgkUuNnnIFPNEQyEmTiDnyGE2RuxDqo7 { width:11.875rem;height:4.9375rem;top:6.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfUOuJmr93308fzxxP0Nm0UlG4MCPCZ5 { width:14.375rem;height:1.5rem;top:11rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gf10KoqoQLkErxHF87fBbsUGKTCA01Xn { width:14.375rem;height:1.5rem;top:11rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2D7zGOGFachfrdvk0KiHSWESDcaJO5N { top:67.75rem;left:8.4683936834337rem;width:30.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9epEArlUigDNgWa7KInn8NBF2OV28L5 { width:14.375rem;height:10.6875rem;top:18.8125rem;left:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #goTrsPTtlt38GMlfBDegDGfcbLcGbqqT { width:14.375rem;height:1.5rem;top:26.375rem;left:26.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNdRRTIur4KhuQ0Bn6mKZTwSf5O1t9tG { width:14.375rem;height:10.6875rem;top:18.8125rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJEmEWqEnmUpy0MtKokyEan7KiLlvFyp { width:14.375rem;height:1.5rem;top:26.375rem;left:7.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSn6If6wgsgoIlLJ1Ptz7LEegpHBpOkX { width:11.875rem;height:4.1875rem;top:21.5rem;left:27.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulNq40CH76J1yOEpos5qlKp6R71Jkyvu { width:11.875rem;height:3.625rem;top:22.375rem;left:8.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PT3t7Je5fT2uxiqmIhOOaMdtpEAEMF2V { width:14.375rem;height:10.6875rem;top:19.1875rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqobogwKGZCzUzvBScoS6H1JLxiurCOT { width:14.375rem;height:1.4375rem;top:26.75rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdBkBGFsOrNFKaKPgNPXXbguyxw8KIEG { width:11.875rem;height:4.1875rem;top:21.875rem;left:35.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DR1s82LEahHzoRyTurTsTWThMXnvyHEQ { width:14.375rem;height:10.6875rem;top:18.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3v8fmEe5dwQHO4HSK3cQUJVxbQaVCTk { width:14.375rem;height:;top:26.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEGeonKhMsDxrVO8oZFyOyQAfPVpEr6g { width:11.875rem;height:3.625rem;top:22.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4XbaCznHODKCyrLJieM0MuUL2TD1FvD { width:14.375rem;height:10.6875rem;top:35.0625rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6zW6NEoNtchXHnTw6cHudsesSTGdb2i { width:14.375rem;height:;top:42.5625rem;left:26.375000357628rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1CbJ8ztF0vLkG51kh8JUsr8lxu4JBNq { width:14.375rem;height:10.6875rem;top:35.4375rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmqO3eWuBbStScWqxXwpOQeLV4tv7e8q { width:14.375rem;height:;top:43rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNU1XzTeHL3GMcqnixSd3iREo1vf2eGE { width:14.375rem;height:10.6875rem;top:35.0625rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wez5xiCqLLnhI1IfALxwA6ksO2L65iWz { width:14.375rem;height:;top:42.625rem;left:7.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #THSxiyFOphQQ8857JB355BXoKM4wDSok { width:11.875rem;height:4.875rem;top:37.875rem;left:8.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4K5D0SOrEM6mnUbJ60e334xqavoic7P { width:11.875rem;height:2.75rem;top:38.125rem;left:35.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uA2B2Mynf8d1yceXczTyrMDFrOZ6K1AZ { width:11.875rem;height:1.375rem;top:37.75rem;left:27.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJBKTWT5McDTMPqfJHJ3ZNvdZJT9BDar { width:14.375rem;height:10.6875rem;top:35.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RneQh4IAphlOBPUiMkORnQXeLmtCoSzh { width:14.375rem;height:;top:42.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0CLTvvbQEXM3g5spNF3rDuHs4CDk0xg { width:11.875rem;height:4.1875rem;top:38.3125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttctlS8rFT9RftfUNiS1JntegdsepU9H { width:14.375rem;height:10.6875rem;top:50.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6TMwTbGk6x2SNOTxgOt1VKIK5T5L9xZ { width:14.375rem;height:1.5rem;top:58.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nw8eh6Ce7LSsg57fF6dU0T5565iJXWfl { width:11.875rem;height:4.1875rem;top:53.125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U53i61T8gLQZtCDA8c7l4v4MZClv6ghJ { width:14.375rem;height:10.6875rem;top:50.625rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5GwbKkXX70ZNPTklk7Am6nNOyVn7w5l { width:14.375rem;height:1.5rem;top:58.1875rem;left:7.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SasAH0pQhQE86qtQoqLuXSpm6klxodfI { width:11.875rem;height:4.875rem;top:53.4375rem;left:8.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nK6qU1l7RH4zM0khOwgFsdgLMJNldEyk { width:14.375rem;height:10.6875rem;top:50.625rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7A6dhePO4PBqANHEiJaURrtWoESG1OI { width:14.375rem;height:;top:58.1875rem;left:26.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gA5X2zqdk3ID39IRyqxXTqDJsgoB4Ixt { width:14.375rem;height:10.6875rem;top:51rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ql6DJVrsJn3mzNL1y9RCtt7I0PF89z0z { width:14.375rem;height:;top:58.5625rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsxhUKH53xnOS5HPfxIU0gueBdrxkLdV { width:11.875rem;height:4.1875rem;top:53.6875rem;left:35.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mE67yTgEMy8dwNiFswwVtkp5KBpdeZhz { width:11.875rem;height:4.5rem;top:53.1875rem;left:28rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTKkVUFZIooL167XpSBadrcuXU12h8JC { width:8.75rem;height:2.6875rem;top:14.8125rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRikxukwsxBaWM2TSHhTR5q12JZml562 { display:block; }
 }@media only screen and (max-width: 763px) { #eOwPI2ZGbuoGJgC30EPS4vCI4NwAK91F { width:8.75rem;height:2.6875rem;top:14.8125rem;left:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkbgLNnodZfLfai2rEmuEuFSFH7cndb9 { display:block; }
 }@media only screen and (max-width: 763px) { #R2IQwNbsQ2uG4zLCPKAs2oM3tWgUSEJr { width:8.75rem;height:2.6875rem;top:14.8125rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWBbWem1QSvelr8A6q463B2nd3AqFDid { display:block; }
 }@media only screen and (max-width: 763px) { #OSHTLcn9s2C9NhXxc9ZuilfSF8cPoJsl { width:8.75rem;height:2.6875rem;top:14.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQGa23dsPtTHkRz1pPuySyHEI2lwz4Kb { display:block; }
 }@media only screen and (max-width: 763px) { #yMMRw8D3FAu7TFEWTrF9cDxQRV8Z9AdT { width:8.75rem;height:2.6875rem;top:30.75rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqI485GqQc1SrdDK4WorIkvlNkszssN9 { display:block; }
 }@media only screen and (max-width: 763px) { #lSbNlHTvlhULGcm02bkwCflE6wrk9mkh { width:8.75rem;height:2.6875rem;top:30.75rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISZvRPqLfXWc2JIvBhhmc1TDGk34TlUB { display:block; }
 }@media only screen and (max-width: 763px) { #u4e7kogOhP0rCgrIcTBb334GXN2vpDut { width:8.75rem;height:2.6875rem;top:30.75rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPLVKCGbgWNQLIS5gQvcipaKr8TwMElC { display:block; }
 }@media only screen and (max-width: 763px) { #Ub3idpOm0akxegkaIO9FbdFp7o3y1f7R { width:8.75rem;height:2.6875rem;top:30.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeUiht7vRzBPWisclh0wTotVD8byarI2 { display:block; }
 }@media only screen and (max-width: 763px) { #C6Rxf00Zt9pGkwMQJkk6ZC6aVNAlUyQV { width:8.75rem;height:2.6875rem;top:46.6875rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #U513QOnaxFfKT2pRmDvXlLmTqi5hT2ZX { display:block; }
 }@media only screen and (max-width: 763px) { #isFEqHIedDNErhsTF2CE6Tfx3ZcbaRWs { width:8.75rem;height:2.6875rem;top:46.6875rem;left:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x169SPGECFxmH4QZhcRMMcvTHkfUo3zW { display:block; }
 }@media only screen and (max-width: 763px) { #Vc2LVKODPp2VsnyvR7mqmlbU1LhtxCZk { width:8.75rem;height:2.6875rem;top:46.6875rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTDg1A0i5zTGgxzczqgm9hyFNyXWIArZ { display:block; }
 }@media only screen and (max-width: 763px) { #gMVGcqdWRLidsOkB77KBDUD7N8LXmhJA { width:8.75rem;height:2.6875rem;top:46.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTZiC76UtePtuLqTTUiXReopWv7PHRwH { display:block; }
 }@media only screen and (max-width: 763px) { #zlyoQv9ENIzvg2TxrOmK42hvVOov8eRO { width:8.75rem;height:2.6875rem;top:62.5625rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfhuhvKMZDpRiv0bW2VzeFBHCL0RfZJQ { display:block; }
 }@media only screen and (max-width: 763px) { #JlnNCKDtsb87NOnJvGi0BtySlcLBEn96 { width:8.75rem;height:2.6875rem;top:62.5625rem;left:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tm5ztPiIhbqdOMNF4BOffeL4bxGMTTza { display:block; }
 }@media only screen and (max-width: 763px) { #SZcpNDpAtnqd2MDgJREWTCyyiFT7cQJt { width:8.75rem;height:2.6875rem;top:62.5625rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztSPbMGz89ZvUWDeMUerNseymFuP3GgA { display:block; }
 }@media only screen and (max-width: 763px) { #Khmt9gn7edL6W0Xbmq6frRsb0Qg6qmrp { width:8.75rem;height:2.6875rem;top:62.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpNZ3STz07b12EBVS8XiAtn2UbPtuzo9 { 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) { #RtsNNcxa3V1M7W2hmsxxtt4f4ucNckKd { width:14.375rem;height:10.6875rem;top:3.9375rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWrU3nfpSEKBrFIcIQFRORAKkrSqwuVZ { width:11.875rem;height:4.1875rem;top:7.25rem;left:35.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLiCb19oogX7T9NWTWlWdWN3seTBrXgF { top:0.5625rem;left:14.713541030884rem;width:20.375rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoaQlpJiPwREsgVp9wIIuUUOCTirCWHN { width:14.375rem;height:10.6875rem;top:3.9375rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #isLolI1n1r7RW4RAnlMV7CQP71SD8UOD { width:11.875rem;height:4.1875rem;top:7.25rem;left:27.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M66CLsyNKExNwSg1x4Hekhzr5yRa3wIi { width:14.375rem;height:1.5rem;top:11.5rem;left:25.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAPgNb71UmC6kB1VTRIh0rTBz5Z6xww6 { width:14.375rem;height:10.6875rem;top:3.9375rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSMo9xpra0tHir3MVsmI2EhTWmolDb36 { width:11.875rem;height:4.5rem;top:7.0625rem;left:8.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJdLakSVTAFfM0dsxdAlePR5BoWIDLU4 { width:14.375rem;height:1.5rem;top:11.5rem;left:7.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6yTBiHqKO3pNtd97bXpm3bBGD8ULmZX { width:14.375rem;height:10.6875rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #isK8q2TNbJJtyhW0bmOogKufIUmvPSTr { width:11.875rem;height:6.0625rem;top:5.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmgAa1ghlOnlfNAvDJJTSMOR45Fh2epO { width:14.375rem;height:;top:11.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8zF5oGWxWguEMDM9042EQAUbZpP1K4D { width:14.375rem;height:;top:11.4375rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ur2vPWbTHOP2FaGmx6NsyBSyVATgGQIc { top:100.125rem;left:10.624821066856rem;width:30.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mr7HWmNb1y0rTvDtFEUmqCIiyUFan63y { width:14.375rem;height:10.6875rem;top:19.5rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtImuGbJpVAPmh7x1102qdUiWAwk1FDG { width:14.375rem;height:1.4375rem;top:27.0625rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTmJcH0eHdow34bWmgGrmcM3lDfSe9fh { width:14.375rem;height:10.6875rem;top:19.5rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eH8aFcikg6C3mgkuPrT7rmc5RazZlMs1 { width:11.875rem;height:4.125rem;top:22.8125rem;left:27.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVT18Mw9fVB0sNzStfxxn9QeHFALzavr { width:14.375rem;height:1.4375rem;top:27.3125rem;left:25.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5C7IiWG9I4LypWbT4oLdxsVUyw32T7c { width:11.875rem;height:5.5rem;top:21.5625rem;left:35.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSOPK0MPAHLcb9VHddcsAdgc5ru7xMe6 { width:14.375rem;height:10.6875rem;top:19.5rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyvasiHq6dFf8L8izDX2ZXwaE3NGTtc0 { width:11.875rem;height:3.375rem;top:22.625rem;left:8.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDfTvw1uIx608uV15NKv4rVP6AxMQGZw { width:14.375rem;height:1.4375rem;top:27.0625rem;left:7.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0orBgFEuAgAQIpcZh57DSabMLEzZ0p2 { width:14.375rem;height:10.6875rem;top:19.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3N0qACVQXZ7371xZQACwRBZlR5A4Bzf { width:14.375rem;height:1.4375rem;top:27.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhbOxgCPrMSMu6fcWzXerdxFsEbrmDlc { width:11.875rem;height:2.375rem;top:23.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPz01XXeT9TQtC0Hhnq4QJVI2aTXOL8o { width:14.375rem;height:10.6875rem;top:35.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUv5TTmRraIiXHQVoe2IQkZByDN4gvPF { width:14.375rem;height:1.4375rem;top:42.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGU7JbnB3oA0TMTyTIc2XazCJ37OdFDd { width:11.875rem;height:4.8125rem;top:38rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxsfuObAEcxM2dbz9RX3lIWhTd0fTFGA { width:14.375rem;height:10.6875rem;top:35.125rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMdqFHU9kzVS7yaBvRZr1phDEwf9Qg1v { width:11.875rem;height:2.25rem;top:38.25rem;left:8.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVrfeCZh8p9XXc1ZAgehOvLXdsZLcnw3 { width:14.375rem;height:1.4375rem;top:42.6875rem;left:7.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqUZ543umfUgWEdO7fvKJVqiUKZN0Qoa { width:14.375rem;height:10.6875rem;top:35.125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tx954PGqP9RUz0qEVhcc4X33Nniz22pb { width:11.875rem;height:5.5rem;top:37.375rem;left:27.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wl79cSTpB5xJhpqEdpBqqnna0c1gxuGO { width:14.375rem;height:1.4375rem;top:42.9375rem;left:26.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbuDKOU8SznZh1TD0TrAbPve7rxiTUua { width:14.375rem;height:10.6875rem;top:35.125rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbCIE0x1poRFfgrDUMOLQfSQRbbFhspy { width:14.375rem;height:1.4375rem;top:42.6875rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9OAicBSibdnvG3ohgPkF0LPsr8oNmsS { width:11.875rem;height:4.125rem;top:37.1875rem;left:35.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #doPxufzJtLI42bKcGsAHh9UumhITEDoV { width:14.375rem;height:10.6875rem;top:51.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHNJLqCu4VmhDHMXOqEmt5zRf7dQMrT8 { width:14.375rem;height:1.4375rem;top:59.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #obpMT0DIbnryOhFOeAdAxfu8xnw6FzCS { width:11.875rem;height:3.625rem;top:54.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #msLwDtRvUzk1bVH51o6O178zLvzTwKTo { width:14.375rem;height:10.6875rem;top:51.4375rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiFs9OI0zsZHPsSpV2egStA63f8SN9su { width:11.875rem;height:4.875rem;top:53.6875rem;left:10.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7o32MzTZa3AAxrf4ICWWm9kWyGBMSs3 { width:14.375rem;height:1.4375rem;top:59rem;left:9.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DywnL35rIQ7NFdq2p7NTgRPyAkMbwdXM { width:14.375rem;height:10.6875rem;top:51.4375rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtkqqZaeTg4woJizVbSPoiNeQm81zPy2 { width:11.875rem;height:4.125rem;top:53.6875rem;left:29.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVvIvXyZETuhXTPe7MlMbqwC6TEyzvGR { width:14.375rem;height:1.4375rem;top:59.25rem;left:28.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T70D9CinwxWJTfT3NKA2RibaprBXLsd9 { width:14.375rem;height:10.6875rem;top:51.4375rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPVrwq8TbrlLn7PT34IJvRJ7nuP7p25T { width:14.375rem;height:1.4375rem;top:59rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOx7kST8APReai24HTxxyhD0a2qbyUnM { width:11.875rem;height:4.125rem;top:53.5rem;left:35.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5sC23UTuOE3M6hdOeKvnvNEcV2haOoc { width:14.375rem;height:10.6875rem;top:83.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWOIy5b0cMmWQHXllnlsi309GSyQkSFi { width:14.375rem;height:1.4375rem;top:90.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILw7VPdvssreH1ypppETZVAblCz1IaBJ { width:11.875rem;height:1.375rem;top:87.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoD2ebOc40WMa50n1ZUkqctvs9X1fZP9 { width:14.375rem;height:10.6875rem;top:83.125rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cR15AcwcKZshLukeOfX5oVknoFO5tyFd { width:11.875rem;height:1.5rem;top:86.25rem;left:9.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOeFotKLtDgVRcJG4g6HPbs2DBvuRBDL { width:14.375rem;height:1.4375rem;top:90.6875rem;left:8.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3SZQEso8cnEOxemEnzDGraGWrrc0GPZ { width:14.375rem;height:10.6875rem;top:83.125rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qt0Xn8UODWPZtkFgequahTV4z08PBy0n { width:11.875rem;height:2.8125rem;top:85.375rem;left:28.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT6o664q3mK1BesLDSzCCh5K4sgfQN7s { width:14.375rem;height:1.4375rem;top:90.9375rem;left:27rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #muINb6wRJPqbWZwtIHph2UctD5WEZPCM { width:14.375rem;height:10.6875rem;top:83.125rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gohkgSRZGmbnx1rKaRnkRrg483ZyF574 { width:14.375rem;height:1.4375rem;top:90.6875rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZFqpruXorD1S9Z1byots8wMeEM7483V { width:11.875rem;height:2.8125rem;top:85.1875rem;left:35.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsKHQ7nDTkHzlJICQfBHcpbR7UKcbPmW { width:8.75rem;height:2.6875rem;top:15.625rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlMMe5oK3XyVgXeu9FaQUiLlZv2pi0E4 { display:block; }
 }@media only screen and (max-width: 763px) { #tpfS25guADrSrZcyG8WWdd0UTuEzwd64 { width:8.75rem;height:2.6875rem;top:15.625rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwVnlHL2SzKoN6pZ2l2wuTl2ROhtfvhf { display:block; }
 }@media only screen and (max-width: 763px) { #h17LhQD3R8EK1pGS0wnlZ3rDHks8puT3 { width:8.75rem;height:2.6875rem;top:15.625rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfKkVFC7WQNsmAh7mOncSWTRIu8Tl55a { display:block; }
 }@media only screen and (max-width: 763px) { #sQ9iz8LMqRdW6Pw0xxp1H70OBIPQqD79 { width:8.75rem;height:2.6875rem;top:15.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTmfB1D7uQKcEQU3EUTmVMeQilecHEeh { display:block; }
 }@media only screen and (max-width: 763px) { #UGRFbI4UBXvL2E14o88A0qPXN4zWu9ih { width:8.75rem;height:2.6875rem;top:31rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQiKxekXQgtt8TkaWrg8ScXPaesI2ocw { display:block; }
 }@media only screen and (max-width: 763px) { #q3bFoAaVPicQrW6HqIZLv0s0bQhInoDw { width:8.75rem;height:2.6875rem;top:31rem;left:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXzdTtnrfJEF3PP62TbNXU6nx7Z3m8Cb { display:block; }
 }@media only screen and (max-width: 763px) { #rd3i7BLRCeGJphZXOnkT7SIe2e2O8FQc { width:8.75rem;height:2.6875rem;top:31rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z16UK3U2MK29qPJecMiylMHO3WQFe73b { display:block; }
 }@media only screen and (max-width: 763px) { #gm2qcUw14OgdKXTgmHfBfisku4m2S6Gm { width:8.75rem;height:2.6875rem;top:31rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5Ivnqx9CZL9O2lDFXlFIsiVUsennvHp { display:block; }
 }@media only screen and (max-width: 763px) { #FvOgE7v5zt9yVH52TgLOMID4TzFqP2ML { width:8.75rem;height:2.6875rem;top:46.875rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2HBp7xMonTclI146mbe1lOHsCsF3ft4 { display:block; }
 }@media only screen and (max-width: 763px) { #qsyvCHasgmz4UhQDSDaOVWudz2sICWR6 { width:8.75rem;height:2.6875rem;top:46.875rem;left:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #imHBK4fMwRH5UiNKMTru2NT5XdtkDyDW { display:block; }
 }@media only screen and (max-width: 763px) { #pHm61hoPavTv7sAubetirpx0LdQgMiF7 { width:8.75rem;height:2.6875rem;top:46.875rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9TxkzQS9k23AChXTblWptU8acxKgAkB { display:block; }
 }@media only screen and (max-width: 763px) { #cSZ7Mag5wCTov8PmbHVClABV8cxgZTHz { width:8.75rem;height:2.6875rem;top:46.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9tC97QX4Twp26X8PhPQTs1oB1zg1EaS { display:block; }
 }@media only screen and (max-width: 763px) { #IulsJnyGDgNQwwkW7FHqz13i2DdW2mnU { width:8.75rem;height:2.6875rem;top:63.0625rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWLD7Zf8kttQbPGHyue6ZXTbeOAOpVQS { display:block; }
 }@media only screen and (max-width: 763px) { #cZr20xua7TJHmOucmeDIqiIvFCBT33rw { width:8.75rem;height:2.6875rem;top:63.0625rem;left:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUAEP5LeiOUDXH4X80oOkLNqTKT6hTb8 { display:block; }
 }@media only screen and (max-width: 763px) { #rTnLRi8C6ID5E1dMMVcyu2nHGGrUlcac { width:8.75rem;height:2.6875rem;top:63.0625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPcaE2JBKIF77aPUJun2KPX8oZ4E3ho4 { display:block; }
 }@media only screen and (max-width: 763px) { #zOkEeX2TFRPZfKbCePTBkyKgpbILqeMS { width:8.75rem;height:2.6875rem;top:63.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BB8bhi1Sk5VfUFS3kPf6t68VM46z5dG1 { display:block; }
 }@media only screen and (max-width: 763px) { #ZNEWupio5osqfkIsMspTnaSHBilaI5Jn { width:8.75rem;height:2.6875rem;top:94.875rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8QUoqBc7PwfXc4zTJxFAxZc9Amd9dAT { display:block; }
 }@media only screen and (max-width: 763px) { #TrBmvFTWtSmnT2ARqW8dawzmWnv0xwln { width:8.75rem;height:2.6875rem;top:94.875rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSabAdf3noZZ6FlEUTqmzn7Z8pmFQRz9 { display:block; }
 }@media only screen and (max-width: 763px) { #abSXeIP3lAya6IsQlxTdwy8vCdEcHeQe { width:8.75rem;height:2.6875rem;top:94.875rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TF8IQi8FvOZMnsJZq5GxfMysgl0UVgbC { display:block; }
 }@media only screen and (max-width: 763px) { #fQClNrn5BmpVTeOTBc2EA7X0dvllNCxk { width:8.75rem;height:2.6875rem;top:94.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #syTckycH8MeT6h0bshOXoL3XKwIaLl4c { display:block; }
 }@media only screen and (max-width: 763px) { #LsgeqTnCFvfbZGbpyH4wyoM787U5XR0L { width:8.75rem;height:2.6875rem;top:78.75rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrKoXqJXflTLHtvCzfML4QBF8GVzvHck { display:block; }
 }@media only screen and (max-width: 763px) { #wnfXRvbga0S2WQd455QZu08LOIleo5hn { width:14.375rem;height:10.6875rem;top:67.375rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kniimiHkAE7ZOfovDb8LLf090UTazDUx { width:14.375rem;height:1.4375rem;top:74.9375rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfNbH7ZJbB94UtIv1xol9RCEuV6xV0IF { width:11.875rem;height:4.8125rem;top:70rem;left:35.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yH7Q6onQwgLwoMAH6dmlESldBFSDp0Mc { width:8.75rem;height:2.6875rem;top:78.875rem;left:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nv8GrQhTK9f1LNdNFONCLJd1ocBJfUyO { display:block; }
 }@media only screen and (max-width: 763px) { #SckcQ9sViTCrTllH0bHJVzyy79Q2i93Q { width:14.375rem;height:10.6875rem;top:67.5rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDCn2zw0MlizuhF4Fh7iHoB8927smUX5 { width:14.375rem;height:1.4375rem;top:75.0625rem;left:17.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGUuKNl79oXSlG5qIcbLvGzL7bmMQFTJ { width:11.875rem;height:4.8125rem;top:70.125rem;left:18.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILUhlTqRhmeeukcovk52mbSVpL0z0S7C { width:8.75rem;height:2.6875rem;top:78.875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #evx0XLS5XGPkPvC2CoSTKNl0t5o2rgEG { display:block; }
 }@media only screen and (max-width: 763px) { #PhsVoQSJrGICneWoJt2AGTa0SDb0DPlU { width:14.375rem;height:10.6875rem;top:67.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttFp8rHDotn3MqqycVPyO9wqz7ZJDR4S { width:14.375rem;height:1.4375rem;top:75.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2LyeTXGdWzlTpxFgb1vvSycUvJtFOau { width:11.875rem;height:4.5rem;top:70.125rem;left:0.1875rem;font-size:0.875rem;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) { #vepuk2ZgHpfDXdgtUWKh3eN0BzIO8pCr { width:14.375rem;height:10.6875rem;top:55.375rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdGOoxQTTPsagbNp8zBPSRoQxu9JEgL5 { width:11.875rem;height:3.6875rem;top:59.875rem;left:35.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lM7TxlwavEO6fwQCaJudnetWZ6cbsoB8 { top:1.0625rem;left:13.655716300011rem;width:20.375rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4nal7WP4gZlSBOhszLttJHL079QroDu { width:14.375rem;height:10.6875rem;top:55.375rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKIZyvSKUDmDA76qFyG8ak5PnZ3poII1 { width:11.875rem;height:3.5625rem;top:58.9375rem;left:17.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRq72SP79Jq1mT7kHTu5n7uPDafSbfxm { width:14.375rem;height:1.75rem;top:62.9375rem;left:16.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbynIwHgEtBGUaVWD8hm8minCV5yuzMl { width:14.375rem;height:10.6875rem;top:31.875rem;left:26.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WS7bSfbd0WVVq7K8oyCddpDhIzipiFsc { width:14.375rem;height:10.6875rem;top:31.875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikkewZMBr4JufMSvaG2MtKHONhXQbJXi { width:11.875rem;height:1.1875rem;top:35rem;left:9.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9UeJRNeo2FnAUAtPzSyxkSGvTW1UUy7 { width:14.375rem;height:1.4375rem;top:39.4375rem;left:8.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bhl8Dndos3Tf9yxUS4dqlPvTQDWdMkop { width:11.875rem;height:4.8125rem;top:34.8125rem;left:28.248401999474rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHMgsq8BPT3cZU4zzJMOmFAfNTOItCTx { width:11.875rem;height:2.0625rem;top:36.75rem;left:9.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nb2Sgw8S5lJ4lOAXJgfSyF2EKSAeDiiW { top:49.875rem;left:14.718393683434rem;width:20.375rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVgVVLR4F3qfxNvyMuMOgiCkdWSXWlTG { width:14.375rem;height:10.6875rem;top:4.9375rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlT1pNbVZe1x5Cf8SoxgLSWgLGTzlzfm { width:11.875rem;height:4.125rem;top:8.0625rem;left:27.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCATpaD0xtHcBw6OzciXepxHHBopEwNZ { width:14.375rem;height:10.6875rem;top:4.9375rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6AvW9CfTtsrEoyDNNzBhwIhzVNzxA5r { width:11.875rem;height:5.1875rem;top:7.375rem;left:8.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHotLidoT3cEli15yhwoS1XTkILT4CHM { width:14.375rem;height:1.4375rem;top:12.6875rem;left:7.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aP9fsa7LKc8WChAHwpTPHRZFoQSalWnS { top:48rem;left:8.4994663000106rem;width:30.6875rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TK3TlvFBCTRKTGzUk5hV0L9LXXRFkk2k { width:14.375rem;height:1.4375rem;top:12.5rem;left:26.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwiphFxxh2HZu9Mzmc9FM8yk9JUDgcFT { width:14.375rem;height:1.4375rem;top:40rem;left:27.000000357628rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNVNxPIkw5Pk4epRbNuX19JsXcSF39mA { width:14.375rem;height:1.4375rem;top:62.5rem;left:16.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXFat1ReOawd54ElU7T9Q8VV2DmbyEGf { width:8.75rem;height:2.6875rem;top:16.375rem;left:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mi1tncCSktzvCFmeL3NuX7kTbgt3InIh { display:block; }
 }@media only screen and (max-width: 763px) { #p8KCLKTOxA1cFMql4aeUZMxd3npQc0Bz { width:8.75rem;height:2.6875rem;top:16.375rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEJlWKKWBVtIngLWrMaQAVauJRX1gSQq { display:block; }
 }@media only screen and (max-width: 763px) { #Tc5gxePB9DwQJaeOqPZlVt5zP0pxIaTy { width:8.75rem;height:2.6875rem;top:43.3125rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LV4k1LUlnyIm9UPSZDrTTKrTlbblchD2 { display:block; }
 }@media only screen and (max-width: 763px) { #vHZQHCGl4oLvzb6zcvvvFr1KnVgPbQcy { width:8.75rem;height:2.6875rem;top:43.3125rem;left:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWD26iaCImCDm77Ag2lFncgmMNKwJSzC { display:block; }
 }@media only screen and (max-width: 763px) { #zN50ofQfXNGS12vGsNI79EnWkLOn5upr { width:8.75rem;height:2.6875rem;top:66.75rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTRVArGn1405pl9qHeB8N2U43Ke2OpRX { display:block; }
 }@media only screen and (max-width: 763px) { #qMJn9iozpsVILBMLPp8UlfTs1VP0J2P1 { width:8.75rem;height:2.6875rem;top:66.75rem;left:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #speFFUkkdhICR4SMGJaf8mfmuLXfmEDc { display:block; }
 }@media only screen and (max-width: 763px) { #VkTkLg2ghEowSkATlTB7UNOFpuN5Tw9V { top:24.875rem;left:9.5625rem;width:30.75rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rfXh6rzpx6RqntTSH1ERVBtT33wDmHJf { top:24.875rem;left:9.5625rem;width:30.75rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mMA5QHESz4UcA6grRCl4e1gwTb3W9eAH { top:26.75rem;left:14.718393683434rem;width:20.375rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #veTcKfxEUUHwNciCLx3Gz5SdBG3MsQ1R { top:25.5625rem;left:8.4675067663194rem;width:30.6875rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #flO56nauI2ccpS7bzZwbt9kzdNyLp0Eu { width:8.75rem;height:2.6875rem;top:67rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vh4KlhRTtTaPt3aL7P3mRBJk8JhA2SHF { display:block; }
 }@media only screen and (max-width: 763px) { #IC4gDkWzz5GEDoOETukEWExpWIyqGfnv { width:14.375rem;height:10.6875rem;top:55.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPTU06TOR7vhDQrX7CKQ1olrnGcOvvPd { width:14.375rem;height:;top:62.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiwyV2TvD2HV3O5D6H4iPiLul4ttWJGu { width:11.875rem;height:3.5625rem;top:58.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@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) { #pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(180deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(180deg, #ffffff, #ffffff);background-image: -o-linear-gradient(180deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #ffffff, #ffffff);background-size:auto !important;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 { width:20rem;height:69.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kT8DlCIkVwDLsiwDwEuufKPrPUixhWdI { width:12.621125rem;height:2.03125rem;top:1.25rem;left:0.62500005960463rem;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:0;top:16.498701095581rem;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:none; }
 }@media only screen and (max-width: 763px) { #sXVXTVMsZOWmlwt8Z42fImy0PEMT2a1N { width:9.933625rem;height:2.03125rem;top:3.98828125rem;left:1.9687500596046rem;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) { #OzDeVRkGAFeKmGl2zEbmZX2LO9ZN6izW { width:18.75rem;height:4.144175rem;top:15.124289512634rem;left:0.62411218881607rem;text-align:center;text-align-last:center;font-size:1.0625rem;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) { #urSoeI1li6g1lSlmWSgBzId5pRMSHCrE { width:5.75rem;height:7.3125rem;top:0rem;left:13.246094048023rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pqkTO9c2Awaio3zWF6TkumnnBvUx7Eg6 { width:6.375rem;height:6.375rem;top:0rem;left:13.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FV1nIwT5Q7QQVWeXZ4P3QhOBnhXfBUhy { width:18.9355625rem;height:10.4971875rem;top:7.31228351593rem;left:0.53059893846512rem;text-align:center;text-align-last:center;font-size:1.75rem;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.1870625rem;height:auto;top:22.652345657349rem;left:0.53059893846512rem;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.1870625rem;height:auto;top:22.652345657349rem;left:0.53059893846512rem;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) { #qoPBykNlLFCo6W6TI2DDpMalosgc9R6v { display:block; }
 }@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) { #QIqkr2g417Gse3cOg02XQCaNktmLzGEn { width:14.8125rem;height:2.75rem;top:50.8125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAk1t07ssUswPI01dQp1Xo80kTVkxnHC { display:block; }
 }@media only screen and (max-width: 763px) { #pTE9qfSgoEoVmXVMXimTREt3K6UewNKD { width:14.8125rem;height:2.75rem;top:54.375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsHznUibvIb7nQRoPQH92TrHRf3DbQLg { display:block; }
 }@media only screen and (max-width: 763px) { #HmDQsnST5wTZWq4k281ytUryNovedaCy { width:14.8125rem;height:2.75rem;top:58.25rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkZQWh5vaGUNynro3pNP19XZNJOARSK0 { display:block; }
 }@media only screen and (max-width: 763px) { #m1Xx9pBdRIATKlU8e3uwrhRw0EXRkHcT { width:14.8125rem;height:2.75rem;top:62.25rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9QLtJ0WHTbTNywUFcyTt7yAsTHLJosZ { display:block; }
 }@media only screen and (max-width: 763px) { #seJfb3sRsAx5UxpzuRTGeiaOC9e7g62K { width:14.75rem;height:2.6875rem;top:66.25rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1XdvHkTQgXxpo50cN6Mt3MWUbZTPn6J { 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:345.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #crPlH1Jdrerb7O2V4b0bL6WkpoiATeve { width:14.375rem;height:10.6875rem;top:5.1875rem;left:3.0625rem;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.9243625rem;top:9.0625rem;left:4.3125rem;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:16.4375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7qVyGSPgbTndqixzytM8VXD7AgqKwE2 { display:block; }
 }@media only screen and (max-width: 763px) { #FqZQB5ozGtsL87d3V4lGuZTpklD8eCaN { width:7.5rem;height:1.2180375rem;top:82.1875rem;left:4.1875rem;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) { #U6ia2NNVuiNOhfpQRkb0H8uinnr8aoim { width:14.375rem;height:1.2180375rem;top:13.0625rem;left:3.0625rem;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.0625rem;left:3.0625rem;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.9243625rem;top:51.4375rem;left:4.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzsWvTNRosi7pRDfEqKXMqxvHRoSO9PQ { width:14.375rem;height:10.6875rem;top:34.1875rem;left:3.0625rem;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:2.82528125rem;top:37.25rem;left:4.3125rem;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.2180375rem;top:41.6875rem;left:3.0625rem;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) { #kN03C37DEndfKDdg9RtRA6M8mn7Tq5vT { width:14.375rem;height:10.6875rem;top:19.125rem;left:3.0625rem;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.9243625rem;top:22.25rem;left:4.3125rem;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.2180375rem;top:26.6875rem;left:3rem;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) { #gW5RVsKiHLNtXKOwbqDtacLuUL9PBbwn { width:14.375rem;height:10.6875rem;top:93.75rem;left:3.0625rem;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) { #SIn62bdOq1O4Pet6AHamkK5sv0EsgaTn { width:14.375rem;height:10.6875rem;top:77.4375rem;left:2.625rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#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:108.25rem;left:3.0625rem;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) { #ChV7nNuKTqDQC6BONFuCQhTlxTdq55Fr { width:14.375rem;height:1.2180375rem;top:101.5625rem;left:3.0625rem;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.2180375rem;top:85.625rem;left:2.5625rem;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.2180375rem;top:115.8125rem;left:3.0625rem;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.54900625rem;top:96.818176269531rem;left:4.0625000596046rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vvt3uc2PIHPNRdiU57slaZTprwdzS64X { width:11.875rem;height:4.144175rem;top:81.4375rem;left:3.75rem;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.9243625rem;top:112.25rem;left:4.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3bwkRH2Mh56r2xVvvDk6kpaN8Zndw6U { width:14.375rem;height:10.6875rem;top:136.5625rem;left:3.0625rem;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:122.875rem;left:3.0625rem;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:61.9375rem;left:3.0625rem;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.2180375rem;top:144.125rem;left:3.0625rem;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.2180375rem;top:130.4375rem;left:3.0625rem;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.2180375rem;top:69.5rem;left:3.0625rem;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.82528125rem;top:138.625rem;left:4.3125rem;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:1.38139375rem;top:126.75rem;left:4.1875rem;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:150.625rem;left:3.0625rem;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.2180375rem;top:158.4375rem;left:3.0625rem;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:4.38654375rem;top:64.75rem;left:4.3125rem;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:2.82528125rem;top:153.875rem;left:4.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyCx3ncM41dGzVdJA66eSpu8rWzqGv1n { width:14.375rem;height:10.6875rem;top:164.5625rem;left:3.0625rem;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) { #G89DsvtcuTWpmWuMFEIkiUcDEzySJUFB { width:14.375rem;height:10.6875rem;top:191.875rem;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:177.9375rem;left:3.0625rem;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.2180375rem;top:172.125rem;left:3.0625rem;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.2180375rem;top:199.4375rem;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.2180375rem;top:185.5rem;left:3.0625rem;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:5.52556875rem;top:167.5625rem;left:4.3125rem;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.9589875rem;top:195.25rem;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.9589875rem;top:181rem;left:4.1875rem;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:205.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; }#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.2180375rem;top:213.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) { #d7wbxRuu6hOXSzxxmdrUv88hDDlyndJH { width:11.875rem;height:4.144175rem;top:209.4375rem;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) { #CDKzSNCNapOMvxcowMoytVMBxX7NskI0 { width:14.375rem;height:10.6875rem;top:220.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; }#CDKzSNCNapOMvxcowMoytVMBxX7NskI0.adaptive-delivery-prevent-bg, #CDKzSNCNapOMvxcowMoytVMBxX7NskI0.lazyload, #CDKzSNCNapOMvxcowMoytVMBxX7NskI0.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #OKzKXOPSkKt9EruBCkdxdzTqgRXC77To { width:14.375rem;height:10.6875rem;top:250rem;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:236.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; }#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.2180375rem;top:228.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) { #f7ETokiWeg4d7a3gNsDShdwxOTU41nbS { width:14.375rem;height:1.2180375rem;top:257.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) { #zeBDLpNgLImgMkovm5m3RefHAdcUbSg0 { width:14.375rem;height:1.2180375rem;top:244.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) { #rrKznGTd4pKwG2PQbTHtsSa7qJDT3y38 { width:11.875rem;height:2.59765625rem;top:223.81214261055rem;left:4.0625000596046rem;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.9589875rem;top:253.36381649971rem;left:4.0625000596046rem;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:1.298825rem;top:239.5625rem;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:266.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; }#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.2180375rem;top:274.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) { #ZKPPg02B4ITP4UnEdm3xNWCFFXEvt1VX { width:11.875rem;height:4.144175rem;top:269.31193494797rem;left:4.0625000596046rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKXbGbGr2nI1T9DylT9AL6apNWtL5pqF { width:14.375rem;height:10.6875rem;top:313.875rem;left:2.9375rem;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; }#EKXbGbGr2nI1T9DylT9AL6apNWtL5pqF.adaptive-delivery-prevent-bg, #EKXbGbGr2nI1T9DylT9AL6apNWtL5pqF.lazyload, #EKXbGbGr2nI1T9DylT9AL6apNWtL5pqF.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #nlKygwlZy2VSseGTizvd2dCWhxQbHUpp { width:14.375rem;height:1.2180375rem;top:321.3125rem;left:2.6875rem;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) { #KxEQvFT13urZ7wbCGA5PF2JmhoQLB2DJ { width:11.875rem;height:2.82528125rem;top:317.8125rem;left:3.9375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zI6MMCVIO4BkHpmdK4KGdDyh6nPMI02g { width:14.375rem;height:10.6875rem;top:298.3125rem;left:2.9375rem;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; }#zI6MMCVIO4BkHpmdK4KGdDyh6nPMI02g.adaptive-delivery-prevent-bg, #zI6MMCVIO4BkHpmdK4KGdDyh6nPMI02g.lazyload, #zI6MMCVIO4BkHpmdK4KGdDyh6nPMI02g.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #cmzFqmgREe2Xr7s3I0Dh0eshZHG86TK6 { width:11.875rem;height:4.144175rem;top:300.375rem;left:4.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AD9UcBJDAfT62SZNrqG6viXywHhbBvM3 { width:14.375rem;height:10.6875rem;top:281.375rem;left:2.6875rem;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; }#AD9UcBJDAfT62SZNrqG6viXywHhbBvM3.adaptive-delivery-prevent-bg, #AD9UcBJDAfT62SZNrqG6viXywHhbBvM3.lazyload, #AD9UcBJDAfT62SZNrqG6viXywHhbBvM3.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #OT7dBgO6bLTzsHZmZy0GrT7lTgA9Tr6v { width:14.375rem;height:1.2180375rem;top:288.9375rem;left:2.6875rem;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) { #TbxqGMyrnUXoODys05RXsTCJzMW4utZt { width:11.875rem;height:2.82528125rem;top:286rem;left:3.9375rem;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.185546875rem;top:345.06126213074rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8mpzJAPQMRlzXaw8TlUzyHIBCVC0glK { width:19.437125rem;height:2.51775625rem;top:0.75rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVgV2ulVdbxZdHHvkGN6eUnJTp1kfZrN { width:14.375rem;height:1.2180375rem;top:55.8125rem;left:3.0625rem;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) { #xpwyntJEqHVtO2O3G7Fd5r2QgCgxGMDh { width:14.375rem;height:1.2180375rem;top:305.5625rem;left:2.9375rem;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) { #RtDFJspC7yN4xpkFdccyFTQvC6geZedt { width:14.375rem;height:10.6875rem;top:329.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; }#RtDFJspC7yN4xpkFdccyFTQvC6geZedt.adaptive-delivery-prevent-bg, #RtDFJspC7yN4xpkFdccyFTQvC6geZedt.lazyload, #RtDFJspC7yN4xpkFdccyFTQvC6geZedt.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #TkXGn5OZKtOx2W3TPqKomlQZyRTUq4o7 { width:11.875rem;height:2.43608125rem;top:332.125rem;left:3.9375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWFQ9kEd7aNw2QN01TVvKZbCy33yv4WL { width:14.375rem;height:1.2180375rem;top:336.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) { #R3r9BuA4Rn7724GrA13rv7e8szggqbBF { width:8.75rem;height:2.6875rem;top:325.4375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbRXwTnV9XzGEEklT1KntqZ8ZKlZPs8v { display:block; }
 }@media only screen and (max-width: 763px) { #tsl8Lnb8nFaqy2vD7kiDluPcviJNLmFP { width:8.75rem;height:2.687325rem;top:147.99982937798rem;left:5.8735795617104rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpdP0ZA2IrVXvMbLnhq11JMnlxhT4bOp { display:block; }
 }@media only screen and (max-width: 763px) { #HuzRf6GHUbZ6Fq6oF8EiemTcTZ1eood3 { width:8.75rem;height:2.6875rem;top:278.125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXoBnarnHKxenfu9WrCJuHsO93u3ovqz { display:block; }
 }@media only screen and (max-width: 763px) { #tQq2TtP95WaKXI3yXDx6MaJPtKTqDqvN { width:8.75rem;height:2.6875rem;top:309.625rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFbOnyASThvicIdbCqGT6sKOtQMwDxlN { display:block; }
 }@media only screen and (max-width: 763px) { #oxNu2239T9TTtT3TMzpTyQ7JqXZM1qKa { width:8.75rem;height:2.687325rem;top:161.93714332581rem;left:5.4367895722389rem;display:block; }
 }@media only screen and (max-width: 763px) { #blZMUFB9RTPh6TiJIBezSmJR6Mh6A2uM { display:block; }
 }@media only screen and (max-width: 763px) { #yt3IrZbA0H4ETn2M7NtwGDSsWplQdGlI { width:8.75rem;height:2.6875rem;top:285.1875rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3GigorGBx3Tkh0UI4BggDx68LJ9IvS5 { display:block; }
 }@media only screen and (max-width: 763px) { #OM8yADhKPumdEni8dTDm6XSrk8qAD3yG { width:8.75rem;height:2.687325rem;top:203.18535614014rem;left:5.6241121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #apmITBpd0Soz946oNulhM92vSFsw3kBD { display:block; }
 }@media only screen and (max-width: 763px) { #IVEKHh5swcXAFrd9ZEIkdLyN4XVGIyVr { width:8.75rem;height:2.6875rem;top:30.5rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfGenTg6dSdRHw2En7WLCQCnsTlFL4yd { display:block; }
 }@media only screen and (max-width: 763px) { #e2ZyTCTBxK3fPRFtLGinSTzvbzbApuKC { width:7.5rem;height:0;top:1240.1233432617rem;left:6.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #XfUTWUPTEtbC37hu1wZ3GtsCWWvaPGOn { width:8.75rem;height:2.687325rem;top:340.87357378006rem;left:5.6241121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJArfDXQNAof0mJKr0JkZ47yqPnwAwfm { display:block; }
 }@media only screen and (max-width: 763px) { #Nzp0QMmnzTHBABSIX9XJuWHOMsWUFRU2 { width:8.75rem;height:2.687325rem;top:292.625rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTC8XTlql3TM7HIFW59EgVSTv81G4PEW { display:block; }
 }@media only screen and (max-width: 763px) { #QfWp6tk3DApTlhoDpIcUcm7hz2yNVzcp { width:8.75rem;height:2.6875rem;top:923.0625rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mWHgOFaoAGG8dZQivnNZ0rEFUOfMOUk4 { display:block; }
 }@media only screen and (max-width: 763px) { #FQxzIJgzhExkxQZ7o7rEzcTcqbKVsOI3 { width:8.75rem;height:2.6875rem;top:89.3125rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrcIQGdasI0UT4Txe4yVJXzSrJP4qd6K { display:block; }
 }@media only screen and (max-width: 763px) { #gXcb7O53m55JpVyKwPd1RZz6xP0MqEi9 { width:7.5rem;height:1.2180375rem;top:86.875rem;left:6.5rem;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) { #ceHOP2cirbxHKqEcrbDa5B1Gav7ATXBI { width:8.75rem;height:2.6875rem;top:73.625rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKVJWfNl97USFXmoCeWkeduneo7oLVkz { display:block; }
 }@media only screen and (max-width: 763px) { #qTtuiMpTdWpgLnXTVvThpJta53Bgz30i { width:8.75rem;height:2.6875rem;top:59.3125rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aI0Ftxa9AtgrKnoD9C6RWT6ITla9no9x { display:block; }
 }@media only screen and (max-width: 763px) { #C9HaOabEHZ9xMHZ10f6fpKwFp26TuyeT { width:8.75rem;height:2.6875rem;top:45.4375rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbns1Ge8W9vX2NAQHlFpX49KeAZqIl4W { display:block; }
 }@media only screen and (max-width: 763px) { #rlFNqDnTDlnLUQU47AWvOUohCCIBJGoB { width:8.75rem;height:2.6875rem;top:105.0625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4yo9cC7KLO6mgSKJuNkhBp0zEEEeMxO { display:block; }
 }@media only screen and (max-width: 763px) { #RDLXGQUeg8VP6FkUI5Fk2ZekXe7c5BvN { width:8.75rem;height:2.6875rem;top:216.5rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpAVmft0EcdCFlfgiTBJwD2oCi02MHS0 { display:block; }
 }@media only screen and (max-width: 763px) { #t7AHl5ZhSubS2vb3t8dfF6KoFGFfSwdi { width:8.75rem;height:2.6875rem;top:261.6875rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #alkK3g0aJBNdXGTfWnVkviFA0LfDLoJa { display:block; }
 }@media only screen and (max-width: 763px) { #wTDUO8qTWxoSr96hPpUQqLq7O3qhmDCq { width:8.75rem;height:2.6875rem;top:134.5rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKh5cp6sAGrRcM6KOatLuhRkzHuTptEG { display:block; }
 }@media only screen and (max-width: 763px) { #IG29TWhzEegrR85ViGdkT3sJ8NhFg9TG { width:8.75rem;height:2.6875rem;top:119.375rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBImpnAiraPSASeVgRyHwTNQk9LxtUML { display:block; }
 }@media only screen and (max-width: 763px) { #aZdGPMmKFiHGWCIvrp9qrpicTGalqfhW { width:8.75rem;height:2.6875rem;top:189.25rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGAxTKyURvOhL8dpTz6c2xgPXnBezcz8 { display:block; }
 }@media only screen and (max-width: 763px) { #q7Cwg1ZFoxa0F1GOQB4ExL2PATSG53tR { width:8.75rem;height:2.6875rem;top:175.25rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGQE1wIkOCUNloyI2CKZdQqJepSy1ZX3 { display:block; }
 }@media only screen and (max-width: 763px) { #dylT4VF5uRfhyZ0Ax1wqAwLLX58C01dK { width:8.75rem;height:2.687325rem;top:232.375rem;left:5.625rem;z-index:100059;display:block; }
 }@media only screen and (max-width: 763px) { #D8wo6oVXN8khB6DVdsF7Wxp4FuTfWfe7 { display:block; }
 }@media only screen and (max-width: 763px) { #w9QNDFkf9ri4lE0UPbKcfsG22IWaygqJ { width:8.75rem;height:2.687325rem;top:247.375rem;left:5.625rem;z-index:100060;display:block; }
 }@media only screen and (max-width: 763px) { #AdJnfkfRB58cxVXQKo1DQL4KmuRGdgdX { display:block; }
 }@media only screen and (max-width: 763px) { #ipEfGwmdZTHZttTJIyiU5ZlHTq5sixss { background-color:rgba(255,255,255,0.95);background-image:none;display:block; }#ipEfGwmdZTHZttTJIyiU5ZlHTq5sixss > .row .container { background-color: transparent; background-image: none; }#ipEfGwmdZTHZttTJIyiU5ZlHTq5sixss::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ipEfGwmdZTHZttTJIyiU5ZlHTq5sixss > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ipEfGwmdZTHZttTJIyiU5ZlHTq5sixss > .row .container > .video-iframe-container { display: none; }#ipEfGwmdZTHZttTJIyiU5ZlHTq5sixss > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ipEfGwmdZTHZttTJIyiU5ZlHTq5sixss > .row > .video-iframe-container { display: none; }#ipEfGwmdZTHZttTJIyiU5ZlHTq5sixss > .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); }#ipEfGwmdZTHZttTJIyiU5ZlHTq5sixss > .row .container { width:20rem;height:1192.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qGu03aqnNBRzX55HytMiph3bBcwa4giD { width:14.375rem;height:10.6875rem;top:5.1875rem;left:3.0625rem;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; }#qGu03aqnNBRzX55HytMiph3bBcwa4giD.adaptive-delivery-prevent-bg, #qGu03aqnNBRzX55HytMiph3bBcwa4giD.lazyload, #qGu03aqnNBRzX55HytMiph3bBcwa4giD.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #FDxBiHbrFyQm2ZbVHDAyR8kVDGZD5iTs { width:11.875rem;height:2.9243625rem;top:9.0625rem;left:4.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wktV8WZGkTdcy1OxGLl9W2d5ri5QiJd4 { width:8.75rem;height:2.6875rem;top:16.4375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KL0bkyCOTrEf4esvGocu3eX2TWOwQRVT { display:block; }
 }@media only screen and (max-width: 763px) { #UzHq6uL4ntkGtQN613oQgVSGarhnCqHv { width:7.5rem;height:1.2180375rem;top:82.1875rem;left:4.1875rem;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) { #Eczg9JNk5ZIcnXTptIM1FOrbLFF65obU { width:14.375rem;height:1.2180375rem;top:13.0625rem;left:3.0625rem;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) { #xRDMikPoMn7V9TKawEifgV5Sz82LTTkh { width:14.375rem;height:10.6875rem;top:48.0625rem;left:3.0625rem;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; }#xRDMikPoMn7V9TKawEifgV5Sz82LTTkh.adaptive-delivery-prevent-bg, #xRDMikPoMn7V9TKawEifgV5Sz82LTTkh.lazyload, #xRDMikPoMn7V9TKawEifgV5Sz82LTTkh.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #xFESFEoUNWWXkWPpWFf9y2hplapw4zZg { width:11.875rem;height:4.38654375rem;top:51.4375rem;left:4.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIfVApJgausr76epTCbm3ztQMIRsNfT9 { width:14.375rem;height:10.6875rem;top:34.1875rem;left:3.0625rem;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; }#XIfVApJgausr76epTCbm3ztQMIRsNfT9.adaptive-delivery-prevent-bg, #XIfVApJgausr76epTCbm3ztQMIRsNfT9.lazyload, #XIfVApJgausr76epTCbm3ztQMIRsNfT9.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #cuyHhn4JHMaXTzwrRocexvZOVSWqvFB4 { width:11.875rem;height:4.144175rem;top:37.25rem;left:4.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e56Kvbt1W0C0eMcwZRCPFKFfLrBssuha { width:14.375rem;height:1.2180375rem;top:41.6875rem;left:3.0625rem;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) { #S2inl8To2fa4bEDUSv5Aa1yxxvNGVoVS { width:14.375rem;height:10.6875rem;top:19.125rem;left:3.0625rem;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; }#S2inl8To2fa4bEDUSv5Aa1yxxvNGVoVS.adaptive-delivery-prevent-bg, #S2inl8To2fa4bEDUSv5Aa1yxxvNGVoVS.lazyload, #S2inl8To2fa4bEDUSv5Aa1yxxvNGVoVS.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #uuV0XOaBERI9SKGLO6AeaJT28mcqKF34 { width:11.875rem;height:4.38654375rem;top:22.25rem;left:4.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvT5ANAqftOnCJA4iGfP9W0GKKl5Dohh { width:14.375rem;height:1.2180375rem;top:26.6875rem;left:3rem;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) { #du4GAM21v9BJU9OdumvmaVgXIFTrIIPF { width:14.375rem;height:10.6875rem;top:93.75rem;left:3.0625rem;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; }#du4GAM21v9BJU9OdumvmaVgXIFTrIIPF.adaptive-delivery-prevent-bg, #du4GAM21v9BJU9OdumvmaVgXIFTrIIPF.lazyload, #du4GAM21v9BJU9OdumvmaVgXIFTrIIPF.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #qsclTPVsacvkVcPv0JFTr65vQFVkX0GR { width:14.375rem;height:10.6875rem;top:77.4375rem;left:2.625rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#qsclTPVsacvkVcPv0JFTr65vQFVkX0GR.adaptive-delivery-prevent-bg, #qsclTPVsacvkVcPv0JFTr65vQFVkX0GR.lazyload, #qsclTPVsacvkVcPv0JFTr65vQFVkX0GR.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ML3tE1rCNTU2dtfknofqmLVgiNTiePTF { width:14.375rem;height:10.6875rem;top:108.25rem;left:3.0625rem;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; }#ML3tE1rCNTU2dtfknofqmLVgiNTiePTF.adaptive-delivery-prevent-bg, #ML3tE1rCNTU2dtfknofqmLVgiNTiePTF.lazyload, #ML3tE1rCNTU2dtfknofqmLVgiNTiePTF.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #PCeZKJOlulZEM5LA0xMo01T70xXvuyLt { width:14.375rem;height:1.2180375rem;top:101.5625rem;left:3.0625rem;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) { #ndFukt4WirrvXQcDosT3qs4KKxXb6hbo { width:14.375rem;height:1.2180375rem;top:85.625rem;left:2.5625rem;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) { #fFVeMJGV895TzWliRJlTEm5lQzvDk0fz { width:14.375rem;height:1.2180375rem;top:115.8125rem;left:3.0625rem;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) { #lJ4tzZIdToNN6ycVPv190dxFycu75O1B { width:11.875rem;height:5.52556875rem;top:95.5625rem;left:4.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKQt4UT0bMRtskZG4mPpfA7b8oi9Nei8 { width:11.875rem;height:4.144175rem;top:81.4375rem;left:3.75rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8JvN4nqyZqJD6FO6bhVknQZsHbCQDTK { width:11.875rem;height:1.52468125rem;top:112.25rem;left:4.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKRlsWUCUZCRqAHk885pSPT8R9hB5KJa { width:14.375rem;height:10.6875rem;top:136.5625rem;left:3.0625rem;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; }#dKRlsWUCUZCRqAHk885pSPT8R9hB5KJa.adaptive-delivery-prevent-bg, #dKRlsWUCUZCRqAHk885pSPT8R9hB5KJa.lazyload, #dKRlsWUCUZCRqAHk885pSPT8R9hB5KJa.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #VEOCqAnKdTsb3UL1zMKc2kmuKo20QSAk { width:14.375rem;height:10.6875rem;top:122.875rem;left:3.0625rem;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; }#VEOCqAnKdTsb3UL1zMKc2kmuKo20QSAk.adaptive-delivery-prevent-bg, #VEOCqAnKdTsb3UL1zMKc2kmuKo20QSAk.lazyload, #VEOCqAnKdTsb3UL1zMKc2kmuKo20QSAk.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #T18lqcMGFkOESN7MkDNJQRivNKvvg5VN { width:14.375rem;height:10.6875rem;top:61.9375rem;left:3.0625rem;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; }#T18lqcMGFkOESN7MkDNJQRivNKvvg5VN.adaptive-delivery-prevent-bg, #T18lqcMGFkOESN7MkDNJQRivNKvvg5VN.lazyload, #T18lqcMGFkOESN7MkDNJQRivNKvvg5VN.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #r8e2l9LPfXxRuHZ4MCrJ71xoeTzfK2OX { width:14.375rem;height:1.2180375rem;top:144.125rem;left:3.0625rem;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) { #s9KCkmGisw7RpC2lrHMA9r1KzNAB6fgW { width:14.375rem;height:1.2180375rem;top:130.4375rem;left:3.0625rem;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) { #dlhRVKMFfUVBiPNfnbThpkV4izFfs3DN { width:14.375rem;height:1.2180375rem;top:69.5rem;left:3.0625rem;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) { #lu8Pl66kgbmyuP83O7WCIBR4rtnyuzLD { width:11.875rem;height:4.144175rem;top:138.625rem;left:4.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7fLQeHuewvTqdf4mtUm9rw1P9HTEd88 { width:11.875rem;height:2.82528125rem;top:126.75rem;left:4.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSCxiP5P4XpXNrr1D4lUZIZaC4v6Zy7r { width:14.375rem;height:10.6875rem;top:150.625rem;left:3.0625rem;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; }#HSCxiP5P4XpXNrr1D4lUZIZaC4v6Zy7r.adaptive-delivery-prevent-bg, #HSCxiP5P4XpXNrr1D4lUZIZaC4v6Zy7r.lazyload, #HSCxiP5P4XpXNrr1D4lUZIZaC4v6Zy7r.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #J5KByLtTzMVKp9a08pdXV3k0NCSBNp7I { width:14.375rem;height:1.2180375rem;top:158.4375rem;left:3.0625rem;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) { #Rpx7rS4lodqOsg2azGFTEuQpV1X0TiQl { width:11.875rem;height:4.38654375rem;top:64.75rem;left:4.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mK2xyzpxs5qFrsdwfTs7TPH2ZkDz6ynX { width:11.875rem;height:4.144175rem;top:153.875rem;left:4.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLlCdlkvQLihMGHpz1TOkfH1EF7ew2UG { width:14.375rem;height:10.6875rem;top:164.5625rem;left:3.0625rem;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; }#KLlCdlkvQLihMGHpz1TOkfH1EF7ew2UG.adaptive-delivery-prevent-bg, #KLlCdlkvQLihMGHpz1TOkfH1EF7ew2UG.lazyload, #KLlCdlkvQLihMGHpz1TOkfH1EF7ew2UG.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #J7DA1CBDSTbIZmyR6mBBEbTQyt3eb2G3 { width:14.375rem;height:10.6875rem;top:191.875rem;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; }#J7DA1CBDSTbIZmyR6mBBEbTQyt3eb2G3.adaptive-delivery-prevent-bg, #J7DA1CBDSTbIZmyR6mBBEbTQyt3eb2G3.lazyload, #J7DA1CBDSTbIZmyR6mBBEbTQyt3eb2G3.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Z3Glov4cSFp8iyAyUlAbUzc7tTM31kpi { width:14.375rem;height:10.6875rem;top:177.9375rem;left:3.0625rem;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; }#Z3Glov4cSFp8iyAyUlAbUzc7tTM31kpi.adaptive-delivery-prevent-bg, #Z3Glov4cSFp8iyAyUlAbUzc7tTM31kpi.lazyload, #Z3Glov4cSFp8iyAyUlAbUzc7tTM31kpi.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #MekpRQXAos143xukkiGuBSPonFZsbh6E { width:14.375rem;height:1.2180375rem;top:172.125rem;left:3.0625rem;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) { #w5FnVUJXQxbbfASmt71KeDgrKsUbliZC { width:14.375rem;height:1.2180375rem;top:199.4375rem;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) { #zz489n0FPGFt5qwU63sHDyxlZGLcKsiO { width:14.375rem;height:1.2180375rem;top:185.5rem;left:3.0625rem;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) { #I5WNJpk4XAAFp5I5o7PlPFEMXhWXFcAi { width:11.875rem;height:2.82528125rem;top:167.5625rem;left:4.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQTm0JRTFlDWzpMSHyZsgtzTUpF26ITR { width:11.875rem;height:3.9589875rem;top:195.25rem;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) { #gF1cb4so1JTFdDfUaE8Z0kGgCPycKTaG { width:11.875rem;height:2.59765625rem;top:181rem;left:4.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ibl9fi26G3f7q4CLFDdTRvHvyZUevqI3 { width:14.375rem;height:10.6875rem;top:205.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; }#Ibl9fi26G3f7q4CLFDdTRvHvyZUevqI3.adaptive-delivery-prevent-bg, #Ibl9fi26G3f7q4CLFDdTRvHvyZUevqI3.lazyload, #Ibl9fi26G3f7q4CLFDdTRvHvyZUevqI3.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #IDmaTvEGzs6f6Anov8AnotFUUk59Zb9V { width:14.375rem;height:1.2180375rem;top:213.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) { #dtflrh1aTrTwTCKEaLyP9oUIAwpdTVSb { width:11.875rem;height:2.82528125rem;top:209.4375rem;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) { #GfKWhgClid9oK3ani0za6OzNPgmJbvOi { width:14.375rem;height:10.6875rem;top:220.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; }#GfKWhgClid9oK3ani0za6OzNPgmJbvOi.adaptive-delivery-prevent-bg, #GfKWhgClid9oK3ani0za6OzNPgmJbvOi.lazyload, #GfKWhgClid9oK3ani0za6OzNPgmJbvOi.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #neQm2QLJmrVVZmlRlPEa5WSNnHP1O3GH { width:14.375rem;height:10.6875rem;top:250rem;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; }#neQm2QLJmrVVZmlRlPEa5WSNnHP1O3GH.adaptive-delivery-prevent-bg, #neQm2QLJmrVVZmlRlPEa5WSNnHP1O3GH.lazyload, #neQm2QLJmrVVZmlRlPEa5WSNnHP1O3GH.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #XE4A53vnuCKuyl0iCmWcpaL8QCwvZFfa { width:14.375rem;height:10.6875rem;top:236.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; }#XE4A53vnuCKuyl0iCmWcpaL8QCwvZFfa.adaptive-delivery-prevent-bg, #XE4A53vnuCKuyl0iCmWcpaL8QCwvZFfa.lazyload, #XE4A53vnuCKuyl0iCmWcpaL8QCwvZFfa.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #T2b6ddPtNokwK2Ao7C9xSNeof5Rlm1Zn { width:14.375rem;height:1.2180375rem;top:228.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) { #DKdfJBqBDO69Up6ZdU22Tz22ruocNFoz { width:14.375rem;height:1.2180375rem;top:257.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) { #fhONEas3iXS7LiDZuqiGpGtJMTAAM8TF { width:14.375rem;height:1.2180375rem;top:244.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) { #p3hox0bmgWnTSbiaUVVDerqGUiNB4Ps3 { width:11.875rem;height:6.494125rem;top:221.625rem;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) { #qvrXHMZfTfbobKO1lUFGBNyITKqJBkzV { width:11.875rem;height:2.59765625rem;top:254.0625rem;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) { #ckcRWdTFEs3wBHrEMD8b2DzdcSD72d9D { width:11.875rem;height:3.9589875rem;top:239.5625rem;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) { #LxHeoDieQqDpJgVaTP15DQE2tfleAF2H { width:14.375rem;height:10.6875rem;top:266.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; }#LxHeoDieQqDpJgVaTP15DQE2tfleAF2H.adaptive-delivery-prevent-bg, #LxHeoDieQqDpJgVaTP15DQE2tfleAF2H.lazyload, #LxHeoDieQqDpJgVaTP15DQE2tfleAF2H.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #GkdGJQ2aEe5zIyxtINgfqnywXsVmqAUc { width:14.375rem;height:1.2180375rem;top:274.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) { #zyW4GBQATwLPe20PPiUxR0PHVdmnSQI3 { width:11.875rem;height:1.38139375rem;top:271.1875rem;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) { #OeMwuycD9k9hafkcHQMVO3FAceTzefnk { width:14.375rem;height:10.6875rem;top:329.6875rem;left:3rem;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; }#OeMwuycD9k9hafkcHQMVO3FAceTzefnk.adaptive-delivery-prevent-bg, #OeMwuycD9k9hafkcHQMVO3FAceTzefnk.lazyload, #OeMwuycD9k9hafkcHQMVO3FAceTzefnk.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #HIiAafnCcPmWnLbtfWDX4apF23RbBINO { width:14.375rem;height:1.2180375rem;top:338.0625rem;left:3rem;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) { #EWgDmowTzd0sMoplkQyG2eeEWD74oE5c { width:11.875rem;height:5.52556875rem;top:331.4375rem;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) { #Xsb6FVTZeV9Oxdtt8oyhgoPFLLuLv1yk { width:14.375rem;height:10.6875rem;top:311.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; }#Xsb6FVTZeV9Oxdtt8oyhgoPFLLuLv1yk.adaptive-delivery-prevent-bg, #Xsb6FVTZeV9Oxdtt8oyhgoPFLLuLv1yk.lazyload, #Xsb6FVTZeV9Oxdtt8oyhgoPFLLuLv1yk.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #MTBq1Vun4FnQaIJg0HOxEHxFsrF5fZBX { width:11.875rem;height:4.144175rem;top:313.25rem;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) { #CMf83VfdrkTBBtMcxbgFiFn3wxpk0zvo { width:14.375rem;height:10.6875rem;top:296.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; }#CMf83VfdrkTBBtMcxbgFiFn3wxpk0zvo.adaptive-delivery-prevent-bg, #CMf83VfdrkTBBtMcxbgFiFn3wxpk0zvo.lazyload, #CMf83VfdrkTBBtMcxbgFiFn3wxpk0zvo.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #IAFZg34R4oLlVUu4zyrqpGOSVkpDT7OC { width:14.375rem;height:1.2180375rem;top:304.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) { #ThXTkCMCHczLbhr7xpTIHbL0iwAybxa6 { width:11.875rem;height:1.38139375rem;top:301.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) { #lvPr77HMMyQJ88dgNqwhdFC5IzZRCbIH { width:14.375rem;height:10.6875rem;top:281.625rem;left:2.75rem;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; }#lvPr77HMMyQJ88dgNqwhdFC5IzZRCbIH.adaptive-delivery-prevent-bg, #lvPr77HMMyQJ88dgNqwhdFC5IzZRCbIH.lazyload, #lvPr77HMMyQJ88dgNqwhdFC5IzZRCbIH.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #xLpPwSltT23Tfmu36KRHnc3B9sAKiW5M { width:11.875rem;height:4.144175rem;top:283.6875rem;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) { #mlCEzur3mzJTbIlkUpycUwrThFpD9L7N { width:14.375rem;height:1.2180375rem;top:289.0625rem;left:2.875rem;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) { #NTFVqcLbwRRBctFIGmRnOeNTFVaTXv8X { width:14.375rem;height:10.6875rem;top:344.625rem;left:2.5625rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#NTFVqcLbwRRBctFIGmRnOeNTFVaTXv8X.adaptive-delivery-prevent-bg, #NTFVqcLbwRRBctFIGmRnOeNTFVaTXv8X.lazyload, #NTFVqcLbwRRBctFIGmRnOeNTFVaTXv8X.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #OK6ZcPAou9ZE5zmdx5hzWIhnVFoeT9Ak { width:14.375rem;height:1.2180375rem;top:352.3125rem;left:2.5625rem;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) { #IhxLA98OoR5XIsILP1hVLzJucgqcrg9D { width:14.375rem;height:10.6875rem;top:358.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; }#IhxLA98OoR5XIsILP1hVLzJucgqcrg9D.adaptive-delivery-prevent-bg, #IhxLA98OoR5XIsILP1hVLzJucgqcrg9D.lazyload, #IhxLA98OoR5XIsILP1hVLzJucgqcrg9D.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #uP4LvmQHbLhDWK8s2tTO8EONOZfOnRzh { width:14.375rem;height:1.2180375rem;top:366.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) { #GMumS6kV0uIWH7o812oJTQDNTi8TWWAu { width:11.875rem;height:4.144175rem;top:360.875rem;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) { #GJeDvLKinQ3OP7QQFFBO4AWiVEDzh0eg { width:11.875rem;height:5.52556875rem;top:346.6875rem;left:3.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLcPFESEWpvksQidTFhhiHny8QndRwHx { width:14.375rem;height:10.6875rem;top:374.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; }#tLcPFESEWpvksQidTFhhiHny8QndRwHx.adaptive-delivery-prevent-bg, #tLcPFESEWpvksQidTFhhiHny8QndRwHx.lazyload, #tLcPFESEWpvksQidTFhhiHny8QndRwHx.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #V8fI6WNkmyzT6VztHEMH48erNJwtFdik { width:14.375rem;height:1.2180375rem;top:382.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) { #JZw2kIJ5ZOh2VEXv1EWVzSgOGUIC5IME { width:11.875rem;height:4.54900625rem;top:377.1875rem;left:4.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsJW4NM0qC4IXG9uE2U56RPa6JHepSgX { width:14.375rem;height:10.6875rem;top:389.5rem;left:2.75rem;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; }#ZsJW4NM0qC4IXG9uE2U56RPa6JHepSgX.adaptive-delivery-prevent-bg, #ZsJW4NM0qC4IXG9uE2U56RPa6JHepSgX.lazyload, #ZsJW4NM0qC4IXG9uE2U56RPa6JHepSgX.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #TWzb57iu6ciFZfqMEsWcLDIKOiWGtwEa { width:11.875rem;height:4.144175rem;top:391.5625rem;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) { #W1G9V6Xg1uchI5zxGTeIBtW1QA2uKyl5 { width:14.375rem;height:1.2180375rem;top:397.0625rem;left:2.875rem;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) { #PEbVG4vny2xHXpySNPloLJgk1oc1iz9z { width:20rem;height:0.185546875rem;top:1191.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODa1wQiO61rgNd95alMcon4QqAEJ8qWM { width:14.375rem;height:10.6875rem;top:403.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; }#ODa1wQiO61rgNd95alMcon4QqAEJ8qWM.adaptive-delivery-prevent-bg, #ODa1wQiO61rgNd95alMcon4QqAEJ8qWM.lazyload, #ODa1wQiO61rgNd95alMcon4QqAEJ8qWM.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Uz1eWLIXPo3xZCd941HwK7EVefdphrcb { width:14.375rem;height:1.2180375rem;top:410.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) { #kTCqBRL0rbPTTTqD0A0eRrhOdIJFrgAL { width:11.875rem;height:2.82528125rem;top:405.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) { #zXdn1VPF8TTTUPLiAn5ZXsotSMx0AdyS { width:14.375rem;height:10.6875rem;top:416.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; }#zXdn1VPF8TTTUPLiAn5ZXsotSMx0AdyS.adaptive-delivery-prevent-bg, #zXdn1VPF8TTTUPLiAn5ZXsotSMx0AdyS.lazyload, #zXdn1VPF8TTTUPLiAn5ZXsotSMx0AdyS.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #kJAlT22vCKgIPeTZlmEUl0237NOgS7ei { width:14.375rem;height:1.2180375rem;top:424.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) { #eoWcTW2FaePL3GURxahTJ8MNCyxifczs { width:11.875rem;height:2.82528125rem;top:420.5rem;left:3.9375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFaDf3UQx69KqBLeRR7I2nrQmy2cCAtR { width:14.375rem;height:10.6875rem;top:430.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; }#cFaDf3UQx69KqBLeRR7I2nrQmy2cCAtR.adaptive-delivery-prevent-bg, #cFaDf3UQx69KqBLeRR7I2nrQmy2cCAtR.lazyload, #cFaDf3UQx69KqBLeRR7I2nrQmy2cCAtR.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #DzGWMSGp44UbbHKaQq8hFoGofVWpwzGm { width:14.375rem;height:1.2180375rem;top:438.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) { #Dlw631XMWnu1cATBxcThPu4Tl1aTkq1q { width:11.875rem;height:5.68625625rem;top:432.625rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooQtIGd63l33QJe2WOeO8RgGqNkJskJI { width:14.375rem;height:10.6875rem;top:444.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; }#ooQtIGd63l33QJe2WOeO8RgGqNkJskJI.adaptive-delivery-prevent-bg, #ooQtIGd63l33QJe2WOeO8RgGqNkJskJI.lazyload, #ooQtIGd63l33QJe2WOeO8RgGqNkJskJI.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #IiLe0QDEKx6iGduRbgTu3e3QyJs4szeF { width:11.875rem;height:4.144175rem;top:446.5625rem;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) { #WATniTCZh9mVdadIkZCht71kEMOeK08w { width:14.375rem;height:1.2180375rem;top:452.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) { #BflMuN8QItrpIqM6T9DSTBwLxDO5r4HX { width:19.437125rem;height:2.51775625rem;top:0.75rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wk0bDPqQrK5y0HcJ4dTP3rmTdbRRCuli { width:14.375rem;height:1.2180375rem;top:55.8125rem;left:3.0625rem;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) { #qrQgAVB2LoXGhUgFaMKxHO4TWfKDl0PV { width:14.375rem;height:1.2180375rem;top:318.4375rem;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) { #hkOPwCfEMBigBFprfTAwT4FPyqWDqOZ6 { width:14.375rem;height:10.6875rem;top:459.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; }#hkOPwCfEMBigBFprfTAwT4FPyqWDqOZ6.adaptive-delivery-prevent-bg, #hkOPwCfEMBigBFprfTAwT4FPyqWDqOZ6.lazyload, #hkOPwCfEMBigBFprfTAwT4FPyqWDqOZ6.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #lNIwxH08VrJ1KiQ9r094uvv5ZnBaLd2M { width:14.375rem;height:1.2180375rem;top:466.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) { #d2cLNzCSrErQc9HKELOb7GsNGXtbnZSm { width:11.875rem;height:4.144175rem;top:461.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) { #lVOv8tfTiHm0RqEw5gkQPTVa4bwCT99m { width:14.375rem;height:10.6875rem;top:473.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; }#lVOv8tfTiHm0RqEw5gkQPTVa4bwCT99m.adaptive-delivery-prevent-bg, #lVOv8tfTiHm0RqEw5gkQPTVa4bwCT99m.lazyload, #lVOv8tfTiHm0RqEw5gkQPTVa4bwCT99m.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #dCO4n2tDds8aKXi7kB1UeUIJ3h7cZq4X { width:14.375rem;height:1.2180375rem;top:480.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) { #FsN2wleWp1MklIotxeNWFw6A8JlmcQsB { width:11.875rem;height:4.144175rem;top:475.8125rem;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) { #KGLU2CPJ6ChyEa2GaoWSXBmFgE1V92Pd { width:14.375rem;height:10.6875rem;top:488.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; }#KGLU2CPJ6ChyEa2GaoWSXBmFgE1V92Pd.adaptive-delivery-prevent-bg, #KGLU2CPJ6ChyEa2GaoWSXBmFgE1V92Pd.lazyload, #KGLU2CPJ6ChyEa2GaoWSXBmFgE1V92Pd.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #NHK6DAuveX649t35cNwk4dPutDdH5fgI { width:14.375rem;height:1.2180375rem;top:495.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) { #dAeHgT9uMS1r56kPi3OBHqsq1AIRUvea { width:11.875rem;height:2.59765625rem;top:491.1875rem;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) { #TcnPtUy0XfyTJaI8Sdy4ANunURCdqIuK { width:14.375rem;height:10.6875rem;top:501.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; }#TcnPtUy0XfyTJaI8Sdy4ANunURCdqIuK.adaptive-delivery-prevent-bg, #TcnPtUy0XfyTJaI8Sdy4ANunURCdqIuK.lazyload, #TcnPtUy0XfyTJaI8Sdy4ANunURCdqIuK.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #OpL36Re4Hfnw0roL9aWaanb7apwT0kll { width:11.875rem;height:2.82528125rem;top:503.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) { #qlFcOZ7wEsthc36Jdh9GSfIWzGOuCyeG { width:14.375rem;height:1.2180375rem;top:508.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) { #wZsAOQotPDNaR7EtNli0K9wLfTcnTFxE { width:14.375rem;height:10.6875rem;top:515.625rem;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; }#wZsAOQotPDNaR7EtNli0K9wLfTcnTFxE.adaptive-delivery-prevent-bg, #wZsAOQotPDNaR7EtNli0K9wLfTcnTFxE.lazyload, #wZsAOQotPDNaR7EtNli0K9wLfTcnTFxE.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Ra2Avi8OvFHeUT0nmXH5beXSPPVaSF13 { width:14.375rem;height:1.2180375rem;top:523.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) { #JqB4t1oTvoCl3WQ38kreGTKptel5nrRK { width:11.875rem;height:4.144175rem;top:518.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) { #iKpAh7TTN1zzZqcJut4a5qpBQk8T238g { width:14.375rem;height:10.6875rem;top:531.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; }#iKpAh7TTN1zzZqcJut4a5qpBQk8T238g.adaptive-delivery-prevent-bg, #iKpAh7TTN1zzZqcJut4a5qpBQk8T238g.lazyload, #iKpAh7TTN1zzZqcJut4a5qpBQk8T238g.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #MXomMaOSRBFeEz5ZEM6JnIuLQxtGZFN2 { width:14.375rem;height:1.2180375rem;top:539rem;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) { #tP1muS1QWrT05V9xb6FKA5N0C4IOOTvJ { width:11.875rem;height:4.144175rem;top:534.0625rem;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) { #ihSBAD9xIaQTg5kQZCKqg6TRnH1GLVfH { width:14.375rem;height:10.6875rem;top:547.75rem;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; }#ihSBAD9xIaQTg5kQZCKqg6TRnH1GLVfH.adaptive-delivery-prevent-bg, #ihSBAD9xIaQTg5kQZCKqg6TRnH1GLVfH.lazyload, #ihSBAD9xIaQTg5kQZCKqg6TRnH1GLVfH.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ZOcylplc089krAiLWzSAh9KCgBPuaNZn { width:14.375rem;height:1.2180375rem;top:555.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) { #LBtT1LT3PdWc5Jo6ZdT5hRqD7thQNg3Z { width:11.875rem;height:3.9589875rem;top:550.875rem;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) { #q5NgnkibDIL0FSfMAP3JFFtTJMxLt6A9 { width:14.375rem;height:10.6875rem;top:564.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; }#q5NgnkibDIL0FSfMAP3JFFtTJMxLt6A9.adaptive-delivery-prevent-bg, #q5NgnkibDIL0FSfMAP3JFFtTJMxLt6A9.lazyload, #q5NgnkibDIL0FSfMAP3JFFtTJMxLt6A9.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #oolizyzDeK7kpIWWkM5T3CLH8C1nlLv8 { width:11.875rem;height:5.84871875rem;top:565.75rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8JIfslTuSiUVKZFE6a6JvUi2Z0nQ93H { width:14.375rem;height:1.2180375rem;top:571.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) { #kkEV4qkeDesLSIFppcpLL3qcg0aSLSNT { width:14.375rem;height:10.6875rem;top:579.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; }#kkEV4qkeDesLSIFppcpLL3qcg0aSLSNT.adaptive-delivery-prevent-bg, #kkEV4qkeDesLSIFppcpLL3qcg0aSLSNT.lazyload, #kkEV4qkeDesLSIFppcpLL3qcg0aSLSNT.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #kSUn6ozUFQbaWGMsaWdtmKsI6TvZyT8L { width:14.375rem;height:10.6875rem;top:594.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; }#kSUn6ozUFQbaWGMsaWdtmKsI6TvZyT8L.adaptive-delivery-prevent-bg, #kSUn6ozUFQbaWGMsaWdtmKsI6TvZyT8L.lazyload, #kSUn6ozUFQbaWGMsaWdtmKsI6TvZyT8L.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ZN1DE5qC0Ay50Npa5y6SRdq7TWoBKBmC { width:14.375rem;height:10.6875rem;top:610.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; }#ZN1DE5qC0Ay50Npa5y6SRdq7TWoBKBmC.adaptive-delivery-prevent-bg, #ZN1DE5qC0Ay50Npa5y6SRdq7TWoBKBmC.lazyload, #ZN1DE5qC0Ay50Npa5y6SRdq7TWoBKBmC.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #B11zz07FpUBTgVuZ51o5uq0ODBS4ZXwv { width:14.375rem;height:1.2180375rem;top:586.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) { #hGd7eSlyE0a7NbLi4W3g6yZMvHp1tm1N { width:11.875rem;height:5.84871875rem;top:580.6875rem;left:4.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5lsdzbIqOfe5xBzuWPtImCVRvSfoSFT { width:14.375rem;height:1.2180375rem;top:601.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) { #lOE8x2XG6sUpuVrpoyJ3Dq0rQGkdTmR0 { width:11.875rem;height:6.3334375rem;top:595.4375rem;left:4.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOOeKFeEMvwEmsdqEatBvReebNUUk891 { width:14.375rem;height:1.2180375rem;top:617.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) { #mKwmLmlAESToqsav3InGHoGg09NwuJOn { width:11.875rem;height:4.54900625rem;top:613.4375rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMlLDzTxzD7uZ9JZmf1hITISTNkWGQBQ { width:14.375rem;height:10.6875rem;top:624.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; }#OMlLDzTxzD7uZ9JZmf1hITISTNkWGQBQ.adaptive-delivery-prevent-bg, #OMlLDzTxzD7uZ9JZmf1hITISTNkWGQBQ.lazyload, #OMlLDzTxzD7uZ9JZmf1hITISTNkWGQBQ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #evkW3xbUChMewV5OJBRdxtnrWND8UQSx { width:11.875rem;height:1.52468125rem;top:626.6875rem;left:3.9375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDFLhLFBtLMwyWUKkMsphESDTOBm9Qxk { width:14.375rem;height:1.2180375rem;top:632.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) { #MzX9yAPJbkpNWklOXxCUKx0yJZ6umraG { width:11.875rem;height:3.2492875rem;top:628.6875rem;left:3.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVdVREUVBNonb7IHQTO4zvNrOodDKrkV { width:14.375rem;height:10.6875rem;top:656.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; }#dVdVREUVBNonb7IHQTO4zvNrOodDKrkV.adaptive-delivery-prevent-bg, #dVdVREUVBNonb7IHQTO4zvNrOodDKrkV.lazyload, #dVdVREUVBNonb7IHQTO4zvNrOodDKrkV.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #NWegDJyZ50ulVFqmmcsAkS56yEV0axDa { width:14.375rem;height:10.6875rem;top:671.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; }#NWegDJyZ50ulVFqmmcsAkS56yEV0axDa.adaptive-delivery-prevent-bg, #NWegDJyZ50ulVFqmmcsAkS56yEV0axDa.lazyload, #NWegDJyZ50ulVFqmmcsAkS56yEV0axDa.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #TTHHLmEKonIyPbWvdqfggK2fy3LrXPiN { width:14.375rem;height:1.2180375rem;top:664.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) { #hR6VoFGPx18kGtvfeaqmDRctKq3kHX1U { width:11.875rem;height:3.65411875rem;top:659.25rem;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) { #hvVmMLmM9BkxAyrHviAlv759BA4SfwWO { width:14.375rem;height:1.2180375rem;top:679.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) { #XK0oVukm6vGTybu3JoH4VxkLdiqZBod3 { width:11.875rem;height:3.96165rem;top:674.9375rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #epxzvHqS35kS74gElrUXAl9AnCxoCnoD { width:14.375rem;height:10.6875rem;top:686.625rem;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; }#epxzvHqS35kS74gElrUXAl9AnCxoCnoD.adaptive-delivery-prevent-bg, #epxzvHqS35kS74gElrUXAl9AnCxoCnoD.lazyload, #epxzvHqS35kS74gElrUXAl9AnCxoCnoD.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #UchJo6pa1wD2UyNmNPW3LNpcPaPFaMwJ { width:14.375rem;height:1.2180375rem;top:694.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) { #hlRTWyBWWuvST3R22oIE2r5m24KhzIZI { width:11.875rem;height:5.3586625rem;top:689.5rem;left:4.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0TxMTErx25Rs7PZxrOTzwF9Nx5WX6d3 { width:14.375rem;height:10.6875rem;top:640.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; }#J0TxMTErx25Rs7PZxrOTzwF9Nx5WX6d3.adaptive-delivery-prevent-bg, #J0TxMTErx25Rs7PZxrOTzwF9Nx5WX6d3.lazyload, #J0TxMTErx25Rs7PZxrOTzwF9Nx5WX6d3.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #IxAJAvJcACcXoMzMfkpUHPIed0lGWbJW { width:14.375rem;height:1.2180375rem;top:648.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) { #gC0R4FhrBrpZKb7ig23XI4ggsZu5dGZ6 { width:11.875rem;height:2.82528125rem;top:644.125rem;left:4.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxrn0E1Juak9vOyedPLOdBTTNA2VHZ8g { width:14.375rem;height:10.6875rem;top:702rem;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; }#lxrn0E1Juak9vOyedPLOdBTTNA2VHZ8g.adaptive-delivery-prevent-bg, #lxrn0E1Juak9vOyedPLOdBTTNA2VHZ8g.lazyload, #lxrn0E1Juak9vOyedPLOdBTTNA2VHZ8g.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #wZPzNElqfheK5pwrqJoC8Rh8AT4xFD9h { width:14.375rem;height:1.2180375rem;top:709.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) { #nRhTH8zpinAWz7c5mk5Tc2iT1gtZs1qO { width:11.875rem;height:2.82528125rem;top:706rem;left:4.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3KWy9xVy9tOgxfrTrzaZBuWCgoKms5k { width:14.375rem;height:10.6875rem;top:716.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; }#T3KWy9xVy9tOgxfrTrzaZBuWCgoKms5k.adaptive-delivery-prevent-bg, #T3KWy9xVy9tOgxfrTrzaZBuWCgoKms5k.lazyload, #T3KWy9xVy9tOgxfrTrzaZBuWCgoKms5k.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #v7IJTdnMq52QBVMwvfiiKF0XTNgwOkn0 { width:14.375rem;height:1.2180375rem;top:723.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) { #pzNuDCi63CFL2fnMRSqwUhcuP3fVDaq2 { width:11.875rem;height:2.59765625rem;top:719.875rem;left:3.75rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOmKkCx94k03GJb5cxEpVaaPGbzW5SCX { width:14.375rem;height:10.6875rem;top:730.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; }#qOmKkCx94k03GJb5cxEpVaaPGbzW5SCX.adaptive-delivery-prevent-bg, #qOmKkCx94k03GJb5cxEpVaaPGbzW5SCX.lazyload, #qOmKkCx94k03GJb5cxEpVaaPGbzW5SCX.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #V9941UmQaTAMuFFyDIBTIVModvbMQv3x { width:14.375rem;height:1.2180375rem;top:737.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) { #l1zDeWM4HzEUtFHzfvcgBcu5xFNhydRT { width:11.875rem;height:2.59765625rem;top:733.875rem;left:4.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmmFmnPvFKoD1dB5C2KPWgOu6KSrAZwe { width:14.375rem;height:10.6875rem;top:744.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; }#AmmFmnPvFKoD1dB5C2KPWgOu6KSrAZwe.adaptive-delivery-prevent-bg, #AmmFmnPvFKoD1dB5C2KPWgOu6KSrAZwe.lazyload, #AmmFmnPvFKoD1dB5C2KPWgOu6KSrAZwe.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #eiy6NSNDZThTWJv1shszHPlJpLIN994P { width:14.375rem;height:1.2180375rem;top:752.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) { #EQxDFuoVXooS4F9fQ5mqy1E3XWOmx7BO { width:11.875rem;height:5.340375rem;top:746.9375rem;left:4.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSN868bHpz7T7B6JdbEpnrSmZcUCRWOx { width:14.375rem;height:10.6875rem;top:758.3125rem;left:2.75rem;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; }#FSN868bHpz7T7B6JdbEpnrSmZcUCRWOx.adaptive-delivery-prevent-bg, #FSN868bHpz7T7B6JdbEpnrSmZcUCRWOx.lazyload, #FSN868bHpz7T7B6JdbEpnrSmZcUCRWOx.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #guJ46eI5ftcqWc3CWRCrLkawQT4zr2vF { width:14.375rem;height:1.2180375rem;top:766.625rem;left:2.875rem;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) { #F4mrvSXGUzr13d7GtTQmiMF1dQPQQUBg { width:11.875rem;height:6.3334375rem;top:760.25rem;left:4rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhuDorn1gAK78en3BMVLikUa2icthkHv { width:14.375rem;height:10.6875rem;top:773.625rem;left:2.75rem;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; }#RhuDorn1gAK78en3BMVLikUa2icthkHv.adaptive-delivery-prevent-bg, #RhuDorn1gAK78en3BMVLikUa2icthkHv.lazyload, #RhuDorn1gAK78en3BMVLikUa2icthkHv.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #evFnMwaNwcVa6TNUUvJpOf5yUKZ8WTWt { width:14.375rem;height:1.2180375rem;top:781.1875rem;left:2.75rem;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) { #NTgVfPGGads254ozECTQ6TTQxZUrNBKT { width:11.875rem;height:1.62464375rem;top:777.375rem;left:3.6875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxwCJJE7noLT9m6kiAKrIO7FmdcK0Thb { width:14.375rem;height:10.6875rem;top:787.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; }#wxwCJJE7noLT9m6kiAKrIO7FmdcK0Thb.adaptive-delivery-prevent-bg, #wxwCJJE7noLT9m6kiAKrIO7FmdcK0Thb.lazyload, #wxwCJJE7noLT9m6kiAKrIO7FmdcK0Thb.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #hxuTxDLqSdBTaruNt3bp4SwNNPlP6Jdd { width:14.375rem;height:1.2180375rem;top:795.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) { #JSLadKqHsILTG8AeTT6I8lsZ0FKytirK { width:11.875rem;height:2.59765625rem;top:791.3125rem;left:4.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4WXFIbOsA9cUBOT6gCsxuW90CrhZzP2 { width:14.375rem;height:10.6875rem;top:801.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; }#g4WXFIbOsA9cUBOT6gCsxuW90CrhZzP2.adaptive-delivery-prevent-bg, #g4WXFIbOsA9cUBOT6gCsxuW90CrhZzP2.lazyload, #g4WXFIbOsA9cUBOT6gCsxuW90CrhZzP2.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #g8ufOAgXBPEXK2Vkm4e0HBefO8aPLutU { width:14.375rem;height:1.2180375rem;top:809.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) { #Nn4UB7HMd3hg6SX2Uv2yN2OfZ9g9kmmw { width:11.875rem;height:2.59765625rem;top:805.1875rem;left:4.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPVxrdclP7SNoz22oG5aWxMT0SWDh05m { width:14.375rem;height:10.6875rem;top:815.4375rem;left:2.75rem;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; }#cPVxrdclP7SNoz22oG5aWxMT0SWDh05m.adaptive-delivery-prevent-bg, #cPVxrdclP7SNoz22oG5aWxMT0SWDh05m.lazyload, #cPVxrdclP7SNoz22oG5aWxMT0SWDh05m.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #XQ7w3CIs6HXBHTSJW2SZPzmWpya8IZzc { width:14.375rem;height:1.2180375rem;top:823.75rem;left:2.875rem;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) { #xNlm5kMhvJ2HzOd6h77F8EgiGeI6WJKT { width:11.875rem;height:2.82528125rem;top:819.75rem;left:4.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CglDMIuhowkNNiLcaG74E28PlM7FUArD { width:14.375rem;height:10.6875rem;top:836.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; }#CglDMIuhowkNNiLcaG74E28PlM7FUArD.adaptive-delivery-prevent-bg, #CglDMIuhowkNNiLcaG74E28PlM7FUArD.lazyload, #CglDMIuhowkNNiLcaG74E28PlM7FUArD.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #MeaWw66P7zLZNedaDMB27vDxwfBTTuhP { width:14.375rem;height:1.2180375rem;top:844.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) { #W9CBcr7h3N0I7aqODboZ4TgXJJaQNeLe { width:11.875rem;height:3.2492875rem;top:839.0625rem;left:3.625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7FDrs3gVaOtyZB9FK3Oz8iXHTA93Biz { width:14.375rem;height:10.6875rem;top:851.4375rem;left:2.75rem;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:none; }#T7FDrs3gVaOtyZB9FK3Oz8iXHTA93Biz.adaptive-delivery-prevent-bg, #T7FDrs3gVaOtyZB9FK3Oz8iXHTA93Biz.lazyload, #T7FDrs3gVaOtyZB9FK3Oz8iXHTA93Biz.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #C4w4sr1g33UhmcPMVl2dhiDHDRw9hRRt { width:14.375rem;height:0;top:859rem;left:2.75rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:none; }
 }@media only screen and (max-width: 763px) { #AnKW95NdO0x3WxuItJPge8NH9RrTBHQw { width:11.875rem;height:0;top:853.625rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #OiPilyhOOFeirBlJSsnh9iiq0cDQ2dzA { width:14.375rem;height:10.6875rem;top:851.25rem;left:2.75rem;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; }#OiPilyhOOFeirBlJSsnh9iiq0cDQ2dzA.adaptive-delivery-prevent-bg, #OiPilyhOOFeirBlJSsnh9iiq0cDQ2dzA.lazyload, #OiPilyhOOFeirBlJSsnh9iiq0cDQ2dzA.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #v54Jfdq0yN6fOreyUdidyk9RiyfhAWDu { width:14.375rem;height:1.2180375rem;top:859.4375rem;left:2.75rem;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) { #tITrPG2WmbHdmGJ3tcIuPUmS7pp6x1So { width:11.875rem;height:4.2223rem;top:855rem;left:4.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #npqVr0vI53HKNBIJhRlDannHfnmn0Wtk { width:14.375rem;height:10.6875rem;top:865.4375rem;left:2.75rem;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; }#npqVr0vI53HKNBIJhRlDannHfnmn0Wtk.adaptive-delivery-prevent-bg, #npqVr0vI53HKNBIJhRlDannHfnmn0Wtk.lazyload, #npqVr0vI53HKNBIJhRlDannHfnmn0Wtk.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #qdO6NTAHvf8tNtilxT2BNDgtWAP4WmJR { width:14.375rem;height:1.2180375rem;top:873.4375rem;left:2.75rem;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) { #dx1HD17hoeZP9yzmlTbAn4ebg0xzKIwT { width:11.875rem;height:4.87215625rem;top:868.375rem;left:4.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaE95603VXfXU2zvpsbVXyOiIeSaJWTK { width:11.875rem;height:0;top:884.6875rem;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) { #iVKoHAslP4cFUfcHh4J45Zwpyq3y4D7i { width:14.375rem;height:10.6875rem;top:895.75rem;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; }#iVKoHAslP4cFUfcHh4J45Zwpyq3y4D7i.adaptive-delivery-prevent-bg, #iVKoHAslP4cFUfcHh4J45Zwpyq3y4D7i.lazyload, #iVKoHAslP4cFUfcHh4J45Zwpyq3y4D7i.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #rWdlOrrFQGLceWJgeexNVCNUNZQaGBqD { width:14.375rem;height:1.2180375rem;top:903.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) { #RKJ9DLmeoXn0bENbRLkWhwTycnQrbvIK { width:11.875rem;height:2.82528125rem;top:899.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) { #K1wkZKTfi0gQzDqBmKP5hy631VaybWFB { width:14.375rem;height:10.6875rem;top:911.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; }#K1wkZKTfi0gQzDqBmKP5hy631VaybWFB.adaptive-delivery-prevent-bg, #K1wkZKTfi0gQzDqBmKP5hy631VaybWFB.lazyload, #K1wkZKTfi0gQzDqBmKP5hy631VaybWFB.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #q91LBPO5FvWhJ89R2EpyWuHEI3fmMBvg { width:14.375rem;height:1.2180375rem;top:919.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) { #JFa3OrTkUSpSgcQpRdCsQxhSDi3rhNvQ { width:11.875rem;height:2.11115rem;top:915.1875rem;left:4.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNyoMcT8WhRTvZFs06xAVpEdAgSOvAJi { width:11.875rem;height:0;top:884.8125rem;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) { #J78yqMUTsaAIvRKvxKnkavZiiikvOiOJ { width:14.375rem;height:10.6875rem;top:881.1875rem;left:2.75rem;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; }#J78yqMUTsaAIvRKvxKnkavZiiikvOiOJ.adaptive-delivery-prevent-bg, #J78yqMUTsaAIvRKvxKnkavZiiikvOiOJ.lazyload, #J78yqMUTsaAIvRKvxKnkavZiiikvOiOJ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #vxWpAwXzbykKQhVExf9770COQBegp9KX { width:14.375rem;height:1.2180375rem;top:889.5rem;left:2.875rem;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) { #x3gwEDhtwBwv9NlX5oTBmQh7x9SiwyuS { width:11.875rem;height:4.87215625rem;top:883.9375rem;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) { #QV7XIamyQGxr774fS6OMC8KMTJsb5FCP { width:14.375rem;height:10.6875rem;top:925.6875rem;left:2.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#QV7XIamyQGxr774fS6OMC8KMTJsb5FCP.adaptive-delivery-prevent-bg, #QV7XIamyQGxr774fS6OMC8KMTJsb5FCP.lazyload, #QV7XIamyQGxr774fS6OMC8KMTJsb5FCP.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #g2Q2UUnvk0oVRv7iz3yccgPAzQkWd0zA { width:14.375rem;height:1.2180375rem;top:933.375rem;left:2.3125rem;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) { #PZadvHzmoNPUv3SfkHoTZ0fMaUpMPGfP { width:11.875rem;height:3.65411875rem;top:928.625rem;left:3.6875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvzAsLlRTVMA2klCL9Z3L4VDpDpKSWK2 { width:14.375rem;height:10.6875rem;top:941.3125rem;left:2.75rem;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; }#OvzAsLlRTVMA2klCL9Z3L4VDpDpKSWK2.adaptive-delivery-prevent-bg, #OvzAsLlRTVMA2klCL9Z3L4VDpDpKSWK2.lazyload, #OvzAsLlRTVMA2klCL9Z3L4VDpDpKSWK2.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #xcIXhI7TwXRE0epmVvECRQAWNnEW75Qp { width:14.375rem;height:1.2180375rem;top:949.625rem;left:2.875rem;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) { #DCc0QoiGqNAiUJ7vSX8gnmAGdVAmnTK4 { width:11.875rem;height:4.87215625rem;top:944.0625rem;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) { #tWfDI6oBQImF375N34ybTft7yzx05Q2u { width:14.375rem;height:10.6875rem;top:955.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; }#tWfDI6oBQImF375N34ybTft7yzx05Q2u.adaptive-delivery-prevent-bg, #tWfDI6oBQImF375N34ybTft7yzx05Q2u.lazyload, #tWfDI6oBQImF375N34ybTft7yzx05Q2u.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #HJKtMc0UiMdLGWSwPhVImH2Mnnirtcmt { width:14.375rem;height:1.2180375rem;top:963rem;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) { #wu7QUaKRRHJnIPFApTUL6wG28LvbOFIt { width:11.875rem;height:4.144175rem;top:958.875rem;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) { #t6xpTKy2XGf6Fq3cRrm7U4F2b3NfmTfn { width:14.375rem;height:10.6875rem;top:969.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; }#t6xpTKy2XGf6Fq3cRrm7U4F2b3NfmTfn.adaptive-delivery-prevent-bg, #t6xpTKy2XGf6Fq3cRrm7U4F2b3NfmTfn.lazyload, #t6xpTKy2XGf6Fq3cRrm7U4F2b3NfmTfn.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #JBUqITUNPyfwkKiT33LGR4Il5Q2SEQm1 { width:14.375rem;height:1.2180375rem;top:977.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) { #nlqSCFSZex5yGKwhnO5CoNupBytiVbnS { width:11.875rem;height:3.9589875rem;top:972.875rem;left:4.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MX2ESabEeEVpR3EKr1VUGAEEo51J8OT4 { width:11.875rem;height:0;top:944.9375rem;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) { #m7OlXT7VTNrqNgil3xmbCQDStnpp0Kl9 { width:14.375rem;height:10.6875rem;top:985.1875rem;left:2.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#m7OlXT7VTNrqNgil3xmbCQDStnpp0Kl9.adaptive-delivery-prevent-bg, #m7OlXT7VTNrqNgil3xmbCQDStnpp0Kl9.lazyload, #m7OlXT7VTNrqNgil3xmbCQDStnpp0Kl9.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #yJA8i38fdhBVe43KoU6CTD7PyfTu9nfz { width:14.375rem;height:1.2180375rem;top:993.125rem;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) { #PhQ2Tf6Ec7ETyDk3mqXfTKJL07XezXfg { width:11.875rem;height:4.87215625rem;top:988.125rem;left:3.6875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFXQzT2dbgQb7IZq7GiwWetoqGEgErSH { width:14.375rem;height:10.6875rem;top:1014.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; }#lFXQzT2dbgQb7IZq7GiwWetoqGEgErSH.adaptive-delivery-prevent-bg, #lFXQzT2dbgQb7IZq7GiwWetoqGEgErSH.lazyload, #lFXQzT2dbgQb7IZq7GiwWetoqGEgErSH.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #OLCSKObm25uIz0NTIeZzyzT3HULHNiIO { width:14.375rem;height:1.2180375rem;top:1022.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) { #FdHrBcMdRfd6m4XeNTD0KHhJfPPVInNN { width:11.875rem;height:2.9243625rem;top:1018.625rem;left:4.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bakHchFn5UJ5AZoek2UrDROGkNfsqyoA { width:14.375rem;height:10.686875rem;top:999.9375rem;left:2.4375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#bakHchFn5UJ5AZoek2UrDROGkNfsqyoA.adaptive-delivery-prevent-bg, #bakHchFn5UJ5AZoek2UrDROGkNfsqyoA.lazyload, #bakHchFn5UJ5AZoek2UrDROGkNfsqyoA.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #frHvLB2X1OXfITEVFfOS7zAk4HBfwfXy { width:14.375rem;height:1.2180375rem;top:1008.0625rem;left:2.3125rem;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) { #RAghuZBl8WmlmI1qtgImNrK5NTTlhgBd { width:11.875rem;height:4.144175rem;top:1003.9375rem;left:3.5rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #peaCgTtbZDaBL8Cv7TMINd354dQaR6Oa { width:14.375rem;height:10.6875rem;top:1028.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; }#peaCgTtbZDaBL8Cv7TMINd354dQaR6Oa.adaptive-delivery-prevent-bg, #peaCgTtbZDaBL8Cv7TMINd354dQaR6Oa.lazyload, #peaCgTtbZDaBL8Cv7TMINd354dQaR6Oa.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #tBSMa2sPZZbb1VlqmukqJlLxLkGI44Cx { width:14.375rem;height:1.2180375rem;top:1037rem;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) { #NEB8125rVvJGK8mkZL7zrFQUbmhTFl3N { width:11.875rem;height:3.9589875rem;top:1032.5625rem;left:4.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #URJ26R4yw8ponTn4eXk9s2FN84SJwgTQ { width:14.375rem;height:10.6875rem;top:1042.75rem;left:2.75rem;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; }#URJ26R4yw8ponTn4eXk9s2FN84SJwgTQ.adaptive-delivery-prevent-bg, #URJ26R4yw8ponTn4eXk9s2FN84SJwgTQ.lazyload, #URJ26R4yw8ponTn4eXk9s2FN84SJwgTQ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #LNP6fzbyfdchsxn3IGyEEc6bg4efZt35 { width:14.375rem;height:1.2180375rem;top:1050.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) { #TnaN0zB40nKhSNi0nXbxhhKCim1ZOyAD { width:11.875rem;height:3.65411875rem;top:1045.6875rem;left:4.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uF4mvNHzkN4KRuWpmIkvsqiTX8r2l8EV { width:14.375rem;height:10.6875rem;top:1056.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; }#uF4mvNHzkN4KRuWpmIkvsqiTX8r2l8EV.adaptive-delivery-prevent-bg, #uF4mvNHzkN4KRuWpmIkvsqiTX8r2l8EV.lazyload, #uF4mvNHzkN4KRuWpmIkvsqiTX8r2l8EV.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #GvRZlBnD7wSSBGhXQAgEIzR1KNuMCxzk { width:14.375rem;height:1.2180375rem;top:1064.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) { #FOFS9iRkVzhSm3ofVTEKI0zzK4A4IMaH { width:11.875rem;height:4.38654375rem;top:1059.875rem;left:4.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIhgKfEczQFhvPqq0z0MWMdiBEEZQdkp { width:14.375rem;height:10.6875rem;top:1071.75rem;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; }#qIhgKfEczQFhvPqq0z0MWMdiBEEZQdkp.adaptive-delivery-prevent-bg, #qIhgKfEczQFhvPqq0z0MWMdiBEEZQdkp.lazyload, #qIhgKfEczQFhvPqq0z0MWMdiBEEZQdkp.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #OheNGTzMhGAa9T5W7Qz2UgvSwptrh0bs { width:14.375rem;height:1.2180375rem;top:1079.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) { #OacVF3O3iN8JX2TNi1H2bNIZvlIhCc9B { width:11.875rem;height:5.340375rem;top:1074.5rem;left:4rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6QLtvv5iIfTCQlm1N0qzBghwqghr1Ld { width:14.375rem;height:10.6875rem;top:1085.875rem;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; }#V6QLtvv5iIfTCQlm1N0qzBghwqghr1Ld.adaptive-delivery-prevent-bg, #V6QLtvv5iIfTCQlm1N0qzBghwqghr1Ld.lazyload, #V6QLtvv5iIfTCQlm1N0qzBghwqghr1Ld.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #rT9F7EsQMtdyOut8xiH84Pa0q5i4319V { width:14.375rem;height:1.2180375rem;top:1094.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) { #s97aFHtcIOlNzdbTlmGFCadZQ4szqttr { width:11.875rem;height:3.65411875rem;top:1088.875rem;left:4.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcGtPswvChTq9T3iT81NP1p5Q6i7pC05 { width:14.375rem;height:10.6875rem;top:1102.875rem;left:2.5625rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#QcGtPswvChTq9T3iT81NP1p5Q6i7pC05.adaptive-delivery-prevent-bg, #QcGtPswvChTq9T3iT81NP1p5Q6i7pC05.lazyload, #QcGtPswvChTq9T3iT81NP1p5Q6i7pC05.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #yhIlUACbTbkdrZIbGpOtKA5AJtCrTmT9 { width:14.375rem;height:1.2180375rem;top:1110.8125rem;left:2.5625rem;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) { #urSk77II5Om8w5n5SV60PW2ks1Kp67ws { width:11.875rem;height:3.65411875rem;top:1105.8125rem;left:3.875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUswERhpydFqP2Nqq0IwLCT4NaRfo6ED { width:14.375rem;height:10.6875rem;top:1117.625rem;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; }#AUswERhpydFqP2Nqq0IwLCT4NaRfo6ED.adaptive-delivery-prevent-bg, #AUswERhpydFqP2Nqq0IwLCT4NaRfo6ED.lazyload, #AUswERhpydFqP2Nqq0IwLCT4NaRfo6ED.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #llcumSxCVLPfPHgmUvHPlTWHWgotFrCD { width:14.375rem;height:1.2180375rem;top:1125.7499694824rem;left:2.8124998211861rem;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) { #cU2tiMAmcT52THiBILZcP2VqhqFrqwBu { width:11.875rem;height:4.87215625rem;top:1120.8125rem;left:4.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRmMOgTCyWQ7A96VMMRXZ8CSt5EXKWgE { width:14.375rem;height:10.6875rem;top:1131.75rem;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; }#SRmMOgTCyWQ7A96VMMRXZ8CSt5EXKWgE.adaptive-delivery-prevent-bg, #SRmMOgTCyWQ7A96VMMRXZ8CSt5EXKWgE.lazyload, #SRmMOgTCyWQ7A96VMMRXZ8CSt5EXKWgE.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #GNkQAoJRSXncJ5wKiHKHk10Lq5XuX8o6 { width:14.375rem;height:1.38139375rem;top:1139.6875rem;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) { #sKq30IKcbvI4pQdh0ZNJcrrz2nmFKRWm { width:11.875rem;height:4.87215625rem;top:1134.5rem;left:3.9375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pB4sACixQaLOO8JgqTVBQgmAGZo1JStF { width:14.375rem;height:10.6875rem;top:1145.875rem;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; }#pB4sACixQaLOO8JgqTVBQgmAGZo1JStF.adaptive-delivery-prevent-bg, #pB4sACixQaLOO8JgqTVBQgmAGZo1JStF.lazyload, #pB4sACixQaLOO8JgqTVBQgmAGZo1JStF.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #VnOJtBc2Jy9eTt2VR45RbTKg6WLL9e6D { width:14.375rem;height:1.2180375rem;top:1154.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) { #bTB9BpP6FRIOyXymmKHI5EJFDZWoT0yi { width:11.875rem;height:3.65411875rem;top:1148.875rem;left:4.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHGStQuHS5gNnE7HImPRCTDDyIwKiFuX { width:14.375rem;height:10.6875rem;top:1160rem;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; }#QHGStQuHS5gNnE7HImPRCTDDyIwKiFuX.adaptive-delivery-prevent-bg, #QHGStQuHS5gNnE7HImPRCTDDyIwKiFuX.lazyload, #QHGStQuHS5gNnE7HImPRCTDDyIwKiFuX.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #NGlxTLPwKlf1e7KRAwORkvRMk2CPK2Ji { width:14.375rem;height:1.2180375rem;top:1167.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) { #r3gqXX0BraIlTgX4a6AFyxH0wsndG7ku { width:11.875rem;height:3.65411875rem;top:1162.75rem;left:4rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNW3Z3c2N7nCVGJJMX0buJR3u9NrFDWg { width:14.375rem;height:10.6875rem;top:1176.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; }#xNW3Z3c2N7nCVGJJMX0buJR3u9NrFDWg.adaptive-delivery-prevent-bg, #xNW3Z3c2N7nCVGJJMX0buJR3u9NrFDWg.lazyload, #xNW3Z3c2N7nCVGJJMX0buJR3u9NrFDWg.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #NZPZRbCaGTMe1SpZ8UH013qUJa2Ctm1T { width:11.875rem;height:3.65411875rem;top:1179.25rem;left:3.9375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJZH06wzT40zZlLgJLPt3SdDEEUWH5Aw { width:14.375rem;height:1.2180375rem;top:1183.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) { #vQrJ1OVq6TfslPTURTJF40T1EsVJEnGG { width:8.75rem;height:2.6875rem;top:341.25rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZritaqkWyMOxzG5kgfKNZEbHgTIsIDcH { display:block; }
 }@media only screen and (max-width: 763px) { #xsa7NQTb8OrOP9hRkx4Kbm57ZdET5Jqq { width:8.75rem;height:2.6875rem;top:285.5625rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpyLuh4sXfzTV35mzFJzZSnvOXMPoKBS { display:block; }
 }@media only screen and (max-width: 763px) { #w0KLT5049dahwJHdwkdioVyFHlcsKSvx { width:8.75rem;height:2.6875rem;top:278.125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRqLNlfZmXrzWZVaeKba70syMLZUwM9q { display:block; }
 }@media only screen and (max-width: 763px) { #Ib1No1x284RUvdrbLKPrTMLGQdQo8d7z { width:8.75rem;height:2.6875rem;top:877.25rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCXuFT9XuP7gGpTe4Z4xWIIlpUaTIhGR { display:block; }
 }@media only screen and (max-width: 763px) { #vQO81VV4Jth4u7V4kohVF2HE0GqcoDpu { width:8.75rem;height:2.6875rem;top:899.1875rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSr1uINkL98ROmVleubCC2CBpfcl1e8G { display:block; }
 }@media only screen and (max-width: 763px) { #CdzdVcCmuibWoagP5vKCEqkGJ3k87s35 { width:8.75rem;height:2.6875rem;top:300.3125rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cyzdo0mdi3Rcuc3cUz3Dxq6ODWiPLTok { display:block; }
 }@media only screen and (max-width: 763px) { #UW2dZ5uakr8Dauu6TF9IJbia8h8lOmGw { width:8.75rem;height:2.6875rem;top:356.25rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHd7mJbRDWQE5ptiofrT3rwNs8llgXz1 { display:block; }
 }@media only screen and (max-width: 763px) { #Xl42OrnSycidq4T0WyoxHncXL4EaTX6t { width:8.75rem;height:2.6875rem;top:30.5rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfCPwfI5ITLfkiO0pSN4zDENtv3oITmh { display:block; }
 }@media only screen and (max-width: 763px) { #e6xTiIKFQhw5B3VKWWGvz5la0Pn9p0lL { width:7.5rem;height:0;top:1240.1233432617rem;left:6.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #p8SZvXeqcieB4nOM453nBFogny9UeEI5 { width:8.75rem;height:2.6875rem;top:914.9375rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #so3vPONUeSrO9DGP8o8JZ1QiZ7WEI7hF { display:block; }
 }@media only screen and (max-width: 763px) { #cgGM5v8HKfDBz6tmf3nKLgl38fkHnkqW { width:8.75rem;height:2.6875rem;top:892.5625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqwzVwADwSOWfh1bGtJ6UTrxxHOatodB { display:block; }
 }@media only screen and (max-width: 763px) { #nbSCkkPlVNC5u4lDaUAlPTdSpQXlg3Vi { width:8.75rem;height:2.6875rem;top:923.0625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9JR9A2mra7PVmwyMa3m9PkXM23rsaZB { display:block; }
 }@media only screen and (max-width: 763px) { #zUrbwwWOeNgt6EihvLS92eBPBcCS50c5 { width:8.75rem;height:2.6875rem;top:89.3125rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vC4G4pAWE5dvSDcwphTWumUzS6eZtTfT { display:block; }
 }@media only screen and (max-width: 763px) { #I2yIBuHPih7yfMAhuH4HcEyDc74v9Lcz { width:7.5rem;height:1.2180375rem;top:86.875rem;left:6.5rem;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) { #FkKfgZTephunSaE6oQxTIqxHyuKNcBMH { width:8.75rem;height:2.6875rem;top:73.625rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtyafy9tJ4SrznAbcH4xH0sdNhtkXclc { display:block; }
 }@media only screen and (max-width: 763px) { #FIRrlHKl5R2KlDzJ87NeZZzv2z1yN0ps { width:8.75rem;height:2.6875rem;top:59.3125rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9gSs6N6ER73COfQhbciO5NFyH89yVFT { display:block; }
 }@media only screen and (max-width: 763px) { #n0hrmpHkeEk80fNbDTgWS3lctZuR80S0 { width:8.75rem;height:2.6875rem;top:45.4375rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2py6WcznVZczLonRMSv75IpTQWZLIIL { display:block; }
 }@media only screen and (max-width: 763px) { #XG572Wc57i6Si1IX9Rqz8dUd6Xy6H417 { width:8.75rem;height:2.6875rem;top:105.0625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgkZs10VdzxTGtAtCRUTLy1HoP6yXrv1 { display:block; }
 }@media only screen and (max-width: 763px) { #kpF8PhEUiqbyqKtIFcKiSkiKVA1WQ8Zs { width:8.75rem;height:2.6875rem;top:216.5rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m92B2pB56JBCBOTNkay4T9h6aARyK9Nr { display:block; }
 }@media only screen and (max-width: 763px) { #ruSMamDTWOsRNVfFSDbk37QF2bWrPyHA { width:8.75rem;height:2.6875rem;top:261.6875rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4QRw2UtyucvL3cMFFnWH2EX3zeUWsnu { display:block; }
 }@media only screen and (max-width: 763px) { #NitEWPEeLfVXw8kZ7HouNnnooUvk7Pzw { width:8.75rem;height:2.6875rem;top:134.5rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmfAovGA2H5EBI6d4aWq3hqg7yVGRQ67 { display:block; }
 }@media only screen and (max-width: 763px) { #m8VcgJTSzhpSHTtLnl7S7pA1uSuq9TKE { width:8.75rem;height:2.6875rem;top:119.375rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2rfCdXznBVExxSMhGtnJTCH4CLH2MJq { display:block; }
 }@media only screen and (max-width: 763px) { #qAWZB9hDBmTWqVunrJXvGkMpTGCZwDSW { width:8.75rem;height:2.6875rem;top:189.25rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfVPEPPzz7bWkdhmkDBbxeQE8quTlp6a { display:block; }
 }@media only screen and (max-width: 763px) { #gWFnqTOa8iLsT60nQ7Lf12KdrThucWf5 { width:8.75rem;height:2.6875rem;top:175.25rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTRlypy7TwVZ95uolFm41weXSys4CtmM { display:block; }
 }@media only screen and (max-width: 763px) { #JCO8EcAdxcK5k9uN1mmQlaSha44dnWPM { width:8.75rem;height:2.6875rem;top:322.375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vga78ma7B87eqhFwxmJDoPVkJfGXdLpL { display:block; }
 }@media only screen and (max-width: 763px) { #T3dIMzZKqvL5Ndv2wczDQq3PVTPdyGLv { width:8.75rem;height:2.6875rem;top:1188.1875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbxWXC8D42VZn5NF018CfcmRJrDQWANN { display:block; }
 }@media only screen and (max-width: 763px) { #GquSwzDJM7pzSOaM7zZrfJtGBMMUtsaC { width:8.75rem;height:2.6875rem;top:147.9375rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhsNuUhoAi7L3z54b95HprlHDTKCr1aT { display:block; }
 }@media only screen and (max-width: 763px) { #dvmDtvZBMBwQqL5cd4N3Jsnn3Ni87wT4 { width:8.75rem;height:2.6875rem;top:161.875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpHMy2hUvPAMkfQXklm3PqLL8GBqiGx0 { display:block; }
 }@media only screen and (max-width: 763px) { #AFpcot7232xpoOwQsQuHdB7eRPBwmpZw { width:8.75rem;height:2.6875rem;top:203.125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcx0RrowsFXFZ1ORWAgMxzZ4XrhOzyTH { display:block; }
 }@media only screen and (max-width: 763px) { #XTJ29K8AWu0PHqqirOCEb1Wfz6v613TG { width:8.75rem;height:2.6875rem;top:1114.3125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XV794oS1cz9TgoC3S1EENpELwXb4BEZI { display:block; }
 }@media only screen and (max-width: 763px) { #fskapbvVZetL2e2VyW5u9NFE1JXNEvfU { width:8.75rem;height:2.6875rem;top:1128.75rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSlFLTFBhP2H5mhh6i2kDE8ZZlfM5I0Z { display:block; }
 }@media only screen and (max-width: 763px) { #CPbS2ZS1RqpQwv5XHpGxrVTMhmPUanUp { width:8.75rem;height:2.6875rem;top:1157.3125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJVZ7ghDF1DwveDOOsT7TOIcxpTnQABK { display:block; }
 }@media only screen and (max-width: 763px) { #VBRhmNKmqhBD44y7XmOTUIA8UTx5T8or { width:8.75rem;height:2.6875rem;top:1171.5rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3OLq4SrHZ95KpsH3ZsI9dKMMvytQqhP { display:block; }
 }@media only screen and (max-width: 763px) { #DWE1oaE6vWCTJ108kyU4TKbAcFsGuQAV { width:8.75rem;height:2.6875rem;top:1040.125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTq6EeqRatEOgf19Vg6IfsuXHJxkahPZ { display:block; }
 }@media only screen and (max-width: 763px) { #cSSgliMLq9wyKvbOWOCdc1DokEE27MVv { width:8.75rem;height:2.6875rem;top:1054.0625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnTTxrtoFonWtv0tx1nZvTNGZUZExttJ { display:block; }
 }@media only screen and (max-width: 763px) { #bZMNiPesyNpTG42Q7TU6oK3wC3qPvinK { width:8.75rem;height:2.6875rem;top:1067.9375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkAFB7UBQ88Q45Ey7Tg2lXRPGAAlLFIK { display:block; }
 }@media only screen and (max-width: 763px) { #Mx9AMaFy7RzdglL5Hv8g8FnRrZzVZxSC { width:8.75rem;height:2.6875rem;top:1143.25rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQ8n4a8W0VLr2XWUQcvDR3XTWyVrqHCT { display:block; }
 }@media only screen and (max-width: 763px) { #KuirBhcKUxo0giC7cfArIy44QXsU3BEU { width:8.75rem;height:2.6875rem;top:980.625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHwfIM5xEP3REkDql6DvewOdpItvoLVv { display:block; }
 }@media only screen and (max-width: 763px) { #vrV1PiXZn5SzWOB6eemT5wT8cbU40NfM { width:8.75rem;height:2.6875rem;top:1097.6875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXJwzGyOONql0NfxM4btRv9zXLrNHpoE { display:block; }
 }@media only screen and (max-width: 763px) { #ccTcmXTeZLQvJQefHXnfennTTwu3N4rl { width:8.75rem;height:2.6875rem;top:1011.5rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBowwslHduBbxgv4EuWM1msJJWxS3NN1 { display:block; }
 }@media only screen and (max-width: 763px) { #nzit1zEtTB8PJ4qH3tQtQ0yPif8lMNBP { width:8.75rem;height:2.6875rem;top:1026.1875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9247LUDOHo7TTahF3IEvBVShWOVGFHl { display:block; }
 }@media only screen and (max-width: 763px) { #iQNgCnZf17EXQcNGzFuHS7A3ehcxCCwq { width:8.75rem;height:2.6875rem;top:1083.25rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #urEd7aSbQ3oKM3DCIpI7leP4ZaplqIvS { display:block; }
 }@media only screen and (max-width: 763px) { #Fs8T8zD0LJPpLqPF2sefyFyOnS2NWIlp { width:8.75rem;height:2.6875rem;top:996.625rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMlhbFFul4X5T3Oggl5Q8O4t7vO2o1wM { display:block; }
 }@media only screen and (max-width: 763px) { #A3JFoUSsDr9bw2ZuW45Iq8dTW00gOI6m { width:8.75rem;height:2.6875rem;top:966.5rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ausHfAcZGyKwHCMtnm61i2psJCfGlgTo { display:block; }
 }@media only screen and (max-width: 763px) { #I48EDGzmlR0PGo2Us6oM9NTfkaNoOrqQ { width:8.75rem;height:2.6875rem;top:952.8125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQDmOEThp7TKTWkPXovxdTo9wuAHiveS { display:block; }
 }@media only screen and (max-width: 763px) { #pPBDxwNFlABOVrmAq246xuOAqTnKeLiT { width:8.75rem;height:2.6875rem;top:812.8125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBpd1UxisWJk7Rtoh0FTV1InuI6Jr5NT { display:block; }
 }@media only screen and (max-width: 763px) { #ykk9OKPNMTeVe58PDFUlgOmUFUQ5DdSE { width:8.75rem;height:2.6875rem;top:798.25rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueZHf0SHvAF37K9h4gTnyDSSpWxJl6U3 { display:block; }
 }@media only screen and (max-width: 763px) { #T7Qy4mBfFWxE1RsBlBXuVeIfDDJvLdBG { width:8.75rem;height:2.6875rem;top:827.375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aD5yU1qOyw7gIlBWvQn1m41g2QL2PVtw { display:block; }
 }@media only screen and (max-width: 763px) { #zPgtPwh9U2uM0LyvvUE2Vko8fIqvTJ41 { width:8.75rem;height:2.6875rem;top:907.125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzF1yLpxUptAvUDEq9bclhSpeKD98mh9 { display:block; }
 }@media only screen and (max-width: 763px) { #zB16KnFzAhTLkx5iCgufFNsM9abucugR { width:8.75rem;height:2.6875rem;top:769.5rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4nhL444DhbJ4hAhFVT9vO5RKs8iRV55 { display:block; }
 }@media only screen and (max-width: 763px) { #ISS7ScqbiGsarAdSTzVshSzpzxuDuSQp { width:8.75rem;height:2.6875rem;top:755.625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqOzHV0hu1zOAMgXmuXSEag2CpX8bDKp { display:block; }
 }@media only screen and (max-width: 763px) { #ivcZK6BdeSPwihKmQHSyZqMLi09h5Anb { width:8.75rem;height:2.6875rem;top:936.375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMGrziSAMTZFrwSzbwPhVJZBUzZ7q1wy { display:block; }
 }@media only screen and (max-width: 763px) { #TQV7l3L41f3akGOzletzh1AQDJCPRCLT { width:8.75rem;height:2.6875rem;top:862.8125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGP0bTgtF8Kca9TVrnNkeI1PCaKJQuiv { display:block; }
 }@media only screen and (max-width: 763px) { #hEQVysIniNwdOGETsEC2CbLGAmFWlcCz { width:8.75rem;height:2.6875rem;top:727.4375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ike1JWWPbhJVtGgDcOBbH4y1oAwNf3t7 { display:block; }
 }@media only screen and (max-width: 763px) { #TnD8JhQPcxzkfIqpJcVrQDvyLue1eWop { width:8.75rem;height:2.6875rem;top:741.4375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuEy3wmku5UeziktCDQu9LPUpqdxrFD6 { display:block; }
 }@media only screen and (max-width: 763px) { #mEq0nvtTNUax98SFxZnxSyKWN9AUU6d9 { width:8.75rem;height:2.6875rem;top:784.9375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcVDTqJaBLG8hE7VMIKL9BycbeosaJbv { display:block; }
 }@media only screen and (max-width: 763px) { #DBBKUBOlGu26z9z7JM62MDsaTC1lRr6R { width:8.75rem;height:2.6875rem;top:370rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyhBBkddvCQODNbaRgzRTIGrQdpWlOkx { display:block; }
 }@media only screen and (max-width: 763px) { #vuEDTf07unS3IOCSGA9wlUuHSdSyTKSh { width:8.75rem;height:2.6875rem;top:307.75rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVqsDTQnwc7E1EI9polQQeuJS2OGdcxC { display:block; }
 }@media only screen and (max-width: 763px) { #RQdTPlT8amSmszR7PuNyCbZihQoFVgWy { width:8.75rem;height:2.6875rem;top:293.375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWlHFR21bgrPy9GDcD5ukJDv96vcsXvr { display:block; }
 }@media only screen and (max-width: 763px) { #wchdOk6lZfwR2ZvXqzleHn34gITyN2Ue { width:8.75rem;height:2.6875rem;top:386.125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lux8FqSygrsl7w5r46gpRzPh6BvovuUP { display:block; }
 }@media only screen and (max-width: 763px) { #PREoBC5IfSl9IGbsbIzSqarTiZTrvD4r { width:8.75rem;height:2.6875rem;top:400.1875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3BwoGvOtLMxkuODuJaGOcdwZIObxAOJ { display:block; }
 }@media only screen and (max-width: 763px) { #zhZvenF498hQQzlXvONsT9fhtN1mzAHX { width:8.75rem;height:2.6875rem;top:484.4375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwpsge5Hf3RTuvH5JOT9cUDaXQMi64AR { display:block; }
 }@media only screen and (max-width: 763px) { #qkbx0ALb2nu1AcvOJ79GCZrTkbRT2h2n { width:8.75rem;height:2.6875rem;top:498.75rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nt2WsO1w1XK6MQ8d293CfvvGbxFVnp5I { display:block; }
 }@media only screen and (max-width: 763px) { #WsLzD2aUcTtONDcTroigkvMHlk8GMmnD { width:8.75rem;height:2.6875rem;top:511.9375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wL16LhqhT06xpD5kLzQgDQN1lRuZsJyo { display:block; }
 }@media only screen and (max-width: 763px) { #UexDvsbEuxO8T8dCVdAuoit6y6WKebbo { width:8.75rem;height:2.6875rem;top:469.8125rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yB9E1EWPO3aC3nWQ6AlTmsCwAQf6f2aI { display:block; }
 }@media only screen and (max-width: 763px) { #BlP7xTyi9AUabGBTkad68pUQNoo0gfOK { width:8.75rem;height:2.6875rem;top:455.6875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8AbXHXsVHJiRyBuVTmuRlLrEnSE1wdr { display:block; }
 }@media only screen and (max-width: 763px) { #e0xzf0vo46pBuiTEuSiZrT819itHrI70 { width:8.75rem;height:2.6875rem;top:441.875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRyc6dFDvEfPS0DU4TQsMFpQkI1635Gp { display:block; }
 }@media only screen and (max-width: 763px) { #XI4zLl4S6XDOvMRFAIiN0xbwfpaAlx47 { width:8.75rem;height:2.6875rem;top:427.75rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVKKTM3rw3vghJCXM28bWfnHvUn4KJk2 { display:block; }
 }@media only screen and (max-width: 763px) { #llTbEBvbyBtQbDQVzFSsUeCFVEd2DIL4 { width:8.75rem;height:2.6875rem;top:413.75rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0mpk1xqBDaUac0b9gOyB8CrDi306Pdy { display:block; }
 }@media only screen and (max-width: 763px) { #HNsW5FnaTum5NphD9OgukQbr3pgOWV95 { width:8.75rem;height:2.6875rem;top:605.8125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kiy4qOfaT3z9rRFEZFH2ZBEONdv8Zgm2 { display:block; }
 }@media only screen and (max-width: 763px) { #oMGHvqCM0INWgRoXu1HwrDTEJxJ4arGc { width:8.75rem;height:2.6875rem;top:651.4375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEFHWQ1gLGv10ozEBp3BwAqs0g1iO0Do { display:block; }
 }@media only screen and (max-width: 763px) { #SGJJPENaR0D0PDqHnZauxDyzpWclXBPl { width:8.75rem;height:2.6875rem;top:668.125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbJfzUy3uAOeLww01kGLTiGTJeCSeTfQ { display:block; }
 }@media only screen and (max-width: 763px) { #ow4byDCC4gR24OpkDx6HmO8uTSKrTiEt { width:8.75rem;height:2.6875rem;top:683.5rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAEvx6kznqmbHTSaltwoIkIls7Stv1BI { display:block; }
 }@media only screen and (max-width: 763px) { #I74z9ctTG4x2JwJiU9y8qAlpmNvfh0om { width:8.75rem;height:2.6875rem;top:621.75rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Drw91OC4SwQ1TnhmXoWHVAJEzf28MXO1 { display:block; }
 }@media only screen and (max-width: 763px) { #bTB1lLNJZU7katLv1EKpa2le0EXH78FD { width:8.75rem;height:2.6875rem;top:543.1875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnqpI9BSUyIk8Np4RNkL0HAaZADQO8T7 { display:block; }
 }@media only screen and (max-width: 763px) { #DTUEhPNbeKfrs60wIONfRJvgV5rtP7fB { width:8.75rem;height:2.6875rem;top:527.5rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4sawqFV2rQahPd6fv0BeiayVF6ERUzT { display:block; }
 }@media only screen and (max-width: 763px) { #Mtm2ScdFmZEls2T0pEX6Vgo5DLJvinHx { width:8.75rem;height:2.6875rem;top:559.1875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZdWSbVemg6UF1TAZAiMwbdL5w5x0Xwx { display:block; }
 }@media only screen and (max-width: 763px) { #RfyD7tkpHV2OFC95WOtlLmm00V8JCGl2 { width:8.75rem;height:2.6875rem;top:590.375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqdcNEaJwceW3VV83GC3HRK3ATvlO7EC { display:block; }
 }@media only screen and (max-width: 763px) { #le83D7X03aqcdNE8tW7ZlyTqKK3DamTl { width:8.75rem;height:2.6875rem;top:698.0625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyyE8niA8SNAyMJTCg510EUHsphKi9EA { display:block; }
 }@media only screen and (max-width: 763px) { #wdSlnvT90TzHeIgLddXH5OGrU82PTv48 { width:8.75rem;height:2.6875rem;top:636.3125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dgl3sm62l1JpzUNhy35b3v3Oyyykr6Pg { display:block; }
 }@media only screen and (max-width: 763px) { #pBhqibcABt8LETXcIRVhNuSi4DEFMzht { width:8.75rem;height:2.6875rem;top:575.5625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7QrkTLAFH1Tw2ipnpm6AKVJMu2iZ0MO { display:block; }
 }@media only screen and (max-width: 763px) { #JTdBvM3R6oF1f2zns1BEL1hvuyuB3LMU { width:8.75rem;height:2.6875rem;top:713.3125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsSXoVvoTNhOwvmEPR4zivlmkZzesz8x { display:block; }
 }@media only screen and (max-width: 763px) { #vT2h67JT0v3eEiEL2TaibbwTa8ws24CJ { width:8.75rem;height:2.687325rem;top:848.1875rem;left:5.75rem;z-index:100093;display:block; }
 }@media only screen and (max-width: 763px) { #X5RRvQyl9xJoCSyWrkdsO6eD3k4TQExW { display:block; }
 }@media only screen and (max-width: 763px) { #UEtMZKn6EEFCBqi9lmsvBVTWWlSBEuNr { width:8.75rem;height:2.687325rem;top:232.375rem;left:5.625rem;z-index:100059;display:block; }
 }@media only screen and (max-width: 763px) { #PZW0KZ8fToRNcTemB4zi3Bwe7P95R27A { display:block; }
 }@media only screen and (max-width: 763px) { #wbPomdIa5bpGxdJ2SwXtz0fOhXQpULAs { width:8.75rem;height:2.687325rem;top:247.375rem;left:5.625rem;z-index:100060;display:block; }
 }@media only screen and (max-width: 763px) { #UDUUcRWVRyoZc9CwyTaXvOcmFqFkVHeD { 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:246.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dz44ikOpgmzRvFpnFzXiHmgBuixnSBy2 { width:14.375rem;height:10.6875rem;top:3.0625rem;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; }#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.9243625rem;top:6.9375rem;left:4.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKztXpw230gRk0xD1dpxOyfNtZSWJUw9 { width:7.5rem;height:1.21875rem;top:77.3125rem;left:4.0625rem;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) { #I549IOAcp2qWfnCyxAIC68OCu5S6uMNa { width:19.4375rem;height:2.51855625rem;top:0rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLxD6OmS76XlHpHSPrfLO40dgJLLDbo3 { width:14.375rem;height:1.21875rem;top:10.9375rem;left:2.875rem;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:44.8125rem;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; }#OGvEy25soqBkvHB0EvmT3xGzvbTfdnT5.adaptive-delivery-prevent-bg, #OGvEy25soqBkvHB0EvmT3xGzvbTfdnT5.lazyload, #OGvEy25soqBkvHB0EvmT3xGzvbTfdnT5.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #KAczg2fWtlLq5TEk7bJXbXuzF5ZGDi6m { width:11.875rem;height:5.1953125rem;top:47.230122566223rem;left:4.0625000596046rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlElCIToTwfpFNHLFHwt8wkarrPE7RZU { width:14.375rem;height:1.21875rem;top:52.625rem;left:2.875rem;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) { #VSOHeIB4r7PmJGQ4nslo3E6G0Xk1DrqD { width:14.375rem;height:10.6875rem;top:30.9375rem;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; }#VSOHeIB4r7PmJGQ4nslo3E6G0Xk1DrqD.adaptive-delivery-prevent-bg, #VSOHeIB4r7PmJGQ4nslo3E6G0Xk1DrqD.lazyload, #VSOHeIB4r7PmJGQ4nslo3E6G0Xk1DrqD.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #CZhlsTxieEUlnqQd9FpWbvzNH8aACdqm { width:11.875rem;height:5.52556875rem;top:32.911066140979rem;left:4.0625000596046rem;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:38.4375rem;left:2.875rem;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) { #xeqha7ucCGFyIFtOmOF6kNdtJG3dm30u { width:14.375rem;height:10.6875rem;top:17rem;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; }#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.9243625rem;top:21rem;left:4.125rem;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:24.5625rem;left:2.875rem;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) { #Tu3SkeIbZrtGUre6K0hkTysnBtJoeL4i { width:14.375rem;height:10.6875rem;top:100.375rem;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; }#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:86.4375rem;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; }#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:72.5625rem;left:2.4375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#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:114.3125rem;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; }#PPiiitOODzLmBhkfZuBkNh1QXIV27aAH.adaptive-delivery-prevent-bg, #PPiiitOODzLmBhkfZuBkNh1QXIV27aAH.lazyload, #PPiiitOODzLmBhkfZuBkNh1QXIV27aAH.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #CCg0H9zliPU8sXzu3oAMPvbibZvvtybx { width:14.375rem;height:1.21875rem;top:107.9375rem;left:2.875rem;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:80.125rem;left:2.4375rem;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) { #ZkSsAZQe0VmzyTDrMUinbqP9kD3R21AN { width:11.875rem;height:4.54900625rem;top:88.762458801269rem;left:4.0625000596046rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X749ISQx3sw1Uuz1uQUMlsoCSXvlZafv { width:11.875rem;height:3.57244375rem;top:76.25rem;left:4.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhDiacgbKH34TUFHpfwrIKe9TZUPO5sN { width:11.875rem;height:2.9243625rem;top:118.3125rem;left:4.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5Kkx8flEG5WQq2vLmTdHCSwJm6JHPEt { width:14.375rem;height:10.6875rem;top:142.0625rem;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; }#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:128.1875rem;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; }#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:58.6875rem;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; }#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.2180375rem;top:149.93696212769rem;left:2.8116121888161rem;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:136.0625rem;left:2.875rem;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:66.25rem;left:2.875rem;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:4.54900625rem;top:145.12961006164rem;left:4.0625000596046rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtqmvhGT0q2Z2lUDDQwHN5GK4B8Wetis { width:11.875rem;height:2.43608125rem;top:131.6875rem;left:4.125rem;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:156rem;left:2.9375rem;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:163.8125rem;left:2.875rem;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.9243625rem;top:62.5625rem;left:4.125rem;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:2.82528125rem;top:159.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) { #K6tA9aVtNet3T5ZHNqvcXJ4OsQqX1Agg { width:14.375rem;height:1.21875rem;top:93.75rem;left:2.875rem;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.185546875rem;top:245.99429616146rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5HIv67zPKrnVEOoGSkX3Q4ma5p5OomC { width:14.375rem;height:10.6875rem;top:170.5625rem;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; }#g5HIv67zPKrnVEOoGSkX3Q4ma5p5OomC.adaptive-delivery-prevent-bg, #g5HIv67zPKrnVEOoGSkX3Q4ma5p5OomC.lazyload, #g5HIv67zPKrnVEOoGSkX3Q4ma5p5OomC.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #JXNhSPc8mDPzkUXvDQo7mvB5azmflRVK { width:11.875rem;height:4.54900625rem;top:173.24969482422rem;left:4.1246448159218rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fuqe2so0ivEk1Sz95ACphD02CUw6hqSI { width:14.375rem;height:10.6875rem;top:187.0625rem;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; }#Fuqe2so0ivEk1Sz95ACphD02CUw6hqSI.adaptive-delivery-prevent-bg, #Fuqe2so0ivEk1Sz95ACphD02CUw6hqSI.lazyload, #Fuqe2so0ivEk1Sz95ACphD02CUw6hqSI.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #fI1gtGz7yX82coIT0pisTalK6XXuMPnE { width:11.875rem;height:4.87215625rem;top:189.87783241272rem;left:4.0625000596046rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zC4wmHkV1ueOdgdcnFh744d3PA9vcLHH { width:14.375rem;height:10.6875rem;top:201.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; }#zC4wmHkV1ueOdgdcnFh744d3PA9vcLHH.adaptive-delivery-prevent-bg, #zC4wmHkV1ueOdgdcnFh744d3PA9vcLHH.lazyload, #zC4wmHkV1ueOdgdcnFh744d3PA9vcLHH.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ve06RMKfEHgtFigeO5ETPVdpsxib0fwU { width:14.375rem;height:1.2180375rem;top:208.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) { #S8aHVfrE6AHTsyPPtigoRZQP7wyBtP99 { width:11.875rem;height:4.549rem;top:203.625rem;left:4rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUfDKL5ORrJdMLwmFwvuEwlT2fNp6TxU { width:14.375rem;height:1.2180375rem;top:195.06195068359rem;left:2.8746448159218rem;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) { #ZBfBVg9tu7ZvmZn2bODz62cKtZiLbzUQ { width:14.375rem;height:1.13725rem;top:178.4046421051rem;left:2.8746448159218rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.875rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #JOTAQaxi4yDRxn3ca370T7biW5EDuVUb { width:11.875rem;height:3.41175625rem;top:104.01100158691rem;left:4.0625000596046rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueVOwv67bmMGaMnnQH2yDBQUvunq2dvQ { width:8.75rem;height:2.6875rem;top:28.311389923096rem;left:5.6241121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpiUgoB1WLEexLID9XxyO1Uz9r9lgyy6 { display:block; }
 }@media only screen and (max-width: 763px) { #HaidfqMhHdlMyKr0h0CPFk9CG70ERmze { width:8.75rem;height:2.6875rem;top:56.060955047608rem;left:5.6241121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIggRttcUSQbQCkCgdfK53WE8A4Ql733 { display:block; }
 }@media only screen and (max-width: 763px) { #rkEGe0r8Lq834VVh3NB7UC2DwKwOldny { width:8.75rem;height:2.6875rem;top:42.185702323914rem;left:5.6241121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOfdx5rBi5hCAzJDk00aHJFZxdTr7nOw { display:block; }
 }@media only screen and (max-width: 763px) { #fLC4TLoopTdNizSqlhfWIrSZNFArvVsJ { width:8.75rem;height:2.6875rem;top:14.625rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBJbPVxxdnOEQwD2kuzD4y2bVWMOzwPh { display:block; }
 }@media only screen and (max-width: 763px) { #BGhSiS2qzwDTElVVktcTETk1iCv7aHFR { width:8.75rem;height:2.6875rem;top:125.56197738647rem;left:6.3121448159219rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiUVlJkqxE6vUiSMOG6C3UNTkPO4MZTv { display:block; }
 }@media only screen and (max-width: 763px) { #fHEuDAnzxcVTF381SLRRMwxpvlcqJRFu { width:8.75rem;height:2.6875rem;top:97.875rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwd7lVwwyarQWdNDPt4MFA9OxF5xgvra { display:block; }
 }@media only screen and (max-width: 763px) { #QqT3furX37GAgPpaHo9S96vUT9w2UbTl { width:8.75rem;height:2.6875rem;top:69.936977386475rem;left:5.6871448159218rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqTF5kbwEd8yWhhqhTb0iA8WpIGve8S5 { display:block; }
 }@media only screen and (max-width: 763px) { #N4ZyLpogM1NWRyKNyeq5cmAMzfInE9IV { width:8.75rem;height:2.6875rem;top:83.811267852781rem;left:5.6241121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4pMRBAMObg5MPVC0COszpgak2ccVZLr { display:block; }
 }@media only screen and (max-width: 763px) { #vpxepuJKWOW2HaPsITdeDJBApCpEG8ww { width:8.75rem;height:2.6875rem;top:181.81185436249rem;left:5.6241121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlfRbeSS4CZNeubJDbUh0Shn0BgQDnqa { display:block; }
 }@media only screen and (max-width: 763px) { #wm08C1eMUyLi5QDSP1ZmGeXqAEoKWI1x { width:8.75rem;height:2.6875rem;top:153.3125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti3hz4QVAMksIm4HL7TdihdCQNCa3uVq { display:block; }
 }@media only screen and (max-width: 763px) { #rhLCzBS7xAPRHJclIOr3ybNqglKq6LmB { width:8.75rem;height:2.6875rem;top:111.68589782715rem;left:6.3121448159219rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZLiKWwNcwxSGBdPLoOkrzTUIKdbsb8w { display:block; }
 }@media only screen and (max-width: 763px) { #Oah8IbCabzMwVIAT6iuV1oH7zgTaNFUu { width:8.75rem;height:2.6875rem;top:139.4371509552rem;left:5.6241121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #udgzE2HOKiys4OLW2x5iLXIpzPIaaTXd { display:block; }
 }@media only screen and (max-width: 763px) { #aAGDxyEC48JMGAVV2ACHmcXcK9IwFGsf { width:8.75rem;height:2.6875rem;top:198.56184959412rem;left:5.6241121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWbZzNA5HZ7gm5F0hlfvVPfNxNykqFhO { display:block; }
 }@media only screen and (max-width: 763px) { #WzTMqEtU8wZ5Gy4zlf9zEcThyUOvnRvp { width:8.75rem;height:2.687325rem;top:167.31080159359rem;left:5.6241121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1VAbI5lWTVnOHDz7IHqbN5lgUXkEzkn { display:block; }
 }@media only screen and (max-width: 763px) { #PH042ONSf8qrLXuZGQrP1GZDH01ySTxi { width:8.75rem;height:2.6875rem;top:212.8125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUHzVb8ItACpiPFLK96I7MMT6lkawpMv { display:block; }
 }@media only screen and (max-width: 763px) { #ynO2EQTDCrXNRL8FqxiRvLkMfNq8BlQR { width:14.375rem;height:10.6875rem;top:216.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; }#ynO2EQTDCrXNRL8FqxiRvLkMfNq8BlQR.adaptive-delivery-prevent-bg, #ynO2EQTDCrXNRL8FqxiRvLkMfNq8BlQR.lazyload, #ynO2EQTDCrXNRL8FqxiRvLkMfNq8BlQR.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #NAzpdXu8B8TML5TFRdkrzw3CihTp8hNn { width:11.875rem;height:3.9589875rem;top:219.375rem;left:3.9375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOw5vq2E1qbphgnOBuvekbq2Osfgmiwn { width:14.375rem;height:1.2180375rem;top:223.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) { #vS0W9R5vE25rpa9n9EoTdueA4wxqtfEd { width:8.75rem;height:2.6875rem;top:228rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7EWHrRL64RtLzksrzQKAWX8CT0PLJZ3 { display:block; }
 }@media only screen and (max-width: 763px) { #TLZrGW3RwnreOkQfRlIXUX9zHNA6wlf5 { width:13rem;height:8.3125rem;top:230.9375rem;left:3.6875rem;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; }#TLZrGW3RwnreOkQfRlIXUX9zHNA6wlf5.adaptive-delivery-prevent-bg, #TLZrGW3RwnreOkQfRlIXUX9zHNA6wlf5.lazyload, #TLZrGW3RwnreOkQfRlIXUX9zHNA6wlf5.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #iiDq3fLIq7OOgWR2ocztG45pqCdCZglD { width:8.75rem;height:2.6875rem;top:240.3125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxMqx37SMSSEbzhr3mUstncCZszbV9RX { display:block; }
 }@media only screen and (max-width: 763px) { #ibFuqtAnRg6IRB2OeyWIttCZ9GTaHwD5 { width:12.7494375rem;height:1.298825rem;top:233.625rem;left:3.625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKwzZoJrEOg2e00PiWk7poUeiOtsqTVi { width:14.375rem;height:1.2180375rem;top:236.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) { #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:250.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:3.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.9243625rem;top:7.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) { #dZB28ekVDzmW2kh7h5eS8FNrmw2sna6P { width:19.437125rem;height:2.51775625rem;top:0.73053455352781rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KT6kEIGy1Q3uTzNgTdmADFhlIo8ucvyM { width:14.375rem;height:10.6875rem;top:44.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.9243625rem;top:48.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) { #nvTkrZlmh4rFGk9q9E813srDHtc6QVkH { width:14.375rem;height:1.21875rem;top:52.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) { #Dehya24aMnuEGJmRzGUhaWOFvpqpLIQw { width:14.375rem;height:10.6875rem;top:31.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.65411875rem;top:34.4375rem;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:38.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) { #lxO18qXTRTsvA2naXaWxug5dAOFitSAg { width:14.375rem;height:10.6875rem;top:17.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.87215625rem;top:20.0625rem;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:24.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) { #gf10KoqoQLkErxHF87fBbsUGKTCA01Xn { width:14.375rem;height:1.21875rem;top:10.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.185546875rem;top:250.18825435638rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9epEArlUigDNgWa7KInn8NBF2OV28L5 { width:14.375rem;height:10.6875rem;top:77rem;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; }#Z9epEArlUigDNgWa7KInn8NBF2OV28L5.adaptive-delivery-prevent-bg, #Z9epEArlUigDNgWa7KInn8NBF2OV28L5.lazyload, #Z9epEArlUigDNgWa7KInn8NBF2OV28L5.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #goTrsPTtlt38GMlfBDegDGfcbLcGbqqT { width:14.375rem;height:1.21875rem;top:84.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) { #vNdRRTIur4KhuQ0Bn6mKZTwSf5O1t9tG { width:14.375rem;height:10.6875rem;top:61.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; }#vNdRRTIur4KhuQ0Bn6mKZTwSf5O1t9tG.adaptive-delivery-prevent-bg, #vNdRRTIur4KhuQ0Bn6mKZTwSf5O1t9tG.lazyload, #vNdRRTIur4KhuQ0Bn6mKZTwSf5O1t9tG.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #qJEmEWqEnmUpy0MtKokyEan7KiLlvFyp { width:14.375rem;height:1.21875rem;top:69.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) { #WSn6If6wgsgoIlLJ1Ptz7LEegpHBpOkX { width:11.875rem;height:5.84871875rem;top:78.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) { #ulNq40CH76J1yOEpos5qlKp6R71Jkyvu { width:11.875rem;height:3.65411875rem;top:65.0625rem;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) { #PT3t7Je5fT2uxiqmIhOOaMdtpEAEMF2V { width:14.375rem;height:10.6875rem;top:109.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; }#PT3t7Je5fT2uxiqmIhOOaMdtpEAEMF2V.adaptive-delivery-prevent-bg, #PT3t7Je5fT2uxiqmIhOOaMdtpEAEMF2V.lazyload, #PT3t7Je5fT2uxiqmIhOOaMdtpEAEMF2V.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #EqobogwKGZCzUzvBScoS6H1JLxiurCOT { width:14.375rem;height:1.21875rem;top:117.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) { #pdBkBGFsOrNFKaKPgNPXXbguyxw8KIEG { width:11.875rem;height:5.84871875rem;top:111.75rem;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) { #DR1s82LEahHzoRyTurTsTWThMXnvyHEQ { width:14.375rem;height:10.6875rem;top:94.685546875rem;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; }#DR1s82LEahHzoRyTurTsTWThMXnvyHEQ.adaptive-delivery-prevent-bg, #DR1s82LEahHzoRyTurTsTWThMXnvyHEQ.lazyload, #DR1s82LEahHzoRyTurTsTWThMXnvyHEQ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #z3v8fmEe5dwQHO4HSK3cQUJVxbQaVCTk { width:14.375rem;height:1.21875rem;top:102.248046875rem;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) { #wEGeonKhMsDxrVO8oZFyOyQAfPVpEr6g { width:11.875rem;height:3.65411875rem;top:98.248046875rem;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) { #P4XbaCznHODKCyrLJieM0MuUL2TD1FvD { width:14.375rem;height:10.6875rem;top:156rem;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; }#P4XbaCznHODKCyrLJieM0MuUL2TD1FvD.adaptive-delivery-prevent-bg, #P4XbaCznHODKCyrLJieM0MuUL2TD1FvD.lazyload, #P4XbaCznHODKCyrLJieM0MuUL2TD1FvD.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #K6zW6NEoNtchXHnTw6cHudsesSTGdb2i { width:14.375rem;height:1.21875rem;top:163.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) { #a1CbJ8ztF0vLkG51kh8JUsr8lxu4JBNq { width:14.375rem;height:10.6875rem;top:170.6875rem;left:2.625rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#a1CbJ8ztF0vLkG51kh8JUsr8lxu4JBNq.adaptive-delivery-prevent-bg, #a1CbJ8ztF0vLkG51kh8JUsr8lxu4JBNq.lazyload, #a1CbJ8ztF0vLkG51kh8JUsr8lxu4JBNq.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #cmqO3eWuBbStScWqxXwpOQeLV4tv7e8q { width:14.375rem;height:1.21875rem;top:178.25rem;left:2.625rem;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) { #fNU1XzTeHL3GMcqnixSd3iREo1vf2eGE { width:14.375rem;height:10.6875rem;top:141.875rem;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; }#fNU1XzTeHL3GMcqnixSd3iREo1vf2eGE.adaptive-delivery-prevent-bg, #fNU1XzTeHL3GMcqnixSd3iREo1vf2eGE.lazyload, #fNU1XzTeHL3GMcqnixSd3iREo1vf2eGE.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Wez5xiCqLLnhI1IfALxwA6ksO2L65iWz { width:14.375rem;height:1.21875rem;top:149.4375rem;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) { #THSxiyFOphQQ8857JB355BXoKM4wDSok { width:11.875rem;height:4.87215625rem;top:144.6875rem;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) { #y4K5D0SOrEM6mnUbJ60e334xqavoic7P { width:11.875rem;height:2.9243625rem;top:173.375rem;left:3.875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uA2B2Mynf8d1yceXczTyrMDFrOZ6K1AZ { width:11.875rem;height:1.52468125rem;top:158.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) { #qJBKTWT5McDTMPqfJHJ3ZNvdZJT9BDar { width:14.375rem;height:10.6875rem;top:126.435546875rem;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; }#qJBKTWT5McDTMPqfJHJ3ZNvdZJT9BDar.adaptive-delivery-prevent-bg, #qJBKTWT5McDTMPqfJHJ3ZNvdZJT9BDar.lazyload, #qJBKTWT5McDTMPqfJHJ3ZNvdZJT9BDar.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #RneQh4IAphlOBPUiMkORnQXeLmtCoSzh { width:14.375rem;height:1.21875rem;top:133.998046875rem;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) { #y0CLTvvbQEXM3g5spNF3rDuHs4CDk0xg { width:11.875rem;height:4.2223rem;top:128.685546875rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttctlS8rFT9RftfUNiS1JntegdsepU9H { width:14.375rem;height:10.6875rem;top:184.8125rem;left:3rem;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; }#ttctlS8rFT9RftfUNiS1JntegdsepU9H.adaptive-delivery-prevent-bg, #ttctlS8rFT9RftfUNiS1JntegdsepU9H.lazyload, #ttctlS8rFT9RftfUNiS1JntegdsepU9H.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #p6TMwTbGk6x2SNOTxgOt1VKIK5T5L9xZ { width:14.375rem;height:1.21875rem;top:192.375rem;left:3rem;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) { #Nw8eh6Ce7LSsg57fF6dU0T5565iJXWfl { width:11.875rem;height:4.2223rem;top:187.0625rem;left:4.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U53i61T8gLQZtCDA8c7l4v4MZClv6ghJ { width:14.375rem;height:10.6875rem;top:200.1875rem;left:3rem;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; }#U53i61T8gLQZtCDA8c7l4v4MZClv6ghJ.adaptive-delivery-prevent-bg, #U53i61T8gLQZtCDA8c7l4v4MZClv6ghJ.lazyload, #U53i61T8gLQZtCDA8c7l4v4MZClv6ghJ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #C5GwbKkXX70ZNPTklk7Am6nNOyVn7w5l { width:14.375rem;height:1.21875rem;top:207.75rem;left:3rem;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) { #SasAH0pQhQE86qtQoqLuXSpm6klxodfI { width:11.875rem;height:4.87215625rem;top:203rem;left:4.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nK6qU1l7RH4zM0khOwgFsdgLMJNldEyk { width:14.375rem;height:10.6875rem;top:217.625rem;left:2.625rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#nK6qU1l7RH4zM0khOwgFsdgLMJNldEyk.adaptive-delivery-prevent-bg, #nK6qU1l7RH4zM0khOwgFsdgLMJNldEyk.lazyload, #nK6qU1l7RH4zM0khOwgFsdgLMJNldEyk.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #P7A6dhePO4PBqANHEiJaURrtWoESG1OI { width:14.375rem;height:1.21875rem;top:225.1875rem;left:2.625rem;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) { #gA5X2zqdk3ID39IRyqxXTqDJsgoB4Ixt { width:14.375rem;height:10.6875rem;top:233rem;left:2.625rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#gA5X2zqdk3ID39IRyqxXTqDJsgoB4Ixt.adaptive-delivery-prevent-bg, #gA5X2zqdk3ID39IRyqxXTqDJsgoB4Ixt.lazyload, #gA5X2zqdk3ID39IRyqxXTqDJsgoB4Ixt.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ql6DJVrsJn3mzNL1y9RCtt7I0PF89z0z { width:14.375rem;height:1.21875rem;top:240.5625rem;left:2.625rem;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) { #VsxhUKH53xnOS5HPfxIU0gueBdrxkLdV { width:11.875rem;height:4.22265625rem;top:235.6875rem;left:3.875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mE67yTgEMy8dwNiFswwVtkp5KBpdeZhz { width:11.875rem;height:4.54900625rem;top:220.25rem;left:4.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTKkVUFZIooL167XpSBadrcuXU12h8JC { width:8.75rem;height:2.6875rem;top:196.18700885773rem;left:5.6241121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRikxukwsxBaWM2TSHhTR5q12JZml562 { display:block; }
 }@media only screen and (max-width: 763px) { #eOwPI2ZGbuoGJgC30EPS4vCI4NwAK91F { width:8.75rem;height:2.6875rem;top:211.6868019104rem;left:5.6241121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkbgLNnodZfLfai2rEmuEuFSFH7cndb9 { display:block; }
 }@media only screen and (max-width: 763px) { #R2IQwNbsQ2uG4zLCPKAs2oM3tWgUSEJr { width:8.75rem;height:2.6875rem;top:120.56195259094rem;left:5.6241121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWBbWem1QSvelr8A6q463B2nd3AqFDid { display:block; }
 }@media only screen and (max-width: 763px) { #OSHTLcn9s2C9NhXxc9ZuilfSF8cPoJsl { width:8.75rem;height:2.6875rem;top:106.12303352356rem;left:5.8123221993446rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQGa23dsPtTHkRz1pPuySyHEI2lwz4Kb { display:block; }
 }@media only screen and (max-width: 763px) { #yMMRw8D3FAu7TFEWTrF9cDxQRV8Z9AdT { width:8.75rem;height:2.6875rem;top:244.74952697754rem;left:5.8123221993446rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqI485GqQc1SrdDK4WorIkvlNkszssN9 { display:block; }
 }@media only screen and (max-width: 763px) { #lSbNlHTvlhULGcm02bkwCflE6wrk9mkh { width:8.75rem;height:2.6875rem;top:137.87472248078rem;left:5.6241121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISZvRPqLfXWc2JIvBhhmc1TDGk34TlUB { display:block; }
 }@media only screen and (max-width: 763px) { #u4e7kogOhP0rCgrIcTBb334GXN2vpDut { width:8.75rem;height:2.6875rem;top:153.37455177307rem;left:5.6241121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPLVKCGbgWNQLIS5gQvcipaKr8TwMElC { display:block; }
 }@media only screen and (max-width: 763px) { #Ub3idpOm0akxegkaIO9FbdFp7o3y1f7R { width:8.75rem;height:2.6875rem;top:228.875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeUiht7vRzBPWisclh0wTotVD8byarI2 { display:block; }
 }@media only screen and (max-width: 763px) { #C6Rxf00Zt9pGkwMQJkk6ZC6aVNAlUyQV { width:8.75rem;height:2.6875rem;top:42.310856342316rem;left:5.6241121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #U513QOnaxFfKT2pRmDvXlLmTqi5hT2ZX { display:block; }
 }@media only screen and (max-width: 763px) { #isFEqHIedDNErhsTF2CE6Tfx3ZcbaRWs { width:8.75rem;height:2.6875rem;top:15.0625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x169SPGECFxmH4QZhcRMMcvTHkfUo3zW { display:block; }
 }@media only screen and (max-width: 763px) { #Vc2LVKODPp2VsnyvR7mqmlbU1LhtxCZk { width:8.75rem;height:2.6875rem;top:182.18472003937rem;left:5.6241121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTDg1A0i5zTGgxzczqgm9hyFNyXWIArZ { display:block; }
 }@media only screen and (max-width: 763px) { #gMVGcqdWRLidsOkB77KBDUD7N8LXmhJA { width:8.75rem;height:2.6875rem;top:167.37392616272rem;left:5.6241121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTZiC76UtePtuLqTTUiXReopWv7PHRwH { display:block; }
 }@media only screen and (max-width: 763px) { #zlyoQv9ENIzvg2TxrOmK42hvVOov8eRO { width:8.75rem;height:2.6875rem;top:56.561553955078rem;left:5.6241121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfhuhvKMZDpRiv0bW2VzeFBHCL0RfZJQ { display:block; }
 }@media only screen and (max-width: 763px) { #JlnNCKDtsb87NOnJvGi0BtySlcLBEn96 { width:8.75rem;height:2.6875rem;top:72.999909400937rem;left:5.6241121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #tm5ztPiIhbqdOMNF4BOffeL4bxGMTTza { display:block; }
 }@media only screen and (max-width: 763px) { #SZcpNDpAtnqd2MDgJREWTCyyiFT7cQJt { width:8.75rem;height:2.6875rem;top:28.435791492462rem;left:5.6241121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztSPbMGz89ZvUWDeMUerNseymFuP3GgA { display:block; }
 }@media only screen and (max-width: 763px) { #Khmt9gn7edL6W0Xbmq6frRsb0Qg6qmrp { width:8.75rem;height:2.6875rem;top:88.685976982119rem;left:5.6241121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpNZ3STz07b12EBVS8XiAtn2UbPtuzo9 { display:block; }
 }@media only screen and (max-width: 763px) { #oTmURrivSoEBwEKe19xO19nAAMF4BRbm { display:block; }#oTmURrivSoEBwEKe19xO19nAAMF4BRbm { 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 { border-width: 0; border-radius: 0; }#oTmURrivSoEBwEKe19xO19nAAMF4BRbm > .row .container { width:20rem;height:355rem;background-color:rgba(255,255,255,0.95);background-image:url("https://images.assets-landingi.com/bdIP02iH/cc10de05cefd88e49a75263a5c312c6c.gif");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#oTmURrivSoEBwEKe19xO19nAAMF4BRbm > .row .container.adaptive-delivery-prevent-bg, #oTmURrivSoEBwEKe19xO19nAAMF4BRbm > .row .container.lazyload, #oTmURrivSoEBwEKe19xO19nAAMF4BRbm > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #RtsNNcxa3V1M7W2hmsxxtt4f4ucNckKd { width:14.375rem;height:10.6875rem;top:12.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.38654375rem;top:15.375rem;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) { #mLiCb19oogX7T9NWTWlWdWN3seTBrXgF { width:19.436875rem;height:2.51855625rem;top:8.8747825622556rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoaQlpJiPwREsgVp9wIIuUUOCTirCWHN { width:14.375rem;height:10.6875rem;top:53.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.38654375rem;top:57.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) { #M66CLsyNKExNwSg1x4Hekhzr5yRa3wIi { width:14.375rem;height:1.21875rem;top:61.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) { #HAPgNb71UmC6kB1VTRIh0rTBz5Z6xww6 { width:14.375rem;height:10.6875rem;top:40.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.87215625rem;top:43rem;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:47.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) { #O6yTBiHqKO3pNtd97bXpm3bBGD8ULmZX { width:14.375rem;height:10.6875rem;top:26.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:6.0902rem;top:27.908457929269rem;left:4.0625000596046rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmgAa1ghlOnlfNAvDJJTSMOR45Fh2epO { width:14.375rem;height:1.21875rem;top:33.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) { #Q8zF5oGWxWguEMDM9042EQAUbZpP1K4D { width:14.375rem;height:1.21875rem;top:19.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.185546875rem;top:354.12106275559rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mr7HWmNb1y0rTvDtFEUmqCIiyUFan63y { width:14.375rem;height:10.6875rem;top:170.375rem;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; }#Mr7HWmNb1y0rTvDtFEUmqCIiyUFan63y.adaptive-delivery-prevent-bg, #Mr7HWmNb1y0rTvDtFEUmqCIiyUFan63y.lazyload, #Mr7HWmNb1y0rTvDtFEUmqCIiyUFan63y.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #wtImuGbJpVAPmh7x1102qdUiWAwk1FDG { width:14.375rem;height:1.21875rem;top:177.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) { #qTmJcH0eHdow34bWmgGrmcM3lDfSe9fh { width:14.375rem;height:10.6875rem;top:156.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; }#qTmJcH0eHdow34bWmgGrmcM3lDfSe9fh.adaptive-delivery-prevent-bg, #qTmJcH0eHdow34bWmgGrmcM3lDfSe9fh.lazyload, #qTmJcH0eHdow34bWmgGrmcM3lDfSe9fh.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #eH8aFcikg6C3mgkuPrT7rmc5RazZlMs1 { width:11.875rem;height:4.38654375rem;top:160rem;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) { #OVT18Mw9fVB0sNzStfxxn9QeHFALzavr { width:14.375rem;height:1.21875rem;top:164.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) { #h5C7IiWG9I4LypWbT4oLdxsVUyw32T7c { width:11.875rem;height:5.84871875rem;top:172.4375rem;left:4.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSOPK0MPAHLcb9VHddcsAdgc5ru7xMe6 { width:14.375rem;height:10.6875rem;top:144.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; }#gSOPK0MPAHLcb9VHddcsAdgc5ru7xMe6.adaptive-delivery-prevent-bg, #gSOPK0MPAHLcb9VHddcsAdgc5ru7xMe6.lazyload, #gSOPK0MPAHLcb9VHddcsAdgc5ru7xMe6.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #xyvasiHq6dFf8L8izDX2ZXwaE3NGTtc0 { width:11.875rem;height:3.65411875rem;top:147.5625rem;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) { #oDfTvw1uIx608uV15NKv4rVP6AxMQGZw { width:14.375rem;height:1.21875rem;top:152rem;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) { #H0orBgFEuAgAQIpcZh57DSabMLEzZ0p2 { width:14.375rem;height:10.6875rem;top:130.12365722656rem;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; }#H0orBgFEuAgAQIpcZh57DSabMLEzZ0p2.adaptive-delivery-prevent-bg, #H0orBgFEuAgAQIpcZh57DSabMLEzZ0p2.lazyload, #H0orBgFEuAgAQIpcZh57DSabMLEzZ0p2.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #M3N0qACVQXZ7371xZQACwRBZlR5A4Bzf { width:14.375rem;height:1.21875rem;top:137.68658447266rem;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) { #fhbOxgCPrMSMu6fcWzXerdxFsEbrmDlc { width:11.875rem;height:2.43608125rem;top:133.93658447266rem;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) { #GPz01XXeT9TQtC0Hhnq4QJVI2aTXOL8o { width:14.375rem;height:10.6875rem;top:185.75rem;left:2.5rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#GPz01XXeT9TQtC0Hhnq4QJVI2aTXOL8o.adaptive-delivery-prevent-bg, #GPz01XXeT9TQtC0Hhnq4QJVI2aTXOL8o.lazyload, #GPz01XXeT9TQtC0Hhnq4QJVI2aTXOL8o.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #LUv5TTmRraIiXHQVoe2IQkZByDN4gvPF { width:14.375rem;height:1.21875rem;top:193.3125rem;left:2.5rem;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) { #nGU7JbnB3oA0TMTyTIc2XazCJ37OdFDd { width:11.875rem;height:4.87215625rem;top:188.375rem;left:3.75rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxsfuObAEcxM2dbz9RX3lIWhTd0fTFGA { width:14.375rem;height:10.6875rem;top:201.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; }#OxsfuObAEcxM2dbz9RX3lIWhTd0fTFGA.adaptive-delivery-prevent-bg, #OxsfuObAEcxM2dbz9RX3lIWhTd0fTFGA.lazyload, #OxsfuObAEcxM2dbz9RX3lIWhTd0fTFGA.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #xMdqFHU9kzVS7yaBvRZr1phDEwf9Qg1v { width:11.875rem;height:2.43608125rem;top:204.25rem;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) { #vVrfeCZh8p9XXc1ZAgehOvLXdsZLcnw3 { width:14.375rem;height:1.21875rem;top:208.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) { #SqUZ543umfUgWEdO7fvKJVqiUKZN0Qoa { width:14.375rem;height:10.6875rem;top:217.49865722656rem;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; }#SqUZ543umfUgWEdO7fvKJVqiUKZN0Qoa.adaptive-delivery-prevent-bg, #SqUZ543umfUgWEdO7fvKJVqiUKZN0Qoa.lazyload, #SqUZ543umfUgWEdO7fvKJVqiUKZN0Qoa.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Tx954PGqP9RUz0qEVhcc4X33Nniz22pb { width:11.875rem;height:5.84871875rem;top:219.74798583984rem;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) { #wl79cSTpB5xJhpqEdpBqqnna0c1gxuGO { width:14.375rem;height:1.21875rem;top:225.31115722656rem;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) { #WbuDKOU8SznZh1TD0TrAbPve7rxiTUua { width:14.375rem;height:10.6875rem;top:231.75rem;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; }#WbuDKOU8SznZh1TD0TrAbPve7rxiTUua.adaptive-delivery-prevent-bg, #WbuDKOU8SznZh1TD0TrAbPve7rxiTUua.lazyload, #WbuDKOU8SznZh1TD0TrAbPve7rxiTUua.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #TbCIE0x1poRFfgrDUMOLQfSQRbbFhspy { width:14.375rem;height:1.21875rem;top:239.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) { #S9OAicBSibdnvG3ohgPkF0LPsr8oNmsS { width:11.875rem;height:4.38654375rem;top:233.8125rem;left:4.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #doPxufzJtLI42bKcGsAHh9UumhITEDoV { width:14.375rem;height:10.6875rem;top:70.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; }#doPxufzJtLI42bKcGsAHh9UumhITEDoV.adaptive-delivery-prevent-bg, #doPxufzJtLI42bKcGsAHh9UumhITEDoV.lazyload, #doPxufzJtLI42bKcGsAHh9UumhITEDoV.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #dHNJLqCu4VmhDHMXOqEmt5zRf7dQMrT8 { width:14.375rem;height:1.2180375rem;top:77.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) { #obpMT0DIbnryOhFOeAdAxfu8xnw6FzCS { width:11.875rem;height:3.65411875rem;top:72.875rem;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) { #msLwDtRvUzk1bVH51o6O178zLvzTwKTo { width:14.375rem;height:10.6875rem;top:84.8125rem;left:2.5rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#msLwDtRvUzk1bVH51o6O178zLvzTwKTo.adaptive-delivery-prevent-bg, #msLwDtRvUzk1bVH51o6O178zLvzTwKTo.lazyload, #msLwDtRvUzk1bVH51o6O178zLvzTwKTo.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #IiFs9OI0zsZHPsSpV2egStA63f8SN9su { width:11.875rem;height:4.9364375rem;top:87.5rem;left:3.75rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7o32MzTZa3AAxrf4ICWWm9kWyGBMSs3 { width:14.375rem;height:1.2180375rem;top:92.875rem;left:2.5rem;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) { #DywnL35rIQ7NFdq2p7NTgRPyAkMbwdXM { width:14.375rem;height:10.6875rem;top:100.75rem;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; }#DywnL35rIQ7NFdq2p7NTgRPyAkMbwdXM.adaptive-delivery-prevent-bg, #DywnL35rIQ7NFdq2p7NTgRPyAkMbwdXM.lazyload, #DywnL35rIQ7NFdq2p7NTgRPyAkMbwdXM.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #LtkqqZaeTg4woJizVbSPoiNeQm81zPy2 { width:11.875rem;height:4.38654375rem;top:103rem;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) { #vVvIvXyZETuhXTPe7MlMbqwC6TEyzvGR { width:14.375rem;height:1.2180375rem;top:108.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) { #T70D9CinwxWJTfT3NKA2RibaprBXLsd9 { width:14.375rem;height:10.6875rem;top:114.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; }#T70D9CinwxWJTfT3NKA2RibaprBXLsd9.adaptive-delivery-prevent-bg, #T70D9CinwxWJTfT3NKA2RibaprBXLsd9.lazyload, #T70D9CinwxWJTfT3NKA2RibaprBXLsd9.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #hPVrwq8TbrlLn7PT34IJvRJ7nuP7p25T { width:14.375rem;height:1.2180375rem;top:122.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) { #iOx7kST8APReai24HTxxyhD0a2qbyUnM { width:11.875rem;height:4.38654375rem;top:116.875rem;left:4.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5sC23UTuOE3M6hdOeKvnvNEcV2haOoc { width:14.375rem;height:10.6875rem;top:245.9375rem;left:2.625rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#G5sC23UTuOE3M6hdOeKvnvNEcV2haOoc.adaptive-delivery-prevent-bg, #G5sC23UTuOE3M6hdOeKvnvNEcV2haOoc.lazyload, #G5sC23UTuOE3M6hdOeKvnvNEcV2haOoc.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #VWOIy5b0cMmWQHXllnlsi309GSyQkSFi { width:14.375rem;height:1.2180375rem;top:253.5rem;left:2.625rem;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) { #ILw7VPdvssreH1ypppETZVAblCz1IaBJ { width:11.875rem;height:1.38139375rem;top:250rem;left:3.9375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoD2ebOc40WMa50n1ZUkqctvs9X1fZP9 { width:14.375rem;height:10.6875rem;top:261.1875rem;left:2.5625rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#OoD2ebOc40WMa50n1ZUkqctvs9X1fZP9.adaptive-delivery-prevent-bg, #OoD2ebOc40WMa50n1ZUkqctvs9X1fZP9.lazyload, #OoD2ebOc40WMa50n1ZUkqctvs9X1fZP9.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #cR15AcwcKZshLukeOfX5oVknoFO5tyFd { width:11.875rem;height:1.54385625rem;top:264.3125rem;left:3.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOeFotKLtDgVRcJG4g6HPbs2DBvuRBDL { width:14.375rem;height:1.2180375rem;top:268.75rem;left:2.5625rem;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) { #z3SZQEso8cnEOxemEnzDGraGWrrc0GPZ { width:14.375rem;height:10.6875rem;top:277.1875rem;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; }#z3SZQEso8cnEOxemEnzDGraGWrrc0GPZ.adaptive-delivery-prevent-bg, #z3SZQEso8cnEOxemEnzDGraGWrrc0GPZ.lazyload, #z3SZQEso8cnEOxemEnzDGraGWrrc0GPZ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Qt0Xn8UODWPZtkFgequahTV4z08PBy0n { width:11.875rem;height:2.9243625rem;top:279.4375rem;left:4.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT6o664q3mK1BesLDSzCCh5K4sgfQN7s { width:14.375rem;height:1.2180375rem;top:285rem;left:2.875rem;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) { #muINb6wRJPqbWZwtIHph2UctD5WEZPCM { width:14.375rem;height:10.6875rem;top:294.8125rem;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; }#muINb6wRJPqbWZwtIHph2UctD5WEZPCM.adaptive-delivery-prevent-bg, #muINb6wRJPqbWZwtIHph2UctD5WEZPCM.lazyload, #muINb6wRJPqbWZwtIHph2UctD5WEZPCM.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #gohkgSRZGmbnx1rKaRnkRrg483ZyF574 { width:14.375rem;height:1.2180375rem;top:302.375rem;left:2.875rem;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) { #pZFqpruXorD1S9Z1byots8wMeEM7483V { width:11.875rem;height:2.9243625rem;top:296.875rem;left:4.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsKHQ7nDTkHzlJICQfBHcpbR7UKcbPmW { width:8.75rem;height:2.6875rem;top:257.4375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlMMe5oK3XyVgXeu9FaQUiLlZv2pi0E4 { display:block; }
 }@media only screen and (max-width: 763px) { #tpfS25guADrSrZcyG8WWdd0UTuEzwd64 { width:8.75rem;height:2.6875rem;top:273.1875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwVnlHL2SzKoN6pZ2l2wuTl2ROhtfvhf { display:block; }
 }@media only screen and (max-width: 763px) { #h17LhQD3R8EK1pGS0wnlZ3rDHks8puT3 { width:8.75rem;height:2.6875rem;top:289.0625rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfKkVFC7WQNsmAh7mOncSWTRIu8Tl55a { display:block; }
 }@media only screen and (max-width: 763px) { #sQ9iz8LMqRdW6Pw0xxp1H70OBIPQqD79 { width:8.75rem;height:2.6875rem;top:306.75rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTmfB1D7uQKcEQU3EUTmVMeQilecHEeh { display:block; }
 }@media only screen and (max-width: 763px) { #UGRFbI4UBXvL2E14o88A0qPXN4zWu9ih { width:8.75rem;height:2.6875rem;top:197rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQiKxekXQgtt8TkaWrg8ScXPaesI2ocw { display:block; }
 }@media only screen and (max-width: 763px) { #q3bFoAaVPicQrW6HqIZLv0s0bQhInoDw { width:8.75rem;height:2.6875rem;top:243.24937438965rem;left:5.6241121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXzdTtnrfJEF3PP62TbNXU6nx7Z3m8Cb { display:block; }
 }@media only screen and (max-width: 763px) { #rd3i7BLRCeGJphZXOnkT7SIe2e2O8FQc { width:8.75rem;height:2.6875rem;top:212.81144142151rem;left:5.6241121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #z16UK3U2MK29qPJecMiylMHO3WQFe73b { display:block; }
 }@media only screen and (max-width: 763px) { #gm2qcUw14OgdKXTgmHfBfisku4m2S6Gm { width:8.75rem;height:2.6875rem;top:228.875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5Ivnqx9CZL9O2lDFXlFIsiVUsennvHp { display:block; }
 }@media only screen and (max-width: 763px) { #FvOgE7v5zt9yVH52TgLOMID4TzFqP2ML { width:8.75rem;height:2.6875rem;top:141.81196022034rem;left:5.6241121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2HBp7xMonTclI146mbe1lOHsCsF3ft4 { display:block; }
 }@media only screen and (max-width: 763px) { #qsyvCHasgmz4UhQDSDaOVWudz2sICWR6 { width:8.75rem;height:2.6875rem;top:126.06271505356rem;left:5.6241121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #imHBK4fMwRH5UiNKMTru2NT5XdtkDyDW { display:block; }
 }@media only screen and (max-width: 763px) { #pHm61hoPavTv7sAubetirpx0LdQgMiF7 { width:8.75rem;height:2.6875rem;top:167.74868631363rem;left:5.6241121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9TxkzQS9k23AChXTblWptU8acxKgAkB { display:block; }
 }@media only screen and (max-width: 763px) { #cSZ7Mag5wCTov8PmbHVClABV8cxgZTHz { width:8.75rem;height:2.6875rem;top:181.99933147431rem;left:5.6241121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9tC97QX4Twp26X8PhPQTs1oB1zg1EaS { display:block; }
 }@media only screen and (max-width: 763px) { #IulsJnyGDgNQwwkW7FHqz13i2DdW2mnU { width:8.75rem;height:2.6875rem;top:82.122730255125rem;left:5.6241121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWLD7Zf8kttQbPGHyue6ZXTbeOAOpVQS { display:block; }
 }@media only screen and (max-width: 763px) { #cZr20xua7TJHmOucmeDIqiIvFCBT33rw { width:8.75rem;height:2.6875rem;top:112.12357330323rem;left:5.6241121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUAEP5LeiOUDXH4X80oOkLNqTKT6hTb8 { display:block; }
 }@media only screen and (max-width: 763px) { #rTnLRi8C6ID5E1dMMVcyu2nHGGrUlcac { width:8.75rem;height:2.6875rem;top:96.375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPcaE2JBKIF77aPUJun2KPX8oZ4E3ho4 { display:block; }
 }@media only screen and (max-width: 763px) { #zOkEeX2TFRPZfKbCePTBkyKgpbILqeMS { width:8.75rem;height:2.6875rem;top:155.4375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BB8bhi1Sk5VfUFS3kPf6t68VM46z5dG1 { display:block; }
 }@media only screen and (max-width: 763px) { #ZNEWupio5osqfkIsMspTnaSHBilaI5Jn { width:8.75rem;height:2.6875rem;top:65.25rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8QUoqBc7PwfXc4zTJxFAxZc9Amd9dAT { display:block; }
 }@media only screen and (max-width: 763px) { #TrBmvFTWtSmnT2ARqW8dawzmWnv0xwln { width:8.75rem;height:2.6875rem;top:37.436120986939rem;left:5.6241121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSabAdf3noZZ6FlEUTqmzn7Z8pmFQRz9 { display:block; }
 }@media only screen and (max-width: 763px) { #abSXeIP3lAya6IsQlxTdwy8vCdEcHeQe { width:8.75rem;height:2.6875rem;top:51.312075853348rem;left:5.6241121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #TF8IQi8FvOZMnsJZq5GxfMysgl0UVgbC { display:block; }
 }@media only screen and (max-width: 763px) { #fQClNrn5BmpVTeOTBc2EA7X0dvllNCxk { width:8.75rem;height:2.6875rem;top:23.497911453247rem;left:5.6241121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #syTckycH8MeT6h0bshOXoL3XKwIaLl4c { display:block; }
 }@media only screen and (max-width: 763px) { #LsgeqTnCFvfbZGbpyH4wyoM787U5XR0L { width:8.75rem;height:2.6875rem;top:335.625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrKoXqJXflTLHtvCzfML4QBF8GVzvHck { display:block; }
 }@media only screen and (max-width: 763px) { #wnfXRvbga0S2WQd455QZu08LOIleo5hn { width:14.375rem;height:10.6875rem;top:339.375rem;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; }#wnfXRvbga0S2WQd455QZu08LOIleo5hn.adaptive-delivery-prevent-bg, #wnfXRvbga0S2WQd455QZu08LOIleo5hn.lazyload, #wnfXRvbga0S2WQd455QZu08LOIleo5hn.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #kniimiHkAE7ZOfovDb8LLf090UTazDUx { width:14.375rem;height:1.2180375rem;top:346.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) { #lfNbH7ZJbB94UtIv1xol9RCEuV6xV0IF { width:11.875rem;height:4.87215625rem;top:342rem;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) { #yH7Q6onQwgLwoMAH6dmlESldBFSDp0Mc { width:8.75rem;height:2.6875rem;top:350.5625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nv8GrQhTK9f1LNdNFONCLJd1ocBJfUyO { display:block; }
 }@media only screen and (max-width: 763px) { #SckcQ9sViTCrTllH0bHJVzyy79Q2i93Q { width:14.375rem;height:10.6875rem;top:324.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; }#SckcQ9sViTCrTllH0bHJVzyy79Q2i93Q.adaptive-delivery-prevent-bg, #SckcQ9sViTCrTllH0bHJVzyy79Q2i93Q.lazyload, #SckcQ9sViTCrTllH0bHJVzyy79Q2i93Q.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #SDCn2zw0MlizuhF4Fh7iHoB8927smUX5 { width:14.375rem;height:1.2180375rem;top:331.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) { #kGUuKNl79oXSlG5qIcbLvGzL7bmMQFTJ { width:11.875rem;height:4.87215625rem;top:326.75rem;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) { #ILUhlTqRhmeeukcovk52mbSVpL0z0S7C { width:8.75rem;height:2.6875rem;top:320.6875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #evx0XLS5XGPkPvC2CoSTKNl0t5o2rgEG { display:block; }
 }@media only screen and (max-width: 763px) { #PhsVoQSJrGICneWoJt2AGTa0SDb0DPlU { width:14.375rem;height:10.6875rem;top:309.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; }#PhsVoQSJrGICneWoJt2AGTa0SDb0DPlU.adaptive-delivery-prevent-bg, #PhsVoQSJrGICneWoJt2AGTa0SDb0DPlU.lazyload, #PhsVoQSJrGICneWoJt2AGTa0SDb0DPlU.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ttFp8rHDotn3MqqycVPyO9wqz7ZJDR4S { width:14.375rem;height:1.2180375rem;top:317rem;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) { #h2LyeTXGdWzlTpxFgb1vvSycUvJtFOau { width:11.875rem;height:4.54900625rem;top:312.0625rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.875rem;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:121.4375rem;position:relative;display:block; } }@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.963425rem;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) { #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) { #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.38139375rem;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) { #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) { #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.3744375rem;height:1.13725rem;top:59.206665039062rem;left:3.2803621888161rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9UeJRNeo2FnAUAtPzSyxkSGvTW1UUy7 { width:14.375rem;height:1.2180375rem;top:63.625rem;left:2.75rem;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) { #Bhl8Dndos3Tf9yxUS4dqlPvTQDWdMkop { width:11.875rem;height:5.1953125rem;top:44.110528599471rem;left:4.0625000596046rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHMgsq8BPT3cZU4zzJMOmFAfNTOItCTx { width:11.875rem;height:2.11115rem;top:60.8125rem;left:3.9375rem;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.51775625rem;top:72.855108737944rem;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.97905rem;top:11.068359375rem;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) { #TCATpaD0xtHcBw6OzciXepxHHBopEwNZ { width:14.375rem;height:10.6875rem;top:56rem;left:2.75rem;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:5.84871875rem;top:23.024634361267rem;left:4.0625000596046rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;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) { #aP9fsa7LKc8WChAHwpTPHRZFoQSalWnS { width:20rem;height:0.1875rem;top:36.8125rem;left:0rem;z-index:100173;display:block; }
 }@media only screen and (max-width: 763px) { #TK3TlvFBCTRKTGzUk5hV0L9LXXRFkk2k { width:14.375rem;height:1.21875rem;top:14.874113082886rem;left:2.7562933564186rem;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) { #WwiphFxxh2HZu9Mzmc9FM8yk9JUDgcFT { width:14.375rem;height:1.2180375rem;top:49.930751800537rem;left:2.8116121888161rem;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) { #yNVNxPIkw5Pk4epRbNuX19JsXcSF39mA { width:14.375rem;height:1.2180375rem;top:96.750021500513rem;left:2.8116121888161rem;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) { #OXFat1ReOawd54ElU7T9Q8VV2DmbyEGf { width:8.75rem;height:2.6875rem;top:53.295608520507rem;left:5.6241121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #mi1tncCSktzvCFmeL3NuX7kTbgt3InIh { display:block; }
 }@media only screen and (max-width: 763px) { #p8KCLKTOxA1cFMql4aeUZMxd3npQc0Bz { width:8.75rem;height:2.6875rem;top:67.625rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEJlWKKWBVtIngLWrMaQAVauJRX1gSQq { display:block; }
 }@media only screen and (max-width: 763px) { #Tc5gxePB9DwQJaeOqPZlVt5zP0pxIaTy { width:8.75rem;height:2.6875rem;top:101.12389257812rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LV4k1LUlnyIm9UPSZDrTTKrTlbblchD2 { display:block; }
 }@media only screen and (max-width: 763px) { #vHZQHCGl4oLvzb6zcvvvFr1KnVgPbQcy { width:8.75rem;height:2.6875rem;top:86.560743093488rem;left:5.6241121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWD26iaCImCDm77Ag2lFncgmMNKwJSzC { display:block; }
 }@media only screen and (max-width: 763px) { #zN50ofQfXNGS12vGsNI79EnWkLOn5upr { width:8.75rem;height:2.6875rem;top:32.622380256653rem;left:5.6241121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTRVArGn1405pl9qHeB8N2U43Ke2OpRX { display:block; }
 }@media only screen and (max-width: 763px) { #qMJn9iozpsVILBMLPp8UlfTs1VP0J2P1 { width:8.75rem;height:2.6875rem;top:18.499488830566rem;left:5.6241121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #speFFUkkdhICR4SMGJaf8mfmuLXfmEDc { display:block; }
 }@media only screen and (max-width: 763px) { #VkTkLg2ghEowSkATlTB7UNOFpuN5Tw9V { width:20rem;height:0.1873225rem;top:71.561607360837rem;left:0rem;z-index:100174;display:block; }
 }@media only screen and (max-width: 763px) { #rfXh6rzpx6RqntTSH1ERVBtT33wDmHJf { width:20rem;height:0.1873225rem;top:121.24820102379rem;left:0rem;z-index:100175;display:block; }
 }@media only screen and (max-width: 763px) { #mMA5QHESz4UcA6grRCl4e1gwTb3W9eAH { width:20rem;height:2.51775625rem;top:38.248313080519rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #veTcKfxEUUHwNciCLx3Gz5SdBG3MsQ1R { width:20rem;height:0.125rem;top:105.56207835937rem;left:0rem;z-index:100173;display:none; }
 }@media only screen and (max-width: 763px) { #flO56nauI2ccpS7bzZwbt9kzdNyLp0Eu { width:8.75rem;height:2.6875rem;top:117.49945628906rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vh4KlhRTtTaPt3aL7P3mRBJk8JhA2SHF { display:block; }
 }@media only screen and (max-width: 763px) { #IC4gDkWzz5GEDoOETukEWExpWIyqGfnv { width:14.375rem;height:10.6875rem;top:105.56195628906rem;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; }#IC4gDkWzz5GEDoOETukEWExpWIyqGfnv.adaptive-delivery-prevent-bg, #IC4gDkWzz5GEDoOETukEWExpWIyqGfnv.lazyload, #IC4gDkWzz5GEDoOETukEWExpWIyqGfnv.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #FPTU06TOR7vhDQrX7CKQ1olrnGcOvvPd { width:14.375rem;height:1.2180375rem;top:112.68695628906rem;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) { #GiwyV2TvD2HV3O5D6H4iPiLul4ttWJGu { width:11.875rem;height:3.57421875rem;top:108.31053340698rem;left:3.9660857915878rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.375rem;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.2745rem;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.9868625rem;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.9747875rem;top:33.708984375rem;left:0.68684893846512rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }