.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.2504875rem;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.2504875rem;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.7490234375rem;left:3.8642578125rem; }
#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.7490234375rem;left:3.8642578125rem; }
#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.8095625rem;height:2.74805rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:36.68701171875rem;left:45.404296875rem;display:block; }
#IAk1t07ssUswPI01dQp1Xo80kTVkxnHC { 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; }
#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:146.1875rem;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; }
#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; }
#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; }
#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; }
#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; }
#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; }
#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; }
#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; }
#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; }
#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:53.75rem;left:21.8125rem;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:61.3125rem;left:21.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; }
#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:57.1875rem;left:23.0625rem;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:65rem;left:25.4375rem;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:53.75rem;left:4.1875rem;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:57.8125rem;left:5.1875rem;height:1.54296875rem;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:61.3125rem;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; }
#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:65.125rem;left:6.8125rem;display:block; }
#JC7QMddSPUrFE1icGszgGKEZhlkOQgqK { 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:69.25rem;left:59.6875rem;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:77.1875rem;left:59.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; }
#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:73.625rem;left:60.875rem;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:80.875rem;left:62.5625rem;display:block; }
#cxkb22PuT6grTqQqW6mwtA0Vg4wivF4I { 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:80.9375rem;left:45.6875rem;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:80.8125rem;left:25.75rem;display:block; }
#sQFrGvXyERX48ofQssS75GRgOXKNhzNW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#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:69.25rem;left:41.75rem;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:69.25rem;left:22.125rem;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:77.8125rem;left:22.125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#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:77.1875rem;left:41.75rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#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:72.6728515625rem;left:23.25rem;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:73.93359375rem;left:43.125rem;height:1.3808625rem;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:97.3125rem;left:64.375rem;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:97.3125rem;left:44.375rem;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:80.9375rem;left:7.4375rem;display:block; }
#QQhs1GmS83cUKewRGt5aZDC21q0W4yLr { 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:85.625rem;left:60.625rem;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:85.625rem;left:40.9375rem;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:69.25rem;left:3.5rem;display:block; }#qVWroZEKDggorcqpNPedE1nOC2V46T2h.adaptive-delivery-prevent-bg, #qVWroZEKDggorcqpNPedE1nOC2V46T2h.lazyload, #qVWroZEKDggorcqpNPedE1nOC2V46T2h.lazyloading { background-image: none; }
#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:94rem;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; }
#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:77.1875rem;left:3.5rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#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:93.1875rem;left:60.625rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#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:89.375rem;left:42.1875rem;height:2.76171875rem;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:89.375rem;left:61.6875rem;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:73.25rem;left:4.5625rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;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:97.4375rem;left:26.8125rem;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:97.4375rem;left:8.125rem;display:block; }
#G46DgHcTTn4yd3zvE1aaWbDMtKm67bTn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#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:85.75rem;left:23.375rem;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:85.75rem;left:4.1875rem;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:93.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; }
#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:90.3125rem;left:24.625rem;height:1.3808625rem;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:89.75rem;left:5.25rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;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:121.875rem;left:14.5625rem;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:121.5625rem;left:43.3125rem;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:122.8125rem;left:44.5625rem;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:123.125rem;left:16.75rem;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:127rem;left:34.75rem;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:127.625rem;left:15.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; }
#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:133.875rem;left:15rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top: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:136.8125rem;left:15rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top: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:139.5625rem;left:14.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; }
#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:131.0625rem;left:15.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; }
#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:134.0625rem;left:43.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; }
#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:137rem;left:43.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; }
#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:139.75rem;left:43.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; }
#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:127.8125rem;left:43.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; }
#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:131.25rem;left:43.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; }
#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:142rem;left:46.125rem;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:142rem;left:18.0625rem;display:block; }
#T80N0WKIvm5XiBsO810ef2lSqgMql9u4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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:113.125rem;left:63rem;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:113.75rem;left:34.5rem;display:block; }
#iyT5WwXqbNML4LskZ5DGEchPFmmfHwLF { 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:101.4375rem;left:60.4375rem;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:102.0625rem;left:31.0625rem;display:block; }#dAZV4rBptw3BXq7t8vSCdoetMw1B59sy.adaptive-delivery-prevent-bg, #dAZV4rBptw3BXq7t8vSCdoetMw1B59sy.lazyload, #dAZV4rBptw3BXq7t8vSCdoetMw1B59sy.lazyloading { background-image: none; }
#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:105.3125rem;left:32.3125rem;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:104.6875rem;left:61.5rem;height:4.14258125rem;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:109.875rem;left:60.625rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#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:110.375rem;left:31.3125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#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:113.25rem;left:7.9375rem;display:block; }
#uli5HOFlTuetyQv1qhcK3p49wPZtmfXT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#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:101.5625rem;left:4.5rem;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:106.125rem;left:5.75rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;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:109.4375rem;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; }
#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:94.1875rem;left:23.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; }
#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:36.625rem;left:31.779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAk1t07ssUswPI01dQp1Xo80kTVkxnHC { 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) { #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) { #G89DsvtcuTWpmWuMFEIkiUcDEzySJUFB { width:14.375rem;height:10.6875rem;top:53rem;left:26.5625rem;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) { #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) { #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) { #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) { #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) { #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) { #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) { #ULJZtpXcggDX6QXnFb64rI1hqlb1oE2S { width:14.375rem;height:10.6875rem;top:53.75rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmQ9hRmQ6K78975sLW6w7NypLbsDVkHl { width:14.375rem;height:1.5rem;top:61.3125rem;left:8.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwDhdUBt3kSPxVhsZbU8mgTeZfxXMKUm { width:11.875rem;height:2.75rem;top:57.1875rem;left:9.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sbba3ulPfyiJkRBaDJcVzBZApWtgErEM { width:8.75rem;height:2.6875rem;top:65rem;left:11.8125rem;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:53.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWk4ezWP2fUgUu92fI4c5mHyZlENf22J { width:11.875rem;height:1.5rem;top:57.8125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1LvKddfcmsF1EhrVfVVUKrNTxSblhUD { width:14.375rem;height:1.5rem;top:61.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2yguZvWa8rJwn3w4Px1vKfhaO8bsbHw { width:8.75rem;height:2.6875rem;top:65.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JC7QMddSPUrFE1icGszgGKEZhlkOQgqK { display:block; }
 }@media only screen and (max-width: 763px) { #kM4FOSRsNFTxwXDPCOQiUFNckH3k5LQb { width:14.375rem;height:10.6875rem;top:69.25rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiXnAvvhsqJUC6JooTKwCn1ZfWivGiP3 { width:14.375rem;height:1.5rem;top:77.1875rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKUoAA13SHCHdvEr3Vqy0eJ3uTZPS0H2 { width:11.875rem;height:1.1875rem;top:73.625rem;left:35.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeJRq8zcgJrTtDo2UuPGVdTSZxONHXiy { width:8.75rem;height:2.6875rem;top:80.875rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxkb22PuT6grTqQqW6mwtA0Vg4wivF4I { display:block; }
 }@media only screen and (max-width: 763px) { #HmhMJX3g41QKRCfrVPv1Hs5TdEx6P3rN { width:8.75rem;height:2.6875rem;top:80.9375rem;left:32.0625rem;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:80.8125rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQFrGvXyERX48ofQssS75GRgOXKNhzNW { display:block; }
 }@media only screen and (max-width: 763px) { #ZUo65Gc21D3LzL2oTBUTgo04FXcKZWa6 { width:14.375rem;height:10.6875rem;top:69.25rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBi4vnQ7VrTDeg4GkfaXuALQTn9HeA70 { width:14.375rem;height:10.6875rem;top:69.25rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pd5NbNGfyrG3yqhIAUggMmWwzZvQc5ns { width:14.375rem;height:1.5rem;top:77.8125rem;left:8.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPipwTEsx1pRJpsoCwaAuODLE2TcXMIk { width:14.375rem;height:1.5rem;top:77.1875rem;left:28.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtRn0etsIupfoWaXwomywU56cD2tM6XX { width:11.875rem;height:3.875rem;top:72.625rem;left:9.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qu6rtSGNTd5UoQdkwi5BdfTbeMVTfPn9 { width:11.875rem;height:1.375rem;top:73.875rem;left:29.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMob3JqlTTZf0hQsMSN7k0S46Wbq3VUc { width:8.75rem;height:2.6875rem;top:97.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:97.3125rem;left:30.75rem;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:80.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQhs1GmS83cUKewRGt5aZDC21q0W4yLr { display:block; }
 }@media only screen and (max-width: 763px) { #a90MiXGpOAgckmBi17PX3ZfWKN0SUL6v { width:14.375rem;height:10.6875rem;top:85.625rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATcTEAeD1H611Xzn0B6dItszsQaMTguF { width:14.375rem;height:10.6875rem;top:85.625rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVWroZEKDggorcqpNPedE1nOC2V46T2h { width:14.375rem;height:10.6875rem;top:69.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGd1Cn8egTBTGT5RFUkti1fmAyZOgvRM { width:14.375rem;height:1.5rem;top:94rem;left:27.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEOpFFzEMErihCiZoMl9Ls4sWr3x4zZx { width:14.375rem;height:1.5rem;top:77.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWdFshPR3oGrcinobWbfbgNqfnfE5Lkb { width:14.375rem;height:1.5rem;top:93.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:89.375rem;left:28.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uh9Ly6mgb9iiKVy7TP3R6anaTRTe2Vuf { width:11.875rem;height:2.75rem;top:89.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:73.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkmTLR0fLqKh4bzcRqzGhXAPITxgn5WV { width:8.75rem;height:2.6875rem;top:97.4375rem;left:13.1875rem;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:97.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G46DgHcTTn4yd3zvE1aaWbDMtKm67bTn { display:block; }
 }@media only screen and (max-width: 763px) { #vKC8t9kTXhTpV0dKs0DMwftNLcNuOvwn { width:14.375rem;height:10.6875rem;top:85.75rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ignFOi2GaaovbrNFTuDmypzuKqRa2a9M { width:14.375rem;height:10.6875rem;top:85.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #naTfVHIxfNiaxCtUAdrTXMLbWkddVEuk { width:14.375rem;height:1.5rem;top:93.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6FdqE0AzezSB4tqc3Xa7TQI7Jz618OR { width:11.875rem;height:1.375rem;top:90.3125rem;left:11rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8kgef1MEtXaXolGJzuUTUlhPCHwiDK9 { width:11.875rem;height:1.375rem;top:89.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uO7E3T51egaAm4NhevEK183xSoU4zAOR { width:14.375rem;height:3.8125rem;top:121.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxfm4rrNyyadxRTxAbeTETS4v19ryyfI { width:14.375rem;height:3.75rem;top:121.5625rem;left:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzT1CxTgNTQMQlST6XLSOLqmnTE9NxyQ { width:11.875rem;height:1.375rem;top:122.8125rem;left:30.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTapEIbbJVQengodt8huD4Qg4Ldz7EoW { width:11.875rem;height:1.375rem;top:123.125rem;left:3.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcuRKXMhFVE2nEeBFX8yLk9zu2AJA0aX { top:127rem;left:21.125rem;width:3.5rem;height:15rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ri6aKtyIfvwU5WbLvIUy9sTFcv2i8iEC { width:14.375rem;height:1.5rem;top:127.625rem;left:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfG1gut8EM8tHuNKf8Qfn6nuCeFpPwzK { width:14.375rem;height:1.5rem;top:133.875rem;left:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxGQCJa2H9s4d5Xu741uFcksnxmBqwzi { width:14.375rem;height:1.5rem;top:136.8125rem;left:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxW78zDiuTzs1PyZnhSayTP8GIepzKOp { width:14.375rem;height:1.5rem;top:139.5625rem;left:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEGsmy3NEEH5WCuDA6pTJqw3tJVdqC6U { width:14.375rem;height:1.5rem;top:131.0625rem;left:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I06pNRCrWByLeEkpKVKxLXUQamIScf5z { width:14.375rem;height:1.5rem;top:134.0625rem;left:29.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpWUQEBcstCfNXHk9hODPctN0GIzeVr9 { width:14.375rem;height:1.5rem;top:137rem;left:29.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyHy4g72rO2dXr8QTGbnKAblKKQobvA2 { width:14.375rem;height:1.5rem;top:139.75rem;left:29.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICKWxZl5tAI2sb86CBDp5TG9Z5qaoglT { width:14.375rem;height:1.5rem;top:127.8125rem;left:29.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGUM6zgtavo9LRXIBKbTmJTTCdZUExpZ { width:14.375rem;height:1.5rem;top:131.25rem;left:29.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqDQMckislKsBB0tgeChIxEOkDoyZ7At { width:8.75rem;height:2.6875rem;top:142rem;left:32.5rem;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:142rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T80N0WKIvm5XiBsO810ef2lSqgMql9u4 { display:block; }
 }@media only screen and (max-width: 763px) { #vix6FAbnnLqy5TZk6LXDXUc8hcrUSfcZ { width:8.75rem;height:2.6875rem;top:113.125rem;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:113.75rem;left:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyT5WwXqbNML4LskZ5DGEchPFmmfHwLF { display:block; }
 }@media only screen and (max-width: 763px) { #EvgibJZqct8ysUoxprW1LANpSIaMCJWb { width:14.375rem;height:10.6875rem;top:101.4375rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAZV4rBptw3BXq7t8vSCdoetMw1B59sy { width:14.375rem;height:10.6875rem;top:102.0625rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMyvxgK1OuywVqavs6sPBTOIu72heFmu { width:11.875rem;height:2.75rem;top:105.3125rem;left:18.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCTw4r5IPXsCI4St9TG6OWFuBcRcn1Ku { width:11.875rem;height:4.125rem;top:104.6875rem;left:35.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T77Gys8q0BvTF3I3ce7HXc4GbsEfU19d { width:14.375rem;height:1.5rem;top:109.875rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0sbT5EXkASSsT3soC9UqCfwHv9dpbaL { width:14.375rem;height:1.5rem;top:110.375rem;left:17.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNIwagwaWgPrL3XwPkzxzto0Om1nimLv { width:8.75rem;height:2.6875rem;top:113.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uli5HOFlTuetyQv1qhcK3p49wPZtmfXT { display:block; }
 }@media only screen and (max-width: 763px) { #cFlmI6iLczu4inXdcLVsiqUbpmivs6ga { width:14.375rem;height:10.6875rem;top:101.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCKKR8nUbZMnxTnCdVoO4rOZtgRiNkLO { width:11.875rem;height:1.375rem;top:106.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVqF750iTht2GVw6vBP5xQ68aKtfg9qF { width:14.375rem;height:1.5rem;top:109.4375rem;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:1.5rem;top:94.1875rem;left:9.6875rem;font-size:0.9375rem;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:55.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:0.1875rem;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) { #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) { #agBTKvUK8xt2I3HMNo0AB3RcNQ2DDrix { width:6.5rem;height:7.5625rem;top:0.5rem;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:379.4375rem;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) { #G89DsvtcuTWpmWuMFEIkiUcDEzySJUFB { 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; }#G89DsvtcuTWpmWuMFEIkiUcDEzySJUFB.adaptive-delivery-prevent-bg, #G89DsvtcuTWpmWuMFEIkiUcDEzySJUFB.lazyload, #G89DsvtcuTWpmWuMFEIkiUcDEzySJUFB.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #PT2BgnqegUy18iIyQwnbG6dtTXE3PvTq { width:14.375rem;height:1.21875rem;top:169.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) { #R8DdLv5I93VC9m9GtMnd6bVaf0CR8xkk { width:11.875rem;height:1.54296875rem;top:166.375rem;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) { #zP0QSaEqUEhEmzPcnpzohJT6KZPf36ss { width:14.375rem;height:10.68725rem;top:174.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; }#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:182.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) { #d7wbxRuu6hOXSzxxmdrUv88hDDlyndJH { width:11.875rem;height:1.3808625rem;top:179rem;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) { #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) { #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:172.0625rem;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:212.5625rem;left:6.375rem;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.686525rem;top:184.1875rem;left:5.625rem;z-index:15566;display:block; }
 }@media only screen and (max-width: 763px) { #BKVJWfNl97USFXmoCeWkeduneo7oLVkz { display:block; }
 }@media only screen and (max-width: 763px) { #dylT4VF5uRfhyZ0Ax1wqAwLLX58C01dK { width:8.75rem;height:2.68676875rem;top:209.125rem;left:5.5rem;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:197.3125rem;left:5.75rem;z-index:15571;display:block; }
 }@media only screen and (max-width: 763px) { #AdJnfkfRB58cxVXQKo1DQL4KmuRGdgdX { 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) { #ULJZtpXcggDX6QXnFb64rI1hqlb1oE2S { width:14.375rem;height:10.68725rem;top:212.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; }#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:220.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) { #wwDhdUBt3kSPxVhsZbU8mgTeZfxXMKUm { width:11.875rem;height:2.76171875rem;top:216.125rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sbba3ulPfyiJkRBaDJcVzBZApWtgErEM { width:8.75rem;height:2.68676875rem;top:247.875rem;left:6.25rem;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:199.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; }#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:203.6875rem;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:207.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) { #J2yguZvWa8rJwn3w4Px1vKfhaO8bsbHw { width:8.75rem;height:2.68676875rem;top:234.875rem;left:6.125rem;z-index:15588;display:block; }
 }@media only screen and (max-width: 763px) { #JC7QMddSPUrFE1icGszgGKEZhlkOQgqK { display:block; }
 }@media only screen and (max-width: 763px) { #kM4FOSRsNFTxwXDPCOQiUFNckH3k5LQb { width:14.375rem;height:10.68725rem;top:187.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; }#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:195.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) { #eKUoAA13SHCHdvEr3Vqy0eJ3uTZPS0H2 { width:11.875rem;height:1.54296875rem;top:192.125rem;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:222.375rem;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) { #HmhMJX3g41QKRCfrVPv1Hs5TdEx6P3rN { width:8.75rem;height:2.68676875rem;top:273.5625rem;left:6.5rem;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:260.5625rem;left:6.5625rem;z-index:15598;display:block; }
 }@media only screen and (max-width: 763px) { #sQFrGvXyERX48ofQssS75GRgOXKNhzNW { display:block; }
 }@media only screen and (max-width: 763px) { #ZUo65Gc21D3LzL2oTBUTgo04FXcKZWa6 { width:14.375rem;height:10.68725rem;top:238.4375rem;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; }#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:225.8125rem;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; }#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:233.3125rem;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) { #aPipwTEsx1pRJpsoCwaAuODLE2TcXMIk { width:14.375rem;height:1.21875rem;top:244.9375rem;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) { #LtRn0etsIupfoWaXwomywU56cD2tM6XX { width:11.875rem;height:3.89941875rem;top:228.75rem;left:4.4375rem;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:241.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) { #ZMob3JqlTTZf0hQsMSN7k0S46Wbq3VUc { width:8.75rem;height:2.68676875rem;top:298.5625rem;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.686525rem;top:311.3125rem;left:5.625rem;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:285.5625rem;left:6.125rem;z-index:15603;display:block; }
 }@media only screen and (max-width: 763px) { #QQhs1GmS83cUKewRGt5aZDC21q0W4yLr { display:block; }
 }@media only screen and (max-width: 763px) { #a90MiXGpOAgckmBi17PX3ZfWKN0SUL6v { width:14.375rem;height:10.68725rem;top:276.1875rem;left:3.25rem;background-color:#ffffff;background-image:url("https://images.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:263.9375rem;left:3.25rem;background-color:#ffffff;background-image:url("https://images.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:251.125rem;left:3.25rem;background-color:#ffffff;background-image:url("https://images.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) { #MGd1Cn8egTBTGT5RFUkti1fmAyZOgvRM { width:14.375rem;height:1.21875rem;top:271.625rem;left:3.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) { #LEOpFFzEMErihCiZoMl9Ls4sWr3x4zZx { width:14.375rem;height:1.21875rem;top:258.875rem;left:3.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) { #pWdFshPR3oGrcinobWbfbgNqfnfE5Lkb { width:14.375rem;height:1.21875rem;top:283.75rem;left:3.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) { #Brqza5D8mHio7FiC5vWvqM056cMToW5T { width:11.875rem;height:2.76171875rem;top:267.5625rem;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) { #uh9Ly6mgb9iiKVy7TP3R6anaTRTe2Vuf { width:11.875rem;height:2.76171875rem;top:279.9375rem;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) { #An9lNQ2qaPJnBilJz5JNnHpZK5NVta6I { width:11.875rem;height:2.76171875rem;top:254.8125rem;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) { #xkmTLR0fLqKh4bzcRqzGhXAPITxgn5WV { width:8.7495rem;height:2.686525rem;top:352.5625rem;left:6.5rem;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.686525rem;top:748.5625rem;left:5.0625rem;z-index:15619;display:none; }
 }@media only screen and (max-width: 763px) { #G46DgHcTTn4yd3zvE1aaWbDMtKm67bTn { display:block; }
 }@media only screen and (max-width: 763px) { #vKC8t9kTXhTpV0dKs0DMwftNLcNuOvwn { width:14.375rem;height:10.68725rem;top:301.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; }#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:289.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; }#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:295.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) { #h6FdqE0AzezSB4tqc3Xa7TQI7Jz618OR { width:11.875rem;height:1.3808625rem;top:306.5rem;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) { #x8kgef1MEtXaXolGJzuUTUlhPCHwiDK9 { width:11.875rem;height:1.3808625rem;top:293.125rem;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) { #uO7E3T51egaAm4NhevEK183xSoU4zAOR { width:7.375rem;height:2.375rem;top:357.875rem;left:13.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; }#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:358.0625rem;left:0.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; }#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:358.375rem;left:0.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) { #bTapEIbbJVQengodt8huD4Qg4Ldz7EoW { width:5.0625rem;height:1.3808625rem;top:358.625rem;left:15.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) { #CcuRKXMhFVE2nEeBFX8yLk9zu2AJA0aX { width:3.4995125rem;height:15rem;top:359.9375rem;left:9.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ri6aKtyIfvwU5WbLvIUy9sTFcv2i8iEC { width:4.125rem;height:1.21875rem;top:361rem;left:15.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) { #HfG1gut8EM8tHuNKf8Qfn6nuCeFpPwzK { width:5.8125rem;height:1.21875rem;top:366.8125rem;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) { #IxGQCJa2H9s4d5Xu741uFcksnxmBqwzi { width:4.875rem;height:1.21875rem;top:369.75rem;left:14.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) { #AxW78zDiuTzs1PyZnhSayTP8GIepzKOp { width:4.5rem;height:1.21875rem;top:373.0625rem;left:15.1875rem;text-align: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:363.6875rem;left:15.1875rem;text-align: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:366.8125rem;left:1.625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #TpWUQEBcstCfNXHk9hODPctN0GIzeVr9 { width:5.5620125rem;height:1.21875rem;top:369.75rem;left:1.625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #dyHy4g72rO2dXr8QTGbnKAblKKQobvA2 { width:4.374025rem;height:1.21875rem;top:373.125rem;left:2.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) { #ICKWxZl5tAI2sb86CBDp5TG9Z5qaoglT { width:7.062rem;height:1.21875rem;top:361rem;left:1.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) { #eGUM6zgtavo9LRXIBKbTmJTTCdZUExpZ { width:6.75rem;height:1.21875rem;top:363.625rem;left:1.1875rem;text-align: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:375.75rem;left:0.875rem;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:375.75rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T80N0WKIvm5XiBsO810ef2lSqgMql9u4 { 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:337.9375rem;left:6.1875rem;z-index:15613;display:block; }
 }@media only screen and (max-width: 763px) { #iyT5WwXqbNML4LskZ5DGEchPFmmfHwLF { display:block; }
 }@media only screen and (max-width: 763px) { #EvgibJZqct8ysUoxprW1LANpSIaMCJWb { width:14.375rem;height:10.68725rem;top:342.9375rem;left:3.6875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#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:328.3125rem;left:3.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; }#dAZV4rBptw3BXq7t8vSCdoetMw1B59sy.adaptive-delivery-prevent-bg, #dAZV4rBptw3BXq7t8vSCdoetMw1B59sy.lazyload, #dAZV4rBptw3BXq7t8vSCdoetMw1B59sy.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #rMyvxgK1OuywVqavs6sPBTOIu72heFmu { width:11.875rem;height:2.76171875rem;top:331.875rem;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) { #hCTw4r5IPXsCI4St9TG6OWFuBcRcn1Ku { width:11.875rem;height:4.14258125rem;top:346.1875rem;left:4.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) { #T77Gys8q0BvTF3I3ce7HXc4GbsEfU19d { width:14.375rem;height:1.21875rem;top:351rem;left:3.6875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #b0sbT5EXkASSsT3soC9UqCfwHv9dpbaL { width:14.375rem;height:1.21875rem;top:336rem;left:3.6875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #HNIwagwaWgPrL3XwPkzxzto0Om1nimLv { width:8.75rem;height:2.68676875rem;top:324.8125rem;left:6.3125rem;z-index:15611;display:block; }
 }@media only screen and (max-width: 763px) { #uli5HOFlTuetyQv1qhcK3p49wPZtmfXT { display:block; }
 }@media only screen and (max-width: 763px) { #cFlmI6iLczu4inXdcLVsiqUbpmivs6ga { width:14.375rem;height:10.68725rem;top:315.0625rem;left:3.6875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#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:319.625rem;left:4.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) { #LVqF750iTht2GVw6vBP5xQ68aKtfg9qF { width:14.375rem;height:1.21875rem;top:322.375rem;left:3.6875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #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:308.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) { #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; }
 }