.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 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 > .video-iframe-container {  }#pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o > .row .container { font-size:0.875rem;font-family:arial;height:51.0625rem;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:15017;line-height:1.3;letter-spacing:0;top:3.375rem;left:43.66015625rem;height:3.25rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#qFRzwroCgZHyvTqxpgQ0kzd6TGHb831X { color:#ffffff;display:block;width:54.749375rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:400;z-index:15018;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:15018;line-height:1.3;letter-spacing:0;top:3.375rem;left:18.1005859375rem;height:3.25rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#OzDeVRkGAFeKmGl2zEbmZX2LO9ZN6izW { color:#d5b56a;display:block;width:56.6875rem;position:absolute;font-family:"mykonos ar";font-size:2.3125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:15.310546875rem;left:9.15625rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pqkTO9c2Awaio3zWF6TkumnnBvUx7Eg6 { position:absolute;display:block;z-index:15000;background-color:#f1e5ef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0.0625rem 0.5625rem rgba(0,0,0,0.5) ;height:9.1236875rem;width:8.997375rem;top:0.625rem;left:33.0625rem;display:block; }
#FV1nIwT5Q7QQVWeXZ4P3QhOBnhXfBUhy { color:#0078c4;display:block;width:37.9980625rem;position:absolute;font-family:cairo;font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(0,0,0,0.5);top:26.280517578125rem;left:33.812255859375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-form-header {  }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:1.125rem;font-weight:bold;color:#a41354;width:23.125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;text-align:right;text-align-last:right;line-height:1.4; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-text { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.125rem;box-sizing:border-box;height:2.8125rem;color:#000000;font-size:1.0625rem;overflow:hidden;font-family:lato;text-align:center;text-align-last:center;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-text {padding-top: 0; padding-bottom: 0;}#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-textarea { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.125rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:1.0625rem;overflow:hidden;font-family:lato;text-align:center;text-align-last:center;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-select { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.125rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:cairo;font-size:0.875rem;overflow:hidden;text-align:right;text-align-last:right; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-select {padding-top: 0; padding-bottom: 0;}#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#e1093f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.375rem;font-weight:400;color:#f2f9ff;width:23.125rem;height:2.9375rem;font-family:cairo;overflow:hidden;font-style:normal;line-height:1; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:lato;font-size:0.8125rem;font-weight:300;color:#ffffff;vertical-align:top;width:21.9375rem;overflow:hidden;font-style:normal; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-container:first-of-type{padding-top:0;}#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-container:last-of-type{padding-bottom:0;}#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.125rem;height:auto;border-top:0.4375rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.375rem solid #df4a8d;z-index:15005;position:absolute;top:23.75rem;left:3.865234375rem; }
#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:15005;position:absolute;top:23.75rem;left:3.865234375rem; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #oZJ5kpGhS9HOJdayXGohfTnr19Uw20P5 { position:relative; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #KWsspdZh4WhHdUeUnsmARLonqaUS5zV0 { position:relative;display:block; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #VV25GQEq4Sy8D7nbG6PBT5n3koHacqH8 { position:relative; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #yd9h1rNW8nzFduPFWeo4qpJLoqQEdc8M { position:relative; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #UsWuTyNa0QA7TOGL8mLQIbhiig5QwBAS { position:relative;display:block; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #Q6EzucxCm4sGesc4hEDtlQFNdV5yfzlz { position:relative; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #uKXwLWoMPw3csb8TC34ksTLMQ5CqvEtP { position:relative; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #c9hbVSx4mnd97MZgcIWrVbReBLywFHF3 { position:relative;display:block; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #WJf1TOstcDL7xv7TUe6omgeH8GEKz26n { position:relative; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #e1oTGePBZMuLeZCyld1pFRzcQ9iEstTf { position:relative; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #wE2os5TuJq5RkVB72tf1T5MFJv4DRgsx { position:relative;display:block; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #p1CKp5EsCCLmDVadSKIDOD9EoatbS2yM { position:relative; }
#qoPBykNlLFCo6W6TI2DDpMalosgc9R6v { position:relative;display:block; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #KaP1MICsO0yPW5W17kFp8836ddTGPEpE { position:relative; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #WUN0qoF8LWGFTIr74WsXb1W3f3w3cMu6 { position:relative; }
#QIqkr2g417Gse3cOg02XQCaNktmLzGEn { background-color:#bda463;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.8108125rem;height:2.749025rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:33.5625rem;left:55.4375rem;display:block; }
#IAk1t07ssUswPI01dQp1Xo80kTVkxnHC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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:15043;text-align:center;text-align-last:center;top:33.5625rem;left:33.8125rem;display:block; }
#vsHznUibvIb7nQRoPQH92TrHRf3DbQLg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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:15045;text-align:center;text-align-last:center;top:37.5rem;left:55.4375rem;display:block; }
#t9QLtJ0WHTbTNywUFcyTt7yAsTHLJosZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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:15045;text-align:center;text-align-last:center;top:37.5rem;left:33.8125rem;display:block; }
#x1XdvHkTQgXxpo50cN6Mt3MWUbZTPn6J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y6nXuJgcVeUgbz2UFxTgbarTMVPeW0b9 { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.75rem;top:19.625rem;left:3.375rem;display:none; }
#ay0EGB727ZLWV4lP0VvhrVib2K2JtgyW { 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:15046;text-align:center;text-align-last:center;top:41.75rem;left:45.4052734375rem;display:block; }
#UQ64SWvPUhCcXetVBRRh2zdepOU2aOBR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#agBTKvUK8xt2I3HMNo0AB3RcNQ2DDrix { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.3125rem;width:7.0625rem;top:1.1875rem;left:33.9375rem;overflow:hidden;display:block; }
#WFo5SOq48UvaMpCyLJ8F4l8o0OzsaaA9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/onDXoHHX/unnamed.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#WFo5SOq48UvaMpCyLJ8F4l8o0OzsaaA9.adaptive-delivery-prevent-bg, #WFo5SOq48UvaMpCyLJ8F4l8o0OzsaaA9.lazyload, #WFo5SOq48UvaMpCyLJ8F4l8o0OzsaaA9.lazyloading { background-image: none; }#WFo5SOq48UvaMpCyLJ8F4l8o0OzsaaA9 > .row .container { background-color: transparent; background-image: none; }#WFo5SOq48UvaMpCyLJ8F4l8o0OzsaaA9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #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::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#WFo5SOq48UvaMpCyLJ8F4l8o0OzsaaA9 > .row > .video-iframe-container {  }#WFo5SOq48UvaMpCyLJ8F4l8o0OzsaaA9 > .row .container { font-size:0.875rem;font-family:arial;height:299.125rem;width:75rem;position:relative;display:block; }#crPlH1Jdrerb7O2V4b0bL6WkpoiATeve { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius: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:15025;line-height:1.3;letter-spacing:0;top:8.623779296875rem;left:59.686767578125rem;height:1.4619125rem;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:15038;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:15000;display:block; }
#FqZQB5ozGtsL87d3V4lGuZTpklD8eCaN { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:34.125rem;left:42.875rem;height:1.21875rem;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:15120;line-height:1.6;letter-spacing:0;top:13.74853515625rem;left:58.310546875rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top: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:15010;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius: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; }
#uzsWvTNRosi7pRDfEqKXMqxvHRoSO9PQ { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius: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:15033;line-height:1.3;letter-spacing:0;top:9.186767578125rem;left:21.937255859375rem;height:2.76171875rem;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:15128;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:15018;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius: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:15037;line-height:1.3;letter-spacing:0;top:9.5365762710569rem;left:3.4987567663193rem;height:2.923825rem;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:15132;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:15022;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius: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:15030;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius: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:15034;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius: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:15136;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:15144;line-height:1.6;letter-spacing:0;top:29.686767578125rem;left:20.74951171875rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top: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:15148;line-height:1.6;letter-spacing:0;top:45.625rem;left:2.9375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RgK7ZTTySWTNb41QaSJEUzZcVs9ziFN2 { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:23.423395156861rem;left:59.560547828674rem;height:1.21875rem;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:15053;line-height:1.3;letter-spacing:0;top:41.974433898926rem;left:4.1859019994736rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p3bwkRH2Mh56r2xVvvDk6kpaN8Zndw6U { position:absolute;display:block;z-index:15046;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius: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:15050;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius: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:15054;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius: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:15160;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:15164;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:15168;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:15065;line-height:1.3;letter-spacing:0;top:41.646484375rem;left:41.4365234375rem;height:1.3808625rem;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:15069;line-height:1.3;letter-spacing:0;top:42.3076171875rem;left:22.685546875rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ApQWpBVIcQ5UkqbviTt6hmGzgBGtyzHG { position:absolute;display:block;z-index:15042;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius: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:15156;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:15073;line-height:1.3;letter-spacing:0;top:25.394775390625rem;left:3.49609375rem;height:1.4624rem;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:15061;line-height:1.3;letter-spacing:0;top:41.875rem;left:60.25rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NyCx3ncM41dGzVdJA66eSpu8rWzqGv1n { position:absolute;display:block;z-index:15054;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius: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:15066;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius: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:15070;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius: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:15168;line-height:1.6;letter-spacing:0;top:61.4990234375rem;left:2.74951171875rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top: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:15180;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:15184;line-height:1.6;letter-spacing:0;top:61.7490234375rem;left:21.436767578125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#R8DdLv5I93VC9m9GtMnd6bVaf0CR8xkk { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:15085;line-height:1.3;letter-spacing:0;top:56.4248046875rem;left:41.375rem;height:1.29980625rem;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:15089;line-height:1.3;letter-spacing:0;top:56.0869140625rem;left:22.625rem;height:3.89941875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zP0QSaEqUEhEmzPcnpzohJT6KZPf36ss { position:absolute;display:block;z-index:15062;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius: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:15176;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:15081;line-height:1.3;letter-spacing:0;top:57.083251953125rem;left:59.84130859375rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CDKzSNCNapOMvxcowMoytVMBxX7NskI0 { position:absolute;display:block;z-index:15074;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius: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:15086;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius: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:15090;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius: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:15188;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:15200;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:15204;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:15093;line-height:1.3;letter-spacing:0;top:71.546875rem;left:3.49853515625rem;height:3.41015625rem;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:15105;line-height:1.3;letter-spacing:0;top:72.437255859375rem;left:40.74951171875rem;height:1.29980625rem;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:15109;line-height:1.3;letter-spacing:0;top:70.41015625rem;left:21.93603515625rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vq0wTsZNzXBqiA3LuKwg8Vh4GAG2NSIU { position:absolute;display:block;z-index:15082;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius: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:15196;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:15101;line-height:1.3;letter-spacing:0;top:71.531982421875rem;left:59.561767578125rem;height:2.761725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EKXbGbGr2nI1T9DylT9AL6apNWtL5pqF { position:absolute;display:block;z-index:15087;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:82.8125rem;left:59.5625rem;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:15201;line-height:1.6;letter-spacing:0;top:90.375rem;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; }
#KxEQvFT13urZ7wbCGA5PF2JmhoQLB2DJ { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15106;line-height:1.3;letter-spacing:0;top:86.5rem;left:60.624755859375rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zI6MMCVIO4BkHpmdK4KGdDyh6nPMI02g { position:absolute;display:block;z-index:15092;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:82.8125rem;left:39.875rem;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:15111;line-height:1.3;letter-spacing:0;top:87.1865234375rem;left:40.874755859375rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AD9UcBJDAfT62SZNrqG6viXywHhbBvM3 { position:absolute;display:block;z-index:15097;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:82.8125rem;left:1.0625rem;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:15211;line-height:1.6;letter-spacing:0;top:90.375rem;left:1.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; }
#TbxqGMyrnUXoODys05RXsTCJzMW4utZt { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15116;line-height:1.3;letter-spacing:0;top:87rem;left:2.9375rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g8mpzJAPQMRlzXaw8TlUzyHIBCVC0glK { color:#000000;display:block;width:20.4373125rem;position:absolute;font-family:cairo;font-size:1.9375rem;font-weight:normal;z-index:15071;line-height:1.3;letter-spacing:0;top:0.93532979488375rem;left:30.068360328674rem;height:2.51855625rem;text-align:center;text-align-last:center;display:block; }
#xpwyntJEqHVtO2O3G7Fd5r2QgCgxGMDh { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15212;line-height:1.6;letter-spacing:0;top:90.375rem;left:40.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; }
#RtDFJspC7yN4xpkFdccyFTQvC6geZedt { position:absolute;display:block;z-index:15398;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.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:15417;line-height:1.3;letter-spacing:0;top:24.5625rem;left:40.5625rem;height:1.21875rem;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:15512;line-height:1.6;letter-spacing:0;top:29.93701171875rem;left:39.437255859375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top: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:15039;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:15000;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:15040;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:15000;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:15041;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:15000;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:15042;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:15000;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:15043;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:15000;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:15044;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:15000;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:15045;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:15000;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:15047;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:15000;display:block; }
#e2ZyTCTBxK3fPRFtLGinSTzvbzbApuKC { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:50.1875rem;left:43.125rem;height:1.21875rem;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:15048;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:15000;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:15049;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:15000;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:15050;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:15000;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:15052;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:15000;display:block; }
#gXcb7O53m55JpVyKwPd1RZz6xP0MqEi9 { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:64.5625rem;left:44.0625rem;height:1.21875rem;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:15053;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:15000;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:15054;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:15000;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:15055;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:15000;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:15057;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:15000;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:15058;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:15000;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:15059;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:15000;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:15060;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:15000;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:15061;text-align:center;text-align-last:center;top:94.5rem;left:63.3125rem;display:block; }
#TBImpnAiraPSASeVgRyHwTNQk9LxtUML { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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:15062;text-align:center;text-align-last:center;top:94.5rem;left:43.3125rem;display:block; }
#rGAxTKyURvOhL8dpTz6c2xgPXnBezcz8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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.8098125rem;height:2.7478rem;text-decoration:none;z-index:15063;text-align:center;text-align-last:center;top:94.375rem;left:4.6875rem;display:block; }
#TGQE1wIkOCUNloyI2CKZdQqJepSy1ZX3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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:15058;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:15000;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:15058;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:15000;display:block; }
#dVdVREUVBNonb7IHQTO4zvNrOodDKrkV { position:absolute;display:block;z-index:15217;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7495rem;width:14.375rem;top:99.75rem;left:58.3125rem;display:block; }#dVdVREUVBNonb7IHQTO4zvNrOodDKrkV.adaptive-delivery-prevent-bg, #dVdVREUVBNonb7IHQTO4zvNrOodDKrkV.lazyload, #dVdVREUVBNonb7IHQTO4zvNrOodDKrkV.lazyloading { background-image: none; }
#TTHHLmEKonIyPbWvdqfggK2fy3LrXPiN { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15331;line-height:1.6;letter-spacing:0;top:107.3125rem;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; }
#hR6VoFGPx18kGtvfeaqmDRctKq3kHX1U { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15236;line-height:1.3;letter-spacing:0;top:102.5rem;left:59.5625rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T7Qy4mBfFWxE1RsBlBXuVeIfDDJvLdBG { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8098125rem;height:2.7478rem;text-decoration:none;z-index:15087;text-align:center;text-align-last:center;top:111rem;left:61.9375rem;display:block; }
#aD5yU1qOyw7gIlBWvQn1m41g2QL2PVtw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T3KWy9xVy9tOgxfrTrzaZBuWCgoKms5k { position:absolute;display:block;z-index:15237;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7495rem;width:14.375rem;top:99.75rem;left:40.6875rem;display:block; }#T3KWy9xVy9tOgxfrTrzaZBuWCgoKms5k.adaptive-delivery-prevent-bg, #T3KWy9xVy9tOgxfrTrzaZBuWCgoKms5k.lazyload, #T3KWy9xVy9tOgxfrTrzaZBuWCgoKms5k.lazyloading { background-image: none; }
#pzNuDCi63CFL2fnMRSqwUhcuP3fVDaq2 { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:15256;line-height:1.3;letter-spacing:0;top:103.5625rem;left:41.6875rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v7IJTdnMq52QBVMwvfiiKF0XTNgwOkn0 { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15351;line-height:1.6;letter-spacing:0;top:107.3125rem;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; }
#ivcZK6BdeSPwihKmQHSyZqMLi09h5Anb { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8098125rem;height:2.7478rem;text-decoration:none;z-index:15091;text-align:center;text-align-last:center;top:111.125rem;left:43.3125rem;display:block; }
#HMGrziSAMTZFrwSzbwPhVJZBUzZ7q1wy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LPhmayI8STTRF94fxLJGUMQW7oPpDPyf { position:absolute;display:block;z-index:15101;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:82.8125rem;left:20.6875rem;display:block; }#LPhmayI8STTRF94fxLJGUMQW7oPpDPyf.adaptive-delivery-prevent-bg, #LPhmayI8STTRF94fxLJGUMQW7oPpDPyf.lazyload, #LPhmayI8STTRF94fxLJGUMQW7oPpDPyf.lazyloading { background-image: none; }
#NsLwNoSeItK99XfXx7WoGynK7KO87wdu { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15215;line-height:1.6;letter-spacing:0;top:90.375rem;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; }
#ufMXy4bstCWldwkTZtehfcFi0vPHlMVD { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15120;line-height:1.3;letter-spacing:0;top:87rem;left:22.5625rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a9DDUAFVKkeVuyuVtdA08Na4d4P9NwbW { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:15067;text-align:center;text-align-last:center;top:94.5rem;left:24.625rem;display:block; }
#WbfwghvXDxcgSUUiVfx19y2L9D5FlmS2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qIhgKfEczQFhvPqq0z0MWMdiBEEZQdkp { position:absolute;display:block;z-index:15353;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7495rem;width:14.375rem;top:99.4375rem;left:21.9375rem;display:block; }#qIhgKfEczQFhvPqq0z0MWMdiBEEZQdkp.adaptive-delivery-prevent-bg, #qIhgKfEczQFhvPqq0z0MWMdiBEEZQdkp.lazyload, #qIhgKfEczQFhvPqq0z0MWMdiBEEZQdkp.lazyloading { background-image: none; }
#OheNGTzMhGAa9T5W7Qz2UgvSwptrh0bs { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15467;line-height:1.6;letter-spacing:0;top:107.375rem;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; }
#OacVF3O3iN8JX2TNi1H2bNIZvlIhCc9B { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15372;line-height:1.3;letter-spacing:0;top:103.5rem;left:23.125rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DTUEhPNbeKfrs60wIONfRJvgV5rtP7fB { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8098125rem;height:2.7478rem;text-decoration:none;z-index:15114;text-align:center;text-align-last:center;top:111.0625rem;left:24.8125rem;display:block; }
#O4sawqFV2rQahPd6fv0BeiayVF6ERUzT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V6QLtvv5iIfTCQlm1N0qzBghwqghr1Ld { position:absolute;display:block;z-index:15348;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7495rem;width:14.375rem;top:99.5rem;left:4.1875rem;display:block; }#V6QLtvv5iIfTCQlm1N0qzBghwqghr1Ld.adaptive-delivery-prevent-bg, #V6QLtvv5iIfTCQlm1N0qzBghwqghr1Ld.lazyload, #V6QLtvv5iIfTCQlm1N0qzBghwqghr1Ld.lazyloading { background-image: none; }
#rT9F7EsQMtdyOut8xiH84Pa0q5i4319V { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15468;line-height:1.6;letter-spacing:0;top:107.6875rem;left:4.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; }
#s97aFHtcIOlNzdbTlmGFCadZQ4szqttr { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15348;line-height:1.3;letter-spacing:0;top:102.5rem;left:5.6875rem;height:3.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Mtm2ScdFmZEls2T0pEX6Vgo5DLJvinHx { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8098125rem;height:2.749025rem;text-decoration:none;z-index:15113;text-align:center;text-align-last:center;top:111.125rem;left:7.375rem;display:block; }
#kZdWSbVemg6UF1TAZAiMwbdL5w5x0Xwx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s6fytSWHETxBLfefNT5Oa5MTSPxiWphi { color:#000000;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15513;line-height:1.5;letter-spacing:0;top:10.3115234375rem;left:59.25rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#dgmnBkv7BmGhzWrIuaH09BtWoBQ4qeBQ { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:8.3125rem;left:40.8125rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wkt7SCgR1WwUw0ebqh1T0kLz7wyV41CU { color:#000000;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:normal;z-index:15515;line-height:1.5;letter-spacing:0;top:10.375rem;left:40.375rem;height:3.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#DlnAEdwyoR925lfQ0Up7nf7W99MN8f2e { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15129;line-height:1.6;letter-spacing:0;top:13.93505859375rem;left:39.311767578125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KdQcJZKOlUZTM0FwgfOhlA5INBzPPQaa { color:#000000;display:block;width:13.4375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15514;line-height:1.5;letter-spacing:0;top:25.136474609375rem;left:58.124267578125rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#kghLTmOyzRnAazGyc9G0rI5POJEHrZwl { color:#000000;display:block;width:13.4375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15515;line-height:1.5;letter-spacing:0;top:26.260498046875rem;left:39.436279296875rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#u1h9gxzsB3KxdiJJKw2XguXsfXsEZgk4 { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15418;line-height:1.3;letter-spacing:0;top:23.874267578125rem;left:21.9990234375rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NgFkkmWO5hhITPo8LHGTXtXZOoVPSXsK { color:#000000;display:block;width:13.4375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15516;line-height:1.5;letter-spacing:0;top:26.009765625rem;left:21.37353515625rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#UZSsB1qFHgb94ZXCmamhIamxwQyBiD2P { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15517;opacity:1;top:59.8125rem;left:31.4990234375rem; }
#LM90wgeX6WZ6cvIiwWLBBrBrEbmtcdeN { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:60.46142578125rem;left:22.06201171875rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BQxuKbdEZlPhuqZTOmh57cPv6xgNT2Bg { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:54.182861328125rem;left:22.435546875rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sJzLtJXMQK18bPocGcceGg7kKUywTuvx { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:55.33642578125rem;left:3.87451171875rem;height:5.199225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mPG85My8ZZ8cSXW2pdqz86oPrJq2JoFI { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:15110;line-height:1.3;letter-spacing:0;top:72.222412109375rem;left:22.56103515625rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ULJZtpXcggDX6QXnFb64rI1hqlb1oE2S { position:absolute;display:block;z-index:15281;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7495rem;width:14.375rem;top:133.9375rem;left:57.25rem;display:block; }#ULJZtpXcggDX6QXnFb64rI1hqlb1oE2S.adaptive-delivery-prevent-bg, #ULJZtpXcggDX6QXnFb64rI1hqlb1oE2S.lazyload, #ULJZtpXcggDX6QXnFb64rI1hqlb1oE2S.lazyloading { background-image: none; }
#ZmQ9hRmQ6K78975sLW6w7NypLbsDVkHl { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15395;line-height:1.6;letter-spacing:0;top:141.5rem;left:57.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; }
#wwDhdUBt3kSPxVhsZbU8mgTeZfxXMKUm { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15300;line-height:1.3;letter-spacing:0;top:137.375rem;left:58.5rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Sbba3ulPfyiJkRBaDJcVzBZApWtgErEM { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8098125rem;height:2.7478rem;text-decoration:none;z-index:15151;text-align:center;text-align-last:center;top:145.1875rem;left:60.875rem;display:block; }
#Zuamfoz4BoB26Nd7nuoMu1DXLnV0SQl9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Fo1r6Tm8TfUHvhZTbggT2uT1FBZZDrPi { position:absolute;display:block;z-index:15301;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7495rem;width:14.375rem;top:133.9375rem;left:39.625rem;display:block; }#Fo1r6Tm8TfUHvhZTbggT2uT1FBZZDrPi.adaptive-delivery-prevent-bg, #Fo1r6Tm8TfUHvhZTbggT2uT1FBZZDrPi.lazyload, #Fo1r6Tm8TfUHvhZTbggT2uT1FBZZDrPi.lazyloading { background-image: none; }
#TWk4ezWP2fUgUu92fI4c5mHyZlENf22J { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15320;line-height:1.3;letter-spacing:0;top:138rem;left:40.625rem;height:1.54394375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i1LvKddfcmsF1EhrVfVVUKrNTxSblhUD { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15415;line-height:1.6;letter-spacing:0;top:141.5rem;left:39.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; }
#J2yguZvWa8rJwn3w4Px1vKfhaO8bsbHw { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8098125rem;height:2.7478rem;text-decoration:none;z-index:15155;text-align:center;text-align-last:center;top:145.3125rem;left:42.25rem;display:block; }
#JC7QMddSPUrFE1icGszgGKEZhlkOQgqK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s15ghCFlmEVwEKD8V76cJwapR2GkSruN { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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:15125;text-align:center;text-align-last:center;top:128.6875rem;left:62.25rem;display:block; }
#DzhN1oFphESn25TVVwtuhffQKznUsGuM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vW7sTAU4RnSuPdsXTzD4t22KEJ5nKVpG { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:15126;text-align:center;text-align-last:center;top:128.6875rem;left:42.25rem;display:block; }
#pApBAa29vHZgPKAkap3kyznvhM4vcIhh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kM4FOSRsNFTxwXDPCOQiUFNckH3k5LQb { position:absolute;display:block;z-index:15417;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7495rem;width:14.375rem;top:133.625rem;left:20.875rem;display:block; }#kM4FOSRsNFTxwXDPCOQiUFNckH3k5LQb.adaptive-delivery-prevent-bg, #kM4FOSRsNFTxwXDPCOQiUFNckH3k5LQb.lazyload, #kM4FOSRsNFTxwXDPCOQiUFNckH3k5LQb.lazyloading { background-image: none; }
#xiXnAvvhsqJUC6JooTKwCn1ZfWivGiP3 { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15531;line-height:1.6;letter-spacing:0;top:141.5625rem;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; }
#v2Rsc116MRWwMiLyvM7SwdmEfrad1Q2O { position:absolute;display:block;z-index:15151;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:117rem;left:58.5rem;display:block; }#v2Rsc116MRWwMiLyvM7SwdmEfrad1Q2O.adaptive-delivery-prevent-bg, #v2Rsc116MRWwMiLyvM7SwdmEfrad1Q2O.lazyload, #v2Rsc116MRWwMiLyvM7SwdmEfrad1Q2O.lazyloading { background-image: none; }
#BA7Qzbez0BKeoLIp5EvQ9B9dXTq8eIIM { position:absolute;display:block;z-index:15156;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:117rem;left:38.8125rem;display:block; }#BA7Qzbez0BKeoLIp5EvQ9B9dXTq8eIIM.adaptive-delivery-prevent-bg, #BA7Qzbez0BKeoLIp5EvQ9B9dXTq8eIIM.lazyload, #BA7Qzbez0BKeoLIp5EvQ9B9dXTq8eIIM.lazyloading { background-image: none; }
#Nylh3VrlMx1JPqPmWApLSebyTzWwZbKD { position:absolute;display:block;z-index:15165;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:117rem;left:21.125rem;display:block; }#Nylh3VrlMx1JPqPmWApLSebyTzWwZbKD.adaptive-delivery-prevent-bg, #Nylh3VrlMx1JPqPmWApLSebyTzWwZbKD.lazyload, #Nylh3VrlMx1JPqPmWApLSebyTzWwZbKD.lazyloading { background-image: none; }
#yItX5f8b25db404be6JXQJoKWNgtf4Dc { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:15131;text-align:center;text-align-last:center;top:128.6875rem;left:25.0625rem;display:block; }
#GznXMVXp6LbIutgRFiQgET0d1RFXpExs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eKUoAA13SHCHdvEr3Vqy0eJ3uTZPS0H2 { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15436;line-height:1.3;letter-spacing:0;top:138rem;left:22.0625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oeJRq8zcgJrTtDo2UuPGVdTSZxONHXiy { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8098125rem;height:2.7478rem;text-decoration:none;z-index:15178;text-align:center;text-align-last:center;top:145.25rem;left:23.75rem;display:block; }
#cxkb22PuT6grTqQqW6mwtA0Vg4wivF4I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DA4hOhQFLXtp6iLXBVFsMFtTOLf3hi2W { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15265;line-height:1.6;letter-spacing:0;top:124.5625rem;left:58.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; }
#uoJ83dU5WsKWh6r0MlaUiJDy07s9bhmc { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15170;line-height:1.3;letter-spacing:0;top:120.6875rem;left:59.5625rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qg69TG4x16UIlBBrrHdQAgPQTZCDw5zn { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15175;line-height:1.3;letter-spacing:0;top:119.9375rem;left:40.0625rem;height:4.1425875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qo3OuofUiBKcnKgimlciu56hKRqghFnn { position:absolute;display:block;z-index:15161;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:117rem;left:3.25rem;display:block; }#qo3OuofUiBKcnKgimlciu56hKRqghFnn.adaptive-delivery-prevent-bg, #qo3OuofUiBKcnKgimlciu56hKRqghFnn.lazyload, #qo3OuofUiBKcnKgimlciu56hKRqghFnn.lazyloading { background-image: none; }
#vgVbDbv88fWVkTR1pcAG76V8cWURip83 { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15275;line-height:1.6;letter-spacing:0;top:125.5625rem;left:3.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; }
#Zq3EXpHCElDmy1rVGXtlCKvtu2IItLFK { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15180;line-height:1.3;letter-spacing:0;top:121.1875rem;left:5.125rem;height:4.142575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MvWKk5GMkKqZ28GdHfVcIBJ7xU368NfB { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15276;line-height:1.6;letter-spacing:0;top:125.125rem;left:38.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; }
#eAaLGN9UbLll0khIEImhqGng2mJi9pEo { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8098125rem;height:2.7478rem;text-decoration:none;z-index:15127;text-align:center;text-align-last:center;top:128.5625rem;left:6.875rem;display:block; }
#zyw1upbKAFMOGQVaMETsEkVrg7onqCcU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V5iW0JPC2DNfFCNB6iHtEwXop0Tr689Q { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15279;line-height:1.6;letter-spacing:0;top:124.9375rem;left:21.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; }
#SzIU8PXKDI8pHADaSzDZbvSUsXdZvk5i { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15184;line-height:1.3;letter-spacing:0;top:118.75rem;left:22.8125rem;height:5.52344375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Mrk9NBrSqnFpIHDtIbtRb1hQ06bkF4Jb { position:absolute;display:block;z-index:15412;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7495rem;width:14.375rem;top:133.6875rem;left:3.125rem;display:block; }#Mrk9NBrSqnFpIHDtIbtRb1hQ06bkF4Jb.adaptive-delivery-prevent-bg, #Mrk9NBrSqnFpIHDtIbtRb1hQ06bkF4Jb.lazyload, #Mrk9NBrSqnFpIHDtIbtRb1hQ06bkF4Jb.lazyloading { background-image: none; }
#RzCraiplNLApu8KKi3EOVVgVg74SL45V { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15532;line-height:1.6;letter-spacing:0;top:141.875rem;left:3.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; }
#E8LuxvwrLSEr1SQ7cJRhslJwCnbey1o0 { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15412;line-height:1.3;letter-spacing:0;top:136.6875rem;left:4.625rem;height:4.62890625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IXFWAPoMILL9UDbgFKThad9lez3GGoiS { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8098125rem;height:2.749025rem;text-decoration:none;z-index:15177;text-align:center;text-align-last:center;top:145.3125rem;left:6.3125rem;display:block; }
#LyFuKD756pux13ls2rWJOkBBgU14pdWc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mG6rdZ76WnZVZJDbFBM8fkUMWQzXXFEK { position:absolute;display:block;z-index:15313;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7495rem;width:14.375rem;top:167.1875rem;left:57.25rem;display:block; }#mG6rdZ76WnZVZJDbFBM8fkUMWQzXXFEK.adaptive-delivery-prevent-bg, #mG6rdZ76WnZVZJDbFBM8fkUMWQzXXFEK.lazyload, #mG6rdZ76WnZVZJDbFBM8fkUMWQzXXFEK.lazyloading { background-image: none; }
#h61k0Mw3fdXIWnmJEE14vW2Xy2hpUnfN { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15427;line-height:1.6;letter-spacing:0;top:174.75rem;left:57.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; }
#TE3QZ8FPNb8hfuTAR3679WkxW6Ptp86b { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15332;line-height:1.3;letter-spacing:0;top:170.625rem;left:58.5rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qLfHFOggaSdC0c0RNVM862kKgQ3CQbv5 { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8098125rem;height:2.7478rem;text-decoration:none;z-index:15183;text-align:center;text-align-last:center;top:178.4375rem;left:60.875rem;display:block; }
#OB0z8y3QknJq6w20G9UENEFzpF6396S8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FnCcqLPTzGLwNA7ZLTpRHX7fisKAdOGd { position:absolute;display:block;z-index:15333;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7495rem;width:14.375rem;top:167.1875rem;left:39.625rem;display:block; }#FnCcqLPTzGLwNA7ZLTpRHX7fisKAdOGd.adaptive-delivery-prevent-bg, #FnCcqLPTzGLwNA7ZLTpRHX7fisKAdOGd.lazyload, #FnCcqLPTzGLwNA7ZLTpRHX7fisKAdOGd.lazyloading { background-image: none; }
#xLhJU6Ad9bLkmTo35TqHZIG38q6LoegK { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15352;line-height:1.3;letter-spacing:0;top:171.25rem;left:40.625rem;height:1.54394375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iy7NTmpN8HdEbUbRcRId9dd5KBcZgFz1 { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15447;line-height:1.6;letter-spacing:0;top:174.75rem;left:39.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; }
#DTtxEBBmKWWsO4xbdKo4ZSiNJTmP8uRN { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8098125rem;height:2.7478rem;text-decoration:none;z-index:15187;text-align:center;text-align-last:center;top:178.5625rem;left:42.25rem;display:block; }
#ROKpPnwKR31bp8gc52lf4OgZgcuxBsth { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XgTLqPmuwmpClZBHtpLNIekkeqSPR5S3 { position:absolute;display:block;z-index:15449;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7495rem;width:14.375rem;top:166.875rem;left:20.875rem;display:block; }#XgTLqPmuwmpClZBHtpLNIekkeqSPR5S3.adaptive-delivery-prevent-bg, #XgTLqPmuwmpClZBHtpLNIekkeqSPR5S3.lazyload, #XgTLqPmuwmpClZBHtpLNIekkeqSPR5S3.lazyloading { background-image: none; }
#ZLegLD6hZiRFvBNLDWMK5IO7ITE9Tzem { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15563;line-height:1.6;letter-spacing:0;top:174.8125rem;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; }
#etPfs9QeI8agu09SQIM5sUyvATqGKa8u { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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:15157;text-align:center;text-align-last:center;top:161.9375rem;left:62.25rem;display:block; }
#Pz8zrPMbfZT92pEBmUXu2eZe6PMGwWe1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eUKkvkLbpb5MCiIovDAtVTwJHzc5QLm5 { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:15158;text-align:center;text-align-last:center;top:161.9375rem;left:42.25rem;display:block; }
#UAostFMhfDdN7GOzvaAlUH8AT2kCh8dQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#axPS8yKkUK0BtpxE9kfz9SefLn97rre1 { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:15163;text-align:center;text-align-last:center;top:161.9375rem;left:23.5625rem;display:block; }
#umbw4S0NRERQHb1m6NPMbOGPesSuI1kg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#myH9CRv7q4CTq8C8EtRD2elyUdqTIwoG { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15468;line-height:1.3;letter-spacing:0;top:171.25rem;left:22.0625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ayk5PTnTfkDE08cQzL6TGMuyxdw3cp4u { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8098125rem;height:2.7478rem;text-decoration:none;z-index:15210;text-align:center;text-align-last:center;top:178.5rem;left:23.75rem;display:block; }
#HyPDzpa6fvTV5SStgFsfsQWmGZnzkDbO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ix52y2G1Fu10KLV02e4xp2bQP5UHsc1b { position:absolute;display:block;z-index:15183;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:150.25rem;left:58.5rem;display:block; }#Ix52y2G1Fu10KLV02e4xp2bQP5UHsc1b.adaptive-delivery-prevent-bg, #Ix52y2G1Fu10KLV02e4xp2bQP5UHsc1b.lazyload, #Ix52y2G1Fu10KLV02e4xp2bQP5UHsc1b.lazyloading { background-image: none; }
#MnVAt3yoA5uUGesiGRkqN6TMnCINqKQ5 { position:absolute;display:block;z-index:15188;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:150.25rem;left:38.8125rem;display:block; }#MnVAt3yoA5uUGesiGRkqN6TMnCINqKQ5.adaptive-delivery-prevent-bg, #MnVAt3yoA5uUGesiGRkqN6TMnCINqKQ5.lazyload, #MnVAt3yoA5uUGesiGRkqN6TMnCINqKQ5.lazyloading { background-image: none; }
#FBfgAMPfZ4v9BHgeHzptLq2TW4k6ZnrT { position:absolute;display:block;z-index:15197;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:150.25rem;left:19.625rem;display:block; }#FBfgAMPfZ4v9BHgeHzptLq2TW4k6ZnrT.adaptive-delivery-prevent-bg, #FBfgAMPfZ4v9BHgeHzptLq2TW4k6ZnrT.lazyload, #FBfgAMPfZ4v9BHgeHzptLq2TW4k6ZnrT.lazyloading { background-image: none; }
#nBJvS4FLQSDdAK3qWDIFkThIFN1vStkc { position:absolute;display:block;z-index:15193;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:150.25rem;left:0rem;display:block; }#nBJvS4FLQSDdAK3qWDIFkThIFN1vStkc.adaptive-delivery-prevent-bg, #nBJvS4FLQSDdAK3qWDIFkThIFN1vStkc.lazyload, #nBJvS4FLQSDdAK3qWDIFkThIFN1vStkc.lazyloading { background-image: none; }
#hfOtkrOHlvZwIA0S2e8OITsV5COuncpS { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15307;line-height:1.6;letter-spacing:0;top:158.8125rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bz8fKdbhvRzRdwgZbC1TNwzZLvdIGypA { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15308;line-height:1.6;letter-spacing:0;top:158.875rem;left:38rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yJnCV2AU7R023GHg9IuLNcVmOgoM8Lzr { position:absolute;display:block;z-index:15444;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7495rem;width:14.375rem;top:166.9375rem;left:3.125rem;display:block; }#yJnCV2AU7R023GHg9IuLNcVmOgoM8Lzr.adaptive-delivery-prevent-bg, #yJnCV2AU7R023GHg9IuLNcVmOgoM8Lzr.lazyload, #yJnCV2AU7R023GHg9IuLNcVmOgoM8Lzr.lazyloading { background-image: none; }
#lImaD1rAf5tpxWJwCnPdtDmaQNf0d7Ev { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15564;line-height:1.6;letter-spacing:0;top:175.125rem;left:3.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; }
#HXs7nhmzAolozKhc8uqHVBu8StP3XoWS { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15444;line-height:1.3;letter-spacing:0;top:170.9375rem;left:4.625rem;height:1.54394375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tvLgkBF3gB7JpASM8q7KsUaSJXbCAHHy { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8098125rem;height:2.749025rem;text-decoration:none;z-index:15209;text-align:center;text-align-last:center;top:178.5625rem;left:6.3125rem;display:block; }
#MknCJvO3XWr9RXERCANFGz8ehIRolTea { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Je9zXBoVWAJFSPQiAHW8E8cNUJMTVKmM { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15297;line-height:1.6;letter-spacing:0;top:157.8125rem;left:58.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; }
#XxPNZdu0wGk91B23CZUh6euRHobEdgu1 { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8098125rem;height:2.7478rem;text-decoration:none;z-index:15159;text-align:center;text-align-last:center;top:161.8125rem;left:3.625rem;display:block; }
#zSIVfJyfCISLDG4PW3eHpRMew7BtrlgW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XD4Mr8VUIbT379dyVZ7Nvp4Oceeye1Bc { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15311;line-height:1.6;letter-spacing:0;top:158.1875rem;left:19.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; }
#AdFl7UePVqDAuTo8n5FIiMVUifl20VMu { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15207;line-height:1.3;letter-spacing:0;top:153.9375rem;left:40.0625rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UDvDXhXbZIHrSt2SUl0qx3g7UFBvK5Dx { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15212;line-height:1.3;letter-spacing:0;top:154.4375rem;left:1.875rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xaUahvzTcbQMwPw9ThTml91bWhvJSsNH { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15216;line-height:1.3;letter-spacing:0;top:153.625rem;left:21.3125rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yXoM46gc4MptJ0Ta75ggK0yd0o9LQnf7 { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15202;line-height:1.3;letter-spacing:0;top:153.9375rem;left:59.5625rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XyOUhTspmignyEepdS1CVFdWUu6XJMxe { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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:15189;text-align:center;text-align-last:center;top:196.2177734375rem;left:62.6171875rem;display:block; }
#gALoGxyALerEUVzVtq2yuJQXB5UUrVPR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#niUv1mhW5Gb4BRdJPvecf6m5fG58wXpS { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:15190;text-align:center;text-align-last:center;top:196.2177734375rem;left:42.6171875rem;display:block; }
#quBQ7z2AcU0CJJ2LBMRkH5yTO9nq9rVJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HmhMJX3g41QKRCfrVPv1Hs5TdEx6P3rN { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:15195;text-align:center;text-align-last:center;top:196.2177734375rem;left:23.929443359375rem;display:block; }
#NmR0855JZZKGLI8Uc85HF9zmPdvtqemN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#myMshc60KoITREGMiQ61xTxsQp1ITUys { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8098125rem;height:2.7478rem;text-decoration:none;z-index:15191;text-align:center;text-align-last:center;top:196.09326171875rem;left:3.99169921875rem;display:block; }
#sQFrGvXyERX48ofQssS75GRgOXKNhzNW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f9GuUy7wwLNrBPxNHC93XHzDTkQyS7D5 { position:absolute;display:block;z-index:15215;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:184.53076171875rem;left:58.8671875rem;display:block; }#f9GuUy7wwLNrBPxNHC93XHzDTkQyS7D5.adaptive-delivery-prevent-bg, #f9GuUy7wwLNrBPxNHC93XHzDTkQyS7D5.lazyload, #f9GuUy7wwLNrBPxNHC93XHzDTkQyS7D5.lazyloading { background-image: none; }
#qOOVGp1wGynf0XniEIqTlT31ageyD3rR { position:absolute;display:block;z-index:15220;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:184.53076171875rem;left:39.1796875rem;display:block; }#qOOVGp1wGynf0XniEIqTlT31ageyD3rR.adaptive-delivery-prevent-bg, #qOOVGp1wGynf0XniEIqTlT31ageyD3rR.lazyload, #qOOVGp1wGynf0XniEIqTlT31ageyD3rR.lazyloading { background-image: none; }
#ZUo65Gc21D3LzL2oTBUTgo04FXcKZWa6 { position:absolute;display:block;z-index:15229;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:184.53076171875rem;left:19.991455078125rem;display:block; }#ZUo65Gc21D3LzL2oTBUTgo04FXcKZWa6.adaptive-delivery-prevent-bg, #ZUo65Gc21D3LzL2oTBUTgo04FXcKZWa6.lazyload, #ZUo65Gc21D3LzL2oTBUTgo04FXcKZWa6.lazyloading { background-image: none; }
#zBi4vnQ7VrTDeg4GkfaXuALQTn9HeA70 { position:absolute;display:block;z-index:15225;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:184.53076171875rem;left:0.3662109375rem;display:block; }#zBi4vnQ7VrTDeg4GkfaXuALQTn9HeA70.adaptive-delivery-prevent-bg, #zBi4vnQ7VrTDeg4GkfaXuALQTn9HeA70.lazyload, #zBi4vnQ7VrTDeg4GkfaXuALQTn9HeA70.lazyloading { background-image: none; }
#pd5NbNGfyrG3yqhIAUggMmWwzZvQc5ns { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15339;line-height:1.6;letter-spacing:0;top:193.0927734375rem;left:0.3662109375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ox1NRe4fq7mOCrs5h5KrQMGXCvz9GmW3 { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15340;line-height:1.6;letter-spacing:0;top:193.15625rem;left:38.36669921875rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#M49gtTuMrxTv3IpxNZuaTJPK8QgQtcpF { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15329;line-height:1.6;letter-spacing:0;top:192.09301757812rem;left:58.8671875rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aPipwTEsx1pRJpsoCwaAuODLE2TcXMIk { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15343;line-height:1.6;letter-spacing:0;top:192.4677734375rem;left:19.991455078125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#auiNbiV7QIInr1pNd4JkBf2A6y4LEaNS { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15239;line-height:1.3;letter-spacing:0;top:188.21850585938rem;left:40.4296875rem;height:4.14258125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LtRn0etsIupfoWaXwomywU56cD2tM6XX { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:15244;line-height:1.3;letter-spacing:0;top:188.7177734375rem;left:2.2412109375rem;height:3.89941875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qu6rtSGNTd5UoQdkwi5BdfTbeMVTfPn9 { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15248;line-height:1.3;letter-spacing:0;top:187.90600585938rem;left:21.6796875rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IwSsogqGFCM1GQlBvaMUe84oN9tiH5LT { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15234;line-height:1.3;letter-spacing:0;top:188.21850585938rem;left:59.92919921875rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZMob3JqlTTZf0hQsMSN7k0S46Wbq3VUc { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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:15204;text-align:center;text-align-last:center;top:212.3125rem;left:62.25rem;display:block; }
#IEKqK3tGVs53Q7ZDQZkw3TS77E25u0nx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uMBKgyyROCaIfXIEws70EkNOsCbHVTAG { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:15205;text-align:center;text-align-last:center;top:212.3125rem;left:42.25rem;display:block; }
#fzcZhRWxnmrtzVWQzBEAcqbvowVh2GO2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qorKDKegMx3uFJoRdscyBCg0kMvxHPbv { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:15210;text-align:center;text-align-last:center;top:212.3125rem;left:23.5625rem;display:block; }
#QQhs1GmS83cUKewRGt5aZDC21q0W4yLr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qLLJqTLSmsLIylsA8qvK3Hz87TUyHadm { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8098125rem;height:2.7478rem;text-decoration:none;z-index:15206;text-align:center;text-align-last:center;top:212.1875rem;left:3.625rem;display:block; }
#qIecJv74MIbPGTuBPXPypqgP3Jd4Zztd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a90MiXGpOAgckmBi17PX3ZfWKN0SUL6v { position:absolute;display:block;z-index:15230;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:200.625rem;left:58.5rem;display:block; }#a90MiXGpOAgckmBi17PX3ZfWKN0SUL6v.adaptive-delivery-prevent-bg, #a90MiXGpOAgckmBi17PX3ZfWKN0SUL6v.lazyload, #a90MiXGpOAgckmBi17PX3ZfWKN0SUL6v.lazyloading { background-image: none; }
#ATcTEAeD1H611Xzn0B6dItszsQaMTguF { position:absolute;display:block;z-index:15235;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:200.625rem;left:38.8125rem;display:block; }#ATcTEAeD1H611Xzn0B6dItszsQaMTguF.adaptive-delivery-prevent-bg, #ATcTEAeD1H611Xzn0B6dItszsQaMTguF.lazyload, #ATcTEAeD1H611Xzn0B6dItszsQaMTguF.lazyloading { background-image: none; }
#qVWroZEKDggorcqpNPedE1nOC2V46T2h { position:absolute;display:block;z-index:15244;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:200.625rem;left:19.625rem;display:block; }#qVWroZEKDggorcqpNPedE1nOC2V46T2h.adaptive-delivery-prevent-bg, #qVWroZEKDggorcqpNPedE1nOC2V46T2h.lazyload, #qVWroZEKDggorcqpNPedE1nOC2V46T2h.lazyloading { background-image: none; }
#mUtsXv2QhMvZmLpffr14kpedrnbmm6L5 { position:absolute;display:block;z-index:15240;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:200.625rem;left:0rem;display:block; }#mUtsXv2QhMvZmLpffr14kpedrnbmm6L5.adaptive-delivery-prevent-bg, #mUtsXv2QhMvZmLpffr14kpedrnbmm6L5.lazyload, #mUtsXv2QhMvZmLpffr14kpedrnbmm6L5.lazyloading { background-image: none; }
#nDxxCGa9TG4rBRVZoypTZExvBUacEqd2 { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15354;line-height:1.6;letter-spacing:0;top:209.1875rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MGd1Cn8egTBTGT5RFUkti1fmAyZOgvRM { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15355;line-height:1.6;letter-spacing:0;top:209rem;left:38.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; }
#LEOpFFzEMErihCiZoMl9Ls4sWr3x4zZx { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15358;line-height:1.6;letter-spacing:0;top:208.5625rem;left:19.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; }
#pWdFshPR3oGrcinobWbfbgNqfnfE5Lkb { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15344;line-height:1.6;letter-spacing:0;top:208.1875rem;left:58.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; }
#Brqza5D8mHio7FiC5vWvqM056cMToW5T { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15254;line-height:1.3;letter-spacing:0;top:204.375rem;left:40.0625rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iUzxUteTSEgfqILrOUDuu9DdCL9xPosn { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15259;line-height:1.3;letter-spacing:0;top:204.8125rem;left:1.875rem;height:2.9248rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uh9Ly6mgb9iiKVy7TP3R6anaTRTe2Vuf { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15249;line-height:1.3;letter-spacing:0;top:204.375rem;left:59.5625rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#An9lNQ2qaPJnBilJz5JNnHpZK5NVta6I { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15255;line-height:1.3;letter-spacing:0;top:204.619140625rem;left:20.687255859375rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cEZV3y0Jy8Jv7DBCTxqqFMwVe2HsW3Db { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8098125rem;height:2.749025rem;text-decoration:none;z-index:15220;text-align:center;text-align-last:center;top:228.625rem;left:61rem;display:block; }
#zNfVnte1k8v2qXnVzSFyLNbdnPV2SfF3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xkmTLR0fLqKh4bzcRqzGhXAPITxgn5WV { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:15221;text-align:center;text-align-last:center;top:228.625rem;left:42.125rem;display:block; }
#annTf7P13TD1HAd8KiEoA1UXfIOTTBLq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Smv8X1inpl4ZuG5OkfSXCLf07FNhmHB6 { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:15226;text-align:center;text-align-last:center;top:228.625rem;left:23.4375rem;display:block; }
#G46DgHcTTn4yd3zvE1aaWbDMtKm67bTn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QDAwUT8qciezNQID2c3y8DA5Pfx3rhFQ { position:absolute;display:block;z-index:15246;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:216.9375rem;left:58.375rem;display:block; }#QDAwUT8qciezNQID2c3y8DA5Pfx3rhFQ.adaptive-delivery-prevent-bg, #QDAwUT8qciezNQID2c3y8DA5Pfx3rhFQ.lazyload, #QDAwUT8qciezNQID2c3y8DA5Pfx3rhFQ.lazyloading { background-image: none; }
#vKC8t9kTXhTpV0dKs0DMwftNLcNuOvwn { position:absolute;display:block;z-index:15251;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:216.9375rem;left:38.6875rem;display:block; }#vKC8t9kTXhTpV0dKs0DMwftNLcNuOvwn.adaptive-delivery-prevent-bg, #vKC8t9kTXhTpV0dKs0DMwftNLcNuOvwn.lazyload, #vKC8t9kTXhTpV0dKs0DMwftNLcNuOvwn.lazyloading { background-image: none; }
#ignFOi2GaaovbrNFTuDmypzuKqRa2a9M { position:absolute;display:block;z-index:15260;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:216.9375rem;left:19.5rem;display:block; }#ignFOi2GaaovbrNFTuDmypzuKqRa2a9M.adaptive-delivery-prevent-bg, #ignFOi2GaaovbrNFTuDmypzuKqRa2a9M.lazyload, #ignFOi2GaaovbrNFTuDmypzuKqRa2a9M.lazyloading { background-image: none; }
#naTfVHIxfNiaxCtUAdrTXMLbWkddVEuk { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15374;line-height:1.6;letter-spacing:0;top:224.875rem;left:19.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; }
#h6FdqE0AzezSB4tqc3Xa7TQI7Jz618OR { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15270;line-height:1.3;letter-spacing:0;top:221.5rem;left:39.9375rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QF4UQqxQ0JuKs2EXmDlVDaon1BsW30pz { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15265;line-height:1.3;letter-spacing:0;top:219.8125rem;left:59.4375rem;height:5.52345rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x8kgef1MEtXaXolGJzuUTUlhPCHwiDK9 { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15271;line-height:1.3;letter-spacing:0;top:220.9375rem;left:20.5625rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ChESlQ4B8pERumBFG4ZoXHFFq3zS4BaH { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15372;line-height:1.6;letter-spacing:0;top:225.4375rem;left:58.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; }
#uO7E3T51egaAm4NhevEK183xSoU4zAOR { position:absolute;display:block;z-index:15262;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:3.8125rem;width:14.375rem;top:271.5625rem;left:16.5rem;display:block; }#uO7E3T51egaAm4NhevEK183xSoU4zAOR.adaptive-delivery-prevent-bg, #uO7E3T51egaAm4NhevEK183xSoU4zAOR.lazyload, #uO7E3T51egaAm4NhevEK183xSoU4zAOR.lazyloading { background-image: none; }
#bxfm4rrNyyadxRTxAbeTETS4v19ryyfI { position:absolute;display:block;z-index:15263;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:3.81225625rem;width:14.375rem;top:271.25rem;left:45.25rem;display:block; }#bxfm4rrNyyadxRTxAbeTETS4v19ryyfI.adaptive-delivery-prevent-bg, #bxfm4rrNyyadxRTxAbeTETS4v19ryyfI.lazyload, #bxfm4rrNyyadxRTxAbeTETS4v19ryyfI.lazyloading { background-image: none; }
#GzT1CxTgNTQMQlST6XLSOLqmnTE9NxyQ { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15272;line-height:1.3;letter-spacing:0;top:272.5rem;left:46.5rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bTapEIbbJVQengodt8huD4Qg4Ldz7EoW { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15273;line-height:1.3;letter-spacing:0;top:272.8125rem;left:18.6875rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CcuRKXMhFVE2nEeBFX8yLk9zu2AJA0aX { color:#000000;display:block;width:3.5620125rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15565;line-height:3;letter-spacing:0;top:276.6875rem;left:36.6875rem;height:15rem;display:block; }
#Ri6aKtyIfvwU5WbLvIUy9sTFcv2i8iEC { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15375;line-height:1.6;letter-spacing:0;top:277.3125rem;left:17.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; }
#HfG1gut8EM8tHuNKf8Qfn6nuCeFpPwzK { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15376;line-height:1.6;letter-spacing:0;top:283.5625rem;left:16.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; }
#IxGQCJa2H9s4d5Xu741uFcksnxmBqwzi { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15377;line-height:1.6;letter-spacing:0;top:286.5rem;left:16.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; }
#AxW78zDiuTzs1PyZnhSayTP8GIepzKOp { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15378;line-height:1.6;letter-spacing:0;top:289.25rem;left:16.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; }
#IEGsmy3NEEH5WCuDA6pTJqw3tJVdqC6U { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15376;line-height:1.6;letter-spacing:0;top:280.75rem;left:17.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; }
#I06pNRCrWByLeEkpKVKxLXUQamIScf5z { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15381;line-height:1.6;letter-spacing:0;top:283.75rem;left:45.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; }
#TpWUQEBcstCfNXHk9hODPctN0GIzeVr9 { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15382;line-height:1.6;letter-spacing:0;top:286.6875rem;left:45.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; }
#dyHy4g72rO2dXr8QTGbnKAblKKQobvA2 { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15383;line-height:1.6;letter-spacing:0;top:289.4375rem;left:45rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ICKWxZl5tAI2sb86CBDp5TG9Z5qaoglT { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15380;line-height:1.6;letter-spacing:0;top:277.5rem;left:45.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; }
#eGUM6zgtavo9LRXIBKbTmJTTCdZUExpZ { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15381;line-height:1.6;letter-spacing:0;top:280.9375rem;left:45.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; }
#KqDQMckislKsBB0tgeChIxEOkDoyZ7At { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.808625rem;height:2.749025rem;text-decoration:none;z-index:15221;text-align:center;text-align-last:center;top:291.6875rem;left:48.0322265625rem;display:block; }
#yl3AgHcevFTqQGerKF9kHMxCpzD2yRmJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#svwLdoX6EqKDQ1mvgITr4t62ZmTHw6X0 { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.808625rem;height:2.749025rem;text-decoration:none;z-index:15222;text-align:center;text-align-last:center;top:291.6875rem;left:20rem;display:block; }
#T80N0WKIvm5XiBsO810ef2lSqgMql9u4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zmiG4GMZzVUVeiAWwkgKkORxXQ38nt8d { position:absolute;display:block;z-index:15257;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:235.375rem;left:58.5rem;display:block; }#zmiG4GMZzVUVeiAWwkgKkORxXQ38nt8d.adaptive-delivery-prevent-bg, #zmiG4GMZzVUVeiAWwkgKkORxXQ38nt8d.lazyload, #zmiG4GMZzVUVeiAWwkgKkORxXQ38nt8d.lazyloading { background-image: none; }
#wxNbn9uVgFvQxkIidSG4NeB8wFvVlg2K { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15276;line-height:1.3;letter-spacing:0;top:239.125rem;left:59.5625rem;height:4.14258125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rSTf6DFUT8hsd2k1q3fIoRoydxQHxT74 { position:absolute;display:block;z-index:15262;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:235.375rem;left:38.8125rem;display:block; }#rSTf6DFUT8hsd2k1q3fIoRoydxQHxT74.adaptive-delivery-prevent-bg, #rSTf6DFUT8hsd2k1q3fIoRoydxQHxT74.lazyload, #rSTf6DFUT8hsd2k1q3fIoRoydxQHxT74.lazyloading { background-image: none; }
#KqGQ9ASpSCzPe7GAEeQRJFStyRExylro { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15382;line-height:1.6;letter-spacing:0;top:243.4375rem;left:38.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; }
#XHbC8ywuXMTVu2PCxhU0i2GbUZITwWst { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15371;line-height:1.6;letter-spacing:0;top:243.625rem;left:58.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; }
#QAhDHtSWAr4fqM6vpymbuLtIhl9CAEE8 { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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:15231;text-align:center;text-align-last:center;top:247.0625rem;left:62.25rem;display:block; }
#KpWuf35O5UsJeFgGJ9tATJKi6thlg6HX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fTOBWTGtK9wAy9T0CvU0OR1SJXPuQAzw { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:15232;text-align:center;text-align-last:center;top:247.0625rem;left:42.25rem;display:block; }
#K83CwkkZMTwr9Tb7gfqsOxtBZngolpaS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZaHn7iqgu3THdnkqiil9XVr1uuJhkk4x { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:15237;text-align:center;text-align-last:center;top:247.0625rem;left:23.5625rem;display:block; }
#ahWBZQOKU63AUwOTTiKXh203g9sownIA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Fyx59Uuc1EyLxu5BLwC0CugyTfvsOVUK { position:absolute;display:block;z-index:15271;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:235.375rem;left:19.625rem;display:block; }#Fyx59Uuc1EyLxu5BLwC0CugyTfvsOVUK.adaptive-delivery-prevent-bg, #Fyx59Uuc1EyLxu5BLwC0CugyTfvsOVUK.lazyload, #Fyx59Uuc1EyLxu5BLwC0CugyTfvsOVUK.lazyloading { background-image: none; }
#BMt6PxovDbnT4i0aMNO7R2zng4wQbmvp { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15385;line-height:1.6;letter-spacing:0;top:243.3125rem;left:19.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; }
#yKn70V3yMW5txv3fwHqdWt1K8FBiFbw4 { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8098125rem;height:2.7478rem;text-decoration:none;z-index:15233;text-align:center;text-align-last:center;top:246.9375rem;left:3.625rem;display:block; }
#U3Xevfv38nMVgcTXfos8n0ivf9MXEpB5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GT81bt89A7KmLNLhZ8rpduL2cfUCM9UU { position:absolute;display:block;z-index:15267;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:235.375rem;left:0rem;display:block; }#GT81bt89A7KmLNLhZ8rpduL2cfUCM9UU.adaptive-delivery-prevent-bg, #GT81bt89A7KmLNLhZ8rpduL2cfUCM9UU.lazyload, #GT81bt89A7KmLNLhZ8rpduL2cfUCM9UU.lazyloading { background-image: none; }
#q6De6uW97TRKoq7LcRVA6XTZzT4gAcJZ { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15381;line-height:1.6;letter-spacing:0;top:243.9375rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vix6FAbnnLqy5TZk6LXDXUc8hcrUSfcZ { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8098125rem;height:2.749025rem;text-decoration:none;z-index:15247;text-align:center;text-align-last:center;top:263.3125rem;left:61.6875rem;display:block; }
#wvBKrl7Kd8Vy1gwLqsCn7a8DCogenysi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DQxqQlluJgz3TFLOdAhl3rdtfzsN2dpd { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:15248;text-align:center;text-align-last:center;top:263.3125rem;left:42.875rem;display:block; }
#iyT5WwXqbNML4LskZ5DGEchPFmmfHwLF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cpFk9BLZnXDklVTpNALhNOD59hNRmQb2 { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:15253;text-align:center;text-align-last:center;top:228.75rem;left:6.1875rem;display:block; }
#u8GCXq7UWt9ndiWWNe7MtcNr5vnvoUwR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EvgibJZqct8ysUoxprW1LANpSIaMCJWb { position:absolute;display:block;z-index:15273;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:251.625rem;left:59.125rem;display:block; }#EvgibJZqct8ysUoxprW1LANpSIaMCJWb.adaptive-delivery-prevent-bg, #EvgibJZqct8ysUoxprW1LANpSIaMCJWb.lazyload, #EvgibJZqct8ysUoxprW1LANpSIaMCJWb.lazyloading { background-image: none; }
#dAZV4rBptw3BXq7t8vSCdoetMw1B59sy { position:absolute;display:block;z-index:15278;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:251.625rem;left:39.4375rem;display:block; }#dAZV4rBptw3BXq7t8vSCdoetMw1B59sy.adaptive-delivery-prevent-bg, #dAZV4rBptw3BXq7t8vSCdoetMw1B59sy.lazyload, #dAZV4rBptw3BXq7t8vSCdoetMw1B59sy.lazyloading { background-image: none; }
#BqZUDEpnC94WSLLoTwBycz3aRzntDyVv { position:absolute;display:block;z-index:15287;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:217.0625rem;left:2.25rem;display:block; }#BqZUDEpnC94WSLLoTwBycz3aRzntDyVv.adaptive-delivery-prevent-bg, #BqZUDEpnC94WSLLoTwBycz3aRzntDyVv.lazyload, #BqZUDEpnC94WSLLoTwBycz3aRzntDyVv.lazyloading { background-image: none; }
#sZtUO9B0Q2wfkC3ewNa87yinwFi3yp4L { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15401;line-height:1.6;letter-spacing:0;top:225rem;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; }
#rMyvxgK1OuywVqavs6sPBTOIu72heFmu { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15297;line-height:1.3;letter-spacing:0;top:254.875rem;left:40.6875rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hCTw4r5IPXsCI4St9TG6OWFuBcRcn1Ku { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15292;line-height:1.3;letter-spacing:0;top:254.875rem;left:60.1875rem;height:4.14258125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TKBggCyGEiBwVOIST6xVVNBNBAHKUXtJ { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15298;line-height:1.3;letter-spacing:0;top:221.0625rem;left:3.3125rem;height:2.761725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T77Gys8q0BvTF3I3ce7HXc4GbsEfU19d { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15399;line-height:1.6;letter-spacing:0;top:260.0625rem;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; }
#b0sbT5EXkASSsT3soC9UqCfwHv9dpbaL { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15400;line-height:1.6;letter-spacing:0;top:259.9375rem;left:39.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; }
#TwniBkii0NZA2y5LPLeiVMk3X3cDR8d3 { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15277;line-height:1.3;letter-spacing:0;top:238.99169921875rem;left:40.186767578125rem;height:2.761725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HazgXD6enEers7N3yysNPeW51UvulaRL { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15278;line-height:1.3;letter-spacing:0;top:239.36889648438rem;left:21.436767578125rem;height:2.761725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fwOWolDDtpu4RdZ5ZK5gyWEpPfpXwTgn { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15279;line-height:1.3;letter-spacing:0;top:239.36889648438rem;left:1.06201171875rem;height:2.761725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#moNF3TTItd3fvb0gqAtJQcviCpMS6o6O { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8098125rem;height:2.749025rem;text-decoration:none;z-index:15255;text-align:center;text-align-last:center;top:263.4375rem;left:24.5rem;display:block; }
#kTslbNRhFNyt4GNflLHRmZOSdXHx1kvq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HNIwagwaWgPrL3XwPkzxzto0Om1nimLv { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:15256;text-align:center;text-align-last:center;top:263.4375rem;left:5.6875rem;display:block; }
#uli5HOFlTuetyQv1qhcK3p49wPZtmfXT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HCJTUrI3RBLyPW3FTuuS6gcz4FFrOh3f { position:absolute;display:block;z-index:15281;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:251.75rem;left:21.9375rem;display:block; }#HCJTUrI3RBLyPW3FTuuS6gcz4FFrOh3f.adaptive-delivery-prevent-bg, #HCJTUrI3RBLyPW3FTuuS6gcz4FFrOh3f.lazyload, #HCJTUrI3RBLyPW3FTuuS6gcz4FFrOh3f.lazyloading { background-image: none; }
#cFlmI6iLczu4inXdcLVsiqUbpmivs6ga { position:absolute;display:block;z-index:15286;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:251.75rem;left:2.25rem;display:block; }#cFlmI6iLczu4inXdcLVsiqUbpmivs6ga.adaptive-delivery-prevent-bg, #cFlmI6iLczu4inXdcLVsiqUbpmivs6ga.lazyload, #cFlmI6iLczu4inXdcLVsiqUbpmivs6ga.lazyloading { background-image: none; }
#DCKKR8nUbZMnxTnCdVoO4rOZtgRiNkLO { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15305;line-height:1.3;letter-spacing:0;top:256.3125rem;left:3.5rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qwTiV1PtTICoRzRhlChuKK8zphLIap8E { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15300;line-height:1.3;letter-spacing:0;top:255rem;left:23rem;height:4.14258125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o1CaxN5861JXFAXAbyDWu7yxBHwIG294 { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15407;line-height:1.6;letter-spacing:0;top:260rem;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; }
#LVqF750iTht2GVw6vBP5xQ68aKtfg9qF { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15408;line-height:1.6;letter-spacing:0;top:259.625rem;left:1.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; }
#Qqv1rUfPoiIxPlbRRTBE6pQWE4STanB3 { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:49.75rem;left:42.5625rem;display:none; }
#eImux3Sq16n5L9bxSAi9dGRU4oln8e2m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FbdifHPrMFf2lUBoaxykI2frzNTyrV5K { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15373;line-height:1.6;letter-spacing:0;top:225.373046875rem;left:38.6240234375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HfLhZwZHNrAucFGlLDlHMkpwrd48IcuU { 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; }#HfLhZwZHNrAucFGlLDlHMkpwrd48IcuU.adaptive-delivery-prevent-bg, #HfLhZwZHNrAucFGlLDlHMkpwrd48IcuU.lazyload, #HfLhZwZHNrAucFGlLDlHMkpwrd48IcuU.lazyloading { background-image: none; }#HfLhZwZHNrAucFGlLDlHMkpwrd48IcuU > .row .container { background-color: transparent; background-image: none; }#HfLhZwZHNrAucFGlLDlHMkpwrd48IcuU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#HfLhZwZHNrAucFGlLDlHMkpwrd48IcuU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HfLhZwZHNrAucFGlLDlHMkpwrd48IcuU > .row .container > .video-iframe-container { display: none; }#HfLhZwZHNrAucFGlLDlHMkpwrd48IcuU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#HfLhZwZHNrAucFGlLDlHMkpwrd48IcuU > .row > .video-iframe-container { display: none; }#HfLhZwZHNrAucFGlLDlHMkpwrd48IcuU > .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); }#HfLhZwZHNrAucFGlLDlHMkpwrd48IcuU > .row .container { border-width: 0; border-radius: 0; }#HfLhZwZHNrAucFGlLDlHMkpwrd48IcuU::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#HfLhZwZHNrAucFGlLDlHMkpwrd48IcuU > .row > .video-iframe-container {  }#HfLhZwZHNrAucFGlLDlHMkpwrd48IcuU > .row .container { font-size:0.875rem;font-family:arial;height:43.125rem;width:75rem;position:relative;display:block; }#lAWmThyCsd388e3zFuGaeJDoM2qwVxCi { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius: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; }#lAWmThyCsd388e3zFuGaeJDoM2qwVxCi.adaptive-delivery-prevent-bg, #lAWmThyCsd388e3zFuGaeJDoM2qwVxCi.lazyload, #lAWmThyCsd388e3zFuGaeJDoM2qwVxCi.lazyloading { background-image: none; }
#h6f7e5DmAgSIiaqxLC4zcP0PX3SzUsHn { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:8.623779296875rem;left:59.686767578125rem;height:5.84765rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dh9boyhRqwdil3vspPn9UT9ZQT7llsyI { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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:15038;text-align:center;text-align-last:center;top:16.9375rem;left:61.375rem;display:block; }
#aER2iZkzX1mynvHW78mr7uMEaTZ7xTkN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TtCaghT8LPeLkHWPfrdBG9al880Ows0m { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:36.5rem;left:32.875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vxmcAstntXR5AGKqTQAA7lMqtrw1repv { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15120;line-height:1.6;letter-spacing:0;top:13.74853515625rem;left:58.310546875rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EHGMFX1a7MzpEoPBKstEedkTqzvT1x3z { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius: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; }#EHGMFX1a7MzpEoPBKstEedkTqzvT1x3z.adaptive-delivery-prevent-bg, #EHGMFX1a7MzpEoPBKstEedkTqzvT1x3z.lazyload, #EHGMFX1a7MzpEoPBKstEedkTqzvT1x3z.lazyloading { background-image: none; }
#MfDAhXAiHWqIcL0Z2R8V4VwK1InDZbui { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius: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; }#MfDAhXAiHWqIcL0Z2R8V4VwK1InDZbui.adaptive-delivery-prevent-bg, #MfDAhXAiHWqIcL0Z2R8V4VwK1InDZbui.lazyload, #MfDAhXAiHWqIcL0Z2R8V4VwK1InDZbui.lazyloading { background-image: none; }
#yp2EsI9P3qOgfyixOrnlXx4RLcnM5TEV { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:9.186767578125rem;left:21.937255859375rem;height:2.761725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n6iU0MShhhoT341WtDNqh1gW8rFwCg5e { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15128;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; }
#uox6URl6rq1CCrQFOqopkhDFGSATFI6H { position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius: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; }#uox6URl6rq1CCrQFOqopkhDFGSATFI6H.adaptive-delivery-prevent-bg, #uox6URl6rq1CCrQFOqopkhDFGSATFI6H.lazyload, #uox6URl6rq1CCrQFOqopkhDFGSATFI6H.lazyloading { background-image: none; }
#oFPEU7Fal9r1MkVE2W1nkoT8iZCyFTDB { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:7.5751953125rem;left:3.6875rem;height:7.30956875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QToXcG2LICuhJGPGmUsI3LnXDMzHqXe9 { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15132;line-height:1.6;letter-spacing:0;top:15rem;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; }
#rxenM2ktB6N2EXed2DRuhXmCffeUCZvz { position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:23.75rem;left:48.375rem;display:block; }#rxenM2ktB6N2EXed2DRuhXmCffeUCZvz.adaptive-delivery-prevent-bg, #rxenM2ktB6N2EXed2DRuhXmCffeUCZvz.lazyload, #rxenM2ktB6N2EXed2DRuhXmCffeUCZvz.lazyloading { background-image: none; }
#lKB5SHW6Q2FbPPqUSuPdr31dUBBwFvAW { position:absolute;display:block;z-index:15030;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:23.75rem;left:10.75rem;display:block; }#lKB5SHW6Q2FbPPqUSuPdr31dUBBwFvAW.adaptive-delivery-prevent-bg, #lKB5SHW6Q2FbPPqUSuPdr31dUBBwFvAW.lazyload, #lKB5SHW6Q2FbPPqUSuPdr31dUBBwFvAW.lazyloading { background-image: none; }
#cgZrChfBhMN7tg387vzrXrpRuae9q4Ea { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15136;line-height:1.6;letter-spacing:0;top:31.3125rem;left:48.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; }
#DNdvtHoqBhTgWxgM3oLAu68ry8lOOEbU { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15144;line-height:1.6;letter-spacing:0;top:32.0625rem;left:10.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; }
#t7rmrmpzDFoTg3zCAqgZJEtLm9aXIMnh { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:26.4375rem;left:49.5625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JXwaNg4yA1ZZa5UbkAZMnvMs9tlZrbG2 { color:#000000;display:block;width:20.4373125rem;position:absolute;font-family:cairo;font-size:1.9375rem;font-weight:normal;z-index:15071;line-height:1.3;letter-spacing:0;top:0.9345703125rem;left:24.255859375rem;height:2.51855625rem;text-align:center;text-align-last:center;display:block; }
#hWdx8uBTFKRgl285kkNxlM4FrtX7g5VV { position:absolute;display:block;z-index:15398;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.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:24.375rem;left:29.4375rem;display:block; }#hWdx8uBTFKRgl285kkNxlM4FrtX7g5VV.adaptive-delivery-prevent-bg, #hWdx8uBTFKRgl285kkNxlM4FrtX7g5VV.lazyload, #hWdx8uBTFKRgl285kkNxlM4FrtX7g5VV.lazyloading { background-image: none; }
#ahnvTE9ClxFqBu4GoBRAyuSKSL6uz5D6 { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15417;line-height:1.3;letter-spacing:0;top:29rem;left:30.5625rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m6kiSFFcfTRWZ0nTZTzTRp8hTvAIruMW { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15512;line-height:1.6;letter-spacing:0;top:32.3125rem;left:29.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; }
#ClJCRQB9Jf1btsUzP8krMITn9tOMVLVv { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:16.937144756317rem;left:42.218571066856rem;display:block; }
#Mb6JTefQEpbrabW6DdZfenh6usQT9kIl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ufDbrusiTm9DcO0gifeTT7tviU14niTd { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:16.937144756317rem;left:23.935545325279rem;display:block; }
#UGnRu5GEyTaMCLW1clfOlT09WznIGByz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TmqJVoH5r5ClVDtV4nmafsAy51hL4kks { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:16.937144756317rem;left:4.1859019994736rem;display:block; }
#ltrcZJkMlcqqBS21Bdc4Acarh1i9VIoE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#krDwoba1z4SQ3He3Zd6gabiPzKtQWLXT { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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:15042;text-align:center;text-align-last:center;top:36.0625rem;left:51.4375rem;display:block; }
#VSTTZuw3lwPSzuOTs4axWK06e8MrSfsz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g1K5RLc8OylqPUIoBQWGhXBgPxcPdy22 { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:36.0625rem;left:32.25rem;display:block; }
#p3Iq4uo8qRvDPMQK9ex6U5s9mLkW5c6c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BKRX8nCyzg4MITyQQMsaEqMqwAHUgHbE { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:36.0625rem;left:14rem;display:block; }
#gAvOAKvLRFJxXCmMxeoZIhT1htCWbWfL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HCmylXGhLmFQBnxt6aiKb1cWuxhehiN3 { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:8.3125rem;left:40.8125rem;height:4.3857375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Iu47Xlbk98rxPlTZ7BOi83ZtKnimCUdb { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15129;line-height:1.6;letter-spacing:0;top:13.93505859375rem;left:39.311767578125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wL81PiV0ycmz5RZGL3Qzmbmi8q6d84l9 { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15418;line-height:1.3;letter-spacing:0;top:28.5625rem;left:12rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GGVNfsOWiAUWoZOP2Dz5kNJBWutCPdEr { 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; }#GGVNfsOWiAUWoZOP2Dz5kNJBWutCPdEr.adaptive-delivery-prevent-bg, #GGVNfsOWiAUWoZOP2Dz5kNJBWutCPdEr.lazyload, #GGVNfsOWiAUWoZOP2Dz5kNJBWutCPdEr.lazyloading { background-image: none; }#GGVNfsOWiAUWoZOP2Dz5kNJBWutCPdEr > .row .container { background-color: transparent; background-image: none; }#GGVNfsOWiAUWoZOP2Dz5kNJBWutCPdEr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#GGVNfsOWiAUWoZOP2Dz5kNJBWutCPdEr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGVNfsOWiAUWoZOP2Dz5kNJBWutCPdEr > .row .container > .video-iframe-container { display: none; }#GGVNfsOWiAUWoZOP2Dz5kNJBWutCPdEr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#GGVNfsOWiAUWoZOP2Dz5kNJBWutCPdEr > .row > .video-iframe-container { display: none; }#GGVNfsOWiAUWoZOP2Dz5kNJBWutCPdEr > .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); }#GGVNfsOWiAUWoZOP2Dz5kNJBWutCPdEr > .row .container { border-width: 0; border-radius: 0; }#GGVNfsOWiAUWoZOP2Dz5kNJBWutCPdEr::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#GGVNfsOWiAUWoZOP2Dz5kNJBWutCPdEr > .row > .video-iframe-container {  }#GGVNfsOWiAUWoZOP2Dz5kNJBWutCPdEr > .row .container { font-size:0.875rem;font-family:arial;height:76.1875rem;width:75rem;position:relative;display:block; }#onfHpTDLgBUBAUL9mFErlJXLoc8AtvNO { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius: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; }#onfHpTDLgBUBAUL9mFErlJXLoc8AtvNO.adaptive-delivery-prevent-bg, #onfHpTDLgBUBAUL9mFErlJXLoc8AtvNO.lazyload, #onfHpTDLgBUBAUL9mFErlJXLoc8AtvNO.lazyloading { background-image: none; }
#m8HF4u5rm9ekNEdpCGNnm5u7i6lWGqp2 { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:8.623779296875rem;left:59.686767578125rem;height:4.38574375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HkevilG25iVhPApKzI1ErrKVUruLw652 { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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:15038;text-align:center;text-align-last:center;top:16.9375rem;left:61.375rem;display:block; }
#iZAgnnHizKQgKCGAbTmUrO2CB2XVsnLr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MVug28EBa7L7wb1RUDHd4Zqoe6MSZHcR { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:36.5rem;left:32.875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v8meyBDZmS79o45wCdu5BXpZ3e0TvGyn { color:#a0111b;display:block;width:14.3745rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15120;line-height:1.6;letter-spacing:0;top:14.47119140625rem;left:58.31103515625rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AxsaRmuQ7onb54CPSkqe4fQ5RahI4zvi { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius: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; }#AxsaRmuQ7onb54CPSkqe4fQ5RahI4zvi.adaptive-delivery-prevent-bg, #AxsaRmuQ7onb54CPSkqe4fQ5RahI4zvi.lazyload, #AxsaRmuQ7onb54CPSkqe4fQ5RahI4zvi.lazyloading { background-image: none; }
#bGEeA3BlNITlDtR9d3o6X6TRbc9i3v0i { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius: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; }#bGEeA3BlNITlDtR9d3o6X6TRbc9i3v0i.adaptive-delivery-prevent-bg, #bGEeA3BlNITlDtR9d3o6X6TRbc9i3v0i.lazyload, #bGEeA3BlNITlDtR9d3o6X6TRbc9i3v0i.lazyloading { background-image: none; }
#bcXOuquqqD0nqa5aFeGyprSHSttqVFxU { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:9.186767578125rem;left:21.937255859375rem;height:2.761725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DdhEBdpIHLMfiv7Rb2CJPCApdBlQgflD { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15128;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; }
#LUyloTNOPwD7A5pTekPmkrAbWKfRxCnE { position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius: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; }#LUyloTNOPwD7A5pTekPmkrAbWKfRxCnE.adaptive-delivery-prevent-bg, #LUyloTNOPwD7A5pTekPmkrAbWKfRxCnE.lazyload, #LUyloTNOPwD7A5pTekPmkrAbWKfRxCnE.lazyloading { background-image: none; }
#D68VwqBTQHc6QTT0PBeeMTlv2onXTmPL { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:8.07470703125rem;left:3.68701171875rem;height:4.3857375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d3VUULeqBCSsTrAgnlPsoeDNyyBRIhGB { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15132;line-height:1.6;letter-spacing:0;top:14.25rem;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; }
#khfTenfpNf0PuQg2oT1AEUnhUCCEfPzN { position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:23.75rem;left:48.375rem;display:block; }#khfTenfpNf0PuQg2oT1AEUnhUCCEfPzN.adaptive-delivery-prevent-bg, #khfTenfpNf0PuQg2oT1AEUnhUCCEfPzN.lazyload, #khfTenfpNf0PuQg2oT1AEUnhUCCEfPzN.lazyloading { background-image: none; }
#QN7DuWwvVnOylDrvyoEhMhKPDxHBFkJP { position:absolute;display:block;z-index:15030;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:23.75rem;left:10.75rem;display:block; }#QN7DuWwvVnOylDrvyoEhMhKPDxHBFkJP.adaptive-delivery-prevent-bg, #QN7DuWwvVnOylDrvyoEhMhKPDxHBFkJP.lazyload, #QN7DuWwvVnOylDrvyoEhMhKPDxHBFkJP.lazyloading { background-image: none; }
#XSRQxtBRvNB9LkXi3UOe4GVLGe8Zueot { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15136;line-height:1.6;letter-spacing:0;top:31.5rem;left:48.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; }
#yVZrPlPZqzHPKhglPUQUJ967HLs5plCb { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15144;line-height:1.6;letter-spacing:0;top:32.0625rem;left:10.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; }
#D6qlPKwmaDHFG09wNXZ8H99lBDfw6vit { color:#1799eb;display:block;width:12rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:26.4375rem;left:49.5625rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kfxGJTU5aiqEHUJvRt8TF2huqDhdE0dw { color:#000000;display:block;width:20.4365rem;position:absolute;font-family:cairo;font-size:1.9375rem;font-weight:normal;z-index:15071;line-height:1.3;letter-spacing:0;top:1.4345703125rem;left:27.2802734375rem;height:2.51855625rem;text-align:center;text-align-last:center;display:block; }
#gGXEzHHAM4iPDhJ7uUQJPxnndOEkeiQk { position:absolute;display:block;z-index:15398;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.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:24.375rem;left:29.4375rem;display:block; }#gGXEzHHAM4iPDhJ7uUQJPxnndOEkeiQk.adaptive-delivery-prevent-bg, #gGXEzHHAM4iPDhJ7uUQJPxnndOEkeiQk.lazyload, #gGXEzHHAM4iPDhJ7uUQJPxnndOEkeiQk.lazyloading { background-image: none; }
#uOI6BsI0Aa2Ho3WyTUMrIiDItb6JThq9 { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15417;line-height:1.3;letter-spacing:0;top:28.4375rem;left:30.5625rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WrrsXgECuMgH15bqOtkiPkWVenJflZV5 { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15512;line-height:1.6;letter-spacing:0;top:32.3125rem;left:29.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; }
#uHKpSt6diNVKgOqmPzP5JXTO9vJrJTdt { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:16.937144756317rem;left:42.218571066856rem;display:block; }
#svSiXly70EyxqMWLcaENUiiBo5bWegpO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GR7kwExIzJCJFfDsDs6OPbEsmpq5lRxt { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:16.937144756317rem;left:23.935545325279rem;display:block; }
#Sb1dADMyhXvkoMuq1J1paLH8f3kwdJRL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PdnaUN5l5f30m1vGnZOQmahzsN8s3Xzd { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:16.937144756317rem;left:4.1859019994736rem;display:block; }
#EcTWkbgqfHcSqlVUtU18vbtg9NMV9STt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vPkuQ8PxWBLf3g7Dqv0uv4LrPvkAbIeW { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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:15042;text-align:center;text-align-last:center;top:35.3125rem;left:51.5625rem;display:block; }
#q2vUSXKRm4LVGy7ZTcph4OMGkLbPAvK5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QV7Ez27CFrK8VE9C6lkOsMTJGWAOP3pR { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:36.0625rem;left:32.25rem;display:block; }
#bkTlOzQRT15Ja3PasIybyiV4qJPuyeuL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rKRT41hRaTh2ocvMLewDn4ZyQGy3HKGr { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:36.0625rem;left:14rem;display:block; }
#uFQSxXynlnWxkqzDVCbCTAQ8PeZnEyEa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xnGDoIA2iTS2m8WOBa3sXchdIIyQHoXM { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:10.1240234375rem;left:40.81201171875rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TSFOTcfBLa0Z6XJsxMm7hMehUuVsrvT0 { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15129;line-height:1.6;letter-spacing:0;top:13.93505859375rem;left:39.311767578125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#q25FCTFJ9h0cfrsN5qltEG0oJqZqfWPI { color:#1799eb;display:block;width:11.874rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15418;line-height:1.3;letter-spacing:0;top:26.36279296875rem;left:12.474609375rem;height:5.5234375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tLwnvg0FQgXPHWXto0ONrvceNhqzBirP { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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:15071;text-align:center;text-align-last:center;top:71.125rem;left:51.5rem;display:block; }
#FhilTRORmUVAJeAXhc3bG9kreRnrRNzw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zTWpcJ3D6Nnw9wZ9eluFBxlo6ZX9t0a0 { position:absolute;display:block;z-index:15035;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:40.6875rem;left:58.375rem;display:block; }#zTWpcJ3D6Nnw9wZ9eluFBxlo6ZX9t0a0.adaptive-delivery-prevent-bg, #zTWpcJ3D6Nnw9wZ9eluFBxlo6ZX9t0a0.lazyload, #zTWpcJ3D6Nnw9wZ9eluFBxlo6ZX9t0a0.lazyloading { background-image: none; }
#qLTNtRTHmucrvh9gTDRc0FfvzU2RE1Ta { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:44.8125rem;left:59.75rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VQwTXNUmgcr6wE7xGTqgTHd5utMP7Fuw { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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:15067;text-align:center;text-align-last:center;top:52rem;left:61.4375rem;display:block; }
#lpWU6E43z0HmLK3h1IMxFkk6aWeTLIUJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fOtrE46BzQTxCbML1Nzrh91hnvGtJAV9 { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15077;line-height:1.3;letter-spacing:0;top:71.5625rem;left:32.9375rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d3iuummMyg63yB6v9XTvvCVmT1SOyUxb { color:#a0111b;display:block;width:14.3745rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15149;line-height:1.6;letter-spacing:0;top:48.5rem;left:58.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; }
#sh9IkL24wJKa0Rs3sAoWiCM5fDAxcBMr { position:absolute;display:block;z-index:15039;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:40.6875rem;left:39.5rem;display:block; }#sh9IkL24wJKa0Rs3sAoWiCM5fDAxcBMr.adaptive-delivery-prevent-bg, #sh9IkL24wJKa0Rs3sAoWiCM5fDAxcBMr.lazyload, #sh9IkL24wJKa0Rs3sAoWiCM5fDAxcBMr.lazyloading { background-image: none; }
#zCfMDy20TmbWT1B03RaptLz7TNTmenIH { position:absolute;display:block;z-index:15043;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:40.6875rem;left:20.75rem;display:block; }#zCfMDy20TmbWT1B03RaptLz7TNTmenIH.adaptive-delivery-prevent-bg, #zCfMDy20TmbWT1B03RaptLz7TNTmenIH.lazyload, #zCfMDy20TmbWT1B03RaptLz7TNTmenIH.lazyloading { background-image: none; }
#RslpMQ6e8VFT8Qs7rJ2JoocvtwXaZBRK { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:44.25rem;left:22rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hWJJpLqWo1eFSGCC2oB7TIv6nColcwPl { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15157;line-height:1.6;letter-spacing:0;top:48.25rem;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; }
#NHIyvyd4V9hOrnZ9OQlo1SVb7VXlNxxM { position:absolute;display:block;z-index:15047;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:40.6875rem;left:2.3125rem;display:block; }#NHIyvyd4V9hOrnZ9OQlo1SVb7VXlNxxM.adaptive-delivery-prevent-bg, #NHIyvyd4V9hOrnZ9OQlo1SVb7VXlNxxM.lazyload, #NHIyvyd4V9hOrnZ9OQlo1SVb7VXlNxxM.lazyloading { background-image: none; }
#zhOVbK7wzn3IV2uh2WNrNTfkyoic1TeC { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:43.125rem;left:3.75rem;height:4.3857375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UkFFQsmaLwpWwXs4P7nehOVflkNA0zBx { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15161;line-height:1.6;letter-spacing:0;top:49.0625rem;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; }
#lvdgFK04Py4XOwhVrm0AVvh7ZCiP8xua { position:absolute;display:block;z-index:15051;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:58.8125rem;left:48.4375rem;display:block; }#lvdgFK04Py4XOwhVrm0AVvh7ZCiP8xua.adaptive-delivery-prevent-bg, #lvdgFK04Py4XOwhVrm0AVvh7ZCiP8xua.lazyload, #lvdgFK04Py4XOwhVrm0AVvh7ZCiP8xua.lazyloading { background-image: none; }
#skDIFGGHBkt4pRQrEOMvkTSaqdryCcRT { position:absolute;display:block;z-index:15059;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:58.8125rem;left:10.8125rem;display:block; }#skDIFGGHBkt4pRQrEOMvkTSaqdryCcRT.adaptive-delivery-prevent-bg, #skDIFGGHBkt4pRQrEOMvkTSaqdryCcRT.lazyload, #skDIFGGHBkt4pRQrEOMvkTSaqdryCcRT.lazyloading { background-image: none; }
#lIbwAUgyVG2ktPniMJOFHsyEy0cwHEKd { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15165;line-height:1.6;letter-spacing:0;top:66.375rem;left:48.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; }
#pclIvTI2K0RwbkJh7znr5EANryNWcmPJ { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15173;line-height:1.6;letter-spacing:0;top:66.125rem;left:10.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; }
#CocbnJBq1sA9JkExcnIiQLL2lFdWHccx { color:#1799eb;display:block;width:11.874rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:62.9560546875rem;left:49.59375rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PLmRaxFOcCvfs1yC9DiiTXeNKR7d6JWU { position:absolute;display:block;z-index:15427;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.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:59.4375rem;left:29.5rem;display:block; }#PLmRaxFOcCvfs1yC9DiiTXeNKR7d6JWU.adaptive-delivery-prevent-bg, #PLmRaxFOcCvfs1yC9DiiTXeNKR7d6JWU.lazyload, #PLmRaxFOcCvfs1yC9DiiTXeNKR7d6JWU.lazyloading { background-image: none; }
#XSW4lWNDbzA4ICKyP4d4y2ZHQoiick1u { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15446;line-height:1.3;letter-spacing:0;top:63.3125rem;left:30.625rem;height:2.761725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JqX7vDxEUoz6benEevpEDdelnPHkIZ3R { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15541;line-height:1.6;letter-spacing:0;top:66.5rem;left:29.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; }
#A4LaCqw3NTx8fidJBgUXedITDiQrcFTu { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:15068;text-align:center;text-align-last:center;top:52rem;left:42.25rem;display:block; }
#rSnyhpbUzRVm5SoF9KiO1HDBs6qGfX63 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wBB4kgPaItscLWFKwa7qiCzIfKtlArge { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:15069;text-align:center;text-align-last:center;top:52rem;left:24rem;display:block; }
#liT7CuGmspiblOMHeePnag06mWeCW0GQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U6QCrQgqLJB1XmzOpntRDpbcR2negFh5 { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:15070;text-align:center;text-align-last:center;top:52rem;left:5.1875rem;display:block; }
#U5mOwGwQy42NyIqTWplxIk3eVqRetiuX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#APkT92ZcqQFnhWXpidXvlfENfhSvUldz { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:15072;text-align:center;text-align-last:center;top:71.125rem;left:32.3125rem;display:block; }
#dKefk33Za82xLkRPmnMb26y714c2y79z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QNITIBTNHdbCKL32xW2BJQAmadqT8elp { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:15073;text-align:center;text-align-last:center;top:70.75rem;left:14.0625rem;display:block; }
#DsqN7Nq2NBeTbl6VJtn4PSesZe35m0Ap { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c1tsaReqBEFw4Zg2us52TTmiN6i9xkN1 { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:44.0625rem;left:40.875rem;height:4.3857375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aIworxyMRerLaQT6Zt8t5XyawHHyBnIG { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15158;line-height:1.6;letter-spacing:0;top:49.125rem;left:39.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; }
#AkrNCesT6rczVPFB440xE2EBJSTGrvlU { color:#1799eb;display:block;width:11.874rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15447;line-height:1.3;letter-spacing:0;top:63.0625rem;left:12.5625rem;height:2.761725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Klr9ughyXmGdcdb5DmaMHmixR00oaloS { position:relative;display:block; }#Klr9ughyXmGdcdb5DmaMHmixR00oaloS { background-color: transparent; background-image: none; }#Klr9ughyXmGdcdb5DmaMHmixR00oaloS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Klr9ughyXmGdcdb5DmaMHmixR00oaloS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Klr9ughyXmGdcdb5DmaMHmixR00oaloS > .row .container > .video-iframe-container { display: none; }#Klr9ughyXmGdcdb5DmaMHmixR00oaloS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Klr9ughyXmGdcdb5DmaMHmixR00oaloS > .row > .video-iframe-container { display: none; }#Klr9ughyXmGdcdb5DmaMHmixR00oaloS > .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); }#Klr9ughyXmGdcdb5DmaMHmixR00oaloS { border-width: 0; border-radius: 0; }#Klr9ughyXmGdcdb5DmaMHmixR00oaloS > .row .container > .video-iframe-container {  }#Klr9ughyXmGdcdb5DmaMHmixR00oaloS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#TA3byguoBkVH88rTz5Epqs1GrdqieXUn { color:#000000;display:block;width:20.4360625rem;position:absolute;font-family:cairo;font-size:1.9375rem;font-weight:normal;z-index:15072;line-height:1.3;letter-spacing:0;top:0.8759765625rem;left:26.701171875rem;height:2.51855625rem;text-align:center;text-align-last:center;display:block; }
#MfPkJiEz6aR4bdnMvVeW2q0GmcdzNglw { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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:15084;text-align:center;text-align-last:center;top:15.6875rem;left:51.625rem;display:block; }
#mBNL0mI3K0n1i58SORnPwGRyLwDBpGtN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sWlP0oVIKTQosOnL1Z6HCTTvsug3Fxm3 { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:16.125rem;left:33.0625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kXV6fsSlABlvNf1ZZT9qCF5b0GaTbGkB { position:absolute;display:block;z-index:15064;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius: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.375rem;left:48.5625rem;display:block; }#kXV6fsSlABlvNf1ZZT9qCF5b0GaTbGkB.adaptive-delivery-prevent-bg, #kXV6fsSlABlvNf1ZZT9qCF5b0GaTbGkB.lazyload, #kXV6fsSlABlvNf1ZZT9qCF5b0GaTbGkB.lazyloading { background-image: none; }
#c4BowMkqq7DITTUu1bcE7J99esmTaiOJ { position:absolute;display:block;z-index:15072;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius: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.375rem;left:10.9375rem;display:block; }#c4BowMkqq7DITTUu1bcE7J99esmTaiOJ.adaptive-delivery-prevent-bg, #c4BowMkqq7DITTUu1bcE7J99esmTaiOJ.lazyload, #c4BowMkqq7DITTUu1bcE7J99esmTaiOJ.lazyloading { background-image: none; }
#phtEEOk3moa5i7o8H4Jcg4d8fNEB1ENy { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15178;line-height:1.6;letter-spacing:0;top:10.9375rem;left:48.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; }
#cvQsgdTVmg0OCrnwzx0C6trlt6MID7Cu { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15186;line-height:1.6;letter-spacing:0;top:11.6875rem;left:10.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; }
#vmUWEL89Eyury8pufRA7iZGDor2HpEyA { color:#1799eb;display:block;width:11.874rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15083;line-height:1.3;letter-spacing:0;top:8.6875rem;left:49.6875rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rWlX5INNd1GNTa3XHdDD4GVSPDBIXdQ4 { position:absolute;display:block;z-index:15440;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.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:4rem;left:29.625rem;display:block; }#rWlX5INNd1GNTa3XHdDD4GVSPDBIXdQ4.adaptive-delivery-prevent-bg, #rWlX5INNd1GNTa3XHdDD4GVSPDBIXdQ4.lazyload, #rWlX5INNd1GNTa3XHdDD4GVSPDBIXdQ4.lazyloading { background-image: none; }
#PvIT4V6SAPtTin50ViTip1L4Q7U1F4Am { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15459;line-height:1.3;letter-spacing:0;top:8.625rem;left:30.75rem;height:4.14258125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eQvZScVLmsz8Sr0uyQroIHHubBSVufLn { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15554;line-height:1.6;letter-spacing:0;top:12.625rem;left:29.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; }
#uVyima2X3tdctgGHyxwOEWJKqdgLV1TE { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:15085;text-align:center;text-align-last:center;top:15.6875rem;left:32.4375rem;display:block; }
#UcdK991vWaCqgTDxg5kwerz9TxoaxxyS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UbLvGMfdUJ1yFUwn44Bam9MxGO6zQO7u { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:15086;text-align:center;text-align-last:center;top:15.6875rem;left:14.1875rem;display:block; }
#gMpPOSZZE6IPGDPo1dPVGNS7HAMvCedP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q5TSVWOC9ZsQGNiDVrsk50vFMa77kVyP { color:#1799eb;display:block;width:11.874rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15460;line-height:1.3;letter-spacing:0;top:8.875rem;left:12.6875rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#at8E8R2JmSou1mWTbOhcp1l9acOHfMTq { 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; }#at8E8R2JmSou1mWTbOhcp1l9acOHfMTq.adaptive-delivery-prevent-bg, #at8E8R2JmSou1mWTbOhcp1l9acOHfMTq.lazyload, #at8E8R2JmSou1mWTbOhcp1l9acOHfMTq.lazyloading { background-image: none; }#at8E8R2JmSou1mWTbOhcp1l9acOHfMTq > .row .container { background-color: transparent; background-image: none; }#at8E8R2JmSou1mWTbOhcp1l9acOHfMTq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#at8E8R2JmSou1mWTbOhcp1l9acOHfMTq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#at8E8R2JmSou1mWTbOhcp1l9acOHfMTq > .row .container > .video-iframe-container { display: none; }#at8E8R2JmSou1mWTbOhcp1l9acOHfMTq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#at8E8R2JmSou1mWTbOhcp1l9acOHfMTq > .row > .video-iframe-container { display: none; }#at8E8R2JmSou1mWTbOhcp1l9acOHfMTq > .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); }#at8E8R2JmSou1mWTbOhcp1l9acOHfMTq > .row .container { border-width: 0; border-radius: 0; }#at8E8R2JmSou1mWTbOhcp1l9acOHfMTq::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#at8E8R2JmSou1mWTbOhcp1l9acOHfMTq > .row > .video-iframe-container {  }#at8E8R2JmSou1mWTbOhcp1l9acOHfMTq > .row .container { font-size:0.875rem;font-family:arial;height:81.4375rem;width:75rem;position:relative;display:block; }#MyxskqlvB5xQmqzVVXF7ITWzUobepc9n { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:7.4375rem;left:52.75rem;display:block; }#MyxskqlvB5xQmqzVVXF7ITWzUobepc9n.adaptive-delivery-prevent-bg, #MyxskqlvB5xQmqzVVXF7ITWzUobepc9n.lazyload, #MyxskqlvB5xQmqzVVXF7ITWzUobepc9n.lazyloading { background-image: none; }
#dN1KOuJTiR7wmE1OEJwsWKR7THtqkWkJ { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:12.375rem;left:54rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hZ0V4BZADC3JH6JsNvehuWocKakR5BfG { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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:15038;text-align:center;text-align-last:center;top:18.75rem;left:55.8125rem;display:block; }
#uIpATIIkgTm4IVoH82HUZ35uctGfRd1Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fBPeJQgSZRkc6y9NXIBG1r4RWHvrBLvU { color:#a0111b;display:block;width:14.3745rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15120;line-height:1.6;letter-spacing:0;top:16.3125rem;left:52.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; }
#guBM3ZcJc2QxZiVF0OIvGSVFtB5q2bcs { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:7.4375rem;left:31.3125rem;display:block; }#guBM3ZcJc2QxZiVF0OIvGSVFtB5q2bcs.adaptive-delivery-prevent-bg, #guBM3ZcJc2QxZiVF0OIvGSVFtB5q2bcs.lazyload, #guBM3ZcJc2QxZiVF0OIvGSVFtB5q2bcs.lazyloading { background-image: none; }
#HHFRtWmuJy80SFPa3398hCZbSaK68Ed7 { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:7.4375rem;left:7.625rem;display:block; }#HHFRtWmuJy80SFPa3398hCZbSaK68Ed7.adaptive-delivery-prevent-bg, #HHFRtWmuJy80SFPa3398hCZbSaK68Ed7.lazyload, #HHFRtWmuJy80SFPa3398hCZbSaK68Ed7.lazyloading { background-image: none; }
#t9xBHhrxfP0iT46SHsv500iRvwwrEVG5 { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:5.185791015625rem;left:21.937255859375rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vT1HFzSKttMTlhxSpuBGsZl7MgHcuv1O { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15128;line-height:1.6;letter-spacing:0;top:15rem;left:7.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; }
#CVHSJTBRHKwik7QXKayFNtIx6I5ohUqD { position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:25.0625rem;left:21.9375rem;display:block; }#CVHSJTBRHKwik7QXKayFNtIx6I5ohUqD.adaptive-delivery-prevent-bg, #CVHSJTBRHKwik7QXKayFNtIx6I5ohUqD.lazyload, #CVHSJTBRHKwik7QXKayFNtIx6I5ohUqD.lazyloading { background-image: none; }
#VO2oa5VITq21Ndk8COLtQ6e4n8bIzPqD { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:27.5rem;left:23.375rem;height:4.3857375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Sy4EJRegd4veI5MbcfTnmQhDPFz2yhGp { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15132;line-height:1.6;letter-spacing:0;top:34.4375rem;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; }
#d8SocK6HHFmH6ZPMdi8iwMPZMaz94PXH { position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:24.1875rem;left:45.25rem;display:block; }#d8SocK6HHFmH6ZPMdi8iwMPZMaz94PXH.adaptive-delivery-prevent-bg, #d8SocK6HHFmH6ZPMdi8iwMPZMaz94PXH.lazyload, #d8SocK6HHFmH6ZPMdi8iwMPZMaz94PXH.lazyloading { background-image: none; }
#VX76z8KGQ0eJOTStMVR4yqIhyufTTyMG { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15136;line-height:1.6;letter-spacing:0;top:31.75rem;left:45.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; }
#r3CoghVhK7f92iySx7qDTvA9Un7raVTh { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:26.875rem;left:46.4375rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qr54hwhwTekLQ8xszMMM5gy3IX49zvt3 { color:#000000;display:block;width:20.4373125rem;position:absolute;font-family:cairo;font-size:1.9375rem;font-weight:normal;z-index:15071;line-height:1.3;letter-spacing:0;top:0.9345703125rem;left:24.255859375rem;height:2.51855625rem;text-align:center;text-align-last:center;display:block; }
#rXTGgN0gTgvAJXR9yuRKKtbih4RIF5xR { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:18.75rem;left:34.0625rem;display:block; }
#VC5veuWDh1vcvvSbTiibprGqJWfXuzXS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r61w11rEzfdCridVIGTyhlxeSF3lGBw4 { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:18.75rem;left:10.875rem;display:block; }
#BOZRTFEHWZrib5ib7yPZhIAeptIXFcRd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#STQpK2vCtPTWViQWfLlUr1StwBEdcQo5 { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:36.375rem;left:23.875rem;display:block; }
#nTHv1F4UCrIa2zmLygT68hylgTVBaVfM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SIu5Ka2Q35wPIwClglFsSeheVt90FsAP { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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:15042;text-align:center;text-align-last:center;top:36.5rem;left:48.3125rem;display:block; }
#SHc9PphmJc0f7IDE0ve53hUfIWw1NTTP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kSAxX0oydQfBf9rmPznHzBXKrBeKio7z { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:11.9375rem;left:32.6875rem;height:2.9248rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o0Tg355hOzmfknLmcup0lkxMw3CuWz8K { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15129;line-height:1.6;letter-spacing:0;top:15.75rem;left:31.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; }
#x4ZT6Tn0fU9TFgUXRkFh3boRcB0tLio3 { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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:15071;text-align:center;text-align-last:center;top:71.125rem;left:51.5rem;display:block; }
#S6XbAJo1AWNKCDKTvg6VHpIaReXO28MM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tZf1q39M5D4indILEH5nQsGHmFpRTZDl { position:absolute;display:block;z-index:15035;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:40.6875rem;left:58.375rem;display:block; }#tZf1q39M5D4indILEH5nQsGHmFpRTZDl.adaptive-delivery-prevent-bg, #tZf1q39M5D4indILEH5nQsGHmFpRTZDl.lazyload, #tZf1q39M5D4indILEH5nQsGHmFpRTZDl.lazyloading { background-image: none; }
#m73XphCWULQBv2JSb5vk6WuMyqKJTkGA { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:45.6875rem;left:59.75rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wk58ma8suexqkVA0506P1RABklCLQMpw { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display: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:15067;text-align:center;text-align-last:center;top:52rem;left:61.4375rem;display:block; }
#mnZTTTCZJ83GIHUT8SnqOFrB95XcMxii { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pi3ulcnkNCRL3wRTzw8RMPwZnWnMuFpL { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15077;line-height:1.3;letter-spacing:0;top:71.5625rem;left:32.9375rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nLJwfDeeOdUdfL1TmKQFMGyxMzsW2iWT { color:#a0111b;display:block;width:14.3745rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15149;line-height:1.6;letter-spacing:0;top:49.5rem;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; }
#TdHF3hStT1THJaIToSWeEsTOi97QnuL3 { position:absolute;display:block;z-index:15039;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:40.6875rem;left:39.5rem;display:block; }#TdHF3hStT1THJaIToSWeEsTOi97QnuL3.adaptive-delivery-prevent-bg, #TdHF3hStT1THJaIToSWeEsTOi97QnuL3.lazyload, #TdHF3hStT1THJaIToSWeEsTOi97QnuL3.lazyloading { background-image: none; }
#ThCE1G84Qy7RTwXSyilCqOU3KSVqLTR6 { position:absolute;display:block;z-index:15043;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:40.6875rem;left:20.75rem;display:block; }#ThCE1G84Qy7RTwXSyilCqOU3KSVqLTR6.adaptive-delivery-prevent-bg, #ThCE1G84Qy7RTwXSyilCqOU3KSVqLTR6.lazyload, #ThCE1G84Qy7RTwXSyilCqOU3KSVqLTR6.lazyloading { background-image: none; }
#HH9HgAn1274vwxe86Wcs09Qkk3fqewKR { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:44.25rem;left:22rem;height:2.761725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pwEPQDuWaiZlKaChvE8WhKUz0gz4eISI { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15157;line-height:1.6;letter-spacing:0;top:48.25rem;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; }
#U3dB8OlK8PpBTwiL0bLHKZT5I9rLsvXw { position:absolute;display:block;z-index:15047;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:40.6875rem;left:2.3125rem;display:block; }#U3dB8OlK8PpBTwiL0bLHKZT5I9rLsvXw.adaptive-delivery-prevent-bg, #U3dB8OlK8PpBTwiL0bLHKZT5I9rLsvXw.lazyload, #U3dB8OlK8PpBTwiL0bLHKZT5I9rLsvXw.lazyloading { background-image: none; }
#IBfyE0s2wgr6OWHlVKsOA0F7zQ8pZcM4 { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:43.125rem;left:3.75rem;height:2.9248rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A8xfXVikH4Np3BbSx4Ziqqa1QyU1Ihfy { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15161;line-height:1.6;letter-spacing:0;top:50.0625rem;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; }
#xAHGiPDgysx5C5P6zJhft4DofcubKNUy { position:absolute;display:block;z-index:15051;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:58.8125rem;left:48.4375rem;display:block; }#xAHGiPDgysx5C5P6zJhft4DofcubKNUy.adaptive-delivery-prevent-bg, #xAHGiPDgysx5C5P6zJhft4DofcubKNUy.lazyload, #xAHGiPDgysx5C5P6zJhft4DofcubKNUy.lazyloading { background-image: none; }
#idCTI0MsvZS5MvCsnKI2Zmi2aHKdbQrv { position:absolute;display:block;z-index:15059;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:58.8125rem;left:10.8125rem;display:block; }#idCTI0MsvZS5MvCsnKI2Zmi2aHKdbQrv.adaptive-delivery-prevent-bg, #idCTI0MsvZS5MvCsnKI2Zmi2aHKdbQrv.lazyload, #idCTI0MsvZS5MvCsnKI2Zmi2aHKdbQrv.lazyloading { background-image: none; }
#eCPtWU0Hi7AAKuL9sHZ8frOgbmTlhvGg { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15165;line-height:1.6;letter-spacing:0;top:67.24951171875rem;left:48.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; }
#QeADFnAeCbyQ5cxqBvJir0sbUbgtfa7h { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15173;line-height:1.6;letter-spacing:0;top:67.125rem;left:10.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; }
#hNmiv3AEvQzto28dL5kXswVFJ5TDMRcw { color:#1799eb;display:block;width:11.874rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:60.768310546875rem;left:49.593505859375rem;height:5.84765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HFXcJ7Tq8t4wRPrau47rxJIFStgAz0IO { position:absolute;display:block;z-index:15427;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.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:59.4375rem;left:29.5rem;display:block; }#HFXcJ7Tq8t4wRPrau47rxJIFStgAz0IO.adaptive-delivery-prevent-bg, #HFXcJ7Tq8t4wRPrau47rxJIFStgAz0IO.lazyload, #HFXcJ7Tq8t4wRPrau47rxJIFStgAz0IO.lazyloading { background-image: none; }
#DAC9lbT2WnTueiLVTgy1aTNTrzHVFJT2 { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15446;line-height:1.3;letter-spacing:0;top:63.179931640625rem;left:31.312255859375rem;height:5.52345rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZM6EBfny5629qxkQipGF7tTUkAHnkIVt { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15541;line-height:1.6;letter-spacing:0;top:67.624267578125rem;left:29.49951171875rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#idr1czlgsPwx7qq82n3Z894F03gUnE8U { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:15068;text-align:center;text-align-last:center;top:52rem;left:42.25rem;display:block; }
#VzwVDVZNdJ8umTfNb0nQIyaWAIT4C30O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FQTceH9lSA8WKpS4kJthyc082iyUXkX8 { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:15069;text-align:center;text-align-last:center;top:52rem;left:24rem;display:block; }
#T74cDIfd1JWoAUtRMeMUG40pr1mV0hc3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U16Qz88giL8q3JHq7qgDEPw75RZhneTV { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:15070;text-align:center;text-align-last:center;top:52rem;left:4.25rem;display:block; }
#rgPLEoSPt1oIsSfxxUiurQJ3esTXBkaF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nxNynyLs95gVBn1968eP7NcdQdZIda3x { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:15072;text-align:center;text-align-last:center;top:71.125rem;left:32.3125rem;display:block; }
#a1CrSBg2t9xTQxuEmosg0A2HMnT0KblN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bxnOe0WtCBhQP9knir1ZQTpvxRNtnosT { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:15073;text-align:center;text-align-last:center;top:71.125rem;left:14.0625rem;display:block; }
#u2bWL4mrq3s6XT15DGw3KlQqk5CXuA7Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RybtFUWdLSVJGXRRnI11ho6yhMxrNOdK { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:45.1875rem;left:40.875rem;height:2.9248rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#deSMBEQ8UTCOcinWlbOW3K4fTyXEV3TF { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15158;line-height:1.6;letter-spacing:0;top:49.625rem;left:39.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; }
#vPhX2d3iGXoJawy6GArrcl6PewfiEKOi { color:#1799eb;display:block;width:11.874rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15447;line-height:1.3;letter-spacing:0;top:64.3125rem;left:12.5625rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aNkyLdgdGPLaiklQh3pMVJOANhhpfn0C { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:11.375rem;left:9.3125rem;height:2.9248rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DAQnRCeiT5yh5UmryC8dlJCCWTHyHOnu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e7668a;background-image:none;position:relative;display:block; }#DAQnRCeiT5yh5UmryC8dlJCCWTHyHOnu > .row .container { background-color: transparent; background-image: none; }#DAQnRCeiT5yh5UmryC8dlJCCWTHyHOnu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DAQnRCeiT5yh5UmryC8dlJCCWTHyHOnu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DAQnRCeiT5yh5UmryC8dlJCCWTHyHOnu > .row .container > .video-iframe-container { display: none; }#DAQnRCeiT5yh5UmryC8dlJCCWTHyHOnu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DAQnRCeiT5yh5UmryC8dlJCCWTHyHOnu > .row > .video-iframe-container { display: none; }#DAQnRCeiT5yh5UmryC8dlJCCWTHyHOnu > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DAQnRCeiT5yh5UmryC8dlJCCWTHyHOnu > .row .container { border-width: 0; border-radius: 0; }#DAQnRCeiT5yh5UmryC8dlJCCWTHyHOnu > .row > .video-iframe-container {  }#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:15000;line-height:1.3;letter-spacing:0;top:2.8125104904175rem;left:43.5625rem;height:2.5996125rem;text-align:right;text-align-last:right;display:block; }
#RRgXboiF38EUDriX3XJa8GTE9niH19bD { color:#ffffff;display:block;width:24.25rem;position:absolute;font-family:amiri;font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:12.875rem;left:33.875rem;height:1.7871125rem;text-align:right;text-align-last:right;display:block; }
#GnsPQkUb13HPv5z1iFeqT3tsl6T4vB56 { color:#ffffff;display:block;width:14.5625rem;position:absolute;font-family:amiri;font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.6875rem;left:44.1875rem;height:3.574225rem;text-align:right;text-align-last:right;display:block; }
#GSCufOTRzywzMB8NDH0cE2dHGcld5MXb { box-sizing:content-box;color:#ffffff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;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:15004;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:15006;top:16.0625rem;left:55.375rem;display:block; }
#VusokiBe0BFqf2zp3TgkvpBZ5k0R5OX6 { position:absolute;display:block;z-index:15007;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:15020;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:15009;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:15021;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:15056;line-height:1.3;letter-spacing:0;top:20.104166507721rem;left:37.5625rem;height:1.2999125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o { display:block; }#pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kT8DlCIkVwDLsiwDwEuufKPrPUixhWdI { top:3.375rem;left:30.03515625rem;width:14.1875rem;height:3.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFRzwroCgZHyvTqxpgQ0kzd6TGHb831X { width:47.75rem;height:3.0625rem;top:10.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXVXTVMsZOWmlwt8Z42fImy0PEMT2a1N { top:3.375rem;left:4.4755859375rem;width:12.875rem;height:3.25rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzDeVRkGAFeKmGl2zEbmZX2LO9ZN6izW { top:15.25rem;left:0rem;width:47.75rem;height:6rem;font-size:2.3125rem;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;display:block; }
#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 { display:block; }
 }@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 { display:block; }
 }@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 { display:block; }
 }@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 { display:block; }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #p1CKp5EsCCLmDVadSKIDOD9EoatbS2yM {  }
 }@media only screen and (max-width: 763px) { #qoPBykNlLFCo6W6TI2DDpMalosgc9R6v { display:block; }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #KaP1MICsO0yPW5W17kFp8836ddTGPEpE {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #WUN0qoF8LWGFTIr74WsXb1W3f3w3cMu6 {  }
 }@media only screen and (max-width: 763px) { #QIqkr2g417Gse3cOg02XQCaNktmLzGEn { width:14.75rem;height:2.6875rem;top:33.5625rem;left:33rem;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:33.5625rem;left:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsHznUibvIb7nQRoPQH92TrHRf3DbQLg { display:block; }
 }@media only screen and (max-width: 763px) { #m1Xx9pBdRIATKlU8e3uwrhRw0EXRkHcT { width:14.75rem;height:2.6875rem;top:37.5rem;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:37.5rem;left:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1XdvHkTQgXxpo50cN6Mt3MWUbZTPn6J { display:block; }
 }@media only screen and (max-width: 763px) { #y6nXuJgcVeUgbz2UFxTgbarTMVPeW0b9 { top:19.625rem;left:0rem;width:14.0625rem;height:2.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ay0EGB727ZLWV4lP0VvhrVib2K2JtgyW { width:14.75rem;height:2.6875rem;top:41.75rem;left:31.7802734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQ64SWvPUhCcXetVBRRh2zdepOU2aOBR { display:block; }
 }@media only screen and (max-width: 763px) { #agBTKvUK8xt2I3HMNo0AB3RcNQ2DDrix { top:1.1875rem;left:20.3125rem;width:7.0625rem;height:8.3125rem;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:1.4375rem;top:8.5625rem;left:35.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhczwF76wvCUAbeSkaQUNyIM05CJL6uJ { width:8.75rem;height:2.6875rem;top:16.9375rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7qVyGSPgbTndqixzytM8VXD7AgqKwE2 { display:block; }
 }@media only screen and (max-width: 763px) { #FqZQB5ozGtsL87d3V4lGuZTpklD8eCaN { width:7.5rem;height:1.25rem;top:34.125rem;left:29.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6ia2NNVuiNOhfpQRkb0H8uinnr8aoim { width:14.375rem;height:;top:13.6875rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWJIAtHa1IPbgdea5mcIl2aa2vmUN092 { width:14.375rem;height:10.6875rem;top:5.625rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzsWvTNRosi7pRDfEqKXMqxvHRoSO9PQ { width:14.375rem;height:10.6875rem;top:5.625rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZzUvwBl8qRGwAZupNTgQ7F8w63ebx5v { width:11.875rem;height:2.75rem;top:9.125rem;left:8.312255859375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOOLTZHwbssChdBXogzTa01Qaw25qlFc { width:14.375rem;height:;top:13.1875rem;left:7.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kN03C37DEndfKDdg9RtRA6M8mn7Tq5vT { width:14.375rem;height:10.6875rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqTnedCHBG70UPM0Khr7AoUgzCtxsQGq { width:11.875rem;height:2.875rem;top:9.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaGbzvo2Ep2lXDO49CCGcxfZxGRyahvi { width:14.375rem;height:;top:13.1875rem;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.9375rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfIRdxq7ZeJ8e5Rloy8RTftiIBfXowGS { width:14.375rem;height:;top:29.625rem;left:7.1240234375rem;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:1.1875rem;top:23.375rem;left:35.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufXxxfaJyToTfbe75Xw89XTUzJaTedRg { width:11.875rem;height:1.4375rem;top:41.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3bwkRH2Mh56r2xVvvDk6kpaN8Zndw6U { width:14.375rem;height:10.6875rem;top:38.0625rem;left:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0WtQAipvqZwcwyzLy29hRl98F36mKUi { width:14.375rem;height:10.6875rem;top:38.0625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aK0XG5OMScFdT705fDCsAnGHpuohLlRG { width:14.375rem;height:10.6875rem;top:21.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppLzFrJ6779yksGaydHcutM4M3fVGork { width:14.375rem;height:;top:45.625rem;left:26.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOt4TeTOA8Som4XyTyFBmgCXKPXq1h03 { width:14.375rem;height:;top:45.625rem;left:7.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQJitum4zGR1uxCPu6HXV0IaAG5EsiEh { width:14.375rem;height:;top:28.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tT3XT9AW5899hWlaVg0ppSOWUROCis3S { width:11.875rem;height:1.375rem;top:41.625rem;left:27.8115234375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtNbTEnv2SC5fKX30ZDFIFeGfV256Swy { width:11.875rem;height:1.375rem;top:42.25rem;left:9.060546875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApQWpBVIcQ5UkqbviTt6hmGzgBGtyzHG { width:14.375rem;height:10.6875rem;top:38.0625rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPFM0m3ggToDwp8bsLJQCLngVt6bnXVP { width:14.375rem;height:;top:45.625rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISiFKX2bmGoozhJTnbEJarBwk9mh57uu { width:11.875rem;height:1.4375rem;top:25.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOvklA94r3QdG5PX6hdWIFUxE6WBCCes { width:11.875rem;height:1.375rem;top:41.875rem;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:61.4375rem;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:61.6875rem;left:7.8115234375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8DdLv5I93VC9m9GtMnd6bVaf0CR8xkk { width:11.875rem;height:1.25rem;top:56.375rem;left:27.74951171875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkFkwP4QC20zJTab5zipMmPNyRu5suHz { width:11.875rem;height:3.875rem;top:56.0625rem;left:8.99951171875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zP0QSaEqUEhEmzPcnpzohJT6KZPf36ss { width:14.375rem;height:10.6875rem;top:53rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EG2Bx3ZgdHVB2xbua8MoueJ9PNyrIa5D { width:14.375rem;height:;top:60.5625rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7wbxRuu6hOXSzxxmdrUv88hDDlyndJH { width:11.875rem;height:1.375rem;top:57.0625rem;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.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7ETokiWeg4d7a3gNsDShdwxOTU41nbS { width:14.375rem;height:;top:75.4375rem;left:25.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeBDLpNgLImgMkovm5m3RefHAdcUbSg0 { width:14.375rem;height:;top:75.4375rem;left:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrKznGTd4pKwG2PQbTHtsSa7qJDT3y38 { width:11.875rem;height:3.375rem;top:71.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNfmlgT8ogq4DWL85eHDb0bqxxosmb83 { width:11.875rem;height:1.25rem;top:72.375rem;left:27.12451171875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTBX7kJRJnu3eybgPeALG0oPsOdk7gCa { width:11.875rem;height:1.25rem;top:70.375rem;left:8.31103515625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vq0wTsZNzXBqiA3LuKwg8Vh4GAG2NSIU { width:14.375rem;height:10.6875rem;top:67.875rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehFGiUTwOHG92essVR8c66UfWbkaN0fC { width:14.375rem;height:;top:75.4375rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKPPg02B4ITP4UnEdm3xNWCFFXEvt1VX { width:11.875rem;height:2.75rem;top:71.5rem;left:35.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKXbGbGr2nI1T9DylT9AL6apNWtL5pqF { width:14.375rem;height:10.6875rem;top:82.8125rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlKygwlZy2VSseGTizvd2dCWhxQbHUpp { width:14.375rem;height:;top:90.375rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxEQvFT13urZ7wbCGA5PF2JmhoQLB2DJ { width:11.875rem;height:2.75rem;top:86.5rem;left:35.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zI6MMCVIO4BkHpmdK4KGdDyh6nPMI02g { width:14.375rem;height:10.6875rem;top:82.8125rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmzFqmgREe2Xr7s3I0Dh0eshZHG86TK6 { width:11.875rem;height:1.375rem;top:87.125rem;left:27.249755859375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AD9UcBJDAfT62SZNrqG6viXywHhbBvM3 { width:14.375rem;height:10.6875rem;top:82.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OT7dBgO6bLTzsHZmZy0GrT7lTgA9Tr6v { width:14.375rem;height:;top:90.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbxqGMyrnUXoODys05RXsTCJzMW4utZt { width:11.875rem;height:2.75rem;top:86.9375rem;left:0rem;font-size:1.0625rem;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) { #xpwyntJEqHVtO2O3G7Fd5r2QgCgxGMDh { width:14.375rem;height:;top:90.3125rem;left:26.81201171875rem;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:1.1875rem;top:24.5rem;left:26.9365234375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWFQ9kEd7aNw2QN01TVvKZbCy33yv4WL { width:14.375rem;height:;top:29.875rem;left:25.8115234375rem;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:94.5rem;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:94.5rem;left:29.6875rem;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:94.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGQE1wIkOCUNloyI2CKZdQqJepSy1ZX3 { display:block; }
 }@media only screen and (max-width: 763px) { #dylT4VF5uRfhyZ0Ax1wqAwLLX58C01dK { width:8.75rem;height:2.6875rem;top:79rem;left:28.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #D8wo6oVXN8khB6DVdsF7Wxp4FuTfWfe7 { display:block; }
 }@media only screen and (max-width: 763px) { #w9QNDFkf9ri4lE0UPbKcfsG22IWaygqJ { width:8.75rem;height:2.6875rem;top:79rem;left:28.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AdJnfkfRB58cxVXQKo1DQL4KmuRGdgdX { display:block; }
 }@media only screen and (max-width: 763px) { #dVdVREUVBNonb7IHQTO4zvNrOodDKrkV { width:14.375rem;height:10.6875rem;top:99.75rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTHHLmEKonIyPbWvdqfggK2fy3LrXPiN { width:14.375rem;height:;top:107.3125rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hR6VoFGPx18kGtvfeaqmDRctKq3kHX1U { width:11.875rem;height:3.625rem;top:102.5rem;left:35.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7Qy4mBfFWxE1RsBlBXuVeIfDDJvLdBG { width:8.75rem;height:2.6875rem;top:111rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #aD5yU1qOyw7gIlBWvQn1m41g2QL2PVtw { display:block; }
 }@media only screen and (max-width: 763px) { #T3KWy9xVy9tOgxfrTrzaZBuWCgoKms5k { width:14.375rem;height:10.6875rem;top:99.75rem;left:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzNuDCi63CFL2fnMRSqwUhcuP3fVDaq2 { width:11.875rem;height:3.875rem;top:103.5rem;left:28.06201171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7IJTdnMq52QBVMwvfiiKF0XTNgwOkn0 { width:14.375rem;height:;top:107.3125rem;left:27.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivcZK6BdeSPwihKmQHSyZqMLi09h5Anb { width:8.75rem;height:2.6875rem;top:111.125rem;left:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMGrziSAMTZFrwSzbwPhVJZBUzZ7q1wy { display:block; }
 }@media only screen and (max-width: 763px) { #LPhmayI8STTRF94fxLJGUMQW7oPpDPyf { width:14.375rem;height:10.6875rem;top:82.8125rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsLwNoSeItK99XfXx7WoGynK7KO87wdu { width:14.375rem;height:;top:90.3125rem;left:7.062255859375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufMXy4bstCWldwkTZtehfcFi0vPHlMVD { width:11.875rem;height:1.375rem;top:86.9375rem;left:8.937255859375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9DDUAFVKkeVuyuVtdA08Na4d4P9NwbW { width:8.75rem;height:2.6875rem;top:94.5rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbfwghvXDxcgSUUiVfx19y2L9D5FlmS2 { display:block; }
 }@media only screen and (max-width: 763px) { #qIhgKfEczQFhvPqq0z0MWMdiBEEZQdkp { width:14.375rem;height:10.6875rem;top:99.4375rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OheNGTzMhGAa9T5W7Qz2UgvSwptrh0bs { width:14.375rem;height:;top:107.3125rem;left:8.312255859375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OacVF3O3iN8JX2TNi1H2bNIZvlIhCc9B { width:11.875rem;height:3.625rem;top:103.5rem;left:9.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTUEhPNbeKfrs60wIONfRJvgV5rtP7fB { width:8.75rem;height:2.6875rem;top:111.0625rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4sawqFV2rQahPd6fv0BeiayVF6ERUzT { display:block; }
 }@media only screen and (max-width: 763px) { #V6QLtvv5iIfTCQlm1N0qzBghwqghr1Ld { width:14.375rem;height:10.6875rem;top:99.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rT9F7EsQMtdyOut8xiH84Pa0q5i4319V { width:14.375rem;height:;top:107.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s97aFHtcIOlNzdbTlmGFCadZQ4szqttr { width:11.875rem;height:3.0625rem;top:102.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mtm2ScdFmZEls2T0pEX6Vgo5DLJvinHx { width:8.75rem;height:2.6875rem;top:111.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZdWSbVemg6UF1TAZAiMwbdL5w5x0Xwx { display:block; }
 }@media only screen and (max-width: 763px) { #s6fytSWHETxBLfefNT5Oa5MTSPxiWphi { top:10.25rem;left:35.25rem;width:12.5rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgmnBkv7BmGhzWrIuaH09BtWoBQ4qeBQ { width:11.875rem;height:1.4375rem;top:8.3125rem;left:27.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkt7SCgR1WwUw0ebqh1T0kLz7wyV41CU { top:10.375rem;left:26.75rem;width:12.5rem;height:3.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlnAEdwyoR925lfQ0Up7nf7W99MN8f2e { width:14.375rem;height:;top:13.875rem;left:25.6865234375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdQcJZKOlUZTM0FwgfOhlA5INBzPPQaa { top:25.125rem;left:34.3125rem;width:13.4375rem;height:4.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kghLTmOyzRnAazGyc9G0rI5POJEHrZwl { top:26.25rem;left:25.811279296875rem;width:13.4375rem;height:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1h9gxzsB3KxdiJJKw2XguXsfXsEZgk4 { width:11.875rem;height:1.1875rem;top:23.8125rem;left:8.3740234375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgFkkmWO5hhITPo8LHGTXtXZOoVPSXsK { top:26rem;left:7.74853515625rem;width:13.4375rem;height:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZSsB1qFHgb94ZXCmamhIamxwQyBiD2P { top:59.8125rem;left:17.8740234375rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LM90wgeX6WZ6cvIiwWLBBrBrEbmtcdeN { width:11.875rem;height:1.25rem;top:60.4375rem;left:8.43701171875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQxuKbdEZlPhuqZTOmh57cPv6xgNT2Bg { width:11.875rem;height:1.375rem;top:54.125rem;left:8.810546875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJzLtJXMQK18bPocGcceGg7kKUywTuvx { width:11.875rem;height:5.1875rem;top:55.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPG85My8ZZ8cSXW2pdqz86oPrJq2JoFI { width:11.875rem;height:2.5625rem;top:72.1875rem;left:8.93603515625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULJZtpXcggDX6QXnFb64rI1hqlb1oE2S { width:14.375rem;height:10.6875rem;top:133.9375rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmQ9hRmQ6K78975sLW6w7NypLbsDVkHl { width:14.375rem;height:;top:141.5rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwDhdUBt3kSPxVhsZbU8mgTeZfxXMKUm { width:11.875rem;height:2.75rem;top:137.375rem;left:35.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sbba3ulPfyiJkRBaDJcVzBZApWtgErEM { width:8.75rem;height:2.6875rem;top:145.1875rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zuamfoz4BoB26Nd7nuoMu1DXLnV0SQl9 { display:block; }
 }@media only screen and (max-width: 763px) { #Fo1r6Tm8TfUHvhZTbggT2uT1FBZZDrPi { width:14.375rem;height:10.6875rem;top:133.9375rem;left:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWk4ezWP2fUgUu92fI4c5mHyZlENf22J { width:11.875rem;height:1.5rem;top:138rem;left:27rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1LvKddfcmsF1EhrVfVVUKrNTxSblhUD { width:14.375rem;height:;top:141.5rem;left:26rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2yguZvWa8rJwn3w4Px1vKfhaO8bsbHw { width:8.75rem;height:2.6875rem;top:145.3125rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JC7QMddSPUrFE1icGszgGKEZhlkOQgqK { display:block; }
 }@media only screen and (max-width: 763px) { #s15ghCFlmEVwEKD8V76cJwapR2GkSruN { width:8.75rem;height:2.6875rem;top:128.6875rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzhN1oFphESn25TVVwtuhffQKznUsGuM { display:block; }
 }@media only screen and (max-width: 763px) { #vW7sTAU4RnSuPdsXTzD4t22KEJ5nKVpG { width:8.75rem;height:2.6875rem;top:128.6875rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pApBAa29vHZgPKAkap3kyznvhM4vcIhh { display:block; }
 }@media only screen and (max-width: 763px) { #kM4FOSRsNFTxwXDPCOQiUFNckH3k5LQb { width:14.375rem;height:10.6875rem;top:133.625rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiXnAvvhsqJUC6JooTKwCn1ZfWivGiP3 { width:14.375rem;height:;top:141.5625rem;left:7.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2Rsc116MRWwMiLyvM7SwdmEfrad1Q2O { width:14.375rem;height:10.6875rem;top:117rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BA7Qzbez0BKeoLIp5EvQ9B9dXTq8eIIM { width:14.375rem;height:10.6875rem;top:117rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nylh3VrlMx1JPqPmWApLSebyTzWwZbKD { width:14.375rem;height:10.6875rem;top:117rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yItX5f8b25db404be6JXQJoKWNgtf4Dc { width:8.75rem;height:2.6875rem;top:128.6875rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GznXMVXp6LbIutgRFiQgET0d1RFXpExs { display:block; }
 }@media only screen and (max-width: 763px) { #eKUoAA13SHCHdvEr3Vqy0eJ3uTZPS0H2 { width:11.875rem;height:1.1875rem;top:138rem;left:8.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeJRq8zcgJrTtDo2UuPGVdTSZxONHXiy { width:8.75rem;height:2.6875rem;top:145.25rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxkb22PuT6grTqQqW6mwtA0Vg4wivF4I { display:block; }
 }@media only screen and (max-width: 763px) { #DA4hOhQFLXtp6iLXBVFsMFtTOLf3hi2W { width:14.375rem;height:;top:124.5625rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoJ83dU5WsKWh6r0MlaUiJDy07s9bhmc { width:11.875rem;height:1.375rem;top:120.6875rem;left:35.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qg69TG4x16UIlBBrrHdQAgPQTZCDw5zn { width:11.875rem;height:4.125rem;top:119.9375rem;left:26.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qo3OuofUiBKcnKgimlciu56hKRqghFnn { width:14.375rem;height:10.6875rem;top:117rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgVbDbv88fWVkTR1pcAG76V8cWURip83 { width:14.375rem;height:;top:125.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zq3EXpHCElDmy1rVGXtlCKvtu2IItLFK { width:11.875rem;height:4.125rem;top:121.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvWKk5GMkKqZ28GdHfVcIBJ7xU368NfB { width:14.375rem;height:;top:125.125rem;left:25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAaLGN9UbLll0khIEImhqGng2mJi9pEo { width:8.75rem;height:2.6875rem;top:128.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyw1upbKAFMOGQVaMETsEkVrg7onqCcU { display:block; }
 }@media only screen and (max-width: 763px) { #V5iW0JPC2DNfFCNB6iHtEwXop0Tr689Q { width:14.375rem;height:;top:124.9375rem;left:7.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzIU8PXKDI8pHADaSzDZbvSUsXdZvk5i { width:11.875rem;height:5.5rem;top:118.75rem;left:9.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mrk9NBrSqnFpIHDtIbtRb1hQ06bkF4Jb { width:14.375rem;height:10.6875rem;top:133.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzCraiplNLApu8KKi3EOVVgVg74SL45V { width:14.375rem;height:;top:141.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8LuxvwrLSEr1SQ7cJRhslJwCnbey1o0 { width:11.875rem;height:4.625rem;top:136.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXFWAPoMILL9UDbgFKThad9lez3GGoiS { width:8.75rem;height:2.6875rem;top:145.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyFuKD756pux13ls2rWJOkBBgU14pdWc { display:block; }
 }@media only screen and (max-width: 763px) { #mG6rdZ76WnZVZJDbFBM8fkUMWQzXXFEK { width:14.375rem;height:10.6875rem;top:167.1875rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h61k0Mw3fdXIWnmJEE14vW2Xy2hpUnfN { width:14.375rem;height:;top:174.75rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE3QZ8FPNb8hfuTAR3679WkxW6Ptp86b { width:11.875rem;height:1.375rem;top:170.625rem;left:35.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLfHFOggaSdC0c0RNVM862kKgQ3CQbv5 { width:8.75rem;height:2.6875rem;top:178.4375rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #OB0z8y3QknJq6w20G9UENEFzpF6396S8 { display:block; }
 }@media only screen and (max-width: 763px) { #FnCcqLPTzGLwNA7ZLTpRHX7fisKAdOGd { width:14.375rem;height:10.6875rem;top:167.1875rem;left:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLhJU6Ad9bLkmTo35TqHZIG38q6LoegK { width:11.875rem;height:1.5rem;top:171.25rem;left:27rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iy7NTmpN8HdEbUbRcRId9dd5KBcZgFz1 { width:14.375rem;height:;top:174.75rem;left:26rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTtxEBBmKWWsO4xbdKo4ZSiNJTmP8uRN { width:8.75rem;height:2.6875rem;top:178.5625rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROKpPnwKR31bp8gc52lf4OgZgcuxBsth { display:block; }
 }@media only screen and (max-width: 763px) { #XgTLqPmuwmpClZBHtpLNIekkeqSPR5S3 { width:14.375rem;height:10.6875rem;top:166.875rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLegLD6hZiRFvBNLDWMK5IO7ITE9Tzem { width:14.375rem;height:;top:174.8125rem;left:7.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #etPfs9QeI8agu09SQIM5sUyvATqGKa8u { width:8.75rem;height:2.6875rem;top:161.9375rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pz8zrPMbfZT92pEBmUXu2eZe6PMGwWe1 { display:block; }
 }@media only screen and (max-width: 763px) { #eUKkvkLbpb5MCiIovDAtVTwJHzc5QLm5 { width:8.75rem;height:2.6875rem;top:161.9375rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAostFMhfDdN7GOzvaAlUH8AT2kCh8dQ { display:block; }
 }@media only screen and (max-width: 763px) { #axPS8yKkUK0BtpxE9kfz9SefLn97rre1 { width:8.75rem;height:2.6875rem;top:161.9375rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #umbw4S0NRERQHb1m6NPMbOGPesSuI1kg { display:block; }
 }@media only screen and (max-width: 763px) { #myH9CRv7q4CTq8C8EtRD2elyUdqTIwoG { width:11.875rem;height:1.1875rem;top:171.25rem;left:8.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayk5PTnTfkDE08cQzL6TGMuyxdw3cp4u { width:8.75rem;height:2.6875rem;top:178.5rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyPDzpa6fvTV5SStgFsfsQWmGZnzkDbO { display:block; }
 }@media only screen and (max-width: 763px) { #Ix52y2G1Fu10KLV02e4xp2bQP5UHsc1b { width:14.375rem;height:10.6875rem;top:150.25rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnVAt3yoA5uUGesiGRkqN6TMnCINqKQ5 { width:14.375rem;height:10.6875rem;top:150.25rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBfgAMPfZ4v9BHgeHzptLq2TW4k6ZnrT { width:14.375rem;height:10.6875rem;top:150.25rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBJvS4FLQSDdAK3qWDIFkThIFN1vStkc { width:14.375rem;height:10.6875rem;top:150.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfOtkrOHlvZwIA0S2e8OITsV5COuncpS { width:14.375rem;height:;top:158.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bz8fKdbhvRzRdwgZbC1TNwzZLvdIGypA { width:14.375rem;height:;top:158.875rem;left:24.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJnCV2AU7R023GHg9IuLNcVmOgoM8Lzr { width:14.375rem;height:10.6875rem;top:166.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lImaD1rAf5tpxWJwCnPdtDmaQNf0d7Ev { width:14.375rem;height:;top:175.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXs7nhmzAolozKhc8uqHVBu8StP3XoWS { width:11.875rem;height:1.5rem;top:170.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvLgkBF3gB7JpASM8q7KsUaSJXbCAHHy { width:8.75rem;height:2.6875rem;top:178.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MknCJvO3XWr9RXERCANFGz8ehIRolTea { display:block; }
 }@media only screen and (max-width: 763px) { #Je9zXBoVWAJFSPQiAHW8E8cNUJMTVKmM { width:14.375rem;height:;top:157.8125rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxPNZdu0wGk91B23CZUh6euRHobEdgu1 { width:8.75rem;height:2.6875rem;top:161.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSIVfJyfCISLDG4PW3eHpRMew7BtrlgW { display:block; }
 }@media only screen and (max-width: 763px) { #XD4Mr8VUIbT379dyVZ7Nvp4Oceeye1Bc { width:14.375rem;height:;top:158.1875rem;left:6rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdFl7UePVqDAuTo8n5FIiMVUifl20VMu { width:11.875rem;height:2.75rem;top:153.9375rem;left:26.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDvDXhXbZIHrSt2SUl0qx3g7UFBvK5Dx { width:11.875rem;height:1.375rem;top:154.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaUahvzTcbQMwPw9ThTml91bWhvJSsNH { width:11.875rem;height:2.75rem;top:153.625rem;left:7.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXoM46gc4MptJ0Ta75ggK0yd0o9LQnf7 { width:11.875rem;height:1.375rem;top:153.9375rem;left:35.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyOUhTspmignyEepdS1CVFdWUu6XJMxe { width:8.75rem;height:2.6875rem;top:196.1875rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #gALoGxyALerEUVzVtq2yuJQXB5UUrVPR { display:block; }
 }@media only screen and (max-width: 763px) { #niUv1mhW5Gb4BRdJPvecf6m5fG58wXpS { width:8.75rem;height:2.6875rem;top:196.1875rem;left:28.9921875rem;display:block; }
 }@media only screen and (max-width: 763px) { #quBQ7z2AcU0CJJ2LBMRkH5yTO9nq9rVJ { display:block; }
 }@media only screen and (max-width: 763px) { #HmhMJX3g41QKRCfrVPv1Hs5TdEx6P3rN { width:8.75rem;height:2.6875rem;top:196.1875rem;left:10.304443359375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmR0855JZZKGLI8Uc85HF9zmPdvtqemN { display:block; }
 }@media only screen and (max-width: 763px) { #myMshc60KoITREGMiQ61xTxsQp1ITUys { width:8.75rem;height:2.6875rem;top:196.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQFrGvXyERX48ofQssS75GRgOXKNhzNW { display:block; }
 }@media only screen and (max-width: 763px) { #f9GuUy7wwLNrBPxNHC93XHzDTkQyS7D5 { width:14.375rem;height:10.6875rem;top:184.5rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOOVGp1wGynf0XniEIqTlT31ageyD3rR { width:14.375rem;height:10.6875rem;top:184.5rem;left:25.5546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUo65Gc21D3LzL2oTBUTgo04FXcKZWa6 { width:14.375rem;height:10.6875rem;top:184.5rem;left:6.366455078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBi4vnQ7VrTDeg4GkfaXuALQTn9HeA70 { width:14.375rem;height:10.6875rem;top:184.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pd5NbNGfyrG3yqhIAUggMmWwzZvQc5ns { width:14.375rem;height:;top:193.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ox1NRe4fq7mOCrs5h5KrQMGXCvz9GmW3 { width:14.375rem;height:;top:193.125rem;left:24.74169921875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M49gtTuMrxTv3IpxNZuaTJPK8QgQtcpF { width:14.375rem;height:;top:192.0625rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPipwTEsx1pRJpsoCwaAuODLE2TcXMIk { width:14.375rem;height:;top:192.4375rem;left:6.366455078125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #auiNbiV7QIInr1pNd4JkBf2A6y4LEaNS { width:11.875rem;height:4.125rem;top:188.1875rem;left:26.8046875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtRn0etsIupfoWaXwomywU56cD2tM6XX { width:11.875rem;height:3.875rem;top:188.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qu6rtSGNTd5UoQdkwi5BdfTbeMVTfPn9 { width:11.875rem;height:1.375rem;top:187.875rem;left:8.0546875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwSsogqGFCM1GQlBvaMUe84oN9tiH5LT { width:11.875rem;height:2.75rem;top:188.1875rem;left:35.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMob3JqlTTZf0hQsMSN7k0S46Wbq3VUc { width:8.75rem;height:2.6875rem;top:212.3125rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEKqK3tGVs53Q7ZDQZkw3TS77E25u0nx { display:block; }
 }@media only screen and (max-width: 763px) { #uMBKgyyROCaIfXIEws70EkNOsCbHVTAG { width:8.75rem;height:2.6875rem;top:212.3125rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzcZhRWxnmrtzVWQzBEAcqbvowVh2GO2 { display:block; }
 }@media only screen and (max-width: 763px) { #qorKDKegMx3uFJoRdscyBCg0kMvxHPbv { width:8.75rem;height:2.6875rem;top:212.3125rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQhs1GmS83cUKewRGt5aZDC21q0W4yLr { display:block; }
 }@media only screen and (max-width: 763px) { #qLLJqTLSmsLIylsA8qvK3Hz87TUyHadm { width:8.75rem;height:2.6875rem;top:212.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIecJv74MIbPGTuBPXPypqgP3Jd4Zztd { display:block; }
 }@media only screen and (max-width: 763px) { #a90MiXGpOAgckmBi17PX3ZfWKN0SUL6v { width:14.375rem;height:10.6875rem;top:200.625rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATcTEAeD1H611Xzn0B6dItszsQaMTguF { width:14.375rem;height:10.6875rem;top:200.625rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVWroZEKDggorcqpNPedE1nOC2V46T2h { width:14.375rem;height:10.6875rem;top:200.625rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUtsXv2QhMvZmLpffr14kpedrnbmm6L5 { width:14.375rem;height:10.6875rem;top:200.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDxxCGa9TG4rBRVZoypTZExvBUacEqd2 { width:14.375rem;height:;top:209.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGd1Cn8egTBTGT5RFUkti1fmAyZOgvRM { width:14.375rem;height:;top:209rem;left:24.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEOpFFzEMErihCiZoMl9Ls4sWr3x4zZx { width:14.375rem;height:;top:208.5625rem;left:6rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWdFshPR3oGrcinobWbfbgNqfnfE5Lkb { width:14.375rem;height:;top:208.1875rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Brqza5D8mHio7FiC5vWvqM056cMToW5T { width:11.875rem;height:2.75rem;top:204.375rem;left:26.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUzxUteTSEgfqILrOUDuu9DdCL9xPosn { width:11.875rem;height:2.875rem;top:204.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uh9Ly6mgb9iiKVy7TP3R6anaTRTe2Vuf { width:11.875rem;height:2.75rem;top:204.375rem;left:35.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #An9lNQ2qaPJnBilJz5JNnHpZK5NVta6I { width:11.875rem;height:2.75rem;top:204.5625rem;left:7.062255859375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEZV3y0Jy8Jv7DBCTxqqFMwVe2HsW3Db { width:8.75rem;height:2.6875rem;top:228.625rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNfVnte1k8v2qXnVzSFyLNbdnPV2SfF3 { display:block; }
 }@media only screen and (max-width: 763px) { #xkmTLR0fLqKh4bzcRqzGhXAPITxgn5WV { width:8.75rem;height:2.6875rem;top:228.625rem;left:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #annTf7P13TD1HAd8KiEoA1UXfIOTTBLq { display:block; }
 }@media only screen and (max-width: 763px) { #Smv8X1inpl4ZuG5OkfSXCLf07FNhmHB6 { width:8.75rem;height:2.6875rem;top:228.625rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G46DgHcTTn4yd3zvE1aaWbDMtKm67bTn { display:block; }
 }@media only screen and (max-width: 763px) { #QDAwUT8qciezNQID2c3y8DA5Pfx3rhFQ { width:14.375rem;height:10.6875rem;top:216.9375rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKC8t9kTXhTpV0dKs0DMwftNLcNuOvwn { width:14.375rem;height:10.6875rem;top:216.9375rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ignFOi2GaaovbrNFTuDmypzuKqRa2a9M { width:14.375rem;height:10.6875rem;top:216.9375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #naTfVHIxfNiaxCtUAdrTXMLbWkddVEuk { width:14.375rem;height:1.4375rem;top:224.875rem;left:5.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6FdqE0AzezSB4tqc3Xa7TQI7Jz618OR { width:11.875rem;height:1.375rem;top:221.5rem;left:26.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QF4UQqxQ0JuKs2EXmDlVDaon1BsW30pz { width:11.875rem;height:5.5rem;top:219.8125rem;left:35.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8kgef1MEtXaXolGJzuUTUlhPCHwiDK9 { width:11.875rem;height:1.375rem;top:220.9375rem;left:6.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChESlQ4B8pERumBFG4ZoXHFFq3zS4BaH { width:14.375rem;height:;top:225.4375rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uO7E3T51egaAm4NhevEK183xSoU4zAOR { width:14.375rem;height:3.75rem;top:271.5625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxfm4rrNyyadxRTxAbeTETS4v19ryyfI { width:14.375rem;height:3.75rem;top:271.25rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzT1CxTgNTQMQlST6XLSOLqmnTE9NxyQ { width:11.875rem;height:1.375rem;top:272.5rem;left:32.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTapEIbbJVQengodt8huD4Qg4Ldz7EoW { width:11.875rem;height:1.375rem;top:272.8125rem;left:5.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcuRKXMhFVE2nEeBFX8yLk9zu2AJA0aX { top:276.6875rem;left:23.0625rem;width:3.5rem;height:14.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ri6aKtyIfvwU5WbLvIUy9sTFcv2i8iEC { width:14.375rem;height:1.4375rem;top:277.3125rem;left:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfG1gut8EM8tHuNKf8Qfn6nuCeFpPwzK { width:14.375rem;height:1.4375rem;top:283.5625rem;left:3.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxGQCJa2H9s4d5Xu741uFcksnxmBqwzi { width:14.375rem;height:1.4375rem;top:286.5rem;left:3.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxW78zDiuTzs1PyZnhSayTP8GIepzKOp { width:14.375rem;height:1.4375rem;top:289.25rem;left:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEGsmy3NEEH5WCuDA6pTJqw3tJVdqC6U { width:14.375rem;height:1.4375rem;top:280.75rem;left:3.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I06pNRCrWByLeEkpKVKxLXUQamIScf5z { width:14.375rem;height:1.4375rem;top:283.75rem;left:31.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpWUQEBcstCfNXHk9hODPctN0GIzeVr9 { width:14.375rem;height:1.4375rem;top:286.6875rem;left:31.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyHy4g72rO2dXr8QTGbnKAblKKQobvA2 { width:14.375rem;height:1.4375rem;top:289.4375rem;left:31.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICKWxZl5tAI2sb86CBDp5TG9Z5qaoglT { width:14.375rem;height:1.4375rem;top:277.5rem;left:31.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGUM6zgtavo9LRXIBKbTmJTTCdZUExpZ { width:14.375rem;height:1.4375rem;top:280.9375rem;left:31.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqDQMckislKsBB0tgeChIxEOkDoyZ7At { width:8.75rem;height:2.6875rem;top:291.6875rem;left:34.4072265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yl3AgHcevFTqQGerKF9kHMxCpzD2yRmJ { display:block; }
 }@media only screen and (max-width: 763px) { #svwLdoX6EqKDQ1mvgITr4t62ZmTHw6X0 { width:8.75rem;height:2.6875rem;top:291.6875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T80N0WKIvm5XiBsO810ef2lSqgMql9u4 { display:block; }
 }@media only screen and (max-width: 763px) { #zmiG4GMZzVUVeiAWwkgKkORxXQ38nt8d { width:14.375rem;height:10.6875rem;top:235.375rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxNbn9uVgFvQxkIidSG4NeB8wFvVlg2K { width:11.875rem;height:4.125rem;top:239.125rem;left:35.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSTf6DFUT8hsd2k1q3fIoRoydxQHxT74 { width:14.375rem;height:10.6875rem;top:235.375rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqGQ9ASpSCzPe7GAEeQRJFStyRExylro { width:14.375rem;height:;top:243.4375rem;left:24.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHbC8ywuXMTVu2PCxhU0i2GbUZITwWst { width:14.375rem;height:;top:243.625rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAhDHtSWAr4fqM6vpymbuLtIhl9CAEE8 { width:8.75rem;height:2.6875rem;top:247.0625rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpWuf35O5UsJeFgGJ9tATJKi6thlg6HX { display:block; }
 }@media only screen and (max-width: 763px) { #fTOBWTGtK9wAy9T0CvU0OR1SJXPuQAzw { width:8.75rem;height:2.6875rem;top:247.0625rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K83CwkkZMTwr9Tb7gfqsOxtBZngolpaS { display:block; }
 }@media only screen and (max-width: 763px) { #ZaHn7iqgu3THdnkqiil9XVr1uuJhkk4x { width:8.75rem;height:2.6875rem;top:247.0625rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahWBZQOKU63AUwOTTiKXh203g9sownIA { display:block; }
 }@media only screen and (max-width: 763px) { #Fyx59Uuc1EyLxu5BLwC0CugyTfvsOVUK { width:14.375rem;height:10.6875rem;top:235.375rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMt6PxovDbnT4i0aMNO7R2zng4wQbmvp { width:14.375rem;height:;top:243.3125rem;left:6rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKn70V3yMW5txv3fwHqdWt1K8FBiFbw4 { width:8.75rem;height:2.6875rem;top:246.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3Xevfv38nMVgcTXfos8n0ivf9MXEpB5 { display:block; }
 }@media only screen and (max-width: 763px) { #GT81bt89A7KmLNLhZ8rpduL2cfUCM9UU { width:14.375rem;height:10.6875rem;top:235.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6De6uW97TRKoq7LcRVA6XTZzT4gAcJZ { width:14.375rem;height:;top:243.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vix6FAbnnLqy5TZk6LXDXUc8hcrUSfcZ { width:8.75rem;height:2.6875rem;top:263.3125rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvBKrl7Kd8Vy1gwLqsCn7a8DCogenysi { display:block; }
 }@media only screen and (max-width: 763px) { #DQxqQlluJgz3TFLOdAhl3rdtfzsN2dpd { width:8.75rem;height:2.6875rem;top:263.3125rem;left:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyT5WwXqbNML4LskZ5DGEchPFmmfHwLF { display:block; }
 }@media only screen and (max-width: 763px) { #cpFk9BLZnXDklVTpNALhNOD59hNRmQb2 { width:8.75rem;height:2.6875rem;top:228.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8GCXq7UWt9ndiWWNe7MtcNr5vnvoUwR { display:block; }
 }@media only screen and (max-width: 763px) { #EvgibJZqct8ysUoxprW1LANpSIaMCJWb { width:14.375rem;height:10.6875rem;top:251.625rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAZV4rBptw3BXq7t8vSCdoetMw1B59sy { width:14.375rem;height:10.6875rem;top:251.625rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqZUDEpnC94WSLLoTwBycz3aRzntDyVv { width:14.375rem;height:10.6875rem;top:217.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZtUO9B0Q2wfkC3ewNa87yinwFi3yp4L { width:14.375rem;height:;top:225rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMyvxgK1OuywVqavs6sPBTOIu72heFmu { width:11.875rem;height:2.75rem;top:254.875rem;left:27.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCTw4r5IPXsCI4St9TG6OWFuBcRcn1Ku { width:11.875rem;height:4.125rem;top:254.875rem;left:35.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKBggCyGEiBwVOIST6xVVNBNBAHKUXtJ { width:11.875rem;height:2.75rem;top:221.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T77Gys8q0BvTF3I3ce7HXc4GbsEfU19d { width:14.375rem;height:;top:260.0625rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0sbT5EXkASSsT3soC9UqCfwHv9dpbaL { width:14.375rem;height:;top:259.9375rem;left:26.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwniBkii0NZA2y5LPLeiVMk3X3cDR8d3 { width:11.875rem;height:2.75rem;top:238.9375rem;left:26.561767578125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HazgXD6enEers7N3yysNPeW51UvulaRL { width:11.875rem;height:2.75rem;top:239.3125rem;left:7.811767578125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwOWolDDtpu4RdZ5ZK5gyWEpPfpXwTgn { width:11.875rem;height:2.75rem;top:239.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #moNF3TTItd3fvb0gqAtJQcviCpMS6o6O { width:8.75rem;height:2.6875rem;top:263.4375rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTslbNRhFNyt4GNflLHRmZOSdXHx1kvq { display:block; }
 }@media only screen and (max-width: 763px) { #HNIwagwaWgPrL3XwPkzxzto0Om1nimLv { width:8.75rem;height:2.6875rem;top:263.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uli5HOFlTuetyQv1qhcK3p49wPZtmfXT { display:block; }
 }@media only screen and (max-width: 763px) { #HCJTUrI3RBLyPW3FTuuS6gcz4FFrOh3f { width:14.375rem;height:10.6875rem;top:251.75rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFlmI6iLczu4inXdcLVsiqUbpmivs6ga { width:14.375rem;height:10.6875rem;top:251.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCKKR8nUbZMnxTnCdVoO4rOZtgRiNkLO { width:11.875rem;height:1.375rem;top:256.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwTiV1PtTICoRzRhlChuKK8zphLIap8E { width:11.875rem;height:2.75rem;top:255rem;left:9.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1CaxN5861JXFAXAbyDWu7yxBHwIG294 { width:14.375rem;height:;top:260rem;left:8.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVqF750iTht2GVw6vBP5xQ68aKtfg9qF { width:14.375rem;height:;top:259.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qqv1rUfPoiIxPlbRRTBE6pQWE4STanB3 { width:8.75rem;height:2.6875rem;top:49.75rem;left:28.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eImux3Sq16n5L9bxSAi9dGRU4oln8e2m { display:block; }
 }@media only screen and (max-width: 763px) { #FbdifHPrMFf2lUBoaxykI2frzNTyrV5K { width:14.375rem;height:;top:225.3125rem;left:24.9990234375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfLhZwZHNrAucFGlLDlHMkpwrd48IcuU { display:block; }#HfLhZwZHNrAucFGlLDlHMkpwrd48IcuU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lAWmThyCsd388e3zFuGaeJDoM2qwVxCi { width:14.375rem;height:10.6875rem;top:5.625rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6f7e5DmAgSIiaqxLC4zcP0PX3SzUsHn { width:11.875rem;height:5.8125rem;top:8.5625rem;left:35.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dh9boyhRqwdil3vspPn9UT9ZQT7llsyI { width:8.75rem;height:2.6875rem;top:16.9375rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #aER2iZkzX1mynvHW78mr7uMEaTZ7xTkN { display:block; }
 }@media only screen and (max-width: 763px) { #TtCaghT8LPeLkHWPfrdBG9al880Ows0m { width:7.5rem;height:1.1875rem;top:36.5rem;left:19.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxmcAstntXR5AGKqTQAA7lMqtrw1repv { width:14.375rem;height:;top:13.6875rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHGMFX1a7MzpEoPBKstEedkTqzvT1x3z { width:14.375rem;height:10.6875rem;top:5.625rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfDAhXAiHWqIcL0Z2R8V4VwK1InDZbui { width:14.375rem;height:10.6875rem;top:5.625rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yp2EsI9P3qOgfyixOrnlXx4RLcnM5TEV { width:11.875rem;height:2.75rem;top:9.125rem;left:8.3115234375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6iU0MShhhoT341WtDNqh1gW8rFwCg5e { width:14.375rem;height:;top:13.1875rem;left:7.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uox6URl6rq1CCrQFOqopkhDFGSATFI6H { width:14.375rem;height:10.6875rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFPEU7Fal9r1MkVE2W1nkoT8iZCyFTDB { width:11.875rem;height:7.25rem;top:7.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QToXcG2LICuhJGPGmUsI3LnXDMzHqXe9 { width:14.375rem;height:;top:15rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxenM2ktB6N2EXed2DRuhXmCffeUCZvz { width:14.375rem;height:10.6875rem;top:23.75rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKB5SHW6Q2FbPPqUSuPdr31dUBBwFvAW { width:14.375rem;height:10.6875rem;top:23.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgZrChfBhMN7tg387vzrXrpRuae9q4Ea { width:14.375rem;height:1.5rem;top:31.3125rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNdvtHoqBhTgWxgM3oLAu68ry8lOOEbU { width:14.375rem;height:1.5rem;top:32.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7rmrmpzDFoTg3zCAqgZJEtLm9aXIMnh { width:11.875rem;height:2.4375rem;top:26.4375rem;left:35.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXwaNg4yA1ZZa5UbkAZMnvMs9tlZrbG2 { top:0.875rem;left:10.630859375rem;width:20.375rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWdx8uBTFKRgl285kkNxlM4FrtX7g5VV { width:14.375rem;height:10.6875rem;top:24.375rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahnvTE9ClxFqBu4GoBRAyuSKSL6uz5D6 { width:11.875rem;height:1.375rem;top:29rem;left:16.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6kiSFFcfTRWZ0nTZTzTRp8hTvAIruMW { width:14.375rem;height:1.5rem;top:32.3125rem;left:15.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClJCRQB9Jf1btsUzP8krMITn9tOMVLVv { width:8.75rem;height:2.6875rem;top:16.875rem;left:28.593571066856rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mb6JTefQEpbrabW6DdZfenh6usQT9kIl { display:block; }
 }@media only screen and (max-width: 763px) { #ufDbrusiTm9DcO0gifeTT7tviU14niTd { width:8.75rem;height:2.6875rem;top:16.875rem;left:10.310545325279rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGnRu5GEyTaMCLW1clfOlT09WznIGByz { display:block; }
 }@media only screen and (max-width: 763px) { #TmqJVoH5r5ClVDtV4nmafsAy51hL4kks { width:8.75rem;height:2.6875rem;top:16.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltrcZJkMlcqqBS21Bdc4Acarh1i9VIoE { display:block; }
 }@media only screen and (max-width: 763px) { #krDwoba1z4SQ3He3Zd6gabiPzKtQWLXT { width:8.75rem;height:2.6875rem;top:36.0625rem;left:37.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSTTZuw3lwPSzuOTs4axWK06e8MrSfsz { display:block; }
 }@media only screen and (max-width: 763px) { #g1K5RLc8OylqPUIoBQWGhXBgPxcPdy22 { width:8.75rem;height:2.6875rem;top:36.0625rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3Iq4uo8qRvDPMQK9ex6U5s9mLkW5c6c { display:block; }
 }@media only screen and (max-width: 763px) { #BKRX8nCyzg4MITyQQMsaEqMqwAHUgHbE { width:8.75rem;height:2.6875rem;top:36.0625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAvOAKvLRFJxXCmMxeoZIhT1htCWbWfL { display:block; }
 }@media only screen and (max-width: 763px) { #HCmylXGhLmFQBnxt6aiKb1cWuxhehiN3 { width:11.875rem;height:4.375rem;top:8.3125rem;left:27.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iu47Xlbk98rxPlTZ7BOi83ZtKnimCUdb { width:14.375rem;height:;top:13.875rem;left:25.6865234375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wL81PiV0ycmz5RZGL3Qzmbmi8q6d84l9 { width:11.875rem;height:1.375rem;top:28.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGVNfsOWiAUWoZOP2Dz5kNJBWutCPdEr { display:block; }#GGVNfsOWiAUWoZOP2Dz5kNJBWutCPdEr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #onfHpTDLgBUBAUL9mFErlJXLoc8AtvNO { width:14.375rem;height:10.6875rem;top:5.625rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8HF4u5rm9ekNEdpCGNnm5u7i6lWGqp2 { width:11.875rem;height:4.375rem;top:8.5625rem;left:35.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkevilG25iVhPApKzI1ErrKVUruLw652 { width:8.75rem;height:2.6875rem;top:16.9375rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZAgnnHizKQgKCGAbTmUrO2CB2XVsnLr { display:block; }
 }@media only screen and (max-width: 763px) { #MVug28EBa7L7wb1RUDHd4Zqoe6MSZHcR { width:7.5rem;height:1.1875rem;top:36.5rem;left:19.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8meyBDZmS79o45wCdu5BXpZ3e0TvGyn { width:14.3125rem;height:;top:14.4375rem;left:33.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxsaRmuQ7onb54CPSkqe4fQ5RahI4zvi { width:14.375rem;height:10.6875rem;top:5.625rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGEeA3BlNITlDtR9d3o6X6TRbc9i3v0i { width:14.375rem;height:10.6875rem;top:5.625rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcXOuquqqD0nqa5aFeGyprSHSttqVFxU { width:11.875rem;height:2.75rem;top:9.125rem;left:8.3115234375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdhEBdpIHLMfiv7Rb2CJPCApdBlQgflD { width:14.3125rem;height:;top:13.125rem;left:7.0615234375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUyloTNOPwD7A5pTekPmkrAbWKfRxCnE { width:14.375rem;height:10.6875rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D68VwqBTQHc6QTT0PBeeMTlv2onXTmPL { width:11.8125rem;height:4.375rem;top:8.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3VUULeqBCSsTrAgnlPsoeDNyyBRIhGB { width:14.3125rem;height:;top:14.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #khfTenfpNf0PuQg2oT1AEUnhUCCEfPzN { width:14.375rem;height:10.6875rem;top:23.75rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QN7DuWwvVnOylDrvyoEhMhKPDxHBFkJP { width:14.375rem;height:10.6875rem;top:23.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSRQxtBRvNB9LkXi3UOe4GVLGe8Zueot { width:14.3125rem;height:;top:31.5rem;left:33.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVZrPlPZqzHPKhglPUQUJ967HLs5plCb { width:14.3125rem;height:;top:32.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6qlPKwmaDHFG09wNXZ8H99lBDfw6vit { width:12rem;height:3.6875rem;top:26.4375rem;left:35.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfxGJTU5aiqEHUJvRt8TF2huqDhdE0dw { top:1.375rem;left:13.6552734375rem;width:20.375rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGXEzHHAM4iPDhJ7uUQJPxnndOEkeiQk { width:14.375rem;height:10.6875rem;top:24.375rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOI6BsI0Aa2Ho3WyTUMrIiDItb6JThq9 { width:11.875rem;height:2.75rem;top:28.4375rem;left:16.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrrsXgECuMgH15bqOtkiPkWVenJflZV5 { width:14.3125rem;height:;top:32.25rem;left:15.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHKpSt6diNVKgOqmPzP5JXTO9vJrJTdt { width:8.75rem;height:2.6875rem;top:16.875rem;left:28.593571066856rem;display:block; }
 }@media only screen and (max-width: 763px) { #svSiXly70EyxqMWLcaENUiiBo5bWegpO { display:block; }
 }@media only screen and (max-width: 763px) { #GR7kwExIzJCJFfDsDs6OPbEsmpq5lRxt { width:8.75rem;height:2.6875rem;top:16.875rem;left:10.310545325279rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sb1dADMyhXvkoMuq1J1paLH8f3kwdJRL { display:block; }
 }@media only screen and (max-width: 763px) { #PdnaUN5l5f30m1vGnZOQmahzsN8s3Xzd { width:8.75rem;height:2.6875rem;top:16.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcTWkbgqfHcSqlVUtU18vbtg9NMV9STt { display:block; }
 }@media only screen and (max-width: 763px) { #vPkuQ8PxWBLf3g7Dqv0uv4LrPvkAbIeW { width:8.75rem;height:2.6875rem;top:35.3125rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2vUSXKRm4LVGy7ZTcph4OMGkLbPAvK5 { display:block; }
 }@media only screen and (max-width: 763px) { #QV7Ez27CFrK8VE9C6lkOsMTJGWAOP3pR { width:8.75rem;height:2.6875rem;top:36.0625rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkTlOzQRT15Ja3PasIybyiV4qJPuyeuL { display:block; }
 }@media only screen and (max-width: 763px) { #rKRT41hRaTh2ocvMLewDn4ZyQGy3HKGr { width:8.75rem;height:2.6875rem;top:36.0625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFQSxXynlnWxkqzDVCbCTAQ8PeZnEyEa { display:block; }
 }@media only screen and (max-width: 763px) { #xnGDoIA2iTS2m8WOBa3sXchdIIyQHoXM { width:11.8125rem;height:2.875rem;top:10.0625rem;left:27.18701171875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSFOTcfBLa0Z6XJsxMm7hMehUuVsrvT0 { width:14.3125rem;height:;top:13.875rem;left:25.685546875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q25FCTFJ9h0cfrsN5qltEG0oJqZqfWPI { width:11.8125rem;height:5.5rem;top:26.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLwnvg0FQgXPHWXto0ONrvceNhqzBirP { width:8.75rem;height:2.6875rem;top:71.125rem;left:37.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhilTRORmUVAJeAXhc3bG9kreRnrRNzw { display:block; }
 }@media only screen and (max-width: 763px) { #zTWpcJ3D6Nnw9wZ9eluFBxlo6ZX9t0a0 { width:14.3125rem;height:10.6875rem;top:40.6875rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLTNtRTHmucrvh9gTDRc0FfvzU2RE1Ta { width:11.8125rem;height:2.875rem;top:44.8125rem;left:35.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQwTXNUmgcr6wE7xGTqgTHd5utMP7Fuw { width:8.75rem;height:2.6875rem;top:52rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpWU6E43z0HmLK3h1IMxFkk6aWeTLIUJ { display:block; }
 }@media only screen and (max-width: 763px) { #fOtrE46BzQTxCbML1Nzrh91hnvGtJAV9 { width:7.5rem;height:1.1875rem;top:71.5625rem;left:19.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3iuummMyg63yB6v9XTvvCVmT1SOyUxb { width:14.3125rem;height:;top:48.5rem;left:33.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sh9IkL24wJKa0Rs3sAoWiCM5fDAxcBMr { width:14.3125rem;height:10.6875rem;top:40.6875rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCfMDy20TmbWT1B03RaptLz7TNTmenIH { width:14.3125rem;height:10.6875rem;top:40.6875rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RslpMQ6e8VFT8Qs7rJ2JoocvtwXaZBRK { width:11.875rem;height:2.75rem;top:44.25rem;left:8.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWJJpLqWo1eFSGCC2oB7TIv6nColcwPl { width:14.3125rem;height:;top:48.25rem;left:7.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHIyvyd4V9hOrnZ9OQlo1SVb7VXlNxxM { width:14.3125rem;height:10.6875rem;top:40.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhOVbK7wzn3IV2uh2WNrNTfkyoic1TeC { width:11.8125rem;height:4.375rem;top:43.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkFFQsmaLwpWwXs4P7nehOVflkNA0zBx { width:14.3125rem;height:;top:49.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvdgFK04Py4XOwhVrm0AVvh7ZCiP8xua { width:14.3125rem;height:10.6875rem;top:58.8125rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #skDIFGGHBkt4pRQrEOMvkTSaqdryCcRT { width:14.3125rem;height:10.6875rem;top:58.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIbwAUgyVG2ktPniMJOFHsyEy0cwHEKd { width:14.3125rem;height:;top:66.375rem;left:33.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pclIvTI2K0RwbkJh7znr5EANryNWcmPJ { width:14.3125rem;height:;top:66.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CocbnJBq1sA9JkExcnIiQLL2lFdWHccx { width:11.8125rem;height:2.875rem;top:62.9375rem;left:35.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLmRaxFOcCvfs1yC9DiiTXeNKR7d6JWU { width:14.3125rem;height:10.6875rem;top:59.4375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSW4lWNDbzA4ICKyP4d4y2ZHQoiick1u { width:11.875rem;height:2.75rem;top:63.3125rem;left:17rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqX7vDxEUoz6benEevpEDdelnPHkIZ3R { width:14.3125rem;height:;top:66.5rem;left:15.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4LaCqw3NTx8fidJBgUXedITDiQrcFTu { width:8.75rem;height:2.6875rem;top:52rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSnyhpbUzRVm5SoF9KiO1HDBs6qGfX63 { display:block; }
 }@media only screen and (max-width: 763px) { #wBB4kgPaItscLWFKwa7qiCzIfKtlArge { width:8.75rem;height:2.6875rem;top:52rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #liT7CuGmspiblOMHeePnag06mWeCW0GQ { display:block; }
 }@media only screen and (max-width: 763px) { #U6QCrQgqLJB1XmzOpntRDpbcR2negFh5 { width:8.75rem;height:2.6875rem;top:52rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5mOwGwQy42NyIqTWplxIk3eVqRetiuX { display:block; }
 }@media only screen and (max-width: 763px) { #APkT92ZcqQFnhWXpidXvlfENfhSvUldz { width:8.75rem;height:2.6875rem;top:71.125rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKefk33Za82xLkRPmnMb26y714c2y79z { display:block; }
 }@media only screen and (max-width: 763px) { #QNITIBTNHdbCKL32xW2BJQAmadqT8elp { width:8.75rem;height:2.6875rem;top:70.75rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsqN7Nq2NBeTbl6VJtn4PSesZe35m0Ap { display:block; }
 }@media only screen and (max-width: 763px) { #c1tsaReqBEFw4Zg2us52TTmiN6i9xkN1 { width:11.8125rem;height:4.375rem;top:44.0625rem;left:27.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIworxyMRerLaQT6Zt8t5XyawHHyBnIG { width:14.3125rem;height:;top:49.125rem;left:25.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkrNCesT6rczVPFB440xE2EBJSTGrvlU { width:11.8125rem;height:2.75rem;top:63.0625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Klr9ughyXmGdcdb5DmaMHmixR00oaloS { display:block; }#Klr9ughyXmGdcdb5DmaMHmixR00oaloS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TA3byguoBkVH88rTz5Epqs1GrdqieXUn { top:0.875rem;left:13.076171875rem;width:20.375rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfPkJiEz6aR4bdnMvVeW2q0GmcdzNglw { width:8.75rem;height:2.6875rem;top:15.6875rem;left:38rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBNL0mI3K0n1i58SORnPwGRyLwDBpGtN { display:block; }
 }@media only screen and (max-width: 763px) { #sWlP0oVIKTQosOnL1Z6HCTTvsug3Fxm3 { width:7.5rem;height:1.1875rem;top:16.125rem;left:19.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXV6fsSlABlvNf1ZZT9qCF5b0GaTbGkB { width:14.3125rem;height:10.6875rem;top:3.375rem;left:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4BowMkqq7DITTUu1bcE7J99esmTaiOJ { width:14.3125rem;height:10.6875rem;top:3.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #phtEEOk3moa5i7o8H4Jcg4d8fNEB1ENy { width:14.3125rem;height:;top:10.9375rem;left:33.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvQsgdTVmg0OCrnwzx0C6trlt6MID7Cu { width:14.3125rem;height:;top:11.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmUWEL89Eyury8pufRA7iZGDor2HpEyA { width:11.8125rem;height:1.4375rem;top:8.6875rem;left:35.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWlX5INNd1GNTa3XHdDD4GVSPDBIXdQ4 { width:14.3125rem;height:10.6875rem;top:4rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvIT4V6SAPtTin50ViTip1L4Q7U1F4Am { width:11.8125rem;height:4.125rem;top:8.625rem;left:17.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQvZScVLmsz8Sr0uyQroIHHubBSVufLn { width:14.3125rem;height:;top:12.625rem;left:16rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVyima2X3tdctgGHyxwOEWJKqdgLV1TE { width:8.75rem;height:2.6875rem;top:15.6875rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcdK991vWaCqgTDxg5kwerz9TxoaxxyS { display:block; }
 }@media only screen and (max-width: 763px) { #UbLvGMfdUJ1yFUwn44Bam9MxGO6zQO7u { width:8.75rem;height:2.6875rem;top:15.6875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMpPOSZZE6IPGDPo1dPVGNS7HAMvCedP { display:block; }
 }@media only screen and (max-width: 763px) { #q5TSVWOC9ZsQGNiDVrsk50vFMa77kVyP { width:11.8125rem;height:2.75rem;top:8.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #at8E8R2JmSou1mWTbOhcp1l9acOHfMTq { display:block; }#at8E8R2JmSou1mWTbOhcp1l9acOHfMTq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MyxskqlvB5xQmqzVVXF7ITWzUobepc9n { width:14.375rem;height:10.6875rem;top:7.4375rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dN1KOuJTiR7wmE1OEJwsWKR7THtqkWkJ { width:11.875rem;height:1.4375rem;top:12.375rem;left:35.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZ0V4BZADC3JH6JsNvehuWocKakR5BfG { width:8.75rem;height:2.6875rem;top:18.75rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIpATIIkgTm4IVoH82HUZ35uctGfRd1Z { display:block; }
 }@media only screen and (max-width: 763px) { #fBPeJQgSZRkc6y9NXIBG1r4RWHvrBLvU { width:14.3125rem;height:1.4375rem;top:16.3125rem;left:33.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #guBM3ZcJc2QxZiVF0OIvGSVFtB5q2bcs { width:14.375rem;height:10.6875rem;top:7.4375rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHFRtWmuJy80SFPa3398hCZbSaK68Ed7 { width:14.375rem;height:10.6875rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9xBHhrxfP0iT46SHsv500iRvwwrEVG5 { width:11.875rem;height:1.375rem;top:5.125rem;left:8.312255859375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT1HFzSKttMTlhxSpuBGsZl7MgHcuv1O { width:14.375rem;height:1.4375rem;top:15rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVHSJTBRHKwik7QXKayFNtIx6I5ohUqD { width:14.375rem;height:10.6875rem;top:25.0625rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VO2oa5VITq21Ndk8COLtQ6e4n8bIzPqD { width:11.875rem;height:4.375rem;top:27.5rem;left:9.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sy4EJRegd4veI5MbcfTnmQhDPFz2yhGp { width:14.375rem;height:1.4375rem;top:34.4375rem;left:8.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8SocK6HHFmH6ZPMdi8iwMPZMaz94PXH { width:14.375rem;height:10.6875rem;top:24.1875rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VX76z8KGQ0eJOTStMVR4yqIhyufTTyMG { width:14.375rem;height:1.4375rem;top:31.75rem;left:31.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3CoghVhK7f92iySx7qDTvA9Un7raVTh { width:11.875rem;height:3.625rem;top:26.875rem;left:32.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qr54hwhwTekLQ8xszMMM5gy3IX49zvt3 { top:0.875rem;left:10.63037109375rem;width:20.375rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXTGgN0gTgvAJXR9yuRKKtbih4RIF5xR { width:8.75rem;height:2.6875rem;top:18.75rem;left:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VC5veuWDh1vcvvSbTiibprGqJWfXuzXS { display:block; }
 }@media only screen and (max-width: 763px) { #r61w11rEzfdCridVIGTyhlxeSF3lGBw4 { width:8.75rem;height:2.6875rem;top:18.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOZRTFEHWZrib5ib7yPZhIAeptIXFcRd { display:block; }
 }@media only screen and (max-width: 763px) { #STQpK2vCtPTWViQWfLlUr1StwBEdcQo5 { width:8.75rem;height:2.6875rem;top:36.375rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTHv1F4UCrIa2zmLygT68hylgTVBaVfM { display:block; }
 }@media only screen and (max-width: 763px) { #SIu5Ka2Q35wPIwClglFsSeheVt90FsAP { width:8.75rem;height:2.6875rem;top:36.5rem;left:34.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHc9PphmJc0f7IDE0ve53hUfIWw1NTTP { display:block; }
 }@media only screen and (max-width: 763px) { #kSAxX0oydQfBf9rmPznHzBXKrBeKio7z { width:11.875rem;height:2.875rem;top:11.9375rem;left:19.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0Tg355hOzmfknLmcup0lkxMw3CuWz8K { width:14.375rem;height:1.4375rem;top:15.75rem;left:17.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4ZT6Tn0fU9TFgUXRkFh3boRcB0tLio3 { width:8.75rem;height:2.6875rem;top:71.125rem;left:37.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6XbAJo1AWNKCDKTvg6VHpIaReXO28MM { display:block; }
 }@media only screen and (max-width: 763px) { #tZf1q39M5D4indILEH5nQsGHmFpRTZDl { width:14.3125rem;height:10.6875rem;top:40.6875rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m73XphCWULQBv2JSb5vk6WuMyqKJTkGA { width:11.875rem;height:2.875rem;top:45.625rem;left:35.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wk58ma8suexqkVA0506P1RABklCLQMpw { width:8.75rem;height:2.6875rem;top:52rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnZTTTCZJ83GIHUT8SnqOFrB95XcMxii { display:block; }
 }@media only screen and (max-width: 763px) { #pi3ulcnkNCRL3wRTzw8RMPwZnWnMuFpL { width:7.5rem;height:1.1875rem;top:71.5625rem;left:19.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLJwfDeeOdUdfL1TmKQFMGyxMzsW2iWT { width:14.3125rem;height:;top:49.4375rem;left:33.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdHF3hStT1THJaIToSWeEsTOi97QnuL3 { width:14.3125rem;height:10.6875rem;top:40.6875rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThCE1G84Qy7RTwXSyilCqOU3KSVqLTR6 { width:14.3125rem;height:10.6875rem;top:40.6875rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HH9HgAn1274vwxe86Wcs09Qkk3fqewKR { width:11.875rem;height:2.75rem;top:44.1875rem;left:8.37451171875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwEPQDuWaiZlKaChvE8WhKUz0gz4eISI { width:14.375rem;height:;top:48.1875rem;left:7.12451171875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3dB8OlK8PpBTwiL0bLHKZT5I9rLsvXw { width:14.3125rem;height:10.6875rem;top:40.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBfyE0s2wgr6OWHlVKsOA0F7zQ8pZcM4 { width:11.875rem;height:2.875rem;top:43.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8xfXVikH4Np3BbSx4Ziqqa1QyU1Ihfy { width:14.375rem;height:;top:50rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAHGiPDgysx5C5P6zJhft4DofcubKNUy { width:14.3125rem;height:10.6875rem;top:58.8125rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #idCTI0MsvZS5MvCsnKI2Zmi2aHKdbQrv { width:14.3125rem;height:10.6875rem;top:58.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCPtWU0Hi7AAKuL9sHZ8frOgbmTlhvGg { width:14.375rem;height:;top:67.1875rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeADFnAeCbyQ5cxqBvJir0sbUbgtfa7h { width:14.375rem;height:;top:67.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNmiv3AEvQzto28dL5kXswVFJ5TDMRcw { width:11.8125rem;height:5.8125rem;top:60.75rem;left:35.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFXcJ7Tq8t4wRPrau47rxJIFStgAz0IO { width:14.3125rem;height:10.6875rem;top:59.4375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAC9lbT2WnTueiLVTgy1aTNTrzHVFJT2 { width:11.875rem;height:5.5rem;top:63.125rem;left:17.687255859375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZM6EBfny5629qxkQipGF7tTUkAHnkIVt { width:14.375rem;height:;top:67.5625rem;left:15.87451171875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #idr1czlgsPwx7qq82n3Z894F03gUnE8U { width:8.75rem;height:2.6875rem;top:52rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzwVDVZNdJ8umTfNb0nQIyaWAIT4C30O { display:block; }
 }@media only screen and (max-width: 763px) { #FQTceH9lSA8WKpS4kJthyc082iyUXkX8 { width:8.75rem;height:2.6875rem;top:52rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T74cDIfd1JWoAUtRMeMUG40pr1mV0hc3 { display:block; }
 }@media only screen and (max-width: 763px) { #U16Qz88giL8q3JHq7qgDEPw75RZhneTV { width:8.75rem;height:2.6875rem;top:52rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgPLEoSPt1oIsSfxxUiurQJ3esTXBkaF { display:block; }
 }@media only screen and (max-width: 763px) { #nxNynyLs95gVBn1968eP7NcdQdZIda3x { width:8.75rem;height:2.6875rem;top:71.125rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1CrSBg2t9xTQxuEmosg0A2HMnT0KblN { display:block; }
 }@media only screen and (max-width: 763px) { #bxnOe0WtCBhQP9knir1ZQTpvxRNtnosT { width:8.75rem;height:2.6875rem;top:71.125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2bWL4mrq3s6XT15DGw3KlQqk5CXuA7Q { display:block; }
 }@media only screen and (max-width: 763px) { #RybtFUWdLSVJGXRRnI11ho6yhMxrNOdK { width:11.875rem;height:2.875rem;top:45.125rem;left:27.2490234375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #deSMBEQ8UTCOcinWlbOW3K4fTyXEV3TF { width:14.375rem;height:;top:49.5625rem;left:25.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPhX2d3iGXoJawy6GArrcl6PewfiEKOi { width:11.8125rem;height:2.75rem;top:64.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNkyLdgdGPLaiklQh3pMVJOANhhpfn0C { width:11.875rem;height:2.875rem;top:11.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAQnRCeiT5yh5UmryC8dlJCCWTHyHOnu { display:block; }#DAQnRCeiT5yh5UmryC8dlJCCWTHyHOnu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EgenyCSKcHUdVpNRxQ1uQBRKJnq6SamV { top:2.8125rem;left:29.4375rem;width:18.3125rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRgXboiF38EUDriX3XJa8GTE9niH19bD { top:12.875rem;left:20.25rem;width:24.25rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnsPQkUb13HPv5z1iFeqT3tsl6T4vB56 { top:7.6875rem;left:30.5625rem;width:14.5625rem;height:3.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSCufOTRzywzMB8NDH0cE2dHGcld5MXb { top:16.0625rem;left:36.4375rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzaQD0rq9TJGvGfhLBcn8PhqLev9etc7 { top:16.0625rem;left:39.0625rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDquHaJBSgT7kG1qlTqdsS8Fe2rXzeLT { top:16.0625rem;left:41.75rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VusokiBe0BFqf2zp3TgkvpBZ5k0R5OX6 { top:1.125rem;left:0rem;width:13.5625rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAyeHuR4zVW620pLHx0weBMOZe89eWmv { top:12.3125rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wO3ohoO1Zs6JR5CIbIJPeo5ezibTP7H4 { width:3.1875rem;height:3.1875rem;top:7.625rem;left:44.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvGwT8UHKF3r4TpLRFbAkmIs8B1Phl3O { top:15.875rem;left:44.5rem;width:3.25rem;height:3.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iacfnz8KToy96XW9Je9lxGxqiV2AtO9X { top:20.0625rem;left:19.9375rem;width:27.8125rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:transparent;background-image:url("https://images.assets-landingi.com/QBaf86E7/Landing.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn > .row > .video-iframe-container { display: none; }#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #e3c5db);background-image: -moz-linear-gradient(180deg, #ffffff, #e3c5db);background-image: -ms-linear-gradient(180deg, #ffffff, #e3c5db);background-image: -o-linear-gradient(180deg, #ffffff, #e3c5db);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3c5db' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3c5db' );";background-image: linear-gradient(180deg, #ffffff, #e3c5db);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:70.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kT8DlCIkVwDLsiwDwEuufKPrPUixhWdI { width:12.620125rem;height:2.5996125rem;top:8.591796875rem;left:3.689453125rem;text-align:center;text-align-last:center;font-size:2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #qFRzwroCgZHyvTqxpgQ0kzd6TGHb831X { width:20rem;height:auto;top:10.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;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.932625rem;height:2.1933625rem;top:11.216796875rem;left:5.033203125rem;text-align:center;text-align-last:center;font-size:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #OzDeVRkGAFeKmGl2zEbmZX2LO9ZN6izW { width:18.75rem;height:4.142575rem;top:14.123046875rem;left:0.625rem;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) { #pqkTO9c2Awaio3zWF6TkumnnBvUx7Eg6 { width:8.125rem;height:8.125rem;top:0rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FV1nIwT5Q7QQVWeXZ4P3QhOBnhXfBUhy { width:18.9355625rem;height:0;top:18.8583984375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-regular-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-input-text { width:16.125rem;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.125rem;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.125rem;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:16.125rem;margin-top:0.25rem;margin-right:0.1875rem;margin-bottom:0.25rem;margin-left:0;height:2.9375rem;line-height:1.2;overflow:hidden;font-size:1.375rem; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-checkbox-label { width:14.9375rem;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.1865rem;height:24.2211875rem;top:21.7639375rem;left:0.5625rem;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.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX {display:block;}#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX { width:16.1865rem;height:24.2211875rem;top:21.7639375rem;left:0.5625rem;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 { display:block; }
 }@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 { display:block; }
 }@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 { display:block; }
 }@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 { display:block; }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #p1CKp5EsCCLmDVadSKIDOD9EoatbS2yM {  }
 }@media only screen and (max-width: 763px) { #qoPBykNlLFCo6W6TI2DDpMalosgc9R6v { display:block; }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #KaP1MICsO0yPW5W17kFp8836ddTGPEpE {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #WUN0qoF8LWGFTIr74WsXb1W3f3w3cMu6 {  }
 }@media only screen and (max-width: 763px) { #QIqkr2g417Gse3cOg02XQCaNktmLzGEn { width:14.8115rem;height:2.749025rem;top:51.2333984375rem;left:2.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAk1t07ssUswPI01dQp1Xo80kTVkxnHC { display:block; }
 }@media only screen and (max-width: 763px) { #pTE9qfSgoEoVmXVMXimTREt3K6UewNKD { width:14.8115rem;height:2.749025rem;top:55.125rem;left:2.5927734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsHznUibvIb7nQRoPQH92TrHRf3DbQLg { display:block; }
 }@media only screen and (max-width: 763px) { #m1Xx9pBdRIATKlU8e3uwrhRw0EXRkHcT { width:14.812rem;height:2.749025rem;top:63.0625rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9QLtJ0WHTbTNywUFcyTt7yAsTHLJosZ { display:block; }
 }@media only screen and (max-width: 763px) { #seJfb3sRsAx5UxpzuRTGeiaOC9e7g62K { width:14.7485625rem;height:2.68555rem;top:59.125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1XdvHkTQgXxpo50cN6Mt3MWUbZTPn6J { display:block; }
 }@media only screen and (max-width: 763px) { #y6nXuJgcVeUgbz2UFxTgbarTMVPeW0b9 { top:19.625rem;left:2.6875rem;width:15.125rem;height:1.3808625rem;z-index:15046;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ay0EGB727ZLWV4lP0VvhrVib2K2JtgyW { width:14.75rem;height:2.6875rem;top:67.061525rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQ64SWvPUhCcXetVBRRh2zdepOU2aOBR { display:block; }
 }@media only screen and (max-width: 763px) { #agBTKvUK8xt2I3HMNo0AB3RcNQ2DDrix { width:6.5rem;height:7.5625rem;top:0.3125rem;left:6.65625rem;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:849.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #crPlH1Jdrerb7O2V4b0bL6WkpoiATeve { width:14.375rem;height:10.68725rem;top:45.763025rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#crPlH1Jdrerb7O2V4b0bL6WkpoiATeve.adaptive-delivery-prevent-bg, #crPlH1Jdrerb7O2V4b0bL6WkpoiATeve.lazyload, #crPlH1Jdrerb7O2V4b0bL6WkpoiATeve.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #aw8PwMPXvNr59a2OnrOQpqeNRZmZJM4Q { width:11.875rem;height:1.462675rem;top:48.761071875rem;left:4.18701171875rem;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.68676875rem;top:55.3837890625rem;left:5.625rem;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.21875rem;top:145.6826171875rem;left:6.25rem;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.21875rem;top:53.9775390625rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #UWJIAtHa1IPbgdea5mcIl2aa2vmUN092 { width:14.375rem;height:10.68725rem;top:31.3587rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#UWJIAtHa1IPbgdea5mcIl2aa2vmUN092.adaptive-delivery-prevent-bg, #UWJIAtHa1IPbgdea5mcIl2aa2vmUN092.lazyload, #UWJIAtHa1IPbgdea5mcIl2aa2vmUN092.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #uzsWvTNRosi7pRDfEqKXMqxvHRoSO9PQ { width:14.375rem;height:10.68725rem;top:18.5791015625rem;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; }#uzsWvTNRosi7pRDfEqKXMqxvHRoSO9PQ.adaptive-delivery-prevent-bg, #uzsWvTNRosi7pRDfEqKXMqxvHRoSO9PQ.lazyload, #uzsWvTNRosi7pRDfEqKXMqxvHRoSO9PQ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #WZzUvwBl8qRGwAZupNTgQ7F8w63ebx5v { width:11.875rem;height:2.76171875rem;top:22.1396484375rem;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) { #cOOLTZHwbssChdBXogzTa01Qaw25qlFc { width:14.375rem;height:1.21875rem;top:26.1416015625rem;left:2.9375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #kN03C37DEndfKDdg9RtRA6M8mn7Tq5vT { width:14.375rem;height:10.68725rem;top:5.0183125rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#kN03C37DEndfKDdg9RtRA6M8mn7Tq5vT.adaptive-delivery-prevent-bg, #kN03C37DEndfKDdg9RtRA6M8mn7Tq5vT.lazyload, #kN03C37DEndfKDdg9RtRA6M8mn7Tq5vT.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #pqTnedCHBG70UPM0Khr7AoUgzCtxsQGq { width:11.875rem;height:2.923825rem;top:8.9294453125rem;left:4.061279296875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaGbzvo2Ep2lXDO49CCGcxfZxGRyahvi { width:14.375rem;height:1.21875rem;top:12.580568359375rem;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) { #gW5RVsKiHLNtXKOwbqDtacLuUL9PBbwn { width:14.375rem;height:10.68725rem;top:99.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; }#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.68725rem;top:73.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; }#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.68725rem;top:113.0625rem;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; }#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.21875rem;top:107.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) { #TfIRdxq7ZeJ8e5Rloy8RTftiIBfXowGS { width:14.375rem;height:1.21875rem;top:80.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) { #GKvfeDGqZGUzKc97173RtcvSe4JM4IFu { width:14.375rem;height:1.21875rem;top:120.125rem;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) { #RgK7ZTTySWTNb41QaSJEUzZcVs9ziFN2 { width:11.875rem;height:1.13769375rem;top:102rem;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) { #ufXxxfaJyToTfbe75Xw89XTUzJaTedRg { width:11.875rem;height:1.4619125rem;top:116.8125rem;left:4.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3bwkRH2Mh56r2xVvvDk6kpaN8Zndw6U { width:14.375rem;height:10.68725rem;top:138.875rem;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; }#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.68725rem;top:125.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; }#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.68725rem;top:59.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; }#aK0XG5OMScFdT705fDCsAnGHpuohLlRG.adaptive-delivery-prevent-bg, #aK0XG5OMScFdT705fDCsAnGHpuohLlRG.lazyload, #aK0XG5OMScFdT705fDCsAnGHpuohLlRG.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ppLzFrJ6779yksGaydHcutM4M3fVGork { width:14.375rem;height:1.21875rem;top:145.4375rem;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) { #dOt4TeTOA8Som4XyTyFBmgCXKPXq1h03 { width:14.375rem;height:1.21875rem;top:133.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) { #AQJitum4zGR1uxCPu6HXV0IaAG5EsiEh { width:14.375rem;height:1.21875rem;top:66.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) { #tT3XT9AW5899hWlaVg0ppSOWUROCis3S { width:11.875rem;height:1.3808625rem;top:142.3125rem;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) { #AtNbTEnv2SC5fKX30ZDFIFeGfV256Swy { width:11.875rem;height:1.3808625rem;top:130.375rem;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) { #ApQWpBVIcQ5UkqbviTt6hmGzgBGtyzHG { width:14.375rem;height:10.68725rem;top:150.875rem;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; }#ApQWpBVIcQ5UkqbviTt6hmGzgBGtyzHG.adaptive-delivery-prevent-bg, #ApQWpBVIcQ5UkqbviTt6hmGzgBGtyzHG.lazyload, #ApQWpBVIcQ5UkqbviTt6hmGzgBGtyzHG.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #SPFM0m3ggToDwp8bsLJQCLngVt6bnXVP { width:14.375rem;height:1.21875rem;top:157.5625rem;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) { #ISiFKX2bmGoozhJTnbEJarBwk9mh57uu { width:11.875rem;height:1.462675rem;top:63.9375rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOvklA94r3QdG5PX6hdWIFUxE6WBCCes { width:11.875rem;height:1.3808625rem;top:154.25rem;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.68725rem;top:162.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; }#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.68725rem;top:188.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; }#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.68725rem;top:175.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; }#Hg66nT0iMH3dMveXN0PrcZQJe9UiBt9u.adaptive-delivery-prevent-bg, #Hg66nT0iMH3dMveXN0PrcZQJe9UiBt9u.lazyload, #Hg66nT0iMH3dMveXN0PrcZQJe9UiBt9u.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #vOpfwExKT9C9BirJnmONzMDpRmoRQ9qp { width:14.375rem;height:1.21875rem;top:170.5625rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #PT2BgnqegUy18iIyQwnbG6dtTXE3PvTq { width:14.375rem;height:1.21875rem;top:194.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) { #hzffbgWwfkQxiTa3TG2f0J77weunTOTC { width:14.375rem;height:1.21875rem;top:183.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) { #R8DdLv5I93VC9m9GtMnd6bVaf0CR8xkk { width:11.875rem;height:1.54296875rem;top:191.6875rem;left:4rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkFkwP4QC20zJTab5zipMmPNyRu5suHz { width:11.875rem;height:3.1669875rem;top:178.3125rem;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) { #zP0QSaEqUEhEmzPcnpzohJT6KZPf36ss { width:14.375rem;height:10.68725rem;top:200.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; }#zP0QSaEqUEhEmzPcnpzohJT6KZPf36ss.adaptive-delivery-prevent-bg, #zP0QSaEqUEhEmzPcnpzohJT6KZPf36ss.lazyload, #zP0QSaEqUEhEmzPcnpzohJT6KZPf36ss.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #EG2Bx3ZgdHVB2xbua8MoueJ9PNyrIa5D { width:14.375rem;height:1.21875rem;top:207.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:1.3808625rem;top:204.3125rem;left:3.6875rem;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.68725rem;top:212.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; }#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.68725rem;top:236.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; }#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.68725rem;top:225.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; }#QXCJgvk7p4hg84PFKxpDCXBB5SWMIuaD.adaptive-delivery-prevent-bg, #QXCJgvk7p4hg84PFKxpDCXBB5SWMIuaD.lazyload, #QXCJgvk7p4hg84PFKxpDCXBB5SWMIuaD.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #BZ5bm8IqaTDZS3aAg3JXZ9rn9315Ggga { width:14.375rem;height:1.21875rem;top:220.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.21875rem;top:244.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) { #zeBDLpNgLImgMkovm5m3RefHAdcUbSg0 { width:14.375rem;height:1.21875rem;top:232.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) { #rrKznGTd4pKwG2PQbTHtsSa7qJDT3y38 { width:11.875rem;height:3.8994125rem;top:215.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) { #FNfmlgT8ogq4DWL85eHDb0bqxxosmb83 { width:11.875rem;height:1.4619125rem;top:241.3125rem;left:4rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTBX7kJRJnu3eybgPeALG0oPsOdk7gCa { width:11.875rem;height:1.29980625rem;top:227.6875rem;left:3.9375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vq0wTsZNzXBqiA3LuKwg8Vh4GAG2NSIU { width:14.375rem;height:10.68725rem;top:249.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; }#vq0wTsZNzXBqiA3LuKwg8Vh4GAG2NSIU.adaptive-delivery-prevent-bg, #vq0wTsZNzXBqiA3LuKwg8Vh4GAG2NSIU.lazyload, #vq0wTsZNzXBqiA3LuKwg8Vh4GAG2NSIU.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ehFGiUTwOHG92essVR8c66UfWbkaN0fC { width:14.375rem;height:1.21875rem;top:256.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) { #ZKPPg02B4ITP4UnEdm3xNWCFFXEvt1VX { width:11.875rem;height:2.761725rem;top:252.75rem;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) { #EKXbGbGr2nI1T9DylT9AL6apNWtL5pqF { width:14.375rem;height:10.68725rem;top:297.4375rem;left:2.5625rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#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.21875rem;top:305rem;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) { #KxEQvFT13urZ7wbCGA5PF2JmhoQLB2DJ { width:11.875rem;height:2.76171875rem;top:301.125rem;left:3.625rem;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.68725rem;top:285rem;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; }#zI6MMCVIO4BkHpmdK4KGdDyh6nPMI02g.adaptive-delivery-prevent-bg, #zI6MMCVIO4BkHpmdK4KGdDyh6nPMI02g.lazyload, #zI6MMCVIO4BkHpmdK4KGdDyh6nPMI02g.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #cmzFqmgREe2Xr7s3I0Dh0eshZHG86TK6 { width:11.875rem;height:1.3808625rem;top:289.375rem;left:3.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AD9UcBJDAfT62SZNrqG6viXywHhbBvM3 { width:14.375rem;height:10.68725rem;top:261.1875rem;left:2.5625rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#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.21875rem;top:267.9375rem;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) { #TbxqGMyrnUXoODys05RXsTCJzMW4utZt { width:11.875rem;height:2.76171875rem;top:264.4375rem;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) { #g8mpzJAPQMRlzXaw8TlUzyHIBCVC0glK { width:19.4360625rem;height:2.51855625rem;top:1.25rem;left:0.25rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpwyntJEqHVtO2O3G7Fd5r2QgCgxGMDh { width:14.375rem;height:1.21875rem;top:292.5625rem;left:3.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #RtDFJspC7yN4xpkFdccyFTQvC6geZedt { width:14.375rem;height:10.68725rem;top:86.5625rem;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; }#RtDFJspC7yN4xpkFdccyFTQvC6geZedt.adaptive-delivery-prevent-bg, #RtDFJspC7yN4xpkFdccyFTQvC6geZedt.lazyload, #RtDFJspC7yN4xpkFdccyFTQvC6geZedt.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #TkXGn5OZKtOx2W3TPqKomlQZyRTUq4o7 { width:11.875rem;height:1.21875rem;top:89.125rem;left:3.8125rem;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.21875rem;top:94.5rem;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) { #R3r9BuA4Rn7724GrA13rv7e8szggqbBF { width:8.75rem;height:2.68676875rem;top:40.9755859375rem;left:5.625rem;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.68676875rem;top:28.015625rem;left:5.873046875rem;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.68676875rem;top:14.4521484375rem;left:5.560546875rem;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.68676875rem;top:109.3125rem;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.68676875rem;top:96.1875rem;left:5.625rem;z-index:15616;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.68676875rem;top:82.5625rem;left:5.625rem;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.68676875rem;top:69.4375rem;left:5.625rem;z-index:15615;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.68676875rem;top:135.1875rem;left:5.6875rem;z-index:15617;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.68676875rem;top:148.125rem;left:5.8125rem;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.68676875rem;top:122.375rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTC8XTlql3TM7HIFW59EgVSTv81G4PEW { display:block; }
 }@media only screen and (max-width: 763px) { #QfWp6tk3DApTlhoDpIcUcm7hz2yNVzcp { width:8.75rem;height:2.6875rem;top:923.0625rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mWHgOFaoAGG8dZQivnNZ0rEFUOfMOUk4 { display:block; }
 }@media only screen and (max-width: 763px) { #FQxzIJgzhExkxQZ7o7rEzcTcqbKVsOI3 { width:8.75rem;height:2.68676875rem;top:197.375rem;left:5.5rem;z-index:15567;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.21875rem;top:273.5400390625rem;left:6.25rem;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.68676875rem;top:184.9375rem;left:6rem;z-index:15566;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.68676875rem;top:172.375rem;left:5.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.68676875rem;top:209.6875rem;left:5.75rem;z-index:15620;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.68676875rem;top:282.25rem;left:5.4375rem;z-index:15573;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.68676875rem;top:246.375rem;left:5.625rem;z-index:15570;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.68676875rem;top:234.5625rem;left:5.625rem;z-index:15569;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.68676875rem;top:222.25rem;left:5.625rem;z-index:15568;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.68676875rem;top:331.9375rem;left:5.625rem;z-index:15577;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.68676875rem;top:319.3125rem;left:5.875rem;z-index:15576;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.68676875rem;top:295rem;left:5.375rem;z-index:15574;display:block; }
 }@media only screen and (max-width: 763px) { #TGQE1wIkOCUNloyI2CKZdQqJepSy1ZX3 { display:block; }
 }@media only screen and (max-width: 763px) { #dylT4VF5uRfhyZ0Ax1wqAwLLX58C01dK { width:8.75rem;height:2.68676875rem;top:270.125rem;left:5.375rem;z-index:15572;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.68676875rem;top:258.3125rem;left:5.625rem;z-index:15571;display:block; }
 }@media only screen and (max-width: 763px) { #AdJnfkfRB58cxVXQKo1DQL4KmuRGdgdX { display:block; }
 }@media only screen and (max-width: 763px) { #dVdVREUVBNonb7IHQTO4zvNrOodDKrkV { width:14.375rem;height:10.68725rem;top:348.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; }#dVdVREUVBNonb7IHQTO4zvNrOodDKrkV.adaptive-delivery-prevent-bg, #dVdVREUVBNonb7IHQTO4zvNrOodDKrkV.lazyload, #dVdVREUVBNonb7IHQTO4zvNrOodDKrkV.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #TTHHLmEKonIyPbWvdqfggK2fy3LrXPiN { width:14.375rem;height:1.21875rem;top:355.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) { #hR6VoFGPx18kGtvfeaqmDRctKq3kHX1U { width:11.875rem;height:3.65625rem;top:351rem;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) { #T7Qy4mBfFWxE1RsBlBXuVeIfDDJvLdBG { width:8.75rem;height:2.68676875rem;top:383rem;left:5.625rem;z-index:15581;display:block; }
 }@media only screen and (max-width: 763px) { #aD5yU1qOyw7gIlBWvQn1m41g2QL2PVtw { display:block; }
 }@media only screen and (max-width: 763px) { #T3KWy9xVy9tOgxfrTrzaZBuWCgoKms5k { width:14.375rem;height:10.68725rem;top:335.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; }#T3KWy9xVy9tOgxfrTrzaZBuWCgoKms5k.adaptive-delivery-prevent-bg, #T3KWy9xVy9tOgxfrTrzaZBuWCgoKms5k.lazyload, #T3KWy9xVy9tOgxfrTrzaZBuWCgoKms5k.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #pzNuDCi63CFL2fnMRSqwUhcuP3fVDaq2 { width:11.875rem;height:3.8994125rem;top:338.4375rem;left:3.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7IJTdnMq52QBVMwvfiiKF0XTNgwOkn0 { width:14.375rem;height:1.21875rem;top:342.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) { #ivcZK6BdeSPwihKmQHSyZqMLi09h5Anb { width:8.75rem;height:2.68676875rem;top:370.125rem;left:5.6875rem;z-index:15580;display:block; }
 }@media only screen and (max-width: 763px) { #HMGrziSAMTZFrwSzbwPhVJZBUzZ7q1wy { display:block; }
 }@media only screen and (max-width: 763px) { #LPhmayI8STTRF94fxLJGUMQW7oPpDPyf { width:14.375rem;height:10.68725rem;top:272.9375rem;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; }#LPhmayI8STTRF94fxLJGUMQW7oPpDPyf.adaptive-delivery-prevent-bg, #LPhmayI8STTRF94fxLJGUMQW7oPpDPyf.lazyload, #LPhmayI8STTRF94fxLJGUMQW7oPpDPyf.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #NsLwNoSeItK99XfXx7WoGynK7KO87wdu { width:14.375rem;height:1.21875rem;top:280.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) { #ufMXy4bstCWldwkTZtehfcFi0vPHlMVD { width:11.875rem;height:1.3808625rem;top:277.125rem;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) { #a9DDUAFVKkeVuyuVtdA08Na4d4P9NwbW { width:8.75rem;height:2.68676875rem;top:306.875rem;left:5.625rem;z-index:15575;display:block; }
 }@media only screen and (max-width: 763px) { #WbfwghvXDxcgSUUiVfx19y2L9D5FlmS2 { display:block; }
 }@media only screen and (max-width: 763px) { #qIhgKfEczQFhvPqq0z0MWMdiBEEZQdkp { width:14.375rem;height:10.68725rem;top:322.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; }#qIhgKfEczQFhvPqq0z0MWMdiBEEZQdkp.adaptive-delivery-prevent-bg, #qIhgKfEczQFhvPqq0z0MWMdiBEEZQdkp.lazyload, #qIhgKfEczQFhvPqq0z0MWMdiBEEZQdkp.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #OheNGTzMhGAa9T5W7Qz2UgvSwptrh0bs { width:14.375rem;height:1.21875rem;top:330.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) { #OacVF3O3iN8JX2TNi1H2bNIZvlIhCc9B { width:11.875rem;height:3.65625rem;top:325.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) { #DTUEhPNbeKfrs60wIONfRJvgV5rtP7fB { width:8.75rem;height:2.68676875rem;top:357.5625rem;left:5.625rem;z-index:15579;display:block; }
 }@media only screen and (max-width: 763px) { #O4sawqFV2rQahPd6fv0BeiayVF6ERUzT { display:block; }
 }@media only screen and (max-width: 763px) { #V6QLtvv5iIfTCQlm1N0qzBghwqghr1Ld { width:14.375rem;height:10.68725rem;top:310.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; }#V6QLtvv5iIfTCQlm1N0qzBghwqghr1Ld.adaptive-delivery-prevent-bg, #V6QLtvv5iIfTCQlm1N0qzBghwqghr1Ld.lazyload, #V6QLtvv5iIfTCQlm1N0qzBghwqghr1Ld.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #rT9F7EsQMtdyOut8xiH84Pa0q5i4319V { width:14.375rem;height:1.21875rem;top:317.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) { #s97aFHtcIOlNzdbTlmGFCadZQ4szqttr { width:11.875rem;height:2.76171875rem;top:313.75rem;left:4.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mtm2ScdFmZEls2T0pEX6Vgo5DLJvinHx { width:8.75rem;height:2.68676875rem;top:344.8125rem;left:5.25rem;z-index:15578;display:block; }
 }@media only screen and (max-width: 763px) { #kZdWSbVemg6UF1TAZAiMwbdL5w5x0Xwx { display:block; }
 }@media only screen and (max-width: 763px) { #s6fytSWHETxBLfefNT5Oa5MTSPxiWphi { width:12.5rem;height:4.5rem;top:50.649499609375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgmnBkv7BmGhzWrIuaH09BtWoBQ4qeBQ { width:11.875rem;height:1.462675rem;top:34.045467578125rem;left:4.18701171875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkt7SCgR1WwUw0ebqh1T0kLz7wyV41CU { width:12.5rem;height:3.1875rem;top:36.108455859375rem;left:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlnAEdwyoR925lfQ0Up7nf7W99MN8f2e { width:14.375rem;height:1.21875rem;top:39.3896484375rem;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) { #KdQcJZKOlUZTM0FwgfOhlA5INBzPPQaa { width:13.4375rem;height:4.5rem;top:103.6875rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kghLTmOyzRnAazGyc9G0rI5POJEHrZwl { width:13.4375rem;height:3rem;top:90.9375rem;left:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1h9gxzsB3KxdiJJKw2XguXsfXsEZgk4 { width:11.875rem;height:1.21875rem;top:75.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) { #NgFkkmWO5hhITPo8LHGTXtXZOoVPSXsK { width:13.4375rem;height:3rem;top:77.1875rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZSsB1qFHgb94ZXCmamhIamxwQyBiD2P { width:2rem;height:2rem;top:181.375rem;left:12.4970703125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LM90wgeX6WZ6cvIiwWLBBrBrEbmtcdeN { width:11.875rem;height:1.13671875rem;top:182.25rem;left:3.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQxuKbdEZlPhuqZTOmh57cPv6xgNT2Bg { width:11.875rem;height:1.21875rem;top:176.4375rem;left:3.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJzLtJXMQK18bPocGcceGg7kKUywTuvx { width:11.875rem;height:5.199225rem;top:165.0625rem;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) { #mPG85My8ZZ8cSXW2pdqz86oPrJq2JoFI { width:11.875rem;height:2.5996125rem;top:229.5rem;left:4.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULJZtpXcggDX6QXnFb64rI1hqlb1oE2S { width:14.375rem;height:10.68725rem;top:447.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; }#ULJZtpXcggDX6QXnFb64rI1hqlb1oE2S.adaptive-delivery-prevent-bg, #ULJZtpXcggDX6QXnFb64rI1hqlb1oE2S.lazyload, #ULJZtpXcggDX6QXnFb64rI1hqlb1oE2S.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ZmQ9hRmQ6K78975sLW6w7NypLbsDVkHl { width:14.375rem;height:1.21875rem;top:455.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) { #wwDhdUBt3kSPxVhsZbU8mgTeZfxXMKUm { width:11.875rem;height:2.76171875rem;top:451.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) { #Sbba3ulPfyiJkRBaDJcVzBZApWtgErEM { width:8.75rem;height:2.68676875rem;top:484.5625rem;left:5.625rem;z-index:15589;display:block; }
 }@media only screen and (max-width: 763px) { #Zuamfoz4BoB26Nd7nuoMu1DXLnV0SQl9 { display:block; }
 }@media only screen and (max-width: 763px) { #Fo1r6Tm8TfUHvhZTbggT2uT1FBZZDrPi { width:14.375rem;height:10.68725rem;top:434.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; }#Fo1r6Tm8TfUHvhZTbggT2uT1FBZZDrPi.adaptive-delivery-prevent-bg, #Fo1r6Tm8TfUHvhZTbggT2uT1FBZZDrPi.lazyload, #Fo1r6Tm8TfUHvhZTbggT2uT1FBZZDrPi.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #TWk4ezWP2fUgUu92fI4c5mHyZlENf22J { width:11.875rem;height:1.54296875rem;top:438.875rem;left:3.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1LvKddfcmsF1EhrVfVVUKrNTxSblhUD { width:14.375rem;height:1.21875rem;top:442.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) { #J2yguZvWa8rJwn3w4Px1vKfhaO8bsbHw { width:8.75rem;height:2.68676875rem;top:470.75rem;left:5.625rem;z-index:15588;display:block; }
 }@media only screen and (max-width: 763px) { #JC7QMddSPUrFE1icGszgGKEZhlkOQgqK { display:block; }
 }@media only screen and (max-width: 763px) { #s15ghCFlmEVwEKD8V76cJwapR2GkSruN { width:8.75rem;height:2.68676875rem;top:432.375rem;left:5.8125rem;z-index:15585;display:block; }
 }@media only screen and (max-width: 763px) { #DzhN1oFphESn25TVVwtuhffQKznUsGuM { display:block; }
 }@media only screen and (max-width: 763px) { #vW7sTAU4RnSuPdsXTzD4t22KEJ5nKVpG { width:8.75rem;height:2.68676875rem;top:419.8125rem;left:5.625rem;z-index:15584;display:block; }
 }@media only screen and (max-width: 763px) { #pApBAa29vHZgPKAkap3kyznvhM4vcIhh { display:block; }
 }@media only screen and (max-width: 763px) { #kM4FOSRsNFTxwXDPCOQiUFNckH3k5LQb { width:14.375rem;height:10.68725rem;top:422.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; }#kM4FOSRsNFTxwXDPCOQiUFNckH3k5LQb.adaptive-delivery-prevent-bg, #kM4FOSRsNFTxwXDPCOQiUFNckH3k5LQb.lazyload, #kM4FOSRsNFTxwXDPCOQiUFNckH3k5LQb.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #xiXnAvvhsqJUC6JooTKwCn1ZfWivGiP3 { width:14.375rem;height:1.21875rem;top:430.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) { #v2Rsc116MRWwMiLyvM7SwdmEfrad1Q2O { width:14.375rem;height:10.68725rem;top:398.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; }#v2Rsc116MRWwMiLyvM7SwdmEfrad1Q2O.adaptive-delivery-prevent-bg, #v2Rsc116MRWwMiLyvM7SwdmEfrad1Q2O.lazyload, #v2Rsc116MRWwMiLyvM7SwdmEfrad1Q2O.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #BA7Qzbez0BKeoLIp5EvQ9B9dXTq8eIIM { width:14.375rem;height:10.68725rem;top:386rem;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; }#BA7Qzbez0BKeoLIp5EvQ9B9dXTq8eIIM.adaptive-delivery-prevent-bg, #BA7Qzbez0BKeoLIp5EvQ9B9dXTq8eIIM.lazyload, #BA7Qzbez0BKeoLIp5EvQ9B9dXTq8eIIM.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Nylh3VrlMx1JPqPmWApLSebyTzWwZbKD { width:14.375rem;height:10.68725rem;top:373rem;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; }#Nylh3VrlMx1JPqPmWApLSebyTzWwZbKD.adaptive-delivery-prevent-bg, #Nylh3VrlMx1JPqPmWApLSebyTzWwZbKD.lazyload, #Nylh3VrlMx1JPqPmWApLSebyTzWwZbKD.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #yItX5f8b25db404be6JXQJoKWNgtf4Dc { width:8.75rem;height:2.68676875rem;top:407.5625rem;left:5.625rem;z-index:15583;display:block; }
 }@media only screen and (max-width: 763px) { #GznXMVXp6LbIutgRFiQgET0d1RFXpExs { display:block; }
 }@media only screen and (max-width: 763px) { #eKUoAA13SHCHdvEr3Vqy0eJ3uTZPS0H2 { width:11.875rem;height:1.54296875rem;top:427.3125rem;left:4rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeJRq8zcgJrTtDo2UuPGVdTSZxONHXiy { width:8.75rem;height:2.68676875rem;top:457.5625rem;left:5.625rem;z-index:15587;display:block; }
 }@media only screen and (max-width: 763px) { #cxkb22PuT6grTqQqW6mwtA0Vg4wivF4I { display:block; }
 }@media only screen and (max-width: 763px) { #DA4hOhQFLXtp6iLXBVFsMFtTOLf3hi2W { width:14.375rem;height:1.21875rem;top:405.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) { #uoJ83dU5WsKWh6r0MlaUiJDy07s9bhmc { width:11.875rem;height:1.3808625rem;top:401.875rem;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) { #qg69TG4x16UIlBBrrHdQAgPQTZCDw5zn { width:11.875rem;height:4.1425875rem;top:389.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) { #qo3OuofUiBKcnKgimlciu56hKRqghFnn { width:14.375rem;height:10.68725rem;top:360.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; }#qo3OuofUiBKcnKgimlciu56hKRqghFnn.adaptive-delivery-prevent-bg, #qo3OuofUiBKcnKgimlciu56hKRqghFnn.lazyload, #qo3OuofUiBKcnKgimlciu56hKRqghFnn.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #vgVbDbv88fWVkTR1pcAG76V8cWURip83 { width:14.375rem;height:1.21875rem;top:368.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) { #Zq3EXpHCElDmy1rVGXtlCKvtu2IItLFK { width:11.875rem;height:4.142575rem;top:363.3125rem;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) { #MvWKk5GMkKqZ28GdHfVcIBJ7xU368NfB { width:14.375rem;height:1.21875rem;top:393.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) { #eAaLGN9UbLll0khIEImhqGng2mJi9pEo { width:8.75rem;height:2.68676875rem;top:395.5rem;left:5.6875rem;z-index:15582;display:block; }
 }@media only screen and (max-width: 763px) { #zyw1upbKAFMOGQVaMETsEkVrg7onqCcU { display:block; }
 }@media only screen and (max-width: 763px) { #V5iW0JPC2DNfFCNB6iHtEwXop0Tr689Q { width:14.375rem;height:1.21875rem;top:380.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) { #SzIU8PXKDI8pHADaSzDZbvSUsXdZvk5i { width:11.875rem;height:5.52344375rem;top:374.75rem;left:4.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) { #Mrk9NBrSqnFpIHDtIbtRb1hQ06bkF4Jb { width:14.375rem;height:10.68725rem;top:410.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; }#Mrk9NBrSqnFpIHDtIbtRb1hQ06bkF4Jb.adaptive-delivery-prevent-bg, #Mrk9NBrSqnFpIHDtIbtRb1hQ06bkF4Jb.lazyload, #Mrk9NBrSqnFpIHDtIbtRb1hQ06bkF4Jb.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #RzCraiplNLApu8KKi3EOVVgVg74SL45V { width:14.375rem;height:1.21875rem;top:417.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) { #E8LuxvwrLSEr1SQ7cJRhslJwCnbey1o0 { width:11.875rem;height:2.4375rem;top:413.75rem;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) { #IXFWAPoMILL9UDbgFKThad9lez3GGoiS { width:8.75rem;height:2.68676875rem;top:444.25rem;left:5.625rem;z-index:15586;display:block; }
 }@media only screen and (max-width: 763px) { #LyFuKD756pux13ls2rWJOkBBgU14pdWc { display:block; }
 }@media only screen and (max-width: 763px) { #mG6rdZ76WnZVZJDbFBM8fkUMWQzXXFEK { width:14.375rem;height:10.68725rem;top:550.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; }#mG6rdZ76WnZVZJDbFBM8fkUMWQzXXFEK.adaptive-delivery-prevent-bg, #mG6rdZ76WnZVZJDbFBM8fkUMWQzXXFEK.lazyload, #mG6rdZ76WnZVZJDbFBM8fkUMWQzXXFEK.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #h61k0Mw3fdXIWnmJEE14vW2Xy2hpUnfN { width:14.375rem;height:1.21875rem;top:556.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) { #TE3QZ8FPNb8hfuTAR3679WkxW6Ptp86b { width:11.875rem;height:1.3808625rem;top:553.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) { #qLfHFOggaSdC0c0RNVM862kKgQ3CQbv5 { width:8.75rem;height:2.68676875rem;top:585.1875rem;left:5.625rem;z-index:15597;display:block; }
 }@media only screen and (max-width: 763px) { #OB0z8y3QknJq6w20G9UENEFzpF6396S8 { display:block; }
 }@media only screen and (max-width: 763px) { #FnCcqLPTzGLwNA7ZLTpRHX7fisKAdOGd { width:14.375rem;height:10.68725rem;top:537.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; }#FnCcqLPTzGLwNA7ZLTpRHX7fisKAdOGd.adaptive-delivery-prevent-bg, #FnCcqLPTzGLwNA7ZLTpRHX7fisKAdOGd.lazyload, #FnCcqLPTzGLwNA7ZLTpRHX7fisKAdOGd.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #xLhJU6Ad9bLkmTo35TqHZIG38q6LoegK { width:11.875rem;height:1.54296875rem;top:541.125rem;left:3.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iy7NTmpN8HdEbUbRcRId9dd5KBcZgFz1 { width:14.375rem;height:1.21875rem;top:544.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) { #DTtxEBBmKWWsO4xbdKo4ZSiNJTmP8uRN { width:8.75rem;height:2.68676875rem;top:572.4375rem;left:5.625rem;z-index:15596;display:block; }
 }@media only screen and (max-width: 763px) { #ROKpPnwKR31bp8gc52lf4OgZgcuxBsth { display:block; }
 }@media only screen and (max-width: 763px) { #XgTLqPmuwmpClZBHtpLNIekkeqSPR5S3 { width:14.375rem;height:10.68725rem;top:524.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; }#XgTLqPmuwmpClZBHtpLNIekkeqSPR5S3.adaptive-delivery-prevent-bg, #XgTLqPmuwmpClZBHtpLNIekkeqSPR5S3.lazyload, #XgTLqPmuwmpClZBHtpLNIekkeqSPR5S3.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ZLegLD6hZiRFvBNLDWMK5IO7ITE9Tzem { width:14.375rem;height:1.21875rem;top:531.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) { #etPfs9QeI8agu09SQIM5sUyvATqGKa8u { width:8.75rem;height:2.68676875rem;top:533.8125rem;left:5.625rem;z-index:15593;display:block; }
 }@media only screen and (max-width: 763px) { #Pz8zrPMbfZT92pEBmUXu2eZe6PMGwWe1 { display:block; }
 }@media only screen and (max-width: 763px) { #eUKkvkLbpb5MCiIovDAtVTwJHzc5QLm5 { width:8.75rem;height:2.68676875rem;top:522.0625rem;left:5.625rem;z-index:15592;display:block; }
 }@media only screen and (max-width: 763px) { #UAostFMhfDdN7GOzvaAlUH8AT2kCh8dQ { display:block; }
 }@media only screen and (max-width: 763px) { #axPS8yKkUK0BtpxE9kfz9SefLn97rre1 { width:8.75rem;height:2.68676875rem;top:510.0625rem;left:6rem;z-index:15591;display:block; }
 }@media only screen and (max-width: 763px) { #umbw4S0NRERQHb1m6NPMbOGPesSuI1kg { display:block; }
 }@media only screen and (max-width: 763px) { #myH9CRv7q4CTq8C8EtRD2elyUdqTIwoG { width:11.875rem;height:1.4619125rem;top:529rem;left:4rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayk5PTnTfkDE08cQzL6TGMuyxdw3cp4u { width:8.75rem;height:2.68676875rem;top:559.375rem;left:5.625rem;z-index:15595;display:block; }
 }@media only screen and (max-width: 763px) { #HyPDzpa6fvTV5SStgFsfsQWmGZnzkDbO { display:block; }
 }@media only screen and (max-width: 763px) { #Ix52y2G1Fu10KLV02e4xp2bQP5UHsc1b { width:14.375rem;height:10.68725rem;top:500.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; }#Ix52y2G1Fu10KLV02e4xp2bQP5UHsc1b.adaptive-delivery-prevent-bg, #Ix52y2G1Fu10KLV02e4xp2bQP5UHsc1b.lazyload, #Ix52y2G1Fu10KLV02e4xp2bQP5UHsc1b.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #MnVAt3yoA5uUGesiGRkqN6TMnCINqKQ5 { width:14.375rem;height:10.68725rem;top:488.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; }#MnVAt3yoA5uUGesiGRkqN6TMnCINqKQ5.adaptive-delivery-prevent-bg, #MnVAt3yoA5uUGesiGRkqN6TMnCINqKQ5.lazyload, #MnVAt3yoA5uUGesiGRkqN6TMnCINqKQ5.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #FBfgAMPfZ4v9BHgeHzptLq2TW4k6ZnrT { width:14.375rem;height:10.68725rem;top:474.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; }#FBfgAMPfZ4v9BHgeHzptLq2TW4k6ZnrT.adaptive-delivery-prevent-bg, #FBfgAMPfZ4v9BHgeHzptLq2TW4k6ZnrT.lazyload, #FBfgAMPfZ4v9BHgeHzptLq2TW4k6ZnrT.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #nBJvS4FLQSDdAK3qWDIFkThIFN1vStkc { width:14.375rem;height:10.68725rem;top:461rem;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; }#nBJvS4FLQSDdAK3qWDIFkThIFN1vStkc.adaptive-delivery-prevent-bg, #nBJvS4FLQSDdAK3qWDIFkThIFN1vStkc.lazyload, #nBJvS4FLQSDdAK3qWDIFkThIFN1vStkc.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #hfOtkrOHlvZwIA0S2e8OITsV5COuncpS { width:14.375rem;height:1.21875rem;top:468.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) { #bz8fKdbhvRzRdwgZbC1TNwzZLvdIGypA { width:14.375rem;height:1.21875rem;top:496.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) { #yJnCV2AU7R023GHg9IuLNcVmOgoM8Lzr { width:14.375rem;height:10.68725rem;top:512.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; }#yJnCV2AU7R023GHg9IuLNcVmOgoM8Lzr.adaptive-delivery-prevent-bg, #yJnCV2AU7R023GHg9IuLNcVmOgoM8Lzr.lazyload, #yJnCV2AU7R023GHg9IuLNcVmOgoM8Lzr.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #lImaD1rAf5tpxWJwCnPdtDmaQNf0d7Ev { width:14.375rem;height:1.21875rem;top:519.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) { #HXs7nhmzAolozKhc8uqHVBu8StP3XoWS { width:11.875rem;height:1.94921875rem;top:516.625rem;left:4.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvLgkBF3gB7JpASM8q7KsUaSJXbCAHHy { width:8.75rem;height:2.68676875rem;top:546.375rem;left:5.375rem;z-index:15594;display:block; }
 }@media only screen and (max-width: 763px) { #MknCJvO3XWr9RXERCANFGz8ehIRolTea { display:block; }
 }@media only screen and (max-width: 763px) { #Je9zXBoVWAJFSPQiAHW8E8cNUJMTVKmM { width:14.375rem;height:1.21875rem;top:507.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) { #XxPNZdu0wGk91B23CZUh6euRHobEdgu1 { width:8.75rem;height:2.68676875rem;top:498.1875rem;left:5.625rem;z-index:15590;display:block; }
 }@media only screen and (max-width: 763px) { #zSIVfJyfCISLDG4PW3eHpRMew7BtrlgW { display:block; }
 }@media only screen and (max-width: 763px) { #XD4Mr8VUIbT379dyVZ7Nvp4Oceeye1Bc { width:14.375rem;height:1.21875rem;top:482.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) { #AdFl7UePVqDAuTo8n5FIiMVUifl20VMu { width:11.875rem;height:2.76171875rem;top:491.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) { #UDvDXhXbZIHrSt2SUl0qx3g7UFBvK5Dx { width:11.875rem;height:1.3808625rem;top:465.1875rem;left:4.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaUahvzTcbQMwPw9ThTml91bWhvJSsNH { width:11.875rem;height:2.76171875rem;top:477.9375rem;left:4.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) { #yXoM46gc4MptJ0Ta75ggK0yd0o9LQnf7 { width:11.875rem;height:1.3808625rem;top:504.4375rem;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) { #XyOUhTspmignyEepdS1CVFdWUu6XJMxe { width:8.75rem;height:2.68676875rem;top:649.4375rem;left:5.8125rem;z-index:15601;display:block; }
 }@media only screen and (max-width: 763px) { #gALoGxyALerEUVzVtq2yuJQXB5UUrVPR { display:block; }
 }@media only screen and (max-width: 763px) { #niUv1mhW5Gb4BRdJPvecf6m5fG58wXpS { width:8.75rem;height:2.68676875rem;top:623.4375rem;left:5.875rem;z-index:15600;display:block; }
 }@media only screen and (max-width: 763px) { #quBQ7z2AcU0CJJ2LBMRkH5yTO9nq9rVJ { display:block; }
 }@media only screen and (max-width: 763px) { #HmhMJX3g41QKRCfrVPv1Hs5TdEx6P3rN { width:8.75rem;height:2.68676875rem;top:610.9375rem;left:5.625rem;z-index:15599;display:block; }
 }@media only screen and (max-width: 763px) { #NmR0855JZZKGLI8Uc85HF9zmPdvtqemN { display:block; }
 }@media only screen and (max-width: 763px) { #myMshc60KoITREGMiQ61xTxsQp1ITUys { width:8.75rem;height:2.68676875rem;top:597.9375rem;left:5.6875rem;z-index:15598;display:block; }
 }@media only screen and (max-width: 763px) { #sQFrGvXyERX48ofQssS75GRgOXKNhzNW { display:block; }
 }@media only screen and (max-width: 763px) { #f9GuUy7wwLNrBPxNHC93XHzDTkQyS7D5 { width:14.375rem;height:10.68725rem;top:601.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; }#f9GuUy7wwLNrBPxNHC93XHzDTkQyS7D5.adaptive-delivery-prevent-bg, #f9GuUy7wwLNrBPxNHC93XHzDTkQyS7D5.lazyload, #f9GuUy7wwLNrBPxNHC93XHzDTkQyS7D5.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #qOOVGp1wGynf0XniEIqTlT31ageyD3rR { width:14.375rem;height:10.6865rem;top:589rem;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; }#qOOVGp1wGynf0XniEIqTlT31ageyD3rR.adaptive-delivery-prevent-bg, #qOOVGp1wGynf0XniEIqTlT31ageyD3rR.lazyload, #qOOVGp1wGynf0XniEIqTlT31ageyD3rR.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ZUo65Gc21D3LzL2oTBUTgo04FXcKZWa6 { width:14.375rem;height:10.68725rem;top:575.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; }#ZUo65Gc21D3LzL2oTBUTgo04FXcKZWa6.adaptive-delivery-prevent-bg, #ZUo65Gc21D3LzL2oTBUTgo04FXcKZWa6.lazyload, #ZUo65Gc21D3LzL2oTBUTgo04FXcKZWa6.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #zBi4vnQ7VrTDeg4GkfaXuALQTn9HeA70 { width:14.375rem;height:10.68725rem;top:563.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; }#zBi4vnQ7VrTDeg4GkfaXuALQTn9HeA70.adaptive-delivery-prevent-bg, #zBi4vnQ7VrTDeg4GkfaXuALQTn9HeA70.lazyload, #zBi4vnQ7VrTDeg4GkfaXuALQTn9HeA70.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #pd5NbNGfyrG3yqhIAUggMmWwzZvQc5ns { width:14.375rem;height:1.21875rem;top:570.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) { #Ox1NRe4fq7mOCrs5h5KrQMGXCvz9GmW3 { width:14.375rem;height:1.21875rem;top:595.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) { #M49gtTuMrxTv3IpxNZuaTJPK8QgQtcpF { width:14.375rem;height:1.21875rem;top:609.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) { #aPipwTEsx1pRJpsoCwaAuODLE2TcXMIk { width:14.375rem;height:1.21875rem;top:582.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) { #auiNbiV7QIInr1pNd4JkBf2A6y4LEaNS { width:11.875rem;height:4.14258125rem;top:590.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) { #LtRn0etsIupfoWaXwomywU56cD2tM6XX { width:11.875rem;height:3.89941875rem;top:566.0625rem;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) { #qu6rtSGNTd5UoQdkwi5BdfTbeMVTfPn9 { width:11.875rem;height:1.3808625rem;top:579.125rem;left:4.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) { #IwSsogqGFCM1GQlBvaMUe84oN9tiH5LT { width:11.875rem;height:2.76171875rem;top:605.1875rem;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) { #ZMob3JqlTTZf0hQsMSN7k0S46Wbq3VUc { width:8.75rem;height:2.68676875rem;top:686.25rem;left:5.625rem;z-index:15605;display:block; }
 }@media only screen and (max-width: 763px) { #IEKqK3tGVs53Q7ZDQZkw3TS77E25u0nx { display:block; }
 }@media only screen and (max-width: 763px) { #uMBKgyyROCaIfXIEws70EkNOsCbHVTAG { width:8.75rem;height:2.68676875rem;top:673.8125rem;left:5.6875rem;z-index:15604;display:block; }
 }@media only screen and (max-width: 763px) { #fzcZhRWxnmrtzVWQzBEAcqbvowVh2GO2 { display:block; }
 }@media only screen and (max-width: 763px) { #qorKDKegMx3uFJoRdscyBCg0kMvxHPbv { width:8.75rem;height:2.68676875rem;top:661.5625rem;left:5.6875rem;z-index:15603;display:block; }
 }@media only screen and (max-width: 763px) { #QQhs1GmS83cUKewRGt5aZDC21q0W4yLr { display:block; }
 }@media only screen and (max-width: 763px) { #qLLJqTLSmsLIylsA8qvK3Hz87TUyHadm { width:8.75rem;height:2.68676875rem;top:636.625rem;left:5.625rem;z-index:15602;display:block; }
 }@media only screen and (max-width: 763px) { #qIecJv74MIbPGTuBPXPypqgP3Jd4Zztd { display:block; }
 }@media only screen and (max-width: 763px) { #a90MiXGpOAgckmBi17PX3ZfWKN0SUL6v { width:14.375rem;height:10.68725rem;top:652.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; }#a90MiXGpOAgckmBi17PX3ZfWKN0SUL6v.adaptive-delivery-prevent-bg, #a90MiXGpOAgckmBi17PX3ZfWKN0SUL6v.lazyload, #a90MiXGpOAgckmBi17PX3ZfWKN0SUL6v.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ATcTEAeD1H611Xzn0B6dItszsQaMTguF { width:14.375rem;height:10.68725rem;top:639.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; }#ATcTEAeD1H611Xzn0B6dItszsQaMTguF.adaptive-delivery-prevent-bg, #ATcTEAeD1H611Xzn0B6dItszsQaMTguF.lazyload, #ATcTEAeD1H611Xzn0B6dItszsQaMTguF.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #qVWroZEKDggorcqpNPedE1nOC2V46T2h { width:14.375rem;height:10.68725rem;top:627.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; }#qVWroZEKDggorcqpNPedE1nOC2V46T2h.adaptive-delivery-prevent-bg, #qVWroZEKDggorcqpNPedE1nOC2V46T2h.lazyload, #qVWroZEKDggorcqpNPedE1nOC2V46T2h.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #mUtsXv2QhMvZmLpffr14kpedrnbmm6L5 { width:14.375rem;height:10.68725rem;top:614rem;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; }#mUtsXv2QhMvZmLpffr14kpedrnbmm6L5.adaptive-delivery-prevent-bg, #mUtsXv2QhMvZmLpffr14kpedrnbmm6L5.lazyload, #mUtsXv2QhMvZmLpffr14kpedrnbmm6L5.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #nDxxCGa9TG4rBRVZoypTZExvBUacEqd2 { width:14.375rem;height:1.21875rem;top:621.1875rem;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) { #MGd1Cn8egTBTGT5RFUkti1fmAyZOgvRM { width:14.375rem;height:1.21875rem;top:647.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) { #LEOpFFzEMErihCiZoMl9Ls4sWr3x4zZx { width:14.375rem;height:1.21875rem;top:634.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) { #pWdFshPR3oGrcinobWbfbgNqfnfE5Lkb { width:14.375rem;height:1.21875rem;top:659.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) { #Brqza5D8mHio7FiC5vWvqM056cMToW5T { width:11.875rem;height:2.76171875rem;top:643.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) { #iUzxUteTSEgfqILrOUDuu9DdCL9xPosn { width:11.875rem;height:2.923825rem;top:617.1875rem;left:4.6875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uh9Ly6mgb9iiKVy7TP3R6anaTRTe2Vuf { width:11.875rem;height:2.76171875rem;top:655.9375rem;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) { #An9lNQ2qaPJnBilJz5JNnHpZK5NVta6I { width:11.875rem;height:2.76171875rem;top:630.8125rem;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) { #cEZV3y0Jy8Jv7DBCTxqqFMwVe2HsW3Db { width:8.75rem;height:2.68676875rem;top:818.5625rem;left:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #zNfVnte1k8v2qXnVzSFyLNbdnPV2SfF3 { display:block; }
 }@media only screen and (max-width: 763px) { #xkmTLR0fLqKh4bzcRqzGhXAPITxgn5WV { width:8.7495rem;height:2.686525rem;top:818.75rem;left:5.625rem;z-index:15618;display:block; }
 }@media only screen and (max-width: 763px) { #annTf7P13TD1HAd8KiEoA1UXfIOTTBLq { display:block; }
 }@media only screen and (max-width: 763px) { #Smv8X1inpl4ZuG5OkfSXCLf07FNhmHB6 { width:8.75rem;height:2.68676875rem;top:712.5rem;left:5.875rem;z-index:15619;display:block; }
 }@media only screen and (max-width: 763px) { #G46DgHcTTn4yd3zvE1aaWbDMtKm67bTn { display:block; }
 }@media only screen and (max-width: 763px) { #QDAwUT8qciezNQID2c3y8DA5Pfx3rhFQ { width:14.375rem;height:10.68725rem;top:702.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; }#QDAwUT8qciezNQID2c3y8DA5Pfx3rhFQ.adaptive-delivery-prevent-bg, #QDAwUT8qciezNQID2c3y8DA5Pfx3rhFQ.lazyload, #QDAwUT8qciezNQID2c3y8DA5Pfx3rhFQ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #vKC8t9kTXhTpV0dKs0DMwftNLcNuOvwn { width:14.375rem;height:10.68725rem;top:689.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; }#vKC8t9kTXhTpV0dKs0DMwftNLcNuOvwn.adaptive-delivery-prevent-bg, #vKC8t9kTXhTpV0dKs0DMwftNLcNuOvwn.lazyload, #vKC8t9kTXhTpV0dKs0DMwftNLcNuOvwn.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ignFOi2GaaovbrNFTuDmypzuKqRa2a9M { width:14.375rem;height:10.68725rem;top:676.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; }#ignFOi2GaaovbrNFTuDmypzuKqRa2a9M.adaptive-delivery-prevent-bg, #ignFOi2GaaovbrNFTuDmypzuKqRa2a9M.lazyload, #ignFOi2GaaovbrNFTuDmypzuKqRa2a9M.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #naTfVHIxfNiaxCtUAdrTXMLbWkddVEuk { width:14.375rem;height:1.21875rem;top:683.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) { #h6FdqE0AzezSB4tqc3Xa7TQI7Jz618OR { width:11.875rem;height:1.3808625rem;top:694.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) { #QF4UQqxQ0JuKs2EXmDlVDaon1BsW30pz { width:11.875rem;height:5.52345rem;top:704.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) { #x8kgef1MEtXaXolGJzuUTUlhPCHwiDK9 { width:11.875rem;height:1.3808625rem;top:680.8125rem;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) { #ChESlQ4B8pERumBFG4ZoXHFFq3zS4BaH { width:14.375rem;height:1.21875rem;top:710.65625rem;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) { #uO7E3T51egaAm4NhevEK183xSoU4zAOR { width:7.375rem;height:2.375rem;top:824.0625rem;left:12.6875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#uO7E3T51egaAm4NhevEK183xSoU4zAOR.adaptive-delivery-prevent-bg, #uO7E3T51egaAm4NhevEK183xSoU4zAOR.lazyload, #uO7E3T51egaAm4NhevEK183xSoU4zAOR.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #bxfm4rrNyyadxRTxAbeTETS4v19ryyfI { width:7.9365rem;height:1.9995125rem;top:824.25rem;left:0.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; }#bxfm4rrNyyadxRTxAbeTETS4v19ryyfI.adaptive-delivery-prevent-bg, #bxfm4rrNyyadxRTxAbeTETS4v19ryyfI.lazyload, #bxfm4rrNyyadxRTxAbeTETS4v19ryyfI.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #GzT1CxTgNTQMQlST6XLSOLqmnTE9NxyQ { width:7.9995rem;height:1.3808625rem;top:824.5625rem;left:0rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTapEIbbJVQengodt8huD4Qg4Ldz7EoW { width:5.0625rem;height:1.3808625rem;top:824.8125rem;left:14.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) { #CcuRKXMhFVE2nEeBFX8yLk9zu2AJA0aX { width:3.4995125rem;height:15rem;top:826.125rem;left:8.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ri6aKtyIfvwU5WbLvIUy9sTFcv2i8iEC { width:4.125rem;height:1.21875rem;top:827.1875rem;left:14.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) { #HfG1gut8EM8tHuNKf8Qfn6nuCeFpPwzK { width:5.8125rem;height:1.21875rem;top:833rem;left:13.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) { #IxGQCJa2H9s4d5Xu741uFcksnxmBqwzi { width:4.875rem;height:1.21875rem;top:835.9375rem;left:14rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #AxW78zDiuTzs1PyZnhSayTP8GIepzKOp { width:4.5rem;height:1.21875rem;top:839.25rem;left:14.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) { #IEGsmy3NEEH5WCuDA6pTJqw3tJVdqC6U { width:4.5rem;height:1.21875rem;top:829.875rem;left:14.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) { #I06pNRCrWByLeEkpKVKxLXUQamIScf5z { width:5.625rem;height:1.21875rem;top:833rem;left:0.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) { #TpWUQEBcstCfNXHk9hODPctN0GIzeVr9 { width:5.5620125rem;height:1.21875rem;top:835.9375rem;left:0.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) { #dyHy4g72rO2dXr8QTGbnKAblKKQobvA2 { width:4.374025rem;height:1.21875rem;top:839.3125rem;left:1.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) { #ICKWxZl5tAI2sb86CBDp5TG9Z5qaoglT { width:7.062rem;height:1.21875rem;top:827.1875rem;left:0.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #eGUM6zgtavo9LRXIBKbTmJTTCdZUExpZ { width:6.75rem;height:1.21875rem;top:829.8125rem;left:0.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) { #KqDQMckislKsBB0tgeChIxEOkDoyZ7At { width:8.7495rem;height:2.686525rem;top:841.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yl3AgHcevFTqQGerKF9kHMxCpzD2yRmJ { display:block; }
 }@media only screen and (max-width: 763px) { #svwLdoX6EqKDQ1mvgITr4t62ZmTHw6X0 { width:8.7495rem;height:2.686525rem;top:841.9375rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T80N0WKIvm5XiBsO810ef2lSqgMql9u4 { display:block; }
 }@media only screen and (max-width: 763px) { #zmiG4GMZzVUVeiAWwkgKkORxXQ38nt8d { width:14.375rem;height:10.68725rem;top:754rem;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; }#zmiG4GMZzVUVeiAWwkgKkORxXQ38nt8d.adaptive-delivery-prevent-bg, #zmiG4GMZzVUVeiAWwkgKkORxXQ38nt8d.lazyload, #zmiG4GMZzVUVeiAWwkgKkORxXQ38nt8d.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #wxNbn9uVgFvQxkIidSG4NeB8wFvVlg2K { width:11.875rem;height:4.14258125rem;top:757.75rem;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) { #rSTf6DFUT8hsd2k1q3fIoRoydxQHxT74 { width:14.375rem;height:10.68725rem;top:741.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; }#rSTf6DFUT8hsd2k1q3fIoRoydxQHxT74.adaptive-delivery-prevent-bg, #rSTf6DFUT8hsd2k1q3fIoRoydxQHxT74.lazyload, #rSTf6DFUT8hsd2k1q3fIoRoydxQHxT74.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #KqGQ9ASpSCzPe7GAEeQRJFStyRExylro { width:14.375rem;height:1.21875rem;top:749.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) { #XHbC8ywuXMTVu2PCxhU0i2GbUZITwWst { width:14.375rem;height:1.21875rem;top:761.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) { #QAhDHtSWAr4fqM6vpymbuLtIhl9CAEE8 { width:8.75rem;height:2.68676875rem;top:763.8125rem;left:5.625rem;z-index:15610;display:block; }
 }@media only screen and (max-width: 763px) { #KpWuf35O5UsJeFgGJ9tATJKi6thlg6HX { display:block; }
 }@media only screen and (max-width: 763px) { #fTOBWTGtK9wAy9T0CvU0OR1SJXPuQAzw { width:8.75rem;height:2.68676875rem;top:750.9375rem;left:5.375rem;z-index:15609;display:block; }
 }@media only screen and (max-width: 763px) { #K83CwkkZMTwr9Tb7gfqsOxtBZngolpaS { display:block; }
 }@media only screen and (max-width: 763px) { #ZaHn7iqgu3THdnkqiil9XVr1uuJhkk4x { width:8.75rem;height:2.68676875rem;top:737.8125rem;left:5.625rem;z-index:15608;display:block; }
 }@media only screen and (max-width: 763px) { #ahWBZQOKU63AUwOTTiKXh203g9sownIA { display:block; }
 }@media only screen and (max-width: 763px) { #Fyx59Uuc1EyLxu5BLwC0CugyTfvsOVUK { width:14.375rem;height:10.6865rem;top:728.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; }#Fyx59Uuc1EyLxu5BLwC0CugyTfvsOVUK.adaptive-delivery-prevent-bg, #Fyx59Uuc1EyLxu5BLwC0CugyTfvsOVUK.lazyload, #Fyx59Uuc1EyLxu5BLwC0CugyTfvsOVUK.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #BMt6PxovDbnT4i0aMNO7R2zng4wQbmvp { width:14.375rem;height:1.21875rem;top:735.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) { #yKn70V3yMW5txv3fwHqdWt1K8FBiFbw4 { width:8.75rem;height:2.68676875rem;top:725rem;left:5.75rem;z-index:15607;display:block; }
 }@media only screen and (max-width: 763px) { #U3Xevfv38nMVgcTXfos8n0ivf9MXEpB5 { display:block; }
 }@media only screen and (max-width: 763px) { #GT81bt89A7KmLNLhZ8rpduL2cfUCM9UU { width:14.375rem;height:10.68725rem;top:715.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; }#GT81bt89A7KmLNLhZ8rpduL2cfUCM9UU.adaptive-delivery-prevent-bg, #GT81bt89A7KmLNLhZ8rpduL2cfUCM9UU.lazyload, #GT81bt89A7KmLNLhZ8rpduL2cfUCM9UU.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #q6De6uW97TRKoq7LcRVA6XTZzT4gAcJZ { width:14.375rem;height:1.21875rem;top:723.1875rem;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) { #vix6FAbnnLqy5TZk6LXDXUc8hcrUSfcZ { width:8.7495rem;height:2.686525rem;top:817.31103515625rem;left:7.4033203125rem;z-index:15614;display:none; }
 }@media only screen and (max-width: 763px) { #wvBKrl7Kd8Vy1gwLqsCn7a8DCogenysi { display:block; }
 }@media only screen and (max-width: 763px) { #DQxqQlluJgz3TFLOdAhl3rdtfzsN2dpd { width:8.75rem;height:2.68676875rem;top:804.125rem;left:5.3125rem;z-index:15613;display:block; }
 }@media only screen and (max-width: 763px) { #iyT5WwXqbNML4LskZ5DGEchPFmmfHwLF { display:block; }
 }@media only screen and (max-width: 763px) { #cpFk9BLZnXDklVTpNALhNOD59hNRmQb2 { width:8.75rem;height:2.68676875rem;top:699.125rem;left:5.875rem;z-index:15606;display:block; }
 }@media only screen and (max-width: 763px) { #u8GCXq7UWt9ndiWWNe7MtcNr5vnvoUwR { display:block; }
 }@media only screen and (max-width: 763px) { #EvgibJZqct8ysUoxprW1LANpSIaMCJWb { width:14.375rem;height:10.68725rem;top:809.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; }#EvgibJZqct8ysUoxprW1LANpSIaMCJWb.adaptive-delivery-prevent-bg, #EvgibJZqct8ysUoxprW1LANpSIaMCJWb.lazyload, #EvgibJZqct8ysUoxprW1LANpSIaMCJWb.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #dAZV4rBptw3BXq7t8vSCdoetMw1B59sy { width:14.375rem;height:10.68725rem;top:794.5rem;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; }#dAZV4rBptw3BXq7t8vSCdoetMw1B59sy.adaptive-delivery-prevent-bg, #dAZV4rBptw3BXq7t8vSCdoetMw1B59sy.lazyload, #dAZV4rBptw3BXq7t8vSCdoetMw1B59sy.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #BqZUDEpnC94WSLLoTwBycz3aRzntDyVv { width:14.375rem;height:10.68725rem;top:664.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; }#BqZUDEpnC94WSLLoTwBycz3aRzntDyVv.adaptive-delivery-prevent-bg, #BqZUDEpnC94WSLLoTwBycz3aRzntDyVv.lazyload, #BqZUDEpnC94WSLLoTwBycz3aRzntDyVv.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #sZtUO9B0Q2wfkC3ewNa87yinwFi3yp4L { width:14.375rem;height:1.21875rem;top:671.125rem;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) { #rMyvxgK1OuywVqavs6sPBTOIu72heFmu { width:11.875rem;height:2.76171875rem;top:798.0625rem;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) { #hCTw4r5IPXsCI4St9TG6OWFuBcRcn1Ku { width:11.875rem;height:4.14258125rem;top:812.375rem;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) { #TKBggCyGEiBwVOIST6xVVNBNBAHKUXtJ { width:11.875rem;height:2.761725rem;top:667.375rem;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) { #T77Gys8q0BvTF3I3ce7HXc4GbsEfU19d { width:14.375rem;height:1.21875rem;top:817.1875rem;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) { #b0sbT5EXkASSsT3soC9UqCfwHv9dpbaL { width:14.375rem;height:1.21875rem;top:802.1875rem;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) { #TwniBkii0NZA2y5LPLeiVMk3X3cDR8d3 { width:11.875rem;height:2.761725rem;top:744.8125rem;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) { #HazgXD6enEers7N3yysNPeW51UvulaRL { width:11.875rem;height:2.761725rem;top:731.8125rem;left:4.625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwOWolDDtpu4RdZ5ZK5gyWEpPfpXwTgn { width:11.875rem;height:2.761725rem;top:719.3125rem;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) { #moNF3TTItd3fvb0gqAtJQcviCpMS6o6O { width:8.75rem;height:2.68676875rem;top:789.9375rem;left:5.1875rem;z-index:15612;display:block; }
 }@media only screen and (max-width: 763px) { #kTslbNRhFNyt4GNflLHRmZOSdXHx1kvq { display:block; }
 }@media only screen and (max-width: 763px) { #HNIwagwaWgPrL3XwPkzxzto0Om1nimLv { width:8.75rem;height:2.68676875rem;top:777rem;left:5rem;z-index:15611;display:block; }
 }@media only screen and (max-width: 763px) { #uli5HOFlTuetyQv1qhcK3p49wPZtmfXT { display:block; }
 }@media only screen and (max-width: 763px) { #HCJTUrI3RBLyPW3FTuuS6gcz4FFrOh3f { width:14.375rem;height:10.68725rem;top:780.5rem;left:2.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#HCJTUrI3RBLyPW3FTuuS6gcz4FFrOh3f.adaptive-delivery-prevent-bg, #HCJTUrI3RBLyPW3FTuuS6gcz4FFrOh3f.lazyload, #HCJTUrI3RBLyPW3FTuuS6gcz4FFrOh3f.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #cFlmI6iLczu4inXdcLVsiqUbpmivs6ga { width:14.375rem;height:10.68725rem;top:767.25rem;left:2.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#cFlmI6iLczu4inXdcLVsiqUbpmivs6ga.adaptive-delivery-prevent-bg, #cFlmI6iLczu4inXdcLVsiqUbpmivs6ga.lazyload, #cFlmI6iLczu4inXdcLVsiqUbpmivs6ga.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #DCKKR8nUbZMnxTnCdVoO4rOZtgRiNkLO { width:11.875rem;height:1.3808625rem;top:771.8125rem;left:3.625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwTiV1PtTICoRzRhlChuKK8zphLIap8E { width:11.875rem;height:4.14258125rem;top:783.75rem;left:3.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1CaxN5861JXFAXAbyDWu7yxBHwIG294 { width:14.375rem;height:1.21875rem;top:788.0625rem;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) { #LVqF750iTht2GVw6vBP5xQ68aKtfg9qF { width:14.375rem;height:1.21875rem;top:774.5625rem;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) { #Qqv1rUfPoiIxPlbRRTBE6pQWE4STanB3 { width:8.7480625rem;height:2.686525rem;top:160.0625rem;left:5.8125rem;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #eImux3Sq16n5L9bxSAi9dGRU4oln8e2m { display:block; }
 }@media only screen and (max-width: 763px) { #FbdifHPrMFf2lUBoaxykI2frzNTyrV5K { width:14.375rem;height:1.21875rem;top:696.53125rem;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) { #HfLhZwZHNrAucFGlLDlHMkpwrd48IcuU { background-color:rgba(255,255,255,0.95);background-image:none;display:block; }#HfLhZwZHNrAucFGlLDlHMkpwrd48IcuU > .row .container { background-color: transparent; background-image: none; }#HfLhZwZHNrAucFGlLDlHMkpwrd48IcuU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HfLhZwZHNrAucFGlLDlHMkpwrd48IcuU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HfLhZwZHNrAucFGlLDlHMkpwrd48IcuU > .row .container > .video-iframe-container { display: none; }#HfLhZwZHNrAucFGlLDlHMkpwrd48IcuU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HfLhZwZHNrAucFGlLDlHMkpwrd48IcuU > .row > .video-iframe-container { display: none; }#HfLhZwZHNrAucFGlLDlHMkpwrd48IcuU > .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); }#HfLhZwZHNrAucFGlLDlHMkpwrd48IcuU > .row .container { width:20rem;height:102.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lAWmThyCsd388e3zFuGaeJDoM2qwVxCi { width:14.375rem;height:10.68725rem;top:45.763025rem;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; }#lAWmThyCsd388e3zFuGaeJDoM2qwVxCi.adaptive-delivery-prevent-bg, #lAWmThyCsd388e3zFuGaeJDoM2qwVxCi.lazyload, #lAWmThyCsd388e3zFuGaeJDoM2qwVxCi.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #h6f7e5DmAgSIiaqxLC4zcP0PX3SzUsHn { width:11.875rem;height:5.84765rem;top:48.761071875rem;left:4.18701171875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dh9boyhRqwdil3vspPn9UT9ZQT7llsyI { width:8.75rem;height:2.68676875rem;top:56.6337890625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aER2iZkzX1mynvHW78mr7uMEaTZ7xTkN { display:block; }
 }@media only screen and (max-width: 763px) { #TtCaghT8LPeLkHWPfrdBG9al880Ows0m { width:0.625rem;height:1.21875rem;top:98.99853515625rem;left:19.31201171875rem;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) { #vxmcAstntXR5AGKqTQAA7lMqtrw1repv { width:14.375rem;height:1.21875rem;top:54.9775390625rem;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) { #EHGMFX1a7MzpEoPBKstEedkTqzvT1x3z { width:14.375rem;height:10.68725rem;top:31.3587rem;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; }#EHGMFX1a7MzpEoPBKstEedkTqzvT1x3z.adaptive-delivery-prevent-bg, #EHGMFX1a7MzpEoPBKstEedkTqzvT1x3z.lazyload, #EHGMFX1a7MzpEoPBKstEedkTqzvT1x3z.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #MfDAhXAiHWqIcL0Z2R8V4VwK1InDZbui { width:14.375rem;height:10.68725rem;top:16.954375rem;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; }#MfDAhXAiHWqIcL0Z2R8V4VwK1InDZbui.adaptive-delivery-prevent-bg, #MfDAhXAiHWqIcL0Z2R8V4VwK1InDZbui.lazyload, #MfDAhXAiHWqIcL0Z2R8V4VwK1InDZbui.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #yp2EsI9P3qOgfyixOrnlXx4RLcnM5TEV { width:11.875rem;height:2.761725rem;top:20.515166015625rem;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) { #n6iU0MShhhoT341WtDNqh1gW8rFwCg5e { width:14.375rem;height:1.21875rem;top:24.516630859375rem;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) { #uox6URl6rq1CCrQFOqopkhDFGSATFI6H { width:14.375rem;height:10.68725rem;top:5.0183125rem;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; }#uox6URl6rq1CCrQFOqopkhDFGSATFI6H.adaptive-delivery-prevent-bg, #uox6URl6rq1CCrQFOqopkhDFGSATFI6H.lazyload, #uox6URl6rq1CCrQFOqopkhDFGSATFI6H.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #oFPEU7Fal9r1MkVE2W1nkoT8iZCyFTDB { width:11.875rem;height:7.30956875rem;top:6.1165771484375rem;left:4.0603299736977rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QToXcG2LICuhJGPGmUsI3LnXDMzHqXe9 { width:14.375rem;height:1.21875rem;top:13.330322265625rem;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) { #rxenM2ktB6N2EXed2DRuhXmCffeUCZvz { width:14.375rem;height:10.68725rem;top:89.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; }#rxenM2ktB6N2EXed2DRuhXmCffeUCZvz.adaptive-delivery-prevent-bg, #rxenM2ktB6N2EXed2DRuhXmCffeUCZvz.lazyload, #rxenM2ktB6N2EXed2DRuhXmCffeUCZvz.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #lKB5SHW6Q2FbPPqUSuPdr31dUBBwFvAW { width:14.375rem;height:10.68725rem;top:61.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; }#lKB5SHW6Q2FbPPqUSuPdr31dUBBwFvAW.adaptive-delivery-prevent-bg, #lKB5SHW6Q2FbPPqUSuPdr31dUBBwFvAW.lazyload, #lKB5SHW6Q2FbPPqUSuPdr31dUBBwFvAW.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #cgZrChfBhMN7tg387vzrXrpRuae9q4Ea { width:14.375rem;height:1.21875rem;top:97rem;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) { #DNdvtHoqBhTgWxgM3oLAu68ry8lOOEbU { width:14.375rem;height:1.21875rem;top:69.6875rem;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) { #t7rmrmpzDFoTg3zCAqgZJEtLm9aXIMnh { width:11.875rem;height:2.2734375rem;top:91.5rem;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) { #JXwaNg4yA1ZZa5UbkAZMnvMs9tlZrbG2 { width:19.4360625rem;height:2.51855625rem;top:1.25rem;left:0.25rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWdx8uBTFKRgl285kkNxlM4FrtX7g5VV { width:14.375rem;height:10.68725rem;top:76.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; }#hWdx8uBTFKRgl285kkNxlM4FrtX7g5VV.adaptive-delivery-prevent-bg, #hWdx8uBTFKRgl285kkNxlM4FrtX7g5VV.lazyload, #hWdx8uBTFKRgl285kkNxlM4FrtX7g5VV.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ahnvTE9ClxFqBu4GoBRAyuSKSL6uz5D6 { width:11.875rem;height:1.21875rem;top:78.625rem;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) { #m6kiSFFcfTRWZ0nTZTzTRp8hTvAIruMW { width:14.375rem;height:1.21875rem;top:84rem;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) { #ClJCRQB9Jf1btsUzP8krMITn9tOMVLVv { width:8.75rem;height:2.68676875rem;top:42.0380859375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mb6JTefQEpbrabW6DdZfenh6usQT9kIl { display:block; }
 }@media only screen and (max-width: 763px) { #ufDbrusiTm9DcO0gifeTT7tviU14niTd { width:8.75rem;height:2.68676875rem;top:26.390625rem;left:5.748046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGnRu5GEyTaMCLW1clfOlT09WznIGByz { display:block; }
 }@media only screen and (max-width: 763px) { #TmqJVoH5r5ClVDtV4nmafsAy51hL4kks { width:8.75rem;height:2.68676875rem;top:14.4521484375rem;left:5.185546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltrcZJkMlcqqBS21Bdc4Acarh1i9VIoE { display:block; }
 }@media only screen and (max-width: 763px) { #krDwoba1z4SQ3He3Zd6gabiPzKtQWLXT { width:8.75rem;height:2.68676875rem;top:99.125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSTTZuw3lwPSzuOTs4axWK06e8MrSfsz { display:block; }
 }@media only screen and (max-width: 763px) { #g1K5RLc8OylqPUIoBQWGhXBgPxcPdy22 { width:8.75rem;height:2.68676875rem;top:86.75rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3Iq4uo8qRvDPMQK9ex6U5s9mLkW5c6c { display:block; }
 }@media only screen and (max-width: 763px) { #BKRX8nCyzg4MITyQQMsaEqMqwAHUgHbE { width:8.75rem;height:2.68676875rem;top:72.0625rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAvOAKvLRFJxXCmMxeoZIhT1htCWbWfL { display:block; }
 }@media only screen and (max-width: 763px) { #HCmylXGhLmFQBnxt6aiKb1cWuxhehiN3 { width:11.875rem;height:4.3857375rem;top:34.045467578125rem;left:4.18701171875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iu47Xlbk98rxPlTZ7BOi83ZtKnimCUdb { width:14.375rem;height:1.21875rem;top:40.3271484375rem;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) { #wL81PiV0ycmz5RZGL3Qzmbmi8q6d84l9 { width:11.875rem;height:1.21875rem;top:63.875rem;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) { #GGVNfsOWiAUWoZOP2Dz5kNJBWutCPdEr { background-color:rgba(255,255,255,0.95);background-image:none;display:block; }#GGVNfsOWiAUWoZOP2Dz5kNJBWutCPdEr > .row .container { background-color: transparent; background-image: none; }#GGVNfsOWiAUWoZOP2Dz5kNJBWutCPdEr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGVNfsOWiAUWoZOP2Dz5kNJBWutCPdEr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGVNfsOWiAUWoZOP2Dz5kNJBWutCPdEr > .row .container > .video-iframe-container { display: none; }#GGVNfsOWiAUWoZOP2Dz5kNJBWutCPdEr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGVNfsOWiAUWoZOP2Dz5kNJBWutCPdEr > .row > .video-iframe-container { display: none; }#GGVNfsOWiAUWoZOP2Dz5kNJBWutCPdEr > .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); }#GGVNfsOWiAUWoZOP2Dz5kNJBWutCPdEr > .row .container { width:20rem;height:189.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #onfHpTDLgBUBAUL9mFErlJXLoc8AtvNO { width:14.375rem;height:10.68725rem;top:45.763025rem;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; }#onfHpTDLgBUBAUL9mFErlJXLoc8AtvNO.adaptive-delivery-prevent-bg, #onfHpTDLgBUBAUL9mFErlJXLoc8AtvNO.lazyload, #onfHpTDLgBUBAUL9mFErlJXLoc8AtvNO.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #m8HF4u5rm9ekNEdpCGNnm5u7i6lWGqp2 { width:11.875rem;height:4.38574375rem;top:48.1357421875rem;left:4.1865234375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkevilG25iVhPApKzI1ErrKVUruLw652 { width:8.75rem;height:2.68676875rem;top:55.3212890625rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZAgnnHizKQgKCGAbTmUrO2CB2XVsnLr { display:block; }
 }@media only screen and (max-width: 763px) { #MVug28EBa7L7wb1RUDHd4Zqoe6MSZHcR { width:0.62402375rem;height:1.21875rem;top:98.248046875rem;left:18.0615234375rem;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) { #v8meyBDZmS79o45wCdu5BXpZ3e0TvGyn { width:14.375rem;height:1.21875rem;top:53.5400390625rem;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) { #AxsaRmuQ7onb54CPSkqe4fQ5RahI4zvi { width:14.375rem;height:10.68725rem;top:31.3587rem;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; }#AxsaRmuQ7onb54CPSkqe4fQ5RahI4zvi.adaptive-delivery-prevent-bg, #AxsaRmuQ7onb54CPSkqe4fQ5RahI4zvi.lazyload, #AxsaRmuQ7onb54CPSkqe4fQ5RahI4zvi.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #bGEeA3BlNITlDtR9d3o6X6TRbc9i3v0i { width:14.375rem;height:10.68725rem;top:16.954375rem;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; }#bGEeA3BlNITlDtR9d3o6X6TRbc9i3v0i.adaptive-delivery-prevent-bg, #bGEeA3BlNITlDtR9d3o6X6TRbc9i3v0i.lazyload, #bGEeA3BlNITlDtR9d3o6X6TRbc9i3v0i.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #bcXOuquqqD0nqa5aFeGyprSHSttqVFxU { width:11.875rem;height:2.761725rem;top:20.515166015625rem;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) { #DdhEBdpIHLMfiv7Rb2CJPCApdBlQgflD { width:14.375rem;height:1.21875rem;top:24.516630859375rem;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) { #LUyloTNOPwD7A5pTekPmkrAbWKfRxCnE { width:14.375rem;height:10.68725rem;top:5.0183125rem;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; }#LUyloTNOPwD7A5pTekPmkrAbWKfRxCnE.adaptive-delivery-prevent-bg, #LUyloTNOPwD7A5pTekPmkrAbWKfRxCnE.lazyload, #LUyloTNOPwD7A5pTekPmkrAbWKfRxCnE.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #D68VwqBTQHc6QTT0PBeeMTlv2onXTmPL { width:11.875rem;height:4.3857375rem;top:6.9912109375rem;left:4.0595703125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3VUULeqBCSsTrAgnlPsoeDNyyBRIhGB { width:14.375rem;height:1.21875rem;top:12.267578125rem;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) { #khfTenfpNf0PuQg2oT1AEUnhUCCEfPzN { width:14.375rem;height:10.68725rem;top:88.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; }#khfTenfpNf0PuQg2oT1AEUnhUCCEfPzN.adaptive-delivery-prevent-bg, #khfTenfpNf0PuQg2oT1AEUnhUCCEfPzN.lazyload, #khfTenfpNf0PuQg2oT1AEUnhUCCEfPzN.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #QN7DuWwvVnOylDrvyoEhMhKPDxHBFkJP { width:14.375rem;height:10.68725rem;top:60.25rem;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; }#QN7DuWwvVnOylDrvyoEhMhKPDxHBFkJP.adaptive-delivery-prevent-bg, #QN7DuWwvVnOylDrvyoEhMhKPDxHBFkJP.lazyload, #QN7DuWwvVnOylDrvyoEhMhKPDxHBFkJP.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #XSRQxtBRvNB9LkXi3UOe4GVLGe8Zueot { width:14.375rem;height:1.21875rem;top:96.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) { #yVZrPlPZqzHPKhglPUQUJ967HLs5plCb { width:14.375rem;height:1.21875rem;top:67.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) { #D6qlPKwmaDHFG09wNXZ8H99lBDfw6vit { width:11.875rem;height:3.41015625rem;top:91rem;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) { #kfxGJTU5aiqEHUJvRt8TF2huqDhdE0dw { width:19.4360625rem;height:2.51855625rem;top:1.25rem;left:0.25rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGXEzHHAM4iPDhJ7uUQJPxnndOEkeiQk { width:14.375rem;height:10.68725rem;top:74.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; }#gGXEzHHAM4iPDhJ7uUQJPxnndOEkeiQk.adaptive-delivery-prevent-bg, #gGXEzHHAM4iPDhJ7uUQJPxnndOEkeiQk.lazyload, #gGXEzHHAM4iPDhJ7uUQJPxnndOEkeiQk.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #uOI6BsI0Aa2Ho3WyTUMrIiDItb6JThq9 { width:11.875rem;height:2.4375rem;top:77.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) { #WrrsXgECuMgH15bqOtkiPkWVenJflZV5 { width:14.375rem;height:1.21875rem;top:81.375rem;left:2.875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #uHKpSt6diNVKgOqmPzP5JXTO9vJrJTdt { width:8.75rem;height:2.68676875rem;top:41.0380859375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #svSiXly70EyxqMWLcaENUiiBo5bWegpO { display:block; }
 }@media only screen and (max-width: 763px) { #GR7kwExIzJCJFfDsDs6OPbEsmpq5lRxt { width:8.75rem;height:2.68676875rem;top:26.390625rem;left:5.748046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sb1dADMyhXvkoMuq1J1paLH8f3kwdJRL { display:block; }
 }@media only screen and (max-width: 763px) { #PdnaUN5l5f30m1vGnZOQmahzsN8s3Xzd { width:8.75rem;height:2.68676875rem;top:14.4521484375rem;left:5.185546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcTWkbgqfHcSqlVUtU18vbtg9NMV9STt { display:block; }
 }@media only screen and (max-width: 763px) { #vPkuQ8PxWBLf3g7Dqv0uv4LrPvkAbIeW { width:8.75rem;height:2.68676875rem;top:98.25rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2vUSXKRm4LVGy7ZTcph4OMGkLbPAvK5 { display:block; }
 }@media only screen and (max-width: 763px) { #QV7Ez27CFrK8VE9C6lkOsMTJGWAOP3pR { width:8.75rem;height:2.68676875rem;top:84.0625rem;left:5.75rem;z-index:15549;display:block; }
 }@media only screen and (max-width: 763px) { #bkTlOzQRT15Ja3PasIybyiV4qJPuyeuL { display:block; }
 }@media only screen and (max-width: 763px) { #rKRT41hRaTh2ocvMLewDn4ZyQGy3HKGr { width:8.75rem;height:2.68676875rem;top:69.875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFQSxXynlnWxkqzDVCbCTAQ8PeZnEyEa { display:block; }
 }@media only screen and (max-width: 763px) { #xnGDoIA2iTS2m8WOBa3sXchdIIyQHoXM { width:11.875rem;height:2.923825rem;top:34.294921875rem;left:4.1865234375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSFOTcfBLa0Z6XJsxMm7hMehUuVsrvT0 { width:14.375rem;height:1.21875rem;top:39.2646484375rem;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) { #q25FCTFJ9h0cfrsN5qltEG0oJqZqfWPI { width:11.875rem;height:3.65625rem;top:62.75rem;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) { #tLwnvg0FQgXPHWXto0ONrvceNhqzBirP { width:8.75rem;height:2.6875rem;top:185.4375rem;left:5.6875rem;z-index:15548;display:block; }
 }@media only screen and (max-width: 763px) { #FhilTRORmUVAJeAXhc3bG9kreRnrRNzw { display:block; }
 }@media only screen and (max-width: 763px) { #zTWpcJ3D6Nnw9wZ9eluFBxlo6ZX9t0a0 { width:14.3125rem;height:10.6875rem;top:140rem;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; }#zTWpcJ3D6Nnw9wZ9eluFBxlo6ZX9t0a0.adaptive-delivery-prevent-bg, #zTWpcJ3D6Nnw9wZ9eluFBxlo6ZX9t0a0.lazyload, #zTWpcJ3D6Nnw9wZ9eluFBxlo6ZX9t0a0.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #qLTNtRTHmucrvh9gTDRc0FfvzU2RE1Ta { width:11.8125rem;height:2.923825rem;top:143.375rem;left:4.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQwTXNUmgcr6wE7xGTqgTHd5utMP7Fuw { width:8.75rem;height:2.6875rem;top:149.5625rem;left:5.75rem;z-index:15545;display:block; }
 }@media only screen and (max-width: 763px) { #lpWU6E43z0HmLK3h1IMxFkk6aWeTLIUJ { display:block; }
 }@media only screen and (max-width: 763px) { #fOtrE46BzQTxCbML1Nzrh91hnvGtJAV9 { width:7.5rem;height:1.21875rem;top:184.21875rem;left:-0.875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #d3iuummMyg63yB6v9XTvvCVmT1SOyUxb { width:14.3115rem;height:1.21875rem;top:147.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) { #sh9IkL24wJKa0Rs3sAoWiCM5fDAxcBMr { width:14.3125rem;height:10.6875rem;top:127.125rem;left:2.875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#sh9IkL24wJKa0Rs3sAoWiCM5fDAxcBMr.adaptive-delivery-prevent-bg, #sh9IkL24wJKa0Rs3sAoWiCM5fDAxcBMr.lazyload, #sh9IkL24wJKa0Rs3sAoWiCM5fDAxcBMr.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #zCfMDy20TmbWT1B03RaptLz7TNTmenIH { width:14.3125rem;height:10.6875rem;top:114.373046875rem;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; }#zCfMDy20TmbWT1B03RaptLz7TNTmenIH.adaptive-delivery-prevent-bg, #zCfMDy20TmbWT1B03RaptLz7TNTmenIH.lazyload, #zCfMDy20TmbWT1B03RaptLz7TNTmenIH.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #RslpMQ6e8VFT8Qs7rJ2JoocvtwXaZBRK { width:11.8125rem;height:2.76171875rem;top:117.935546875rem;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) { #hWJJpLqWo1eFSGCC2oB7TIv6nColcwPl { width:14.3115rem;height:1.21875rem;top:121.935546875rem;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) { #NHIyvyd4V9hOrnZ9OQlo1SVb7VXlNxxM { width:14.3125rem;height:10.6875rem;top:101.935546875rem;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; }#NHIyvyd4V9hOrnZ9OQlo1SVb7VXlNxxM.adaptive-delivery-prevent-bg, #NHIyvyd4V9hOrnZ9OQlo1SVb7VXlNxxM.lazyload, #NHIyvyd4V9hOrnZ9OQlo1SVb7VXlNxxM.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #zhOVbK7wzn3IV2uh2WNrNTfkyoic1TeC { width:11.8125rem;height:4.3857375rem;top:104.373046875rem;left:4.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkFFQsmaLwpWwXs4P7nehOVflkNA0zBx { width:14.3115rem;height:1.21875rem;top:109.810546875rem;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) { #lvdgFK04Py4XOwhVrm0AVvh7ZCiP8xua { width:14.3125rem;height:10.6875rem;top:176.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; }#lvdgFK04Py4XOwhVrm0AVvh7ZCiP8xua.adaptive-delivery-prevent-bg, #lvdgFK04Py4XOwhVrm0AVvh7ZCiP8xua.lazyload, #lvdgFK04Py4XOwhVrm0AVvh7ZCiP8xua.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #skDIFGGHBkt4pRQrEOMvkTSaqdryCcRT { width:14.3125rem;height:10.6875rem;top:152.5rem;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; }#skDIFGGHBkt4pRQrEOMvkTSaqdryCcRT.adaptive-delivery-prevent-bg, #skDIFGGHBkt4pRQrEOMvkTSaqdryCcRT.lazyload, #skDIFGGHBkt4pRQrEOMvkTSaqdryCcRT.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #lIbwAUgyVG2ktPniMJOFHsyEy0cwHEKd { width:14.3115rem;height:1.21875rem;top:183.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) { #pclIvTI2K0RwbkJh7znr5EANryNWcmPJ { width:14.3115rem;height:1.21875rem;top:159.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) { #CocbnJBq1sA9JkExcnIiQLL2lFdWHccx { width:11.8125rem;height:3.0859375rem;top:179.8125rem;left:4rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLmRaxFOcCvfs1yC9DiiTXeNKR7d6JWU { width:14.3125rem;height:10.6875rem;top:164.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; }#PLmRaxFOcCvfs1yC9DiiTXeNKR7d6JWU.adaptive-delivery-prevent-bg, #PLmRaxFOcCvfs1yC9DiiTXeNKR7d6JWU.lazyload, #PLmRaxFOcCvfs1yC9DiiTXeNKR7d6JWU.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #XSW4lWNDbzA4ICKyP4d4y2ZHQoiick1u { width:11.8125rem;height:2.923825rem;top:167.3125rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqX7vDxEUoz6benEevpEDdelnPHkIZ3R { width:14.3115rem;height:1.21875rem;top:171.375rem;left:2.875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #A4LaCqw3NTx8fidJBgUXedITDiQrcFTu { width:8.75rem;height:2.6875rem;top:136.5625rem;left:5.8125rem;z-index:15544;display:block; }
 }@media only screen and (max-width: 763px) { #rSnyhpbUzRVm5SoF9KiO1HDBs6qGfX63 { display:block; }
 }@media only screen and (max-width: 763px) { #wBB4kgPaItscLWFKwa7qiCzIfKtlArge { width:8.75rem;height:2.6875rem;top:123.83984375rem;left:5.875rem;z-index:15543;display:block; }
 }@media only screen and (max-width: 763px) { #liT7CuGmspiblOMHeePnag06mWeCW0GQ { display:block; }
 }@media only screen and (max-width: 763px) { #U6QCrQgqLJB1XmzOpntRDpbcR2negFh5 { width:8.75rem;height:2.6875rem;top:111.49609375rem;left:6.0625rem;z-index:15542;display:block; }
 }@media only screen and (max-width: 763px) { #U5mOwGwQy42NyIqTWplxIk3eVqRetiuX { display:block; }
 }@media only screen and (max-width: 763px) { #APkT92ZcqQFnhWXpidXvlfENfhSvUldz { width:8.75rem;height:2.6875rem;top:173.625rem;left:5.6875rem;z-index:15547;display:block; }
 }@media only screen and (max-width: 763px) { #dKefk33Za82xLkRPmnMb26y714c2y79z { display:block; }
 }@media only screen and (max-width: 763px) { #QNITIBTNHdbCKL32xW2BJQAmadqT8elp { width:8.75rem;height:2.6875rem;top:161.8125rem;left:5.875rem;z-index:15546;display:block; }
 }@media only screen and (max-width: 763px) { #DsqN7Nq2NBeTbl6VJtn4PSesZe35m0Ap { display:block; }
 }@media only screen and (max-width: 763px) { #c1tsaReqBEFw4Zg2us52TTmiN6i9xkN1 { width:11.8125rem;height:4.3857375rem;top:129.5625rem;left:4.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIworxyMRerLaQT6Zt8t5XyawHHyBnIG { width:14.3115rem;height:1.21875rem;top:134.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) { #AkrNCesT6rczVPFB440xE2EBJSTGrvlU { width:11.8125rem;height:3.0859375rem;top:156.125rem;left:4.625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Klr9ughyXmGdcdb5DmaMHmixR00oaloS { display:block; }#Klr9ughyXmGdcdb5DmaMHmixR00oaloS > .row .container { width:20rem;height:42.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TA3byguoBkVH88rTz5Epqs1GrdqieXUn { width:19.9995rem;height:2.51855625rem;top:0.6240234375rem;left:0.00146484375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfPkJiEz6aR4bdnMvVeW2q0GmcdzNglw { width:8.75rem;height:2.6875rem;top:38.70263671875rem;left:5.466796875rem;z-index:15548;display:block; }
 }@media only screen and (max-width: 763px) { #mBNL0mI3K0n1i58SORnPwGRyLwDBpGtN { display:block; }
 }@media only screen and (max-width: 763px) { #sWlP0oVIKTQosOnL1Z6HCTTvsug3Fxm3 { width:7.5rem;height:1.21875rem;top:39.4375rem;left:12.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) { #kXV6fsSlABlvNf1ZZT9qCF5b0GaTbGkB { width:14.3125rem;height:10.6875rem;top:28.89306875rem;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; }#kXV6fsSlABlvNf1ZZT9qCF5b0GaTbGkB.adaptive-delivery-prevent-bg, #kXV6fsSlABlvNf1ZZT9qCF5b0GaTbGkB.lazyload, #kXV6fsSlABlvNf1ZZT9qCF5b0GaTbGkB.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #c4BowMkqq7DITTUu1bcE7J99esmTaiOJ { width:14.3125rem;height:10.6875rem;top:5.25rem;left:2.841796875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#c4BowMkqq7DITTUu1bcE7J99esmTaiOJ.adaptive-delivery-prevent-bg, #c4BowMkqq7DITTUu1bcE7J99esmTaiOJ.lazyload, #c4BowMkqq7DITTUu1bcE7J99esmTaiOJ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #phtEEOk3moa5i7o8H4Jcg4d8fNEB1ENy { width:14.3115rem;height:1.21875rem;top:36.45556875rem;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) { #cvQsgdTVmg0OCrnwzx0C6trlt6MID7Cu { width:14.3115rem;height:1.21875rem;top:12.1875rem;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) { #vmUWEL89Eyury8pufRA7iZGDor2HpEyA { width:11.8125rem;height:1.4619125rem;top:34.20556875rem;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) { #rWlX5INNd1GNTa3XHdDD4GVSPDBIXdQ4 { width:14.3125rem;height:10.6875rem;top:16.95556875rem;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; }#rWlX5INNd1GNTa3XHdDD4GVSPDBIXdQ4.adaptive-delivery-prevent-bg, #rWlX5INNd1GNTa3XHdDD4GVSPDBIXdQ4.lazyload, #rWlX5INNd1GNTa3XHdDD4GVSPDBIXdQ4.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #PvIT4V6SAPtTin50ViTip1L4Q7U1F4Am { width:11.8125rem;height:2.4375rem;top:21.58056875rem;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) { #eQvZScVLmsz8Sr0uyQroIHHubBSVufLn { width:14.3115rem;height:1.21875rem;top:25.58056875rem;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) { #uVyima2X3tdctgGHyxwOEWJKqdgLV1TE { width:8.75rem;height:2.6875rem;top:27.64306640625rem;left:5.09326171875rem;z-index:15547;display:block; }
 }@media only screen and (max-width: 763px) { #UcdK991vWaCqgTDxg5kwerz9TxoaxxyS { display:block; }
 }@media only screen and (max-width: 763px) { #UbLvGMfdUJ1yFUwn44Bam9MxGO6zQO7u { width:8.75rem;height:2.6875rem;top:14.95458984375rem;left:5.62353515625rem;z-index:15546;display:block; }
 }@media only screen and (max-width: 763px) { #gMpPOSZZE6IPGDPo1dPVGNS7HAMvCedP { display:block; }
 }@media only screen and (max-width: 763px) { #q5TSVWOC9ZsQGNiDVrsk50vFMa77kVyP { width:11.8125rem;height:2.4375rem;top:9.375rem;left:4.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #at8E8R2JmSou1mWTbOhcp1l9acOHfMTq { background-color:rgba(255,255,255,0.95);background-image:none;display:block; }#at8E8R2JmSou1mWTbOhcp1l9acOHfMTq > .row .container { background-color: transparent; background-image: none; }#at8E8R2JmSou1mWTbOhcp1l9acOHfMTq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#at8E8R2JmSou1mWTbOhcp1l9acOHfMTq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#at8E8R2JmSou1mWTbOhcp1l9acOHfMTq > .row .container > .video-iframe-container { display: none; }#at8E8R2JmSou1mWTbOhcp1l9acOHfMTq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#at8E8R2JmSou1mWTbOhcp1l9acOHfMTq > .row > .video-iframe-container { display: none; }#at8E8R2JmSou1mWTbOhcp1l9acOHfMTq > .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); }#at8E8R2JmSou1mWTbOhcp1l9acOHfMTq > .row .container { width:20rem;height:162.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MyxskqlvB5xQmqzVVXF7ITWzUobepc9n { width:14.375rem;height:10.68725rem;top:45.763025rem;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; }#MyxskqlvB5xQmqzVVXF7ITWzUobepc9n.adaptive-delivery-prevent-bg, #MyxskqlvB5xQmqzVVXF7ITWzUobepc9n.lazyload, #MyxskqlvB5xQmqzVVXF7ITWzUobepc9n.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #dN1KOuJTiR7wmE1OEJwsWKR7THtqkWkJ { width:11.875rem;height:1.4619125rem;top:50.947265625rem;left:4.060546875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZ0V4BZADC3JH6JsNvehuWocKakR5BfG { width:8.75rem;height:2.68676875rem;top:56.6337890625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIpATIIkgTm4IVoH82HUZ35uctGfRd1Z { display:block; }
 }@media only screen and (max-width: 763px) { #fBPeJQgSZRkc6y9NXIBG1r4RWHvrBLvU { width:14.375rem;height:1.21875rem;top:54.9775390625rem;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) { #guBM3ZcJc2QxZiVF0OIvGSVFtB5q2bcs { width:14.375rem;height:10.68725rem;top:31.3587rem;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; }#guBM3ZcJc2QxZiVF0OIvGSVFtB5q2bcs.adaptive-delivery-prevent-bg, #guBM3ZcJc2QxZiVF0OIvGSVFtB5q2bcs.lazyload, #guBM3ZcJc2QxZiVF0OIvGSVFtB5q2bcs.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #HHFRtWmuJy80SFPa3398hCZbSaK68Ed7 { width:14.375rem;height:10.68725rem;top:16.954375rem;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; }#HHFRtWmuJy80SFPa3398hCZbSaK68Ed7.adaptive-delivery-prevent-bg, #HHFRtWmuJy80SFPa3398hCZbSaK68Ed7.lazyload, #HHFRtWmuJy80SFPa3398hCZbSaK68Ed7.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #t9xBHhrxfP0iT46SHsv500iRvwwrEVG5 { width:11.875rem;height:1.3808625rem;top:20.515166015625rem;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) { #vT1HFzSKttMTlhxSpuBGsZl7MgHcuv1O { width:14.375rem;height:1.21875rem;top:24.516630859375rem;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) { #CVHSJTBRHKwik7QXKayFNtIx6I5ohUqD { width:14.375rem;height:10.68725rem;top:5.0183125rem;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; }#CVHSJTBRHKwik7QXKayFNtIx6I5ohUqD.adaptive-delivery-prevent-bg, #CVHSJTBRHKwik7QXKayFNtIx6I5ohUqD.lazyload, #CVHSJTBRHKwik7QXKayFNtIx6I5ohUqD.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #VO2oa5VITq21Ndk8COLtQ6e4n8bIzPqD { width:11.875rem;height:4.3857375rem;top:6.80322265625rem;left:4.06005859375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sy4EJRegd4veI5MbcfTnmQhDPFz2yhGp { width:14.375rem;height:1.21875rem;top:13.330322265625rem;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) { #d8SocK6HHFmH6ZPMdi8iwMPZMaz94PXH { width:14.375rem;height:10.68725rem;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; }#d8SocK6HHFmH6ZPMdi8iwMPZMaz94PXH.adaptive-delivery-prevent-bg, #d8SocK6HHFmH6ZPMdi8iwMPZMaz94PXH.lazyload, #d8SocK6HHFmH6ZPMdi8iwMPZMaz94PXH.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #VX76z8KGQ0eJOTStMVR4yqIhyufTTyMG { 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) { #r3CoghVhK7f92iySx7qDTvA9Un7raVTh { width:11.875rem;height:3.41015625rem;top:60.75rem;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) { #qr54hwhwTekLQ8xszMMM5gy3IX49zvt3 { width:19.4360625rem;height:2.51855625rem;top:1.25rem;left:0.25rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXTGgN0gTgvAJXR9yuRKKtbih4RIF5xR { width:8.75rem;height:2.68676875rem;top:42.0380859375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VC5veuWDh1vcvvSbTiibprGqJWfXuzXS { display:block; }
 }@media only screen and (max-width: 763px) { #r61w11rEzfdCridVIGTyhlxeSF3lGBw4 { width:8.75rem;height:2.68676875rem;top:26.390625rem;left:5.748046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOZRTFEHWZrib5ib7yPZhIAeptIXFcRd { display:block; }
 }@media only screen and (max-width: 763px) { #STQpK2vCtPTWViQWfLlUr1StwBEdcQo5 { width:8.75rem;height:2.68676875rem;top:14.4521484375rem;left:5.185546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTHv1F4UCrIa2zmLygT68hylgTVBaVfM { display:block; }
 }@media only screen and (max-width: 763px) { #SIu5Ka2Q35wPIwClglFsSeheVt90FsAP { width:8.75rem;height:2.68676875rem;top:68.375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHc9PphmJc0f7IDE0ve53hUfIWw1NTTP { display:block; }
 }@media only screen and (max-width: 763px) { #kSAxX0oydQfBf9rmPznHzBXKrBeKio7z { width:11.875rem;height:2.9248rem;top:34.045467578125rem;left:4.18701171875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0Tg355hOzmfknLmcup0lkxMw3CuWz8K { width:14.375rem;height:1.21875rem;top:40.3271484375rem;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) { #x4ZT6Tn0fU9TFgUXRkFh3boRcB0tLio3 { width:8.75rem;height:2.68676875rem;top:155.4990234375rem;left:5.62353515625rem;z-index:15548;display:block; }
 }@media only screen and (max-width: 763px) { #S6XbAJo1AWNKCDKTvg6VHpIaReXO28MM { display:block; }
 }@media only screen and (max-width: 763px) { #tZf1q39M5D4indILEH5nQsGHmFpRTZDl { width:14.3125rem;height:10.6875rem;top:108.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; }#tZf1q39M5D4indILEH5nQsGHmFpRTZDl.adaptive-delivery-prevent-bg, #tZf1q39M5D4indILEH5nQsGHmFpRTZDl.lazyload, #tZf1q39M5D4indILEH5nQsGHmFpRTZDl.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #m73XphCWULQBv2JSb5vk6WuMyqKJTkGA { width:11.8125rem;height:2.923825rem;top:113.3125rem;left:4.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wk58ma8suexqkVA0506P1RABklCLQMpw { width:8.75rem;height:2.6875rem;top:118.375rem;left:5.6875rem;z-index:15545;display:block; }
 }@media only screen and (max-width: 763px) { #mnZTTTCZJ83GIHUT8SnqOFrB95XcMxii { display:block; }
 }@media only screen and (max-width: 763px) { #pi3ulcnkNCRL3wRTzw8RMPwZnWnMuFpL { width:7.5rem;height:1.21875rem;top:153.5rem;left:-0.875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #nLJwfDeeOdUdfL1TmKQFMGyxMzsW2iWT { width:14.3115rem;height:1.21875rem;top:117.125rem;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) { #TdHF3hStT1THJaIToSWeEsTOi97QnuL3 { width:14.3125rem;height:10.6875rem;top:96.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; }#TdHF3hStT1THJaIToSWeEsTOi97QnuL3.adaptive-delivery-prevent-bg, #TdHF3hStT1THJaIToSWeEsTOi97QnuL3.lazyload, #TdHF3hStT1THJaIToSWeEsTOi97QnuL3.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ThCE1G84Qy7RTwXSyilCqOU3KSVqLTR6 { width:14.3125rem;height:10.6875rem;top:84.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; }#ThCE1G84Qy7RTwXSyilCqOU3KSVqLTR6.adaptive-delivery-prevent-bg, #ThCE1G84Qy7RTwXSyilCqOU3KSVqLTR6.lazyload, #ThCE1G84Qy7RTwXSyilCqOU3KSVqLTR6.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #HH9HgAn1274vwxe86Wcs09Qkk3fqewKR { width:11.8125rem;height:2.761725rem;top:87.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) { #pwEPQDuWaiZlKaChvE8WhKUz0gz4eISI { width:14.3115rem;height:1.21875rem;top:91.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) { #U3dB8OlK8PpBTwiL0bLHKZT5I9rLsvXw { width:14.3125rem;height:10.6875rem;top:72.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; }#U3dB8OlK8PpBTwiL0bLHKZT5I9rLsvXw.adaptive-delivery-prevent-bg, #U3dB8OlK8PpBTwiL0bLHKZT5I9rLsvXw.lazyload, #U3dB8OlK8PpBTwiL0bLHKZT5I9rLsvXw.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #IBfyE0s2wgr6OWHlVKsOA0F7zQ8pZcM4 { width:11.8125rem;height:2.923825rem;top:74.75rem;left:4.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8xfXVikH4Np3BbSx4Ziqqa1QyU1Ihfy { width:14.3115rem;height:1.21875rem;top:81.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) { #xAHGiPDgysx5C5P6zJhft4DofcubKNUy { width:14.3125rem;height:10.6875rem;top:145.625rem;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; }#xAHGiPDgysx5C5P6zJhft4DofcubKNUy.adaptive-delivery-prevent-bg, #xAHGiPDgysx5C5P6zJhft4DofcubKNUy.lazyload, #xAHGiPDgysx5C5P6zJhft4DofcubKNUy.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #idCTI0MsvZS5MvCsnKI2Zmi2aHKdbQrv { width:14.3125rem;height:10.6875rem;top:121.75rem;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; }#idCTI0MsvZS5MvCsnKI2Zmi2aHKdbQrv.adaptive-delivery-prevent-bg, #idCTI0MsvZS5MvCsnKI2Zmi2aHKdbQrv.lazyload, #idCTI0MsvZS5MvCsnKI2Zmi2aHKdbQrv.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #eCPtWU0Hi7AAKuL9sHZ8frOgbmTlhvGg { width:14.3115rem;height:1.21875rem;top:153.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) { #QeADFnAeCbyQ5cxqBvJir0sbUbgtfa7h { width:14.3115rem;height:1.21875rem;top:130.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) { #hNmiv3AEvQzto28dL5kXswVFJ5TDMRcw { width:11.8115rem;height:5.84765625rem;top:147.43359375rem;left:4.34033203125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFXcJ7Tq8t4wRPrau47rxJIFStgAz0IO { width:14.3125rem;height:10.6875rem;top:133.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; }#HFXcJ7Tq8t4wRPrau47rxJIFStgAz0IO.adaptive-delivery-prevent-bg, #HFXcJ7Tq8t4wRPrau47rxJIFStgAz0IO.lazyload, #HFXcJ7Tq8t4wRPrau47rxJIFStgAz0IO.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #DAC9lbT2WnTueiLVTgy1aTNTrzHVFJT2 { width:11.8115rem;height:4.875rem;top:137.4375rem;left:4.0927734375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZM6EBfny5629qxkQipGF7tTUkAHnkIVt { width:14.3115rem;height:1.21875rem;top:141.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) { #idr1czlgsPwx7qq82n3Z894F03gUnE8U { width:8.75rem;height:2.6875rem;top:107.0625rem;left:5.1875rem;z-index:15544;display:block; }
 }@media only screen and (max-width: 763px) { #VzwVDVZNdJ8umTfNb0nQIyaWAIT4C30O { display:block; }
 }@media only screen and (max-width: 763px) { #FQTceH9lSA8WKpS4kJthyc082iyUXkX8 { width:8.75rem;height:2.6875rem;top:93.6875rem;left:5.875rem;z-index:15543;display:block; }
 }@media only screen and (max-width: 763px) { #T74cDIfd1JWoAUtRMeMUG40pr1mV0hc3 { display:block; }
 }@media only screen and (max-width: 763px) { #U16Qz88giL8q3JHq7qgDEPw75RZhneTV { width:8.75rem;height:2.6875rem;top:83rem;left:5.625rem;z-index:15542;display:block; }
 }@media only screen and (max-width: 763px) { #rgPLEoSPt1oIsSfxxUiurQJ3esTXBkaF { display:block; }
 }@media only screen and (max-width: 763px) { #nxNynyLs95gVBn1968eP7NcdQdZIda3x { width:8.75rem;height:2.6875rem;top:143.1875rem;left:5.6875rem;z-index:15547;display:block; }
 }@media only screen and (max-width: 763px) { #a1CrSBg2t9xTQxuEmosg0A2HMnT0KblN { display:block; }
 }@media only screen and (max-width: 763px) { #bxnOe0WtCBhQP9knir1ZQTpvxRNtnosT { width:8.75rem;height:2.6875rem;top:131.3125rem;left:5.6875rem;z-index:15546;display:block; }
 }@media only screen and (max-width: 763px) { #u2bWL4mrq3s6XT15DGw3KlQqk5CXuA7Q { display:block; }
 }@media only screen and (max-width: 763px) { #RybtFUWdLSVJGXRRnI11ho6yhMxrNOdK { width:11.8125rem;height:2.923825rem;top:100.875rem;left:4.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #deSMBEQ8UTCOcinWlbOW3K4fTyXEV3TF { width:14.3115rem;height:1.21875rem;top:105.3125rem;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) { #vPhX2d3iGXoJawy6GArrcl6PewfiEKOi { width:11.8125rem;height:1.21875rem;top:127.25rem;left:4.625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNkyLdgdGPLaiklQh3pMVJOANhhpfn0C { width:11.875rem;height:2.923825rem;top:20.83447265625rem;left:4.060546875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAQnRCeiT5yh5UmryC8dlJCCWTHyHOnu { display:block; }#DAQnRCeiT5yh5UmryC8dlJCCWTHyHOnu > .row .container { width:20rem;height:58.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EgenyCSKcHUdVpNRxQ1uQBRKJnq6SamV { width:16.12425rem;height:2.3369125rem;top:20.3125rem;left:1.9375rem;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.1865rem;height:1.625rem;top:32.07275rem;left:4.375rem;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.0615rem;height:2.9248rem;top:23.83666875rem;left:3.4375rem;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:39.01000625rem;left:8.5625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzaQD0rq9TJGvGfhLBcn8PhqLev9etc7 { width:2.8125rem;height:2.8125rem;top:43.07250625rem;left:8.5625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDquHaJBSgT7kG1qlTqdsS8Fe2rXzeLT { width:2.8125rem;height:2.8125rem;top:47.13500625rem;left:8.5625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VusokiBe0BFqf2zp3TgkvpBZ5k0R5OX6 { width:11.62475rem;height:17.8125rem;top:1.25rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAyeHuR4zVW620pLHx0weBMOZe89eWmv { width:2.8125rem;height:2.8125rem;top:34.94750625rem;left:8.5625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wO3ohoO1Zs6JR5CIbIJPeo5ezibTP7H4 { width:2.8125rem;height:2.8125rem;top:28.01025rem;left:8.5625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvGwT8UHKF3r4TpLRFbAkmIs8B1Phl3O { width:2.8125rem;height:2.8125rem;top:51.19750625rem;left:8.5625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iacfnz8KToy96XW9Je9lxGxqiV2AtO9X { width:19.3115rem;height:0.9746125rem;top:55.26000625rem;left:0.3125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }