.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.561633110046rem;left:15.936415672303rem;height:3.16894375rem;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.999125rem;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:18.811849594116rem;left:34.498700141907rem;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:21.455078125rem;left:4.742431640625rem; }
#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:21.455078125rem;left:4.742431640625rem; }
#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; }
#UzonRaNTMnlVZ7GbvAHs9rcIer7uC5UT { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.1235rem;width:17.3730625rem;top:19.892579078674rem;left:42.694230079651rem;overflow:hidden;display:block; }
#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:330.5625rem;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:2.76123125rem;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:8.1684036254881rem;left:3.4971790313721rem;height:4.38720625rem;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: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; }
#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:42.703992843628rem;left:3.779296875rem;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:41.9375rem;left:22.625rem;height:2.76123125rem;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:4.38720625rem;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: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; }
#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:56.6142578125rem;left:60.25rem;height:1.4431125rem;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:69.826393127444rem;left:3.4971790313721rem;height:4.55078125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FNfmlgT8ogq4DWL85eHDb0bqxxosmb83 { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100105;line-height:1.3;letter-spacing:0;top:71.3125rem;left:40.75rem;height:2.59765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cTBX7kJRJnu3eybgPeALG0oPsOdk7gCa { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100109;line-height:1.3;letter-spacing:0;top:70.9375rem;left:22rem;height:3.9589875rem;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:71.5rem;left:59.625rem;height:1.4431125rem;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:59rem;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: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; }
#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:86.486549377444rem;left:60.249566078186rem;height:4.14184375rem;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:40.125rem;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.207034111025rem;left:40.966797828674rem;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:21.375rem;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: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; }
#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.618709564206rem;left:23.27908039093rem;height:1.4431125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fgpaXEqPWWswbQPkMTKVha53Ug2LQDJU { 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; }#fgpaXEqPWWswbQPkMTKVha53Ug2LQDJU.adaptive-delivery-prevent-bg, #fgpaXEqPWWswbQPkMTKVha53Ug2LQDJU.lazyload, #fgpaXEqPWWswbQPkMTKVha53Ug2LQDJU.lazyloading { background-image: none; }
#m2HQrhPRqsAMFqp8TB5LBxSP96hGJpm4 { 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; }
#VTzAinP6l2hNUmrTRUvc27TD2gO8J1bl { 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; }
#ORWJscDeLk0QLwU4ZR4xLiffNaeyBZ2z { 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; }#ORWJscDeLk0QLwU4ZR4xLiffNaeyBZ2z.adaptive-delivery-prevent-bg, #ORWJscDeLk0QLwU4ZR4xLiffNaeyBZ2z.lazyload, #ORWJscDeLk0QLwU4ZR4xLiffNaeyBZ2z.lazyloading { background-image: none; }
#NgK2ocX0dg3bsSuf8MLot9NDnD2E3zt6 { 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; }
#vLH7LNzCUM2xdDbJWUHEAeZ78ODbdKwi { 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; }#vLH7LNzCUM2xdDbJWUHEAeZ78ODbdKwi.adaptive-delivery-prevent-bg, #vLH7LNzCUM2xdDbJWUHEAeZ78ODbdKwi.lazyload, #vLH7LNzCUM2xdDbJWUHEAeZ78ODbdKwi.lazyloading { background-image: none; }
#E4xXJMw8TXLdLiQpVCwxN4x0ZTTrq6TU { 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; }
#zcnRJqbdaoaURFWQsTDlUME5THc5PvTN { 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; }
#uJGX640alNZ4rNCaxmnQzxfCE0ZPnPs9 { 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; }
#QkW3QBqAJ5i1Nw5F7gR60yPNNPEoImIf { 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; }#QkW3QBqAJ5i1Nw5F7gR60yPNNPEoImIf.adaptive-delivery-prevent-bg, #QkW3QBqAJ5i1Nw5F7gR60yPNNPEoImIf.lazyload, #QkW3QBqAJ5i1Nw5F7gR60yPNNPEoImIf.lazyloading { background-image: none; }
#NG8mTtzJk2Qyvdz9NVRXpRslXOXbwEio { 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; }
#ZtefZzL83EXr0mSnTms5LM5pnfTpGsPS { 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; }
#MK9IvuVlypHi0thR3xaT0vLXDygBdKyq { 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; }#MK9IvuVlypHi0thR3xaT0vLXDygBdKyq.adaptive-delivery-prevent-bg, #MK9IvuVlypHi0thR3xaT0vLXDygBdKyq.lazyload, #MK9IvuVlypHi0thR3xaT0vLXDygBdKyq.lazyloading { background-image: none; }
#epAelTpewhEwxyrwUMJgWgq3mizRDz5d { 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; }
#MDcOcwAqnU7KaO6fCcd5MucE8Sf20FGE { 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; }
#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:330.31248855591rem;left:23.749111533165rem;display:block; }
#TNpuNkpH8InBz0mgBqlreKrUySalBgTG { 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; }#TNpuNkpH8InBz0mgBqlreKrUySalBgTG.adaptive-delivery-prevent-bg, #TNpuNkpH8InBz0mgBqlreKrUySalBgTG.lazyload, #TNpuNkpH8InBz0mgBqlreKrUySalBgTG.lazyloading { background-image: none; }
#QX36POulwAJqIQWMedm89V48xBXUDrox { 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; }
#sIQIyvLtgZPOsMVdU3HD2znG9zzqewQV { 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; }
#Xa1x4INibmLtwaCA6flJFCLt5SwWJc4s { 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; }#Xa1x4INibmLtwaCA6flJFCLt5SwWJc4s.adaptive-delivery-prevent-bg, #Xa1x4INibmLtwaCA6flJFCLt5SwWJc4s.lazyload, #Xa1x4INibmLtwaCA6flJFCLt5SwWJc4s.lazyloading { background-image: none; }
#lmkThvTbI8NehIQ5eNZiPR6gMQZSQx8F { 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; }
#oMAnTbIyT5BTOTXXhZkgRe46qKibQvTT { 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; }
#h9O28xIyAL75oLSUTGx5LBER8Fcb2hTC { 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; }#h9O28xIyAL75oLSUTGx5LBER8Fcb2hTC.adaptive-delivery-prevent-bg, #h9O28xIyAL75oLSUTGx5LBER8Fcb2hTC.lazyload, #h9O28xIyAL75oLSUTGx5LBER8Fcb2hTC.lazyloading { background-image: none; }
#byBsWgllQSDMkiCiZ6umaEIKtgKMlMub { 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; }
#TFnBZwyPey9ILur9t5NM8GLIMMfhXO7S { 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; }
#hi3W6m0EeAIVqtOlrGuoLPLCiNeakETH { 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; }#hi3W6m0EeAIVqtOlrGuoLPLCiNeakETH.adaptive-delivery-prevent-bg, #hi3W6m0EeAIVqtOlrGuoLPLCiNeakETH.lazyload, #hi3W6m0EeAIVqtOlrGuoLPLCiNeakETH.lazyloading { background-image: none; }
#linLNpzyEiqTtCKg7KVdVBlO73VOwSa9 { 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; }
#QTwVgl4QE01UG4fv1gT3VWAPu2A2h6GQ { 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; }
#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: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; }
#QzTdhTxnlNngwTOwtHJFvfvhX0e0eBXM { 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; }#QzTdhTxnlNngwTOwtHJFvfvhX0e0eBXM.adaptive-delivery-prevent-bg, #QzTdhTxnlNngwTOwtHJFvfvhX0e0eBXM.lazyload, #QzTdhTxnlNngwTOwtHJFvfvhX0e0eBXM.lazyloading { background-image: none; }
#lp2efQowE6WR829UW7FFCzgXN6tWKgzs { 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; }
#lIMQkVKpUvaT94ADKfwkmOAv8VIKVOXy { 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; }
#cBv3XtdoJZ55sl8oBqqi1LMchOGHyuuN { 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; }#cBv3XtdoJZ55sl8oBqqi1LMchOGHyuuN.adaptive-delivery-prevent-bg, #cBv3XtdoJZ55sl8oBqqi1LMchOGHyuuN.lazyload, #cBv3XtdoJZ55sl8oBqqi1LMchOGHyuuN.lazyloading { background-image: none; }
#BLvm83WWzxdDz6aUJ4XlhtshOPWdTHJz { 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; }
#wS4ewMoXCe1t6rqTf9AK587Mz0I64EsM { 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; }
#RQQ4E0pw9ClNHEfutZ1RKi2Rp0zlRoKG { 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; }#RQQ4E0pw9ClNHEfutZ1RKi2Rp0zlRoKG.adaptive-delivery-prevent-bg, #RQQ4E0pw9ClNHEfutZ1RKi2Rp0zlRoKG.lazyload, #RQQ4E0pw9ClNHEfutZ1RKi2Rp0zlRoKG.lazyloading { background-image: none; }
#Ox1DOMkbRTq4evC3T5CRqwmER9Sa52Sw { 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; }
#ZS3MCKv7T2eRuF74rgpInIAwmAus33q4 { 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; }
#UdI35zFd5KBsOQznFCXHl1ws21pRc5LI { 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; }#UdI35zFd5KBsOQznFCXHl1ws21pRc5LI.adaptive-delivery-prevent-bg, #UdI35zFd5KBsOQznFCXHl1ws21pRc5LI.lazyload, #UdI35zFd5KBsOQznFCXHl1ws21pRc5LI.lazyloading { background-image: none; }
#NoMTR0oS9aXabZZ2ey7XQ4pnAOMC2WJB { 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; }
#Xl0NKW6OtqXVTHKanmevv7gmt7UVHnHd { 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; }
#luBX3Tvu53CaRQGUPQaeD3EPTHJTSmlf { 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; }#luBX3Tvu53CaRQGUPQaeD3EPTHJTSmlf.adaptive-delivery-prevent-bg, #luBX3Tvu53CaRQGUPQaeD3EPTHJTSmlf.lazyload, #luBX3Tvu53CaRQGUPQaeD3EPTHJTSmlf.lazyloading { background-image: none; }
#vcxCcX6AhJt6K127UqARCPTVcWK6DIq8 { 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; }
#R0MclTFzM1ttsAE3luiOulO96EZTFx5T { 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; }
#zzOp01EaFMItUMRTGZ7yAhxHTHN6Tzwm { 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; }#zzOp01EaFMItUMRTGZ7yAhxHTHN6Tzwm.adaptive-delivery-prevent-bg, #zzOp01EaFMItUMRTGZ7yAhxHTHN6Tzwm.lazyload, #zzOp01EaFMItUMRTGZ7yAhxHTHN6Tzwm.lazyloading { background-image: none; }
#TeoWfsVVTa2GO5d7mDNVMHCKqXE79cyV { 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; }
#ndWBc1iLq1SbULeVEPm62kLzmq4GXFSn { 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; }
#oQtz5qf2Rd8gy9iPW5Q39Lx53bShdRo5 { 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; }#oQtz5qf2Rd8gy9iPW5Q39Lx53bShdRo5.adaptive-delivery-prevent-bg, #oQtz5qf2Rd8gy9iPW5Q39Lx53bShdRo5.lazyload, #oQtz5qf2Rd8gy9iPW5Q39Lx53bShdRo5.lazyloading { background-image: none; }
#hA2iQHEq1G29cwtB4HzsDS4ZKL9wt1om { 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; }
#ly28AqxanUFatMbaOcR9Plx0hISs3gmp { 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; }
#TG9VXX2Ab4ZEESrbTF46E69p5Stv3I2b { 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; }#TG9VXX2Ab4ZEESrbTF46E69p5Stv3I2b.adaptive-delivery-prevent-bg, #TG9VXX2Ab4ZEESrbTF46E69p5Stv3I2b.lazyload, #TG9VXX2Ab4ZEESrbTF46E69p5Stv3I2b.lazyloading { background-image: none; }
#b5uxadu7pJKxwDL7SGw3kuE6ZTi7Rfz6 { 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; }
#EZLebu1MtZCFzhxS8AtMsPF73FW8CndG { 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; }
#IUCkhtmnq1TvXN3a1QQ6GeXLlLCS2Kxu { 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; }#IUCkhtmnq1TvXN3a1QQ6GeXLlLCS2Kxu.adaptive-delivery-prevent-bg, #IUCkhtmnq1TvXN3a1QQ6GeXLlLCS2Kxu.lazyload, #IUCkhtmnq1TvXN3a1QQ6GeXLlLCS2Kxu.lazyloading { background-image: none; }
#XUEOzgKTsoUcG1l7P1okXenTO4w27ag0 { 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; }#XUEOzgKTsoUcG1l7P1okXenTO4w27ag0.adaptive-delivery-prevent-bg, #XUEOzgKTsoUcG1l7P1okXenTO4w27ag0.lazyload, #XUEOzgKTsoUcG1l7P1okXenTO4w27ag0.lazyloading { background-image: none; }
#zlSZQh3bPei80E0m7NPhzpJ0BvRu2mLP { 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; }#zlSZQh3bPei80E0m7NPhzpJ0BvRu2mLP.adaptive-delivery-prevent-bg, #zlSZQh3bPei80E0m7NPhzpJ0BvRu2mLP.lazyload, #zlSZQh3bPei80E0m7NPhzpJ0BvRu2mLP.lazyloading { background-image: none; }
#IJfiLE254OTk7t8iTshTX9BpE5rOy3IQ { 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; }
#ElJLkhVu3CgKiXTz8wqeyU2rfviTWcA2 { 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; }
#SMohkJ0d5wC5gJRJyQLTGmPOSbFiERgG { 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; }
#CBIDJ7hi1plMsXMOtqZUmJJKZlX8KuIS { 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; }
#ckqbtkgZhgQI06KbaSbFHqaHRchbwRMq { 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; }
#AemLRlSDzPNw8A5IKD0wAT69soOldVid { 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; }
#bnK3Tnse4hqkPxdgblUrC9VvdkO3PQqw { 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; }#bnK3Tnse4hqkPxdgblUrC9VvdkO3PQqw.adaptive-delivery-prevent-bg, #bnK3Tnse4hqkPxdgblUrC9VvdkO3PQqw.lazyload, #bnK3Tnse4hqkPxdgblUrC9VvdkO3PQqw.lazyloading { background-image: none; }
#c1wmQTmLamqi8LqFWRgofTZPpePv5vGm { 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; }
#RZTyD59OkonueJeZLiJWBZMPhpA6e1M3 { 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; }
#QE5tpuEmp9FGtAJaDqzTbJX5zQRnrI9l { 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; }
#RoBVPaVaNugdKVsZ2gDBkt4pR4MLtSb5 { 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; }#RoBVPaVaNugdKVsZ2gDBkt4pR4MLtSb5.adaptive-delivery-prevent-bg, #RoBVPaVaNugdKVsZ2gDBkt4pR4MLtSb5.lazyload, #RoBVPaVaNugdKVsZ2gDBkt4pR4MLtSb5.lazyloading { background-image: none; }
#imlxs7C1tZdbP7VtcnZ1M22IWRrP0Jny { 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; }#imlxs7C1tZdbP7VtcnZ1M22IWRrP0Jny.adaptive-delivery-prevent-bg, #imlxs7C1tZdbP7VtcnZ1M22IWRrP0Jny.lazyload, #imlxs7C1tZdbP7VtcnZ1M22IWRrP0Jny.lazyloading { background-image: none; }
#WtUtyoczvZaBdu315XExJXrXr7bhQ9Wr { 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; }
#gDVkyQkCIuiDF6SuBoZJrIGPiB5c7D63 { 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; }
#Ic2HCuwGW6CTLnhdyHbZhdnDtTkLBf4V { 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; }
#xqxh2Sm1rAtSqodfhQN3HBVT2aQcPSZK { 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; }
#iPUz1RgqkdssH3sdwFxMUUos1dSSB7FO { 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; }#iPUz1RgqkdssH3sdwFxMUUos1dSSB7FO.adaptive-delivery-prevent-bg, #iPUz1RgqkdssH3sdwFxMUUos1dSSB7FO.lazyload, #iPUz1RgqkdssH3sdwFxMUUos1dSSB7FO.lazyloading { background-image: none; }
#IOcoNhpC7N5AOrf1MeiUuRf6hB9KeH92 { 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; }
#NmZt3ZKJJ6x3eRDKof3kWPttzDRus3AG { 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; }
#T7gvArnNTLonlNM5fT9mHgdccoIhMFzl { 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; }#T7gvArnNTLonlNM5fT9mHgdccoIhMFzl.adaptive-delivery-prevent-bg, #T7gvArnNTLonlNM5fT9mHgdccoIhMFzl.lazyload, #T7gvArnNTLonlNM5fT9mHgdccoIhMFzl.lazyloading { background-image: none; }
#RS9p8GxveVI4JTmmTlKN9MzaPNv1S6e9 { 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; }
#lpuf0QIJWnPfyIqvaCTr7lpsDUK92slF { 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; }
#F1PfsHAfTdb7rsWOnFnNMacqker5szT8 { 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; }#F1PfsHAfTdb7rsWOnFnNMacqker5szT8.adaptive-delivery-prevent-bg, #F1PfsHAfTdb7rsWOnFnNMacqker5szT8.lazyload, #F1PfsHAfTdb7rsWOnFnNMacqker5szT8.lazyloading { background-image: none; }
#W8pukMcLoEanTPGvSbfHEWfm9KBdAhv3 { 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; }
#vnoTrI9ypdFPtFSbv90nogBfe7vWTvSc { 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; }
#oDHG6bpAuO9UaN1BOed3UJidIIwrop5H { 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; }#oDHG6bpAuO9UaN1BOed3UJidIIwrop5H.adaptive-delivery-prevent-bg, #oDHG6bpAuO9UaN1BOed3UJidIIwrop5H.lazyload, #oDHG6bpAuO9UaN1BOed3UJidIIwrop5H.lazyloading { background-image: none; }
#cNtV1d4W2VlmKJ68AcapsH82lnGlv1KL { 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; }
#SRsuIZTzXAV7at4xuB6QVsx3W7c6kgvZ { 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; }
#t6o5quDmaNchLQqSTTtKKO7VMZTxetMO { 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; }#t6o5quDmaNchLQqSTTtKKO7VMZTxetMO.adaptive-delivery-prevent-bg, #t6o5quDmaNchLQqSTTtKKO7VMZTxetMO.lazyload, #t6o5quDmaNchLQqSTTtKKO7VMZTxetMO.lazyloading { background-image: none; }
#anNq9c3TT3yGhIwDGnGnkrppQOezUfXh { 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; }
#tuGR9vNbz1JogN88QkGXwMh5XrZTeCqe { 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; }
#befV1AKrKHag1B6Rc3NnMbCqG83h8vsd { 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; }#befV1AKrKHag1B6Rc3NnMbCqG83h8vsd.adaptive-delivery-prevent-bg, #befV1AKrKHag1B6Rc3NnMbCqG83h8vsd.lazyload, #befV1AKrKHag1B6Rc3NnMbCqG83h8vsd.lazyloading { background-image: none; }
#g5ALRypBhTGDISLz8cL6Hf4Mkk4rTTmd { 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; }
#o6ASLnHoHbgpFPTyffGWHldQHMQ7e9v3 { 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; }
#GIUZdLbt8v6Vq5LgAHUoMJJVTaFCzgN0 { 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; }#GIUZdLbt8v6Vq5LgAHUoMJJVTaFCzgN0.adaptive-delivery-prevent-bg, #GIUZdLbt8v6Vq5LgAHUoMJJVTaFCzgN0.lazyload, #GIUZdLbt8v6Vq5LgAHUoMJJVTaFCzgN0.lazyloading { background-image: none; }
#l3iwvcJVSPpHbJKIBmhqzeSQxzgSmFa2 { 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; }
#LD8kVSRDgLVvq822FDqV3QoFUKKTEIMz { 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; }
#NnadzqwxHzmuy136l6SBlyZbqAE7Xvr0 { 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; }#NnadzqwxHzmuy136l6SBlyZbqAE7Xvr0.adaptive-delivery-prevent-bg, #NnadzqwxHzmuy136l6SBlyZbqAE7Xvr0.lazyload, #NnadzqwxHzmuy136l6SBlyZbqAE7Xvr0.lazyloading { background-image: none; }
#oxxUdKFVzTTO6ftK4pTKLDn15A0miz68 { 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; }
#RTSqM3nkh4wScRzT1WVZtJvfSVyeVq6M { 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; }
#za82Tyzhsrk2VpaurlH21RTflfTIhhAc { 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; }#za82Tyzhsrk2VpaurlH21RTflfTIhhAc.adaptive-delivery-prevent-bg, #za82Tyzhsrk2VpaurlH21RTflfTIhhAc.lazyload, #za82Tyzhsrk2VpaurlH21RTflfTIhhAc.lazyloading { background-image: none; }
#RQ7aQvHJt9itZuR5ZzRl33EOtSIZJHxn { 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; }
#NRxXMnxwxIL6V3Qp3ouMTPmEzJ8T1xEL { 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; }
#tuu92QfhyyaTddBhU62qVrxITVGcT26r { 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; }#tuu92QfhyyaTddBhU62qVrxITVGcT26r.adaptive-delivery-prevent-bg, #tuu92QfhyyaTddBhU62qVrxITVGcT26r.lazyload, #tuu92QfhyyaTddBhU62qVrxITVGcT26r.lazyloading { background-image: none; }
#tTMNUHy1dhqI7BHxgHsxcgnWsrnmNW1v { 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; }
#kZ6NvXB95J1ZanaWvAaMtA2MOE2Zs3Px { 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; }
#JLUAgEm6DktOyIhBsaL1mPdo9Q0KaLQl { 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; }#JLUAgEm6DktOyIhBsaL1mPdo9Q0KaLQl.adaptive-delivery-prevent-bg, #JLUAgEm6DktOyIhBsaL1mPdo9Q0KaLQl.lazyload, #JLUAgEm6DktOyIhBsaL1mPdo9Q0KaLQl.lazyloading { background-image: none; }
#PUTGUutQ5FRE1MA0AOABGmTTUpDoBCp5 { 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; }
#dH2k9XiXcOzTHLG8t0pfUmBHTeS03wwe { 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; }
#mTKNB1raJTU24wh24AHThLazZE8VAoL5 { 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; }#mTKNB1raJTU24wh24AHThLazZE8VAoL5.adaptive-delivery-prevent-bg, #mTKNB1raJTU24wh24AHThLazZE8VAoL5.lazyload, #mTKNB1raJTU24wh24AHThLazZE8VAoL5.lazyloading { background-image: none; }
#W3qa1rgrn1rIbplvO9Ker6OkBTctwmhD { 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; }
#oa4odb1PhFBHeR2U3UddXNZevLpugd5F { 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; }
#uDypBH7cDxUHp6lXw0BStT2kZ7o0l1P0 { 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; }#uDypBH7cDxUHp6lXw0BStT2kZ7o0l1P0.adaptive-delivery-prevent-bg, #uDypBH7cDxUHp6lXw0BStT2kZ7o0l1P0.lazyload, #uDypBH7cDxUHp6lXw0BStT2kZ7o0l1P0.lazyloading { background-image: none; }
#gTTT2PalumRF2RGhL1LhruT1Tp2524LU { 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; }
#baIif10AxlcdeiXk8E2ru0qm4cRi8LPK { 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; }
#hiwh2kmdt1EFnnkF9RC82x9TOCxa5ixM { 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; }#hiwh2kmdt1EFnnkF9RC82x9TOCxa5ixM.adaptive-delivery-prevent-bg, #hiwh2kmdt1EFnnkF9RC82x9TOCxa5ixM.lazyload, #hiwh2kmdt1EFnnkF9RC82x9TOCxa5ixM.lazyloading { background-image: none; }
#Tpfbw5OS5WCTxcOMrSfvWJwnVBCheWQb { 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; }
#W4lbwHRZTQr1cvQzvw881NFx37VJE2OT { 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; }
#aIZfMU8SNsFQx62e9tTCKNIRqWlw7r64 { 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; }#aIZfMU8SNsFQx62e9tTCKNIRqWlw7r64.adaptive-delivery-prevent-bg, #aIZfMU8SNsFQx62e9tTCKNIRqWlw7r64.lazyload, #aIZfMU8SNsFQx62e9tTCKNIRqWlw7r64.lazyloading { background-image: none; }
#SqcATaxPmTtsu0TJVidTqQXJ0gCxVy5J { 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; }
#VTChBh6TT7twEI6I6L6T1dDDxVwh8Uxs { 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; }
#l8V4xc3AbtSZue9UwWlxVzUZ5kiBfeSi { 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; }
#TFBLAGgElHfvMLTMyxiXJOILquoEiLq3 { 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; }#TFBLAGgElHfvMLTMyxiXJOILquoEiLq3.adaptive-delivery-prevent-bg, #TFBLAGgElHfvMLTMyxiXJOILquoEiLq3.lazyload, #TFBLAGgElHfvMLTMyxiXJOILquoEiLq3.lazyloading { background-image: none; }
#kPE1koupR6FT5cu5EC9m9VifHfiaBcha { 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; }
#sEkT2QsukdsfVA08Eh1FJxL09B2ATfc8 { 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; }
#fiDiQ4f0md686hd2G2NaTsIiSZgEyWHq { 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; }#fiDiQ4f0md686hd2G2NaTsIiSZgEyWHq.adaptive-delivery-prevent-bg, #fiDiQ4f0md686hd2G2NaTsIiSZgEyWHq.lazyload, #fiDiQ4f0md686hd2G2NaTsIiSZgEyWHq.lazyloading { background-image: none; }
#baIpz0cFmQvRexM4LwXh1GMaKQArVxpW { 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; }
#Kkuo1AZlI530aDhqdlLMyz1HHgCsC9DZ { 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; }
#nCNqpAkzlBJJx4CWesLLKoZyONFti4R0 { 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; }
#pU9bKh7MWboKDcK7GEINM5PZTyCOVRyH { 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; }#pU9bKh7MWboKDcK7GEINM5PZTyCOVRyH.adaptive-delivery-prevent-bg, #pU9bKh7MWboKDcK7GEINM5PZTyCOVRyH.lazyload, #pU9bKh7MWboKDcK7GEINM5PZTyCOVRyH.lazyloading { background-image: none; }
#i4ROaBBsLAhIWFM0ByyEfN39TI6TfJMx { 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; }
#utO5DfoLOzldF3pETByBN9sAcD9qkSFI { 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; }
#ugBM8C5nPSOVQDlydO5kxP9b8AesEd1P { 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; }#ugBM8C5nPSOVQDlydO5kxP9b8AesEd1P.adaptive-delivery-prevent-bg, #ugBM8C5nPSOVQDlydO5kxP9b8AesEd1P.lazyload, #ugBM8C5nPSOVQDlydO5kxP9b8AesEd1P.lazyloading { background-image: none; }
#WxvnJlN7sbtH5hOJ9AFJ0yCnldM18sCq { 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; }
#c8OesTenSKQakPbDTKEQQ2KimCQJI9tg { 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; }
#OOcmxDO8wMdG9AiVJmMPrgkmBWeUMn6P { 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; }#OOcmxDO8wMdG9AiVJmMPrgkmBWeUMn6P.adaptive-delivery-prevent-bg, #OOcmxDO8wMdG9AiVJmMPrgkmBWeUMn6P.lazyload, #OOcmxDO8wMdG9AiVJmMPrgkmBWeUMn6P.lazyloading { background-image: none; }
#shfUHogk5P0MnMbWKAs9wt2enpFnoDTW { 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; }
#aEu94IZLUZ78igs35KPI9BkZ7NbUZwm0 { 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; }
#OWsPAyZo9KJuWTa4MJnuSam3W3Fvwl82 { 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; }#OWsPAyZo9KJuWTa4MJnuSam3W3Fvwl82.adaptive-delivery-prevent-bg, #OWsPAyZo9KJuWTa4MJnuSam3W3Fvwl82.lazyload, #OWsPAyZo9KJuWTa4MJnuSam3W3Fvwl82.lazyloading { background-image: none; }
#xDRgLHteoAPwlWJ2VzwpzylTCvfU4pcO { 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; }
#Qy0QB09WlraMyvJTEAqn3ag6AmXZRsMz { 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; }
#lPqUReyZbTx9dkWHpZnvUXtKx1RmzO6n { 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; }#lPqUReyZbTx9dkWHpZnvUXtKx1RmzO6n.adaptive-delivery-prevent-bg, #lPqUReyZbTx9dkWHpZnvUXtKx1RmzO6n.lazyload, #lPqUReyZbTx9dkWHpZnvUXtKx1RmzO6n.lazyloading { background-image: none; }
#ghbz3oZ918TMEmGm23RqcHz3hhX2rI6f { 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; }
#aec0HOkqKbRsbhQT12K1pPuTetFG0sTT { 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; }
#J8BJbPoRUgJJyvXpIlNJ3cAeL81LEdCQ { 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; }
#LMESIi43HKgKJT3VkKvXDecHLWEfazfz { 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; }#LMESIi43HKgKJT3VkKvXDecHLWEfazfz.adaptive-delivery-prevent-bg, #LMESIi43HKgKJT3VkKvXDecHLWEfazfz.lazyload, #LMESIi43HKgKJT3VkKvXDecHLWEfazfz.lazyloading { background-image: none; }
#mlPe2cXt2OTWg7ihAubQTWxyTp2OQuLz { 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; }
#Dw7peCwb0F2Ew8WWs6hN848k9B40lQR2 { 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; }
#JI2hF79x6RlsZeyqUobIhsuPocHDJOy9 { 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; }#JI2hF79x6RlsZeyqUobIhsuPocHDJOy9.adaptive-delivery-prevent-bg, #JI2hF79x6RlsZeyqUobIhsuPocHDJOy9.lazyload, #JI2hF79x6RlsZeyqUobIhsuPocHDJOy9.lazyloading { background-image: none; }
#nQWll7o328WREonPV2SkdKlP1Eix3hyT { 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; }
#xcapU5dUJzLdzNa0DXOxkveACLGXXAUa { 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; }
#LTVNHpdHDSbetcOux5RUdlMITBJE53Ng { 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; }#LTVNHpdHDSbetcOux5RUdlMITBJE53Ng.adaptive-delivery-prevent-bg, #LTVNHpdHDSbetcOux5RUdlMITBJE53Ng.lazyload, #LTVNHpdHDSbetcOux5RUdlMITBJE53Ng.lazyloading { background-image: none; }
#Ss4b2OqtMTn9XvNDHd9FpxVcQagXi1ut { 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; }
#Em5Jg2i4Vo50rNKITaVcgM97WrqIhLdS { 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; }
#e2gvc1pfaf3oPgAgqf9Q8cIq7eZIfIhT { 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; }#e2gvc1pfaf3oPgAgqf9Q8cIq7eZIfIhT.adaptive-delivery-prevent-bg, #e2gvc1pfaf3oPgAgqf9Q8cIq7eZIfIhT.lazyload, #e2gvc1pfaf3oPgAgqf9Q8cIq7eZIfIhT.lazyloading { background-image: none; }
#V4gNAGzOtEs9RLK79OcRx95TaTxfEegD { 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; }
#Pa48aXIMvbb8EkwQdvMkZxo2vALaihl2 { 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; }
#eDWuzzB8L9lMsB10sn7A2TSN81N8LWwu { 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; }#eDWuzzB8L9lMsB10sn7A2TSN81N8LWwu.adaptive-delivery-prevent-bg, #eDWuzzB8L9lMsB10sn7A2TSN81N8LWwu.lazyload, #eDWuzzB8L9lMsB10sn7A2TSN81N8LWwu.lazyloading { background-image: none; }
#PcvwGhN1O8nPWIT4MPIQXTWD9P6LCDTD { 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; }
#u3A2Q4q6N4JJr9Jq3aH38J3DE1ZGuZsH { 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; }
#Q40a3MLgCnvebdfdmVVT0RcW9s6FvZx5 { 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; }#Q40a3MLgCnvebdfdmVVT0RcW9s6FvZx5.adaptive-delivery-prevent-bg, #Q40a3MLgCnvebdfdmVVT0RcW9s6FvZx5.lazyload, #Q40a3MLgCnvebdfdmVVT0RcW9s6FvZx5.lazyloading { background-image: none; }
#SUFvl53idHhV33P9woG5qa79U5fyfMIR { 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; }
#FFr9o5bsQTWdaqxypwl2MCv19iguC9NL { 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; }
#n7sKEMa9VMHBvL9V505TMv1NDUCoCfnK { 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; }#n7sKEMa9VMHBvL9V505TMv1NDUCoCfnK.adaptive-delivery-prevent-bg, #n7sKEMa9VMHBvL9V505TMv1NDUCoCfnK.lazyload, #n7sKEMa9VMHBvL9V505TMv1NDUCoCfnK.lazyloading { background-image: none; }
#BOE3obHraukr4oPn1CquQOM2TVfnwtDK { 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; }
#sPx3L8WZ0dl8K61J3nBX8QnSNEhRDK4g { 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; }
#ETmT0c1BEFNwQlMG1pmQJtN0mMXWv4cF { 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; }#ETmT0c1BEFNwQlMG1pmQJtN0mMXWv4cF.adaptive-delivery-prevent-bg, #ETmT0c1BEFNwQlMG1pmQJtN0mMXWv4cF.lazyload, #ETmT0c1BEFNwQlMG1pmQJtN0mMXWv4cF.lazyloading { background-image: none; }
#v85Rh3F6Bmv9heQWNOiMcKTuOls4lQ9Q { 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; }
#wLbn7Efs4HH8a9lMml9pD55MZVek5Jfc { 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; }
#cKUC0auwMxeHC9TmJ0hEwslIKJfU7fWl { 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; }#cKUC0auwMxeHC9TmJ0hEwslIKJfU7fWl.adaptive-delivery-prevent-bg, #cKUC0auwMxeHC9TmJ0hEwslIKJfU7fWl.lazyload, #cKUC0auwMxeHC9TmJ0hEwslIKJfU7fWl.lazyloading { background-image: none; }
#Mh0ZvZ1WyotBSi2C6SMEt9PLwdXCA5St { 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; }
#Xz2O1HGknCXB2Dql59lwsdyL1trb7e30 { 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; }
#ktRgRhB38tgLP62uncS6tr7cthdTHbFa { 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; }#ktRgRhB38tgLP62uncS6tr7cthdTHbFa.adaptive-delivery-prevent-bg, #ktRgRhB38tgLP62uncS6tr7cthdTHbFa.lazyload, #ktRgRhB38tgLP62uncS6tr7cthdTHbFa.lazyloading { background-image: none; }
#BAeWZa6XgPxn0uqfQxMoap1BtoBT85k5 { 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; }
#dOa5dnxpMUaVr65w6Jf9hq7TL9Pxpkht { 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; }
#oGBTeU4DwVP0hVUzHzIvGXGmKxRuuXor { 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; }#oGBTeU4DwVP0hVUzHzIvGXGmKxRuuXor.adaptive-delivery-prevent-bg, #oGBTeU4DwVP0hVUzHzIvGXGmKxRuuXor.lazyload, #oGBTeU4DwVP0hVUzHzIvGXGmKxRuuXor.lazyloading { background-image: none; }
#G3LMJt6J7xEw3polbbSpAKZpHkA98K1T { 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; }
#QCRSkfZzzOlSQbwBXy5qSRKtGp2rWUk9 { 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; }
#IafMEyr20que1St2OMfLzvnRKk672yBl { 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; }#IafMEyr20que1St2OMfLzvnRKk672yBl.adaptive-delivery-prevent-bg, #IafMEyr20que1St2OMfLzvnRKk672yBl.lazyload, #IafMEyr20que1St2OMfLzvnRKk672yBl.lazyloading { background-image: none; }
#RGNfIEHZXTZ0NL8qzpW0LlhkuwlI5ghL { 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; }
#RG7E6eZ2OC6i6zwiCVFF2T44o3ZcPrro { 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; }
#ha9W8h0w4IXTO8yd7y9VkcvLFw2edixf { 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; }#ha9W8h0w4IXTO8yd7y9VkcvLFw2edixf.adaptive-delivery-prevent-bg, #ha9W8h0w4IXTO8yd7y9VkcvLFw2edixf.lazyload, #ha9W8h0w4IXTO8yd7y9VkcvLFw2edixf.lazyloading { background-image: none; }
#hU1tJU6oix92xFpzUWCwKcQZUuK6f8Ll { 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; }
#n6IyRFwIGmMb8lkT7RFU2V51XFOzxO8S { 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; }
#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:2.436525rem;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:62.75rem;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:43.5625rem;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:25.3125rem;display:block; }
#TGQE1wIkOCUNloyI2CKZdQqJepSy1ZX3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gSIBKCLk1e2rMJGTVcwIgGfGKWnXZqSK { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#olF1y9w7B1VadKUeJJ7hpnU2g4ff2Jm5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#RFMVKlgitUD7Jg8r9y4zamVs4aA3nmg8 { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#BgUaPtuhmZNvSVn6LFroAdJMQPV2Tp6X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#OfxgBHML44VKIbpD6KmxTbFzXrKmh87l { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#gJAQUkag1AEiZn5EGvCP6Z30NQt1LZWx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#WKnnpJ6GgQRtgE9tdzib2I84eZqvDsV3 { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#agRzccQRMJrqMgJl6KFx8X4Zb15GhtF0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#F9pdssRMl6HPU1RkbrfnJBsoSnNVzxrH { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#lvD8yWpU57nMT4cIVIwl8248t7xXrRLx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yaxWBSDfLtTon7bFvsN76NOPutGOXs8o { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#AIIqysH7RqDA9VVu20eH8HLKncDopstM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#uTDNeC34gscTRqAwRCd7MfqBvN6fFptP { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#q4coyE7Mu1hNubJKqlUU0H603AT3c8gc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wailIBVq0L2wkL059ZQmRgFNWCmrE60h { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#cnwZ7mpoiH8V9SwOz0vfVSWAvvpcJQNM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ygz54Wve6HN1p9oMkWZPtfppRHOb0MML { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#gonRdDiS1R81k4p2Kn3JpBTSkbkNFPhc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#KTaTlHHT84KfGmyGwLO2rT19lioEltkL { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#qagKxrXuu2iyWsbgaBkUA4VRQ94ox6Ue { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#N4V7XZzLrHON2uhtOKRCu20Tccc2eoDv { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#SQq0yLH3L5FT564GJ9TRGFzIE19zlBpM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#PEzTg1sds7lEpBBZ3lEtmvskdPx5dTzL { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#HuTt8sL9MSbR7acqTddAxAiCwsAS8Om7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TUsACu5MuNIz2pTa6BE4aCV2ZeTcKF3x { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#FI9hF3fDm175XTBTo0CWzGZhH8wDo23M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#iTCTTRz3wQ9eLkf6APVkFMIb1Tberiyz { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#mGiC5GGmTDIfbbtDn0Bh7nSITzsFbVPX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Slws6mhX7944OhUP3FzmMx5IaS5JPqTk { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#vLkmvyBW6rp5xu0n93TCGhfPFxOqqiCW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gPv8zupvT26gCFo0zUrkVp6OSGvhsuGi { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#UVXF0eJbIDlKxwAQSCyZKbqkxup4Fhhc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#EFZN98C75lIrMrOcTJ8etUA5ScTN3mzH { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#wZn7087ZiXOHzwBStykyzE6rTPgpD7J5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ymGRqyv4nIByPs0tRvrKEJoHaXNUoMEE { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#AgarDm5fTmoMUlZs2Gv7H6qDPG4zI26r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yVQRK0fGEuwnOK5deUhPM9Z8Ud8K3Zzl { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#TZ5ucuGi4rD4nRIiGMI0z8TOTy0pskwA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Jxzon9y7BA9AVGtOG583FofxABTba48S { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#X8C1it82Wq1mz1ro5LodIH5SnlUuw70N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#BaFsuqOJKlmrwKWgrxIRPPqRdHsfFok3 { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#r4ZVaeshvPMrcVTbO57mbxaNvnNNakNp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bWRADwUS5NLBUedLBgXC3xz8w6vTqQth { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#SLMN8F9WzKnecVC2w40D9cVJJZb0WNOQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#pxXiKBR4rLKsdpKnCbw2UD7MdesDAQlS { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#gL4ss4RZN0RJcpoOkOlQOPDDdo92lJHs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#pIGFuf1ddwGGaRdXkO2pxu9w5mgn9Byx { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#QIuRgACb1DsDJbiZBKkOFSZd5boNBbTq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#hdTdI6VGaoLdNLblLhqg1dBGGOkoZLo3 { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#FcOUJH7lTMhnJGTfxE2GT8qpQ0iTE7MG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zuzUTlLWx8LErq1OlsKOaIb626l5sEuC { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#nkBcTS6pIG1oWQcOI1gUFzp89mqXRygV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZUxWX7LeVqqTnsT6aHF2RMJeZ3elp5t5 { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#VV7KQSV5NSD9KCGqvypkO9Clw9qNm8Ek { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Ks1KGboy871WZqRVbQt3aUCuLUkw3KGt { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#nZAxva8JTheFaRfElvGkZlB7k434KGOR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ffhr5Qw5EZqlUaSPqszfHNm3Iieiryct { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#NM2qHLlpkQVnefCdoU9uO4k2SzKFueKH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zMNKrMClsI1Huuv9OPDOhiab8luLRLrX { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#OmNsV3puTOazDWpKnryxMhpKfch71GkV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Gn886TqdpUEpxQZcsWNr1TWTXdQkrTly { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#m7pq83dO0MQMq7o8dMwm8GNAEqzyMXUS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wfKzUz8NmMVisDRwLomvE7qpG3FU3Na5 { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#m6q7ovunKHgmTn0lxM4zgD8bpBIahOvD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#hEVFsHw1y6iDB5SHckvhli7SwFsH13Bp { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#IT7QJcGMeglka5tFRJ0pwI9EhSnTZgIS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zUXTODpIUWXCV8ecmHnqxELkNTMX5Rgm { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#uUkTMQ8KLC5SyiUXvylWlJyrusdeOikM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#hLXzEbh3dUnEFOcW2bSJNIVDuPylPmPx { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#NBiAL7yBiWGAIvOaC5FJeAul2tOhlaFR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#APodl3bJmRLph6gU6bhIiO6N8dfFATI0 { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#LayuJmXFtLohGWXFs8AxRi9QZQKyM8tB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qIT76vOWNE552z1UTBPqcWXxIIoVQCnJ { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#Pt1P0NGoG8ISWIh8N6rfSy4UAFRbbIUJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#JmCw5rpNoi7dJ96nZBV8zDhhsB0ezMHn { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#FOrIc6FsOcZEceiLQGCylDvBJ7i5PkdO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Z6Bb5r00Xaf9wRP47xxrfDxgaIQZ0qyT { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#bu2l8Wr3rGxTATykf8S8B8CsdT36x07p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mTNHTT3EDg3yfWaB2Xie5XByaZMObOk5 { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#i122hEhGTU0z6LUm3VpL38E5782XBxbQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yWlZqtm83A3ktGrFUuLGmWpTRP8pJ1SU { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#T932NEGBS5T9MZbRTovdWPZCfD8QFfg0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#cG0TeRuGyNhwhJ1fhGtVxx61VRp6bvl4 { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#zAbZBKQTgacnPBwm1GE1Fuf2cHba7v9S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#BOvgVOgOD0xmX9TC7APZMQXuv8ZZbsIf { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#RRyoI7Eo2WJ4M6vhxRMn8zVTttKZlxFe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#T9gsAXNhopOBAWQtWbkGwSpKb460blg0 { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#I3lEsIrAN4M1eZ0LFrRrbLqFiglg5pzT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gNm8dl1eWm2notVBcerTOUVxyia6ZmIk { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#OIDeUCLesCnUodp4kfCcHiQT2SLwAHgF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZamCcG1fai2MUGiXvF8TKgduUmXuOwSB { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#Rhyb4UzEiSPCIa4wFObr17RBGcPDx61x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#OI5EdIv4WJoff9HglPqfzVPyiGtnRq9F { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#amAoIt2ybv3shZGbwLHRa39Uc4PA1wBb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fkZFvVriTVtuLdrxzoXd2dd3TFcgA2c1 { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#CaeQkHRkk0dpGA14CMH7qxEeP2iSqKof { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xVvyIGwM3UD4p27kcpxRhdDIlagkn4N4 { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#Nzx9IItAh9NiWT4oax7ymTsX6aBuTJlw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yTgIOkLOk5ttftDqhZqmc0Z7yO37lGJN { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#OCm4K2Bwsf5hi9z8ADx9aNTMi6CCMAQl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#X5zaGFiKLQZ5lOafI5QTvZkLWZbJO0RD { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#G02Pi8f3lhvT7IkldLTTxH3ibaUThJff { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#hoHFhrg2PMZpr4s2wsRkcqBnDxpuA9Gt { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#fUtJycha2hcEWVo5E3HJqd8ox3SJGABn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bIt6dkK68UXNCGmaFMW6ei9XHqXf4Wxb { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#PhK2pKdD3dfFUvDTzx7dclalQMtF0nJG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#dIAT4T5Lpo3S0RzhXO7WF32nMT87VBlF { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#dR4wT4eilJsizx7ys7Gnr7Oh7x8uOJd0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#AC03FARChgPoVO9UNnXIPX63A9bKkS80 { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#FzD4hcPVbD0erHyCBT7OTBtC2QP3QH3C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#FJL7nTyi44p3ABO6XeGRsRaQ5kOuD6G0 { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#RsRxo3Pf56HffaF8OsyA6pAo1n2sakik { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#CrC36Pz0mgdRzOu1MhWbL03vloaV84UV { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#frXkEJW4INacVW9CZUJ3dc7PBx2UXV5a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qB9k8bnrZZvw8RGxOSwZU3mtWAF2PXOt { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#l1mTayD6DXbU6uW0ful2CdCi31ZQocnm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Mf7qS5w48fqFUdmKvJq1GkSlvKMfWUsi { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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; }
#Buv3PhOhm95KMMUwT092s5yLxlrFfNTm { 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; }
#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:66.1875rem;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:3.5rem;left:59.0625rem;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:7.4375rem;left:60.3125rem;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:11.0625rem;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; }
#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.7498125rem;top:65.748698234556rem;left:23.959634780884rem;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:30.3125rem;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:31.5rem;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: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; }
#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:15.0625rem;left:62.5rem;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.0625rem;left:4.4375rem;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:33.1875rem;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; }
#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:37.3125rem;left:4.6875rem;height:4.22363125rem;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:52.875rem;left:4.6875rem;height:4.22363125rem;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.5625rem;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:7.5rem;left:3.5rem;height:2.436525rem;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:102.31178474426rem;left:23.748222708702rem;display:block; }
#UJ2Ow6KKudw3RneC8iibk2FzB8MhEnIH { 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:20.625rem;left:20.75rem;display:block; }#UJ2Ow6KKudw3RneC8iibk2FzB8MhEnIH.adaptive-delivery-prevent-bg, #UJ2Ow6KKudw3RneC8iibk2FzB8MhEnIH.lazyload, #UJ2Ow6KKudw3RneC8iibk2FzB8MhEnIH.lazyloading { background-image: none; }
#qdvAQhSlXil23FfMWHVuI2HG18Kc8gNh { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:700;z-index:100045;line-height:1.3;letter-spacing:0;top:23.75rem;left:22rem;height:3.4130875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lC8xfDWepKVVhgeQflcdnP44o5Unupmf { 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:28.1875rem;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; }
#Ep8tnDcZqnEBEPmngU9lmyD4vzG5HZIh { 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:20.625rem;left:39.5rem;display:block; }#Ep8tnDcZqnEBEPmngU9lmyD4vzG5HZIh.adaptive-delivery-prevent-bg, #Ep8tnDcZqnEBEPmngU9lmyD4vzG5HZIh.lazyload, #Ep8tnDcZqnEBEPmngU9lmyD4vzG5HZIh.lazyloading { background-image: none; }
#uPGK9tfoLTt8NwKsUKDnSiwKmg86x1wV { 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.9375rem;left:40.75rem;height:2.76123125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n5gzJrINwkpzPP0RUclMiWsz6uUo5bSx { 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.4375rem;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; }
#U5VaetCAUKMcTWVbHhtPwQBL3hPlPefg { 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:20.625rem;left:58.375rem;display:block; }#U5VaetCAUKMcTWVbHhtPwQBL3hPlPefg.adaptive-delivery-prevent-bg, #U5VaetCAUKMcTWVbHhtPwQBL3hPlPefg.lazyload, #U5VaetCAUKMcTWVbHhtPwQBL3hPlPefg.lazyloading { background-image: none; }
#QLDT8ScukRgvi7GVSa26aBcLqBr7TCtJ { 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:28.1875rem;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; }
#s3q8gryXRelKKPHdxxXQFfNsw4nKK7tv { 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:23.9375rem;left:59.625rem;height:2.76123125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZIUnJ6b11UF8lskgymS7eMN8OMGKHazS { 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:20.875rem;left:3.1875rem;display:block; }#ZIUnJ6b11UF8lskgymS7eMN8OMGKHazS.adaptive-delivery-prevent-bg, #ZIUnJ6b11UF8lskgymS7eMN8OMGKHazS.lazyload, #ZIUnJ6b11UF8lskgymS7eMN8OMGKHazS.lazyloading { background-image: none; }
#pFOvoHItdESJLmRFBh5BLob3FVvAoT1L { 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.4375rem;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; }
#dCdddhSZyHp2i4mZqeNU2T99EoJU6kEd { 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:24.6875rem;left:4.4375rem;height:2.436525rem;font-style:normal;text-align:center;text-align-last:center;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:35.3125rem;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:42.875rem;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:35.3125rem;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:38.625rem;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:43.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; }
#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:37.375rem;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:35.3125rem;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:38.4375rem;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:42.875rem;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:35.5625rem;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:43.125rem;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:39.375rem;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:51.1875rem;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:58.75rem;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:53.8125rem;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:50.9375rem;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:54.0625rem;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:58.5rem;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:50.9375rem;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:53.1875rem;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:58.75rem;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:50.9375rem;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:58.5rem;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:53rem;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:67.5rem;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:75.0625rem;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:70.125rem;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:67.25rem;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.875rem;font-weight:700;z-index:100093;line-height:1.3;letter-spacing:0;top:70.375rem;left:24.25rem;height:2.2753875rem;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:74.8125rem;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:67.25rem;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:69.5rem;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:75.0625rem;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:67.25rem;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:74.8125rem;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:69.3125rem;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:84.625rem;left:4.4375rem;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:92.1875rem;left:4.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; }
#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:88.700490951538rem;left:5.7552080154419rem;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:84.375rem;left:22rem;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:87.5rem;left:23.25rem;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:91.9375rem;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; }
#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:84.375rem;left:40.75rem;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:86.625rem;left:42rem;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:92.1875rem;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; }
#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:84.375rem;left:59.625rem;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:91.9375rem;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; }
#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:86.4375rem;left:61rem;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; }
#TcybnT1BmQaeumFl4bLbHqSICuTvVo0K { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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:100157;text-align:center;text-align-last:center;top:31.6875rem;left:62.0625rem;display:block; }
#qBKwLdUrN11boptUsfFxcN4XfrCtiJXv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Fq7z9S0cNONhxluAowOVTAuuWR35tNTX { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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:100158;text-align:center;text-align-last:center;top:31.6875rem;left:42.9375rem;display:block; }
#ByTshkWSkJ3HuBmE3iNbT999vI64QsVT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#EZSqmU7uIOWVdMSSpt0lcNDyiOHeqJ5a { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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:100159;text-align:center;text-align-last:center;top:31.6875rem;left:24.6875rem;display:block; }
#LkbEXBkQubGbtUmeN0G5NbUUwmzCWfM6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zTN2iCtQLHLm3vLZsS2zU8pOlEQgaXXL { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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:100160;text-align:center;text-align-last:center;top:31.6875rem;left:6.25rem;display:block; }
#LtpqtAeIsKyJ6JxFiqzv8tceztOvO2AA { 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:46.8125rem;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:46.8125rem;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:46.8125rem;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:46.8125rem;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:62.6875rem;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:62.6875rem;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:62.6875rem;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:62.6875rem;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:78.875rem;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:78.875rem;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:78.875rem;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:78.875rem;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:96.125rem;left:62.75rem;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:96.125rem;left:43.625rem;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:96.125rem;left:25.375rem;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:96.125rem;left:6.9375rem;display:block; }
#syTckycH8MeT6h0bshOXoL3XKwIaLl4c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;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:45.625rem;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:29.1875rem;left:39.75rem;display:block; }#vepuk2ZgHpfDXdgtUWKh3eN0BzIO8pCr.adaptive-delivery-prevent-bg, #vepuk2ZgHpfDXdgtUWKh3eN0BzIO8pCr.lazyload, #vepuk2ZgHpfDXdgtUWKh3eN0BzIO8pCr.lazyloading { background-image: none; }
#KdGOoxQTTPsagbNp8zBPSRoQxu9JEgL5 { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:100025;line-height:1.3;letter-spacing:0;top:33.6875rem;left:41.25rem;height:1.86889375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lM7TxlwavEO6fwQCaJudnetWZ6cbsoB8 { color:#000000;display:block;width:20.4375rem;position:absolute;font-family:cairo;font-size:1.9375rem;font-weight:normal;z-index:100071;line-height:1.3;letter-spacing:0;top:5.0625rem;left:46.28125rem;height:2.51855625rem;text-align:center;text-align-last:center;display:block; }
#D4nal7WP4gZlSBOhszLttJHL079QroDu { position:absolute;display:block;z-index:100010;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:29.1875rem;left:20.875rem;display:block; }#D4nal7WP4gZlSBOhszLttJHL079QroDu.adaptive-delivery-prevent-bg, #D4nal7WP4gZlSBOhszLttJHL079QroDu.lazyload, #D4nal7WP4gZlSBOhszLttJHL079QroDu.lazyloading { background-image: none; }
#FKIZyvSKUDmDA76qFyG8ak5PnZ3poII1 { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:100029;line-height:1.3;letter-spacing:0;top:32.75rem;left:22.125rem;height:1.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:36.75rem;left:20.875rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VbynIwHgEtBGUaVWD8hm8minCV5yuzMl { position:absolute;display:block;z-index:100014;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:8.125rem;left:21.375rem;display:block; }#VbynIwHgEtBGUaVWD8hm8minCV5yuzMl.adaptive-delivery-prevent-bg, #VbynIwHgEtBGUaVWD8hm8minCV5yuzMl.lazyload, #VbynIwHgEtBGUaVWD8hm8minCV5yuzMl.lazyloading { background-image: none; }
#WS7bSfbd0WVVq7K8oyCddpDhIzipiFsc { position:absolute;display:block;z-index:100018;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:8.125rem;left:2.9375rem;display:block; }#WS7bSfbd0WVVq7K8oyCddpDhIzipiFsc.adaptive-delivery-prevent-bg, #WS7bSfbd0WVVq7K8oyCddpDhIzipiFsc.lazyload, #WS7bSfbd0WVVq7K8oyCddpDhIzipiFsc.lazyloading { background-image: none; }
#ikkewZMBr4JufMSvaG2MtKHONhXQbJXi { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100037;line-height:1.3;letter-spacing:0;top:11.2236328125rem;left:4.1875rem;height:1.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:15.6875rem;left:2.9375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#P4AUC6iO2MwCM9F8FaCpxwwJLELicMLX { color:#000000;display:block;width:20.4375rem;position:absolute;font-family:cairo;font-size:1.9375rem;font-weight:normal;z-index:100072;line-height:1.3;letter-spacing:0;top:5.0625rem;left:9.59375rem;height:2.51855625rem;text-align:center;text-align-last:center;display:block; }
#WzgyngBnKnhQwnJP4wlxOcF3oMIO2ZH8 { position:absolute;display:block;z-index:100133;background-color:#405466;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.9375rem;width:0.1875rem;top:9.625rem;left:37.8125rem;display:block; }
#Bhl8Dndos3Tf9yxUS4dqlPvTQDWdMkop { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100026;line-height:1.3;letter-spacing:0;top:12.3798828125rem;left:22.8427734375rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CHMgsq8BPT3cZU4zzJMOmFAfNTOItCTx { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:100027;line-height:1.3;letter-spacing:0;top:13.029296875rem;left:4.1875rem;height:2.11181875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nb2Sgw8S5lJ4lOAXJgfSyF2EKSAeDiiW { color:#000000;display:block;width:20.4375rem;position:absolute;font-family:cairo;font-size:1.9375rem;font-weight:normal;z-index:100072;line-height:1.3;letter-spacing:0;top:26.6875rem;left:27.6875rem;height:2.51855625rem;text-align:center;text-align-last:center;display:block; }
#pVgVVLR4F3qfxNvyMuMOgiCkdWSXWlTG { position:absolute;display:block;z-index:100013;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:8.125rem;left:58.625rem;display:block; }#pVgVVLR4F3qfxNvyMuMOgiCkdWSXWlTG.adaptive-delivery-prevent-bg, #pVgVVLR4F3qfxNvyMuMOgiCkdWSXWlTG.lazyload, #pVgVVLR4F3qfxNvyMuMOgiCkdWSXWlTG.lazyloading { background-image: none; }
#QlT1pNbVZe1x5Cf8SoxgLSWgLGTzlzfm { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100032;line-height:1.3;letter-spacing:0;top:11.222890853882rem;left:59.873047828674rem;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:8.125rem;left:39.75rem;display:block; }#TCATpaD0xtHcBw6OzciXepxHHBopEwNZ.adaptive-delivery-prevent-bg, #TCATpaD0xtHcBw6OzciXepxHHBopEwNZ.lazyload, #TCATpaD0xtHcBw6OzciXepxHHBopEwNZ.lazyloading { background-image: none; }
#V6AvW9CfTtsrEoyDNNzBhwIhzVNzxA5r { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100036;line-height:1.3;letter-spacing:0;top:11.3056640625rem;left:41rem;height:2.92480625rem;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:15.8544921875rem;left:39.75rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aP9fsa7LKc8WChAHwpTPHRZFoQSalWnS { position:absolute;display:block;z-index:100172;background-color:#405466;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:30.75rem;top:24.875rem;left:23.1875rem;display: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:15.686850070953rem;left:58.623047828674rem;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:15.749350070953rem;left:21.312066078186rem;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:36.323701858521rem;left:20.874466300011rem;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:19.5625rem;left:62.1875rem;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:19.5625rem;left:43.0625rem;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:19.5625rem;left:5.3125rem;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:19.5625rem;left:24.4375rem;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:40.5625rem;left:23.5625rem;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:40.5625rem;left:42.625rem;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; }
#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.5rem;left:2.3114156723023rem;width:45.125rem;height:3.125rem;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) { #UzonRaNTMnlVZ7GbvAHs9rcIer7uC5UT { top:19.875rem;left:29.069230079651rem;width:17.3125rem;height:17.063807474934rem;display:block; }
 }@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:1.4375rem;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:4.375rem;top:8.625rem;left:27.061852455139rem;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:4.1875rem;top:8.875rem;left:8.3118505477906rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOOLTZHwbssChdBXogzTa01Qaw25qlFc { width:14.375rem;height:;top:13.125rem;left:7.0618505477906rem;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:4.375rem;top:8.125rem;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.12478351593rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKvfeDGqZGUzKc97173RtcvSe4JM4IFu { width:14.375rem;height:;top:45.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgK7ZTTySWTNb41QaSJEUzZcVs9ziFN2 { 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) { #Vvt3uc2PIHPNRdiU57slaZTprwdzS64X { 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) { #ufXxxfaJyToTfbe75Xw89XTUzJaTedRg { width:11.875rem;height:1.4375rem;top:42.6875rem;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.625rem;left:26.561635017395rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOt4TeTOA8Som4XyTyFBmgCXKPXq1h03 { width:14.375rem;height:;top:45.625rem;left:7.8116331100462rem;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:4.125rem;top:41.375rem;left:27.811767578125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtNbTEnv2SC5fKX30ZDFIFeGfV256Swy { 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) { #ApQWpBVIcQ5UkqbviTt6hmGzgBGtyzHG { width:14.375rem;height:10.6875rem;top:38.0625rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPFM0m3ggToDwp8bsLJQCLngVt6bnXVP { width:14.375rem;height:;top:45.625rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISiFKX2bmGoozhJTnbEJarBwk9mh57uu { width:11.875rem;height:4.375rem;top:24rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOvklA94r3QdG5PX6hdWIFUxE6WBCCes { width:11.875rem;height:4.125rem;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.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PT2BgnqegUy18iIyQwnbG6dtTXE3PvTq { width:14.375rem;height:;top:60.5625rem;left:26.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzffbgWwfkQxiTa3TG2f0J77weunTOTC { width:14.375rem;height:;top:60.5625rem;left:7.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWTTE63wyv1e6LrdCDgwTDB1Dm4xJV0k { width:11.875rem;height:2.75rem;top:55.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8DdLv5I93VC9m9GtMnd6bVaf0CR8xkk { width:11.875rem;height:3.875rem;top:56.375rem;left:27.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkFkwP4QC20zJTab5zipMmPNyRu5suHz { width:11.875rem;height:2.5625rem;top:56.0625rem;left:8.99978351593rem;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:2.75rem;top:56.5625rem;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.936635017395rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeBDLpNgLImgMkovm5m3RefHAdcUbSg0 { width:14.375rem;height:;top:75.375rem;left:7.1866331100462rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrKznGTd4pKwG2PQbTHtsSa7qJDT3y38 { width:11.875rem;height:5.625rem;top:69.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNfmlgT8ogq4DWL85eHDb0bqxxosmb83 { width:11.875rem;height:2.5625rem;top:71.25rem;left:27.12478351593rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTBX7kJRJnu3eybgPeALG0oPsOdk7gCa { width:11.875rem;height:3.875rem;top:70.9375rem;left:8.37478351593rem;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:1.375rem;top:71.4375rem;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:;top:91.9375rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxEQvFT13urZ7wbCGA5PF2JmhoQLB2DJ { 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) { #zI6MMCVIO4BkHpmdK4KGdDyh6nPMI02g { width:14.375rem;height:10.6875rem;top:84.4375rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmzFqmgREe2Xr7s3I0Dh0eshZHG86TK6 { 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) { #AD9UcBJDAfT62SZNrqG6viXywHhbBvM3 { width:14.375rem;height:10.6875rem;top:84.4375rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OT7dBgO6bLTzsHZmZy0GrT7lTgA9Tr6v { width:14.375rem;height:;top:91.9375rem;left:7.74978351593rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbxqGMyrnUXoODys05RXsTCJzMW4utZt { 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) { #fgpaXEqPWWswbQPkMTKVha53Ug2LQDJU { width:14.375rem;height:10.6875rem;top:84.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2HQrhPRqsAMFqp8TB5LBxSP96hGJpm4 { width:11.875rem;height:4.1875rem;top:86.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTzAinP6l2hNUmrTRUvc27TD2gO8J1bl { width:14.375rem;height:;top:91.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORWJscDeLk0QLwU4ZR4xLiffNaeyBZ2z { width:14.375rem;height:10.6875rem;top:100.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgK2ocX0dg3bsSuf8MLot9NDnD2E3zt6 { width:14.375rem;height:;top:108.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLH7LNzCUM2xdDbJWUHEAeZ78ODbdKwi { width:14.375rem;height:10.6875rem;top:100.6875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4xXJMw8TXLdLiQpVCwxN4x0ZTTrq6TU { width:14.375rem;height:;top:108.1875rem;left:7.8116331100462rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcnRJqbdaoaURFWQsTDlUME5THc5PvTN { 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) { #uJGX640alNZ4rNCaxmnQzxfCE0ZPnPs9 { width:11.875rem;height:3.6875rem;top:102.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkW3QBqAJ5i1Nw5F7gR60yPNNPEoImIf { width:14.375rem;height:10.6875rem;top:100.6875rem;left:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NG8mTtzJk2Qyvdz9NVRXpRslXOXbwEio { width:14.375rem;height:;top:108.1875rem;left:26.561635017395rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtefZzL83EXr0mSnTms5LM5pnfTpGsPS { 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) { #MK9IvuVlypHi0thR3xaT0vLXDygBdKyq { width:14.375rem;height:10.6875rem;top:100.6875rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #epAelTpewhEwxyrwUMJgWgq3mizRDz5d { 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) { #MDcOcwAqnU7KaO6fCcd5MucE8Sf20FGE { width:14.375rem;height:;top:108.1875rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWd4RwhWLCE18vmAeEEO8Z7AVJK5CEAE { top:330.25rem;left:10.124111533165rem;width:30.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNpuNkpH8InBz0mgBqlreKrUySalBgTG { width:14.375rem;height:10.6875rem;top:117.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QX36POulwAJqIQWMedm89V48xBXUDrox { width:14.375rem;height:;top:125.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIQIyvLtgZPOsMVdU3HD2znG9zzqewQV { width:11.875rem;height:2.75rem;top:121.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xa1x4INibmLtwaCA6flJFCLt5SwWJc4s { width:14.375rem;height:10.6875rem;top:117.5625rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmkThvTbI8NehIQ5eNZiPR6gMQZSQx8F { width:14.375rem;height:;top:125.0625rem;left:7.12478351593rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMAnTbIyT5BTOTXXhZkgRe46qKibQvTT { 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) { #h9O28xIyAL75oLSUTGx5LBER8Fcb2hTC { width:14.375rem;height:10.6875rem;top:117.5625rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #byBsWgllQSDMkiCiZ6umaEIKtgKMlMub { width:14.375rem;height:;top:125.0625rem;left:25.87478351593rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFnBZwyPey9ILur9t5NM8GLIMMfhXO7S { width:11.875rem;height:5.625rem;top:119rem;left:26.941407203674rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hi3W6m0EeAIVqtOlrGuoLPLCiNeakETH { width:14.375rem;height:10.6875rem;top:117.5625rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #linLNpzyEiqTtCKg7KVdVBlO73VOwSa9 { 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) { #QTwVgl4QE01UG4fv1gT3VWAPu2A2h6GQ { width:14.375rem;height:;top:125.0625rem;left:33.375rem;font-size:0.9375rem;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.811848640442rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpwyntJEqHVtO2O3G7Fd5r2QgCgxGMDh { width:14.375rem;height:;top:91.9375rem;left:27.061852455139rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzTdhTxnlNngwTOwtHJFvfvhX0e0eBXM { width:14.375rem;height:10.6875rem;top:135.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lp2efQowE6WR829UW7FFCzgXN6tWKgzs { width:14.375rem;height:;top:142.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIMQkVKpUvaT94ADKfwkmOAv8VIKVOXy { width:11.875rem;height:4.1875rem;top:137.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBv3XtdoJZ55sl8oBqqi1LMchOGHyuuN { width:14.375rem;height:10.6875rem;top:135rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLvm83WWzxdDz6aUJ4XlhtshOPWdTHJz { width:14.375rem;height:;top:142.5625rem;left:8.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wS4ewMoXCe1t6rqTf9AK587Mz0I64EsM { 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) { #RQQ4E0pw9ClNHEfutZ1RKi2Rp0zlRoKG { width:14.375rem;height:10.6875rem;top:135rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ox1DOMkbRTq4evC3T5CRqwmER9Sa52Sw { width:14.375rem;height:;top:142.5625rem;left:27.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZS3MCKv7T2eRuF74rgpInIAwmAus33q4 { width:11.875rem;height:2.5625rem;top:138.0625rem;left:28.381295204163rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdI35zFd5KBsOQznFCXHl1ws21pRc5LI { width:14.375rem;height:10.6875rem;top:135rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoMTR0oS9aXabZZ2ey7XQ4pnAOMC2WJB { 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) { #Xl0NKW6OtqXVTHKanmevv7gmt7UVHnHd { width:14.375rem;height:;top:142.5625rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #luBX3Tvu53CaRQGUPQaeD3EPTHJTSmlf { width:14.375rem;height:10.6875rem;top:152.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcxCcX6AhJt6K127UqARCPTVcWK6DIq8 { width:14.375rem;height:;top:159.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0MclTFzM1ttsAE3luiOulO96EZTFx5T { width:11.875rem;height:4.1875rem;top:154.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzOp01EaFMItUMRTGZ7yAhxHTHN6Tzwm { width:14.375rem;height:10.6875rem;top:152.0625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeoWfsVVTa2GO5d7mDNVMHCKqXE79cyV { width:14.375rem;height:;top:159.625rem;left:9.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndWBc1iLq1SbULeVEPm62kLzmq4GXFSn { 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) { #oQtz5qf2Rd8gy9iPW5Q39Lx53bShdRo5 { width:14.375rem;height:10.6875rem;top:152.0625rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hA2iQHEq1G29cwtB4HzsDS4ZKL9wt1om { width:14.375rem;height:;top:159.625rem;left:28.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ly28AqxanUFatMbaOcR9Plx0hISs3gmp { width:11.875rem;height:3.875rem;top:155.1875rem;left:29.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TG9VXX2Ab4ZEESrbTF46E69p5Stv3I2b { width:14.375rem;height:10.6875rem;top:152.0625rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5uxadu7pJKxwDL7SGw3kuE6ZTi7Rfz6 { 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) { #EZLebu1MtZCFzhxS8AtMsPF73FW8CndG { width:14.375rem;height:;top:159.625rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUCkhtmnq1TvXN3a1QQ6GeXLlLCS2Kxu { width:14.375rem;height:10.6875rem;top:167.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUEOzgKTsoUcG1l7P1okXenTO4w27ag0 { width:14.375rem;height:10.6875rem;top:167.6875rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlSZQh3bPei80E0m7NPhzpJ0BvRu2mLP { width:14.375rem;height:10.6875rem;top:167.6875rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJfiLE254OTk7t8iTshTX9BpE5rOy3IQ { width:14.375rem;height:;top:175.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElJLkhVu3CgKiXTz8wqeyU2rfviTWcA2 { width:11.875rem;height:5.8125rem;top:169.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMohkJ0d5wC5gJRJyQLTGmPOSbFiERgG { width:14.375rem;height:;top:175.25rem;left:9.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBIDJ7hi1plMsXMOtqZUmJJKZlX8KuIS { 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) { #ckqbtkgZhgQI06KbaSbFHqaHRchbwRMq { width:14.375rem;height:;top:175.25rem;left:28.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AemLRlSDzPNw8A5IKD0wAT69soOldVid { 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) { #bnK3Tnse4hqkPxdgblUrC9VvdkO3PQqw { width:14.375rem;height:10.6875rem;top:167.6875rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1wmQTmLamqi8LqFWRgofTZPpePv5vGm { 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) { #RZTyD59OkonueJeZLiJWBZMPhpA6e1M3 { width:14.375rem;height:;top:175.25rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QE5tpuEmp9FGtAJaDqzTbJX5zQRnrI9l { 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) { #RoBVPaVaNugdKVsZ2gDBkt4pR4MLtSb5 { width:14.375rem;height:10.6875rem;top:181.875rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #imlxs7C1tZdbP7VtcnZ1M22IWRrP0Jny { width:14.375rem;height:10.6875rem;top:181.875rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtUtyoczvZaBdu315XExJXrXr7bhQ9Wr { width:14.375rem;height:;top:189.4375rem;left:9.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDVkyQkCIuiDF6SuBoZJrIGPiB5c7D63 { 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) { #Ic2HCuwGW6CTLnhdyHbZhdnDtTkLBf4V { width:14.375rem;height:;top:189.4375rem;left:28.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqxh2Sm1rAtSqodfhQN3HBVT2aQcPSZK { width:11.875rem;height:3.875rem;top:185rem;left:29.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPUz1RgqkdssH3sdwFxMUUos1dSSB7FO { width:14.375rem;height:10.6875rem;top:181.875rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOcoNhpC7N5AOrf1MeiUuRf6hB9KeH92 { width:14.375rem;height:;top:190.0625rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmZt3ZKJJ6x3eRDKof3kWPttzDRus3AG { 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) { #T7gvArnNTLonlNM5fT9mHgdccoIhMFzl { width:14.375rem;height:10.6875rem;top:182rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RS9p8GxveVI4JTmmTlKN9MzaPNv1S6e9 { width:14.375rem;height:;top:189.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpuf0QIJWnPfyIqvaCTr7lpsDUK92slF { width:11.875rem;height:2.75rem;top:185.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1PfsHAfTdb7rsWOnFnNMacqker5szT8 { width:14.375rem;height:10.6875rem;top:196.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8pukMcLoEanTPGvSbfHEWfm9KBdAhv3 { width:14.375rem;height:;top:203.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnoTrI9ypdFPtFSbv90nogBfe7vWTvSc { width:11.875rem;height:2.75rem;top:200.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDHG6bpAuO9UaN1BOed3UJidIIwrop5H { width:14.375rem;height:10.6875rem;top:195.9375rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNtV1d4W2VlmKJ68AcapsH82lnGlv1KL { width:14.375rem;height:;top:203.5rem;left:9.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRsuIZTzXAV7at4xuB6QVsx3W7c6kgvZ { width:11.875rem;height:2.5625rem;top:199.6875rem;left:10.339844703674rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6o5quDmaNchLQqSTTtKKO7VMZTxetMO { width:14.375rem;height:10.6875rem;top:195.9375rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #anNq9c3TT3yGhIwDGnGnkrppQOezUfXh { width:14.375rem;height:;top:203.5rem;left:28.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuGR9vNbz1JogN88QkGXwMh5XrZTeCqe { width:11.875rem;height:2.5625rem;top:199.6875rem;left:29.653431892395rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #befV1AKrKHag1B6Rc3NnMbCqG83h8vsd { width:14.375rem;height:10.6875rem;top:195.9375rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5ALRypBhTGDISLz8cL6Hf4Mkk4rTTmd { width:14.375rem;height:;top:204.125rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6ASLnHoHbgpFPTyffGWHldQHMQ7e9v3 { 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) { #GIUZdLbt8v6Vq5LgAHUoMJJVTaFCzgN0 { width:14.375rem;height:10.6875rem;top:211.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3iwvcJVSPpHbJKIBmhqzeSQxzgSmFa2 { width:14.375rem;height:;top:219.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LD8kVSRDgLVvq822FDqV3QoFUKKTEIMz { width:11.875rem;height:6.3125rem;top:213.1875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnadzqwxHzmuy136l6SBlyZbqAE7Xvr0 { width:14.375rem;height:10.6875rem;top:211.125rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxxUdKFVzTTO6ftK4pTKLDn15A0miz68 { width:14.375rem;height:;top:218.6875rem;left:9.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTSqM3nkh4wScRzT1WVZtJvfSVyeVq6M { 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) { #za82Tyzhsrk2VpaurlH21RTflfTIhhAc { width:14.375rem;height:10.6875rem;top:211.125rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQ7aQvHJt9itZuR5ZzRl33EOtSIZJHxn { width:14.375rem;height:;top:218.6875rem;left:28.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRxXMnxwxIL6V3Qp3ouMTPmEzJ8T1xEL { width:11.875rem;height:2.5625rem;top:214.875rem;left:29.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuu92QfhyyaTddBhU62qVrxITVGcT26r { width:14.375rem;height:10.6875rem;top:211.125rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTMNUHy1dhqI7BHxgHsxcgnWsrnmNW1v { width:14.375rem;height:;top:219.3125rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZ6NvXB95J1ZanaWvAaMtA2MOE2Zs3Px { width:11.875rem;height:2.5625rem;top:214.8125rem;left:35.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLUAgEm6DktOyIhBsaL1mPdo9Q0KaLQl { width:14.375rem;height:10.6875rem;top:226.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUTGUutQ5FRE1MA0AOABGmTTUpDoBCp5 { width:14.375rem;height:;top:234.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dH2k9XiXcOzTHLG8t0pfUmBHTeS03wwe { width:11.875rem;height:2.75rem;top:230.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTKNB1raJTU24wh24AHThLazZE8VAoL5 { width:14.375rem;height:10.6875rem;top:226.125rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3qa1rgrn1rIbplvO9Ker6OkBTctwmhD { width:14.375rem;height:;top:233.6875rem;left:9.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oa4odb1PhFBHeR2U3UddXNZevLpugd5F { 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) { #uDypBH7cDxUHp6lXw0BStT2kZ7o0l1P0 { width:14.375rem;height:10.6875rem;top:226.125rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTTT2PalumRF2RGhL1LhruT1Tp2524LU { width:14.375rem;height:;top:233.6875rem;left:28.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #baIif10AxlcdeiXk8E2ru0qm4cRi8LPK { 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) { #hiwh2kmdt1EFnnkF9RC82x9TOCxa5ixM { width:14.375rem;height:10.6875rem;top:226.125rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tpfbw5OS5WCTxcOMrSfvWJwnVBCheWQb { width:14.375rem;height:;top:234.3125rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4lbwHRZTQr1cvQzvw881NFx37VJE2OT { 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) { #aIZfMU8SNsFQx62e9tTCKNIRqWlw7r64 { width:14.375rem;height:10.6875rem;top:240.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqcATaxPmTtsu0TJVidTqQXJ0gCxVy5J { width:14.375rem;height:1.4375rem;top:248.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTChBh6TT7twEI6I6L6T1dDDxVwh8Uxs { width:11.875rem;height:4.8125rem;top:243.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8V4xc3AbtSZue9UwWlxVzUZ5kiBfeSi { width:11.875rem;height:0;top:244.5625rem;left:10.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFBLAGgElHfvMLTMyxiXJOILquoEiLq3 { width:14.375rem;height:10.6875rem;top:240.8125rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPE1koupR6FT5cu5EC9m9VifHfiaBcha { width:14.375rem;height:;top:248.375rem;left:28.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEkT2QsukdsfVA08Eh1FJxL09B2ATfc8 { 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) { #fiDiQ4f0md686hd2G2NaTsIiSZgEyWHq { width:14.375rem;height:10.6875rem;top:240.8125rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #baIpz0cFmQvRexM4LwXh1GMaKQArVxpW { width:14.375rem;height:;top:249rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kkuo1AZlI530aDhqdlLMyz1HHgCsC9DZ { 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) { #nCNqpAkzlBJJx4CWesLLKoZyONFti4R0 { width:11.875rem;height:0;top:244.6875rem;left:10.339844703674rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pU9bKh7MWboKDcK7GEINM5PZTyCOVRyH { width:14.375rem;height:10.6875rem;top:241.0625rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4ROaBBsLAhIWFM0ByyEfN39TI6TfJMx { width:14.375rem;height:;top:249.375rem;left:9.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #utO5DfoLOzldF3pETByBN9sAcD9qkSFI { 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) { #ugBM8C5nPSOVQDlydO5kxP9b8AesEd1P { width:14.375rem;height:10.6875rem;top:256.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxvnJlN7sbtH5hOJ9AFJ0yCnldM18sCq { width:14.375rem;height:;top:264.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8OesTenSKQakPbDTKEQQ2KimCQJI9tg { width:11.875rem;height:3.6875rem;top:259rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOcmxDO8wMdG9AiVJmMPrgkmBWeUMn6P { width:14.375rem;height:10.6875rem;top:256.1875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #shfUHogk5P0MnMbWKAs9wt2enpFnoDTW { width:14.375rem;height:;top:264.5rem;left:8.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEu94IZLUZ78igs35KPI9BkZ7NbUZwm0 { 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) { #OWsPAyZo9KJuWTa4MJnuSam3W3Fvwl82 { width:14.375rem;height:10.6875rem;top:255.9375rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDRgLHteoAPwlWJ2VzwpzylTCvfU4pcO { width:14.375rem;height:;top:263.5rem;left:27.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qy0QB09WlraMyvJTEAqn3ag6AmXZRsMz { 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) { #lPqUReyZbTx9dkWHpZnvUXtKx1RmzO6n { width:14.375rem;height:10.6875rem;top:255.9375rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghbz3oZ918TMEmGm23RqcHz3hhX2rI6f { width:14.375rem;height:;top:264.125rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aec0HOkqKbRsbhQT12K1pPuTetFG0sTT { width:11.875rem;height:3.875rem;top:259.6875rem;left:35.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8BJbPoRUgJJyvXpIlNJ3cAeL81LEdCQ { width:11.875rem;height:0;top:259.8125rem;left:9.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMESIi43HKgKJT3VkKvXDecHLWEfazfz { width:14.375rem;height:10.6875rem;top:271.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlPe2cXt2OTWg7ihAubQTWxyTp2OQuLz { width:14.375rem;height:;top:279.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dw7peCwb0F2Ew8WWs6hN848k9B40lQR2 { width:11.875rem;height:4.8125rem;top:274.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JI2hF79x6RlsZeyqUobIhsuPocHDJOy9 { width:14.375rem;height:10.6875rem;top:271.875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQWll7o328WREonPV2SkdKlP1Eix3hyT { width:14.375rem;height:;top:279.5625rem;left:8.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcapU5dUJzLdzNa0DXOxkveACLGXXAUa { 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) { #LTVNHpdHDSbetcOux5RUdlMITBJE53Ng { width:14.375rem;height:10.6875rem;top:271.625rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ss4b2OqtMTn9XvNDHd9FpxVcQagXi1ut { width:14.375rem;height:;top:279.1875rem;left:27.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Em5Jg2i4Vo50rNKITaVcgM97WrqIhLdS { 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) { #e2gvc1pfaf3oPgAgqf9Q8cIq7eZIfIhT { width:14.375rem;height:10.6875rem;top:271.625rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4gNAGzOtEs9RLK79OcRx95TaTxfEegD { width:14.375rem;height:;top:279.75rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pa48aXIMvbb8EkwQdvMkZxo2vALaihl2 { width:11.875rem;height:3.875rem;top:275.375rem;left:35.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDWuzzB8L9lMsB10sn7A2TSN81N8LWwu { width:14.375rem;height:10.6875rem;top:285.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcvwGhN1O8nPWIT4MPIQXTWD9P6LCDTD { width:14.375rem;height:;top:293.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3A2Q4q6N4JJr9Jq3aH38J3DE1ZGuZsH { width:11.875rem;height:3.6875rem;top:288.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q40a3MLgCnvebdfdmVVT0RcW9s6FvZx5 { width:14.375rem;height:10.6875rem;top:286.0625rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUFvl53idHhV33P9woG5qa79U5fyfMIR { width:14.375rem;height:;top:293.75rem;left:7.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFr9o5bsQTWdaqxypwl2MCv19iguC9NL { 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) { #n7sKEMa9VMHBvL9V505TMv1NDUCoCfnK { width:14.375rem;height:10.6875rem;top:285.8125rem;left:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOE3obHraukr4oPn1CquQOM2TVfnwtDK { width:14.375rem;height:;top:293.75rem;left:27.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPx3L8WZ0dl8K61J3nBX8QnSNEhRDK4g { 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) { #ETmT0c1BEFNwQlMG1pmQJtN0mMXWv4cF { width:14.375rem;height:10.6875rem;top:285.8125rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v85Rh3F6Bmv9heQWNOiMcKTuOls4lQ9Q { width:14.375rem;height:;top:294rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLbn7Efs4HH8a9lMml9pD55MZVek5Jfc { 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) { #cKUC0auwMxeHC9TmJ0hEwslIKJfU7fWl { width:14.375rem;height:10.6875rem;top:300.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mh0ZvZ1WyotBSi2C6SMEt9PLwdXCA5St { width:14.375rem;height:;top:308rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xz2O1HGknCXB2Dql59lwsdyL1trb7e30 { width:11.875rem;height:2.375rem;top:303rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktRgRhB38tgLP62uncS6tr7cthdTHbFa { width:14.375rem;height:10.6875rem;top:300.25rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAeWZa6XgPxn0uqfQxMoap1BtoBT85k5 { width:14.375rem;height:;top:308.3125rem;left:8.1869663000106rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOa5dnxpMUaVr65w6Jf9hq7TL9Pxpkht { 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) { #oGBTeU4DwVP0hVUzHzIvGXGmKxRuuXor { width:14.375rem;height:10.6875rem;top:300rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3LMJt6J7xEw3polbbSpAKZpHkA98K1T { 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) { #QCRSkfZzzOlSQbwBXy5qSRKtGp2rWUk9 { 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) { #IafMEyr20que1St2OMfLzvnRKk672yBl { width:14.375rem;height:10.6875rem;top:300rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGNfIEHZXTZ0NL8qzpW0LlhkuwlI5ghL { width:14.375rem;height:;top:308.1875rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RG7E6eZ2OC6i6zwiCVFF2T44o3ZcPrro { width:11.875rem;height:3.6875rem;top:303rem;left:35.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ha9W8h0w4IXTO8yd7y9VkcvLFw2edixf { width:14.375rem;height:10.6875rem;top:315.375rem;left:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hU1tJU6oix92xFpzUWCwKcQZUuK6f8Ll { 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) { #n6IyRFwIGmMb8lkT7RFU2V51XFOzxO8S { 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) { #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:3.6875rem;top:24.5rem;left:26.9365234375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWFQ9kEd7aNw2QN01TVvKZbCy33yv4WL { 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) { #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:29.9375rem;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:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGQE1wIkOCUNloyI2CKZdQqJepSy1ZX3 { display:block; }
 }@media only screen and (max-width: 763px) { #gSIBKCLk1e2rMJGTVcwIgGfGKWnXZqSK { width:8.75rem;height:2.6875rem;top:96.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #olF1y9w7B1VadKUeJJ7hpnU2g4ff2Jm5 { display:block; }
 }@media only screen and (max-width: 763px) { #RFMVKlgitUD7Jg8r9y4zamVs4aA3nmg8 { width:8.75rem;height:2.6875rem;top:112.5625rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgUaPtuhmZNvSVn6LFroAdJMQPV2Tp6X { display:block; }
 }@media only screen and (max-width: 763px) { #OfxgBHML44VKIbpD6KmxTbFzXrKmh87l { width:8.75rem;height:2.6875rem;top:112.5625rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJAQUkag1AEiZn5EGvCP6Z30NQt1LZWx { display:block; }
 }@media only screen and (max-width: 763px) { #WKnnpJ6GgQRtgE9tdzib2I84eZqvDsV3 { width:8.75rem;height:2.6875rem;top:112.5625rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #agRzccQRMJrqMgJl6KFx8X4Zb15GhtF0 { display:block; }
 }@media only screen and (max-width: 763px) { #F9pdssRMl6HPU1RkbrfnJBsoSnNVzxrH { width:8.75rem;height:2.6875rem;top:112.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvD8yWpU57nMT4cIVIwl8248t7xXrRLx { display:block; }
 }@media only screen and (max-width: 763px) { #yaxWBSDfLtTon7bFvsN76NOPutGOXs8o { width:8.75rem;height:2.6875rem;top:129.1875rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIIqysH7RqDA9VVu20eH8HLKncDopstM { display:block; }
 }@media only screen and (max-width: 763px) { #uTDNeC34gscTRqAwRCd7MfqBvN6fFptP { width:8.75rem;height:2.6875rem;top:129.1875rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4coyE7Mu1hNubJKqlUU0H603AT3c8gc { display:block; }
 }@media only screen and (max-width: 763px) { #wailIBVq0L2wkL059ZQmRgFNWCmrE60h { width:8.75rem;height:2.6875rem;top:129.1875rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnwZ7mpoiH8V9SwOz0vfVSWAvvpcJQNM { display:block; }
 }@media only screen and (max-width: 763px) { #ygz54Wve6HN1p9oMkWZPtfppRHOb0MML { width:8.75rem;height:2.6875rem;top:129.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gonRdDiS1R81k4p2Kn3JpBTSkbkNFPhc { display:block; }
 }@media only screen and (max-width: 763px) { #KTaTlHHT84KfGmyGwLO2rT19lioEltkL { width:8.75rem;height:2.6875rem;top:146.4375rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #qagKxrXuu2iyWsbgaBkUA4VRQ94ox6Ue { display:block; }
 }@media only screen and (max-width: 763px) { #N4V7XZzLrHON2uhtOKRCu20Tccc2eoDv { width:8.75rem;height:2.6875rem;top:146.4375rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQq0yLH3L5FT564GJ9TRGFzIE19zlBpM { display:block; }
 }@media only screen and (max-width: 763px) { #PEzTg1sds7lEpBBZ3lEtmvskdPx5dTzL { width:8.75rem;height:2.6875rem;top:146.4375rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuTt8sL9MSbR7acqTddAxAiCwsAS8Om7 { display:block; }
 }@media only screen and (max-width: 763px) { #TUsACu5MuNIz2pTa6BE4aCV2ZeTcKF3x { width:8.75rem;height:2.6875rem;top:146.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FI9hF3fDm175XTBTo0CWzGZhH8wDo23M { display:block; }
 }@media only screen and (max-width: 763px) { #iTCTTRz3wQ9eLkf6APVkFMIb1Tberiyz { width:8.75rem;height:2.6875rem;top:163.75rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGiC5GGmTDIfbbtDn0Bh7nSITzsFbVPX { display:block; }
 }@media only screen and (max-width: 763px) { #Slws6mhX7944OhUP3FzmMx5IaS5JPqTk { width:8.75rem;height:2.6875rem;top:163.75rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLkmvyBW6rp5xu0n93TCGhfPFxOqqiCW { display:block; }
 }@media only screen and (max-width: 763px) { #gPv8zupvT26gCFo0zUrkVp6OSGvhsuGi { width:8.75rem;height:2.6875rem;top:163.75rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVXF0eJbIDlKxwAQSCyZKbqkxup4Fhhc { display:block; }
 }@media only screen and (max-width: 763px) { #EFZN98C75lIrMrOcTJ8etUA5ScTN3mzH { width:8.75rem;height:2.6875rem;top:163.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZn7087ZiXOHzwBStykyzE6rTPgpD7J5 { display:block; }
 }@media only screen and (max-width: 763px) { #ymGRqyv4nIByPs0tRvrKEJoHaXNUoMEE { width:8.75rem;height:2.6875rem;top:179.3125rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgarDm5fTmoMUlZs2Gv7H6qDPG4zI26r { display:block; }
 }@media only screen and (max-width: 763px) { #yVQRK0fGEuwnOK5deUhPM9Z8Ud8K3Zzl { width:8.75rem;height:2.6875rem;top:179.3125rem;left:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZ5ucuGi4rD4nRIiGMI0z8TOTy0pskwA { display:block; }
 }@media only screen and (max-width: 763px) { #Jxzon9y7BA9AVGtOG583FofxABTba48S { width:8.75rem;height:2.6875rem;top:179.3125rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8C1it82Wq1mz1ro5LodIH5SnlUuw70N { display:block; }
 }@media only screen and (max-width: 763px) { #BaFsuqOJKlmrwKWgrxIRPPqRdHsfFok3 { width:8.75rem;height:2.6875rem;top:179.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4ZVaeshvPMrcVTbO57mbxaNvnNNakNp { display:block; }
 }@media only screen and (max-width: 763px) { #bWRADwUS5NLBUedLBgXC3xz8w6vTqQth { width:8.75rem;height:2.6875rem;top:193.125rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLMN8F9WzKnecVC2w40D9cVJJZb0WNOQ { display:block; }
 }@media only screen and (max-width: 763px) { #pxXiKBR4rLKsdpKnCbw2UD7MdesDAQlS { width:8.75rem;height:2.6875rem;top:193.125rem;left:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gL4ss4RZN0RJcpoOkOlQOPDDdo92lJHs { display:block; }
 }@media only screen and (max-width: 763px) { #pIGFuf1ddwGGaRdXkO2pxu9w5mgn9Byx { width:8.75rem;height:2.6875rem;top:193.125rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIuRgACb1DsDJbiZBKkOFSZd5boNBbTq { display:block; }
 }@media only screen and (max-width: 763px) { #hdTdI6VGaoLdNLblLhqg1dBGGOkoZLo3 { width:8.75rem;height:2.6875rem;top:193.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcOUJH7lTMhnJGTfxE2GT8qpQ0iTE7MG { display:block; }
 }@media only screen and (max-width: 763px) { #zuzUTlLWx8LErq1OlsKOaIb626l5sEuC { width:8.75rem;height:2.6875rem;top:207.375rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkBcTS6pIG1oWQcOI1gUFzp89mqXRygV { display:block; }
 }@media only screen and (max-width: 763px) { #ZUxWX7LeVqqTnsT6aHF2RMJeZ3elp5t5 { width:8.75rem;height:2.6875rem;top:207.375rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VV7KQSV5NSD9KCGqvypkO9Clw9qNm8Ek { display:block; }
 }@media only screen and (max-width: 763px) { #Ks1KGboy871WZqRVbQt3aUCuLUkw3KGt { width:8.75rem;height:2.6875rem;top:207.375rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZAxva8JTheFaRfElvGkZlB7k434KGOR { display:block; }
 }@media only screen and (max-width: 763px) { #ffhr5Qw5EZqlUaSPqszfHNm3Iieiryct { width:8.75rem;height:2.6875rem;top:207.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NM2qHLlpkQVnefCdoU9uO4k2SzKFueKH { display:block; }
 }@media only screen and (max-width: 763px) { #zMNKrMClsI1Huuv9OPDOhiab8luLRLrX { width:8.75rem;height:2.6875rem;top:222.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmNsV3puTOazDWpKnryxMhpKfch71GkV { display:block; }
 }@media only screen and (max-width: 763px) { #Gn886TqdpUEpxQZcsWNr1TWTXdQkrTly { width:8.75rem;height:2.6875rem;top:222.75rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7pq83dO0MQMq7o8dMwm8GNAEqzyMXUS { display:block; }
 }@media only screen and (max-width: 763px) { #wfKzUz8NmMVisDRwLomvE7qpG3FU3Na5 { width:8.75rem;height:2.6875rem;top:222.75rem;left:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6q7ovunKHgmTn0lxM4zgD8bpBIahOvD { display:block; }
 }@media only screen and (max-width: 763px) { #hEVFsHw1y6iDB5SHckvhli7SwFsH13Bp { width:8.75rem;height:2.6875rem;top:222.75rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT7QJcGMeglka5tFRJ0pwI9EhSnTZgIS { display:block; }
 }@media only screen and (max-width: 763px) { #zUXTODpIUWXCV8ecmHnqxELkNTMX5Rgm { width:8.75rem;height:2.6875rem;top:238.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUkTMQ8KLC5SyiUXvylWlJyrusdeOikM { display:block; }
 }@media only screen and (max-width: 763px) { #hLXzEbh3dUnEFOcW2bSJNIVDuPylPmPx { width:8.75rem;height:2.6875rem;top:238.125rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBiAL7yBiWGAIvOaC5FJeAul2tOhlaFR { display:block; }
 }@media only screen and (max-width: 763px) { #APodl3bJmRLph6gU6bhIiO6N8dfFATI0 { width:8.75rem;height:2.6875rem;top:238.125rem;left:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LayuJmXFtLohGWXFs8AxRi9QZQKyM8tB { display:block; }
 }@media only screen and (max-width: 763px) { #qIT76vOWNE552z1UTBPqcWXxIIoVQCnJ { width:8.75rem;height:2.6875rem;top:238.125rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pt1P0NGoG8ISWIh8N6rfSy4UAFRbbIUJ { display:block; }
 }@media only screen and (max-width: 763px) { #JmCw5rpNoi7dJ96nZBV8zDhhsB0ezMHn { width:8.75rem;height:2.6875rem;top:252.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOrIc6FsOcZEceiLQGCylDvBJ7i5PkdO { display:block; }
 }@media only screen and (max-width: 763px) { #Z6Bb5r00Xaf9wRP47xxrfDxgaIQZ0qyT { width:8.75rem;height:2.6875rem;top:252.4375rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #bu2l8Wr3rGxTATykf8S8B8CsdT36x07p { display:block; }
 }@media only screen and (max-width: 763px) { #mTNHTT3EDg3yfWaB2Xie5XByaZMObOk5 { width:8.75rem;height:2.6875rem;top:252.4375rem;left:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i122hEhGTU0z6LUm3VpL38E5782XBxbQ { display:block; }
 }@media only screen and (max-width: 763px) { #yWlZqtm83A3ktGrFUuLGmWpTRP8pJ1SU { width:8.75rem;height:2.6875rem;top:252.4375rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #T932NEGBS5T9MZbRTovdWPZCfD8QFfg0 { display:block; }
 }@media only screen and (max-width: 763px) { #cG0TeRuGyNhwhJ1fhGtVxx61VRp6bvl4 { width:8.75rem;height:2.6875rem;top:267.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAbZBKQTgacnPBwm1GE1Fuf2cHba7v9S { display:block; }
 }@media only screen and (max-width: 763px) { #BOvgVOgOD0xmX9TC7APZMQXuv8ZZbsIf { width:8.75rem;height:2.6875rem;top:267.6875rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRyoI7Eo2WJ4M6vhxRMn8zVTttKZlxFe { display:block; }
 }@media only screen and (max-width: 763px) { #T9gsAXNhopOBAWQtWbkGwSpKb460blg0 { width:8.75rem;height:2.6875rem;top:267.6875rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3lEsIrAN4M1eZ0LFrRrbLqFiglg5pzT { display:block; }
 }@media only screen and (max-width: 763px) { #gNm8dl1eWm2notVBcerTOUVxyia6ZmIk { width:8.75rem;height:2.6875rem;top:267.6875rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIDeUCLesCnUodp4kfCcHiQT2SLwAHgF { display:block; }
 }@media only screen and (max-width: 763px) { #ZamCcG1fai2MUGiXvF8TKgduUmXuOwSB { width:8.75rem;height:2.6875rem;top:283.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rhyb4UzEiSPCIa4wFObr17RBGcPDx61x { display:block; }
 }@media only screen and (max-width: 763px) { #OI5EdIv4WJoff9HglPqfzVPyiGtnRq9F { width:8.75rem;height:2.6875rem;top:283.25rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #amAoIt2ybv3shZGbwLHRa39Uc4PA1wBb { display:block; }
 }@media only screen and (max-width: 763px) { #fkZFvVriTVtuLdrxzoXd2dd3TFcgA2c1 { width:8.75rem;height:2.6875rem;top:283.25rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaeQkHRkk0dpGA14CMH7qxEeP2iSqKof { display:block; }
 }@media only screen and (max-width: 763px) { #xVvyIGwM3UD4p27kcpxRhdDIlagkn4N4 { width:8.75rem;height:2.6875rem;top:283.25rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nzx9IItAh9NiWT4oax7ymTsX6aBuTJlw { display:block; }
 }@media only screen and (max-width: 763px) { #yTgIOkLOk5ttftDqhZqmc0Z7yO37lGJN { width:8.75rem;height:2.6875rem;top:297.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCm4K2Bwsf5hi9z8ADx9aNTMi6CCMAQl { display:block; }
 }@media only screen and (max-width: 763px) { #X5zaGFiKLQZ5lOafI5QTvZkLWZbJO0RD { width:8.75rem;height:2.6875rem;top:297.4375rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G02Pi8f3lhvT7IkldLTTxH3ibaUThJff { display:block; }
 }@media only screen and (max-width: 763px) { #hoHFhrg2PMZpr4s2wsRkcqBnDxpuA9Gt { width:8.75rem;height:2.6875rem;top:297.4375rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUtJycha2hcEWVo5E3HJqd8ox3SJGABn { display:block; }
 }@media only screen and (max-width: 763px) { #bIt6dkK68UXNCGmaFMW6ei9XHqXf4Wxb { width:8.75rem;height:2.6875rem;top:297.4375rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhK2pKdD3dfFUvDTzx7dclalQMtF0nJG { display:block; }
 }@media only screen and (max-width: 763px) { #dIAT4T5Lpo3S0RzhXO7WF32nMT87VBlF { width:8.75rem;height:2.6875rem;top:311.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dR4wT4eilJsizx7ys7Gnr7Oh7x8uOJd0 { display:block; }
 }@media only screen and (max-width: 763px) { #AC03FARChgPoVO9UNnXIPX63A9bKkS80 { width:8.75rem;height:2.6875rem;top:311.625rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzD4hcPVbD0erHyCBT7OTBtC2QP3QH3C { display:block; }
 }@media only screen and (max-width: 763px) { #FJL7nTyi44p3ABO6XeGRsRaQ5kOuD6G0 { width:8.75rem;height:2.6875rem;top:311.625rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsRxo3Pf56HffaF8OsyA6pAo1n2sakik { display:block; }
 }@media only screen and (max-width: 763px) { #CrC36Pz0mgdRzOu1MhWbL03vloaV84UV { width:8.75rem;height:2.6875rem;top:311.625rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #frXkEJW4INacVW9CZUJ3dc7PBx2UXV5a { display:block; }
 }@media only screen and (max-width: 763px) { #qB9k8bnrZZvw8RGxOSwZU3mtWAF2PXOt { width:8.75rem;height:2.6875rem;top:326.625rem;left:22.187321066856rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1mTayD6DXbU6uW0ful2CdCi31ZQocnm { display:block; }
 }@media only screen and (max-width: 763px) { #Mf7qS5w48fqFUdmKvJq1GkSlvKMfWUsi { width:8.75rem;height:2.6875rem;top:207.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Buv3PhOhm95KMMUwT092s5yLxlrFfNTm { 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) { #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:3.5rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcvzVTFtiQzZ5U1LpNXIVHxkAp82vNOf { width:11.875rem;height:2.875rem;top:7.4375rem;left:35.875rem;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:;top:11rem;left:33.375rem;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:65.6875rem;left:10.334634780884rem;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:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fI1gtGz7yX82coIT0pisTalK6XXuMPnE { width:11.875rem;height:4.8125rem;top:51.8125rem;left:17.875rem;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:16.6875rem;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:15.0625rem;left:39rem;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:45.0625rem;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:19.5625rem;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) { #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.625rem;left:26.375rem;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:5.25rem;top:37.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:5.25rem;top:52.875rem;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:3.625rem;top:7.5rem;left:0rem;font-size:1rem;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:102.25rem;left:10.123222708702rem;width:30.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJ2Ow6KKudw3RneC8iibk2FzB8MhEnIH { width:14.375rem;height:10.6875rem;top:20.625rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdvAQhSlXil23FfMWHVuI2HG18Kc8gNh { width:11.875rem;height:3.375rem;top:23.75rem;left:8.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lC8xfDWepKVVhgeQflcdnP44o5Unupmf { width:14.375rem;height:1.5rem;top:28.1875rem;left:7.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ep8tnDcZqnEBEPmngU9lmyD4vzG5HZIh { width:14.375rem;height:10.6875rem;top:20.625rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPGK9tfoLTt8NwKsUKDnSiwKmg86x1wV { width:11.875rem;height:4.1875rem;top:23.9375rem;left:27.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5gzJrINwkpzPP0RUclMiWsz6uUo5bSx { width:14.375rem;height:1.5rem;top:28.4375rem;left:25.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5VaetCAUKMcTWVbHhtPwQBL3hPlPefg { width:14.375rem;height:10.6875rem;top:20.625rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLDT8ScukRgvi7GVSa26aBcLqBr7TCtJ { width:14.375rem;height:1.5rem;top:28.1875rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3q8gryXRelKKPHdxxXQFfNsw4nKK7tv { width:11.875rem;height:4.1875rem;top:23.9375rem;left:35.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIUnJ6b11UF8lskgymS7eMN8OMGKHazS { width:14.375rem;height:10.6875rem;top:20.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFOvoHItdESJLmRFBh5BLob3FVvAoT1L { width:14.375rem;height:1.5rem;top:28.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCdddhSZyHp2i4mZqeNU2T99EoJU6kEd { width:11.875rem;height:2.4375rem;top:24.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mr7HWmNb1y0rTvDtFEUmqCIiyUFan63y { width:14.375rem;height:10.6875rem;top:35.3125rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtImuGbJpVAPmh7x1102qdUiWAwk1FDG { width:14.375rem;height:;top:42.875rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTmJcH0eHdow34bWmgGrmcM3lDfSe9fh { width:14.375rem;height:10.6875rem;top:35.3125rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eH8aFcikg6C3mgkuPrT7rmc5RazZlMs1 { width:11.875rem;height:4.1875rem;top:38.625rem;left:27.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVT18Mw9fVB0sNzStfxxn9QeHFALzavr { width:14.375rem;height:;top:43.125rem;left:25.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5C7IiWG9I4LypWbT4oLdxsVUyw32T7c { width:11.875rem;height:5.5625rem;top:37.375rem;left:35.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSOPK0MPAHLcb9VHddcsAdgc5ru7xMe6 { width:14.375rem;height:10.6875rem;top:35.3125rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyvasiHq6dFf8L8izDX2ZXwaE3NGTtc0 { width:11.875rem;height:3.375rem;top:38.4375rem;left:8.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDfTvw1uIx608uV15NKv4rVP6AxMQGZw { width:14.375rem;height:;top:42.875rem;left:7.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0orBgFEuAgAQIpcZh57DSabMLEzZ0p2 { width:14.375rem;height:10.6875rem;top:35.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3N0qACVQXZ7371xZQACwRBZlR5A4Bzf { width:14.375rem;height:;top:43.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhbOxgCPrMSMu6fcWzXerdxFsEbrmDlc { width:11.875rem;height:2.375rem;top:39.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPz01XXeT9TQtC0Hhnq4QJVI2aTXOL8o { width:14.375rem;height:10.6875rem;top:51.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUv5TTmRraIiXHQVoe2IQkZByDN4gvPF { width:14.375rem;height:;top:58.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGU7JbnB3oA0TMTyTIc2XazCJ37OdFDd { width:11.875rem;height:4.8125rem;top:53.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxsfuObAEcxM2dbz9RX3lIWhTd0fTFGA { width:14.375rem;height:10.6875rem;top:50.9375rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMdqFHU9kzVS7yaBvRZr1phDEwf9Qg1v { width:11.875rem;height:2.3125rem;top:54.0625rem;left:8.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVrfeCZh8p9XXc1ZAgehOvLXdsZLcnw3 { width:14.375rem;height:;top:58.5rem;left:7.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqUZ543umfUgWEdO7fvKJVqiUKZN0Qoa { width:14.375rem;height:10.6875rem;top:50.9375rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tx954PGqP9RUz0qEVhcc4X33Nniz22pb { width:11.875rem;height:5.5625rem;top:53.1875rem;left:27.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wl79cSTpB5xJhpqEdpBqqnna0c1gxuGO { width:14.375rem;height:;top:58.75rem;left:26.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbuDKOU8SznZh1TD0TrAbPve7rxiTUua { width:14.375rem;height:10.6875rem;top:50.9375rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbCIE0x1poRFfgrDUMOLQfSQRbbFhspy { width:14.375rem;height:;top:58.5rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9OAicBSibdnvG3ohgPkF0LPsr8oNmsS { width:11.875rem;height:4.1875rem;top:53rem;left:35.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #doPxufzJtLI42bKcGsAHh9UumhITEDoV { width:14.375rem;height:10.6875rem;top:67.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHNJLqCu4VmhDHMXOqEmt5zRf7dQMrT8 { width:14.375rem;height:;top:75.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #obpMT0DIbnryOhFOeAdAxfu8xnw6FzCS { width:11.875rem;height:3.6875rem;top:70.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #msLwDtRvUzk1bVH51o6O178zLvzTwKTo { width:14.375rem;height:10.6875rem;top:67.25rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiFs9OI0zsZHPsSpV2egStA63f8SN9su { width:11.875rem;height:3.375rem;top:70.375rem;left:10.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7o32MzTZa3AAxrf4ICWWm9kWyGBMSs3 { width:14.375rem;height:;top:74.8125rem;left:9.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DywnL35rIQ7NFdq2p7NTgRPyAkMbwdXM { width:14.375rem;height:10.6875rem;top:67.25rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtkqqZaeTg4woJizVbSPoiNeQm81zPy2 { width:11.875rem;height:4.1875rem;top:69.5rem;left:29.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVvIvXyZETuhXTPe7MlMbqwC6TEyzvGR { width:14.375rem;height:;top:75.0625rem;left:28.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T70D9CinwxWJTfT3NKA2RibaprBXLsd9 { width:14.375rem;height:10.6875rem;top:67.25rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPVrwq8TbrlLn7PT34IJvRJ7nuP7p25T { width:14.375rem;height:;top:74.8125rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOx7kST8APReai24HTxxyhD0a2qbyUnM { width:11.875rem;height:4.1875rem;top:69.3125rem;left:35.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5sC23UTuOE3M6hdOeKvnvNEcV2haOoc { width:14.375rem;height:10.6875rem;top:84.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWOIy5b0cMmWQHXllnlsi309GSyQkSFi { width:14.375rem;height:;top:92.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILw7VPdvssreH1ypppETZVAblCz1IaBJ { width:11.875rem;height:1.375rem;top:88.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoD2ebOc40WMa50n1ZUkqctvs9X1fZP9 { width:14.375rem;height:10.6875rem;top:84.375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cR15AcwcKZshLukeOfX5oVknoFO5tyFd { width:11.875rem;height:1.5rem;top:87.5rem;left:9.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOeFotKLtDgVRcJG4g6HPbs2DBvuRBDL { width:14.375rem;height:;top:91.9375rem;left:8.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3SZQEso8cnEOxemEnzDGraGWrrc0GPZ { width:14.375rem;height:10.6875rem;top:84.375rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qt0Xn8UODWPZtkFgequahTV4z08PBy0n { width:11.875rem;height:2.75rem;top:86.625rem;left:28.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT6o664q3mK1BesLDSzCCh5K4sgfQN7s { width:14.375rem;height:;top:92.1875rem;left:27.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #muINb6wRJPqbWZwtIHph2UctD5WEZPCM { width:14.375rem;height:10.6875rem;top:84.375rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gohkgSRZGmbnx1rKaRnkRrg483ZyF574 { width:14.375rem;height:;top:91.9375rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZFqpruXorD1S9Z1byots8wMeEM7483V { width:11.875rem;height:2.75rem;top:86.4375rem;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) { #TcybnT1BmQaeumFl4bLbHqSICuTvVo0K { width:8.75rem;height:2.6875rem;top:31.6875rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBKwLdUrN11boptUsfFxcN4XfrCtiJXv { display:block; }
 }@media only screen and (max-width: 763px) { #Fq7z9S0cNONhxluAowOVTAuuWR35tNTX { width:8.75rem;height:2.6875rem;top:31.6875rem;left:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByTshkWSkJ3HuBmE3iNbT999vI64QsVT { display:block; }
 }@media only screen and (max-width: 763px) { #EZSqmU7uIOWVdMSSpt0lcNDyiOHeqJ5a { width:8.75rem;height:2.6875rem;top:31.6875rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkbEXBkQubGbtUmeN0G5NbUUwmzCWfM6 { display:block; }
 }@media only screen and (max-width: 763px) { #zTN2iCtQLHLm3vLZsS2zU8pOlEQgaXXL { width:8.75rem;height:2.6875rem;top:31.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtpqtAeIsKyJ6JxFiqzv8tceztOvO2AA { display:block; }
 }@media only screen and (max-width: 763px) { #UGRFbI4UBXvL2E14o88A0qPXN4zWu9ih { width:8.75rem;height:2.6875rem;top:46.8125rem;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:46.8125rem;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:46.8125rem;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:46.8125rem;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:62.6875rem;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:62.6875rem;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:62.6875rem;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:62.6875rem;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:78.875rem;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:78.875rem;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:78.875rem;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:78.875rem;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:96.125rem;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:96.125rem;left:30rem;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:96.125rem;left:11.75rem;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:96.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #syTckycH8MeT6h0bshOXoL3XKwIaLl4c { 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:29.1875rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdGOoxQTTPsagbNp8zBPSRoQxu9JEgL5 { width:11.875rem;height:3.6875rem;top:33.6875rem;left:27.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lM7TxlwavEO6fwQCaJudnetWZ6cbsoB8 { top:5.0625rem;left:27.3125rem;width:20.4375rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4nal7WP4gZlSBOhszLttJHL079QroDu { width:14.375rem;height:10.6875rem;top:29.1875rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKIZyvSKUDmDA76qFyG8ak5PnZ3poII1 { width:11.875rem;height:3.5625rem;top:32.75rem;left:8.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRq72SP79Jq1mT7kHTu5n7uPDafSbfxm { width:14.375rem;height:;top:36.6875rem;left:7.2494663000106rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbynIwHgEtBGUaVWD8hm8minCV5yuzMl { width:14.375rem;height:10.6875rem;top:8.125rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WS7bSfbd0WVVq7K8oyCddpDhIzipiFsc { width:14.375rem;height:10.6875rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikkewZMBr4JufMSvaG2MtKHONhXQbJXi { width:11.875rem;height:1.1875rem;top:11.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9UeJRNeo2FnAUAtPzSyxkSGvTW1UUy7 { width:14.375rem;height:;top:15.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4AUC6iO2MwCM9F8FaCpxwwJLELicMLX { top:5.0625rem;left:0rem;width:20.4375rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzgyngBnKnhQwnJP4wlxOcF3oMIO2ZH8 { top:9.625rem;left:24.1875rem;width:0.1875rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bhl8Dndos3Tf9yxUS4dqlPvTQDWdMkop { width:11.875rem;height:2.875rem;top:12.375rem;left:9.2167978286744rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHMgsq8BPT3cZU4zzJMOmFAfNTOItCTx { width:11.875rem;height:2.0625rem;top:13rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nb2Sgw8S5lJ4lOAXJgfSyF2EKSAeDiiW { top:26.6875rem;left:14.0625rem;width:20.4375rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVgVVLR4F3qfxNvyMuMOgiCkdWSXWlTG { width:14.375rem;height:10.6875rem;top:8.125rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlT1pNbVZe1x5Cf8SoxgLSWgLGTzlzfm { width:11.875rem;height:4.125rem;top:11.1875rem;left:35.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCATpaD0xtHcBw6OzciXepxHHBopEwNZ { width:14.375rem;height:10.6875rem;top:8.125rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6AvW9CfTtsrEoyDNNzBhwIhzVNzxA5r { width:11.875rem;height:4.375rem;top:11.25rem;left:27.374641776085rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHotLidoT3cEli15yhwoS1XTkILT4CHM { width:14.375rem;height:;top:15.8125rem;left:26.124641776085rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aP9fsa7LKc8WChAHwpTPHRZFoQSalWnS { top:24.875rem;left:9.5625rem;width:30.75rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TK3TlvFBCTRKTGzUk5hV0L9LXXRFkk2k { width:14.375rem;height:;top:15.625rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwiphFxxh2HZu9Mzmc9FM8yk9JUDgcFT { width:14.375rem;height:;top:15.6875rem;left:7.6870660781863rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNVNxPIkw5Pk4epRbNuX19JsXcSF39mA { width:14.375rem;height:1.4375rem;top:36.3125rem;left:7.2494663000106rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXFat1ReOawd54ElU7T9Q8VV2DmbyEGf { width:8.75rem;height:2.6875rem;top:19.5625rem;left:39rem;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:19.5625rem;left:29.4375rem;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:19.5625rem;left:0rem;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:19.5625rem;left:10.8125rem;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:40.5625rem;left:9.9375rem;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:40.5625rem;left:29rem;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) { #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:1.38139375rem;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) { #UzonRaNTMnlVZ7GbvAHs9rcIer7uC5UT { width:9rem;height:9rem;top:14.172743406372rem;left:5.5486113096046rem;display:block; }
 }@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:1192.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: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) { #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: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) { #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: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) { #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: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) { #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: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) { #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: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) { #AtNbTEnv2SC5fKX30ZDFIFeGfV256Swy { 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) { #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: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) { #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: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) { #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: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) { #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: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) { #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: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) { #FNfmlgT8ogq4DWL85eHDb0bqxxosmb83 { 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) { #cTBX7kJRJnu3eybgPeALG0oPsOdk7gCa { 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) { #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: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) { #EKXbGbGr2nI1T9DylT9AL6apNWtL5pqF { 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; }#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: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) { #KxEQvFT13urZ7wbCGA5PF2JmhoQLB2DJ { 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) { #zI6MMCVIO4BkHpmdK4KGdDyh6nPMI02g { 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; }#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: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) { #AD9UcBJDAfT62SZNrqG6viXywHhbBvM3 { 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; }#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: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) { #TbxqGMyrnUXoODys05RXsTCJzMW4utZt { 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) { #fgpaXEqPWWswbQPkMTKVha53Ug2LQDJU { 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; }#fgpaXEqPWWswbQPkMTKVha53Ug2LQDJU.adaptive-delivery-prevent-bg, #fgpaXEqPWWswbQPkMTKVha53Ug2LQDJU.lazyload, #fgpaXEqPWWswbQPkMTKVha53Ug2LQDJU.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #m2HQrhPRqsAMFqp8TB5LBxSP96hGJpm4 { 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) { #VTzAinP6l2hNUmrTRUvc27TD2gO8J1bl { 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) { #ORWJscDeLk0QLwU4ZR4xLiffNaeyBZ2z { 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; }#ORWJscDeLk0QLwU4ZR4xLiffNaeyBZ2z.adaptive-delivery-prevent-bg, #ORWJscDeLk0QLwU4ZR4xLiffNaeyBZ2z.lazyload, #ORWJscDeLk0QLwU4ZR4xLiffNaeyBZ2z.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #NgK2ocX0dg3bsSuf8MLot9NDnD2E3zt6 { 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) { #vLH7LNzCUM2xdDbJWUHEAeZ78ODbdKwi { 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; }#vLH7LNzCUM2xdDbJWUHEAeZ78ODbdKwi.adaptive-delivery-prevent-bg, #vLH7LNzCUM2xdDbJWUHEAeZ78ODbdKwi.lazyload, #vLH7LNzCUM2xdDbJWUHEAeZ78ODbdKwi.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #E4xXJMw8TXLdLiQpVCwxN4x0ZTTrq6TU { 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) { #zcnRJqbdaoaURFWQsTDlUME5THc5PvTN { 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) { #uJGX640alNZ4rNCaxmnQzxfCE0ZPnPs9 { 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) { #QkW3QBqAJ5i1Nw5F7gR60yPNNPEoImIf { 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; }#QkW3QBqAJ5i1Nw5F7gR60yPNNPEoImIf.adaptive-delivery-prevent-bg, #QkW3QBqAJ5i1Nw5F7gR60yPNNPEoImIf.lazyload, #QkW3QBqAJ5i1Nw5F7gR60yPNNPEoImIf.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #NG8mTtzJk2Qyvdz9NVRXpRslXOXbwEio { 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) { #ZtefZzL83EXr0mSnTms5LM5pnfTpGsPS { 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) { #MK9IvuVlypHi0thR3xaT0vLXDygBdKyq { 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; }#MK9IvuVlypHi0thR3xaT0vLXDygBdKyq.adaptive-delivery-prevent-bg, #MK9IvuVlypHi0thR3xaT0vLXDygBdKyq.lazyload, #MK9IvuVlypHi0thR3xaT0vLXDygBdKyq.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #epAelTpewhEwxyrwUMJgWgq3mizRDz5d { 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) { #MDcOcwAqnU7KaO6fCcd5MucE8Sf20FGE { 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) { #dWd4RwhWLCE18vmAeEEO8Z7AVJK5CEAE { width:20rem;height:0.185546875rem;top:1191.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNpuNkpH8InBz0mgBqlreKrUySalBgTG { 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; }#TNpuNkpH8InBz0mgBqlreKrUySalBgTG.adaptive-delivery-prevent-bg, #TNpuNkpH8InBz0mgBqlreKrUySalBgTG.lazyload, #TNpuNkpH8InBz0mgBqlreKrUySalBgTG.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #QX36POulwAJqIQWMedm89V48xBXUDrox { 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) { #sIQIyvLtgZPOsMVdU3HD2znG9zzqewQV { 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) { #Xa1x4INibmLtwaCA6flJFCLt5SwWJc4s { 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; }#Xa1x4INibmLtwaCA6flJFCLt5SwWJc4s.adaptive-delivery-prevent-bg, #Xa1x4INibmLtwaCA6flJFCLt5SwWJc4s.lazyload, #Xa1x4INibmLtwaCA6flJFCLt5SwWJc4s.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #lmkThvTbI8NehIQ5eNZiPR6gMQZSQx8F { 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) { #oMAnTbIyT5BTOTXXhZkgRe46qKibQvTT { 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) { #h9O28xIyAL75oLSUTGx5LBER8Fcb2hTC { 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; }#h9O28xIyAL75oLSUTGx5LBER8Fcb2hTC.adaptive-delivery-prevent-bg, #h9O28xIyAL75oLSUTGx5LBER8Fcb2hTC.lazyload, #h9O28xIyAL75oLSUTGx5LBER8Fcb2hTC.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #byBsWgllQSDMkiCiZ6umaEIKtgKMlMub { 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) { #TFnBZwyPey9ILur9t5NM8GLIMMfhXO7S { 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) { #hi3W6m0EeAIVqtOlrGuoLPLCiNeakETH { 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; }#hi3W6m0EeAIVqtOlrGuoLPLCiNeakETH.adaptive-delivery-prevent-bg, #hi3W6m0EeAIVqtOlrGuoLPLCiNeakETH.lazyload, #hi3W6m0EeAIVqtOlrGuoLPLCiNeakETH.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #linLNpzyEiqTtCKg7KVdVBlO73VOwSa9 { 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) { #QTwVgl4QE01UG4fv1gT3VWAPu2A2h6GQ { 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) { #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: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) { #QzTdhTxnlNngwTOwtHJFvfvhX0e0eBXM { 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; }#QzTdhTxnlNngwTOwtHJFvfvhX0e0eBXM.adaptive-delivery-prevent-bg, #QzTdhTxnlNngwTOwtHJFvfvhX0e0eBXM.lazyload, #QzTdhTxnlNngwTOwtHJFvfvhX0e0eBXM.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #lp2efQowE6WR829UW7FFCzgXN6tWKgzs { 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) { #lIMQkVKpUvaT94ADKfwkmOAv8VIKVOXy { 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) { #cBv3XtdoJZ55sl8oBqqi1LMchOGHyuuN { 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; }#cBv3XtdoJZ55sl8oBqqi1LMchOGHyuuN.adaptive-delivery-prevent-bg, #cBv3XtdoJZ55sl8oBqqi1LMchOGHyuuN.lazyload, #cBv3XtdoJZ55sl8oBqqi1LMchOGHyuuN.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #BLvm83WWzxdDz6aUJ4XlhtshOPWdTHJz { 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) { #wS4ewMoXCe1t6rqTf9AK587Mz0I64EsM { 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) { #RQQ4E0pw9ClNHEfutZ1RKi2Rp0zlRoKG { 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; }#RQQ4E0pw9ClNHEfutZ1RKi2Rp0zlRoKG.adaptive-delivery-prevent-bg, #RQQ4E0pw9ClNHEfutZ1RKi2Rp0zlRoKG.lazyload, #RQQ4E0pw9ClNHEfutZ1RKi2Rp0zlRoKG.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Ox1DOMkbRTq4evC3T5CRqwmER9Sa52Sw { 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) { #ZS3MCKv7T2eRuF74rgpInIAwmAus33q4 { 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) { #UdI35zFd5KBsOQznFCXHl1ws21pRc5LI { 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; }#UdI35zFd5KBsOQznFCXHl1ws21pRc5LI.adaptive-delivery-prevent-bg, #UdI35zFd5KBsOQznFCXHl1ws21pRc5LI.lazyload, #UdI35zFd5KBsOQznFCXHl1ws21pRc5LI.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #NoMTR0oS9aXabZZ2ey7XQ4pnAOMC2WJB { 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) { #Xl0NKW6OtqXVTHKanmevv7gmt7UVHnHd { 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) { #luBX3Tvu53CaRQGUPQaeD3EPTHJTSmlf { 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; }#luBX3Tvu53CaRQGUPQaeD3EPTHJTSmlf.adaptive-delivery-prevent-bg, #luBX3Tvu53CaRQGUPQaeD3EPTHJTSmlf.lazyload, #luBX3Tvu53CaRQGUPQaeD3EPTHJTSmlf.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #vcxCcX6AhJt6K127UqARCPTVcWK6DIq8 { 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) { #R0MclTFzM1ttsAE3luiOulO96EZTFx5T { 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) { #zzOp01EaFMItUMRTGZ7yAhxHTHN6Tzwm { 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; }#zzOp01EaFMItUMRTGZ7yAhxHTHN6Tzwm.adaptive-delivery-prevent-bg, #zzOp01EaFMItUMRTGZ7yAhxHTHN6Tzwm.lazyload, #zzOp01EaFMItUMRTGZ7yAhxHTHN6Tzwm.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #TeoWfsVVTa2GO5d7mDNVMHCKqXE79cyV { 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) { #ndWBc1iLq1SbULeVEPm62kLzmq4GXFSn { 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) { #oQtz5qf2Rd8gy9iPW5Q39Lx53bShdRo5 { 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; }#oQtz5qf2Rd8gy9iPW5Q39Lx53bShdRo5.adaptive-delivery-prevent-bg, #oQtz5qf2Rd8gy9iPW5Q39Lx53bShdRo5.lazyload, #oQtz5qf2Rd8gy9iPW5Q39Lx53bShdRo5.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #hA2iQHEq1G29cwtB4HzsDS4ZKL9wt1om { 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) { #ly28AqxanUFatMbaOcR9Plx0hISs3gmp { 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) { #TG9VXX2Ab4ZEESrbTF46E69p5Stv3I2b { 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; }#TG9VXX2Ab4ZEESrbTF46E69p5Stv3I2b.adaptive-delivery-prevent-bg, #TG9VXX2Ab4ZEESrbTF46E69p5Stv3I2b.lazyload, #TG9VXX2Ab4ZEESrbTF46E69p5Stv3I2b.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #b5uxadu7pJKxwDL7SGw3kuE6ZTi7Rfz6 { 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) { #EZLebu1MtZCFzhxS8AtMsPF73FW8CndG { 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) { #IUCkhtmnq1TvXN3a1QQ6GeXLlLCS2Kxu { 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; }#IUCkhtmnq1TvXN3a1QQ6GeXLlLCS2Kxu.adaptive-delivery-prevent-bg, #IUCkhtmnq1TvXN3a1QQ6GeXLlLCS2Kxu.lazyload, #IUCkhtmnq1TvXN3a1QQ6GeXLlLCS2Kxu.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #XUEOzgKTsoUcG1l7P1okXenTO4w27ag0 { 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; }#XUEOzgKTsoUcG1l7P1okXenTO4w27ag0.adaptive-delivery-prevent-bg, #XUEOzgKTsoUcG1l7P1okXenTO4w27ag0.lazyload, #XUEOzgKTsoUcG1l7P1okXenTO4w27ag0.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #zlSZQh3bPei80E0m7NPhzpJ0BvRu2mLP { 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; }#zlSZQh3bPei80E0m7NPhzpJ0BvRu2mLP.adaptive-delivery-prevent-bg, #zlSZQh3bPei80E0m7NPhzpJ0BvRu2mLP.lazyload, #zlSZQh3bPei80E0m7NPhzpJ0BvRu2mLP.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #IJfiLE254OTk7t8iTshTX9BpE5rOy3IQ { 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) { #ElJLkhVu3CgKiXTz8wqeyU2rfviTWcA2 { 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) { #SMohkJ0d5wC5gJRJyQLTGmPOSbFiERgG { 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) { #CBIDJ7hi1plMsXMOtqZUmJJKZlX8KuIS { 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) { #ckqbtkgZhgQI06KbaSbFHqaHRchbwRMq { 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) { #AemLRlSDzPNw8A5IKD0wAT69soOldVid { 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) { #bnK3Tnse4hqkPxdgblUrC9VvdkO3PQqw { 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; }#bnK3Tnse4hqkPxdgblUrC9VvdkO3PQqw.adaptive-delivery-prevent-bg, #bnK3Tnse4hqkPxdgblUrC9VvdkO3PQqw.lazyload, #bnK3Tnse4hqkPxdgblUrC9VvdkO3PQqw.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #c1wmQTmLamqi8LqFWRgofTZPpePv5vGm { 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) { #RZTyD59OkonueJeZLiJWBZMPhpA6e1M3 { 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) { #QE5tpuEmp9FGtAJaDqzTbJX5zQRnrI9l { 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) { #RoBVPaVaNugdKVsZ2gDBkt4pR4MLtSb5 { 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; }#RoBVPaVaNugdKVsZ2gDBkt4pR4MLtSb5.adaptive-delivery-prevent-bg, #RoBVPaVaNugdKVsZ2gDBkt4pR4MLtSb5.lazyload, #RoBVPaVaNugdKVsZ2gDBkt4pR4MLtSb5.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #imlxs7C1tZdbP7VtcnZ1M22IWRrP0Jny { 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; }#imlxs7C1tZdbP7VtcnZ1M22IWRrP0Jny.adaptive-delivery-prevent-bg, #imlxs7C1tZdbP7VtcnZ1M22IWRrP0Jny.lazyload, #imlxs7C1tZdbP7VtcnZ1M22IWRrP0Jny.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #WtUtyoczvZaBdu315XExJXrXr7bhQ9Wr { 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) { #gDVkyQkCIuiDF6SuBoZJrIGPiB5c7D63 { 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) { #Ic2HCuwGW6CTLnhdyHbZhdnDtTkLBf4V { 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) { #xqxh2Sm1rAtSqodfhQN3HBVT2aQcPSZK { 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) { #iPUz1RgqkdssH3sdwFxMUUos1dSSB7FO { 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; }#iPUz1RgqkdssH3sdwFxMUUos1dSSB7FO.adaptive-delivery-prevent-bg, #iPUz1RgqkdssH3sdwFxMUUos1dSSB7FO.lazyload, #iPUz1RgqkdssH3sdwFxMUUos1dSSB7FO.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #IOcoNhpC7N5AOrf1MeiUuRf6hB9KeH92 { 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) { #NmZt3ZKJJ6x3eRDKof3kWPttzDRus3AG { 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) { #T7gvArnNTLonlNM5fT9mHgdccoIhMFzl { 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; }#T7gvArnNTLonlNM5fT9mHgdccoIhMFzl.adaptive-delivery-prevent-bg, #T7gvArnNTLonlNM5fT9mHgdccoIhMFzl.lazyload, #T7gvArnNTLonlNM5fT9mHgdccoIhMFzl.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #RS9p8GxveVI4JTmmTlKN9MzaPNv1S6e9 { 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) { #lpuf0QIJWnPfyIqvaCTr7lpsDUK92slF { 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) { #F1PfsHAfTdb7rsWOnFnNMacqker5szT8 { 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; }#F1PfsHAfTdb7rsWOnFnNMacqker5szT8.adaptive-delivery-prevent-bg, #F1PfsHAfTdb7rsWOnFnNMacqker5szT8.lazyload, #F1PfsHAfTdb7rsWOnFnNMacqker5szT8.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #W8pukMcLoEanTPGvSbfHEWfm9KBdAhv3 { 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) { #vnoTrI9ypdFPtFSbv90nogBfe7vWTvSc { 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) { #oDHG6bpAuO9UaN1BOed3UJidIIwrop5H { 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; }#oDHG6bpAuO9UaN1BOed3UJidIIwrop5H.adaptive-delivery-prevent-bg, #oDHG6bpAuO9UaN1BOed3UJidIIwrop5H.lazyload, #oDHG6bpAuO9UaN1BOed3UJidIIwrop5H.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #cNtV1d4W2VlmKJ68AcapsH82lnGlv1KL { 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) { #SRsuIZTzXAV7at4xuB6QVsx3W7c6kgvZ { 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) { #t6o5quDmaNchLQqSTTtKKO7VMZTxetMO { 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; }#t6o5quDmaNchLQqSTTtKKO7VMZTxetMO.adaptive-delivery-prevent-bg, #t6o5quDmaNchLQqSTTtKKO7VMZTxetMO.lazyload, #t6o5quDmaNchLQqSTTtKKO7VMZTxetMO.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #anNq9c3TT3yGhIwDGnGnkrppQOezUfXh { 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) { #tuGR9vNbz1JogN88QkGXwMh5XrZTeCqe { 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) { #befV1AKrKHag1B6Rc3NnMbCqG83h8vsd { 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; }#befV1AKrKHag1B6Rc3NnMbCqG83h8vsd.adaptive-delivery-prevent-bg, #befV1AKrKHag1B6Rc3NnMbCqG83h8vsd.lazyload, #befV1AKrKHag1B6Rc3NnMbCqG83h8vsd.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #g5ALRypBhTGDISLz8cL6Hf4Mkk4rTTmd { 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) { #o6ASLnHoHbgpFPTyffGWHldQHMQ7e9v3 { 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) { #GIUZdLbt8v6Vq5LgAHUoMJJVTaFCzgN0 { 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; }#GIUZdLbt8v6Vq5LgAHUoMJJVTaFCzgN0.adaptive-delivery-prevent-bg, #GIUZdLbt8v6Vq5LgAHUoMJJVTaFCzgN0.lazyload, #GIUZdLbt8v6Vq5LgAHUoMJJVTaFCzgN0.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #l3iwvcJVSPpHbJKIBmhqzeSQxzgSmFa2 { 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) { #LD8kVSRDgLVvq822FDqV3QoFUKKTEIMz { 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) { #NnadzqwxHzmuy136l6SBlyZbqAE7Xvr0 { 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; }#NnadzqwxHzmuy136l6SBlyZbqAE7Xvr0.adaptive-delivery-prevent-bg, #NnadzqwxHzmuy136l6SBlyZbqAE7Xvr0.lazyload, #NnadzqwxHzmuy136l6SBlyZbqAE7Xvr0.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #oxxUdKFVzTTO6ftK4pTKLDn15A0miz68 { 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) { #RTSqM3nkh4wScRzT1WVZtJvfSVyeVq6M { 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) { #za82Tyzhsrk2VpaurlH21RTflfTIhhAc { 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; }#za82Tyzhsrk2VpaurlH21RTflfTIhhAc.adaptive-delivery-prevent-bg, #za82Tyzhsrk2VpaurlH21RTflfTIhhAc.lazyload, #za82Tyzhsrk2VpaurlH21RTflfTIhhAc.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #RQ7aQvHJt9itZuR5ZzRl33EOtSIZJHxn { 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) { #NRxXMnxwxIL6V3Qp3ouMTPmEzJ8T1xEL { 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) { #tuu92QfhyyaTddBhU62qVrxITVGcT26r { 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; }#tuu92QfhyyaTddBhU62qVrxITVGcT26r.adaptive-delivery-prevent-bg, #tuu92QfhyyaTddBhU62qVrxITVGcT26r.lazyload, #tuu92QfhyyaTddBhU62qVrxITVGcT26r.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #tTMNUHy1dhqI7BHxgHsxcgnWsrnmNW1v { 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) { #kZ6NvXB95J1ZanaWvAaMtA2MOE2Zs3Px { 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) { #JLUAgEm6DktOyIhBsaL1mPdo9Q0KaLQl { 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; }#JLUAgEm6DktOyIhBsaL1mPdo9Q0KaLQl.adaptive-delivery-prevent-bg, #JLUAgEm6DktOyIhBsaL1mPdo9Q0KaLQl.lazyload, #JLUAgEm6DktOyIhBsaL1mPdo9Q0KaLQl.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #PUTGUutQ5FRE1MA0AOABGmTTUpDoBCp5 { 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) { #dH2k9XiXcOzTHLG8t0pfUmBHTeS03wwe { 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) { #mTKNB1raJTU24wh24AHThLazZE8VAoL5 { 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; }#mTKNB1raJTU24wh24AHThLazZE8VAoL5.adaptive-delivery-prevent-bg, #mTKNB1raJTU24wh24AHThLazZE8VAoL5.lazyload, #mTKNB1raJTU24wh24AHThLazZE8VAoL5.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #W3qa1rgrn1rIbplvO9Ker6OkBTctwmhD { 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) { #oa4odb1PhFBHeR2U3UddXNZevLpugd5F { 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) { #uDypBH7cDxUHp6lXw0BStT2kZ7o0l1P0 { 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; }#uDypBH7cDxUHp6lXw0BStT2kZ7o0l1P0.adaptive-delivery-prevent-bg, #uDypBH7cDxUHp6lXw0BStT2kZ7o0l1P0.lazyload, #uDypBH7cDxUHp6lXw0BStT2kZ7o0l1P0.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #gTTT2PalumRF2RGhL1LhruT1Tp2524LU { 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) { #baIif10AxlcdeiXk8E2ru0qm4cRi8LPK { 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) { #hiwh2kmdt1EFnnkF9RC82x9TOCxa5ixM { 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; }#hiwh2kmdt1EFnnkF9RC82x9TOCxa5ixM.adaptive-delivery-prevent-bg, #hiwh2kmdt1EFnnkF9RC82x9TOCxa5ixM.lazyload, #hiwh2kmdt1EFnnkF9RC82x9TOCxa5ixM.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Tpfbw5OS5WCTxcOMrSfvWJwnVBCheWQb { 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) { #W4lbwHRZTQr1cvQzvw881NFx37VJE2OT { 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) { #aIZfMU8SNsFQx62e9tTCKNIRqWlw7r64 { 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; }#aIZfMU8SNsFQx62e9tTCKNIRqWlw7r64.adaptive-delivery-prevent-bg, #aIZfMU8SNsFQx62e9tTCKNIRqWlw7r64.lazyload, #aIZfMU8SNsFQx62e9tTCKNIRqWlw7r64.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #SqcATaxPmTtsu0TJVidTqQXJ0gCxVy5J { 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) { #VTChBh6TT7twEI6I6L6T1dDDxVwh8Uxs { 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) { #l8V4xc3AbtSZue9UwWlxVzUZ5kiBfeSi { 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) { #TFBLAGgElHfvMLTMyxiXJOILquoEiLq3 { 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; }#TFBLAGgElHfvMLTMyxiXJOILquoEiLq3.adaptive-delivery-prevent-bg, #TFBLAGgElHfvMLTMyxiXJOILquoEiLq3.lazyload, #TFBLAGgElHfvMLTMyxiXJOILquoEiLq3.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #kPE1koupR6FT5cu5EC9m9VifHfiaBcha { 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) { #sEkT2QsukdsfVA08Eh1FJxL09B2ATfc8 { 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) { #fiDiQ4f0md686hd2G2NaTsIiSZgEyWHq { 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; }#fiDiQ4f0md686hd2G2NaTsIiSZgEyWHq.adaptive-delivery-prevent-bg, #fiDiQ4f0md686hd2G2NaTsIiSZgEyWHq.lazyload, #fiDiQ4f0md686hd2G2NaTsIiSZgEyWHq.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #baIpz0cFmQvRexM4LwXh1GMaKQArVxpW { 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) { #Kkuo1AZlI530aDhqdlLMyz1HHgCsC9DZ { 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) { #nCNqpAkzlBJJx4CWesLLKoZyONFti4R0 { 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) { #pU9bKh7MWboKDcK7GEINM5PZTyCOVRyH { 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; }#pU9bKh7MWboKDcK7GEINM5PZTyCOVRyH.adaptive-delivery-prevent-bg, #pU9bKh7MWboKDcK7GEINM5PZTyCOVRyH.lazyload, #pU9bKh7MWboKDcK7GEINM5PZTyCOVRyH.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #i4ROaBBsLAhIWFM0ByyEfN39TI6TfJMx { 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) { #utO5DfoLOzldF3pETByBN9sAcD9qkSFI { 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) { #ugBM8C5nPSOVQDlydO5kxP9b8AesEd1P { 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; }#ugBM8C5nPSOVQDlydO5kxP9b8AesEd1P.adaptive-delivery-prevent-bg, #ugBM8C5nPSOVQDlydO5kxP9b8AesEd1P.lazyload, #ugBM8C5nPSOVQDlydO5kxP9b8AesEd1P.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #WxvnJlN7sbtH5hOJ9AFJ0yCnldM18sCq { 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) { #c8OesTenSKQakPbDTKEQQ2KimCQJI9tg { 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) { #OOcmxDO8wMdG9AiVJmMPrgkmBWeUMn6P { 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; }#OOcmxDO8wMdG9AiVJmMPrgkmBWeUMn6P.adaptive-delivery-prevent-bg, #OOcmxDO8wMdG9AiVJmMPrgkmBWeUMn6P.lazyload, #OOcmxDO8wMdG9AiVJmMPrgkmBWeUMn6P.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #shfUHogk5P0MnMbWKAs9wt2enpFnoDTW { 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) { #aEu94IZLUZ78igs35KPI9BkZ7NbUZwm0 { 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) { #OWsPAyZo9KJuWTa4MJnuSam3W3Fvwl82 { 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; }#OWsPAyZo9KJuWTa4MJnuSam3W3Fvwl82.adaptive-delivery-prevent-bg, #OWsPAyZo9KJuWTa4MJnuSam3W3Fvwl82.lazyload, #OWsPAyZo9KJuWTa4MJnuSam3W3Fvwl82.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #xDRgLHteoAPwlWJ2VzwpzylTCvfU4pcO { 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) { #Qy0QB09WlraMyvJTEAqn3ag6AmXZRsMz { 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) { #lPqUReyZbTx9dkWHpZnvUXtKx1RmzO6n { 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; }#lPqUReyZbTx9dkWHpZnvUXtKx1RmzO6n.adaptive-delivery-prevent-bg, #lPqUReyZbTx9dkWHpZnvUXtKx1RmzO6n.lazyload, #lPqUReyZbTx9dkWHpZnvUXtKx1RmzO6n.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ghbz3oZ918TMEmGm23RqcHz3hhX2rI6f { 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) { #aec0HOkqKbRsbhQT12K1pPuTetFG0sTT { 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) { #J8BJbPoRUgJJyvXpIlNJ3cAeL81LEdCQ { 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) { #LMESIi43HKgKJT3VkKvXDecHLWEfazfz { 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; }#LMESIi43HKgKJT3VkKvXDecHLWEfazfz.adaptive-delivery-prevent-bg, #LMESIi43HKgKJT3VkKvXDecHLWEfazfz.lazyload, #LMESIi43HKgKJT3VkKvXDecHLWEfazfz.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #mlPe2cXt2OTWg7ihAubQTWxyTp2OQuLz { 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) { #Dw7peCwb0F2Ew8WWs6hN848k9B40lQR2 { 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) { #JI2hF79x6RlsZeyqUobIhsuPocHDJOy9 { 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; }#JI2hF79x6RlsZeyqUobIhsuPocHDJOy9.adaptive-delivery-prevent-bg, #JI2hF79x6RlsZeyqUobIhsuPocHDJOy9.lazyload, #JI2hF79x6RlsZeyqUobIhsuPocHDJOy9.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #nQWll7o328WREonPV2SkdKlP1Eix3hyT { 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) { #xcapU5dUJzLdzNa0DXOxkveACLGXXAUa { 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) { #LTVNHpdHDSbetcOux5RUdlMITBJE53Ng { 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; }#LTVNHpdHDSbetcOux5RUdlMITBJE53Ng.adaptive-delivery-prevent-bg, #LTVNHpdHDSbetcOux5RUdlMITBJE53Ng.lazyload, #LTVNHpdHDSbetcOux5RUdlMITBJE53Ng.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Ss4b2OqtMTn9XvNDHd9FpxVcQagXi1ut { 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) { #Em5Jg2i4Vo50rNKITaVcgM97WrqIhLdS { 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) { #e2gvc1pfaf3oPgAgqf9Q8cIq7eZIfIhT { 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; }#e2gvc1pfaf3oPgAgqf9Q8cIq7eZIfIhT.adaptive-delivery-prevent-bg, #e2gvc1pfaf3oPgAgqf9Q8cIq7eZIfIhT.lazyload, #e2gvc1pfaf3oPgAgqf9Q8cIq7eZIfIhT.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #V4gNAGzOtEs9RLK79OcRx95TaTxfEegD { 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) { #Pa48aXIMvbb8EkwQdvMkZxo2vALaihl2 { 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) { #eDWuzzB8L9lMsB10sn7A2TSN81N8LWwu { 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; }#eDWuzzB8L9lMsB10sn7A2TSN81N8LWwu.adaptive-delivery-prevent-bg, #eDWuzzB8L9lMsB10sn7A2TSN81N8LWwu.lazyload, #eDWuzzB8L9lMsB10sn7A2TSN81N8LWwu.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #PcvwGhN1O8nPWIT4MPIQXTWD9P6LCDTD { 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) { #u3A2Q4q6N4JJr9Jq3aH38J3DE1ZGuZsH { 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) { #Q40a3MLgCnvebdfdmVVT0RcW9s6FvZx5 { 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; }#Q40a3MLgCnvebdfdmVVT0RcW9s6FvZx5.adaptive-delivery-prevent-bg, #Q40a3MLgCnvebdfdmVVT0RcW9s6FvZx5.lazyload, #Q40a3MLgCnvebdfdmVVT0RcW9s6FvZx5.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #SUFvl53idHhV33P9woG5qa79U5fyfMIR { 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) { #FFr9o5bsQTWdaqxypwl2MCv19iguC9NL { 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) { #n7sKEMa9VMHBvL9V505TMv1NDUCoCfnK { 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; }#n7sKEMa9VMHBvL9V505TMv1NDUCoCfnK.adaptive-delivery-prevent-bg, #n7sKEMa9VMHBvL9V505TMv1NDUCoCfnK.lazyload, #n7sKEMa9VMHBvL9V505TMv1NDUCoCfnK.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #BOE3obHraukr4oPn1CquQOM2TVfnwtDK { 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) { #sPx3L8WZ0dl8K61J3nBX8QnSNEhRDK4g { 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) { #ETmT0c1BEFNwQlMG1pmQJtN0mMXWv4cF { 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; }#ETmT0c1BEFNwQlMG1pmQJtN0mMXWv4cF.adaptive-delivery-prevent-bg, #ETmT0c1BEFNwQlMG1pmQJtN0mMXWv4cF.lazyload, #ETmT0c1BEFNwQlMG1pmQJtN0mMXWv4cF.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #v85Rh3F6Bmv9heQWNOiMcKTuOls4lQ9Q { 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) { #wLbn7Efs4HH8a9lMml9pD55MZVek5Jfc { 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) { #cKUC0auwMxeHC9TmJ0hEwslIKJfU7fWl { 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; }#cKUC0auwMxeHC9TmJ0hEwslIKJfU7fWl.adaptive-delivery-prevent-bg, #cKUC0auwMxeHC9TmJ0hEwslIKJfU7fWl.lazyload, #cKUC0auwMxeHC9TmJ0hEwslIKJfU7fWl.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Mh0ZvZ1WyotBSi2C6SMEt9PLwdXCA5St { 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) { #Xz2O1HGknCXB2Dql59lwsdyL1trb7e30 { 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) { #ktRgRhB38tgLP62uncS6tr7cthdTHbFa { 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; }#ktRgRhB38tgLP62uncS6tr7cthdTHbFa.adaptive-delivery-prevent-bg, #ktRgRhB38tgLP62uncS6tr7cthdTHbFa.lazyload, #ktRgRhB38tgLP62uncS6tr7cthdTHbFa.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #BAeWZa6XgPxn0uqfQxMoap1BtoBT85k5 { 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) { #dOa5dnxpMUaVr65w6Jf9hq7TL9Pxpkht { 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) { #oGBTeU4DwVP0hVUzHzIvGXGmKxRuuXor { 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; }#oGBTeU4DwVP0hVUzHzIvGXGmKxRuuXor.adaptive-delivery-prevent-bg, #oGBTeU4DwVP0hVUzHzIvGXGmKxRuuXor.lazyload, #oGBTeU4DwVP0hVUzHzIvGXGmKxRuuXor.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #G3LMJt6J7xEw3polbbSpAKZpHkA98K1T { 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) { #QCRSkfZzzOlSQbwBXy5qSRKtGp2rWUk9 { 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) { #IafMEyr20que1St2OMfLzvnRKk672yBl { 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; }#IafMEyr20que1St2OMfLzvnRKk672yBl.adaptive-delivery-prevent-bg, #IafMEyr20que1St2OMfLzvnRKk672yBl.lazyload, #IafMEyr20que1St2OMfLzvnRKk672yBl.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #RGNfIEHZXTZ0NL8qzpW0LlhkuwlI5ghL { 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) { #RG7E6eZ2OC6i6zwiCVFF2T44o3ZcPrro { 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) { #ha9W8h0w4IXTO8yd7y9VkcvLFw2edixf { 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; }#ha9W8h0w4IXTO8yd7y9VkcvLFw2edixf.adaptive-delivery-prevent-bg, #ha9W8h0w4IXTO8yd7y9VkcvLFw2edixf.lazyload, #ha9W8h0w4IXTO8yd7y9VkcvLFw2edixf.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #hU1tJU6oix92xFpzUWCwKcQZUuK6f8Ll { 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) { #n6IyRFwIGmMb8lkT7RFU2V51XFOzxO8S { 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) { #RtDFJspC7yN4xpkFdccyFTQvC6geZedt { 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; }#RtDFJspC7yN4xpkFdccyFTQvC6geZedt.adaptive-delivery-prevent-bg, #RtDFJspC7yN4xpkFdccyFTQvC6geZedt.lazyload, #RtDFJspC7yN4xpkFdccyFTQvC6geZedt.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #TkXGn5OZKtOx2W3TPqKomlQZyRTUq4o7 { 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) { #HWFQ9kEd7aNw2QN01TVvKZbCy33yv4WL { 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) { #R3r9BuA4Rn7724GrA13rv7e8szggqbBF { width:8.75rem;height:2.6875rem;top:341.25rem;left:5.8125rem;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:285.5625rem;left:7.1875rem;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:877.25rem;left:5.625rem;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:899.1875rem;left:4.0625rem;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:300.3125rem;left:7.25rem;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:356.25rem;left:5.375rem;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.6875rem;top:914.9375rem;left:4.0625rem;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:892.5625rem;left:5.75rem;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: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: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) { #gSIBKCLk1e2rMJGTVcwIgGfGKWnXZqSK { width:8.75rem;height:2.6875rem;top:322.375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #olF1y9w7B1VadKUeJJ7hpnU2g4ff2Jm5 { display:block; }
 }@media only screen and (max-width: 763px) { #RFMVKlgitUD7Jg8r9y4zamVs4aA3nmg8 { width:8.75rem;height:2.6875rem;top:1188.1875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgUaPtuhmZNvSVn6LFroAdJMQPV2Tp6X { display:block; }
 }@media only screen and (max-width: 763px) { #OfxgBHML44VKIbpD6KmxTbFzXrKmh87l { width:8.75rem;height:2.6875rem;top:147.9375rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJAQUkag1AEiZn5EGvCP6Z30NQt1LZWx { display:block; }
 }@media only screen and (max-width: 763px) { #WKnnpJ6GgQRtgE9tdzib2I84eZqvDsV3 { width:8.75rem;height:2.6875rem;top:161.875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #agRzccQRMJrqMgJl6KFx8X4Zb15GhtF0 { display:block; }
 }@media only screen and (max-width: 763px) { #F9pdssRMl6HPU1RkbrfnJBsoSnNVzxrH { width:8.75rem;height:2.6875rem;top:203.125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvD8yWpU57nMT4cIVIwl8248t7xXrRLx { display:block; }
 }@media only screen and (max-width: 763px) { #yaxWBSDfLtTon7bFvsN76NOPutGOXs8o { width:8.75rem;height:2.6875rem;top:1114.3125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIIqysH7RqDA9VVu20eH8HLKncDopstM { display:block; }
 }@media only screen and (max-width: 763px) { #uTDNeC34gscTRqAwRCd7MfqBvN6fFptP { width:8.75rem;height:2.6875rem;top:1128.75rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4coyE7Mu1hNubJKqlUU0H603AT3c8gc { display:block; }
 }@media only screen and (max-width: 763px) { #wailIBVq0L2wkL059ZQmRgFNWCmrE60h { width:8.75rem;height:2.6875rem;top:1157.3125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnwZ7mpoiH8V9SwOz0vfVSWAvvpcJQNM { display:block; }
 }@media only screen and (max-width: 763px) { #ygz54Wve6HN1p9oMkWZPtfppRHOb0MML { width:8.75rem;height:2.6875rem;top:1171.5rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gonRdDiS1R81k4p2Kn3JpBTSkbkNFPhc { display:block; }
 }@media only screen and (max-width: 763px) { #KTaTlHHT84KfGmyGwLO2rT19lioEltkL { width:8.75rem;height:2.6875rem;top:1040.125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qagKxrXuu2iyWsbgaBkUA4VRQ94ox6Ue { display:block; }
 }@media only screen and (max-width: 763px) { #N4V7XZzLrHON2uhtOKRCu20Tccc2eoDv { width:8.75rem;height:2.6875rem;top:1054.0625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQq0yLH3L5FT564GJ9TRGFzIE19zlBpM { display:block; }
 }@media only screen and (max-width: 763px) { #PEzTg1sds7lEpBBZ3lEtmvskdPx5dTzL { width:8.75rem;height:2.6875rem;top:1067.9375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuTt8sL9MSbR7acqTddAxAiCwsAS8Om7 { display:block; }
 }@media only screen and (max-width: 763px) { #TUsACu5MuNIz2pTa6BE4aCV2ZeTcKF3x { width:8.75rem;height:2.6875rem;top:1143.25rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FI9hF3fDm175XTBTo0CWzGZhH8wDo23M { display:block; }
 }@media only screen and (max-width: 763px) { #iTCTTRz3wQ9eLkf6APVkFMIb1Tberiyz { width:8.75rem;height:2.6875rem;top:980.625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGiC5GGmTDIfbbtDn0Bh7nSITzsFbVPX { display:block; }
 }@media only screen and (max-width: 763px) { #Slws6mhX7944OhUP3FzmMx5IaS5JPqTk { width:8.75rem;height:2.6875rem;top:1097.6875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLkmvyBW6rp5xu0n93TCGhfPFxOqqiCW { display:block; }
 }@media only screen and (max-width: 763px) { #gPv8zupvT26gCFo0zUrkVp6OSGvhsuGi { width:8.75rem;height:2.6875rem;top:1011.5rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVXF0eJbIDlKxwAQSCyZKbqkxup4Fhhc { display:block; }
 }@media only screen and (max-width: 763px) { #EFZN98C75lIrMrOcTJ8etUA5ScTN3mzH { width:8.75rem;height:2.6875rem;top:1026.1875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZn7087ZiXOHzwBStykyzE6rTPgpD7J5 { display:block; }
 }@media only screen and (max-width: 763px) { #ymGRqyv4nIByPs0tRvrKEJoHaXNUoMEE { width:8.75rem;height:2.6875rem;top:1083.25rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgarDm5fTmoMUlZs2Gv7H6qDPG4zI26r { display:block; }
 }@media only screen and (max-width: 763px) { #yVQRK0fGEuwnOK5deUhPM9Z8Ud8K3Zzl { width:8.75rem;height:2.6875rem;top:996.625rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZ5ucuGi4rD4nRIiGMI0z8TOTy0pskwA { display:block; }
 }@media only screen and (max-width: 763px) { #Jxzon9y7BA9AVGtOG583FofxABTba48S { width:8.75rem;height:2.6875rem;top:966.5rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8C1it82Wq1mz1ro5LodIH5SnlUuw70N { display:block; }
 }@media only screen and (max-width: 763px) { #BaFsuqOJKlmrwKWgrxIRPPqRdHsfFok3 { width:8.75rem;height:2.6875rem;top:952.8125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4ZVaeshvPMrcVTbO57mbxaNvnNNakNp { display:block; }
 }@media only screen and (max-width: 763px) { #bWRADwUS5NLBUedLBgXC3xz8w6vTqQth { width:8.75rem;height:2.6875rem;top:812.8125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLMN8F9WzKnecVC2w40D9cVJJZb0WNOQ { display:block; }
 }@media only screen and (max-width: 763px) { #pxXiKBR4rLKsdpKnCbw2UD7MdesDAQlS { width:8.75rem;height:2.6875rem;top:798.25rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gL4ss4RZN0RJcpoOkOlQOPDDdo92lJHs { display:block; }
 }@media only screen and (max-width: 763px) { #pIGFuf1ddwGGaRdXkO2pxu9w5mgn9Byx { width:8.75rem;height:2.6875rem;top:827.375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIuRgACb1DsDJbiZBKkOFSZd5boNBbTq { display:block; }
 }@media only screen and (max-width: 763px) { #hdTdI6VGaoLdNLblLhqg1dBGGOkoZLo3 { width:8.75rem;height:2.6875rem;top:907.125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcOUJH7lTMhnJGTfxE2GT8qpQ0iTE7MG { display:block; }
 }@media only screen and (max-width: 763px) { #zuzUTlLWx8LErq1OlsKOaIb626l5sEuC { width:8.75rem;height:2.6875rem;top:769.5rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkBcTS6pIG1oWQcOI1gUFzp89mqXRygV { display:block; }
 }@media only screen and (max-width: 763px) { #ZUxWX7LeVqqTnsT6aHF2RMJeZ3elp5t5 { width:8.75rem;height:2.6875rem;top:755.625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VV7KQSV5NSD9KCGqvypkO9Clw9qNm8Ek { display:block; }
 }@media only screen and (max-width: 763px) { #Ks1KGboy871WZqRVbQt3aUCuLUkw3KGt { width:8.75rem;height:2.6875rem;top:936.375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZAxva8JTheFaRfElvGkZlB7k434KGOR { display:block; }
 }@media only screen and (max-width: 763px) { #ffhr5Qw5EZqlUaSPqszfHNm3Iieiryct { width:8.75rem;height:2.6875rem;top:862.8125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NM2qHLlpkQVnefCdoU9uO4k2SzKFueKH { display:block; }
 }@media only screen and (max-width: 763px) { #zMNKrMClsI1Huuv9OPDOhiab8luLRLrX { width:8.75rem;height:2.6875rem;top:727.4375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmNsV3puTOazDWpKnryxMhpKfch71GkV { display:block; }
 }@media only screen and (max-width: 763px) { #Gn886TqdpUEpxQZcsWNr1TWTXdQkrTly { width:8.75rem;height:2.6875rem;top:741.4375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7pq83dO0MQMq7o8dMwm8GNAEqzyMXUS { display:block; }
 }@media only screen and (max-width: 763px) { #wfKzUz8NmMVisDRwLomvE7qpG3FU3Na5 { width:8.75rem;height:2.6875rem;top:784.9375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6q7ovunKHgmTn0lxM4zgD8bpBIahOvD { display:block; }
 }@media only screen and (max-width: 763px) { #hEVFsHw1y6iDB5SHckvhli7SwFsH13Bp { width:8.75rem;height:2.6875rem;top:370rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT7QJcGMeglka5tFRJ0pwI9EhSnTZgIS { display:block; }
 }@media only screen and (max-width: 763px) { #zUXTODpIUWXCV8ecmHnqxELkNTMX5Rgm { width:8.75rem;height:2.6875rem;top:307.75rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUkTMQ8KLC5SyiUXvylWlJyrusdeOikM { display:block; }
 }@media only screen and (max-width: 763px) { #hLXzEbh3dUnEFOcW2bSJNIVDuPylPmPx { width:8.75rem;height:2.6875rem;top:293.375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBiAL7yBiWGAIvOaC5FJeAul2tOhlaFR { display:block; }
 }@media only screen and (max-width: 763px) { #APodl3bJmRLph6gU6bhIiO6N8dfFATI0 { width:8.75rem;height:2.6875rem;top:386.125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LayuJmXFtLohGWXFs8AxRi9QZQKyM8tB { display:block; }
 }@media only screen and (max-width: 763px) { #qIT76vOWNE552z1UTBPqcWXxIIoVQCnJ { width:8.75rem;height:2.6875rem;top:400.1875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pt1P0NGoG8ISWIh8N6rfSy4UAFRbbIUJ { display:block; }
 }@media only screen and (max-width: 763px) { #JmCw5rpNoi7dJ96nZBV8zDhhsB0ezMHn { width:8.75rem;height:2.6875rem;top:484.4375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOrIc6FsOcZEceiLQGCylDvBJ7i5PkdO { display:block; }
 }@media only screen and (max-width: 763px) { #Z6Bb5r00Xaf9wRP47xxrfDxgaIQZ0qyT { width:8.75rem;height:2.6875rem;top:498.75rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bu2l8Wr3rGxTATykf8S8B8CsdT36x07p { display:block; }
 }@media only screen and (max-width: 763px) { #mTNHTT3EDg3yfWaB2Xie5XByaZMObOk5 { width:8.75rem;height:2.6875rem;top:511.9375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i122hEhGTU0z6LUm3VpL38E5782XBxbQ { display:block; }
 }@media only screen and (max-width: 763px) { #yWlZqtm83A3ktGrFUuLGmWpTRP8pJ1SU { width:8.75rem;height:2.6875rem;top:469.8125rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T932NEGBS5T9MZbRTovdWPZCfD8QFfg0 { display:block; }
 }@media only screen and (max-width: 763px) { #cG0TeRuGyNhwhJ1fhGtVxx61VRp6bvl4 { width:8.75rem;height:2.6875rem;top:455.6875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAbZBKQTgacnPBwm1GE1Fuf2cHba7v9S { display:block; }
 }@media only screen and (max-width: 763px) { #BOvgVOgOD0xmX9TC7APZMQXuv8ZZbsIf { width:8.75rem;height:2.6875rem;top:441.875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRyoI7Eo2WJ4M6vhxRMn8zVTttKZlxFe { display:block; }
 }@media only screen and (max-width: 763px) { #T9gsAXNhopOBAWQtWbkGwSpKb460blg0 { width:8.75rem;height:2.6875rem;top:427.75rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3lEsIrAN4M1eZ0LFrRrbLqFiglg5pzT { display:block; }
 }@media only screen and (max-width: 763px) { #gNm8dl1eWm2notVBcerTOUVxyia6ZmIk { width:8.75rem;height:2.6875rem;top:413.75rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIDeUCLesCnUodp4kfCcHiQT2SLwAHgF { display:block; }
 }@media only screen and (max-width: 763px) { #ZamCcG1fai2MUGiXvF8TKgduUmXuOwSB { width:8.75rem;height:2.6875rem;top:605.8125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rhyb4UzEiSPCIa4wFObr17RBGcPDx61x { display:block; }
 }@media only screen and (max-width: 763px) { #OI5EdIv4WJoff9HglPqfzVPyiGtnRq9F { width:8.75rem;height:2.6875rem;top:651.4375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #amAoIt2ybv3shZGbwLHRa39Uc4PA1wBb { display:block; }
 }@media only screen and (max-width: 763px) { #fkZFvVriTVtuLdrxzoXd2dd3TFcgA2c1 { width:8.75rem;height:2.6875rem;top:668.125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaeQkHRkk0dpGA14CMH7qxEeP2iSqKof { display:block; }
 }@media only screen and (max-width: 763px) { #xVvyIGwM3UD4p27kcpxRhdDIlagkn4N4 { width:8.75rem;height:2.6875rem;top:683.5rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nzx9IItAh9NiWT4oax7ymTsX6aBuTJlw { display:block; }
 }@media only screen and (max-width: 763px) { #yTgIOkLOk5ttftDqhZqmc0Z7yO37lGJN { width:8.75rem;height:2.6875rem;top:621.75rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCm4K2Bwsf5hi9z8ADx9aNTMi6CCMAQl { display:block; }
 }@media only screen and (max-width: 763px) { #X5zaGFiKLQZ5lOafI5QTvZkLWZbJO0RD { width:8.75rem;height:2.6875rem;top:543.1875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G02Pi8f3lhvT7IkldLTTxH3ibaUThJff { display:block; }
 }@media only screen and (max-width: 763px) { #hoHFhrg2PMZpr4s2wsRkcqBnDxpuA9Gt { width:8.75rem;height:2.6875rem;top:527.5rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUtJycha2hcEWVo5E3HJqd8ox3SJGABn { display:block; }
 }@media only screen and (max-width: 763px) { #bIt6dkK68UXNCGmaFMW6ei9XHqXf4Wxb { width:8.75rem;height:2.6875rem;top:559.1875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhK2pKdD3dfFUvDTzx7dclalQMtF0nJG { display:block; }
 }@media only screen and (max-width: 763px) { #dIAT4T5Lpo3S0RzhXO7WF32nMT87VBlF { width:8.75rem;height:2.6875rem;top:590.375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dR4wT4eilJsizx7ys7Gnr7Oh7x8uOJd0 { display:block; }
 }@media only screen and (max-width: 763px) { #AC03FARChgPoVO9UNnXIPX63A9bKkS80 { width:8.75rem;height:2.6875rem;top:698.0625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzD4hcPVbD0erHyCBT7OTBtC2QP3QH3C { display:block; }
 }@media only screen and (max-width: 763px) { #FJL7nTyi44p3ABO6XeGRsRaQ5kOuD6G0 { width:8.75rem;height:2.6875rem;top:636.3125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsRxo3Pf56HffaF8OsyA6pAo1n2sakik { display:block; }
 }@media only screen and (max-width: 763px) { #CrC36Pz0mgdRzOu1MhWbL03vloaV84UV { width:8.75rem;height:2.6875rem;top:575.5625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #frXkEJW4INacVW9CZUJ3dc7PBx2UXV5a { display:block; }
 }@media only screen and (max-width: 763px) { #qB9k8bnrZZvw8RGxOSwZU3mtWAF2PXOt { width:8.75rem;height:2.6875rem;top:713.3125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1mTayD6DXbU6uW0ful2CdCi31ZQocnm { display:block; }
 }@media only screen and (max-width: 763px) { #Mf7qS5w48fqFUdmKvJq1GkSlvKMfWUsi { width:8.75rem;height:2.687325rem;top:848.1875rem;left:5.75rem;z-index:100093;display:block; }
 }@media only screen and (max-width: 763px) { #Buv3PhOhm95KMMUwT092s5yLxlrFfNTm { 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) { #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:216.875rem;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:216.56061172486rem;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) { #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.9375rem;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:5.340375rem;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:5.340375rem;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:372.8125rem;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:3.9589875rem;top:29.5rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmgAa1ghlOnlfNAvDJJTSMOR45Fh2epO { width:14.375rem;height:1.21875rem;top: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.186434375rem;top:372.43714523316rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJ2Ow6KKudw3RneC8iibk2FzB8MhEnIH { width:14.375rem;height:10.6875rem;top:84.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; }#UJ2Ow6KKudw3RneC8iibk2FzB8MhEnIH.adaptive-delivery-prevent-bg, #UJ2Ow6KKudw3RneC8iibk2FzB8MhEnIH.lazyload, #UJ2Ow6KKudw3RneC8iibk2FzB8MhEnIH.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #qdvAQhSlXil23FfMWHVuI2HG18Kc8gNh { width:11.875rem;height:4.87215625rem;top:87.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) { #lC8xfDWepKVVhgeQflcdnP44o5Unupmf { width:14.375rem;height:1.21875rem;top:92.812377929688rem;left:2.9375000596046rem;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) { #Ep8tnDcZqnEBEPmngU9lmyD4vzG5HZIh { width:14.375rem;height:10.6875rem;top:100.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; }#Ep8tnDcZqnEBEPmngU9lmyD4vzG5HZIh.adaptive-delivery-prevent-bg, #Ep8tnDcZqnEBEPmngU9lmyD4vzG5HZIh.lazyload, #Ep8tnDcZqnEBEPmngU9lmyD4vzG5HZIh.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #uPGK9tfoLTt8NwKsUKDnSiwKmg86x1wV { width:11.875rem;height:4.38654375rem;top:103.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) { #n5gzJrINwkpzPP0RUclMiWsz6uUo5bSx { width:14.375rem;height:1.21875rem;top:108.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) { #U5VaetCAUKMcTWVbHhtPwQBL3hPlPefg { width:14.375rem;height:10.6875rem;top:114.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; }#U5VaetCAUKMcTWVbHhtPwQBL3hPlPefg.adaptive-delivery-prevent-bg, #U5VaetCAUKMcTWVbHhtPwQBL3hPlPefg.lazyload, #U5VaetCAUKMcTWVbHhtPwQBL3hPlPefg.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #QLDT8ScukRgvi7GVSa26aBcLqBr7TCtJ { width:14.375rem;height:1.21875rem;top:122.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) { #s3q8gryXRelKKPHdxxXQFfNsw4nKK7tv { width:11.875rem;height:4.38654375rem;top:118.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) { #ZIUnJ6b11UF8lskgymS7eMN8OMGKHazS { width:14.375rem;height:10.6875rem;top:70.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; }#ZIUnJ6b11UF8lskgymS7eMN8OMGKHazS.adaptive-delivery-prevent-bg, #ZIUnJ6b11UF8lskgymS7eMN8OMGKHazS.lazyload, #ZIUnJ6b11UF8lskgymS7eMN8OMGKHazS.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #pFOvoHItdESJLmRFBh5BLob3FVvAoT1L { width:14.375rem;height:1.21875rem;top:78.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) { #dCdddhSZyHp2i4mZqeNU2T99EoJU6kEd { width:11.875rem;height:2.43608125rem;top:74.3125rem;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) { #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:245.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; }#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.21875rem;top:253.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) { #obpMT0DIbnryOhFOeAdAxfu8xnw6FzCS { width:11.875rem;height:3.65411875rem;top:248.5rem;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:261.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; }#msLwDtRvUzk1bVH51o6O178zLvzTwKTo.adaptive-delivery-prevent-bg, #msLwDtRvUzk1bVH51o6O178zLvzTwKTo.lazyload, #msLwDtRvUzk1bVH51o6O178zLvzTwKTo.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #IiFs9OI0zsZHPsSpV2egStA63f8SN9su { width:11.875rem;height:3.65411875rem;top:264.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) { #a7o32MzTZa3AAxrf4ICWWm9kWyGBMSs3 { width:14.375rem;height:1.21875rem;top:269rem;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) { #DywnL35rIQ7NFdq2p7NTgRPyAkMbwdXM { width:14.375rem;height:10.6875rem;top:276.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; }#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:278.5rem;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.21875rem;top:284.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) { #T70D9CinwxWJTfT3NKA2RibaprBXLsd9 { width:14.375rem;height:10.6875rem;top:293rem;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.21875rem;top:300.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) { #iOx7kST8APReai24HTxxyhD0a2qbyUnM { width:11.875rem;height:4.38654375rem;top:295.0625rem;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:307.5625rem;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; }#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.21875rem;top:315.125rem;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) { #ILw7VPdvssreH1ypppETZVAblCz1IaBJ { width:11.875rem;height:1.38139375rem;top:311.625rem;left:3.875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoD2ebOc40WMa50n1ZUkqctvs9X1fZP9 { width:14.375rem;height:10.6875rem;top:322.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; }#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:325.9375rem;left:3.75rem;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.21875rem;top:330.375rem;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) { #z3SZQEso8cnEOxemEnzDGraGWrrc0GPZ { width:14.375rem;height:10.6875rem;top:338.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; }#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:341.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) { #WT6o664q3mK1BesLDSzCCh5K4sgfQN7s { width:14.375rem;height:1.21875rem;top:346.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) { #muINb6wRJPqbWZwtIHph2UctD5WEZPCM { width:14.375rem;height:10.6875rem;top:356.43615722656rem;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; }#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.21875rem;top:363.99798583984rem;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) { #pZFqpruXorD1S9Z1byots8wMeEM7483V { width:11.875rem;height:2.9243625rem;top:358.49780273438rem;left:4.1872863769531rem;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:319.05886554718rem;left:5.6241121888161rem;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:334.80926132202rem;left:5.6241121888161rem;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:350.68437051773rem;left:5.6241121888161rem;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:368.372671875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTmfB1D7uQKcEQU3EUTmVMeQilecHEeh { display:block; }
 }@media only screen and (max-width: 763px) { #TcybnT1BmQaeumFl4bLbHqSICuTvVo0K { width:8.75rem;height:2.6875rem;top:257.24689674377rem;left:5.6241121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBKwLdUrN11boptUsfFxcN4XfrCtiJXv { display:block; }
 }@media only screen and (max-width: 763px) { #Fq7z9S0cNONhxluAowOVTAuuWR35tNTX { width:8.75rem;height:2.6875rem;top:272.80981063843rem;left:5.6241121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByTshkWSkJ3HuBmE3iNbT999vI64QsVT { display:block; }
 }@media only screen and (max-width: 763px) { #EZSqmU7uIOWVdMSSpt0lcNDyiOHeqJ5a { width:8.75rem;height:2.6875rem;top:287.80983352661rem;left:6.2491121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkbEXBkQubGbtUmeN0G5NbUUwmzCWfM6 { display:block; }
 }@media only screen and (max-width: 763px) { #zTN2iCtQLHLm3vLZsS2zU8pOlEQgaXXL { width:8.75rem;height:2.6875rem;top:304.43447875976rem;left:6.2491121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtpqtAeIsKyJ6JxFiqzv8tceztOvO2AA { 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) { #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:104.375rem;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.375rem;height:1.38139375rem;top:58.83203125rem;left:3.875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9UeJRNeo2FnAUAtPzSyxkSGvTW1UUy7 { width:14.375rem;height:1.21875rem;top:63.59375rem;left:3.466796875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #P4AUC6iO2MwCM9F8FaCpxwwJLELicMLX { width:20rem;height:2.51855625rem;top:38rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzgyngBnKnhQwnJP4wlxOcF3oMIO2ZH8 { width:0.1875rem;height:18.75rem;top:75.36425625rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bhl8Dndos3Tf9yxUS4dqlPvTQDWdMkop { width:11.875rem;height:4.8739375rem;top:43.497179031372rem;left:4.0625000596046rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHMgsq8BPT3cZU4zzJMOmFAfNTOItCTx { width:11.875rem;height:2.11198125rem;top:60.7646484375rem;left:4.625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nb2Sgw8S5lJ4lOAXJgfSyF2EKSAeDiiW { width:20rem;height:2.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:55.9228515625rem;left:3.466796875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#TCATpaD0xtHcBw6OzciXepxHHBopEwNZ.adaptive-delivery-prevent-bg, #TCATpaD0xtHcBw6OzciXepxHHBopEwNZ.lazyload, #TCATpaD0xtHcBw6OzciXepxHHBopEwNZ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #V6AvW9CfTtsrEoyDNNzBhwIhzVNzxA5r { width:11.875rem;height:4.38654375rem;top:24.275390625rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #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.21875rem;top:49.243706703186rem;left:2.8125000596046rem;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.560276031494rem;left:6.2171517014504rem;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:104.12463951111rem;left:0rem;z-index:100175;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; }
 }